/* IMPORT SITE CUSTOM STYLES */
body {
  font-size: 1.125rem;
  color: #2F2F2F;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

a {
  color: #2F2F2F;
  min-height: 44px;
  min-width: 44px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
a:hover {
  color: #0064BC;
}

#main_container a {
  word-break: break-word;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5px;
}
#main_container a:hover {
  color: #0064BC;
  text-decoration-thickness: 2px;
}
#main_container a.btn:hover, #main_container #search_sidebar_form a.filter-btn:hover, #search_sidebar_form #main_container a.filter-btn:hover {
  color: inherit;
}

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

.btn, #search_sidebar_form .filter-btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding: 0.2rem 1rem;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration: none !important;
  border-radius: 0rem;
  border: 0;
  color: #2F2F2F;
  border: 1.5px solid #FFFB3D;
}
.btn:hover, #search_sidebar_form .filter-btn:hover {
  color: #2F2F2F;
  background-color: #FFFB3D;
  border-radius: 0;
}
.btn.tools, #search_sidebar_form .tools.filter-btn {
  font-size: 1rem;
  padding: 5px 25px;
  border: 0;
  background-color: #2F2F2F;
  background: #2F2F2F;
  color: #fff;
  text-decoration: none !important;
  margin-bottom: 1rem;
  min-width: 126px;
  border: 0;
}
.btn.tools .svg-inline--fa, #search_sidebar_form .tools.filter-btn .svg-inline--fa {
  color: #FFFB3D;
}
.btn.tools:hover, #search_sidebar_form .tools.filter-btn:hover {
  color: #fff;
  background-color: #6D6E71;
}
.btn.tools:hover .svg-inline--fa, #search_sidebar_form .tools.filter-btn:hover .svg-inline--fa {
  color: #fff;
}
.btn.facebook, #search_sidebar_form .facebook.filter-btn {
  background-color: #4268b2;
  color: white;
}
.btn.facebook .svg-inline--fa, #search_sidebar_form .facebook.filter-btn .svg-inline--fa {
  color: white;
}
.btn.facebook:hover, #search_sidebar_form .facebook.filter-btn:hover {
  color: white !important;
  background-color: #34528d;
}
.btn.facebook:hover .svg-inline--fa, #search_sidebar_form .facebook.filter-btn:hover .svg-inline--fa {
  color: white;
}
.btn.twitter, #search_sidebar_form .twitter.filter-btn {
  background-color: #2AA3EF;
  color: white;
}
.btn.twitter .svg-inline--fa, #search_sidebar_form .twitter.filter-btn .svg-inline--fa {
  color: white;
}
.btn.twitter:hover, #search_sidebar_form .twitter.filter-btn:hover {
  color: white !important;
  background-color: #108ad6;
}
.btn.twitter:hover .svg-inline--fa, #search_sidebar_form .twitter.filter-btn:hover .svg-inline--fa {
  color: white;
}

.btn-primary {
  background-color: #2F2F2F;
}
.btn-primary:hover {
  background-color: #090909;
}

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

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #FFFB3D;
  text-transform: uppercase;
}

.buttonarrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.6em 1em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: inherit;
  transition: transform 0.2s ease-in-out;
  border-radius: 0rem;
  background-color: transparent;
  text-decoration: none !important;
  border: 2px solid #FFFB3D;
  background-color: transparent;
  background-image: -webkit-linear-gradient(20deg, transparent 78%, #FFFB3D 78%);
}
.buttonarrow:after {
  font-family: "Font Awesome 5 Free";
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 1.25rem;
  content: "\f101";
  display: inline-flex;
  vertical-align: middle;
  margin-left: 2rem;
}
.buttonarrow:hover {
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  background-color: #FFFB3D;
  background-image: #FFFB3D;
  transform: scale(1.1);
}
.buttonarrow:hover:after {
  color: inherit;
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .buttonarrow {
    font-size: 16px;
  }
}
.buttonarrow.long {
  background-image: -webkit-linear-gradient(20deg, transparent 85%, #FFFB3D 85%);
}
.buttonarrow.short {
  background-image: -webkit-linear-gradient(20deg, transparent 60%, #FFFB3D 60%);
}
.buttonarrow.left {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-20deg, #FFFB3D 25%, transparent 25%);
}
.buttonarrow.left:after {
  display: none;
}
.buttonarrow.left:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f100";
  display: inline-flex;
  margin-right: 1.5rem;
  border-radius: 100%;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 5 Free";
  color: inherit;
  position: relative;
}
.buttonarrow.left:hover {
  color: inherit;
  background-color: #FFFB3D;
  background-image: #FFFB3D;
}
.buttonarrow.left:hover:before {
  color: inherit;
  transform: translateX(-5px);
}
.buttonarrow.left.long {
  background-image: -webkit-linear-gradient(-20deg, #FFFB3D 85%, transparent 85%);
}
.buttonarrow.left.short {
  background-image: -webkit-linear-gradient(-20deg, #FFFB3D 60%, transparent 60%);
}
.buttonarrow.full {
  width: 100%;
}
.buttonarrow.prevarticle {
  background-image: -webkit-linear-gradient(20deg, transparent 70%, #FFFB3D 70%);
}

.textarrow {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}
.textarrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.25rem;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  transition: all 0.2s ease-in-out;
  top: -1px;
  position: relative;
}
.textarrow:hover {
  text-decoration: none;
}
.textarrow:hover:after {
  transform: translateX(5px);
}
.textarrow.left:after {
  display: none;
}
.textarrow.left:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30a";
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: middle;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  margin-left: 15px;
}
.textarrow.left:hover:before {
  transform: translateX(-5px);
  color: #fff;
  text-decoration: none;
}

.largebtn.buttonarrow {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0.5rem;
  width: 100%;
}

.arrow {
  content: "\f30b";
  display: inline-block;
}

.quoting {
  text-align: center;
  font-style: italic;
  text-transform: capitalize;
  padding: 2rem;
}

.main_page_title {
  color: #2F2F2F;
  text-transform: uppercase;
}
.main_page_title .altcolor {
  color: #2F2F2F;
}

body.notitle .main_page_title {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  text-decoration: none !important;
}

h1, .h1 {
  font-size: 4.25rem;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 450px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}

body#newsroom h1, body#newsroom .h1 {
  font-size: 3.625rem;
}

h2, .h2 {
  font-size: 3.125rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 450px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: 2.375rem;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 450px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-size: 1.625rem;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 450px) {
  h4, .h4 {
    font-size: 1rem;
  }
}

h5, .h5 {
  font-size: 1.375rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

.eb {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
}

.giantbutton {
  background-color: transparent;
  position: relative;
  color: white;
  border: 3px solid #0064BC;
  padding: 0.5rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
.giantbutton--text {
  background-color: #2F2F2F;
  font-size: 2rem;
  padding: 0rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  line-height: 1;
  padding: 3.5rem 2.5rem;
  width: auto;
  color: white;
}

#content p {
  font-size: 1.125rem;
}

b, strong {
  font-weight: bold;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
.textslide {
  position: relative;
  left: -10000px;
  transition: left 1.2s ease-in-out;
}
.textslide.slideright {
  left: 0;
}

.textslideup {
  position: relative;
  top: -10000px;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.textslideup.slidetop {
  top: 0;
  opacity: 1;
}

.ghost {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.ghost.boo {
  opacity: 1;
}

.showsection .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showsection .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(1);
}

.popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(0.6);
}

.showingthis .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showingthis .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .popoff {
  transform: scale(1);
}

.leftsliding {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s ease-in-out;
}
.leftsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.rightsliding {
  opacity: 0;
  transform: translateX(100%);
  transition: 1.4s ease-in-out;
}
.rightsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.ghostride {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.8s ease-in-out;
}
.ghostride.animate {
  opacity: 1;
  transform: translateY(0%);
}

.ghostappear {
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.ghostappear.animate {
  opacity: 1;
}

.delaytime {
  transition: 2s ease-in-out !important;
}

.delayalittle {
  transition: 1s ease-in-out !important;
}

@media (max-width: 576px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

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

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

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

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

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

.navbar {
  height: 100%;
}
.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, .navbar .nav-pills .subnav-split li {
  padding: 1rem 1rem;
}
.navbar .nav-pills li a, .navbar .nav-pills .subnav-split li a {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 3px solid transparent;
  border: 0;
  text-decoration: none;
}
.navbar .nav-pills li a.btn, .navbar .nav-pills li #search_sidebar_form a.filter-btn, #search_sidebar_form .navbar .nav-pills li a.filter-btn, .navbar .nav-pills .subnav-split li a.btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .navbar .nav-pills li a, .navbar .nav-pills .subnav-split li a {
    font-size: 0.75rem;
  }
}
.navbar .nav-pills li:hover a, .navbar .nav-pills .subnav-split li:hover a {
  border-bottom: 3px solid #FFFB3D;
  text-decoration: none;
  color: #FFFB3D;
}
.navbar .nav-pills li:hover .dropdown-menu, .navbar .nav-pills .subnav-split li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills li.selected a, .navbar .nav-pills .subnav-split li.selected a {
  border-bottom: 3px solid #78C0E0;
  text-decoration: none;
  color: #78C0E0;
}
.navbar .nav-pills li .dropdown-menu, .navbar .nav-pills li .dropdown-menu .subnav-split, .navbar .nav-pills .subnav-split li .dropdown-menu, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split {
  top: 100%;
  left: auto;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  list-style-type: none;
  box-shadow: 1px 5px 10px -5px #2F2F2F;
}
.navbar .nav-pills li .dropdown-menu > li, .navbar .nav-pills li .dropdown-menu .subnav-split > li, .navbar .nav-pills .subnav-split li .dropdown-menu > li, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li {
  padding: 0rem;
  display: table;
  width: 100%;
}
.navbar .nav-pills li .dropdown-menu > li a, .navbar .nav-pills li .dropdown-menu .subnav-split > li a, .navbar .nav-pills .subnav-split li .dropdown-menu > li a, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li a {
  color: #2F2F2F;
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: table-cell;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
  transition-property: text-shadow, transform;
  transition: all 0.2s ease-in-out;
  border-bottom: 0px solid transparent;
}
.navbar .nav-pills li .dropdown-menu > li a:hover, .navbar .nav-pills li .dropdown-menu .subnav-split > li a:hover, .navbar .nav-pills .subnav-split li .dropdown-menu > li a:hover, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li a:hover {
  color: #0064BC;
  background-color: transparent;
  border-bottom: 0px solid transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-shadow: -0.5px 0, 0.5px 0;
}
.navbar .nav-pills li .dropdown-menu:before, .navbar .nav-pills li .dropdown-menu .subnav-split:before, .navbar .nav-pills .subnav-split li .dropdown-menu:before, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.navbar .nav-pills li:last-child .dropdown-menu, .navbar .nav-pills .subnav-split li:last-child .dropdown-menu {
  right: 8px;
}
.navbar #search {
  float: left;
  width: 0;
  position: absolute;
  right: 30%;
  top: 15px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search.showme {
  width: 60%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search #sitesearch {
  width: 100%;
  float: left;
  padding: 0px 10px 0px;
  position: relative;
  height: 50px;
  border: 1px solid #FFFB3D;
  border-radius: 5rem;
  overflow: hidden;
}
.navbar #search #sitesearch #search-field {
  position: absolute;
  left: 0px;
  width: 90%;
  border: none;
  height: 100%;
  padding: 5px 15px;
  background-color: transparent;
  color: white;
}
.navbar #search #sitesearch #search-field:focus {
  outline: none;
  border: none;
  filter: none;
}
.navbar #search #sitesearch button {
  position: absolute;
  color: #fff;
  background-color: transparent;
  right: 5px;
  width: 10%;
  height: 100%;
  border: none;
}
.navbar #search #sitesearch button:hover {
  color: #FFFB3D;
}
.navbar .srchbutton,
.navbar .srchbuttonmodal {
  color: #fff;
  padding: 1rem 0.8rem;
}
.navbar .srchbutton:hover,
.navbar .srchbuttonmodal:hover {
  color: #FFFB3D;
}
.navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 1.875rem;
}
@media (max-width: 1199px) {
  .navbar {
    padding: 0.5rem 0;
  }
}

body:not(#home) .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;
}
body:not(#home) .navbar .nav-pills.fade-out {
  opacity: 0;
}
body:not(#home) .navbar .nav-pills li {
  padding: 1rem 1rem;
}
body:not(#home) .navbar .nav-pills li a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  border-bottom: 3px solid transparent;
}
@media (max-width: 1200px) {
  body:not(#home) .navbar .nav-pills li a {
    font-size: 0.75rem;
  }
}
body:not(#home) .navbar .nav-pills li:hover a {
  border-bottom: 3px solid #FFFB3D;
  text-decoration: none;
  color: #FFFB3D;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split {
  top: 100%;
  left: auto;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  list-style-type: none;
  box-shadow: 1px 5px 10px -5px #2F2F2F;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li {
  padding: 0rem;
  display: table;
  width: 100%;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li a, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li a {
  color: #2F2F2F;
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: table-cell;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
  border-bottom: 0px solid transparent;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li a:hover, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li a:hover {
  color: #0064BC;
  background-color: transparent;
  border-bottom: 0px solid transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-shadow: -0.5px 0, 0.5px 0;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li.highlight, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li.highlight {
  background-color: #EAEBEF;
}
body:not(#home) .navbar .nav-pills li.selected a {
  border-bottom: 3px solid #78C0E0;
  text-decoration: none;
  color: #78C0E0;
}
body:not(#home) .navbar .nav-pills li.selected .dropdown-menu li, body:not(#home) .navbar .nav-pills li.selected .dropdown-menu .subnav-split li {
  padding: 0;
}
body:not(#home) .navbar .nav-pills li.selected .dropdown-menu li a, body:not(#home) .navbar .nav-pills li.selected .dropdown-menu .subnav-split li a {
  border-bottom: 0;
}
body:not(#home) .navbar .nav-pills li.selected:hover a {
  border-bottom: 3px solid #FFFB3D;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu {
  box-shadow: 5px 10px 10px -6px #2F2F2F;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu li, body:not(#home) .navbar .nav-pills li .dropdown-menu .subnav-split li {
  padding: 0;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu li a, body:not(#home) .navbar .nav-pills li .dropdown-menu .subnav-split li a {
  border-bottom: 0 !important;
}
@media (max-width: 1200px) {
  body:not(#home) .navbar .nav-pills li {
    padding: 1rem 0.5rem;
  }
}
body:not(#home) .navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 1.875rem;
}
body:not(#home) .navbar .togglemenu:hover {
  color: #FFFB3D;
}
body:not(#home) .srchbutton,
body:not(#home) .srchbuttonmodal {
  color: #fff;
  padding: 1rem 0.8rem;
}
body:not(#home) .srchbutton:hover,
body:not(#home) .srchbuttonmodal:hover {
  color: #FFFB3D;
}

/*Mobile NAV*/
#NavMobileModal .modal-body {
  padding: 1rem;
}
#NavMobileModal .nav .nav-item a {
  font-size: 2.75rem;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
#NavMobileModal .nav .nav-item a:hover {
  color: #FFFB3D;
}
@media (max-width: 575px) {
  #NavMobileModal .nav .nav-item a {
    font-size: 2rem;
  }
}
#NavMobileModal .nav .dropdown-menu {
  position: relative;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
  float: none;
  text-align: left;
}
#NavMobileModal .nav .dropdown-menu li a {
  font-size: 1.75rem;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
}
#NavMobileModal .nav .dropdown-menu li a:hover {
  color: #0064BC;
}
#NavMobileModal .nav .nav-item {
  padding-bottom: 1rem;
}
#NavMobileModal .nav .nav-item .topnavitems {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
  align-content: center;
}
#NavMobileModal .nav .nav-item .topnavitems a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
}
#NavMobileModal .nav .nav-item .topnavitems a:hover {
  color: #FFFB3D;
}
#NavMobileModal .nav .nav-item .topnavitems button {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: transparent;
}
#NavMobileModal .nav .nav-item .topnavitems button i {
  font-size: 2rem;
}
#NavMobileModal .nav .nav-item .topnavitems button:hover {
  box-shadow: none;
}
#NavMobileModal .nav .nav-item .topnavitems button:hover i {
  color: #78C0E0;
}
#NavMobileModal .nav .nav-item .topnavitems .btn-toggle-dropdown {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  color: #FFFB3D;
}
#NavMobileModal .nav .nav-item .topnavitems .btn-toggle-dropdown:hover {
  background-color: transparent;
  box-shadow: none;
  color: #78C0E0;
}
#NavMobileModal .nav .nav-item.home {
  text-align: left;
}
#NavMobileModal .nav .nav-item.dropdown .topnavitems button {
  display: flex;
}

.icon-whistle {
  fill: #FFFB3D;
}

.whistleblower {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration-color: #FFFB3D;
}

.whistleblower:hover {
  color: #FFFB3D;
}

.icon-whistle__soundwave {
  margin: 0 5px;
  visibility: hidden;
}

.whistleblower__figure {
  margin: 0 0.5rem;
}

.whistleblower__figure:hover .icon-whistle__soundwave {
  visibility: visible;
}

.whistleblower__figure:hover {
  -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;
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}

#header,
.pin-spacer-SiteHeader {
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  background-color: white;
  background: transparent;
}

#header {
  background: transparent;
  height: auto;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
#header #siteheader {
  height: auto;
  display: block;
  padding: 1rem 0;
  width: 100%;
  position: relative;
  z-index: 20;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}
#header #siteheader .header-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  height: auto;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}
#header #siteheader .header-holder .logo-holder {
  display: flex;
  display: -ms-flexbox;
  vertical-align: middle;
  justify-content: center;
  opacity: 1;
  z-index: -1;
  width: 365px;
  position: relative;
  transition: transform 0.2s ease-in-out;
  padding: 0.5rem;
  transform: translate(30px, 30px) scale(1.15);
}
#header #siteheader .header-holder .logo-holder .logo-hold {
  width: 100%;
  padding: 0rem;
}
#header #siteheader .header-holder .logo-holder .logo-hold img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0rem;
}
@media (max-width: 1199px) {
  #header #siteheader .header-holder .logo-holder {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  #header #siteheader .header-holder .logo-holder {
    max-width: 320px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .logo-holder {
    justify-content: normal;
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  #header #siteheader .header-holder .logo-holder {
    max-width: 280px;
  }
}
#header #siteheader .header-holder .header-nav-holder {
  display: flex;
  display: -ms-flexbox;
  vertical-align: middle;
  justify-content: end;
  padding: 0rem;
  align-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .header-nav-holder .social__links {
    display: none;
  }
}
@media (max-width: 991px) {
  #header #siteheader .header-holder .header-nav-holder .nav-hold {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .header-nav-holder .nav-hold {
    float: right;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .header-nav-holder {
    max-width: fit-content;
    width: 100%;
    padding: 5px 0px;
  }
}
@media (min-width: 576px) {
  #header #siteheader .header-holder {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #header #siteheader .header-holder {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #header #siteheader .header-holder {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #header #siteheader .header-holder {
    max-width: 1191px;
  }
}
@media (min-width: 1400px) {
  #header #siteheader .header-holder {
    max-width: 1320px;
  }
}
@media (max-width: 578px) {
  #header #siteheader {
    padding: 0.2rem 0;
  }
}
#header.scrolling #siteheader {
  background-color: #2F2F2F;
  background: #2F2F2F;
}
#header.scrolling #siteheader .logo-holder {
  opacity: 1;
  z-index: 1;
  transform: translate(0px, 0px) scale(1);
}
#header.scrolling #siteheader .navbar .nav-pills li a {
  color: #fff;
}
#header.scrolling #siteheader .navbar .nav-pills li .dropdown-menu li a, #header.scrolling #siteheader .navbar .nav-pills li .dropdown-menu .subnav-split li a {
  color: #2F2F2F;
}
#header.scrolling #siteheader .navbar .nav-pills li.selected a {
  color: #78C0E0;
}
#header.scrolling #siteheader .navbar .srchbutton {
  color: #fff;
}
#header.scrolling #siteheader .navbar .srchbutton:hover {
  color: #FFFB3D;
}
#header.scrolling #siteheader .navbar .srchbuttonmodal {
  color: #fff;
}
#header.scrolling #siteheader .navbar .srchbuttonmodal:hover {
  color: #FFFB3D;
}
#header.scrolling #siteheader .navbar .togglemenu {
  color: #fff;
}
#header.scrolling #siteheader .navbar .togglemenu:hover {
  color: #FFFB3D;
}
#header.scrolling #siteheader #search #sitesearch #search-field {
  color: #fff;
}
#header.scrolling #siteheader #search #sitesearch button {
  color: #fff;
}

body:not(#home) #siteheader {
  background-color: #2F2F2F;
  background: #2F2F2F;
  position: relative;
}
body:not(#home) #header {
  background-color: #2F2F2F;
  position: relative;
}
body:not(#home) #header .header-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
body:not(#home) #header .header-holder .logo-holder {
  opacity: 1;
  z-index: 1;
  transform: translate(0px, 0px) scale(1);
}
body:not(#home) #header.scrolling {
  background-color: #2F2F2F;
}

@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-content {
  background-color: #6D6E71;
}
.modal .modal-content .modal-body {
  padding: 2rem;
}
.modal .modal-content .modal-body .modal-title {
  color: white;
}

.modal {
  background-color: #2F2F2F;
}
.modal .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
.modal .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-header .close {
  color: #2F2F2F;
  background-color: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 1.625rem;
  padding: 5px;
  box-shadow: none !important;
  z-index: 10;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
.modal .modal-header .close:hover {
  color: #78C0E0;
  background-color: transparent;
  opacity: 1;
}
.modal .close:hover {
  color: #FFFB3D;
}
@media (max-width: 991px) {
  .modal .close {
    position: relative;
    top: 0;
  }
}
.modal .modal-content {
  background-color: #EAEBEF;
  border: 0;
  margin: 15% auto;
  position: relative;
  padding: 3.5rem;
  border: 0;
  border-radius: 0;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .modal-title {
  color: #2F2F2F;
}
.modal .modal-content .modal-body {
  margin-top: 0;
  padding: 2rem 0;
}
.modal .modal-content .modal-body #sitesearch, .modal .modal-content .modal-body #sitesearchmodal {
  padding: 0px;
  width: 100%;
  text-align: center;
}
.modal .modal-content .modal-body #sitesearch input[type=search], .modal .modal-content .modal-body #sitesearchmodal input[type=search] {
  background: rgba(0, 0, 0, 0.18);
  text-align: center;
  color: white;
  font-size: 3.125rem;
  width: 100%;
  border: 1px solid #FFFB3D;
  border-radius: 5rem;
}
.modal .modal-content .modal-body #sitesearch input[type=search]:focus, .modal .modal-content .modal-body #sitesearchmodal input[type=search]:focus {
  outline: none;
}
.modal .modal-content .modal-body #sitesearch button, .modal .modal-content .modal-body #sitesearchmodal button {
  background-color: transparent;
  width: 100%;
  max-width: 300px;
  padding: 0.7rem;
  border: 1px solid #FFFB3D;
  font-size: 1.625rem;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: white;
  margin: 2rem auto;
  cursor: pointer;
}
.modal .modal-content .modal-body #sitesearch button:hover, .modal .modal-content .modal-body #sitesearchmodal button:hover {
  background-color: #FFFB3D;
  color: #2F2F2F;
}
.modal .modal-content .modal-body .btn, .modal .modal-content .modal-body #search_sidebar_form .filter-btn, #search_sidebar_form .modal .modal-content .modal-body .filter-btn {
  margin-top: 1rem;
  color: inherit;
}
.modal .modal-content .modal-body select {
  border: none;
  font-size: 1.625rem;
  height: 40px;
  width: 100%;
  margin: 10px 0;
}

#NavMobileModal .modal-content, #SearchModal .modal-content {
  background-color: #2F2F2F;
}
#NavMobileModal .modal-header .close, #SearchModal .modal-header .close {
  color: white;
}
#NavMobileModal .modal-header .close:hover, #SearchModal .modal-header .close:hover {
  color: #FFFB3D;
}

body.nobreadcrumb #breadcrumb {
  display: none;
}
body.nobreadcrumb #main_container {
  padding-top: 3rem;
}

#translations {
  position: relative;
  top: -1px;
  padding: 0 0.5rem;
}
#translations .closeme {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  border-bottom: 1px solid #fff;
  color: white;
  text-decoration: none;
  position: absolute;
  left: 0;
  z-index: 1;
}
#translations .closeme:hover {
  border-bottom: 1px solid #0064BC;
}
#translations .closeme.fade-out {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  #translations .closeme {
    font-size: 0.875rem;
  }
}
#translations .translateoption {
  display: block;
  position: absolute;
  top: 35px;
  width: 135px;
  overflow: hidden;
}

body#home {
  overflow-x: hidden;
  position: relative;
}
body#home footer {
  margin-top: 0;
}
body#home #content {
  padding-top: 0;
}
body#home .homebanner {
  position: relative;
  display: block;
  padding-top: 55%;
  background-color: black;
  overflow: hidden;
  width: 100%;
}
body#home .homebanner__background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  gap: 0;
}
body#home .homebanner__background--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
body#home .homebanner__background--image.bg1 {
  z-index: 3;
  transform: skewX(0deg) translateX(0%);
}
body#home .homebanner__background--image.bg2 {
  z-index: 2;
  transform: skewX(0deg) translateX(60%);
}
body#home .homebanner__background--image.bg3 {
  z-index: 1;
  transform: skewX(0deg) translateX(120%);
}
body#home .homebanner__background--image.bg3 .homebanner__background--clip {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
body#home .homebanner__background--clip {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
  margin: 0;
  padding: 0;
}
body#home .homebanner__background--clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}
body#home .homebanner__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 30%);
  z-index: 5;
}
@media (max-width: 576px) {
  body#home .homebanner__background:before {
    background-image: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 30%);
  }
}
body#home .homebanner__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to top, black 0%, rgba(255, 255, 255, 0) 45%);
  z-index: 5;
}
@media (max-width: 576px) {
  body#home .homebanner__background:after {
    background-image: linear-gradient(to top, black 0%, rgba(255, 255, 255, 0) 45%);
  }
}
body#home .homebanner__background--bottomleft {
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 0;
  background-color: #fff;
  z-index: 6;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  transition: height 0.3s ease;
  left: 0;
  transform-origin: left bottom;
}
@media (max-width: 576px) {
  body#home .homebanner__background--bottomleft {
    clip-path: none;
    display: none;
  }
}
body#home .homebanner__background--bottomright {
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 0;
  background-color: #fff;
  z-index: 6;
  transition: height 0.3s ease;
  right: 0;
  transform-origin: right bottom;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media (max-width: 576px) {
  body#home .homebanner__background--bottomright {
    clip-path: none;
    display: none;
  }
}
body#home .homebanner__text {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 25%;
  width: 100%;
  z-index: 6;
  max-width: 80%;
}
@media (max-width: 991px) {
  body#home .homebanner__text {
    bottom: 40%;
  }
}
@media (max-width: 767px) {
  body#home .homebanner__text {
    font-size: 3.125rem;
    bottom: 35%;
  }
}
@media (max-width: 576px) {
  body#home .homebanner__text {
    position: absolute;
    bottom: 6.5rem;
    width: 100%;
    max-width: 100%;
  }
}
body#home .homebanner__text--top {
  display: block;
  color: white;
  opacity: 0;
}
body#home .homebanner__text--top span {
  opacity: 0;
}
body#home .homebanner__text--bottom {
  display: block;
  color: #FFFB3D;
  position: relative;
}
body#home .homebanner__text--bottomtext {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
body#home .homebanner__foreground {
  display: block;
  position: relative;
  z-index: 1;
}
body#home .homebanner__foreground--image {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  body#home .homebanner {
    padding-top: 80%;
  }
}
@media (max-width: 576px) {
  body#home .homebanner {
    padding-top: 100%;
  }
}
body#home .home-content {
  background-color: #fff;
}
@media (max-width: 576px) {
  body#home .home-content {
    margin-top: 0rem;
  }
}
body#home .home-content .home__topspace {
  padding: 6%;
  position: relative;
  z-index: 6;
  width: 100%;
}
body#home .home-content .home__topspace--arrow {
  width: 100%;
  position: absolute;
  top: -7.5rem;
  left: 0;
  right: 0;
  display: block;
}
body#home .home-content .home__topspace--arrow svg {
  display: block;
  width: 100%;
}
body#home .home-content .home__topspace--arrow svg #path1, body#home .home-content .home__topspace--arrow svg #path2 {
  visibility: hidden;
}
@media (max-width: 991px) {
  body#home .home-content .home__topspace--arrow {
    display: none;
  }
}
@media (max-width: 991px) {
  body#home .home-content .home__topspace {
    padding: 2%;
  }
}
@media (max-width: 576px) {
  body#home .home-content .home__topspace {
    padding: 0;
  }
}
body#home .home-content .home__press {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  z-index: 7;
}
@media (max-width: 991px) {
  body#home .home-content .home__press {
    padding: 4rem 0 2rem;
  }
}
body#home .home-content .home__press .press__cards--dateholder {
  position: absolute;
  top: -25px;
  padding: 0.2rem 1rem;
  background-color: #FFFB3D;
  z-index: 5;
  min-height: 100px;
  min-width: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
body#home .home-content .home__press .press__cards--dateholder:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0px;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 20px solid #FFFB3D;
  border-left: 40px solid transparent;
  bottom: -20px;
  margin: 0 auto;
}
body#home .home-content .home__press .press__cards--datetop {
  font-size: 1.5rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
body#home .home-content .home__press .press__cards--datebottom {
  font-size: 2rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  text-align: center;
}
body#home .home-content .home__press .press__cards--headertitle {
  text-align: center;
  text-transform: uppercase;
  color: #6D6E71;
}
body#home .home-content .home__press .press__cards--titlebar {
  display: table;
  width: 100%;
  height: 5px;
  position: relative;
}
body#home .home-content .home__press .press__cards--container {
  position: relative;
  padding: 1rem;
  display: block;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
  transform: translate(0px, 0px);
}
@media (max-width: 991px) {
  body#home .home-content .home__press .press__cards--container {
    margin-bottom: 2rem;
  }
}
body#home .home-content .home__press .press__cards--card {
  display: block;
  height: 100%;
  background-color: white;
  padding: 7.5rem 3rem 2.5rem;
  position: relative;
  min-height: 420px;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  body#home .home-content .home__press .press__cards--card {
    padding: 7.5rem 1.5rem 2.5rem;
  }
}
@media (max-width: 991px) {
  body#home .home-content .home__press .press__cards--card {
    min-height: 370px;
    padding: 7.5rem 1rem 2.5rem;
  }
}
body#home .home-content .home__press .press__cards--card:hover {
  transform: scale(1.02);
  text-decoration: none;
  z-index: 5;
  box-shadow: 1px 1px 6px 0px rgba(27, 27, 27, 0.8);
}
body#home .home-content .home__press .press__cards--typeholder {
  display: inline-block;
  position: relative;
  width: 100%;
}
body#home .home-content .home__press .press__cards--type {
  color: #0e0e0e;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.25rem;
  display: inline-block;
  position: relative;
  text-align: left;
}
body#home .home-content .home__press .press__cards--titleholder {
  padding: 1rem 0;
}
body#home .home-content .home__press .press__cards--title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0e0e0e;
  font-size: 1.5rem;
  text-decoration: none;
}
body#home .home-content .home__press .press__cards--title:hover {
  text-decoration: underline;
  text-decoration-color: #FFFB3D;
  text-decoration-thickness: 2px;
  color: #0e0e0e;
}
body#home .home-content .home__press .press__cards--title:hover:after {
  transform: scaleY(1.7);
}
body#home .home-content .home__press .press__cards--bodyholder {
  padding: 1rem 0;
  text-decoration: none;
}
body#home .home-content .home__press .press__cards--bodyholder:hover {
  text-decoration: underline;
  text-decoration-color: #FFFB3D;
  text-decoration-thickness: 2px;
  color: #fff;
}
body#home .home-content .home__press .press__cards--body {
  color: #0e0e0e;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  word-break: break-word;
}
body#home .home-content .home__press--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body#home .home-content .home__press--background img {
  width: 115%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 1200px) {
  body#home .home-content .home__press--background img {
    width: auto;
    height: 115%;
  }
}
body#home .home-content .home__social {
  padding: 4rem 0;
  position: relative;
  z-index: 5;
}
body#home .home-content .home__social--arrow {
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body#home .home-content .home__social--arrow svg {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  body#home .home-content .home__social--arrow {
    display: none;
  }
}
body#home .home-content .home__social--col {
  margin-bottom: 1rem;
}
body#home .home-content .home__social--col:nth-child(even) .home__social--block {
  background-color: #6D6E71;
}
body#home .home-content .home__social--block {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 196px;
  background-color: #2F2F2F;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.5rem;
  text-decoration: none;
  color: white;
  font-size: 1.25rem;
}
body#home .home-content .home__social--block:nth-child(even) {
  background-color: #6D6E71;
}
body#home .home-content .home__social--block:nth-child(even):hover {
  background-color: #FFFB3D !important;
}
body#home .home-content .home__social--block:nth-child(even):hover .home__social--icon {
  color: #2F2F2F;
}
body#home .home-content .home__social--block:nth-child(even):hover .home__social--handle {
  color: #2F2F2F;
}
body#home .home-content .home__social--block:hover {
  background-color: #FFFB3D !important;
}
body#home .home-content .home__social--block:hover .home__social--icon {
  color: #2F2F2F;
}
body#home .home-content .home__social--block:hover .home__social--handle {
  color: #2F2F2F;
}
body#home .home-content .home__social--handle {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
body#home .home-content .home__social--icon {
  color: #FFFB3D;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.75rem;
}
body#home .home-content .home__social--bottomtext {
  color: #0064BC;
}
@media (max-width: 991px) {
  body#home .home-content .home__social--text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
body#home .home-content .home__members {
  padding: 3rem;
  background-color: #EAEBEF;
  width: 100%;
  position: relative;
  z-index: 7;
  margin: 0 auto;
}
body#home .home-content .home__members--leadership {
  padding: 2rem 0 3rem;
}
@media (max-width: 991px) {
  body#home .home-content .home__members--leader {
    display: inline;
  }
}
body#home .home-content .home__members--member {
  padding: 1rem 0 1rem;
  position: relative;
}
body#home .home-content .home__members--leader {
  padding: 1rem 2rem;
  display: block;
  width: 100%;
  flex: none;
  margin: 0 auto;
}
body#home .home-content .home__members--leaders {
  padding: 2rem 0rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}
body#home .home-content .home__members--leaders .owl-nav {
  position: absolute;
  top: 15%;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}
body#home .home-content .home__members--leaders .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  font-size: 100px;
  color: #2F2F2F;
}
body#home .home-content .home__members--leaders .owl-nav .owl-prev:hover {
  color: #FFFB3D;
}
body#home .home-content .home__members--leaders .owl-nav .owl-prev:focus {
  outline: none;
}
body#home .home-content .home__members--leaders .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  font-size: 100px;
  color: #2F2F2F;
}
body#home .home-content .home__members--leaders .owl-nav .owl-next:hover {
  color: #FFFB3D;
}
body#home .home-content .home__members--leaders .owl-nav .owl-next:focus {
  outline: none;
}
body#home .home-content .home__members--card {
  padding-bottom: 1rem;
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
}
body#home .home-content .home__members--card:hover {
  text-decoration: none;
}
body#home .home-content .home__members--card:hover .home__members--image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body#home .home-content .home__members--card:hover .home__members--membername {
  color: #78C0E0;
}
body#home .home-content .home__members--card:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body#home .home-content .home__members--card:after {
  bottom: 20px !important;
}
body#home .home-content .home__members--membersbutton {
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
body#home .home-content .home__members--leadership {
  display: table;
}
body#home .home-content .home__members--rankingname {
  position: absolute;
  left: -0.5rem;
  bottom: 11rem;
  background-color: #FFFB3D;
  color: black;
  padding: 0.5rem 1rem;
  z-index: 1;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
}
body#home .home-content .home__members--rankingname:after {
  content: "";
  width: 0;
  position: absolute;
  height: 100%;
  top: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #FFFB3D;
  border-bottom: 20px solid transparent;
  right: -20px;
  margin: 0 auto;
}
body#home .home-content .home__members--rankingname.small {
  font-size: 1rem;
}
body#home .home-content .home__members--imageholder {
  min-height: 300px;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  body#home .home-content .home__members--imageholder {
    min-height: 375px;
    margin: 0 auto;
  }
}
body#home .home-content .home__members--image {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 991px) {
  body#home .home-content .home__members--image {
    width: 100%;
    height: auto;
  }
}
body#home .home-content .home__members--title {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #2F2F2F;
  text-align: left;
  width: 100%;
  display: block;
  padding-bottom: 1rem;
}
body#home .home-content .home__members--title .blue {
  color: #0064BC;
}
body#home .home-content .home__members--titlebar {
  display: table;
  width: 100%;
  height: 5px;
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
body#home .home-content .home__members--titlebar.full {
  max-width: 100%;
}
body#home .home-content .home__members--membername {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.2rem 0;
  color: #2F2F2F;
  text-decoration: none;
  text-transform: uppercase;
}
body#home .home-content .home__members--namefirst {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.25rem;
}
body#home .home-content .home__members--namelast {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
body#home .home-content .home__members--membertitle {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.2rem 0;
  color: #2F2F2F;
  text-decoration: none;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
body#home .home-content .home__members--subcommittee {
  margin-top: 0rem;
}
body#home .home-content .home__members--subtitle {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  display: block;
}
body#home .home-content .home__members--sub {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .limited-width {
    max-width: 70.66667%;
  }
}

body:not(home) #content {
  overflow-x: hidden;
}

body:not(home) {
  overflow-x: hidden;
}

.block {
  min-height: 200px;
  margin-bottom: 30px;
}
.block__block {
  background-color: #2F2F2F;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.block__block:hover {
  text-decoration: none !important;
}
.block__holder {
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  display: flex;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  color: white;
  transition: all 0.2s ease-in-out;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #2F2F2F;
  padding: 0.5rem;
}
.block__holder > img {
  float: left;
}
.block__text {
  height: 100%;
  width: 100%;
  display: inline-flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
}
.block__text:after {
  font-family: "Font Awesome 6 Free";
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 1.25rem;
  content: "\f101";
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.5rem;
  padding: 0.5rem 0.85rem;
  color: #2F2F2F;
  background-color: #FFFB3D;
  border-radius: 100%;
}
.block.sam {
  margin-bottom: auto;
  min-height: auto;
}
.block.sam a {
  text-decoration: none !important;
}
.block .desc {
  display: none;
  padding: 20px;
}
.block .desc p {
  width: 100%;
  margin: 0px;
}
.block:hover a {
  text-decoration: none !important;
}
.block:hover .block__holder {
  background-color: #FFFB3D;
}
.block:hover .block__text {
  color: #2F2F2F;
}
.block:hover .block__text:after {
  transform: translateX(5px);
}
.block.withimg .block__block {
  background-color: #2F2F2F;
  text-decoration: none !important;
}
.block.withimg .block__holder {
  padding: 0;
  align-content: flex-start;
  flex-wrap: wrap;
  transform: none;
  text-decoration: none !important;
}
.block.withimg .block__holder--image {
  display: block;
  width: 100%;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.block.withimg .block__holder--image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block.withimg .block__holder--image:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 101%;
  height: 30%;
  background-color: #2F2F2F;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  transition: all 0.2s ease-in-out;
}
.block.withimg .block__text {
  height: auto;
  text-decoration: none;
  padding: 1rem 1rem 2rem;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: baseline;
}
.block.withimg .block__text:after {
  content: "\f101";
  padding: 0.5rem 0.85rem;
  color: #2F2F2F;
  background-color: #FFFB3D;
  border-radius: 100%;
}
.block.withimg:hover {
  border-radius: 0;
}
.block.withimg:hover a {
  text-decoration: none !important;
  border-radius: 0rem;
  text-underline-offset: 0;
}
.block.withimg:hover .block__holder {
  border-radius: 0rem;
  background-color: #FFFB3D;
}
.block.withimg:hover .block__text {
  color: #2F2F2F;
  text-decoration: none !important;
}
.block.withimg:hover .block__text:after {
  transform: translateX(5px);
  color: #2F2F2F;
}
.block.withimg:hover .block__holder--image:after {
  height: 35%;
  background-color: #FFFB3D;
}

.breadcrumb {
  padding: 1rem 0;
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumb__holder {
  margin-bottom: 0;
}
.breadcrumb__holder--listitem:first-child {
  display: none;
}
.breadcrumb__holder--listitem:last-child:after {
  display: none;
}
.breadcrumb__holder--listitem:after {
  content: "/";
  margin-left: 0.5rem;
  position: relative;
  display: inline-block;
  color: #2F2F2F;
}
.breadcrumb__holder--listitem a {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  color: #2F2F2F;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  text-decoration-color: #0064BC;
}
.breadcrumb__holder--listitem a:hover {
  color: #0064BC;
  text-decoration: underline;
  text-decoration-color: #0064BC;
  text-decoration-thickness: 3px;
}

body#newsroom_landing_page footer {
  margin-top: 0 !important;
}
body#newsroom_landing_page .videoiframe {
  margin-bottom: 2rem;
}
body#newsroom_landing_page #main_column {
  padding: 0;
  background-color: transparent;
}
body#newsroom_landing_page #breadcrumb {
  display: none;
}
body#newsroom_landing_page .one_column {
  margin-left: 0;
  margin-right: 0;
}
body#newsroom_landing_page #rightside {
  padding: 3rem;
  background-color: #fff;
}
body#newsroom_landing_page #rightside hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body#newsroom_landing_page #leftside {
  text-align: left;
  padding: 0px 0px 0 15px;
  background-color: #EAEBEF;
  position: relative;
  z-index: 1;
}
body#newsroom_landing_page #leftside:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  left: -100%;
  height: 100%;
  background-color: #EAEBEF;
}
body#newsroom_landing_page #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #EAEBEF;
}
body#newsroom_landing_page .media__summary {
  padding-bottom: 0.5rem;
}
body#newsroom_landing_page .media__header {
  margin-bottom: 0;
}
body#newsroom_landing_page .media__header a {
  color: #2F2F2F;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__link {
  color: #2F2F2F;
  text-decoration: none;
  padding-bottom: 0.5rem;
}
body#newsroom_landing_page .media__link:hover {
  color: #6D6E71;
  text-decoration: none;
}
body#newsroom_landing_page .media__link--underline {
  text-transform: capitalize;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
}
body#newsroom_landing_page .media__button {
  text-align: right;
  bottom: 3rem;
  right: 3rem;
  color: #FFFB3D;
  display: inline-block;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__button--container {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__button--container.videos {
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__side-nav {
  width: 100%;
  margin-top: 3rem;
}
body#newsroom_landing_page .media__side-nav .main_page_title {
  text-align: left;
  color: #fff;
}
body#newsroom_landing_page .media__side-nav.affix {
  width: 270px;
  top: 9.5rem;
  position: fixed;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix {
    width: 225px;
  }
}
body#newsroom_landing_page .media__side-nav.affix-bottom {
  position: absolute;
  width: 270px;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix-bottom {
    width: 225px;
  }
}
body#newsroom_landing_page .media__list {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item.active a, body#newsroom_landing_page .media__list-item:hover a {
  background-color: transparent;
  color: #FFFB3D;
  border-radius: 0px;
  border-bottom: 2px solid #FFFB3D;
}
body#newsroom_landing_page .media__list-link {
  color: #fff;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 1.75rem;
  border-bottom: 2px solid transparent;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
}
body#newsroom_landing_page .media__list-link:hover {
  color: #FFFB3D;
  text-decoration: none;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__list-link {
    font-size: 1.625rem;
  }
}
body#newsroom_landing_page .media__date {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFB3D;
  font-size: 1.125rem;
}
body#newsroom_landing_page .media__videos .ce_youtube_video {
  margin-bottom: 4rem;
}

#filterbuttons {
  position: relative;
  padding-bottom: 2rem;
  display: block;
}

.prevpress {
  display: table;
  padding: 4rem 1rem;
  width: 100%;
}
.prevpress__holder .nextarticle, .prevpress__holder .prevarticle {
  margin-bottom: 1rem;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .prevpress__holder .previous {
    text-align: left !important;
  }
}

#pagetools #actions {
  padding-top: 1.5rem;
}

#newscontent .date.black {
  display: block;
  margin-bottom: 0rem;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  color: #6D6E71;
  font-size: 1.125rem;
  text-transform: capitalize;
}
#newscontent #press .subtitle {
  font-size: 2.5rem;
}
#newscontent #press .title a {
  color: #2F2F2F;
}
#newscontent #press .title a:hover {
  color: #0064BC;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

#pagination-container {
  text-align: right;
  margin-top: 4rem;
  display: table;
  width: 100%;
}
#pagination-container .pagination-right {
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 560px) {
  #pagination-container .pagination-right {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
#pagination-container .pagination-right .form-inline select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}
#pagination-container .pager {
  display: table-cell;
  float: right;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
#pagination-container .pager li {
  display: table-cell;
  padding-right: 5px;
}
#pagination-container .pager li:last-child {
  padding-right: 0px;
}
@media (max-width: 560px) {
  #pagination-container .pager {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}

#asides.legislation {
  padding-bottom: 2rem;
}

.pagination .pages select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}

#filter-legislation {
  padding-bottom: 1rem;
}
#filter-legislation form {
  padding-bottom: 0.5rem;
}
#filter-legislation form select {
  padding: 2px 10px;
  height: 40px;
  font-size: 1.125rem;
  padding-right: 2.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 15px center, right 10px center;
  text-indent: 0.01px;
}

#content {
  display: block;
  position: relative;
}
#content #asides {
  padding-top: 2.5rem;
}

#voting_record .page {
  margin: 30px 0;
  display: none;
  transition: 1s ease-in-out;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
#voting_record .page .row {
  margin: 0 0 20px 0;
  padding: 5px 5px 15px 5px;
  border-bottom: 1px solid #ccc;
  /* ----- */
}
#voting_record .page .row .date {
  font-size: 1rem;
}
#voting_record .page .row .vote {
  font-size: 1rem;
  color: #666;
}
#voting_record .page .row .No, #voting_record .page .row .Nay {
  color: red;
}
#voting_record .page .row .Yea, #voting_record .page .row .Aye {
  color: green;
}
#voting_record .page .row .result {
  font-size: 1rem;
  color: #666;
}
#voting_record .page .row .Failed {
  color: red !important;
}
#voting_record .page .row .Passed {
  color: green !important;
}
#voting_record .page .row .category {
  font-size: 1rem;
}
#voting_record .page.in {
  opacity: 1;
}
#voting_record .pagination {
  display: table;
  width: 100%;
}
#voting_record .pagination .pages {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  margin: 0;
}
#voting_record .pagination .pages_nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#voting_record .pagination .pages_nav .next {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .legislationrow {
    flex-direction: column-reverse;
  }
}

.legislationtable th#bill-number {
  width: 15%;
}

#thomas_search {
  margin-bottom: 1rem;
}

#content.hasbanner {
  position: relative;
}
#content.hasbanner .main_page_title {
  display: none;
}
#content.hasbanner .main_page_title.banneravail {
  display: block;
}
#content.hasbanner .main_page_title {
  color: #FFFB3D;
}
#content.hasbanner .main_page_title .altcolor {
  color: #FFFB3D;
}
#content.hasbanner .breadcrumb {
  padding: 1rem 0;
  margin-top: 0;
  margin-bottom: 0;
}
#content.hasbanner .breadcrumb__holder--listitem a {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#content.hasbanner .breadcrumb__holder--listitem a:hover {
  text-decoration: underline;
  color: #EAEBEF;
}
#content.hasbanner #main_column {
  padding-top: 7rem;
}
@media (max-width: 991px) {
  #content.hasbanner #main_column {
    padding-top: 3rem;
  }
}
#content.hasbanner #asides {
  padding-top: 7.5rem;
}

.figure__banner {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 4rem 0;
  background-color: #EAEBEF;
  margin-bottom: 1rem;
}
.figure__banner:before {
  content: "";
  display: block;
  background-color: #EAEBEF;
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
}
.figure__banner:after {
  content: "";
  display: block;
  background-color: #EAEBEF;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
}
.figure__banner--holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
.figure__banner--imageholder {
  height: 100%;
  position: relative;
}
.figure__banner--image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center top;
}
.figure__banner--pagetitle {
  z-index: 1;
  position: relative;
}
@media (max-width: 576px) {
  .figure__banner--pagetitle {
    bottom: 1rem;
  }
}
.figure__banner.bannerimage {
  padding: 0;
  padding-top: 40%;
}
.figure__banner.bannerimage .figure__banner--pagetitle {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .figure__banner.bannerimage {
    padding-top: 48%;
  }
}
.figure__banner.bannerimage .figure__banner--box {
  background-color: #6D6E71;
  padding: 3rem;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.figure__banner.bannerimage .figure__banner--box:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -19.9%;
  width: 20%;
  height: 100%;
  background-color: #6D6E71;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media (max-width: 991px) {
  .figure__banner.bannerimage .figure__banner--box:after {
    right: auto;
    left: -100%;
    width: 100%;
    clip-path: none;
  }
}
@media (max-width: 991px) {
  .figure__banner.bannerimage {
    border-bottom: 0;
    padding: 3rem 0;
  }
  .figure__banner.bannerimage .figure__banner--pagetitle {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .figure__banner {
    padding: 2rem 0;
  }
}
@media (max-width: 578px) {
  .figure__banner {
    overflow-x: hidden;
  }
}

.snippets__section {
  padding: 1rem 0;
}
@media (max-width: 578px) {
  .snippets__section {
    padding: 0;
  }
}
.snippets__bodytextholder--larger {
  font-size: 1.5rem !important;
}
.snippets__bodytextholder--larger p {
  font-size: 1.5rem !important;
}
.snippets__bodyimage img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .snippets__bodyimage {
    margin-bottom: 2rem;
  }
}
.snippets__image--mobile {
  display: block;
  width: 50%;
}
.snippets__image--mobile.left {
  float: left;
  padding: 0rem 1rem 1rem 0rem;
}
.snippets__image--mobile.right {
  float: right;
  padding: 0rem 0rem 1rem 1rem;
}
@media (max-width: 578px) {
  .snippets__image--mobile {
    width: 100%;
    padding: 1rem !important;
    float: none !important;
  }
}
.snippets__bodytitle {
  position: relative;
  display: inline-block;
}
.snippets__bodytitle--title {
  color: #6D6E71;
}
.snippets__bodytitle--title .boldtext {
  color: #2F2F2F;
}
.snippets__bodytitle:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #EAEBEF;
  z-index: -1;
  transform: translate(-10px, 20px);
}

.bio__toptext {
  padding: 0 1rem;
}
.bio__toptext .main_page_title {
  position: relative;
}
.bio__toptext .main_page_title:after {
  content: ".";
  color: #54A685;
  font-size: inherit;
  position: absolute;
}
.bio__toparea {
  background-color: #EAEBEF;
  position: relative;
}
.bio__toparea:before {
  background-color: inherit;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
}
.bio__toparea:after {
  background-color: inherit;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 991px) {
  .bio__toparea {
    padding: 3rem 0;
  }
}
.bio__body {
  position: relative;
  padding-top: 5rem;
}
.bio__banner--image {
  position: relative;
}
.bio__banner--circle {
  left: 21%;
  position: relative;
  z-index: 1;
}
.bio__banner--imagearea {
  clip-path: circle(50%);
  position: relative;
  padding-top: 70%;
  width: 100%;
  z-index: 1;
  transform: scale(1.1);
}
.bio__banner--img {
  display: block;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  width: 102%;
  position: absolute;
  top: -10px;
  left: 0%;
  height: 120%;
  transform: scale(0.9);
}

body#about #main_column {
  overflow: hidden;
}
body#about .bottomarea {
  padding: 4rem 0 1rem;
}

.about__accordion--button {
  transition: all 0.2s ease-in-out;
}
.about__accordion--button:hover {
  background-color: #EAEBEF;
  color: #fff;
}

.address__offices {
  padding: 4rem 0 0rem;
  background-color: white;
  position: relative;
}
.address__offices--officeholder {
  margin-bottom: 2rem;
}
.address__offices--textsmall {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  color: #EAEBEF;
  text-transform: uppercase;
  font-size: 0.625rem;
}
.address__offices--text {
  color: #2F2F2F;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 3rem 0;
  text-align: center;
}
.address__offices--office {
  display: block;
  padding-top: 1rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  text-transform: none !important;
  color: #6D6E71;
}
.address__offices--imageholder {
  position: relative;
}
.address__offices--image {
  display: block;
  width: 100%;
}
.address__offices--address {
  color: #2F2F2F;
}
.address__offices--body {
  position: relative;
  min-height: 250px;
}
@media (max-width: 1191px) {
  .address__offices--body {
    min-height: 290px;
  }
}
@media (max-width: 991px) {
  .address__offices--body {
    min-height: auto;
  }
}
.address__offices--directions {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .address__offices--directions {
    position: relative;
    margin-top: 1rem;
  }
}
.address__offices--disclaimer {
  padding: 5rem 0px;
  color: #2F2F2F;
}
.address__offices--link {
  color: #fff;
}
.address__offices--happytree {
  padding-top: 25%;
  position: relative;
}
@media (max-width: 767px) {
  .address__offices--happytree {
    padding-top: 40%;
  }
}
@media (max-width: 575px) {
  .address__offices--happytree {
    padding-top: 50%;
  }
}
.address__offices--mountleft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.address__offices--mountright {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.address__offices--tree {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.accordion-button::after {
  display: none;
}

/* .members #main_container {
  min-width: 100%;
} */
#filterbuttons, #toggleCalendar {
  position: relative;
  bottom: 0;
  right: 0;
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  #filterbuttons, #toggleCalendar {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 1rem 0;
  }
}

.contentfilter__filters form fieldset {
  margin-top: 0 !important;
}

.membership__leader-row {
  margin: 0 calc(-50vw + 50%);
}
.membership__leader-row > .row {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.membership__leadershiparea {
  position: relative;
  height: 100%;
}
.membership__leadershiparea:before, .membership__leadershiparea:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50vw - 50%);
}
.membership__leadershiparea--majority {
  background-color: #6D6E71;
}
.membership__leadershiparea--majority:before {
  background-color: #6D6E71;
  content: "";
  right: 100%;
}
.membership__leadershiparea--minority {
  background-color: #2F2F2F;
}
.membership__leadershiparea--minority:after {
  background-color: #2F2F2F;
  content: "";
  left: 100%;
}
.membership__header-tertiary {
  padding-bottom: 0.1em;
  border-bottom: 2px solid;
  color: #2F2F2F;
  line-height: 1.1;
}
.membership__header-tertiary.majority {
  border-color: #EAEBEF;
}
.membership__header-tertiary.minority {
  border-color: #FFFB3D;
}
.membership__header-tertiary--border {
  white-space: nowrap;
}
.membership__header-tertiary--name {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
}
.membership__list-item {
  position: relative;
  min-height: 280px;
}
.membership__list-item-card {
  display: flex;
  flex-direction: column;
}
.membership__list-item-card .membership__header-tertiary--name {
  flex-grow: 1;
  text-decoration: none !important;
  border: none;
  margin-left: 0.5rem;
  margin: 0.5rem;
}
.membership__list-item-card .membership__header-tertiary--name:hover {
  text-decoration: underline !important;
  text-decoration-color: #78C0E0 !important;
  color: #78C0E0 !important;
}
.membership__list--majority .membership__list-item-card {
  background-color: #2F2F2F;
}
.membership__list--minority .membership__list-item-card {
  background-color: #2F2F2F;
}
.membership__link {
  display: block;
}
.membership__district {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #FFFB3D;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.membership__figure {
  padding-top: 95%;
  position: relative;
  display: block;
  overflow: hidden;
}
.membership__figure-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.membership__list-item-card .social-list {
  box-sizing: content-box;
  padding: 5px;
  margin: 0 !important;
  background-color: rgba(109, 110, 113, 0.9);
  justify-content: flex-start;
  transition: 200ms transform ease-in-out;
  transform: translateY(100%);
}
.membership__list-item-card .social-list li {
  padding: 0;
}
.membership__list-item-card .social-list li + li {
  margin-left: 5px;
}
.membership__list-item-card .social-list li a {
  width: 1.5em;
  height: 1.5em;
  font-size: 24px;
}
.membership__list-item-card .social-list li .image-icon {
  padding: 0;
  border: none;
  border-radius: 1em;
  box-shadow: inset 0 0 0 0 #0064BC;
  transition: 200ms box-shadow ease-in-out;
  background-size: contain;
}
.membership__list-item-card .social-list li .image-icon:hover {
  box-shadow: inset 0 0 0 5px #0064BC;
}
.membership__list-item-card:hover .social-list {
  transform: none;
}
.membership__committeeblock {
  padding: 2rem;
  background-color: #EAEBEF;
  position: relative;
  margin-top: 2rem;
}
.membership__committeeblock--title {
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.membership__committeeblock:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EAEBEF;
  left: -100%;
  top: 0;
  position: absolute;
}
.membership__committeeblock:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EAEBEF;
  right: -100%;
  top: 0;
  position: absolute;
}

.leadership__header-secondary {
  color: #fff;
  line-height: 1;
  text-decoration: none !important;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .leadership__header-secondary {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .leadership__header-secondary {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .leadership__header-secondary {
    font-size: 2rem;
  }
}
.leadership__header-secondary[href]:hover {
  text-decoration: underline !important;
  text-decoration-color: #78C0E0 !important;
  color: #78C0E0 !important;
}
.leadership__header-secondary + .leadership__header-secondary {
  color: white;
}
.leadership__header-secondary.title {
  color: #FFFB3D;
}
.leadership__aside--minority .leadership__header-secondary[href]:hover {
  text-decoration: underline !important;
  text-decoration-color: #6D6E71 !important;
}
.leadership__figure {
  height: 100%;
  display: block;
  position: relative;
}
.leadership__figure-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.leadership__district {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.2em;
  margin-top: 0.5em;
}
.leadership__bio .social-list {
  justify-content: flex-start;
}
.leadership__link {
  color: #fff;
}

body.hearing {
  background-color: #eceff1;
}

#hearingcontent aside.videos {
  display: inline-block;
  width: 100%;
  margin: 40px 0px;
}

#hearingcontent .hearing-detail-top {
  min-height: 475px;
}

#hearingcontent .hearing-detail-top .main_page_title {
  display: block;
}

#hearingcontent .hearing-detail-top .hearing-type {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  color: #2F2F2F;
  text-align: left;
  font-size: 1.75rem;
}

#hearingcontent .hearing-detail-top .details {
  vertical-align: middle;
}

#hearingcontent .hearing-detail-top .details .detailsitem {
  padding: 1.5rem;
  background-color: white;
  border-bottom: 5px solid black;
  height: 100%;
}

#hearingcontent .hearing-detail-top .details b {
  min-width: 95px;
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
}

#hearingcontent .hearing-detail-top .details .hearing-meta span .leftside {
  text-align: left;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
}

#hearingcontent .hearing-detail-top .details .hearing-meta span .rightside {
  text-align: right;
}

#hearingcontent .hearing-detail-top .details .hearing-meta .date {
  text-transform: capitalize;
}

#hearingcontent .hearing-detail-top .video-container {
  vertical-align: middle;
}

#hearingcontent .hearing-detail-top .video-container #watch-live-now {
  margin-top: 1rem;
}

#hearingcontent .vcard {
  padding: 2rem;
  text-align: left;
  background-color: #fff;
  display: block;
  min-height: 290px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 5px solid black;
}

#hearingcontent .vcard .fn,
#hearingcontent .vcard .honorific-prefix {
  font-weight: normal;
}

#hearingcontent .vcard .fn {
  margin-bottom: 10px;
  display: inline-block;
}

#hearingcontent .vcard .title {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 26px;
}

#hearingcontent .vcard .org {
  font-size: 1.0625rem;
  margin-bottom: 11px;
}

#hearingcontent .vcard .address {
  font-size: 0.9375rem;
  margin: 5px;
}

#hearingcontent .vcard .files {
  position: relative;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #781b16;
}

#hearingcontent .vcard .files span {
  font-size: 0.75rem;
  margin-right: 6px;
}

#hearingcontent .vcard .files a {
  font-size: 0.8125rem;
  font-family: "Lora", serif;
  font-style: italic;
}

#hearingcontent .vcard .files li {
  float: none;
}

#hearingcontent h2.panelName {
  margin-top: 64px;
  padding-left: 10px;
  font-size: 1.3125rem;
}

#hearingcontent .agenda {
  float: none;
  margin: 0 auto;
  padding-top: 2rem;
}

#hearingcontent .sectionhead {
  padding-left: 0;
  background-color: #2F2F2F;
  position: relative;
  margin-top: 20px;
  margin-bottom: 2rem;
  text-align: left;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #fff;
  padding: 0.5rem 2.5rem;
}

#hearingcontent .sectionhead::after {
  width: 0;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  border-left: 30px solid #2F2F2F;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  right: -29px;
  top: 0;
}

@media (max-width: 576px) {
  #hearingcontent .sectionhead::after {
    border-left: 30px solid #2F2F2F;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
  }
}
@media (max-width: 450px) {
  #hearingcontent .sectionhead::after {
    border-left: 27px solid #2F2F2F;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    right: -26px;
  }
}
#hearingcontent .sectionhead .h2 {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  text-align: right;
  padding: 0px 1rem;
}

#hearingcontent section {
  padding-top: 2rem;
  display: table;
  width: 100%;
}

#hearingcontent section .sectionhead {
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  #hearingcontent .agenda {
    width: 100%;
  }
}
#hearingcontent .agenda p {
  margin-bottom: 21px;
}

#hearingcontent .files-section {
  margin-top: 80px;
}

#hearingcontent .files-section .files {
  width: 100%;
  margin: 20px 0px;
}

#hearingcontent .files-section .files tr {
  padding: 10px;
}

#hearingcontent .files-section .files tr:nth-child(odd) {
  background-color: #dfebf1;
}

#hearingcontent .files-section .files tr td {
  padding: 10px 20px;
}

.issue__breakout {
  margin-top: 2rem;
}
.issue__latestheader {
  border-bottom: 1px solid #2F2F2F;
  margin-bottom: 2rem;
}
.issue__list-item {
  padding-bottom: 2rem;
}
.issue__link {
  text-decoration: none;
}
.issue__link:hover {
  text-decoration: underline !important;
  text-decoration-color: #FFFB3D !important;
}
.issue__link.btn, #search_sidebar_form .issue__link.filter-btn {
  margin-bottom: 2rem;
  text-decoration: none !important;
}
.issue__date {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-style: italic;
  color: #0064BC;
}

body#list-blocks .hearing-card {
  background-color: #6D6E71;
  color: white;
  padding: 20px 30px;
}

@media (max-width: 991px) {
  body#list-blocks .hearing-card {
    margin-bottom: 30px;
  }
}
body#list-blocks .hearing-card .hearing-card-title {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
}

@media (max-width: 1200px) {
  body#list-blocks .hearing-card .hearing-card-title {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  body#list-blocks .hearing-card .hearing-card-title {
    height: 95px;
  }
}
body#list-blocks .hearing-card a {
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.125rem;
  margin-bottom: 20px;
  font-size: 1rem;
  display: inline-block;
}

body#list-blocks .hearing-card a .date {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

body#list-blocks .hearing-card a:hover {
  text-decoration: underline;
}

body#list-blocks .hearing-card .hearing-info {
  min-height: 150px;
  border-left: 6px solid #ffff00;
  padding-left: 22px;
}

@media (max-width: 479px) {
  body#list-blocks .hearing-card .hearing-info {
    border-left: 0px;
    border-top: 6px solid #ffff00;
    width: 100%;
  }
}
body#list-blocks .height-manage {
  margin-bottom: 30px;
  margin-top: 30px;
}

body#list-blocks .height-manage .row,
body#list-blocks .height-manage .col-md-6,
body#list-blocks .height-manage .col-sm-8,
body#list-blocks .height-manage .hearing-card,
body#list-blocks .height-manage .hearing-info {
  height: 100%;
}

#asides p img {
  display: block;
  width: 100%;
  height: auto;
}
#asides img {
  display: block;
  width: 100%;
  height: auto;
}

.house-subcommittee {
  background-color: #EAEBEF;
  position: relative;
  width: 100%;
  margin-top: 3em;
}
.house-subcommittee:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: -1;
  background-color: #EAEBEF;
}
.house-subcommittee:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  z-index: -1;
  background-color: #EAEBEF;
}
.house-subcommittee .subcommittee__list {
  padding: 2rem 0;
}
.house-subcommittee .subcommittee__list ul li a {
  text-decoration: none !important;
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0rem;
}
.social-list li {
  padding: 1rem 3px;
  margin-right: 0px !important;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 1px solid #FFFB3D;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 16px;
}
.social-list li a:hover {
  background-color: #FFFB3D;
  color: #2F2F2F;
}
.social-list--bottom li {
  padding: 5px 5px;
}

.social-area .socialareablock {
  margin-bottom: 1rem;
}
.social-area .socialareablock .socialblock {
  padding: 1rem;
  height: 100%;
  border-radius: 0;
}
.social-area .socialareablock .socialblock .socialheader {
  text-align: center;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton {
  padding: 5px 10px;
  text-align: left;
  display: block;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 1rem;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .icon {
  margin-right: 10px;
  text-decoration: none;
  background-color: transparent;
  padding: 1px;
  border-radius: 100%;
  color: #FFFB3D;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  border: 2px solid #FFFB3D;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .socialtext {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #2F2F2F;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton:hover .icon {
  color: white;
  background-color: #FFFB3D;
}

.alert {
  padding: 1rem;
  margin-bottom: 0;
  border: 0;
  background-color: #FFFB3D;
  border-radius: 0;
  position: relative;
  z-index: 5;
}
.alert .headline {
  padding: 0 2rem;
}
.alert .headline a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #2F2F2F;
  font-size: 1.25rem;
  text-transform: capitalize;
  text-decoration: none;
}
.alert .headline a:hover {
  color: #0064BC;
  text-decoration: underline;
}
@media (max-width: 520px) {
  .alert .headline a {
    font-size: 1rem;
  }
}
.alert .headline .alertbold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: white;
}
.alert__boldtext {
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
}

.alerttwo {
  background-color: #9e0000;
}

.alert-container {
  align-items: center;
  display: flex;
}
@media (max-width: 1100px) {
  .alert-container {
    max-width: 100% !important;
  }
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  background-color: #2F2F2F;
  box-sizing: content-box;
  height: 35px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 35px;
  color: #2F2F2F;
  text-align: center;
}
.f-modal-alert .f-modal-icon .f-modal-exclamation {
  position: relative;
  text-align: center;
  color: #fff;
  top: 4px;
}

.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 Pulse {
  50% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
.Pulse {
  color: #2F2F2F;
  position: relative;
}
.Pulse:before {
  content: "";
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: Pulse 2s ease-out infinite;
  background-color: currentColor;
  transform: scale3d(1, 1, 1);
}
.Pulse > * {
  position: relative;
}

@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: #0064BC;
  }
  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: #0064BC;
  }
  100% {
    background-color: #fff;
  }
}
.angledfooter {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 0;
  transform-origin: right bottom;
}

.angledfooter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: #2F2F2F;
}

footer {
  background-color: #2F2F2F;
  position: relative;
  z-index: 1;
}
footer .footerstyles {
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 5rem 0;
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}
footer .footerstyles .footer-nodes {
  margin-bottom: 0 !important;
}
footer .footerstyles .footer-nodes .dropdown {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  footer .footerstyles .footer-nodes .dropdown {
    align-content: flex-start;
  }
}
footer .footerstyles .footer-nodes .dropdown a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  text-transform: uppercase;
}
footer .footerstyles .footer-nodes .dropdown a:hover {
  text-decoration: underline;
  text-decoration-color: #0064BC;
}
footer .footerstyles .footer-nodes .dropdown .dropdown-menu {
  display: block;
  position: relative;
  background: transparent;
  border: 0;
}
footer .footerstyles .footer-nodes .dropdown .dropdown-menu li a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}
footer .footerstyles .footer-nodes .dropdown .dropdown-menu li a:hover {
  text-decoration: underline;
  text-decoration-color: #FFFB3D;
}
footer .footerstyles .footer-nodes .dropdown .dropdown-inside {
  display: block;
}
footer .footerstyles .footer-nodes .no-descriptions {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
footer .footerstyles .footer-nodes .no-descriptions a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  text-transform: uppercase;
}
footer .footerstyles .footer-nodes .no-descriptions a:hover {
  text-decoration: underline;
  text-decoration-color: #FFFB3D;
}
@media (max-width: 991px) {
  footer .footerstyles .footer-nodes .no-descriptions {
    align-content: flex-start;
  }
}
footer .footerstyles .leftside {
  text-align: center;
}
footer .footerstyles .rightside {
  position: absolute;
  right: 0;
  width: 100%;
  top: 55%;
  left: 15px;
}
@media (max-width: 991px) {
  footer .footerstyles .rightside {
    left: auto;
    right: 18%;
    width: auto;
  }
}
@media (max-width: 767px) {
  footer .footerstyles .rightside {
    position: relative;
    left: 0;
    top: 0;
  }
}
footer .footerstyles .footersocial {
  padding: 13px;
  text-align: left;
}
@media (max-width: 991px) {
  footer .footerstyles .footersocial {
    padding: 5px;
  }
}
footer .footerstyles .subfooter__links {
  text-align: left;
}
@media (max-width: 991px) {
  footer .footerstyles .subfooter__links {
    padding: 0.4rem 0.5rem;
  }
}
footer .footerstyles .subfooter__links a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
footer .footerstyles .subfooter__links a:hover {
  text-decoration: underline;
  text-decoration-color: #FFFB3D;
}
@media (max-width: 991px) {
  footer .footer__logo {
    display: none;
  }
}

body:not(#home) footer, body:not(#newsroom_landing_page) footer, body:not(#spanish) footer {
  margin-top: 3rem;
}

body#home footer {
  margin-top: 0;
}

body#finalreport #content {
  padding-bottom: 0;
}

body#finalreport #leftside {
  text-align: center;
  padding: 0;
  background-color: #0064bc;
  position: relative;
  z-index: 1;
}

body#finalreport #leftside:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  left: -100%;
  height: 100%;
  background-color: #0064bc;
}

body#finalreport #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #0064bc;
}

body#finalreport.wrda #leftside {
  text-align: center;
  padding: 0;
  background-color: #acddff;
  position: relative;
  z-index: 1;
}

body#finalreport.wrda #leftside:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  left: -100%;
  height: 100%;
  background-color: #acddff;
}

body#finalreport.wrda #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #acddff;
}

body#finalreport.faa #leftside {
  text-align: center;
  padding: 0;
  background-color: #32485f;
  position: relative;
  z-index: 1;
}

body#finalreport.faa #leftside:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  left: -100%;
  height: 100%;
  background-color: #32485f;
}

body#finalreport.faa #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #32485f;
}

body#finalreport #rightside {
  padding: 0 5rem;
  background-color: #fff;
}

@media (max-width: 1080px) {
  body#finalreport #rightside {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  body#finalreport #rightside {
    padding: 0 0.5rem;
  }
}
.report__body {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
}

.report__body .one_column.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.report__list {
  padding: 0.5rem 3rem;
  text-align: center;
  display: block;
}

.report__list .report__list-item {
  text-align: center;
  display: block;
  margin-bottom: 0.3rem;
}

.report__list .report__list-item.active .report__list-link {
  background-color: transparent !important;
  color: #fff;
  border-radius: 0px;
  border-bottom: 2px solid #f9e900 !important;
}

.report__list .report__list-item:hover .report__list-link {
  background-color: transparent !important;
  color: #fff;
  border-radius: 0px;
  border-bottom: 2px solid #f9e900 !important;
}

.report__list .report__list-item .report__list-link {
  color: #f9e900 !important;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 1.125rem;
  border-bottom: 2px solid transparent !important;
  background-color: transparent;
}

.report__list .report__list-item .report__list-link:hover {
  color: #f9e900 !important;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid #fff !important;
}

body#finalreport.faa .report__list .report__list-item.active .report__list-link {
  background-color: transparent !important;
  color: #fff;
  border-radius: 0px;
  border-bottom: 2px solid #ACDDFF !important;
}

body#finalreport.faa .report__list .report__list-item:hover .report__list-link {
  background-color: transparent !important;
  color: #fff;
  border-radius: 0px;
  border-bottom: 2px solid #ACDDFF !important;
}

body#finalreport.faa .report__list .report__list-item .report__list-link {
  color: #fff !important;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 1.125rem;
  border-bottom: 2px solid transparent !important;
  background-color: transparent;
}

body#finalreport.faa .report__list .report__list-item .report__list-link:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid #fff !important;
}

a.report__list-link:focus {
  outline: 2px solid yellow;
}

body#finalreport.wrda .report__list .report__list-item.active .report__list-link {
  background-color: transparent !important;
  color: #484848;
  border-radius: 0px;
  border-bottom: 2px solid #161616 !important;
}

body#finalreport.wrda .report__list .report__list-item:hover .report__list-link {
  background-color: transparent !important;
  color: #484848;
  border-radius: 0px;
  border-bottom: 2px solid #161616 !important;
}

body#finalreport.wrda .report__list .report__list-item .report__list-link {
  color: #161616 !important;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 1.125rem;
  border-bottom: 2px solid transparent !important;
  background-color: transparent;
}

body#finalreport.wrda .report__list .report__list-item .report__list-link:hover {
  color: #161616 !important;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid #484848 !important;
}

@media (max-width: 1200px) {
  .report__list .report__list-item .report__list-link {
    font-size: 0.875rem;
  }
}
.report__list .report__list-item .report__list-linkother {
  color: #003049;
}

.report__side-nav {
  width: 100%;
  margin-top: 2.5rem;
}

.report__side-nav .main_page_title {
  text-align: left;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 4rem;
  background: none;
  background-clip: none;
  -webkit-text-fill-color: white;
}

.report__side-nav.affix {
  width: auto;
  top: 1rem;
}

@media (max-width: 1500px) {
  .report__side-nav.affix {
    top: 1rem;
  }
}
.report__side-nav.affix-bottom {
  position: absolute;
  width: 100%;
}

.report__side-nav .downloadbtn {
  margin-top: 1rem;
}

.report__holder {
  display: block;
  width: 100%;
  height: 100%;
}

.report__holder--text {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.report__holder--text .main_page_title {
  font-size: 3.75rem;
}

.report__subheader {
  position: absolute;
  right: 0;
  bottom: 8rem;
  z-index: 10;
  background-color: #18a49a;
  padding: 3rem 2rem;
  max-width: 700px;
  text-align: center;
}

.report__subheader--item {
  color: white;
}

.report__subheader--item .top {
  font-size: 1.125rem;
  display: block;
}

.report__subheader--item .middle {
  font-size: 1.875rem;
  text-transform: uppercase;
  margin: 1rem 0;
  display: block;
}

.report__subheader--item .bottom {
  font-size: 1.125rem;
  display: block;
}

@media (max-width: 991px) {
  .report__subheader {
    position: relative;
  }
}
.report__banner {
  position: relative;
  padding-top: 40%;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

body.infrastructure .report__banner {
  position: relative;
  padding-top: 1rem;
  padding: 0rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  overflow: normal;
  z-index: 1;
  /*border-top: .5rem solid red;*/
}

body.infrastructure .report__banner img {
  display: block;
  width: 100%;
}

body.infrastructure .main_page_title {
  color: #0a2458;
  font-size: 3rem;
}

body.infrastructure .snippets__bodytitle .largetitle {
  font-size: 3rem;
  color: inherit;
}

.report__banner--logoholder {
  display: block;
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 100;
  width: 100%;
  max-width: 200px;
}

.report__banner--logoholder a {
  display: block;
}

.report__banner--logoholder a img {
  width: 100%;
  display: block;
}

.report__banner--image {
  width: 100%;
  display: flex;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .report__banner--image {
    background-image: url("/themes/transportation/images/investinamericanbanner.jpg");
  }
}
body.faa .report__banner--image {
  background-image: url("/themes/transportation/images/faabanner.jpg");
}

.snippets {
  padding: 0rem 0;
}

.snippets__bodytitle {
  text-align: center;
  display: block;
}

.snippets__bodytitle .main_page_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  /*font-style: italic;*/
  font-size: 2.5rem;
  text-align: center;
  color: #0a2458;
  display: block;
}

#content.hasbanner .snippets__bodytitle .main_page_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  /*font-style: italic;*/
  font-size: 2.5rem;
  text-align: center;
  color: #0a2458;
  display: block;
}

@media (max-width: 991px) {
  .snippets__bodytitle .main_page_title {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .snippets__bodytitle .main_page_title {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .snippets__bodytitle .main_page_title {
    font-size: 1.75rem;
  }
}
.snippets__body p img {
  display: block;
  width: 100%;
}

.snippets__body a {
  text-decoration: underline;
}

.snippets__body ul {
  padding-left: 2.5rem;
}

.snippets__body {
  position: relative;
  z-index: 1;
}

.snippets__body .btn, .snippets__body #search_sidebar_form .filter-btn, #search_sidebar_form .snippets__body .filter-btn {
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  background: linear-gradient(90deg, #0064bc 30%, rgba(254, 254, 0, 0.6117647059) 100%);
  font-size: 1.5rem;
  border-radius: 50px;
}

.snippets__body .btn:hover, .snippets__body #search_sidebar_form .filter-btn:hover, #search_sidebar_form .snippets__body .filter-btn:hover {
  background: #0a2458;
}

.snippets__body .btn.btn-block, .snippets__body #search_sidebar_form .btn-block.filter-btn, #search_sidebar_form .snippets__body .btn-block.filter-btn {
  min-width: 40%;
  width: auto;
  margin: 0 auto;
  display: table;
  text-align: center;
}

body.infrastructure .snippets__section.maintext .snippets__item {
  padding: 3rem 6rem;
  background-image: url("/themes/transportation/images/newhome/blueprintbackground.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}

@media (max-width: 991px) {
  body.infrastructure .snippets__section.maintext .snippets__item {
    padding: 3rem 1rem;
  }
}
body.infrastructure .modal .modal-dialog {
  max-width: 60%;
  width: 100%;
  margin-top: 5%;
}

body.infrastructure .modal .modal-dialog .modal-content {
  padding: 2rem;
  position: relative;
}

body.infrastructure .modal .modal-dialog .modal-content .modal-header {
  border: 0;
}

body.infrastructure .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 40px;
}

body.infrastructure .snippets .block {
  height: 100%;
  width: 100%;
  display: block;
  padding: 2rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  body.infrastructure .snippets .block {
    padding: 0.5rem;
  }
}
body.faa .snippets .block {
  height: 100%;
  width: 100%;
  display: block;
  padding-top: 85%;
  position: relative;
  margin-bottom: 1rem;
}

body.faa .snippets .block .imageforissue {
  display: block;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.infrastructure .snippets .block .blockimage {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

@media (max-width: 768px) {
  body.infrastructure .snippets .block .blockimage {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50%;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
  }
}
body.infrastructure .snippets .block .blockimage .imageforissue {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  border-bottom: 0;
}

@media (max-width: 768px) {
  body.infrastructure .snippets .block .blockimage .imageforissue {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    border-bottom: 0;
  }
}
body.infrastructure .issueblocks .blockitem a .issuetitle {
  background-color: transparent !important;
  text-align: center;
  text-transform: uppercase;
}

body.infrastructure .snippets__section:nth-child(even) {
  background-color: #fff;
}

body.infrastructure .panel-group .panel {
  background-color: #cef0ff;
  border: 0;
  border-radius: 0;
  color: #002236;
}

body.infrastructure .panel-group .panel .panel-heading {
  border: 0;
  border-radius: 0;
  padding: 0;
}

body.infrastructure .panel-group .panel .panel-heading a {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #cef0ff;
  color: red;
  text-decoration: none;
  text-transform: uppercase;
}

body.infrastructure .panel-group .panel .panel-heading a .panel-chevron {
  float: right;
  color: red;
}

body.infrastructure .panel-group .panel .panel-heading a:hover {
  text-decoration: underline !important;
  background-color: #cef0ff !important;
  color: red !important;
}

body.infrastructure .panel-group .panel .panel-heading a.collapsed {
  background-color: #0064bc;
  color: white;
  text-decoration: none;
}

body.infrastructure .panel-group .panel .panel-body {
  border: 0;
  padding: 2rem;
}

body.infrastructure .snippets__section {
  border-top: 1rem solid red;
}

body.infrastructure .snippets__section:first-child {
  border-top: none;
}

body.infrastructure .snippets__section:nth-child(1) {
  border-top: none;
}

body.infrastructure .floaties {
  position: fixed;
  top: 20%;
  z-index: 10;
  max-width: 20%;
  display: block;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  transform: scale(0);
  cursor: pointer;
}

@media (max-width: 991px) {
  body.infrastructure .floaties {
    display: none !important;
  }
}
body.infrastructure .floaties .bubble {
  padding: 1rem;
  background-color: orange;
  border-radius: 11rem;
  text-align: center;
  width: 300px;
  height: 300px;
  display: table;
  position: relative;
  box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.55);
}

body.infrastructure .floaties .bubble:after {
  content: "X";
  background-color: white;
  display: block;
  position: absolute;
  color: black;
  font-weight: bold;
  width: 50px;
  padding: 0.6rem;
  height: 50px;
  border-radius: 100%;
  top: 7px;
  right: 20px;
  font-size: 1.5rem;
}

body.infrastructure .floaties .bubble .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

body.infrastructure .floatie-right.active {
  transform: scale(1);
}

body.infrastructure .floatie-left.active {
  transform: scale(1);
}

body.infrastructure .floatie-right {
  right: 0%;
}

body.infrastructure .floatie-left {
  left: 1%;
}

.snippets__item .recent-activity li a {
  color: #252525;
  font-size: 1.25rem;
}

.snippets__item .recent-activity li a:hover {
  color: #0064bc;
  text-decoration: underline;
}

.snippets__learn {
  padding: 5rem 0;
  position: relative;
}

.snippets__learn .btn, .snippets__learn #search_sidebar_form .filter-btn, #search_sidebar_form .snippets__learn .filter-btn {
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  background: linear-gradient(90deg, #0064bc 30%, rgba(254, 254, 0, 0.6117647059) 100%);
  font-size: 1.625rem;
  border-radius: 50px;
}

.snippets__learn .btn:hover, .snippets__learn #search_sidebar_form .filter-btn:hover, #search_sidebar_form .snippets__learn .filter-btn:hover {
  background: #0a2458;
}

.snippets__learn .btn.btn-block, .snippets__learn #search_sidebar_form .btn-block.filter-btn, #search_sidebar_form .snippets__learn .btn-block.filter-btn {
  max-width: 600px;
  margin: 0 auto;
}

.snippets__buttonbottom {
  padding: 2rem 0;
  display: block;
}

.snippets__buttonbottom .btn, .snippets__buttonbottom #search_sidebar_form .filter-btn, #search_sidebar_form .snippets__buttonbottom .filter-btn {
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  background: linear-gradient(90deg, #0064bc 30%, rgba(254, 254, 0, 0.6117647059) 100%);
  font-size: 1.625rem;
  border-radius: 50px;
}

.snippets__buttonbottom .btn:hover, .snippets__buttonbottom #search_sidebar_form .filter-btn:hover, #search_sidebar_form .snippets__buttonbottom .filter-btn:hover {
  background: #0a2458;
}

.snippets__buttonbottom .btn.btn-block, .snippets__buttonbottom #search_sidebar_form .btn-block.filter-btn, #search_sidebar_form .snippets__buttonbottom .btn-block.filter-btn {
  max-width: 600px;
  margin: 0 auto;
}

.snippets__section {
  width: 100%;
  padding: 3rem 0;
  position: relative;
}

.snippets__section:nth-child(even) {
  background-color: #ececec;
}

.snippets__section:nth-child(even) .snippets__togglebutton.gradient {
  box-shadow: 0px -40px 31px 20px #ececec;
}

.snippets__section:after {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

.snippets__section:before {
  content: "";
  display: block;
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

.snippets__section .mobilearea__row {
  text-align: center;
}

.snippets__section .mobilearea__btn {
  margin: 1rem auto;
}

.snippets__section .mobilebtn {
  font-size: 1.5rem;
}

.snippets__collapse {
  height: 400px !important;
  display: block !important;
  overflow: auto;
  z-index: -1;
}

.snippets__collapse.in, snippets__collapse.show {
  height: 100% !important;
  padding-bottom: 6rem;
}

.snippets__togglebutton {
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  background: linear-gradient(90deg, #0064bc 30%, rgba(254, 254, 0, 0.6117647059) 100%);
  font-size: 1.5rem;
  border-radius: 50px;
  min-width: 40%;
  width: auto;
  margin: 0 auto;
  display: table;
  text-align: center;
}

.snippets__togglebutton:hover, snippets__togglebutton:focus {
  background: #0a2458;
  color: #f9e900;
  text-decoration: none;
}

body#finalreport.faa.snippets__togglebutton {
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  background: linear-gradient(90deg, #2d3b3e 0%, #44658e 100%);
  font-size: 1.5rem;
  border-radius: 50px;
  min-width: 40%;
  width: auto;
  margin: 0 auto;
  display: table;
  text-align: center;
}

body#finalreport.faa.snippets__togglebutton:hover, snippets__togglebutton:focus {
  background: #0a2458;
  color: #f9e900;
  text-decoration: none;
}

body#finalreport.wrda .snippets__togglebutton {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Bowlby One SC", cursive;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  background: linear-gradient(90deg, #0064bc 30%, #acddff 100%);
  font-size: 1.5rem;
  border-radius: 50px;
  min-width: 40%;
  width: auto;
  margin: 0 auto;
  display: table;
  text-align: center;
}

body#finalreport.wrda .snippets__togglebutton:hover, snippets__togglebutton:focus {
  background: #0064bc;
  color: #fff;
  text-decoration: none;
}

.snippets__togglebutton:hover .gradient-line {
  background: #003049;
}

.snippets__boxshadow {
  box-shadow: 0px 5px 20px 40px white;
  display: block;
  width: 100%;
  position: relative;
}

.snippets__body .membersnips__aside {
  display: table;
  width: 100%;
  padding: 2rem 0 0;
  margin: 0 auto;
}

.snippets__body .membersnips__aside--col {
  padding: 0px 1px;
  min-height: 360px;
  display: block;
}

@media (max-width: 1300px) {
  .snippets__body .membersnips__aside--col {
    min-height: 280px;
  }
}
.snippets__body .membersnips__aside--row {
  margin: 0 -1px;
}

.snippets__body .membersnips__titlehold {
  padding: 1rem 0;
  display: table;
  width: 100%;
}

.snippets__body .membersnips__title {
  color: #003049;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.snippets__body .membersnips__box {
  display: block;
  color: #83b1ab;
  text-decoration: none;
}

.snippets__body .membersnips__box:hover {
  color: #f9f9f9;
  text-decoration: none;
}

.snippets__body .membersnips__box:hover .membersnips__figure {
  border: 5px solid transparent;
}

.snippets__body .membersnips__itemhold {
  position: relative;
  display: table;
  width: 100%;
}

.snippets__body .membersnips__figure {
  height: 205px;
  width: 205px;
  border: 5px solid #ececec;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background: linear-gradient(90deg, #0064bc 0%, rgba(254, 254, 0, 0.6117647059) 100%);
}

@media (max-width: 1300px) {
  .snippets__body .membersnips__figure {
    height: 170px;
    width: 170px;
  }
}
.snippets__body .membersnips__figure-link {
  background-size: cover;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.snippets__body .membersnips__bio {
  position: relative;
  display: block;
  margin-top: 1rem;
}

.snippets__body .membersnips__header-tertiary {
  font-size: 1.375rem;
  text-align: center;
  color: #003049;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .snippets__body .membersnips__header-tertiary {
    font-size: 1.125rem;
  }
}
.snippets__body .membersnips__header-secondary {
  font-size: 1.125rem;
  text-align: center;
  color: #18a49a;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .snippets__body .membersnips__header-secondary {
    font-size: 1rem;
  }
}
.snippets__body .membersnips__modalbio {
  color: #fff;
}

.snippets__body .membersnips__modaltitle {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
}

.snippets__body .membersnips__modalname {
  text-transform: uppercase;
  color: #fff;
}

.snippets__body .membersnips__modalimagehold {
  display: table;
  width: 100%;
  vertical-align: middle;
  padding-top: 35%;
  position: relative;
  overflow: hidden;
  max-width: 250px;
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 620px) {
  .snippets__body .membersnips__modalimagehold {
    max-width: 50%;
    padding-top: 50%;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 400px) {
  .snippets__body .membersnips__modalimagehold {
    max-width: 100%;
    padding-top: 100%;
    margin: 0 auto;
  }
}
.snippets__body .membersnips__modalimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.snippets__body .membersnips__modal .modal-dialog {
  max-width: 1000px !important;
  padding: 2rem;
}

.snippets__blocks .listblock__smallheading {
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.snippets__blocks .listblock__block {
  min-height: 250px;
  height: auto;
}

.snippets__blocks .listblock__block--link {
  display: block;
  transition: background-color 0.2s ease-in-out;
}

.snippets__blocks .listblock__block--link:hover .listblock__chevron {
  transform: scale(1.3);
}

@media (max-width: 500px) {
  .snippets__blocks .listblock__block--link .listblock__chevron {
    display: none;
  }
}
.snippets__blocks .listblock__block--link:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.snippets__blocks .listblock__heading {
  font-size: 1.875rem;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .snippets__blocks .listblock__heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 450px) {
  .snippets__blocks .listblock__heading {
    font-size: 1.25rem;
  }
}
.snippets__blocks .listblock__image {
  position: relative;
  display: table-cell;
  width: 30%;
  height: 100%;
}

@media (max-width: 767px) {
  .snippets__blocks .listblock__image {
    display: none;
  }
}
.snippets__blocks .listblock__image--item {
  padding: 3rem;
  display: block;
}

.snippets__blocks .listblock__image--image {
  display: block;
  width: 100%;
}

.snippets__blocks .listblock__heading {
  color: #f9e900;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.snippets__blocks .listblock__heading:hover {
  color: #f9e900;
  text-decoration: underline;
}

.snippets__blocks .listblock__text {
  text-align: left;
  padding: 0rem 10rem 0rem 5rem;
  position: relative;
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  color: white;
}

.snippets__blocks .listblock__chevron {
  position: absolute;
  right: 2rem;
  top: 40%;
  display: block;
  color: #f9e900;
  transition: all 0.2s ease-in-out;
}

.snippets__blocks .listblock__chevron .fa {
  font-size: 3.125rem;
}

@media (max-width: 500px) {
  .snippets__blocks .listblock__text {
    padding: 2rem 2rem;
  }
}
.snippets__blocks .listblock__recommendation {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 1rem;
}

@media (max-width: 500px) {
  .snippets__blocks .listblock__recommendation {
    top: auto;
    bottom: 1rem;
  }
}
.snippets__bodylinks {
  display: table;
  width: 100%;
  padding: 5rem 0;
}

.snippets__links .link-item {
  margin-bottom: 2rem;
}

.snippets__links .link-card {
  height: 100%;
  transition: transform 0.2s ease-in-out;
  border-radius: 0;
  min-height: 435px;
  display: block;
  background: #0064bc;
  border: 5px solid #0064bc;
}

.snippets__links .link-card .link-holder {
  position: relative;
  padding-top: 65%;
  display: table;
  width: 100%;
  border-bottom: 1px solid #CCDDE2;
  background-color: white;
}

.snippets__links .link-card .link-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.snippets__links .link-card .link-title {
  font-weight: 800;
  padding: 1.25rem;
  text-align: center;
}

.snippets__links .link-card .link-title .link-date {
  color: #007CBA;
}

.snippets__links .link-card .link-title .link-header {
  font-size: 1.375rem;
  color: #fff;
}

.snippets__links .link-card .rightpoint {
  text-align: right;
  color: #CCDDE2;
  font-size: 1.5rem;
  display: block;
  z-index: 1;
  padding: 1rem 2rem;
}

.snippets__links .link-card:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #0064bc 0%, rgba(254, 254, 0, 0.6117647059) 100%);
  color: white;
  transform: translateY(-10px);
}

.snippets__links .link-card:hover .link-date {
  color: white;
}

.snippets__links .link-card:hover .link-header {
  color: white;
}

.snippets__links .link-card:hover .rightpoint {
  color: white;
}

body#wrda_links .snippets__links .link-card {
  background: #acddff;
  border: 5px solid #acddff;
}

body#wrda_links .snippets__links .link-card:hover {
  background: linear-gradient(90deg, #acddff 0%, #4588ff 100%);
}

body#wrda_links .snippets__links .link-card .link-title .link-header {
  font-size: 1.375rem;
  color: #333;
}

body#wrda_links .snippets__links .link-card .rightpoint {
  color: #333;
}

body#wrda_links .snippets__links .link-card:hover .link-title .link-header {
  color: #333;
}

body#wrda_links .snippets__links .link-card:hover .rightpoint {
  color: #333;
}

.issue__issue-body blockquote {
  padding: 2rem;
  background: linear-gradient(90deg, #18a49a 0%, #05688b 100%);
  color: white;
  font-style: italic;
}

#accordionfaq .panel {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin-bottom: 1rem;
}

#accordionfaq .panel-heading {
  color: #363636;
  background-color: transparent;
  border-color: #848484;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid #003049;
}

#accordionfaq .panel-heading a {
  text-decoration: none;
  display: block;
}

#accordionfaq .panel-heading a:hover .panel-title {
  color: #18a49a;
}

#accordionfaq .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: #003049;
}

#accordionfaq .panel-title .pull-right .fa {
  color: #18a49a;
}

#accordionfaq .panel-collapse .panel-body {
  border-bottom: 5px solid #f8f8f9;
  padding: 1rem 0;
}

#accordionfaq .panel-collapse .panel-body ul {
  margin-top: 10px;
}

#accordionfaq .panel-collapse .panel-body p {
  margin-bottom: 10px;
}

.listblock {
  padding: 5rem 0;
}

.listblock__item {
  display: block;
  margin-bottom: 2rem;
}

.listblock__block {
  display: table;
  width: 100%;
  height: 220px;
  vertical-align: middle;
  background-image: url("/themes/transportation/images/newhome/blueprintbackground.jpg");
  background-position: center;
  background-size: cover;
}

.listblock__block:hover {
  background-color: #003049;
}

.listblock__link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  padding: 1rem;
  font-family: "gothambold";
}

.listblock__link:hover {
  text-decoration: none;
  color: white;
}

.listblock__smallheading {
  display: block;
  text-transform: uppercase;
}

.listblock__heading {
  font-size: 2rem;
  text-transform: uppercase;
}

#newframework {
  display: table;
  width: 100%;
  position: relative;
  padding: 4rem 1.5rem 2rem;
  background-color: #EBEFF2;
}

#newframework .frameworkBG {
  background-color: #303437;
  background-image: url("/themes/transportation/images/newhome/faabackgroundcloudsky.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  padding: 2rem 5rem;
}

@media (max-width: 767px) {
  #newframework .frameworkBG {
    padding: 2rem 0rem;
  }
}
#newframework .frameworkBG .frameworkTable {
  display: table;
  vertical-align: middle;
  width: 100%;
}

#newframework .frameworkBG .frameworkTable .leftside {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#newframework .frameworkBG .frameworkTable .leftside .videoholder {
  padding: 2rem 3rem;
}

#newframework .frameworkBG .frameworkTable .leftside .videoholder .videoholder__frameholder {
  position: relative;
  padding-top: 59%;
  display: block;
  width: 100%;
  margin: 0 auto;
}

#newframework .frameworkBG .frameworkTable .leftside .videoholder .videoholder__iframe {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#newframework .frameworkBG .frameworkTable .leftside .videoholder .videoholder__titleHold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: left;
  color: #f9e900;
  font-size: 1.5rem;
}

#newframework .frameworkBG .frameworkTable .leftside .videoholder .videoholder__text {
  text-align: left;
  color: white;
  font-size: 1rem;
}

#newframework .frameworkBG .frameworkTable .rightside {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__top {
  padding: 2rem;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__top .textholder__top--title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #f9e900;
  font-size: 2rem;
  text-align: center;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__top .textholder__top--title a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #f9e900;
  font-size: 2rem;
  text-align: center;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__top .textholder__top--title a:hover {
  text-decoration: underline;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__top .textholder__top--body {
  font-size: 1rem;
  color: white;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__buttons {
  display: table;
  padding: 2rem 1rem;
  width: 100%;
  vertical-align: middle;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__buttons .btns {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__buttons .btns a {
  border-radius: 25px;
  background-color: #f9e900;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__buttons .btns a:hover {
  background-color: black;
  color: #f9e900;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__buttons .btns .btn:focus, #newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__buttons .btns #search_sidebar_form .filter-btn:focus, #search_sidebar_form #newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__buttons .btns .filter-btn:focus {
  outline: 2px solid blue;
}

#newframework .frameworkBG .frameworkTable .rightside .textholder .textholder__buttons .btns:last-child a .btntitle {
  font-size: 0.875rem;
  display: block;
}

@media (max-width: 991px) {
  #newframework .frameworkBG .frameworkTable .leftside {
    display: block;
    vertical-align: middle;
    width: 100%;
  }
  #newframework .frameworkBG .frameworkTable .rightside {
    display: block;
    vertical-align: middle;
    width: 100%;
  }
}
.subissueblock {
  padding: 1rem 0;
}

.subissueblock__linkitems {
  padding: 2rem 0;
}

.subissueblock__block {
  min-height: 200px;
  height: auto;
}

.subissueblock__link {
  text-align: left;
  padding: 2rem 3rem;
  position: relative;
}

.subissueblock__heading {
  font-size: 1.75rem;
  text-transform: uppercase;
}

.subissueblock__hearing {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 0;
}

.subissueblock__hearing--title {
  color: white;
  padding-bottom: 3rem;
}

.subissueblock__hearingcards--container {
  max-width: 360px;
  display: block;
  flex: none;
  margin: 1.5rem auto;
}

.subissueblock__hearingcards--imageholder {
  padding-top: 60%;
  position: relative;
}

.subissueblock__hearingcards--titleholder {
  padding: 1rem 0.25rem;
}

.subissueblock__hearingcards--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.subissueblock__hearingcards--title {
  font-size: 0.875rem;
  color: white;
}

.logo__supporters {
  position: relative;
  display: block;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.logo__supporters--leaders {
  padding: 1rem 2rem;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.logo__supporters .owl-nav {
  position: absolute;
  top: 15%;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}

.logo__supporters .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  font-size: 6.25rem !important;
}

.logo__supporters .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  font-size: 6.25rem !important;
}

.logo__supporters .logo__supporters--leader {
  max-width: 200px;
  display: block;
  width: 100%;
  flex: none;
  margin: 0 auto;
}

.logo__supporters .logo__supporters--imageholder {
  width: 100%;
  max-width: 150px;
  display: table;
  overflow: hidden;
  margin-bottom: 1.5rem;
  height: 150px;
}

.logo__supporters .logo__supporters--image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease-in-out;
}

.logo__supporters .logo__supporters--leaders .owl-nav {
  position: absolute;
  top: 15%;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}

.logo__supporters .logo__supporters--leaders .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  font-size: 6.25rem;
  color: white;
}

.logo__supporters .logo__supporters--leaders .owl-nav .owl-prev:hover {
  color: #18a49a;
}

.logo__supporters .logo__supporters--leaders .owl-nav .owl-prev:focus {
  outline: none;
}

.logo__supporters .logo__supporters--leaders .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  font-size: 6.25rem;
  color: white;
}

.logo__supporters .logo__supporters--leaders .owl-nav .owl-next:hover {
  color: #18a49a;
}

.logo__supporters .logo__supporters--leaders .owl-nav .owl-next:focus {
  outline: none;
}

.divbtn {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background: linear-gradient(90deg, #0064bc 0%, rgba(254, 254, 0, 0.6117647059) 100%);
}

body#finalreport.wrda .divbtn {
  background: linear-gradient(90deg, #acddff 0%, rgba(0, 78, 254, 0.6117647059) 100%);
}

body#finalreport.faa .divbtn {
  background: linear-gradient(90deg, #2d3b3e 0%, #44658e 100%);
}

#supporters-carousel {
  background-image: url("/themes/transportation/images/newhome/blueprintbackground.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  padding: 2rem 5rem;
  height: 520px;
}

#supporters-carousel.wrd {
  background-image: url("/themes/transportation/images/backgroundwrda.jpg");
}

.supporters {
  position: relative;
}

#supporters-carousel.wrd .carousel-inner {
  top: 6rem;
}

.supporters .supporters__image {
  text-align: center;
  padding: 1rem;
  max-width: 160px;
  margin: 0 auto;
  display: block;
}

.supporters .supporters__image--item {
  display: block;
  width: 100%;
}

.supporters .supporters__title {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0;
}

.supporters .supporters__body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  text-align: center;
  padding: 1rem 0;
}

#supporters-carousel.wrd .supporters .supporters__title {
  color: black;
  max-width: 70%;
  margin: 0 auto;
}

#supporters-carousel.wrd .supporters .supporters__body {
  font-size: 1.125rem;
  color: black;
  max-width: 70%;
  margin: 0 auto;
}

.snippets__featuredblock .issueblocks .blockitem {
  min-height: auto !important;
}

.snippets__item #committee-act, .snippets__item #actitems {
  background-color: transparent !important;
}

.subissueblock__hearing .subissueblock__hearingsholder .modal .modal-dialog {
  width: 100%;
  max-width: 800px;
  margin: 10% auto;
}

.subissueblock__hearing .subissueblock__hearingsholder .modal .modal-dialog .modal-content {
  background: linear-gradient(90deg, #0064bc 0%, rgba(254, 254, 0, 0.6117647059) 100%);
}

.subissueblock__hearing .subissueblock__hearingsholder .modal .modal-dialog .modal-header {
  padding: 1.5rem;
  border-bottom: 0;
}

.subissueblock__hearing .subissueblock__hearingsholder .modal .modal-dialog .modal-header .modal-title {
  text-align: center;
  font-weight: bold;
  color: white;
}

.subissueblock__hearing .subissueblock__hearingsholder .modal .modal-dialog .modal-body {
  padding: 3rem;
}

.subissueblock__hearing .subissueblock__hearingsholder .modal .modal-dialog .modal-body .video__feature {
  padding: 3rem 1rem;
}

.subissueblock__hearing .subissueblock__hearingsholder .modal .modal-dialog .modal-body .video__feature--frameholder {
  position: relative;
  padding-top: 50%;
}

.subissueblock__hearing .subissueblock__hearingsholder .modal .modal-dialog .modal-body .video__feature--frameholder .video__feature--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#finalreport.wrda h1 {
  font-family: "Bowlby One SC", cursive;
  font-weight: 400 !important;
}

body#finalreport.wrda h2 {
  font-family: "Bowlby One SC", cursive;
  font-weight: 400 !important;
}

body#finalreport.wrda h3 {
  font-family: "Bowlby One SC", cursive;
  font-weight: 400 !important;
}

body#finalreport.wrda h4 {
  font-family: "Bowlby One SC", cursive;
  font-weight: 400 !important;
}

body#finalreport.wrda .snippets__waterbutton {
  border: 1px solid #b1b1b1;
  left: 50%;
  transform: translate(-50%, 10%);
  position: relative;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  font: 1.25rem/1.875rem "Bowlby One SC", sans-serif;
  background-color: #4588ff;
  transition: background-color 0.4s ease, color 0.4s ease;
}

body#finalreport.wrda .snippets__waterbutton:hover {
  background-color: #ffff00;
}

body#finalreport.wrda .snippets__waterbutton span {
  position: relative;
  z-index: 1;
  color: #444;
  font-weight: 400;
}

body#finalreport.wrda .snippets__waterbutton i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 200px;
  background-color: inherit;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s linear, top 1s linear;
  overflow: hidden;
  z-index: -1;
}

body#finalreport.wrda .snippets__waterbutton i:before,
body#finalreport.wrda .snippets__waterbutton i:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}

body#finalreport.wrda .snippets__waterbutton i:before {
  border-radius: 46%;
  background-color: #82baff;
  animation: animate 5s linear infinite;
}

body#finalreport.wrda .snippets__waterbutton i:after {
  border-radius: 40%;
  background-color: #acddff;
  animation: animate 10s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
body#finalreport.wrda .snippets__blocks .listblock__heading {
  color: #fff;
}

body#finalreport.wrda .snippets__blocks .listblock__heading:hover {
  color: #fff;
}

body#finalreport.wrda .snippets__blocks .listblock__chevron {
  color: #fff;
}

body#finalreport.wrda .listblock__block {
  background-image: url("/themes/transportation/images/report/blueprintbackgroundwrda.jpg");
}

#listblocks {
  margin-top: 40px;
}

#listblocks li {
  margin-bottom: 1rem;
  display: block;
}

#listblocks .block {
  display: flex;
  min-height: 240px;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#listblocks .block a {
  display: flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-color: #fff;
  font-weight: bold;
  color: #2f2f2f;
  transition: 0.3s background-color ease-in;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  align-content: center;
  justify-content: center;
  align-items: center;
}

#listblocks .block a .media-heading {
  top: 2px;
}

#listblocks .block a .black-bar {
  background-color: #2f2f2f;
  height: 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

#listblocks .block a:hover {
  background-color: #f7f7f7;
}

#listblocks .block a:hover .black-bar {
  background-color: #ffff00;
  height: 20px;
  background-image: url("/themes/transportation/images/transtriangle.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.youtubeiframe {
  display: block;
  padding-top: 39%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .youtubeiframe {
    padding-top: 47%;
  }
}
@media (max-width: 767px) {
  .youtubeiframe {
    padding-top: 52%;
  }
}
.youtubeiframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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: 1.375rem;
  height: 65px;
}
#main_column form fieldset {
  margin: 50px 0 0 0;
}
#main_column form fieldset legend {
  font-size: 1.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
#main_column form fieldset label, #main_column form fieldset .radio-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0.3rem;
}
#main_column form fieldset label .required, #main_column form fieldset .radio-label .required {
  color: #FFFB3D;
  margin: 0 5px;
}
@media (max-width: 767px) {
  #main_column form fieldset label, #main_column form fieldset .radio-label {
    font-size: 0.9375rem;
  }
}
#main_column form fieldset input, #main_column form fieldset select {
  padding: 10px;
  box-shadow: none;
  border-radius: 5px;
}
#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: 1.125rem;
}
#main_column form fieldset input.form-control,
#main_column form fieldset select.form-control {
  height: 50px;
  font-size: 1.125rem;
}
#main_column form fieldset input.form-control:focus,
#main_column form fieldset select.form-control:focus {
  border: 1px solid #CCC;
  box-shadow: 1px, 1px, 5px, 0.5px;
}
#main_column form fieldset .note-text {
  padding: 5px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.33);
}
#main_column form fieldset + fieldset {
  margin: 50px 0 0 0;
}
#main_column form .btn, #main_column form #search_sidebar_form .filter-btn, #search_sidebar_form #main_column form .filter-btn {
  margin-top: 30px;
  font-size: 1.375rem;
  padding: 20px 45px 20px 45px;
  color: #FFF;
  background-color: #EAEBEF;
  position: relative;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #2F2F2F;
  background-color: #0064BC;
}
#main_column form .btn:hover, #main_column form #search_sidebar_form .filter-btn:hover, #search_sidebar_form #main_column form .filter-btn:hover {
  background-color: #2F2F2F;
  color: #fff;
}
#main_column form .btn + .btn, #main_column form #search_sidebar_form .filter-btn + .btn, #search_sidebar_form #main_column form .filter-btn + .btn, #main_column form #search_sidebar_form .btn + .filter-btn, #search_sidebar_form #main_column form .btn + .filter-btn, #main_column form #search_sidebar_form .filter-btn + .filter-btn, #search_sidebar_form #main_column form .filter-btn + .filter-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: 1.4375rem;
  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: 1.125rem;
}

.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, #homenewsletter .amend-form-container .loader, #newslettermodal .amend-form-container .loader {
  position: relative;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  border-left: 7px solid rgba(204, 204, 204, 0.15);
  border-right: 7px solid rgba(204, 204, 204, 0.15);
  border-bottom: 7px solid rgba(204, 204, 204, 0.15);
  border-top: 7px solid rgba(204, 204, 204, 0.8);
  border-radius: 100%;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#content .amend-form-container form, #homenewsletter .amend-form-container form, #newslettermodal .amend-form-container form {
  display: table;
  width: 100%;
  /*input[type="submit"] {
  	padding: .25em .5em;
  	font-size: 1.3em;
  }*/
}
@media (max-width: 991px) {
  #content .amend-form-container form, #homenewsletter .amend-form-container form, #newslettermodal .amend-form-container form {
    display: block;
  }
}
#content .amend-form-container form h2, #homenewsletter .amend-form-container form h2, #newslettermodal .amend-form-container form h2 {
  margin: 0 0 1em 0;
  font-size: 1.5625rem;
  font-weight: bold;
}
#content .amend-form-container form h3, #homenewsletter .amend-form-container form h3, #newslettermodal .amend-form-container form h3 {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form select, #homenewsletter .amend-form-container form input[type=text], #homenewsletter .amend-form-container form input[type=email], #homenewsletter .amend-form-container form select, #newslettermodal .amend-form-container form input[type=text], #newslettermodal .amend-form-container form input[type=email], #newslettermodal .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, #homenewsletter .amend-form-container form input[type=text], #homenewsletter .amend-form-container form input[type=email], #homenewsletter .amend-form-container form textarea, #homenewsletter .amend-form-container form select, #newslettermodal .amend-form-container form input[type=text], #newslettermodal .amend-form-container form input[type=email], #newslettermodal .amend-form-container form textarea, #newslettermodal .amend-form-container form select {
  width: 100%;
  line-height: 1;
  padding: 5px 10px;
  color: #2F2F2F;
  font-size: 0.875rem;
  background-color: #F9F7F3;
  background-image: none;
  border: 0;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border: 1px solid #2F2F2F;
}
#content .amend-form-container form select, #homenewsletter .amend-form-container form select, #newslettermodal .amend-form-container form select {
  padding: 10px;
  height: 50px;
  font-size: 0.875rem;
  padding-right: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 16px center, right 10px center;
  text-indent: 0.01px;
}
#content .amend-form-container form textarea, #homenewsletter .amend-form-container form textarea, #newslettermodal .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, #homenewsletter .amend-form-container form input[type=checkbox] + label,
#homenewsletter .amend-form-container form input[type=radio] + label, #newslettermodal .amend-form-container form input[type=checkbox] + label,
#newslettermodal .amend-form-container form input[type=radio] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: 0.5em;
  font-weight: 400;
}
#content .amend-form-container form .btn, #content .amend-form-container form #search_sidebar_form .filter-btn, #search_sidebar_form #content .amend-form-container form .filter-btn, #content .amend-form-container form input[type=submit], #homenewsletter .amend-form-container form .btn, #homenewsletter .amend-form-container form #search_sidebar_form .filter-btn, #search_sidebar_form #homenewsletter .amend-form-container form .filter-btn, #homenewsletter .amend-form-container form input[type=submit], #newslettermodal .amend-form-container form .btn, #newslettermodal .amend-form-container form #search_sidebar_form .filter-btn, #search_sidebar_form #newslettermodal .amend-form-container form .filter-btn, #newslettermodal .amend-form-container form input[type=submit] {
  position: relative;
  padding: 0.9em 2em;
  display: inline-flex;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #2F2F2F;
  transition: all 0.2s ease-in-out;
  border: 2px solid #FFFB3D;
  background-color: transparent;
  text-decoration: none !important;
  align-items: center;
}
#content .amend-form-container form .btn:hover, #content .amend-form-container form #search_sidebar_form .filter-btn:hover, #search_sidebar_form #content .amend-form-container form .filter-btn:hover, #content .amend-form-container form input[type=submit]:hover, #homenewsletter .amend-form-container form .btn:hover, #homenewsletter .amend-form-container form #search_sidebar_form .filter-btn:hover, #search_sidebar_form #homenewsletter .amend-form-container form .filter-btn:hover, #homenewsletter .amend-form-container form input[type=submit]:hover, #newslettermodal .amend-form-container form .btn:hover, #newslettermodal .amend-form-container form #search_sidebar_form .filter-btn:hover, #search_sidebar_form #newslettermodal .amend-form-container form .filter-btn:hover, #newslettermodal .amend-form-container form input[type=submit]:hover {
  color: #2F2F2F;
  text-decoration: none;
  background-color: #FFFB3D;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
}
#content .amend-form-container form .btn:hover:after, #content .amend-form-container form #search_sidebar_form .filter-btn:hover:after, #search_sidebar_form #content .amend-form-container form .filter-btn:hover:after, #content .amend-form-container form input[type=submit]:hover:after, #homenewsletter .amend-form-container form .btn:hover:after, #homenewsletter .amend-form-container form #search_sidebar_form .filter-btn:hover:after, #search_sidebar_form #homenewsletter .amend-form-container form .filter-btn:hover:after, #homenewsletter .amend-form-container form input[type=submit]:hover:after, #newslettermodal .amend-form-container form .btn:hover:after, #newslettermodal .amend-form-container form #search_sidebar_form .filter-btn:hover:after, #search_sidebar_form #newslettermodal .amend-form-container form .filter-btn:hover:after, #newslettermodal .amend-form-container form input[type=submit]:hover:after {
  color: #fff;
  transform: translateX(5px);
}
#content .amend-form-container form .checkbox input[type=checkbox], #homenewsletter .amend-form-container form .checkbox input[type=checkbox], #newslettermodal .amend-form-container form .checkbox input[type=checkbox] {
  margin-left: 0;
}
#content .amend-form-container form .checkbox input[type=checkbox] + label, #homenewsletter .amend-form-container form .checkbox input[type=checkbox] + label, #newslettermodal .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, #homenewsletter .amend-form-container form .control-group + .control-group, #homenewsletter .amend-form-container form .control-group + .row, #homenewsletter .amend-form-container form .row + .control-group, #homenewsletter .amend-form-container form .row + .row, #newslettermodal .amend-form-container form .control-group + .control-group, #newslettermodal .amend-form-container form .control-group + .row, #newslettermodal .amend-form-container form .row + .control-group, #newslettermodal .amend-form-container form .row + .row {
  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: 1.125rem;
  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: 60px;
  font-size: 1.125rem;
  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: 0.875rem;*/
  font-weight: 500;
}
.polls .control-group {
  padding: 10px 0px;
}
.polls input[type=radio] {
  margin-right: 10px;
}
.polls input.btn, .polls #search_sidebar_form input.filter-btn, #search_sidebar_form .polls input.filter-btn {
  float: right;
  font-size: 1.875rem;
}

.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: 1.4375rem;
  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: 1.125rem;
}

#search_sidebar_form > fieldset {
  display: flex;
}
#search_sidebar_form > fieldset input ~ input,
#search_sidebar_form > fieldset select ~ select {
  margin-left: 1rem;
}
#search_sidebar_form > fieldset #restrict_month {
  flex-basis: 50%;
}
#search_sidebar_form > fieldset #restrict_year {
  flex-basis: 50%;
}
#search_sidebar_form > fieldset #issue-list {
  flex-basis: 50%;
}
#search_sidebar_form > fieldset #session_select {
  flex-basis: 100%;
}
#search_sidebar_form .filter-btn {
  margin-left: 1rem;
  padding: 0 1rem !important;
  display: block;
  align-self: stretch;
}
#search_sidebar_form input[type=text], #search_sidebar_form input[type=email], #search_sidebar_form select {
  height: 32px !important;
  padding: 0 !important;
  padding-left: 2px !important;
}
#search_sidebar_form input[type=text], #search_sidebar_form input[type=email], #search_sidebar_form textarea, #search_sidebar_form select {
  width: 100%;
  line-height: 1;
  color: #2F2F2F;
  font-size: 0.875rem;
  background-image: none;
  border: 0;
  border-bottom: 2px solid #2F2F2F;
  border-radius: 0 !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#search_sidebar_form select {
  height: 45px;
  font-size: 0.875rem;
  padding-right: 3em;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image:
  	linear-gradient(56deg, transparent 4px, #4d4d4d 5px),
  	linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat;
  background-size: 6px 6px, 6px 6px;
  background-position: 10px center, 16px center;
  background-position: calc(100% - 16px) center,calc(100% - 10px) center;
  background-position: right 16px center, right 10px center; */
  text-indent: 0.01px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  border-radius: 0;
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #c6c6c6;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

#calendar__container {
  overflow-x: hidden;
  margin-right: -2px;
  -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 .header {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#calendar__container #calendar .header .title {
  text-transform: uppercase;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  color: #2F2F2F;
  font-size: 0.875rem;
}
#calendar__container #calendar .header .arrow {
  color: #6D6E71;
  font-size: 25px;
  cursor: pointer;
}
#calendar__container #calendar .week-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2F2F2F;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#calendar__container #calendar .month {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 225px;
  color: #6D6E71;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  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 {
  -webkit-animation: moveFromRightFadeMonth 0.3s ease-out;
  animation: moveFromRightFadeMonth 0.3s ease-out;
  opacity: 1;
}
#calendar__container #calendar .month.in.prev {
  -webkit-animation: moveFromLeftFadeMonth 0.3s ease-out;
  animation: moveFromLeftFadeMonth 0.3s ease-out;
  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 {
  width: 14.2857142857%;
  text-align: center;
  margin: 15px 0;
}
#calendar__container #calendar .day.today .day-number {
  color: #fff;
  background-color: #EAEBEF;
  border-radius: 100%;
  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.today .day-number {
  color: #fff;
  background-color: #EAEBEF;
  border-radius: 100%;
  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 {
  color: #2F2F2F;
  cursor: pointer;
}
#calendar__container #calendar .day.has-events .day-number {
  border-bottom: 2px solid #2F2F2F;
  line-height: 1;
  margin: 0 auto;
  margin-top: 0.3em;
  width: fit-content;
}
#calendar__container #calendar .details {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 40px;
  width: 100%;
}
#calendar__container #calendar .details .close-details {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
#calendar__container #calendar .details .event .date {
  text-transform: uppercase;
  font-size: 0.625rem;
}
#calendar__container #calendar .details .event .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Albert Sans", sans-serif;
  font-weight: 900;
  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: "Inter", sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  margin-bottom: 0;
}

@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;
  }
}
#default #calendar .fc-state-default {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #2F2F2F;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 1em;
  padding-right: 1em;
}
#default #calendar .fc-prev-button, #default #calendar .fc-next-button {
  color: #FFFB3D;
  transition: transform 0.2s ease-in-out;
}
#default #calendar .fc-prev-button:hover, #default #calendar .fc-next-button:hover {
  transform: scale(1.2);
}

#calendar .fc-toolbar {
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0;
  background-color: #2F2F2F;
  display: flex;
}
#calendar .fc-toolbar .fc-left,
#calendar .fc-toolbar .fc-right {
  flex-basis: 33%;
}
#calendar .fc-toolbar .fc-left {
  display: flex;
  justify-content: flex-start;
  order: 1;
}
#calendar .fc-toolbar .fc-center {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
#calendar .fc-toolbar .fc-right {
  display: flex;
  justify-content: flex-end;
  order: 3;
}
#calendar .fc-toolbar .fc-button ~ .fc-button {
  margin-left: 0.25em;
}
#calendar .fc-toolbar h2 {
  line-height: 1;
  color: #FFFB3D;
  font-size: 30px;
  padding-top: 0;
}
#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-view-container {
  border: 1px solid #6D6E71;
  border-top: none;
}
#calendar.fc-unthemed .fc-widget-header {
  background-color: #6D6E71;
  color: #fff;
  text-transform: uppercase;
}
#calendar.fc-unthemed .fc-content-skeleton {
  border-top: 1px solid #0064BC;
}
#calendar.fc-unthemed .fc-day-header {
  padding: 6px;
}
#calendar.fc-unthemed .fc-day {
  border-right: 1px solid #0064BC;
}
#calendar.fc-unthemed .fc-day:last-child {
  border-right: none;
}
#calendar.fc-unthemed .fc-day-number {
  color: #2F2F2F;
  padding: 12px;
}
#calendar.fc-unthemed .fc-day-number.fc-other-month {
  color: #555555;
}
#calendar.fc-unthemed .fc-today {
  background: #78C0E0;
}
#calendar.fc-unthemed .fc-today.fc-day-number {
  background: transparent;
}
#calendar.fc-unthemed .fc-day-grid-event {
  background-color: #6D6E71;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 0.5rem;
  transition: 200ms background-color, color ease-in-out;
}
#calendar.fc-unthemed .fc-day-grid-event:hover, #calendar.fc-unthemed .fc-day-grid-event:focus {
  background-color: #EAEBEF;
  color: #2F2F2F;
}
#calendar.fc-unthemed .fc-day-grid-event .fc-title {
  display: block;
  font-size: 0.8em;
}
#calendar.fc-unthemed .fc-day-grid-event .fc-content {
  white-space: unset;
}

.calendar__jump {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
  color: #2F2F2F;
}
.calendar__jump > label {
  margin: 0;
}
.calendar__jump > label:after {
  content: ": ";
}
.calendar__jump > .date {
  background-color: #fff;
  border: none;
  box-shadow: inset 0 -2px 0 #0064BC;
  transition: 300ms box-shadow;
  padding: 0.25em;
  width: 7em;
  text-align: center;
}
.calendar__jump > .date:focus {
  box-shadow: inset 0 -1px 0 #0064BC, inset 0 0 0 1px #0064BC;
  outline: none;
}

@media print {
  .alert {
    display: none;
  }
  #header {
    display: none;
  }
  footer {
    display: none;
  }
  #breadcrumb {
    display: none;
  }
  #pagetools {
    display: none;
  }
  .prevpress {
    display: none;
  }
}

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