/* Emergency CSS */

.fa-times:before {
    content: "\f00d";
}

#sitewidenotice {
  display: block;
}

.notice {
  	color: #222;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}
.notice-body p {
  margin-right: 48px;
  margin-bottom: 0;
}
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
    content: " ";
    display: table;
}
.notice.normal {
  background: #34ACA5;
    max-height: 50em;
}
.notice.emergency {
    background: #990000;
}
.notice.warning {
    background: #000000;
}
.notice .notice-body {
    background: none;
    padding: 24px;
  	color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    /*margin-bottom: 16px;*/
}

.notice a {
    color: #0e4966;
  text-decoration: none;
    line-height: inherit;
}
.notice a.button {
    width: 150px;
    display: block;
    margin-top: 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-color: #0e4966;
    color: #34ACA5;
    margin-right: 2.5rem;
  width: fit-content;
}
.notice.warning a.button {
    background-color: #ffffff;
    border-color: #ffffff;
 
}
.notice.normal .button:hover,
.notice.normal .button:focus {
    background-color: #01846E!important;
    border-color: #01846E!important;
  	color: #ffffff!important;
}   
.notice.warning .button:hover,
.notice.warning .button:focus {
    background-color: #333333!important;
    border-color: #333333!important;
  	color: #ffffff!important;
}
.notice.emergency .button:hover,
.notice.emergency .button:focus {
  	background-color: #800000!important;
    border-color: #800000!important;
  	color: #ffffff!important; 
}
.emergencynotice .fa {
  display: none;
}
.notice .fa {
    float: right;
    margin: 40px 16px 0 0;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
}
.notice.warning .fa {
    color: #fff;
    border-color: #fff;
}
.notice.emergency a {
  color: #990000!important;
}
.notice.warning a {
  color: #000000!important;
}
.emergency p {
  color: #ffffff;
}
.notice {
    opacity: 1 !important;
    display: block !important;
}
.notice.closed {
    display: block !important;
    transition: opacity 500ms ease-out, max-height 500ms ease-out !important;
    max-height: 0 !important;
    opacity: 0 !important;
}
.notice.closed .fa {
    display: none !important;
}
.notice.closed a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transition: padding 500ms ease-out !important;
    max-height: 0 !important;
}

/*.notice .notice-row span {
    margin: -40px 0 0 0;
}

.emergencynotice .notice-row span {
  margin: -40px 0 0 0;
}*/

.notice-row {
  position: relative;
  clear: both;
}


.emergencynotice .notice-row span, #sitewidenotice .notice-row span {
	top: 50px!important;
    position: absolute;
    float: right;
    text-align: right;
    margin: 0 auto;
    right: 3.2rem;
}

@media only screen and (min-width: 600px) {
   .notice .notice-body {
    background: url('https://samplesite.terminalfour.com/media/sample-site/site-assets/css/css-images/warning_64.png') no-repeat scroll 32px 50%;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 50px 50px 50px 120px;
    text-decoration: none;
    /*margin-bottom: 16px;*/
}
}

@media only screen and (max-width: 1199px) {
.header-height {
  height: 52px;
}
}

@media only screen and (max-width: 599px) {
.button.tiny {
    padding-right: 1rem;
    padding-left: 1rem;
  	padding-bottom: 0.6875rem;
    font-size: 0.8rem;
  	padding-top: 0.625rem;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: background-color 300ms ease-out;
}}
@media only screen and (min-width: 600px) {
.button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1rem;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: background-color 300ms ease-out;
}}

@media only screen and (max-width: 600px) {
  .notice a.button {
    width: 125px;
    display: block;
    margin-top: 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-color: #0e4966;
    color: #34ACA5;
    margin-right: 2.5rem;
    width: fit-content;
}
}

@media only screen and (max-width: 600px) {
  .emergencynotice .notice a {
      color: #990000;
	}
}

@media only screen and (min-width: 1200px) {
  .header-height {
    height: 92px;
  }
}

@media only screen and (max-width: 599px) {
  .header-height {
    height: 42px;
  }
}

@media (max-width: 1200px) {
  .emergencynotice .notice-row span, #sitewidenotice .notice-row span {
    right: 2rem;
}
}

@media (max-width: 600px) {
  .emergencynotice .notice-row span, #sitewidenotice .notice-row span {
	top: 24px!important;
    right: 2rem;
}
}

/*@media (max-width: 700px) {
  .emergencynotice .notice-row span {
  margin: -30px 0 0 0;
	}
}

#sitewidenotice .notice-row span {
  margin: -88px 0 0 0;
}

@media (max-width: 600px) {
  #sitewidenotice .notice-row span {
  margin: -80px 0 0 0;
}
}*/

/*End Emergency CSS */

.accordion__title + a[name] {
  display: block;
  position: relative;
  visibility: hidden; 
  top: -7.5rem;
}
.general-content a:first-child,
.slider-feed a:first-child,
.faq-heading a:first-child,
.service-topic-panels-highlight__col a:first-child,
.content-carousel a:first-child,
.content-carousel-two-panels a:first-child,
.fact-sheet a:first-child,
.charts-graphs-feed a:first-child,
.img-carousel a:first-child,
.large-featured-content-panels a:first-child,
.media-resources-feed a:first-child,
.service-topic-panels a:first-child,
.statistics-panel a:first-child,
.service-topic-panels-highlight a:first-child,
.video-feed a:first-child {
	scroll-margin-top: 12rem;
}

.publications.general-content p.btn-t4-congress-blue {
  display: inline-block;
  border-radius: 30px;
} 
.banner-search-bar-with-filter.purple-bg {
  background-color: #692678;
}

.tabs.style__horizontal .tabs__nav .tabs__nav-link.is__active:active,
.tabs.style__horizontal .tabs__nav .tabs__nav-link.is__active:focus,
.tabs.style__horizontal .tabs__nav .tabs__nav-link.is__active:hover {
	outline: none;
}
.fact-sheet__bottom__article__content ul {
  list-style: disc inside;
  margin-bottom: 1rem;
}
.fact-sheet__bottom__article__content ul li {
  margin: 0 0 .75rem 0;
}
.general-content__standard table tbody tr {
  border-bottom: 2px solid #dae3ec;
}
.general-content a,
.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6 {
  font-weight: bold;
}

.general-content h1 {
  font-size: 2.75rem;
}
.general-content h2 {
  font-size: 2.15rem;
}
.general-content ul, 
.general-content ol,
.general-content ul li ul, 
.general-content ol li ol,
.general-content ul li ul ul, 
.general-content ol li ol ol {
  padding-left: 2rem;
}
.general-content ul li::marker {
  font-size: 0.9rem;
}
.general-content img.floated-image {
  width: 30%;
}
/*Highcharts ULs*/
.nws-highcharts ul {
  /*list-style: disc inside;*/
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.nws-highcharts ul li::marker {
  font-size: 0.9rem;
}
.nws-highcharts ol {
  list-style: decimal inside;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.nws-highcharts ol li::marker {
  font-size: 0.9rem;
}
@media screen and (max-width: 992px) {
  .general-content img.floated-image {
    width: 100%;
    max-width: 100%;
  }
}
.breadcrumb.header-shrink-applied {
  margin-top: 2.8rem;
}

@media screen and  (max-width:991px) {
  .small-featured-panels .small-featured-panels__block {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .small-featured-panels .small-featured-panels__block.public-facing {
    bottom: 2px;
  }
}
.highcharts-title{
  font-weight: bold;
} 

h2{
  font-weight: bold;
}

.highcharts-data-table{
    margin-left:2em;
    margin-right:2em;
}
.general-content .img-right img {
    width: auto;
    max-width: 100%;
}

.highcharts-series{
  opacity: 1 !important;
}

.highcharts-tracker{
  opacity: 1 !important;
}
@media (min-width: 995px){
  .full_inner{
   padding-left:8em; 
  }
}
@media (max-width: 991px){
  .full_inner{
      width: 100%;
      margin-top: 1rem;
  }
}
.fact-sheet__middle__swipe, .content-carousel .tabs {
  overflow: hidden;
}
.fact-sheet__bottom__article__content ul li {
  font-size: 0.875rem;
}
.fact-sheet__bottom__article__content a {
  font-weight: bold;
}
.news__title{
	font-size:2.15rem!important;
}

.a11ylinks a{
  position: absolute;
  left:  -4000px;
}

.a11ylinks a:active, .a11ylinks a:focus{
  left: 1rem;
  top:  1rem;
}

g.highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-data-label-hidden {
    opacity: 1 !important;
}

g.highcharts-label.highcharts-data-label.highcharts-data-label-color-1.highcharts-data-label-hidden {
    opacity: 1 !important;
}
/*
.highcharts-label text {
  opacity: 0;
}
.highcharts-tooltip text {
  opacity: 1;
}
*/
/*MEGA MENU Update*/
@media (min-width: 1200px){
  .header .navbar-primary .navbar-nav>li.nav-item>a.nav-link,
  .header-shrink .megamenu {
      transition: none;
    }
  .dropdown-menu.megamenu.show {
    /*border-left: 2px solid #014891;
    border-right: 2px solid #014891;
    border-bottom: 2px solid #014891;*/
  }
  body.menu-open {
    position: fixed;
    /*overflow-y: scroll;*/
    width: 100%;
  }
  .header-placeholder {
    transition: none;
  }
  .menu-open .header-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    transition: none;
    z-index: 2;
  }
  .menu-open .large-featured-banner {
    position: fixed;
    width: 100%;
  } 
  li.nav-item:not(.dropdown)>a.active {
    background-color: #fff !important;
  }
  html {
    overflow-y: scroll;
  }
}










