/*------------------------------------------------------------------
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;}

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

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

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

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;
}


ul.list-chevrons {
    list-style: none;
    margin: 30px 0 20px 0;
    padding: 0;
}
ul.list-chevrons li {
    position: relative;
    padding: 0 0 10px 25px;
    line-height: 25px;
    font-weight: normal;
}

ul.list-chevrons li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
}


/* 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;
}

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

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

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

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

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

.role-box {
    width: 100%;
  }

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

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

  .mod_greensection h3 {
    color: #FFFFFF;
  }

/*a:hover .role-box-3 {
    background-color: #50c364;
}*/


.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 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

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

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

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

/******** 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 {
    background-color: transparent;
}

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

.modal.no-chrome.no-toolbar .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 {
    color: #50C364;
}

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

/*-----------------------  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;
}

.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;
}

@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);
    }    
}

/* 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;
}

@media (max-width: 1179px) {
    .text-content .wp-caption.alignnone {
        
    }
}

.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;
}


/*-----------------------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;
}
.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: 300;
	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 {
    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;
}

.hgen-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;
}
.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);
  }
}

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

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

.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 {
    color: red;
    opacity: 1;
}

.modal.content-modal .modal-header .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);
  }
}

/* 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;
}


.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: #071920;*/
    background-color: #145569;
}

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

.home-news-wrapper a h2 {
	color: #fff;
	font-weight: 300;
	-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 {
        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 {
        height: 60px !important;
    }
    .header.minimized .header-inner {
        line-height: 53px !important;
    }    
}

@media (min-width: 1180px) {

    .header.bg-header.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;
}

@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 {
		/*padding-left: 25px;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAOklEQVQYV2NkwAMYscn9////PyMIoEvCJEDiKJLIEiiS6BJwSWwSxEmCVOE0FuZinA7CpoC0QEAOFAA7JygNsg8sjwAAAABJRU5ErkJggg==');
		background-position: 5px center;*/
		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;
    }
    .mega-menu-close {
        color: #E1241F;
    }
    .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 {
        /*margin: 0 50px 0 0;*/
        margin-top: 5px;
    }
    .header .menu > li {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 45px;
        vertical-align: top;
    }
    /*.header.minimized .menu > li {
        line-height: 49px;
    }*/
    .header .menu > li > a {
        font-family: 'Roboto';
        font-weight: 600;
        padding: 0;
        margin: 0 13px;
        text-transform: capitalize;
    }
    .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 {
        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;
    }
    .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 {
        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--------------------------------------------*/

.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;
	}
}

.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);
        }

            .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; }
}

/*----------------- 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;
}

/*-----------------------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%;
	/*left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;*/
	width: 100%;
}
/*.module-feature-content .img-wrapper-inner {
	position: relative;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}*/
.module-feature-content .img-wrapper-inner {
	background-color: #071920;
}
.module-feature-content .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%;*/
}

/*.module-feature-content .image_container img {
	max-width: 200%;
}*/

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

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

@media (min-width: 768px) {
	.module-feature-content .image_container img {
		/*max-width: none;*/
	}
	/*.module-feature-content .content_holder .text_container {
		max-width: 350px;
	}*/
	/*.module-feature-content .sm-pull-top-right {
		position: absolute;
		top: 0;
		right: 0;
	}*/
}

@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%;
}

/*.module-feature-content-2 .image_container img {
	max-width: 200%;
}*/

@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;
	}
}

/*.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 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}*/

@media (min-width: 768px) {
	.module-feature-content-2 .image_container img {
		/*max-width: none;*/
	}
	/*.module-feature-content-2 .content_holder .text_container {
		max-width: 350px;
	}*/
	.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 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;
    }
}



/*-----------------------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";
    content: "\f003";
    color: #071920;
    position: absolute;
    top: 3px;
    left: 18px;
}

@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;
	}	
}

/*.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 {
    display: block;
    background: #071920;
    border: none;
    height: calc(100vh - 40px);
    width: 100vw;
}
.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-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;
}

.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 fix (mainly for IE) */
.modal.no-chrome {
    padding-left: 0 !important;
}

/*-----------------------	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 {
		height: 600px;
	}
}*/

.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-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 {
	width: 100vw;
	height: 56.25vw; /* 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;
    }
    
    .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: 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%;
     }    

	.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;    
}


/* 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');
	border-color: #55acee;
	background-size: 21px;
}

.main-share-widget__link--twitter:hover,
.main-share-widget__link--twitter:focus {
	background-color: #55acee !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');;
}
.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: 4px;
}

.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.careers-share-item-list > li > div > p.link-container a i, 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;
}

.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;   
}


/* -------------------- 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;
}

/* -------------------- 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: 19%;    
    }

}


/* -------------------- 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 {
	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;	
}

.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 .btn:hover {
    color: #50C367 !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 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 {
        background-color: #1da1f2;
    }
    
    .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 {
        background-color: #1a90d9;
    }
    
    .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 {
        font-family: "Font Awesome 5 Brands";
        content: "\f099";
        text-indent: 9px;
    }
    
    .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 {
        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 {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    text-indent: 8px;
}

.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 {
    background-color: #1da1f2;
}

.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 {
    background-color: #1a90d9;
}

.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;
    line-height: 18px;
}

.gform_button, .gform_next_button, .gform_previous_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;
    border-radius: 2px;    
}

.gform_button:hover, .gform_next_button:hover, .gform_previous_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;
}

.filter-menu-section-title:visited, .filter-menu-section-title:focus {
    color: #FFFFFF;
}

.filter-menu-section-title:hover {
    color: #50c364 !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);
}

.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.last {
    display: none;
}


.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: 14px;
}

.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-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: 10px;
    display: block;
    padding-bottom: 10px;
}

.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;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
}

.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;
}

.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-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;    
}

.catalogue-item-subtitle {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
}

.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 img {
    width: 100%;
    height: auto;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
}

.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 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);
}


/* 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;
}

.nats-news-widget.nats-news-rows .nats-news-rows-main-item .news-item-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;   
    width: 100%;
    height: 100%; 
}

/*@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;
	text-align: left;
    height: 159px;
    border-top: 6px solid #50c364;
}

.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;
}

.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;
}

.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.news-sub-item-large .news__img {
    height: 286px;
    width: 286px;
}

.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;
}

.nats-news-widget.nats-news-rows .news-card .news__text h4 {
    max-height: 65px;
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 28px;
    color: #071920;
}

.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;
}

.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;
}*/

/* 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;	
}

/* 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 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%;
    min-width: 400px;    
}

.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;
}

/* Custom form styling */
/*.custom-form .custom-form-bg-grey {
    background-color: #f3f4f6;
    padding: 15px !important;    
}*/

.custom-form ul li.gfield, .gform_wrapper .custom-form li.gfield.gfield_error  {
    background-color: #eee;
    padding: 15px !important;
    margin: 0 !important;
    border: none;
    border-left: 1px solid darkgrey;
    border-right: 1px solid darkgrey;    
}

.gform_wrapper .custom-form .top_label .gfield_error {
    width: 100%;
}

@media only screen and (min-width: 641px) {
    .gform_wrapper.gform_validation_error .custom-form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
    }
}

.custom-form ul li.gfield.gsection {
    border-top: 1px solid darkgrey;
}

.custom-form ul li.gfield.bor-bttm {
    border-bottom: 1px solid darkgrey !important;
}

.custom-form ul li.gfield.hide-label {
    padding: 0 15px !important;
}

.custom-form ul li.gfield.hide-label .ginput_container_checkbox, .custom-form ul li.gfield.hide-label .gfield_checkbox, .custom-form ul li.gfield.hide-label .gfield_checkbox li {
    margin: 0 !important;
}

.custom-form ul li.gfield.hide-label .gfield_checkbox {
    padding: 0 0 10px 0;
}

.custom-form ul li.gfield.hide-label label.gfield_label {
    display: none !important;
}

.gform_wrapper .custom-form h2.gsection_title {
    border-bottom: 1px solid darkgrey;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

body .gform_wrapper .custom-form ul li.gfield {
    margin-bottom: 30px;
}

.custom-form .gfield_list_container select {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}

.gform_wrapper .custom-form ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper .custom-form ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    text-align: left;
}


.gform_wrapper .custom-form .gf_step span.gf_step_number {
    float: left !important;
    font-family: arial,sans-serif !important;
    line-height: 17px !important;
    font-size: 20px !important;
  }
  
  .gform_wrapper .custom-form .gf_step {
    width: auto !important;
    margin: 0 10px 10px 0 !important;
    font-size: 14px !important;
    height: 20px !important;
    line-height: 20px !important;
  }

  
    .custom-form input, .custom-form select, .custom-form textarea {
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 5px !important;
        border: 1px solid #999999;
    }

  .custom-form input.gform_button, .custom-form input.gform_next_button, .custom-form input.gform_previous_button {
      border: none;
      padding: 10px 20px !important;
  }

  .ui-datepicker-title select {
    color: #071920;
}

  .gform_wrapper .custom-form .top_label .gfield_label {
    display: block;      
  }

  .gform_wrapper .custom-form textarea.medium, .gform_wrapper .custom-form .top_label .gfield_error textarea.textarea.medium {
    width: calc(50% - 8px);
  }
  
    .custom-form select {
        position: relative;
        height: 36px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;      
        border-radius: 0;
        padding-left: 10px !important;
        cursor: pointer;
    }

    .custom-form .ginput_container_select {
        position: relative;
        display: inline-block;
    }



    .custom-form ul li.gfield select {
      width:auto !important;
      background-color: #FFFFFF;      
    }

    .custom-form .gfield_list_group .ginput_container_select {
        display: block;
        width: 100%;
    }  

    .custom-form ul li.gfield .gfield_list_group select {
      width:100% !important;
    }

    .custom-form ul li.gfield select::-ms-expand {
     display: none;
    }
  
.custom-form .ginput_container_select:after, .custom-form .ginput_container_select:after {
    content: "\f0dc";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFFFFF;
    padding: 6px 8px;
    position: absolute;
    right: -2px;
    top: 0;
    background: #145569;
    z-index: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    pointer-events: none;
    box-sizing: border-box;
}

  
  .custom-form .ginput_container_select:hover:after {
      background: #B93296;
  }
  
  .custom-form textarea.small {
      width: 100% !important;
  }
  
  .custom-form select {
      padding: 2px !important;
      padding-left: 10px !important;
      min-width: 170px;
  }
  
  .custom-form .tooltip-icon img {
      vertical-align:middle !important;
  }
  
  .custom-form .gfield_label {
      font-weight: normal !important;
  }
  
  .custom-form h2 {
      color: #071920 !important;
  }

.custom-form .gfield_html .tablecontainer {
    border: 1px solid darkgrey;
}  

.custom-form .gfield_html .tablecontainer > table {
    margin: 0;
    padding: 0;
    width: 100%;
}

.custom-form .gfield_html table td strong {
    padding: 5px;
}

.custom-form .ctrl-file label {
    font-weight: 700 !important;
}

.custom-form .ctrl-file span {
    display: inline-block;
    padding-top: 10px;
}

.custom-form input[readonly="readonly"] {
    background-color: #eee;
}

.custom-form .gfield_list_icons a {
    text-decoration: none !important;
    border: none !important;    
}


/*.custom-form .ctrl-file [type="file"] {
    height: 0 !important;
    overflow: hidden;
    width: 0 !important;
    border: none;
  }
  
.custom-form .ctrl-file label {
    display: inline-block !important;
    background-color: #50c364;
    color: white !important;
    text-align: center;
    text-decoration: none !important;
    margin: 0;
    border: none;
    font-weight: normal !important;
    font-size: 16px !important;
    font-family: 'Roboto';
    padding: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
  }
  .custom-form .ctrl-file label:hover {
    background-color: #46c3d7;
  }*/