



/* ***************************** GENERAL ****************************** */	

.rolex {
	position: relative;
	bottom: 10rem;
	text-align: center;
}

#page{
margin:0px;
}

html{
	height:100%;
}
body.home,
body.home #page,
body.home .site-inner,
body.home #content,
body.home #primary{
	width:100%;
	height:100%;
}
body.home #primary{
	position:relative;
}

a, a:active, a:focus {
outline: none;
outline: 0;
}


.extra-header-insert{
	font-weight:bold !important;
}

article .post-thumbnail{
	display:none;
}



p {
   letter-spacing:0.3px;
}
p a{
	color:#0d131d;
	box-shadow: 0 1px 0 0 #007ea2 !important;
	/**/
	transition: opacity .25s linear;
   -moz-transition: opacity .25s linear;
   -webkit-transition: opacity .25s linear;
}	
p a:hover{
	color:#0d131d;
	box-shadow: 0 1px 0 0 #007ea2 !important;
	opacity:0.8;
	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
}

	
p, a, h1, h2, h3, h4{
	hyphens: none !important;
}	

// Remove tap highlight on iOS
input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


body{
	background-color:white;
}
body.home #page{
	background-color:transparent;
	color:white;
}



body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    height: 0px;
}

.entry-footer{
	background-color:transparent;
}


/*#baheaderimage {
	margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    max-width: 1280px;
    display: block;
    width:100%;
	height:354px;
    background-size: cover;
    background-position: center center;
    position: relative;
	margin-top:60px;
}*/
#baheaderimage{
	display: block;
	padding:0px;
	margin:0px;
	width:100%;
	padding-bottom: 37.5%; /* 1600x600 */
	position: relative;
	margin-top: 60px;
}
#baheaderimage img{
	display:block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	max-width: 100%;
	width: 100%;
	height:auto;
}

#secondary .widget{
	border-top: 0px;
	background-color:#f9f9f9;
}






/* ***************************** HOMEPAGE - DESKTOP ****************************** */	


#image-lead-parent{ /* This and the next for main homepage bg image */
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-2;
}
#image-lead {
    display: block;
    width:100%;
	height:100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#background_overlay{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image: url("img/blue_overlay.png");
	background-repeat:repeat;
	z-index:-1;
}

body.home video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: 1000% !important;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  /*transition: 1s opacity;*/
}    

body.home #main{
	position: absolute;
    text-align: center;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
	padding: 0 30px;
}

@media screen and (min-width: 910px) {
body.home #main{
	padding: 0 190px;
}
}
body.home #main h1{
	color:white;
	padding-bottom:50px;
	max-width:650px;
	margin-left: auto;
    margin-right: auto;
}
body.home #main h3{
	color:white;
	padding-bottom:45px;
	line-height: 35px;
}
body.home #main .logo{
	padding-bottom:40px;
}

@media screen and (max-width: 44.375em) {
	body.home #main .logo{
		display:none;
	}
	body.home #main h1{
		font-size:40px;
		padding-bottom:25px;
	}
	body.home #main h3{
		font-size:20px;
		padding-bottom:22px;
	}
}
@media screen and (max-height: 320px) {
	body.home footer{
		display:none;
	}
	body.home #main h3{
		display:none;
	}
	body.home #main h1{
		font-size:30px;
		padding-bottom:15px;
		padding-top:25px;
	}
}
    
	
body.home #hp_more{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: white 1px solid;
	display: inline-block;
	text-transform: uppercase;
}
body.home #hp_more a{
	
	color: white;
    display: block;
    font-family: "Montserrat";
    letter-spacing: 1.5px;
    padding: 18px 14px 20px;
	line-height: 1px;
	margin: 0px;
	overflow:hidden;
	font-weight:normal !important;
	/**/
	-webkit-transition: color .2s linear, background-color .2s linear;
   -moz-transition: color .2s linear, background-color .2s linear;
     -o-transition: color .2s linear, background-color .2s linear;
        transition: color .2s linear, background-color .2s linear;
}
body.home #hp_more a:hover{
	color: #0b121c;
	background-color:white;
	font-weight:normal !important;
}	
	

	
	

/* ***************************** HOMEPAGE - MOBILE ****************************** */		
	
	
	
.homepage_intro_block{ /* This and the next for main homepage bg image */
	height:500px;
	height:100vh;
	display: block;
    background-size: cover;
    background-position: center center;
	position:relative;
}

.homepage_intro_block #background_overlay_mobile{
	display:block;
	width:100%;
	height:100%;
	background-image: url("img/blue_overlay.png");
	background-repeat:repeat;
}  

.homepage_intro_block .text{
	text-align: center;
	position: absolute;
	top: 42%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 15px;
	width:100%;
} 

.homepage_intro_block h1{
	color:white;
	font-size:30px;
	line-height: 35px;
	padding-bottom:30px;
}
.homepage_intro_block h3{
	color:white;
	font-size:18px;
	padding-bottom:30px;
	line-height: 26px;
}

.homepage_intro_block #hp_more{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: white 1px solid;
	display: inline-block;
}
.homepage_intro_block #hp_more a{
	color: white;
    display: block;
    font-family: "Montserrat";
    letter-spacing: 1.5px;
    padding: 4px 14px;
}

.homepage_intro_block .logo{
	padding-bottom:20px;
}

/* other blocks */
.homepage_page_block .text{
	text-align:center;
	padding:15px 5px 28px;
}
.homepage_page_block p{
	margin-bottom:20px;
}
.homepage_page_block .text h4,
.homepage_page_block .text h4 a{
	color:#0b121c;
	font-family: "Montserrat";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.homepage_page_block #hp_more{
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #0b121c 1px solid;
	display: inline-block;
}
.homepage_page_block #hp_more a{
	color: #0b121c;
    display: block;
    font-family: "Montserrat";
    letter-spacing: 1.5px;
    padding: 4px 14px;
}



#hp_title{
	/*font-family: "PT Serif";*/
	font-weight: normal !important;
}
	
	
	
	
	
	
/* ***************************** FOOTER ****************************** */		
	
	
.site-footer{
	background-color:#f9f9f9;
	min-height:100px;
	width:100%;
	display:block;
	/*text-align:right;*/
	padding-bottom:0px !important;
}
body.home .site-footer{
	text-align:center;
}
body.page-template-page-mobilehome .site-footer{
	text-align:center;
}
body.home .site-footer{
	background-color: transparent;
	position:fixed;
	bottom:0px;
	left:0px;
}
.site-footer .footer_social_link{
	display:inline-block;
	padding: 27px 0 0;
	margin-left: -3px;
	margin-right: -3px;
}
.site-footer #ba_social_links{
	float:right;
}
body.home  .site-footer #ba_social_links{
	float:none;
}
.site-footer #ba_social_links .footer_social_link a{
	background-image: url("img/hp_social_facebook.png");
	background-repeat:no-repeat;
	background-position: center center;
    background-size: 50px 50px;
	display:block;
   width:49px;
   height:49px;
   text-indent: -9999px;
   text-indent: 200%;
   overflow:hidden;
   padding:0px;
   margin:0px;
   /**/
	transition: opacity .25s linear;
   -moz-transition: opacity .25s linear;
   -webkit-transition: opacity .25s linear;
}
.site-footer #ba_social_links .footer_social_link a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
  	-moz-opacity: 0.7;
}





.site-footer #ba_social_links #ba_twitter a{
	background-image: url("img/hp_social_twitter.png");
}
.site-footer #ba_social_links #ba_instagram a{
	background-image: url("img/hp_social_instagram.png");
}


body.not_home .site-footer .footer_social_link{
	/*padding: 27px 0 0;*/
}
body.not_home .site-footer #ba_social_links .footer_social_link a{
	background-image: url("img/hp_social_facebook_black.png");
	width:49px;
   	height:49px;
}
body.not_home .site-footer #ba_social_links #ba_twitter a{
	background-image: url("img/hp_social_twitter_black.png");
}
body.not_home .site-footer #ba_social_links #ba_instagram a{
	background-image: url("img/hp_social_instagram_black.png");
}
	
.footercopyline{
	color: #c8c8c8;
    float: left;
    padding-top: 36px;
    font-family: "PT Serif";
}
body.home .footercopyline{
	display:none;
}


@media screen and (max-width: 500px) {
	.site-footer{
		text-align:center;
	}
	.footercopyline{
    	float: none;
		padding-top: 26px;
	}
	.site-footer #ba_social_links{
		float:none;
	}
	.site-footer .footer_social_link{
		padding-top:5px;
		padding-bottom:24px;
	}
}
	
	
	
	
	
	
/* ***************************** Feature + Single Detail, template specific ****************************** */	
	

body.page-template-page-feature #content,
body.page-template-page-charity #content,
body.single-news #content,
body.page-template-page-mobilehome #content{
	margin-top:42px; 
}



body.page-template-page-feature #main article header,
body.page-template-page-charity #main article header,
body.single-news #main article header,
body.page-template-page-mobilehome #main article header,
body.page-id-127 #main article header{
	padding-bottom:5px;
}


body.page-id-23 #main article{
	margin-bottom:2em;	
}

@media screen and (min-width: 61.5625em) {

body.page-template-page-feature #main article h1,
body.page-template-page-charity #main article h1,
.ba_timeline .timeline_intro,
.logostitle,
body.single-news #main article h1,
body.page-template-page-mobilehome #main article h1,
body.page-id-127 #main article h1{
	margin-top:-8px;
	letter-spacing:0.3px;
	padding-left: 96px;
}


.logooos_container{
	padding-left: 85px;
}

body.page-template-page-feature #main article .entry-content p,
body.page-template-page-charity #main article .entry-content p,
body.single-news #main article .entry-content p,
body.page-template-page-mobilehome #main article .entry-content p,
body.page-id-127 #main article .entry-content p{
	padding-left: 96px;
}
body.page-template-page-feature #main article .entry-content .wp-caption,
body.single-news #main article .entry-content .wp-caption,
body.page-template-page-feature #main article .entry-content p.noleftpadding,
body.page-template-page-feature #main article .entry-content div.gallery-container,
body.single-news #main article .entry-content div.gallery-container,
body.page-template-page-charity #main article .entry-content p.noleftpadding,
body.page-template-page-charity #main article .entry-content div.gallery-container,
body.single-news #main article .entry-content p.noleftpadding,
body.page-template-page-mobilehome #main article .entry-content p.noleftpadding,
body.page-id-127 #main article .entry-content p.noleftpadding{
	padding-left: 52px;
	margin-right: -82px;
	max-width:112%;
}

body.page-template-page-feature #main article .entry-content p.noleftpadding img,
body.page-template-page-charity #main article .entry-content p.noleftpadding img,
body.single-news #main article .entry-content p.noleftpadding img,
body.page-id-127 #main article .entry-content p.noleftpadding img{
	width:750px;
}


body.page-template-page-feature #primary,
body.page-template-page-charity #primary,
body.single-news #primary,
body.page-template-page-mobilehome #primary,
body.page-id-127 #primary{
	width: 57%;
}

body.page-template-page-feature #secondary,
body.page-template-page-charity #secondary,
body.single-news #secondary,
body.page-template-page-mobilehome #secondary,
body.page-id-127 #secondary{
	margin-left: 66%;
    width: 22%;
}

}
	
	
	
	
	
/* ***************************** Media insert Image ****************************** */		
	
body.page-template-page-feature #main article .entry-content .wp-caption,
body.single-news #main article .entry-content .wp-caption{
	width: auto !important;
}

body.page-template-page-feature #main article .entry-content .wp-caption .wp-caption-text,
body.single-news #main article .entry-content .wp-caption .wp-caption-text{
	padding: 17px 20px 20px;
	background-color: #f9f9f9;
	font-style:normal;
}	
@media screen and (min-width: 61.5625em) {
body.page-template-page-feature #main article .entry-content .wp-caption .wp-caption-text,
body.single-news #main article .entry-content .wp-caption .wp-caption-text{
	padding-left: 45px;
}
}

@media only screen and (max-width: 910px) {
body.page-template-page-feature #main article .entry-content .wp-caption{
	margin-right:0px;
}
}
	
	
	
	

/* ***************************** Social page ****************************** */	


.ff-slideshow-open .ff-nav-close,
.ff-nav-info-keys{
	display:none !important;
}



.ff-slideshow-open li{
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.ff-slideshow-open .ff-show .ff-slide-wrapper .ff-item-cont .ff-content{
	font-family: "PT Serif" !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 23px !important;
}
.ff-slideshow-open .ff-show .ff-slide-wrapper .ff-item-cont .ff-item-meta a{
	font-family: "Montserrat" !important;
	font-weight: normal !important;
	text-transform:none !important;
}



body.page-id-25 .site-inner{
	max-width:100%;
}
body.page-id-25 #content{
	padding:0px;
}
body.page-id-25 .site-inner article header{
	display:none;
}
body.page-id-25 .site-inner article .entry-content{
	margin-left:0px;
	margin-right:0px;
}


/* feed blocks */


body.page-id-25 .ff-stream{
	padding-top:2px;
}


body.page-id-25 .ff-stream-wrapper .ff-nickname{
	display: none !important;
}
body.page-id-25 .ff-stream-wrapper .ff-name{
	text-align:left;
	display: inline-block !important;
	font-family: "Montserrat" !important;
	font-weight: normal !important;
	text-transform:none !important;
}
.ff-theme-classic .ff-name::after, .ff-theme-flat .ff-name::after, .ff-theme-classic.ff-style-4 .ff-timestamp::before, .ff-theme-classic.ff-style-5 .ff-timestamp::before, .ff-posted::after {
    content: "•";
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
	margin-right: 5px;
}
body.page-id-25 .ff-stream-wrapper .ff-item-meta{
	text-align:left;
	padding-top:18px !important;
}
body.page-id-25 .ff-stream-wrapper .ff-content{
font-family: "PT Serif";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19px;
}

body.page-id-25 .ff-stream-wrapper a{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

body.page-id-25 .ff-stream .ff-header{
  display: none !important;
}





/* ***************************** News Listings ****************************** */	


body.page-id-127 #content{
	margin-top:102px;
}

body.page-id-127 #content header h1{
	display:none;
}

@media only screen and (min-width: 910px) {
	body.page-id-127 #secondary{
		margin-top:5px;
	}
}
@media only screen and (max-width: 910px) {
	body.page-id-127 #secondary{
		display:none;
	}
	/*body.page-id-127 #ajax-load-more .alm-btn-wrap{
		display:none;
	}*/
}



@media screen and (min-width: 61.5625em) {
	
body.page-id-127 .noleftpadding{
	padding-left: 52px;
	/*margin-right: -82px;*/
	max-width:112%;
}
body.page-id-127 .alm-reveal{
	margin-right: -82px;
	max-width:112%;
}

body.page-id-127 #ajax-load-more .alm-reveal h3{
	padding-left: 96px;
	margin-right: 82px;
}

body.page-id-127 #ajax-load-more .alm-reveal .excerpt{
	padding-left: 96px;
	margin-right: 82px;
}
}

body.page-id-127 #ajax-load-more .alm-reveal h3{
	font-family: Montserrat,"Helvetica Neue",sans-serif;
	color: #0d131d;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin-top:38px;
	margin-bottom:8px;
	font-size: 2.1rem;
	
	/**/
	transition: opacity .25s linear;
   -moz-transition: opacity .25s linear;
   -webkit-transition: opacity .25s linear;
}


body.page-id-127 .row h3:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
}




body.page-id-127 #ajax-load-more .alm-reveal .line{
	height: 2px;
    margin-bottom: 52px;
    margin-top: 46px;
}
body.page-id-127 #ajax-load-more .alm-reveal .line .inner{
	background-color: #c9c9c9;
    height: 2px;
}
@media screen and (min-width: 61.5625em) {
	body.page-id-127 #ajax-load-more .alm-reveal .line{
		/*margin-right: -82px;*/
    	max-width: 112%;
    	padding-left: 52px;
	}
}


body.page-id-127 .row a{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	text-decoration:none;
}


.page-id-127 .attachment-news_listing{
	transition: opacity .25s linear;
   -moz-transition: opacity .25s linear;
   -webkit-transition: opacity .25s linear;
}
.page-id-127 .attachment-news_listing:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
}	
	
	


	
	
	
	
/* ***************************** Single Detail specific ****************************** */	
	
body.single-news .addthis_toolbox{
	margin-bottom:18px;
	margin-top:-4px;
}
body.single-news .singledate{
	font-family: Montserrat,"Helvetica Neue",sans-serif;
	color: #0d131d;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.3px;
	margin-bottom:12px;
	font-size: 16px;
}
@media screen and (min-width: 61.5625em) {
	body.single-news .addthis_toolbox{
		padding-left: 96px;
	}
	body.single-news .singledate{
		padding-left: 96px;
	}
}
	
	
/* ***************************** SECONDARY / SIDEBAR ****************************** */	
	
	
#content #secondary	.widget:nth-of-type(1),
#content #secondary	.widget:nth-of-type(1) ul,
#content #secondary	.widget:nth-of-type(1) ul li{
	margin-bottom:0px;
}

#content #secondary	.widget:nth-of-type(1) li{
	padding-bottom:0px;
}
#content #secondary	.widget:nth-of-type(2) .widget-title{
	display:none;
}

#content #secondary .widget-title{
	font-weight: normal;
	text-transform:none;
	padding: 0 18px 0 22px;
	font-size: 13px;
	margin-bottom: 20px;
}
/*body.page-id-127 #content #secondary .widget-title {
   font-size: 13px;
}*/
#content #secondary ul li .rpwe-title{
	position:relative;
	padding-left: 22px;
    padding-right: 22px;
	clear: both;
}
#content #secondary ul li .rpwe-title a{
	font-family: Montserrat,"Helvetica Neue",sans-serif;
	font-weight: normal;
	font-size: 13px;
	color:black;
	width:100%;
	display:block !important;
	border-bottom:1px #dfdfdf solid;
	padding-bottom: 20px;
	/**/
	transition: opacity .25s linear;
   -moz-transition: opacity .25s linear;
   -webkit-transition: opacity .25s linear;
}
#content #secondary ul li .rpwe-title a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
}


body.page-id-127 #content #secondary ul li .rpwe-title a{ /* for news listing page - because it has no image */
	padding-top: 20px;
}
#content #secondary .widget:nth-of-type(2) ul li:last-child .rpwe-title a {
    border-bottom:0px;
}
body.page-id-127  #content #secondary .widget:nth-of-type(1) ul li:last-child .rpwe-title a { /* for news listing page - because it has no image */
    border-bottom:0px;
}
body.page-id-127  #content #secondary .widget{ /* for news listing page - because it has no image */
    padding-bottom:8px;
}
#content #secondary ul li{
	border-bottom:0px;
}

	
#text-3{ /* contact blank widget */
	display:none;
}

#content #secondary	section .post-thumbnail,
#content #secondary	section .rpwe-thumb,
#content #secondary	section .size-sidebar_thumbs{
	border: 0px !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 0px 0px 18px 0px !important;
}

@media only screen and (max-width: 910px) {
#content #secondary	section .size-sidebar_thumbs{
	width:100%;
}
}


#secondary a,
#secondary a:hover {
    box-shadow: 0 0px 0 0 currentcolor !important;
}


/* archive */

#content #secondary	.jaw_widget{
	list-style-type: none;
    margin: 0;
    padding: 0 18px 20px 22px;
    position: relative;
}
#content #secondary	ul{
	margin-left:0px !important;
}
#content #secondary	ul ul{
	margin-left:20px !important;
}
#content #secondary	ul ul ul{
	margin-left:0px !important;
}

#content #secondary	.jaw_widget,
#content #secondary	.jaw_widget a{
	color: #0d131d;
	font-family: Montserrat,"Helvetica Neue",sans-serif;
	font-size: 13px;
}
#content #secondary	.jaw_widget li{
	list-style-type: none;
}

#content #secondary	.jaw_widget li a{
	border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
	max-width: 100%;
    width: 100%;
}
#content #secondary	.jaw_widget li a.jaw_months{
	/*padding-left: 20px;*/
}
#content #secondary	.jaw_widget li a.jaw_years:before,
#content #secondary	.jaw_widget li a.jaw_months:before {
  	background-image: url('img/archive_arrow.png');
    background-size: 10px 8px;
    display: inline-block;
    width: 10px; 
    height: 8px;
    content:"";
	overflow:hidden;
	margin-right: 10px;
	/**/
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -webkit-transform .3s ease-in-out;
  	transition: transform .3s ease-in-out;
	/**/
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
  	transform: rotate(-90deg);
}
#content #secondary	.jaw_widget .jaw_years.expanded a.jaw_years:before,
#content #secondary	.jaw_widget .jaw_months.expanded a.jaw_months:before {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
  		transform: rotate(0deg);
}

#content #secondary	.jaw_widget li.jaw_posts a{
	border-bottom: 0px;
}






/* ***************************** ABOUT BEN MOVED / SIDEBAR ****************************** */	
	
	
.ba_timeline .widget:nth-of-type(1),
.ba_timeline .widget:nth-of-type(1) ul,
.ba_timeline .widget:nth-of-type(1) ul li{
	margin-bottom:0px;
}

.ba_timeline .widget:nth-of-type(1) li{
	padding-bottom:0px;
}
.ba_timeline .widget:nth-of-type(2) .widget-title{
	display:none;
}

.ba_timeline .widget-title{
	font-weight: normal;
	text-transform:none;
	padding: 0 18px 0 22px;
	font-size: 13px;
	margin-bottom: 20px;
}
/*body.page-id-127 #content #secondary .widget-title {
   font-size: 13px;
}*/
.ba_timeline ul li .rpwe-title{
	position:relative;
	padding-left: 22px;
    padding-right: 22px;
	clear: both;
}
.ba_timeline ul li .rpwe-title a{
	font-family: Montserrat,"Helvetica Neue",sans-serif;
	font-weight: normal;
	font-size: 13px;
	color:black;
	width:100%;
	display:block !important;
	border-bottom:1px #dfdfdf solid;
	padding-bottom: 20px;
	/**/
	transition: opacity .25s linear;
   -moz-transition: opacity .25s linear;
   -webkit-transition: opacity .25s linear;
}
.ba_timeline ul li .rpwe-title a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
}


body.page-id-127 .ba_timeline ul li .rpwe-title a{ /* for news listing page - because it has no image */
	padding-top: 20px;
}
.ba_timeline .widget:nth-of-type(2) ul li:last-child .rpwe-title a {
    border-bottom:0px;
}
body.page-id-127 .ba_timeline .widget:nth-of-type(1) ul li:last-child .rpwe-title a { /* for news listing page - because it has no image */
    border-bottom:0px;
}
body.page-id-127 .ba_timeline .widget{ /* for news listing page - because it has no image */
    padding-bottom:8px;
}
.ba_timeline ul li{
	border-bottom:0px;
}



.ba_timeline section .post-thumbnail,
.ba_timeline section .rpwe-thumb,
.ba_timeline section .size-sidebar_thumbs{
	border: 0px !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 0px 0px 18px 0px !important;
}

@media only screen and (max-width: 910px) {
.ba_timeline section .size-sidebar_thumbs{
	width:100%;
}
}


.ba_timeline a,
.ba_timeline a:hover {
    box-shadow: 0 0px 0 0 currentcolor !important;
}








/* ***************************** Charity ****************************** */	





.logooos_container .logooos_textcontainer .logooos_title{
	font-family: Montserrat,"Helvetica Neue",sans-serif !important;
	color: #0d131d !important;
	font-size: 20px !important;
}
.logooos_container .logooos_textcontainer .logooos_text{
	color: #0d131d !important;
}
.logooos_container .logooos_textcontainer .logooos_morelink{
	font-family: Montserrat,"Helvetica Neue",sans-serif !important;
	color: #0d131d !important;
	font-size: 17px !important;
    font-weight: normal !important;
}



.logooos_container .logooos_detailsarea_container .logooos_detailsarea_img{
	background-color:#fff !important;
}
.logooos_container .logooos_detailsarea_container{
	background-color:#0d131d !important;
}
.logooos_container .logooos_detailsarea_container .logooos_detailsarea_title{
	font-family: Montserrat,"Helvetica Neue",sans-serif !important;
	color: #fff !important;
	font-size: 15px !important;
    font-weight: normal !important;
}
.logooos_container .logooos_detailsarea_container .logooos_detailsarea_text{
	font-family: "PT Serif";
	color: #fff !important;
	font-size: 14px !important;
    font-weight: normal !important;
}
.logooos_container .logooos_detailsarea_closeBtn{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}






/* ***************************** TIMELINE WIDGET ****************************** */	


body.page-id-17 #main{
	margin-bottom: 40px;
}



.ba_timeline{
	margin: 0 auto;
    max-width: 1320px;
}

.ba_timeline .site-content{
	padding-bottom:80px;
}

@media screen and (min-width: 61.5625em) {
.ba_timeline .timeline_intro p{
	padding-left: 96px;
	padding-right: 132px;
}
.ba_timeline .timeline{
	/*max-width:100%;
	width:100%;
	*/
	padding-left: 52px;
	padding-right: 143px;
}
.ba_timeline .timeline .timeline_items_wrapper{
	overflow:hidden;
}
}


.timeline_intro{
	font-weight: bold !important;
}

.cd-container {
    max-width: 940px !important;
}	
.timeline-width30 {
    max-width: 100%;
    width: 39% !important;
}


#cd-timeline .cd-timeline-content .cd-read-more{
	display:none;
}
#cd-timeline .cd-timeline-content h2,
#cd-timeline .cd-timeline-content span,
#cd-timeline .cd-timeline-content p{
	color:white;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


#cd-timeline .cd-timeline-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:0px;
}
#cd-timeline .cd-timeline-content img{
	
}
#cd-timeline .cd-timeline-content .cd-timeline-title-container{
	padding:25px 28px 10px;
}
#cd-timeline .cd-timeline-content h2{
	font-size: 26px;
	display:block;
	float:none;
}
#cd-timeline .cd-timeline-content .timeline-date{
	display:block;
	float:none;
}
#cd-timeline .cd-timeline-content .the-excerpt{
	padding:5px 28px 36px;
}
#cd-timeline .cd-timeline-content p{
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23px;
margin-bottom: 0px;
}

/* new timeline - colors mainly */
.ba_timeline .timeline .timeline_line .t_line_m{
	
}
.timeline.flatLine .t_node_desc span:after, #content .timeline.flatLine .t_node_desc span:after{
	margin-left: -8px;
}
.timeline a.t_line_node{
	background-image:none;
}
.timeline a.t_line_node.active, #content .timeline a.t_line_node.active{
	background-image:none;
}
.timeline a{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.timeline.flatLine a.t_line_node, #content .timeline.flatLine a.t_line_node{
	top: -22px;
}
.timeline.flatLine a.t_line_node:after, #content .timeline.flatLine a.t_line_node:after{
	border:0px;
	width:7px;
	height:7px;
}

.timeline.flatLine a.t_line_node.active, #content .timeline.flatLine a.t_line_node.active{
	top: -24px;
}
.timeline.flatLine a.t_line_node.active:after, #content .timeline.flatLine a.t_line_node.active:after{
	border:0px;
	width:11px;
	height:11px;
	background: #74a0c7 !important;
}

.timeline a.t_line_node:hover, #content .timeline a.t_line_node:hover{
	background-image:none;
}

.timeline .item .read_more{
	margin-left: 80px !important;
	margin-right: 80px !important;
}
.timeline .item h2{
	line-height: 19px !important;
}
.timeline .item span{
	font-family: Montserrat,"Helvetica Neue",sans-serif !important;
    font-weight: normal !important;
}

.ba_timeline .timeline .item .read_more{
	color:#0d131d !important;
}

.ba_timeline .timeline .item_open{
	border:1px solid #cccccc;
	color:#0d131d;
}

.ba_timeline .timeline .timeline_open_content{
	position:relative;
	height:100% !important;
}

.ba_timeline .timeline .timeline_open_content h2{
	font-size: 15px !important;
	font-weight: normal !important;
}

.ba_timeline .timeline .timeline_open_content .fullstory{
	font-family: Montserrat;
font-size: 12px;
font-style: normal;
color:#cccccc !important;
text-transform:uppercase !important;
position:absolute;
bottom:24px;
/**/
	-webkit-transition: color .2s linear;
   -moz-transition: color .2s linear;
     -o-transition: color .2s linear;
        transition: color .2s linear;
}
.ba_timeline .timeline .timeline_open_content .fullstory:hover{
color:#0d131d !important;
}

.ba_timeline .timeline .t_close{
	background-color:#0d131d !important;
	padding:0px !important;
	top: 0px !important;
	right: 2px !important;
	width: 36px !important;
	height:36px !important;
	background-image: url("img/cross.png") !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	opacity: 1 !important;
}
.ba_timeline .timeline .t_close:hover{
	background-color:#0d131d !important;
	background-image: url("img/cross.png");
	background-repeat:no-repeat;
	background-position:center center;
}
.ba_timeline .timeline .t_close:after{
	display:none !important;
}




@media only screen and (max-width: 910px) {

/*.ba_timeline .timeline .t_controles div{
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
	height:150px !important;
	top:120px !important;
	display:block !important;
}
.ba_timeline .timeline .t_controles{
	display:block !important;
}*/

.ba_timeline .timeline .timeline_line{
	display:none !important;
}



}





	
/* ***************************** GALLERY ****************************** */	
	
#content .flexslider .flex-control-nav{
	display:none;
}
#content .flexslider .flex-viewport{
	background-color:#f9f9f9;
}	


.jsj-gallery-slideshow-gallery-container .gallery-navigation{
	display:none !important;
}
.jsj-gallery-slideshow-gallery-container.jsj-gallery-slideshow-volga{
	position:relative;
	margin-bottom: 30px;
}
.jsj-gallery-slideshow-gallery-container.jsj-gallery-slideshow-volga .jsj-gs-pager{
	float:none !important;
	max-width:100% !important;
}
	
.gallery-size-media_gallery{	
	background-color: #f9f9f9;
}
.gallery-size-media_gallery img{	

}
	
	
	
	
	
/* ***************************** NEW BA CUSTOM HEADER ****************************** */		
	
	
body.home .site-header{
	background-color:transparent !important;
}

#masthead{
	width:100%;
	height:60px;
	background-color:white;
	display:block;
	position:fixed;
	left:0px;
	top:0px;
	z-index:20;
	padding:0px !important;
}


body.not_home #masthead{
	border-bottom:1px solid #eaeaea;
}

.site-header-main{
	/*max-width:1280px;*/
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:60px;
	position:relative;
}
.logo_container, .logo_container_white{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	padding:0px;
	margin:0px;
	line-height:100%;
	width:250px;
	height:60px;
}
.logo_container a, .logo_container_white a{
	display:block;
	padding:0px;
	margin:0px;
	line-height:100%;
}
.logo_container_white{
	max-width: 0px;
	width: 250px;
	overflow: hidden;
	height: 40px;
	z-index:50;
}
.logo_container_white img{
	max-width:161px !important;
}

.header_logo{
	position:absolute;
	left:21px;
	top:20px;
	z-index:8;
}
 @media only screen and (max-width: 500px) {
    .header_logo {
        left:30px;
    }
	.site-header {
    	padding: 10px;
	}
}


/* --------------------------- MENU DESKTOP ------------------------------------ */
.menu-header{
	width:100%;
	display:block;
	position:relative;
	text-align:center;

}
.menu-header #menu-main-menu{
	z-index:5;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
	-webkit-padding-start: 0px;
	padding-start: 0px;
	white-space: nowrap;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
}
#menu-main-menu ul{
	list-style: none;
}
.menu-header  #menu-main-menu .menu-item{
	display: inline-block;
	position:relative;
	top: -40px;  /* set to 0 to bring on screen */
}
.menu-header  #menu-main-menu .menu-item a{
	padding: 23px 20px 20px;
	text-decoration:none;
	color:#c3c4c6;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display:block;
	/**/
	 -webkit-transition:  color .2s linear;
    -moz-transition:  color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}
.menu-header  #menu-main-menu .menu-item a:hover{
	color:#0b121c;
}
body.single-news .menu-header  #menu-main-menu .menu-item-130 a{ /* Force highlight on News Nav item - when on News Articles */
	color:#0b121c;
}
.menu-header  #menu-main-menu .current-menu-item a{
	color:#0b121c;
}

body.home .menu-header #menu-main-menu .menu-item a{
	padding-top:23px;
	color:white;
	letter-spacing: 0.5px;
}



/* --------------------------- MENU MOBILE ------------------------------------ */
.menu-mobile{
	width:330px;
	max-width:70%;
	height:100%;
	display:block;
	position:fixed;
	top:0px;
	left:-330px;
	background-color:#0b121c;
	z-index:15;
}
.menu-mobile .menu{
	-webkit-padding-start: 0px;
	padding-start: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	margin-before: 0em;
	margin-after: 0em;
	/**/
	margin:90px 0px 0px;
	
}
.menu-mobile .menu .menu-item{
	display: block;
	position:relative;
}
.menu-mobile .menu .menu-item a{
	padding:10px 20px 10px 40px;
	display:block;
	text-decoration:none;
	color:white;
	font-size:20px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.logo_white_bg{
	width:330px;
	max-width:70%;
	height:60px;
	display:block;
	top:0px;
	left:-330px;
	position:fixed;
	background-color:#0b121c;
}


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

  HAMBURGER ICONS COMPONENT
  
----------------------------------------------------------------------------- */


 
.c-hamburger {
  z-index:10;
  right:10px;
  top:5px;
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

 @media only screen and (max-width: 500px) {
    .c-hamburger {
        right:17px;
    }
}


.c-hamburger:focus {
  outline: none;
}

body.home .c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: #fff;
}
body.not_home .c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: #0b121c;
}

body.home .c-hamburger span::before,
body.home .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

body.not_home .c-hamburger span::before,
body.not_home .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0b121c;
  content: "";
}



.c-hamburger span::before {
  top: -7px;
}

.c-hamburger span::after {
  bottom: -7px;
}


/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */


/* standard css */
 
.c-hamburger--htx {
  background-color:transparent;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /*background-color: #cb0032;*/
}

body.home .c-hamburger--htx.is-active span,
body.not_home .c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}










	
 /**** FAST SWITCHING OFF ***/

body.not_home .c-hamburger--htx.is-active-fast span {
	-webkit-transition-duration: 0s, 0s;
            transition-duration: 0s, 0s;
			-webkit-transition-duration:  0s;
            transition-duration: 0s;
			 -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  background: none;
}

.c-hamburger--htx.is-active-fast span::before {
	-webkit-transition-duration: 0s, 0s;
            transition-duration: 0s, 0s;
			-webkit-transition-duration:  0s;
            transition-duration: 0s;
			 -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active-fast span::after {
	-webkit-transition-duration: 0s, 0s;
            transition-duration: 0s, 0s;
			-webkit-transition-duration:  0s;
            transition-duration: 0s;
			 -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active-fast span::before,
.c-hamburger--htx.is-active-fast span::after {
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}	
	
	
	

	
	
/**** PAGE TITLES ON MOBILE ***/		
	
@media only screen and (max-width: 910px) {
article .entry-title,
.ba_timeline .timeline_intro,
.logostitle,
body.page-id-127 #ajax-load-more .alm-reveal h3{
	font-size: 22px;
	line-height:27px;
}
}	
	
	
	
	/* TIMELINE */
	.timeline .t_line_node{
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	}
	
	
	
	


	
	
 /**** NEW FOOTER ICONS ***/	
 
body.home footer #footer_icons{
	display:none;
}
	
	
	
.site-footer{
	height: auto;
	overflow: auto;
	background-color: #f9f9f9;
	padding-bottom: 0px !important;
}
	
.footercopyline	{
	padding-top: 66px;
	width: 20%;
}
.site-footer #ba_social_links{
	text-align:right;
	width: 20%;
}
.site-footer .footer_social_link{
	padding: 47px 0 0;
}
	
	
footer #footer_icons{
	display: inline-block;
	width: 59%;
	text-align: center;
	opacity:0 !important;
}
footer #footer_icons .footer_logo{
	padding: 30px 58px;
	text-align: center;
	display: inline-block;
}
footer #footer_icons .footer_logo a{
	display:block;
}
footer #footer_icons .footer_logo1{
	padding-left:0px !important;
}
footer #footer_icons .footer_logo3{
	padding-right:0px !important;
}

body.home #ba_social_links{
	width:100%;
	text-align:center;
}
body.home .site-footer .footer_social_link{
	padding: 27px 0 0;
}


@media only screen and (max-width: 1200px) {
	footer #footer_icons .footer_logo{
		padding: 30px 25px;
	}
}
@media only screen and (max-width: 910px) {
	footer #footer_icons{
		display:none;
	}
	footer #footer_icons .footer_logo{
		padding: 30px 5px;
	}
	footer #footer_icons .footer_logo img{
		max-width:75%;
	}
	
	.footercopyline	{
		text-align:center;
		padding-top: 35px;
		width: 100%;
	}
	.site-footer .footer_social_link{
		padding: 10px 0 30px;
	}
	.footercopyline,
	.site-footer #ba_social_links,
	#footer_icons	{
		display:block;
		float:none;
		text-align:center !important;
		width: 100% !important;
	}
	.site-footer{
		padding:0px !important;
	}
}	
	










	