/*
* Buttons
*/

/*footer buttons*/
.footer-btn{
    background-color: #fff;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 20px;
    padding: 15px 42px;
    text-align: left;
    width: 240px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
}

.footer-btn:hover{
    background-color: #bdd973;
    text-decoration: none;
    color: #000;
}

.footer-btn.footer-contact:after,
.footer-btn.footer-login:after,
.footer-btn.footer-member:after{
    content: '';
	background: url(images/sprites/sprites.png) no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 20px;
	margin-bottom: -10px;
	margin-top: -8px;
	position: absolute;
    right: 0;
}

.footer-btn.footer-contact:after{
	background-position: -20px -240px;
}

.footer-btn.footer-login:after{
    background-position: -20px -292px;
}
    

.footer-btn.footer-member:after{
    background-position: -20px -344px;
}


.find-member-btn{
    font-size: 17px;
    text-decoration: underline;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.find-member-btn:hover{
    text-decoration: underline;
}

.find-member-btn:after{
    content: '';
	background: url(images/sprites/sprites.png) no-repeat;
	background-position: -26px -145px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 0px 0px -5px 10px;
}

.navigationOuterContainer .navigationContainer input.nextButton, 
.navigationOuterContainer .navigationContainer input.typeButton, 
.navigationOuterContainer .navigationContainer input[type=submit]{
    background-color: #212a64 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    padding: 12px 24px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

.navigationOuterContainer .navigationContainer input.nextButton:hover, 
.navigationOuterContainer .navigationContainer input.typeButton:hover, 
.navigationOuterContainer .navigationContainer input[type=submit]:hover{

    background-color: #053856 !important;
    color: #fff !important;
}


/*
* Custom styles
*/

.crumbs{
    text-align: center;
    font-family: 'Crimson Text', sans-serif;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
}

.crumbs a{
    color: #fff;
}

.crumbs a:hover{
    color: #71bf43;
}

.blue-header{
    font-family: 'Crimson Text', sans-serif;
    color: #053856;
    text-align: center;
}

.text-highlight span{
    font-family: 'Crimson Text', sans-serif;
    color: #fff;
    background-color: #b8b9c1;
    padding: 10px 15px;
    font-size: 24px;
    margin-bottom: 3px;
    display: inline-block;
}

.quote-box{
    border-top: 1px #797a84 solid !important;
    border-bottom: 1px #797a84 solid !important;
    padding: 75px 0px;
    margin: 60px 0px;
}

.quote-title{
    color: #053856;
    font-weight: 100; 
    position: relative;
    margin-bottom: 60px;
}

.quote-title:after{
    content: '';
	display: inline-block;
	height: 10px;
	width: 85px;
	bottom: -35px;
	left: 0;
	position: absolute;
    border-top: 1px #053856 solid;
    border-bottom: 1px #053856 solid;
    clear: both !important;
}

.box-heading{
    border: 2px #053856 solid;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #053856;
    padding: 12px;
    margin: 0px 0px 20px;
}

.em-paragraph{
    font-size: 17px;
}

.category-label{
    font-size: 14px;
    font-weight: normal;
    clear: both;
    display: inline-block;
    width: 100%;
}

.filter-select{
    width: 100%;
    max-width: 440px;
    margin-bottom: 40px;
    color: #053856;
    font-size: 12px;
    font-weight: 700 !important;
    padding: 5px 20px;
    border-color: #ddd;
}


/*side cta box*/
.side-cta-container{
	max-width: 299px;
	margin: 0 auto;
}

.side-cta-box{
    background: url(images/side-cta-bg.jpg) no-repeat;
    width: 299px;
    height: 440px;
    text-align: center;
    position: relative;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-cta-box:hover{
    opacity: 0.7;
}

.side-cta-box .text{
    text-align: center;
    font-family: 'Crimson Text', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 30px 10px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    display: inline-block;
    margin: 65px 40px 0px 40px;
    line-height: 40px;
}

.side-cta-link{
    background-color: #053856;
    display: inline-block;
}

.side-cta-link:hover{
    background-color: #000;
}

.side-cta-btn{
    background: #053856;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    width: 100%;
    max-width: 299px;
    display: inline-block;
    padding: 12px;
    text-align: center;
    margin-top: -2px;
}

.side-cta-btn:hover{
    background: #05283d;
}

.sidebar-categories li a{
    font-size: 17px;
    color: #053856;
    font-weight: 100;
    text-transform: uppercase;
    border-left: 3px #0b7775 solid;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

.sidebar-categories li a:hover{
	color: #71bf43;
	border-left: 3px #71bf43 solid;
}

/*Video Presentations*/
.video-description{
    margin-top: 10px;
}
.video-code,
.video-code iframe{
    width: 100%;
    max-width: 790px;
    height: 350px;
    max-height: 100%;
}

/*sidebar news*/
.sidebar-posts .post-item .title{
	font-size: 17px;
	color: #053856;
	font-weight: 100;
	text-transform: uppercase;
	border-left: 3px #0b7775 solid; 
	padding-left: 25px;
	display: inline-block;
}

.sidebar-posts .post-item .title:hover{
	color: #71bf43;
	border-left: 3px #71bf43 solid;
}

.sidebar-posts .post-item .side-content{
	font-size: 12px;
	color: #001537;
	font-weight: normal;
	padding-left: 25px;
	display: inline-block;
    margin-top: 10px;
}

.sidebar-posts .post-item .side-date{
	font-size: 11px;
	color: #001537;
	font-weight: 700;
	display: inline-block;
    margin: 10px 0px 45px 0px;
}

.sidebar-cta img{
    margin-top: -20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-cta img:hover{
    opacity: 0.9;
}

/*Envira OVerride*/

.envira-gallery-wrap .envira-gallery-item a,
.envira-gallery-wrap .envira-gallery-item-inner img,
.envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.envira-gallery-wrap .envira-gallery-item a:hover,
.envira-gallery-wrap .envira-gallery-item-inner img:hover,
.envira-gallery-wrap .envira-gallery-public.enviratope .envira-gallery-item:hover{
    opacity: 0.8 !important;
}

.envira-gallery-wrap .envira-album-title {
    text-transform: uppercase;
}


/*
* Annual Report Page
*/

.annual-report a{
    font-size: 14px;
    color: #053856;
    border: 2px #053856 solid;
    padding: 15px 40px 15px 70px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 28px;
}

.annual-report a:hover{
    background-color: #bdd973;
    color: #fff;
}

.annual-report a:after{
	content: '';
	background: url(images/sprites/sprites.png) no-repeat; 
    /*display: none;*/
	background-position: -20px -398px;
	display: inline-block;
	height: 33px;
	width: 32px;
	margin: 0px 0px 0px 0px;
	float: right;
}

/*judement links*/
.judgement-links a{
	color: #053856;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
}

.judgement-links a:hover{
    background-color: #e1e4f6;
}

.judgement-links .link-href{
	border: 1px #ddd solid;
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.judgement-links .link-title{
	padding: 25px;
    float: left;
    max-width: 660px;
    width: 100%;
    display: inline-block;
    border-right: 1px #ddd solid;
}

.judgement-links .link-date{
    padding: 25px;
    float: left;
    text-align: center;
    height: 100%;
    display: inline-flex;
    font-size: 14px;
    position: absolute;
    font-weight: 700;
}

.judgement-links .link-date span{
	margin: auto 0px;
}


/*Page Links*/
.page-links a{
	color: #053856;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
}

.page-links a:hover,
.page-links a:hover .link-description{
    background-color: #bdd973;
    color: #fff;
}

.page-links .link-href{
	border: 1px #ddd solid;
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.page-links .link-title{
	padding: 25px;
    float: left;
    width: 50%;
    display: inline-block;
}

.page-links .link-description{
	padding: 25px;
    font-size: 12px;
    color: #001537;
    float: left;
    width: 50%;
    display: inline-block;
}

/*Committee List*/

.committee-container{
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.committee-box a{
	color: #053856;
	width: 100%;
	display: inline-block;
	font-size: 14px;
}

.committee-box a:hover{
    background-color: #e1e4f6;
}

.committee-box .committee-link{
	border-bottom: 1px #ddd solid;
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 8px;
}

.committee-box .committee-name{
    float: left;
    width: 33%;
    max-width: 100%;
    font-weight: 600;
    display: inline-block;
}

.committee-box .committee-position{
    color: #333;
    float: left;
    width: 33%;
    max-width: 100%;
    display: inline-block;
}

.committee-box .committee-phone{
    color: #333;
    float: left;
    width: 33%;
    max-width: 100%;
    display: inline-block;
    text-align: center;
}




/*
* Video Presentation page
*/

.video-post-title{
    font-size: 20px;
    color: #053856;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 28px;
    border-left: 1px #053856 solid;
    padding-left: 30px;
}


/*
* Contact Centre Page
*/
.contact-center-list .accordion-toggle {
    padding: 20px 40px;
}

.contact-center-list .accordion-toggle span{
    font-weight: normal !important;
}

.contact-center-list .accordion-toggle:hover{
    padding: 20px 40px;
}

.contact-center-list .panel-default>.panel-heading+.panel-collapse .panel-body{
    padding: 30px 40px 30px 40px !important;
    color: #001537;
}

.contact-center-list .accordion-toggle:before{
    display: none !important;
}

.cc-address,
.cc-phone,
.cc-fax,
.cc-email{
    margin-bottom: 2px;
}

.cc-address:before,
.cc-phone:before,
.cc-fax:before,
.cc-email:before{
	font-weight: 700;
	padding-right: 60px;
}

.cc-phone,
.cc-email{
    font-weight: 700;
}

.cc-address:before{
	content: 'A';
}

.cc-phone:before{
	content: 'P';
}

.cc-fax:before{
	content: 'F';
}

.cc-email:before{
	content: 'E';
}


/*
* HOme CTA
*/

.home-cta *{
     color: #fff;
}

.home-cta{
    background: url(images/home-member-bg.jpg) no-repeat;
    background-size:cover;
    padding: 100px 0px;
    text-align: center;
    background-attachment: fixed;
}

.home-cta p{
	font-family: "Crimson Text";
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: -5px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.home-cta h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    display: table;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
}
	
.home-cta h3 span {
    font-weight: 300;
}


/* News 2 Styling */
.news-2 {
	display: inline-block;
	width: 100%;
	padding: 0px 0px 70px;
}
.news-2 .block-title-container {
	display: inline-block;
	width: 100%;
}
.block-title-container h3,
.block-title-container-left h3{
	font-family: 'Open Sans', sans-serif;
    font-size: 37px;
	display: inline-block;
	position: relative;
	padding-bottom: 6px;
	padding-top: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: 300;
	color: #053856;
}
.block-title-container .decor-bottom-line {
	position: absolute;
	top: 0px;
	right: 40%;
	width: 50px;
	border-bottom: 2px solid #053856;
}

.block-title-container-left .decor-bottom-line {
	position: absolute;
	top: 0px;
    left: 0;
	width: 50px;
	border-bottom: 2px solid #053856;
}

.block-title-container {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}

.block-title-container-left {
	width: 100%;
	text-align: left;
	margin-bottom: 70px;
}
.news-2 .slider {
	max-width: 1160px;
}
.news-2  .blurb {	
	margin: 0 10px;
	text-align: center;
	position: relative;
}
.news-2 .blurb-bg {
	width: auto;
	height: auto;
	max-width: 100%;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}
.news-2 .slider{
	margin-left: auto;
	margin-right: auto;
}

.news-2 .post-date,
.news-2 .category-name{
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 84px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	background-color: #353d6e;
	padding: 7px 10px;
}

.news-2 .category-name{
    background-color: #475085;
    margin-right: 83px;
    text-transform: uppercase;
}



.news-2 .post-title,
.news-2 .post-news-content {
	min-height: 160px;
}

.news-2 .post-title {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 20px;
	text-align: left;
    line-height: 28px;
    letter-spacing: 1px;
	color: #053856;
	margin: 50px 0px 0px 0px;
	clear: both;
	width: 100%;
}

.news-2 .post-title u{
    text-decoration: none;
	border-bottom: 1px #053856 solid;
}

.news-2 .post-news-content{
	font-family: 'Open Sans', sans-serif;
	color: #a6a8b3;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
    margin-top: 50px;
}

.news-2 .post-news-readmore{
	text-align: left;
}

.news-2 .post-news-readmore a{
	color: #053856;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.news-2 .post-news-readmore a:hover{
	color: #71bf43;
	text-decoration: none;
}

.news-2 .post-news-readmore a:after{
	content: '';
	background: url(images/sprites/sprites.png) no-repeat;
	background-position: -28px -196px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 0px 0px -5px 10px;

}

/*.news-2 .slick-prev:before {
	content: url(images/left-arrow.png);
}

.news-2 .slick-next:before {
	content: url(images/right-arrow.png);
}*/

.news-2 .slick-prev, .news-2 .slick-next {
	margin-top: -30px;
	width: 29px;
	height: 64px;
    display: none !important;
}

/*.news-2 .slick-prev {
	margin-left: -40px;
	width: 29px;
	height: 64px;
}
.news-2 .slick-next {
	margin-right: -40px;
	width: 29px;
	height: 64px;
}*/
/* End News 2 Styling */



/*footer social icons*/
.footer-top .social-icons{
	margin: 30px auto;
	text-align: center;
}

.footer-top .social-icons a{
    background: url(images/sprites/sprites.png) no-repeat;
    display: inline-block;
	margin: 20px 20px 20px 0px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	font-size: 0;
    float: left;
}

.footer-top .social-icons .linkedin-icon{
    background-position: -20px -760px;
}

.footer-top .social-icons .twitter-icon{
    background-position: -20px -812px;
}

.footer-top .social-icons .facebook-icon{
    background-position: -20px -812px;
	background: url(images/sprites/fb-art.png) no-repeat;
}

.footer-top .phone-box a{
  color: inherit;
}

.footer-top .phone-box a:hover{
  color: inherit;
}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* Apricot Override */
.iframe-box {
    overflow-y: scroll !important;
    max-height: 700px !important;
	-webkit-overflow-scrolling: touch;
}


/* Responsive Menu */
/*body.admin-bar #wprmenu_bar :before*/
#wprmenu_bar :before{
	content:'Menu';
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
	margin-right:20px;
    float:right;
}