/*
Theme Name: MT Barker
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: mt-barker
*/

body{
	color: #604b3b;
	font-size: 22px;
	line-height: 1.2em;
	font-family: "source-sans-pro",sans-serif;
	font-weight: 300;
	padding-top: 250px;
}

a{
	color: #604b3b;
	text-decoration: none;
}

a:hover{
	color: #007399;
}

a:focus, input:focus, textarea:focus{
	outline: none!important;
	text-decoration: none;
}

header{
	background: #efecea;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.logged-in header{
	top: 32px;
}

header.sticky{
	max-height: 66px;
}

header.sticky .main-menu{
	border-bottom: 0;
}

.sticky .main-menu{
	border-bottom: 0;
	margin-bottom: 0;
}

.site-details{
	background: #efecea;
	-webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    transition: top 0.6s;
    position: relative;
    top: 0;
    z-index: -1;
}

.sticky .site-details{
	top: -160px;
}

h1, h2, h3, blockquote{
	font-family: "harfang-pro",serif;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 20px;
}

.menu{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li{
	float: left;
	margin: 0 18px;
	font-weight: 300;
	position: relative;
}

.menu li:hover > a{
	color: #6aa58a;
	text-decoration: none;
}

.menu li:first-child{
	margin-left: 0;
}

.menu li:last-child{
	margin-right: 0;
}

.main-menu{
	border-bottom: 1px solid #b8b8b8;
	padding: 20px 0 0;
	margin: 0 0 28px;
	z-index: 9999;
	background: #efecea;
	min-height: 67px;
}

#menu-main li a{
	padding: 0 10px 15px;
    display: block;
    border-bottom: 5px solid #efecea;
}

.main-menu li.has-children > a{
	pointer-events: none;
	cursor: default;
}

#menu-main li:hover > a, #menu-main li.menu-item-has-children.focused > a{
	border-bottom: 5px solid #acc8ba;
	text-decoration: none;
	color: #6aa58a;
}

#menu-main li li:hover > a, #menu-main li li.current-menu-item > a{
	border-bottom: 0;
}

#menu-main li.current-menu-item, .single-events #menu-main li.menu-item-64, .single-leaders #menu-main li.main-community li.menu-item-65{
	font-weight: 600;
}

#menu-main li.current-menu-item > a, #menu-main li.current-menu-parent > a, .single-events #menu-main li.menu-item-64 > a,
.single-leaders #menu-main li.main-community > a, .single-post #menu-main li.menu-item-238 > a, .archive.category #menu-main li.menu-item-238 > a{
	border-bottom: 5px solid #acc8ba;
	color: #604b3b;
}

.main-menu li li{
	display: block;
	font-size: 0.909em;
	line-height: 1.2em;
	border-left: 0;
	margin: 0;
	border-bottom: 1px solid rgb(184, 184, 184);
	width: 100%;
}

#menu-main li li a {
    color: rgb(96, 75, 59);
    display: block;
    background: rgb(255, 255, 255);
    border-bottom: 0px;
    padding: 10px 15px;
}

.main-menu li.has-children > a{
	pointer-events: none;
	cursor: default;
}
.main-menu li.has-children > a:hover{
	color: #fff;
}
.main-menu li li.current-menu-item > a{
	background: #fff;
	color: #60504c;
}
.main-menu li.focused > a, #menu-main li li.focused a{
	color: #6aa58a;
	text-decoration: none;
}
.main-menu li ul {
	position: absolute;
	top: 47px;
	left: -9999px;
	opacity: 0;
	-webkit-transition: 0.1s linear opacity;
	list-style: none;
	padding: 0;
	width: 100%;
}
.main-menu li.main-community ul{
	width: 210px;
}
.main-menu li.focused > ul, .main-menu li:hover > ul{
	left: 0;
	opacity: 1;
}
.single-events #menu-main li.menu-item-64 {
    font-weight: 600;
}
.main-menu li ul a:hover,
.main-menu li ul a:focus {
	color: #60504c;
	display: block;
}

.logo{
	display: inline-block;
	margin: 20px 0 40px;
}

.logo img{
	width: 330px;
}

.tagline{
	display: inline-block;
    font-size: 1.591em;
    line-height: 1.3em;
    margin-left: 20px;
    padding-left: 25px;
    position: relative;
    font-family: "harfang-pro",serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	opacity: 0.5;
	position: relative;
	top: 7px;
}

.tagline:before{
	content: url('assets/images/border.svg');
	height: 60px;
	width: 4px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -8px;
}

#menu-sub{
	float: right;
}

.menu-sub-container li.discover{
	width: 130px;
	margin-right: 40px;
}

.menu-sub-container li.download{
	width: 160px;
}

.menu-sub-container li{
	font-size: 0.818em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 8px;
	text-align: center;
	font-weight: 600;
}

.menu-sub-container li.discover a:before{
	content: '';
	background: url('assets/images/discover.svg') no-repeat center;
	width: 73px;
	height: 73px;
	display: block;
	margin: 0 auto 10px;
}

.menu-sub-container li.download a:before{
	content: '';
	background: url('assets/images/download.svg') no-repeat center;
	width: 73px;
	height: 73px;
	display: block;
	margin: 0 auto 10px;
}

.menu-sub-container li a{
	display: block;
}

.menu-sub-container li:last-child{
	margin-bottom: 0;
}

.menu-sub-container li a:hover{
	color: #6aa58a;
}

.separator{
	border-bottom: 10px solid #fff;
}

.line-separator{
	border-top: 1px dotted #d9d1ca;
}

.carousel{
	height: 552px;
}

.slides{
	list-style: none;
	margin: 0;
	padding: 0;
}

.slides li{
	background: transparent;
    display: block;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 0;
    height: 552px!important;
    background-size: cover!important;
}

.slides li .slide-content{
	background: rgba(0,115,153,0.8);
    padding: 45px 50px;
    position: relative;
    top: 100px;
    min-height: 320px;
}

.slide-content h2{
	font-size: 1.364em;
	line-height: 1.2em;
}

.slides li .slide-content a{
	color: #fff;
}

.slides li .slide-content a:hover{
	text-decoration: none;
}

.slides li .slide-content a:hover .readmore{
	border-bottom: 1px solid #fff;
}

.slides li .slide-content p{
	font-weight: 300;
	font-size: 0.909em;
	line-height: 1.3em;
	margin: 0 0 20px;
}

.slides li .slide-content h2{
    font-size: 1.363em;
    line-height: 1.2em;
}

.slides li .slide-content .readmore{
	position: absolute;
	bottom: 45px;
}

a:hover .readmore{
	opacity: 1;
	text-decoration: none;
}

.readmore{
	text-transform: uppercase;
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size: 0.909em;
	line-height: 1.2em;
	display: inline-block;
}

.cta-wrapper{
	position: relative;
	overflow: hidden;
}

.cta-wrapper .container.cta1-block{
	position: static;
}

.video-wrapper{
	position: absolute;
	padding-bottom: 20%;
	height: 0;
	width: 50%;
	right: -5px;
	min-height: 400px;
}

.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-wrapper .bgs{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.cta-wrapper .cta-bg{
	z-index: -1;
}

.cta-wrapper .cta-bg.image{
	border-right: 5px solid #fff;
}

.cta-wrapper .cta-bg.color{
	border-left: 5px solid #fff;
}

.cta.box .content a{
	padding: 50px 40px;
	display: block;
	text-decoration: none;
}

.cta.box.left .content a{
	padding-left: 0;
}

.cta.box.right .content a{
	padding-right: 0;
}

.cta.box a{
	color: #fff;
}

.cta.box a:hover{
	text-decoration: none;
	color: #fff;
	border-bottom: 0;
}

.cta.box.brown a, .cta.box.brown h2, .cta.box.brown p, .cta.box.brown .readmore{
	color: #604b3b;
}

.cta.box h2{
	font-size: 2.227em;
	line-height: 1em;
	max-width: 60%;
	font-weight: 400;
}

.cta.box p{
	font-size: 1.136em;
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 65px;
}

.featured-pods{
	background: #efecea;
	padding: 60px 0;
	text-align: center;
}

.featured-pods .readmore{
    border: 1px solid #604b3b;
    font-size: 0.818em!important;
    font-weight: 500;
    display: block;
    padding: 20px 20px;
}

.pod{
	text-align: center;
}

.pod img{
	max-height: 150px;
	margin: 0 auto 30px;
}

.pod h2{
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #e4deda;
}

.pod p{
	font-size: 0.909em;
	line-height: 1.2em;
}

.pod .inner{
	margin-bottom: 60px;
}

.readmore.link{
	color: #604b3b;
	border-color: #604b3b;
}

.readmore.link:hover, .readmore:hover{
	opacity: 1;
	text-decoration: none;
}

.readmore:hover{
	color: #fff;
}

.readmore.link:hover{
	color: #604b3b;	
}

.section-heading{
	font-size: 2.227em;
	line-height: 1.2em;
	border-bottom: 1px dotted #e4deda;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 45px;
}

.cta-image{
	background-size: cover;
}

.cta-2{
	background: #9acaeb;
	padding: 50px 0;
}

.cta-2 .cta-image{
	border: 17px solid #cce4f5;
}

.cta-3{
	background: #656d6f;
	padding: 50px 0;
}

.cta-3 .cta-image{
	border: 17px solid #b2b6b7;
}

.cta-content{
	padding: 30px 30px 0;
	min-height: 416px;
	position: relative;
}

.cta-content.brown h2, .cta-content.brown p, .cta-content.brown .readmore.link{
	color: #656d6f;
}

.cta-content h2{
	color: #fff;
	font-size: 2.227em;
	line-height: 1em;
	margin: 0 0 15px;
}

.cta-content p{
	color: #fff;
}

.read-more.white{
	border-color: #fff;
	color: #fff;
}

.enews{
	background: #efecea;
	padding: 40px 0 50px;
}

.enews .gform_wrapper h3.gform_title{
	margin: 0 0 5px;
	font-size: 1.591em;
	line-height: 1.05em;
}

.enews .gform_wrapper span.gform_description{
	font-weight: 300;
}

.enews .gform_wrapper{
	border-top: 0;
	margin: 0!important;
	padding-top: 0;
}

.enews .gform_wrapper .gform_body{
	width: 66.66%;
	float: left;
}

.enews .gform_wrapper li.gfield{
	width: 50%;
	clear: none;
	margin-top: 15px!important;
}

.enews .gform_wrapper li.gfield input,
.enews .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	width: 100%;
	padding: 22px 10px!important;
}

.enews .gform_wrapper li.gfield input:focus, .enews .gform_wrapper .gform_footer input[type=submit]:focus{
	outline: none;
}

.enews .gform_wrapper .gform_footer{
	width: 33.33%;
	float: left;
	clear: none;
	margin: 50px 0 0;
	padding: 0;
}

.enews .gform_wrapper .gform_footer input[type=submit]{
	width: 100%;
	padding: 21px;
	border-color: #604b3b;
	font-size: 0.818em!important;
	font-weight: 500;
	border-radius: 0;
}

.enews .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: calc(100% - 0px)!important;
}

.enews .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
	padding-right: 16px;
}

.enews .gform_wrapper li.gfield.gfield_error{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0!important;
	margin-top: 3px!important;
	border: 0!important;
}

.enews .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 21px 10px!important;
}

.enews .gform_wrapper.gform_validation_error .gform_footer{
	margin-top: 41px;
}

footer{
	background: #efecea;
	padding: 27px 0 0;
}

footer .logo{
	margin: 0;
}

footer .tagline:before{
	content: none;
}

footer .tagline{
	color: #604b3b;
	opacity: 0.5;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0 79px;
	padding-top: 0;
	position: relative;
	top: -20px;
}

footer .menu-sub-container li{
	font-size: 0.682em;
	line-height: 1.1em;
	margin-top: -2px;
}

footer .menu-sub-container li.discover a:before, footer .menu-sub-container li.download a:before{
	width: 60px;
	height: 60px;
}

footer .textwidget{
	float: left;
	margin-top: 20px;
}

footer .menu-social-container{
	float: right;
	margin-top: 22px;
}

.site-info{
	background: #656d6f;
	margin-top: 30px;
	padding: 5px 0;
}

.site-info p{
	color: #fff;
	font-size: 0.682em;
	margin: 0;
}

.site-info p a{
	color: #fff;
}

.site-info p a:hover{
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.site-info p.website-by{
	text-align: right;
}

.textwidget p{
	margin: 0;
	font-size: 0.818em;
	line-height: 1.6em;
}

.menu-social-container ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-social-container ul li{
	display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 0;
    margin: 0 5px 0 0;
}

.menu-social-container ul li a{
    display: block;
    padding: 0;
    margin: 0;
    height: 35px;
}

.menu-social-container a[href*="facebook.com"]:before {
    content: url('assets/images/FB.svg');
    border-radius: 50%;
    width: 35px;
    display: block;
}

.menu-social-container a[href*="facebook.com"]:hover:before {
    content: url('assets/images/FB-ro.svg');
}

.menu-social-container a[href*="twitter.com"]:before {
    content: url('assets/images/Twitter.svg');
    border-radius: 50%;
    width: 35px;
    display: block;
}

.menu-social-container a[href*="twitter.com"]:hover:before {
    content: url('assets/images/Twitter-ro.svg');
}

.menu-social-container a[href*="linkedin.com"]:before {
    content: url('assets/images/linkedin.svg');
    border-radius: 50%;
    width: 35px;
    display: block;
}

.menu-social-container a[href*="linkedin.com"]:hover:before {
    content: url('assets/images/linkedin-ro.svg');
}

.menu-social-container a[href*="instagram.com"]:before {
    content: url('assets/images/Instagram.svg');
    border-radius: 50%;
    width: 35px;
    display: block;
}

.menu-social-container a[href*="instagram.com"]:hover:before {
    content: url('assets/images/Instagram-ro.svg');
}

.page-header{
	background: #007399;
	padding: 25px 0;
	margin-bottom: 50px;
}

.page-header h1{
	color: #fff;
	font-size: 1.591em;
	line-height: 1.2em;
	margin: 0;
}

.page-heading, .page-content h2.page-heading{
	color: #b46a1f;
	font-size: 2.227em;
	line-height: 1.2em;
	margin: 0 0 35px;
	padding-bottom: 30px;
	max-width: 70%;
}

.page-heading:after, .event-details:after{
	content: '';
	width: 75px;
	border-top: 1px dotted #604b3b;
	position: relative;
	top: 30px;
	display: block;
}

.page-content{
	margin-bottom: 85px;
	margin-left: 42px;
}

.page-cta{
	margin-top: 50px;
}

.page-template-page-contact .page-content, .page-template-prospectus-page .page-content{
	margin-left: 0;
}

.wp-caption-text{
    font-size: 0.818em;
    margin: 5px 0 20px;
}

.page-content h2{
	font-size: 1.136em;
	line-height: 1.3em;
}

.page-content h3{
	font-size: 1.136em;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.page-content h4, .page-content h5, .page-content h6{
	margin: 0 0 20px;
}

.page-content p{
	margin: 0 0 20px;
}

.page-content img, .sidebar .wp-post-image{
	max-width: 100%;
	height: auto;
}

.page-content .wp-post-image{
	width: 100%;
}

.readmore.button{
	border: 1px solid #d9d1ca;
	color: #604b3b;
    opacity: 1;
    font-size: 0.727em;
    padding: 15px 70px;
}

.readmore.button:hover, .listing .box a:hover .readmore.button{
	background: #f7f6f6;
	color: #6aa58a;
	border-color: #6aa58a;
}

.key-statistic.box{
	margin-top: 40px;
}

.key-statistic.box img, .commitment-item.box img{
	max-height: 110px;
	margin-bottom: 35px;
}

.key-statistic.box h2{
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d9d1ca;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.key-statistic.box p{
	font-size: 0.818em;
	line-height: 1.3em;
	text-align: center;
	margin-top: 20px;
}

.stat-row{
	margin-bottom: 50px;
}

.listing .box{
	margin-bottom: 60px;
	margin-top: 60px;
}

.page-content .listing .box img{
	margin-bottom: 27px;
}

.listing .box h2, .network.box h2{
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
}

.listing .box p, .network.box p{
	color: #007399;
	font-size: 0.818em;
	line-height: 1.3em;
	margin: 0 0 20px;
}

.listing .box .content:before{
	content: '';
	width: 70px;
	border-top: 1px dotted #604b3b;
	display: block;
	position: relative;
	top: -20px;
}

.listing .box .content, .network.box .content{
	margin: 20px 0 30px;
	float: left;
	width: 100%;
}

.listing .box .content p, .network.box .content p{
	color: #604b3b;
	margin-bottom: 0;
}

.listing .row-wrapper, .dot-separator{
	border-bottom: 1px dotted #d9d1ca;
}

.dot-separator{
	margin: 45px 0 40px;
}

.listing .row-wrapper:last-child{
	border-bottom: 0;
}

.listing .row-wrapper:last-child .box{
	margin-bottom: 0;
}

.page-content img.wp-post-image{
	margin-bottom: 35px;
}

.page-content blockquote{
    margin: 35px 0;
    font-size: 1.2em;
    line-height: 1.3em;
}

.page-content .wp-caption{
	width: 100%!important;
}

.align-right{
	text-align: right;
}

.page-content .line-separator{
    margin-top: 30px;
    padding-top: 15px;
}

.network.box img{
	margin-top: 10px;
}

.network.box .content{
	margin-top: 0;
}

.network.box .readmore.button, .listing .readmore.button{
	padding: 9px 40px;
}

.listing .box .image-holder{
	background: #efecea;
	height: 264px;
	margin-bottom: 27px;
}

.listing .box a{
	display: block;
	overflow: hidden;
	padding-bottom: 45px;
}

.listing .box a:hover{
	text-decoration: none;
}

.listing .box .readmore{
	position: absolute;
	bottom: 0;
	display: block;
}

.date-time p{
	display: inline-block;
}

.single-events .page-heading{
	font-size: 1.6em;
	line-height: 1.2em;
}

.single-events .page-heading{
	margin-bottom: 25px;
	padding-bottom: 0;
}

.single-events .page-heading:after{
	content: none;
}

.event-details h3{
	margin-bottom: 25px;
	font-size: 1em;
	line-height: 1.2em;
}

.event-details .date-time h3{
	display: inline-block;
	margin-bottom: 0
}

.event-details{
	margin-bottom: 60px;
}

.event-details .date-time{
	margin-bottom: 25px;
}

.event-details h3.cost{
	margin-bottom: 10px;
}

.single-events .page-content .readmore.button{
	margin-top: 30px;
}

.listing .commitment-item.box h2{
	margin-bottom: 20px;
}

.page-content ul{
	padding: 0;
}

.page-content ul li{
	background: url('assets/images/hyphen.png') no-repeat left 14px;
	margin: 0 0 10px;
	list-style: none;
	padding-left: 30px;
}

.author-published{
	color: #007399;
    font-size: 0.818em;
    line-height: 1.3em;
    margin: 0 0 20px;
    float: left;
}

.post-details{
    width: 100%;
    float: left;
    margin: 40px 0 0;
    border-bottom: 1px dotted #d9d1ca;
    padding-bottom: 15px;
}

.social.share{
	float: right;
	margin: 0;
}

.social.share li{
	background: none;
	padding: 0;
	margin: 0 2px 0;
	display: inline-block;
}

.social.share li span{
	float: left;
	text-indent: -9999px;
}

.social.share li:last-child{
	margin-right: 0;
}

.social.share li a {
    display: block;
    padding: 0;
    margin: 0;
    height: 35px;
}

.social.share li a.facebook:before{
    content: url('assets/images/FB.svg');
    border-radius: 50%;
    width: 35px;
    display: block;
}

.social.share li a.facebook:hover:before{
	content: url('assets/images/FB-ro.svg');
}

.social.share li a.twitter:before{
    content: url('assets/images/Twitter.svg');
    border-radius: 50%;
    width: 35px;
    display: block;
}

.social.share li a.twitter:hover:before{
    content: url('assets/images/Twitter-ro.svg');
}

li.gfield{
	background: none!important;
	padding-left: 0!important;
}

.gform_wrapper .top_label .gfield_label{
	font-size: 0.818em;
    line-height: 1em;
    font-weight: 600;
}

#gform_wrapper_5.gform_wrapper li.gfield, #gform_wrapper_5.gform_wrapper li.gfield input{
	width: 100%;
	padding-right: 0;
}

#gform_wrapper_5.gform_wrapper li.gfield#field_5_4 label{
	display: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
li.gfield textarea{
	padding: 10px!important;
	border: 0;
	background: #f9f7f7;
}

body .gform_wrapper ul li.gfield{
	margin-top: 20px!important;
	float: left;
}

#field_1_3, #field_1_3 input{
	width: 100%;
}

#field_1_3{
	margin-bottom: 0!important;
	padding-right: 0;
	max-width: 100%!important
}

#field_1_4 label{
	display: none;
}

#field_1_4{
	margin-top: 0!important;
	width: 100%;
	padding-right: 0;
	max-width: 100%!important;
}

#field_1_4 textarea{
	padding: 10px!important;
	border: 0!important;
	background: #f9f7f7!important;
}

#field_1_1.gfield_error{
	padding-right: 16px;
}

::-webkit-input-placeholder {
  color: #d9d1ca;
  font-size: 0.818em;
}
::-moz-placeholder {
  color: #d9d1ca;
  font-size: 0.818em;
}
:-ms-input-placeholder {
  color: #d9d1ca;
  font-size: 0.818em;
}
:-moz-placeholder {
  color: #d9d1ca;
  font-size: 0.818em;
}

.gform_wrapper .gform_footer input[type=submit]{
	border: 1px solid #d9d1ca;
	color: #604b3b;
    opacity: 1;
    font-size: 0.75em!important;
    padding: 9px 40px;
    background: transparent!important;
    text-transform: uppercase;
    border-radius: 0;
}

.gform_wrapper .gform_footer input[type=submit]:hover{
	background: #f7f6f6!important;
	color: #6aa58a;
	border-color: #6aa58a;
}

.gform_wrapper{
    border-top: 1px dotted #d9d1ca;
    float: left;
    width: 100%;
    margin: 40px 0 0!important;
    padding-top: 25px;
}

#gform_wrapper_2{
	width: 50%;
}

#field_2_1, #field_2_2, #field_2_1 input, #field_2_2 input{
	width: 100%;
	padding-right: 0!important;
}

.gform_wrapper .validation_message{
	font-weight: 300!important;
    font-size: 0.75em!important;
    color: #604b3b!important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .top_label .gfield_error textarea.textarea,
#field_1_4.gfield_error textarea{
    border: 0!important;
    border-bottom: 1px solid #b46a1f!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin-top: 8px!important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #604b3b!important;
}

.gform_wrapper .field_description_below .gfield_description{
	padding-top: 0!important;
}

.gform_wrapper div.validation_error{
	color: #b46a1f!important;
    border: 0!important;
    text-align: left!important;
    padding: 0!important;
    margin: 20px 0 0!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	margin-bottom: 0!important;
	border: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 0!important;
}

.breadcrumbs{
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs li{
	display: inline-block;
	font-size: 0.727em;
	line-height: 1em;
	font-weight: 300;
	margin: 0 3px 5px;
}

.breadcrumbs li.item-home{
	margin-left: 0;
}

.breadcrumbs li a{
	color: #fff;
	text-decoration: none;
}

.breadcrumbs li.item-current{
	font-weight: 300;
}

.breadcrumbs li.separator{
	border-bottom: 0;
	color: #fff;
    border-top: 1px solid #fff;
    width: 5px;
    position: relative;
    top: 1px;
}

.breadcrumbs li.item-current{
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

.breadcrumbs li a:hover{
	border-bottom: 1px solid #fff;
}

.single-events img.wp-post-image{
	width: 100%;
	height: auto;
}

.sidebar h3{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 23px;
}

.sidebar .menu-items{
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.sidebar .menu-items li{
	font-weight: 300;
	font-size: 0.909em;
	line-height: 1.2em;
	margin: 0 0 15px;
}

.sidebar .menu-items li.current_page_item a, .sidebar .menu-items li a:hover,
.single-leaders .sidebar .menu-items li#menu-item-22 a,
.single-events .sidebar .menu-items li#menu-item-26 a,
.single-post .sidebar .menu-items li#menu-item-36 a,
.sidebar .menu-items li.current-cat a{
	border-bottom: 1px solid #604b3b;
	text-decoration: none;
	color: #604b3b;
}

.page-template-page-contact .page-content .line-separator{
	float: left;
	width: 100%;
	margin-top: 50px;
}

.page-content input[type="search"]{
    padding: 12px;
    width: calc(100% - 90px);
}

.page-content input[type="search"]:focus{
	outline: none;
}

.search-submit{
	border: 0;
	background: url("assets/images/search.svg") no-repeat;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0 0 0 7px;
}

.search-submit:hover{
	background: url("assets/images/search-ro.svg") no-repeat;
}

.search-results .listing .box h2{
	margin-bottom: 20px;
}

.search-results .listing .box {
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px dotted #d9d1ca;
    padding-bottom: 40px;
}

.search-results .listing .box:last-child{
	border-bottom: 0;
}

.search-results .listing .box a{
	padding-bottom: 0;
}

.search-results .listing .box .readmore{
	position: relative;
	float: left;
}

.wp-pagenavi{
	border-top: 1px dotted #d9d1ca;
	padding: 25px 0;
	margin-bottom: 50px;
	text-align: right;
}

.wp-pagenavi .pages{
	display: none;
}

.wp-pagenavi .page, .wp-pagenavi .current{
	font-size: 0.818em;
	margin: 0 7px 5px;
}

.wp-pagenavi .current{
	text-decoration: underline;
}

.wp-pagenavi .nextpostslink{
	background: url("assets/images/arrow.svg") no-repeat;
	width: 20px;
	display: inline-block;
	text-indent: -9999px;
	font-size: 0;
	margin-left: 15px;
	position: relative;
	top: 1px;
}

.wp-pagenavi .nextpostslink:hover{
	background: url("assets/images/arrow-ro.svg") no-repeat;
}

.wp-pagenavi .previouspostslink{
	background: url("assets/images/back-arrow.svg") no-repeat;
	width: 20px;
	display: inline-block;
	text-indent: -9999px;
	font-size: 0;
	margin-right: 15px;
	position: relative;
	top: 1px;
}

.wp-pagenavi .previouspostslink:hover{
	background: url("assets/images/back-arrow-ro.svg") no-repeat;
}

.page-template-blog-page .wp-pagenavi{
	margin-top: 50px;
}

.toggle-search{
	background: url("assets/images/search.svg") no-repeat;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	float: right;
}

.toggle-search:hover{
	background: url("assets/images/search-ro.svg") no-repeat;
}

.toggle-search.close{
	background: url("assets/images/close.svg") no-repeat;
	display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    position: relative;
    top: 2px;
}

.toggle-search.close:hover{
	background: url("assets/images/close-ro.svg") no-repeat;
}

.toggle-search:focus, .header .search input[type="search"]:focus, .header .search .search-submit:focus{
	outline: none;
}

.header .search{
    position: absolute;
    width: 100%;
    top: 7px;
    background: #efecea;
    padding: 12px 0 17px;
    width: calc(100% - 30px);
}

.header .search form{
	display: inline-block;
	width: calc(100% - 30px);
}

.header .search input[type="search"]{
    border: 0;
    width: calc(100% - 65px);
    background: transparent;
    border-left: 1px solid #e4deda;
    padding: 0 10px;
}

.header .search .search-submit{
	width: 30px;
	height: 30px;
	margin: 0;
}

img.sbfc-logo{
	max-width: 285px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.logo img{
		width: 330px;
		height: 95px;
	}
}

@media (max-width: 1500px){
	.video-wrapper{
		padding-bottom: 23%;
	}
}

@media (max-width: 1319px){
	img.sbfc-logo{
		max-width: 260px;
	}
	.enews .gform_wrapper .gform_footer{
		margin-top: 48px;
	}
	.enews .gform_wrapper .gform_footer input[type=submit]{
		padding-bottom: 20px;
	}
	header.sticky{
		max-height: 60px;
	}
	.logo img{
		width: 300px;
	}
	body{
		font-size: 20px;
	}
	.section-heading, .cta.box h2, .cta-content h2, .page-heading, .page-content h2.page-heading{
		font-size: 1.8em;
		line-height: 1.1em;
	}
	.cta.box h2 {
	    max-width: 80%;
	    margin-bottom: 20px;
	}
	.cta.box p{
		font-size: 1em;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.pod p{
		font-size: 0.818em;
	}
	.page-heading, .page-content h2.page-heading{
		max-width: 100%;
	}
	body{
		padding-top: 236px;
	}
	.main-menu{
		min-height: 61px;
	}
	.main-menu li ul{
		top: 41px;
	}
	.menu li{
		margin: 0 6px;
		font-size: 0.9em;
	}
	#menu-main li a{
		padding: 0 5px 11px;
	}
	.menu li .sub-menu li a{
		padding: 10px!important;
	}
	.tagline{
	    padding-left: 15px;
	    margin-left: 10px;
	    top: 4px;
	    font-size: 1em;
	}
	.tagline:before{
		top: -18px;
	}
	.menu-sub-container li.discover {
	    margin-right: 10px;
	    width: 105px;
	    margin-left: 38px;
	}
	.menu-sub-container li.download {
	    margin-left: 0;
	    width: 140px;
	}
	.menu-sub-container li{
		font-size: 0.727em;
		line-height: 1.1em;
	}
	footer .menu-sub-container li, footer .textwidget{
		margin-top: 15px;
	}
	footer .tagline{
		font-size: 0.9em;
		line-height: 1.1em;
		margin-left: 90px;
		padding-left: 5px;
		top: -15px;
	}
	.page-content{
		margin-left: 87px;
	}
	.listing .box .image-holder{
		height: 159.81px;
	}
	.video-wrapper{
		min-height: 295px;
	}
}

@media (max-width: 991px){
	img.sbfc-logo {
	    max-width: 255px;
	}
	.video-wrapper{
	    position: relative;
	    width: 100%;
	    right: 0;
	    padding-bottom: 56%;
	}
	.enews .gform_wrapper .gform_body, .enews .gform_wrapper li.gfield, .enews .gform_wrapper .gform_footer{
		width: 100%;
	}
	.enews .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.enews .gform_wrapper li.gfield input, .enews .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	    padding: 15px 10px!important;
	    line-height: 1em;
	    min-height: 50px;
	}
	.enews .gform_wrapper .gform_footer, .enews .gform_wrapper.gform_validation_error .gform_footer {
	    margin-top: 30px;
	}
	.enews .gform_wrapper li.gfield.gfield_error.gfield_contains_required, .gform_wrapper ul.gform_fields li.gfield{
	    padding-right: 0!important;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		line-height: 1em!important;
	}
	.page-content{
		margin-left: 0;
	}
	.cta.box.brown a, .cta.box.brown a:hover{
		border: 1px solid #604b3b;
		display: block;
		margin-bottom: 30px;
	}
	.cta.box.brown .content{
		padding: 0 0 40px;
	}
	.featured-pods .readmore{
		border: 1px solid #604b3b;
		text-decoration: none;
		padding: 12px;
		display: block;
		width: auto!important;
		margin-bottom: 20px;
	}
	.featured-pods{
		padding: 30px 0;
	}
	.section-heading{
		font-size: 1.5em;
		margin-bottom: 30px;
	}
	.featured-pods .pod .inner{
		margin: 20px 0 30px;
	}
	.carousel{
		height: 100%;
	}
	.anythingSlider{
		height: 100%!important;
		overflow: hidden;
	}
	.anythingWindow{
		height: 100%!important;
	}
	.anythingSlider .anythingBase{
		position: relative;
		overflow: auto;
	}
	.slides li, .anythingSlider .panel{
		background: none!important;
		height: 100%!important;
	}
	.slides li img{
		width: 100%;
		height: auto;
	}
	.slides li .mob-slide-content{
		background: #007399;
		border-top: 10px solid #fff;
	}
	.slides li .slide-content{
		top: 0;
		min-height: 0;
		background: transparent;
		padding: 40px 0;
	}
	.slides li .slide-content p{
		line-height: 1.2em;
		margin-bottom: 40px;
	}
	.slides li .slide-content .readmore{
		position: relative;
		bottom: 0;
		border: 1px solid #fff;
	    padding: 12px 0 15px;
	    text-align: center;
	    display: block;
	    width: 100%;
	    text-decoration: none;
	}
	.sidebar{
		margin-bottom: 50px;
	}
	.header .search input[type="search"]::-webkit-input-placeholder {
	  color: #fff;
	}
	.header .search input[type="search"]::-moz-placeholder {
	  color: #fff;
	}
	.header .search input[type="search"]:-ms-input-placeholder {
	  color: #fff;
	}
	.header .search input[type="search"]:-moz-placeholder {
	  color: #fff;
	}
	.header .search form{
	    width: calc(100% - 40px);
	    float: left;
	    padding: 7px 15px 10px;
	    border: 1px solid #fff;
	    margin: 0 20px;
	}
	.header .search{
	    background: #6aa58a;
	    position: relative;
	    width: 100%;
	    top: 0;
	    float: left;
	    border-top: 2px solid #fff;
	}
	.header .search input[type="search"]{
		border-left: 0!important;
		padding: 0;
		width: calc(100% - 35px);
	}
	header .search-form input[type="search"]{
	    width: calc(100% - 80px);
	    border: 1px solid #fff;
	    background: transparent;
	    color: #fff;
	    padding: 7px 10px 10px;
	    line-height: 1em;
	}
	header .search-form input[type="search"]:focus{
		outline: none;
	}
	.header .search .search-submit{
		position: relative;
		top: 2px;
		background: url("assets/images/search-white.svg") no-repeat;
	}
	.header .search .search-submit:hover{
		background: url("assets/images/search.svg") no-repeat;
	}
	.cta.box h2{
		max-width: 100%;
		font-size: 1.818em;
	}
	.cta.box .content {
	    padding: 40px 0;
	    display: block;
	    text-decoration: none;
	    color: #fff;
	}
	.cta.box .content p{
		margin-bottom: 0;
		font-size: 0.909em;
	}
	.cta.box a{
		border: 1px solid #fff;
	    padding: 12px 0 15px;
	    text-align: center;
	    display: inline-block;
	    margin-bottom: 40px;
	    width: 100%;
	}
	.cta.box a .readmore{
		border-bottom: 0;
		text-decoration: none;
	}
	.cta.box a:hover{
		border: 1px solid #fff;
		background: rgba(255,255,255,0.5);
	}
	.cta.box a:hover .readmore{
		color: #604b3b;
	}
	footer{
		border: 0;
	}
	.featured-pods{
		overflow: hidden;
	}
	.cta-2, .cta-3{
		padding: 15px 0 0;
	}
	.cta-content{
		text-align: center;
		padding: 0;
		min-height: 0;
	}
	.cta-content h2{
		margin: 25px 0 20px;
	}
	.cta-content p{
		margin: 20px auto 30px;
    	padding: 0 15px;
	}
	.cta-image{
		height: auto!important;
		border: 0!important;
	}
	.cta-image img{
		width: 100%;
	}
	.cta-2 .readmore{
		display: block;
		background: #cce4f5;
		text-align: center;
		padding: 20px 12px;
	}
	.cta-3 .readmore{
		display: block;
		text-align: center;
		padding: 20px 12px;
		background: #b2b6b7;
	}
	.readmore{
		border-bottom: 0;
		font-size: 0.8em;
		font-weight: 600;
		text-decoration: underline;
		opacity: 1;
	}
	footer .tagline{
		font-size: 1em;
		top: -15px;
		margin-left: 87px;
		width: auto;
	}
	footer .menu-social-container{
		float: left;
		margin-left: 92px;
	}
	footer .textwidget{
		margin-top: 18px;
	}
	.mobile-menu{
		-webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    min-height: 100%;
	    background: rgba(255,255,255,.75);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: opacity .6s,visibility 0s .6s;
	    -o-transition: opacity .6s,visibility 0s .6s;
	    transition: opacity .6s,visibility 0s .6s;
	    z-index: 1000;
	    -webkit-box-ordinal-group: 2;
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    height: 100vh;
	}
	.mobile-menu.toggle-menu{
	    opacity: 1;
	    visibility: visible;
	    -webkit-transition: opacity .6s;
	    -o-transition: opacity .6s;
	    transition: opacity .6s;
	}
	.icon-bar{
	    background: #6aa58a;
	    display: block;
	    width: 50px;
	    height: 3px;
	    border-radius: 0;
	    margin: 15px 0;
	}	
	.icon-bar.top{
		top: -8px;
	    -webkit-transition: -webkit-transform .4s,top .2s .4s;
	    -o-transition: -o-transform .4s,top .2s .4s;
	    transition: transform .4s,top .2s .4s;
	    position: absolute;
	}
	.icon-bar.bottom{
		bottom: 0;
	    -webkit-transition: -webkit-transform .4s,bottom .2s .4s;
	    -o-transition: -o-transform .4s,bottom .2s .4s;
	    transition: transform .4s,bottom .2s .4s;
	    position: absolute;
	}
	.site-details.overlay .icon-bar.top{
	    top: calc(50% - 17px);
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: top .2s,-webkit-transform .4s .2s;
	    -o-transition: top .2s,-o-transform .4s .2s;
	    transition: top .2s,transform .4s .2s;
	}
	.site-details.overlay .icon-bar.bottom{
	    bottom: calc(50% - 16px);
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: bottom .2s,-webkit-transform .4s .2s;
	    -o-transition: bottom .2s,-o-transform .4s .2s;
	    transition: bottom .2s,transform .4s .2s;
	}
	.navbar-header button{
		background: transparent;
		border: 0;
		position: relative;
		width: 45px;
		height: 37px;
		padding: 0;
	}
	.navbar-header button:focus{
		outline: none;
	}
	.navbar{
		width: 45px;
	    position: absolute;
	    right: 15px;
	    top: 53px;
	}
	.site-details.overlay .logo, .site-details.overlay .tagline, .site-details.overlay .navbar-header button{
		z-index: 9999;
		position: relative;
	}
	body {
	    padding-top: 127px;
	}
	.logo{
		margin: 20px 0;
	}
	header{
		background: #fff;
	}
	.tagline {
	    padding-left: 22px;
	    margin-left: 20px;
	    top: 18px;
	    width: 185px;
	    font-size: 1.25em;
	    line-height: 1.05em;
	}
	.tagline:before {
	    top: -1px;
	}
	#menu-mobile-menu{
		margin-top: 135px;
		border-top: 10px solid #6aa58a;
	}
	.logged-in #menu-mobile-menu{
		margin-top: 167px;
	}
	.mobile-menu .menu li{
		width: 100%;
		margin: 0;
		font-size: 1em;
		border-bottom: 1px solid #e4deda;
		background: #fff;
	}
	.mobile-menu .menu li a{
		display: block;
		padding: 13px 20px;
	}
	.mobile-menu .menu li.highlight{
		border-bottom: 2px solid #fff;
		background: #ebe6e3;
	}
	.mobile-menu .menu li:last-child{
		border-bottom: 0;
	}
	.mobile-menu .menu li ul{
		list-style: none;
		padding: 0;
	}
	header.toggle{
		background: #ebe6e3;
	}
	.mobile-menu .menu li.current-menu-item, .mobile-menu .menu li.current_page_item{
		font-weight: 600;
	}
	.mobile-menu .menu li.current-menu-item > a, .mobile-menu .menu li.current_page_item > a{
		color: #6aa58a;
	}
	.mobile-menu .menu li.menu-item-has-children {
	    background: url("assets/images/plus.svg") no-repeat 93.5% 15px #fff;
	    background-size: 25px;
	}
	.mobile-menu .menu li.menu-item-has-children.toggled{
		background: url("assets/images/minus.svg") no-repeat 93.5% 15px #fff;
		background-size: 25px;
	}
	.mobile-menu .menu li.menu-item-has-children > a{
		display: inline-block;
	}
	.mobile-menu .menu li.menu-item-has-children.toggled ul{
		display: block!important;
		position: relative;
    	width: 100%;
    	border-top: 1px solid #6aa58a;
    	border-bottom: 1px solid #6aa58a;
    	padding-top: 0;
    	overflow: hidden;
	}
	.menu li .sub-menu li a{
		padding: 10px 40px!important;
		background: #b4d2c4;
	}
	.menu li .sub-menu li{
		border-bottom-color: #6aa58a;
	}
	.menu li .sub-menu li:last-child{
		border-bottom: 0;
	}
	.mobile-menu .menu li.menu-item-has-children.toggled ul li a:hover{
		color: #fff;
	}
	footer .logo img{
		width: 290px;
		margin: 0 auto;
	}
	footer .logo{
		display: block;
	}
	.sticky .site-details{
		top: 0;
	}
	#gform_wrapper_2{
		width: 100%;
	}
	.listing .box .image-holder{
		height: 200px;
	}
}


@media (max-width: 800px){
	.mobile-menu .menu li.menu-item-has-children {
	    background: url("assets/images/plus.svg") no-repeat 97% 15px #fff;
	    background-size: 25px;
	}
	.mobile-menu .menu li.menu-item-has-children.toggled {
	    background: url("assets/images/minus.svg") no-repeat 97% 15px #fff;
	    background-size: 25px;
	}
}

@media (max-width: 767px){
	img.sbfc-logo {
	    max-width: 250px;
	}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
		margin-right: 0!important;
	}
	.social.share{
		float: left;
		clear: both;
	}
	.social.share li:first-child{
		margin-left: 0;
	}
	.site-info p, .site-info p.website-by{
		text-align: center;
		line-height: 1.3em;
	}
	.site-info{
		padding: 10px 0;
	}
	.slides .container{
		padding: 0;
	}
	#menu-mobile-menu {
	    margin-top: 121px;
	}
	.logged-in header {
	    top: 46px;
	}
	body {
	    padding-top: 121px;
	}
	.logo img {
	    width: 280px;
	}
	.navbar{
		top: 40px;
	}
	.cta-content h2{
		font-size: 2em;
	}
	footer .menu-social-container{
		margin-left: 91px;
		margin-top: 0;
	}
	footer .tagline{
		margin-left: 91px;
		padding-left: 0;
	}
	footer .textwidget {
	    margin-top: 15px;
	    margin-left: 91px;
	}
	.page-heading{
		max-width: 100%;
	}
	.listing .row-wrapper{
		border-bottom: 0;
	}
	.listing .box {
	    margin-bottom: 10px;
	    margin-top: 30px;
	    border-bottom: 1px dotted #d9d1ca;
	    padding-bottom: 40px;
	}
	.listing .box a{
		padding-bottom: 0;
	}
	.listing .box .readmore{
		position: relative;
		float: left;
		text-align: center;
		padding: 12px;
		width: 100%;
	}
	.listing .box .inner{
		height: auto!important;
	}
	.listing .row-wrapper:last-child .box:last-child{
		border-bottom: 0;
	}
	.readmore.button, .network.box .readmore.button{
		text-align: center;
		padding: 12px;
		width: 100%;
	}
	.network.box img{
		margin: 0 auto 20px;
		max-width: 75%;
	}
	.network.box{
		text-align: center;
	}
	.network.box .content{
		text-align: left;
	}
	.page-content .listing .box img, #field_1_1, #field_1_2{
		width: 100%;
	}
	.featured-pods .pod .inner{
		height: auto!important;
	    margin: 20px 0;
	}
	.featured-pods .readmore{
		margin-top: 25px;
	}
	.key-statistic.box h2{
		display: block;
		height: auto!important;
	}
	.key-statistic.box{
		height: auto!important;
	}
	.stat-row{
		margin-bottom: 0;
	}
}

@media (max-width: 600px){
	#wpadminbar{
		position: fixed;
	}
	.tagline{
		padding-left: 15px;
		margin-left: 13px;
		font-size: 1.1em;
		line-height: 1.05em;
	}
	.tagline:before {
	    top: -3px;
	}
	.icon-bar{
		width: 45px;
	}
	.cta-content h2{
		font-size: 1.6em;
	}
	.page-header h1 {
	    font-size: 1.5em;
	    line-height: 1em;
	}
	.page-heading{
		font-size: 1.6em;
	}
	.video-wrapper{
		min-height: 100px;
	}
}

@media (max-width: 540px){
	.logo img {
	    width: 200px;
	}
	.tagline{
		padding-left: 10px;
		margin-left: 6px;
		top: 13px;
		font-size: 0.8em;
		overflow: hidden;
		width: 130px;
	}
	.tagline:before{
		top: 0;
	}
	.navbar {
	    top: 30px;
	    right: 0;
	}
	.icon-bar {
	    width: 35px;
	}
	body {
	    padding-top: 98px;
	}
	.logged-in #menu-mobile-menu {
	    margin-top: 144px;
	}
	#menu-mobile-menu{
		margin-top: 98px
	}
}

@media (max-width: 414px){
	.slides li .slide-content{
		padding: 25px 0;
	}
	.slides li .slide-content h2{
		font-size: 1.2em;
	}
	.slides li .slide-content p{
		margin-bottom: 25px;
	}
	.cta.box .content{
		padding: 25px 0;
	}
	.cta.box a{
		margin-bottom: 25px;
	}
	.cta.box h2{
		font-size: 1.5em;
	}
	.cta.box p{
		font-size: 1em;
	}
	.cta-content h2 {
	    font-size: 1.3em;
	}
	.site-details .lt{
		background: #fff;
	}
	.mobile-menu{
		height: 500px;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		z-index: -1;
	}
	body{
		padding-top: 95px;
	}
}

@media (max-width: 413px){
	.logo img {
	    width: 190px;
	}
	.tagline{
		top: 10px;
		font-size: 0.7em;
		margin-left: 3px;
		padding-left: 8px;
	}
	.logged-in #menu-mobile-menu {
	    margin-top: 137px;
	}
	#menu-mobile-menu{
		margin-top: 91px
	}
}

@media (max-width: 374px){
	.logged-in #menu-mobile-menu {
	    margin-top: 129px;
	}
	#menu-mobile-menu {
	    margin-top: 83px;
	}
	.navbar{
		top: 25px;
	}
	body{
		padding-top: 73px;
	}
	.logo img {
	    width: 150px;
	}
	.tagline {
    	top: 8px;
	    font-size: 0.6em;
	    width: 90px;
	    margin-left: 2px;
	    padding-left: 7px;
	}
	.icon-bar.top{
		top: -5px;
	}
	.icon-bar{
		width: 30px;
	}
	.cta-content h2 {
	    font-size: 1.4em;
	    line-height: 1.1em;
	}
	footer .logo img {
	    width: 275px;
	}
	footer .tagline{
		font-size: 0.9em;
		margin-left: 86px;
	}
	footer #menu-social, footer .textwidget{
		margin-left: 86px;
	}
	footer .menu-social-container{
		margin-left: 0;
	}
	.textwidget p{
		font-size: 0.75em;
	}
}



