/*------------------------------------------------------------------
Pages Frontend v1.0
1. Styleguide

-------------------------------------------------------------------*/

/*body.nats_body,
p {
    font-weight: normal;
}*/

.visible-ie9 {display: none;}
body.ie9 .visible-ie9 {display: inherit;}
.hidden-ie9 {display: inherit;}
body.ie9 .hidden-ie9 {display: none;}

.ng-cloak {
    display: none !important;
}

/*
.pswp img {
    max-width: none;
    object-fit: contain; 
}
*/

body.nats_body {
    background-color: #f3f3f3;
}

.row-modified {
    margin-left: -30px;
    width: 825px;
}

.separator {
    height: 5px;
    background-color: #969696;
    width: 50px;
}

.btn-m-l-0 {
    margin-left: 0 !important;
}

a.link,
a.link:hover,
a.link:focus,
a {
    color: #145569;
    /*font-weight: 600;*/
}

a:hover,
a:focus {
    color: #B93296;
}

.article-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 1180px) {

    .article-padding {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .article-padding-lr {
        padding-left: 30px;
        padding-right: 30px;
    }    

}

.body_content a.link,
.body_content a.link:hover,
.body_content a.link:focus,
.body_content a {
    color: #B93296;
    text-decoration: underline;
}

.body_content a:hover,
.body_content a:focus {
    color: #145569;
}

img {
    max-width: 100%
}

.b-black {
    border-color: #071920;
}

.b-pink {
    border-color: #B93296;
}

.b-blue {
    border-color: #145569;
}

.b-white {
    border-color: #FFFFFF;
}

.nats-bg-texture {
    /*background-image: url(../assets/images/hero-texture-bg.png);*/
    background-image: none;
    background-repeat: repeat;
}

.header-spacer {
    margin-bottom: 60px;
}

@media (min-width: 1180px) {
    .header-spacer {
        margin-bottom: 130px;
    }
	.main-container {
		/*max-width: 1420px;*/
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-container-fw {
		/*max-width: 1420px;*/
		width: 100%;
		margin: 0 auto;
		position: relative;
	}	
	.fixed .main-container {
		max-width: 1420px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-section {
		/*background-color: #fff;*/
		width: calc(100% - 120px);
		/*max-width: 1300px;*/
		margin: 0 auto;
	}
	.main-section-fw {
		/*background-color: #fff;*/
		width: calc(100% - 120px);
		/*max-width: 1300px;*/
		margin: 0 auto;
	}	
	.fixed .main-section {
		/*background-color: #fff;*/
		width: calc(100% - 120px);
		max-width: 1300px;
		margin: 0 auto;
    }
	.fixed .main-section-no-mw {
		/*background-color: #fff;*/
		width: calc(100% - 120px);
		margin: 0 auto;
	}    
	.right-section {
		position: absolute;
		right: 0;
		width: 60px;
        z-index: 11;
	}
    .md-p-l-0 {
        padding-left: 0 !important;
    }
    .md-p-r-0 {
        padding-right: 0 !important;
    }
    .md-p-b-0 {
        padding-bottom: 0 !important;
    }
    .md-p-t-0 {
        padding-top: 0 !important;
    }    
}

@media (min-width: 1180px) and (max-width: 1279px) {
    .main-section {
        width: calc(100% - 75px);
        margin: 0 auto  0  15px;
        padding: 0 !important;
    }
}

/*@media (min-width: 1179px) {
    .fixed .main-section {
        width: calc(100% - 75px);
        margin: 0 auto 0 15px;
    }
}*/

/*@media (min-width: 1555px) {
	.fixed .menu-content {
		margin-right: 50px;
	}
}*/

.wdgt-h2 {
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -0.009em;    
}

.band-widget-content a, .band-widget-content a:link, .band-widget-content a:visited {
    color:#145569;
    border-bottom: #145569 1px solid;
    /*text-decoration: underline;*/
}

.band-widget-content a:hover, .band-widget-content a:focus {
    color: #B93296;
    border-bottom: #B93296 1px solid;
    /*text-decoration: underline;*/
}

/* Gallery */
.band-widget-content .tiled-gallery .tiled-gallery-item a {
    border: none !important;
    color: inherit !important;
    text-decoration: none !important;
}

/* Images */
.band-widget-content img { 
    max-width: 100%;
    height: auto;
}

/* Lists */
.band-widget-content ul:not([class]) {
    list-style: none;
    margin: 30px 0 20px 0;
    padding: 0;
}
.band-widget-content ul:not([class]) li {
    position: relative;
    padding: 0 0 10px 25px;
    line-height: 25px;
    font-weight: normal;
}

.band-widget-content ul:not([class]) li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.band-widget-content ol:not([class]) {
    margin: 30px 0 20px 0;
    /*padding: 0;*/
    padding: 0 0 0 20px;    
    padding-inline-start: 25px;
}
.band-widget-content ol:not([class]) li {
    position: relative;
    /*padding: 0 0 20px 25px;*/
    padding: 0 0 20px 10px;
    line-height: 25px;
    font-weight: normal;
}


/* Lists - Ticks */
.band-widget-content ul.list-ticks {
    list-style: none;
    margin: 30px 0 20px 0;
    padding: 0;
}

.band-widget-content ul.list-ticks li {
    position: relative;
    padding: 0 0 10px 40px;
    line-height: 25px;
    font-weight: normal;
}

.band-widget-content ul.list-ticks li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    color: #50c364;
}

.band-widget-content th {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
}

.band-widget-content th p {
    font-size: 14px;
    line-height: 18px;
}

.download-brochure-image {
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.8);    
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 620px) {
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 1180px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: end!important;
}

@media (min-width: 1180px) {
    .justify-content-end-md {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: end!important;
    }
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-items-stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* stretch children to same height */
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}

.align-10 {
    width: 10% !important;
}

.align-20 {
    width: 20% !important;
}

.align-30 {
    width: 30% !important;
}

.align-40 {
    width: 40% !important;
}

.align-50 {
    width: 50% !important;
}

.align-60 {
    width: 60% !important;
}

.align-70 {
    width: 70% !important;
}

.align-80 {
    width: 80% !important;
}

.align-90 {
    width: 90% !important;
}

.align-100 {
    width: 100% !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}


.role-box {
    width: 100%;
    /*overflow:hidden;*/
  }

  .role-box-bg {
      height: 100%;
  }

  .role-box-img {
    position: relative;
    background-size: cover;
    padding-bottom: 56.25%;
  }

  .role-box-img iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .role-box-img-tall {
    background-size: cover;
    padding-bottom: 115%;
    background-position: 0 0;
    background-repeat: no-repeat;
}  

  .role-box p {
    margin: 20px 0 10px 0;
    line-height: 22px;
  }

  .mod_greensection h3 {
    color: #FFFFFF;
  }

.rte-highlights-boxes .role-box {
    padding-bottom: 5px;
}

.rte-highlights-boxes .role-box::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;	
}

.rte-highlights-boxes .role-box p {
    margin: 10px 0 20px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;  
}

.rte-people-boxes .role-box .role-box-img {
    background-size: contain;
    background-repeat: no-repeat;    
    margin-bottom: -50px;
}

.rte-people-boxes .role-box .role-box-subtitle h3 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.rte-people-boxes .role-box .role-box-subtitle p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.rte-people-boxes .boxes-box img {
    height: auto;
}

.rte-people-boxes .boxes-box a:hover .panel-heading {
    background-color: #b93296 !important;
    /*border-color: #FFFFFF;*/
}

/*.rte-people-boxes .boxes-box a:hover .panel-body {
    background-color: #b93296 !important;
}*/

.rte-people-boxes .boxes-box a:hover .box-title {
    color: #FFFFFF;
}

.rte-people-boxes .boxes-box a:hover .panel-title p {
    color: #FFFFFF;
}

.rte-people-boxes .boxes-box a:hover .panel-heading:before {
    color: #FFFFFF;
}

.rte-people-boxes .boxes-box .panel-body {
	padding: 20px;
    /*height: auto !important;*/
}
.rte-people-boxes .boxes-box .panel-body p:last-child {
	margin-bottom: 0;	
}

.panel-body-fix {
    padding: 20px !important;
    display: block !important;
    height: auto !important;
}


/* Flexbox columns */
.row-fb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-fb.half-gutter {
    margin-right: -7px;
    margin-left: -7px;    
}

.col-fb {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    
}

.half-gutter .col-fb {
    padding-right: 7px;
    padding-left: 7px;  
}

.align-items-end {
    align-items: end;
}

.col-fb-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-fb-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}    
.col-fb-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}    
.col-fb-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-fb-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-fb-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}   
.col-fb-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}     
.col-fb-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}     
.col-fb-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}      
.col-fb-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}   
.col-fb-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
} 
.col-fb-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}  
.col-fb-1s {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}      
.col-fb-2s {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}     
.col-fb-3s {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}   
.col-fb-4s {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}         
.col-fb-5s {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-fb-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 768px) {
    .col-fb-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }    
    .col-fb-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }    
    .col-fb-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-fb-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }    
    .col-fb-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }    
    .col-fb-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-fb-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-fb-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }   
    .col-fb-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }     
    .col-fb-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }     
    .col-fb-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }      
    .col-fb-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }   
    .col-fb-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    } 
    .col-fb-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }   
    .col-fb-sm-1s {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }      
    .col-fb-sm-2s {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }     
    .col-fb-sm-3s {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }   
    .col-fb-sm-4s {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }         
    .col-fb-sm-5s {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }             
}

@media (min-width: 1180px) {
    .col-fb-md-auto {
        flex: 0 0 auto;
        width: auto;
    }      
    .col-fb-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-fb-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-fb-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }    
    .col-fb-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }    
    .col-fb-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-fb-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-fb-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }   
    .col-fb-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }     
    .col-fb-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }     
    .col-fb-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }      
    .col-fb-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }   
    .col-fb-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    } 
    .col-fb-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-fb-md-1s {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }      
    .col-fb-md-2s {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }     
    .col-fb-md-3s {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }   
    .col-fb-md-4s {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }         
    .col-fb-md-5s {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }           
}

@media (min-width: 1200px) {
    .col-fb-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }      
    .col-fb-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-fb-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-fb-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }    
    .col-fb-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }    
    .col-fb-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-fb-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-fb-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }   
    .col-fb-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }     
    .col-fb-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }     
    .col-fb-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }      
    .col-fb-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }   
    .col-fb-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    } 
    .col-fb-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-fb-lg-1s {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }      
    .col-fb-lg-2s {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }     
    .col-fb-lg-3s {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }   
    .col-fb-lg-4s {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }         
    .col-fb-lg-5s {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }  
}

@media (min-width: 1800px) {
    .col-fb-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }      
    .col-fb-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-fb-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-fb-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }    
    .col-fb-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }    
    .col-fb-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-fb-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-fb-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }   
    .col-fb-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }     
    .col-fb-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }     
    .col-fb-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }      
    .col-fb-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }   
    .col-fb-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    } 
    .col-fb-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-fb-xl-1s {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }      
    .col-fb-xl-2s {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }     
    .col-fb-xl-3s {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }   
    .col-fb-xl-4s {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }         
    .col-fb-xl-5s {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }  
}

.rte-people-boxes .content-boxes-btn {
    right: auto;
    left: 20px;
}

.rte-person-widget:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 40px;
}

.rte-person-container {
    margin-bottom: -40px;
}

@media (max-width: 767px) {
	.rte-person-widget .align-self-stretch {
		width: 100%!important;
	}
}

.section-menu-hidden-mob {
    display: none;
}

@media (min-width: 1420px) {
    .section-menu-hidden-mob {
        display: block;
    }
}

.section-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}

.section-menu.sticky {
    position: fixed;
    top: 130px;
}

.section-menu.sticky.sticky-min {
    top: 60px;
}

.section-menu .navbar {
    min-height: 58px;
}

.scroll-navbar {
    margin: 0;
}

.section-menu .navbar-header {
    width: 100%;
}

.section-menu .navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.section-menu .navbar-default .navbar-collapse, .section-menu .navbar-default .navbar-form {
    border: none;
}

.section-menu .navbar-nav>li>a {
    color: #FFFFFF;
    background-color: rgba(20, 85, 105, 0.7);
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
}

.section-menu .navbar-nav>li.active>a {
    color: #FFFFFF;
    background-color: #50c364 !important;
}

.section-menu .navbar-nav>li>a:hover {
    color: #FFFFFF;
    background-color: #50c364;    
}

.section-menu .navbar-nav>li>a:focus {
    color: #FFFFFF;
    background-color: rgba(20, 85, 105, 0.7);
}

.section-menu .navbar-nav>.active>a, .section-menu .navbar-nav>.active>a:focus {
    color: #FFFFFF;
    background-color: rgba(20, 85, 105, 0.7);    
}

.section-menu .navbar-nav>.active>a:hover {
    color: #FFFFFF;
    background-color: #50c364;    
}

@media (min-width: 1420px){
    .section-menu .navbar-nav {
        padding-bottom: 20px;
    }
}

.navbar-collapse-custom {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  }
  .navbar-collapse-custom.in {
    overflow-y: auto;
  }
  @media (min-width: 1420px) {
    .navbar-collapse-custom {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .navbar-collapse-custom.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse-custom.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse-custom,
    .navbar-static-top .navbar-collapse-custom,
    .navbar-fixed-bottom .navbar-collapse-custom {
      padding-right: 0;
      padding-left: 0;
    }
  }
  .navbar-fixed-top .navbar-collapse-custom,
  .navbar-fixed-bottom .navbar-collapse-custom {
    max-height: 340px;
  }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse-custom,
    .navbar-fixed-bottom .navbar-collapse-custom {
      max-height: 200px;
    }
  }
  .container > .navbar-collapse-custom,
  .container-fluid > .navbar-collapse-custom {
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar-collapse-custom .navbar-nav {
    float: none;
}

  .navbar-collapse-custom .navbar-nav>li {
    float: none;
}   


  @media (min-width: 1420px) {

    .container > .navbar-collapse-custom,
    .container-fluid > .navbar-collapse-custom {
      margin-right: 0;
      margin-left: 0;
    }

    .navbar-collapse-custom .navbar-nav {
        float: left;
        margin: 0;
    }    

    .navbar-collapse-custom .navbar-nav>li {
        float: left;
    }      

  }

  .navbar-toggle-custom {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle-custom:focus {
    outline: 0;
  }
  .navbar-toggle-custom .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle-custom .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  @media (min-width: 1420px) {
    .navbar-toggle-custom {
      display: none;
    }

    .section-menu .navbar-nav {
        padding-top: 10px;
      }     

    .section-menu .navbar-brand {
        display: none;
      }   
      
    .section-menu .home a {
        position: relative;
        width: 40px;
        overflow: hidden;
        text-indent: -9999px;
    }
    
    .section-menu .home a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url('../assets/images/HouseWhite_RGB.png');
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: 55% 50%;
        text-indent: 0;
    }    
    
  }

  .navbar-default .navbar-toggle-custom {
    border-color: #ddd;
  }
  .navbar-default .navbar-toggle-custom:hover,
  .navbar-default .navbar-toggle-custom:focus {
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle-custom .icon-bar {
    background-color: #888;
  } 
  
  .navbar-inverse .navbar-toggle-custom {
    border-color: #333;
  }
  .navbar-inverse .navbar-toggle-custom:hover,
  .navbar-inverse .navbar-toggle-custom:focus {
    background-color: #333;
  }
  .navbar-inverse .navbar-toggle-custom .icon-bar {
    background-color: #fff;
  }


.role-box-3 {
    height: 100%;
}

h3.small {
    font-size: 20px;
    line-height: 23px;
}

.mod_midnightsection h3{
    color: #FFFFFF;
    text-align:center;
    font-size: 22px;
}

.mod_midnightsection{
    border-top:#50c364 5px solid;
}

.mod_midnightsection .fa-chevron-right{
    font-size:16px;  
}

.mod_newwhitesection h3{
    color: #071920;
    text-align:center;
    font-size: 22px;
}

a:hover .mod_newwhitesection h3{
    color: #FFFFFF;
}

.mod_newwhitesection{
    border-top:#50c364 5px solid;
}

.mod_newwhitesection .fa-chevron-right{
    font-size:16px;  
}


.content-boxes-btn-cont {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: right;
    display: block;
    width: 100%;
}

.content-boxes-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.content-boxes-btn-cont .content-boxes-btn {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 20px;    
}

@media (max-width: 767px) {
    .content-boxes-row {
        display: inline !important;
    }

    .content-boxes-col {
        display: inline-block;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }    
}

.panel-grid-cell {
    width: 100%; 
}

.btn-with-icon i {
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 10px;
    line-height: 20px;
    vertical-align: bottom;
}

/* Contact band widget */


/******** Mini menu *************/
.mini-menu-container {
    position: fixed;
    display: none;
    bottom: 0;
    width: 320px;
    right: 0;
    z-index: 12;
    -webkit-transition: opacity 150ms ease, visibility 150ms ease 0.3s;
    transition: opacity 150ms ease, visibility 150ms ease 0.3s;    
}

.mini-menu-container.menu-visible {
    opacity: 1;
    display: block;
}

.mini-menu-container ul#nav_left {
    float: none;
}

.mini-menu-close {
    display: block;
    background-color: #E1241F;
    height: 60px;
    width: 60px;
    color: #FFFFFF;
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -99999px;
}

.mini-menu-close:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    content: "\f00d";
    text-indent: 24px;
    position: absolute;
    font-size: 18px;
    line-height: 62px;
    width: 100%;
    color: #FFFFFF !important;
}

.mini-menu-close:hover {
    background-color: #ff0000;
}

.mini-menu-back-to-top {
    display: block;
    height: 61px;
    background-color: #071920;
    border-top: 1px solid #145569;
}

.mini-menu-back-to-top a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 60px;
    font-weight: 300;
    padding-left: 70px;
    visibility: hidden;
}

.mini-menu-back-to-top a:visited, .mini-menu-back-to-top a:focus {
    color: #FFFFFF;
}

.mini-menu-back-to-top:hover a:hover {
    color: #50c364;
}

.mini-menu-back-to-top a.btn-is-visible {
    visibility: visible;
}

.mini-menu-back-to-top a:before {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    text-indent: 21px;
    font-size: 18px;
    line-height: 59px;
    color: #FFFFFF !important;
}

.mini-menu-back-to-top:hover a:before {
    background-color: #50c364;
}

/*-----------------------  Modal transitions -----------------------------------------*/

.modal.nats-appear .modal-dialog {
    -webkit-transition: line-height 0.4s ease;
    -ms-transition: line-height 0.4s ease;
    -o-transition: line-height 0.4s ease;  
    transition: line-height 0.4s ease;
}

.modal.nats-appear.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.modal.nats-appear.in .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.modal.no-chrome {
    padding-right: 0 !important;
}

.modal.no-chrome.no-toolbar .modal-body, .modal.no-chrome.no-background .modal-body {
    background-color: transparent;
}

.modal.no-chrome.no-toolbar .modal-content, .modal.no-chrome.no-background .modal-content {
    background-color: rgba(7, 25, 32, 0.9);
}

.modal.no-chrome.no-toolbar .modal-body iframe, .modal.no-chrome.no-background .modal-body iframe {
    background: none;
}

.modal.video-modal .modal-body iframe {
    max-width: 1000px;
    margin: auto;
}

.modal.no-toolbar .modal-toolbar {
    display: none;
}

.modal.no-toolbar button.close {
    font-size: 1em;
    position: fixed;
    top: 30px;
    right: 30px;
    color: #FFFFFF;
    float: none;
    z-index: 99999;
}

.modal.no-toolbar button.close:hover, .modal.no-background button.close:hover {
    color: #50C364;
}

.modal.no-chrome.no-toolbar .modal-body iframe {
    height: 100vh;
}

.modal.no-chrome.no-background .modal-body iframe {
    height: calc(100vh - 40px);
}

.modal-media {
    height: calc(100vh - 40px);
    position: relative;
}

.modal-media img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.modal-media .j-video {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-media .j-video .video-wrapper {
    max-width: 80%;
    margin: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-media .j-video .video-js {
    width: max-content;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*-----------------------  Logo Carousel -----------------------------------------*/

.lcs_logo_container {
    display:none;
}

.owl-loaded .lcs_logo_container {
    display:block;
}

#lcs_logo_carousel_wrapper {
    margin: 0 30px;
}

#lcs_logo_carousel_slider.owl-carousel .owl-stage-outer {
    z-index: 2;
}


#lcs_logo_carousel_slider .owl-nav {
    display: block !important;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; 
    z-index: 1;
    padding: 0 30px;    
}

#lcs_logo_carousel_slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    background: none !important;
    border: none !important;
    text-indent: 99999px;
    overflow: hidden;
}

#lcs_logo_carousel_slider .owl-prev:before {
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    content: "\f053";
    line-height: 27px;
    text-indent: -3px;
}

#lcs_logo_carousel_slider .owl-next, #lcs_logo_carousel_slider .owl-prev {
    color: #ccc !important; 
}

#lcs_logo_carousel_slider .owl-next:hover, #lcs_logo_carousel_slider .owl-prev:hover {
    color: #aaa !important; 
}
  
#lcs_logo_carousel_slider .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;   
    background: none !important;
    border: none !important;
    text-indent: 99999px;
    overflow: hidden;    
}  

#lcs_logo_carousel_slider .owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    content: "\f054";
    line-height: 27px;
    text-indent: -3px;
}

.owl-carousel .owl-item img {
    height: auto;
}

.testimonials-quote p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonials-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin: 30px auto;
}

.testimonials-title {
    font-weight: bold;
}

.testimonials-subtitle {
    font-size: 18px;
}


.bio-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/*-----------------------Title Styles--------------------------------------------*/

h1.title-strikethrough {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

h1.title-strikethrough {
  position: relative;
  overflow: hidden;
}
h1.title-strikethrough span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
h1.title-strikethrough span:before,
h1.title-strikethrough span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.57em;
  border-top: 1px solid #CCCCCC;
}
h1.title-strikethrough span:before {
  right: 100%;
}
h1.title-strikethrough span:after {
  left: 100%;
}

h1.title-strikethrough.strikethrough-white span:before,
h1.title-strikethrough.strikethrough-white span:after {
  border-top: 1px solid rgba(255, 255, 255, .5);
}

h1.title-strikethrough.strikethrough-grey span:before,
h1.title-strikethrough.strikethrough-grey span:after {
  border-top: 1px solid #808080;
}



/*-----------------------utility Styles--------------------------------------------*/

.reverse-m-l-20 {
    margin-left: -20px;
}

.lh-0 {
    line-height: 0;
}

.lh-24 {
    line-height: 24px;
}

@media (min-width: 768px) {
    .mw-80 {
       max-width: 80%;
       margin: 0 auto;
    }
    .mw-60 {
        max-width: 60%;
        margin: 0 auto;
     }    
}

@media (max-width: 768px) {
    .hidden-ipad-p {
       display: none;
    }
}

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.full-height-m-header {
    height: calc(100vh - 60px);
}

@media (min-width: 1180px) {
    .full-height-m-header {
        height: calc(100vh - 130px);
        min-height: 650px;
    }    
}


/* Split column padding */
@media (max-width: 767px) {
    .split-col-2-pt-xs {
        padding-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1179px) {
    .split-col-2-pt-sm {
        padding-top: 30px;
    }
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1180px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.min-height-auto {
    min-height: auto !important;
}


/*-----------------------Content Styles--------------------------------------------*/

.text-content{
    padding: 15px;
}

.text-content p {
    margin: 0 0 25px;
    padding: 0;
}

/* Lists */
.text-content ul.nats-bullets {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}
.text-content ul.nats-bullets li {
    position: relative;
    padding: 0 0 15px 15px;
    font-size: 16px;
    font-weight: normal;
}
.text-content ul.nats-bullets li a:hover {
    text-decoration: underline;
}
.text-content ul.nats-bullets li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 1px;
}

.text-content img {
    height: auto;
}

@media (min-width: 1180px) {
    .text-content p {
        max-width: 640px;
    }    
   .text-content{
       padding: 15px 30px;
    } 
}

.text-content .list-industry a{
    display: block;
    background-position: center top;
    padding-top: 60px;
}
.text-content .list-industry a:hover .icon-link {
    text-decoration: underline;
}

a.white-link, a.white-link:link, a.white-link:active, a.white-link:visited {
	color: #FFFFFF !important;
	text-decoration: none !important;

}

a.white-underline, a.white-underline:link, a.white-underline:active, a.white-underline:visited {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}
a.white-underline:hover {
    color: #B93296 !important;
    text-decoration: underline !important;
}

a.pink-hover-underline:hover {
    color: #B93296 !important;
    text-decoration: underline !important;
}

.text-content__blockquote {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	min-height: 1px;
	max-width: 640px;
}
.text-content__blockquote blockquote {
    background-color: transparent;
    padding: 0 !important;
}
@media (min-width: 1180px) {
	.text-content__blockquote {
		float: right;
		padding-right: 15px;
		padding-left: 15px;
		width: 33.33333333%;
	}
}


/*-----------------------List Styles--------------------------------------------*/


/* General List*/

ul.list-reset, .widget_nav_menu ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.list-reset li, .widget_nav_menu ul.menu li {
    padding: 0;
}


/* Post info List*/

ul.list-post-info {
    /*border-top: 1px solid #fff;*/
    padding-top: 10px;
    /*border-color: rgba(255, 255, 255, .3);*/
}

.single-stories ul.list-post-info {
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .3);  
}

ul.list-post-info li {
    display: inline;
    font-size: 14px;
    line-height: 39px;
}

.single-stories ul.list-post-info li {
    line-height: 16px;
}

.b-grey-light {
    border-color: rgba(0, 0, 0, 0.07) !important;
}

ul.list-post-info--blue {
	border-top-color: #145569 !important;
}

@media (max-width: 360px) {
  ul.list-post-info li {
    font-size: 13px;
}
}

/* Home Service List*/

ul.list-industry li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-industry {
	overflow: hidden;
	max-width: 600px;
	width: 100%;
}
.list-industry .icon-link {
	background-position: 0 5px;
}
@media (max-width: 767px) {
	.list-industry {
		/*margin: 0 auto !important;*/
		max-width: 460px;
    }
    .text-content .list-industry a {
        max-width: 100px;
    }
}
@media (max-width: 1179px) {
	.list-industry {
		margin-bottom: 40px !important;
	}
}
@media (min-width: 768px) and (max-width: 1179px) {
	/* align .list-industry 1st and 4th items left */
}
@media (min-width: 1180px) {
	.list-industry {
		margin: 0 auto !important;
	}
}

/* Social Icons List*/

ul.list-social li,
ul.list-social-dark li {
    margin: 0 8px 5px 0;
    float: left;
    padding: 0;
}

ul.list-social li:last-child,
ul.list-social-dark li:last-child {
    margin-right: 0;
}

ul.list-social li a,
ul.list-social-dark li a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -9999px;
    background-size: cover;
	-webkit-transition: -webkit-transform 500ms ease;
	        transition: transform 500ms ease;
}

/*ul.list-social li a {
    background: url(../assets/images/icons/icon-social.png) left top no-repeat;
}

ul.list-social-dark li a {
    background: url(../assets/images/icons/icon-social-dark.png) left top no-repeat;
}*/

ul.list-social li a:hover {
    opacity: .8;
}

ul.list-social .twitter a,
ul.list-social-dark .twitter a {
    background-position: 0 0;
}

ul.list-social-dark .twitter a:hover {
    background-position: 0 bottom;
}

ul.list-social .linkedin a,
ul.list-social-dark .linkedin a {
    background-position: -55px 0;
}

ul.list-social-dark .linkedin a:hover {
    background-position: -55px bottom;
}

ul.list-social .facebook a,
ul.list-social-dark .facebook a {
    background-position: -110px 0;
}

ul.list-social-dark .facebook a:hover {
    background-position: -110px bottom;
}

ul.list-social .youtube a,
ul.list-social-dark .youtube a {
    background-position: -165px 0;
}

ul.list-social-dark .youtube a:hover {
    background-position: -165px bottom;
}

ul.list-social .googleplus a,
ul.list-social-dark .googleplus a {
    background-position: -220px 0;
}

ul.list-social-dark .googleplus a:hover {
    background-position: -220px bottom;
}

ul.list-social .pinterest a,
ul.list-social-dark .pinterest a {
    background-position: -275px 0;
}

ul.list-social-dark .pinterest a:hover {
    background-position: -275px bottom;
}

@media (min-width: 1180px) {
    .social-icon-col-5 {
        display: inline-block;
        width: 19%;
    }

    .social-icon-col-5 .cs-social-badge, .social-icon-col-5 .cs-social-badge:link, .social-icon-col-5 .cs-social-badge:visited, .social-icon-col-5 .cs-social-badge:focus {
        display: block;
        color: #fff;
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 44px;
    }

}


/*-----------------------Link Text --------------------------------------------*/

.link {
    opacity: 1;
}

a.link {
    font-weight: 400;
    color: #145569;
}

a.link:focus,
a.link:hover,
a.link:active {
    color: #0f5f91;
    text-decoration: underline;
}

.icon-link, ul li.icon-link, .icon-ext-link {
    padding-left: 20px;
}


/*-----------------------Buttons --------------------------------------------*/

.btn {
    border: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Roboto';
}

.btn-large {
    font-size: 30px;
    padding: 15px 30px;
}

.btn-soft-rounded {
    border-radius: 2px;	
}

.btn:hover {
    border: none;
}

.btn-blue {
    min-height: 45px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
}

.btn-blue:hover {
    background-color: rgba(255, 255, 255, .5);
}

.btn-search {
	background-color: #e6e6e6;
	width: 60px;
	height: 60px;
	border: none;
	text-indent: -9999px;
	border-radius: 0;
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active {
	background-position: left bottom;
	/*background-color: #145569;*/
}

.btn-primary, .btn-primary:active {
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 11px 15px;
	color: #145569;
	font-weight: 400;
}
.btn-primary:hover, .btn-primary:focus {
	border: 1px solid transparent;
	background-color: #071920;
	color: #fff;
}

.btn-rounded-icon {
    border-radius: 25px;
    position: relative;
    width: 30px;
    height: 30px;
}

.btn-rounded-icon .fa {
    position: absolute;
    top: 7px;
    left: 8px;
}

.btn-rounded-icon .fa.fa-chevron-right {
    position: absolute;
    top: 7px;
    left: 11px;
}


/*-----------------------Footer--------------------------------------------*/
.footer-wrapper {
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 0 20px; 
    position: relative;
}

.footer-wrapper.dark {
    background-color:  #071920;
    /*border-top: #003C50 3px solid;*/
}

@media (min-width: 1180px) {
    .footer-wrapper:after {
        content: '';
        height: 100%;
        width: 60px;
        background-color: #fff;
        /*background-image: url(../assets/images/hero-texture-bg.png);*/
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
    
    .footer-wrapper.dark:after {
        background-color: #071920;    
    }    
}

.dark .footer_copyright {
    color: #FFFFFF;
}

.footer_copyright a {
    color: #071920;
    font-weight: 400;
}

.dark .footer_copyright a {
    color: #46c3d7;
}

.footer_copyright a:hover {
    color: #145569;
    border-bottom: 1px solid #145569;
}

.dark .footer_copyright a:hover {
    color: #b93296;
    border-bottom: 1px solid #b93296;    
}

.footer-wrapper .sitemap h3, .footer-wrapper .sitemap h5 {
    /*font-family: 'Hermes FB',Arial,sans-serif;*/
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400 !important;
    font-size: 24px;
    text-transform: none;
    margin: 0 0 25px;
    line-height: 1;
    font-weight: normal;
}
.footer-wrapper.dark .sitemap h3, .footer-wrapper.dark .sitemap h5 {
    color: #FFFFFF;
}

.footer-wrapper .sitemap li {
    border-top: 1px solid #145569 !important;
    padding: 10px 0 !important;    
}

.footer-wrapper .sitemap li a {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    display: block;
    font-weight: 400;
    background-position: right 6px;
}

.footer-wrapper.dark .sitemap li a {
    color: #46c3d7;
}

.footer-wrapper .sitemap li a:hover {
    color: #B93296;
    text-decoration: underline;
}

.footer-wrapper .natslogo2 {
    text-indent: -9999px;
    display: inline-block;
    width: 75px;
    height: 18px;
    background-image: url(../assets/images/logo/nats_logo_header_3d.png);
    background-image: none, url(../assets/images/logo/nats_logo_header_3d.svg);
    background-size: cover;
}

.footer-collapse-sm {
    display: none;
}

.footer-wrapper .sitemap-toggle a {
    color: #333333;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
}

.footer-wrapper .sitemap-toggle a.collapsed {
    border-color: #333;
}

.footer-wrapper .icon-link {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	background-position: center center;
	display: inline-block;
	height: 11px;
	top: 20px;
	width: 6px;
	position: absolute;
	right: 15px;
	-webkit-transition: .5s all ease;
	        transition: .5s all ease;
}

.footer-wrapper .collapsed {
    border-color: #333
}

.footer-wrapper .collapsed span.icon-link {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.footer-wrapper hr {
    margin: 0 0 10px;
}

@media (min-width: 1180px) {
    .footer-wrapper{
        padding: 50px 0 0; 
    }
    .footer-collapse-sm {
        display: block;
    }
    .footer-wrapper .sitemap li {
        padding: 0;
    }
    .footer-wrapper .sitemap li a {
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .footer-wrapper .natslogo2 {
        float: right;
    }
}
@media (min-width: 768px) and (max-width: 1179px) {
    .footer-wrapper .col-sm-6 {
        width: 33%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .footer-wrapper .col-sm-6 h3 {
        font-size: 18px;
    }
    .footer-wrapper .col-sm-6 .menu-item a {
        max-width: 90%;
    }
}
@media (min-width: 767px) and (max-width: 768px) {
    .footer-wrapper .col-sm-6 h3 {
        font-size: 17px;
    }
}


/*-----------------------Form Element --------------------------------------------*/

.form-control,
.form-control:focus,
.form-control:hover {
    border-radius: 0;
    border: none;
}

.form-control {
    min-height: 45px;
    font-size: 14px;
    line-height: 25px;
    color: #040404;
    font-weight: normal;
    font-family: 'Roboto';
}

.radio label:before {
	width: 18px;
	height: 18px;
}
.radio,
.checkbox,
.radio label,
.checkbox label {
	font-weight: normal;
	font-family: 'Roboto';
	font-size: 16px;
}
.checkbox label {
	margin-bottom: 14px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	color: #071920;
	padding: 1px 0 0 2px;
}
.checkbox label::before {
	border: medium none;
	border-radius: 0;
	height: 18px;
	top: 2px;
	-webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
	        transition: border 0.2s linear 0s, color 0.2s linear 0s;
	width: 18px;
}
/* Search */

.search .form-group {
    width: 90%;
    /* fallback if needed */
    width: calc(100% - 60px);
    -webkit-width: calc(100% - 60px);
}
/*
.search .form-control {
    min-height: 60px;
    font-size: 22px;
    line-height: 40px;
    width: 100%;
}

.search .form-control:focus {
    background-color: #fff;
}
*/


/*-----------------------Post Info --------------------------------------------*/

.post-info-wrapper {
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding: 0 15px 15px;
	position: absolute;
	width: 100%;
}

@media (min-width: 1180px) {
	.post-info-wrapper {
		overflow: inherit;
	}
}


/*-----------------------Home Hero Module--------------------------------------------*/
.home-hero-wrapper-outer {
    background-color: #071920;
}
.home-hero-wrapper .home-hero-wrapper__link-block, .home-hero-wrapper .home-hero-wrapper__link-block-inner {
	display: block;
}

.home .home-hero-wrapper .home-hero-wrapper__link-block, .home .home-hero-wrapper .home-hero-wrapper__link-block-inner {
	overflow: hidden;
}

#stories .post-info-wrapper {
    overflow: inherit;
}

.home-hero-wrapper {
    /*background-color: #145569;*/
    background-color: #071920;
	-webkit-transition: color 150ms linear, background-color 150ms linear, opacity 150ms linear;
	        transition: color 150ms linear, background-color 150ms linear, opacity 150ms linear;
	margin-bottom: 0;
	overflow: hidden;
}
.home-hero-wrapper:hover {
    /*background-color: #145569;*/
    background-color: #46c3d7;
}
.home-hero-wrapper .img-wrapper {
	overflow: hidden;
}
.home-hero-wrapper .img-wrapper-inner {
	background-color: #145569;
}
.hero-content-wrapper {
	padding: 20px 18px 50px;
	/*min-height: 320px;*/
	transition: background-color 150ms ease-out;
}
.home-hero-wrapper.hover .home-hero-wrapper__link-block {
    background-color: #071920;
    background-image: url(../assets/images/hero-texture-bg.png);
}

/*.hero-content-wrapper-container:hover, .hero-content-wrapper-container.hover {
    background-color: #145569;
    background-image: url(../assets/images/hero-texture-bg.png);    
}*/

.mobile .hero-content-wrapper ul:nth-child(2) {
	border: none;
	text-align: left !important;
	padding-top: 0;
}
.home-hero-wrapper a h1 {
	font-weight: 500;
	color: #fff;
}
.home-hero-wrapper a:hover span {
	border-bottom: 1px solid #fff
}
.home-hero-wrapper a:hover .ms-container span {
    border: none;
}

.home-hero-wrapper .post-info-wrapper {
	color: #fff
}
.home-hero-wrapper .text-post-tag {
	background-color: rgba(61, 61, 61, 0.5);
	border-color: #fff;
	padding: 12px 20px;
	-webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
	        transition: color 150ms ease-out, background-color 150ms ease-out;
}
.home-hero-wrapper .icon-comments,
.module-hero-article .icon-comments {
	background-color: rgba(61, 61, 61, 0.5);
	border: none;
}
.home-hero-wrapper:hover .text-post-tag,
.home-hero-wrapper:hover .icon-comments {
	background-color: rgba(255, 255, 255, 0.15);
}
.home-hero-wrapper .text-post-tag:hover {
	background-color: #fff;
	color: #145569;
}
.home-hero-wrapper .post-info-wrapper a {
	color: #fff;
}
.home-hero-wrapper .post-info-wrapper .author-txt a:hover {
	border-bottom: 1px solid #fff
}
.home-hero-wrapper .post-info-wrapper .category-txt a:hover {
	color: #fff;
	border-bottom: 1px solid #fff
}
.home-hero-wrapper ul.list-post-info:last-child {
	/*margin-top: 5px;*/
	margin-bottom: 0;
}
.icon-comments {
	padding-left: 35px;
}
.hero-content-img {
	/*padding-top: 56.25% !important;*/
}
	.home-hero-wrapper .img-wrapper {
		height: 100%;
		left: 0;
		overflow: hidden;
		/*position: absolute;*/
		top: 0;
		width: 100%;
	}
	/*.home-hero-wrapper .img-wrapper-inner {
		position: relative;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
	}*/
	.home-hero-wrapper .img-wrapper-inner > img {
		/*position: absolute;*/
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/*margin: auto;*/
        width: 100%;
        height:auto;
		/*min-width: 50%;
		min-height: 50%;*/
		/*transition: transform 300ms ease-out;*/
		-webkit-transition: opacity 150ms ease;
		        transition: opacity 150ms ease;
		/* Safari */
		opacity: 1;
	}
	/*.home-hero-wrapper:hover .img-wrapper-inner > img {
		opacity: .7;
	}*/

/* Loading main feature image */
.gen-loading-container {
    position: relative;
    height: 100px;
}
.gen-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
}
.gen-loading .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.gen-loading .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #46c3d7;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.gen-loading .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.gen-loading .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}	
    
    
/* Loading main feature image */
.home-hero-wrapper .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
}
.home-hero-wrapper .preload-image {
    visibility: hidden;
    position: absolute;
}
.home-hero-wrapper .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.home-hero-wrapper .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #46c3d7;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.home-hero-wrapper .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.home-hero-wrapper .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}




/* Loading story feature images */
.story-item .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
}
.story-item .preload-image {
    visibility: hidden;
    position: absolute;
}
.story-item .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.story-item .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #B93296;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: hero-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.story-item .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.story-item .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes hero-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Loading story feature images */
.modal.loading-back .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
    z-index: 2;
}
.modal.loading-back.loaded .hero-loading {
    opacity: 0;
}
    
.modal.loading-back .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
  line-height: 18px;  
}

.modal.loading-back .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #46c3d7;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: iframe-back-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: iframe-back-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: iframe-back-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: iframe-back-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.modal.loading-back .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.modal.loading-back .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes iframe-back-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes iframe-back-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes iframe-back-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes iframe-back-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@media (min-width: 1180px) {
    .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: calc(100% - 60px);
    }
}

.modal.content-modal.loading-back .spinner > div {
    background-color: #50c364;
}

.modal.content-modal .modal-content-wrapper {
    border-radius: 5px;
    overflow: hidden;
}

.modal.content-modal .modal-content {
    border: none;
    border-top: 6px solid #50c364;
    border-radius: 0;    
    min-height: 350px;
}

.modal.content-modal .modal-content.no-min-height {
    min-height: auto;
}

.modal.content-modal .modal-featured-image {
    height: 56.25vw;
    max-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.modal.content-modal .hero-loading {
    z-index: 99999;
}

.modal.content-modal .modal-header .close, .modal.content-modal .modal-body .close {
    color: red;
    opacity: 1;
}

.modal.content-modal .modal-header .close:hover, .modal.content-modal .modal-body .close:hover {
    color: #B93296;
    opacity: 1;
}

/* Loading text */
.filter-text {
    position: relative;
}
.filter-text .hero-loading {
    position: absolute;
    top: 15px;
    left: 6px;
    margin-top: -11px;
    margin-left: -21px;
}
.filter-text .preload-image {
    visibility: hidden;
    position: absolute;
}
.filter-text .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.filter-text .spinner > div {
  width: 14px;
  height: 14px;
  background-color: #B93296;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: filter-text-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: filter-text-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: filter-text-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: filter-text-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.filter-text .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.filter-text .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes filter-text-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes filter-text-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes filter-text-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes filter-text-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* News menu */
.news-menu-box {
    margin-top: 20px;
    background-color: #FFFFFF;
    float: left;
    padding: 0 15px;
    border-top: #50c364 5px solid;
}

.news-menu-box h2 {
    font-size: 22px;
    font-weight: 500;
}

.news-menu-box p {
    font-size: 16px;
}

/* Loading button */
.icon-more .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -21px;
}
.icon-more .preload-image {
    visibility: hidden;
    position: absolute;
}
.icon-more .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.icon-more .spinner > div {
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: icon-more-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: icon-more-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: icon-more-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: icon-more-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.icon-more .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.icon-more .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes icon-more-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes icon-more-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes icon-more-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes icon-more-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.incident-sub-wrapper p {
    color: #FFFFFF;
}

.category-statement .list_article a h3 {
    color: #145569;
    line-height: 35px;
}

.home .home-hero-wrapper .landing-text {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.case-studies-wrapper .case-studies-text-wrapper {
    position: absolute;
    right: 15px;
    max-width: 220px;    
}

.case-studies-wrapper a:hover .btn_blue {
    background-color: #ccc;
    color: #071920;
}

.case-studies-wrapper .hero-swiper-container {
    overflow: hidden !important;
}

.case-studies-wrapper .btn_blue {
    /*font-family: "Hermes FB", Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400;
    background-color: #145569;
    color: #fff;
    padding: 10px;
}

.case-studies-wrapper .home-news-wrapper .info-wrapper {
    position: relative;
    background-color: #071920;
    width: 100% !important;
}

.case-studies-wrapper .home-news-wrapper .info-wrapper .heading-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.case-studies-wrapper .home-news-wrapper .list-stories > li {
    max-width: 50%;
    width: 50%;
    border-left: 1px solid #FFFFFF;
}

.case-studies-wrapper .home-news-wrapper .hero-news-module-wrapper__link:hover .info-wrapper {
    background-color: #145569;
}

.case-studies-wrapper .home-news-wrapper a:hover .info-wrapper h2 span {
    text-shadow: none;
}

.apac-wrapper .apac-text-wrapper {
    position: absolute;
    right: 15px;   
}

.apac-wrapper .apac-text-wrapper h1 {
    font-size: 32px; 
}
    
@media (min-width: 768px) {
	/*.home-hero-wrapper .img-wrapper img {
		max-width: inherit;
	}*/
	.hero-content-wrapper {
		/*min-height: 425px;*/
        /*min-height: auto;*/
	}
	.hero-content-nav {
		float: right;
	}
	.home-hero-wrapper .hero-content-img {
		height: 425px;
		padding-top: 0 !important;
	}
	.home .home-hero-wrapper .landing-text {
		font-size: 18px;
        line-height: 24px;
	}       
}
@media (min-width: 1180px) {
	.home-hero-wrapper, .incident-sub-wrapper {
		width: 100%;
        height: 636px;
		float: left;
		overflow: inherit;
	}
    .home-hero-wrapper__link-block {
        height: 635px;
    }
	.hero-content-img {
		height: 427px;
        /*min-height: auto;*/
	}
    .home-news-large .hero-content-img {
        height: 633px;
    }
	.hero-content-wrapper {
		min-height: 209px;
        /*min-height: auto;*/
	}
	/*.home-hero-wrapper .img-wrapper {
		min-width: 650px;
	}*/
	.home-hero-wrapper .heading-wrapper {
		min-height: 133px;
	}
	.home-hero-wrapper .icon-comments,
	.module-hero-article .icon-comments {
		background-color: transparent;
	}
	.home-hero-wrapper ul.list-post-info:last-child {
		margin: 0;
		text-align: right;
	}
	.home-hero-wrapper .text-post-tag {
		padding: 5px 12px;
	}
	/*.home-hero-wrapper .img-wrapper img {
		margin-left: 0;
	}*/
	.home-hero-wrapper ul.list-post-info li {
		font-size: 12px;
	}
    .home-hero-wrapper .h1 {
        font-size: 36px;
        line-height: 44px;
	}    
	.home .home-hero-wrapper .h1 {
		max-width: 600px;
	}
	.home-hero-wrapper:hover .icon-comments {
		background-color: transparent;
	}
	.icon-comments {
		padding-left: 25px;
	}
	.home .home-hero-wrapper .landing-text {
        font-size: 24px;
        line-height: 30px;
	}    
}
@media (min-width: 1100px) {
	.home-hero-wrapper ul.list-post-info li {
		font-size: 14px;
	}
	.home-hero-wrapper .h1 {
		line-height: 44px;
	}
}
@media (min-width: 1180px) {
    .hero-content-wrapper.stories-content-wrapper .h1 {
        line-height: 52px;
        font-size: 48px;
    }
}

.stories-panel-text p {
    display: none;
    font-size: 14px;
}
.stories-panel-text p:first-of-type {
    display: block;
}
.stories-panel-text p:first-of-type:after {
    display: inline;
    color: #DDDDDD;
    content: ' More...';
}
.full-width .stories-panel-text p {
    display: block;
}
.full-width .stories-panel-text p:first-of-type:after {
    display: none;
}

/*
	.home-hero-wrapper ul.list-post-info:last-child {
		border: none;
		text-align: left !important;
	}

	.home-hero-wrapper ul.list-post-info:last-child {
        margin-top: 0 !important;
	}
*/

.home-hero-wrapper h1 span {
	-webkit-transition: text-shadow 150ms ease-out;
	        transition: text-shadow 150ms ease-out;
}

.home-hero-wrapper.incident-mode h1 {
    margin-bottom: 15px;
}

.home-hero-wrapper .heading-wrapper p {
    color: #FFFFFF;
}

.home-hero-wrapper:hover h1 span {
	/*background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	background-position: 0 1em;
	background-repeat: repeat-x;
	background-size: 1px 1px;*/
	border: 0;
	/*text-shadow: 2px 0 0 #145569,-2px 0 0 #145569;*/
}
.img-wrapper-inner:after {
	/*background-image: url(../assets/images/hero-texture-bg.png);
	background-repeat: repeat;*/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.module-article-stories .img-wrapper-inner:after {
    display: none;
}

@media (max-width: 1179px) {
    .hero-content-wrapper {
        min-height: auto !important;
    }
    .incident-mode .hero-content-wrapper {
        min-height: 250px !important;
    }    
    .hero-content-wrapper.nats-bg-texture {
        min-height: auto !important;
    }
    .home-hero-wrapper .hero-content-img {
        min-height: auto !important;
        height: auto !important;
    }
}

@media (min-width: 1180px) and (max-width: 1244px) {

}

.home-hero-wrapper .hero-content-img {
    height: auto !important;
}

@media (max-width: 767px) {
    .hero-content-wrapper {
        min-height: 225px !important;
    }
}

@media (max-width: 580px) {
    .hero-content-wrapper .h1 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    /*.home-hero-wrapper .col-sm-6 {
        width: 100% !important;
    }*/
    .home .hero-content-wrapper {
        min-height: 220px !important;
    }    
}
@media (max-width: 1179px) {
    .hero-filter-module.b-r {
        border-right: none !important;
    }
    .stories-content-wrapper {
        min-height: 220px !important;    
    }
}
@media (min-width: 769px) and (max-width: 1179px) {
    .home .home-hero-wrapper .hero-content-img {
        width: 60% !important;
    }
    .home .home-hero-wrapper .hero-content-wrapper-container, .home .home-hero-wrapper .hero-content-nav {
        width: 40% !important;
    }
    .home .home-hero-wrapper.incident-mode .hero-content-wrapper-container, .home .home-hero-wrapper.incident-mode .hero-content-nav {
        width: 100% !important;
    }    
}

/* Video player */
.img-play-icon {
	display: block;
	position: relative;
	cursor:  pointer !important;
}

.img-play-icon:after {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	background-image: url(../assets/images/svg/icon-video-play-2017.svg);	
}

.n2-ss-slide-active .img-play-icon:hover:after {
	background-image: url(../assets/images/svg/icon-video-play-2017-hover.svg);	
}


/*-----------------------Home News Module--------------------------------------------*/
.home-news-wrapper {
    margin-bottom: 1px;
}

.home-news-wrapper.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: inherit;
	    -ms-flex-wrap: inherit;
	        flex-wrap: inherit;
}

.home-news-wrapper .text-post-tag {
	background-color: rgba(255, 255, 255, 0.15);
	padding: 12px 20px;
	color: #fff;
	margin: 0;
	-webkit-transition: color 100ms ease-out, background-color 100ms ease-out;
	        transition: color 100ms ease-out, background-color 100ms ease-out;
}

.home-news-wrapper .text-post-tag:hover {
    background-color: #fff;
    color: #145569;
}

.home-news-wrapper .info-wrapper {
	padding: 17px 15px 12px 10px;
    /*background-color: #145569;*/
    background-color: #071920;
	width: 100%;
	min-height: 180px;
    background-image: url(../assets/images/hero-texture-bg.png);
	-webkit-transition: color 150ms linear, background-color 150ms linear, opacity 150ms linear;
	        transition: color 150ms linear, background-color 150ms linear, opacity 150ms linear;
}
.home-news-wrapper .hero-news-module-wrapper__link:hover .info-wrapper {
    /*background-color: #145569;*/
    background-color: #46c3d7;
}

.home-news-wrapper .info-wrapper h2 {
    margin-bottom: 30px;
}

.home-news-wrapper a h2 {
	color: #fff;
	font-weight: 500;
	-webkit-transition: text-shadow 150ms ease-out;
	        transition: text-shadow 150ms ease-out;
}

.home-news-wrapper a:hover .info-wrapper h2 span {
	/*background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);*/
	background-position: 0 1em;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	border: 0;
	/*text-shadow: 2px 0 0 #071920,-2px 0 0 #071920;*/
	/*border-bottom: 1px solid #fff;*/
}

.home-news-wrapper .list-post-info {
    margin-left: 5px;
    border: none;
    margin-bottom: 7px;
}

.home-news-wrapper .list-stories > li {
    overflow: hidden;
    /*border: 1px solid #000;*/
    border: 1px solid #003C50;
    border-top: none;
    width: 100%;
    max-width: 340px;
    float: left;
    background-color: #071920;
}

@media (max-width: 350px) {
    .hero-swiper-container:after, .swiper-container-blog-issue:after, .swiper-container-blog:after {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        right: 10px;
        width: 40px;
        height: 34px;
        background-image: url(../assets/images/icons/swipe.svg);
        z-index: 9;
        background-repeat: no-repeat;
        opacity: 0.5;
    }
}


/*.home-news-wrapper .list-stories > li:last-child {
    border: none;
}
*/

.hero-swiper-container {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}

.hero-swiper-container .swiper-slide {
    display: block;
    text-align: left;
}

.home-news-wrapper .img-wrapper {
    overflow: hidden;
}
.home-news-wrapper .hero-news-footer {
	bottom: 0;
	position: absolute;
	right: 0;
	padding: 0 10px 5px 20px;
	width: 100%;
}


@media (min-width: 1180px) {
    
    .home-news-wrapper.home-news-large .swiper-slide {
        background-color: transparent;
    }
    .hero-swiper-container {
        overflow: hidden;
    }
    .hero-news-module-wrapper > a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #071920;
    }
    /*.home-news-wrapper .img-wrapper > img {
        height: 100%;
        max-width: inherit;
        width: auto;
    }*/
    .home-news-wrapper .info-wrapper {
		min-height: 211px;
		min-width: 258px;
      overflow: hidden;
      position: relative;
      width: 50%;
    }
    .home-news-wrapper .heading-wrapper {
        min-height: 150px;
    }
    .home-news-wrapper.home-news-large .main-feature-slide .heading-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .home-news-wrapper.home-news-large .main-feature-slide .heading-wrapper h1 {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.4);
        color: #FFFFFF;
        width: auto;
        max-width: 53%;
        padding: 10px;
        right: 15px;
        bottom: 15px;
		-webkit-transition: background-color 300ms ease-out;
		        transition: background-color 300ms ease-out;
    }
    .home-news-wrapper.home-news-large .main-feature-slide a:hover .heading-wrapper h1 {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .home-news-wrapper.home-news-large .main-feature-slide .heading-wrapper.bottom-left h1 {
        right: auto;
        left: 15px;
        bottom: 15px;
    }
    .home-news-wrapper.home-news-large .main-feature-slide .heading-wrapper.top-left h1 {
        right: auto;
        left: 15px;
        bottom: auto;
        top: 15px;
    }
    .home-news-wrapper.home-news-large .main-feature-slide .heading-wrapper.top-right h1 {
        right: 15px;
        left: auto;
        bottom: auto;
        top: 15px;
    }
    
    .home-news-wrapper.home-news-large .main-feature-slide .video-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -38px;
        margin-top: -38px;
    }
    
    .home-news-wrapper.home-news-large .main-feature-slide a:hover .video-play-btn, a.catalogue-item-hover:hover .video-play-btn {
        background-image: url(../assets/images/svg/icon-video-play-2017-hover.svg);
    }

	.home-news-wrapper .hero-news-footer {
		min-width: 258px;
		right: 0;
		width: 50%;
	}
    .home-news-wrapper .text-post-tag {
        padding: 5px 12px;
    }
    .home-news-wrapper .list-stories > li {
        max-width: 100%;
    }
    .home-news-wrapper .info-wrapper h2 {
        margin-bottom: 0;
    }
	.hero-swiper-button-prev,
	.hero-swiper-button-next,
	.article-nav-prev,
	.article-nav-next,
    .swiper-feature-button-prev,
    .swiper-feature-button-next,
    .swiper-airspace-button-prev,
    .swiper-airspace-button-next,    
    .swiper-feature-button-prev2,
    .swiper-feature-button-next2,
    .swiper-feature-button-prev3,
    .swiper-feature-button-next3 {        
		background: #000000 url(../assets/images/icons/icon-hero-arrow.png) left top no-repeat;
		bottom: 2px;
		cursor: pointer;
		display: inline-block;
		height: 97px;
		position: absolute;
		right: -60px;
		-webkit-transition: background-color 150ms ease-out;
		        transition: background-color 150ms ease-out;
		width: 60px;
		z-index: 10;
	}
    
    .swiper-feature-button-prev,
    .swiper-feature-button-next,
    .swiper-airspace-button-prev,
    .swiper-airspace-button-next,    
    .swiper-feature-button-prev2,
    .swiper-feature-button-next2,
    .swiper-feature-button-prev3,
    .swiper-feature-button-next3 {        
        bottom: 0px;   
    }
    
	.hero-swiper-button-next,
	.article-nav-next,
    .swiper-feature-button-next,
    .swiper-airspace-button-next,    
    .swiper-feature-button-next2,
    .swiper-feature-button-next3 {        
		background-position: 0 -99px;
	}
	.hero-swiper-button-prev,
	.article-nav-prev,
    .swiper-feature-button-prev,
    .swiper-airspace-button-prev,    
    .swiper-feature-button-prev2,
    .swiper-feature-button-prev3 {        
		bottom: 100px;
		background-position: 0 0;
	}
    
    .swiper-feature-button-prev,
    .swiper-airspace-button-prev,    
    .swiper-feature-button-prev2,
    .swiper-feature-button-prev3 {        
		bottom: 98px;
	}    
	.hero-swiper-button-prev:hover,
	.hero-swiper-button-next:hover,
	.article-nav-wrapper a:hover .article-nav-next,
	.article-nav-wrapper a:hover .article-nav-prev,
	.swiper-feature-button-prev:hover,
	.swiper-feature-button-next:hover,
	.swiper-airspace-button-prev:hover,
	.swiper-airspace-button-next:hover,    
	.swiper-feature-button-prev2:hover,
	.swiper-feature-button-next2:hover,
	.swiper-feature-button-prev3:hover,
	.swiper-feature-button-next3:hover {    
		background-color: #071920;
	}
	/*.home-news-wrapper .img-wrapper > img {
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		max-width: inherit;
		height: auto;
	}*/
	.home-news-wrapper.swiper-container-multirow > .swiper-wrapper {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.home-news-wrapper .img-wrapper {
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		/*width: 50%;*/
	}
       
    /*.home-news-wrapper .img-wrapper-inner {
        position: relative;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
    }

	.home-news-wrapper .img-wrapper-inner > img {
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		min-width: 50%;
		min-height: 50%;
	}*/
	.swiper-button-disabled,
	.swiper-button-disabled:hover,
	.swiper-button-disabled:focus {
		background-color: #145569;
        opacity: 0.5;
	}
    
    
    .home-news-large .hero-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -35px;
    }
    
    .home-news-large .spinner {
      /*margin: 100px auto 0;*/
      margin: 0;
      width: 70px;
      text-align: center;
    }
    
    .home-news-large .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #B93296;
    
      border-radius: 100%;
      display: inline-block;
      -moz-animation: home-news-large-loading-bouncedelay 1.4s infinite ease-in-out both;
      -webkit-animation: home-news-large-loading-bouncedelay 1.4s infinite ease-in-out both;
      -ms-animation: home-news-large-loading-bouncedelay 1.4s infinite ease-in-out both;
      animation: home-news-large-loading-bouncedelay 1.4s infinite ease-in-out both;
    }
    
    .home-news-large .spinner .bounce1 {
        -moz-animation-delay: -0.32s;
      -webkit-animation-delay: -0.32s;
      -ms-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }
    
    .home-news-large .spinner .bounce2 {
        -moz-animation-delay: -0.16s;
      -webkit-animation-delay: -0.16s;
      -ms-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }
    
    @-moz-keyframes home-news-large-loading-bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
      40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
    }					
    
    @-webkit-keyframes home-news-large-loading-bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
      40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
    }
    
    @-ms-keyframes home-news-large-loading-bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
      40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
    }					
    
    @keyframes home-news-large-loading-bouncedelay {
      0%, 80%, 100% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
      } 40% {
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
    
}
/*
@media (min-width: 1400px) {*/
	/*.home-news-wrapper .img-wrapper {
		width: calc(100% / 3 * 2);
	}*/
	/*.home-news-wrapper .info-wrapper {
		width: calc(100% / 3 + 1px);
	}
	.home-news-wrapper .hero-news-footer {
		width: calc(100% / 3 + 1px);
	}
}*/

.home-news-wrapper .tablet-image {
    display: block;
}
.home-news-wrapper .desktop-image {
    display: none;
}    

@media (min-width: 1180px) {
    .home-news-wrapper .info-wrapper, .home-news-wrapper .hero-news-footer {
        width: calc(100% - 263px) !important;
    }
    .home-news-wrapper .tablet-image {
        display: none;
    }
    .home-news-wrapper .desktop-image {
        display: block;
    }    
}

/*-----------------------Incident Dark Theme --------------------------------------------*/
.incident-wrapper .home-news-wrapper .info-wrapper{
    background-color: #16191b;
}

.incident-wrapper .swiper-slide:hover .info-wrapper,
.incident-wrapper .home-hero-wrapper:hover{
    background-color: #111;
}
.incident-wrapper .home-hero-wrapper .post-details{
    margin-bottom: 5px;
    font-size: 24px;
    /*font-family: "Hermes FB";*/
    font-family: 'Roboto';
    font-weight: 400;
}
.incident-wrapper .home-hero-wrapper h1{
    margin-bottom: 30px;
}
.incident-wrapper .home-hero-wrapper hr{
    border-color: rgba(255,255,255,.3)
}
.incident-wrapper .home-hero-wrapper p{
    color: #fff;
    margin-bottom: 25px;
}
.incident-wrapper .home-hero-wrapper .list-icons{
    margin-bottom: 30px;
}
.incident-wrapper .home-hero-wrapper .list-icons a{
    color: #fff;
    font-weight: normal;
}
.incident-wrapper .home-hero-wrapper .list-icons a:hover{
    border-bottom: 1px solid #fff;
}
.incident-wrapper .home-hero-wrapper .list-icons li{
    margin-bottom: 5px;
    font-size: 16px;
}
.incident-wrapper .hero-content-wrapper{
    padding-bottom: 20px;
}
.incident-wrapper .home-news-wrapper .text-post-tag:hover{
    color: #16191b
}


@media (min-width: 1180px) {
    .incident-wrapper .hero-content-wrapper{
        min-height: 635px;
    }
    .incident-wrapper .text-secondary-news{
        line-height: 30px;
    }
}
/*-----------------------Naviagtion--------------------------------------------*/
.header.white .menu > li > a:not(.btn):hover,
.header.white .menu > li.classic.open > a {
	border-color: #B93296;
}

.mobile .header .menu > li > .classic ul > li:first-child {
    border-top: none;
}

.mobile .header.white .menu > li.open > a {
    border-bottom: 1px solid #439bd1;
    /*background: url(../assets/images/icons/icon-link-back.png) left 8px no-repeat;
    padding-left: 22px;*/
}

.header:last-child.header {
    top: 0;
}

.natslogo a,
.natslogosmall a {
    top: 20px;
    left: 5px;
    /*width: 130px;*/
    background-size: 119px 29px;
    background-image: url(../assets/images/logo/nats_logo_header_3d.png);
    background-image: none, url(../assets/images/logo/nats_logo_header_3d.svg);
}

.ie9 .natslogo a,
.ie9 .natslogosmall a {
    background-image: url(../assets/images/logo/nats_logo_header_3d.png);  
}

.header.bg-header {
    left: 0;
    height: 60px;
}

.header.bg-header .header-inner {
    line-height: 53px;
}

@media (max-width: 1179px) {
    .header.minimized, .header.force-minimized {
        height: 60px !important;
    }
    .header.minimized .header-inner, .header.forceminimized .header-inner {
        line-height: 53px !important;
    }    
}

@media (min-width: 1180px) {

    .header.bg-header.minimized .header-inner, .header.bg-header.force-minimized .header-inner {
        line-height: 44px;
    }

}

.natslogo {
    height: 53px;
}

.header.bg-header .menu-toggler {
    margin-top: 18px !important;
    position: absolute;
    right: 15px;
    top: 2px;
}

.header.bg-header .search-toggle {
    position: absolute;
    right: 35px;
    top: 2px;
}

.header .menu {
    margin: 20px 50px 0 0;
}

.header .menu .menu-back-button {
    display: none;
}

nav.mega .main-section {
	margin: 0;
    width: 100%;
    max-width: 100%;	
}

.mega .section-content p {
    font-size: 16px;
    line-height: 22px;
}

.header .menu > li > .mega .container .section-link ul.sub-menu > li {
    border: none;
}

.header .menu > li > .mega .container .section-link ul.sub-menu > li a {
    font-weight: 600;
    color: #145569 !important;
}

.header .menu > li > .mega .container .section-link ul.sub-menu > li a:hover,.header .menu > li > .mega .container .section-link ul.sub-menu > li a:focus {
    color: #B93296 !important;
}

.header .menu > li > .mega .container {
    padding: 30px 60px 40px 60px;
}

@media (max-width: 1179px) {
    .menu-content {
        width: 100%;
        background-color: #145569;
        overflow-x: hidden;
    }
    .header .menu {
        margin-bottom: 30px;
    }
    .natslogoWhite a {
        top: 20px;
        left: 18px;
        background-image: url(../assets/images/logo/NATSLogoWhite3D.png);
        background-image: none, url(../assets/images/logo/NATSLogoWhite3D.svg);
    }
    
    .ie9 .natslogoWhite a {
        background-image: url(../assets/images/logo/NATSLogoWhite3D.png);
    }    
    
    .header .menu > li > a,
    .header .menu > li > .classic ul > li a {
        text-transform: none;
        opacity: 1;
        line-height: 34px;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 600;
        display: block;
        font-size: 16px;
        padding: 5px;
    }
    .header .menu > li > .classic ul > li a{
        text-decoration: none;
        background-image: none;
    }
    .header.dark .menu > li > a:not(.btn) {
        color: #FFFFFF;
    }
    .header.dark .menu-content .menu > li > a:not(.btn).active {
        background-color: transparent;
    }
    .menu-content ul.menu li {
        border-bottom: 1px solid #439bd1;
        margin: 0 4%;
        width: 92%;
    }
    .menu-content ul.menu > li:first-child,
    .menu-content ul.menu li.classic.open {
        border-top: 1px solid #439bd1;
    }
    .menu-content ul.sub-menu {
        border-top: none;
    }
    .menu-content ul.sub-menu li {
        border-top: none;
        border-bottom: none;
    }
    .menu-content ul.menu li.classic.open{
        border-bottom: none;
    }
	.menu-content ul.menu > li > a {
		padding: 5px 0;
		/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAWElEQVQYV32Q2w2AMAwDfVOAEGuweadgKaNWIuoj4K8o5zhR0I+ozLaBVveKRmYY3LNhieoNC3xvkLRnk4ekGzjnnQFqQn/tAALaXkCDtjdJBbg+n5B98QGEDSgh5qSctwAAAABJRU5ErkJggg==');
		background-position: right 13px;*/
		background-repeat: no-repeat;
	}
	.menu-content ul.menu > li.mega > a:after {
        font-family: "Font Awesome 5 Free";
        content: "\f067";
        font-size: 14px;
        position: absolute;
        right: 5px;
        top: 6px;
        color: #FFFFFF;
	}    
    .pg-close_line {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
    }
    .header.bg-header .menu-toggler {
        width: 23px;
    }
    .menu-toggler .one,
    .menu-toggler .two,
    .menu-toggler .three {
        height: 3px;
    }
    .menu-content .menu > li.classic > nav ul {
        background: none;
        margin: 0;
    }
    .header .menu > li > .classic{
        border: none;
    }
    .header .menu > li > .classic ul > li {
        margin: 0 0 0 30px;
    }
    .header .menu > li > .classic ul > li:last-child {
        margin-bottom: 0;
    }
    .header .menu > li > .mega .container ul.sub-menu > li:last-child {
        margin-bottom: 5px;
    }
    .header .menu > li.open.classic > nav,
    .mobile .header .menu > li nav {
        border: none;
    }
	/*.header .menu > li.open > a {
		border-bottom: 1px solid #439bd1 !important;
	}*/
	.header .menu > li.mega.open > a:after {
        font-family: "Font Awesome 5 Free";
        content: "\f068";
        font-size: 14px;
        position: absolute;
        right: 5px;
        top: 6px;
        color: #FFFFFF;
	}    
	.no-svg .header .menu > li.open > a {
		background-image: url(../assets/images/icons/png/icon-link-back.png);
	}
	.header .menu > li > .classic ul > li:first-child {
		border-top: none;
		margin-top: 0;
	}
    .menu-content .menu > li.classic > nav ul, .menu-content .menu > li.horizontal > nav, .menu-content .menu > li.mega .container {
        /*background-color: #FFFFFF;*/
        background-color: #145569;
        border: none;
    }
    .mega-menu-close {
        color: #FFFFFF !important;
    }
    .mega-menu-close:hover, .mega-menu-close:focus {
        color: #46c3d7 !important;
    }    
    .menu-content ul li .sub-menu-heading, .menu-content ul li a {
        padding: 10px 20px 10px 20px;
    }
    .header .menu > li > .mega .container {
        padding: 15px 0;
    }
}

@media (min-width: 1180px) {
    .header.bg-header {
        left: 0;
        height: 130px;
    }
    .header.bg-header .header-inner {
        line-height: 60px;
    }
    .header .menu {
        float: right;
    }
    .header.minimized .menu, .header.force-minimized .menu {
        margin: 0 50px 0 0;
    }    
    .header .menu > li {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 45px;
        vertical-align: top;
    }
    .header.minimized .menu > li, .header.force-minimized .menu > li {
        line-height: 49px;
    }
    .header .menu > li > a {
        font-family: 'Roboto';
        font-weight: 600;
        padding: 0;
        margin: 0 13px;
        text-transform: none;
    }
    .header .menu > li.last > a {
        margin-right: 0;
    }
    .header.white .menu > li > a:not(.btn) {
        color: #071920;
        border-bottom: 3px solid #fff;
    }
    .header.dark .menu > li > a:not(.btn) {
        color: #FFF;
        border-bottom: 3px solid transparent;
    }    
	.header .menu > li:hover > a,
	.header .menu > li > a.active,
    .header .menu > li.open > a,
    .header .menu > li.open > a.active {
        border-bottom: 3px solid #50c364 !important;
	}
    .header .menu > li.open.classic {
        margin: 0;
    }
    .natslogo {
        height: 100px;
    }
	.header .menu > li > .classic {
		/*top: 100%;
		min-width: 255px;
		margin-left: -123px;*/
		top: 60px;
		margin-left: -80px;
		min-width: 255px;
		max-height: inherit;
		left: 0;
		right: 0;
	}
    .header.minimized .menu > li > .classic, .header.froce-minimized .menu > li > .classic {
        top: 50px;
    }
    .header .menu > li.open.classic > nav {
        border: 1px solid #ccc;
        border-top: none;
    }
    .header .menu > li > .classic ul {
        margin: 0;
        padding: 20px 18px;
        background-color: #f3f3f3;
    }
    .header .menu > li > .classic ul > li {
        margin: 0;
        line-height: normal;
        padding: 0 0 12px;
    }
    .header .menu > li > .classic ul > li:first-child,
    .header .menu > li > .classic ul > li:last-child {
        margin: 0;
    }
    .header .menu > li > .classic:before,
    .header .menu > li > .classic:after {
        display: none;
    }
    .header .menu > li.open.classic > nav li a,
    .header .menu > li > .classic ul > li a,
    .header .menu > li > .mega .container ul.sub-menu > li a {
		/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAT0lEQVQYlWNgYGBgEGk4rMaADYg0HFYTaTr6X6TxqDd2BY1HvemhoPnof6yOFG48GivSdPSDUMtBWWwSb4WajlpSKCHWekIPqwQMYFgOBQDXUzpnXlasLwAAAABJRU5ErkJggg==');
		background-position: left 6px;
		background-repeat: no-repeat;*/
		padding-left: 15px;
        text-transform: none;
        opacity: 1;
        line-height: 24px;
        color: #333333;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 16px;
        display: block;
        position: relative;
    }

    .header .menu > li > .mega .container ul.sub-menu > li a:before {
        font-family: "Font Awesome 6 Free";
        content: "\f054";
        font-weight: 800;
        display: inline-block;
        position: absolute;
        left: 0;
        font-size: 12px;
        line-height: 24px;
        color: #46c3d7;
    }

    .header .menu > li > .mega .container ul.sub-menu > li.sub-menu-indent a {
        font-size: 14px;
    }
    .header .menu > li.open.classic > nav li a:hover,
    .header .menu > li > .classic ul > li a:hover {
        color: #145569;
        text-decoration: underline;
    }
    /*.header.white .menu-content {
        background-color: #fff;
    }*/
    .natslogo a,
    .natslogosmall a {
        width: 162px;
        height: 29px;
        top: 35px;
        width: 170px;
        height: 41px;
        top: 45px !important;
        background-size: 170px 41px;
    }
}

@media (min-width: 1180px) {
    .natslogo a,
    .natslogosmall a {
        left: 50px;
    }
    /*.minimized .natslogo a,
    .minimized .natslogosmall a {
        left: 20px;
    }  */  
    .header .menu > li > a {
        margin: 0 20px;
    }
}

/*@media (min-width: 1180px) {
    .natslogo a,
    .natslogosmall a {
        left: 50px;
    }
}*/

/*-----------------------Hero Filter Module --------------------------------------------*/
@media (min-width: 1180px) {
    .module-stories-list {
        min-height: 800px !important;
    }
}

#filterMain.hiddenDiv {
	opacity: 0;
	position: absolute;
}
#filterMain {
    overflow: hidden;
	opacity: 1;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
@media (max-width: 1179px) {
    #filterMain {
        top: 0 !important;
    } 
}
            
#stories {
	-webkit-transition: width 300ms;
	        transition: width 300ms;
}
#stories.full-width {
	/*-webkit-transition: width .2s;
	        transition: width .2s;*/
}
.hero-filter-module {
	border-bottom: 1px solid #fff;
	position: relative;
	margin-bottom: 0;
}
@media (max-width: 1179px) {
    .stories-filter-results {
        border-right: none !important;
    }  
}

.hero-filter-module.home-hero-wrapper ul.list-post-info:last-child,
.module-hero-article ul.list-post-info:last-child {
	/*border-width: 0;*/
	text-align: left;
}
/*.hero-filter-module .img-wrapper {
	height: 230px;
}*/
.hero-filter-module .hero-content-wrapper {
	min-height: 239px;
    overflow: hidden;
	/*margin-top: 230px;*/
}

/*.hero-filter-module .img-wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}*/
/*.hero-filter-module .img-wrapper-inner {
	position: relative;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}*/
.hero-filter-module .img-wrapper-inner > img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;*/
	-webkit-transition: -webkit-transform 150ms ease-out;
	        transition: transform 150ms ease-out;
}

@media (min-width: 480px) {
	.hero-filter-module.home-hero-wrapper ul.list-post-info:last-child,
	.module-hero-article ul.list-post-info:last-child {
		margin-top: 0;
	}
	/*.hero-filter-module .hero-content-wrapper {
		min-height: 239px;
	}*/
}
@media (min-width: 768px) {
	.hero-filter-module.home-hero-wrapper ul.list-post-info:last-child,
	.module-hero-article ul.list-post-info:last-child {
		/*border-top: 1px solid #fff;*/
		padding-top: 10px;
		/*border-color: rgba(255, 255, 255, .3);*/
		text-align: right !important;
	}
    
	.single-stories .hero-filter-module.home-hero-wrapper ul.list-post-info:last-child,
	.single-stories .module-hero-article ul.list-post-info:last-child {
		border-top: 1px solid #fff;
		border-color: rgba(255, 255, 255, .3);
	}    
    
	/*.hero-filter-module .img-wrapper {
		height: 385px;
	}*/
	/*.hero-filter-module .hero-content-wrapper {
		margin-top: 385px;
	}*/
}

.nats-discover-title {
    font-size: 34px;
}

.nats-discover-title-container {
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 0;    
    min-height: 523px;
    cursor: default;
}

.full-width .nats-discover-title-container {
    min-height: 598px;
}

@media (min-width: 1315px) {
    .nats-discover-title {
        font-size: 40px;
    }    
}

@media (min-width: 1180px) {
	#filterMain {
		position: absolute;
		top: 150px !important;
		right: 60px;
		width: calc((100% - 120px) / 4);
	}
    
    .home-hero-wrapper.hero-filter-module {
        height: 525px;
    }
    
    .hero-filter-module .home-hero-wrapper__link-block {
        height: 524px;
    }    
    
    .full-width .home-hero-wrapper.hero-filter-module {
        height: 600px;
    }
    .full-width .hero-filter-module .home-hero-wrapper__link-block {
        height: 599px;
    }    
    
    .full-width .module-stories-no-image {
        height: 420px;
    }
    
    .full-width .module-stories-list li > .story-item {
        height: 420px;        
    }
    
}
/*-----------------------Support Nav Styles--------------------------------------------*/

.grecaptcha-badge { 
    visibility: hidden;
}

.content-panel {
	visibility: hidden;
}

.support-nav-panel {
    position: absolute;
    top: 141px;
    z-index: 10;
    width: 100%;
}

@media (min-width: 1180px) {
    ul.list-support-nav > li.active .content-panel {
        top: -21px;
    }
}

.home .support-nav-panel, .single-stories .support-nav-panel, .post-type-archive-stories .support-nav-panel {
    top: 130px;
}

.post-type-archive-stories ul.list-support-nav > li.active .content-panel, .single-stories ul.list-support-nav > li.active .content-panel {
    top: 0;
}

.post-type-archive-stories.minimized ul.list-support-nav > li.active .content-panel, .single-stories.minimized ul.list-support-nav > li.active .content-panel {
    top: -70px;
}

@media (min-width: 1180px) {
    .home ul.list-support-nav > li.active .content-panel {
        top: 0px;
    }
    
    .home.minimized ul.list-support-nav > li.active .content-panel, .home.force-minimized ul.list-support-nav > li.active .content-panel {
        top: -70px;
    }    
    
}

.page-template-layouts_main_section .support-nav-panel {
    top: 236px;
}

@media (min-width: 1180px) {
    .page-template-layouts_main_section ul.list-support-nav > li.active .content-panel {
        top: -106px;
    }
    
    .page-template-layouts_main_section.minimized ul.list-support-nav > li.active .content-panel {
        top: -176px;
    }    
}

.page-template-base_news_events .support-nav-panel {
    top: 156px;
}

@media (min-width: 1180px) {
    .page-template-base_news_events ul.list-support-nav > li.active .content-panel {
        top: -96px;
    } 
}

@media (min-width: 1180px) {
	.support-nav-panel {
		width: auto;
		position: fixed;
        /*height: 100%;*/
	}
	.support-nav-panel > ul {
		position: relative;
		height: 100%;
	}
	/*.support-nav-panel > ul > li {
		background-color: #770719201;
	}*/    
	.support-nav-panel > ul > li:last-child {
		border: none;
	}
	.support-nav-panel > ul > li > a.panel-icon {
		display: block;
		background-color: #145569;
		width: 60px;
		height: 60px;
		position: relative;
		z-index: 999;
		border-bottom: 1px solid #000;
        /*border-left: 1px solid #000;*/
		text-indent: -9999px;
		-webkit-transition: background-color 150ms ease-out;
		        transition: background-color 150ms ease-out;
	}
    
    .support-nav-panel > ul > li > a.panel-icon:before {
        content: '';
        position: absolute;
		display: block;
		width: 60px;
		height: 60px;        
        background-image: url(../assets/images/hero-texture-bg.png);
        background-repeat: repeat;        
    }
    
	.support-nav-panel > ul > li > a.panel-icon:hover {
		background-color: #000000;
	}
    
    .support-nav-panel ul li.active a.panel-icon {
		    background-color: #145569;
	}
    
	.support-nav-panel ul li a.icon-filter {
        background-color: #145569;
    }
    .support-nav-panel ul li.active a.panel-icon.icon-filter {
		background-color: #071920;
	}
    
    .support-nav-panel ul li a.icon-filter:hover,
	.support-nav-panel ul li.active a.icon-filter:hover {
		    background-color: #145569;
	}    
    
	.content-panel {
		/*position: fixed;*/
        position: absolute;
		/*right: -370px;*/
        right: 0;
		/*height: calc(100% -  60px);*/
        height: 100%;
		/*top: 60px;*/
		width: 370px;
				transition: opacity 150ms ease-out, visibility 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out, visibility 150ms ease-out;        
	}
    
    ul.list-support-nav > li .content-panel {
        visibility: hidden;
        right: 0px;
        opacity: 0;
        display: none;
    }    
    
    ul.list-support-nav > li.active .content-panel {
        visibility: visible;
        right: 60px;
        opacity: 1;
        display: block;
        /*height: 100vh;*/
        height: calc(100vh - 69px);
    }
    
    .minimized ul.list-support-nav > li.active .content-panel {
        height: 100vh;
    }
    
	.content-panel.contact-wrapper {
		width: 350px;
	}
	.content-panel h4,
	.content-panel .btn-dropdown,
	.content-panel a {
		color: #fff;
		font-weight: normal;
		font-size: 20px;
		margin-top: 0;
		display: block;
		letter-spacing: 0;
		line-height: 1;
		border-color: rgba(255, 255, 255, 0.5);
		-webkit-text-stroke-width: 0;
	}
	.content-panel .panel-address h4,
	.content-panel .btn-dropdown {
		background-color: rgba(255, 255, 255, .2);
	}
	.content-panel .panel-address h4:hover a,
	.content-panel .btn-dropdown:hover {
		background-color: rgba(255, 255, 255, .1);
	}
	.content-panel .panel-address a:hover {
		background-color: #439bd1;
	}
	.content-panel .panel-address a.icon-link-white {
		background-position: 325px center;
	}
	.social-wrapper,
	.social {
		height: auto;
	}
	.panel-address .dropdown-menu {
		background-color: #071920;
		border-radius: 0;
		box-shadow: inherit;
		color: #ffffff;
		padding: 0;
	}
	.panel-address .dropdown-menu li {
		padding: 0;
		border-top: 1px solid transparent;
	}
	.panel-address .dropdown-menu li:hover a {
		background-color: #145569;
	}
	.panel-address .dropdown-menu > li > a {
		border-radius: 0;
		color: #fff;
		line-height: 35px;
		padding: 0 13px;
		text-align: left;
		font-size: 16px;
	}
    .contacts-faqs-link {
        position: absolute;
        bottom: 61px;
    }    
    .ie9 .contacts-faqs-link {
        bottom: 107px;
    }
}


/*-----------------------Filter Panel Styles--------------------------------------------*/

.btn-main {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 18px;    
    background-color: #FFFFFF;  
    color: #071920;
}

.btn-main:hover {
    background-color: #145569;  
    color: #FFFFFF; 
}

.position-relative {
    position: relative;
}

.filter-wrapper {
	display: none;
}

.filter-wrapper.no-hide {
	/*display: block;*/
}

.filter-btn-wrapper {
    border-color: rgba(255, 255, 255, .2);
}
.filter-btn-wrapper .form-control,
.filter-btn-wrapper h4 {
	font-size: 16px;
	color: #071920;
	
}
.filter-btn-wrapper h4.icon-down-white {
	background-position: 96% center;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAPklEQVQYV2NkIBEwYlP//////yBxRkZGDHkMAZBimEJkNsxgFA3YFKCLwTVgUwwzFVkOrAGfYnRNWD2NL+AApV0kCDw8SnQAAAAASUVORK5CYII=');
}
.no-svg .filter-btn-wrapper h4.icon-down-white {
	background-image: url(../assets/images/icons/png/icon-link-up-white.png);
}
.filter-btn-wrapper h4.icon-down-white.collapsed {
	background-position: 96% center;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAPklEQVQYV2NkIBEwgtT/////PyMjI5iNC8DUwBXh04Qsh2IqNk3oYhjOQFaAzQCs7gYpBPkFm7/wehRbAAAAtYokCPEX70MAAAAASUVORK5CYII=');
}
.no-svg .filter-btn-wrapper h4.icon-down-white.collapsed {
	background: url(../assets/images/icons/png/icon-link-down-white.png)
}
.filter-btn-wrapper h4.icon-down-white {}
.filter-wrapper h4 {
	color: #fff;
	line-height: 1;
	font-weight: normal;
}
.filter-btn-wrapper .icon-filter {
	background-size: auto 38px;
	background-position: -5px center;
}
.filter-wrapper .form-control:focus {
	background-color: #fff
}
.filter-wrapper .btn-search {
	background-color: #fff;
	width: 45px;
	height: 45px;
	background-position: center -7px;
}
.radio-filter label {
	width: 100%;
	margin-bottom: 15px;
}
.radio-filter label:before {
	border-color: #fff;
	background-color: transparent;
}
.filter-wrapper .text-post-tag {
	background-color: #2e3032;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 14px;
	margin: 0 5px 8px 0;
	padding: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
	-webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
	        transition: color 150ms ease-out, background-color 150ms ease-out;
}
.filter-wrapper .text-post-tag:hover,
.filter-wrapper .text-post-tag.active {
	background-color: #145569;
}

.filter-wrapper .text-post-tag.active:hover {
	background-color: #FFFFFF;
    color: #145569 !important;
}

@media (min-width: 1180px) {
    
    .filter-wrapper .text-post-tag-airports {
        padding-left: 35px !important;
        background-position: 8px 3px;
    }
    
    .filter-wrapper .text-post-tag-airspace {
        padding-left: 35px !important;
        background-position: 8px 3px;
    }
    
    .filter-wrapper .text-post-tag-environment {
        padding-left: 35px !important;
        background-position: 6px 0;
    }
    
    .filter-wrapper .text-post-tag-improving-performance {
        padding-left: 35px !important;
        background-position: 8px -1px;
    }
    
    .filter-wrapper .text-post-tag-understanding-atc {
        padding-left: 35px !important;
        background-position: 6px 2px;
    }    
    
	.content-panel.filter-wrapper {
		width: 270px;
	}
	.filter-wrapper .text-post-tag {
		font-size: 12px;
		padding: 7px 15px;
	}
	.filter-wrapper {
		display: block;
	}
}

/* Mobile friendly filters */
.filter-wrapper {
    display: none;
  }

  @media (max-width: 767px) {
    .filter-wrapper.fs-open {
      display: block;
      position: fixed;
      top: 64px;
      right: 0;
      left: 0px;
      bottom: 54px;
      z-index: 9999999;
      margin: 0;
      border-radius: 0;
    }

    .filter-wrapper-overflow {
      overflow-y: scroll;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }

  @media (min-width: 768px) {
    .filter-wrapper {
      display: block;
    }
  }


  
  .ve-dropdown-order.pull-right {
    float: right;
  }
  
  .ve-dropdown-order .btn-default {
    background-color: #FFFFFF;
    border-radius: 0;
    outline: 0;
    box-shadow: none;  
  }
  
  .ve-dropdown-order .dropdown-menu {
      border: 0;
      border-radius: 0;
  }
  
  .ve-dropdown-order .dropdown-item {
    color: #071920;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 10px 15px;
  }
  
  .ve-dropdown-order .dropdown-item:hover, .ve-dropdown-order .dropdown-item:focus, .ve-dropdown-order .dropdown-item.active {
    color: #071920;
    text-decoration: none;
    background-color: #e7e7e7;
  }

.icon-topic .tooltip {
    display: none;
}

.post-info-wrapper .icon-topic, .filter-text .icon-topic {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: none;
    padding: 10px 17px;
    background-color: transparent !important;    
    text-indent: -99999px;
    margin-right: 5px;
	-webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
	        transition: color 150ms ease-out, background-color 150ms ease-out;
}

@media (max-width: 1179px) {
    .post-info-wrapper .icon-topic {
        margin-top: 3px;
    }
}

.filter-text .icon-topic {
    padding: 8px 0 8px 0;
}

.post-info-wrapper .icon-topic:hover, .filter-text .icon-topic:hover {
    border: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
}



/*
@media (min-width: 1180px) {
    
    .filter-wrapper .text-post-tag-airports {
        padding-left: 30px !important;
        background-position: 8px 2px;
    }
    
    .filter-wrapper .text-post-tag-airspace {
        padding-left: 30px !important;
        background-position: 8px 4px;
    }
    
    .filter-wrapper .text-post-tag-environment {
        padding-left: 30px !important;
        background-position: 8px 0;
    }
    
    .filter-wrapper .text-post-tag-improving-performance {
        padding-left: 30px !important;
        background-position: 8px -1px;
    }
    
    .filter-wrapper .text-post-tag-understanding-atc {
        padding-left: 30px !important;
        background-position: 8px 0;
    }    
    
	.content-panel.filter-wrapper {
		width: 270px;
	}
	.filter-wrapper .text-post-tag {
		font-size: 12px;
		padding: 7px 15px;
	}
	.filter-wrapper {
		display: block;
	}
}
*/

.reset-rotate {
    -webkit-animation: reset-spin1 2s  linear;
    -moz-animation: reset-spin1 2s  linear;
    -o-animation: reset-spin1 2s  linear;
    -ms-animation: reset-spin1 2s  linear;
    animation: reset-spin1 2s  linear;
    
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-webkit-keyframes reset-spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(180deg);}
}
@-moz-keyframes reset-spin1 {
0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(180deg);}
}
@-o-keyframes reset-spin1 {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(180deg);}
}
@-ms-keyframes reset-spin1 {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(180deg);}
}
@-keyframes reset-spin1 {
0% { transform: rotate(0deg); }
100% { transform: rotate(180deg);}
} 



/*-----------------------Blog Module --------------------------------------*/
.module-blog-container {
    position: relative;
}
.module-blog {
    width: 100%;    
    overflow: hidden;
    /*overflow-x: scroll;*/
    background-color: #f3f3f3;
}
.module-blog ul.list-blog {
	width: 100%;
}
.module-blog ul.list-blog > li {
    width: 433px;
    width: 216px;
    float: left;
    position: relative;
    margin-right: 1px;
    overflow: inherit;
}
.module-blog ul.list-blog > li:last-child {
    margin-right: 0 !important;
}

.module-blog .swiper-slide {
    display: block;
    text-align: left;
}

.module-blog .swiper-slide .img-wrapper{
    overflow: hidden;
}

.module-blog .swiper-slide .img-wrapper-inner > img, .module-blog .swiper-slide .video-img-wrapper .video-img > img {
    width: 100%;
    width: 216px;
    height: 215px;
    height: 107px;
}

.module-article-stories .module-blog .swiper-slide .img-wrapper-inner > img, .module-article-stories .module-blog .swiper-slide .video-img-wrapper .video-img > img {
    height: auto;
}

.module-blog .swiper-slide .fluidvids-item {
    
    height: 215px !important;
    height: 107px !important;
}

.module-blog .swiper-slide .video-container {
    margin-bottom: 0 !important; 
}
.module-blog .video-play-btn, .video-play-btn.btn-centre {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}


.module-blog ul.list-blog > li h3 a {
    font-weight: normal
}

.module-blog ul.list-blog > li h3 a:hover,
.module-blog a[data-tooltip]:hover {
    text-decoration: none;
    color: #0f5f91;
    border-bottom: 1px solid #0f5f91;
}

.module-blog ul.list-blog > li a:hover h3 span{
    border-bottom: 1px solid #0f5f91;
}

.module-blog .img-wrapper .category {
    right: 0;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1;
    font-weight: normal;
}

.module-blog .content-wrapper {
    padding: 0 18px 10px;
    min-height: 200px;
    min-height: 140px;
    /*margin-top: 215px;*/
}

.module-blog .heading-wrapper {
    padding-bottom: 30px;
}

.module-blog .heading-wrapper h3 {
    margin-bottom: 12px;
}

.module-blog .heading-wrapper h3.icon-link{
    background-position: left 9px;
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.module-blog .heading-wrapper p {
    margin-left: 15px
}
.module-blog a:hover .heading-wrapper span {
	background-image: -webkit-linear-gradient(right, #0f5f91 50%, #0f5f91 50%);
	background-image: linear-gradient(to left,#0f5f91 50%,#0f5f91 50%);
	background-position: 0 26px;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	border: 0 !important;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff !important;
}

.module-article-stories .module-blog .story-item, .module-article-stories .module-stories-no-image {
    height: 445px;
    overflow: hidden;
}

.module-article-stories .module-blog .story-item .content-wrapper {
    min-height: auto;
}

.module-stories .story-item .swiper-container-stories {
    overflow: hidden;
}

.module-stories .post-info-wrapper {
    z-index: 10;   
}

.module-stories .story-item .swiper-pagination, .module-stories .module-stories-no-image .swiper-pagination {
    position: absolute;
    bottom: 22px;
    right: 20px;
    z-index: 11;
}

.module-stories .story-item .swiper-slide {
    background-color: transparent;
    min-height: 188px;
}

.full-width .module-stories .story-item .swiper-slide {
    min-height: 225px;
}

.module-stories .module-stories-no-image .swiper-slide {
    min-height: 370px;
}

.full-width .module-stories .module-stories-no-image .swiper-slide {
    min-height: 470px;
}

@media (max-width: 1199px) {
    
    .module-stories .story-item .swiper-slide {
        min-height: 145px;    
    }
    
    .full-width .module-stories .story-item .swiper-slide {
        min-height: 155px;
    }
    
    .module-stories .module-stories-no-image .swiper-slide {
        min-height: 370px;
    }
    
    .full-width .module-stories .module-stories-no-image .swiper-slide {
        min-height: 470px;
    }    
    
}

@media (max-width: 960px) {
    
    .full-width .module-stories .story-item .swiper-slide {
        min-height: 215px;
    }
    
    .full-width .module-stories .module-stories-no-image .swiper-slide {
        min-height: 470px;
    }    
    
}

@media (max-width: 769px) {
    
    .full-width .module-stories .story-item .swiper-slide {
        min-height: 265px;
    }
    
    .full-width .module-stories .module-stories-no-image .swiper-slide {
        min-height: 470px;
    }    
    
}

@media (max-width: 640px) {
    
    .full-width .module-stories .story-item .swiper-slide {
        min-height: 150px;
    }
    
    .full-width .module-stories .module-stories-no-image .swiper-slide {
        min-height: 470px;
    }    
    
}

@media (max-width: 480px) {
    
    .full-width .module-stories .story-item .swiper-slide {
        min-height: 210px;
    }
    
    .full-width .module-stories .module-stories-no-image .swiper-slide {
        min-height: 470px;
    }    
    
}

@media (max-width: 410px) {
    
    .full-width .module-stories .story-item .swiper-slide {
        min-height: 290px;
    }
    
    .full-width .module-stories .module-stories-no-image .swiper-slide {
        min-height: 470px;
    }    
    
}



.module-stories .story-item .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    /*background-color: #145569;*/
}

.module-stories .module-stories-no-image .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
}

@media (max-width: 1800px) {
    .module-article-stories .module-blog .story-item, .module-article-stories .module-stories-no-image {
        height: 420px;
    }
}

@media (max-width: 1600px) {
    .module-article-stories .module-blog .story-item, .module-article-stories .module-stories-no-image {
        height: 350px;
    }
}

@media (min-width: 992px) and (max-width:1179px) {
    .module-article-stories .module-blog .story-item, .module-article-stories .module-stories-no-image {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .module-article-stories .module-blog .story-item, .module-article-stories .module-stories-no-image {
        height: 449px;
    }
}


@media (max-width: 480px) {
    .module-article-stories .module-blog .story-item, .module-article-stories .module-stories-no-image {
        height: 350px;
    }
    .module-article-stories .module-blog .swiper-slide .module-stories-no-image .heading-wrapper h3 {
        font-size: 36px !important;
        line-height: 40px;
    }
    
    .module-blog .heading-wrapper h3.icon-link {
        line-height: 26px;
        height: auto;
    }
}


.module-blog .module-stories-no-image a:hover .heading-wrapper span {
    background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
    background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	text-shadow: none !important;
}

.module-blog-header {
    position: absolute;
    top: 215px;
    padding: 0 15px;
    width: 100%;
}

a[data-tooltip] {
	position: relative
}

.module-blog-author {
	display: none;
}

.module-blog-author .bg_nats_light_grey{
    background-color: #e6e6e6;
}

.module-blog .text-post-tag a,
.module-blog .text-post-tag {
	padding: 10px 17px;
	-webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
	        transition: color 150ms ease-out, background-color 150ms ease-out;
}

.module-blog .text-post-tag a:hover,
.module-blog .text-post-tag:hover {
    background-color: #145569;
    color: #fff;
    border-color: #145569;
}

.module-blog .img-wrapper {
	background-color: #071920;
	height: 215px;
    height: 107px;
	/*left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;*/
}

.module-blog .video-container {
	background-color: #071920;
}

.module-article-stories .module-blog .img-wrapper {
    height: auto;
}

.module-blog .img-wrapper .img-wrapper-inner {
    height: 215px;
    height: 107px;
}

.module-article-stories .module-blog .img-wrapper .img-wrapper-inner {
    height: auto;   
}

/*module-blog .img-wrapper-inner{
    position: relative;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}*/

.module-blog .img-wrapper-inner > img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
    width: 432px;
    height: 215px;
    width: 216px;
    height: 107px;
    
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;*/
    -webkit-transition: none !important;
    transition: none !important;
}
.module-blog .swiper-slide .img-wrapper img {
     -webkit-transition: none !important;
    transition: none !important;   
}

.module-blog ul.list-post-info li{
    font-size: 13px;
}

/* Small devices (tablets, 768px and up) */

/*@media (min-width: 480px) {
    .module-blog ul.list-blog > li {
        width: 65%;
    }
}

@media (min-width: 640px) {
    .module-blog ul.list-blog > li {
        width: 45%;
    }
}

@media (min-width: 800px) {
    .module-blog ul.list-blog > li {
        width: 38%;
    }
}
*/
/* Medium devices (desktops, 1180px and up) */
@media (min-width: 1180px) {
    ul.list-post-info li {
        line-height: 16px;
    }
}

@media (min-width: 1435px) {
	.module-blog {
		overflow: auto;
	}
	/*.module-blog ul.list-blog > li {
		width: 33.28%;
	}
	*/
	a[data-tooltip]:hover .module-blog-author {
		opacity: 1;
		visibility: visible;
	}
	.module-blog-author {
		box-shadow: 0 0 60px 6px rgba(0, 0, 0, 0.2);
		display: block;
		right: -360px;
		margin-left: 15px;
		opacity: 0;
		position: absolute;
		top: -70px;
		visibility: hidden;
		width: 345px;
		z-index: 199;
				transition: opacity 150ms ease-out, visibility 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out, visibility 150ms ease-out;
	}
	.module-blog-author:after {
		content: '';
		height: 40px;
		left: -30px;
		position: absolute;
		top: 60px;
		width: 30px;
		z-index: -1;
	}
	.module-blog-author span {
		font-size: 16px;
		color: #145569
	}
	.module-blog-author span:hover {
		color: #0f5f91;
	}
	.module-blog-author .author-top-wrapper {
		min-height: 155px;
	}
	.module-blog-author .author-top-wrapper:before {
		position: absolute;
		left: -10px;
		top: 70px;
		content: '';
		width: 20px;
		height: 20px;
		background-color: #145569;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		z-index: -1;
	}
	.module-blog-author .author-img {
		right: 20px;
		top: -45px;
		position: absolute;
	}
	.module-blog-author .author-img img {
		border: 4px solid #fff;
		border-radius: 60px;
	}
	.module-blog-author .author-content {
		padding: 0;
		position: absolute;
		bottom: 30px;
		color: #fff
	}
	.module-blog-author .author-content h3 {
		font-size: 22px;
		line-height: 24px;
		font-weight: normal;
	}
	.module-blog .text-post-tag a,
	.module-blog .text-post-tag {
		padding: 5px 15px
	}
	.module-blog ul.list-post-info li {
		font-size: 14px;
	}
}

/*-----------------------Blog List Module --------------------------------------*/

.module-blog-list {
	overflow: hidden;
    min-height: 300px;
}
.module-blog-list .img-wrapper {
	height: 185px;
}
.module-blog-list .content-wrapper {
	margin-top: 185px;
}
.module-blog-list .module-blog-header {
	top: 185px;
}
.module-blog-no-image {
	min-height: 385px;
	color: #fff;
	-webkit-transition: color 150ms linear, background-color 150ms linear, opacity 150ms linear;
	        transition: color 150ms linear, background-color 150ms linear, opacity 150ms linear;
}
.module-blog-no-image .content-wrapper {
	min-height: 370px;
	margin: 0;
}

.module-blog-no-image .heading-wrapper h3 {
    padding-top: 10px;
    font-size: 36px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 40px;
    margin: 15px 0 10px 0;
}
@media (min-width:1280px) {
    .module-blog-no-image .heading-wrapper h3 {
        margin: 15px 0 40px 0;
    }
}

.module-blog-list ul.list-blog > li {
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
	margin: 0;
}
.module-blog-no-image .module-blog-header {
	top: 10px;
}
.module-blog-no-image .module-blog-header ul.list-post-info {
	border-top: none;
}
.module-blog-no-image a {
	color: #fff;
	border-color: #fff;
}
.module-blog ul.list-blog > li .module-blog-no-image a:hover h3 span {
	background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	background-position: 0 35px;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	text-shadow: 2px 0 0 #dd6d04, -2px 0 0 #dd6d04 !important;
	/*border-color: #fff*/
}
.module-blog ul.list-blog > li .module-blog-no-image.bg_nats_LightGreen a:hover h3 span {
	background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	text-shadow: 2px 0 0 #a6b20c, -2px 0 0 #a6b20c !important;
}
.module-blog-no-image.bg_nats_orange:hover {
	background-color: #dd6d04;
}
.module-blog-no-image.bg_nats_LightGreen:hover {
	background-color: #a6b20c;
}
.module-blog-no-image a[data-tooltip]:hover {
	color: #fff;
	border-color: #fff
}
.module-blog-no-image .text-post-tag a:hover,
.module-blog-no-image .text-post-tag:hover {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}
@media (min-width: 640px) {
	.module-blog-list ul.list-blog > li {
		width: 50%;
	}
	.module-blog-list {
		width: 100%;
		float: left;
	}
}
@media (min-width: 1180px) {
	.module-blog-list {
		overflow: inherit;
	}
}
@media (min-width: 1200px) {
	.module-blog-list ul.list-blog > li {
		width: 33.333333%;
	}
}



/*-----------------------Stories Module --------------------------------------*/
.module-stories-container {
    position: relative;
}
.module-stories {
    width: 100%;    
    overflow: hidden;
    /*overflow-x: scroll;*/
    background-color: #f3f3f3;
}
.module-stories ul.list-stories {
	width: 100%;
}
.module-stories ul.list-stories > li {
    width: 433px;
    float: left;
    position: relative;
    margin-right: 1px;
    overflow: inherit;
}
.module-stories ul.list-stories > li:last-child {
    margin-right: 0 !important;
}

.module-stories .swiper-slide {
    display: block;
    text-align: left;
}

.module-stories .swiper-slide .img-wrapper{
    overflow: hidden;
}

.module-stories .swiper-slide .img-wrapper-inner > img, .module-stories .swiper-slide .video-img-wrapper .video-img > img {
    width: 100%;
    height: 215px;
}
.module-stories .swiper-slide .fluidvids-item {
    height: 215px !important;
}

.module-stories .swiper-slide .video-container {
    margin-bottom: 0 !important; 
}
.module-stories .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}


.module-stories ul.list-stories > li h3 a {
    font-weight: normal
}

.module-stories ul.list-stories > li h3 a:hover,
.module-stories a[data-tooltip]:hover {
    text-decoration: none;
    color: #0f5f91;
    border-bottom: 1px solid #0f5f91;
}

.module-stories ul.list-stories > li a:hover h3 span{
    /*border-bottom: 1px solid #0f5f91;*/
    text-shadow: none !important;
}

.module-stories .img-wrapper .category {
    right: 0;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1;
    font-weight: normal;
}

.module-stories .content-wrapper {
    padding: 0 18px 10px;
    /*min-height: 200px;*/
    /*margin-top: 215px;*/
}

/*.module-stories .heading-wrapper {
    padding-bottom: 30px;
}*/

.module-stories .heading-wrapper h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

@media (min-width: 1180px) {
    
    .module-stories .heading-wrapper h3 {
        font-size: 18px;
    }
    
    .full-width .module-stories .heading-wrapper h3 {
        font-size: 20px;
    }
    
}

.module-stories .heading-wrapper h3.icon-link{
    background-position: left 6px;
}

.module-stories .heading-wrapper p {
    margin-left: 15px
}
.module-stories a:hover .heading-wrapper span {
	/*background-image: -webkit-linear-gradient(right, #0f5f91 50%, #0f5f91 50%);
	background-image: linear-gradient(to left,#0f5f91 50%,#0f5f91 50%);*/
	background-position: 0 26px;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	border: 0 !important;
	/*text-shadow: 2px 0 0 #fff, -2px 0 0 #fff !important;*/
}
.module-stories-header {
    position: absolute;
    /*top: 185px;*/
    padding: 0 15px;
    width: 100%;
}

.module-stories-author {
	display: none;
}

.module-stories-author .bg_nats_light_grey{
    background-color: #e6e6e6;
}

.module-stories .text-post-tag a,
.module-stories .text-post-tag {
	padding: 10px 17px;
	-webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
	        transition: color 150ms ease-out, background-color 150ms ease-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.module-stories .text-post-tag a:hover,
.module-stories .text-post-tag:hover {
    background-color: #145569;
    color: #fff;
    border-color: #145569;
}

.module-stories ul.list-post-info li a.icon-comments {
    margin-top: 8px;
    position: absolute;
    color: #071920;
}

.module-stories .module-stories-no-image ul.list-post-info li a.icon-comments {
    color: #FFFFFF;
}

.story-item .heading-wrapper p {
    margin: 0 0 25px 0;
    color: #071920;
    font-size: 14px;
    line-height: 20px;
}

.module-stories-no-image .story-item .heading-wrapper p {
    color: #FFFFFF;
}

.module-stories-no-image .story-item .heading-wrapper .text-panel {
    padding-top: 10px;
}

.module-stories .modal-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.icon-top-right {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;    
}


.module-stories .img-wrapper {
	background-color: #071920;
	height: 215px;
	/*left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;*/
}

.module-stories .img-wrapper .img-wrapper-inner {
    height: 215px;   
}

/*module-stories .img-wrapper-inner{
    position: relative;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}*/

.module-stories .img-wrapper-inner > img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
    width: 432px;
    height: 215px;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;*/
    -webkit-transition: none !important;
    transition: none !important;
}
.module-stories .swiper-slide .img-wrapper img {
     -webkit-transition: none !important;
    transition: none !important;   
}

.module-stories ul.list-post-info li{
    font-size: 13px;
}

/* Small devices (tablets, 768px and up) */

/*@media (min-width: 480px) {
    .module-stories ul.list-stories > li {
        width: 65%;
    }
}

@media (min-width: 640px) {
    .module-stories ul.list-stories > li {
        width: 45%;
    }
}

@media (min-width: 800px) {
    .module-stories ul.list-stories > li {
        width: 38%;
    }
}
*/
/* Medium devices (desktops, 1180px and up) */

@media (min-width: 1435px) {
	.module-stories {
		overflow: auto;
	}
	/*.module-stories ul.list-stories > li {
		width: 33.28%;
	}
	*/
	a[data-tooltip]:hover .module-stories-author {
		opacity: 1;
		visibility: visible;
	}
	.module-stories-author {
		box-shadow: 0 0 60px 6px rgba(0, 0, 0, 0.2);
		display: block;
		right: -360px;
		margin-left: 15px;
		opacity: 0;
		position: absolute;
		top: -70px;
		visibility: hidden;
		width: 345px;
		z-index: 199;
				transition: opacity 150ms ease-out, visibility 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out, visibility 150ms ease-out;
	}
	.module-stories-author:after {
		content: '';
		height: 40px;
		left: -30px;
		position: absolute;
		top: 60px;
		width: 30px;
		z-index: -1;
	}
	.module-stories-author span {
		font-size: 16px;
		color: #145569
	}
	.module-stories-author span:hover {
		color: #0f5f91;
	}
	.module-stories-author .author-top-wrapper {
		min-height: 155px;
	}
	.module-stories-author .author-top-wrapper:before {
		position: absolute;
		left: -10px;
		top: 70px;
		content: '';
		width: 20px;
		height: 20px;
		background-color: #145569;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		z-index: -1;
	}
	.module-stories-author .author-img {
		right: 20px;
		top: -45px;
		position: absolute;
	}
	.module-stories-author .author-img img {
		border: 4px solid #fff;
		border-radius: 60px;
	}
	.module-stories-author .author-content {
		padding: 0;
		position: absolute;
		bottom: 30px;
		color: #fff
	}
	.module-stories-author .author-content h3 {
		font-size: 22px;
		line-height: 24px;
		font-weight: normal;
	}
	.module-stories .text-post-tag a,
	.module-stories .text-post-tag {
		padding: 5px 15px
	}   
    
	.module-stories ul.list-post-info li {
		font-size: 14px;
	}
	.module-stories ul.list-post-info li a.icon-comments {
		margin-top: 8px;
	}    
}

@media (max-width: 1179px) {
    .module-stories ul.list-post-info li a.icon-comments {
        margin-top: 0;
    } 
}

/*-----------------------Blog List Module --------------------------------------*/

.module-stories-list {
	overflow: hidden;
    min-height: 300px;
}

.module-stories-list li > .story-item {
    display: block;
    background-color: #FFFFFF;
    height: 385px;
    width: 100%;
}

.module-stories-no-image .content-wrapper {
	height: 420px;
	margin: 0;
}

.module-stories-list li > .story-item .content-wrapper {
    height: 230px;
}

.module-stories-list li > .story-item .text-panel .content-wrapper {
    height: 358px;
}

.module-stories-no-image .content-wrapper {
    height: 410px;
}

@media (min-width: 1180px) {
    
    .full-width .module-stories-list li > .story-item .text-panel .content-wrapper {
        height: 458px;
    }
    
    .full-width .module-stories-no-image .content-wrapper {
        height: 460px;
    }
    
}

@media (max-width: 1200px) {
    .module-stories-list li > .story-item .content-wrapper {
        height: 190px;
    }
    
    .module-stories-list li > .story-item .text-panel .content-wrapper {
        height: 356px;
    }
    
    .module-stories-no-image .content-wrapper {
        height: 390px;
    }    
}

@media (max-width: 1179px) {
    .module-stories-list li > .story-item, .module-stories-list li .module-stories-no-image {
        height: 530px;
    }
    
    .module-stories-list li > .story-item .text-panel .content-wrapper {
        height: 465px;
    }    
    
    .module-stories-no-image .content-wrapper {
        height: 500px;
    }
    
}

@media (max-width: 1000px) {
    
    .module-stories-list li > .story-item .content-wrapper {
        height: 245px;
    }
    
}

@media (max-width: 820px) {
    
    .module-stories-list li > .story-item .content-wrapper {
        height: 300px;
    }
    
}

@media (max-width: 768px) {
    .module-stories-list li > .story-item, .module-stories-list li .module-stories-no-image {
        height: 560px;
    }
    
    .module-stories-list li > .story-item .text-panel .content-wrapper {
        height: 495px;
    }      
    
    .module-stories-list li > .story-item .content-wrapper {
        height: 300px;
    }
    
    .module-stories-no-image .content-wrapper {
        height: 560px;
    }    
}

@media (min-width: 410px) and (max-width: 529px) {
    .module-stories-list li > .story-item, .module-stories-list li .module-stories-no-image {
        height: 520px;
    }
    
    .module-stories-list li > .story-item .text-panel .content-wrapper {
        height: 455px;
    }        
    
    .module-stories-list li > .story-item .content-wrapper {
        height: 230px;
    }
    
    .module-stories-no-image .content-wrapper {
        height: 520px;
    }    
}

@media (min-width: 530px) and (max-width: 639px) {
    .module-stories-list li > .story-item, .module-stories-list li .module-stories-no-image {
        height: 550px;
    }
    
    .module-stories-list li > .story-item .text-panel .content-wrapper {
        height: 485px;
    }      
    
    .module-stories-list li > .story-item .content-wrapper {
        height: 195px;
    }
    .module-stories-no-image .content-wrapper {
        height: 550px;
    }    
}

.module-stories-list .img-wrapper {
	height: 185px;
}
.module-stories-list li > .story-item:hover img {
	opacity: 0.7;
}
.module-stories-list .img-wrapper-inner-disable {
	background-color: #071920;
}
.module-stories-list .content-wrapper {
	/*margin-top: 185px;*/
}
.module-stories-list .module-stories-header.module-stories-header-abs {
	top: 185px;
}
.module-stories-no-image {
	height: 420px;
	color: #fff;
	-webkit-transition: color 150ms linear, background-color 150ms linear, opacity 150ms linear;
	        transition: color 150ms linear, background-color 150ms linear, opacity 150ms linear;
}
.module-stories-no-image .heading-wrapper h3 {
	padding-top: 10px;
	font-size: 36px;
    font-family: "Roboto";
    font-weight: 300;
	line-height: 40px;
    margin: 15px 0 10px 0;
}
@media (min-width: 1280px) {
    .module-stories-no-image .heading-wrapper h3 {
        margin: 15px 0 40px 0;
    }
}
.module-stories-list ul.list-stories > li {
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
	margin: 0;
}
.module-stories-no-image .module-stories-header {
	top: 10px;
}
.module-stories-no-image .module-stories-header ul.list-post-info {
	border-top: none;
}
.module-stories-no-image a {
	color: #fff;
	border-color: #fff;
}
.module-stories ul.list-stories > li .module-stories-no-image a:hover h3 span {
	background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	background-position: 0 35px;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	/*text-shadow: 2px 0 0 #dd6d04, -2px 0 0 #dd6d04 !important;*/
	/*border-color: #fff*/
}
.module-stories ul.list-stories > li .module-stories-no-image.bg_nats_LightGreen a:hover h3 span {
	background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	text-shadow: 2px 0 0 #a6b20c, -2px 0 0 #a6b20c !important;
}
.module-stories-no-image.bg_nats_orange:hover {
	background-color: #dd6d04;
}
.module-stories-no-image.bg_nats_green:hover {
	background-color: #A7B008;
}
.module-stories-no-image.bg_nats_pink:hover {
	background-color: #C52A79;
}
.module-stories-no-image.bg_nats_blue:hover {
	background-color: #1078B8;
}
.module-stories-no-image.bg_nats_LightGreen:hover {
	background-color: #a6b20c;
}
.module-stories-no-image a[data-tooltip]:hover {
	color: #fff;
	border-color: #fff
}
.module-stories-no-image .text-post-tag a:hover,
.module-stories-no-image .text-post-tag:hover {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}
@media (min-width: 640px) {
	.module-stories-list ul.list-stories > li {
		width: 50%;
	}
	.module-stories-list {
		width: 100%;
		float: left;
	}
    .post-info-wrapper .share-widget {
        top: 14px;
    }
}
@media (min-width: 1180px) {
	.module-stories-list {
		overflow: inherit;
	}
    .post-info-wrapper .share-widget {
        top: 11px;
    }    
}
@media (min-width: 1200px) {
	.module-stories-list ul.list-stories > li {
		width: 25%;
	}
}


/*-----------------------Stat Module --------------------------------------*/
.module-stats{
    position: relative;
}
.module-stats-wrapper {
    max-width: 1030px;
    width: 100;
    padding: 0 20px;
    margin: 0 auto;
}

.module-stats-wrapper figure div, .stats-widget figure div {
    display: inline-block;
}

.module-stats-wrapper figure div.departed, .stats-widget figure div.departed {
    width: 65px;
    height: 42px;
    background-position: 0 center;
    background-image: url(../assets/images/svg/icon-departed-2017.svg);
    background-size: 65px;
    background-repeat: no-repeat;
}
.module-stats-wrapper figure div.landed, .stats-widget figure div.landed {
    width: 62px;
    height: 42px;
    background-position: 0 center;
    background-image: url(../assets/images/svg/icon-departed-2017.svg);
    background-size: 65px;
    background-repeat: no-repeat;
    -ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
    transform: rotate(40deg);    
}
.module-stats-wrapper figure div.airborne, .stats-widget figure div.airborne  {
    width: 62px;
    height: 42px;
    background-position: 0 center;
    background-image: url(../assets/images/svg/icon-departed-2017.svg);
    background-size: 65px;
    background-repeat: no-repeat;
    -ms-transform: rotate(22deg); /* IE 9 */
    -webkit-transform: rotate(22deg); /* Chrome, Safari, Opera */
    transform: rotate(22deg);
}
.module-stats-wrapper figure div.yesterday, .stats-widget figure div.yesterday {
    width: 65px;
    height: 42px;
    background-position: 0px -2px;
    background-repeat: no-repeat;
    background-size: 44px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoxLjJweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlBsYW5lRnJvbUFib3ZlX3doaXRlVjM8L3RpdGxlPjxnIGlkPSJMYXllcl83IiBkYXRhLW5hbWU9IkxheWVyIDciPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5LjE4LDE3LjQ3bDEuNzUsNC4yLTIuMDYtLjEzLTMuMzMtMy44NGE4Ni4zOCw4Ni4zOCwwLDAsMS04LjY5LjVsNS40NiwxMi4wNy0zLjQ3LS41OEwxMSwxOC44OUM2LjE5LDE4LjgzLDEuMzcsMTcuNzksMS4zOCwxNlM2LjE5LDEyLjY3LDExLDEyLjY5TDE5LDIuNTUsMjIuNTIsMiwxNi44OCwxNGE4Ni41NCw4Ni41NCwwLDAsMSw4LjY4LjYybDMuMzgtMy43OSwyLS4xLTEuNzUsMy43MSIvPjwvZz48L3N2Zz4=);
}

.stats-figure {
	font-size: 50px;
    font-family: "Roboto";
    font-weight: 300;
	line-height:1;
	/*font-weight:normal;*/
}

@media (min-width: 768px) { 
	.stats-figure {
		font-size: 64px;
    }
}

@media (min-width: 1300px) { 
	.stats-figure {
		font-size: 75px;
    }
}

.module-stats-wrapper .text-desc, .stats-widget .text-desc {
    font-size: 16px;
    line-height: normal;
    color: #46c3d7;
    font-weight: normal;
    min-height: 60px;
}

.module-stats-wrapper .updated-value, .stats-widget .updated-value {
    color: #ccc;
}

.module-stats-grey {
    background-color: #666;
}
.module-stats-grey .b-pink {
    border-color: #999;
}

.module-stats-grey .text-desc, .module-stats-grey .nats_pink, .module-stats-grey .icon-time {
    color: #ccc !important;
    background-image: none !important;
}

@media (min-width: 768px) {
.module-stats-wrapper .text-desc {
    min-height: inherit;
}
}

/* Responsive fixes */
@media (min-width: 620px) {
    .module-stats .col-sm-4 {
        width: 25% !important;
        margin: 0 !important;
    }
}

.soft-hide {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -99999999px;
}


/*-----------------------Stat Module --------------------------------------*/

.ntimeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .ntimeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .ntimeline > li {
        margin-bottom: 20px;
		position: relative;
		visibility: hidden;
    }

        .ntimeline > li:before,
        .ntimeline > li:after {
            content: " ";
            display: table;
        }

        .ntimeline > li:after {
            clear: both;
        }

        .ntimeline > li:before,
        .ntimeline > li:after {
            content: " ";
            display: table;
        }

        .ntimeline > li:after {
            clear: both;
        }

        .ntimeline > li > .ntimeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            background-color: #FFFFFF;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            z-index: 1;
        }

            .ntimeline > li > .ntimeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .ntimeline > li > .ntimeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .ntimeline > li > .ntimeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 20;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
			border-bottom-left-radius: 50%;
        }

        .ntimeline > li.ntimeline-inverted > .ntimeline-panel {
            float: right;
        }

            .ntimeline > li.ntimeline-inverted > .ntimeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .ntimeline > li.ntimeline-inverted > .ntimeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.ntimeline-badge.primary {
    background-color: #2e6da4 !important;
}

.ntimeline-badge.success {
    background-color: #3f903f !important;
}

.ntimeline-badge.warning {
    background-color: #f0ad4e !important;
}

.ntimeline-badge.danger {
    background-color: #d9534f !important;
}

.ntimeline-badge.info {
    background-color: #5bc0de !important;
}

.ntimeline-title {
    margin-top: 0;
    color: inherit;
    margin-bottom: 20px;
}

.ntimeline-body > p,
.ntimeline-body > ul {
    margin-bottom: 0;
}

    .ntimeline-body > p {
        margin-bottom: 15px;
    }

    .ntimeline-body > ul li {
        margin-bottom: 15px;
    }    

@media (max-width: 767px) {
    ul.ntimeline:before {
        left: 40px;
    }

    ul.ntimeline > li > .ntimeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.ntimeline > li > .ntimeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.ntimeline > li > .ntimeline-panel {
        float: right;
    }

        ul.ntimeline > li > .ntimeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.ntimeline > li > .ntimeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
} 

.ntimeline li.is-shown {
	visibility: visible;
}

.ntimeline li.fade-in {
	visibility: visible;

	-webkit-animation: 2s fadein;
	-moz-animation: 2s fadein;
	-o-animation: 2s fadein;
	-ms-animation: 2s fadein;
	animation: 2s fadein;	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/*----------------- Widget fade in areas  -----------------------------*/

.fade-in-area {
    visibility: hidden;
}

.fade-in-area.is-shown {
	visibility: visible;
}

.fade-in-area.fade-in {
	visibility: visible;

	-webkit-animation: 2s fade-in;
	-moz-animation: 2s fade-in;
	-o-animation: 2s fade-in;
	-ms-animation: 2s fade-in;
	animation: 2s fade-in;	
}

@keyframes fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*----------------- Contact and Social widget -----------------------------*/

.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
    border: 1px solid #999999;
}

.cs-social-title {
    color: #145569;
    font-size: 22px;
    position: absolute;
    left: 140px;
}

.cs-social-badge, .cs-social-badge:link, .cs-social-badge:visited, .cs-social-badge:focus {
    display: block;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 44px;
    text-align: center;
    background-color: #999999;
    z-index: 20;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;  
}

.cs-social-badge:hover {
    color: #fff;
    opacity: 0.8;
}

.cs-social-badge .ni {
    width: 60%;
}

/*-----------------------Stat Module --------------------------------------*/

.module-feature-content {
	background-color: #071920;
	position: relative;
	overflow: hidden;
}
.module-feature-content .image_container {
	overflow: hidden;
}
.module-feature-content .content_holder {
	height: 100%;
	color: #fff;
	padding: 40px 28px;
	-webkit-transition: all 150ms ease;
	        transition: all 150ms ease;
}
.module-feature-content:hover {
	/*background-color: rgba(219, 19, 137, .85);*/
    background-color: rgba(20, 85, 105, 0.85);
	color: #fff;
}
.module-feature-content .content_holder h3 {
	font-size: 26px;
	/*color: #db3189;*/
    color: #FFF;
}
.module-feature-content .content_holder span {
	/*color: #db3189;*/
    color: #FFF;    
	font-size: 16px;
}
.module-feature-content .content_holder span.icon-link-blue {
    color: #FFFFFF;
}

.module-feature-content:hover .content_holder span {
	text-decoration: underline;
}
.module-feature-content:hover .content_holder h3,
.content_holder p {
	color: #fff;
}
.module-feature-content:hover .content_holder span.icon-link {
	color: #fff;
}
.module-feature-content:hover .content_holder .b-pink {
	border-color: #fff;
}


.module-feature-content .img-wrapper {
	height: 100%;
	width: 100%;
}

.module-feature-content .img-wrapper-inner {
	background-color: #071920;
}
.module-feature-content .img-wrapper-inner > img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}



@media (max-width: 767px) {
	.module-feature-content .image_container {
		/*padding-top: 56.25%;*/
		position: relative;
	}
}


@media (min-width: 768px) and (max-width: 900px) {
    .module-feature-content .col-sm-6 {
        width: 100% !important;
    }
}

@media (min-width: 901px) and (max-width: 1315px) {
    .module-feature-content .content_holder .para  {
        display: none;
    }    
    .module-feature-content .content_holder .para-1  {
        display: inline-block;
    }
}


/*-----------------------Feature Module 2 --------------------------------------*/

.module-feature-content-2 {
	background-color: #071920;
	position: relative;
	overflow: hidden;
}
.module-feature-content-2 .image_container {
	overflow: hidden;
}
.module-feature-content-2 .content_holder {
	height: 100%;
	color: #fff;
	padding: 40px 28px;
	-webkit-transition: all 150ms ease;
	        transition: all 150ms ease;
}
.module-feature-content-2:hover .content_holder {
	background-color: rgba(219, 19, 137, .85);
	color: #fff;
}
.module-feature-content-2 .content_holder h3 {
	font-size: 26px;
	color: #db3189
}
.module-feature-content-2 .content_holder span {
	color: #db3189;
	font-size: 16px;
}
.module-feature-content-2:hover .content_holder span {
	text-decoration: underline;
}
.module-feature-content-2:hover .content_holder h3,
.content_holder p {
	color: #fff;
}
.module-feature-content-2:hover .content_holder span.icon-link {
	color: #fff;
}
.module-feature-content-2:hover .content_holder .b-pink {
	border-color: #fff;
}


.module-feature-content-2 .img-wrapper {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.module-feature-content-2 .img-wrapper-inner {
	position: relative;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
.module-feature-content-2 .img-wrapper-inner > img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

@media (max-width: 767px) {
	.module-feature-content-2 .image_container {
		padding-top: 56.25%;
		position: relative;
	}
}
@media (min-width: 768px) {
	.module-feature-content-2 .image_container {
		min-height: 400px;
	}
}

@media (min-width: 768px) {
	.module-feature-content-2 .sm-pull-top-right {
		position: absolute;
		top: 0;
		right: 0;
	}
}



/*-----------------------Press Releases --------------------------------------*/

.module-press-releases {
	padding: 40px 5px 35px;
}
.module-press-releases h4 {
	line-height: 28px;
	margin: 0;
	font-size: 20px;
	font-family: 'Roboto', Arial, sans-serif;
	max-width: 380px;
	padding-right: 40px;
}
.module-press-releases h4 a {
	font-weight: normal;
}
.module-press-releases h4 a:hover {
    color: #B93296;
    /*background-image: -webkit-linear-gradient(right, #0f5f91 50%, #0f5f91 50%);
     background-image: linear-gradient(to left,#0f5f91 50%,#0f5f91 50%); */
    background-position: 0 23px;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    /* text-shadow: 2px 0 0 #e6e6e6, -2px 0 0 #e6e6e6 !important; */
}
@media (min-width: 768px) {
	.module-press-releases {
		padding: 40px 0 35px;
	}
	.module-press-releases h3 {
		text-transform: none;
	}
	.module-press-releases .visit-link {
		bottom: 30px;
		position: absolute;
	}
	.module-press-releases .list-reset li:nth-child(2n):after {
		display: table;
		content: "";
		clear: both;
	}
}

@media (min-width: 1180px) {
	.module-press-releases {
		padding: 40px 15px 35px;
	}
}

@media (min-width: 768px) {
    .press-releases-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }



}

/* Safari 9.0+ */
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    @media (min-width: 768px) {      
        
      .press-releases-container .press-releases {
        margin-left: -1px;
      }
      
      .press-releases-container .twitter-widget-container {
        margin-right: -1px;
      }
      
    }

}

/* Safari 10.0+ */
@media (min-width: 768px) {
    _::-webkit-:host:not(:root:root), .press-releases-container .press-releases {
            margin-left: -1px;
    }
    _::-webkit-:host:not(:root:root), .press-releases-container .twitter-widget-container {
            margin-right: -1px;
    }    
}

/*-----------------------Twitter --------------------------------------*/

.module-twitter {
    padding: 25px 5px;
    color: #fff;
}
@media (min-width: 1180px) {
    .module-twitter {
        margin-bottom: 20px;
    }    
}
@media (max-width: 414px) {
    .module-twitter {
        padding: 25px 5px 10px 5px;
    }
    .home .module-twitter {
        padding: 60px 5px 10px 5px;
    }    
}
@media (max-width: 320px) {
    .module-twitter {
        padding: 25px 5px 25px 5px;
    }
}
@media (min-width: 415px) and (max-width: 768px) {
    .module-twitter {
        padding: 25px 5px 30px 5px ;
    }
}
.module-twitter h3 {
    /*font-family: "Hermes FB";*/
    font-family: 'Roboto';
    font-weight: 300;
    color: #ededed;
    font-size: 34px;
    text-decoration: none;
}
.module-twitter h3 .fa-twitter {
    color: #46c3d7;
}

.module-twitter .x-icon {
    width: 34px;
    line-height: 34px;
    height: 34px;
    position: relative;
}

.module-twitter .x-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background-image: url(../assets/images/icons/svg/TwitterXIcon.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.module-twitter h4 {
    margin: 0 0 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
    font-weight: normal;
}

.module-twitter h4 a{
    color: rgba(255, 255, 255, .6);
    font-weight: normal;
}

.module-twitter .follow-txt {
    border-bottom: 1px solid #46c3d7;
    position: relative;
}

/*.module-twitter .follow-txt:before {
    content: "";
    border-bottom: 7px solid #00b8e5;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 235px;
}*/

.module-twitter .follow-before {
    border-bottom: 7px solid #46c3d7;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0px;
}

.module-twitter .text-twitter a {
    color: #46c3d7;
    word-break: break-word;
}

.module-twitter .text-twitter a:hover {
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
	background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	background-position: 0 36px;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	text-shadow: 2px 0 0 #16191b, -2px 0 0 #16191b !important;
}
.module-twitter .follow-txt a {
	font-weight: 400;
}
.module-twitter .follow-txt a:hover {
	/*border-bottom: 1px solid #fff;*/
	background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	background-position: 0 19px;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	text-shadow: 2px 0 0 #16191b, -2px 0 0 #16191b !important;
}
@media (min-width: 768px) {
    .module-twitter,
    .module-press-releases {
        min-height: 408px;
    }
    .module-twitter {
        padding: 10px 15px 30px 15px;
    }
    .module-twitter .follow-txt {
        width: 100%;
        bottom: 0;
        position: absolute;
    }
    .module-twitter h4 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1180px) {
    .module-twitter {
        padding: 10px 15px 20px 15px;
    }    
}
.ie9 .twitter-widget-container {
    height: 410px;
}

.ie9 .twitter-widget-container .twitter-slider-mask {
    height: 225px !important;
}

.ie9 .twitter-widget-container .follow-txt {
    bottom: 90px !important;
}

/* Small twitter module */
.twitter-module-small .module-twitter { 
    padding: 10px 0 10px 0;
}

.twitter-module-small .module-twitter h3 {
    font-family: "Roboto";
    font-weight: 300;
}

.twitter-module-small .module-twitter h4 {
    font-size: 16px;
    line-height: 18px;
}

.twitter-module-small .text-twitter {
    font-size: 22px;
    line-height: 24px;
}

.twitter-module-small .module-twitter .follow-txt a {
    font-weight: normal;
    font-size: 14px;
}
.twitter-module-small .module-twitter, .twitter-module-small.module-press-releases {
    min-height: 360px;
}

@media (max-width: 1279px) {
    .twitter-module-small .module-twitter h4 {
        font-size: 14px;
        line-height: 16px;
    }
    
    .twitter-module-small .text-twitter {
        font-size: 16px;
        line-height: 18px;
    }
}

.twitter-tweets .j-twitter-quote {
    display: none;
}

/* Fontawesome twitter hack */
.fa-twitter {
    color: transparent !important;
}

.fa-twitter:before {
    background-image: url(../assets/images/icons/svg/TwitterXIcon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50%;
}

/*-----------------------Module Issue Blog Inline carousel --------------------------------------*/
.module-blog-issue {
	position: relative;
}
.swiper-container-blog-issue, .swiper-container-blog-item-issue {
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
}
.swiper-container-blog-issue.bg-transparent, .swiper-container-blog-item-issue.bg-transparent {
    background-color: transparent;
}
.module-blog-issue .swiper-container-horizontal {
	overflow-x: scroll;
}
.module-blog.swiper-container-horizontal {
	overflow-x: scroll;
}
.module-blog-issue .blog-issue__image {
	/*height: 215px;*/
    height: 195px;
	position: relative;
}
.module-blog-issue .module-blog-issue__caption {
	background: #efefef;
	/*min-height: 130px;*/
    min-height: 170px;
    overflow: hidden;    
	padding: 20px 15px;
	text-align: left;
	-webkit-transition: background-color 150ms ease-out, color 150ms ease-out;
	        transition: background-color 150ms ease-out, color 150ms ease-out;
}
.module-blog-issue .module-blog-issue__caption.bg-white {
    background: #FFFFFF;
}
.module-blog-issue .module-blog-issue__caption h3 {
	margin: 0;
	background-position: left 16px;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 22px;
}
.module-blog-issue .swiper-slide {
	background-color: #071920;
}
.module-blog-issue .swiper-slide:hover .module-blog-issue__caption h3 {
	background-position: left center;
}
.module-blog-issue a .module-blog-issue__caption h3 {
	font-weight: normal;
	color: #145569;
}
.module-blog-issue .swiper-slide a:hover .module-blog-issue__caption {
	background: #145569;
	color: #fff;
}
.module-blog-issue a:hover .module-blog-issue__caption h3,
.module-blog-issue a:hover .module-blog-issue__caption p {
	color: #fff;
}
.module-blog-issue .module-blog-issue__caption h3 span {
	-webkit-transition: text-shadow 150ms ease-out;
	        transition: text-shadow 150ms ease-out;
}
.module-blog-issue a:hover .module-blog-issue__caption h3 span {
	color: #fff;
	/*background-image: -webkit-linear-gradient(right, #fff 50%, #fff 50%);
	background-image: linear-gradient(to left,#fff 50%,#fff 50%);
	background-position: 0 26px;
	background-repeat: repeat-x;
	background-size: 1px 1px;
	text-shadow: 2px 0 0 #145569, -2px 0 0 #145569 !important;*/
}
.module-blog-issue div.swiper-slide {
	display: block;
	/*width: 90%;*/
    width: 325px;
}
.module-blog-issue a:hover .icon-link {
    background-image: url("../assets/images/icons/link_arrow_white.svg");
}
.btn-disc {
	display: none;
}

/* Blog widget */
/*.blogwidget .module-blog-issue .module-blog-issue__caption {
    background: #FFFFFF;
}*/

.blogwidget .module-blog-issue .module-blog-issue__caption h3 {
    background-position: 0 8px !important;
    line-height: 26px;
}


/*@media (min-width: 480px) {
	.module-blog-issue div.swiper-slide {
		width: 65%;
	}
}
@media (min-width: 640px) {
	.module-blog-issue div.swiper-slide {
		width: 45%;
	}
}
@media (min-width: 800px) {
	.module-blog-issue div.swiper-slide {
		width: 35%;
	}
}*/
@media (min-width: 1180px) {
	.module-blog-issue .swiper-container-horizontal {
		overflow-x: hidden;
	}
	.module-blog.swiper-container-horizontal {
		overflow-x: hidden;
	}    
	/*.module-blog-issue div.swiper-slide {
		width: 33.33%;
	}*/
	.btn-disc {
		border-radius: 100%;
		background-color: transparent;
		border: 0;
		background-size: auto auto;
		display: block;
		width: 40px;
		height: 40px;
		top: -70px;
		right: 20px;
		margin: 0;
		z-index: 8;
	}
	.btn-disc.swiper-button-prev {
		left: auto;
		right: 70px;
	}
	.swiper-button-prev.swiper-button-disabled,
	.swiper-button-next.swiper-button-disabled {
		opacity: .5;
	}
}
/*@media (min-width: 1400px) {
	.module-blog-issue div.swiper-slide {
		width: 25%;
	}
}*/

@media (max-width: 480px) {
    .module-blog ul.list-blog > li {
        width: 320px;
    }
    .module-blog .img-wrapper, .module-blog .video-img-wrapper, .module-blog .video-img, .module-blog .video-container {
        height: 172px;
        margin-bottom: 0 !important;
        z-index: 8;
    }
    .module-blog .img-wrapper .img-wrapper-inner {
        height: 172px;
    }
    .module-blog .swiper-slide .img-wrapper-inner > img, .module-blog .swiper-slide .video-img-wrapper .video-img > img {
        width: 320px;
        height: 172px;
    }
    .home .module-blog .swiper-slide .heading-wrapper {
        padding-top: 20px !important;
    }
    .module-blog .swiper-slide .heading-wrapper h3 {
        font-size: 20px !important;
    }
    .module-blog .swiper-slide .fluidvids-item {
        height: 172px !important;
    }
    .module-blog .content-wrapper {
        min-height: 200px;
    }
}

@media (min-width: 1435px) {
    .module-blog.swiper-container-horizontal.less-than-3 {
        overflow-x: hidden !important;
    }
}
@media (max-width: 1434px) {
    .module-blog.swiper-container-horizontal.less-than-3 {
        overflow-x: scroll !important;
    }
}

.fa-beat {
    -webkit-animation: fa-beat 1s infinite linear;
    animation: fa-beat 1s infinite linear;
  }
  @-webkit-keyframes fa-beat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes fa-beat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

/*-----------------------Back to Top --------------------------------------*/

@media (min-width: 1180px) {
	.btn-top, .mini-menu-btn {
		bottom: 0px;
		height: 60px;
		width: 60px;
	}
	.article-nav-wrapper + .btn-top, .article-nav-wrapper + .mini-menu-btn {
		bottom: 207px;
	}
	.btn-top, .mini-menu-btn {
		background-color: #50c367;
		display: inline-block;
		opacity: 0;
		overflow: hidden;
		position: fixed;
		text-indent: 100%;
		-webkit-transition: opacity 150ms ease, visibility 150ms ease 0.3s;
		        transition: opacity 150ms ease, visibility 150ms ease 0.3s;
		visibility: hidden;
		white-space: nowrap;
        z-index: 11;
    }
    
    /*.mini-menu-btn {
        visibility: visible;
        opacity: 1;
    }*/
    
    /*.btn-top:before {
        content: '';
        position: absolute;
		display: block;
		width: 60px;
		height: 60px;        
        background-image: url(../assets/images/hero-texture-bg.png);
        background-repeat: repeat;        
    }*/    
    
	.btn-top:hover, .mini-menu-btn:hover {
		background-color: #46c3d7;
	}
	.btn-top.btn-is-visible, .mini-menu-btn.btn-is-visible {
		/* the button becomes visible */
		visibility: visible;
		opacity: 1;
	}  
    
}

/*-----------------------Article Section --------------------------------------*/

.module-hero-article .post-info-wrapper {
	color: #fff
}
.article-wrapper {
	margin-top: 70px;
}


.article-wrapper-no-gap {
	margin-top: 0;
}	
.hero-article-text {
	background: #071920;
	color: #fff;
	min-height: 240px;
	max-width: 100%;
	padding: 15px 15px 130px;
}
.module-hero-article .post-info-wrapper {
	bottom: 5px;
}
.hero-article-img {
	height: 255px;
	position: relative;
}
.module-hero-article {
	left: 0;
	top: 0px;
	height: 100%;
	overflow: hidden;
    z-index: 11;
}
.hero-article-text ul li a {
	color: #fff;
	float: left;
}
.hero-article-text h1 {
	font-size: 41px;
	line-height: 51px;
}
.module-hero-article a:hover .hero-article-text h1 span {
	border-bottom: 1px solid #fff
}
.module-hero-article ul.list-post-info {
	padding-top: 20px
}
.module-hero-article ul.list-post-info li {
	display: inline-block;
}
.module-hero-article ul.list-post-info:last-child li {
	vertical-align: middle;
}
.module-hero-article ul.list-post-info li a {
	color: #fff
}
.module-hero-article ul.list-post-info li.author-txt a:hover,
.module-hero-article ul.list-post-info li.category-txt a:hover {
	border-bottom: 1px solid #fff
}
.module-hero-article ul.list-social li {
	margin: 0 0 0 4px;
}
.module-hero-article ul.list-social li a {
	width: 38px;
	height: 38px;
	background-size: auto 100%;
	opacity: .4;
}
.module-hero-article ul.list-social li a:hover {
	opacity: 1;
}
.module-hero-article ul.list-social li a.icon-fa-wrapper {
    background-color: #FFFFFF;
    border-radius: 23px;
    width: 23px;
    position: relative;
}

.module-hero-article ul.list-social li a.icon-fa-wrapper.icon-fa-envelope-o:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f003";
    color: #071920;
    position: absolute;
    top: 4px;
    left: 19px;
}

@media (max-width: 991px) {
    .module-hero-article ul.list-social li a.icon-fa-wrapper {
        border-radius: 38px;
        width: 38px;
        text-indent: 0;
    }    
    .module-hero-article ul.list-social li a.icon-fa-wrapper.icon-fa-envelope-o:before {
        top: 10px;
        left: 9px;
        font-size: 20px;    
    } 
}

.module-hero-article .img-wrapper {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.module-hero-article .img-wrapper-inner {
	position: relative;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
.module-hero-article .img-wrapper-inner > img,
.module-hero-article .img-wrapper-inner > video {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.hero-article-media {
	height: 100%;
}
@media (max-width: 989px) {
	.hero-article-img video {
		display: none;
	}
}
@media (min-width: 990px) {
	.hero-article-img video {
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto !important;
		height: auto !important;
		position: relative;
		z-index: -100;
		transform: translateX(-50%) translateY(-50%);
	}
	.hero-article-img.has-video img {
		display: none;
	}
}
.btn-more-story {
	border: 1px solid #fff;
	padding: 15px 20px;
	z-index: 2;
	color: #fff;
	top: 80px;
    font-size: 14px;
	right: 15px;
	text-transform: uppercase;
	-webkit-transition: background-color 100ms ease-out, color 100ms ease-out;
	        transition: background-color 100ms ease-out, color 100ms ease-out;
}

.btn-more-story:focus {
    color: #FFFFFF;
}

@media (min-width: 1180px) {
    .btn-more-story {
        top: 145px;
    }    
}

.btn-more-story:hover {
	color: #145569;
	background-color: #fff;
}
.swiper-container-article {
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}
.swiper-container-article .swiper-slide {
	display: block;
	text-align: left;
	width: 90%;
	background-color: transparent;
}
.swiper-container-article .img-wrapper {
	width: 100%;
	margin-bottom: 10px;
}
.swiper-container-article .img-wrapper img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	width: 100%;
}
.swiper-container-article .text-post-info {
	width: 100%;
}
.swiper-article-next,
.swiper-article-prev {
	display: none;
}
.article-nav-wrapper {
	display: none;
}
@media (min-width: 768px) {
	.hero-article-img {
		height: 396px;
		overflow: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1179px) {
	.stories-col-sm-offset-5 {
		margin-left: 50%;
	}
	.stories-col-sm-5 {
		width: 50%;
	}
    .stories-col-sm-offset-6 {
        margin-left: 50%;
    }
    .stories-col-sm-6 {
        width: 50%;
    }        
}
@media (max-width: 991px) {
	.article-progress {
		display: none;
	}
}
@media (min-width: 992px) {
	.article-progress {
		height: 6px;
		background-color: #145569;
		min-width: 1px;
	}
	.article-wrapper {
		margin-top: 80px;
	}
	.article__content {
		max-width: 545px;
		padding: 0 20px;
	}
	.module-hero-article .post-info-wrapper {
		bottom: 5px;
		right: 0;
		left: auto;
		width: 93%
	}
	.max-w-505 {
		max-width: 505px;
	}
	.module-hero-article {
		position: fixed;
	}
	.swiper-container-article .swiper-slide {
		width: 100%
	}
	.hero-article-text {
		bottom: 0;
		position: absolute !important;
		right: 0;
		padding: 15px 35px 80px;
	}
	.hero-article-text h1 {
        font-size: 42px;
        line-height: 44px;
	}
	.hero-article-text {
		min-height: 250px;
		max-width: 93%;
		min-width: 93%;
		padding: 15px 35px 80px;
		background: rgba(1, 16, 28, .93);
	}
	.module-hero-article ul.list-social li a {
		width: 26px;
		height: 23px;
	}
	.module-hero-article ul.list-post-info {
		padding-top: 10px;
		/*width: 60%;*/
	}
	/*.module-hero-article ul.list-post-info:last-child {
		width: 40%;
	}*/
	.hero-article-img {
		height: 100%;
		overflow: hidden;
	}
	.article-nav-wrapper {
		position: fixed;
		height: auto;
		z-index: 10;
		bottom: 0;
		-webkit-transition: width 2s;
		        transition: width 2s;
		display: block;
		width: 60px;
	}
	/*.article-nav-wrapper ul li {
		float: left;
	}*/
	.article-nav-prev,
	.article-nav-next {
		display: block;
		bottom: auto !important;
		right: auto !important;
		/*float: left;*/
		margin-bottom: 1px;
		position: relative;
		z-index: 10;
	}
	.pagination-content-panel {
		display: block;
		width: 455px;
		left: 60px;
		position: absolute;
		top: 0;
		opacity: 0;
		-webkit-transition: opacity 150ms ease-in-out, left 150ms ease-in-out;
		        transition: opacity 150ms ease-in-out, left 150ms ease-in-out;
		z-index: 5;
	}
	.article-nav-wrapper a:hover .pagination-content-panel {
		left: -455px;
		opacity: 1;
	}
	.pagination-content-panel.panel_2 {
		top: 98px;
	}
	.article-pagination {
		background-color: rgba(0, 0, 0, 0.9);
		min-height: 97px;
		max-width: 455px;
		width: 100%;
	}
	.article-pagination:hover {
		background-color: rgba(0, 0, 0, 1);
	}
	.article-pagination .img-wrapper {
		width: 130px;
		float: left;
	}
	.article-pagination .heading-wrapper {
		width: 325px;
		float: left;
		height: 100%;
		padding: 13px;
	}
	.article-pagination .heading-wrapper h3 {
        font-weight: normal;
        color: #fff;
        display: inline-block;
        font-size: 22px;
        line-height: 26px;
        font-family: "Roboto";
        font-weight: 300;
        margin: 0;
        background-position: left 5px;
	}
	.article-pagination a:hover .heading-wrapper h3 {
		border-bottom: 1px solid #fff
	}
}
@media (min-width: 1100px) {
	.article__content {
		padding: 0 15px 0 40px;
	}
	.hero-article-text h1 {
        font-size: 46px;
        line-height: 48px;
	}
	.swiper-article-next,
	.swiper-article-prev {
		background-color: rgba(255,255,255,0.5);
		background-size: contain;
		border-radius: 100%;
		width: 48px;
		height: 48px;
		position: absolute;
		top: 140px;
		cursor: pointer;
		/*margin-top: -39px;*/
		display: block;
		text-indent: -9999px;
		-webkit-transition: background-color 150ms ease-out;
		        transition: background-color 150ms ease-out;
		z-index: 10;
	}
	.swiper-article-next:hover,
	.swiper-article-prev:hover {
		background-color: rgba(255,255,255,0.9);
	}
	.swiper-article-prev.swiper-button-disabled,
	.swiper-article-next.swiper-button-disabled {
		background-color: rgba(255,255,255,0.5) !important;
		opacity: .3;
		cursor: default;
	}
	.swiper-article-prev {
		left: 10px;
	}
	.swiper-article-next {
		right: 10px;
	}
	.swiper-container-article {
		overflow: hidden;
		padding-bottom: 0;
	}
}
@media (min-width: 1400px) {
	.article__content {
		max-width: 580px;
		padding: 0 15px 0 60px;
	}
}

@media (min-width: 1180px) {
	.article-wrapper-no-gap {
		margin-top: 70px;
	}	
	.minimized .article-wrapper-no-gap {
		margin-top: 0;
	}
	.force-minimized .article-wrapper-no-gap {
		margin-top: 0;
	}    	
}

/*.article-nav-list {
	position: fixed;
	bottom: 0;
	right: 0;
}*/
.article-nav-list a {
	display: block;
}

/*-----------------------Article Image Widget --------------------------------------*/

.traffic-control .swiper-container-general {
	overflow: hidden;
	overflow-x: auto;
}
.traffic-control li h5 {
	font-weight: bold;
}
.traffic-control li h5,
.traffic-control li p {
	font-size: 14px;
	line-height: 20px;
}
ul.list-article-icongraphic li {
	float: left;
	padding-right: 5%;
	width: 40%;
	display: block;
	background: none;
	text-align: left;
}
ul.list-article-icongraphic li:last-child {
	padding-right: 0;
}
@media (min-width: 768px) {
	ul.list-article-icongraphic li {
		width: 30%;
	}
}

/*-----------------------Article Image Widget --------------------------------------*/

.module-media-panel {
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.module-media-panel .text-post-info {
	line-height: 20px;
	width: 90%;
}
.module-media-panel img {
	width: 100%;
}
.module-media-panel .video-img {
	overflow: hidden;
}
.video-img-wrapper {
	position: relative;
	z-index: 99;
}

.videoLoader {
    position: relative;
}

.video-play-btn {
	bottom: 19px;
	right: 19px;
	width: 76px;
	height: 76px;
	display: block;
	-webkit-transition: background-image 150ms ease-out;
	        transition: background-image 150ms ease-out;
}


.video-widget .video-play-btn, .video-play-btn.btn-centre {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

.video-container {
	display: none;
	margin-bottom: 7px;
}
.video-img-wrapper img {
	-webkit-transition: opacity 0.3s ease 0s;
	        transition: opacity 0.3s ease 0s;
	background-color: #fff
}
.video-img-wrapper:hover img {
	opacity: .8;
}

.video-img-wrapper .video-title {
    position: absolute;
    bottom: 2px;
    display: inline-block;
    width: auto;
    left: 0;
    right: 0;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    z-index: 99;
}

.video-img-wrapper:hover .video-title {
    background-color: #FFFFFF;
    color: #145569;
}

@media (min-width: 1180px) {
	.module-media-panel {
		margin-bottom: 35px;
	}
}

/* Airspace+ widget */
.airspaceplus-container {
    width: 100%;
    overflow: hidden;
    background-color: #071920;
}

.airspace_plus_widget h3 {
    color: white;
    font-size: 30px;
    line-height: 30px;
}

.airspace_plus_widget .plus-lift {
    display: inline-block;
    position: relative;
    /*top: -4px;*/
    top: 0;
    left: 4px;
}

.airspaceplus-intro-text p {
    font-size: 0.9em;
    color: #FFFFFF;
}

.airspaceplus-intro-text p a {
    color: #B93296;
}

.airspaceplus-intro-text p a:hover, .airspaceplus-intro-text p a:focus {
    color: #FFFFFF;
}

.airspace_plus_widget .module-blog-issue {
    border-top: 1px solid #222222;
}

.airspace_plus_widget div.swiper-slide {
    width: 400px;
}

.airspace_plus_widget .video-img-wrapper .video-main-title {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    z-index: 99;
    font-size: 0.7em;
    background-color: #B93296;
    padding: 1em;
    min-width: 130px;
    text-align: center;
}

.airspace_plus_widget .video-img-wrapper:hover .video-main-title {
    background-color: #145569;
    color: #FFFFFF;    
}

.airspace_plus_widget .video-img-wrapper .video-title {
    position: absolute;
    bottom: 0;
    display: inline;
    width: auto;
    left: 0;
    right: auto;
    padding: 10px;
    font-size: 0.7em;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    z-index: 99;
    width: 100%;
}

.airspace_plus_widget .video-img-wrapper:hover .video-title {
    background-color: #145569;
    color: #FFFFFF;    
}

.airspace_plus_widget .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

.airspace_plus_widget .video-key {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    background-color: rgba(0,0,0,0.7);
    line-height: 22px;
    padding: 3px 10px;
    font-size: 12px;
}
.airspace_plus_widget .video-key div {
    color: #FFF;
}

.airspace_plus_widget .video-key span {
    display: inline-block;
    background-color: #FFFFFF;
    width: 10px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.airspace_plus_widget .key-departures span {
    background-color: #cd2529;
}
.airspace_plus_widget .key-arrivals span {
    background-color: #a2a01d;
}
.airspace_plus_widget .key-domestic span {
    background-color: #8a3098;
}
.airspace_plus_widget .key-overflights span {
    background-color: #0799bd;
}

.airspace_plus_widget .module-media-panel, .airspace_plus_widget .video-container {
    margin-bottom: 0;
}

.airspace_plus_widget .videoLoader .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
}

.airspace_plus_widget .videoLoader .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.airspace_plus_widget .videoLoader .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #B93296;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: airplus-wid-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: airplus-wid-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: airplus-wid-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: airplus-wid-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.airspace_plus_widget .videoLoader .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.airspace_plus_widget .videoLoader .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes airplus-wid-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes airplus-wid-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes airplus-wid-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes airplus-wid-hero-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*-----------------------Article Image Widget --------------------------------------*/

.module-article-widget {
	margin-bottom: 40px;
}
.module-article-widget img {
	max-width: inherit;
}
.module-article-widget .img-container {
	position: relative;
	min-height: 186px;
}
.module-article-widget a .h3 {
	font-weight: 300;
	color: #00b8e5
}
.module-article-widget .content-wrapper {
	padding: 15px;
}
.module-article-widget .img-wrapper {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.module-article-widget .img-wrapper-inner {
	position: relative;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
.module-article-widget .img-wrapper-inner > img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
@media (min-width: 1180px) {
	.module-article-widget {
		margin-bottom: 50px;
	}
	.module-article-widget .img-container {
		min-height: 155px;
	}
}
@media (min-width: 1100px) {
	.module-article-widget .img-container {
		min-height: 128px;
	}
}

/*-----------------------Article Author Widget --------------------------------------*/

.module-author-panel {
	margin-bottom: 25px;
}
.module-author-panel,
.module-author-panel h5,
.module-author-panel p {
	font-size: 14px;
	line-height: 1.5;
}
.module-author-panel p {
	margin-bottom: 10px;
}
.module-author-panel .list-social li a {
	width: 40px;
	height: 40px;
	opacity: .3;
}
.module-author-panel .media-img {
	border: 2px solid #fff;
	background: #fff;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: inline-block;
	overflow: hidden;
}
@media (min-width: 1180px) {
	.module-author-panel .list-social li a {
		width: 30px;
		height: 30px;
	}
}

/*-----------------------Article Related Stories --------------------------------------*/

.module-article-stories {
	padding: 0 15px;
}
.module-article-stories .module-blog ul.list-blog > li {
	padding-right: 1px;
	margin-right: 0;
	width: 90%;
	max-width: 440px;
}
@media (min-width: 768px) {
	.module-article-stories .module-blog ul.list-blog > li {
		width: 50%;
	}
	.module-article-stories .module-blog {
		overflow: hidden;
	}
}
@media (min-width: 1180px) {
	.module-article-stories {
		padding-left: 20px;
	}
	.module-article-stories .module-blog ul.list-blog > li {
		width: 70%;
	}
	.module-article-stories .module-blog {
		overflow-x: scroll;
	}
}
@media (min-width: 1100px) {
	.module-article-stories {
		padding-left: 40px;
	}
	.module-article-stories .module-blog {
		overflow: inherit;
	}
	.module-article-stories .module-blog ul.list-blog > li {
		width: 50%;
	}
}
@media (min-width: 1400px) {
	.module-article-stories {
		padding-left: 60px;
	}
}

/*-----------------------Module Discussion --------------------------------------*/

.module-discussion .form-control {
	background-color: #fff;
	resize: none;
	color: #3d3d3d
}
.module-discussion .btn-primary {
	padding: 8px 27px;
}
.module-comments {
	padding: 12px;
}
.module-comments .post-photo {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}
.module-comments h4 {
	font-weight: normal;
}
.module-comments .date-txt {
	color: #9a9a9a;
	font-size: 14px;
	margin-bottom: 8px;
}
.module-comments p {
	margin-bottom: 5px;
}
@media (min-width: 1180px) {
	.module-discussion {
		margin-top: 50px;
	}
}
@media (min-width: 1100px) {
	.module-discussion {
		padding: 0 10px;
	}
}
@media (min-width: 1400px) {
	.module-discussion {
		padding: 0 30px;
	}
}

/*-----------------------Equal Height --------------------------------------*/

.equal-height {
	margin-bottom: -1000px !important;
	padding-bottom: 1000px !important;
}

/*-----------------------Image Scale Effect --------------------------------------*/

.module-blog-issue .swiper-slide img,
.module-blog .swiper-slide .img-wrapper img,
.home-news-wrapper .img-wrapper img,
.module-hero-article .img-wrapper-inner > img,
.module-article-widget .img-wrapper-inner > img,
.module-feature-content .image_container img {
	/*transition: transform 100ms ease-out;*/
	-webkit-transition: opacity 150ms ease;
	        transition: opacity 150ms ease;
	/* Safari */
	opacity: 1;
}
.module-blog-issue a:hover img,
.module-blog a:hover .img-wrapper img,
.home-news-wrapper a:hover .img-wrapper img,
.hero-article-text:hover .img-wrapper-inner > img,
.module-article-widget:hover .img-wrapper-inner > img,
.module-feature-content a:hover .image_container img {
	/*transform: scale(1.1);*/
	opacity: .7;
}

/*-----------------------Ipad  landscape media queries--------------------------------------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/*.home-news-wrapper .img-wrapper-inner,
.module-article-widget .img-wrapper-inner {
	position: relative;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
}
.home-news-wrapper .img-wrapper-inner > img,
.module-article-widget .img-wrapper-inner > img {
	height: 100%;
	width: auto;
	max-width: inherit;
}

*/
	a[data-tooltip]:hover .module-blog-author {
		display: none;
	}
}

/*----------------------- TOMS STUFF DONT TOUCH --------------------------------------*/

.blog-issue__image .img-wrapper {
	height: 100%;
	/*left: 0*/
	overflow: hidden;
	/*position: absolute;*/
	/*top: 0;*/
	width: 100%;
}
/*.blog-issue__image .img-wrapper-inner {
	height: 200%;
	left: -50%;
	position: relative;
	top: -50%;
	width: 200%;
}*/
.blog-issue__image .img-wrapper-inner > img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	/*bottom: 0;
	left: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
	position: absolute;
	right: 0;
	top: 0;*/
}
.apac-centered {
    position: relative;
}    
.apac-centered .list-industry {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    height: 200px;
}

@media (min-width: 625px) {
	.industry-centered {
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
	}  
}
@media (max-width: 625px) {
    .who-we-are  .col-sm-6 {
        width: 100% !important;
    }
    .who-we-are .list-industry {
        margin: 0 !important;
    }
}
.text-post-tag {
	-webkit-transition: background-color 100ms ease-out, color 100ms ease-out;
	        transition: background-color 100ms ease-out, color 100ms ease-out;
}


/* Modal content */
.modal.no-chrome .modal-dialog {
    margin: 0;
    width: 100%;
}
.modal.no-chrome .modal-header {
    display: none;
}
.modal.no-chrome .modal-content {
    border: none;
    border-radius: 0;
}
.modal.no-chrome .modal-body {
    padding: 0;
    margin: 0;
}
.modal .modal-body iframe {
    max-width: 100%;
}
.modal.no-chrome .modal-body iframe {
    position: relative;
    display: block;
    background: #071920;
    border: none;
    height: calc(100vh - 40px);
    width: 100vw;
    z-index: 3;
}
.modal.no-chrome button.close {
    opacity: 1;
    text-shadow: none;
}
.modal.no-chrome .modal-close {
    z-index: 8;
    position: relative;
    right: 10px;
    top: 5px;
    font-size: 30px;
    color: #008DC4;
    padding: 5px;
    width: 40px;
    text-align: center;
    height: 40px;
    cursor: pointer; 
    background-repeat: no-repeat;
}

.modal.no-chrome .modal-close:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";
    font-style: normal;
    font-size: 28px;
    color: #E1241F;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
}

.modal.no-chrome .modal-close:hover:before {
    color: #FF0000;
}

.modal .modal-toolbar {
    width: 100%;
    background-color: #071920;
    height: 40px;
    border-bottom: 1px solid #333333;
}

.modal .modal-toolbar h2 {
    display: inline-block;
    margin: 2px 10px 0 10px;
    color: #888888;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    line-height: 38px;
}

.modal.modal-bw .modal-toolbar h2 {
    text-transform: none;
    color: #FFFFFF;
    font-weight: 800;
}

.modal .modal-toolbar ul.list-social li, .modal .modal-toolbar ul.list-social-dark li {
    margin: 7px 8px 5px 0;
}

.modal .modal-toolbar ul.list-social li a, .modal .modal-toolbar ul.list-social-dark li a {
    width: 25px;
    height: 25px;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    border-bottom: none !important;
}

.modal .modal-toolbar ul.list-social li a:hover, .modal .modal-toolbar ul.list-social-dark li a:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    -webkit-opacity: 1.0;
}


.modal .modal-toolbar ul.list-social li a.icon-fa-wrapper {
    background-color: #FFFFFF;
    border-radius: 25px;
    width: 25px;
    position: relative;
}

.modal .modal-toolbar ul.list-social li a.icon-fa-wrapper.icon-fa-envelope-o:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0e0";
    color: #071920;
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-indent: 0;
}

.modal .modal-toolbar ul.list-social li a.icon-fa-wrapper.icon-fa-twitter:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f099";
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-indent: 0;
    background-image: url(../assets/images/icons/svg/TwitterXIconBlack.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%; 
}

.modal .modal-toolbar ul.list-social li a.icon-fa-info {
    background-color: #46c3d7;
    border-radius: 25px;
    width: 25px;
    position: relative;
    opacity: 1;
}

.modal .modal-toolbar ul.list-social li a.icon-fa-info:hover {
    background-color: #50c364;
    opacity: 1;
}

.modal .modal-toolbar ul.list-social li a.icon-fa-wrapper.icon-fa-info:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f129";
    color: #071920;
    position: absolute;
    top: 0;
    left: 9px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-indent: 0;
}

.modal .modal-toolbar ul.list-social li a.icon-fa-wrapper.icon-fa-twitter {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 100%;
    display: block;
    height: 25px;
    opacity: 0.4;
    position: relative;
    width: 26px;
    background-image: url(../assets/images/icons/svg/TwitterXIconTransparent.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 171% !important;    
}

.modal .modal-toolbar ul.list-social li a.icon-fa-wrapper.icon-fa-twitter:before {
    display: none;
}


.modal .modal-toolbar ul.list-social li a.icon-fa-cloud-download-alt {
    background-color: #FFFFFF;
    border-radius: 25px;
    width: 25px;
    position: relative;
}

.modal .modal-toolbar ul.list-social li a.icon-fa-wrapper.icon-fa-cloud-download-alt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f381";
    color: #071920;
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-indent: 0;
}

.modal .modal-toolbar ul.list-social li a.icon-fa-wrapper.icon-fa-twitter:hover {
    opacity: 1;
}

.btn-modal-download {
    position: relative;
	padding-right: 30px !important;
}

.btn-modal-download:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;	
    content: "\f078";
    position: absolute;
    right: 10px;
    font-size: 12px;
    line-height: 17px;
}


.bw-toolbar-popover .popover-content h5 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.popover.bw-toolbar-popover {
    max-width: 100%;
}

/* Modal fix (mainly for IE) */
.modal.no-chrome {
    padding-left: 0 !important;
}

.btn-modal-toolbar {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;
    margin-top: 6px;    
}

/*-----------------------	Stories article page --------------------------------------*/

/* -------------------- Reset */
.stories-content-wrapper .text-content {
	padding: 0;
}



/* -------------------- Wrapper */
.main-section--stories {
	background-color: #f3f3f3;
	overflow: hidden;
}
.single .stories-content-wrapper {
	margin: 25px auto;
	max-width: 650px;
	padding: 15px 30px;
	position: relative;
	width: 100%;
}
.row--no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.row--no-gutter [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}



/* -------------------- Header */
.stories-header {
	margin-bottom: 55px;
	position: relative;
}
@media (max-width: 767px) {
	.stories-header {
		padding-right: 30%;
	}
}
.stories-header .text-post-tag {
	border-color: #145569;
	margin-right: 10px;
	padding: 3px 12px;
}
.stories-header .list-post-info {
	border-top: 0;
	padding-top: 26px;
}
.stories-header .icon-comments {
	background-position: 0 0;
	border-radius: 0;
	border: none;
	padding: 0 0 5px 25px;
	width: auto;
}



/* -------------------- Type */

/* ----------	H1 */
.stories-header .stories-header__title {
	color: #333;
	font-size: 42px;
	letter-spacing: -2px;
	line-height: 48px;
}
@media (min-width: 768px) {
	.stories-header .stories-header__title {
		font-size: 70px;
		line-height: 76px;
	}
}

.stories-content-wrapper .heading-2 {
	color: #145569;
    font-family: "Roboto";
    font-weight: 300;
	font-size: 42px;
	letter-spacing: -2px;
	line-height: 48px;
	text-transform: inherit;
	margin-bottom: 10px;
}
.stories-content-wrapper .heading-3 {
    font-family: "Roboto";
    font-weight: 300;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 44px;
	margin-bottom: 10px;
}




/* --------------------------- Headings Stories */

/* ----------	Blockquote */
.stories-content-wrapper .blockquote-stories {
	border-left: 3px solid #145569;
	margin: 35px auto 60px;
	max-width: 480px;
	padding-left: 25px;
	position: relative;
}
.stories-content-wrapper .blockquote-stories:before {
	display: none;
}
.stories-content-wrapper .blockquote-stories__quote {
	font-family: 'Roboto';
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 22px;
}
.stories-content-wrapper .blockquote-stories__cite {
	font-family: 'Roboto';
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}
.stories-content-wrapper .blockquote-stories__cite-span {
	display: block;
}
.stories-content-wrapper .blockquote-stories__cite-span:first-child {
	font-weight: 400;
}



/* -------------------- Default components */

/* ---------- Image scale */
.container-image {
	height: 300px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.container-image--large {
	height: 360px;
}
.container-image__item {
	height: auto;
	left: 50%;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	width: auto;
}
@media (min-width: 992px) {
	.container-image--large {
		height: 458px;
	}
}
@media (min-width: 768px) {
	.container-image--parallax .container-image__item {
		top: 0;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	.no-requestanimationframe .container-image--parallax .container-image__item {
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
			-ms-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
	}
}
@supports (object-fit: cover) {
	@media (max-width: 767px) {
		.container-image__item {
			-webkit-transform: none !important;
				-ms-transform: none !important;
					transform: none !important;
			height: 100%;
			left: 0;
			max-width: 100%;
			object-fit: cover;
			top: 0;
		}
	}
}

/* ---------- Featured image */
.featured-image {
	width: 100%;
}

/* ---------- Video embed */
.video-embed {
	background: #071920;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.video-embed__player {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.fw-vid-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: 2;*/
}

.fw-vid-item-zindex {
    /*z-index: 3;*/
}

.fwi-title {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(7,25,32,0.5);
    padding: 0px 20px 0px 20px;  
    font-size: 30px;
    line-height: 46px;
    color: #FFFFFF;
    font-weight: 400;
}

/* ---------- Tabs */
[data-tabs-panel][aria-hidden="true"] {
	display: none;
}
[data-tabs-panel]:focus {
	outline: none;
} 

.video-fw-bg-container {
	position: relative;
	height: 400px;	
}

@media (min-width: 1180px) {
	.video-fw-bg-container, .video-fw-bg-container-600 {
		height: 600px;
    }
	.video-fw-bg-container-500 {
		height: 500px;
    }    
	.video-fw-bg-container-400 {
		height: 400px;
    }     
	.video-fw-bg-container-300 {
		height: 300px;
	}      
}

.video-fw-bg-wrapper {
	overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
 }

 .video-fw-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;    
    z-index: 1;
 }

.video-fw-bg-mob-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;    
    z-index: 1;
 }

@media (min-width: 768px) {
    .video-fw-bg-mob-image {
        display: none;
     }
}

 .video-fw-bg-wrapper .video-fw-bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(7, 25, 32, 0.4);
    z-index: 2;	 
 }

 .video-fw-bg-wrapper iframe,  .video-fw-bg-wrapper video {
	width: 100vw !important;
	height: 56.25vw !important; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
 }




 .video-fw-bg-wrapper .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
    z-index:3;
}

.video-fw-bg-wrapper .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.video-fw-bg-wrapper .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #46c3d7;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.video-fw-bg-wrapper .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.video-fw-bg-wrapper .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.hide-opacity {
    opacity: 0;
}

 .video-fw-content-wrapper {
    position: absolute;
    top: 20%;
    z-index: 2;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 400px;
 }

 .video-fw-content-wrapper h1 {
    display: inline-block;
    float: left;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    font-size: 60px;
    line-height: 100px;
    vertical-align: top;
 }

 .video-fw-content-wrapper .video-fw-content-divider {
    display: inline-block;
    float: left;    
    background-color: #FFFFFF;
    margin: 0;
    width: 95%;
    height: 2px;
    max-width: 350px;
 }

.video-fw-content-wrapper p {
    display: inline-block;
    float: left;    
	color: #FFFFFF;
	text-align: left;
	margin-top: 15px;
	width: 300px;
	font-size: 28px;
	line-height: 32px;
	vertical-align: top;
}

.video-fw-content {
    z-index: 3;
}

.video-fw-content-border {
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
    margin-top: 10px;
    display: inline-block;
}

.link-box {
    display: block;
    max-width: 255px;
    /*min-height: 90px;*/  
    line-height: 25px;
    padding: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;  
    margin: 15px;  
    z-index: 3;
}

.link-box:link, .link-box:visited, .link-box:hover, .link-box:active {
    color: #FFFFFF;
}

.link-box span {
    display: inline-block;
    vertical-align: middle;    
}

.video-fw-scroll-down, .video-fw-scroll-down:link, .video-fw-scroll-down:visited, .video-fw-scroll-down:hover, .video-fw-scroll-down:focus {
    z-index: 2;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
    color: #FFFFFF;
    font-size: 30px;    
    display: none;
}

.video-fw-scroll-down.always-show, .video-fw-scroll-down.always-show:link, .video-fw-scroll-down.always-show:visited, .video-fw-scroll-down.always-show:hover, .video-fw-scroll-down.always-show:focus {   
    display: inline-block;
}

@media (min-width: 1180px) and (max-height: 800px) {
    .video-fw-scroll-down, .video-fw-scroll-down:link, .video-fw-scroll-down:visited, .video-fw-scroll-down:hover, .video-fw-scroll-down:focus {   
        display: inline-block;
    }
}

@media (min-width: 768px) {

	.video-fw-content-wrapper {
        top: 35%;
        padding: 0;
        max-width: none;
    }

	.show-flight-stats .video-fw-content-wrapper {
        top: 30%;
    }    
    
    .full-height-m-header .video-fw-content-wrapper {
        top: 20%;
     }    

	.video-fw-content-wrapper h1 {
        float: none;
		font-size: 60px;
		line-height: 100px;
		}

	 .video-fw-content-wrapper .video-fw-content-divider {
        float: none;
		width: 2px;
		height: 100px;
		margin: 0 30px 0 35px;
	}	 
	
	.video-fw-content-wrapper p {
        float: none;	
		margin-top: 15px;
		width: 300px;
		font-size: 28px;
		line-height: 32px;
	}

}


@media (min-width: 1180px) {
    .show-flight-stats .video-fw-bg-wrapper .hero-loading {
        top: 38%;
    }
}

@media (min-width: 1405px) {

	.video-fw-content-wrapper {
		top: 35%;
		width: 100%;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
    }	
    
    .full-height-m-header .video-fw-content-wrapper {
        top: 20%;
     }  
     
     .show-flight-stats .video-fw-content-wrapper {
        top: 25%;
    }       

	.video-fw-content-wrapper h1 {
		font-size: 100px;
		line-height: 150px;
		text-align: center;
		vertical-align: top;
	}

	.video-fw-content-wrapper .video-fw-content-divider {
		width: 2px;
		height: 150px;
		margin: 0 30px 0 35px;		
	 }	 
	
	.video-fw-content-wrapper p {
		margin-top: 30px;
		width: 400px;
		font-size: 39px;
		line-height: 45px;
		vertical-align: top;
	}

}


.image-fw-bg-container {
	position: relative;
	height: 200px;	

	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;	
}

@media (min-width: 1180px) {
	.image-fw-bg-container {
		height: 400px;
	}
}

.image-fw-content-wrapper {
 	position: absolute;
    top: 30%;
    left: 50%;
    right: 50%;
    margin-left: -200px;
    width: 400px;
	text-align: center;
 }

.image-fw-content-wrapper h1 {
	display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    padding: 10px;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.image-fw-content-wrapper p {
	display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    color: #FFFFFF;
}

/* Tabs */
.panel.white-tabs {
	background-color: transparent;
    border: 1px solid transparent;	
}

.white-tabs .nav-tabs {
    background-color: transparent;	
}

.white-tabs .nav-tabs-simple > li {
    background-color: #dde0e6;
}

.white-tabs .nav-tabs-simple > li > a {
    border-radius: 0;
    padding: 15px 20px;
    margin-right: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    min-width: 70px;
    text-transform: none;
    border-color: transparent;
}

.white-tabs .nav-tabs-simple > li.active a, .white-tabs .nav-tabs-simple > li.active a:hover, .white-tabs .nav-tabs-simple > li.active a:focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    position: relative;
}

.white-tabs .nav-tabs-simple > li.active a:before, .white-tabs .nav-tabs-simple > li.active a:hover:before, .white-tabs .nav-tabs-simple > li.active a:focus:before {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    right: -1px;
    display: block;
    height: 6px;
    background-color: #50C364;
}

.white-tabs .nav-tabs-simple > li.active:after, .white-tabs .nav-tabs-simple > li:hover:after, .white-tabs .nav-tabs-simple > li:focus:after {
    display: none;
}

.white-tabs .nav-tabs-simple:after {
    border-bottom: none;
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 120;
}

.white-tabs .nav-tabs-simple > li:after {
    background-color: transparent;
    height: 0;
}

.white-tabs .nav-tabs > li > a:hover{
    text-decoration:underline;
}


.white-tabs .nav-tabs {
    white-space: nowrap; /* [1] */
    overflow-x: auto; /* [2] */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 

    /*display: -webkit-box;*/
    display: -moz-box;
    display: -ms-flexbox;    

}
  

  .white-tabs .nav-tab::-webkit-scrollbar {
    display: none; }

/*.white-tabs .nav-tabs>li {
    float: none;
}*/

.white-tabs .tab-content {
    background-color: #FFFFFF;	
}

.white-tabs .tab-content.no-bg {
    background: none;
}

.white-tabs .nav-tabs ~ .tab-content {
    padding: 0;
}

.white-tabs .tab-inner-content {
    padding: 15px;
}

.disable-tab-style {
    background-color: transparent !important;
    font-weight: normal;
}

.hover-green-tab:hover {
    background-color: #50c364 !important;
}

.hover-green-tab:hover a, .hover-green-tab:hover a:visited, .hover-green-tab:hover a:hover {
    color: #FFFFFF !important;
    transition: none !important;
}

.job-item {
	background-color: #FFFFFF;	
	border-top: 6px solid #46c3d7;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    min-height: 320px;
}

.grid-style-list .job-item {
    min-height: auto;
    background-color: transparent;
    border-top: none;
    margin-bottom: 0;
    border-bottom: #ccc 1px dashed;
    padding: 15px 100px 0 0;
}

.grid-style-box .job-item {
    min-height: 380px;
    border: #e8e9ed 1px solid;
}

.grid-style-list .job-item .btn {
    position: absolute;
    right: 0;
    bottom: 15px;
}

a:hover .job-item {
	background-color: #071920;	
	border-top: 6px solid #50c364;
}

.job-item .fa {
	width: 20px;
}

.job-title {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e9ed;	  
    min-height: 70px;  
}

.grid-style-list .job-title {
    min-height: auto; 
    border-bottom: none; 
    margin-bottom: 0;    
}

.grid-style-list .job-details span {
    color: #46c3d7;
    margin: 0 5px; 
}

.job-application-closed {
    border:4px red solid;
    color:#071920;
    padding:20px;
    display:inline-block;
}

.job-division {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
}

.grid-style-list .job-title-link, .grid-style-list .job-title-link:link, .grid-style-list .job-title-link:hover {
	text-decoration: none;
}

.grid-style-list .job-title-link:hover {
	color: #B93296;
}


.job-title-link, .job-title-link:link, .job-title-link:hover {
	text-decoration: none;
}

.job-title-link:hover {
	color: #FFFFFF;
}

.job-list .job-item {
    border: 1px solid #e8e9ed;
}

.early-careers-img-col img {
    max-width: 300px;  
}

.clear-filters, .clear-filters:link, .clear-filters:visited {
    color: #FFFFFF;
}

.clear-filters:hover {
    color: #B93296 !important;
}

.clear-filters .fa {
    color: red;
}

.clear-filters:hover .fa {
    color: #B93296;
}

@media (min-width: 768px) {
    .early-careers-img-col {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right;
        overflow: hidden;    
    }

    .early-careers-img-col img {
        max-width: 80%;  
    }

}

.early-careers-image-caption {
    position: absolute;
    bottom: 10px;
    right: 30px;
    background-color: #071920;
    opacity: 0.8;
    padding: 15px;
    color: #FFFFFF;    
}

.early-careers-footer-text {
    font-size: 30px;
    line-height: 40px;
    padding: 15px;
}

.early-careers-footer-btn {
    padding: 15px;
    text-align: right;
}

.panel-grid .panel-grid {
    display: inherit;
}

.fw-img-wrapper-bg {
    background-size: cover;
    background-position: center center;    
}

.fw-img-wrapper-bg.parallax-bg {
    background-attachment: fixed;
}

.fw-img-wrapper-fill {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fw-img-wrapper-fill-bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
}

.fw-img-wrapper-fill-np {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;    
}


/* modal share widget -------------------------------------------------------- */

.modal-share-widget {
    position: relative;
    display: inline-block;
}

.modal-share-widget .btn {
	padding: 5px 10px;
	border-radius: 2px;
}


.modal-share-widget__toggle .glyphicon {
	margin-right: 5px;
	top: 3px;	
}

.modal-share-widget__list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0.625em; /* 10px */
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(-1em);
	    -ms-transform: translateY(-1em);
	        transform: translateY(-1em);
	transition: opacity 150ms ease-out, visibility 150ms ease-out 150ms, -webkit-transform 150ms ease-out;
	transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms ease-out 150ms;
	transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms ease-out 150ms, -webkit-transform 150ms ease-out;
	visibility: hidden;
	z-index: 6;
    right: 0;
	top: 45px;
	width: 300px; 
	text-align: right;

}

.modal-share-widget--is-active + .modal-share-widget__list,
.no-js .share-widget__list {
	opacity: 1;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	transition: all 150ms ease-out;
	visibility: visible;
}
.modal-share-widget__list-item {
	margin-bottom: 0.325em; /* 6px */
	display:inline-block;
}


/* ---------- Links */

.modal-share-widget__link {
	background-size: 1.375em; /* 22px */
	background: #fff no-repeat center;
	border-radius: 50%;
	border: 1px solid red;
	display: block;
	height: 2.25em; /* 36px */
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	transition: background-color 150ms ease-out, border 150ms ease-out;
	white-space: nowrap;
	width: 2.25em; /* 36px */
    text-indent: 9999px;
}

/*	Network modifiers */
.modal-share-widget__link--email {
    position: relative;
    border: 1px solid #071920;
}

.modal-share-widget__link--email:hover, .modal-share-widget__link--email:focus {
    background-color: #46c3d7 !important;
    border: 1px solid #46c3d7;
}

.modal-share-widget__link--email:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    color: #071920;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9999999;
    font-size: 18px;
    text-indent: 3px;    
}

.modal-share-widget__link--email:hover:after, .modal-share-widget__link--email:focus:after {
    color: #FFFFFF;
}

.modal-share-widget__link--url {
    position: relative;
    border: 1px solid #071920;
}

.modal-share-widget__link--url:hover, .modal-share-widget__link--url:focus {
    background-color: #46c3d7 !important;
    border: 1px solid #46c3d7;
}

.modal-share-widget__link--url:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    color: #071920;
    position: absolute;
	top: 5px;
    left: 5px;
    z-index: 9999999;
    font-size: 18px;
    text-indent: 4px;
}

.modal-share-widget__link--url:hover:after, .modal-share-widget__link--url:focus:after {
    color: #FFFFFF;
}

.modal-share-url-msg {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    background-color: #145569;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    font-size: 14px;    
}

ul.modal-share-item-list {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.modal-share-item-list > li {
    padding-left: 0;
}

ul.modal-share-item-list > li > div {
    position: relative;
    overflow-wrap: break-word;
    line-height: 35px;
    color: #000000;
    padding: 0;
    text-align: left;
    display: block;
    clear: both;
    font-weight: 400;
    white-space: nowrap;    
}

ul.modal-share-item-list > li > div > p {
    font-size: 14px;
    line-height: 35px;
    margin: 0 55px 0 0;
}

ul.modal-share-item-list > li > div > p.link-container {
    position: relative;
	margin: 0;
    overflow: hidden;
}

ul.modal-share-item-list > li > div > p.link-container a {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    text-align: center;
    background-color: #b93296;
    color: #FFFFFF;
}

ul.modal-share-item-list > li > div > p.link-container a:hover {
    opacity: 0.8;
}


ul.modal-share-item-list > li > div > p.link-container a i:before {
    color: #FFFFFF;
}

ul.modal-share-item-list > li > div > p.link-container.copied a {
    background-color: #50c364;
}

ul.modal-share-item-list > li > div > p input {
	font-family: 'Roboto';
    letter-spacing: normal;
    padding: 8px 40px 6px 10px;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    color: rgba(0, 0, 0, 0.23);
    font-size: 18px;
    line-height: 18px;
}

.more-stories-btn {
    background-color: #46c3d7;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #FFFFFF;
    padding: 3px 10px;
    font-size: 14px;
    margin: 6px;    
}

.more-stories-btn:hover {
    background-color: #FFFFFF;
    color: #46c3d7;   
}




/* share widget -------------------------------------------------------- */

.main-share-widget {
	position: absolute;
    top: -7px;
    right: 10px;
}

.main-share-widget .btn {
	padding: 5px 10px;
	border-radius: 2px;
}


.main-share-widget__toggle .glyphicon {
	margin-right: 5px;
	top: 3px;	
}

.main-share-widget__list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0.625em; /* 10px */
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(-1em);
	    -ms-transform: translateY(-1em);
	        transform: translateY(-1em);
	transition: opacity 150ms ease-out, visibility 150ms ease-out 150ms, -webkit-transform 150ms ease-out;
	transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms ease-out 150ms;
	transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms ease-out 150ms, -webkit-transform 150ms ease-out;
	visibility: hidden;
	z-index: 6;
    right: 0;
	top: 45px;
	width: 300px; 
	text-align: right;

}

.main-share-widget--is-active + .main-share-widget__list,
.no-js .share-widget__list {
	opacity: 1;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	transition: all 150ms ease-out;
	visibility: visible;
}
.main-share-widget__list-item {
	margin-bottom: 0.325em; /* 6px */
	display:inline-block;
}


/* ---------- Links */
.popover-title {
    font-family: 'Roboto';
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
    line-height: 22px;	
}

.main-share-widget__link {
	background-size: 1.375em; /* 22px */
	background: #fff no-repeat center;
	border-radius: 50%;
	border: 1px solid red;
	display: block;
	height: 2.25em; /* 36px */
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	transition: background-color 150ms ease-out, border 150ms ease-out;
	white-space: nowrap;
	width: 2.25em; /* 36px */
    text-indent: 9999px;
}

/*	Network modifiers */
.main-share-widget__link--facebook {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%225%20-5%2030%2030%22%3E%3Cpath%20fill%3D%22%233b5998%22%20d%3D%22M21.9%2022V11.1h3.7l.6-4.3H22V4.1c-.1-1.3.2-2.1%202-2.1h2.3v-3.8c-.5-.1-1.8-.2-3.4-.2-3.3%200-5.5%202-5.5%205.6v3.1h-3.7V11h3.7v11h4.5z%22/%3E%3C/svg%3E');
	border-color: #3b5998;
	background-size: 24px;
}

.main-share-widget__link--facebook:hover,
.main-share-widget__link--facebook:focus {
	background-color: #3b5998 !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%225%20-5%2030%2030%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.9%2022V11.1h3.7l.6-4.3H22V4.1c-.1-1.3.2-2.1%202-2.1h2.3v-3.8c-.5-.1-1.8-.2-3.4-.2-3.3%200-5.5%202-5.5%205.6v3.1h-3.7V11h3.7v11h4.5z%22/%3E%3C/svg%3E');
}

.main-share-widget__link--twitter {
	/*background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M27.5%207.2c-.9.4-1.9.7-3%20.8%201.1-.6%201.9-1.6%202.3-2.8-1%20.6-2.1%201-3.3%201.2-.9-1-2.3-1.6-3.8-1.6-2.8%200-5.1%202.3-5.1%205.1%200%20.4%200%20.8.1%201.2-4.3-.2-8.1-2.3-10.6-5.4-.3.8-.6%201.7-.6%202.6%200%201.8.9%203.4%202.3%204.3-.8%200-1.6-.3-2.3-.6v.1c0%202.5%201.8%204.6%204.1%205-.4.1-.9.2-1.4.2-.3%200-.7%200-1-.1.7%202%202.6%203.5%204.8%203.6C8.2%2022.2%206%2023%203.6%2023c-.4%200-.8%200-1.2-.1%202.3%201.5%205%202.3%207.9%202.3%209.5%200%2014.6-7.8%2014.6-14.6v-.7c1.1-.7%201.9-1.6%202.6-2.7z%22/%3E%3C/svg%3E');*/
    background-image: url(../assets/images/icons/svg/TwitterXIconLogoBlack.svg); 
	border-color: #000000;
	background-size: 56%; 
}

.main-share-widget__link--twitter:hover,
.main-share-widget__link--twitter:focus {
	background-color: #000000 !important;
	/*background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.5%207.2c-.9.4-1.9.7-3%20.8%201.1-.6%201.9-1.6%202.3-2.8-1%20.6-2.1%201-3.3%201.2-.9-1-2.3-1.6-3.8-1.6-2.8%200-5.1%202.3-5.1%205.1%200%20.4%200%20.8.1%201.2-4.3-.2-8.1-2.3-10.6-5.4-.3.8-.6%201.7-.6%202.6%200%201.8.9%203.4%202.3%204.3-.8%200-1.6-.3-2.3-.6v.1c0%202.5%201.8%204.6%204.1%205-.4.1-.9.2-1.4.2-.3%200-.7%200-1-.1.7%202%202.6%203.5%204.8%203.6C8.2%2022.2%206%2023%203.6%2023c-.4%200-.8%200-1.2-.1%202.3%201.5%205%202.3%207.9%202.3%209.5%200%2014.6-7.8%2014.6-14.6v-.7c1.1-.7%201.9-1.6%202.6-2.7z%22/%3E%3C/svg%3E');*/
    background-image: url(../assets/images/icons/svg/TwitterXIcon.svg); 
	background-size: 56%; 
}
.main-share-widget__link--linkedin {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22%230077b5%22%3E%3Cpath%20d%3D%22M5.2%2010.8h4.5v15.7H5.2zM22.3%2011.7c-1.7-.9-4.1-1-5.9-.2v-.7h-4.5v15.7h4.5v-10l1.8-.9c.5-.2%201.4-.2%201.9%200%20.3.2.8.9.8%201.4v9.5h4.5V17c0-2.1-1.3-4.3-3.1-5.3z%22/%3E%3Ccircle%20cx%3D%227.4%22%20cy%3D%226.3%22%20r%3D%222.8%22/%3E%3C/g%3E%3C/svg%3E');
	border-color: #0077b5 !important;
	background-size: 20px;
}

.main-share-widget__link--linkedin:hover,
.main-share-widget__link--linkedin:focus {
	background-color: #0077b5 !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M5.2%2010.8h4.5v15.7H5.2zM22.3%2011.7c-1.7-.9-4.1-1-5.9-.2v-.7h-4.5v15.7h4.5v-10l1.8-.9c.5-.2%201.4-.2%201.9%200%20.3.2.8.9.8%201.4v9.5h4.5V17c0-2.1-1.3-4.3-3.1-5.3z%22/%3E%3Ccircle%20cx%3D%227.4%22%20cy%3D%226.3%22%20r%3D%222.8%22/%3E%3C/g%3E%3C/svg%3E');
}
.main-share-widget__link--google\+ {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22%23dc4e41%22%3E%3Cpath%20d%3D%22M15.6%2016.5l-1-.8c-.3-.2-.7-.6-.7-1.2s.4-1%20.8-1.3c1.1-.9%202.3-1.9%202.3-3.9%200-2.1-1.3-3.2-1.9-3.7h1.7l1.8-1.1h-5.4c-1.5%200-3.6.3-5.1%201.6-1.2%201-1.7%202.4-1.7%203.7%200%202.1%201.6%204.3%204.5%204.3.3%200%20.6%200%20.9-.1-.1.3-.3.6-.3%201.1%200%20.8.4%201.4.8%201.9-1.2.1-3.5.2-5.2%201.3-1.6%201-2.1%202.3-2.1%203.3%200%202%201.9%203.9%205.9%203.9%204.7%200%207.2-2.6%207.2-5.2-.3-1.9-1.3-2.8-2.5-3.8M12%2013.3c-2.3%200-3.4-3-3.4-4.9%200-.7.1-1.4.6-2%20.4-.5%201.2-.9%201.9-.9%202.3%200%203.4%203.1%203.4%205%200%20.5-.1%201.4-.7%202-.4.5-1.1.8-1.8.8m0%2011c-2.9%200-4.8-1.4-4.8-3.3s1.7-2.6%202.3-2.8c1.1-.4%202.6-.4%202.9-.4h.6c2.1%201.5%203%202.2%203%203.6%200%201.7-1.4%202.9-4%202.9M22.4%2013.3v-2.7h-1.3v2.7h-2.7v1.4h2.7v2.7h1.3v-2.7h2.8v-1.4z%22/%3E%3C/g%3E%3C/svg%3E');
	border-color: #dc4e41;
	background-size: 26px;
}
.main-share-widget__link--google\+:hover,
.main-share-widget__link--google\+:focus {
	background-color: #dc4e41 !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15.6%2016.5l-1-.8c-.3-.2-.7-.6-.7-1.2s.4-1%20.8-1.3c1.1-.9%202.3-1.9%202.3-3.9%200-2.1-1.3-3.2-1.9-3.7h1.7l1.8-1.1h-5.4c-1.5%200-3.6.3-5.1%201.6-1.2%201-1.7%202.4-1.7%203.7%200%202.1%201.6%204.3%204.5%204.3.3%200%20.6%200%20.9-.1-.1.3-.3.6-.3%201.1%200%20.8.4%201.4.8%201.9-1.2.1-3.5.2-5.2%201.3-1.6%201-2.1%202.3-2.1%203.3%200%202%201.9%203.9%205.9%203.9%204.7%200%207.2-2.6%207.2-5.2-.3-1.9-1.3-2.8-2.5-3.8M12%2013.3c-2.3%200-3.4-3-3.4-4.9%200-.7.1-1.4.6-2%20.4-.5%201.2-.9%201.9-.9%202.3%200%203.4%203.1%203.4%205%200%20.5-.1%201.4-.7%202-.4.5-1.1.8-1.8.8m0%2011c-2.9%200-4.8-1.4-4.8-3.3s1.7-2.6%202.3-2.8c1.1-.4%202.6-.4%202.9-.4h.6c2.1%201.5%203%202.2%203%203.6%200%201.7-1.4%202.9-4%202.9M22.4%2013.3v-2.7h-1.3v2.7h-2.7v1.4h2.7v2.7h1.3v-2.7h2.8v-1.4z%22/%3E%3C/g%3E%3C/svg%3E');
}

.main-share-widget__link--email {
    position: relative;
    border: 1px solid #071920;
}

.main-share-widget__link--email:hover, .main-share-widget__link--email:focus {
    background-color: #071920 !important;
}

.share-widget__link--email:after {
    font-family: "Font Awesome 5 Free";
    content: "\f003";
    color: #071920;
    position: absolute;
    top: 6px;
    left: -25px;
    z-index: 9999999;
}

.main-share-widget__link--email:hover:after, .main-share-widget__link--email:focus:after {
    color: #FFFFFF;
}

.main-share-widget__link--url {
    position: relative;
    border: 1px solid #071920;
}

.main-share-widget__link--url:hover, .main-share-widget__link--url:focus {
    background-color: #46c3d7 !important;
    border: 1px solid #46c3d7;
}

.main-share-widget__link--url:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    color: #071920;
    position: absolute;
	top: 5px;
    left: 5px;
    z-index: 9999999;
    font-size: 18px;
    text-indent: 0px;
}

.main-share-widget__link--url:hover:after, .main-share-widget__link--url:focus:after {
    color: #FFFFFF;
}

.main-share-url-msg {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    background-color: #145569;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    font-size: 14px;    
}

ul.main-share-item-list {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.main-share-item-list > li {
    padding-left: 0;
}

ul.main-share-item-list > li > div {
    position: relative;
    overflow-wrap: break-word;
    line-height: 35px;
    color: #000000;
    padding: 0;
    text-align: left;
    display: block;
    clear: both;
    font-weight: 400;
    white-space: nowrap;    
}

ul.main-share-item-list > li > div > p {
    font-size: 14px;
    line-height: 35px;
    margin: 0 55px 0 0;
}

ul.main-share-item-list > li > div > p.link-container {
    position: relative;
	margin: 0;
    overflow: hidden;
}

ul.main-share-item-list > li > div > p.link-container a {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    text-align: center;
    background-color: #b93296;
    color: #FFFFFF;
}

ul.main-share-item-list > li > div > p.link-container a:hover {
    opacity: 0.8;
}


ul.main-share-item-list > li > div > p.link-container a i:before {
    color: #FFFFFF;
}

ul.main-share-item-list > li > div > p.link-container.copied a {
    background-color: #50c364;
}

ul.main-share-item-list > li > div > p input {
	font-family: 'Roboto';
    letter-spacing: normal;
    padding: 8px 40px 6px 10px;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    color: rgba(0, 0, 0, 0.23);
    font-size: 18px;
    line-height: 18px;
}

.bw-toolbar-zindex {
    z-index: 999999;
}

/* -------------------- Careers vacancies ------ */

.filter-wrapper-careers {
	border-top: 6px solid #145569;
}

.filter-wrapper-careers .text-post-tag {
	display: block;
	width: 100%;
}

.filter-wrapper-careers .text-post-tag {
	position: relative;
	display: block;
    width: 100%;
    font-size: 14px !important;
    text-transform: none;
}

.filter-wrapper-careers .text-post-tag:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    color: #FFFFFF;
}

.filter-wrapper-careers .text-post-tag.active:before {
    content: "\f14a";
    font-weight: 900;
    z-index: 8;
}

.filter-wrapper-careers .text-post-tag.active:hover:before {
    color: #071920;
}

/* -------------------- Careers vacancies ------ */

.filter-wrapper-catalogues {
	border-top: 6px solid #145569;
}

.filter-wrapper-catalogues .text-post-tag {
	display: block;
	width: 100%;
}

.filter-wrapper-catalogues .text-post-tag {
	position: relative;
	display: block;
    width: 100%;
    font-size: 14px !important;
    text-transform: none;
    padding-right: 10px;
}

#content-topicMenu .filter-wrapper-catalogues .text-post-tag {
    text-transform: capitalize;
}

#content-topicMenu {
    max-height: 500px;
    overflow: hidden auto;
}

/* width */
#content-topicMenu::-webkit-scrollbar {
    width: 10px;
    margin-left: 10px;
}
  
/* Track */
#content-topicMenu::-webkit-scrollbar-track {
    background: #e8e9ed; 
}

/* Handle */
#content-topicMenu::-webkit-scrollbar-thumb {
    background: #46c3d7; 
    cursor: pointer;    
}

/* Handle on hover */
#content-topicMenu::-webkit-scrollbar-thumb:hover {
    background: #46c3d7; 
}

.filter-wrapper-catalogues #content-topicMenu .text-post-tag, .filter-wrapper-catalogues #content-locationMenu .text-post-tag {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px !important;
    text-transform: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-right: 30px;
}

.filter-wrapper-catalogues #content-topicMenu .text-post-tag .name, .filter-wrapper-catalogues #content-locationMenu .text-post-tag .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    flex-shrink: 1;
}

.filter-wrapper-catalogues #content-topicMenu .text-post-tag .count, .filter-wrapper-catalogues #content-locationMenu .text-post-tag .count {
    display: inline-block;
    flex-basis: content;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 5px;
}

.filter-wrapper-catalogues .text-post-tag:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    color: #FFFFFF;
}

.filter-wrapper-catalogues .text-post-tag.active:before {
    content: "\f14a";
    font-weight: 900;
    z-index: 8;
}

.filter-wrapper-catalogues .text-post-tag.active:hover:before {
    color: #071920;
}

.filter-list-container {
    width: 100%;
  }

  .orderby-container {   
    display: inline-block;   
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
  }

  .orderby {
    height: 39px;
    padding: 0px 15px 0 5px;
    border: none;
    background-color: #071920;
    color: white;
    border-radius: 3px;
    border-top: #145569 5px solid;
    font-size: 14px;
  }

  .filter-list {
    display: inline-block; 
  }

  .filter-list .filter-list-btn,  .filter-list .filter-list-count {
    padding: 8px 10px 10px 10px;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    background-color: #071920 !important;
    color: #FFFFFF !important;
    border-top: #145569 5px solid !important; 
    white-space: nowrap; 
    text-transform: none;
  }

  .filter-list .filter-list-count {
    background-color: #071920 !important;
    color: #FFFFFF !important;
    border-top: #145569 5px solid !important;
  }

  .filter-list .filter-list-btn:hover,   .filter-list.filter-wrapper .text-post-tag.active:hover {
    background-color: #FFFFFF !important;
    color: #071920 !important;
    border-top: #145569 5px solid !important; 
  }  

  .filter-list .filter-list-btn i {
    margin-left: 5px;   
    color: #FFFFFF !important;
  }  

  .filter-list .filter-list-btn:hover i {
    margin-left: 5px;   
    color: #145569 !important;
  }  

  @media (min-width: 998px) {

    .filter-list-container {
      position: relative;
      padding-right: 210px;  
    }

    .filter-list {
      min-height: 44px;
    }

    .orderby-container {
      position: absolute;
      right: 0;    
      margin: 0; 
      width: auto; 
    }    
  }

/* -------------------- Search ------ */

  #search-overlay{
    display:none;
  }
  .search-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(7, 25, 32, 0.9);
    margin: 0;
    z-index: 9999;
    -webkit-transition: line-height 0.4s ease;
    transition: line-height 0.4s ease;

  }
  
  .search-block:before {
    content: '';
    display: inline-block;
    height: 400px;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization 
    background: #808080; width: 5px;
    */
  }
  
  .search-centered {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    max-width: 800px;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
  }
  
  #search-box {
    position: relative;
    width: 100%;
    margin: 0;
  }
  
  #search-form {
    height: 64px;
    background-color: #fff;
    overflow: hidden;
  }
  
  #search-text {
    border-width: 0;
    background: transparent;
  }
  
  #search-box input[type="text"] {
    width: 100%;
    padding: 20px;
    color: #071920;
    outline: none;
    font-size: 26px;
  }
  
  #search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 100px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-width: 0;
    background-color: #145569;
    cursor: pointer;
  }

  #search-button:hover {
    background-color: #50C364;
  }

  #search-close-btn{
    position: fixed;
    top: 1em;
    right: 1em;
    color: #E1241F;    
  }
  #search-close-btn:hover{
    color: #FF0000;
    cursor: pointer;
  }


.filter-wrapper-search .search-btn-append {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.filter-wrapper-search .text-post-tag {
	display: block;
	width: 100%;
}

.filter-wrapper-search .text-post-tag {
	position: relative;
	display: block;
    width: 100%;
    text-transform: none;
    margin: 0 5px 8px 0;
    padding: 15px;
    font-size: 16px !important;       
}

.filter-wrapper-search .text-post-tag:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    font-size: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    color: #FFFFFF;
    font-size: 22px;
    right: 10px;    
}

.filter-wrapper-search .text-post-tag.active:before {
    content: "\f14a";
    font-weight: 900;
    z-index: 8;
}

.filter-wrapper-search .text-post-tag.active:hover:before {
    color: #071920;
}

@media (min-width: 1180px) {

    .filter-wrapper-search .text-post-tag {
        display: inline-block;
        width: 16%;
    }

}


/* -------------------- Modules */

/* ---------- Pulled */
/*	Container */
.module-pulled {
	color: #333;
	margin: 55px auto;
	max-width: 330px;
	width: 100%;
}
.text-content + .module-pulled {
	margin-top: 20px;
}
/*	Item */
.module-pulled__item {
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
}
.module-pulled__item img {
	width: 100%;
}
/*	Text item */
.module-pulled__item--body {
	/*border-top: 4px solid #cdcdcd;*/
	margin-bottom: 25px;
	padding-top: 23px;
	width: 100%;
}
@media (min-width: 660px) {
	.module-pulled {
		display: table;
		overflow: hidden;
		max-width: none;
	}
	.module-pulled__item {
		display: table-cell;
		padding: 0 5px;
		vertical-align: middle;
		width: 50%;
	}
}
@media (min-width: 768px) {
	.module-pulled {
		display: block;
		margin-left: calc(-8.333% - 20px);
		font-size: 0;
		width: calc(116.6% + 40px);
	}
	.module-pulled__item {
		display: inline-block;
		padding: 0;
		margin-bottom: 0;
		max-width: 400px;
		width: 55%;
	}
	.module-pulled__item--body {
		font-size: 22px;
		line-height: 28px;
		margin-right: 5%;
		padding: 24px 0;
		width: 40%;
	}
	.module-pulled--flipped .module-pulled__item--body {
		margin-right: auto;
		margin-left: 5%;
	}
}
/*	Flipped */
.module-pulled--flipped {
	direction: rtl;
}
.module-pulled--flipped .module-pulled__item {
	direction: ltr;
}
/*	Blockquote */
.module-pulled .blockquote-stories {
	margin: 0 auto;
}


/* ---------- Floated */
.module-float {
	margin-top: 6px;
}
.module-float__item {
	margin-bottom: 20px;
}
.module-float__caption {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 10px;
}
@media (max-width: 659px) {
	.module-float__item .container-image {
		height: 0;
		padding-top: 56.25%;
	}
	.module-float__item .container-image__item {
		max-width: 100%;
	}
}
@media (min-width: 660px) {
	.module-float {
		float: right;
		margin-left: 14px;
		width: 50%;
	}
	.module-float__item .container-image {
		height: 260px;
	}
	.stories-content-wrapper .text-content:after {
		clear: both;
		content: "";
		display: table;
	}
}
@media (min-width: 992px) {
	.module-float {
		float: right;
		margin-left: 14px;
		width: 57.14%; /* 3/7 + 1/7 */
		margin-right: -14.28%; /* 1/7 */
	}
}



/* ---------- Full */
.module-full {
	margin-bottom: 50px;
	margin-left: calc(-1 * 50vw + 50%);
	margin-top: 20px;
	width: 100vw;
}
@media (min-width: 992px) {
	.module-full {
		margin-left: calc(-1 * 50vw + 50% + 70px);
		width: calc(100vw - 140px);
	}
}



/* ----------	Rule */
.module-rule {
	background-color: #939393;
	border-radius: 50%;
	height: 6px;
	margin: 80px auto;
	position: relative;
	width: 6px;
}
.module-rule:after,
.module-rule:before {
	background-color: #939393;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 0;
	height: 6px;
	width: 6px;
}
.module-rule:after {
	right: -14px;
}
.module-rule:before {
	left: -14px;
}



/* ----------	Block list */
.list-block {
	font-size: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-block:focus {
	outline: none;
}
.list-block__list-item {
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0 0 2px;
	vertical-align: top;
	width: 50%;
}
.list-block__item {
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
}
.list-block__img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 60px;
	width: 60px;
}
.list-block__img--people {
	background-image: url(../assets/images/business-transformation/icon-passengers.svg);
}
.list-block__img--box {
	background-image: url(../assets/images/business-transformation/icon-cargo.svg);
}
.list-block__img--plane {
	background-image: url(../assets/images/business-transformation/icon-plane.svg);
}
.list-block__img--plane-multiple {
	background-image: url(../assets/images/business-transformation/icon-plane-multiple.svg);
}
@media (max-width: 767px) {
	.list-block__list-item:nth-child(odd) {
		padding-right: 2px;
	}
	.list-block__item {
		height: 180px;
		text-align: center;
		padding: 30px 20px;
	}
	.list-block__img {
		margin: 0 auto 10px;
	}
}
@media (min-width: 768px) {
	.list-block__list-item {
		width: 100%;
	}
	.list-block__item {
		display: table;
		height: 86px;
		padding-left: 96px;
		width: 100%;
	}
	.list-block__list-item:last-child {
		padding-bottom: 0;
	}
	.list-block__img {
		left: 30px;
		margin-top: -30px;
		position: absolute;
		top: 50%;
	}
	.list-block__stats {
		display: table-cell;
		vertical-align: middle;
	}
	.list-block__item {
		position: relative;
		padding-left: 105px;
	}
}
@media (min-width: 992px) {
	.list-block__list-item {
		padding-bottom: 4px;
	}
	.list-block__item {
		height: 162px;
		padding-left: 115px;
	}
}
.stories-content-wrapper .list-block__stats {
	color: #145569;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
}
.stories-content-wrapper .list-block__stats--large {
	font-size: 42px;
	line-height: 18px;
}
@media (max-width: 600px) {
	.stories-content-wrapper .list-block__stats {
		max-width: 120px;
		display: inline-block;
	}
}
@media (min-width: 1240px) {
	.stories-content-wrapper .list-block__stats {
		font-size: 32px;
		line-height: 42px;
	}
	.stories-content-wrapper .list-block__stats--large {
		font-size: 84px;
		line-height: 76px;
	}
}



/* ----------	Centered image */
.module-image {
	margin: 20px auto 55px;
	width: 100%;
}
.module-image__item {
	display: block;
	margin: 0 auto;
}



/* -------------------- Interactive */

/* ---------- Cards */
.module-card-container {
	font-size: 0;
	margin-bottom: 30px;
}
.module-card {
	background-color: #fff;
	display: inline-block;
	font-size: 16px;
	position: relative;
	text-decoration: none;
	width: 100%;
}
@media (max-width: 991px) {
	.module-card-container {
		margin-left: calc(-1 * 50vw + 50%);
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100vw;
	}
	.module-card {
		margin-left: 14px;
		max-width: 500px;
		width: 80%;
	}
	.module-card:first-child {
		margin-left: 30px;
	}
	.module-card:last-child {
		margin-right: 30px;
	}
}
@media (min-width: 992px) {
	.module-card-container {
		letter-spacing: 0;
		margin-left: -16.666%;
		width: calc(133.332%);
	}
	.module-card {
		margin-bottom: 15px;
		width: calc(50% - 10px);
	}
	.module-card:nth-child(odd) {
		margin-right: 10px;
	}
	.module-card:nth-child(even) {
		margin-left: 10px;
	}
}
.card-video {
	background-color: #101f36;
	border: 0;
	display: block;
	height: 0;
	padding-top: 56.25%;
	width: 100%;
}
.card-video:after {
	border-radius: 50%;
	border: 1px solid #fff;
	bottom: 20px;
	content: '';
	height: 48px;
	margin-left: -24px;
	position: absolute;
	right: 20px;
	width: 48px;
}

/* ---------- Tab switch */
.module-tab-switch {
	background-color: #e5e5e5;
	background-image: url(../assets/images/business-transformation/bg-earth-light.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 0;
}
.module-tab-switch .row {
	background-image: url(../assets/images/business-transformation/texture-dark.png);
	background-repeat: repeat;
}
.module-tab-switch__title {
	color: #145569;
	font-family: 'Roboto';
	font-size: 42px;
	font-weight: 300;
	line-height: 48px;
	margin: 20px auto 29px;
	max-width: 300px;
	overflow: hidden;
}
.module-tab-switch__tablist {
	font-size: 0;
	list-style: none;
	margin: 35px auto 45px;
	padding: 0;
}
.module-tab-switch__tablist-item {
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
/*	Links */
.module-tab-switch__tab {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	font-size: 23px;
	height: 82px;
	line-height: 30px;
	padding: 26px 0;
	position: relative;
	width: 82px;
}
.module-tab-switch__tab:after {
	border-radius: 50%;
	border: 2px solid #145569;
	content: '';
	height: 40px;
	position: absolute;
	width: 40px;
}
.module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before {
	background-color: #145569;
	background-image: url(../assets/images/business-transformation/icon-plane-block-left.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	content: '';
	height: 40px;
	position: absolute;
	transition: -webkit-transform 350ms ease-out;
	transition: transform 350ms ease-out;
	transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
	width: 40px;
	z-index: 1;
}
.module-tab-switch__tablist-item:last-child .module-tab-switch__tab:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2013%204%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%224%22%3E%3Ccircle%20fill%3D%22%231482c5%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: repeat-x;
	background-position: left top;
	content: '';
	height: 4px;
	left: -85px;
	position: absolute;
	top: 40px;
	width: 30px;
	z-index: 1;
}
.active-tab-1 .module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before {
	background-image: url(../assets/images/business-transformation/icon-plane-block-right.svg);
}
@media (max-width: 399px) {
	.module-tab-switch__tablist-item:first-child {
		margin-right: 140px;
	}
	.module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before,
	.module-tab-switch__tablist-item:first-child .module-tab-switch__tab:after {
		top: 21px;
		right: -40px;
	}
	.module-tab-switch__tablist-item:last-child .module-tab-switch__tab:after {
		top: 21px;
		left: -40px;
	}
	.active-tab-1 .module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before {
		-webkit-transform: translateX(100px);
		    -ms-transform: translateX(100px);
		        transform: translateX(100px);
	}
}
@media (min-width: 400px) and (max-width: 767px) {
	.module-tab-switch__tablist-item:first-child {
		margin-right: 160px;
	}
	.module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before,
	.module-tab-switch__tablist-item:first-child .module-tab-switch__tab:after {
		top: 21px;
		right: -40px;
	}
	.module-tab-switch__tablist-item:last-child .module-tab-switch__tab:after {
		top: 21px;
		left: -40px;
	}
	.active-tab-1 .module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before {
		-webkit-transform: translateX(120px);
		    -ms-transform: translateX(120px);
		        transform: translateX(120px);
	}
	.module-tab-switch__tablist-item:last-child .module-tab-switch__tab:before {
		left: -108px;
		width: 56px;
	}
}
@media (min-width: 768px) {
	.module-tab-switch__title {
		text-align: left;
	}
	.module-tab-switch__tablist-item:first-child {
		margin-right: 60px;
	}
	.module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before,
	.module-tab-switch__tablist-item:first-child .module-tab-switch__tab:after {
		bottom: -21px;
		right: 21px;
	}
	.module-tab-switch__tablist-item:last-child .module-tab-switch__tab:after {
		bottom: -21px;
		left: 21px;
	}
	.active-tab-1 .module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before {
		-webkit-transform: translateX(142px);
		    -ms-transform: translateX(142px);
		        transform: translateX(142px);
	}
	.float-right-lap {
		float: right;
	}
	.float-left-lap {
		float: left;
	}
	.module-tab-switch__title {
		margin: 30px auto 33px;
	}
	.module-tab-switch__tablist {
		margin: 0;
	}
	.module-tab-switch__tablist-item:last-child .module-tab-switch__tab:before {
		bottom: -5px;
		left: -65px;
		top: auto;
		width: 69px;
	}
}
@media (min-width: 992px) {
	.module-tab-switch__title {
		font-size: 70px;
		line-height: 76px;
	}
	.module-tab-switch__tablist-item:first-child {
		margin-right: 160px;
	}
	.active-tab-1 .module-tab-switch__tablist-item:first-child .module-tab-switch__tab:before {
		-webkit-transform: translateX(242px);
		    -ms-transform: translateX(242px);
		        transform: translateX(242px);
	}
	.module-tab-switch__title {
		margin: 65px auto 33px;
	}
	.module-tab-switch__tablist-item:last-child .module-tab-switch__tab:before {
		left: -167px;
		width: 173px;
	}
}

/* ---------- Tab Overflow */
.module-tab-overflow {
	background-color: #0f1326;
	background-image: url(../assets/images/business-transformation/bg-earth.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 800px;
	padding: 50px 0;
}
/*	Wrapper */
@media (min-width: 768px) {
	.module-tab-overflow__wrapper {
		margin: 0 auto;
		max-width: 580px;
	}
}
@media (min-width: 768px) {
	.module-tab-overflow__wrapper {
		max-width: 1028px;
	}
	.module-tab-overflow__wrapper:after {
		clear: both;
		content: "";
		display: table;
	}
}
/*	List */
.module-tab-overflow__tablist {
	font-size: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.module-tab-overflow__tablist-item {
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.module-tab-overflow__tablist {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.module-tab-overflow__tablist-item {
		width: 54%;
	}
	.module-tab-overflow__tablist-item:first-child {
		margin-left: 23%;
	}
	.module-tab-overflow__tablist-item:last-child {
		margin-right: 23%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.module-tab-overflow__tablist-item {
		width: 33.33%;
	}
}
@media (min-width: 992px) {
	.module-tab-overflow {
		padding: 40px;
	}
	.module-tab-overflow__tablist {
		min-width: 342px;
		max-width: 33.333%;
		float: left;
	}
	.module-tab-overflow__tablist-item {
		width: 50%;
	}
}
/*	Links */
.module-tab-overflow__tab {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.module-tab-overflow__tab:hover,
.module-tab-overflow__tab:focus {
	color: #fff;
	outline: none;
}
.module-tab-overflow__tab:before {
	background-color: rgba(255, 255, 255, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	border-radius: 50%;
	content: '';
	display: block;
	height: 154px;
	margin: 0 auto 8px;
	transition: background-color 150ms ease-out, border-color 150ms ease-out;
	width: 154px;
}
.module-tab-overflow__tab[tabindex="0"]:before {
	background-color: #0b3e58;
	border-color: #00bae7;
}
/*	Panel */
.module-tab-overflow__panel {
	color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	.module-tab-overflow__panel {
		padding: 40px 30px;
	}
}
@media (min-width: 768px) {
	.module-tab-overflow__panel {
		text-align: left;
	}
}
@media (min-width: 768px) {
	.module-tab-overflow__panel {
		float: left;
		width: 58.3333%;
		max-width: calc(100% - 342px);
		padding-left: 8.3332%;
	}
}
/*	Panel content */
.module-tab-overflow h2 {
	color: #145569;
	font-size: 42px;
	letter-spacing: -2px;
	line-height: 48px;
	text-transform: inherit;
	margin-bottom: 10px;
}
.module-tab-overflow h2:focus {
	outline: none;
}
.module-tab-overflow p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}
/*	Icons */
.module-tab-overflow__tab--itec:before {
	background-image: url(../assets/images/business-transformation/icon-itec.svg);
}
.module-tab-overflow__tab--datacentre:before {
	background-image: url(../assets/images/business-transformation/icon-datacentre.svg);
}
.module-tab-overflow__tab--eisswim:before {
	background-image: url(../assets/images/business-transformation/icon-eisswim.svg);
}
.module-tab-overflow__tab--bigdata:before {
	background-image: url(../assets/images/business-transformation/icon-bigdata.svg);
}
.module-tab-overflow__tab--voip:before {
	background-image: url(../assets/images/business-transformation/icon-voip.svg);
}
.module-tab-overflow__tab--cyber:before {
	background-image: url(../assets/images/business-transformation/icon-cyber.svg);
}


/* -------------------- Video */

/* ---------- Hero */
/*	Wrapper */
.stories-video-hero {
	background-color: #071920;
	position: relative;
	width: 100%;
}
/*	Container */
.stories-video-hero__player {
	margin: 0 auto 20px;
	max-width: 1296px; /* full pixel 16:9 ratio */
	position: relative;
}
@media (min-width: 768px) {
	.stories-video-hero {
		margin-bottom: 50px;
	}
}
/*	Overlay */
.stories-video-hero__overlay {
	background-image: url(../assets/images/business-transformation/bg-skyline.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	color: #fff;
	height: 100%;
	opacity: 1;
	position: absolute;
	text-decoration: none;
	top: 0;
	transition: opacity 350ms ease-out, visibility 350ms ease-out;
	visibility: visible;
	width: 100%;
}
.stories-video-hero__overlay:after {
	background-image: url(../assets/images/hero-texture-bg.png);
	background-repeat: repeat;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/*	Title */
.stories-video-hero__title {
    font-family: "Roboto";
    font-weight: 300;
	font-size: 36px;
	/*font-weight: normal;*/
	left: 50%;
	line-height: 40px;
	padding-bottom: 60px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.stories-video-hero__title:after {
	background-image: url(../assets/images/business-transformation/icon-play-large.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	bottom: 0;
	content: '';
	height: 50px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	transition: background-color 150ms ease-out;
	width: 50px;
}
.stories-video-hero__overlay:hover .stories-video-hero__title:after {
	background-color: #145569;
}
@media (min-width: 768px) {
	.stories-video-hero__title {
		font-size: 50px;
		line-height: 54px;
		padding-bottom: 100px;
	}
	.stories-video-hero__title:after {
		background-size: 70px;
		height: 70px;
		margin-left: -35px;
		width: 70px;
	}
}

/*	---- State */
.is-playing + .stories-video-hero__overlay {
	opacity: 0;
	visibility: hidden;
}
.stories-video-hero__overlay:hover,
.stories-video-hero__overlay:focus {
	color: #fff;
}



/* -------------------- Hero overlay details */
.hero-detail {
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.6;
	position: absolute;
	transition: opacity 250ms ease-out, visibility 250ms ease-out, -webkit-transform 250ms ease-out;
	transition: opacity 250ms ease-out, visibility 250ms ease-out, transform 250ms ease-out;
	transition: opacity 250ms ease-out, visibility 250ms ease-out, transform 250ms ease-out, -webkit-transform 250ms ease-out;
	z-index: 2;
}
.is-playing .hero-detail {
	opacity: 0;
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
	visibility: hidden;
}
@media (min-width: 500px) {
	.hero-detail {
		opacity: 1;
	}
}

/*	Top main */
.hero-detail--1 {
	background-image: url(../assets/images/business-transformation/02-01.png);
	background-position: 0 0;
	background-size: 625px;
	height: 4px;
	left: 1.75%;
	top: 10px;
	width: 96.45%;
}
/*	Bottom */
.hero-detail--2 {
	background-image: url(../assets/images/business-transformation/03-05.png);
	background-position: 0 bottom;
	background-size: contain;
	bottom: 10px;
	height: 18px;
	left: 1.75%;
	width: 96.45%;
}
/*	Top left */
.hero-detail--3 {
	background-image: url(../assets/images/business-transformation/03-01.png);
	background-position: 0 0;
	background-size: 100%;
	height: 11px;
	left: 1.75%;
	top: 14px;
	width: 60px;
}
/*	Top right */
.hero-detail--4 {
	background-image: url(../assets/images/business-transformation/03-02.png);
	background-position: right top;
	background-size: 100%;
	height: 18px;
	right: 1.75%;
	margin-top: 0.68%;
	top: 12px;
	width: 85px;
}
/*	Planes */
.hero-detail--5 {
	background-image: url(../assets/images/business-transformation/02-02.png);
	background-size: contain;
	height: 49.1%;
	left: 0;
	top: 0;
	width: 60.8%;
}
.hero-detail--6 {
	background-image: url(../assets/images/business-transformation/02-03.png);
	background-size: contain;
	bottom: 25%;
	height: 31.13%;
	right: 0;
	width: 50.23%;
}
/*	Radar */
.hero-detail--5:after,
.hero-detail--6:after {
	background-image: url(../assets/images/business-transformation/03-03.png);
	background-size: 100%;
	content: '';
	position: absolute;
}
.hero-detail--5:after {
	height: 50%;
	left: 29%;
	top: 21%;
	width: 15.228%;
}
.hero-detail--6:after {
	height: 78.854%;
	left: 74%;
	top: 41%;
	-webkit-transform-origin: 0 50%;
	    -ms-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	-webkit-transform: rotate(-136deg);
	    -ms-transform: rotate(-136deg);
	        transform: rotate(-136deg);
	width: 18.433%;
}
@media (min-width: 600px) {
	.hero-detail--1 {
		background-size: contain;
	}
	.hero-detail--3 {
		top: 10px;
		margin-top: 0.68%;
		width: 120px;
		height: 21px;
	}
	.hero-detail--4 {
		height: 35px;
		top: 12px;
		width: 170px;
	}
}
@media (min-width: 992px) {
	.hero-detail--5 {
		height: 358px;
		left: -100px;
		width: 788px;
	}
	.hero-detail--6 {
		height: 227px;
		right: -50px;
		width: 651px;
	}
}
@media (min-width: 1415px) {
	.hero-detail--1,
	.hero-detail--3 {
		left: 50%;
		margin-left: -625px;
		max-width: 1250px;
		width: 100%;
	}
	.hero-detail--2 {
		left: 50%;
		margin-left: -633px;
		max-width: 1265px;
		width: 100%;
	}
	.hero-detail--4 {
		left: 50%;
		margin-left: -625px;
		max-width: 1250px;
		width: 100%;
	}
	.hero-detail--5 {
		left: 0;
	}
	.hero-detail--6 {
		right: 0;
	}
}

/*	---- Keyframes */
@-webkit-keyframes detail-2 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -541px;
    }
}
@keyframes detail-2 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -541px;
    }
}
@-webkit-keyframes detail-3 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -399px;
    }
}
@keyframes detail-3 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -399px;
    }
}
@-webkit-keyframes detail-4 {
    from {
        background-position: right 0;
    }
    to {
        background-position: right -840px;
    }
}
@keyframes detail-4 {
    from {
        background-position: right 0;
    }
    to {
        background-position: right -840px;
    }
}
/*@-webkit-keyframes detail-5 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -1518.8125px;
    }
}*/
@keyframes detail-5 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -3580px;
    }
}


/*	---- Animation */
@media (min-width: 600px) {
	.hero-detail--3 {
		-webkit-animation: detail-3 1000ms steps(19) infinite;
				animation: detail-3 1000ms steps(19) infinite;
		background-image: url(../assets/images/business-transformation/03-01-sprite.png);
		background-size: auto;
	}
	.hero-detail--4 {
		-webkit-animation: detail-4 2000ms steps(24) infinite;
				animation: detail-4 2000ms steps(24) infinite;
		background-image: url(../assets/images/business-transformation/03-02-sprite.png);
		background-size: auto;
	}
}
@media (min-width: 992px) {
	.hero-detail--5:after,
	.hero-detail--6:after {
		-webkit-animation: detail-5 1000ms steps(20) infinite;
				animation: detail-5 1000ms steps(20) infinite;
		background-image: url(../assets/images/business-transformation/03-03-sprite.png);
	}
	.hero-detail--6:after {
		-webkit-animation-delay: 300ms;
				animation-delay: 300ms;
	}
}


/* Forms */
.careers-job-search-frm {
	position: relative;
}

.careers-job-search-frm .form-control {
	background-color: #f1f5f9;
	padding-right: 90px;
}

.search-btn-append {
    position: absolute;
    right: 0;	
}

.job-search-results-title, .job-search-results-no-results, .job-results-no-results {
	font-size: 24px;
    line-height: 26px;
}

.job-results-reset {
	color: red;
	cursor: pointer;
}

.job-results-reset:hover {
	color: #071920;
}

/* Generic search */
.gen-search-frm {
	position: relative;
}

.gen-search-frm .form-control {
	background-color: #f1f5f9;
	padding-right: 90px;
}

.search-results-title, .search-results-no-results {
	font-size: 24px;
    line-height: 26px;
}

.search-results-reset {
	color: red;
	cursor: pointer;
}

.search-results-reset:hover {
	color: #071920;
}

.btn-flat-green {
    background-image: url(../assets/images/hero-texture-bg.png);
	background-repeat: repeat;
    border-radius: 0;
    background-color: #50C364;
    border: none;
    padding: 12px 15px;
    color: #FFFFFF;
    font-weight: 400;		
}

.btn-flat-green:hover, .btn-flat-green:focus {
	background-color: #46c3d7;	
	color: #FFFFFF;	
}

.btn-flat-midnight-green {
    background-image: url(../assets/images/hero-texture-bg.png);
	background-repeat: repeat;
    border-radius: 0;
    background-color: #145569;
    border: none;
    padding: 12px 15px;
    color: #FFFFFF;
    font-weight: 400;		
}

.btn-flat-midnight-green:hover, .btn-flat-midnight-green:focus {
	background-color: #50C364;	
	color: #FFFFFF;	
}

/* -------------------- Accordions */
.card {
    padding-bottom: 0;
    background: transparent;
    float: none;
    position: relative;
    border-radius: 0;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #d6d6d6;
}

.card.card-title {
    border: none;
}

.card.card-sub {
    border: none;
    border-top: 1px solid #d6d6d6;
}

.card-header {
    background-color: #145569;	
}

.card.card-title .card-header {
    background-color: transparent;	
    overflow: hidden;
}

.card h2 {
	margin: 0;
	padding: 0;
	border: none;
}

.card h2 .btn {
	width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;	
}

.card.card-title .btn {
	width: 100%;
	text-align: left;
	font-weight: 400;
	color: #071920;
	font-size: 44px;
    line-height: 55px;
    padding: 40px 0;
	letter-spacing: -0.009em;
	white-space: normal;
	padding-right: 55px;
}

.card.card-title .no-btn .btn {
    cursor: default;
}

.card.card-title .btn:hover {
    color: #50C367 !important;
}

.card.card-title .no-btn .btn:hover {
    color: #071920 !important;
}

.card.card-sub .btn {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0;
    white-space: normal;
    font-weight: 400;
    padding-right: 25px;
}

.card.card-sub .btn.fs-18 {
    font-size: 18px;
}


.card h2 .btn:before {
    content: "\f067";
    position: relative;
    display: inline-block;
    bottom: 0.1em;
    margin-right: 10px;
    font-size: 74%;
    color: #FFFFFF;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card.card-title h2 .btn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    margin-right: 0;
    right: 0;
    top: 0;
    color: #071920;
    font-size: 50px;
    background-image: url(../images/plus-green.png);
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    width: 38px;
    opacity: 0.5;
}

.card.card-title h2:hover .btn:before {
    background-image: url(../images/plus-green.png);
    opacity: 1;    
}

.card.card-title h2.no-btn .btn:before {
    display: none !important;
}

.card h2 .btn.collapsed:before {
    color: #d9d9d9;
    transform: rotate(0deg); 
}

.card.card-title h2 .btn.collapsed:before {
    color: #071920;
    font-size: 50px;
}

.card.card-sub h3 .btn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: auto;
    margin-right: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    color: #071920;
    line-height: 50px;
    font-size: 50px;
    background-image: url(../images/plus-grey.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    width: 20px;
    transform: rotate(45deg);
    transition: all 0.3s ease;    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}

.card.card-sub h3:hover .btn {
    color: #50C367 !important;
}

.card.card-sub h3:hover .btn:before {
    color: #145569;
    background-image: url(../images/plus-green.png);
}

.card.card-sub h3 .btn.collapsed:before {
    color: #071920;
    font-size: 50px;
}

.card.card-sub h3 .btn.collapsed:before {
    color: #d9d9d9;
    transform: rotate(0deg);
}

.card .card-body {
    padding: 10px;
    border-top: 1px solid #d6d6d6;
}

.card.card-title .card-body {
    padding: 0;
    border-top: none
}

.card.card-sub .card-body {
    border-top: none;
    padding: 10px 0;
}


/* -------------------- Share */
.share-widget {
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 3;
}

@media (min-width: 768px) {
	.share-widget {
		right: -80px;
		top: 0;
	}
}

.post-info-wrapper .share-widget {
	right: 15px;
}

@media (max-width: 639px) {
    
    .post-info-wrapper .share-widget {
        top: 14px;
    }
    
}

.home-hero-wrapper-container .post-info-wrapper .share-widget {
    right: 0;
}

/* ---------- Button */
.share-widget__toggle {
	background: none;
	border: none;
	padding: 0;
	display: block;
	position: relative;
}
.share-widget__toggle:focus {
	outline: none;
}
.share-widget__toggle::after {
	background-color: #d8d8d8;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-image: url(../assets/images/business-transformation/icon-share-dark.svg);
		background-size: 23px;
	border-radius: 50%;
	border: 1px solid #999;
	content: '';
	display: block;
	height: 60px; /* 44px */
	transition: background-color 150ms ease-out, border-color 150ms ease-out;
	width: 60px; /* 44px */
}

.post-info-wrapper .share-widget__toggle::after {
    height: 30px;
    width: 30px;
    background-position: 45% 50%;
    background-size: 11px;
}

.share-widget__toggle:hover::after,
.share-widget__toggle:focus::after {
	background-color: #145569;
	border-color: #145569;
	background-image: url(../assets/images/business-transformation/icon-share-white.svg);
}

.share-widget__toggle.invert::after {
	background-color: #145569;
	border-color: #145569;
	background-image: url(../assets/images/business-transformation/icon-share-white.svg);    
}

.share-widget__toggle.invert:hover::after,
.share-widget__toggle.invert:focus::after {
	background-color: #d8d8d8;
	border-color: #999;
	background-image: url(../assets/images/business-transformation/icon-share-dark.svg);
}

/* ---------- List */
.share-widget__list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0.625em; /* 10px */
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(-1em);
	    -ms-transform: translateY(-1em);
	        transform: translateY(-1em);
	transition: opacity 150ms ease-out, visibility 150ms ease-out 150ms, -webkit-transform 150ms ease-out;
	transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms ease-out 150ms;
	transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms ease-out 150ms, -webkit-transform 150ms ease-out;
	visibility: hidden;
	width: 100%;
	z-index: 2;
}

.post-info-wrapper .share-widget__list {
    top: -55px;
    right: 0;
    /*width: 173px;*/
	width: 139px;
}

.share-widget--is-active + .share-widget__list,
.no-js .share-widget__list {
	opacity: 1;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	transition: all 150ms ease-out;
	visibility: visible;
}
.share-widget__list-item {
	margin-bottom: 0.325em; /* 6px */
}

.post-info-wrapper .share-widget__list-item {
    margin-bottom: 0;
    margin-left: 0.325em;
    display: inline-block;
    float: left;
}


/* ---------- Links */
.share-widget__link {
	background-size: 1.375em; /* 22px */
	background: #fff no-repeat center;
	border-radius: 50%;
	border: 1px solid red;
	display: block;
	height: 2.25em; /* 36px */
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	transition: background-color 150ms ease-out, border 150ms ease-out;
	white-space: nowrap;
	width: 2.25em; /* 36px */
}

.post-info-wrapper .share-widget__link {
    width: 30px;
    height: 30px;
}

/*	Network modifiers */
.share-widget__link--facebook {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%225%20-5%2030%2030%22%3E%3Cpath%20fill%3D%22%233b5998%22%20d%3D%22M21.9%2022V11.1h3.7l.6-4.3H22V4.1c-.1-1.3.2-2.1%202-2.1h2.3v-3.8c-.5-.1-1.8-.2-3.4-.2-3.3%200-5.5%202-5.5%205.6v3.1h-3.7V11h3.7v11h4.5z%22/%3E%3C/svg%3E');
	border-color: #3b5998;
	background-size: 24px;
}

.post-info-wrapper .share-widget__link--facebook {
    background-size: 20px;
}

.share-widget__link--facebook:hover,
.share-widget__link--facebook:focus {
	background-color: #3b5998;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%225%20-5%2030%2030%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.9%2022V11.1h3.7l.6-4.3H22V4.1c-.1-1.3.2-2.1%202-2.1h2.3v-3.8c-.5-.1-1.8-.2-3.4-.2-3.3%200-5.5%202-5.5%205.6v3.1h-3.7V11h3.7v11h4.5z%22/%3E%3C/svg%3E');
}
.share-widget__link--twitter {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M27.5%207.2c-.9.4-1.9.7-3%20.8%201.1-.6%201.9-1.6%202.3-2.8-1%20.6-2.1%201-3.3%201.2-.9-1-2.3-1.6-3.8-1.6-2.8%200-5.1%202.3-5.1%205.1%200%20.4%200%20.8.1%201.2-4.3-.2-8.1-2.3-10.6-5.4-.3.8-.6%201.7-.6%202.6%200%201.8.9%203.4%202.3%204.3-.8%200-1.6-.3-2.3-.6v.1c0%202.5%201.8%204.6%204.1%205-.4.1-.9.2-1.4.2-.3%200-.7%200-1-.1.7%202%202.6%203.5%204.8%203.6C8.2%2022.2%206%2023%203.6%2023c-.4%200-.8%200-1.2-.1%202.3%201.5%205%202.3%207.9%202.3%209.5%200%2014.6-7.8%2014.6-14.6v-.7c1.1-.7%201.9-1.6%202.6-2.7z%22/%3E%3C/svg%3E');
	border-color: #55acee;
	background-size: 21px;
}

.post-info-wrapper .share-widget__link--twitter {
    background-size: 18px;
}

.share-widget__link--twitter:hover,
.share-widget__link--twitter:focus {
	background-color: #55acee;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.5%207.2c-.9.4-1.9.7-3%20.8%201.1-.6%201.9-1.6%202.3-2.8-1%20.6-2.1%201-3.3%201.2-.9-1-2.3-1.6-3.8-1.6-2.8%200-5.1%202.3-5.1%205.1%200%20.4%200%20.8.1%201.2-4.3-.2-8.1-2.3-10.6-5.4-.3.8-.6%201.7-.6%202.6%200%201.8.9%203.4%202.3%204.3-.8%200-1.6-.3-2.3-.6v.1c0%202.5%201.8%204.6%204.1%205-.4.1-.9.2-1.4.2-.3%200-.7%200-1-.1.7%202%202.6%203.5%204.8%203.6C8.2%2022.2%206%2023%203.6%2023c-.4%200-.8%200-1.2-.1%202.3%201.5%205%202.3%207.9%202.3%209.5%200%2014.6-7.8%2014.6-14.6v-.7c1.1-.7%201.9-1.6%202.6-2.7z%22/%3E%3C/svg%3E');;
}
.share-widget__link--linkedin {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22%230077b5%22%3E%3Cpath%20d%3D%22M5.2%2010.8h4.5v15.7H5.2zM22.3%2011.7c-1.7-.9-4.1-1-5.9-.2v-.7h-4.5v15.7h4.5v-10l1.8-.9c.5-.2%201.4-.2%201.9%200%20.3.2.8.9.8%201.4v9.5h4.5V17c0-2.1-1.3-4.3-3.1-5.3z%22/%3E%3Ccircle%20cx%3D%227.4%22%20cy%3D%226.3%22%20r%3D%222.8%22/%3E%3C/g%3E%3C/svg%3E');
	border-color: #0077b5;
	background-size: 20px;
}

.post-info-wrapper .share-widget__link--linkedin {
    background-size: 19px;
}

.share-widget__link--linkedin:hover,
.share-widget__link--linkedin:focus {
	background-color: #0077b5;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M5.2%2010.8h4.5v15.7H5.2zM22.3%2011.7c-1.7-.9-4.1-1-5.9-.2v-.7h-4.5v15.7h4.5v-10l1.8-.9c.5-.2%201.4-.2%201.9%200%20.3.2.8.9.8%201.4v9.5h4.5V17c0-2.1-1.3-4.3-3.1-5.3z%22/%3E%3Ccircle%20cx%3D%227.4%22%20cy%3D%226.3%22%20r%3D%222.8%22/%3E%3C/g%3E%3C/svg%3E');
}
.share-widget__link--google\+ {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22%23dc4e41%22%3E%3Cpath%20d%3D%22M15.6%2016.5l-1-.8c-.3-.2-.7-.6-.7-1.2s.4-1%20.8-1.3c1.1-.9%202.3-1.9%202.3-3.9%200-2.1-1.3-3.2-1.9-3.7h1.7l1.8-1.1h-5.4c-1.5%200-3.6.3-5.1%201.6-1.2%201-1.7%202.4-1.7%203.7%200%202.1%201.6%204.3%204.5%204.3.3%200%20.6%200%20.9-.1-.1.3-.3.6-.3%201.1%200%20.8.4%201.4.8%201.9-1.2.1-3.5.2-5.2%201.3-1.6%201-2.1%202.3-2.1%203.3%200%202%201.9%203.9%205.9%203.9%204.7%200%207.2-2.6%207.2-5.2-.3-1.9-1.3-2.8-2.5-3.8M12%2013.3c-2.3%200-3.4-3-3.4-4.9%200-.7.1-1.4.6-2%20.4-.5%201.2-.9%201.9-.9%202.3%200%203.4%203.1%203.4%205%200%20.5-.1%201.4-.7%202-.4.5-1.1.8-1.8.8m0%2011c-2.9%200-4.8-1.4-4.8-3.3s1.7-2.6%202.3-2.8c1.1-.4%202.6-.4%202.9-.4h.6c2.1%201.5%203%202.2%203%203.6%200%201.7-1.4%202.9-4%202.9M22.4%2013.3v-2.7h-1.3v2.7h-2.7v1.4h2.7v2.7h1.3v-2.7h2.8v-1.4z%22/%3E%3C/g%3E%3C/svg%3E');
	border-color: #dc4e41;
	background-size: 26px;
}
.share-widget__link--google\+:hover,
.share-widget__link--google\+:focus {
	background-color: #dc4e41;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15.6%2016.5l-1-.8c-.3-.2-.7-.6-.7-1.2s.4-1%20.8-1.3c1.1-.9%202.3-1.9%202.3-3.9%200-2.1-1.3-3.2-1.9-3.7h1.7l1.8-1.1h-5.4c-1.5%200-3.6.3-5.1%201.6-1.2%201-1.7%202.4-1.7%203.7%200%202.1%201.6%204.3%204.5%204.3.3%200%20.6%200%20.9-.1-.1.3-.3.6-.3%201.1%200%20.8.4%201.4.8%201.9-1.2.1-3.5.2-5.2%201.3-1.6%201-2.1%202.3-2.1%203.3%200%202%201.9%203.9%205.9%203.9%204.7%200%207.2-2.6%207.2-5.2-.3-1.9-1.3-2.8-2.5-3.8M12%2013.3c-2.3%200-3.4-3-3.4-4.9%200-.7.1-1.4.6-2%20.4-.5%201.2-.9%201.9-.9%202.3%200%203.4%203.1%203.4%205%200%20.5-.1%201.4-.7%202-.4.5-1.1.8-1.8.8m0%2011c-2.9%200-4.8-1.4-4.8-3.3s1.7-2.6%202.3-2.8c1.1-.4%202.6-.4%202.9-.4h.6c2.1%201.5%203%202.2%203%203.6%200%201.7-1.4%202.9-4%202.9M22.4%2013.3v-2.7h-1.3v2.7h-2.7v1.4h2.7v2.7h1.3v-2.7h2.8v-1.4z%22/%3E%3C/g%3E%3C/svg%3E');
}

.share-widget__link--email {
    position: relative;
    border: 1px solid #071920;
}

.share-widget__link--email:hover, .share-widget__link--email:focus {
    background-color: #071920;
}

.share-widget__link--email:after {
    font-family: "Font Awesome 5 Free";
    content: "\f003";
    color: #071920;
    position: absolute;
    top: 6px;
    left: -25px;
    z-index: 9999999;
}

.post-info-wrapper .share-widget__link--email:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    display: inline-block;
    text-indent: 6px;
    line-height: 27px;    
}

.home-hero-wrapper .post-info-wrapper .share-widget__link--email:after {
    left: -8px;
}

.share-widget__link--email:hover:after, .share-widget__link--email:focus:after {
    color: #FFFFFF;
}



.share-widget__link--url {
    position: relative;
    border: 1px solid #071920;
}

.share-widget__link--url:hover, .share-widget__link--url:focus {
    background-color: #071920;
}

.share-widget__link--url:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    color: #071920;
    position: absolute;
    top: 6px;
    left: -25px;
    z-index: 9999999;
}

.post-info-wrapper .share-widget__link--url:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    display: inline-block;
    text-indent: 6px;
    line-height: 30px;    
}

.home-hero-wrapper .post-info-wrapper .share-widget__link--url:after {
    left: -8px;
}

.share-widget__link--url:hover:after, .share-widget__link--url:focus:after {
    color: #FFFFFF;
}

.body-breadcrumbs-container {
    border-top: 6px solid #50c364;
    border-bottom: 1px solid #e8e9ed;
    height: 66px;
}

.body-breadcrumbs-container .main-share-widget {
    top: 14px;
    right: 10px;
}

.body-breadcrumbs-container ul.list_breadcrumb {
    position: absolute;
    margin: 23px 0 0 0;
    width: auto;
}

.body-top-border-green {
    border-top: 5px solid #50c364;    
}

.share-url-msg {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    background-color: #145569;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    font-size: 14px;    
}

.home-hero-wrapper .share-url-msg {
    background-color: #071920;    
}

ul.share-item-list {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.share-item-list > li {
    padding-left: 0;
}

ul.share-item-list > li > div {
    position: relative;
    overflow-wrap: break-word;
    line-height: 35px;
    color: #000000;
    padding: 0;
    text-align: left;
    display: block;
    clear: both;
    font-weight: 400;
    white-space: nowrap;    
}

ul.share-item-list > li > div > p {
    font-size: 14px;
    line-height: 35px;
    margin: 0 55px 0 0;
}

ul.share-item-list > li > div > p.link-container {
    position: relative;
    margin: 0;
}

ul.share-item-list > li > div > p.link-container a {
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 33px;
    text-align: center;
    background-color: #145569;
    color: #FFFFFF;
}

ul.share-item-list > li > div > p.link-container.copied a {
    background-color: #B93296;
}

ul.share-item-list > li > div > p input {
    padding: 5px;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    color: rgba(0, 0, 0, 0.23);
    padding-right: 40px;
}

/* Disclaimer */
.disclaimer-text {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 0 10px 10px 10px;    
}

.disclaimer-accept-btn, .disclaimer-cancel-btn {
    background-color: #145569;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 7px 15px;
    margin: 0 5px 8px 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
    transition: color 150ms ease-out, background-color 150ms ease-out;
}

.disclaimer-cancel-btn {
    background-color: #2e3032;
}

.disclaimer-accept-btn:hover {
    background-color: #2e3032;
}

.disclaimer-cancel-btn:hover {
    background-color: #145569;
}

/* Flip Clock */
.flip-clock-container {
    background-color: black;
    position: absolute;
    bottom: -30px;
    left: -95px;
    width: 505px;
    padding: 70px 20px 20px 20px;
    color: black;
    transform: scale(.54);
    -ms-transform: scale(.54); /* IE 9 */
    -webkit-transform: scale(.54); /* Safari and Chrome */
    -o-transform: scale(.54); /* Opera */
    -moz-transform: scale(.54); /* Firefox */    
}

.flip-clock-container p {
    color: white;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    top: -45px;
    left: 5px;    
}

.flip-clock-wrapper {
    margin: 0 !important;
    font-family: 'Roboto' !important;
    font-size: 22px !important;  

}

.flip-clock-divider .flip-clock-label {
    color: #FFFFFF !important;
}

.home-hero-wrapper a:hover .clock span {
    border: none;
}

.flip-clock-wrapper ul li a div div.inn {
    color: #fff !important;
    background-color: #145569 !important;
}

.flip-clock-dot {
    background: #fff !important;
}

.flip-clock-divider .flip-clock-label {
    right: -98px !important;
}

.flip-clock-divider.hours .flip-clock-label {
    right: -107px !important;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -118px !important;
}

/* Utils menu */
.utils-menu {
    display: none;
}

@media (min-width: 1180px) {
    .utils-menu {
        display: block;
        height: 30px;
        margin-top: 5px;
    }
    
    .utils-menu .menu {
        height: 30px;
        margin: 0px 20px;
    }
    
    .utils-menu .menu li {
        line-height: 30px;
        margin: 0;
        background-color: #071920;
        background-image: url(../assets/images/hero-texture-bg.png);        
    }    
    
    .dark .utils-menu .menu li {
        background-color: rgba(255, 255, 255, 0.15);
        background-image: none; 
    }

    .utils-menu .menu li.facebook {
        background-color: #3b5998;
    }
    
    .utils-menu .menu li.twitter, .utils-menu .menu li.x {
        background-color: #000000;
    }
    
    .utils-menu .menu li.linkedin {
        background-color: #007bb5;
    }
    
    .utils-menu .menu li.instagram {
        background-color: #c32aa3;
    }
    
    .utils-menu .menu li.vimeo {
        background-color: #1AB7EA;
    }
    
    .utils-menu .menu li.youtube {
        background-color: #ff0000;
    }
    
    .utils-menu .menu li.pinterest {
        background-color: #bd081c;
    }
    
    .utils-menu .menu li.googleplus {
        background-color: #db4437;
    }    
    
    .utils-menu .menu li a {
        display: block;
        margin: 0;
        padding: 0 7px !important;
        border-bottom: none !important;
        color: #FFFFFF !important;
    }
    
    .header .utils-menu .menu > li:hover > a, .header .utils-menu .menu > li > a.active, .header .utils-menu .menu > li.open > a, .header .utils-menu .menu > li.open > a.active {
        border: none !important;   
    }
    
    .utils-menu .menu li.icon {
        position: relative;
        width: 30px;
    }

    .utils-menu .menu li.icon a {
        text-indent: -9999px;
    }    

    .utils-menu .tooltip .tooltip-arrow {
        border-bottom-color: #145569;
    }
    
    .utils-menu .tooltip .tooltip-inner { 
        background-color: #145569;
    }      
    
    .utils-menu .menu li.icon:before {
        font-family: "Font Awesome 5 Free";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        border-radius: 0;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 30px;
    }    
    
    .utils-menu .menu li.icon:before {
        font-family: "Font Awesome 5 Free";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        border-radius: 0;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 30px;
    }
    
    .utils-menu .menu li:hover {
        background-color: #145569;
    }    
    
    .dark .utils-menu .menu li:hover {
        background-color: rgba(20, 85, 105, 0.5);
    }
    
    .utils-menu .menu li.facebook:hover {
        background-color: #355088;
    }
    
    .utils-menu .menu li.twitter:hover, .utils-menu .menu li.x:hover {
        background-color: #191919;
    }
    
    .utils-menu .menu li.linkedin:hover {
        background-color: #006ea2;
    }
    
    .utils-menu .menu li.instagram:hover {
        background-color: #af2592;
    }

    .utils-menu .menu li.vimeo:hover {
        background-color: #17a4d2;
    }
    
    .utils-menu .menu li.youtube:hover {
        background-color: #e50000;
    }
    
    .utils-menu .menu li.pinterest:hover {
        background-color: #aa0719;
    }
    
    .utils-menu .menu li.googleplus:hover {
        background-color: #c53d31;
    }
    
    
    .utils-menu .menu li.facebook:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f39e";
        text-indent: 11px;
    }
    
    .utils-menu .menu li.twitter:before, .utils-menu .menu li.x:before {
        content: "";
        background-image: url(../assets/images/icons/svg/TwitterXIcon.svg);
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: 50%;        
    }
    
    .utils-menu .menu li.linkedin:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f0e1";
        text-indent: 9px;
    }
    
    .utils-menu .menu li.instagram:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f16d";
        text-indent: 9px;
    }
    
    .utils-menu .menu li.vimeo:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f27d";
        text-indent: 6px;
    } 
    
    .utils-menu .menu li.youtube:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f167";
        text-indent: 7px;
        font-size: 14px;
    }
    
    .utils-menu .menu li.pinterest:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f231";
        text-indent: 9px;
        line-height: 33px;
    }
    
    .utils-menu .menu li.googleplus:before {
        font-family: "Font Awesome 5 Brands";
        content: "\f0d5";
        text-indent: 6px;
        font-size: 15px;
        line-height: 31px;
    }
    
    
    
    .utils-menu .menu li.stories:before {
        content: "\f075";
        text-indent: 8px;
    }
    

    .utils-menu .menu li.contact:before {
        content: "\f0e0";
        text-indent: 8px;
    }
    
    .utils-menu .menu li.search:before {
        content: "\f002";
        font-weight: 900;
        text-indent: 8px;
    }
    
    .minimized .utils-menu, .force-minimized .utils-menu {
        display: none;
    }     

}

.footer-utils-menu {
    display: block;
    height: 30px;   
}

@media (min-width: 1180px) {
    .footer-utils-menu {
        position: absolute;
        right: 0;    
    }   
}

.footer-utils-menu .menu {
    height: 30px;
    margin: 0;
    padding: 0;
    display: inline-block !important;
}

@media (min-width: 1180px) {
    .footer-utils-menu .menu {
        margin: 0px 20px;  
    }   
}

.footer-utils-menu .menu li {
    line-height: 30px;
    margin: 0;
    background-color: #071920;
    background-image: url(../assets/images/hero-texture-bg.png);  
    display: inline-block;
}

.dark .footer-utils-menu .menu li {
    background-color: rgba(255, 255, 255, 0.15);
    background-image: none; 
}


.footer-utils-menu .menu li a {
    display: block;
    color: #FFFFFF;
    margin: 0;
    padding: 0 7px !important;
    border-bottom: none !important;
}

.footer-utils-menu .menu > li:hover > a, .footer-utils-menu .menu > li > a.active, .footer-utils-menu .menu > li.open > a, .footer-utils-menu .menu > li.open > a.active {
    border: none !important;   
}

.footer-utils-menu .tooltip .tooltip-arrow {
    border-top-color: #145569;
}

.footer-utils-menu .tooltip .tooltip-inner { 
    background-color: #145569;
}  

.footer-utils-menu .menu li.icon {
    position: relative;
    width: 30px;
}

.footer-utils-menu .menu li.icon a {
    text-indent: -9999px;
}

.footer-utils-menu .menu li.icon a:after {
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;    
    border-radius: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
}    

.footer-utils-menu .menu li:hover {
    background-color: #145569;
}

.dark .footer-utils-menu .menu li:hover {
    background-color: rgba(20, 85, 105, 0.5);
}

.footer-utils-menu .menu li.facebook a:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f39e";
    text-indent: 10px;
}

.footer-utils-menu .menu li.twitter a:after, .footer-utils-menu .menu li.x a:after {
    content: "";
    background-image: url(../assets/images/icons/svg/TwitterXIcon.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 50%; 
}

.footer-utils-menu .menu li.linkedin a:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f0e1";
    text-indent: 8px;
}

.footer-utils-menu .menu li.instagram a:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f16d";
    text-indent: 7px;
}

.footer-utils-menu .menu li.vimeo a:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f27d";
    text-indent: 6px;
} 

.footer-utils-menu .menu li.youtube a:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f167";
    text-indent: 7px;
    font-size: 14px;
}

.footer-utils-menu .menu li.pinterest a:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f231";
    text-indent: 9px;
    line-height: 35px;
}

.footer-utils-menu .menu li.googleplus a:after {
    font-family: "Font Awesome 5 Brands";
    content: "\f0d5";
    text-indent: 6px;
    font-size: 15px;
    line-height: 31px;
}

.footer-utils-menu .menu li.stories a:after {
    content: "\f075";
    text-indent: 8px;
    font-size: 15px;
    line-height: 30px;
}

.footer-utils-menu .menu li.facebook {
    background-color: #3b5998;
}

.footer-utils-menu .menu li.twitter, .footer-utils-menu .menu li.x {
    background-color: #000000;
}

.footer-utils-menu .menu li.linkedin {
    background-color: #007bb5;
}

.footer-utils-menu .menu li.instagram {
    background-color: #c32aa3;
}

.footer-utils-menu .menu li.vimeo {
    background-color: #1AB7EA;
}

.footer-utils-menu .menu li.youtube {
    background-color: #ff0000;
}

.footer-utils-menu .menu li.pinterest {
    background-color: #bd081c;
}

.footer-utils-menu .menu li.googleplus {
    background-color: #db4437;
}

.footer-utils-menu .menu li.facebook:hover {
    background-color: #355088;
}

.footer-utils-menu .menu li.twitter:hover, .footer-utils-menu .menu li.x:hover {
    background-color: #191919;
}

.footer-utils-menu .menu li.linkedin:hover {
    background-color: #006ea2;
}

.footer-utils-menu .menu li.instagram:hover {
    background-color: #af2592;
}

.footer-utils-menu .menu li.vimeo:hover {
    background-color: #17a4d2;
}

.footer-utils-menu .menu li.youtube:hover {
    background-color: #e50000;
}

.footer-utils-menu .menu li.pinterest:hover {
    background-color: #aa0719;
}

.footer-utils-menu .menu li.googleplus:hover {
    background-color: #c53d31;
}

.featured-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 56.25%;
}

@media (min-width: 1031px) {
    .featured-image {
        padding-bottom: 0;
        height: 400px;
    }
}


/* Split feature widget */
@media (min-width: 768px) { 

    .split-feature {
        /*display: table;*/
    }
    
    .split-feature-left {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .split-feature-right {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .split-feature-image {
        background-size: cover;
        background-repeat: no-repeat;
    }

}

@media (max-width: 1179px) { 
    
    .split-feature-left {
        height: auto !important;
    }

    .split-feature-right {
        height: auto !important;
    }

}

.privacy-text {
    font-size: 12px !important;
    line-height: 18px !important;
}

.gform_button {
    display: inline-block;
    background-color: #50c364;
    color: white !important;
    text-align: center;
    text-decoration: none !important;
    margin: 0;
    border: none;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 5px 10px !important;
    border-radius: 2px;    
}

.gform_button:hover {
    background-color: #46c3d7; 
}

.fw-img-wrapper-fill {
    width: 100%;
}

.fw-img-wrapper-fill img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Gravity form overrides */
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -2px !important;
    margin-right: 5px;
}

.filter-menu-section-title {
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    border-bottom: 1px solid white;
    display: block;
    padding: 5px 0px;
    text-decoration: none !important;
  }
  
  .filter-menu-section-title:visited, .filter-menu-section-title:focus {
    color: #FFFFFF;
  }
  
  .filter-menu-section-title:hover {
    color: #FFFFFF !important;
  }
  
  .filter-menu-section-title:before {
    content: "+";
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 6px;
    transition: all 0.3s ease;
    transform: rotate(45deg);
    width: 23px;
    height: 23px;
    text-align: center;
    display: block;
  }
  
  .filter-menu-section-title.collapsed:before {
    transform: rotate(0deg);
  }


  .fs-filter-header {
    background-color: #46C3D7;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 16px;
    margin: 0;    
  }

  .fs-filter-header h3 {
    margin: 0;
  }

  .fs-filter-footer {
    background-color: #46C3D7;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 16px;
    margin: 0;    
  }

  .btn-clear-filters, .btn-clear-filters:active, .btn-clear-filters:focus, .btn-clear-filters:hover, .btn-close-fs-menu, .btn-close-fs-menu:active, .btn-close-fs-menu:focus, .btn-close-fs-menu:hover {
    color: #FFFFFF;
    background-color: #145569 !important;
    border-color: #145569 !important;
    box-shadow: none !important;  
    font-size: 14px;
    line-height: 18px;  
  }

  .btn-clear-filters:hover, .btn-close-fs-menu:hover {
    background-color: #50C364 !important;
    border-color: #50C364 !important;
  }

  .btn-close-fs-menu {
    position: absolute;
    top: 18px;
    right: 15px;  
  }

  .btn-view-dances, .btn-view-dances:active, .btn-view-dances:focus, .btn-view-dances:hover {
    position: absolute;
    right: 15px;
    background-color: #99C431 !important;
    border-color: #99C431 !important;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 18px;      
  }

  .btn-fs-filter-menu, .btn-fs-filter-menu:active, .btn-fs-filter-menu:focus, .btn-fs-filter-menu:hover {
    background-color: #145569 !important;
    border-color: #145569 !important;
    width: 100%;
    color: #FFFFFF;
  }

  .btn-fs-filter-menu:hover {
    background-color: #46C3D7 !important;
    border-color: #46C3D7 !important;
    color: #FFFFFF;
  }

  .fs-filter-count-container {
    border-top: 1px solid #FFFFFF;
  }

  .fs-filter-count-container .filter-list-count {
    padding: 10px 0;
  }

  .catalogues-search-frm.catalogues-search-frm-fs .form-control {
    background-color: #FFFFFF;
  }

  .filter-menu-top-section-title {
    position: relative;
    color: #FFFFFF;
    display: block;
    text-decoration: none !important;
  }
  
  .filter-menu-top-section-title:visited, .filter-menu-top-section-title:focus, .filter-menu-top-section-title:hover {
    color: #FFFFFF !important;
  }
  
  @media (max-width: 767px) {

    .filter-menu-title {
      border-bottom-color: #dd24d1;
    }

    .filter-menu-top-section-title:hover {
      color: #FFFFFF !important;
    }
    
    .filter-menu-top-section-title:before {
      content: "+";
      font-size: 40px;
      line-height: 40px;
      font-weight: 300;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.3s ease;
      transform: rotate(45deg);
      width: 27px;
      height: 40px;
      text-align: center;
      display: block;
    }
    
    .filter-menu-top-section-title.collapsed:before {
      transform: rotate(0deg);
    }  

  }

/* Works on Firefox */
.filter-wrapper-catalogues * {
  scrollbar-width: thin;
  scrollbar-color: #46C3D7 transparent;
}

/* Works on Chrome, Edge, and Safari */
.filter-wrapper-catalogues *::-webkit-scrollbar {
  width: 6px;
}

.filter-wrapper-catalogues *::-webkit-scrollbar-track {
  background: transparent;
}

.filter-wrapper-catalogues *::-webkit-scrollbar-thumb {
  background-color: #46C3D7;
  border-radius: 0px;
  border: 3px solid transparent;
}

@media (min-width: 768px) {
  .catalogues-search-frm .filter-menu .menu-container {
    max-height: 300px;
    overflow-y: auto !important;
    overflow-x: initial;
    padding-right: inherit;    
  }
}

.consultations-closed {
    color: red;
    font-weight: 600;
}

.consultations-open {
    color: #50c364;
    font-weight: 600;    
}

.consultations-not-open {
    color: #e66e0a;
    font-weight: 600;     
}

.consultation-title-link, .consultation-title-link:link, .consultation-title-link:hover {
    text-decoration: none;
}

.consultation-title-link:hover {
    color: #FFFFFF;
}

.consultations-item {
	background-color: #FFFFFF;	
	border-top: 6px solid #46c3d7;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    min-height: 320px;
}

.consultations-item.consultations-b-closed {
    border-top-color: red;
}

.consultations-item.consultations-b-open {
    border-top-color: #50c364;
}

a:hover .consultations-item {
    background-color: #071920;
    /*border-top: 6px solid #50c364;*/
}

.consultation-title {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e9ed;
    min-height: 70px;
}

.consultation-subtitle {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
}

/* New search */
.search-grid-item ul.list_breadcrumb li {
   font-size: 15px;
   line-height: 18px;
}

.search-grid-item ul.list_breadcrumb li.last {
    display: none;
}

.search-grid-item ul.list_breadcrumb li a {
    color: #46c3d7;
}

.search-grid-item ul.list_breadcrumb li:after {
    color: #071920;
}

.search-grid-item .search-item-hover:hover ul.list_breadcrumb li:after {
    color: #FFFFFF;    
}

.search-item-title-link, .search-item-title-link:link, .search-item-title-link:hover {
    text-decoration: none;
}

.search-item-title-link:hover {
    color: #FFFFFF;
}

.search-item {
	background-color: #FFFFFF;	
	border-top: 6px solid #46c3d7;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.search-item-date {
    color: #145569;
    font-size: 12px;
}

.search-item-hover, .search-item-hover:visited{
    display: block;
    color: #145569;
}

.search-item-hover:hover, .search-item-hover:focus {
    color: #FFFFFF;
}

.search-item-hover:hover .search-item {
    background-color: #071920;
    /*border-top: 6px solid #50c364;*/
}

.search-item-hover:hover .search-item a, .search-item-hover:hover .search-item a:link, .search-item-hover:hover .search-item a:hover, .search-item-hover:hover .search-item a:visited {
    color: #FFFFFF;    
}

.search-grid-item .search-item-hover:hover ul.list_breadcrumb li a {
    color: #46c3d7;
}

.search-item-hover:hover .search-item ul.list_breadcrumb li a:hover, .search-item-hover:hover .search-item ul.list_breadcrumb li a:focus {
    color: #50c364;
}

.search-item-hover:hover .search-item-date {
    color: #FFFFFF;
}

.search-item-title {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e9ed;
}

.search-item-subtitle {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 20px;
    border-bottom: #e8e9ed 1px solid;
}

.search-item-image {
    position: relative;
    background-color: #eee;
}

.search-item-image:before {
    content: "\f03e";
    font-family: "Font Awesome 5 Free";
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 70px;
    color: #ccc;
    margin-left: -35px;
    margin-top: -55px;
}

.search-item-image img {
    width: 100%;
    height: auto;
    opacity: 0;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
}

.search-item-image img.loaded {
    opacity: 1;
}

.search-item-terms-tax {
    margin-right: 5px;
}

.search-item-terms .search-item-terms-tax-item:after {
    content: ', ';
}

.search-item-terms .search-item-terms-tax-item:last-child:after {
    content: '';
}

.dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

/* Catalogues */
.catalogue-grid-item ul.list_breadcrumb li.last {
    display: none;
}


.catalogue-item-title-link, .catalogue-item-title-link:link, .catalogue-item-title-link:hover {
    text-decoration: none;
}

.catalogue-item-title-link:hover {
    color: #FFFFFF;
}

.catalogue-item {
	background-color: #FFFFFF;	
	border-top: 6px solid #50c364;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.bw-item {
    padding: 10px;
}

.catalogue-item-date {
    color: #145569;
    font-size: 14px;
}

.catalogue-item-hover, .catalogue-item-hover:visited{
    display: block;
    color: #145569;
}

.catalogue-item-hover:hover, .catalogue-item-hover:focus {
    color: #FFFFFF;
}

.catalogue-item-hover:hover .catalogue-item {
    background-color: #071920;
    /*border-top: 6px solid #50c364;*/
}

.catalogue-item-hover:hover .search-item a, .catalogue-item-hover:hover .catalogue-item a:link, .catalogue-item-hover:hover .catalogue-item a:hover, .catalogue-item-hover:hover .catalogue-item a:visited {
    color: #FFFFFF;    
}

.catalogue-item-hover:hover .catalogue-item ul.list_breadcrumb li a:hover, .catalogue-item-hover:hover .catalogue-item ul.list_breadcrumb li a:focus {
    color: #50c364;
}

.catalogue-item-hover:hover .catalogue-item-date {
    color: #FFFFFF;
}

.catalogue-item-image-fh {
    padding-bottom: 75%;
}

.catalogue-item-img {
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .grid-item-featured .catalogue-item-image-fh {
        padding-bottom: 42%;
    }
}

.catalogue-item-title {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    text-align: center;    
    word-break: break-word;
}


.grid-item-featured .catalogue-item-title {
    font-size: 40px;
}

.catalogue-item-title-clamp {
    font-size: 22px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    display: flex !important;
    align-items: center;   
} 

.grid-item-featured .catalogue-item-title-clamp {
    font-size: 40px;
    line-height: 44px;
}

.bw-title {
    font-size: 16px;
    padding-bottom: 0;
}

.bw-fixed-height-mode .bw-title {
    height: 45px;
    overflow: hidden;
    word-break: normal;
    display: table;
    text-align: center;
    width: 100%;
}

.bw-fixed-height-mode .bw-title span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.catalogue-item-title-no-subtitle {
    margin-bottom: 0;
    border-bottom: none;
}

.catalogue-item-subtitle {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
    word-break: break-word;    
}

.modal .catalogue-item-subtitle {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 20px auto;    
}

.catalogue-item-subtitle-clamp {
    height: 110px;
    overflow: hidden;
}

.catalogue-item-image {
    position: relative;
    background-color: #eee;
}

.catalogue-item-image:before {
    content: "\f03e";
    font-family: "Font Awesome 5 Free";
    left: 50%;
    position: absolute;
    top: 50%;
    font-size: 70px;
    color: #ccc;
    margin-left: -35px;
    margin-top: -55px;
}

.catalogue-item-image.loaded:before {
    content: "";
}

.catalogue-item-image img, .catalogue-item-image .catalogue-item-fh-image {
    width: 100%;
    /*height: auto;*/
    height: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
}

.catalogue-item-image .catalogue-item-fh-image {
    background-size: cover;
    background-position: center;
}

.catalogue-item-image .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
    display: none;
}

.asset-type-video .catalogue-item-image img {
    opacity: 0.8;
}

.asset-type-video .catalogue-item-image .video-play-btn {
    display: inline-block;
}

.catalogue-item-terms {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 20px 0 10px 0;
}

.catalogue-item-terms-tax {
    margin-right: 5px;
    padding: 10px 0 0 0;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255,255,255,0.4);
}

.catalogue-item-terms-tax-item{
    font-size: 14px;
}

.catalogue-item-terms .catalogue-item-terms-tax-item:after {
    content: ', ';
}

.catalogue-item-terms .catalogue-item-terms-tax-item:last-child:after {
    content: '';
}

.catalogue-item.has-media-links {
    margin-bottom: 0;
}

.catalogue-media {
	background-color: #071920;	
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    text-align: center;
}

.catalogue-media-title {
    color: #FFFFFF;   
    margin-bottom: 10px; 
    display: inline-block;
    margin-right: 10px;    
}

.catalogue-media-icons {
    display: inline-block;
}

.catalogue-media .btn-transparent {
    color: #FFFFFF !important;
}

.catalogue-media .btn {
    overflow: hidden;
    width: 33px;
    padding: 5px 0;
    text-align: center;    
}

.catalogue-media .tooltip .tooltip-arrow {
    border-bottom-color: #50c364;
}

.catalogue-media .tooltip .tooltip-inner { 
    background-color: #50c364;
}  


.catalogue-item-not-hover {
    border-radius: 5px 5px 0 0;
}  

.catalogue-item-not-hover a {
    text-decoration: none;
}

.catalogue-item-not-hover {
    margin-bottom: 30px;
}


/* Catalogue colour schemes */
.cat_scheme_1 .catalogue-item {
    background-color: #145569;
}

.cat_scheme_1 .catalogue-item-hover, .cat_scheme_1 .catalogue-item-hover:visited {
    color: #FFFFFF;
}

.cat_scheme_1 .catalogue-item-hover:hover .catalogue-item {
    background-color: #071920;
}	

.cat_scheme_1 .catalogue-item-terms-tax {
    color: rgba(255,255,255,0.6);
}




.cat_scheme_2 .catalogue-item {
    background-color: #071920;
}

.cat_scheme_2 .catalogue-item-hover, .cat_scheme_2 .catalogue-item-hover:visited {
    color: #FFFFFF;
}

.cat_scheme_2 .catalogue-item-hover:hover .catalogue-item {
    background-color: #145569;
}	

.cat_scheme_2 .catalogue-item-terms-tax {
    color: rgba(255,255,255,0.6);
}



.cat_scheme_3 .catalogue-item-title {
    border-bottom: 1px solid #DDDDDD;
}

.cat_scheme_3 .catalogue-item {
    background-color: #FFFFFF;
}

.cat_scheme_3 .catalogue-item-hover, .cat_scheme_3 .catalogue-item-hover:visited {
    color: #071920;
}

.cat_scheme_3 .catalogue-item-hover:hover .catalogue-item {
    background-color: #145569;
}

.cat_scheme_3 .catalogue-item-terms-tax {
    color: #888888;
}

.cat_scheme_3 .catalogue-item-hover:hover {
    color: #FFFFFF;
}

.cat_scheme_3 .catalogue-item-hover:hover .catalogue-item-terms-tax {
    color: rgba(255,255,255,0.6);
}


.cat_scheme_4 .catalogue-item {
    background-color: transparent;
    border: none;
}

.cat_scheme_4 .catalogue-item-hover:hover .catalogue-item {
    background-color: transparent;
}

.cat_scheme_4 .catalogue-item-hover:hover .catalogue-item-image {
    filter: brightness(95%);
}

.cat_scheme_4 .catalogue-item-image img {
    border: #ccc 1px solid;
    box-shadow: 3px 3px #ddd;
}

.cat_scheme_4 .catalogue-item-title {
    color: #071920;
    border-bottom: none;
    font-size: 15px;
}

.cat_scheme_4 .catalogue-item-hover:hover .catalogue-item-title {
    color: #50c364;
}

.cat_scheme_4 .catalogue-item-subtitle {
    display: none;
}


/* Juxtapose */
.juxtapose-container {
    position: relative;
    padding-bottom: 56.25%;
    background-color:#071920;    
}

.juxtapose-el {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;    
}

.juxtapose-modal-link {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-color: #50c364;
    display: block;
    z-index: 20;
    border: none !important;
}

.juxtapose-modal-link:hover {
    background-color: #46c3d7;
}

.juxtapose-modal-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    content: "\f065";
    text-indent: 0;
    position: absolute;
    font-size: 26px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #FFFFFF !important;
}

.no-padding-bottom {
    padding-bottom: auto !important;
}

.juxtapose-container .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
}

.juxtapose-container .spinner {
  margin: 0;
  width: 70px;
  text-align: center;
  line-height: 18px;  
}

.juxtapose-container .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #46c3d7;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: juxtapose-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: juxtapose-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: juxtapose-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: juxtapose-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.juxtapose-container .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.juxtapose-container .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes juxtapose-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes juxtapose-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes juxtapose-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes juxtapose-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Modal shortcode */

.nats-modal-container {
    display: inline-block;
}

.nats-modal-container.nats-modal-mode-compact {
    position: relative;
}

.modal-img-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nats-modal-container:hover .modal-img-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.59);
}

.nats-modal-container.nats-modal-mode-compact .nats-modal-dl-btn, .nats-modal-container.nats-modal-mode-compact .nats-modal-fs-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}

.nats-modal-container.nats-modal-mode-compact .nats-modal-fs-btn {
    right: 60px;

}

.nats-modal-container.nats-modal-mode-compact .nats-modal-fs-btn:after, .nats-modal-container.nats-modal-mode-compact .nats-modal-dl-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; 
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f424";
    text-indent: 0;
    font-size: 25px;
    line-height: 40px;
    text-align: center;        
}

.nats-modal-container.nats-modal-mode-compact .nats-modal-dl-btn:after {
    content: "\f56d";      
}


/* NATS news widget */
.nats-news-widget {
	margin-bottom: 10px;	
}

.nats-news-widget a {
    color: #071920;
}

.nats-news-widget a:hover {
    color: #46c3d7;
}

.nats-news-widget .btn {
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 2px;        
}

.nats-news-widget .nats-news-row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	display: block;
    flex-wrap: wrap;
}

.nats-news-widget .nats-news-col-flex {
    display: flex;
    flex-direction: column;
}

.nats-news-widget .carousel {
	margin-bottom: 35px;	
}

.nats-news-widget.nats-news-controls-right .carousel {
	margin-bottom: 0;	
}

@media (max-width: 767px) {
	.k-mobile .nats-news-widget .carousel {
		margin-bottom: 0;	
	}
}

.nats-news-widget .carousel-footer {
	position: absolute;
    margin: 0;
    left: auto;
    right: 0;
    width: auto;
    bottom: -35px;	
}

.nats-news-widget.nats-news-controls-right .carousel-footer {
    bottom: -25px;	
}

@media (max-width: 767px) {
	.k-mobile .nats-news-widget .carousel-footer {
		display: none;
	}
}

.nats-news-widget .carousel-footer .topic-link.no-tag {
    margin: 2px 0 5px 0;
}

.nats-news-widget.nats-news-controls-right .carousel-footer .topic-link.no-tag {
    margin: 0px;
    position: relative;
    top: -2px;
}

.nats-news-widget .carousel-indicators {
	position: static;
    margin: 0 10px 0 0;
    width: auto;
    display: inline-block;
}

.nats-news-widget .carousel-indicators li {
    border: 1px solid #145569;
    background-color: #145569;
}

.nats-news-widget .carousel-indicators li:hover {
	border: 1px solid #46c3d7;
	background-color: #46c3d7;
}
.nats-news-widget .main-news-item {
	position: relative;
    background-color: #FFFFFF;	
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.nats-news-widget .main-news-item {
		height: 430px;
	}
}

.nats-news-widget .main-news-item .icomoon-pushpin {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    position: absolute;
	top:0;
	left:0;
    background-color: #145569;
    padding: 10px;
    border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nats-news-widget .main-news-item .icomoon-pushpin span {
    font-family: 'Roboto';
	padding: 0 10px;
}

.nats-news-widget .main-news-item a:hover .icomoon-pushpin {
	background-color: #46c3d7;
}

.nats-news-widget .main-news-item .topic-link-container {
	margin: 5px 10px;
}

@media (min-width: 768px) {
	.nats-news-widget .main-news-item .topic-link-container {
		position: absolute;
		bottom: 5px;
		left: 10px;
		margin: 0;
	}
}

.nats-news-widget .topic-link {
	position: relative;
    display: inline-block;
    background-color: #50c364;
    color: #fff;
    padding: 5px 8px 5px 25px;
    margin: 2px 5px 5px 0;
    font-size: 12px;
}

@media (max-width: 991px) {
	.nats-news-widget.nats-news-controls-right .topic-link {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 165px;
	}
}

.nats-news-widget .topic-link.no-tag {
	padding: 5px 8px 5px 8px;
}

.nats-news-widget .topic-link:hover {
    background-color: #46c3d7;
	color: #FFFFFF;
}

.nats-news-widget .topic-link .topic-icon {
    position: absolute;
    left: 7px;
    top: 8px;
}

.nats-news-widget .main-news-item{
	border: #dde0e6 1px solid;
}

.nats-news-widget .main-news-img-constrain {
	overflow: hidden;
}

@media (min-width: 992px) {
	.nats-news-widget .main-news-img-constrain {
		height: 280px;
	}
}

.nats-news-widget .main-news-img-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
    background-color: #1c1e24;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 	
}

@media (min-width: 992px) {
	.nats-news-widget .main-news-img-container {
		padding-bottom: 0;
		height: 280px;
	}
}

.nats-news-widget .main-news-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 80px;	
	color: #46c3d7;
}

.nats-news-widget .main-news-img {
	background: url(/media/1037/transparent1x1.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}


.nats-news-widget .main-news-title {
    background-color: #FFFFFF;
    padding: 10px;	
}

.nats-news-widget .main-news-title h4 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.nats-news-widget .main-news-title .main-news-date {
	color: #bbb;
    font-size: 16px;
    font-weight: 400;
	margin-top: 10px;
}

.nats-news-widget .sub-news-item {
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: #dde0e6 1px solid;
}

@media (min-width: 768px) {
	.nats-news-widget .sub-news-item {
		height: 430px;
	}
}

.nats-news-widget .sub-news-item .topic-link-container {
	margin: 5px 10px;
}

@media (min-width: 768px) {
	.nats-news-widget .sub-news-item .topic-link-container {
		position: absolute;
		bottom: 5px;
		left: 10px;
		margin: 0;
	}
}


/*.nats-news-widget .sub-news-container {
	padding-bottom: 56.25%;	
}*/

.nats-news-widget .sub-news-img-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
    background-color: #1c1e24;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

.nats-news-widget .sub-news-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 40px;
	color: #46c3d7;
}

.nats-news-widget .sub-news-img {
	background: url(/media/1037/transparent1x1.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}


.nats-news-widget .sub-news-title {
    background-color: #FFFFFF;
    padding: 10px;	
}


.nats-news-widget .sub-news-title h4 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
}

.nats-news-widget .sub-news-title .sub-news-date {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
	color: #bbb;
}


/* NATS News Rows 3 */
.nats-news-widget.nats-news-rows .nats-news-border-radius {
    margin-bottom: 12px;
    background-color: #fff;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img {
	position: relative;
    overflow: hidden;
}

@media (min-width: 1180px) {
    .nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img {
        min-height: 516px;
    }
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img .topic-link-container {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .news-item-container {
    position: relative;
    background-color: #071920;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.content-hub-home-widget .carousel .item {
    min-height: 528px;
}

@media (max-width: 767px) {
    .content-hub-home-widget .carousel .item {
        display:none !important;
    }
    .content-hub-home-widget .carousel .item.first {
        display: block !important;;
    }    
}

.content-hub-home-widget .nats-news-rows-main-item {
    height: 100%;
    max-height: 516px;
}

.content-hub-home-widget .nats-news-rows-main-item:hover .grid__img > a, .content-hub-home-widget .news-sub-item:hover > a {
    background-color: #2aacc0 !important;
}

.content-hub-home-widget .nats-news-rows-main-item .grid__img {
    height: 100%;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.content-hub-home-widget .nats-news-rows-main-item .grid__img a {
    display: block;
    height: 100%;
}

.content-hub-home-widget .nats-news-rows-main-item .sub-news-date, .content-hub-home-widget .news-sub-item .sub-news-date {
    bottom: 10px;
    left: 20px;
    margin: 0;
    padding: 0 !important;
}

.content-hub-home-widget .news-sub-item .sub-news-date {   
    position: absolute;
    bottom: 7px !important;
  	left:20px !important;
    right: 20px;
    color: #2aacc0;
}

.content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item .news-item-container {
    border-bottom: 6px solid #CCCCCC;
}

.content-hub-home-widget .nats-news-rows-main-item .sub-news-date {
    position: absolute;
    bottom: 15px;
    right: 5px;
    margin: 0; 
    color: #145569;
    font-weight: 400;    
}

@media (min-width: 768px) {

    .content-hub-home-widget .news-sub-item .sub-news-date {   
        right: 20px;
    }    

    .content-hub-home-widget .nats-news-rows-main-item .sub-news-date {
        right: 5px;  
    }
}

.content-hub-home-widget .nats-news-rows-main-item .sub-news-date, .content-hub-home-widget .news-sub-item .sub-news-date {
    font-size: 12px;
    color: #CCCCCC;  
}

.content-hub-home-widget .tt-upper, .catalogue-item .sub-news-date .post-type-btn {
    display: inline-block;
    text-transform: none;
    background: #CCCCCC;
    padding: 2px 5px;
    border-radius: 5px;
    color: #FFFFFF !important;  
}  

.catalogue-item .sub-news-date p {
    margin: 0;
}

.catalogue-item .sub-news-date .catalogue-date, .catalogue-item .sub-news-date .post-type-btn {
    font-size: 12px;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img {
	position: relative;
    overflow: hidden;
}

/*@media (max-width: 599px) {
	.nats-news-widget.nats-news-rows .nats-news-rows-main-item .news-item-container {
		height: 225px;
	}	
}*/

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .news-item-container .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 80px;
    line-height: 70px;
    color: #46c3d7;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .news-item-container .item-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .news-item-container .icomoon-pushpin {
    font-size: 14px;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #145569;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .news-item-container .icomoon-pushpin span {
    font-family: 'Roboto';
    padding: 0 10px;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img figcaption {
    padding: 15px;
    height: auto;
}

@media (max-width: 767px) {
    .content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img figcaption {
        padding-bottom: 25px;
    }
}

.content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img p {
    padding: 0 15px;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
	color: #071920;
	max-height: 100px;
}

.content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #071920;
    max-height: 100px;
}

@media (min-width: 768px) {

    .content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
        font-size: 24px;
        line-height: 28px;
    }

}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img a:hover figcaption h4 {
	color: #46c3d7;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img figcaption .main-news-date {
    color: #bbb;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.nats-news-widget.nats-news-rows a.news-sub-item-container {
    display: block;
    color: #555!important;
}

.nats-news-widget.nats-news-rows .news-sub-item .news-card {
    height: 164px;
    padding-bottom: 0;
    overflow: hidden;
}

@media (max-width: 767px) {

    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item .news-card {
        height: 100px;
    }

}


.nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-large .news-card {
    height: 286px;
}

.nats-news-widget.nats-news-rows .news-sub-item .news__img {
    float: left;
    background: #1c1e24;
    position: relative;
    width: 200px;
    height: 164px;
    padding-bottom: 0;	
    border-right: 6px solid #50c364;
}

.nats-news-widget.nats-news-rows .news-sub-item .news__img.blue-border {
    border-right: 6px solid #46c3d7;
}

.nats-news-widget.nats-news-rows .news-sub-item .b-blue .news__img {
    border-bottom: 6px solid #46c3d7;
}

.nats-news-widget.nats-news-rows .news-sub-item .b-pink .news__img {
    border-bottom: 6px solid #b93296;
}

.nats-news-widget.nats-news-rows .news-sub-item .b-orange .news__img {
    border-bottom: 6px solid #E66E0A;
}

.nats-news-widget.nats-news-rows .news-sub-item .b-twilight .news__img {
    border-bottom: 6px solid #145569;
}

.nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-large .news__img {
    height: 286px;
    width: 286px;
}

@media (max-width: 767px) {

    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item .news__img {
        width: 120px;
        height: 100px;
        border-right: none;
        border-bottom: none;
        border-left: 6px solid #50c364;
    }

    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item .b-blue .news__img {
        border-left: 6px solid #46c3d7;
    }
    
    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item .b-pink .news__img {
        border-left: 6px solid #b93296;
    }
    
    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item .b-orange .news__img {
        border-left: 6px solid #E66E0A;
    }
    
    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item .b-twilight .news__img {
        border-left: 6px solid #145569;
    }    

}

@media (min-width: 768px) {

    .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card {
        height: 252px;
    }

    .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape.no-image .news-card {
        height: 120px;
    }

    .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape .news__img {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 56.25%;	
        border-right: none;
        border-bottom: 6px solid #CCCCCC;
    }  
    
    .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape.no-image .news__img {
        padding-bottom: 0;
    }    

}

.nats-news-widget.nats-news-rows .news__img img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
	
	background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;	
}

.nats-news-widget.nats-news-rows .news__img .bg-img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
	color: #46c3d7;
}

.nats-news-widget.nats-news-rows .news-sub-item .news-card .news__text {
    padding: 10px 20px;
    margin-left: 200px !important;
    color: inherit;
}

.nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-large .news-card .news__text {
    margin-left: 286px !important;
}

@media (max-width: 767px) {

    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item .news-card .news__text {
        margin-left: 110px !important;
    }

    .flex-basis-auto-xs {
        flex-basis: auto;
    }

    .mb-xs-12 {
        margin-bottom: 12px;
    }

}

.nats-news-widget.nats-news-rows .news-card .news__text h4 {
    max-height: 80px;
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 28px;
    color: #071920;
}

.content-hub-home-widget .nats-news-widget.nats-news-rows .news-card .news__text h4 {
    max-height: 80px;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #071920;
}

@media (min-width: 768px) {

    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-card .news__text h4 {
        font-size: 22px;
        line-height: 28px;
    }

}

.nats-news-widget.nats-news-rows a:hover .news-card .news__text h4 {	
	color: #46c3d7;
}

.nats-news-widget.nats-news-rows .news-card .news__text .sub-news-date {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    color: #145569;
    position: absolute;
    bottom: 0;
}

.content-hub-home-widget .nats-news-widget.nats-news-rows .news-card .news__text .sub-news-date {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #6d8394;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.content-hub-home-widget .nats-news-rows-main-item .sub-news-date p, .content-hub-home-widget .news-sub-item .sub-news-date p {
    font-size: 14px;
    color: #6d8394;
    margin: 0 !important;
}   

.content-hub-home-widget .nats-news-rows-main-item:hover .sub-news-date p, .content-hub-home-widget .news-sub-item:hover .sub-news-date p {
    color: #FFFFFF;
}  

.content-hub-home-widget .nats-news-rows-main-item .sub-news-date a {
    display: inline-block;
    height: auto;
} 

.content-hub-home-widget .nats-news-rows-main-item:hover .sub-news-date a, .content-hub-home-widget .news-sub-item:hover .sub-news-date a {
    background-color: #FFFFFF !important;
    color: #071920 !important;
}  

@media (min-width: 768px) {

    .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card .news__text {
        margin-left: 0 !important;
    }    

    .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card .news__text h4 {
        font-size: 16px;
        line-height: 20px;
    }    

    .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card .news__text .sub-news-date {
        font-size: 12px;
        left: 15px;
        right: 15px;
        text-align: right;
        color: #ccc;
    }    

}

.nats-news-widget.nats-news-rows .news-sub-item {
    position: relative;
}

.nats-news-widget.nats-news-rows .news-sub-item .item-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.nats-news-widget.nats-news-rows .news-sub-item .topic-link-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.nats-news-widget .topic-link-container .btn-green {
    padding: 5px 10px;
}

.nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-large .topic-link-container {
    left: 296px;
}

.nats-news-widget.nats-news-rows .topic-link {
    font-size: 12px;
    background-color: #fff;
    color: #3bae4f;
    border: #dde0e6 1px solid;
}

.nats-news-widget.nats-news-rows .topic-link:hover {
    background-color: #50c364;
    color: #fff;
}

.nats-news-widget.nats-news-rows .carousel-footer .topic-link{
    font-size: 12px;
    background-color: #fff;
    color: #3bae4f;
    border: #dde0e6 1px solid;
}

.nats-news-widget.nats-news-rows .carousel-indicators button, .nats-news-widget.nats-news-rows .carousel-controls button {
    background-color: transparent;
    height: 50px;
    width: 50px;
    border: none;
    color: #ccc !important;
    line-height: 40px;
    font-size: 42px;    
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}

.nats-news-widget.nats-news-rows .carousel-indicators button:hover, .nats-news-widget.nats-news-rows .carousel-controls button:hover {
    color: #aaa !important;
}

.nats-news-widget.nats-news-rows .carousel-indicators button.carousel-btn-inactive:hover, .nats-news-widget.nats-news-rows .carousel-controls button.carousel-btn-inactive:hover {
    color: #ccc !important;
}


.nats-news-widget.nats-news-rows.nats-news-controls-right .carousel-indicators .active, .nats-news-widget.nats-news-rows.nats-news-controls-right .carousel-controls .active {
    width: auto;
	/* border: #50c364 1px solid;
	color:#50c364; */
}

.nats-news-widget.nats-news-rows .carousel-indicators button.carousel-btn-inactive, .nats-news-widget.nats-news-rows .carousel-controls button.carousel-btn-inactive {
	opacity: 0.4;
}

/*.nats-news-widget.nats-news-rows .carousel-indicators button.carousel-btn-inactive:hover, .nats-news-widget.nats-news-rows .carousel-controls button.carousel-btn-inactive:hover {
    background: white;
	color: #555;
}*/

/*.nats-news-widget.nats-news-rows .carousel-indicators button.icomoon-arrow-left3:before {
    position: absolute;
    top: 4px;
}

.nats-news-widget.nats-news-rows .carousel-indicators button.icomoon-arrow-right3:before {
    position: absolute;
    top: 4px;
}*/

@media (min-width: 768px) {

    /* large cards */
    .content-hub-home-widget  .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card {
        height: 300px;
    }

    /* small cards */
    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item.news-sub-item-landscape.no-image .news-card {
        height: 144px;}

    .content-hub-home-widget .nats-news-widget.nats-news-rows .news-card .news__text h4 {
        font-weight: 400;
        margin-top: 10px;
        font-size: 18px;
        line-height: 20px;
    } 

    /* Lead article */
    .content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
        font-size: 30px !important;
        line-height: 36px !important;
        font-weight: 400 !important;
    }
    .content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item .grid__img p {
        line-height: 20px;
        margin-top: 10px;
        font-weight:400 !important;
    }

    .content-hub-home-widget .nats-news-rows-main-item {
        max-height: 612px;
    }

    .content-hub-home-widget .nats-news-widget.nats-news-rows a:hover .news-card .news__text h4:hover {
        color: #fff !important;
    }
    
}

/* Controls on right */
.nats-news-widget.nats-news-controls-right {
    margin-bottom: 0;
}

.nats-news-widget.nats-news-controls-right .carousel-footer {
    position: absolute;
    margin: 0;
    left: auto;
    right: -20px;
    width: 10px;
    height: 97px;
    bottom: 0;
}

.nats-news-widget.nats-news-controls-right .carousel-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nats-news-widget.nats-news-controls-right .arrow-left {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;    
}

.nats-news-widget.nats-news-controls-right .arrow-right {
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -25px;    
}

.nats-news-widget.nats-news-controls-right .arrow-left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
 }

 .nats-news-widget.nats-news-controls-right .arrow-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
 }


.nats-news-widget.nats-news-controls-right .carousel-footer .carousel-indicators {
	display: none;	
}

.nats-news-widget.nats-news-rows.nats-news-controls-right .carousel-footer .topic-link {
	display: none;	
}

.nats-news-widget .filter-list-container {
    padding-right: 0;
    margin-bottom: 10px;
}

.filterby {
    height: 39px;
    padding: 0px 15px 0 5px;
    border: none;
    background-color: #071920;
    color: white;
    border-radius: 3px;
    border-top: #145569 5px solid;
    font-size: 14px;
} 

.btn.btn-blue-flat {
    background-color: #46c3d7;
    border-radius: 0;
}

.btn.btn-blue-flat:hover {
    background-color: #50c364;
}

.btn.btn-green-flat {
    background-color: #50c364;
    border-radius: 0;
}

.btn.btn-green-flat:hover {
    background-color: #46c3d7;
}

.btn-wdgt-top {
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px;    
}

.btn-wdgt-container {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;    
}

.btn-plus-minus {
    position: relative;
    padding-right: 30px !important;
}

.btn-plus-minus:before {
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    right: 8px;
    color: #FFFFFF;
    content: "\f056";
    font-weight: 900;
    z-index: 8;    
}

.btn-plus-minus.collapsed:before {
    content: "\f055";   
}

.content-hub-filter-menu.filter-wrapper {
    background-color: #FFFFFF;
    padding: 15px;
    border-top:none;
    border-bottom: 6px solid #46c3d7;
}

.content-hub-filter-menu.filter-wrapper {
    display: block !important;
}

.content-hub-filter-menu.filter-wrapper .filter-menu {
    max-height: 258px !important;
    overflow: hidden auto !important;
    padding-right: 5px !important;
}

/* width */
.content-hub-filter-menu.filter-wrapper .filter-menu::-webkit-scrollbar {
    width: 5px !important;
}
  
/* Track */
.content-hub-filter-menu.filter-wrapper .filter-menu::-webkit-scrollbar-track {
    background: #F3F4F6 !important; 
}

/* Handle */
.content-hub-filter-menu.filter-wrapper .filter-menu::-webkit-scrollbar-thumb {
    background: #96A4B1 !important; 
    cursor: pointer;    
}

/* Handle on hover */
.content-hub-filter-menu.filter-wrapper .filter-menu::-webkit-scrollbar-thumb:hover {
    background: #96A4B1; 
}

/*@media (min-width: 1180px) {
    .content-hub-filter-menu.filter-wrapper #content-topicMenu .text-post-tag {
        width: 32%;
    }
}*/

.content-hub-filter-menu.filter-wrapper .text-post-tag {
    background-color: #F3F4F6;
    color: #071920;
    font-weight: 600;
}

.content-hub-filter-menu.filter-wrapper .text-post-tag:hover {
    background-color: #96A4B1;
    color: #FFFFFF !important;    
}

.content-hub-filter-menu.filter-wrapper .text-post-tag.active {
    background-color: #96A4B1;
    color: #FFFFFF !important;
}

.content-hub-filter-menu.filter-wrapper .text-post-tag.active:hover:before {
    color: #FFFFFF;
}

.content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item:hover .grid__img a figcaption h4, .content-hub-home-widget .nats-news-widget.nats-news-rows .news-sub-item:hover a .news-card .news__text h4 {
    color: #FFFFFF;
}

.content-hub-home-widget .nats-news-widget.nats-news-rows .nats-news-rows-main-item:hover .grid__img a p {
    color: #FFFFFF;   
}

.b-blue {
    border-color: #46c3d7 !important;
}

.b-green {
    border-color: #50c364 !important;
}

.b-pink {
    border-color: #b93296 !important;
}

.b-orange {
    border-color: #E66E0A !important;
}

.b-twilight {
    border-color: #145569 !important;
}

.tt-upper {
    text-transform: uppercase;
}

/* More news panel*/
.nats-news-controls-right .bg-img:before {
    font-family: "Font Awesome 5 Free";
    content: "\f03e";
	color:#fff !important;
}

.nats-news-widget.nats-news-rows .news-sub-item .news__img {
	background-color:#145569 !important;
}

.news-archive-panel .news-card{
	background-color: #071920;
	color:#FFFFFF !important;
}

.news-archive-panel .news-card:hover{
	background-color:#46c3d7 !important;
}

@media (max-width: 1039px) {

	.nats-news-widget.nats-news-controls-right .carousel-footer {
		display: none;	
	}
	
}

/* Campaign monitor form */
.js-cm-form {
    max-width: 100%;
}

.js-cm-form input {
    max-width: 100%;
}

.js-cm-form label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3; 
    margin-bottom: 15px;   
    display: block;
}

.js-cm-form input + label {
    font-weight: normal;
    margin-left: 5px;
    display: inline;
    margin-bottom: 0;
}

.js-cm-form input[name="cm-name"], .js-cm-form input[type="text"], .js-cm-form input[type="email"], .js-cm-form input[aria-label="Organisation"] {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    margin-bottom: 20px;
    max-width: 100%;
}

.js-cm-form p {
    margin: 0;
}

.js-cm-form a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    border: none !important;
    text-decoration: none;
    margin: 10px 0 0 0;
}

.js-cm-form button {
    display: inline-block;
    background-color: #50c364;
    color: white !important;
    text-align: center;
    text-decoration: none !important;
    margin: 20px 0 0 0;
    border: none;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 5px 10px;
    border-radius: 2px;
}

.js-cm-form button:hover {
    background-color: #46c3d7;
}

/* Skye */
.skye-section {
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 11;
}

.skye-btn {
    background-color: rgb(11, 167, 247);
    background-image: url(../images/skye-avatar-welcome.gif);
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    overflow: hidden;
    position: fixed;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 11;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    animation: skye-shadow-pulse 2s infinite;
}

.skye-section .tooltip {
    position:fixed;
    width: 150px;
    padding-right: 10px;
}

@media (min-width: 1180px) {
    .skye-section {
        right: auto;
        left: 0;
    }

    .skye-btn {
        right: auto;
        left: 20px;
    }

    .skye-section .tooltip {
        padding-left: 10px;
        padding-right: 0;
    }    

}

@keyframes skye-shadow-pulse
{
    0% {
          box-shadow: 0 3px 12px rgba(0, 0, 0, .3);
    }
    50% {
          box-shadow: 0 5px 24px rgba(0, 0, 0, .8);
    }
    100% {
        box-shadow: 0 3px 12px rgba(0, 0, 0, .3);
    }   
}

.skye-btn:hover {
    animation: none;
    box-shadow: 0 5px 24px rgba(0, 0, 0, .8) !important;
}

.skye-section .tooltip .tooltip-inner {
    background-color: rgb(11, 167, 247);
}

.skye-section .tooltip .tooltip-arrow {
    border-top-color: rgb(11, 167, 247);
}

.imageCaptionWhite {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

/* News rollup widget */
.widget_nats_news_rollup {
    /*
    -webkit-box-shadow: 2px 2px 5px 0px rgba(204,204,204,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(204,204,204,0.5);
    box-shadow: 2px 2px 5px 0px rgba(204,204,204,0.5);
    */
    margin-top: 20px;
}

.widget_nats_news_rollup .widgets__title {
    border-bottom: none;
    text-align: center;
    border-top: 5px solid rgb(70, 195, 215);
    background-color: #145569;
    padding-top: 10px;
    height: 75px;
}

.widget_nats_news_rollup.blogs .widgets__title {
    border-top: 5px solid #50c364;
}

.widget_nats_news_rollup.altitudes .widgets__title {
    border-top: 5px solid #e66f09;
}

.widget_nats_news_rollup.elevates .widgets__title {
    border-top: 5px solid #b93296;
}

.widget_nats_news_rollup .widgets__title h3 {
    color: #FFFFFF;
    margin: 0;
    line-height: 50px;    
}

.widget_nats_news_rollup .widgets__body {
    width: 100%;
    overflow: hidden;    
}
@media (min-width: 1180px) {
    .widget_nats_news_rollup .widgets__body {
        height: 539px;
    }
}


.widget_nats_news_rollup .widgets__body .media .preview-img {
    border-radius: 5px;
    width: 80px;
    height: 55px;
    margin: 7px -2px 7px 4px;
    background: #f2f2f2;
    overflow: hidden;
    background-size: cover;
}

.widget_nats_news_rollup .widgets__body p.date {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0 0;
    color: #bbb;
}

.widget_nats_news_rollup .widgets__body .media .media-left, .widget_nats_news_rollup .widgets__body .media .media-body, .widget_nats_news_rollup .widgets__body .media .media-right {
	height: auto;
}

.widget_nats_news_rollup .widgets__body .media h4 {
    margin: 8px 0;
    overflow: hidden;
    line-height: 18px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #071920;
}

.widget_nats_news_rollup .widgets__body .media h4 {
    height: 35px;
    max-height: 35px;
	margin-bottom: 0;
}

.widget_nats_news_rollup .widgets__body .media {
    display: block;
    height: auto;
    border: none;
    margin: 0;
    padding: 0 3px;
    background-color: #fff;
    text-align: left;
    overflow: visible;
    min-height: 77px;
}

.widget_nats_news_rollup .widgets__body .media:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.widget_nats_news_rollup .widgets__body .hero-media__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}

.widget_nats_news_rollup .widgets__body .hero-media__info p.date {
    color: #FFF;
    margin: 5px 0 0 0;
}

.widget_nats_news_rollup .widgets__body .hero-media {
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #23262d;
    /*padding-bottom: 56.6%;*/
    height: 231px;
    max-height: 231px;
}

.widget_nats_news_rollup .widgets__body .hero-media__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    color: #fff;
    z-index: 2;
    background-color: rgba(7, 25, 32, 0.5);
    padding: 10px;
}

.widget_nats_news_rollup .widgets__body a:hover .hero-media__info {
    background-color: rgba(20, 85, 105, 0.4);
}

.widget_nats_news_rollup .widgets__body .hero-media p.date {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    color: #fff;
    z-index: 2;
    background-color: rgba(7, 25, 32, 0.5);
    padding: 0px 5px;
}

.widget_nats_news_rollup .widgets__body a.hero-media:hover p.date {
    background-color: rgba(20, 85, 105, 0.4);
}

.widget_nats_news_rollup .widgets__footer {
    border-top: 5px solid rgb(70, 195, 215);    
    background-color: #FFFFFF;
    display: block;
    padding: 10px;
    min-height: 60px;
    /*border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
}

.widget_nats_news_rollup.blogs .widgets__footer {
    border-top: 5px solid #50C364;    
}

.widget_nats_news_rollup.altitudes .widgets__footer {
    border-top: 5px solid #e66f09;    
}

.widget_nats_news_rollup.elevates .widgets__footer {
    border-top: 5px solid #b93296;    
}

.widget_nats_news_rollup .widgets__footer .carousel-footer {
    position: relative;
}

.widget_nats_news_rollup .carousel-controls.generic-carousel-controls {
    display: inline-block;
    position: absolute;
    top: 5px;
}

.widget_nats_news_rollup .carousel-controls.generic-carousel-controls button {
    background: #fff;
    height: 25px;
    border-radius: 5px;
    width: 25px;
    text-align: center;
    border: none;
}

.widget_nats_news_rollup .carousel-controls.generic-carousel-controls button:hover {
    background-color: #46C3D7;
    color: #FFFFFF;    
}

.widget_nats_news_rollup.blogs .carousel-controls.generic-carousel-controls button:hover {
    background-color: #50C364;
}

.widget_nats_news_rollup.altitudes .carousel-controls.generic-carousel-controls button:hover {
    background-color: #e66f09;
}

.widget_nats_news_rollup.elevates .carousel-controls.generic-carousel-controls button:hover {
    background-color: #b93296;
}

.widget_nats_news_rollup .carousel-controls.generic-carousel-controls button.carousel-btn-inactive {
    opacity: .4;
}

.widget_nats_news_rollup .widgets__footer__btn {
    float: right;
    background-color: #46C3D7;
    border: 1px solid #46C3D7;
    color: #FFFFFF !important;
    text-align: center;
    text-decoration: none !important;
    border-bottom: none !important;
    padding: 4px 10px;
    border-radius: 2px;    
}

.widget_nats_news_rollup .widgets__footer__btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #46C3D7 !important;
    color: #46C3D7 !important;
}

.widget_nats_news_rollup.blogs .widgets__footer__btn {
    background-color: #50c364;
    border: 1px solid #50c364;
}

.widget_nats_news_rollup.blogs .widgets__footer__btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #50c364 !important;
    color: #50c364 !important;
}

.widget_nats_news_rollup.altitudes .widgets__footer__btn {
    background-color: #e66f09;
    border: 1px solid #e66f09;
}

.widget_nats_news_rollup.altitudes .widgets__footer__btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #e66f09 !important;
    color: #e66f09 !important;
}

.widget_nats_news_rollup.elevates .widgets__footer__btn {
    background-color: #b93296;
    border: 1px solid #b93296;
}

.widget_nats_news_rollup.elevates .widgets__footer__btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #b93296 !important;
    color: #b93296 !important;
}

.widget_nats_news_rollup .widgets__body .media:hover {
    background-color: #f9f9f9;
}

.widget_nats_news_rollup .widgets__body .media:hover h4 {
    color: #46C3D7;
}

.widget_nats_news_rollup.blogs .widgets__body .media:hover h4 {
    color: #50C364;
}

.widget_nats_news_rollup.altitudes .widgets__body .media:hover h4 {
    color: #e66f09;
}

.widget_nats_news_rollup.elevates .widgets__body .media:hover h4 {
    color: #b93296;
}

/* Social widgets */

.social-media-feed {
    position: relative;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(204,204,204,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(204,204,204,0.5);
    box-shadow: 2px 2px 5px 0px rgba(204,204,204,0.5);
    height: 516px;
}

.social-media-feed-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #FFFFFF;
}

.social-media-feed .widgets__title {
    border-bottom: 1px solid rgb(221, 224, 230);
    text-align: center;
    border-top: 5px solid rgb(70, 195, 215);
    background-color: rgb(255, 255, 255);
}

.social-media-feed .nav-tabs > li > a {
    text-transform: none;
    border: none;
    border-bottom: transparent 5px solid!important; 
    padding: 5px 10px;   
}

.social-media-feed .nav-tabs>li.active>a, .social-media-feed .nav-tabs>li.active>a:focus, .social-media-feed .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: transparent 5px solid!important;
}

.social-media-feed .nav-tabs > li.active > a, .social-media-feed .nav-tabs > li.active > a:hover, .social-media-feed .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: none;
    border-bottom: #46c3d7 5px solid!important;
}

.social-media-feed li a h3 {
    font-size: 14px;
    line-height: 16px;
}

@media (min-width: 1180px) {

    .social-media-feed .nav-tabs > li > a {
        padding: 10px 20px;   
    }

    .social-media-feed li a h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.social-media-feed ul > li, .social-media-feed ol > li {
    padding-left: 0;
}

/* Twitter */
.timeline-Viewport {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 459px;
}

@media (min-width: 1180px) {
    .timeline-Viewport {
        height: 439px;
    } 
}

.timeline-Viewport a {
    color: #2b7bb9;
    text-decoration: none;
}

.timeline-Viewport a:hover {
    color: #3b94d9;
    text-decoration: none;
    outline: 0;
}

.timeline-Viewport a:visited {
    color: #2b7bb9;
    text-decoration: none;
    outline: 0;
}

.timeline-Viewport blockquote, .timeline-Viewport button, .timeline-Viewport h1, .timeline-Viewport h2, .timeline-Viewport h3, .timeline-Viewport h4, .timeline-Viewport h5, .timeline-Viewport h6, .timeline-Viewport iframe, .timeline-Viewport ol, .timeline-Viewport p, .timeline-Viewport ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.timeline-TweetList-tweet {
    border-top: 1px solid rgba(15,70,100,.12);
}

.timeline-TweetList-tweet:first-of-type {
    border-top: none;
}

.timeline-Tweet {
    /*cursor: pointer;*/
    padding: 10px;
}

.timeline-Tweet:hover {
    background-color: rgba(160,200,220,.12);
}

.u-cf:after, .u-cf:before {
    content: " ";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-floatRight {
    float: right!important;
}

.timeline-Viewport .Icon {
    display: inline-block;
    height: 1.25em;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

.timeline-Viewport .Icon--twitter {
    width: 1.25em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231da1f2%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Viewport .timeline-Tweet-brand .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet:hover .timeline-Tweet-brand .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet-author {
    position: relative;
    margin-bottom: 2px;
    padding-left: 40px;
}

.Avatar {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.TweetAuthor-avatar {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 4px;
}

.u-linkBlend:not(:focus):not(:hover):not(:active) {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
}

.TweetAuthor {
    max-width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important;
}

.TweetAuthor-name {
	font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
}

.TweetAuthor-decoratedName {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.TweetAuthor-verifiedBadge {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-right: 4px;
}

.Icon--verified {
    width: 1.11111em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h64v72H0z%22%2F%3E%3Cpath%20fill%3D%22%231da1f2%22%20d%3D%22M3%2037.315c0%204.125%202.162%207.726%205.363%209.624-.056.467-.09.937-.09%201.42%200%206.103%204.72%2011.045%2010.546%2011.045%201.295%200%202.542-.234%203.687-.686C24.22%2062.4%2027.827%2064.93%2032%2064.93c4.174%200%207.782-2.53%209.49-6.213%201.148.45%202.39.685%203.69.685%205.826%200%2010.546-4.94%2010.546-11.045%200-.483-.037-.953-.093-1.42C58.83%2045.04%2061%2041.44%2061%2037.314c0-4.37-2.42-8.15-5.933-9.946.427-1.203.658-2.5.658-3.865%200-6.104-4.72-11.045-10.545-11.045-1.302%200-2.543.232-3.69.688-1.707-3.685-5.315-6.216-9.49-6.216-4.173%200-7.778%202.53-9.492%206.216-1.146-.455-2.393-.688-3.688-.688-5.827%200-10.545%204.94-10.545%2011.045%200%201.364.23%202.662.656%203.864C5.42%2029.163%203%2032.944%203%2037.314z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.87%2039.08l7.015%206.978c.585.582%201.35.873%202.116.873.77%200%201.542-.294%202.127-.883.344-.346%2015.98-15.974%2015.98-15.974%201.172-1.172%201.172-3.07%200-4.243-1.17-1.17-3.07-1.172-4.242%200l-13.87%2013.863-4.892-4.868c-1.174-1.168-3.074-1.164-4.242.01-1.168%201.176-1.163%203.075.01%204.244z%22%2F%3E%3C%2Fsvg%3E);
}

.u-hiddenVisually {
    position: absolute!important;
    overflow: hidden!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
}

.Identity-screenName {
    color: #667580;
    color: #8899A6;
}

.TweetAuthor-screenName {
	font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-right: 4px;
}

.TweetAuthor-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline-Tweet-text {
    margin-left: 40px !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.Emoji--forText {
    height: 1.25em;
    width: 1.25em;
    padding: 0 .05em 0 .1em;
    vertical-align: -.2em;
}

.timeline-Tweet-metadata {
    float: right;
    margin-top: 2px;
}

.timeline-Tweet-timestamp {
    font-size: 12px;
    line-height: 18px;
    color: #8899a6 !important;
}

.timeline-Tweet-actions {
    margin-left: 40px !important;
}

.timeline-Tweet-action {
    display: inline-block;
    font-size: 17px;
}

.Icon--heart {
    width: .98611em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet:hover .timeline-Tweet-action .Icon--heart {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
}

.TweetAction--heart:active .Icon, .TweetAction--heart:focus .Icon, .TweetAction--heart:hover .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e81c4f%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E)!important;
}

.Icon--retweetBadge {
    width: 1.04167em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2272%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2319cf86%22%20d%3D%22M49%209H11c-4.418%200-8%203.582-8%208v38c0%204.418%203.582%208%208%208h38c4.418%200%208-3.582%208-8V17c0-4.418-3.582-8-8-8zM21%2044h10c1.657%200%203%201.343%203%203s-1.343%203-3%203H17c-1.657%200-3-1.343-3-3V36H9c-.77%200-1.47-.44-1.803-1.134-.333-.692-.24-1.516.24-2.115l8-10c.76-.947%202.365-.947%203.124%200l8%2010c.48.6.576%201.425.243%202.117C26.47%2035.56%2025.77%2036%2025%2036h-5v7c0%20.553.448%201%201%201zm31.562-4.75l-8%2010c-.38.474-.954.75-1.562.75s-1.182-.276-1.562-.75l-8-10c-.48-.6-.574-1.424-.24-2.116C33.53%2036.44%2034.23%2036%2035%2036h5v-7c0-.553-.447-1-1-1H29c-1.657%200-3-1.343-3-3s1.343-3%203-3h14c1.657%200%203%201.343%203%203v11h5c.77%200%201.47.44%201.803%201.134.333.692.24%201.515-.24%202.115z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.timeline-Tweet-retweetCredit {
    margin-bottom: 8px;
    margin-left: 18px;
    font-size: 12px;
    color: #889ba6;
}

.timeline-Tweet-retweetCreditIcon {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
}

.timeline-ShareMenu {
    position: relative;
}

.timeline-Tweet-action+.timeline-Tweet-action {
    margin-left: 20px;
}

.timeline-ShareMenu-container {
    position: absolute;
    left: -18px;
    z-index: 1000;
    display: none;
    padding-bottom: 4px;
    min-width: 130px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.timeline-ShareMenu-caret, .timeline-ShareMenu-caret:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.timeline-ShareMenu-caret {
    left: 25px;
    margin-left: -9px;
    border-width: 9px;
}

.Icon--share {
    width: .98611em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet:hover .timeline-Tweet-action .Icon--share {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.TweetAction--share:active .Icon, .TweetAction--share:focus .Icon, .TweetAction--share:hover .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E)!important;
}

.timeline-ShareMenu-option {
    display: inline-block;
    width: 100%;
    padding: 2px 15px;
    font-size: 14px;
    color: #292F33!important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.timeline-Tweet-media {
    margin-bottom: 12px;
    margin-left: 40px;
    font-size: 12px;
}

.MediaCard-media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.MediaCard-mediaAsset {
    display: block;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    line-height: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    background-color: #fff;
}

.MediaCard-widthConstraint {
    max-width: 100%;
}

.MediaCard-mediaContainer {
    position: relative;
    padding-bottom: 0;
    background-color: #f5f8fa;
}

.MediaCard-mediaPlaceholder {
    background: #f3f4f6;
}

.NaturalImage-ctaOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
}

.PlayButton {
    font-size: 43px;
    background-color: transparent;
}

.PlayButton--centered {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.NaturalImage-image {
    max-width: 100%;
    border: 0;
    line-height: 0;
    height: auto;
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedTop .NaturalImage-image {
    border-top-left-radius: var(--NaturalImage-border-radius);
    border-top-right-radius: var(--NaturalImage-border-radius);
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedBottom .NaturalImage-image {
    border-bottom-left-radius: var(--NaturalImage-border-radius);
    border-bottom-right-radius: var(--NaturalImage-border-radius);
}

.NaturalImage--fill .NaturalImage-image {
    width: 100%;
}

.Icon--playCircle {
    width: 1.04167em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20opacity%3D%22.8%22%20fill%3D%22%231DA1F2%22%20d%3D%22M30%2012C16.768%2012%206%2022.765%206%2036s10.766%2023.998%2024%2023.998%2024-10.765%2024-24S43.235%2012%2030%2012z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.2%2034.34l-12-9c-.606-.455-1.418-.528-2.094-.19-.677.34-1.106%201.032-1.106%201.79v18c0%20.758.428%201.45%201.106%201.79.283.14.59.21.894.21.425%200%20.847-.136%201.2-.4l12-9c.503-.377.8-.97.8-1.6%200-.63-.295-1.223-.8-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30%2015c11.598%200%2021%209.402%2021%2021s-9.4%2020.998-21%2020.998-21-9.402-21-21S18.4%2015%2030%2015m0-6C15.112%209%203%2021.11%203%2036s12.112%2026.998%2027%2026.998%2027-12.11%2027-27S44.888%209%2030%209z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet:hover .timeline-Tweet-timestamp {
    color: #667580 !important;
}

/* Facebook */
.fb-Viewport {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 459px;
}

@media (min-width: 1180px) {
    .fb-Viewport {
        height: 439px;
    } 
}

.fb-Viewport a {
    color: #2b7bb9;
    text-decoration: none;
}

.fb-Viewport a:hover {
    color: #3b94d9;
    text-decoration: none;
    outline: 0;
}

.fb-Viewport a:visited {
    color: #2b7bb9;
    text-decoration: none;
    outline: 0;
}

.fb-Viewport blockquote, .fb-Viewport button, .fb-Viewport h1, .fb-Viewport h2, .fb-Viewport h3, .fb-Viewport h4, .fb-Viewport h5, .fb-Viewport h6, .fb-Viewport iframe, .fb-Viewport ol, .fb-Viewport p, .fb-Viewport ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.fb-PostList-tweet {
    border-top: 1px solid rgba(15,70,100,.12);
}

.fb-PostList-tweet:first-of-type {
    border-top: none;
}

.fb-Post {
    /*cursor: pointer;*/
    padding: 10px;
}

.fb-Post:hover {
    background-color: rgba(160,200,220,.12);
}

.u-cf:after, .u-cf:before {
    content: " ";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-floatRight {
    float: right!important;
}

.fb-Viewport .Icon {
    display: inline-block;
    height: 1.25em;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

.fb-Viewport .Icon--twitter {
    width: 1.25em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231da1f2%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.fb-Viewport .fb-Post-brand .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.fb-Post:hover .fb-Post-brand .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.fb-Post-author {
    position: relative;
    margin-bottom: 2px;
    padding-left: 40px;
}

.FBAvatar {
    max-width: 100%;
    max-height: 100%;
}

.FBAuthor-avatar {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 4px;
}

.u-linkBlend:not(:focus):not(:hover):not(:active) {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
}

.FBAuthor {
    max-width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important;
}

.FBAuthor-name {
	font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
}

.FBAuthor-decoratedName {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.u-hiddenVisually {
    position: absolute!important;
    overflow: hidden!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
}

.Identity-screenName {
    color: #667580;
    color: #8899A6;
}

.FBAuthor-screenName {
	font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-right: 4px;
}

.FBAuthor-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fb-Post-text {
    margin-left: 40px !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.Emoji--forText {
    height: 1.25em;
    width: 1.25em;
    padding: 0 .05em 0 .1em;
    vertical-align: -.2em;
}

.fb-Post-metadata {
    float: right;
    margin-top: 2px;
}

.fb-Post-timestamp {
    font-size: 12px;
    line-height: 18px;
    color: #8899a6 !important;
}

.fb-Post-actions {
    margin-left: 40px !important;
}

.fb-Post-action {
    display: inline-block;
    font-size: 17px;
}

.FBIcon--like {
    width: .8em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAMFBMVEUAAAD+/f+QlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJxphg1lAAAAD3RSTlMAAAQKEiBAVniVqb3b6fvdOQ0jAAAAe0lEQVR42nXQSw7DIAxFUSCACR97/7tNC6EVmHcnRjoyA5slF8N82lWycDwLi1QoEk7i5VM8SUaS5JvXQh2KUULchZTEAdXt4pss1WjK+PyWrWbGNA3JJXv0ileS4E6DUpBkj6Q5JIx2OFkkAYnQlP/duFeun6jsvLWWB7jZFh6k5wA0AAAAAElFTkSuQmCC);
}

.fb-Post:hover .fb-Post-action .FBIcon--like {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAMFBMVEUAAAD+/f+QlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJxphg1lAAAAD3RSTlMAAAQKEiBAVniVqb3b6fvdOQ0jAAAAe0lEQVR42nXQSw7DIAxFUSCACR97/7tNC6EVmHcnRjoyA5slF8N82lWycDwLi1QoEk7i5VM8SUaS5JvXQh2KUULchZTEAdXt4pss1WjK+PyWrWbGNA3JJXv0ileS4E6DUpBkj6Q5JIx2OFkkAYnQlP/duFeun6jsvLWWB7jZFh6k5wA0AAAAAElFTkSuQmCC);
}

.fb-Post-action .PostAction--like:active .Icon, .fb-Post-action .PostAction--like:focus .Icon, .fb-Post-action .PostAction--like:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAM1BMVEUAAAD+/f9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP+pkP68AAAAEHRSTlMAAAQKEiBAUFx4lam95ff9gt8TgQAAAH1JREFUeNp10MEOhCAMRVFAQBBK+/9f6yiDUcq7m5KclEXNJxfDeNqvFOG4liZCUCSsxMuvuJKCJF/AXkuSq2qU7HxLUhLbDeRm8STvmKKp/fNDpsj0aQjJJnPpL15JhjsEpSIpHgk5JIx2WrZIAhLZhzx3417dHlHZcWstJyfaF4n5lhZ4AAAAAElFTkSuQmCC)!important;
}


.FBIcon--comment {
    width: .8em;
	height: 1.15em !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAMAAAAm/38fAAAAGFBMVEUAAACQlJyQlJyQlJyQlJyQlJyQlJyQlJzw2svgAAAAB3RSTlMAFi5eidPfh1WbvAAAAEBJREFUeNrt0bENgEAMQ9EPwXj/jTkdooqzAa+zIrlwoORGBeWokCPhwX9oxhHH2cdHfd580Hi5CHZtcuskau0P54oL9FgnYQgAAAAASUVORK5CYII=);
}

.fb-Post:hover .fb-Post-action .FBIcon--comment {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAMAAAAm/38fAAAAGFBMVEUAAACQlJyQlJyQlJyQlJyQlJyQlJyQlJzw2svgAAAAB3RSTlMAFi5eidPfh1WbvAAAAEBJREFUeNrt0bENgEAMQ9EPwXj/jTkdooqzAa+zIrlwoORGBeWokCPhwX9oxhHH2cdHfd580Hi5CHZtcuskau0P54oL9FgnYQgAAAAASUVORK5CYII=);
}

.fb-Post-action .PostAction--comment:active .Icon, .fb-Post-action .PostAction--comment:focus .Icon, .fb-Post-action .PostAction--comment:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAMAAAAm/38fAAAAHlBMVEUAAABAgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP/2jm0MAAAACXRSTlMAFi5eibnV3/cSARIMAAAAQklEQVQoz+2RMRKAAAzCoiiW/3/Yxa3tD8xI7hgA5DQsUEaEZ2Gy8Isu1hHX2dejPipJ7oNGJblgEqUp5/E55rT2F2ExD0pyA9/OAAAAAElFTkSuQmCC) !important;
}



.FBIcon--share {
    width: .8em;
	height: 1.15em !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAMAAABvwg4pAAAAMFBMVEUAAAD+/f+QlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJxphg1lAAAAD3RSTlMAAAgYKjJMbHyVob3V4+/K//65AAAAgElEQVR4AXXRYY6GIAyEYQQEFMrc/7a76aQk+JX3nz6hISXstScGdl0fAkY6Es0nSD4S7UMxQ5t5p/IKrHmTCPbfzCj1DWiUAfxYUhGcqDvCgdWXf4pzfYvsl+ehXnU9S5QGgFECM1FKAN7orrcALaxMlBrq6SkfFatxNukOTkp/UaMNXKXtc0IAAAAASUVORK5CYII=);
}

.fb-Post:hover .fb-Post-action .FBIcon--share {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAMAAABvwg4pAAAAMFBMVEUAAAD+/f+QlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJxphg1lAAAAD3RSTlMAAAgYKjJMbHyVob3V4+/K//65AAAAgElEQVR4AXXRYY6GIAyEYQQEFMrc/7a76aQk+JX3nz6hISXstScGdl0fAkY6Es0nSD4S7UMxQ5t5p/IKrHmTCPbfzCj1DWiUAfxYUhGcqDvCgdWXf4pzfYvsl+ehXnU9S5QGgFECM1FKAN7orrcALaxMlBrq6SkfFatxNukOTkp/UaMNXKXtc0IAAAAASUVORK5CYII=);
}

.fb-Post-action .PostAction--fbshare:active .Icon, .fb-Post-action .PostAction--fbshare:focus .Icon, .fb-Post-action .PostAction--fbshare:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAMAAABvwg4pAAAANlBMVEUAAAD+/f9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP8vLnu+AAAAEXRSTlMAAAgWHioyTGx6g5WhvdXj78Xq+rgAAACESURBVHgBddHtDsQQEIVh9VFsy/Tc/83ucrKTUN5/8sREhhnLlzXsOCYCqtsSqt8SJGyJNpEN6D1hpHgLodlJIgi0bn9yZYBuJF+Bl/kmTrCjshAOTGv5kX30LDI+npdK6utR6VQB1GiYSiMH4LbL9UYgG02lUUbafeXVRPtwNuk0U0pfSGMPMjJdaboAAAAASUVORK5CYII=)!important;
}


.timeline-ShareMenu {
    position: relative;
}

.fb-Post-action+.fb-Post-action {
    margin-left: 20px;
}

.timeline-ShareMenu-container {
    position: absolute;
    left: -18px;
    z-index: 1000;
    display: none;
    padding-bottom: 4px;
    min-width: 130px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.timeline-ShareMenu-caret, .timeline-ShareMenu-caret:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.timeline-ShareMenu-caret {
    left: 25px;
    margin-left: -9px;
    border-width: 9px;
}

.Icon--share {
    width: .98611em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.fb-Post:hover .fb-Post-action .Icon--share {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.PostAction--share:active .Icon, .PostAction--share:focus .Icon, .PostAction--share:hover .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E)!important;
}

.timeline-ShareMenu-option {
    display: inline-block;
    width: 100%;
    padding: 2px 15px;
    font-size: 14px;
    color: #292F33!important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.fb-Post-media {
    margin-bottom: 12px;
    margin-left: 40px;
    font-size: 12px;
}

.MediaCard-media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.MediaCard-widthConstraint {
    max-width: 100%;
}

.MediaCard-mediaContainer {
    position: relative;
    padding-bottom: 0;
    background-color: #f5f8fa;
}

.NaturalImage-ctaOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
}

.FBPlayButton {
    font-size: 43px;
    background-color: transparent;
}

.PlayButton--centered {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.NaturalImage-image {
    max-width: 100%;
    border: 0;
    line-height: 0;
    height: auto;
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedTop .NaturalImage-image {
    border-top-left-radius: var(--NaturalImage-border-radius);
    border-top-right-radius: var(--NaturalImage-border-radius);
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedBottom .NaturalImage-image {
    border-bottom-left-radius: var(--NaturalImage-border-radius);
    border-bottom-right-radius: var(--NaturalImage-border-radius);
}

.Icon--FBplayCircle {
    width: 1.04167em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20opacity%3D%22.8%22%20fill%3D%22%231DA1F2%22%20d%3D%22M30%2012C16.768%2012%206%2022.765%206%2036s10.766%2023.998%2024%2023.998%2024-10.765%2024-24S43.235%2012%2030%2012z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.2%2034.34l-12-9c-.606-.455-1.418-.528-2.094-.19-.677.34-1.106%201.032-1.106%201.79v18c0%20.758.428%201.45%201.106%201.79.283.14.59.21.894.21.425%200%20.847-.136%201.2-.4l12-9c.503-.377.8-.97.8-1.6%200-.63-.295-1.223-.8-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30%2015c11.598%200%2021%209.402%2021%2021s-9.4%2020.998-21%2020.998-21-9.402-21-21S18.4%2015%2030%2015m0-6C15.112%209%203%2021.11%203%2036s12.112%2026.998%2027%2026.998%2027-12.11%2027-27S44.888%209%2030%209z%22%2F%3E%3C%2Fsvg%3E);
}

.fb-Post:hover .fb-Post-timestamp {
    color: #667580 !important;
}

.fb-action-text {
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 11px;
    line-height: 20px;
	color: #8899a6!important;
}

/* Instagram */
.insta-Viewport {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 459px;
}

@media (min-width: 1180px) {
    .insta-Viewport {
        height: 439px;
    } 
}

.insta-Viewport a {
    color: #2b7bb9;
    text-decoration: none;
}

.insta-Viewport a:hover {
    color: #3b94d9;
    text-decoration: none;
    outline: 0;
}

.insta-Viewport a:visited {
    color: #2b7bb9;
    text-decoration: none;
    outline: 0;
}

.insta-Viewport blockquote, .insta-Viewport button, .insta-Viewport h1, .insta-Viewport h2, .insta-Viewport h3, .insta-Viewport h4, .insta-Viewport h5, .insta-Viewport h6, .insta-Viewport iframe, .insta-Viewport ol, .insta-Viewport p, .insta-Viewport ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.insta-PostList-tweet {
    border-top: 1px solid rgba(15,70,100,.12);
}

.insta-PostList-tweet:first-of-type {
    border-top: none;
}

.insta-Post {
    /*cursor: pointer;*/
    padding: 10px;
}

.insta-Post:hover {
    background-color: rgba(160,200,220,.12);
}

.u-cf:after, .u-cf:before {
    content: " ";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-floatRight {
    float: right!important;
}

.insta-Viewport .Icon {
    display: inline-block;
    height: 1.25em;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

.insta-Viewport .Icon--twitter {
    width: 1.25em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231da1f2%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.insta-Viewport .insta-Post-brand .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.insta-Post:hover .insta-Post-brand .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.insta-Post-author {
    position: relative;
    margin-bottom: 2px;
    padding-left: 40px;
}

.INSTAAvatar {
    max-width: 100%;
    max-height: 100%;
}

.INSTAAuthor-avatar {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 4px;
}

.u-linkBlend:not(:focus):not(:hover):not(:active) {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
}

.INSTAAuthor {
    max-width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important;
}

.INSTAAuthor-name {
	font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
}

.INSTAAuthor-decoratedName {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.u-hiddenVisually {
    position: absolute!important;
    overflow: hidden!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
}

.Identity-screenName {
    color: #667580;
    color: #8899A6;
}

.INSTAAuthor-screenName {
	font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-right: 4px;
}

.INSTAAuthor-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.insta-Post-text {
    margin-left: 40px !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.Emoji--forText {
    height: 1.25em;
    width: 1.25em;
    padding: 0 .05em 0 .1em;
    vertical-align: -.2em;
}

.insta-Post-metadata {
    float: right;
    margin-top: 2px;
}

.insta-Post-timestamp {
    font-size: 12px;
    line-height: 18px;
    color: #8899a6 !important;
}

.insta-Post-actions {
    margin-left: 40px !important;
}

.insta-Post-action {
    display: inline-block;
    font-size: 17px;
}

.INSTAIcon--like {
    width: .8em;
    height: 1.15em!important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAApCAMAAACSoICDAAABs1BMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcUXQ/8vAAAAkHRSTlMAAAECAwUGBwgJCgsMDQ8REhQVFhcYGhscHR4iKCssLS4wODs+QEFDRUdJTlBSU1RVVldYW15iY2RlZmhpamtvcHFyc3R1eHyChIWGh4iJioyOkJGSmJmanJ2en6WnqaqsrbCys7S2vr/AwsPExcjOz9DR0tPU1djb3N7f4+Tl6Onr7O3u7/D19vf4+fv8/f5SuPvtAAACR0lEQVR4AY3U+TdbeRjH8c+9sSQxJIgxzJixMzOYIbNjFqZ7qVZpdUGriyqppRGVUkvFkib3/Sf3OHFPEiHu69fv+3x/eM55HtnKfn0a3U9shUZbTNnMltHQVmI/OvN3pY4ZhqGUwNgRtqUOpXQsYYuPV2X2XbtkmiqTVDZFpt2udH/JAhZ6G8qLAu23toHlKgWWga0bbYHC8obeBcD63+77gPV2nSi9a8FK+QpYI1/oRPs60JfqGxMw61Pa7xZ8AOsXpfleQqLxuC+MQMirTFcAuKxM3hBECg2pH2K1ymK+AJ4p21cx6DdkrsGAct9iX+qU/2DNpSbY9ui0gdw/5NmBJl2DMeUomilWjnG4rlnolDOdMKtN+EbOfA2bOgC/nPHAgZJQIGcKIKldqJQzFfBRi9AsZ5phURNwVc6MwEMF4Z1LTphRCMq7B91y4ieIlUjDEC1xkHvXYdiQ/Dtwz0H/AHb8hqRu4C9d5DegO7WPE5DoVH4/foL7Rqr3hiD+g/L5Pg4h70mvircQ78k3mjiEK2T3qo5Aol/n6U1ApDrrvi0DQ6bOYt4EVgLK7OWfAx4XK1fxI+C1X9m93NPYZyiL7xUw7dbpXq47QLhG2WrCwKhLub00aMH7b5Xpuw2wBqUzewXjsNeitNY9iAd1Xq/WGBz9LFvPEcRadX6v+g1I/qOUfy3YqFe+XrWrwIhLUsFtYLVW+Xv55oAnHpU+t8eev5d7EnjTFgYm3bq4lzlEypApJ7305yFw+IfksFfdfHK+Tmf1nwG4feIAjAzFMQAAAABJRU5ErkJggg==);
}

.insta-Post:hover .insta-Post-action .INSTAIcon--like {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAApCAMAAACSoICDAAABs1BMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcUXQ/8vAAAAkHRSTlMAAAECAwUGBwgJCgsMDQ8REhQVFhcYGhscHR4iKCssLS4wODs+QEFDRUdJTlBSU1RVVldYW15iY2RlZmhpamtvcHFyc3R1eHyChIWGh4iJioyOkJGSmJmanJ2en6WnqaqsrbCys7S2vr/AwsPExcjOz9DR0tPU1djb3N7f4+Tl6Onr7O3u7/D19vf4+fv8/f5SuPvtAAACR0lEQVR4AY3U+TdbeRjH8c+9sSQxJIgxzJixMzOYIbNjFqZ7qVZpdUGriyqppRGVUkvFkib3/Sf3OHFPEiHu69fv+3x/eM55HtnKfn0a3U9shUZbTNnMltHQVmI/OvN3pY4ZhqGUwNgRtqUOpXQsYYuPV2X2XbtkmiqTVDZFpt2udH/JAhZ6G8qLAu23toHlKgWWga0bbYHC8obeBcD63+77gPV2nSi9a8FK+QpYI1/oRPs60JfqGxMw61Pa7xZ8AOsXpfleQqLxuC+MQMirTFcAuKxM3hBECg2pH2K1ymK+AJ4p21cx6DdkrsGAct9iX+qU/2DNpSbY9ui0gdw/5NmBJl2DMeUomilWjnG4rlnolDOdMKtN+EbOfA2bOgC/nPHAgZJQIGcKIKldqJQzFfBRi9AsZ5phURNwVc6MwEMF4Z1LTphRCMq7B91y4ieIlUjDEC1xkHvXYdiQ/Dtwz0H/AHb8hqRu4C9d5DegO7WPE5DoVH4/foL7Rqr3hiD+g/L5Pg4h70mvircQ78k3mjiEK2T3qo5Aol/n6U1ApDrrvi0DQ6bOYt4EVgLK7OWfAx4XK1fxI+C1X9m93NPYZyiL7xUw7dbpXq47QLhG2WrCwKhLub00aMH7b5Xpuw2wBqUzewXjsNeitNY9iAd1Xq/WGBz9LFvPEcRadX6v+g1I/qOUfy3YqFe+XrWrwIhLUsFtYLVW+Xv55oAnHpU+t8eev5d7EnjTFgYm3bq4lzlEypApJ7305yFw+IfksFfdfHK+Tmf1nwG4feIAjAzFMQAAAABJRU5ErkJggg==);
}

.insta-Post-action .PostAction--like:active .Icon, .insta-Post-action .PostAction--like:focus .Icon, .insta-Post-action .PostAction--like:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAApCAMAAACSoICDAAABs1BMVEUAAAAmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJibG5WLfAAAAkHRSTlMAAAECAwUGBwgJCgsMDQ8REhQVFhcYGhscHR4iKCssLS4wODs+QEFDRUdJTlBSU1RVVldYW15iY2RlZmhpamtvcHFyc3R1eHyChIWGh4iJioyOkJGSmJmanJ2en6WnqaqsrbCys7S2vr/AwsPExcjOz9DR0tPU1djb3N7f4+Tl6Onr7O3u7/D19vf4+fv8/f5SuPvtAAACR0lEQVR4AY3U+TdbeRjH8c+9sSQxJIgxzJixMzOYIbNjFqZ7qVZpdUGriyqppRGVUkvFkib3/Sf3OHFPEiHu69fv+3x/eM55HtnKfn0a3U9shUZbTNnMltHQVmI/OvN3pY4ZhqGUwNgRtqUOpXQsYYuPV2X2XbtkmiqTVDZFpt2udH/JAhZ6G8qLAu23toHlKgWWga0bbYHC8obeBcD63+77gPV2nSi9a8FK+QpYI1/oRPs60JfqGxMw61Pa7xZ8AOsXpfleQqLxuC+MQMirTFcAuKxM3hBECg2pH2K1ymK+AJ4p21cx6DdkrsGAct9iX+qU/2DNpSbY9ui0gdw/5NmBJl2DMeUomilWjnG4rlnolDOdMKtN+EbOfA2bOgC/nPHAgZJQIGcKIKldqJQzFfBRi9AsZ5phURNwVc6MwEMF4Z1LTphRCMq7B91y4ieIlUjDEC1xkHvXYdiQ/Dtwz0H/AHb8hqRu4C9d5DegO7WPE5DoVH4/foL7Rqr3hiD+g/L5Pg4h70mvircQ78k3mjiEK2T3qo5Aol/n6U1ApDrrvi0DQ6bOYt4EVgLK7OWfAx4XK1fxI+C1X9m93NPYZyiL7xUw7dbpXq47QLhG2WrCwKhLub00aMH7b5Xpuw2wBqUzewXjsNeitNY9iAd1Xq/WGBz9LFvPEcRadX6v+g1I/qOUfy3YqFe+XrWrwIhLUsFtYLVW+Xv55oAnHpU+t8eev5d7EnjTFgYm3bq4lzlEypApJ7305yFw+IfksFfdfHK+Tmf1nwG4feIAjAzFMQAAAABJRU5ErkJggg==)!important;
}


.INSTAIcon--comment {
    width: .7em;
    height: 1.15em!important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAACB1BMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcWz5F3ZAAAArHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESFBUWFxkcICIjJCUmKSorLC0uMDEzNDU2Nzk6Ozw+QUJDRUhJTE5PUVJTVVdYW1xgY2RmZ2twcXN3eHp7gYKEhYaHiImKi4yNjo+QkpSWmJmbnJ6goaSmqqusra+wsbKztLa3ubu9vsHCw8nKy8zOz9DR0tTV1tfY2tvc3t/g4ePk5ebn6err7O3u7/Dx8/T19vf4+fr7/P3+6REmEAAAAjpJREFUeNqNlflbTFEYgL8pJQmVCCNFKcY2WWooVLZEqIaUFmRClmIsZStLliztJDOpkdb3j9Sdacxtmrn3vr9957zPec63nOdIEPG26sdfXFN/ht/dK92zRDSIyGueRMVwfWo41VTQRTCzzWkh3bTn3t2Oivy0hMiYpO1FDf0AU5diFrtFHsBVZlbfKvv+DNCZEnyFSmCiPF6CyHwGuKwL3QbgbXqoRE6Ng2evqLADTcslJFnfYWxHIC4EHJEShpQ+6EvyR+ZRuBshYUn/BU5/4IT3saJBziwUiJdcmNgqmtTAoC+ll1Al2sT1Q4nMYQV3guhwAnqUrBxwWfSIHoQDIlG/YZPoUgE3RHZDp+iTAYMipVArBhiC9XILjhqRnWCTV5BpRK6C09INa4zIxWCXYfD1Rr/S9YocZ0Q+CVelB5KNyGfAriSYZUSuURK8DQVG5KdwUEqhTvQx/VSaYoVPxtrdLxLthgx9uUwphkgj1Bka0X3iHbuxtXryceiNlDna4ZrewV+hRBT2w/RObTkTJueH4iF8036FET8gXbysc0NrtKbdCGfFx6FZaNK0D8MLmecc8GSlhrxqkulEf1ALfLZo2G3qEToPTF9ZlObmB28ubDP5HkpTYPnIKDBSvXHBN3FnBmDgeu4yM4xEBbY2tKLwujJvS+LS2GTLMccA//G0eCBbPYX5H0N8bYWOIeYpX1j7nJZxVPRWpyqru+wfArKaFbaLj7pc4+7u9pvFFpP4MRe3/m1b/Q/FmxNDyy14WgAAAABJRU5ErkJggg==);
}

.insta-Post:hover .insta-Post-action .INSTAIcon--comment {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAACB1BMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcWz5F3ZAAAArHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESFBUWFxkcICIjJCUmKSorLC0uMDEzNDU2Nzk6Ozw+QUJDRUhJTE5PUVJTVVdYW1xgY2RmZ2twcXN3eHp7gYKEhYaHiImKi4yNjo+QkpSWmJmbnJ6goaSmqqusra+wsbKztLa3ubu9vsHCw8nKy8zOz9DR0tTV1tfY2tvc3t/g4ePk5ebn6err7O3u7/Dx8/T19vf4+fr7/P3+6REmEAAAAjpJREFUeNqNlflbTFEYgL8pJQmVCCNFKcY2WWooVLZEqIaUFmRClmIsZStLliztJDOpkdb3j9Sdacxtmrn3vr9957zPec63nOdIEPG26sdfXFN/ht/dK92zRDSIyGueRMVwfWo41VTQRTCzzWkh3bTn3t2Oivy0hMiYpO1FDf0AU5diFrtFHsBVZlbfKvv+DNCZEnyFSmCiPF6CyHwGuKwL3QbgbXqoRE6Ng2evqLADTcslJFnfYWxHIC4EHJEShpQ+6EvyR+ZRuBshYUn/BU5/4IT3saJBziwUiJdcmNgqmtTAoC+ll1Al2sT1Q4nMYQV3guhwAnqUrBxwWfSIHoQDIlG/YZPoUgE3RHZDp+iTAYMipVArBhiC9XILjhqRnWCTV5BpRK6C09INa4zIxWCXYfD1Rr/S9YocZ0Q+CVelB5KNyGfAriSYZUSuURK8DQVG5KdwUEqhTvQx/VSaYoVPxtrdLxLthgx9uUwphkgj1Bka0X3iHbuxtXryceiNlDna4ZrewV+hRBT2w/RObTkTJueH4iF8036FET8gXbysc0NrtKbdCGfFx6FZaNK0D8MLmecc8GSlhrxqkulEf1ALfLZo2G3qEToPTF9ZlObmB28ubDP5HkpTYPnIKDBSvXHBN3FnBmDgeu4yM4xEBbY2tKLwujJvS+LS2GTLMccA//G0eCBbPYX5H0N8bYWOIeYpX1j7nJZxVPRWpyqru+wfArKaFbaLj7pc4+7u9pvFFpP4MRe3/m1b/Q/FmxNDyy14WgAAAABJRU5ErkJggg==);
}

.insta-Post-action .PostAction--comment:active .Icon, .insta-Post-action .PostAction--comment:focus .Icon, .insta-Post-action .PostAction--comment:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAACB1BMVEUAAAAmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJibDt6Y6AAAArHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESFBUWFxkcICIjJCUmKSorLC0uMDEzNDU2Nzk6Ozw+QUJDRUhJTE5PUVJTVVdYW1xgY2RmZ2twcXN3eHp7gYKEhYaHiImKi4yNjo+QkpSWmJmbnJ6goaSmqqusra+wsbKztLa3ubu9vsHCw8nKy8zOz9DR0tTV1tfY2tvc3t/g4ePk5ebn6err7O3u7/Dx8/T19vf4+fr7/P3+6REmEAAAAjpJREFUeNqNlflbTFEYgL8pJQmVCCNFKcY2WWooVLZEqIaUFmRClmIsZStLliztJDOpkdb3j9Sdacxtmrn3vr9957zPec63nOdIEPG26sdfXFN/ht/dK92zRDSIyGueRMVwfWo41VTQRTCzzWkh3bTn3t2Oivy0hMiYpO1FDf0AU5diFrtFHsBVZlbfKvv+DNCZEnyFSmCiPF6CyHwGuKwL3QbgbXqoRE6Ng2evqLADTcslJFnfYWxHIC4EHJEShpQ+6EvyR+ZRuBshYUn/BU5/4IT3saJBziwUiJdcmNgqmtTAoC+ll1Al2sT1Q4nMYQV3guhwAnqUrBxwWfSIHoQDIlG/YZPoUgE3RHZDp+iTAYMipVArBhiC9XILjhqRnWCTV5BpRK6C09INa4zIxWCXYfD1Rr/S9YocZ0Q+CVelB5KNyGfAriSYZUSuURK8DQVG5KdwUEqhTvQx/VSaYoVPxtrdLxLthgx9uUwphkgj1Bka0X3iHbuxtXryceiNlDna4ZrewV+hRBT2w/RObTkTJueH4iF8036FET8gXbysc0NrtKbdCGfFx6FZaNK0D8MLmecc8GSlhrxqkulEf1ALfLZo2G3qEToPTF9ZlObmB28ubDP5HkpTYPnIKDBSvXHBN3FnBmDgeu4yM4xEBbY2tKLwujJvS+LS2GTLMccA//G0eCBbPYX5H0N8bYWOIeYpX1j7nJZxVPRWpyqru+wfArKaFbaLj7pc4+7u9pvFFpP4MRe3/m1b/Q/FmxNDyy14WgAAAABJRU5ErkJggg==) !important;
}



.INSTAIcon--share {
    width: .8em;
	height: 1.15em !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAMAAABvwg4pAAAAMFBMVEUAAAD+/f+QlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJxphg1lAAAAD3RSTlMAAAgYKjJMbHyVob3V4+/K//65AAAAgElEQVR4AXXRYY6GIAyEYQQEFMrc/7a76aQk+JX3nz6hISXstScGdl0fAkY6Es0nSD4S7UMxQ5t5p/IKrHmTCPbfzCj1DWiUAfxYUhGcqDvCgdWXf4pzfYvsl+ehXnU9S5QGgFECM1FKAN7orrcALaxMlBrq6SkfFatxNukOTkp/UaMNXKXtc0IAAAAASUVORK5CYII=);
}

.insta-Post:hover .insta-Post-action .INSTAIcon--share {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAMAAABvwg4pAAAAMFBMVEUAAAD+/f+QlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJyQlJxphg1lAAAAD3RSTlMAAAgYKjJMbHyVob3V4+/K//65AAAAgElEQVR4AXXRYY6GIAyEYQQEFMrc/7a76aQk+JX3nz6hISXstScGdl0fAkY6Es0nSD4S7UMxQ5t5p/IKrHmTCPbfzCj1DWiUAfxYUhGcqDvCgdWXf4pzfYvsl+ehXnU9S5QGgFECM1FKAN7orrcALaxMlBrq6SkfFatxNukOTkp/UaMNXKXtc0IAAAAASUVORK5CYII=);
}

.insta-Post-action .PostAction--fbshare:active .Icon, .insta-Post-action .PostAction--fbshare:focus .Icon, .insta-Post-action .PostAction--fbshare:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAMAAABvwg4pAAAANlBMVEUAAAD+/f9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP9AgP8vLnu+AAAAEXRSTlMAAAgWHioyTGx6g5WhvdXj78Xq+rgAAACESURBVHgBddHtDsQQEIVh9VFsy/Tc/83ucrKTUN5/8sREhhnLlzXsOCYCqtsSqt8SJGyJNpEN6D1hpHgLodlJIgi0bn9yZYBuJF+Bl/kmTrCjshAOTGv5kX30LDI+npdK6utR6VQB1GiYSiMH4LbL9UYgG02lUUbafeXVRPtwNuk0U0pfSGMPMjJdaboAAAAASUVORK5CYII=)!important;
}


.timeline-ShareMenu {
    position: relative;
}

.insta-Post-action+.insta-Post-action {
    margin-left: 20px;
}

.timeline-ShareMenu-container {
    position: absolute;
    left: -18px;
    z-index: 1000;
    display: none;
    padding-bottom: 4px;
    min-width: 130px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.timeline-ShareMenu-caret, .timeline-ShareMenu-caret:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.timeline-ShareMenu-caret {
    left: 25px;
    margin-left: -9px;
    border-width: 9px;
}

.Icon--share {
    width: .98611em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.insta-Post:hover .insta-Post-action .Icon--share {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.PostAction--share:active .Icon, .PostAction--share:focus .Icon, .PostAction--share:hover .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E)!important;
}

.timeline-ShareMenu-option {
    display: inline-block;
    width: 100%;
    padding: 2px 15px;
    font-size: 14px;
    color: #292F33!important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.insta-Post-media {
    margin-bottom: 12px;
    margin-left: 40px;
    font-size: 12px;
}

.MediaCard-media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.MediaCard-widthConstraint {
    max-width: 100%;
}

.MediaCard-mediaContainer {
    position: relative;
    padding-bottom: 0;
    background-color: #f5f8fa;
}

.NaturalImage-ctaOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
}

.INSTAPlayButton {
    font-size: 43px;
    background-color: transparent;
}

.PlayButton--centered {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.NaturalImage-image {
    max-width: 100%;
    border: 0;
    line-height: 0;
    height: auto;
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedTop .NaturalImage-image {
    border-top-left-radius: var(--NaturalImage-border-radius);
    border-top-right-radius: var(--NaturalImage-border-radius);
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedBottom .NaturalImage-image {
    border-bottom-left-radius: var(--NaturalImage-border-radius);
    border-bottom-right-radius: var(--NaturalImage-border-radius);
}

.Icon--FBplayCircle {
    width: 1.04167em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20opacity%3D%22.8%22%20fill%3D%22%231DA1F2%22%20d%3D%22M30%2012C16.768%2012%206%2022.765%206%2036s10.766%2023.998%2024%2023.998%2024-10.765%2024-24S43.235%2012%2030%2012z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.2%2034.34l-12-9c-.606-.455-1.418-.528-2.094-.19-.677.34-1.106%201.032-1.106%201.79v18c0%20.758.428%201.45%201.106%201.79.283.14.59.21.894.21.425%200%20.847-.136%201.2-.4l12-9c.503-.377.8-.97.8-1.6%200-.63-.295-1.223-.8-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30%2015c11.598%200%2021%209.402%2021%2021s-9.4%2020.998-21%2020.998-21-9.402-21-21S18.4%2015%2030%2015m0-6C15.112%209%203%2021.11%203%2036s12.112%2026.998%2027%2026.998%2027-12.11%2027-27S44.888%209%2030%209z%22%2F%3E%3C%2Fsvg%3E);
}

.insta-Post:hover .insta-Post-timestamp {
    color: #667580 !important;
}

.insta-action-text {
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 11px;
    line-height: 20px;
	color: #8899a6!important;
}

/* Linked In */
.li-Viewport {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 459px;
}

@media (min-width: 1180px) {
    .li-Viewport {
        height: 439px;
    } 
}

.li-Viewport a {
    color: #2b7bb9;
    text-decoration: none;
}

.li-Viewport a:hover {
    color: #3b94d9;
    text-decoration: none;
    outline: 0;
}

.li-Viewport a:visited {
    color: #2b7bb9;
    text-decoration: none;
    outline: 0;
}

.li-Viewport blockquote, .li-Viewport button, .li-Viewport h1, .li-Viewport h2, .li-Viewport h3, .li-Viewport h4, .li-Viewport h5, .li-Viewport h6, .li-Viewport iframe, .li-Viewport ol, .li-Viewport p, .li-Viewport ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.li-PostList-tweet {
    border-top: 1px solid rgba(15,70,100,.12);
}

.li-PostList-tweet:first-of-type {
    border-top: none;
}

.li-Post {
    /*cursor: pointer;*/
    padding: 10px;
}

.li-Post:hover {
    background-color: rgba(160,200,220,.12);
}

.u-cf:after, .u-cf:before {
    content: " ";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-floatRight {
    float: right!important;
}

.li-Viewport .Icon {
    display: inline-block;
    height: 1.25em;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

.li-Viewport .Icon--twitter {
    width: 1.25em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231da1f2%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.li-Viewport .li-Post-brand .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.li-Post:hover .li-Post-brand .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.li-Post-author {
    position: relative;
    margin-bottom: 2px;
    padding-left: 40px;
}

.LIAvatar {
    max-width: 100%;
    max-height: 100%;
}

.LIAuthor-avatar {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 4px;
}

.u-linkBlend:not(:focus):not(:hover):not(:active) {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
}

.LIAuthor {
    max-width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important;
}

.LIAuthor-name {
	font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
}

.LIAuthor-decoratedName {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.u-hiddenVisually {
    position: absolute!important;
    overflow: hidden!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
}

.Identity-screenName {
    color: #667580;
    color: #8899A6;
}

.LIAuthor-screenName {
	font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-right: 4px;
}

.LIAuthor-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.li-Post-text {
    margin-left: 40px !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.Emoji--forText {
    height: 1.25em;
    width: 1.25em;
    padding: 0 .05em 0 .1em;
    vertical-align: -.2em;
}

.li-Post-metadata {
    float: right;
    margin-top: 2px;
}

.li-Post-timestamp {
    font-size: 12px;
    line-height: 18px;
    color: #8899a6 !important;
}

.li-Post-actions {
    margin-left: 40px !important;
}

.li-Post-action {
    display: inline-block;
    font-size: 17px;
}

.LIIcon--like {
    width: .8em;
    height: 1.20em!important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcWH6/uIAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAjFJREFUeAHtmM2OIyEMhE1DA80P+P2fduew0m4zlcghBs1I+a45fGoXwSXow2/G+FT5f4K+4uo8cJEyZ+dvFNLFM2KHgw9SxDHmJEUaYyLpEfgBWf9DAIa0sPwQrz+tlf+U655DXHKIy3Cg2orzVYaoM/+jLZGMGZ2LJFY7eiAZ/jdukeRa8CnXKLGsn0ocJMO8mlGXgDsgqm8TS1+Yrr677PfDFPVv/HsNAp/ilM9wRjdzU5BcYE9V7exPsKfcTdIVskcpJ+3sM5iXevYBzEs9+wNORrvit2FeKHtDchwio3kNDSOJ55IYA+c1l/3FIgwu+5UEmMIyPF6aouwTC8n4gpZkf7IYQ7PZNxbj6UH2dvZD8Lxw9q3cseBkiTFg2SAc2EwT8yKrLME3e9SV4HmZJpdknpwXnXJJ4Nl5URFLjvlicIgldM0v0yiWmDotMU0qoTT/CHBKJeGdN6Yik5j+TvU4ZBL/XlU741+eSpLS46L4Wqk7JGx3SOoiSQLbWl3iwTWrLqHON9ZI4g4J1R2So2+QkO0bJBR3SNqOcYHfFSWgsBRlCf6nhB0SDksknu8kZQle1NXQKxj3BZDAi2WqURifcZHA85pYkUcownKHqr0XGaqspoKqKust9sIGLMEPBt0+NzQGAMmAbzKLC7kzAEkA9t4pCqIxRiwhz2LmJfEj+XGZ2B0Savw6PZ30El7fACjqBoCpSgaF19uGDXJs5qf0HCy9j/HxEc4Z+tV8+AOj/dmU4d7APwAAAABJRU5ErkJggg==);
}

.li-Post:hover .li-Post-action .LIIcon--like {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcWH6/uIAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAjFJREFUeAHtmM2OIyEMhE1DA80P+P2fduew0m4zlcghBs1I+a45fGoXwSXow2/G+FT5f4K+4uo8cJEyZ+dvFNLFM2KHgw9SxDHmJEUaYyLpEfgBWf9DAIa0sPwQrz+tlf+U655DXHKIy3Cg2orzVYaoM/+jLZGMGZ2LJFY7eiAZ/jdukeRa8CnXKLGsn0ocJMO8mlGXgDsgqm8TS1+Yrr677PfDFPVv/HsNAp/ilM9wRjdzU5BcYE9V7exPsKfcTdIVskcpJ+3sM5iXevYBzEs9+wNORrvit2FeKHtDchwio3kNDSOJ55IYA+c1l/3FIgwu+5UEmMIyPF6aouwTC8n4gpZkf7IYQ7PZNxbj6UH2dvZD8Lxw9q3cseBkiTFg2SAc2EwT8yKrLME3e9SV4HmZJpdknpwXnXJJ4Nl5URFLjvlicIgldM0v0yiWmDotMU0qoTT/CHBKJeGdN6Yik5j+TvU4ZBL/XlU741+eSpLS46L4Wqk7JGx3SOoiSQLbWl3iwTWrLqHON9ZI4g4J1R2So2+QkO0bJBR3SNqOcYHfFSWgsBRlCf6nhB0SDksknu8kZQle1NXQKxj3BZDAi2WqURifcZHA85pYkUcownKHqr0XGaqspoKqKust9sIGLMEPBt0+NzQGAMmAbzKLC7kzAEkA9t4pCqIxRiwhz2LmJfEj+XGZ2B0Savw6PZ30El7fACjqBoCpSgaF19uGDXJs5qf0HCy9j/HxEc4Z+tV8+AOj/dmU4d7APwAAAABJRU5ErkJggg==);
}

.li-Post-action .PostAction--like:active .Icon, .li-Post-action .PostAction--like:focus .Icon, .li-Post-action .PostAction--like:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAAAAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJdWuqyFAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAjFJREFUeAHtmM2OIyEMhE1DA80P+P2fduew0m4zlcghBs1I+a45fGoXwSXow2/G+FT5f4K+4uo8cJEyZ+dvFNLFM2KHgw9SxDHmJEUaYyLpEfgBWf9DAIa0sPwQrz+tlf+U655DXHKIy3Cg2orzVYaoM/+jLZGMGZ2LJFY7eiAZ/jdukeRa8CnXKLGsn0ocJMO8mlGXgDsgqm8TS1+Yrr677PfDFPVv/HsNAp/ilM9wRjdzU5BcYE9V7exPsKfcTdIVskcpJ+3sM5iXevYBzEs9+wNORrvit2FeKHtDchwio3kNDSOJ55IYA+c1l/3FIgwu+5UEmMIyPF6aouwTC8n4gpZkf7IYQ7PZNxbj6UH2dvZD8Lxw9q3cseBkiTFg2SAc2EwT8yKrLME3e9SV4HmZJpdknpwXnXJJ4Nl5URFLjvlicIgldM0v0yiWmDotMU0qoTT/CHBKJeGdN6Yik5j+TvU4ZBL/XlU741+eSpLS46L4Wqk7JGx3SOoiSQLbWl3iwTWrLqHON9ZI4g4J1R2So2+QkO0bJBR3SNqOcYHfFSWgsBRlCf6nhB0SDksknu8kZQle1NXQKxj3BZDAi2WqURifcZHA85pYkUcownKHqr0XGaqspoKqKust9sIGLMEPBt0+NzQGAMmAbzKLC7kzAEkA9t4pCqIxRiwhz2LmJfEj+XGZ2B0Savw6PZ30El7fACjqBoCpSgaF19uGDXJs5qf0HCy9j/HxEc4Z+tV8+AOj/dmU4d7APwAAAABJRU5ErkJggg==)!important;
}


.LIIcon--comment {
    width: .8em;
    height: 1.20em!important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAMFBMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcVjt1ybAAAAD3RSTlMAECAwQFBgcICfr7/P3+8Gi+IRAAAA3klEQVR42u3Taw6CMBREYWqLtyjS/e/Wf0w0MSGWg4/M2cCXzk0H55z75ca6d+f0RORb278lHp/RmKZBpaVBjUJqo5qFzA3rtCKNqxgxcjQy1c62IGXozIgRI0Y+jVy3lbuQtq1ixIh/vBEjRv4WifJWeQPSXwURdU0copYCIqqiiCYjEU0GIqq+QJaGJeRyBFJIZG06AkkXEFHnGUb6CxBR+UYiuiqIqEARTUYimgxEVKCIJuMRTSYEKVBEk7GIJhOCFTCiyYRwkwkBCyHoZELIyYSAhRCwfBqcc9/THWcY2icYUVdhAAAAAElFTkSuQmCC);
}

.li-Post:hover .li-Post-action .LIIcon--comment {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAMFBMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcVjt1ybAAAAD3RSTlMAECAwQFBgcICfr7/P3+8Gi+IRAAAA3klEQVR42u3Taw6CMBREYWqLtyjS/e/Wf0w0MSGWg4/M2cCXzk0H55z75ca6d+f0RORb278lHp/RmKZBpaVBjUJqo5qFzA3rtCKNqxgxcjQy1c62IGXozIgRI0Y+jVy3lbuQtq1ixIh/vBEjRv4WifJWeQPSXwURdU0copYCIqqiiCYjEU0GIqq+QJaGJeRyBFJIZG06AkkXEFHnGUb6CxBR+UYiuiqIqEARTUYimgxEVKCIJuMRTSYEKVBEk7GIJhOCFTCiyYRwkwkBCyHoZELIyYSAhRCwfBqcc9/THWcY2icYUVdhAAAAAElFTkSuQmCC);
}

.li-Post-action .PostAction--comment:active .Icon, .li-Post-action .PostAction--comment:focus .Icon, .li-Post-action .PostAction--comment:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAMFBMVEUAAAAAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcNxnCTAAAAD3RSTlMAECAwQFBgcICfr7/P3+8Gi+IRAAAA3klEQVR42u3Taw6CMBREYWqLtyjS/e/Wf0w0MSGWg4/M2cCXzk0H55z75ca6d+f0RORb278lHp/RmKZBpaVBjUJqo5qFzA3rtCKNqxgxcjQy1c62IGXozIgRI0Y+jVy3lbuQtq1ixIh/vBEjRv4WifJWeQPSXwURdU0copYCIqqiiCYjEU0GIqq+QJaGJeRyBFJIZG06AkkXEFHnGUb6CxBR+UYiuiqIqEARTUYimgxEVKCIJuMRTSYEKVBEk7GIJhOCFTCiyYRwkwkBCyHoZELIyYSAhRCwfBqcc9/THWcY2icYUVdhAAAAAElFTkSuQmCC) !important;
}



.LIIcon--share {
    width: .8em;
    height: 1.20em!important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcWH6/uIAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAhpJREFUeAHt193OoyAQxvFnBBGRj7n/q91sNmnWN0zrQ3058n9am18odIL4tZ6enrxMQGKRCYhOUKJqWSYg2twEhFd4ZFzhEG1+AqIaZiAaZiAaZiC6zUA0zUA0zUA0zUA0yQREi0xAeIVHxhUO0eImINrcBIRXeGRc4RBtKwYTv8WYT1W1CuBz29GUilV8qhxAK7JdFErRcxEXW/amF8tSdGQoSyQ2ImNIWQ3CQgYUOZQq976TBe/yTXkESMxQ3lRphFWSDiCcIoeOIIZSXdco2q/maBdgKa2nHF1gXwXvY5TOfrTdgSnoubZ8PFctCk7xSsYprz8zCE45LUWanssLjCjFv9v0iMGkmsh6JprHYK7pGTH55u4ymuBV/CVDo7HrdxrJvEbdZwTz+L4+8THlqh/LtmH+1w/8bdkKO4XXtwbqj+MgwRRsJOhbw+l/rfZVxUY6RnP29M0mYSOWYf5asSpbvmI4/a58wcD2NRI+XyGOb5H02UDTu7INudnIHQP+XiOhV1CzHIN36BVtg3r+CAKzaBvE8/sCgEZ2GOXeKl4EhQSYyMgbf6SMDlIEFGIbNpKAEaQFXEcShpDmcB05wCG2YSNFOMQ2bKQ5jCDVgUAiRpAiIJAKErENGwkkYhs2UjGAHAIKCQNIAjhEeCSBRDJoJIFFIo1E0IhnkQAeERIJGEDAIQEDSKWQtoJpz//aQRQc7uzp6ekPQ8O7em8e6hsAAAAASUVORK5CYII=);
}

.li-Post:hover .li-Post-action .LIIcon--share {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAADFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcWH6/uIAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAhpJREFUeAHt193OoyAQxvFnBBGRj7n/q91sNmnWN0zrQ3058n9am18odIL4tZ6enrxMQGKRCYhOUKJqWSYg2twEhFd4ZFzhEG1+AqIaZiAaZiAaZiC6zUA0zUA0zUA0zUA0yQREi0xAeIVHxhUO0eImINrcBIRXeGRc4RBtKwYTv8WYT1W1CuBz29GUilV8qhxAK7JdFErRcxEXW/amF8tSdGQoSyQ2ImNIWQ3CQgYUOZQq976TBe/yTXkESMxQ3lRphFWSDiCcIoeOIIZSXdco2q/maBdgKa2nHF1gXwXvY5TOfrTdgSnoubZ8PFctCk7xSsYprz8zCE45LUWanssLjCjFv9v0iMGkmsh6JprHYK7pGTH55u4ymuBV/CVDo7HrdxrJvEbdZwTz+L4+8THlqh/LtmH+1w/8bdkKO4XXtwbqj+MgwRRsJOhbw+l/rfZVxUY6RnP29M0mYSOWYf5asSpbvmI4/a58wcD2NRI+XyGOb5H02UDTu7INudnIHQP+XiOhV1CzHIN36BVtg3r+CAKzaBvE8/sCgEZ2GOXeKl4EhQSYyMgbf6SMDlIEFGIbNpKAEaQFXEcShpDmcB05wCG2YSNFOMQ2bKQ5jCDVgUAiRpAiIJAKErENGwkkYhs2UjGAHAIKCQNIAjhEeCSBRDJoJIFFIo1E0IhnkQAeERIJGEDAIQEDSKWQtoJpz//aQRQc7uzp6ekPQ8O7em8e6hsAAAAASUVORK5CYII=);
}

.li-Post-action .PostAction--fbshare:active .Icon, .li-Post-action .PostAction--fbshare:focus .Icon, .li-Post-action .PostAction--fbshare:hover .Icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAM1BMVEUAAAAAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJcAYJdWuqyFAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAhpJREFUeAHt193OoyAQxvFnBBGRj7n/q91sNmnWN0zrQ3058n9am18odIL4tZ6enrxMQGKRCYhOUKJqWSYg2twEhFd4ZFzhEG1+AqIaZiAaZiAaZiC6zUA0zUA0zUA0zUA0yQREi0xAeIVHxhUO0eImINrcBIRXeGRc4RBtKwYTv8WYT1W1CuBz29GUilV8qhxAK7JdFErRcxEXW/amF8tSdGQoSyQ2ImNIWQ3CQgYUOZQq976TBe/yTXkESMxQ3lRphFWSDiCcIoeOIIZSXdco2q/maBdgKa2nHF1gXwXvY5TOfrTdgSnoubZ8PFctCk7xSsYprz8zCE45LUWanssLjCjFv9v0iMGkmsh6JprHYK7pGTH55u4ymuBV/CVDo7HrdxrJvEbdZwTz+L4+8THlqh/LtmH+1w/8bdkKO4XXtwbqj+MgwRRsJOhbw+l/rfZVxUY6RnP29M0mYSOWYf5asSpbvmI4/a58wcD2NRI+XyGOb5H02UDTu7INudnIHQP+XiOhV1CzHIN36BVtg3r+CAKzaBvE8/sCgEZ2GOXeKl4EhQSYyMgbf6SMDlIEFGIbNpKAEaQFXEcShpDmcB05wCG2YSNFOMQ2bKQ5jCDVgUAiRpAiIJAKErENGwkkYhs2UjGAHAIKCQNIAjhEeCSBRDJoJIFFIo1E0IhnkQAeERIJGEDAIQEDSKWQtoJpz//aQRQc7uzp6ekPQ8O7em8e6hsAAAAASUVORK5CYII=)!important;
}


.timeline-ShareMenu {
    position: relative;
}

.li-Post-action+.li-Post-action {
    margin-left: 20px;
}

.timeline-ShareMenu-container {
    position: absolute;
    left: -18px;
    z-index: 1000;
    display: none;
    padding-bottom: 4px;
    min-width: 130px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.timeline-ShareMenu-caret, .timeline-ShareMenu-caret:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.timeline-ShareMenu-caret {
    left: 25px;
    margin-left: -9px;
    border-width: 9px;
}

.Icon--share {
    width: .98611em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.li-Post:hover .li-Post-action .Icon--share {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.PostAction--share:active .Icon, .PostAction--share:focus .Icon, .PostAction--share:hover .Icon {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E)!important;
}

.timeline-ShareMenu-option {
    display: inline-block;
    width: 100%;
    padding: 2px 15px;
    font-size: 14px;
    color: #292F33!important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.li-Post-media {
    margin-bottom: 12px;
    margin-left: 40px;
    font-size: 12px;
}

.MediaCard-media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.MediaCard-widthConstraint {
    max-width: 100%;
}

.MediaCard-mediaContainer {
    position: relative;
    padding-bottom: 0;
    background-color: #f5f8fa;
}

.NaturalImage-ctaOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
}

.LIPlayButton {
    font-size: 43px;
    background-color: transparent;
}

.PlayButton--centered {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.NaturalImage-image {
    max-width: 100%;
    border: 0;
    line-height: 0;
    height: auto;
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedTop .NaturalImage-image {
    border-top-left-radius: var(--NaturalImage-border-radius);
    border-top-right-radius: var(--NaturalImage-border-radius);
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedBottom .NaturalImage-image {
    border-bottom-left-radius: var(--NaturalImage-border-radius);
    border-bottom-right-radius: var(--NaturalImage-border-radius);
}

.Icon--FBplayCircle {
    width: 1.04167em;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20opacity%3D%22.8%22%20fill%3D%22%231DA1F2%22%20d%3D%22M30%2012C16.768%2012%206%2022.765%206%2036s10.766%2023.998%2024%2023.998%2024-10.765%2024-24S43.235%2012%2030%2012z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.2%2034.34l-12-9c-.606-.455-1.418-.528-2.094-.19-.677.34-1.106%201.032-1.106%201.79v18c0%20.758.428%201.45%201.106%201.79.283.14.59.21.894.21.425%200%20.847-.136%201.2-.4l12-9c.503-.377.8-.97.8-1.6%200-.63-.295-1.223-.8-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30%2015c11.598%200%2021%209.402%2021%2021s-9.4%2020.998-21%2020.998-21-9.402-21-21S18.4%2015%2030%2015m0-6C15.112%209%203%2021.11%203%2036s12.112%2026.998%2027%2026.998%2027-12.11%2027-27S44.888%209%2030%209z%22%2F%3E%3C%2Fsvg%3E);
}

.li-Post:hover .li-Post-timestamp {
    color: #667580 !important;
}

.li-action-text {
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 11px;
    line-height: 20px;
	color: #8899a6!important;
}

/* Airspace Live */
.airp-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.airp-embed-container iframe, .airp-embed-container object, .airp-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Numbers widget */

.nats-numbers-widget .number-box {
    display: block;
    min-height: 250px;
}

@media (min-width: 768px) {
    .nats-numbers-widget .number-box {
        display: inline-block;
    }
}

.nats-numbers-widget .number-icon {
    font-size: 60px;
    line-height: 80px;
    height: 80px;
}

.nats-numbers-widget .number-figure {
    font-size: 60px;
    line-height: 95px;
}

.nats-numbers-widget .number-title {
    max-width: 175px;
}

/* Boxes icon widget */

.nats-box-icon-widget .box-icon {
    height: 90px;
    margin: 20px 0 5px 0;
}

.nats-box-icon-widget .box-title {
    font-size: 34px;
    line-height: 50px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.nats-box-icon-widget .box-title span {
    margin-left: 10px;
}

.nats-box-icon-widget .box-title span.box-suffixsize-small {
    font-size: 14px;
    line-height: 20px;
}

.nats-box-icon-widget .box-divider {
    position: relative;
    height: 2px;
    text-align: center;
    margin: 10px 0;
}

.nats-box-icon-widget .box-divider:before {
    position: absolute;
    content: '';
    width: 65%;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.nats-box-icon-widget .box-subtitle {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.nats-box-icon-widget .content-boxes-col {
    padding: 0 10px 25px 10px;
}

/* RTE and boxes widget */
.nats-rte-boxes-widget-boxes {
    /*max-width: 500px;*/
}

.nats-rte-boxes-widget .box-link {
    display: block;    
}


.nats-rte-boxes-widget .box-icon {
    display: block;
    height: 80px;
    width: 80px;
    padding: 10px 0;
    float: left;
}

.nats-rte-boxes-widget .box-icon-col {
    position: relative;
    padding-left: 90px;
    text-align: center;
}

.nats-rte-boxes-widget .box-title {
    display: inline-block;
    color: #071920 !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    padding-left: 40px;
}

.nats-rte-boxes-widget .box-icon-col-area {
    height: 80px;
    text-align: center;
    display: table;
    width: 100%;
}

.nats-rte-boxes-widget .box-icon-col-area .box-icon-col-content {
    display:table-cell;
    vertical-align:middle;
    height:80px;
    text-align: center;
    width: 100%;
} 

.nats-rte-boxes-widget .box-acc-content {
    padding: 15px 15px 5px 15px;
}

.nats-rte-boxes-widget .box-acc-container {
    margin-top: 1px;
}

.nats-rte-boxes-widget .box-acc-content ul:not([class]) {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.nats-rte-boxes-widget .box-acc-content ul:not([class]) li {
    position: relative;
    padding: 0 0 5px 25px;
    line-height: 25px;
    font-weight: normal;
}

.nats-rte-boxes-widget .box-acc-content ul:not([class]) li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.nats-rte-boxes-widget .box-link:hover .btn-green {
    background-color: #46c3d7;
}


.nats-rte-boxes-widget .box-right-btn {
    display: block;
    float: right;
    width: 50px;
    height: 80px;
    line-height: 80px;
}

.nats-rte-boxes-widget .box-link .fa.fa-accordion-toggle {
    transform: rotate(45deg); 
    transition: all 0.3s ease;     
}

.nats-rte-boxes-widget .box-link .fa.fa-accordion-toggle:before {
    content: "\f067";     
}

.nats-rte-boxes-widget .box-link.collapsed .fa.fa-accordion-toggle {
    transform: rotate(0deg); 
}


.responsive-table {
    overflow-x:auto;
}

.bt46c3d7 {
    border-top: #46c3d7 5px solid;
}

.bgf3f4f6 {
    background-color: #f3f4f6 !important;
}

.responsive-table table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    width: 100%;
}

.responsive-table table thead tr {
    background-color: #145569;
    color: #ffffff;
    text-align: left;
}

.responsive-table thead td {
    font-weight: 400;
    font-size: 1.2em;
    color: #FFFFFF;
}

.responsive-table table thead tr th, .responsive-table table thead tr td {
    padding: 12px 15px;
}

.responsive-table table thead td strong {
    color: #FFFFFF;
}

.responsive-table tbody tr {
    border-bottom: 1px solid #dddddd;
    background-color: #FFFFFF;
}

.responsive-table .stripedTable tbody tr:nth-child(even) {
    background-color: #f3f4f6;
}

.responsive-table tbody th, .responsive-table td {
    font-weight: 400;
    border: #ccc 1px solid;
    vertical-align: top;
}


.rte-modal .modal-image-container {
    position: relative;
}

.rte-modal .modal-image-title-container {
    padding: 10px;
}

.rte-modal .modal-image-title-container h3 {
    font-size: 20px;
    line-height: 24px;    
    margin-top: 0;
}

.rte-modal .modal-image-title-container p {   
    margin: 0;
}

.rte-modal .modal-image {
    height: 240px;
    width: 260px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.rte-modal .modal-image.modal-image-wide {
    width: 330px;
}

.nats-image-rte-widget-quote h3 {
    margin-bottom: 0;
}

.nats-image-rte-widget-quote h4 {
    margin-top: 0;
}

.dropdown-order li:hover > a {
    color: #000000;
    text-decoration: none;
    background-color: #e7e7e7;
    background-image: none;
}

/* Split buttons in widgets */
.nats-split-button.dropdown .btn.dropdown-toggle::after, .nats-split-button.dropdown .btn.dropdown-toggle .caret {
    margin-left: 10px;
}

.nats-split-button.dropdown.show .btn.dropdown-toggle, .nats-split-button.dropdown.open .btn.dropdown-toggle {
    background-color: #46c3d7 !important;
}

.nats-split-button.content-boxes-btn {
    width: 100%;
    text-align: right;
}

.nats-split-button.dropdown .dropdown-menu {
    border-radius: 0;
    margin: 0;
    font-size: 16px;
    min-width: 10rem;
}

.nats-split-button.content-boxes-btn.dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

.nats-split-button.dropdown .dropdown-menu .dropdown-item {
    color: #071920 !important;
    border: none !important;
    line-height: 20px;
    display: block;
    padding: 5px 10px;    
}

.nats-split-button.dropdown .dropdown-menu .dropdown-item:hover {
    color: #FFFFFF !important;
    border: none !important;
    background-color: #46c3d7;
}

/* Image & RTE widget */

@media (min-width: 768px) {

    .nats-image-rte-widget-right {
        background-repeat: no-repeat;      
        background-position: 116% 100%;
    }
    .nats-image-rte-widget-right .band-widget-content {
        max-width: 60%;
    }    
}

@media (min-width: 900px) {

    .nats-image-rte-widget-right {  
        background-position: 95% 100%;   
    }    

}

@media (min-width: 1180px) {

    .nats-image-rte-widget-right .band-widget-content {
        max-width: 100%;
    }       

}  

@media (min-width: 1300px) {

    .nats-image-rte-widget-right {
        background-position: 80% 100%;   
    }

} 


@media (min-width: 768px) {

    .nats-image-rte-widget-left {
        background-repeat: no-repeat;      
        background-position: 3% 100%;
    }  

}

@media (max-width: 979px) and (min-width: 768px) {

    .nats-image-rte-widget-left .nats-image-rte-widget-content {
        max-width: 75%;
        margin: 0 0 0 auto;
    }   

} 

@media (max-width: 1550px) and (min-width: 980px) {

    .nats-image-rte-widget-left .nats-image-rte-widget-content {
        max-width: 80%;
        margin: 0 0 0 auto;
    }   

} 


@media (min-width: 900px) {

    .nats-image-rte-widget-left {  
        background-position: 10% 100%;   
    }    

} 

@media (min-width: 1300px) {

    .nats-image-rte-widget-left {    
        background-position: 20% 100%;   
    }

}

/* Incident banner */
.nats-incident-banner .incident-bar-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
}

.nats-incident-banner .incident-bar-col-bg-left, .nats-incident-banner .incident-bar-col-bg-right {
    height: 100%;
}

.nats-incident-banner .incident-bar-arrow {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin-top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 1;
}

.nats-incident-banner h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.nats-incident-banner .band-widget-content p {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .nats-incident-banner .incident-title-col {
        width: auto;
    }
    .nats-incident-banner .band-widget-content p {
        padding-left: 10px;
    }
}

.tags_list.filter-wrapper {
    display: inline-block !important;
}

.tags_list a, .tags_list a:visited {
    position: relative;
    padding-left: 40px !important;
    color: #FFFFFF;
    background-color: #50c364 !important;
    text-decoration: none;
    border-radius: 2px !important;
}

.tags_list a:hover, .tags_list a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #46c3d7 !important;
}

.tags_list a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02b";
    font-size: 14px;
    line-height: 48px;
    position: absolute;
    left: 15px;
    top: 0;
}

@media (min-width: 1180px) {

    .tags_list a, .tags_list a:visited {
        padding-left: 30px !important;
    }
    
    .tags_list a:before {
        font-size: 12px;
        line-height: 32px;
        left: 10px;
        top: 0;
    }

}


.map-key {
    border-top: 6px solid #46c3d7;
    padding: 15px;
}  

.mobile-map-key {
    border: 1px solid #999999;
    padding: 15px;
    margin: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}            

.map-menu {
    border-top: 6px solid #46c3d7;
    padding: 15px;
}
.mobile-map-menu {
    padding: 15px;
}            
.map-marker-menu {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-map-menu .map-marker-menu {
    max-height: none;
    height: calc(100vh - 282px);
    width: 100%;
}

.map-marker {
    width: auto;
    height: auto;
    cursor: pointer;
    font-size: 40px;
}

.menu-marker, .menu-marker:visited, .menu-marker:link {
    position: relative;
    padding-left: 20px;
    color: #071920;
    cursor: pointer;
}  

.map-modal .map-marker {

}

.key-marker {
    position: relative;
    padding-left: 20px;
    color: #071920;
}             

.menu-marker:hover {
    color: #46c3d7;
}      

.mobile-map-menu .menu-marker, .mobile-map-menu .menu-marker:visited, .mobile-map-menu .menu-marker:link {
    font-size: 18px;
    padding: 5px 20px;
    display: block;
}            

.key-marker:before, .menu-marker:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    content: '';
    background-color: #999999;
    width: 10px;
    height: 10px;
    border-radius: 50%;             
}   

.mobile-map-menu .key-marker:before, .mobile-map-menu .menu-marker:before {
    top: 12px;
}            

.key-marker-blue:before, .menu-marker-blue:before {
    background-color: #46c3d7;
}      
.key-marker-green:before, .menu-marker-green:before {
    background-color: #50c367;
}        
.key-marker-pink:before, .menu-marker-pink:before {
    background-color: #B93296;
}     
.key-marker-orange:before, .menu-marker-orange:before {
    background-color: #f6a52b;
} 


.map-marker-blue {
    color: #46c3d7;
}      
 .map-marker-green {
    color: #50c367;
}        
.map-marker-pink {
    color: #B93296;
}     
.map-marker-orange {
    color: #f6a52b;
}         

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}   

.modal.no-chrome .modal-body .mobile-map {
    display: block;
    background: #071920;
    border: none;
    height: calc(100vh - 40px);
    width: 100vw;
}   

.map-modal .menu-toggler .one, .map-modal .menu-toggler .two, .map-modal .menu-toggler .three {
    background: #FFFFFF;
}

.map-modal .menu-toggler {
    margin-top: 12px;
    margin-left: 10px;
}

.map-modal .menu-content {
    background-color: #FFFFFF;
    width: 70%;
    border-right: 1px solid #999999;
}

.map-btn {
    border: 1px solid #50c364;
    display: block;
}

.map-btn img {
    width: 100%;
    height: auto;
}

.map-btn:hover {
    border: 1px solid #46c3d7;
}    

.map-btn:hover .btn-green {
    background-color: #46c3d7;
}    

.mapboxgl-popup-close-button {
    z-index: 1;
}

.map-popup-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;                
}

.mapboxgl-popup-content {
    padding: 0 !important;  
    text-align: left !important; 
}       

.mapboxgl-popup-content h3 {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    padding-right: 35px;
    line-height: 25px;          
}

.map-popup-blue .mapboxgl-popup-content h3 {
    background-color: #46c3d7;              
}     

.map-popup-green .mapboxgl-popup-content h3 {
    background-color: #50c367;              
}  

.map-popup-orange .mapboxgl-popup-content h3 {
    background-color: #f6a52b;              
}             

.map-popup-pink .mapboxgl-popup-content h3 {
    background-color: #B93296;              
}               

.map-popup-has-image .mapboxgl-popup-content {
    padding-top: 56.25% !important;
    min-width: 200px;
}            

.mapboxgl-popup-close-button {
    color: #000000 !important;  
    background-color:rgba(255,255,255,0.5) !important;        
    border-radius: 25px !important;
    top: 5px !important;
    right: 5px !important;
    line-height: 18px;                
}      

.mapboxgl-popup-close-button:hover {
    color: #FFFFFF !important;
    background-color: #B93296 !important;
}  

.mapboxgl-popup-tip {
    visibility: hidden !important;
}

.map-marker:after {
    position: absolute;
    top: 7px;
    left: 6px;
    width: 17px;
    height: 17px;
    content: '';
    background-color: #FFFFFF;
    z-index: -1;
}

.mapboxgl-canvas {
    outline: none;
}

.popup-inner-content {
    padding: 15px;
}   

.popup-inner-content a, .popup-inner-content a:link, .popup-inner-content a:visited {
    color: #1D9031;
}

.popup-inner-content a:hover, .popup-inner-content a:focus {
    color: #B93296;
}  

.map-popup-content-html {
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #e8e9ed;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}

.map-popup-content-html p {
    font-size: 14px;
    line-height: 18px;
}            

.map-popup-address, .map-popup-url, .map-popup-telephone, .map-popup-email, .map-popup-opening, .map-popup-directions {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #071920;
}

.map-popup-address:before {
    font-family: "Font Awesome 5 Free";
    content: "\f041";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 14px;
}   

.map-popup-url:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ac";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 14px;
}       

.map-popup-telephone:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 14px;
}   

.map-popup-email:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0e0";
    position: absolute;
    left: 0;
    font-size: 14px;
}            

.map-popup-opening:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 14px;
}    

.map-popup-directions:before {
    font-family: "Font Awesome 5 Free";
    content: "\f124";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 14px;
}

/* Locations map text panel */
.mrp-close {
    display: block;
    position: relative;
    color: #145569;
}

.mrp-close h4 {
    color: #145569;
}

.mrp-close:hover, .mrp-close:focus {
    color: #145569;
}

.mrp-close .close-ico, .mrp-close .open-ico {
    display: none;
    position: absolute;
    top: 8px;
    right: 0;    
}

.mrp-close .close-ico {
    display: block;     
}

.mrp-close.collapsed .open-ico {
    display: block;   
}

.mrp-close.collapsed .close-ico {
    display: none;   
}

/* Boostrap 5 styles */
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
} 

.h4 {
    font-size: 1.266rem;
    line-height: 1.4;
}

.h3 {
    font-size: 1.424rem;
    line-height: 1.3;
}

.d-none {
    display: none!important;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

@media (min-width: 576px) {

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .d-sm-inline-block {
        display: inline-block!important;
    }    

}

@media (min-width: 992px) {
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0!important;
    }

    .d-lg-none {
        display: none!important;
    }    

    .d-lg-block {
        display: block!important;
    }    

    .d-lg-inline-block {
        display: inline-block!important;
    }    

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }

    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }    

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }   

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto!important;
    }  
    
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important;
    }    

    .h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }   
    
    .h3 {
        font-size: 1.75rem;
        line-height: 1.3;
    }    
    
    .h3-lg {
        font-size: 1.75rem;
        line-height: 1.3;
    }    

    .h4 {
        font-size: 1.5rem;
        line-height: 1.4;
    }    

    .text-lg-right {
        text-align: right!important;
    }    

}

@media (min-width: 1200px) {

    .h2-xl {
        font-size: 2rem;
        line-height: 1.3;
    }

    .h3-xl {
        font-size: 1.75rem;
        line-height: 1.3;
    }    

}

@media (min-width: 1568px) {

    .h1-xxl {
        font-size: 2.5rem;
        line-height: 1.3;
    }

}

/* Three Stories Widget */
.three-stories-wdgt {
    overflow-x: hidden;
}

.three-stories-wrapper {
    position: relative;
}

.three-stories-background-object, .three-stories-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.three-stories-viewport {
    /*margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);*/
    left: -99999px;
    right: -99999px;
}

.three-stories-background {
    bottom: -6rem;
    background-color: #f3f4f6;
}

.three-stories-first {
    position: relative;
}

.three-stories-wrapper .post-image {
    position: relative;
    overflow: hidden;
}

.three-stories-wrapper .post-image img {
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.three-stories-wrapper .post-image:hover img {
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.three-stories-first .post-image img {
    width: auto;
    height: auto;
    box-shadow: 0 0 1px 0 #000 inset;
}

.three-stories-first .post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.three-stories-wrapper .post-title {
    max-width: 28em;
    margin: 0.5em 0 0.5em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.three-stories-wrapper .post-text {
    position: relative;
}

.three-stories-first .post-text, .three-stories-first .post-text-inner {
    flex: 1;
}

.three-stories-wrapper .post-text>*:first-child, .three-stories-wrapper .post-text-inner>*:first-child {
    margin-top: 0;
}

.three-stories-wrapper .post-text.text-center .post-title, .three-stories-wrapper .post-text-inner.text-center .post-title {
    margin-left: auto;
    margin-right: auto;
}

.three-stories-wrapper .post-text.text-center .post-excerpt, .three-stories-wrapper .post-text-inner.text-center .post-excerpt {
    margin-left: auto;
    margin-right: auto;
}

.three-stories-wrapper .three-stories-categories {
    margin: -0.5em;
    padding: 0;
    list-style: none;
}

.three-stories-wrapper .post-meta .three-stories-categories {
    margin: 0;
}

.three-stories-wrapper .three-stories-categories > li {
    display: inline-block;
    padding: 0.5em;
}

.three-stories-wrapper .post-meta .three-stories-categories > li {
    padding: 0;
    margin: -0.5em;
}

.three-stories-wrapper .post-meta .three-stories-categories > li:not(:last-child):after {
    font-family: "Font Awesome 5 Free";  
    font-weight: 900;  
    content: "\f054";
    display: inline-block;
    padding: 0.5em 1em 0.5em 0;
    color: inherit;
    font-size: 10px;
}

.three-stories-wrapper .post-meta .three-stories-categories > li > a {
    display: inline-block;
    padding: 0.5em;
}

.three-stories-wrapper .post-image-url {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.three-stories-wrapper .post-text > *:last-child, .three-stories-wrapper .post-text-inner > *:last-child {
    margin-bottom: 0;
}

.three-stories-wrapper a.post-read-more {
    font-size: .8125rem;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
    border: 1px solid #145569;
    border-radius: 2px;
    padding: 10px;
}

.three-stories-wrapper a.post-read-more:hover {
    border: 1px solid #B93296;
    color: #B93296;
}

.three-stories-wrapper .st-link, .three-stories-wrapper a.st-link {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.three-stories-wrapper .post-item {
    position: relative;
}

.three-stories-wrapper .post-portrait .post-image {
    margin-bottom: 1rem;
}

.three-stories-wrapper img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.three-stories-wrapper .post-image img {
    width: auto;
    height: auto;
    box-shadow: 0 0 1px 0 #000 inset;
}

.three-stories-wrapper .three-stories-first .post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.three-stories-wrapper .link-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none !important;
}

.three-stories-wrapper .post-text > *:first-child, .three-stories-wrapper .post-text-inner > *:first-child {
    margin-top: 0;
}

.three-stories-wrapper .post-title:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {
    .three-stories-wrapper .post-title:first-child {
        text-align: center;
    }    
}

.three-stories-wrapper .three-stories-second-post-second .post-image {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
}

.three-stories-wrapper .post-landscape .post-image {
    flex-basis: 41.6667%;
    margin-bottom: 1rem;
}

.three-stories-wrapper .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.three-stories-wrapper .media-body {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.three-stories-wrapper  .post-text > *, .three-stories-wrapper .post-text-inner > * {
    margin-bottom: 1rem;
}

.three-stories-wrapper .three-stories-second-post-first, .three-stories-wrapper .three-stories-second-post-second {
    position: relative;
    margin-top: 2rem;
}  

@media (min-width: 576px) {


    .three-stories-wrapper .post-excerpt {
        max-width: 40em;
        font-size: .875rem;
        line-height: 1.7;
    }

    .three-stories-wrapper .post-excerpt-lg, .three-stories-wrapper .post-excerpt-xl {
        font-size: 1rem;
        line-height: 1.6;
    }

    .three-stories-wrapper .three-stories-second {
        margin: calc(2rem - 10px) -10px -10px;
    }    
    
    .three-stories-wrapper .three-stories-second-post-first, .three-stories-wrapper .three-stories-second-post-second {
        width: 50%;
        margin: 0;
        padding: 10px;
    }
   
    .three-stories-wrapper .post-landscape .post-image {
        margin-right: 2rem;
    }

}

@media (min-width: 768px) {
    .three-stories-wrapper .post-landscape .post-image {
        margin-right: 2rem;
    }
}

@media (min-width: 992px) {

    .three-stories-background {
        bottom: 4rem;
    }

    .three-stories-first .post-image {
        width: 60%;
        min-height: 36rem;
    }

    .three-stories-first .post-text {
        padding: 4rem 32px 12rem 0;
    }    

    .three-stories-wrapper .post-excerpt {
        max-width: 40em;
    }    

    .three-stories-wrapper .three-stories-first .post-excerpt {
        max-width: 28rem;
    }

    .three-stories-wrapper .post-text.text-center .post-excerpt, .three-stories-wrapper .post-text-inner.text-center .post-excerpt {
        margin-left: auto;
        margin-right: auto;
    }    

    .three-stories-wrapper .three-stories-second {
        margin: 0;
    }   
    
    .three-stories-wrapper .three-stories-second-post-first {
        flex: 1;
        margin-top: -8rem;
        margin-right: 32px;
        padding: 0;
    }    

    .three-stories-wrapper .three-stories-second-post-first .post-image {
        text-align: right;
    }  
    
    .three-stories-wrapper .three-stories-second-post-second {
        width: 60%;
        margin-top: 32px;
        padding: 0;
    }  
    
    .three-stories-wrapper .three-stories-second-post-second .post-image {
        flex-basis: 40%;
        margin-right: 32px;
        margin-bottom: 0;
    }  
    
    .three-stories-wrapper .three-stories-second-post-second .post-text {
        max-width: 25rem;
        padding: 1rem 0;
    }    

}

@media (min-width: 1200px) {

    .three-stories-wrapper .three-stories-second-post-first .post-text {
        margin-left: calc((100vw - 1120px - 32px)/2);
    }

    .three-stories-wrapper .three-stories-second-post-second > article {
        margin-right: calc((100vw - 1120px - 32px)/2);
    }

}

@media (min-width: 1568px) {

    .three-stories-wrapper .three-stories-second-post-first .post-text {
        margin-left: calc((1568px - (32px*2) - 1120px)/2);
    }

    .three-stories-wrapper .three-stories-second-post-second > article {
        margin-right: calc((1568px - (32px*2) - 1120px)/2);
    }    

}

/* Campaign monitor subscription */
.cm-section-subscription .cm-section-wrapper {
    position: relative;
}

.cm-section-subscription .cm-section-inner {
    padding: 6%;
    border-top: 0.75rem solid transparent;
    background: linear-gradient(#f3f4f6,#f3f4f6) padding-box,repeating-linear-gradient(-45deg,#cc5451 0,#cc5451 12.5%,#f3f4f6 0,#f3f4f6 25%,#145569 0,#145569 37.5%,#f3f4f6 0,#f3f4f6 50%) 0/6rem 6rem;
}

.cm-section-subscription.white-mode .cm-section-inner {
    background: linear-gradient(#FFFFFF,#FFFFFF) padding-box,repeating-linear-gradient(-45deg,#cc5451 0,#cc5451 12.5%,#FFFFFF 0,#FFFFFF 25%,#145569 0,#145569 37.5%,#FFFFFF 0,#FFFFFF 50%) 0/6rem 6rem;
}

.cm-section-subscription  .cm-section-subscription-content h5 {
    font-size: 1.25rem;
    line-height: 1.4;
}

.cm-section-subscription {
    --c:#145569;
    --t:2px;
    --h:16px;
    --w:120px;
    --p:4px;
}

.cm-section-subscription .cm-section-wrapper:before {
    content: '';
    display: none;
    width: 160px;
    height: 80px;
    position: absolute;
    top: 10%;
    right: 0;
    background: radial-gradient(farthest-side at 50% calc(100% + var(--p)),transparent 47%,var(--c) 50% calc(50% + var(--t)),transparent calc(52% + var(--t))),radial-gradient(farthest-side at 50% calc(0% - var(--p)),transparent 47%,var(--c) 50% calc(50% + var(--t)),transparent calc(52% + var(--t)));
    background-size: var(--w) var(--h);
    background-position: calc(var(--w)/2) calc(var(--h)/2),0px calc(var(--h)/2);
    z-index: 1;
}

.cm-section-subscription .cm-section-wrapper:after {
    content: '✈';
    width: 100px;
    height: 100px;
    display: none;
    background: radial-gradient(circle,transparent 0%,transparent 50%,#b93296 50% 52%,transparent 52% 69%,#b93296 69%);
    position: absolute;
    bottom: 30px;
    right: 24px;
    color: #b93296;
    font-size: 50px;
    transform: rotate(-40deg);
    font-weight: 400;
    border-radius: 99px;
    text-align: center;
    line-height: 100px;
    opacity: .75;
}

.cm-section-subscription form label {
    display: none;
}

.cm-section-subscription form label[for="cm-privacy-consent"] {
    display: inline-block;
}

.cm-section-subscription form input[name=cm-privacy-consent] {
    accent-color: #145569;
}

.cm-section-subscription form input[type=email], .cm-section-subscription form input[type=text], .cm-section-subscription form input[name=cm-name] {
    width: 100%;
    max-width: 100%;
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0.875rem 1rem;
    color: #000;
    font-size: .9375rem;
    line-height: 1.5;    
    padding-left: 0;
    padding-right: 0;
    outline: none;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,opacity .15s ease-in-out;
}

.cm-section-subscription form input[type=email]:focus, .cm-section-subscription form input[type=text]:focus, .cm-section-subscription form input[name=cm-name]:focus {
    border-color: #145569;
}

.cm-section-subscription .gform_legacy_markup_wrapper .top_label input.medium, .cm-section-subscription .gform_legacy_markup_wrapper .top_label select.medium {
    width: 100%;
}

.cm-section-subscription .gform_legacy_markup_wrapper label {
    margin-bottom: 0;
}

body .cm-section-subscription .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.cm-section-subscription .gform_confirmation_wrapper {
    width: 400px;
    max-width: 100%;
    min-height: 150px;    
}

@media (min-width: 992px) {

    .cm-section-subscription .cm-section-wrapper:before, .cm-section-subscription .cm-section-wrapper:after {
        display: block;
    }

    .cm-section-subscription  .cm-section-subscription-content {
        max-width: 680px;
        margin-right: 145px;        
    }    

    .cm-section-subscription  .cm-section-subscription-content h5 {
        font-size: 2rem;
        line-height: 1.4;
    }

}

.cm-sub-modal .modal-dialog {
    width: fit-content;
}

.cm-sub-modal .modal-content {
    border: none !important;
}

.cm-sub-modal .modal-header {
    margin: 0;
    padding: 0;
    min-height: 0;
}

.modal.cm-sub-modal .modal-body .close {
    position: absolute;
    top: 20px;
    z-index: 999;
    right: 12px;
    display: none;    
}

.modal.cm-sub-modal.in .modal-body .close {
    display: block;    
}

.cm-sub-modal .modal-body {
    padding: 0;
}

.cm-sub-modal .main-section {
    margin: 0;
    width: auto;
}

.cm-sub-btn-container {
    width: 120px;
    height: 120px;
    margin: 0 auto 0;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99999;
}
  
.cm-pulse-btn {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    display: block;
    border: 6px #c3dfbe solid !important;
    width: 100px;
    height: 100px;
    line-height: 102px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    text-align: center;
    line-height: 102px;
    letter-spacing: -1px;
    color: #FFFFFF !important;
    border: none;
    border-radius: 50%;
    background: #50c364;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(80 195 100 / 50%);
    animation: cm-pulse-btn 1.5s infinite;
}

.cm-pulse-btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    right: 0;
    bottom: 0;
}

.cm-pulse-btn:hover {
    animation: none;
    color: #FFFFFF !important;
}
  
@keyframes cm-pulse-btn {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(0.96);
        -ms-transform: scale(0.96);
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
        box-shadow: 0 0 0 20px rgba(80, 195, 100, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(80, 195, 100, 0);
    }
}
  



/* Elevate issue */

.col-elevate-sticky {
    top: 60px;
}

.col-elevate-sticky .elevate-bg {
    height: calc(100vh - 60px);    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.col-elevate-sticky .elevate-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;    
    min-height: 200px;
    width: 100%;
    padding: 15px 35px 15px 35px;
    background: rgba(1,16,28,.93);
}

.col-elevate-sticky .elevate-info h1 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;    
}

.col-elevate-sticky .elevate-link, .col-elevate-sticky .elevate-link:link, .col-elevate-sticky .elevate-link:active, .col-elevate-sticky .elevate-link:visited {
    color: #FFFFFF;
}

.col-elevate-sticky .elevate-link:hover {
    color: #b93296;
}

.col-elevate-sticky ul.list-post-info {
    border-top: 1px solid #fff;
    border-color: rgba(255,255,255,.3);
}

.col-elevate-sticky ul.list-post-info li {
    display: inline-block;
}

.col-elevate-sticky ul.list-post-info:last-child {
    padding-top: 10px;
    text-align: right !important;
}

.col-elevate-sticky ul.list-social li a {
    border-radius: 38px;
    width: 38px;
    height: 38px;
    background-size: auto 100%;
    opacity: .4;
}

.col-elevate-sticky ul.list-social li a.icon-fa-wrapper {
    background-color: #fff;
    position: relative;
}

.col-elevate-sticky ul.list-social li a.icon-fa-wrapper:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    font-size: 21px;
    line-height: 38px;
    position: absolute;
    left: 30px;
    top: 0;
    color: #071920;
}

.col-elevate-sticky ul.list-social li a.icon-fa-wrapper.icon-fa-twitter {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 100%;
    display: block;
    height: 23px;
    opacity: 0.4;
    position: relative;
    width: 23px;
    background-image: url(../assets/images/icons/svg/TwitterXIconTransparent.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 171% !important;    
}

.col-elevate-sticky ul.list-social li a.icon-fa-wrapper.icon-fa-twitter:before {
    display: none;
}

.col-elevate-sticky .elevate-bg .img-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.col-elevate-sticky .elevate-bg .img-wrapper-inner {
    position: relative;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.col-elevate-sticky .elevate-bg .img-wrapper-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.col-elevate-sticky .elevate-bg .img-wrapper-inner>img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    opacity: 1;    
}

.page-template-elevate_issue .bg-black-green {
    background: #003c50;
}

.col-elevate-sticky .elevate-info {
    background-color: #021c23;
}

/* --- Vimeo embed --- */
.page-template-elevate_issue .embed-container {
    margin: 40px 0;
}
  
/* --- Captions --- */  
.page-template-elevate_issue .wp-caption {
    background: none repeat scroll 0 0 #f3f4f6;
    border-bottom: #46c3d7 3px solid;
  }
  
.page-template-elevate_issue .wp-caption.alignnone, .wp-caption.aligncenter {
    margin: 20px 0 40px 0;
}
  
.page-template-elevate_issue .wp-caption p.wp-caption-text {
    margin: 20px 5px 10px 5px;
    padding: 0;
    text-align: center;
    color: #145569 !important;
}
  

  
/* ---  blockquote --- */  
.page-template-elevate_issue blockquote p {
    font-size: 26px !important;
    line-height: 32px !important;
    color: #145569;
  }
  
  .page-template-elevate_issue blockquote {
  font-size: inherit; 
  margin: 30px 0;
  font-style: italic !important;
  color: #071920;
  padding: 1.2em 30px 1.2em 75px !important;
  border-left: 8px solid #46c3d7 ;
  line-height: 1.6;
  position: relative;
  background-color: #f3f4f6;
}

.page-template-elevate_issue blockquote::before {
  font-family:'Roboto', Arial, sans-serif;
  content: "\201C";
  color:#46c3d7;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.chev-container {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    text-align: center;
    height: 50px;
}

.down-chev {
    position: absolute;
    margin-left: -30px;    
}

.down-chev .icon {
    position: relative;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 10px;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    box-shadow: inset 0 0 0 0 rgb(255 255 255);
    transform: scale(1);
    animation: pulse 2s infinite;
}

.down-chev .icon:before {
    font-size: 31px;
    position: absolute;
    top: 0px;
    left: -1px;
    right: -1px;
    bottom: 0px;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@media (min-width: 768px) {
    .col-elevate-sticky .elevate-info {
        min-height: 250px;
        padding: 15px 35px 80px;;
    }
}

@media (min-width: 1180px) {    

    .col-elevate-sticky {
        position: sticky;        
        top: 0;
    }    

    .col-elevate-sticky .elevate-bg {
        height: 100vh;
    }    

    .col-elevate-sticky .elevate-info h1 {
        color: #FFFFFF;
        font-size: 46px;
        line-height: 58px;
        font-weight: 300;    
    }    

    .col-elevate-sticky ul.list-social li a {
        border-radius: 23px;
        width: 23px;
        height: 23px;
    }

    .col-elevate-sticky ul.list-social li a.icon-fa-wrapper:before {
        font-size: 13px;
        line-height: 23px;
        left: 18px;
    }

}

/* Image cycle widget */

.col-cycle-image-sticky {
    position: sticky;
    top: 110px;
}

.col-cycle-image-sticky .image-cycle-images {
    height: 100vh;
}

.image-cycle-image {
    visibility: hidden;
    position: absolute;
}

.image-cycle-image img {
    max-height: 70vh;
    max-width: 85%;
}

.image-cycle-image.is-shown {
	visibility: visible;
}

.image-cycle-image.fade-in {
	visibility: visible;

	-webkit-animation: 2s fade-in;
	-moz-animation: 2s fade-in;
	-o-animation: 2s fade-in;
	-ms-animation: 2s fade-in;
	animation: 2s fade-in;	
}

/* Text cycle widget */
.video-cycle .text-item.fade-in {
    display: none;

    -webkit-animation: 2s fadein;
	-moz-animation: 2s fadein;
	-o-animation: 2s fadein;
	-ms-animation: 2s fadein;
	animation: 2s fadein;	
}

.video-cycle .text-item.is-shown {
    display: inline-block;
}

/* Video widget flight stats */
.module-stats-video-wdgt {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.module-stats-video-wdgt .stats-widget {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(7, 25, 32, 0.8);
    border-top: 10px solid #145569;
    padding: 30px 70px 20px 70px;
}

@media (min-width: 620px) {
    .module-stats.module-stats-video-wdgt .col-sm-4 {
        width: 33.33333333% !important;
    }
}

.module-stats-video-wdgt .stats-widget .stats-figure {
    font-size: 32px;
    font-weight: 400;
}

.module-stats-video-wdgt .stats-widget .yesterday-value.stats-figure {
    font-size: 40px;
    margin: 10px;
}

.module-stats-video-wdgt .stats-widget figure div.departed, .module-stats-video-wdgt .stats-widget figure div.landed, .module-stats-video-wdgt .stats-widget figure div.airborne {
    width: 65px;
    height: 28px;
    background-position: center;
    background-size: 46px;
}

.module-stats-video-wdgt .stats-widget .text-desc {
    min-height: auto;
}

.module-stats-video-wdgt .colon {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 100%;
    padding: 0 10px;    
}

.module-stats-video-wdgt .in-our-airspace {
    color: #FFFFFF;
    font-size: 17px;
}

.module-stats-video-wdgt .today {
    color: #FFFFFF;
    font-size: 42px;
}

.module-stats-video-wdgt .border-right {
    border-right: 1px solid #FFFFFF;
}


.module-stats-video-wdgt .plane-icon {
    width: 100%;
    height: 83px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 68px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoxLjJweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlBsYW5lRnJvbUFib3ZlX3doaXRlVjM8L3RpdGxlPjxnIGlkPSJMYXllcl83IiBkYXRhLW5hbWU9IkxheWVyIDciPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5LjE4LDE3LjQ3bDEuNzUsNC4yLTIuMDYtLjEzLTMuMzMtMy44NGE4Ni4zOCw4Ni4zOCwwLDAsMS04LjY5LjVsNS40NiwxMi4wNy0zLjQ3LS41OEwxMSwxOC44OUM2LjE5LDE4LjgzLDEuMzcsMTcuNzksMS4zOCwxNlM2LjE5LDEyLjY3LDExLDEyLjY5TDE5LDIuNTUsMjIuNTIsMiwxNi44OCwxNGE4Ni41NCw4Ni41NCwwLDAsMSw4LjY4LjYybDMuMzgtMy43OSwyLS4xLTEuNzUsMy43MSIvPjwvZz48L3N2Zz4=);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);    
}

/* Animated modal buttons */
.nats-modal-button-a, .nats-modal-button-a:link, .nats-modal-button-a:visited, .nats-modal-button-a:hover, .nats-modal-button-a:focus {
    display: inline;
    text-decoration: none;
    border: none !important;
}

.nats-modal-button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    /*padding: 6px 10px 5px;*/
    padding: 4px 10px 3px;
    outline-width: 2px;
    border-radius: 3px;
    transition: all .15s ease-out;
    box-shadow: 0 0 #000000;
}

.nats-modal-button:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #000;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OycgeG1sOnNwYWNlPSdwcmVzZXJ2ZScgZmlsbD0nI2ZmZmZmZic+PHBhdGggZD0nTTkuMDQsMTEuODZjMCwwLjU1LTAuNDUsMS0xLDFsMCwwYy0wLjU1LDAtMS0wLjQ1LTEtMXYtOGMwLTAuNTUsMC40NS0xLDEtMWwwLDBjMC41NSwwLDEsMC40NSwxLDFWMTEuODZ6Jy8+PHBhdGggZD0nTTQuMDQsOC44NmMtMC41NSwwLTEtMC40NS0xLTFsMCwwYzAtMC41NSwwLjQ1LTEsMS0xaDhjMC41NSwwLDEsMC40NSwxLDFsMCwwYzAsMC41NS0wLjQ1LDEtMSwxSDQuMDR6Jy8+PC9zdmc+);
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    position: absolute;
    z-index: 9;
    top: -9px;
    right: -9px;
    margin: 0;
    transition: all .1s ease-out;
}

.nats-modal-button.visited:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OycgeG1sOnNwYWNlPSdwcmVzZXJ2ZScgZmlsbD0nI2ZmZmZmZic+PHBhdGggZD0nTTcsMTJjLTAuMzMsMC0wLjY1LTAuMTctMC44My0wLjQ1bC0yLTNDMy44Niw4LjEsMy45OSw3LjQ3LDQuNDUsNy4xN0M0LjksNi44Niw1LjUzLDYuOTksNS44Myw3LjQ1TDcsOS4ybDMuMTctNC43NSBjMC4zLTAuNDYsMC45My0wLjU5LDEuMzktMC4yOGMwLjQ2LDAuMzEsMC41OCwwLjkzLDAuMjgsMS4zOWwtNCw2QzcuNjUsMTEuODMsNy4zMywxMiw3LDEyeicvPjwvc3ZnPg==);
}

.nmv-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;    
    border-radius: 3px;
}

.nmv-container video {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto !important;
    height: auto !important;  
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.5);    
}

.nmv-content {
    z-index: 1;
    position: relative; 
}

.nats-modal-button-iframe {
    z-index: 9999999;
}

.modal.no-chrome.nats-modal-button-iframe .modal-body iframe, .modal.no-chrome.nats-modal-button-iframe .modal-body .modal-img {
    position: relative;
    display: block;
    background: transparent;
    border: none;
    height: 100vh;
    width: 100vw;
    max-width: 1000px;
    margin: auto;
    z-index: 3;
}

.modal.no-chrome.nats-modal-button-iframe .modal-body .modal-img {
    display: flex;
    align-items: center;
}

.modal.no-chrome.nats-modal-button-iframe .modal-body .modal-img img {
    max-width: 100%;
    height: auto;    
}

.modal.no-chrome.nats-modal-button-iframe .modal-content {
    background-color: #0003;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Flip cards */
.flip-card {
    perspective: 1000px;
}

.flip-card.flip-click {
    cursor: pointer;
}

.flip-card.flip-click:hover {
    opacity: 0.8;
}

.flip-card h3 {
    margin: 10px 15px;
}

.flip-card .flip-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFFFFF;
    z-index: 2;
    background-color: #50C364;
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;    
}

.flip-card .flip-card-back .flip-icon {
    color: #FFFFFF;
    background-color: #46c3d7; 
    right: auto;
    left: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card.flip-hover:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card.flip-flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
    z-index: 3;
}

.flip-card-height-back {
    overflow-x: auto;
}

.flip-card.flip-click .box-bg::before {
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}

/* Flight stats modal */
.modal.no-chrome .modal-body div.fs-modal-content {
    position: relative;
    display: block;
    background: #071920;
    border: none;
    height: calc(100vh - 40px);
    width: 100vw;
    z-index: 3;
    max-width: 100%;
}

.module-stats-video-wdgt .stats-widget {
    position: relative;
}

.fs-modal-init {
    position: absolute;
    right: 0;
    top: 0;
}

.fs-modal-init i {
    color: #FFFFFF;
    background-color: #2aacc0;
    line-height: 32px;
    width: 32px;
    text-align: center;
}

.fs-modal-init:hover i, .fs-modal-init:focus i {
    background-color: #46c3d7; 
}

.fs-tooltip {
    font-size: 16px;
}

.fs-tooltip .tooltip-inner {
    background-color: #46c3d7;
}

.fs-tooltip.top .tooltip-arrow {
    border-top-color: #46c3d7;
  }

@media (max-width: 767px) {
    .incident-title-col {
        display: none;
    }

    .incident-bar-col-right .band-widget-content {
        text-align: center;
    }
}


hr.button-divider {
    margin-bottom: 2rem;
    margin-top: 1rem;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);    
}

ul.utilButtons {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.decisionButtons li .button-wrapper a, ul.utilButtons li .button-wrapper a {
    text-transform: none !important;
    text-decoration: none;
    font-size: 16px !important;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #145569;
    background: transparent;
    border: 1px solid #145569;
    height: 36px;
    padding: 0px 24px;
    font-size: 12px;
    border-radius: 32px;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, width 0.2s ease 0s, height 0.2s ease 0s, padding 0.2s ease 0s, margin 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    user-select: none;
}

ul.utilButtons li .button-wrapper a .button-style {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


ul.utilButtons li {
    display: inline;
    margin: 0 10px 0 0 !important;
    padding: 0 0 10px 0;
    line-height: 25px;
    font-weight: 400;
    font-size: 18px;
}

/* FAQs catalogue widget */
.faqs-catalogue-row .catalogue-item-hover, .faqs-catalogue-row .catalogue-item-hover:visited {
    color: #071920;
}

.faqs-catalogue-row .catalogue-item {
    border: none;
    border-radius: 10px;
    padding: 20px 30px;
    background-color: #FFFFFF;
}

.faqs-catalogue-row .catalogue-item-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
    border-bottom: none;    
}

.faqs-catalogue-row .catalogue-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -20px;
}

.faqs-catalogue-row .catalogue-item-hover:hover .catalogue-item {
    background-color: #145569;
}

.faqs-catalogue-row .catalogue-item:hover:after {
    border-top-color: #145569;
}

.faqs-catalogue-row .catalogue-item-hover:hover {
    color: #FFFFFF;
}

.band_slider_container a.pc-type {
    position: absolute;
    display: inline-block;
    text-transform: none;
    background: #CCCCCC;
    padding: 2px 5px;
    border-radius: 5px;
    color: #FFFFFF !important;
    z-index: 1;
    line-height: 20px;
    font-size: 12px;
    top: 12px;
    left: 12px;
}

.band_slider_container a.pc-type.pc-type-news {
    background-color: #46c3d7;
}
.band_slider_container a.pc-type.pc-type-blog {
    background-color: #50c364;
}
.band_slider_container a.pc-type.pc-type-stories {
    background-color: #2392a4;
}
.band_slider_container a.pc-type.pc-type-altitude {
    background-color: #e66f09;
}
.band_slider_container a.pc-type.pc-type-elevate {
    background-color: #b93296;
}
.band_slider_container a.pc-type.pc-type-products {
    background-color: #145569;
}
.band_slider_container a.pc-type.pc-type-services {
    background-color: #96a4b1;
}

.band_slider_container a.pc-type.pc-type-news:hover {
    background-color: #28a7bb;
}
.band_slider_container a.pc-type.pc-type-blog:hover {
    background-color: #38a34a;
}
.band_slider_container a.pc-type.pc-type-stories:hover {
    background-color: #145569;
}
.band_slider_container a.pc-type.pc-type-altitude:hover {
    background-color: #b85808;
}
.band_slider_container a.pc-type.pc-type-elevate:hover {
    background-color: #942877;
}
.band_slider_container a.pc-type.pc-type-products:hover {
    background-color: #071920;
}
.band_slider_container a.pc-type.pc-type-services:hover {
    background-color: #7d8b98;
}

.mega .band_slider_container h3 {
    font-size: 15px;
    line-height: 20px !important;
    padding: 10px 20px;
    text-align: center;
    color: #145569;
    margin-top: 0 !important;
    height: 70px;
}

.mega .band_slider_container .role-box-slider-bg {
	background-color: #f3f4f6;
    min-height: 85px;
    border-radius: 0 0 10px 10px;
}

.mega .role-box-img {
    box-shadow:none;
}

.mega .btn-green {
    padding: 10px !important;
}


/* Content parallax widget */
.content-parallax-wgt .parallax-section {
    position: relative;
    /*background-color: white;*/
}

.content-parallax-wgt .scroll-container {
    display: none;
}

.content-parallax-wgt .scroll-panel {
    position: relative;
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    /*background-color: white; */
}

.content-parallax-wgt h2 {
    font-weight: 400;
    font-size: 44px;
    line-height: 55px; 
    color: #071920;     
    margin: 0 0 30px 0;
}

.content-parallax-wgt h3 {
    font-weight: 400;        
    font-size: 22px;
    line-height: 26px;  
    margin: 0 0 10px 0;
    color: #145569;        
}

.content-parallax-inner { 
    width: 100%;
    /*z-index: 0;*/   
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;   
}


.content-parallax-wgt .left {
    display: none;
}

.content-parallax-wgt .left .img { 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity 0.4s ease; 
    opacity: 1; 
}
    
.content-parallax-wgt .right {
    box-sizing: border-box;
    width: 100%;
    padding: 50px 50px 0 50px;      
}

@media (min-width: 1200px) {
    .content-parallax-wgt .right {
        padding: 50px 0 0 50px;      
    }

    .content-parallax-wgt.reversed .right {
        padding: 50px 50px 0 0;      
    }    
}

.content-parallax-wgt .block { 
    margin: 0 0 20px 0; 
    font-size: 16px;
    line-height: 22px;    
    color: #071920;          
    transition: opacity 0.4s ease; 
}

.content-parallax-wgt .block .band-widget-content p {
    font-size: 16px;
    line-height: 22px;           
    margin: 0px 0px 10px 0px;        
}

.content-parallax-wgt .block-img {
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;        
}

.panel-grid {
    position: relative;
    /*z-index: 3;*/
}

@media (min-width: 1200px) {
    .content-parallax-wgt.reversed .content-parallax-inner {
        flex-direction: row-reverse;
    }

    .content-parallax-wgt .left {
        width: 40%;
        display: flex;
        background: #111;
        box-sizing: border-box;
        position: relative;
    }

    .content-parallax-wgt .right {
        width: 60%;     
    }   
    
    .content-parallax-wgt .block { 
        position: relative;
        margin: 0 0 20px 0; 
        /*opacity: 0.3; */
        font-size: 18px;
        line-height: 24px;    
        color: #071920;
        padding: 10px 0 5px 40px;
    } 

    .content-parallax-wgt.reversed .block { 
        padding: 10px 40px 5px 0;
    }     
    
	 .content-parallax-wgt .block:before {
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        background-color: #145569;
        position: absolute;
        left: 0;
        top: 0;
    }     

    .content-parallax-wgt.reversed .block:before {
        left: auto;
        right: 0;
    }

    .content-parallax-wgt .block .block-progress {
        display: none;
    }

    .content-parallax-wgt .block.active { opacity: 1; }

    .content-parallax-wgt .block-img {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1669px) {

    .content-parallax-wgt .block {
        cursor: pointer;
    }

    .content-parallax-wgt .block:hover { opacity: 1; }

}

@media (min-width: 1200px) {

    .content-parallax-wgt:not(.is-parallax) .block {
        cursor: pointer;
    }

    .content-parallax-wgt:not(.is-parallax) .block:hover { opacity: 1; }

}

@media (min-width: 1200px) and (max-height:959px) {
   
    .content-parallax-wgt .block {
        cursor: pointer;
    }

    .content-parallax-wgt .block:hover { opacity: 1; }

}

@media (min-width:1670px) and (min-height:900px) {

	.content-parallax-wgt.is-parallax .block:before {
        background-color: rgba(20, 85, 105, 0.5);
    }

	.content-parallax-wgt.is-parallax .block .block-progress {
        display: block;
        width: 3px;
        height: 0%;
        position: absolute;
        left: 0;
        top: 0;        
		background-color: #145569;
	}          

    .content-parallax-wgt.is-parallax .scroll-container {
        display: flex;
        position: sticky;
        top: 0;
        height: 100vh;
        /*background-color: white;*/
    }

    .content-parallax-wgt.is-parallax .content-parallax-inner { 
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: calc(100vh - 60px);     
     }   
     
    .content-parallax-wgt.is-parallax .content-parallax-inner.fixed {
        position: fixed !important;
        top: 60px !important; 
        width: calc(100% - 30px);
    }         

}

.content-parallax-wgt a.more-link {
    display: inline-block;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 10%);
    padding: 5px 15px;
    border-radius: 30px;
    margin: 10px 10px 10px 4px;
    display: inline-block;
    background-color: #071920;
    border: none;
    font-size: 14px; 
    line-height: 18px;
    color: #FFFFFF;   
}

.content-parallax-wgt a.more-link::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 20px;
}

.content-parallax-wgt a.more-link, .content-parallax-wgt a.more-link:link, .content-parallax-wgt a.more-link:visited {
    border-bottom: none;
}

.content-parallax-wgt a.more-link:focus, .content-parallax-wgt a.more-link:hover {
    background-color: #50c364 !important;
    color: #FFFFFF;
    border-bottom: none;
}

/* Video Scale Parallax Widget */
.video-scale-parallax-wgt .video-scale-parallax-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;  
    overflow: hidden; 
}

.video-scale-parallax-wgt .video-scale-parallax-background {
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    scale: 0.8; /* Starting size */
    z-index: 2;    
}

.video-scale-parallax-wgt .video-scale-parallax-video-container {
    width: 100%;
    max-width: 177.78vh; /* Maintain max width for 16:9 ratio relative to viewport height */
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) */
    border-radius: 10px;
}

.video-scale-parallax-wgt .video-scale-parallax-video-container video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 3;
    border-radius: 10px;
}

.video-scale-parallax-wgt .video-scale-parallax-video-container iframe {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 2;
    border-radius: 10px;
}

.video-scale-parallax-wgt .corner-image {
    display: none;
    position: absolute;
    width: 260px;
    height: auto;
    object-fit: cover;
    z-index: 1;
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 10px;
}

.video-scale-parallax-wgt .top-left {
    top: 10%;
    left: 5%;
}

.video-scale-parallax-wgt .top-right {
    top: 5%;
    right: 5%;
}

.video-scale-parallax-wgt .bottom-left {
    bottom: 10%;
    left: 5%;
}

.video-scale-parallax-wgt .bottom-right {
    bottom: 5%;
    right: 5%;
}

.video-scale-parallax-wgt .video-scale-play-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #071920 !important;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    scale: 125%;
}

.video-scale-parallax-wgt .video-scale-play-button:hover {
    background-color: #50c364 !important;
}

.video-scale-parallax-wgt .video-scale-play-button.hide {
    display: none !important;
}
    
@media (min-width: 1180px) {

    .video-scale-parallax-wgt.p-t-50 {
        padding-top: 0 !important;
    }

    .video-scale-parallax-wgt.p-b-50 {
        padding-bottom: 0 !important;
    }

    .video-scale-parallax-wgt .video-scale-parallax-wrapper {
        height: calc(100vh - 60px);  
    }

    .video-scale-parallax-wgt .video-scale-parallax-wrapper.has-fixed-menu {
        height: calc(100vh - 203px);  
    }    

    .video-scale-parallax-wgt .video-scale-parallax-background {
        position: sticky;
        top: 0;
        height: calc(100vh - 60px);  
        scale: 0.3; /* Starting size */
    }

    .video-scale-parallax-wgt .video-scale-parallax-wrapper.has-fixed-menu .video-scale-parallax-background {
        height: calc(100vh - 203px);  
    }        

    .video-scale-parallax-wgt .video-scale-parallax-video-container {
        width: 100%;
        position: relative;
        padding-top: 0; /* 16:9 Aspect Ratio (9/16 = 0.5625) */
    }        

    .video-scale-parallax-wgt .video-scale-parallax-video-container video {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    } 
    
    .video-scale-parallax-wgt h2.wdgt-h2 {
        position: absolute;
        width: auto;
        height: auto;
        z-index: 1;
        transition: transform 0.3s ease, opacity 0.3s ease;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 90px;        
    }

    .video-scale-parallax-wgt .corner-image {
        display: block;
    }

    .video-scale-parallax-wgt .video-scale-play-button {
        display: none; 
        opacity: 0;
    }       

    .video-scale-parallax-wgt .video-scale-play-button.show {
        display: block;
        opacity: 1;
    }         
}

@media (max-width: 1179px) {
    .video-scale-parallax-wgt .video-scale-parallax-background {
        transform: none !important;
        scale: 0.8 !important; /* Starting size */
    }
}

#cmplz-manage-consent .cmplz-manage-consent {
    z-index: 1000 !important;
}

@media (max-width: 767px) {
    #cmplz-manage-consent .cmplz-manage-consent {
        transform: translateY(50%) rotate(90deg);
        transform-origin: left bottom;
        left: 0 !important;
        bottom: 200px !important;
    }
}

/* Stories carousel widget */
.stories-carousel-wgt .band_slider_container.type-post .slider-box-mh {
    border-top: 6px solid #46c3d7 !important;
}

.stories-carousel-wgt .band_slider_container .slider-boxes-btn {
    background-color: #f3f4f8 !important;
    color: #145569 !important;
    border: none !important;
    margin: 10px 10px 10px 4px;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 10%);
}

.stories-carousel-wgt .band_slider_container .slider-boxes-btn:hover {
    box-shadow: none;
}

/*
.stories-carousel-wgt .band_slider_container.type-post .slider-boxes-btn {
    background-color: #46c3d7 !important;
}

.stories-carousel-wgt .band_slider_container.type-c-elevate .slider-box-mh {
    border-top: 6px solid #b93296 !important;
}

.stories-carousel-wgt .band_slider_container.type-c-elevate .slider-boxes-btn {
    background-color: #b93296 !important;
}

.stories-carousel-wgt .band_slider_container.type-c-altitude .slider-box-mh {
    border-top: 6px solid #e66f09 !important;
}

.stories-carousel-wgt .band_slider_container.type-c-altitude .slider-boxes-btn {
    background-color: #e66f09 !important;
}

.stories-carousel-wgt .band_slider_container.type-stories .slider-box-mh {
    border-top: 6px solid #1390a4 !important;
}

.stories-carousel-wgt .band_slider_container.type-stories .slider-boxes-btn {
    background-color: #1390a4 !important;
}

.stories-carousel-wgt .band_slider_container.type-media .slider-box-mh {
    border-top: 6px solid #145569 !important;
}

.stories-carousel-wgt .band_slider_container.type-media .slider-boxes-btn {
    background-color: #145569 !important;

*/

.stories-carousel-wgt .owl-carousel .owl-stage {
    padding: 10px 0;
}

.stories-carousel-wgt .band_slider_container .slider-boxes-btn {
    right: 16px;
    padding: 5px 20px;
    border-radius: 30px;
    left: auto;
}

/* Bootstrap 5-style display utilities for Bootstrap 3 */

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* Optional responsive versions (like Bootstrap 5) */

@media (min-width: 768px) {
  .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-flex { display: flex !important; }
  .d-sm-inline-flex { display: inline-flex !important; }
}

@media (min-width: 1180px) {
  .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-flex { display: flex !important; }
  .d-md-inline-flex { display: inline-flex !important; }
}

@media (min-width: 1200px) {
  .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-flex { display: flex !important; }
  .d-lg-inline-flex { display: inline-flex !important; }
}

@media (min-width: 1200px) {
  .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-flex { display: flex !important; }
  .d-xl-inline-flex { display: inline-flex !important; }
}

/* -------------------------------------------------
   Bootstrap 5-style container system with -fb prefix
   ------------------------------------------------- */

/* Base container (applies to all sizes) */
.container-fb,
.container-fb-sm,
.container-fb-md,
.container-fb-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1179px) {
    .container-fb {
        padding-right: 30px;
        padding-left: 30px;        
    }
}



/* Fluid container — always full width */
.container-fb-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

/* 2025 widgets */
.flex-column-start {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-column-end {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.mh-100 {
    min-height: 100%;
}

.btn-row { 
    display: flex;
    flex-direction: column;
    align-items: center;     
    gap: 10px; /* space between buttons */
    width: 100%;
}

.btn-row .btn {
    width: 100%;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.gap-150 {
    gap: 150px;
}

@media (min-width: 1180px) {
    .gap-md-150 {
        gap: 150px;
    }
}

/* Mobile: stack buttons */
@media (min-width: 768px) { /* Bootstrap 3 mobile breakpoint */
  .btn-row {
    width: auto;
    flex-direction: row;
  }

  .btn-row .btn {
    max-width: 500px;
    width: auto;
  }
}

.img-radius {
    border-radius: 10px;
}

/* Box */
.wdgt .box {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}

.wdgt h3 {
    font-family: 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;    
}

@media (min-width: 1180px) {

    .wdgt h3 {
        font-size: 32px;
    }

}

/* Box images */
.wdgt .box .img-container {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateZ(0);
}

.wdgt .box .img-container .feat-img-overlay, .wdgt .box .img-container-11 .feat-img-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #071920;
    transition: opacity 0.35s ease;
    pointer-events: none; /* prevents blocking click on image */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    border: 1px solid transparent;
    will-change: transform;    
}

.wdgt .box .img-container .feat-img-text, .wdgt .box .img-container-11 .feat-img-text {
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    transition: opacity 0.35s ease;
    pointer-events: none; /* prevents blocking click on image */
}

.wdgt a:hover .box .img-container .feat-img-overlay, .wdgt a:hover .box .img-container-11 .feat-img-overlay {
    opacity: 0.3;
}

.wdgt a:hover .box .img-container .feat-img-text, .wdgt a:hover .box .img-container-11 .feat-img-text {
    opacity: 1;
}

.wdgt .box .img-container img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;    
}

.wdgt .box .img-container-11 img, .wdgt .box .img-container-43 img {
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform; 
}    

.wdgt a:hover .box .img-container img, .wdgt a:hover .box .img-container-11 img, .wdgt a:hover .box .img-container-43 img {
   transform: scale(1.1);   
}

.wdgt .box .img-container .image-top-right {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-bottom-left-radius: 10px;
}

.wdgt .box .img-container .image-top-right .corner-top-left {
    position: relative;
    left: -25px;
    top: 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    transform: rotate(90deg);       
}

.wdgt .box .img-container .image-top-right .corner-bottom-right {
    position: relative;
    right: -25px;
    bottom: -25px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    transform: rotate(90deg);       
}

.wdgt .box .img-container .image-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-top-right-radius: 10px;
}

.wdgt .box .img-container .image-bottom-left .corner-top-left {
    position: relative;
    left: 0;
    top: -25px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    transform: rotate(-90deg);     
}

.wdgt .box .img-container .image-bottom-left .corner-bottom-right {
    position: relative;
    right: -50px;
    bottom: 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    transform: rotate(-90deg);    
}

.wdgt ul.list_breadcrumb li, .wdgt ul.list_breadcrumb li a, .wdgt ul.list_breadcrumb li:after {
    color: rgba(7,25,32, 0.6);
}

.wdgt ul.list_breadcrumb li.last {
    color: #071920;
}

.wdgt ul.list_breadcrumb li:hover a {
    color: #46C3D7;
}

.wdgt .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 55px;   
}

@media (min-width: 1180px) {
    .wdgt .icon {
        width: 95px;
        height: 95px;  
        line-height: 95px;
        font-size: 85px;             
    }
}

.wdgt .btn {
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: normal;
    padding: 10px 22px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #071920;
    align-items: center;
}

.wdgt .btn.btn-primary {
    background-color: #071920;
    border: 1px solid #071920;
    color: #FFFFFF;
}

.wdgt .btn.btn-primary-alt {
    background-color: #46C3D7;
    border: 1px solid #46C3D7;
    color: #071920;
}

.wdgt .btn.btn-primary-inverted {
    background-color: #145569;
    border: 1px solid #145569;
    color: #FFFFFF;
}

.wdgt .btn.btn-outline {
    background-color: transparent;
    border: 1px solid #071920;
    color: #071920;
}

.wdgt .btn:hover {
    background-color: #145569;
    border: 1px solid #145569;
    color: #FFFFFF;
}

.wdgt .btn.btn-primary-inverted:hover {
    background-color: #071920;
    border: 1px solid #071920;
    color: #FFFFFF;
}

.wdgt .btn.btn-icon {
    padding: 10px 15px;    
}

.wdgt .btn.btn-icon span {
    width: 16px;   
}

.text-thin {
    font-weight: 300;
}

@media (max-width: 767px) {
    .xs-np {
        margin: 0 -15px;
    }
}

.mw-350 {
    max-width: 350px;
}

.mw-450 {
    max-width: 450px;
}

@media (min-width: 768px) {
    .mw-sm-450{
        max-width: 450px;
    }
}

.mw-500 {
    max-width: 500px;
}

@media (min-width: 768px) {
    .mw-sm-500{
        max-width: 500px;
    }
}

@media (min-width: 1180px) {
    .mw-md-500{
        max-width: 500px;
    }
}

.mw-600 {
    max-width: 600px;
}

@media (min-width: 1180px) {
    .mw-md-600 {
        max-width: 600px;
    }
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-73 {
    margin-top: 73px;
}

.m-b-73 {
    margin-bottom: 73px;
}

@media (min-width: 1180px) {
    .m-t-md-100 {
        margin-top: 100px;
    }

    .m-b-md-100 {
        margin-bottom: 100px;
    }    
}

.m-t-118 {
    margin-top: 118px;
}

.m-b-118 {
    margin-bottom: 118px;
}

.m-t-142 {
    margin-top: 142px;
}

.m-b-142 {
    margin-bottom: 142px;
}

.m-t-150 {
    margin-top: 150px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-t-180 {
    margin-top: 180px;
}

.m-b-180 {
    margin-bottom: 180px;
}

.m-t-300 {
    margin-top: 300px;
}

.m-b-300 {
    margin-bottom: 300px;
}

@media (min-width: 768px) {
    .m-t-sm-300 {
        margin-top: 300px;
    }

    .m-b-sm-300 {
        margin-bottom: 300px;
    }
}

@media (min-width: 1180px) {
    .m-t-md-180 {
        margin-top: 180px;
    }

    .m-b-md-180 {
        margin-bottom: 180px;
    }
}

@media (min-width: 1180px) {
    .m-t-md-150 {
        margin-top: 150px;
    }

    .m-b-md-150 {
        margin-bottom: 150px;
    }
}

@media (min-width: 1180px) {
    .m-t-md-142 {
        margin-top: 142px;
    }

    .m-b-md-142 {
        margin-bottom: 142px;
    }
}

@media (min-width: 768px) {
    .m-t-sm-118 {
        margin-top: 118px;
    }

    .m-b-sm-118 {
        margin-bottom: 118px;
    }
}

@media (min-width: 1180px) {
    .m-t-md-118 {
        margin-top: 118px;
    }

    .m-b-md-118 {
        margin-bottom: 118px;
    }
}

@media (min-width: 768px) {
    .m-t-sm-73 {
        margin-top: 73px;
    }

    .m-b-sm-73 {
        margin-bottom: 73px;
    }    
}

@media (min-width: 1180px) {
    .m-t-md-73 {
        margin-top: 73px;
    }

    .m-b-md-73 {
        margin-bottom: 73px;
    } 

}

@media (min-width: 768px) {
    .m-t-sm-60 {
        margin-top: 60px;
    }

    .m-b-sm-60 {
        margin-bottom: 60px;
    }    
}

@media (min-width: 1180px) {
    .m-t-md-60 {
        margin-top: 60px;
    }

    .m-b-md-60 {
        margin-bottom: 60px;
    } 

}

.wdgt-title {
    font-size:48px;
    line-height: normal;
}

.wdgt-title-smaller {
    font-size: 28px;
    font-style: normal;
    line-height: 40px;
}

.wdgt-header .wdgt-title {
    margin: 0;
}

.wdgt-header .main-section {
    z-index: 5;
}

.wdgt-header.style1 .wdgt-title {
    font-size: 56px;
}

.wdgt .band-widget-content, .wdgt .band-widget-content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.2px;    
}

@media (min-width: 1180px) {

    .wdgt-title {
        font-size:56px;
    }

    .wdgt-title-smaller {
        font-size: 40px;
        font-style: normal;
        line-height: 47px;
        margin-bottom: 15px;        
    }    

    .wdgt-header.style1 .wdgt-title {
        font-size: 64px;
    }

}

.wdgt-header .fw-vid-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.wdgt-header .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    z-index: 3;
}


.wdgt .wdgt-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    background-color: #071920;
    z-index: 4;
}

.wdgt-header .bg {
    padding: 15px;
    margin: 0 -15px;
}  

@media (min-width: 768px) {
   
    .wdgt-header .bg {
        padding: 40px;
        border-radius: 10px;
        margin: 0;
    }    

}


.wdgt-header .band-widget-content p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.wdgt-header.style1 .band-widget-content p {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
}

.wdgt-header .wdgt-title.has-summary {
    position: relative;
}

.wdgt-header.style1 .wdgt-title.has-summary:after {
    display: block;
    content: '';
    background-color: #FFFFFF;
    height: 1px;
    width: 75%;
    margin: 20px auto 12px auto;
}

.wdgt-header .feat-img {
    width: 100%;
    height: auto;
    object-fit: cover;    
    max-height: 492px;
}

/* Quotes widget */
.wdgt-quotes .card-col, .wdgt-quotes .swiper-slide, .wdgt-quotes .image-col {
 background-color: #EBEBEB;
}

.wdgt-quotes .card-col {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; 
    overflow: hidden;     
}

.wdgt-quotes .image-col {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
   
    .wdgt-quotes .card-col {
        border-top-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0;        
    }

    .wdgt-quotes .image-col {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 0;
    }    

}

.wdgt-quotes .quote-text, .wdgt-quotes .quote-text p {
    font-family: 'Roboto';
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.22px;
    margin-bottom: 0;
}

.wdgt-quotes .quote-text {
    position: relative;
    margin-bottom: 30px;
}

.wdgt-quotes .quote-text::before {
    content: "“";
    position: absolute;
    font-family: 'Roboto';
    top: -20px;
    left: 0;
    color: #071920;
    font-weight: 200;
    font-size: 56px;
    font-style: normal;
    font-weight: 200;
    line-height: 47px;
}

.wdgt-quotes.style-dark .quote-text::before {
    color: #46C3D7;
}

.wdgt-quotes .quote-text p:last-of-type::after {
  content: "”"; /* closing quote */
  font-family: 'Roboto';
  line-height: 1;
  display: inline-block;
  margin-left: 0.2rem;
  vertical-align: bottom;
}

.wdgt-quotes .quote-name {
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
    letter-spacing: -0.14px;
    margin: 0;
    text-align: left;
}

.wdgt-quotes .quote-title {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.16px;
    margin: 0 0 30px 0;
    text-align: left;
}

@media (min-width: 768px) {

    .wdgt-quotes .quote-text::before {
        top: 5px;
        left: -20px;
    }

    .wdgt-quotes .quote-text, .wdgt-quotes .quote-text p {    
        font-family: 'Roboto';
        font-size: 26px;
        letter-spacing: -0.26px;
    }  

}

.wdgt-quotes .quote-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; /* pushes controls to bottom */
  text-align: center;
}

/* Make the quote swiper take available space */
.wdgt-quotes .quote-column .quote-swiper {
  flex: 1 1 auto; /* grows to fill vertical space */
  width: 100%;
}

/* Controls pinned to bottom: using margin-top:auto is robust */
.wdgt-quotes .slider-controls {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0 20px 20px 20px;
}

.wdgt-quotes .quote-container {
    padding: 60px 20px 20px 20px;
}

@media (min-width: 768px) {

    .wdgt-quotes .quote-container {
        padding: 60px;
    }

    .wdgt-quotes .slider-controls {
        padding: 0 60px 50px 60px;
    }
}

/* Left nav buttons grouped */
.wdgt-quotes .nav-buttons {
    display: flex;
    gap: 10px;
    height: 40px;
    position: relative;
    align-items: center;
}



/* Override Swiper's absolute positioning so nav sits in flow */
.wdgt-quotes .swiper-button-prev,
.wdgt-quotes .swiper-button-next {
  position: static !important;
width: 40px;
    height: 40px;
    background: #071920;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 6px;
    margin: 0;
}

.wdgt-quotes.style-dark .swiper-button-prev, .wdgt-quotes.style-dark .swiper-button-next {
    background: #FFFFFF;
    color: #071920;
}

/* Pagination aligned to the right within controls */
.wdgt-quotes .swiper-pagination {
    width: auto !important;
  position: static !important;
  text-align: right;
  display: flex;
  align-items: center;
}

/* Pagination bullets visuals */
.wdgt-quotes .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #071920;
  opacity: 0.2;
  margin: 0 4px;
  border-radius: 2px;
}

.wdgt-quotes.style-dark .swiper-pagination-bullet {
    background-color: #FFFFFF;
}

.wdgt-quotes .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Image area - ensure image fills and vertically centers */
.wdgt-quotes .image-col .image-swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}
.wdgt-quotes .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* Small style */
.wdgt-quotes.style2 .card-col {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wdgt-quotes.style2 .quote-container {
    padding-bottom: 0;
}

.wdgt-quotes.style2 .quote-text {
    max-width: 1000px;
}

@media (max-width: 1179px) {
    .wdgt-quotes.style2 .quote-text {
        text-align: left;
    }
}

.wdgt-quotes.style2 .quote-author {
  display: flex;
  align-items: center; /* vertical alignment */
  justify-content: flex-start;
  gap: 15px; /* space between image and text */
  width: 100%;
  margin-bottom: 40px;
}

.wdgt-quotes.style2 .quote-title {
    margin: 0;
}

.wdgt-quotes.style2 .quote-author .author-img {
  flex: 0 0 50px; /* fixed image column */
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.wdgt-quotes.style2 .quote-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wdgt-quotes.style2 .quote-author .author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1.2;
}

@media (min-width: 1180px) {

    .wdgt-quotes.style2 .quote-author {
        width: auto;
    }

    .wdgt-quotes.style2 .slider-controls {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    }

    .wdgt-quotes.style2 .nav-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* space between buttons and dots */
    }

}

/* Responsive: stack columns under 768px */
@media (max-width: 767px) {
  .wdgt-quotes .col-fb-md-6 { flex-basis: 100%; max-width: 100%; }
  /*.wdgt-quotes .slider-controls { padding-top: 12px; border-top: none; margin-top: 12px; }*/
  .wdgt-quotes .swiper-pagination { text-align: center; }
}

/* Boxes widget */
.wdgt-boxes .box {
    background-color: #071920;
    border: 1px solid rgba(219, 221, 222, 0.20);
    padding: 20px;
    border-radius: 10px;
}

.wdgt-boxes .box .icon {
    background-color: #FFFFFF;
    width: 92px;
    height: 92px;
    line-height: 66px;
    padding: 14px;
    border-radius: 15px;
    font-size: 55px;
}

.wdgt-boxes .box h3 {
    font-family: 'Roboto';
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.26px;  
    margin-bottom: 15px;  
}

.wdgt-boxes .box .band-widget-content, .wdgt-boxes .box .band-widget-content p {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -0.16px;    
}

/* Video boxes widget */
.wdgt-video-boxes .feat-img-container {
    width: 100%;
    height: 100%;   
    max-height: 445px;
    overflow: hidden;
}

.wdgt-video-boxes .feat-img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;    
    max-height: 445px;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); /* smooth “ease-out” */
    will-change: transform;    
}

.wdgt-video-boxes a:hover .feat-img {
    transform: scale(1.1);
}

.wdgt-video-boxes .feat-title {
    background-color: #46c3d7;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    padding: 2px 7px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1;
    border-radius: 5px;
}

.wdgt-video-boxes a:hover .feat-title {
    background-color: #b93296;
}

.wdgt.wdgt-video-boxes a:hover .video-play-btn {
    background-image: url(../assets/images/svg/icon-video-play-2017-hover-alt.svg);
}

/* Zig zag widget */
.wdgt-zigzag.style2 .row-fb {
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .wdgt-zigzag.style2 .row-fb {
        flex-direction: row-reverse;
    }
}

.wdgt-zigzag .wdgt-title {
    margin: 0;
}


.wdgt-zigzag .wdgt-title {
    font-size: 28px;
}

.wdgt-zigzag .band-widget-content, .wdgt-zigzag .band-widget-content p {
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;
}

@media (min-width: 1180px) {

    .wdgt-zigzag .wdgt-title {
        font-size:40px;
    }

}

.wdgt-zigzag .feat-img-container {
    width: 100%;
    height: 100%;   
    max-height: 445px;
    overflow: hidden;
}

.wdgt-zigzag .feat-img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;    
    max-height: 445px;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); /* smooth “ease-out” */
    will-change: transform;    
}

.wdgt-zigzag a:hover .feat-img {
    transform: scale(1.1);
}

/* Completely override Bootstrap 3's default modal animation */
.modal.fade.wdgt-modal .modal-dialog {
    opacity: 0;
}

.modal.wdgt-modal.in .modal-dialog {
    opacity: 1;
}

/* Now add our custom fade + zoom */
.modal.wdgt-modal.fade .modal-dialog {
    transform: translateY(-50%) scale(0.95);
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

.modal.wdgt-modal.in .modal-dialog {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}   

/* --- Make the modal chromeless and centered --- */
.modal.no-chrome.wdgt-modal .modal-dialog {
    max-width: 1536px;         /* your requested limit */
    width: 90%;                /* flexible on smaller screens */
    margin: 0 auto;            /* center horizontally */
    top: 50%;
    position: relative;        /* keep it vertically centered */
}

.modal.no-chrome.wdgt-modal .modal-content {
    background: transparent;   /* remove white box */
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: hidden;          /* clean edges around iframe */
}

/* Remove padding Bootstrap sometimes adds to modals */
.modal.no-chrome.wdgt-modal .modal-body {
    padding: 0;
}

/* Vimeo iframe fills the modal area neatly */
.modal.no-chrome.wdgt-modal iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;      /* keeps correct video shape */
    border: none;
    height: auto;
}

.modal.no-chrome.wdgt-modal .modal-close {
    right: 25px;
    top: 25px; 
}

.modal.no-chrome.wdgt-modal .modal-close:before {
    color: #FFFFFF !important;
}

.modal.no-chrome.wdgt-modal .modal-close:hover:before {
    color: #B93296 !important;
}

/* Optional: darken backdrop slightly for focus */
.modal-backdrop.in {
    opacity: 0.9;
}  

.wdgt .video-play-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;    
    background-image: url(../assets/images/svg/icon-video-play-2017.svg);
    background-repeat: no-repeat;
}

.wdgt a:hover .video-play-btn {
    background-image: url(../assets/images/svg/icon-video-play-2017-hover.svg);
}

.wdgt-zigzag .transcript-url {
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;    
}

.wdgt-zigzag .transcript-url a {
    display: inline-flex;
    align-items: center;  
    gap: 5px;  
    color: #071920;
}

.wdgt-zigzag .transcript-url a:hover {
    color: #B93296;
}

a:hover .material-download {
    color: #b93296;
}

/* CTA widget */
.wdgt-cta .main-section {
    z-index: 5;
}

.wdgt-cta .fw-vid-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.wdgt-cta .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    z-index: 3;
}

.wdgt-cta .bg {
    padding: 15px;
    margin: 0 -15px;

}  

.wdgt-cta .wdgt-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 47px;
}

@media (min-width: 768px) {
   
    .wdgt-cta .bg {
        padding: 40px;
        border-radius: 10px;
        margin: 0;
    }    

}

.wdgt-cta .band-widget-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.16px;
}

.wdgt-cta .feat-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 492px;
}

/* Banner widget */
.wdgt-banner > div {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    border: 1px solid transparent;
    will-change: transform;
}

.wdgt-banner .main-section {
    z-index: 5;
}

.wdgt-banner .card {
    border: none;
    margin: 0;
    padding: 20px;
    border-radius: 20px;
}

.wdgt-banner .btn-row {
    align-items: start;
}

.wdgt-banner .btn-row .btn {
    width: auto;
}

.wdgt-banner .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    z-index: 3;
}

.wdgt-banner .bg {
    width: 100%;
    padding: 15px;
    margin: 0 -15px;

}  

.wdgt-banner .wdgt-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.wdgt-banner .feat-img-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    --r: 15px;
    --s: 15px;
    --x: 80px;
    --y: 25px;   
    background-color: #FFFFFF;
    border-radius: var(--r);
    --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g:conic-gradient(at var(--r) var(--r),#000 75%,#0000 0);
    --_d:(var(--s) + var(--r));
    mask:
        calc(var(--_d) + var(--x)) 0 var(--_m),
        0 calc(var(--_d) + var(--y)) var(--_m),
        radial-gradient(var(--s) at 0 0,#0000 99%,#000 calc(100% + 1px)) 
        calc(var(--r) + var(--x)) calc(var(--r) + var(--y)),
        var(--_g) calc(var(--_d) + var(--x)) 0,
        var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;

}

.wdgt-banner .feat-img {
    --r: 15px;
    --s: 15px;
    --x: 65px;
    --y: 65px;
    background-color: #FFFFFF;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
    mask-repeat: no-repeat;    
}

.wdgt-banner.style2 .feat-img {
    --r: 15px;
    --s: 15px;
    --x: 65px;
    --y: 65px;
    border-radius: var(--r);
    --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
    --_d:(var(--s) + var(--r));
    mask:
        calc(100% - var(--_d) - var(--x)) 0 var(--_m),
        100% calc(var(--_d) + var(--y)) var(--_m),
        radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
        calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
        var(--_g) calc(-1*var(--_d) - var(--x)) 0,
        var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;
}

@media (max-width: 767px) {

    .wdgt-banner.style2 .feat-img-container {
        --r: 15px;
        --s: 15px;
        --x: 80px;
        --y: 25px; 
        border-radius: var(--r);
        --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
        --_g:conic-gradient(from 180deg at var(--r) calc(100% - var(--r)),#0000 25%,#000 0);
        --_d:(var(--s) + var(--r));
        mask:
            calc(var(--_d) + var(--x)) 100% var(--_m),
            0 calc(100% - var(--_d) - var(--y)) var(--_m),
            radial-gradient(var(--s) at 0 100%,#0000 99%,#000 calc(100% + 1px)) 
            calc(var(--r) + var(--x)) calc(-1*var(--r) - var(--y)),
            var(--_g) calc(var(--_d) + var(--x)) 0,
            var(--_g) 0 calc(-1*var(--_d) - var(--y));
        mask-repeat: no-repeat;    
    } 
}

@media (min-width: 768px) {
   
    .wdgt-banner .bg {
        padding: 30px;
        border-radius: 25px;
        margin: 0;
    }    

    .wdgt-banner .feat-img-container {
        --r: 15px;
        --s: 15px;
        --x: 320px;
        --y: 195px;
        background-color: #FFFFFF;
        border-radius: var(--r);
        --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
        --_g:conic-gradient(at var(--r) var(--r),#000 75%,#0000 0);
        --_d:(var(--s) + var(--r));
        mask:
            calc(var(--_d) + var(--x)) 0 var(--_m),
            0 calc(var(--_d) + var(--y)) var(--_m),
            radial-gradient(var(--s) at 0 0,#0000 99%,#000 calc(100% + 1px)) 
            calc(var(--r) + var(--x)) calc(var(--r) + var(--y)),
            var(--_g) calc(var(--_d) + var(--x)) 0,
            var(--_g) 0 calc(var(--_d) + var(--y));
        mask-repeat: no-repeat; 
    }   

    .wdgt-banner .feat-img, .wdgt-banner.style2 .feat-img {
        width: 100% !important;
        height: 100% !important;  
        object-fit: cover;
        z-index: 2;
        transform: translateZ(0);
        -webkit-transform: translateZ(0px);
        backface-visibility: hidden;
        border-radius: 15px;

        --r: 15px;
        --s: 15px;
        --x: 65px;
        --y: 65px;
        background-color: #FFFFFF;
        border-radius: var(--r);
        --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
        --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
        --_d: (var(--s) + var(--r));
        mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
        mask-repeat: no-repeat;
        
    }    

}

@media (min-width: 1180px) {    

    .wdgt-banner .wdgt-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 300;
        line-height: 47px;
    }  
    
    .wdgt-banner .feat-img-container {
        --r: 15px;
        --s: 15px;
        --x: 470px;
        --y: 230px;  
    }  

}

.wdgt-banner .band-widget-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.16px;
}

.wdgt-banner .card-inner {
    position: relative;
    min-height: 650px;
    border-radius: 15px;
    overflow: hidden;
}

.wdgt-banner .content-container {
    z-index: 3;
    position: relative;
    background-color: white;
    padding: 0 25px 25px 0;
    border-bottom-right-radius: 15px;    
}

@media (min-width: 1180px) {
    .wdgt-banner .content-container {
        padding: 0 40px 40px 0;
    }
}



.wdgt-banner .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    padding: 12px 0px 10px 10px;
    border-top-left-radius: 15px;    
    width: 95px;
    height: 95px;
    line-height: 95px;
    font-size: 55px;    
    transform: translate(0);
    -webkit-transform: translate(0);
    outline: 1px solid transparent;
    margin: -0.5px;    
}

.wdgt-banner .corner-top-right {
    position: absolute;
    top: 0;
    right: -25px;
    color: #FFFFFF;
    width: 25px;
    height: 25px;    
    overflow: hidden;
}

.wdgt-banner .icon .corner-top-right {
    top: -25px;
    right: 0;
    transform: rotate(180deg);    
}

.wdgt-banner .corner-bottom-left {
    position: absolute;
    bottom: -25px;
    left: 0;
    color: #FFFFFF;
    width: 25px;
    height: 25px;    
    overflow: hidden;
}

.wdgt-banner .icon .corner-bottom-left {
    bottom: 0;
    left: -25px;
    transform: rotate(180deg);    
}

.wdgt-banner .img-container {
    position: relative;
    width: 100%;
    height: 300px;    
    border-radius: 10px;
    overflow: hidden;    
}

.wdgt-banner .img-container .feat-img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;  
}

.wdgt-banner .image-top-left {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    width: 120px;
    height: 50px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 767px) {
    .wdgt-banner.style2 .icon {
        top: 0;
        bottom: auto;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 10px;      
    }

    .wdgt-banner.style2 .icon .corner-top-right {
        top: 0;
        right: auto;
        left: -25px;
        transform: rotate(90deg);
    }    

    .wdgt-banner.style2 .icon .corner-bottom-left {
        bottom: -25px;
        right: 0;
        left: auto;
        transform: rotate(90deg); 
    } 
    
    .wdgt-banner.style2 .image-top-left {
        top: auto;
        bottom: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        width: 50px;
        height: 70px;          
    }

    .wdgt-banner.style2 .image-top-left .corner-top-right {
        left: 0;
        right: auto;
        top: -25px;
        transform: rotate(-90deg);        
    }

    .wdgt-banner.style2 .image-top-left .corner-bottom-left {
        left: auto;
        right: -25px;
        bottom: 0;
        transform: rotate(-90deg);
    }

}

/* Tabbed content */

/* Scrollable nav only */
.wdgt-tabbed-content .nav-scroll {
  overflow-x: auto;                     /* horizontal scroll */
  -webkit-overflow-scrolling: touch;    /* smooth scrolling on iOS */
  scroll-behavior: smooth;              /* optional: smooth scroll for mouse/keyboard */
  white-space: nowrap;                  /* prevent items from wrapping */
  touch-action: pan-x;
  border-bottom: none;
  cursor: grab;
}

.nav-scroll.dragging {
  cursor: grabbing;
}

/* Flex row for horizontal layout */
.wdgt-tabbed-content .custom-tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  border: none;
}

/* Override Bootstrap floats */
.wdgt-tabbed-content .custom-tabs > li {
  float: none;
  display: inline-block;
  margin-right: 10px;
}

/* Remove default Bootstrap tab background and borders */
.wdgt-tabbed-content .custom-tabs > li > a {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.16px;
    text-transform: none;
    background: none;
    border: none;
    color: #071920;
    padding: 10px 15px;
    white-space: nowrap;
    }

/* Active tab as a pill */
.wdgt-tabbed-content .custom-tabs > li.active > a {
  background-color: #DBDDDE; /* Bootstrap primary color */
  border-radius: 7px; /* pill shape */
}

/* Hover effect */
.wdgt-tabbed-content .custom-tabs > li > a:hover, .wdgt-tabbed-content .custom-tabs > li > a:focus {
  border: none;
  color: #071920;
}

/* Optional: hide scrollbar visually */
.wdgt-tabbed-content .nav-scroll::-webkit-scrollbar {
  display: none;
}

.wdgt-tabbed-content .band-widget-content, .wdgt-tabbed-content .band-widget-content p {
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.18px;    
}

.wdgt-tabbed-content .box .band-widget-content, .wdgt-tabbed-content .box .band-widget-content p {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -0.16px;    
}

/* Optional: make tabs flexible on desktop */
@media (min-width: 768px) {
  .wdgt-tabbed-content .custom-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .wdgt-tabbed-content .custom-tabs > li {
    flex: 0 0 auto;
  }
}

.wdgt .download-item {
    padding: 15px;
}

.wdgt .download-item .featured-img {
    max-width: 200px;
    height: auto;
}

.wdgt .download-item h3 {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.16px;
    margin-top: 0;
}

.wdgt .download-item .featured h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.2px;
}

.wdgt .download-item .download-description {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 131.25% */
    letter-spacing: -0.16px;
    opacity: 0.8;
}

.wdgt .modal-box {
    padding: 0;
    overflow: hidden;
    border: none;
    background-color: #FFFFFF !important;    
}

.wdgt .img-container-43 {
    width: 100%; 
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.wdgt .img-container-43 .feat-img-43 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;     
}

.wdgt .img-container-11 {
    width: 100%; 
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.wdgt .img-container-11 .feat-img-11 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;     
}

.wdgt .modal-box .title-container {
    padding: 20px;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-top: 6px solid #46c3d7;
}

.wdgt .modal-box .title-container h3 {
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.2px;    
}

.modal.no-chrome.wdgt-modal img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    height: auto;
    position: relative;
    z-index: 3;
}

.wdgt .article-box h3 {
    font-family: 'Roboto';
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.22px;    
}

@media (min-width: 1180px) {
   .wdgt .article-box h3 {
        font-family: 'Roboto';
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.26px;
    } 
}

/* FAQs */

.wdgt .faq-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #DBDDDE; /* border beneath each FAQ */    
}

/* Plus icon in a circle */
.wdgt .faq-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
    padding: 30px 0;
    font-family: 'Roboto';
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.22px;
    color: #071920;
}

.wdgt .faq-toggle .icon-circle {
  width: 24px;
  height: 24px;
  border: 1px solid #071920;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
    font-size: 22px;
    line-height: 24px;
  transition: transform 0.3s;
}

/* Answer panel */
.wdgt .faq-answer {
  display: none;
    padding: 0 0 20px 0;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; 
    letter-spacing: -0.18px;
    color: #071920;
}

.wdgt .faq-answer .band-widget-content {
    max-width: 80%;
}

@media (min-width: 1180px) {

    .wdgt .faq-toggle {
        font-size: 26px;
        letter-spacing: -0.26px;
    }

}

/* Cards */
.wdgt .filter-bar {
    display: flex;
    margin-bottom: 40px;
    gap: 10px;
    overflow-x: auto;                     /* horizontal scroll */
    -webkit-overflow-scrolling: touch;    /* smooth scrolling on iOS */
    scroll-behavior: smooth;              /* optional: smooth scroll for mouse/keyboard */
    white-space: nowrap;                  /* prevent items from wrapping */
    touch-action: pan-x;
    border-bottom: none;    
}

/* Optional: hide scrollbar visually */
.wdgt .filter-bar::-webkit-scrollbar {
  display: none;
}

.wdgt .filter-btn {
  background: none;
  color: #FFFFFF;
  opacity: 0.7;
  border: none;
  padding: 10px 12px;
  border-radius: 7px;
  margin: 0 .15rem .25rem;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-size: 16px;
}

.wdgt .filter-btn.active {
  background: #DBDDDE;
  color: #071920;
  opacity: 1;
}

.wdgt .product-grid {
  transition: height 0.4s ease; /* smooth height change */
}

.wdgt .grid-item-wrapper {
    padding: 10px; /* gutter */
    box-sizing: border-box;
}

/* Product card styling */
.wdgt .product-card {
    position: relative;
    height: 320px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;

    justify-content: flex-end;    
    
    /* animation */
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: scale(1);
    opacity: 1;
}

.wdgt .has-tags .product-card {
    padding-bottom: 70px;
}

.wdgt .product-card .hover-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    z-index: 2;
}

.wdgt .product-card .hover-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #071920;
    opacity: 0.6;
}

.wdgt .product-card:hover .hover-image {
    opacity: 1;
}

.wdgt .product-card .box-content h3 {
    font-family: 'Roboto';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
    padding-left: 20px;
}

.wdgt .product-card .box-content .band-widget-content, .wdgt .product-card .box-content .band-widget-content p {
    font-family: 'Roboto';
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.26px;
}

.wdgt .product-card .box-content, .wdgt .product-card .box-content h3 {
    position: relative;
    z-index: 3;
    color: #071920;
}

.wdgt .product-card .box-content h3:before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #46C3D7;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 10px 3px 0;
    position: absolute;
    left: 0;
    top: 6px;    
}

.wdgt .product-card:hover .box-content h3:before {
    background-color: #FFFFFF;
}

.wdgt .product-card:hover .box-content, .wdgt .product-card:hover .box-content h3 {
    color: #FFFFFF;
}

.wdgt.wdgt-cards .product-card {
    justify-content: initial;
}

/* hidden state: fade + shrink */
.wdgt .grid-item-wrapper.hidden .product-card {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

.wdgt .product-card .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 75px;
    height: 75px;
    line-height: 66px;
    font-size: 55px;
    z-index: 3;
}

.wdgt .product-card .icon-hover {
    display: none;
}

.wdgt .product-card:hover .icon {
    display: none;
}

.wdgt .product-card:hover .icon-hover {
    display: block;
}

/* Box carousel */

.wdgt .swiper-slide {
    background-color: transparent;
}

.flex-card-carousel-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.wdgt .product-card {
    height: auto;
    flex: 1;
    display: flex;
    flex-direction: column;    
    padding-top: 145px;
}

.wdgt .product-card.no-icon {
    padding-top: 30px;
}

.wdgt .product-card .tag-list-container {
    position: absolute;
    bottom: 25px;
    z-index: 3;
}

.wdgt .product-card .tag-list-container ul {
    display: flex;    
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.wdgt .product-card .tag-list-container ul li {
    background-color: #46c3d7;
    border-radius: 5px;
    display: inline-block;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 14px;
    line-height: 16px;
}

/* Controls pinned to bottom: using margin-top:auto is robust */
.wdgt-box-carousel .slider-controls {
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 40px 0 0 0;
}

.wdgt-box-carousel .slider-controls:has(
    .swiper-button-lock.swiper-button-prev,
    .swiper-button-lock.swiper-button-next,
    .swiper-pagination-lock
) {
    display: none;
}

/* Left nav buttons grouped */
.wdgt-box-carousel .nav-buttons {
    display: flex;
    gap: 10px;
    height: 40px;
    position: relative;
    align-items: center;
}



/* Override Swiper's absolute positioning so nav sits in flow */
.wdgt-box-carousel .swiper-button-prev,
.wdgt-box-carousel .swiper-button-next {
    position: static !important;
    width: 40px;
    height: 40px;
    background: #071920;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 6px;
    margin: 0;
}

/* Pagination aligned to the right within controls */
.wdgt-box-carousel .swiper-pagination {
    width: auto !important;
    position: static !important;
    text-align: right;
    display: flex;
    align-items: center;
}

/* Pagination bullets visuals */
.wdgt-box-carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #071920;
  opacity: 0.2;
  margin: 0 4px;
  border-radius: 2px;
}

.wdgt-box-carousel .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Hero boxes */
.wdgt-menu.is-fixed {
    position: fixed;
    top: 60px; 
    left: 0;
    width: 100%;
    z-index: 95;
}    

.wdgt.wdgt-hero-boxes .img-container-11 {
    aspect-ratio: 16 / 10;
}

.wdgt-hero-boxes .box.article-box > .flex-column-start:last-child {
    margin-top: auto;
}

/* Floating menu */
.wdgt-menu .wdgt-menu-container {
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
    max-width: 100%;
}

.wdgt.wdgt-menu .wdgt-menu-container .filter-bar {
    margin-bottom: 0;
}

.wdgt.wdgt-menu .filter-btn {
    margin: 0;
}

.wdgt.wdgt-menu .filter-btn:hover {
    background: #FFFFFF;
    color: #071920;
    opacity: 1;
}

.top-right-cutout {
    --r: 10px;
    --s: 10px;
    --x: 25px;
    --y: 25px;
    width: 100%;
    aspect-ratio: 1;
    background: #FFFFFF;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;    
}

.bottom-left-cutout {
    --r: 10px;
    --s: 10px;
    --x: 25px;
    --y: 25px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    background: #FFFFFF;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g: conic-gradient(from 180deg at var(--r) calc(100% - var(--r)), #0000 25%, #000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(var(--_d) + var(--x)) 100% var(--_m), 0 calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 0 100%, #0000 99%, #000 calc(100% + 1px)) calc(var(--r) + var(--x)) calc(-1 * var(--r) - var(--y)), var(--_g) calc(var(--_d) + var(--x)) 0, var(--_g) 0 calc(-1 * var(--_d) - var(--y));
    mask-repeat: no-repeat;
}



/* NATS news widget */
.nats-news-wdgt {
	margin-bottom: 10px;	
}

@media (min-width: 1180px) {
    .nats-news-wdgt {
        margin-bottom: 40px;
    }
}

.nats-news-wdgt a {
    color: #071920;
}

.nats-news-wdgt a:hover {
    color: #46c3d7;
}

.nats-news-wdgt .btn {
    padding: 8px 22px;
    margin-top: 12px;     
}

.nats-news-wdgt .nats-news-row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	display: block;
    flex-wrap: wrap;
}

.nats-news-wdgt .nats-news-col-flex {
    display: flex;
    flex-direction: column;
}

.nats-news-wdgt .carousel {
	margin-bottom: 35px;	
}

.nats-news-wdgt.nats-news-controls-right .carousel {
	margin-bottom: 0;	
}

@media (max-width: 767px) {
	.k-mobile .nats-news-wdgt .carousel {
		margin-bottom: 0;	
	}
}

.nats-news-wdgt .carousel-footer {
	position: absolute;
    margin: 0;
    left: auto;
    right: 0;
    width: auto;
    bottom: -35px;	
}

.nats-news-wdgt.nats-news-controls-right .carousel-footer {
    bottom: -25px;	
}

@media (max-width: 767px) {
	.k-mobile .nats-news-wdgt .carousel-footer {
		display: none;
	}
}

.nats-news-wdgt .carousel-footer .topic-link.no-tag {
    margin: 2px 0 5px 0;
}

.nats-news-wdgt.nats-news-controls-right .carousel-footer .topic-link.no-tag {
    margin: 0px;
    position: relative;
    top: -2px;
}

.nats-news-wdgt .carousel-indicators {
	position: static;
    margin: 0 10px 0 0;
    width: auto;
    display: inline-block;
}

.nats-news-wdgt .carousel-indicators li {
    border: 1px solid #145569;
    background-color: #145569;
}

.nats-news-wdgt .carousel-indicators li:hover {
	border: 1px solid #46c3d7;
	background-color: #46c3d7;
}
.nats-news-wdgt .main-news-item {
	position: relative;
    background-color: #FFFFFF;	
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.nats-news-wdgt .main-news-item {
		height: 430px;
	}
}

.nats-news-wdgt .main-news-item .icomoon-pushpin {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    position: absolute;
	top:0;
	left:0;
    background-color: #145569;
    padding: 10px;
    border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nats-news-wdgt .main-news-item .icomoon-pushpin span {
    font-family: 'Roboto';
	padding: 0 10px;
}

.nats-news-wdgt .main-news-item a:hover .icomoon-pushpin {
	background-color: #46c3d7;
}

.nats-news-wdgt .main-news-item .topic-link-container {
	margin: 5px 10px;
}

@media (min-width: 768px) {
	.nats-news-wdgt .main-news-item .topic-link-container {
		position: absolute;
		bottom: 5px;
		left: 10px;
		margin: 0;
	}
}

.nats-news-wdgt .topic-link {
	position: relative;
    display: inline-block;
    background-color: #50c364;
    color: #fff;
    padding: 5px 8px 5px 25px;
    margin: 2px 5px 5px 0;
    font-size: 12px;
}

@media (max-width: 991px) {
	.nats-news-wdgt.nats-news-controls-right .topic-link {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 165px;
	}
}

.nats-news-wdgt .topic-link.no-tag {
	padding: 5px 8px 5px 8px;
}

.nats-news-wdgt .topic-link:hover {
    background-color: #46c3d7;
	color: #FFFFFF;
}

.nats-news-wdgt .topic-link .topic-icon {
    position: absolute;
    left: 7px;
    top: 8px;
}

.nats-news-wdgt .main-news-item{
	border: #dde0e6 1px solid;
}

.nats-news-wdgt .main-news-img-constrain {
	overflow: hidden;
}

@media (min-width: 992px) {
	.nats-news-wdgt .main-news-img-constrain {
		height: 280px;
	}
}

.nats-news-wdgt .main-news-img-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
    background-color: #1c1e24;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 	
}

@media (min-width: 992px) {
	.nats-news-wdgt .main-news-img-container {
		padding-bottom: 0;
		height: 280px;
	}
}

.nats-news-wdgt .main-news-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 80px;	
	color: #46c3d7;
}

.nats-news-wdgt .main-news-img {
	background: url(/media/1037/transparent1x1.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}


.nats-news-wdgt .main-news-title {
    background-color: #FFFFFF;
    padding: 10px;	
}

.nats-news-wdgt .main-news-title h4 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.nats-news-wdgt .main-news-title .main-news-date {
	color: #bbb;
    font-size: 16px;
    font-weight: 400;
	margin-top: 10px;
}

.nats-news-wdgt .sub-news-item {
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: #dde0e6 1px solid;
}

@media (min-width: 768px) {
	.nats-news-wdgt .sub-news-item {
		height: 430px;
	}
}

.nats-news-wdgt .sub-news-item .topic-link-container {
	margin: 5px 10px;
}

@media (min-width: 768px) {
	.nats-news-wdgt .sub-news-item .topic-link-container {
		position: absolute;
		bottom: 5px;
		left: 10px;
		margin: 0;
	}
}


/*.nats-news-wdgt .sub-news-container {
	padding-bottom: 56.25%;	
}*/

.nats-news-wdgt .sub-news-img-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
    background-color: #1c1e24;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

.nats-news-wdgt .sub-news-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 40px;
	color: #46c3d7;
}

.nats-news-wdgt .sub-news-img {
	background: url(/media/1037/transparent1x1.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}


.nats-news-wdgt .sub-news-title {
    background-color: #FFFFFF;
    padding: 10px;	
}


.nats-news-wdgt .sub-news-title h4 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
}

.nats-news-wdgt .sub-news-title .sub-news-date {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
	color: #bbb;
}


/* NATS News Rows 3 */
.nats-news-wdgt.nats-news-rows .nats-news-border-radius {
    margin-bottom: 12px;
    background-color: #fff;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img {
	position: relative;
    overflow: hidden;
}

@media (min-width: 1180px) {
    .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img {
        min-height: 516px;
    }
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img .topic-link-container {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .news-item-container {
    position: relative;
    background-color: #071920;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.news-hub-widget .carousel .item {
    min-height: 528px;
}

@media (max-width: 767px) {
    .news-hub-widget .carousel .item {
        display:none !important;
    }
    .news-hub-widget .carousel .item.first {
        display: block !important;;
    }    
}

.news-hub-widget .nats-news-rows-main-item {
    height: calc(100% - 12px);
    max-height: 516px;
}

.news-hub-widget .nats-news-rows-main-item:hover .grid__img, .news-hub-widget .news-sub-item:hover > a {
    background-color: #2aacc0 !important;
}

.news-hub-widget .nats-news-rows-main-item .grid__img {
    height: 100%;
}

.news-hub-widget .nats-news-rows-main-item .grid__img a {
    display: block;
    height: 100%;
}

.news-hub-widget .nats-news-rows-main-item .sub-news-date, .news-hub-widget .news-sub-item .sub-news-date {
    bottom: 10px;
    left: 20px;
    margin: 0;
    padding: 0 !important;
}

.news-hub-widget .news-sub-item .sub-news-date {   
    position: absolute;
    bottom: 7px !important;
  	left:20px !important;
    right: 20px;
    color: #2aacc0;
}

.news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .news-item-container {
    border-bottom: 6px solid #CCCCCC;
}

.news-hub-widget .nats-news-rows-main-item .sub-news-date {
    position: absolute;
    bottom: 15px;
    right: 5px;
    margin: 0; 
    color: #145569;
    font-weight: 400;    
}

@media (min-width: 768px) {

    .news-hub-widget .news-sub-item .sub-news-date {   
        right: 20px;
    }    

    .news-hub-widget .nats-news-rows-main-item .sub-news-date {
        right: 5px;  
    }
}

.news-hub-widget .nats-news-rows-main-item .sub-news-date, .news-hub-widget .news-sub-item .sub-news-date {
    font-size: 12px;
    color: #CCCCCC;  
}

.news-hub-widget .tt-upper, .catalogue-item .sub-news-date .post-type-btn {
    display: inline-block;
    text-transform: none;
    background: #CCCCCC;
    padding: 2px 5px;
    border-radius: 5px;
    color: #FFFFFF !important;  
}  

.catalogue-item .sub-news-date p {
    margin: 0;
}

.catalogue-item .sub-news-date .catalogue-date, .catalogue-item .sub-news-date .post-type-btn {
    font-size: 12px;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img {
	position: relative;
    overflow: hidden;
}

/*@media (max-width: 599px) {
	.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .news-item-container {
		height: 225px;
	}	
}*/

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .news-item-container .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 80px;
    line-height: 70px;
    color: #46c3d7;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .news-item-container .item-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .news-item-container .icomoon-pushpin {
    font-size: 14px;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #145569;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .news-item-container .icomoon-pushpin span {
    font-family: 'Roboto';
    padding: 0 10px;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img figcaption {
    padding: 15px;
    height: auto;
}

@media (max-width: 767px) {
    .news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img figcaption {
        padding-bottom: 25px;
    }
}

.news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img p {
    padding: 0 15px;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
	color: #071920;
	max-height: 100px;
}

.news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #071920;
    max-height: 100px;
}

@media (min-width: 768px) {

    .news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
        font-size: 24px;
        line-height: 28px;
    }

}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img a:hover figcaption h4 {
	color: #46c3d7;
}

.nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img figcaption .main-news-date {
    color: #bbb;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.nats-news-wdgt.nats-news-rows a.news-sub-item-container {
    display: block;
    color: #555!important;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .news-card {
    height: 164px;
    padding-bottom: 0;
    overflow: hidden;
}

@media (max-width: 767px) {

    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item .news-card {
        height: 100px;
    }

}


.nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-large .news-card {
    height: 286px;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .news__img {
    float: left;
    background: #1c1e24;
    position: relative;
    width: 200px;
    height: 164px;
    padding-bottom: 0;	
    border-right: 6px solid #50c364;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .news__img.blue-border {
    border-right: 6px solid #46c3d7;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .b-blue .news__img {
    border-bottom: 6px solid #46c3d7;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .b-pink .news__img {
    border-bottom: 6px solid #b93296;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .b-orange .news__img {
    border-bottom: 6px solid #E66E0A;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .b-twilight .news__img {
    border-bottom: 6px solid #145569;
}

.nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-large .news__img {
    height: 286px;
    width: 286px;
}

/*@media (max-width: 767px) {*/

    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item .news__img {
        width: 120px;
        height: 100px;
        border-right: none;
        border-bottom: none;
        border-left: 6px solid #50c364;
    }

    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item .b-blue .news__img {
        border-left: 6px solid #46c3d7;
    }
    
    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item .b-pink .news__img {
        border-left: 6px solid #b93296;
    }
    
    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item .b-orange .news__img {
        border-left: 6px solid #E66E0A;
    }
    
    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item .b-twilight .news__img {
        border-left: 6px solid #145569;
    } 

/*}*/

/*@media (min-width: 768px) {

    .nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card {
        height: 252px;
    }

    .nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-landscape.no-image .news-card {
        height: 120px;
    }

    .nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-landscape .news__img {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 56.25%;	
        border-right: none;
        border-bottom: 6px solid #CCCCCC;
    }  
    
    .nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-landscape.no-image .news__img {
        padding-bottom: 0;
    }    

}*/

@media (min-width: 768px) {

    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item .news__img {
        width: 100px;
        height: 100px;        
        border-left: none;
        margin: 10px;
    }
}

@media (min-width: 1180px) {
    .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .news-item-container {
        padding-bottom: 75%;
    }  
    
    .news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
        max-height: 125px;
    }
}

.nats-news-wdgt.nats-news-rows .news__img img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
	
	background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;	
}

.nats-news-wdgt.nats-news-rows .news__img .bg-img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
	color: #46c3d7;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .news-card .news__text {
    padding: 10px 20px;
    margin-left: 200px !important;
    color: inherit;
}

.nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-large .news-card .news__text {
    margin-left: 286px !important;
}

@media (max-width: 767px) {

    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item .news-card .news__text {
        margin-left: 110px !important;
    }

    .flex-basis-auto-xs {
        flex-basis: auto;
    }

    .mb-xs-12 {
        margin-bottom: 12px;
    }

}

.nats-news-wdgt.nats-news-rows .news-card .news__text h4 {
    max-height: 80px;
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 28px;
    color: #071920;
}

.news-hub-widget .nats-news-wdgt.nats-news-rows .news-card .news__text h4 {
    max-height: 80px;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #071920;
}

@media (min-width: 768px) {

    .nats-news-wdgt.nats-news-rows .news-sub-item .news-card .news__text {
        padding: 0 10px;
    }    

    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-card .news__text h4 {
        font-size: 22px;
        line-height: 28px;
        max-height: 100%;
    }

}

.nats-news-wdgt.nats-news-rows a:hover .news-card .news__text h4 {	
	color: #46c3d7;
}

.nats-news-wdgt.nats-news-rows .news-card .news__text .sub-news-date {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    color: #145569;
    position: absolute;
    bottom: 0;
}

.news-hub-widget .nats-news-wdgt.nats-news-rows .news-card .news__text .sub-news-date {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #6d8394;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.news-hub-widget .nats-news-rows-main-item .sub-news-date p, .news-hub-widget .news-sub-item .sub-news-date p {
    font-size: 14px;
    color: #6d8394;
    margin: 0 !important;
}   

.news-hub-widget .nats-news-rows-main-item:hover .sub-news-date p, .news-hub-widget .news-sub-item:hover .sub-news-date p {
    color: #FFFFFF;
}  

.news-hub-widget .nats-news-rows-main-item .sub-news-date a {
    display: inline-block;
    height: auto;
} 

.news-hub-widget .nats-news-rows-main-item:hover .sub-news-date a, .news-hub-widget .news-sub-item:hover .sub-news-date a {
    background-color: #FFFFFF !important;
    color: #071920 !important;
}  

@media (min-width: 768px) {

    .nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card .news__text {
        margin-left: 0 !important;
    }    

    .nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card .news__text h4 {
        font-size: 16px;
        line-height: 20px;
    }    

    .nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-landscape .news-card .news__text .sub-news-date {
        font-size: 12px;
        left: 15px;
        right: 15px;
        text-align: right;
        color: #ccc;
    }    

}

.nats-news-wdgt.nats-news-rows .news-sub-item {
    position: relative;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .item-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .topic-link-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.nats-news-wdgt .topic-link-container .btn-green {
    padding: 5px 10px;
}

.nats-news-wdgt.nats-news-rows .news-sub-item.news-sub-item-large .topic-link-container {
    left: 296px;
}

.nats-news-wdgt.nats-news-rows .topic-link {
    font-size: 12px;
    background-color: #fff;
    color: #3bae4f;
    border: #dde0e6 1px solid;
}

.nats-news-wdgt.nats-news-rows .topic-link:hover {
    background-color: #50c364;
    color: #fff;
}

.nats-news-wdgt.nats-news-rows .carousel-footer .topic-link{
    font-size: 12px;
    background-color: #fff;
    color: #3bae4f;
    border: #dde0e6 1px solid;
}

.nats-news-wdgt.nats-news-rows .carousel-indicators button, .nats-news-wdgt.nats-news-rows .carousel-controls button {
    background-color: transparent;
    height: 50px;
    width: 50px;
    border: none;
    color: #ccc !important;
    line-height: 40px;
    font-size: 42px;    
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}

.nats-news-wdgt.nats-news-rows .carousel-indicators button:hover, .nats-news-wdgt.nats-news-rows .carousel-controls button:hover {
    color: #aaa !important;
}

.nats-news-wdgt.nats-news-rows .carousel-indicators button.carousel-btn-inactive:hover, .nats-news-wdgt.nats-news-rows .carousel-controls button.carousel-btn-inactive:hover {
    color: #ccc !important;
}


.nats-news-wdgt.nats-news-rows.nats-news-controls-right .carousel-indicators .active, .nats-news-wdgt.nats-news-rows.nats-news-controls-right .carousel-controls .active {
    width: auto;
	/* border: #50c364 1px solid;
	color:#50c364; */
}

.nats-news-wdgt.nats-news-rows .carousel-indicators button.carousel-btn-inactive, .nats-news-wdgt.nats-news-rows .carousel-controls button.carousel-btn-inactive {
	opacity: 0.4;
}

/*.nats-news-wdgt.nats-news-rows .carousel-indicators button.carousel-btn-inactive:hover, .nats-news-wdgt.nats-news-rows .carousel-controls button.carousel-btn-inactive:hover {
    background: white;
	color: #555;
}*/

/*.nats-news-wdgt.nats-news-rows .carousel-indicators button.icomoon-arrow-left3:before {
    position: absolute;
    top: 4px;
}

.nats-news-wdgt.nats-news-rows .carousel-indicators button.icomoon-arrow-right3:before {
    position: absolute;
    top: 4px;
}*/

@media (min-width: 768px) {

    .news-hub-widget .nats-news-wdgt.nats-news-rows .news-card .news__text h4 {
        font-weight: 400;
        margin-top: 10px;
        font-size: 18px;
        line-height: 20px;
    } 

    /* Lead article */
    .news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img figcaption h4 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item .grid__img p {
        line-height: 20px;
        margin-top: 10px;
        font-weight:400 !important;
    }

    .news-hub-widget .nats-news-rows-main-item {
        max-height: 612px;
    }

    .news-hub-widget .nats-news-wdgt.nats-news-rows a:hover .news-card .news__text h4:hover {
        color: #fff !important;
    }
    
}

/* Controls on right */
.nats-news-wdgt.nats-news-controls-right {
    margin-bottom: 0;
}

.nats-news-wdgt.nats-news-controls-right .carousel-footer {
    position: absolute;
    margin: 0;
    left: auto;
    right: -20px;
    width: 10px;
    height: 97px;
    bottom: 0;
}

.nats-news-wdgt.nats-news-controls-right .carousel-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nats-news-wdgt.nats-news-controls-right .arrow-left {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;    
}

.nats-news-wdgt.nats-news-controls-right .arrow-right {
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -25px;    
}

.nats-news-wdgt.nats-news-controls-right .arrow-left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
 }

 .nats-news-wdgt.nats-news-controls-right .arrow-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
 }


.nats-news-wdgt.nats-news-controls-right .carousel-footer .carousel-indicators {
	display: none;	
}

.nats-news-wdgt.nats-news-rows.nats-news-controls-right .carousel-footer .topic-link {
	display: none;	
}

.nats-news-wdgt .filter-list-container {
    padding-right: 0;
    margin-bottom: 10px;
}

.filterby {
    height: 39px;
    padding: 0px 15px 0 5px;
    border: none;
    background-color: #071920;
    color: white;
    border-radius: 3px;
    border-top: #145569 5px solid;
    font-size: 14px;
} 

.btn.btn-blue-flat {
    background-color: #46c3d7;
    border-radius: 0;
}

.btn.btn-blue-flat:hover {
    background-color: #50c364;
}

.btn.btn-green-flat {
    background-color: #50c364;
    border-radius: 0;
}

.btn.btn-green-flat:hover {
    background-color: #46c3d7;
}

.btn-wdgt-top {
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px;    
}

.btn-wdgt-container {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;    
}

.btn-plus-minus {
    position: relative;
    padding-right: 30px !important;
}

.btn-plus-minus:before {
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    right: 8px;
    color: #FFFFFF;
    content: "\f056";
    font-weight: 900;
    z-index: 8;    
}

.btn-plus-minus.collapsed:before {
    content: "\f055";   
}

.content-hub-filter-menu.filter-wrapper {
    background-color: #FFFFFF;
    padding: 15px;
    border-top:none;
    border-bottom: 6px solid #46c3d7;
}

.content-hub-filter-menu.filter-wrapper {
    display: block !important;
}

.content-hub-filter-menu.filter-wrapper .filter-menu {
    max-height: 258px !important;
    overflow: hidden auto !important;
    padding-right: 5px !important;
}

/* width */
.content-hub-filter-menu.filter-wrapper .filter-menu::-webkit-scrollbar {
    width: 5px !important;
}
  
/* Track */
.content-hub-filter-menu.filter-wrapper .filter-menu::-webkit-scrollbar-track {
    background: #F3F4F6 !important; 
}

/* Handle */
.content-hub-filter-menu.filter-wrapper .filter-menu::-webkit-scrollbar-thumb {
    background: #96A4B1 !important; 
    cursor: pointer;    
}

/* Handle on hover */
.content-hub-filter-menu.filter-wrapper .filter-menu::-webkit-scrollbar-thumb:hover {
    background: #96A4B1; 
}

/*@media (min-width: 1180px) {
    .content-hub-filter-menu.filter-wrapper #content-topicMenu .text-post-tag {
        width: 32%;
    }
}*/

.content-hub-filter-menu.filter-wrapper .text-post-tag {
    background-color: #F3F4F6;
    color: #071920;
    font-weight: 600;
}

.content-hub-filter-menu.filter-wrapper .text-post-tag:hover {
    background-color: #96A4B1;
    color: #FFFFFF !important;    
}

.content-hub-filter-menu.filter-wrapper .text-post-tag.active {
    background-color: #96A4B1;
    color: #FFFFFF !important;
}

.content-hub-filter-menu.filter-wrapper .text-post-tag.active:hover:before {
    color: #FFFFFF;
}

.news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item:hover .grid__img a figcaption h4, .news-hub-widget .nats-news-wdgt.nats-news-rows .news-sub-item:hover a .news-card .news__text h4 {
    color: #FFFFFF;
}

.news-hub-widget .nats-news-wdgt.nats-news-rows .nats-news-rows-main-item:hover .grid__img a p {
    color: #FFFFFF;   
}

/* More news panel*/
.nats-news-controls-right .bg-img:before {
    font-family: "Font Awesome 5 Free";
    content: "\f03e";
	color:#fff !important;
}

.nats-news-wdgt.nats-news-rows .news-sub-item .news__img {
	background-color:#145569 !important;
}

.news-archive-panel .news-card{
	background-color: #071920;
	color:#FFFFFF !important;
}

.news-archive-panel .news-card:hover{
	background-color:#46c3d7 !important;
}

@media (max-width: 1039px) {

	.nats-news-wdgt.nats-news-controls-right .carousel-footer {
		display: none;	
	}
	
}