.bc_top_banner {
  background: #009579;
  width: 100%;
}

.bc_top_banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bc_top_banner__text {
  flex-grow: 1;
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
}

.bc_top_banner__close {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 20px;
}

.bc_top_banner__text,
.bc_top_banner__close > span {
  color: #ffffff;
}













.hmove { display: flex; width: 100%; }
.hslide { width: 100%; flex-shrink: 0; }
.hwrap { overflow: hidden; }


.hmove { position: relative; top: 0; right: 0; }
@keyframes slideh {
  0% { right: 0; } 49% { right: 0; }
  50% { right: 100%; } 99% { right: 100%; }
  100% { right: 0; }
}


.hmove { animation: slideh 8s infinite; }
.hmove:hover { animation-play-state: paused; }


.hslide { padding-top: 17px; padding-bottom: 17px; }
.hwrap, .hwrap *, .vwrap, .vwrap * { box-sizing: border-box; }















/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 
  
.bc_top_alert_width{min-width: 320px;}

 
}
  
/* Smartphones (landscape) ----------- */
 
@media only screen and (min-width : 321px) {
 

.bc_top_alert_width{min-width: 321px;}


}
/* Smartphones (portrait) ----------- */
 
@media only screen and (max-width : 320px) {
 
 

.bc_top_alert_width{min-width: 320px;}
.p-right-50-mb{padding-right: 50px;}


 
}
/* iPads (portrait and landscape) ----------- */
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


.bc_top_alert_width{min-width: 768px;}
 
}
 
/* iPads (landscape) ----------- */
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 

.bc_top_alert_width{min-width: 768px;}

 
}
/* iPads (portrait) ----------- */
 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 

.bc_top_alert_width{min-width: 768px;}

 
}
/* Desktops and laptops ----------- */
 
@media only screen and (min-width : 1224px) {



.bc_top_alert_width{min-width: 1224px;}

 
}
/* Large screens ----------- */
 
@media only screen and (min-width : 1824px) {
  


.bc_top_alert_width{min-width: 1824px;}


}
  
/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
  

.bc_top_alert_width{min-width: 320px;}
.p-right-50-mb{padding-right: 50px;}

}
  
/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
  

.bc_top_alert_width{min-width: 320px;}
.p-right-50-mb{padding-right: 50px;}

}
  
/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
  

.bc_top_alert_width{min-width: 320px;}
.p-right-50-mb{padding-right: 50px;}

} 