@charset "UTF-8";
/* IMPORT SITE CUSTOM STYLES */
/*breakpoints*/
/*colors*/
/*font sizes*/
/*colors*/
/*font sizes*/
/*colors*/
/*font sizes*/
/*font element mixins*/
/* primary font*/
/* Secondary Font */
/* Buttons */
/* Links */
/* Social Icons */
/* print and email buttons */
@font-face {
  font-family: "icomoon";
  src: url("../fonts//icomoon.eot?38wtzl");
  src: url("../fonts//icomoon.eot?38wtzl#iefix") format("embedded-opentype"), url("../fonts//icomoon.ttf?38wtzl") format("truetype"), url("../fonts//icomoon.woff?38wtzl") format("woff"), url("../fonts//icomoon.svg?38wtzl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconWhite {
  color: #fff;
  font-size: 0.875rem;
}
.iconWhite:hover {
  color: #5c89b3;
}

.iconNavy {
  color: #062940;
  font-size: 0.875rem;
}
.iconNavy:hover {
  color: #5c89b3;
}

.iconLarge {
  font-size: 2rem;
}

.iconXLarge {
  font-size: 3rem;
}

.icon-search:before {
  content: "\f002";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-medium:before {
  content: "\f23a";
}

figure {
  margin: 0;
}

h1 {
  color: #062940;
  font-size: 3rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 37.5em) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  color: #062940;
  font-size: 2rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 a {
  color: #062940;
  font-size: 2rem;
}
h2 a:hover {
  color: #5c89b3;
  text-decoration: none;
}
@media (max-width: 37.5em) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  color: #062940;
  font-size: 1.5rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 37.5em) {
  h3 {
    font-size: 1.25rem;
  }
}
h3 a {
  font-size: 1.5rem;
}
@media (max-width: 37.5em) {
  h3 a {
    font-size: 1.25rem;
  }
}

h4 {
  color: #062940;
  font-size: 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 37.5em) {
  h4 {
    font-size: 0.875rem;
  }
}

h5 {
  color: #062940;
  font-size: 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 37.5em) {
  h5 {
    font-size: 0.875rem;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
}
@media (max-width: 37.5em) {
  body {
    font-size: 0.875rem;
  }
}

p,
a {
  letter-spacing: 0;
}

p {
  line-height: 1.5em;
}
p a {
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p a:hover {
  color: #5c89b3;
  font-weight: bold;
}

.date {
  color: #002d5d;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 37.5em) {
  .date {
    font-size: 12px;
  }
}

.btn {
  color: #fff;
  cursor: pointer;
  background-color: #5c89b3;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.075rem 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 130px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.btn:hover {
  color: #062940;
  background-color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

@media (max-width: 37.5em) {
  #filterbuttons {
    margin-bottom: 1rem;
  }
}
#filterbuttons #launchfilter {
  margin: 0 1rem 0 0;
}

#actions li a {
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 10px;
  height: 20px;
  text-decoration: none;
  width: 60px;
}
#actions li a:hover {
  color: #062940;
}

body.titleline .main_page_title {
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
body.titleline .main_page_title:before {
  width: 35%;
  content: "";
  position: absolute;
  border: 1px solid #002d5d;
  display: block;
  left: -135px;
  top: 50%;
}
@media (min-width: 1024px) {
  body.titleline .main_page_title:before {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  body.titleline .main_page_title:before {
    width: 45%;
  }
}
body.titleline .main_page_title:after {
  width: 35%;
  content: "";
  position: absolute;
  border: 1px solid #002d5d;
  display: block;
  right: -135px;
  top: 50%;
}
@media (min-width: 1024px) {
  body.titleline .main_page_title:after {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  body.titleline .main_page_title:after {
    width: 45%;
  }
}

body.bannertext .figure__banner--title {
  color: #002d5d;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
body.bannertext #main_container .main_page_title {
  display: none;
}

.main_page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 3rem;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 37.5em) {
  .main_page_title {
    font-size: 2rem;
  }
}

/*colors*/
/*font sizes*/
/*font element mixins*/
/* primary font*/
/* Secondary Font */
/* Buttons */
/* Links */
/* Social Icons */
/* print and email buttons */
@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;
}

.affix {
  position: fixed !important;
  top: 1rem;
}

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

.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;
  }
}
.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;
}
.navbar .nav-pills.fade-out {
  opacity: 0;
}
.navbar .nav-pills li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills li:last-child .dropdown-menu {
  right: 0;
}
.navbar #search {
  float: left;
  width: 0;
  position: absolute;
  right: 33px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search.showme {
  width: 95%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search #sitesearch {
  width: 100%;
  float: left;
  padding: 10px 15px 0px;
  position: relative;
  height: 50px;
}
.navbar #search #sitesearch #search-field {
  position: absolute;
  left: 0px;
  width: 95%;
  border: none;
  height: 40px;
  padding: 5px;
}
.navbar #search #sitesearch #search-field:focus {
  outline: none;
  border: none;
  -webkit-filter: none;
  filter: none;
}
.navbar #search #sitesearch button {
  position: absolute;
  color: #fff;
  right: 0px;
  width: 42px;
  height: 40px;
  border: none;
}
.navbar .srchbutton,
.navbar .srchbuttonmodal {
  color: #fff;
}
.navbar .srchbutton .icon,
.navbar .srchbuttonmodal .icon {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .navbar .srchbutton .icon,
.navbar .srchbuttonmodal .icon {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .navbar .srchbutton:hover .icon,
.navbar .srchbuttonmodal:hover .icon {
    color: #5c89b3;
  }
}

.modal-backdrop {
  background-color: #062940;
}
.modal-backdrop.show {
  opacity: 0.95;
}

.navigation {
  background-color: #fff;
  padding: 0;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  z-index: 11;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation {
    background-color: #062940;
    max-height: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 73px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__figure {
    background-color: #062940;
    width: 50%;
  }
}
.navigation__figure-link {
  border-top: 0px solid transparent !important;
}
.navigation__figure-img {
  height: auto;
  width: 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__figure-img {
    display: none;
  }
}
@media (min-width: 800px) {
  .navigation__figure-img {
    height: auto;
  }
}
.navigation__figure-img--mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__figure-img--mobile {
    background-color: #062940;
    display: block;
    width: 100%;
    height: auto;
  }
}
.navigation__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 90%;
  min-width: 90%;
  padding: 0;
  /* target specific menu items */
  /* --- */
  /* --- */
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 73px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .navigation__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .navigation__list:before, .navigation__list:after {
    content: "";
    background-color: #062940;
    height: 2px;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}
.navigation__list:before {
  -webkit-transform: translate(0, -1.45rem);
  transform: translate(0, -1.45rem);
}
.navigation__list:after {
  -webkit-transform: translate(0, 1.45rem);
  transform: translate(0, 1.45rem);
}
.navigation__list-item {
  text-align: center;
  position: relative;
  z-index: 2;
}
.navigation__list-item:hover {
  text-decoration: none;
}
@media (min-width: 640px) {
  .navigation__list-item {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item {
    padding: 0.14rem 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(1) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(2) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(3) {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(4) {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(5) {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(6) {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    z-index: 1;
  }
}
@media (min-width: 1280px) {
  .navigation__list-item:nth-child(7) figure {
    border-right: 2rem solid #fff;
    border-left: 2rem solid #fff;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(9) {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(8) {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(10) {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .navigation__list-item:nth-child(10) a {
    visibility: hidden;
  }
}
.navigation__list-item--laptop-plus {
  display: none;
}
@media (min-width: 1024px) {
  .navigation__list-item--laptop-plus {
    display: inherit;
    transform: translate(0rem, 0);
  }
}
.navigation__list-item--logo {
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__list-item--logo {
    background-color: #062940;
    padding: 0;
  }
}
.navigation__list-item--search {
  color: #062940;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__list-item--search {
    color: #fff;
    position: absolute;
    right: 4rem;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__list-item--menu {
    position: absolute;
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .navigation__list-item--mobile {
    display: block;
  }
}
.navigation__list-item a {
  color: #062940;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 3px solid transparent;
  padding: 0.4rem 0;
  display: block;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__list-item a {
    color: #fff;
    font-size: 28px;
  }
}
.navigation__list-item__toggle-menu {
  color: #062940;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__list-item__toggle-menu {
    color: #fff;
  }
}
.navigation__list-item .srchbuttonmodal {
  color: #062940;
}
.navigation__list-item .srchbuttonmodal .icon {
  font-size: 2rem;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__list-item .srchbuttonmodal {
    color: #fff;
  }
}
.navigation__list-item .dropdown-menu {
  background-color: #eaeef3;
  border-radius: 0;
  border: none;
  border-top: 0px solid transparent;
  left: auto;
  margin: 0px;
  padding: 15px;
  position: absolute;
  top: 99%;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.navigation__list-item .dropdown-menu li {
  padding: 10px 0;
}
.navigation__list-item .dropdown-menu li a {
  color: #062940;
  text-transform: capitalize;
  border-top: 0px solid transparent;
  padding: 0;
  white-space: nowrap;
}
.navigation__list-item .dropdown-menu li a:before {
  display: none;
}
.navigation__list-item .dropdown-menu li a:hover {
  color: #5c89b3;
  text-decoration: underline;
}
.navigation__list .Aboutdropdown .dropdown-menu,
.navigation__list .Aboutselected .dropdown-menu {
  width: 202px;
}
.navigation__list .Newsdropdown .dropdown-menu,
.navigation__list .Newsselected .dropdown-menu {
  width: 170px;
}
.navigation__list .Subcommitteesdropdown .dropdown-menu,
.navigation__list .Subcommitteesselected .dropdown-menu {
  width: 266px;
}
.navigation__list-item.selected a:nth-child(1) {
  border-top: 4px solid #5c89b3;
}
.navigation__list-item.selected .dropdown-menu li {
  padding: 10px 0;
}
.navigation__list-item.selected .dropdown-menu li a {
  border-top: 0px solid transparent;
}
.navigation__pill {
  background-color: #5c89b3;
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
}
.navigation__pill:hover {
  background-color: #062940;
}
.navigation__pill svg {
  color: #fff;
  transform: translate(0, 4px);
}
.navigation__toggle-menu {
  color: #062940;
}
@media (min-width: 1024px) {
  .navigation__toggle-menu {
    color: transparent;
  }
}
.navigation__social-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .navigation__social-group {
    display: none;
  }
}
.navigation__social-group .navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0;
  margin: 0 3px;
  border-top: 0px solid transparent;
  font-size: 14px;
}
.navigation__figure-link {
  padding: 0px;
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item a {
  color: #fff;
}

#NavMobileModal.show .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  min-width: 100%;
}
#NavMobileModal.show .modal-content {
  min-height: 100vh;
  background-color: #062940;
}
#NavMobileModal.show .modal-header {
  border: none;
  padding: 1.5rem;
}
#NavMobileModal.show .modal-header .close {
  color: #062940;
  font-size: 40px;
  opacity: 1;
}
#NavMobileModal.show .mobile-nav-links__link {
  color: #fff;
}
#NavMobileModal.show .mobile-nav-links__link:hover {
  color: #5c89b3;
  text-decoration: none;
}
#NavMobileModal.show .mobile-nav-links {
  color: #002d5d;
}
#NavMobileModal.show .mobile-nav-links__item {
  text-align: center;
  margin-top: 1.5rem;
}
#NavMobileModal.show .mobile-nav-links__item:nth-child(1) {
  margin-top: 0;
}
#NavMobileModal.show .mobile-nav-links__link {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
#NavMobileModal.show .mobile-nav-links__item .dropdown-menu {
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  color: inherit;
  display: none;
  float: inherit;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: inherit;
  padding: 0 0 1rem 0;
  position: inherit;
  opacity: 0;
  text-align: inherit;
  top: 100%;
  z-index: 1000;
}
#NavMobileModal.show .mobile-nav-links__item .dropdown-menu li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#NavMobileModal.show .mobile-nav-links__item .dropdown-menu li a:hover {
  color: #5c89b3;
  text-decoration: underline;
}
#NavMobileModal.show .mobile-nav-links__item--selected .dropdown-menu {
  display: inherit;
  opacity: 1;
  transition: all 0.5s ease-in;
}

div#SearchModal.modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
}

.dropdown-item {
  width: inherit;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

body.IE header {
  position: fixed !important;
}

header {
  z-index: 1000;
  display: block;
  width: 100%;
  position: sticky;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  background-color: white;
}
@media (min-width: 0px) and (max-width: 1024px) {
  header {
    max-height: 76px;
  }
}
header.hearingdisplay {
  height: 205px;
}

footer {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 6rem;
  padding: 0 2rem;
}

body {
  width: 100%;
  margin: 0 auto;
}

.alert {
  background-color: #ad0000;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.alert .headline {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2;
}
.alert .headline a {
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .alert .headline {
    padding-left: 2rem;
  }
}

.section-homebanner {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .section-homebanner {
    padding-top: 0;
  }
}
.section-homebanner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: rgba(28, 28, 28, 0.45);
  z-index: 10;
}
.section-homebanner__video-container {
  margin: 0 auto;
  max-width: 1500px;
}
.section-homebanner__video {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
  height: 0;
  z-index: 5;
}
.section-homebanner__video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  z-index: 5;
  display: none;
}
@media (min-width: 800px) {
  .section-homebanner__video video {
    display: block;
  }
}
.section-homebanner__underlay {
  position: absolute;
  padding-bottom: 61.25%;
  top: 0;
  width: 100vw;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .section-homebanner__underlay {
    display: none;
  }
}
.section-homebanner__underlay video {
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 150%;
  z-index: 1;
  filter: blur(50px);
  -webkit-filter: blur(50px);
}
.section-homebanner__logo {
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  text-align: center;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .section-homebanner__logo {
    transform: translateY(15%);
  }
}
@media (min-width: 1024px) {
  .section-homebanner__logo {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.section-homebanner__logo img {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1200px;
}
.section-homebanner__inner {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .section-homebanner__inner {
    display: none;
  }
}
.section-homebanner__caption {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100%;
  left: -9rem;
  bottom: 3rem;
}
@media (max-width: 1200px) {
  .section-homebanner__caption {
    text-align: left;
    left: 19.25%;
    bottom: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .section-homebanner__caption {
    display: none;
  }
}
.section-homebanner.hearingdisplay {
  padding-top: 205px;
}

.live-hearings {
  margin-top: 0px;
  padding: 3rem 5rem 0rem;
  background-color: #eaeef3;
}
.live-hearings__badge {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.live-hearings__title {
  padding: 3rem 0;
}
.live-hearings.hearingdisplay {
  margin-top: 205px;
}
@media (max-width: 991px) {
  .live-hearings {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .live-hearings__video iframe {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .live-hearings__video iframe {
    height: 380px;
  }
}
@media (max-width: 560px) {
  .live-hearings__video iframe {
    height: 300px;
  }
}

.banner {
  position: relative;
  display: table;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
}
.banner #videoBanner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.press {
  position: relative;
}
.press__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 auto;
  max-width: 1410px;
  width: 90%;
}
@media (min-width: 1024px) {
  .press__inner {
    width: calc(100% - 10rem);
  }
}
@media (min-width: 800px) {
  .press__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.press__article {
  background-color: #eaeef3;
  cursor: pointer;
  min-height: 200px;
  overflow: hidden;
  padding: 40px;
  width: 100%;
}
@media (min-width: 800px) {
  .press__article {
    width: calc(33.3333333% - 15px);
  }
}
.press__article:hover {
  background-color: #5c89b3;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.press__article:hover .press-item__date {
  color: #fff;
}
.press-item__date {
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.press-item__title {
  color: #062940;
  padding-top: 1rem;
  text-transform: uppercase;
}
.press-item a,
.press-item a:hover {
  text-decoration: none;
}

#hearings .hearings {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#hearings .hearings__heading {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  padding: 10px 0;
  text-transform: uppercase;
}
#hearings .hearings__link {
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
#hearings .hearings__date {
  color: #5c89b3;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
.social__inner {
  background-color: #eaeef3;
  margin: 0 auto;
  max-width: 1410px;
  width: 90%;
  padding: 3rem;
}
@media (min-width: 1024px) {
  .social__inner {
    width: calc(100% - 10rem);
  }
}
@media (max-width: 37.5em) {
  .social__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.social__homeland-logo-pill {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #062940;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 60px;
}
.social__homeland-logo {
  background-repeat: no-repeat;
  background-size: cover;
  height: 3rem;
  width: 2rem;
}
.social #twitterCarousel {
  margin-bottom: -50px;
}
.social #twitterCarousel__slides .carousel-item .tweet {
  color: #062940;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 2rem;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .social #twitterCarousel__slides .carousel-item .tweet {
    font-size: 1rem;
    line-height: 22px;
  }
}
.social #twitterCarousel__slides .carousel-item .tweet a {
  color: #5c89b3;
  font-style: normal;
  font-size: 2rem;
  font-family: "Open Sans Condensed", sans-serif;
}
@media (max-width: 37.5em) {
  .social #twitterCarousel__slides .carousel-item .tweet a {
    font-size: 1rem;
  }
}
.social #twitterCarousel__slides .carousel-item .tweet a span {
  color: #5c89b3;
  font-style: normal;
  font-size: 2rem;
  font-family: "Open Sans Condensed", sans-serif;
}
@media (max-width: 37.5em) {
  .social #twitterCarousel__slides .carousel-item .tweet a span {
    font-size: 1rem;
  }
}
.social #twitterCarousel__slides .carousel-item .timePosted {
  padding-top: 40px;
  text-align: center;
}
.social #twitterCarousel__slides .carousel-item .timePosted a {
  color: #062940;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-family: "Open Sans Condensed", sans-serif;
}
.social #twitterCarousel__indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: inherit;
  margin-left: inherit;
  list-style: none;
}
.social #twitterCarousel__indicators li {
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
}
.social #twitterCarousel__indicators .active {
  background-color: #5c89b3;
}
.social #twitterCarousel__next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
@media (max-width: 37.5em) {
  .social #twitterCarousel__next-prev {
    display: none;
  }
}
.social #twitterCarousel__next-prev .arrow {
  border: solid #062940;
  border-width: 0 3px 3px 0;
  cursor: pointer;
  display: inline-block;
  padding: 1rem;
}
@media (max-width: 37.5em) {
  .social #twitterCarousel__next-prev .arrow {
    display: none;
  }
}
.social #twitterCarousel__next-prev .arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: -25px;
}
@media (max-width: 37.5em) {
  .social #twitterCarousel__next-prev .arrow-right {
    margin-right: -10px;
  }
}
.social #twitterCarousel__next-prev .arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: -25px;
}
@media (max-width: 37.5em) {
  .social #twitterCarousel__next-prev .arrow-left {
    margin-left: -10px;
  }
}

.featured__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 auto;
  max-width: 1410px;
  width: 90%;
}
@media (min-width: 1024px) {
  .featured__inner {
    width: calc(100% - 10rem);
  }
}
@media (min-width: 800px) {
  .featured__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media (max-width: 1200px) {
  .featured__inner {
    justify-content: space-around;
  }
}
.featured__card {
  border: 2px solid #eaeef3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
}
@media (min-width: 800px) {
  .featured__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: calc(50% - 15px);
  }
}
@media (min-width: 1024px) {
  .featured__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.featured__card.social {
  border: 0;
}
.featured__card .socialblock {
  width: 100%;
}
.featured__card.featured-video {
  height: 210px;
}
@media (max-width: 1200px) {
  .featured__card.featured-video {
    height: auto;
  }
}
.featured__card.featured-member a {
  display: inherit;
}
@media (min-width: 1280px) {
  .featured__card.featured-member a {
    flex: 0 0 30%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .featured__card.featured-member a {
    flex: 0 0 100%;
  }
}
.featured__card.featured-video a {
  display: inherit;
}
@media (min-width: 1280px) {
  .featured__card.featured-video a {
    flex: 0 0 30%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .featured__card.featured-video a {
    flex: 0 0 100%;
  }
}
.featured__image {
  background-color: #eaeef3;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 194px;
  min-height: 194px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 194px;
  flex: 0 0 194px;
  position: relative;
}
@media (min-width: 742px) and (max-width: 1200px) {
  .featured__image {
    background-position: center;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .featured__image {
    min-height: 20vw;
    min-width: 100%;
  }
}
@media (max-width: 800px) {
  .featured__image {
    min-width: 100%;
    min-height: 36vw;
    background-position: center;
  }
}
.featured__image--youtube {
  align-items: center;
  background-size: 180%;
  background-position-x: 31%;
  background-position-y: 51%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .featured__image--youtube {
    background-position-y: 35%;
  }
}
@media (max-width: 800px) {
  .featured__image--youtube {
    background-position-y: 40%;
  }
}
.featured__image--youtube:before {
  border-style: solid;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 37px 0px 37px 74px;
  border-color: transparent transparent transparent #eaeef3;
  content: "";
  position: absolute;
  opacity: 0.5;
}
.featured__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 calc(100% - 222px);
  padding: 1rem;
  padding-left: 0;
}
.featured__content p {
  font-size: 0.875rem;
  margin-bottom: 0;
  display: none;
}
@media (max-width: 1200px) {
  .featured__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px;
  }
}
.featured__content span {
  display: inline-block;
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  text-transform: capitalize;
}
.featured__content h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
}
.featured__content h2 a {
  font-size: 1.25rem;
}
.featured__paragraph {
  font-size: 0.875rem;
  margin-top: -5px;
  margin-bottom: 0;
  display: none;
}
.featured__paragraph .featured__district {
  color: #062940;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

.subcommittees {
  position: relative;
}
.subcommittees h2,
.subcommittees h3 {
  text-align: center;
  padding-bottom: 3rem;
  text-transform: uppercase;
  z-index: 3;
}
.subcommittees h2 a,
.subcommittees h3 a {
  color: #062940;
  cursor: pointer;
}
.subcommittees h2 a:hover,
.subcommittees h3 a:hover {
  color: #5c89b3;
}
.subcommittees h2 {
  padding: 0px;
}
.subcommittees__inner {
  margin: 0 auto;
  max-width: 1410px;
  width: 90%;
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .subcommittees__inner {
    width: calc(100% - 10rem);
  }
}
.subcommittees__inner:before {
  content: "";
  background-color: #eaeef3;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
  max-width: 1425px;
  width: calc(100% - 10rem);
  z-index: 0;
}
@media (min-width: 320px) and (max-width: 1400px) {
  .subcommittees__inner:before {
    display: none;
  }
}
@media (min-width: 640px) {
  .subcommittees__inner:before {
    height: 205px;
  }
}
.subcommittees__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .subcommittees__row {
    flex-flow: inherit;
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .subcommittees__row {
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
  }
}
.subcommittees__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666667%;
  flex: 0 0 16.6666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 0;
  cursor: pointer;
  perspective: 1000px;
  height: 250px;
  padding-top: 96px;
}
@media (max-width: 767px) {
  .subcommittees__card {
    padding-top: 0;
  }
}
.subcommittees__card:hover {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .subcommittees__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.6666667%;
    flex: 0 0 15.6666667%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 800px) {
  .subcommittees__card h3 {
    height: 125px;
    padding: 0px;
  }
}
@media (min-width: 320px) and (max-width: 1400px) {
  .subcommittees__card {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}
.subcommittees__card .card--title {
  width: 100%;
}
.subcommittees__card .card--chair {
  color: #062940;
  display: none;
  width: 100%;
}
.subcommittees__card:hover .subcommittees__figure {
  transform: rotateY(180deg);
}
.subcommittees__card:hover .subcommittees__overlay {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .subcommittees__card:hover .subcommittees__overlay {
    margin: inherit;
  }
}
.subcommittees__card:hover .card--title {
  display: none;
}
.subcommittees__card:hover .card--title a {
  color: #062940;
}
.subcommittees__card:hover .card--chair {
  display: block;
  height: 125px;
}
.subcommittees__card:hover .card--chair a {
  color: #062940;
}
.subcommittees__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  height: 100%;
  transition: transform 0.3s;
}
@media (min-width: 640px) {
  .subcommittees__figure {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 6rem;
  }
}
.subcommittees__badge {
  background-color: #062940;
  border-radius: 100%;
  display: block;
  height: auto;
  min-height: 6rem;
  max-width: 6rem;
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  top: -96px;
}
@media (max-width: 767px) {
  .subcommittees__badge {
    position: relative;
    top: 0;
  }
}
.subcommittees__badge img {
  background-color: #062940;
  border-radius: 100%;
  display: block;
  height: auto;
  min-height: 6rem;
  max-width: 6rem;
  width: 100%;
}
.subcommittees__overlay {
  bottom: 0;
  background-color: #eaeef3;
  border-radius: 100%;
  height: auto;
  left: 0;
  min-height: 6rem;
  max-width: 6rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  width: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.subcommittees__chair {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.subcommittees__chair img {
  width: 6rem;
}

.newsletter-form__inner {
  margin: 0 auto;
  max-width: 1410px;
  width: 90%;
}
@media (min-width: 1024px) {
  .newsletter-form__inner {
    width: calc(100% - 10rem);
  }
}
.newsletter-form__form {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5rem 0 4rem 0;
  padding-bottom: 0;
}
@media (max-width: 800px) {
  .newsletter-form__form {
    padding-top: 0;
  }
}
@media (min-width: 800px) {
  .newsletter-form__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.newsletter-form__label {
  color: #062940;
  font-size: 1.5rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 15px 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .newsletter-form__label {
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .newsletter-form__label {
    margin: 0 15px;
  }
}
.newsletter-form #newsletterForm {
  color: #062940;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 15px 0;
  padding: 0.45rem;
  outline: 1px solid #CCC;
}
@media (max-width: 800px) {
  .newsletter-form #newsletterForm {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .newsletter-form #newsletterForm {
    margin: 0 15px;
  }
}
.newsletter-form__input--button {
  margin: 15px 0;
  color: #fff;
  cursor: pointer;
  background-color: #5c89b3;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.075rem 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 130px;
}
.newsletter-form__input--button:hover {
  color: #062940;
  background-color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
@media (max-width: 800px) {
  .newsletter-form__input--button {
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .newsletter-form__input--button {
    margin: 0 15px;
  }
}

@media (min-width: 1024px) {
  body #main_container {
    padding: 0 5rem;
    max-width: 1410px;
  }
}

@media (max-width: 37.5em) {
  .one_column {
    margin: 0 auto;
    max-width: 100%;
  }
}

#content {
  overflow: hidden;
}
@media (max-width: 37.5em) {
  #content {
    padding-top: 25px;
  }
}
#content.hearingdisplay {
  padding-top: 205px;
}

.table > tbody > tr > td {
  vertical-align: middle;
  padding: 15px 15px 15px 0px;
  min-width: 120px;
}

a {
  color: #062940;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
a:hover {
  color: #5c89b3;
  text-decoration: none;
}
@media (max-width: 37.5em) {
  a {
    font-size: 1rem;
  }
}

.table > tbody > tr > td {
  padding: 15px 15px 15px 0px;
}

.table tbody tr.divider td {
  border-top: 0px;
  font-size: 1.5rem;
  border-bottom: 2px solid #062940;
  padding: 40px 0 10px 0;
}
#breadcrumb {
  position: relative;
  max-width: 1410px;
  margin: 0 auto;
  min-height: 30px;
}
@media (max-width: 1024px) and (min-width: 600px) {
  #breadcrumb {
    margin-top: 40px;
  }
}
#breadcrumb ol li a {
  color: #002d5d;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
#breadcrumb ol li:after {
  content: "●";
  font-size: 10px;
}
#breadcrumb ol li:last-child a {
  color: #5c89b3;
}
#breadcrumb ol li:last-child:after {
  display: none;
}

#listblocks .block {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  min-height: 130px;
  color: #062940;
  cursor: pointer;
  background-color: #eaeef3;
  font-size: 1.5rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 3rem;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#listblocks .block:hover {
  background-color: #5c89b3;
}
#listblocks .block:hover a {
  color: #fff;
}
#listblocks .block .desc {
  display: none;
}
#listblocks .block .desc p {
  width: 100%;
  margin: 0px;
}
#listblocks .block a {
  width: 100%;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 15px;
  font-size: 1.5rem;
  color: #062940;
  font-weight: 700;
  min-height: 130px;
}
@media (max-width: 37.5em) {
  #listblocks .block a {
    font-size: 1rem;
  }
}
#listblocks .block a:hover {
  text-decoration: none;
}
#listblocks .block a > img {
  float: left;
}
#listblocks .block a .media-heading.noimg {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#pagination-container {
  display: inline-block;
  width: 100%;
  margin-top: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#pagination-container .pagination-page {
  margin-left: 12px;
  margin-right: 12px;
}
#pagination-container .pagination-page a {
  color: #5c89b3;
  text-decoration: underline;
  margin: 0 6px;
}
#pagination-container .pagination-page a:hover {
  color: #062940;
}
#pagination-container .pagination-page span[selected=selected] {
  font-weight: bold;
  color: #002d5d;
}
#pagination-container .pagination-right {
  float: left;
}
#pagination-container .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  list-style: none;
}
#pagination-container .pager .previous {
  margin-right: 5px;
}
#pagination-container .pager .next {
  margin-left: 5px;
}
#pagination-container .previous .btn,
#pagination-container .next .btn {
  color: #fff;
  cursor: pointer;
  background-color: #5c89b3;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.075rem 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 130px;
  width: 180px;
  margin: 0 10px;
}
#pagination-container .previous .btn:hover,
#pagination-container .next .btn:hover {
  color: #062940;
  background-color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

@media (max-width: 37.5em) {
  .table-holder.hearings-table table.table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border-bottom: 5px solid #002d5d;
  }
}

@media (max-width: 37.5em) {
  #subcommittee_listBlocks #breadcrumb,
#default #breadcrumb,
#issue #breadcrumb {
    padding-left: 1rem;
  }
}

@media (max-width: 37.5em) {
  .titleline #content #breadcrumb {
    padding: 1rem 0;
  }
}

@media (max-width: 37.5em) {
  .titleline #content {
    padding: 0;
  }
}

#newscontent #press {
  padding-top: 2rem;
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 1rem;
}
.social-list li {
  padding: 1rem 5px;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #fff;
  display: block;
  font-size: 16px;
}
.social-list li a:hover {
  background-color: #fff;
  color: #fff;
}
.social-list li .facebook {
  border: 1px solid black;
  background-color: black;
  color: #fff;
}
.social-list li .facebook:hover {
  border: 1px solid black;
  background-color: #fff;
  color: black;
}
.social-list li .instagram {
  border: 1px solid black;
  background-color: black;
  color: #fff;
}
.social-list li .instagram:hover {
  border: 1px solid red;
  background-color: #fff;
  color: red;
}
.social-list li .twitter {
  border: 1px solid black;
  background-color: black;
  color: #fff;
}
.social-list li .twitter:hover {
  border: 1px solid black;
  background-color: #fff;
  color: black;
}
.social-list--bottom li {
  padding: 5px 5px;
}

.social-area #socialareablock {
  margin-bottom: 1rem;
}
.social-area #socialareablock .socialblock {
  padding: 1rem;
}
.social-area #socialareablock .socialblock .socialheader .socialfeedbackbutton {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  background-color: #fff;
  color: #000;
  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;
}
.social-area #socialareablock .socialblock .twitter .socialfeedbackbutton {
  border: 1px solid black;
  background-color: #fff;
  color: black;
}
.social-area #socialareablock .socialblock .twitter .socialfeedbackbutton:hover {
  border: 1px solid black;
  background-color: black;
  color: #fff;
  text-decoration: none;
}
.social-area #socialareablock .socialblock .facebook .socialfeedbackbutton {
  border: 1px solid black;
  background-color: #fff;
  color: black;
}
.social-area #socialareablock .socialblock .facebook .socialfeedbackbutton:hover {
  border: 1px solid black;
  background-color: black;
  color: #fff;
  text-decoration: none;
}

.footer {
  background-color: #fff;
  border-top: 3px solid #062940;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 75px;
}
@media (max-width: 37.5em) {
  .footer {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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: 0 auto;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-top: 1rem;
}
@media (min-width: 640px) {
  .footer__nav-list {
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0 0;
  }
}
@media (min-width: 1024px) {
  .footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    max-width: 50%;
    padding-top: 0;
  }
}
.footer__nav-list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 1024px) {
  .footer__nav-list-item {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    padding: 1rem 0;
  }
}
.footer__nav-list-item a {
  color: #062940;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.footer__nav-list-item a:hover, .footer__nav-list-item a:focus, .footer__nav-list-item a:active {
  color: #5c89b3;
  text-decoration: none;
}
.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  max-width: 35%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0.5rem 0;
}
@media (max-width: 37.5em) {
  .footer__social-list {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer__social-list {
    padding: 0;
  }
}
.footer__social-list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-list-item:nth-child(1), .footer__social-list-item:nth-child(2) {
  margin: 0 15px 0 0;
}
.footer__social-list-item a {
  background-color: #5c89b3;
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.footer__social-list-item a:hover {
  background-color: #062940;
}
.footer__social-list-item a svg {
  color: #fff;
  transform: translate(0, 4px);
}

/* 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;
  -webkit-box-shadow: 1px, 1px, 5px, 0.5px;
  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-left: 0.5rem;
  padding: 20px 45px 20px 45px;
  float: right;
  color: #fff;
  cursor: pointer;
  background-color: #5c89b3;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.075rem 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 130px;
}
#main_column form .btn:hover {
  color: #062940;
  background-color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
#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;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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;
}

.calendar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #062940;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1410px;
  width: 90%;
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .calendar__inner {
    width: calc(100% - 10rem);
  }
}
@media (min-width: 1024px) {
  .calendar__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.calendar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 auto;
  max-width: 1410px;
}

#calendar__container {
  overflow-x: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-right: -2px;
  padding: 0 3rem;
}
@media (min-width: 1024px) {
  #calendar__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
#calendar__container #calendar {
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
}
#calendar__container #calendar .fc-toolbar,
#calendar__container #calendar .fc-widget-header {
  background-color: #062940;
}
#calendar__container #calendar .fc-toolbar h2,
#calendar__container #calendar .fc-unthemed th {
  color: #fff;
}
#calendar__container #calendar .calendar__month {
  text-align: center;
  position: relative;
  padding: 10px 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
#calendar__container #calendar .calendar__month .title {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
#calendar__container #calendar .calendar__month .arrow {
  color: #eaeef3;
  font-size: 25px;
  cursor: pointer;
}
#calendar__container #calendar .week-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 37.5em) {
  #calendar__container #calendar .week-days {
    font-size: 12px;
  }
}
#calendar__container #calendar .month {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 225px;
  color: #eaeef3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#calendar__container #calendar .month.new {
  -webkit-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out;
  opacity: 1;
}
#calendar__container #calendar .month.in.next {
  opacity: 1;
}
#calendar__container #calendar .month.in.prev {
  opacity: 1;
}
#calendar__container #calendar .month.out.next {
  -webkit-animation: moveToLeftFadeMonth 0.3s ease-in;
  animation: moveToLeftFadeMonth 0.3s ease-in;
  opacity: 1;
}
#calendar__container #calendar .month.out.prev {
  -webkit-animation: moveToRightFadeMonth 0.3s ease-in;
  animation: moveToRightFadeMonth 0.3s ease-in;
  opacity: 1;
}
#calendar__container #calendar .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#calendar__container #calendar .day {
  color: #fff;
  width: 14.2857142857%;
  text-align: center;
  margin: 15px 0;
  display: block !important;
}
#calendar__container #calendar .day.today .day-number {
  color: #062940;
  background-color: #fff;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -3px;
  margin-bottom: -3px;
}
@media (max-width: 37.5em) {
  #calendar__container #calendar .day.today .day-number {
    width: 1em;
  }
}
#calendar__container #calendar .day.has-events.today .day-number {
  color: #ea6852;
  background-color: #fff;
  border-bottom: 4px solid #5b98b4;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -3px;
  margin-bottom: -3px;
}
#calendar__container #calendar .day.has-events {
  cursor: pointer;
}
#calendar__container #calendar .day.has-events .day-number {
  background-color: #5c89b3;
  line-height: 1;
  margin: 0 auto;
  margin-top: 0.3em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -3px;
  margin-bottom: -3px;
}
@media (max-width: 37.5em) {
  #calendar__container #calendar .day.has-events .day-number {
    width: 1em;
  }
}
#calendar__container #calendar .details {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 40px;
  width: 100%;
  background-color: #eaeef3;
}
#calendar__container #calendar .details .close-details {
  color: #002d5d;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
#calendar__container #calendar .details .events {
  height: 100%;
  overflow: auto;
}
#calendar__container #calendar .details .event .date {
  text-transform: uppercase;
}
#calendar__container #calendar .details .event .title {
  text-transform: uppercase;
  color: #002d5d;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
#calendar__container #calendar .details .event .title:hover {
  text-decoration: underline;
}
#calendar__container #calendar .details .event .time {
  margin-top: 3px;
}
#calendar__container #calendar .details .event .time,
#calendar__container #calendar .details .event .location {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  color: #000;
}

#hearings {
  border-left: 1px solid white;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 0 3rem;
}
#hearings__view-all {
  color: #fff;
  cursor: pointer;
  background-color: #5c89b3;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.075rem 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 130px;
}
#hearings__view-all:hover {
  color: #062940;
  background-color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

@keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-200%);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
  }
}
@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    height: 0px;
    margin-top: 0px;
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    height: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}
@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@-webkit-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}
@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@-webkit-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}
@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@-webkit-keyframes moveToLeftFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateX(-200%) scale(0.95);
  }
}
@keyframes moveToLeftFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }
}
@-webkit-keyframes moveToRightFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateX(200%) scale(0.95);
  }
}
@keyframes moveToRightFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateX(200%);
  }
}
@-webkit-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}
@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@-webkit-keyframes moveFromLeftFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200%) scale(0.95);
  }
}
@keyframes moveFromLeftFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200%) scale(0.95);
    transform: translateX(-200%) scale(0.95);
  }
}
@-webkit-keyframes moveFromRightFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes moveFromRightFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
#issues .amend-textarea h2 {
  border-bottom: 2px solid #062940;
  margin-bottom: 2rem;
  padding: 2rem 0;
}
#issues .amend-textarea h3 {
  padding: 2rem 0;
}
#issues .amend-textarea .div div div h2 {
  border-bottom: 2px solid #062940;
  margin-bottom: 2rem;
  padding: 2rem 0;
}
#issues .issue__issue-body h2 {
  padding: 2rem 0;
}
#issues .issue__header--agenda {
  font-size: calc(30px + 50%);
}
#issues .issue__section-head {
  border-bottom: 2px solid #062940;
}
#issues .issue__date {
  color: #002d5d;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 37.5em) {
  #issues .issue__date {
    font-size: 12px;
  }
}
#issues .issue__button--next {
  color: #fff;
  cursor: pointer;
  background-color: #5c89b3;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.075rem 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 130px;
}
#issues .issue__button--next:hover {
  color: #062940;
  background-color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
#issues .issue__button--previous {
  color: #fff;
  cursor: pointer;
  background-color: #5c89b3;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.075rem 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 130px;
}
#issues .issue__button--previous:hover {
  color: #062940;
  background-color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
#issues .issue__issue-link {
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#issues .issue__issue-link:hover {
  font-weight: bold;
}

/* don't display membership & leadership sections on Issues pages */
body#issue section.membership,
body#issue section.leadership {
  display: none;
}

#SearchModal .modal-dialog,
#filtermodal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#SearchModal .modal-content,
#filtermodal .modal-content {
  background-color: transparent;
  border: none;
}
#SearchModal .modal-header,
#filtermodal .modal-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  border: none;
}
#SearchModal .modal-header .close,
#filtermodal .modal-header .close {
  color: white;
  font-size: 2.2rem;
  margin-top: 0;
  opacity: 1;
}
#SearchModal .modal-header .shadow-sm,
#filtermodal .modal-header .shadow-sm {
  -webkit-box-shadow: transparent !important;
  box-shadow: transparent !important;
}
#SearchModal .modal-title,
#filtermodal .modal-title {
  color: white;
}
#SearchModal .modal-body #search_sidebar_form fieldset,
#filtermodal .modal-body #search_sidebar_form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#SearchModal .modal-body #search_sidebar_form fieldset #restrict_month,
#SearchModal .modal-body #search_sidebar_form fieldset #restrict_year,
#SearchModal .modal-body #search_sidebar_form fieldset #issues-list,
#SearchModal .modal-body #search_sidebar_form fieldset #subcommittee-list,
#SearchModal .modal-body #search_sidebar_form fieldset #type-restrict,
#SearchModal .modal-body #search_sidebar_form fieldset #session_select,
#filtermodal .modal-body #search_sidebar_form fieldset #restrict_month,
#filtermodal .modal-body #search_sidebar_form fieldset #restrict_year,
#filtermodal .modal-body #search_sidebar_form fieldset #issues-list,
#filtermodal .modal-body #search_sidebar_form fieldset #subcommittee-list,
#filtermodal .modal-body #search_sidebar_form fieldset #type-restrict,
#filtermodal .modal-body #search_sidebar_form fieldset #session_select {
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  border-radius: 0px;
  width: 100%;
}
#SearchModal .modal-body #search_sidebar_form fieldset button,
#SearchModal .modal-body #search_sidebar_form fieldset input[type=button],
#filtermodal .modal-body #search_sidebar_form fieldset button,
#filtermodal .modal-body #search_sidebar_form fieldset input[type=button] {
  margin: 15px 0 0 0;
  min-width: 100%;
}

#SearchModal .modal-header {
  display: none;
}
#SearchModal .modal-content {
  border: none;
}
#SearchModal .modal-body {
  position: relative;
  padding: 1rem;
}
#SearchModal .modal-body #searchpopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#SearchModal .modal-body #searchpopup #sitesearch {
  background: white;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
#SearchModal .modal-body #searchpopup #sitesearch #search-field {
  border: 0;
  width: 100%;
  font-size: 30px;
  padding: 1rem;
  -webkit-transition: 100ms -webkit-box-shadow ease-in-out;
  transition: 100ms -webkit-box-shadow ease-in-out;
  transition: 100ms box-shadow ease-in-out;
  transition: 100ms box-shadow ease-in-out, 100ms -webkit-box-shadow ease-in-out;
  outline: none;
}
#SearchModal .modal-body #searchpopup #sitesearch #search-field, #SearchModal .modal-body #searchpopup #sitesearch #search-field::placeholder {
  color: rgba(0, 45, 93, 0.5294117647);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#SearchModal .modal-body #searchpopup #sitesearch #search-field:focus {
  -webkit-box-shadow: inset 0 -5px 0 #5c89b3;
  box-shadow: inset 0 -5px 0 #5c89b3;
}
#SearchModal .modal-body #searchpopup #sitesearch #search-field:focus ~ button[type=submit] {
  -webkit-box-shadow: inset 0 -5px 0 #5c89b3;
  box-shadow: inset 0 -5px 0 #5c89b3;
}
#SearchModal .modal-body #searchpopup #sitesearch button[type=submit] {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: white;
  border: none;
  font-size: 2rem;
  padding: 0 1rem;
  outline: none;
  -webkit-transition: 100ms background-color ease-in-out, 100ms -webkit-box-shadow ease-in-out;
  transition: 100ms background-color ease-in-out, 100ms -webkit-box-shadow ease-in-out;
  transition: 100ms background-color ease-in-out, 100ms box-shadow ease-in-out;
  transition: 100ms background-color ease-in-out, 100ms box-shadow ease-in-out, 100ms -webkit-box-shadow ease-in-out;
}
#SearchModal .modal-body #searchpopup #sitesearch button[type=submit]:focus {
  background-color: #eaeef3;
}
#SearchModal .modal-body #searchpopup #sitesearch button[type=submit] .glyphicon-search {
  color: #002d5d;
}
#SearchModal .modal-body #searchpopup .icon.icon-times.iconNavy.iconXLarge {
  color: #fff;
}
#SearchModal .close {
  color: #fff;
  padding: 0 1rem;
  opacity: 1;
  font-size: 2rem;
}

#subcommitteIssue #main_container {
  margin: 0 auto;
  max-width: 1410px;
  width: 90%;
}
@media (min-width: 1280px) {
  #subcommitteIssue #main_container section {
    max-width: 1410px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  #subcommitteIssue #main_container {
    width: calc(100% - 10rem);
  }
}
#subcommitteIssue #main_container div.issuebody div.inside {
  margin-top: 25px;
}
#subcommitteIssue #main_container .issue__masthead {
  padding-top: 68px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 173px;
  position: relative;
  background-color: #eaeef3;
  padding: 1rem 0;
  max-width: 1410px;
  margin: 0 auto;
  margin-top: 3.4rem;
}
@media (max-width: 37.5em) {
  #subcommitteIssue #main_container .issue__masthead {
    padding: 1rem;
  }
}
@media (max-width: 37.5em) {
  #subcommitteIssue #main_container .issue__masthead {
    margin-top: 0;
  }
}
#subcommitteIssue #main_container .issue__subcommittee-badge {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  max-height: 7rem;
  min-height: 7rem;
  max-width: 7rem;
  min-width: 7rem;
  margin-right: 1rem;
  margin-top: -170px;
  padding: 0 0 0 0rem;
  margin-left: 1rem;
}
@media (max-width: 37.5em) {
  #subcommitteIssue #main_container .issue__subcommittee-badge {
    display: none;
  }
}
@media (min-width: 1024px) {
  #subcommitteIssue #main_container .issue__subcommittee-badge {
    margin-top: -170px;
  }
}
#subcommitteIssue #main_container .issue__header.main_page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 2rem;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  #subcommitteIssue #main_container .issue__header.main_page_title {
    font-size: 46px;
  }
}
#subcommitteIssue #main_container .issue__header.main_page_title::before {
  content: "Subcommittee on";
  color: #5c89b3;
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#subcommitteIssue #main_container #main_column {
  padding: 0;
}

.leadership {
  padding-top: 1rem;
}
@media (min-width: 800px) {
  .leadership {
    padding-top: 2rem;
  }
}
.leadership__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 800px) {
  .leadership__inner {
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
  }
}
@media (min-width: 1024px) {
  .leadership__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    margin: 0 2rem;
  }
}
.leadership__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 800px) {
  .leadership__card {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .leadership__card {
    margin: 0 30px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}
@media (min-width: 1280px) {
  .leadership__card {
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
  }
}
.leadership__member-bg {
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  cursor: pointer;
  max-width: 172px;
  min-height: 172px;
  min-width: 172px;
}
.leadership__member-bg:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.leadership__bio {
  padding: 2rem 0 2rem 0rem;
}
@media (max-width: 37.5em) {
  .leadership__bio {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .leadership__bio {
    padding: 0 0 0 2rem;
  }
}
.leadership__bio a:hover {
  text-decoration: none;
}
.leadership__title {
  color: #5c89b3;
  margin: 0;
  text-transform: uppercase;
}
.leadership__name {
  color: #062940;
  margin: 0;
  text-transform: uppercase;
}
.leadership__name:hover {
  color: #5c89b3;
}
.leadership__city-district {
  color: #5c89b3;
  font-size: 1rem;
  font-style: italic;
  text-transform: capitalize;
}
.leadership__city-district span {
  font-size: 2rem;
}

.membership__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 600px) {
  .membership__inner {
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media (min-width: 800px) {
  .membership__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    margin: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .membership__inner {
    padding-top: 3rem;
  }
}
.membership__inner--ex-officio {
  padding-top: 0rem;
}
.membership__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 600px) {
  .membership__column {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
}
@media (min-width: 800px) {
  .membership__column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    margin: 0 30px 0 0;
  }
}
.membership__party {
  text-transform: uppercase;
}
.membership__list {
  list-style: none;
  padding: 1rem 0;
}
.membership__list-item {
  cursor: pointer;
}
.membership__paragraph {
  color: #062940;
  font-style: italic;
  margin: 0 0 0.25rem 0;
}
.membership__paragraph:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #5c89b3;
  text-decoration-color: #5c89b3;
}
.membership__member {
  font-weight: bolder;
}
.membership__state {
  font-weight: 300;
}
.membership__ex {
  font-style: normal;
  font-weight: lighter;
}
.membership .member-popup {
  position: relative;
}
.membership .member-popup__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaeef3;
  color: #062940;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 4px 1px #eaeef3;
  box-shadow: 1px 1px 4px 1px #eaeef3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 190px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(11rem, -6.25rem);
  transform: translate(11rem, -6.25rem);
  visibility: hidden;
  width: 170px;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 1024px) {
  .membership .member-popup__container {
    -webkit-transform: translate(15rem, -6.25rem);
    transform: translate(15rem, -6.25rem);
  }
}
.membership .member-popup__container:before {
  border: 10px solid transparent;
  border-right-color: #eaeef3;
  content: "";
  left: -20px;
  height: 0;
  width: 0;
  position: absolute;
  top: 38%;
}
.membership .member-popup:hover .member-popup__container {
  visibility: visible;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
}
.membership .member-popup__bg {
  background-size: cover;
  border-radius: 100%;
  height: 124px;
  width: 124px;
}
.recent-activity {
  padding-top: 3rem;
}
@media (max-width: 37.5em) {
  .recent-activity {
    padding-top: 2rem;
  }
}
.recent-activity__inner {
  border-top: 2px solid #062940;
}
.recent-activity__header {
  background-color: white;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(0, -1rem);
  transform: translate(0, -1rem);
  width: 200px;
}
.recent-activity__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (max-width: 37.5em) {
  .recent-activity__container {
    padding-top: 0rem;
  }
}
@media (min-width: 1024px) {
  .recent-activity__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1377px;
  }
}
.recent-activity__container--more .issue__list {
  padding: 0.7rem;
}
.recent-activity__item.panel {
  background-color: #eaeef3;
  max-width: calc(100% - 15px);
  margin: 1rem 0;
  max-height: inherit;
  padding: 0rem 1rem 3rem 1rem;
  text-transform: uppercase;
}
@media (max-width: 37.5em) {
  .recent-activity__item.panel {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .recent-activity__item.panel {
    max-width: calc(33.333333% - 15px);
    margin: inherit;
    min-height: 9vw;
  }
}
@media (min-width: 1024px) {
  .recent-activity__item.panel:nth-child(2) {
    margin: 0 3%;
  }
}
.recent-activity__item.panel:hover {
  background-color: #5c89b3;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.recent-activity__item.panel:hover .recent-activity__date {
  color: #fff;
}
.recent-activity__item.panel:hover .recent-activity__title {
  text-decoration: none;
}
.recent-activity__link:hover {
  text-decoration: none;
}
.recent-activity__date {
  color: #002d5d;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 37.5em) {
  .recent-activity__date {
    font-size: 12px;
  }
}
.recent-activity__date span {
  font-size: 2rem;
  margin: 0 3px 2px 0;
}
@media (max-width: 1280px) {
  .recent-activity__date {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .recent-activity__date {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .recent-activity__date {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .recent-activity__title--card {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .recent-activity__title--card {
    font-size: 22px;
  }
}
.recent-activity__container--more {
  position: relative;
}
.recent-activity__container--more .recent-activities__accordion {
  background-color: transparent;
  border: none;
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  position: absolute;
  right: 0;
  text-decoration: underline;
}
.recent-activity__container--more .recent-activities__accordion:hover {
  font-weight: bolder;
}
.recent-activity__list--more {
  list-style: none;
  padding: 0;
}
.recent-activity__list--more .recent-activity__title {
  color: #062940;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.recent-activity__list--more .recent-activity__title:hover {
  color: #5c89b3;
  text-decoration: none;
}
@media (max-width: 37.5em) {
  .recent-activity__list--more .recent-activity__title {
    font-size: 1rem;
  }
}
.recent-activitylist-item--more {
  padding-left: 0;
}
.recent-activity__link--more {
  color: #062940;
}
.recent-activity__link--more:hover {
  color: #5c89b3;
}
.recent-activity__date--more {
  color: #002d5d;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 37.5em) {
  .recent-activity__date--more {
    font-size: 12px;
  }
}
.recent-activity__title--more {
  color: #062940;
}
.recent-activity__title--more:hover {
  color: #5c89b3;
}
.recent-activity__collapse {
  min-width: 100%;
}

.page-issues-controls {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-issues-controls__btn {
  background-color: transparent;
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: listitem;
  text-decoration: underline;
}
.page-issues-controls__btn:hover {
  color: #062940;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 600px) {
  .page-issues-controls__btn {
    font-size: 0.875rem;
  }
}
.page-issues-controls .disabledButton {
  opacity: 0.6;
  cursor: not-allowed;
}

.related-subcommittees {
  padding-top: 3rem;
}
@media (max-width: 37.5em) {
  .related-subcommittees {
    padding-top: 2rem;
  }
}
.related-subcommittees__inner {
  border-top: 2px solid #062940;
}
.related-subcommittees__header {
  background-color: white;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(0, -1rem);
  transform: translate(0, -1rem);
  max-width: 260px;
  min-width: 260px;
}
.related-subcommittees__list {
  padding-top: 3rem;
}
#subcommittee_listBlocks #listblocks {
  margin-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#subcommittee_listBlocks #listblocks li {
  max-width: 100%;
}
@media (min-width: 800px) {
  #subcommittee_listBlocks #listblocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #subcommittee_listBlocks #listblocks li {
    max-width: 50%;
  }
}
#subcommittee_listBlocks .block a {
  text-align: center;
  display: block;
  padding-left: 7rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#subcommittee_listBlocks .block__subcommittee-badge {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  max-height: 5rem;
  min-height: 5rem;
  max-width: 5rem;
  min-width: 5rem;
  margin-top: -90px;
  padding: 0 0 0 0rem;
  margin-left: 1rem;
  position: absolute;
  top: 58px;
  left: 10px;
}

.newsroom_landing #content {
  overflow: inherit;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .newsroom_landing #content {
    padding-top: 0;
  }
}

@media (max-width: 37.5em) {
  .newsroom_landing #main_column,
.newsroom #newsroom,
.newsroom #main_column,
#newsroom #main_column {
    padding: 0;
  }
}

.newsroom_landing #main_container .one_column.row {
  max-width: 100%;
}

@media (max-width: 37.5em) {
  .news__row {
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .news__row {
    margin: inherit;
    max-width: 100%;
  }
}

.newsroom_landing .aside {
  background-color: #eaeef3;
  padding-bottom: 3rem;
}
.newsroom_landing .aside .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}
.newsroom_landing .aside .main_page_title {
  text-transform: uppercase;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav-list__item.active a {
  text-decoration: underline;
  -webkit-text-decoration-color: #5c89b3;
  text-decoration-color: #5c89b3;
}
.nav-list__link {
  color: #062940;
  font-size: 2rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
.nav-list__link:hover {
  color: #5c89b3;
  text-decoration: none;
}

.news {
  padding-bottom: 1rem;
}
@media (max-width: 37.5em) {
  .news {
    padding-bottom: 0.5rem;
  }
}
.news__header {
  text-align: left;
  margin-top: 35px;
}
.news__link {
  font-size: 2rem;
}
.news__more-links {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 2px solid #002d5d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news__link--page {
  text-transform: uppercase;
}
.news__link--page-more {
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news__link--page-more:hover {
  color: #062940;
  font-weight: bolder;
}
.news .date {
  padding: 1rem 0;
  display: inline-block;
}

.news:first-child {
  -webkit-transition: padding-top 0.5s;
  transition: padding-top 0.5s;
}

#press:target,
#legislation:target,
#reports:target,
#correspondence:target,
#inTheNews:target,
#speech:target,
#report:target,
#photos:target,
#general_statement:target,
#videos:target,
#floor_statement:target,
#transcript:target,
#announcement:target,
#committee_statement:target,
#newsletter:target,
#miscellaneous:target,
#letter:target,
#statement:target,
#mediaAdvisories:target {
  -webkit-transition: padding-top 0.5s;
  transition: padding-top 0.5s;
}

#hearingcontent {
  padding-top: 1.5rem;
}

.hearings-table .upcomingholder {
  background-color: #eaeef3;
  border: 0;
}
.hearings-table.upcoming {
  padding: 1rem;
  background-color: #eaeef2;
}

.hearingpage__live {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.hearingpage__holder {
  padding: 1.5rem;
  background-color: #ea6852;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  height: auto;
}
.hearingpage__happening {
  padding-bottom: 8px;
  color: #062940;
}
.hearingpage__title a {
  color: white;
  font-size: 24px;
}
.hearingpage__title a:hover {
  color: white;
}

.calendar__toggle-calendar {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  font-size: 14px;
}
.calendar__toggle-calendar #datePicker {
  outline: 1px solid #eaeef3;
  width: 125px;
  text-align: center;
  cursor: pointer;
}
.calendar__toggle-calendar label[for=datePicker] {
  text-transform: uppercase;
  color: #062940;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.datepicker {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  width: 200px;
}
.datepicker .table-condensed {
  width: 90%;
  margin: 0 auto;
}
.datepicker .table-condensed .datepicker-switch {
  text-align: center;
}
.datepicker .table-condensed .next {
  text-align: right;
}
.datepicker .table-condensed .month {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

#calendar {
  background-color: #062940;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
#calendar .fc-view-container {
  background-color: #fff;
}
#calendar .fc-toolbar {
  text-align: center;
  margin-bottom: 0;
  padding-top: 75px;
  background: #062940;
}
#calendar .fc-toolbar h2 {
  color: #fff;
  font-size: 30px;
  margin-top: -50px;
  padding-top: 0;
  text-transform: uppercase;
}
#calendar .fc-toolbar button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#calendar .fc-toolbar button .fc-icon {
  color: #5c89b3;
  top: -0.8em;
}
#calendar .fc-toolbar .fc-head {
  background-color: #062940;
}
#calendar .fc-toolbar .fc-head td.fc-widget-header {
  background-color: #062940;
  border-color: #062940;
  color: #fff;
}
#calendar .fc-toolbar .fc-head td.fc-widget-header .fc-day-header {
  color: #fff;
}
#calendar.fc-unthemed .fc-divider,
#calendar.fc-unthemed .fc-popover,
#calendar.fc-unthemed .fc-row,
#calendar.fc-unthemed tbody,
#calendar.fc-unthemed td,
#calendar.fc-unthemed th,
#calendar.fc-unthemed thead {
  border: none;
}
#calendar.fc-unthemed .fc-divider .fc-day,
#calendar.fc-unthemed .fc-popover .fc-day,
#calendar.fc-unthemed .fc-row .fc-day,
#calendar.fc-unthemed tbody .fc-day,
#calendar.fc-unthemed td .fc-day,
#calendar.fc-unthemed th .fc-day,
#calendar.fc-unthemed thead .fc-day {
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
#calendar.fc-unthemed thead.fc-head td.fc-widget-header {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #062940;
  text-transform: uppercase;
  padding-bottom: 13px;
  background-color: #062940;
}
#calendar.fc-unthemed thead.fc-head td.fc-widget-header tr {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 360px) {
  #calendar.fc-unthemed thead.fc-head td.fc-widget-header tr {
    font-size: 0.75em;
  }
}
#calendar.fc-unthemed .fc-content-skeleton {
  border-top: 3px solid #eaeef3;
}
#calendar.fc-unthemed div.fc-day-grid > .fc-row:nth-child(1) > .fc-content-skeleton {
  border-top: 3px solid #99b2cf;
}
#calendar.fc-unthemed .fc-day-number {
  color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px;
}
#calendar.fc-unthemed .fc-day-number.fc-other-month {
  color: #757575;
}
#calendar.fc-unthemed .fc-today {
  background: #eaeef3;
}
#calendar.fc-unthemed .fc-today.fc-day-number {
  background: transparent;
}
#calendar.fc-unthemed .fc-day-grid-event {
  background-color: #eaeef3;
  background-color: #5c89b3;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px;
  font-size: 16px;
  border: none;
  color: #3c6993;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
#calendar.fc-unthemed .fc-day-grid-event .fc-content {
  white-space: initial;
}
@media (min-width: 320px) and (max-width: 360px) {
  #calendar.fc-unthemed .fc-day-grid-event .fc-content {
    white-space: unset;
  }
}
#calendar.fc-unthemed .fc-day-grid-event .fc-content .fc-time {
  color: #fff;
}
#calendar.fc-unthemed .fc-day-grid-event .fc-content .fc-title {
  letter-spacing: -1px;
  text-transform: none;
  color: white;
}

#default #calendar .fc-toolbar .fc-left .fc-today-button {
  margin-left: 14px;
}

.faux-col .location,
.faux-col .dtstart {
  font-size: 0.875rem;
}

.faux-col .location {
  max-width: 460px;
  display: table-cell;
}
.faux-col .summary {
  display: block;
}
.faux-col .add {
  display: block;
  color: #ea6852;
  font-size: 0.875rem;
}
.faux-col .add:hover {
  text-decoration: underline;
}

.hearing__committee {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #062940;
  text-transform: uppercase;
}

.hearing__committee,
.hearing__date,
.hearing__time,
.hearing__location,
.hearing__presiding,
.hearing__status {
  color: #062940;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hearing__committee b,
.hearing__date b,
.hearing__time b,
.hearing__location b,
.hearing__presiding b,
.hearing__status b {
  color: #062940;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  text-transform: uppercase;
}

.hearing__agenda h2 {
  text-transform: uppercase;
}

.hearing__paragraph {
  background: #eaeef3;
  margin: 0 auto;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.hearing__paragraph .hearing__committee {
  font-weight: normal;
  text-transform: none;
}

#hearing-agenda .sectionhead__hearingInfo h2 {
  display: none;
}
#hearing-agenda .sectionhead__hearingInfo h4 {
  font-size: 1.5rem;
}
#hearing-agenda a {
  color: #062940;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1rem;
}
#hearing-agenda a:hover {
  color: #5c89b3;
  text-decoration: none;
}
@media (max-width: 37.5em) {
  #hearing-agenda a {
    font-size: 1rem;
  }
}
#hearing-agenda ul a u {
  color: #41678B;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#hearing-agenda ul a u:hover {
  color: #41678B;
  font-weight: bolder;
}
#hearing-agenda ul u a {
  color: #41678B;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#hearing-agenda ul u a:hover {
  color: #41678B;
  font-weight: bolder;
}

@media (min-width: 1024px) {
  #membership .majority,
#membership .minority {
    overflow: hidden;
  }
}
#membership .membership__header-secondary {
  font-size: 38px;
  text-transform: uppercase;
  position: relative;
  padding: 3rem 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 37.5em) {
  #membership .membership__header-secondary {
    padding: 6rem 0;
  }
}
#membership .membership__header-secondary:before {
  content: "";
  width: 45%;
  position: absolute;
  border: 1px solid #002d5d;
  display: block;
  left: -135px;
  top: 50%;
}
#membership .membership__header-secondary:after {
  content: "";
  width: 45%;
  position: absolute;
  border: 1px solid #002d5d;
  display: block;
  right: -135px;
  top: 50%;
}
#membership .membership__header-tertiary {
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}
#membership .membership__header--title {
  display: block;
  text-align: center;
}
#membership .membership__figure {
  display: block;
  margin: 1rem;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#membership .membership__figure-image {
  width: 100%;
  height: auto;
  display: block;
}
#membership .membership__district {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875em;
  color: #41678B;
}
#membership .membership__district .circle:after {
  content: "●";
  font-size: 10px;
}
#membership .membership__list {
  margin: 0;
}
#membership .membership__list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
@media (max-width: 37.5em) {
  #membership .membership__list-item {
    margin: 0 auto;
    max-width: calc(100% - 30px);
    margin-bottom: 1rem;
    display: block;
  }
}
@media (min-width: 640px) {
  #membership .membership__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 1024px) {
  #membership .membership__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  #membership .membership__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
#membership .membership__list-item:first-child {
  background-color: #eaeef3;
}
#membership .membership__list-item:first-child .membership__header--title {
  color: #41678B;
}
#membership .membership__list-item .membership__header--title {
  color: #41678B;
}
#membership .membership__list-item:hover .membership__header-tertiary {
  color: #41678B;
}
#membership .membership__list-item:hover .membership__figure {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#membership .membership__list-item--vice {
  background-color: #eaeef3;
  position: relative;
}
#membership .membership__list-item--vice:before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 37.5em) {
  #membership .membership__list-item--vice:before {
    display: none;
  }
}

#membership.titleline .main_page_title:before, #membership.titleline .main_page_title:after {
  width: 30%;
}
@media (min-width: 800px) {
  #membership.titleline .main_page_title:before, #membership.titleline .main_page_title:after {
    width: 35%;
  }
}
@media (min-width: 1024px) {
  #membership.titleline .main_page_title:before, #membership.titleline .main_page_title:after {
    width: 40%;
  }
}

.hasbanner__inner {
  max-height: 348px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hasbanner .ratioControl {
  padding-bottom: 40%;
  width: 100%;
  max-width: 1500px;
  max-height: 348px;
}
.hasbanner .figure__banner--featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.hasbanner .figure__banner {
  background-size: cover;
  background-position: center;
  max-height: 348px;
}
.hasbanner .figure__banner--out-of-focus-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hasbanner .figure__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 4;
}
.hasbanner .figure__banner--out-of-focus-background {
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}

body#media-view #mediaview #social-container {
  width: 30%;
}
body#media-view #mediaview #social-container #share-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body#media-view #mediaview #social-container #share-buttons #share-facebook iframe {
  margin-top: 2px;
  height: 20px !important;
}
body#media-view #mediaview #social-container #share-buttons li iframe,
body#media-view #mediaview #social-container #share-buttons li button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

#mediaview .video-container-col {
  width: 100%;
}
#mediaview .video-container-col #media-view-container {
  width: 100%;
  position: relative;
}
#mediaview .video-container-col #media-view-container:before, #mediaview .video-container-col #media-view-container:after {
  content: "";
  background-color: #eaeef3;
  position: absolute;
  top: 0;
  bottom: 0;
}
#mediaview .video-container-col #media-view-container:before {
  right: 100%;
  width: 50vw;
}
#mediaview .video-container-col #media-view-container:after {
  left: 100%;
  width: 50vw;
}
#mediaview .video-container-col #media-view-container #media-player iframe {
  width: 100%;
  display: block;
  border: none;
}
#mediaview .video-container-col #media-view-container .main-video-info {
  margin-top: 25px;
}
#mediaview .video-container-col #media-view-container .main-video-info .social-media {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
#mediaview .video-container-col #media-view-container .main-video-info .social-media #share-youtube {
  width: 83px;
  padding: 0;
  height: 20px;
  border-radius: 3px;
  margin: 0;
}
#mediaview .video-container-col #media-view-container .main-video-info .social-media #share-youtube a {
  background: none;
  font-size: 0.875rem;
  height: inherit;
}
#mediaview .video-container-col #media-view-container .main-video-info .social-media #share-twitter {
  margin-top: -2px;
}
#mediaview .video-container-col #media-view-container .main-video-info .social-media #share-link-button-container input {
  display: none;
}
#mediaview .video-container-col #media-view-container .main-video-info .social-media #share-link-button-container button {
  font-size: 0.875rem;
  height: 20px;
  line-height: 0.875rem;
  border-radius: 3px;
}

#featured-details-description {
  padding-top: 3rem;
}

#tags > dd > a {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #eaeef3;
  -webkit-box-shadow: 0 1px 0 #eaeef3;
  box-shadow: 0 1px 0 #eaeef3;
  color: #5c89b3;
  padding: 2px 7px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  margin-left: 0.5em;
  -webkit-transition: 100ms background-color ease-in-out;
  transition: 100ms background-color ease-in-out;
}
#tags > dd > a:hover {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
}

@media (min-width: 1024px) {
  .media-view-page {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.media-view-page__featured {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .media-view-page__featured {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
.media-view-page__controls {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.media-view-page__controls * {
  margin: 0 0 0.5rem 0;
}
@media (max-width: 37.5em) {
  .media-view-page__controls {
    padding: 0;
  }
}
@media (min-width: 800px) {
  .media-view-page__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media (min-width: 1024px) {
  .media-view-page__controls {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .media-view-page__controls * {
    margin: 0 0;
  }
}
.media-view-page__link, .media-view-page__button {
  color: #fff;
  cursor: pointer;
  background-color: #5c89b3;
  font-size: 1.5rem;
  height: 40px;
  padding: 0.075rem 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  width: 130px;
  border-radius: 4px;
  font-size: 13px;
  height: 28px;
  padding: 1px 10px 1px 9px;
  width: 76px;
}
.media-view-page__link:hover, .media-view-page__button:hover {
  color: #062940;
  background-color: #5c89b3;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.media-view-page__input {
  display: none;
}

/*IE*/
body.IE {
  margin-top: 138px;
}
body.IE .navigation__list {
  margin: inherit;
  max-width: 100%;
  min-width: 100%;
}
body.IE .navigation__list-item {
  -webkit-transform: translate(-2rem, 0rem);
  transform: translate(-2rem, 0rem);
}
body.IE .navigation__list-item .dropdown-menu {
  -webkit-transform: translate(-4rem, 0rem);
  transform: translate(-4rem, 0rem);
}
body.IE .navigation__list-item--logo {
  -webkit-transform: translate(-2rem, 0rem);
  transform: translate(-2rem, 0rem);
}
body.IE .navigation__list-item--logo .navigation__figure {
  border: none;
}
body.IE .Subcommitteesdropdown {
  -webkit-transform: translate(-2rem, 0rem);
  transform: translate(-2rem, 0rem);
}
body.IE .Contactdropdown {
  -webkit-transform: translate(0rem, 0rem);
  transform: translate(0rem, 0rem);
}
body.IE .section-homebanner__underlay {
  background-repeat: no-repeat;
  background-size: cover;
}
body.IE .page-issues-controls__btn,
body.IE .recent-activities__accordion {
  background: none;
  border: none;
}
body.IE .membership__figure-image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.IE .footer__social-list {
  margin: 2rem 0;
}
body.IE .recent-activity__container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.IE .hearings__content .hearings__title {
  width: 65%;
}

body.subcommitte-issue.IE #breadcrumbs {
  z-index: 30000;
  margin: 2rem auto 4rem auto;
}
body.subcommitte-issue.IE .issue__masthead {
  padding-top: 5rem;
}
body.subcommitte-issue.IE .issue__masthead .issue__subcommittee-badge {
  margin-top: -102px !important;
}

input#copyTarget {
  position: absolute;
  z-index: -1;
  width: 50px !important;
  height: 9px !important;
}

#copyButton {
  position: relative;
  font-size: 13px;
}

body#media-view #content {
  color: white;
}
body#media-view #featured-details-header {
  color: #002d5d;
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 550px) {
  body#media-view #featured-details-header {
    font-size: 26px;
  }
}
body#media-view #featured-details-header a {
  color: #002d5d;
}
body#media-view #featured-details-header a:hover {
  text-decoration: underline;
}
body#media-view #featured-details-description {
  color: #002d5d;
}
body#media-view #featured-details-description .main_page_title {
  color: #002d5d;
}
body#media-view #featured-details-description p {
  line-height: 25px;
}
body#media-view #share-footer a {
  color: orange;
}
body#media-view #share-footer a:hover {
  color: white;
}

#share-buttons li {
  float: right;
}
#share-buttons #share-copy-link {
  cursor: pointer;
}

#multimedia-browser ul.nav-tabs {
  border-bottom: 3px solid yellow;
}
#multimedia-browser ul.nav-tabs li a:hover {
  background: yellow-hover;
}
#multimedia-browser ul.nav-tabs li.active {
  background-color: yellow;
}
#multimedia-browser ul.nav-tabs li.active a {
  background: transparent;
}
#multimedia-browser ul.nav-tabs li.active a:hover {
  background: transparent;
}
#multimedia-browser input[type=button] {
  font-size: 12px !important;
}
#multimedia-browser .loading div#search-results-header {
  display: none;
}
#multimedia-browser .status {
  background-color: transparent;
  color: black;
}
#multimedia-browser .pagination .listing-jump {
  float: left;
  margin-top: 20px;
}
#multimedia-browser .row .media-thumbnail a {
  color: #002d5d;
}
#multimedia-browser .row .media-thumbnail a:hover {
  color: #002d5d;
}

@media (max-width: 990px) {
  #multimedia-browser input[type=button] {
    font-size: 12px !important;
  }
}
body#multimedia.new #video-content {
  background-color: #eaeef3;
  position: relative;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1280px) and (max-width: 1400px) {
  body#multimedia.new #video-content {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1279px) {
  body#multimedia.new #video-content {
    width: 100%;
  }
}

body.new #newscontent.video {
  padding: 0;
}
body.new .topvideobg {
  background-color: #eaeef3;
}
body.new #video-content input#copyTarget {
  position: absolute;
  z-index: -1;
  display: none;
}
body.new #video-content .video-container,
body.new #video-content .video-data {
  margin-left: 0;
  margin-right: 0;
}
body.new #video-content .video-container .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
body.new #video-content .video-data {
  padding: 20px;
}
body.new #video-content .video-data .col-sm-8 {
  flex: 0 0 70%;
  max-width: 70%;
}
body.new #video-content .video-data .col-sm-8 #featured-details-header {
  margin-top: 0;
}
body.new #video-content .video-data .col-sm-8 #featured-details-description {
  display: none;
}
body.new #video-content .video-data .col-sm-4 {
  flex: 0 0 30%;
  max-width: 30%;
}
body.new #video-content .video-data .social-media {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
body.new #video-content .video-data .social-media li iframe,
body.new #video-content .video-data .social-media li div > button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
body.new #video-content .video-data .social-media li iframe {
  height: 20px !important;
  border-radius: 3px;
}
body.new #video-content #media-player iframe {
  height: 787px;
  width: 100%;
  border: none;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body.new #video-content #media-player iframe {
    height: 675px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  body.new #video-content #media-player iframe {
    height: 540px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body.new #video-content #media-player iframe {
    height: 405px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  body.new #video-content #media-player iframe {
    height: 305px;
  }
}
@media (min-width: 576px) and (max-width: 600px) {
  body.new #video-content #media-player iframe {
    height: 287px;
  }
}
@media (max-width: 575px) {
  body.new #video-content #media-player iframe {
    height: 53vw;
  }
}
body.new #video-content #featured-details-header {
  color: #002d5d;
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 550px) {
  body.new #video-content #featured-details-header {
    font-size: 26px;
  }
}
body.new #video-content #featured-details-header a {
  color: #002d5d;
}
body.new #video-content #featured-details-header a:hover {
  text-decoration: underline;
}
body.new #video-content #featured-details-description {
  color: #002d5d;
}
body.new #video-content #featured-details-description p {
  line-height: 25px;
}
body.new #video-content #social-container .btn-xs {
  border-radius: 3px;
  padding: 0;
  height: 20px;
  width: 65px;
  margin-top: 2px;
  line-height: 14px;
}
body.new #video-content #social-container #share-youtube {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
body.new #video-content #social-container #share-youtube a {
  font-size: 13px;
  line-height: 15px;
}
body.new .media-header {
  color: #002d5d !important;
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}
body.new #share-buttons {
  float: right;
}
body.new #share-buttons #share-youtube a {
  color: white;
}
body.new #share-buttons #share-youtube .svg-inline--fa {
  margin-top: -1px;
}
body.new #share-buttons #share-copy-link {
  cursor: pointer;
}
body.new #share-buttons #share-link-button-container {
  display: grid;
}
body.new #share-footer #social-container .btn-xs {
  border-radius: 4px;
  padding: 0 5px;
  height: 20px;
  width: 65px;
  overflow: hidden;
}
body.new #share-footer #share-buttons {
  float: right;
  padding: 18px;
}
body.new #share-footer #share-buttons #share-youtube a {
  color: white;
}
body.new #share-footer #share-buttons #share-copy-link {
  cursor: pointer;
}
body.new #share-footer #share-buttons #share-link-button-container {
  display: grid;
}
body.new #share-footer #share-buttons #share-link-button-container input#copyTarget {
  position: absolute;
  z-index: -1;
}
body.new #multimedia-browser {
  padding: 0px 20px 50px 20px;
}
body.new #multimedia-browser .multimedia-content {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  body.new #multimedia-browser .multimedia-content {
    text-align: center;
  }
}
body.new #multimedia-browser ul.nav-tabs {
  border-bottom: 3px solid yellow;
  border-bottom: 0px;
  display: none;
}
body.new #multimedia-browser ul.nav-tabs li a {
  color: fuchsia !important;
  font-size: 52px;
  text-transform: uppercase;
}
body.new #multimedia-browser ul.nav-tabs li a:hover {
  background: yellow-hover;
}
body.new #multimedia-browser ul.nav-tabs li.active {
  background-color: white;
}
body.new #multimedia-browser ul.nav-tabs li.active a {
  background: transparent;
}
body.new #multimedia-browser ul.nav-tabs li.active a:hover {
  background: transparent;
}
body.new #multimedia-browser ul.nav-tabs li a[data-target="#all-tab-content"],
body.new #multimedia-browser ul.nav-tabs li a[data-target="#audio-tab-content"] {
  display: none !important;
  width: 0;
  overflow: hidden;
  padding: 0;
}
body.new #multimedia-browser legend {
  display: none;
}
body.new #multimedia-browser input[type=button] {
  font-size: 12px !important;
}
body.new #multimedia-browser .loading div#search-results-header {
  display: none;
}
body.new #multimedia-browser .status {
  color: #002d5d;
  padding: 0 13px;
  margin-top: -18px;
}
body.new #multimedia-browser .status a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
body.new #multimedia-browser .status a:hover {
  color: #002d5d;
}
body.new #multimedia-browser .multimedia-tools #search-mm input {
  text-transform: uppercase;
  font-size: 13px;
}
body.new #multimedia-browser .multimedia-tools .date-btn,
body.new #multimedia-browser .multimedia-tools .search-media-btn {
  background-color: #5c89b3;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
body.new #multimedia-browser .multimedia-tools .date-btn {
  margin-right: 13px !important;
}
@media (max-width: 768px) {
  body.new #multimedia-browser .multimedia-tools .date-btn {
    margin-right: 0px !important;
  }
}
body.new #multimedia-browser .multimedia-tools select {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
}
body.new #multimedia-browser .multimedia-tools input[type=text] {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
}
body.new #multimedia-browser .pagination {
  background-color: white;
  color: black;
}
body.new #multimedia-browser .pagination .listing-increment {
  width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  float: right;
}
body.new #multimedia-browser .pagination .listing-increment a {
  color: black;
}
body.new #multimedia-browser .pagination .listing-increment a:hover {
  color: #002d5d;
}
body.new #multimedia-browser .pagination .listing-increment a.selected {
  color: #002d5d;
}
body.new #multimedia-browser .pagination.first-one {
  display: none !important;
}
body.new #multimedia-browser #video-tab-content .multimedia-search {
  justify-content: space-between;
  margin-bottom: 25px;
  margin-top: 25px;
}
body.new #multimedia-browser #video-tab-content .multimedia-search fieldset {
  margin-top: 0;
  flex-grow: 1;
}
body.new #multimedia-browser #video-tab-content .multimedia-search fieldset #mo-video,
body.new #multimedia-browser #video-tab-content .multimedia-search fieldset #yr-video {
  width: calc(50% - 65px);
  height: 40px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #aaa;
}
body.new #multimedia-browser #video-tab-content .multimedia-search fieldset #src_yr-video {
  width: calc(100% - 110px);
  height: 40px;
  border-radius: 3px;
  border: 1px solid #aaa;
}
body.new #multimedia-browser #video-tab-content .multimedia-search input {
  margin-top: 0;
  width: 100px;
}
body.new #multimedia-browser .media-thumbnail {
  height: 185px;
  width: 25%;
  margin: 0;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
body.new #multimedia-browser .media-thumbnail img {
  margin-top: -15px;
  width: 100%;
}
@media (max-width: 1300px) and (min-width: 1280px) {
  body.new #multimedia-browser .media-thumbnail img {
    margin-top: -40px;
  }
}
@media (max-width: 1279px) and (min-width: 1200px) {
  body.new #multimedia-browser .media-thumbnail img {
    margin-top: -34px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  body.new #multimedia-browser .media-thumbnail img {
    margin-top: -28px;
  }
}
@media (max-width: 990px) and (min-width: 901px) {
  body.new #multimedia-browser .media-thumbnail img {
    margin-top: -20px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  body.new #multimedia-browser .media-thumbnail img {
    margin-top: -32px;
  }
}
@media (max-width: 767px) and (min-width: 560px) {
  body.new #multimedia-browser .media-thumbnail img {
    margin-top: -49px;
  }
}
@media (max-width: 559px) {
  body.new #multimedia-browser .media-thumbnail img {
    margin-top: -8.6vw;
  }
}
body.new #multimedia-browser .media-thumbnail .image a {
  color: #002d5d;
  height: 170px;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  display: inline-block;
}
@media (max-width: 1400px) and (min-width: 1300px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 11.8vw;
  }
}
@media (max-width: 1299px) and (min-width: 1280px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 212px;
  }
}
@media (max-width: 1280px) and (min-width: 1200px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 187px;
  }
}
@media (max-width: 1199px) and (min-width: 990px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 154px;
  }
}
@media (max-width: 991px) and (min-width: 901px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 108px;
  }
}
@media (max-width: 900px) and (min-width: 769px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 172px;
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 265px;
  }
}
@media (max-width: 600px) and (min-width: 576px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 252px !important;
  }
}
@media (max-width: 575px) and (min-width: 560px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 265px;
  }
}
@media (max-width: 559px) {
  body.new #multimedia-browser .media-thumbnail .image a {
    height: 47vw;
  }
}
body.new #multimedia-browser .media-thumbnail .image a:hover {
  color: #002d5d;
}
body.new #multimedia-browser .media-thumbnail a {
  color: #002d5d;
  line-height: 26px;
  height: 96px;
  overflow: hidden;
  display: inline-block;
}
body.new #multimedia-browser .media-thumbnail a:hover {
  color: #002d5d;
}
body.new #multimedia-browser .media-thumbnail:hover a {
  color: #002d5d;
}
@media (max-width: 1300px) {
  body.new #multimedia-browser .media-thumbnail {
    width: 33.33333%;
  }
}
@media (max-width: 1200px) {
  body.new #media-player iframe {
    height: 43vh;
  }
}
@media (max-width: 1230px) {
  body.new .video-data .col-sm-8 {
    flex: 0 0 65% !important;
    max-width: 65% !important;
  }
  body.new .video-data .col-sm-4 {
    flex: 0 0 35% !important;
    max-width: 35% !important;
  }
  body.new #multimedia-browser .media-thumbnail {
    width: 33.33333%;
  }
  body.new #multimedia-browser .multimedia-tools input[type=text] {
    width: 83%;
  }
}
@media (max-width: 990px) {
  body.new #social-container {
    display: none;
  }
  body.new .video-data .col-sm-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  body.new #multimedia-browser input[type=button] {
    font-size: 12px !important;
  }
}
@media (max-width: 900px) {
  body.new #multimedia-browser .media-thumbnail {
    width: 50%;
  }
  body.new #multimedia-browser .multimedia-tools select {
    width: 42%;
  }
  body.new #multimedia-browser .multimedia-tools input[type=text] {
    width: 80%;
  }
}
@media (max-width: 768px) {
  body.new #multimedia-browser .media-thumbnail {
    width: 100%;
  }
  body.new #multimedia-browser .media-thumbnail a {
    height: 50px;
  }
  body.new #multimedia-browser .multimedia-tools input[type=text] {
    width: 84%;
  }
  body.new #multimedia-browser .multimedia-search fieldset {
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  body.new #share-buttons {
    padding: 0;
  }
  body.new #multimedia-browser .media-thumbnail {
    width: 100%;
  }
  body.new #multimedia-browser .media-thumbnail a {
    height: 50px;
  }
  body.new #multimedia-browser .multimedia-tools input[type=text] {
    width: 78%;
  }
}
@media (max-width: 480px) {
  body.new #multimedia-browser .media-thumbnail {
    width: 100%;
  }
  body.new #multimedia-browser .media-thumbnail img {
    margin-top: -36px;
  }
  body.new #multimedia-browser .media-thumbnail a {
    height: 50px;
  }
  body.new #multimedia-browser .multimedia-tools input[type=text] {
    width: 78%;
  }
}
@media (max-width: 430px) {
  body.new #share-buttons {
    padding: 0;
  }
  body.new #multimedia-browser {
    padding: 50px 0;
  }
  body.new #multimedia-browser .media-thumbnail {
    width: 100%;
  }
  body.new #multimedia-browser .media-thumbnail a {
    height: 50px;
  }
  body.new #multimedia-browser .multimedia-tools input[type=text] {
    width: 84%;
  }
}
.titleline #content {
  display: flex;
  flex-flow: column;
}
.titleline #content #breadcrumb {
  order: 2;
  min-width: 1409px;
  padding-top: 1rem;
}
.titleline #content .hasbanner__inner {
  order: 1;
}
.titleline #content #main_container {
  order: 3;
}

body.titleline .hasbanner .figure__banner--featured {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.titleline .hasbanner .figure__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.titleline .hasbanner .figure__banner--title {
  color: #fff;
  text-transform: uppercase;
}
body.titleline .hasbanner .main_page_title {
  color: transparent;
  padding: 0rem 0;
}
body.titleline .hasbanner .main_page_title:after, body.titleline .hasbanner .main_page_title:before {
  border-color: transparent;
}

.alert {
  padding: 1rem 0.5rem;
  background-color: #ad0000;
}
.alert.livehearing {
  text-align: center;
}

.alert-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.alert-container .headline a {
  font-size: 24px;
}

.f-modal-alert {
  padding-right: 1.5rem;
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  border: 4px solid #eaeef3;
  box-sizing: content-box;
  height: 35px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 35px;
}
.f-modal-alert .f-modal-icon.f-modal-warning {
  border-color: #fff;
  /*
      &:before {
        animation: pulseWarning 2s linear infinite;
        background-color: transparent;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
      }

      &:after {
        background-color: transparent;
        border-radius: 50%;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1;
      }*/
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
  background-color: #fff;
  border-radius: 2px;
  height: 15px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 6px;
  width: 5px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
  background-color: #fff;
  border-radius: 50%;
  bottom: 5px;
  height: 7px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

.animateXLeft {
  animation: animateXLeft 0.75s;
}

.animateXRight {
  animation: animateXRight 0.75s;
}

.scaleWarning {
  animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateXLeft {
  0%, 65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%, 65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes scaleWarning {
  0% {
    transform: scale(1);
    border-color: #ffc800;
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #fff;
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #ffc800;
  }
  100% {
    background-color: #fff;
  }
}

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