/**-------------------------
 * Typograhy
 --------------------------*/
h1.entry-title{
	text-transform: uppercase;
}
h1.entry-title,
article.page h2{
	font-weight: 300;
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 40px;
}
h2.pop-up{
	color: #6b6e74;
	font-size: 42px;
	font-weight: 300;
}
.block-content h2{
	font-size: 48px;
	font-weight: 300;
}
article.faq-block .faq-header h2{
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 15px;
    margin-top: 30px;
}
article.page .sidebar h2{
	font-size: 32px;
	font-weight: 500;
	color: #231f20;
	margin-bottom: 10px;
}
h2.form-title{
	color: #00adee;
	font-weight: 500;
	font-size: 48px;
	margin-bottom: 50px;
}
h4, .h4{
	color: #231f20;
	font-weight: 400;
}
h5, .h5{
	color: #00acec;
	font-weight: 500;
}
h6, .h6{
	color: #00acec;
	font-weight: 400;
}
p.body-1,
.body-1 p{
	font-size: 28px;
	font-weight: 300;
}
p.body-2,
.body-2 p{
	font-size: 22px;
	font-weight: 300;
	color: #939597;
}
p.body-3,
.body-3>p{
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
p.semibold{
	font-weight: 500;
}
.entry-content{
	font-size: 24px;
	font-weight: 300;
}
.page-hero-caption h2{
	font-weight: 100;
	font-size: 100px;
}
.page-hero-caption p{
	font-size: 22px;
}
.aap-name{
	color: #00509d;
	font-weight: 400;
	font-size: 20px;
}
.light-19{
	font-weight: 300;
	font-size: 19px;
}
p {
    margin: 0 0 20px;
}
/**-------------------------
 * Header
 --------------------------*/
.site-header,
.site-header-main,
.logo-name,
.sticked-header .navbar-brand>img{
    -webkit-transition-timing-function: ease-in;
  	transition-timing-function: ease-in;
  	-webkit-transition-duration: 0.5s;
  	transition-duration: 0.5s;
}
.site-header{
	height: 70px;
	background: rgba(26,26,26, 0.8);
    position: fixed;
    z-index: 10000;
    width: 100%;
}
.site-header-main{
    padding-left: 42px;
    display: inline-block;
    padding-right: 42px;
    width: 100%;
}
.navbar-brand{
	display: inline-block;
	padding: 0;
	padding-top: 40px;
	-webkit-transition-timing-function: ease-in;
  	transition-timing-function: ease-in;
  	-webkit-transition-duration: 0.5s;
  	transition-duration: 0.5s;
  	color: #FFF;
}
.navbar-brand:hover{
	color: #FFF;
}
.navbar-brand:focus{
	outline: none;
}
.sticked-header{
	height: 70px;
}
.navbar-brand>img{
	max-width: 100%;
	width: 152px;
	display: inline-block;
	-webkit-transition: width .5s;
    transition: width .5s;
}
.navbar-brand{
	padding-top: 15px;
}
.navbar-brand>img{
	width: 130px;
}
.sticked-header .logo-name{
	opacity: 0;
}
.icon-search-aap-svg{
	background-image: url(../img/search-aap.svg);
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 3px;
}
@media (max-width: 1465px){
	.logo-name{
		opacity: 0;
	}
}
@media (max-width: 1360px){
	.site-header .site-branding{
		width:15%;
	}
	.site-header .site-header-menu-1{
		width: 85%;
	}
}
@media (max-width: 1090px){
	.site-header{
		background: rgba(26,26,26,1);
		height: 80px;
	}
	.site-header .site-branding {
		width: 50%;
	    padding-left: 0;
	}
	.site-header-main{
		padding-left: 0;
		padding-right: 20px;
	}
	.navbar-brand{
		padding-top: 15px;
	}
	.navbar-brand>img{
		width: 134px;
	}
}
@media (max-width: 600px){
	#wpadminbar {
	    position: fixed;
	}
}
@media (max-width: 420px){
	.site-header .site-branding {
	    width: 45.333333%;
    	padding-left: 0;
	}
}
/*----------------------------
 * Menu
 ---------------------------*/
.site-header-menu-1{
	position: static;
}
.rmm ul.breaking-news-menu{
	list-style: none;
	color: #FFF;
}
.rmm ul.breaking-news-menu li{
	float: left;
	width: 25%;
	padding-left: 15px;
    padding-right: 15px;
}
.rmm ul.breaking-news-menu li .category{
	font-weight: 500;
	font-size: 18px;
	float: left;
    width: 100%;
}
.rmm ul.breaking-news-menu li h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.rmm ul.breaking-news-menu li img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

/*---------------------------
 * Common
 ---------------------------*/
.a-section{
	margin-bottom: 148px;
}
@media (max-width: 960px) {
	.a-section {
		margin-bottom: 116px;
	}
}
.home-data-count.a-section{
	margin-bottom: 180px;
}
.thumbnail{
	border: none;
	padding: 0;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; 
}
.widget{
	margin-bottom: 30px;
}
.widget a.btn{
	display: block;
	margin-bottom: 15px;
	padding: 14px 0;
    width: 100%;
    text-align: center;
    white-space: inherit;
}
a.btn-inverted{
    border: 1px solid #00acec;
    color: #00acec;
    text-transform: uppercase;
    padding: 14px 50px 11px;
    font-size: 20px;
    font-weight: 300;
}
a.btn-inverted:hover{
	background-color: #00acec;
    border: 1px solid #00acec;
    color: #FFF;
}
.login-product-select{
	margin-bottom: 30px;
}
.sticky{
	position: fixed;
	top: 0;
	width: 100%;
}
.thumbnail{
	margin-bottom: 10px;
}
/* Bootstrap modal overrides */
.modal-header .close {
	position: absolute;
    background: #FFF;
    right: -5px;
    top: 0;
    border: 0;
    background: #FFF;
}
.modal-dialog{
	margin: 175px auto;
}
.modal-header{
	text-align: center;
	border-bottom: 0;
	position: relative;
}
.modal-content{
	border-radius: 0;
	padding: 20px;
}
.hidden-form {
    display: none;
}
.pop-up-close{
	font-size: 22px;
	color: #000;
}
.pop-up-close-svg{
	background-image: url(../img/close.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
img{
	max-width: 100%;
	height: auto;
}
iframe {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    display: block;
    height: 442px;
    overflow: hidden;
}
/** Alignment */

.alignleft {
    float: left;
    margin: 6px 28px 28px 0;
}

.alignright {
    float: right;
    margin: 6px 0 28px 28px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px;
}


/** Caption */

.wp-caption {
    background: transparent;
    border: none;
    margin-bottom: 28px;
    max-width: 100%;
    padding: 0;
    text-align: inherit;
}

.wp-caption-text,
.wp-caption-dd {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px;
}

/** Galleries */
.mce-content-body .wpview-wrap {
    margin-bottom: 28px;
}

.gallery {
    margin: 0 -1.1666667%;
    padding: 0;
}

.gallery .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery .gallery-caption {
    font-size: 13px;
    margin: 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a img {
    display: block;
}
blockquote {
    border-left: 4px solid #1a1a1a;
    color: #686868;
    font-size: 19px;
    font-style: italic;
    line-height: 1.4736842105;
    margin-bottom: 28px;
    padding: 0 0 0 24px;
}

blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
}

blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
}

blockquote:before,
blockquote:after {
    content: "";
    display: table;
}

blockquote:after {
    clear: both;
}

blockquote > :last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.75;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote.alignleft,
blockquote.alignright {
    border: 0 solid #1a1a1a;
    border-top-width: 4px;
    padding: 18px 0 0;
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}
@media (max-width: 1090px){
	.modal-dialog{
		margin: 105px auto;
	}
}
@media (min-width: 992px){
	.affix{
		top:120px;
		position: fixed !important;
	}
	.modal-lg{
		width: 810px;
	}
}
@media (max-width: 992px){
	.affix,
	.affixed-elem {
        position: static !important;
    }
}
@media (max-width: 768px){
	.col-xm-6{
		width: 50%;
	}
}
/*---------------------------
 * Home page
 ---------------------------*/
.section-link {
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid #d5d6d7;
    text-align: center;
}
.section-link:last-child{
	border: none;
}
.home-content h6{
	text-transform: uppercase;
	margin-top: 0;
}
.home-content p.body-2{
	margin-bottom: 30px;
}
.home-content-text{
	width: 75%;
	margin: auto;
}
.home-media{
	padding-top: 120px;
	margin-top: -120px;
}
/*---------------------------
 * Home page media section
 ---------------------------*/
.home-media .nav-tabs{
    width: 12.28200%;
	float: left;
	max-height: 573px;
    overflow: hidden;
}
.home-media .nav-tabs li{
	margin-bottom: 0;
	width: 100%;
}
.home-media .nav-tabs li:last-child{
	margin:0;
}
.home-media .tab-content{
    float: right;
    width: 87.718%;
}
.home-media .nav-tabs>li>a{
	display: block;
	background-color: #262626;
	color: #FFF;
	text-align: center;
	border:none;
	border-bottom: 1px solid #FFF;
    padding-top: 15px;
    padding-bottom: 0;
    height: 96px;
    padding-left: 0;
    padding-right: 0;
	width: 100%;
	text-transform: uppercase;
}
.home-media .nav>li>a:hover, 
.home-media .nav>li>a:focus{
	background-color: #00acec;
	color: #FFF;
}
.home-media .nav-tabs>li.active>a, 
.home-media .nav-tabs>li.active>a:hover, 
.home-media .nav-tabs>li.active>a:focus{
	background-color: #00acec;
	color: #FFF;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #FFF;
}
.home-media-img-wrpr{
	width: 100%;
	margin-bottom: 10px;
}
.home-media-img-wrpr img{
	display: inline-block;
}
.home-media .tab-pane{
	position: relative;
}
.home-media .tab-pane:after{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
    bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.54+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.54) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8a000000',GradientType=0 ); /* IE6-9 */
}
.home-media .tab-pane img{
	width: 100%;
}
.home-meida-caption{
    position: absolute;
    z-index: 10;
    bottom: 45px;
    right: 45px;
    width: 45%;
    color: #FFF;
}
.home-meida-caption h5{
	color: #FFF;
}
.home-meida-caption .body-2 p{
	color: #FFF;
}
@media (max-width: 1200px){
	.home-media .nav-tabs>li>a{
		padding-top: 10px;
    	padding-bottom: 4.4px;
    	height: auto;
	}
}
@media (max-width: 992px){
	.home-media .tab-content{
		width: 100%;
	}
	.home-media .nav-tabs{
		width: 100%;
	}
	.home-media .nav-tabs li{
		display: block;
		max-width: 33.333%;
		border-right: 1px solid #FFF;
	}
	.home-media .nav-tabs li:nth-child(3n+3){
		border-right: 0;
	}
	.home-meida-caption{
		left: 25px;
		width: 75%;
	}
	.section-link{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 769px){
	.section-link{
		border-right: 0;
	}
	.home-media > .container{
		padding-right: 0;
		padding-left: 0;
		overflow: hidden;
	}
	.home-media .tab-pane{
		height: 525px;
	}
	.home-media .tab-pane img{
		width: auto;
		max-width: inherit;
    	height: 100%;
	}
}
@media (max-width: 590px){
	.home-media .nav-tabs>li>a{
		height: 92px;
	}
}
/*---------------------------
 * Breaking news
 ---------------------------*/
.home-breaking-news h3,
.news-page-recent h3{
	margin-top: 10px;
}
.home-breaking-news h3 > a,
.news-page-recent h3 > a{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: #231f20;
}
.home-breaking-news .body-3 > p,
.news-page-recent .body-3 > p{
	color: #58595b;
}
.home-breaking-news-categories > span{
	font-weight: 500;
	font-size: 18px;
	margin-right: 10px;
	text-transform: uppercase;
}
.news-page-recent{
	margin-bottom: 30px;
}
article.breaking-news p{
	font-size: 24px;
	font-weight: 300;
}
.breaking-news-text{
	margin-top: 40px;
	position: relative;
}
.breaking-news-text:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 280px;
	background-image: url(../img/single-news-overlay.png);
}
.news-article{
	margin-bottom: 10px;
}
@media (max-width: 769px){
	.home-breaking-news{
		-webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-y: hidden;
        overflow-x: auto;	
    }
	.home-breaking-news > .container{
		width: 1170px;
    	overflow: hidden;
	}
	.home-breaking-news .col-md-3{
		margin-bottom: 30px;
		width: 25%;
    	float: left;
	}
}
/*--------------------------------
 * Home page data count blocks
 -------------------------------*/
.data-count-block{
	padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.data-count-block > .count{
	font-weight: 300;
	color: #00b9f1;
	font-size: 52px;
	display: block;
	text-align: center;
}
.data-count-block > .count:after{
	content: '';
    display: block;
    background-color: #d1d2d4;
    width: 54px;
    height: 1px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.data-count-block > .count-title{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
    display: block;
}
.home-data-count .container .col-md-6:first-child .row{
	border-right: 1px solid #d1d2d4;
}
@media (max-width: 1060px){
	.data-count-block{
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.data-count-block > .count:after{
		margin-left: auto;
    	margin-right: auto;
	}
}
@media (max-width: 768px){
	.home-data-count .container .col-md-6:first-child .row{
		border-right: 0;
		border-bottom: 1px solid #d1d2d4;
	}
	.data-count-blocks .col-md-6:nth-child(n+3){
		display: none;
	} 

}
/*---------------------------
 * Pages
 ---------------------------*/
.site-content{
    padding-top: 195px;
}
body.page-template-page-service .site-content,
body.page-template-page-advisory .site-content,
body.home .site-content{
    padding-top:0;
}
body.page-template-default .entry-content,
body.search-no-results .search-results-content,
.error-404{
	margin-bottom: 90px;
}
.page-hero-banner{
	background-color: rgba(26,26,26, 0.8);
}
.page-banner-bck{
	min-height: 660px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center top;
    margin:0 auto;
}
.page-banner-bck:after{
	content: '';
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.page-hero-caption{
	position: relative;
	top:320px;
	color: #FFF;
	z-index: 10;
}
.page-hero-caption h2,
article.page .page-hero-caption h2{
	font-weight: 100;
	text-transform: uppercase;
	font-size: 100px;
}
.entry-category{
	color: #00acec;
	font-size: 22px;
}
.block-content{
	font-size: 22px;
	font-weight: 300;
	border-bottom: 1px solid #bbbdc0;
	padding-bottom: 50px;
	margin-bottom: 35px;
	padding-top: 120px;
	margin-top: -120px;
}
.block-content:last-child{
	margin-bottom: 0;
}
.related-post-thumb{
	position: relative;
	overflow: hidden;
}
.thumb-info-wrapper{
	position: absolute;
	bottom: 21px;
	padding: 15px 20px;
	left: 15px;
    right: 15px;
	background-color: rgba(26,26,26,0.8);
	color: #FFF;
}
.related-post-title{
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
}
.releated-post-excerpt p{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
}
.thumb-image-wrapper:hover .thumb-info-wrapper{
	background-color: rgba(26,26,26,1);
	-webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.page-cat-icons{
	list-style: none;
	padding: 0;
	font-weight: 400;
	font-size: 22px;
	color: #565a61;
}
.page-cat-icons li{
	display: block;
	clear: both;
	margin-bottom: 10px;
	line-height: 1.8;
}
.page-cat-icons li:before{
	content: '';
	background-image: url(../img/icons/default.png);
	background-size: contain;
	width: 35px;
	height: 35px;
	display: inline-block;
    float: left;
    margin-right: 15px;
}

.page-cat-icons li.breaking-news:before{
	background-image: url(../img/icons/24-7-Breaking-news.jpg);
}
.page-cat-icons li.accurate:before{
	background-image: url(../img/icons/accurate.jpg);
}
.page-cat-icons li.alerts:before{
	background-image: url(../img/icons/alerts.jpg);
}
.page-cat-icons li.auto-delivery:before{
	background-image: url(../img/icons/auto-delivery.jpg);
}
.page-cat-icons li.bespoke:before{
	background-image: url(../img/icons/bespoke.jpg);
}
.page-cat-icons li.casual-sales:before{
	background-image: url(../img/icons/casual-sales.jpg);
}
.page-cat-icons li.client-editability:before{
	background-image: url(../img/icons/client-editability.jpg);
}
.page-cat-icons li.cost-effective:before{
	background-image: url(../img/icons/cost-effective.jpg);
}
.page-cat-icons li.css-design:before{
	background-image: url(../img/icons/CSS-based_design.jpg);
}
.page-cat-icons li.customisable:before{
	background-image: url(../img/icons/customisable.jpg);
}
.page-cat-icons li.deadline-dependable:before{
	background-image: url(../img/icons/deadline-dependable.jpg);
}
.page-cat-icons li.digital:before{
	background-image: url(../img/icons/digital-print-broadcast.jpg);
}
.page-cat-icons li.entertainment:before{
	background-image: url(../img/icons/entertainment.jpg);
}
.page-cat-icons li.finance:before{
	background-image: url(../img/icons/finance.jpg);
}
.page-cat-icons li.free-access:before{
	background-image: url(../img/icons/free-access.jpg);
}
.page-cat-icons li.free-trial:before{
	background-image: url(../img/icons/free-trial.jpg);
}
.page-cat-icons li.fully-edited:before{
	background-image: url(../img/icons/fully-edited.jpg);
}
.page-cat-icons li.galleries:before{
	background-image: url(../img/icons/galleries.jpg);
}
.page-cat-icons li.horse-racing:before{
	background-image: url(../img/icons/horse-racing.jpg);
}
.page-cat-icons li.iframe-embed:before{
	background-image: url(../img/icons/iframe-embed.jpg);
}
.page-cat-icons li.independent-reporting:before{
	background-image: url(../img/icons/independent-reporting.jpg);
}
.page-cat-icons li.national:before{
	background-image: url(../img/icons/national.jpg);
}
.page-cat-icons li.packaged-content:before{
	background-image: url(../img/icons/packaged-content.jpg);
}
.page-cat-icons li.planning-tools:before{
	background-image: url(../img/icons/planning-tools.jpg);
}
.page-cat-icons li.professional:before{
   background-image: url(../img/icons/professional.jpg);
}
.page-cat-icons li.ready-to-publish:before{
	background-image: url(../img/icons/ready-to-publish.jpg);
}
.page-cat-icons li.real-time:before{
	background-image: url(../img/icons/real-time.jpg);
}
.page-cat-icons li.reliable:before{
	background-image: url(../img/icons/reliable.jpg);
}
.page-cat-icons li.rich-archive:before{
	background-image: url(../img/icons/rich-archive.jpg);
}
.page-cat-icons li.sport:before{
	background-image: url(../img/icons/sport.jpg);
}
.page-cat-icons li.trusted:before{
	background-image: url(../img/icons/trusted.jpg);
}
.page-cat-icons li.verified:before{
	background-image: url(../img/icons/verified.jpg);
}
.page-cat-icons li.verified:before{
	background-image: url(../img/icons/verified.jpg);
}
.page-cat-icons li.world:before{
	background-image: url(../img/icons/world.jpg);
}
.page-cat-icons li.world-sport:before{
	background-image: url(../img/icons/world-sport.jpg);
}

.secondary-content{
	font-size: 22px;
	font-weight: 400;
}
.search-results-content .post-date > p {
	margin-bottom: 5px;
}
.search-results-content .excerpt > p {
	font-size: 24px;
    font-weight: 300;
}
.search-results-content article + article{
	border-top: 1px solid #f1f1f1;
}
@media (max-width: 992px){
	.thumb-info-wrapper{
		position: initial;
		min-height: 155px;
	}
}
@media (max-width: 769px){
	body.home.page .site-content{
		padding-top: 0;
	}
	body.page .site-content{
		padding-top: 125px;
	}
	body.page-template-page-service .site-content, 
	body.page-template-page-advisory .site-content, 
	body.home .site-content{
		padding-top: 0;
	}
	.page-hero-caption{
		top: 235px;
	}
	.page-hero-caption h2, 
	article.page .page-hero-caption h2{
		font-size: 52px;
	}
	.related-post-thumb .thumbnail{
		background: rgba(26,26,26,0.8);
	}
}
/*******************
 * FAQ Page
 ******************/
.faq-block{
	border-bottom: 1px solid #bbbdbf;
	padding-bottom: 30px;
    padding-top: 150px;
    margin-top: -150px;
    display: block;
}
.faq-block p{
	font-size: 24px;
	font-weight: 300;
}
.faq-block:last-child{
	border-bottom: 0;
}
/********************
 * Team page
 *******************/
.team-page-block{
	text-align: center;
}
.team-page-block img{
	max-width: 100%;
	width: 112px;
}
.team-page-blocks{
	margin-bottom: 90px;
}
.team-page-blocks h3{
	color: #2c3039;
}
.team-page-blocks p{
	color: #6b6e74;
	font-size: 18px;
}
.team-page-team h2{
	font-weight: 300;
	color: #31323b;
	margin-bottom: 50px;
}
.team-staff{
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
}
.staff-thumbs{
	position: relative;
	display: block;
	min-height: 340px;
}
.team-staff li a{
	position: relative;
}
.team-staff li{
	display: inline-block;
	vertical-align: top;
	float: none;
	position: static;
	margin-bottom: 35px;
	/*transition: height 350ms ease-in-out;
    -webkit-transition: height 350ms ease-in-out;
    -webkit-transition: 1s;
    transition: 1s;
    transition-timing-function: ease-in-out;*/
    cursor: pointer;
}
.team-staff li + li{
	margin-right: -4px;
}
.team-page-staff img{
	border: none;
	outline: none;
	display: block;
	position: relative;
	width: 100%;
    height: auto;
}
.team-staff li.expanded{
	height: 750px !important;
}
/*.team-staff li.expanded > .staff-thumbs::after {
	top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #4d4d4d;
    border-width: 15px;
    left: 50%;
    margin: -25px 0 0 -15px;
}*/
.content-wrapper-team{
	margin-top: 15px;
}
.staff-a-dept + .staff-a-dept:before{
	content: ',';
	margin-right: 5px;
}
.team-staff-expander {
	min-height: 280px;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 20px;
    text-align: left;
    color: #FFF;
    z-index: 10;
    width: 100%;
    padding: 55px 15px;
    background-color: #4F4F4F;
}
.expander-arrow{
    top: auto;
    margin-top: -39px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #4d4d4d;
    border-width: 30px;
}
.team-staff-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.staff-thumbs h4{
	font-size: 24px;
	font-weight: 500;
	margin-top: 18px;
	margin-bottom: 0;
}
p.staff-dept{
	font-size: 18px;
}
.team-staff-expander h4{
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	color: #FFF;
}
.team-staff-expander p.dept{
	font-size: 18px;
	color: #bbbdc0;
}
.team-staff-expander p{
	color: #FFF;
}
.team-expanded-content{
	-moz-column-width: auto;
    -webkit-column-width: auto;
    column-width: auto;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-fill: auto;
    -moz-column-fill: auto;
    -webkit-column-fill: auto;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    min-height: 275px;
}
.faq-block-links{
	list-style: none;
	padding: 0;
}
.faq-block-links li{
	margin-bottom: 20px;
}
.faq-block-links li a{
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid;
}
@media (max-width: 992px){
	.team-staff li.expanded{
		margin-bottom: 175px;
	}
}
@media (max-width: 769px){
	.team-staff li.expanded{
		margin-bottom: 190px;
	}
}
@media (max-width: 667px){
	.team-staff li{
		margin-top: 15px;
	}
}
@media (max-width: 570px){
	.team-staff li.expanded{
		margin-bottom: 340px;
	}
}
@media (max-width: 330px){
	.team-staff li.expanded{
		margin-bottom: 380px;
	}
}
@media (max-width: 400px){
	.staff-thumbs{
		min-height: 245px;
	}
	.team-expanded-content{
		-moz-column-count: 1;
        -webkit-column-count: 1;
    	column-count: 1;
	}
}

/*---------------------------
 * Footer top links
----------------------------*/
.footer-top{
	background-color: #00b9f1;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-top a.btn-footer,
.footer-top .menu li > a{
    border: 1px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
    padding: 14px 50px 11px;
    font-size: 20px;
    font-weight: 300;
}
.footer-top a.btn-footer:hover,
.footer-top .menu li > a:hover{
	background-color: #FFF;
    border: 1px solid #FFF;
    color: #00acec;
    text-transform: uppercase;
    padding: 14px 50px 11px;
    font-size: 20px;
    font-weight: 300;
}
.footer-top a + a{
	margin-left: 15px;
}
.footer-top .menu{
	list-style: none;
	padding-left: 0;
	display: inline-block;
}
.footer-top .menu li{
	display: block;
	float: left;
	margin-right:15px;
	padding: 0;
}
.footer-top .menu li > a{
	display: block;
}
@media (max-width: 580px){
	.footer-top .menu li{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-top .menu li + li {
		margin-top: 15px;
	}
}
/*---------------------------
 * Footer
 ---------------------------*/
footer.site-footer{
 	background-color: #1a1a1a;
 	padding-top: 95px;
 	padding-bottom: 55px;
}
footer.site-footer h4{
	font-size: 12px;
	color: #d1d2d4;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
}
footer.site-footer ul.menu{
	list-style: none;
	padding-left: 0;
}
footer.site-footer ul.menu li a{
	color: #d1d2d4;
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.site-legal-links,
.site-copyright{
	padding-top: 10px;
	float: right;
}
.site-legal-links a,
.site-copyright p{
	color: #d1d2d4;
	font-size: 14px;
}
.site-legal-links a:after{
	content: '|';
	margin-right: 15px;
	margin-left: 15px;
}
.site-legal-links a:last-child:after{
	content: '';
}
footer.site-footer .footer-col{
    -moz-column-width: 100px;
    -webkit-column-width: 100px;
    column-width: 140px;
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    column-fill: auto;
    -moz-column-fill: auto;
    -webkit-column-fill: auto;
    height: 265px;
    
}
footer.site-footer .footer-col .widget{
    display: inline-block;
    width: 140px;
    margin-bottom: 10px;
}
@media (max-width: 769px){
	footer.site-footer .footer-col{
		display: none;
	}
	footer.site-footer > .container > div{
		margin-bottom: 15px;
	}
	.site-copyright{
		float: left;
	}
	.footer-top a.btn-footer{
		margin-bottom: 15px;
	}
}
/*---------------------------
 * Accessibility
 ----------------------------*/

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/*------------------------
 Hero banner v2
-------------------------*/
.hero{
	height: 840px;
	min-height: 455px;
	padding: 0;
	color: #FFF;
	position: relative;
	overflow: hidden;
	margin-bottom: 150px;
}
.hero-banner{
	min-height: 840px;
	background-size: cover;
}
.hero-banner-image{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition-timing-function: ease-in;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hero-banner-image img{
	width: 100%;
}
.hero-banner-default .hero-banner-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.8s;
	opacity: 1;
	background: rgba(26, 26, 26, 0.6);
}
@media (max-width: 960px) {
	.hero-banner-image:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		transition: all 0.8s;
		opacity: 1;
		background: rgba(26, 26, 26, 0.6);
	}
}
.caption-wrapper{
	position: relative;
    padding-top: 18%;
    text-align: center;
}
.top-caption p{
	font-size:28px;
	text-transform: uppercase;
}
.caption h2{
	font-size: 100px;
	font-weight: 500;
}
.bottom-caption p{
	color: #e9e9ea;
	font-size:28px;
}
.links-wrapper{
	text-align: center;
	margin-top: 100px;
	position: relative;
}
.links-wrapper a+a{
	margin-left: 5px;
}

.banner-bottom-panels{
	position: absolute;
/*	bottom: 5px;*/
	top:0px;
	width:100%;
	padding-left: 37.5px;
    padding-right: 37.5px;
    height: 100%;
}
.bottom-panel{
	text-align: center;
	padding-right: 37.5px;
    padding-left: 37.5px;
    height: 100%;
    transform: translateY(90%);
}
.bottom-panel.pushed-up{
    background: rgba(255,255,255,0.2);
    transform: translateY(0%);
}
.bottom-panel:after{
	/*content: '';*/
	width: 100%;
	height: 5px;
	background: rgba(255, 255, 255, 0.5); 
	display: inline-block;
}
.bottom-panel p{
	font-size: 22px;
	font-weight: 300;
}
.off-banner{
	height: 95%;
	position: relative;
}
.off-banner-content{
	position: absolute;
	bottom: 0;
}
.banner-border{
	width: 100%;
	height: 5px;
	background: rgba(255, 255, 255, 0.5); 
	display: inline-block;
}
.hero-default-content{
	position: relative;
	z-index: 15;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; 
}
.hero-banner-slide{
    height: 100%;
    width: 100%;
}
.hero-banner-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}
.hero-banner-image video{
	width: 100%;
}
.hero-banner-slide-content{
	width: 29.068999%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 57px;
    margin-left: 57px;
    position: absolute;
    top: 0px;
    height: 100%;  
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; 
    z-index: 10;
}
.hero-banner-slide-content.section0{

}
.hero-banner-slide-content.section1{
/*	left: 33.33%;*/
	left: 31.54%;
}
.hero-banner-slide-content.section2{
	left: 63.1%;
}
.banner-bar{
	position: relative;
	height: 100%;
}
.banner-bar:after{
	content: '';
	width: 100%;
	height: 5px;
	background: rgba(255, 255, 255, 0.5); 
	display: inline-block;
	position: absolute;
	bottom: 17px;
}
.expanded .banner-bar:after{
	background: rgba(255, 255, 255, 1);
}
.hero-banner-slide-upper{
	position: absolute;
	bottom: 17px;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	width: 100%;
}
.hero-banner-slide-lower{
	position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    transform: translateY(150%);
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hero-banner-slide-lower.expanded{
	transform: translateY(0);
	transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; 
}
.hero-banner-slide-content.expanded{
	background: rgba(0, 0, 0, 0.2); 
	z-index: 20;
	transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; 
}
.default-content-opacity-zero{
	opacity: 0;
	transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; 
}
.opacity-zero{
	opacity: 0;
	transition-timing-function:ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; 
}
.btn-banner{
	background: rgba(0,0,0,0.2);
	border: 1px solid #FFF;
	color: #FFF;
	text-transform: uppercase;
	padding: 14px 50px 11px;
	font-size: 20px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 45px;
}
.btn-banner:hover{
	background: rgba(0,0,0,0.6);
	color: #FFF;
}
.hero-banner-slide-lower p{
	font-size: 22px;
	font-weight: 300;
	padding-left: 90px;
    padding-right: 90px;
}
.hero-banner-slide-lower h3{
	font-weight: 400;
	font-size: 32px;
	text-transform: uppercase;
}
/****** Slider *********/
@media (max-height: 780px){
	.caption-wrapper{
		padding-top: 155px;
	}
}
@media (max-height: 620px){
	.links-wrapper{
		margin-top: 5px;
	}
	.caption-wrapper{
		padding-top: 135px;
	}
}
@media (max-width: 1360px){
	.caption-wrapper{
		padding-top: 205px;
	}
}
@media (max-width: 1180px){
	.caption-wrapper{
		padding-top: 15%;
	}
	.links-wrapper{
		margin-top: 0;
	}
	.hero-banner-slide-lower p{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 960px){
	.hero {
    	height: auto;
	}
	.hero-banner-image{
		background-position: 25% 50%;
	}
	.hero-banner-slide-content{
		margin-left: 0;
		margin-right: 0;
	}
	.caption-wrapper{
		padding-top: 25%;
	}
	.caption h2{
		font-size: 62px;
		margin: 5px 0;
	}
	.top-caption p{
		font-size: 18px;
	}
	.hero-banner {
    	min-height: 625px;
	}
	.hover-area-text{
		display: none;
	}
	.hero-banner-default .hero-banner-image{
		height: 600px;
	}
	.hero-banner-default .hero-banner-image video{
		width: auto;
    	height: 100%;
	}
	.hero-banner-slide .hero-banner-image{
		position: absolute;
		opacity: 1;
	}
	.hero-banner-slide-lower{
		bottom: 0;
    	transform: initial;
	}
	.hero-banner-slide {
	    height: 100%;
	    width: 100%;
	    float: left;
	    height: 400px;
	    display: block;
	    position: relative;
	}
	.hero-banner-default{
		min-height: 600px;
	}
	.hero-banner-slide-content {
	    width: 100%;
	    position: initial;
	}
	.banner-bar:after{
		display: none;
	}
	.hero-banner-slide-lower p{
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-content-text{
		width: 100%;
	}
	.hero-banner-default .hero-banner-image video{
		display: none;
	}
	.btn-banner {
		font-weight: 400;
	}
	.hero-banner-slide-content .btn-banner{
		width: 270px;
		padding: 10px 10px 8px;
		font-size: 32px;
	}

}
@media (max-width: 690px){
	.caption-wrapper {
	    padding-top: 35%;
	}
	.links-wrapper{
	    margin-top: 35px;
	}
	.hero-default-content{
		padding: 0 15px;
	}
	.btn-banner{
		padding: 14px 5px 11px;
		min-width: 70%;
	}
	.hero-banner-image {
	    background-position: 50% 50%;
	}
}
div.modal,
div.modal > .modal-dialog {
	z-index: 15000;
}