/* IMPORT SITE CUSTOM STYLES */
/*
font-family:'DIN Next LT W01 Light';
font-family:'DIN Next LT W01 Light Italic';
font-family:'DIN Next LT W01 Italic';
font-family:'DIN Next LT W01 Bold';
font-family:'DIN Next LT W01 Bold Italic';
font-family:'DIN Next LT W01 Heavy';
font-family:'DIN Next LT W01 Heavy Italic';
font-family:'DIN Next LT W01 Black';
font-family:'DIN Next LT W01 Black Italic';
font-family:'DIN Next LT W01 Medium';
font-family:'DIN Next LT W01 Regular';


font-family: 'Lora', serif;
*/
body {
  font-size: 18px;
  color: #363636;
}

a {
  color: #328BD1;
  cursor: pointer;
}

.red {
  color: #EC0B04;
}

.strong {
  font-family: "Lora", serif;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.inline-item {
  display: inline-block;
}

.btn {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding: 10px 15px;
  color: #fff;
  background-color: #EC0B04;
}
.btn:hover {
  color: #fff;
  background-color: #ba0903;
}

.btn-primary {
  background-color: #EC0B04;
}
.btn-primary:hover {
  background-color: #ba0903;
}

.btn-xs {
  font-size: 14px;
  padding: 0px 10px;
}

h1,
h2,
h3,
h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "Lora", serif;
  font-size: 14px;
  color: #EC0B04;
  text-transform: uppercase;
}

body {
  font-family: "Oswald", sans-serif;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
@media (max-width: 576px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xxs-block,
.visible-xs-block,
.visible-xxs-inline,
.visible-xs-inline,
.visible-xxs-inline-block,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 576px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.hidden,
.hide {
  display: none !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 2rem;
}

body.no-breadcrumbs #breadcrumb, body.nobreadcrumbs #breadcrumb, body.nobreadcrumb #breadcrumb, body.no-breadcrumb #breadcrumb {
  display: none;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.affix {
  position: fixed !important;
  top: 1rem;
}

.affix-bottom {
  position: absolute !important;
}

#header .navbar {
  padding: 0px 0px;
}
#header .navbar .nav-pills {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .navbar .nav-pills.fade-out {
  opacity: 0;
}
#header .navbar .nav-pills li {
  padding: 0px;
}
#header .navbar .nav-pills li a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-top: 1px;
  padding: 15px 10px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #header .navbar .nav-pills li a {
    font-size: 16px;
  }
}
#header .navbar .nav-pills li a:hover {
  text-decoration: none;
}
#header .navbar .nav-pills li:hover {
  background-color: #EC0B04;
  color: #fff;
}
#header .navbar .nav-pills li:hover .dropdown-menu {
  display: block;
}
#header .navbar .nav-pills li .dropdown-menu {
  top: 100%;
  left: auto;
  margin: 0px;
  padding: 0px;
  background-color: white;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 1px 0px 1px rgba(185, 185, 185, 0.6);
}
#header .navbar .nav-pills li .dropdown-menu > li a {
  color: #363636;
  margin-top: 0px;
  padding: 10px;
  text-transform: capitalize;
}
#header .navbar .nav-pills li .dropdown-menu > li a:hover {
  background-color: transparent;
  color: #EC0B04;
  font-family: "Lora", serif;
  text-transform: capitalize;
  font-style: italic;
}
#header .navbar .nav-pills li .dropdown-menu > li:hover {
  background-color: transparent;
}
#header .navbar .nav-pills li:last-child .dropdown-menu {
  right: 0;
}
#header .navbar .nav-pills li.selected {
  background-color: #EC0B04;
}
#header .navbar #search {
  float: left;
  width: 230px;
  position: relative;
  border-radius: 30px;
  right: 0px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
#header .navbar #search.showme {
  width: 95%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
#header .navbar #search #sitesearch {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  height: 30px;
}
#header .navbar #search #sitesearch #search-field {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  border: none;
  height: 30px;
  padding: 5px 10px;
}
#header .navbar #search #sitesearch #search-field:focus {
  outline: none;
  border: none;
  filter: none;
}
#header .navbar #search #sitesearch button {
  position: absolute;
  color: #363636;
  right: 0px;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  font-size: 16px;
  background-color: transparent;
}
#header .navbar #search #sitesearch button:hover {
  color: #EC0B04;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #header .navbar #search {
    float: left;
    width: 0;
    position: absolute;
    right: 33px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #header .navbar #search.showme {
    width: 95%;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
#header .navbar .srchbutton,
#header .navbar .srchbuttonmodal {
  color: #fff;
  display: none;
}
@media (max-width: 1200px) {
  #header .navbar .srchbutton,
#header .navbar .srchbuttonmodal {
    display: block;
  }
}
#header .navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 22px;
}
#header.internal .nav-hold .navbar .nav li a {
  padding: 15px;
}
@media (max-width: 1199px) {
  #header.internal .nav-hold .navbar .nav li a {
    padding: 15px 10px;
  }
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item .dropdown-menu {
  position: relative;
  background-color: transparent;
  border: none;
  text-align: center;
  display: block;
  float: none;
}
#NavMobileModal .nav .nav-item .dropdown-menu li a {
  font-family: "Oswald", sans-serif;
  color: white;
  border-bottom: none;
}
#NavMobileModal .nav .nav-item a {
  font-size: 24px;
  color: #fff;
  font-family: "Lora", serif;
  border-bottom: 1px solid #fff;
}

#header {
  background-color: transparent;
  height: auto;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  transition: background-color 0.2s ease-in-out;
  box-shadow: inset 0 45px 30px -25px rgba(0, 0, 0, 0.5);
}
#header .header-holder {
  display: table;
  height: 55px;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0px 15px;
}
#header .header-holder .logo-holder {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  padding: 0 1rem 0 1rem;
  background-color: white;
  z-index: 1;
  width: 300px;
}
#header .header-holder .logo-holder .logo-hold {
  width: 100%;
}
#header .header-holder .logo-holder .logo-hold img {
  width: 100%;
}
@media (max-width: 1500px) {
  #header .header-holder .logo-holder {
    width: 265px;
  }
}
@media (max-width: 1260px) {
  #header .header-holder .logo-holder {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  #header .header-holder .logo-holder {
    width: 200px;
  }
}
@media (max-width: 992px) {
  #header .header-holder .logo-holder {
    width: 250px;
  }
}
@media (max-width: 768px) {
  #header .header-holder .logo-holder {
    display: block;
    text-align: center;
    padding: 5px 15px;
    background-color: #fff;
    margin: 0 auto;
    left: 15px;
  }
  #header .header-holder .logo-holder .logo-hold {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #header .header-holder .logo-holder {
    width: 150px;
  }
}
#header .header-holder .header-nav-holder {
  display: table-cell;
  vertical-align: middle;
}
#header .header-holder .header-nav-holder .right {
  float: right;
}
#header .header-holder .header-nav-holder .nav-hold {
  float: right;
}
@media (max-width: 768px) {
  #header .header-holder .header-nav-holder {
    max-width: 100%;
    width: 100%;
    display: table;
    padding: 5px 15px;
    margin: 0 auto;
    background-color: #363636;
  }
}
@media (min-width: 576px) {
  #header .header-holder {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header .header-holder {
    height: auto;
    display: block;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  #header .header-holder {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #header .header-holder {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #header .header-holder {
    max-width: 1230px;
  }
}
@media (min-width: 1500px) {
  #header .header-holder {
    max-width: 1300px;
  }
}
#header.scrolling {
  position: fixed;
  top: 0px;
  z-index: 100;
  background-color: #363636;
  box-shadow: none;
}
#header.scrolling .logo-holder {
  position: absolute;
  padding: 6px 0px;
  background-color: transparent;
  z-index: 1;
  margin: 0 auto;
}
#header.scrolling .logo-holder .logo-hold {
  width: 100%;
  max-width: 100px;
}
@media (max-width: 576px) {
  #header.scrolling .logo-holder {
    position: relative;
  }
}
#header.internal {
  position: relative;
  background-color: #363636;
  box-shadow: none;
}
#header.internal .header-holder .logo-holder {
  position: absolute;
  padding: 1rem;
  background-color: #fff;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  text-align: center;
  box-shadow: 5px 5px 0px rgba(55, 55, 55, 0.35);
}
#header.internal .header-holder .logo-holder .logo-hold {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1500px) {
  #header.internal .header-holder .logo-holder {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #header.internal .header-holder .logo-holder {
    width: 150px;
  }
}
@media (max-width: 991px) {
  #header {
    background-color: #363636;
    box-shadow: none;
  }
}

#searchpopup form {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
#searchpopup form #search-fieldmodal {
  height: 50px;
  width: 100%;
  border: 0;
  border-radius: 25px;
  background-color: #fff;
  padding: 5px 15px;
  color: #363636;
}
#searchpopup form button {
  height: 45px;
  position: absolute;
  top: 2px;
  right: 0px;
  border-radius: 100%;
  background-color: white;
  color: #363636;
}

@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-content {
  background-color: #363636;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .close {
  background-color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 5px;
}
.modal .modal-content .modal-header .close:hover {
  background-color: #e6e6e6;
}
.modal .modal-content .modal-body {
  padding: 2rem;
}

body#home .banner {
  position: relative;
  display: block;
  width: 100%;
  height: 570px;
}
body#home .banner #banner-background {
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  body#home .banner {
    height: 470px;
  }
}
@media (max-width: 576px) {
  body#home .banner {
    height: 3homep70px;
  }
}
body#home .home-content {
  background-color: #edeef0;
}
body#home .home-content #press {
  background-color: #fff;
}
body#home .home-content #press .press.top {
  padding: 4rem 0px;
  min-height: 400px;
}
body#home .home-content #press .press.top .press-item {
  padding: 15px 0px;
  transition: all 0.2s ease-in-out;
}
body#home .home-content #press .press.top .press-item .card-body__image a {
  display: block;
}
body#home .home-content #press .press.top .press-item .card-body__image--img {
  width: 100%;
}
body#home .home-content #press .press.top .press-item .card-body__type {
  font-family: "Oswald", sans-serif;
  color: #EC0B04;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 576px) {
  body#home .home-content #press .press.top .press-item .card-body__title h1 {
    font-size: 28px;
  }
}
body#home .home-content #press .press.top .press-item .card-body__summary {
  font-size: 20px;
}
body#home .home-content #press .press.top .press-item .card-body__readmore {
  font-family: "Oswald", sans-serif;
  color: #EC0B04;
  text-transform: uppercase;
  font-size: 16px;
}
body#home .home-content #press .press.top .press-item:hover {
  background-color: #edeef0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
body#home .home-content #press .press.bottom {
  background-color: #363636;
  padding: 3rem 0px;
  display: table;
  width: 100%;
}
body#home .home-content #press .press.bottom #dualpress .press-item {
  min-height: 255px;
}
@media (max-width: 576px) {
  body#home .home-content #press .press.bottom #dualpress .press-item {
    margin-bottom: 1.5rem;
  }
}
body#home .home-content #press .press.bottom #dualpress .smaller-card {
  height: 100%;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
body#home .home-content #press .press.bottom #dualpress .smaller-card__image {
  padding-right: 0px;
  padding-left: 0px;
}
body#home .home-content #press .press.bottom #dualpress .smaller-card__image .blueoverlay {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body#home .home-content #press .press.bottom #dualpress .smaller-card__image--img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  body#home .home-content #press .press.bottom #dualpress .smaller-card__image {
    min-height: 250px;
  }
}
body#home .home-content #press .press.bottom #dualpress .smaller-card__title {
  padding: 15px;
  background-color: white;
}
body#home .home-content #press .press.bottom #dualpress .smaller-card__title--text {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body#home .home-content #press .press.bottom #dualpress .smaller-card__summary {
  color: #363636;
}
body#home .home-content #press .press.bottom #dualpress .smaller-card:hover {
  text-decoration: none;
}
body#home .home-content #press .press.bottom #dualpress .smaller-card:hover .smaller-card__image .blueoverlay {
  opacity: 1;
}
body#home .home-content #socialboxes {
  padding: 3rem 0px;
}
body#home .home-content #membership {
  background-image: url("/themes/newdemocratcoalition/images/home/leadershipbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1400px;
  display: table;
  width: 100%;
  position: relative;
}
body#home .home-content #membership .leadership {
  padding: 4rem 15px;
  position: relative;
  display: table;
  width: 100%;
}
body#home .home-content #membership .leadership__top {
  text-align: center;
  display: table;
}
body#home .home-content #membership .leadership__top--about {
  color: #fff;
  margin-bottom: 2rem;
}
body#home .home-content #membership .leadership__top--text {
  color: #fff;
  font-size: 20px;
  padding-bottom: 3rem;
}
body#home .home-content #membership .leadership__members {
  display: table;
  width: 100%;
}
body#home .home-content #membership .leadership__members--title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
body#home .home-content #membership .leadership__members--chair {
  padding-bottom: 2rem;
}
body#home .home-content #membership .leadership__button {
  display: table;
  width: 100%;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
body#home .home-content #membership .leadership__meetmembers {
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 15px;
}
body#home .home-content #membership .chair, body#home .home-content #membership .member {
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  display: block;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}
body#home .home-content #membership .chair__image, body#home .home-content #membership .member__image {
  width: 100%;
  max-width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
  border: 3px solid transparent;
}
body#home .home-content #membership .chair__image--headshot, body#home .home-content #membership .member__image--headshot {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body#home .home-content #membership .chair__title, body#home .home-content #membership .member__title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}
body#home .home-content #membership .chair__name, body#home .home-content #membership .member__name {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}
body#home .home-content #membership .chair:hover, body#home .home-content #membership .member:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  background-color: #328BD1;
}
body#home .home-content #membership .chair__image {
  border: 5px solid transparent;
}
body#home .home-content #membership .chair:hover .chair__image {
  border: 5px solid white;
}
body#home .home-content #membership .member {
  min-height: 290px;
  margin-bottom: 1rem;
}
body#home .home-content #membership .member__image {
  max-width: 150px;
  height: 150px;
  border: 5px solid transparent;
}
body#home .home-content #membership .member__title {
  font-size: 18px;
}
body#home .home-content #membership .member__name {
  font-size: 18px;
}
@media (max-width: 1200px) {
  body#home .home-content #membership .member {
    min-height: 310px;
  }
}
body#home .home-content #membership .member:hover .member__image {
  border: 5px solid white;
}
body#home .blueoverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 135, 225, 0.7);
}

#main_container {
  padding: 1rem 1rem 3rem 1rem;
}

body.nomaintitle .main_page_title {
  display: none;
}

.flagbackground {
  height: 300px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 55px;
  background-color: #EC0B04;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .flagbackground {
    top: 0;
  }
}

#filtermodal .modal-header .close {
  position: absolute;
  right: 0;
}
#filtermodal .modal-header .modal-title {
  color: white;
  text-align: center;
  width: 100%;
}
#filtermodal .modal-body form select {
  height: 50px;
  width: 100%;
  margin-bottom: 1rem;
}
#filtermodal .modal-body form button {
  width: auto;
}

.blueoverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 135, 225, 0.7);
}
.blueoverlay.lighter {
  background-color: rgba(0, 135, 225, 0.4);
}

blockquote {
  font-size: 38px;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
  color: #EC0B04;
  padding: 5rem 0;
  position: relative;
  margin: 5rem 0;
}
blockquote:before {
  content: "";
  border: 1px solid #EC0B04;
  position: absolute;
  width: 100%;
  max-width: 100px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
}
blockquote:after {
  content: "";
  border: 1px solid #EC0B04;
  position: absolute;
  width: 100%;
  max-width: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
}

#breadcrumb {
  padding-bottom: 3rem;
  text-align: left;
  margin-left: 19rem;
}
#breadcrumb ol li a {
  text-transform: capitalize;
  color: #328BD1;
}
#breadcrumb ol li:first-child {
  display: none;
}
#breadcrumb ol li:after {
  content: ">";
  display: inline-block;
  position: relative;
  right: -5px;
  color: #328BD1;
}
#breadcrumb ol li:last-child:after {
  display: none;
}
@media (max-width: 1500px) {
  #breadcrumb {
    margin-left: 14.5rem;
  }
}
@media (max-width: 1199px) {
  #breadcrumb {
    margin-left: 14rem;
  }
}
@media (max-width: 767px) {
  #breadcrumb {
    margin-left: 0rem;
    padding-bottom: 0.5rem;
    padding-top: 3rem;
  }
}

#content.hasbackground {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#content.hasbackground .main_page_title {
  display: none;
}
#content.hasbackground #breadcrumb ol li a {
  color: #fff;
}
#content.hasbackground #breadcrumb ol li:after {
  color: #fff;
}

body#issue .two_column.row, body#newsitem .two_column.row, body.flagtime .two_column.row, body#useflag .two_column.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body#issue #main_column, body#newsitem #main_column, body.flagtime #main_column, body#useflag #main_column {
  background-color: white;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  body#issue #main_column, body#newsitem #main_column, body.flagtime #main_column, body#useflag #main_column {
    padding: 0 15px;
  }
}
body#issue #newscontent, body#newsitem #newscontent, body.flagtime #newscontent, body#useflag #newscontent {
  padding-top: 2rem;
}
body#issue #newscontent .date, body#newsitem #newscontent .date, body.flagtime #newscontent .date, body#useflag #newscontent .date {
  color: #EC0B04;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  display: block;
}
body#issue #breadcrumb, body#newsitem #breadcrumb, body.flagtime #breadcrumb, body#useflag #breadcrumb {
  position: relative;
}
body#issue #breadcrumb ol li a, body#newsitem #breadcrumb ol li a, body.flagtime #breadcrumb ol li a, body#useflag #breadcrumb ol li a {
  color: #fff;
}
body#issue #breadcrumb ol li:after, body#newsitem #breadcrumb ol li:after, body.flagtime #breadcrumb ol li:after, body#useflag #breadcrumb ol li:after {
  color: #fff;
}

body.flagtime #main_column, body#useflag #main_column {
  background-color: white;
  padding: 2rem;
  min-height: 450px;
}
@media (max-width: 991px) {
  body.flagtime #main_column, body#useflag #main_column {
    max-width: 100%;
    flex: 0 0 96%;
  }
}
@media (max-width: 767px) {
  body.flagtime #main_column, body#useflag #main_column {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

#main_column .main_page_title {
  text-align: center;
}
#main_column .main_page_title__media {
  padding: 0;
  text-align: left;
}

body#mediacenter #main_container {
  padding: 0;
}
body#mediacenter section {
  border-bottom: 1px solid #363636;
  padding: 2rem 0px;
}
body#mediacenter section:first-child {
  padding: 0 0 2rem 0;
}
body#mediacenter section:last-child {
  border-bottom: 1px solid transparent;
}
body#mediacenter .newsroom__leftside {
  padding: 3rem 4rem 0 3rem;
  background-color: #328BD1;
  width: 21.6%;
  position: relative;
}
body#mediacenter .newsroom__leftside:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -100%;
  background-color: #328BD1;
}
@media (max-width: 991px) {
  body#mediacenter .newsroom__leftside:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  body#mediacenter .newsroom__leftside {
    padding: 3rem 1rem 0 1rem;
  }
}
body#mediacenter .newsroom__rightside {
  padding: 4rem 0;
  padding-left: 4rem;
  width: 76%;
}
@media (max-width: 991px) {
  body#mediacenter .newsroom__rightside {
    width: 100%;
    padding: 2rem;
  }
}
body#mediacenter .medianav__side-nav {
  text-align: right;
  top: 6rem;
  position: relative;
}
body#mediacenter .medianav__list-item {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 1rem 0;
  position: relative;
}
body#mediacenter .medianav__list-item:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom: 3px solid transparent;
  width: 50px;
}
body#mediacenter .medianav__list-item.active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom: 3px solid #363636;
  width: 50px;
}
body#mediacenter .medianav__list-link {
  color: #fff;
  font-family: "Oswald", sans-serif;
}
body#mediacenter .media__header {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 2rem;
}
body#mediacenter .media__button {
  display: none;
}
body#mediacenter .media__headerlink {
  font-size: 20px;
  color: #EC0B04;
  text-transform: uppercase;
}
body#mediacenter .media__summary {
  margin-bottom: 3rem;
}

#listblocks {
  padding: 3rem 0;
}
#listblocks .block {
  width: 100%;
  display: table;
  vertical-align: middle;
  height: 380px;
  width: 380px;
  margin: 15px auto;
}
#listblocks .block a {
  background-color: #fff;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  border-radius: 100%;
  width: 100%;
  box-shadow: 1px 1px 16px 5px #328BD1;
}
#listblocks .block a:hover {
  text-decoration: none;
  background-color: rgba(0, 64, 133, 0.75);
  box-shadow: none;
}
#listblocks .block a:hover .media-heading {
  color: #fff;
}
#listblocks .block a .media-heading {
  position: relative;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
#listblocks .block a .media-heading.noimg {
  width: 100%;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  #listblocks .block {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 520px) {
  #listblocks .block {
    width: 240px;
    height: 240px;
  }
}
#listblocks.issueslist {
  padding: 3rem 0 0 0;
}
#listblocks.issueslist .block {
  height: 245px;
  width: 245px;
  margin: 2rem auto;
}
#listblocks.issueslist .block a {
  padding: 0px 10px;
  box-shadow: inset 1px 3px 80px 3px rgba(0, 0, 0, 0.29);
  background-color: #328BD1;
  color: #fff;
  border: 0px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#listblocks.issueslist .block a .issueimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#listblocks.issueslist .block a.nobackground:hover {
  text-decoration: none;
  background-color: rgba(0, 64, 133, 0.75);
  box-shadow: none;
}
#listblocks.issueslist .block a.nobackground:hover .media-heading {
  color: #fff;
}
#listblocks.issueslist .block a.background:hover {
  text-decoration: none;
  background-color: rgba(0, 64, 133, 0.75);
  box-shadow: none;
}
#listblocks.issueslist .block a.background:hover .media-heading {
  color: #fff;
}
@media (max-width: 1199px) {
  #listblocks.issueslist .block {
    width: 210px;
    height: 210px;
    padding: 0;
  }
  #listblocks.issueslist .block a .media-heading {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #listblocks.issueslist .block {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 575px) {
  #listblocks.issueslist .block {
    width: 220px;
    height: 220px;
    margin: 1rem auto;
  }
}

#pagination-container {
  display: inline-block;
  width: 100%;
  margin-top: 2rem;
}
#pagination-container .pagination-right {
  float: left;
}
#pagination-container .pager {
  display: flex;
  float: right;
  list-style: none;
}
#pagination-container .pager .previous {
  margin-right: 5px;
}
#pagination-container .pager .next {
  margin-left: 5px;
}

#newscontent #press .subtitle {
  font-size: 24px;
  text-align: center;
  font-style: italic;
  font-family: "DIN Next LT W01 Regular";
  font-weight: bolder;
  margin: 1rem 0;
}

#mediaview .social-media li {
  display: inline-block;
}
#mediaview .social-media #share-facebook iframe {
  width: 75px;
  height: 25px;
  position: relative;
  top: 9px;
}
#mediaview .social-media #share-twitter iframe {
  width: 75px;
  height: 25px;
  position: relative !important;
  top: 7px;
}
#mediaview #featured-details-description {
  display: table;
  width: 100%;
  padding-top: 4rem;
}
#mediaview #media-view-container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#mediaview #media-player {
  position: relative;
  width: 100%;
}
#mediaview #media-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mediaview #media-player:after {
  content: "";
  padding-top: 56%;
  display: block;
  position: relative;
}
#mediaview #share-footer {
  display: none;
}
#mediaview #share-buttons #share-urlitem {
  opacity: 0;
  position: absolute;
  left: -100%;
}
#mediaview #share-buttons #copyTarget {
  opacity: 0;
  position: absolute;
  left: -100%;
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  padding: 0.5rem 0rem;
}
.social-list li {
  padding: 1rem 2px;
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 1px solid #328BD1;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #328BD1;
  color: #fff;
  display: block;
  font-size: 16px;
  position: relative;
}
.social-list li a:hover {
  border: 1px solid #0F53AE;
  background-color: #0F53AE;
  color: #fff;
}
.social-list li a.substack svg {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 20px;
  margin: 0 auto;
  right: 0;
  bottom: 0;
}
.social-list--bottom li {
  padding: 5px 1px;
  margin-right: 0 !important;
}

.social-area #socialareablock {
  margin-bottom: 1rem;
}
.social-area #socialareablock .socialblock {
  padding: 1rem;
}
.social-area #socialareablock .socialblock .socialheader .socialfeedbackbutton {
  border: 1px solid #328BD1;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  background-color: #328BD1;
  color: #fff;
  display: block;
  font-size: 18px;
  display: inline-block;
  width: auto;
  margin-bottom: 1rem;
}
.social-area #socialareablock .socialblock .socialheader .socialfeedbackbutton span {
  margin-right: 10px;
  text-decoration: none;
}

body#multimedia.new #newscontent.video {
  padding: 0;
}
body#multimedia.new #content {
  overflow: hidden;
}
body#multimedia.new #video-content {
  background-color: #fff;
  padding-top: 1rem;
  position: relative;
}
body#multimedia.new #video-content input#copyTarget {
  position: absolute;
  z-index: -1;
  opacity: 0;
  right: -1000000px;
}
body#multimedia.new #video-content #media-player {
  width: 100%;
}
body#multimedia.new #video-content #media-player iframe {
  height: 500px;
  width: 100%;
  border: 0;
}
@media (max-width: 767px) {
  body#multimedia.new #video-content #media-player iframe {
    height: 340px;
  }
}
@media (max-width: 550px) {
  body#multimedia.new #video-content #media-player iframe {
    height: 220px;
    min-height: 220px;
  }
}
body#multimedia.new #video-content #featured-details-header {
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 550px) {
  body#multimedia.new #video-content #featured-details-header {
    font-size: 26px;
  }
}
body#multimedia.new #video-content #featured-details-header a:hover {
  text-decoration: underline;
}
body#multimedia.new #video-content #featured-details-description p {
  line-height: 25px;
}
body#multimedia.new #video-content #social-container .btn-xs {
  width: 100%;
  margin-bottom: 0.5rem;
}
body#multimedia.new #video-content footer {
  display: none;
}
body#multimedia.new .media-header {
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}
body#multimedia.new #share-buttons {
  float: right;
  padding: 1.8rem 0;
}
body#multimedia.new #share-buttons #share-copy-link {
  cursor: pointer;
}
body#multimedia.new #share-buttons #share-link-button-container {
  display: grid;
}
body#multimedia.new #multimedia-browser ul.nav-tabs {
  border-bottom: 3px solid #328BD1;
  border-bottom: 0px;
  display: none;
}
body#multimedia.new #multimedia-browser .pagination .paging {
  display: inline-block;
  width: 100%;
}
body#multimedia.new #multimedia-browser .pagination .paging .listing-jump {
  display: inline-block;
}
body#multimedia.new #multimedia-browser .pagination .paging .listing-increment {
  display: inline-block;
  float: right;
}
body#multimedia.new #multimedia-browser legend {
  display: none;
}
body#multimedia.new #multimedia-browser .loading div#search-results-header {
  display: none;
}
body#multimedia.new #multimedia-browser .multimedia-tools #search-mm input {
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .multimedia-tools fieldset {
  margin: 0;
}
body#multimedia.new #multimedia-browser .multimedia-tools .date-btn, body#multimedia.new #multimedia-browser .multimedia-tools .search-media-btn {
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  margin-left: 1rem;
  margin-right: 1rem;
}
body#multimedia.new #multimedia-browser .multimedia-tools select {
  color: #bcbaba;
  height: 50px;
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .multimedia-tools input[type=text] {
  color: #bcbaba;
  height: 50px;
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .pagination {
  background-color: white;
  color: #363636;
}
body#multimedia.new #multimedia-browser .pagination .listing-increment a {
  padding: 0px 5px;
}
body#multimedia.new #multimedia-browser .pagination.first-one {
  display: none !important;
}
body#multimedia.new #multimedia-browser .media-thumbnail {
  height: 185px;
  width: 25%;
  margin: 0;
  display: inline-table;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
body#multimedia.new #multimedia-browser .media-thumbnail img {
  margin-top: -32px;
  width: 100%;
}
body#multimedia.new #multimedia-browser .media-thumbnail .image a {
  overflow: hidden;
  display: inline-block;
}
body#multimedia.new #multimedia-browser .media-thumbnail .image a a {
  overflow: hidden;
  display: inline-block;
}

footer {
  background-color: #363636;
  display: table;
  width: 100%;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
}
footer .footer {
  padding: 1rem 0;
}
footer .footer__chairman {
  color: #fff;
  text-align: left;
  font-size: 16px;
}
footer .footer__chairman--name {
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer__chairman {
    text-align: center;
  }
}
footer .footer__address {
  color: #fff;
  text-align: right;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer .footer__address {
    text-align: center;
  }
}
footer .footer .mobile-social {
  width: 100%;
}
footer .subfooternav {
  background-color: #2d2d2d;
  padding: 5px;
}
footer .subfooternav ul {
  margin: 0;
}

/* FORM SYSTEM styles page

This are mostly functional styles at the top, with customizations below...

*/
#accomp-all,
#accomp-1,
#accomp-2,
#accomp-3 {
  display: none;
}

.sel_all #accomp-all,
.sel_all #accomp-1,
.sel_all #accomp-2,
.sel_all #accomp-3,
.sel_1 #accomp-1,
.sel_2 #accomp-2,
.sel_3 #accomp-3 {
  display: block;
}

.show_form .form_mode,
.show_preview .preview_mode {
  display: block !important;
}

.show_form input,
.show_form select,
.show_form textarea {
  display: inline-block !important;
}

.show_form .preview_mode {
  display: none !important;
}

.show_preview .form-control,
.show_preview .form_mode,
.show_preview input,
.show_preview select,
.show_preview textarea {
  display: none !important;
}

abbr {
  outline: none;
  border: none;
}

.form-group .preview_mode {
  color: #000;
}

.show_form .picker {
  display: inline-block !important;
}

.show_preview input#send-request {
  display: inline-block !important;
}

.button-right {
  float: right;
}

.button-left {
  float: left;
}

#edit-request {
  margin-right: 1em;
}

#qa-form {
  margin-bottom: 20px;
}
#qa-form .button {
  cursor: pointer;
  font-size: 1rem;
  font-family: sans-serif;
}

/*

FORM SYSTEM Customizations
*/
#main_column form #actions {
  font-size: 22px;
  height: 65px;
}
#main_column form fieldset {
  margin: 50px 0 0 0;
}
#main_column form fieldset legend {
  font-weight: 800;
  font-size: 30px;
}
#main_column form fieldset label {
  font-weight: 500;
}
#main_column form fieldset input, #main_column form fieldset select {
  padding: 10px;
}
#main_column form fieldset input[type=radio], #main_column form fieldset input[type=checkbox] {
  padding: 0px;
  padding-top: 2px;
}
#main_column form fieldset abbr[title], #main_column form fieldset abbr[data-original-title] {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: none;
  cursor: help;
  padding: 5px;
}
#main_column form fieldset textarea {
  min-height: 100px;
  font-size: 18px;
}
#main_column form fieldset input.form-control,
#main_column form fieldset select.form-control {
  height: 50px;
  font-size: 18px;
}
#main_column form fieldset input.form-control:focus,
#main_column form fieldset select.form-control:focus {
  border: 1px solid #CCC;
  box-shadow: 1px, 1px, 5px, 0.5px;
}
#main_column form fieldset .note-text {
  padding: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.33);
}
#main_column form fieldset + fieldset {
  margin: 50px 0 0 0;
}
#main_column form .btn {
  margin-top: 30px;
  font-size: 22px;
  padding: 20px 45px 20px 45px;
  float: right;
  color: #FFF;
}
#main_column form .btn + .btn {
  margin: 0 15px;
}

.popover {
  z-index: 1020;
  background-color: #fff;
}

.popover.fade.in {
  background-color: #fff;
}

.data-containers {
  float: right;
  width: 300px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  margin-left: 20px;
}

#signatures-container {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  width: 100%;
  float: right;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  position: relative;
}
#signatures-container #num-signatures-container {
  display: block;
  float: left;
  padding: 6px 20px;
  font-size: 23px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}
#signatures-container #num-signatures-label {
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 18px;
}

.social-container {
  float: right;
  display: block;
  background: #eee;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.social-container ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.social-container ul li {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.social-container ul li iframe {
  position: relative;
}
.social-container ul li.social-fb {
  margin-top: 1px;
}
.social-container ul li.social-plusone {
  margin-top: 2px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

#content .amend-form-container .loader {
  position: relative;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  border-left: 7px solid rgba(204, 204, 204, 0.15);
  border-right: 7px solid rgba(204, 204, 204, 0.15);
  border-bottom: 7px solid rgba(204, 204, 204, 0.15);
  border-top: 7px solid rgba(204, 204, 204, 0.8);
  border-radius: 100%;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#content .amend-form-container form {
  /*input[type="submit"] {
  	padding: .25em .5em;
  	font-size: 1.3em;
  }*/
}
#content .amend-form-container form h2 {
  margin: 0 0 1em 0;
  font-size: 25px;
  font-weight: bold;
}
#content .amend-form-container form h3 {
  margin: 0 0 1em 0;
  font-size: 20px;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form select {
  height: 50px;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form textarea, #content .amend-form-container form select {
  width: 100%;
  line-height: 1.42857143;
  padding: 5px 10px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#content .amend-form-container form select {
  padding: 10px;
  height: 50px;
  font-size: 18px;
}
#content .amend-form-container form textarea {
  min-height: 125px;
}
#content .amend-form-container form input[type=checkbox] + label,
#content .amend-form-container form input[type=radio] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: 0.5em;
}
#content .amend-form-container form .checkbox input[type=checkbox] {
  margin-left: 0;
}
#content .amend-form-container form .checkbox input[type=checkbox] + label {
  top: -1px;
  left: 0.25em;
}
#content .amend-form-container form .control-group + .control-group, #content .amend-form-container form .control-group + .row, #content .amend-form-container form .row + .control-group, #content .amend-form-container form .row + .row {
  margin-top: 1em;
}

@media (max-width: 990px) {
  #content .amend-form-container form div[class^=col-] + div[class^=col-] {
    margin-top: 1em;
  }
}
.fc-tbx {
  padding: 9px 14px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.fc-tbx .arrow, .fc-tbx .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fc-tbx .arrow {
  border-width: 11px;
}
.fc-tbx .arrow:after {
  content: "";
  border-width: 10px;
}
.fc-tbx .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.fc-tbx .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.fc-tbx ul.error-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-tbx ul.error-list li p {
  margin: 0;
  font-size: 18px;
  color: #464646;
}

.polls input[type=text] {
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
}
.polls select {
  padding: 10px;
  height: 50px;
  font-size: 18px;
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.polls label {
  /*font-size: 14px;*/
  font-weight: 500;
}
.polls .control-group {
  padding: 10px 0px;
}
.polls input[type=radio] {
  margin-right: 10px;
}
.polls input.btn {
  float: right;
  font-size: 30px;
}

.hide-on-submit {
  display: none !important;
}

.hidden_set {
  margin-bottom: 50px;
  margin-top: -50px;
}
.hidden_set .control-group {
  padding-top: 20px;
}

.data-containers {
  float: right;
  width: 300px;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  margin-left: 20px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

#signatures-container {
  width: 100%;
  float: right;
  margin-bottom: 0px;
}
#signatures-container #num-signatures-container {
  display: block;
  float: left;
  padding: 6px 20px;
  font-size: 23px;
  background-color: #d9d9d9;
  text-align: center;
  width: 100%;
}
#signatures-container #num-signatures-container strong {
  font-weight: normal;
}
#signatures-container #num-signatures-label {
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 18px;
}

#members .section__inner {
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  #members .section__inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #members .section__inner {
    height: auto;
    display: block;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  #members .section__inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #members .section__inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #members .section__inner {
    max-width: 1230px;
  }
}
@media (min-width: 1500px) {
  #members .section__inner {
    max-width: 1300px;
  }
}
#members #main_container {
  min-width: 100%;
  margin: 0;
  padding: 0;
}
#members #main_container .one_column {
  display: inline;
}
#members #main_container .one_column #main_column {
  padding: 0;
}

.leadership__member-name {
  color: #328BD1;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
}
.leadership__chair {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.leadership__paragraph {
  font-family: "Oswald", sans-serif;
}
.leadership__paragraph span {
  color: #328BD1;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}
.leadership__paragraph--title {
  color: #363636 !important;
  font-family: "Oswald", sans-serif;
}
.leadership__list {
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.leadership__list:after {
  content: "";
  display: table;
  clear: both;
}
.leadership__list li {
  display: inline-block;
}
.leadership-item:before {
  content: "";
  display: table;
}
.leadership-item {
  background-size: contain;
  width: 100%;
  padding: 0.5rem;
  height: 100%;
  border-radius: 50%;
  min-width: 164px;
  min-height: 164px;
  overflow: hidden;
  padding-top: 3rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.leadership-img-1, .leadership-info-one {
  min-height: 245px;
  min-width: 245px;
}
.leadership-info {
  position: absolute;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.leadership-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 45px 0 0 0;
  height: 140px;
  font-family: "Open Sans", Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.leadership-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0.4s;
  transition: all 1s ease-in-out 0.4s;
}
.leadership-info p a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: "Open Sans", Arial, sans-serif;
}
.leadership-info p a:hover {
  color: rgba(255, 242, 34, 0.8);
}
.leadership-info__element {
  height: 33.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.leadership-info__element:nth-child(1) {
  background-color: #328BD1;
  color: #fff;
  font-size: 24px;
}
.leadership-info__element:nth-child(2) {
  color: rgb(54, 54, 54);
  background-color: #fff;
}
.leadership-info__element:nth-child(3) {
  background-color: #EC0B04;
  color: #fff;
  font-size: 14px;
}
.leadership-info__element span {
  font-family: "Oswald", sans-serif;
}
.leadership-info__element a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  -webkit-transform: translate(0, -16px);
  transform: translate(0, -16px);
}
.leadership__social-list {
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
  margin-bottom: 0;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0;
  width: 80%;
}
.leadership__social-list-item {
  padding: 0 5px;
  display: inline-block;
}
.leadership__social-list-item a {
  color: rgb(54, 54, 54);
}
.leadership__social-list-item a:hover {
  color: rgb(250, 71, 69);
}
.leadership-item:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.leadership-item:hover .leadership-info {
  -webkit-transform: scale(1) translate(0, -48px);
  transform: scale(1) translate(0, -48px);
  opacity: 1;
  left: 0;
}
.leadership-item:hover .leadership-info p {
  opacity: 1;
}
.leadership__members .leadership__list-item:nth-child(1) {
  display: none;
}
.leadership__members .leadership__list, .leadership__state .leadership__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.leadership__members .leadership__list-item, .leadership__state .leadership__list-item {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: calc(20% - 5px);
}
@media (max-width: 1198px) {
  .leadership__members .leadership__list-item, .leadership__state .leadership__list-item {
    width: calc(24% - 15px);
  }
}
@media (max-width: 991px) {
  .leadership__members .leadership__list-item, .leadership__state .leadership__list-item {
    width: calc(30% - 15px);
  }
}
@media (max-width: 767px) {
  .leadership__members .leadership__list-item, .leadership__state .leadership__list-item {
    width: calc(40% - 15px);
  }
}
@media (max-width: 576px) {
  .leadership__members .leadership__list-item, .leadership__state .leadership__list-item {
    width: 100%;
  }
}
.leadership__members .leadership-item, .leadership__state .leadership-item {
  background-size: contain;
  background-repeat: no-repeat;
  height: 164px;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 164px;
}
.leadership__members .leadership-info, .leadership__state .leadership-info {
  width: 164px;
  height: 164px;
}
.leadership__state {
  border-bottom: 1.25px solid rgb(117, 117, 117);
  position: relative;
}
.leadership__state:nth-child(even) {
  background-color: rgb(245, 245, 245);
}
.leadership__state-header {
  color: #363636;
  padding: 3rem;
  text-align: center;
}
.leadership__state-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.leadership__state-member {
  color: #328BD1;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}
.leadership__state:last-child .back-to-top {
  display: flex;
  position: relative;
  max-width: 105px;
  margin: 0 auto;
}
.leadership__title {
  color: #2d2d2d;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0;
}

.members__banner {
  max-width: initial;
  position: relative;
}

.members {
  background-color: #328BD1;
  min-width: 100%;
  padding-bottom: 6rem;
}
.members__header {
  color: #fff;
  padding-top: 3rem;
  text-align: center;
}
.members__detail {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  padding-bottom: 3rem;
  text-align: center;
}
.members__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  -webkit-columns: 10vw 5;
  columns: 10vw 5;
}
@media (max-width: 767px) {
  .members__list {
    columns: 10vw 3;
  }
}
@media (max-width: 576px) {
  .members__list {
    columns: 10vw 1;
  }
}
.members__list-item {
  text-align: center;
}
.members__list-item a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: rgb(150, 191, 227);
  text-decoration-color: rgb(150, 191, 227);
}

.back-to-top {
  bottom: 0;
  -webkit-transform: translate(0, 1rem);
  transform: translate(0, 1rem);
  color: rgb(117, 117, 117);
  border: 1px solid rgb(117, 117, 117);
  background-color: #fff;
  font-size: 12px;
  font-weight: bolder;
  padding: 0.25rem;
  position: absolute;
  z-index: 3;
}
.back-to-top::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #757575;
  border-left: 5px solid transparent;
  right: 0rem;
  background-color: transparent;
  margin: 0 2px;
}
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top span {
  margin-right: 10px;
}

#issue .two_column.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#issue #main_column .main_page_title {
  text-align: left;
}
#issue #main_column .issue__header {
  padding: 2rem 0 0 0;
  text-align: left;
}
#issue #main_column .issue__issue-body {
  padding-top: 1rem;
}
#issue #main_column .related {
  padding-top: 6rem;
  text-align: center;
}
#issue #main_column .related:before {
  border-bottom: solid 1.5px #EC0B04;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
  z-index: 1;
}
#issue #main_column .related .links {
  padding: 3rem 0;
}
#issue #main_column .related .links .side-list li {
  margin-bottom: 2rem;
}
#issue #main_column .related .links .side-list .last {
  margin-bottom: 0;
}
#issue #main_column .related .section-header {
  font-size: 2rem;
}
#issue #main_column .related .section-header:after {
  content: ":";
}
#issue #main_column .related .side-list li a {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 30px;
}
#issue #main_column .section__related h2 {
  padding-top: 3rem;
}
#issue #main_column .section__related-press:before {
  border-bottom: solid 1.5px #EC0B04;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
  z-index: 1;
}
#issue #main_column .section__related-press--more {
  display: flex;
  flex-flow: row-reverse;
}
#issue #main_column .section__related-press--more button {
  border: none;
  bottom: 0;
  color: #328BD1;
  position: absolute;
}
#issue #main_column .section__article {
  padding-bottom: 3rem;
}
#issue #main_column .section__related-press--title {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 30px;
}
#issue #main_column .section__related-press--date {
  color: #363636;
}

@media (max-width: 1199px) {
  body#priorities .boxitem {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 991px) {
  body#priorities .boxitem {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body#priorities .ih-item.square, body#priorities .ih-item.circle, body#priorities .mobile {
  width: 100%;
  height: 320px;
  margin: 0 auto;
  border-radius: 0px;
  margin-bottom: 30px;
  cursor: pointer;
  display: table;
}
body#priorities .ih-item.square .img, body#priorities .ih-item.circle .img, body#priorities .mobile .img {
  width: 100%;
  height: 320px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}
body#priorities .ih-item.square .img:before, body#priorities .ih-item.circle .img:before, body#priorities .mobile .img:before {
  border-radius: 0px;
  box-shadow: none;
}
body#priorities .ih-item.square .img .filter, body#priorities .ih-item.circle .img .filter, body#priorities .mobile .img .filter {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  box-shadow: inset 1px 3px 80px 3px rgba(0, 0, 0, 0.29);
  background-color: #328BD1;
}
body#priorities .ih-item.square .img .filter h2, body#priorities .ih-item.circle .img .filter h2, body#priorities .mobile .img .filter h2 {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body#priorities .ih-item.square .img .filter h2, body#priorities .ih-item.circle .img .filter h2, body#priorities .mobile .img .filter h2 {
    font-size: 36px;
  }
}
body#priorities .ih-item.square .img.withimage .filter, body#priorities .ih-item.circle .img.withimage .filter, body#priorities .mobile .img.withimage .filter {
  background-color: rgba(26, 74, 114, 0.5);
}
body#priorities .ih-item.square a, body#priorities .ih-item.circle a, body#priorities .mobile a {
  cursor: pointer;
  display: block;
}
body#priorities .ih-item.square .info, body#priorities .ih-item.circle .info, body#priorities .mobile .info {
  border-radius: 0px;
  overflow: hidden;
  display: block;
}
body#priorities .ih-item.square .info h3, body#priorities .ih-item.circle .info h3, body#priorities .mobile .info h3 {
  height: auto;
  font-size: 22px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
body#priorities .ih-item.square .info .info-back, body#priorities .ih-item.circle .info .info-back, body#priorities .mobile .info .info-back {
  border-radius: 0px;
  background: #37477a;
  height: 100%;
  text-align: left;
  display: block;
}
@media (max-width: 1199px) {
  body#priorities .ih-item.square .info .info-back h3, body#priorities .ih-item.circle .info .info-back h3, body#priorities .mobile .info .info-back h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  body#priorities .ih-item.square .info .info-back h3, body#priorities .ih-item.circle .info .info-back h3, body#priorities .mobile .info .info-back h3 {
    font-size: 32px;
  }
}
body#priorities .ih-item.square .info .info-back .summary-back, body#priorities .ih-item.circle .info .info-back .summary-back, body#priorities .mobile .info .info-back .summary-back {
  margin: 0px;
  line-height: 24px;
  font-style: normal;
  overflow: hidden;
  display: block;
  color: #fff;
  background: #37477a;
  font-size: 16px;
  border-top: none;
  padding: 0 1rem;
}
@media (max-width: 1199px) {
  body#priorities .ih-item.square .info .info-back .summary-back, body#priorities .ih-item.circle .info .info-back .summary-back, body#priorities .mobile .info .info-back .summary-back {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  body#priorities .ih-item.square .info .info-back .summary-back, body#priorities .ih-item.circle .info .info-back .summary-back, body#priorities .mobile .info .info-back .summary-back {
    font-size: 16px;
    line-height: 24px;
  }
}
body#priorities .ih-item.square .info .info-back .summary-back.twenty, body#priorities .ih-item.circle .info .info-back .summary-back.twenty, body#priorities .mobile .info .info-back .summary-back.twenty {
  padding: 1rem;
}
body#priorities .ih-item.square .info .info-back p, body#priorities .ih-item.circle .info .info-back p, body#priorities .mobile .info .info-back p {
  font-style: normal;
  font-size: 13px;
  overflow: scroll;
  position: relative;
  color: #fff;
  padding: 0;
  border-top: 0;
  margin: 0px 15px;
  text-align: left;
}
body#priorities .ih-item.square .info .info-back .summary-link, body#priorities .ih-item.circle .info .info-back .summary-link, body#priorities .mobile .info .info-back .summary-link {
  width: 100%;
  text-align: center;
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  color: white;
  left: 0;
}
body#priorities .ih-item.square .info .info-back .summary-link .summary-linktext, body#priorities .ih-item.circle .info .info-back .summary-link .summary-linktext, body#priorities .mobile .info .info-back .summary-link .summary-linktext {
  background-color: #b0312d;
  padding: 10px 15px;
}
body#priorities .mobile {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  border-radius: 0px;
  margin-bottom: 30px;
  cursor: pointer;
}
body#priorities .mobile .img {
  width: 100%;
  height: 300px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body#priorities .mobile .img:before {
  border-radius: 0px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 320px) {
  body#priorities .mobile .img .filter h2, body#priorities .mobile body#priorities .mobile .img .filter h2 {
    font-size: 28px;
  }
}

#default.newsroom .main_page_title, #newsroom .main_page_title {
  padding: 2rem 0 0rem 0;
  text-align: left;
}
@media (max-width: 991px) {
  #default.newsroom .main_page_title, #newsroom .main_page_title {
    padding: 0;
  }
}
#default.newsroom #newscontent, #newsroom #newscontent {
  padding: 3rem 0 0 0;
}
#default.newsroom #press .date, #newsroom #press .date {
  padding-top: 3rem;
}
#default.newsroom #press .main_page_title, #newsroom #press .main_page_title {
  text-align: left;
  padding: 0;
  margin: 3rem 0;
}
#default.newsroom #filterbuttons a, #newsroom #filterbuttons a {
  background-color: transparent;
  color: #EC0B04;
  padding-left: 0px;
  padding-right: 20px;
  text-transform: uppercase;
}
#default.newsroom #filterbuttons a:hover, #newsroom #filterbuttons a:hover {
  color: #ba0903;
  outline: none;
}
#default.newsroom hr, #newsroom hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#newsroom #press {
  padding: 6rem 0 0 0;
}
#newsroom #press .main_page_title {
  text-align: left;
  padding: 0;
  margin: 3rem 0;
}

/*# sourceMappingURL=common.css.map */
