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

.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-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;
	}
	.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;
	}
	.fixed .main-section {
		/*background-color: #fff;*/
		width: calc(100% - 120px);
		max-width: 1300px;
		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;
	}
}*/

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

/* 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: FontAwesome;
    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.pink-hover-underline:hover {
    color: #B93296 !important;
    text-decoration: underlin !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;
	}
}
@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;
}


/*-----------------------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:hover {
    border: none;
}

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

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

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

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

}


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

.footer-wrapper.dark {
    background-color:  #071920;
}

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

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

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

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

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


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

.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-top: none;
    width: 100%;
    max-width: 340px;
    float: left;
}

@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) {
    .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 .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;
	}
}
/*
@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: FontAwesome;
        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: FontAwesome;
        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: #B93296;
    }
    .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;
    }    
    .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 #145569 !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--------------------------------------------*/

.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-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;
    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%;
    height: 215px;
}

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

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

.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 .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;
	/*left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;*/
}

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

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

.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;
	/*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 {
    display: inline-block;
}

.module-stats-wrapper 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 {
    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 {
    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 {
    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=);
}

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

.module-stats-wrapper .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 --------------------------------------*/

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

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

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

@media (min-width: 1180px) {
	.btn-top {
		bottom: 0px;
		height: 60px;
		width: 60px;
	}
	.article-nav-wrapper + .btn-top {
		bottom: 207px;
	}
	.btn-top {
		background-color: #071920;
		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;
	}
    
    .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 {
		background-color: #145569;
	}
	.btn-top.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: 30px
}
.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: FontAwesome;
    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;
	}
}

/*.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;
}
.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-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: fixed;
    right: 10px;
    top: 5px;
    font-size: 30px;
    color: #008DC4;
    padding: 5px;
    width: 40px;
    text-align: center;
    height: 40px;
    cursor: pointer;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;    
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxNiAxNDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxNiAxNDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNlMjI5OGYiIGQ9Ik0xNjIuMiw0MS42Yy01LjYtOS42LTEzLjItMTcuMi0yMi44LTIyLjhjLTkuNi01LjYtMjAuMS04LjQtMzEuNC04LjRjLTExLjQsMC0yMS44LDIuOC0zMS40LDguNEM2NywyNC40LDU5LjQsMzIsNTMuOCw0MS42Yy01LjYsOS42LTguNCwyMC4xLTguNCwzMS40YzAsMTEuNCwyLjgsMjEuOCw4LjQsMzEuNGM1LjYsOS42LDEzLjIsMTcuMiwyMi44LDIyLjhjOS42LDUuNiwyMC4xLDguNCwzMS40LDguNHMyMS44LTIuOCwzMS40LTguNGM5LjYtNS42LDE3LjItMTMuMiwyMi44LTIyLjhjNS42LTkuNiw4LjQtMjAuMSw4LjQtMzEuNEMxNzAuNiw2MS42LDE2Ny44LDUxLjIsMTYyLjIsNDEuNnogTTEzNy41LDg3LjdjMSwxLDEuNSwyLjMsMS41LDMuN2MwLDEuNS0wLjUsMi43LTEuNSwzLjdsLTcuMyw3LjNjLTEsMS0yLjMsMS41LTMuNywxLjVjLTEuNCwwLTIuNi0wLjUtMy43LTEuNUwxMDgsODcuN2wtMTQuNywxNC43Yy0xLDEtMi4zLDEuNS0zLjcsMS41Yy0xLjUsMC0yLjctMC41LTMuNy0xLjVsLTcuMy03LjNjLTEtMS0xLjUtMi4zLTEuNS0zLjdjMC0xLjQsMC41LTIuNiwxLjUtMy43TDkzLjMsNzNMNzguNSw1OC4zYy0xLTEtMS41LTIuMy0xLjUtMy43YzAtMS41LDAuNS0yLjcsMS41LTMuN2w3LjMtNy4zYzEtMSwyLjMtMS41LDMuNy0xLjVjMS40LDAsMi42LDAuNSwzLjcsMS41TDEwOCw1OC4zbDE0LjctMTQuN2MxLTEsMi4zLTEuNSwzLjctMS41YzEuNSwwLDIuNywwLjUsMy43LDEuNWw3LjMsNy4zYzEsMSwxLjUsMi4zLDEuNSwzLjdjMCwxLjQtMC41LDIuNi0xLjUsMy43TDEyMi43LDczTDEzNy41LDg3Ljd6Ii8+PC9zdmc+);
}

.modal.no-chrome .modal-close:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    -webkit-opacity: 1.0;      
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxNiAxNDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxNiAxNDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNjIuMiw0MS42Yy01LjYtOS42LTEzLjItMTcuMi0yMi44LTIyLjhjLTkuNi01LjYtMjAuMS04LjQtMzEuNC04LjRjLTExLjQsMC0yMS44LDIuOC0zMS40LDguNEM2NywyNC40LDU5LjQsMzIsNTMuOCw0MS42Yy01LjYsOS42LTguNCwyMC4xLTguNCwzMS40YzAsMTEuNCwyLjgsMjEuOCw4LjQsMzEuNGM1LjYsOS42LDEzLjIsMTcuMiwyMi44LDIyLjhjOS42LDUuNiwyMC4xLDguNCwzMS40LDguNHMyMS44LTIuOCwzMS40LTguNGM5LjYtNS42LDE3LjItMTMuMiwyMi44LTIyLjhjNS42LTkuNiw4LjQtMjAuMSw4LjQtMzEuNEMxNzAuNiw2MS42LDE2Ny44LDUxLjIsMTYyLjIsNDEuNnogTTEzNy41LDg3LjdjMSwxLDEuNSwyLjMsMS41LDMuN2MwLDEuNS0wLjUsMi43LTEuNSwzLjdsLTcuMyw3LjNjLTEsMS0yLjMsMS41LTMuNywxLjVjLTEuNCwwLTIuNi0wLjUtMy43LTEuNUwxMDgsODcuN2wtMTQuNywxNC43Yy0xLDEtMi4zLDEuNS0zLjcsMS41Yy0xLjUsMC0yLjctMC41LTMuNy0xLjVsLTcuMy03LjNjLTEtMS0xLjUtMi4zLTEuNS0zLjdjMC0xLjQsMC41LTIuNiwxLjUtMy43TDkzLjMsNzNMNzguNSw1OC4zYy0xLTEtMS41LTIuMy0xLjUtMy43YzAtMS41LDAuNS0yLjcsMS41LTMuN2w3LjMtNy4zYzEtMSwyLjMtMS41LDMuNy0xLjVjMS40LDAsMi42LDAuNSwzLjcsMS41TDEwOCw1OC4zbDE0LjctMTQuN2MxLTEsMi4zLTEuNSwzLjctMS41YzEuNSwwLDIuNywwLjUsMy43LDEuNWw3LjMsNy4zYzEsMSwxLjUsMi4zLDEuNSwzLjdjMCwxLjQtMC41LDIuNi0xLjUsMy43TDEyMi43LDczTDEzNy41LDg3Ljd6Ii8+PC9zdmc+);
}

.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: FontAwesome;
    content: "\f003";
    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;
		}
	}
}

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

/* ---------- Tabs */
[data-tabs-panel][aria-hidden="true"] {
	display: none;
}
[data-tabs-panel]:focus {
	outline: none;
}



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




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

.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 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;
        text-indent: -9999px;
        width: 30px;
    }
    
    .utils-menu .menu li.icon:before {
        font-family: FontAwesome;
        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: FontAwesome;
        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:before {
        content: "\f09a";
        text-indent: 11px;
    }
    
    .utils-menu .menu li.twitter:before {
        content: "\f099";
        text-indent: 9px;
    }
    
    .utils-menu .menu li.linkedin:before {
        content: "\f0e1";
        text-indent: 9px;
    }
    
    .utils-menu .menu li.instagram:before {
        content: "\f16d";
        text-indent: 9px;
    }     
    
    .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 .menu li.icon {
    position: relative;
    text-indent: -9999px;
    width: 30px;
}

.footer-utils-menu .menu li.icon a:after {
    font-family: FontAwesome;
    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 {
    content: "\f09a";
    text-indent: 10px;
}

.footer-utils-menu .menu li.twitter a:after {
    content: "\f099";
    text-indent: 8px;
}

.footer-utils-menu .menu li.linkedin a:after {
    content: "\f0e1";
    text-indent: 8px;
}

.footer-utils-menu .menu li.instagram a:after {
    content: "\f16d";
    text-indent: 7px;
}

.footer-utils-menu .menu li.vimeo a:after {
    content: "\f27d";
    text-indent: 6px;
} 

.footer-utils-menu .menu li.youtube a:after {
    content: "\f04b";
    text-indent: 11px;
    font-size: 14px;
}

.footer-utils-menu .menu li.pinterest a:after {
    content: "\f231";
    text-indent: 9px;
    line-height: 35px;
}

.footer-utils-menu .menu li.googleplus a:after {
    content: "\f0d5";
    text-indent: 6px;
    font-size: 15px;
    line-height: 31px;
}