/*
Theme Name: Cube
Theme URI: http://cubemedia.nz
Author: Hanyu Zhang
Description: Theme For Cube Media Company website
*/

@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Vollkorn:600,400');

html, body{
	overflow-x: hidden;
}
body{
	margin: 0 auto;
	font-family: 'Barlow';
}
img{
	max-width: 100%;
	display: block;
	height: auto;
}
p, h1, h2, h3, h4, h5, h6, ul, li, a, ol{
	font-family: 'Barlow';
}
ol li, ul li{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 15px;
}
ul, ol{
	padding-left: 15px;
}
sup{
	font-size: 12px !important;
	top: -8px !important;
}
p{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
a:focus{
	color: inherit;
}
.content-container{
	max-width: 1230px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin: 0 auto;
}
.top-bar{
	background-color: #0d8693;
	display: block;
	height: 40px;
}
.bar{
	text-align: right;
}
.bar p{
	letter-spacing: 1px;
	color: #fdfdfd;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.phone-text{
	color: #fefefe;
	line-height: 30px;
	font-size: 17px;
	font-weight: 600;
}
.phone a{
	color: #fefefe;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
}
.phone a:hover{
	text-decoration: none;
}
a.linkedin-link{
	color: #fdfdfd;
	font-size: 20px;
}
.divider-bar{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
#masthead{
	padding-top: 15px;
	padding-bottom: 15px;
	display: table;
	width: 100%;
}
.site-branding{
	width: 30%;
	display: table;
	float: left;
}
#site-navigation{
	width: 70%;
	display: table;
	float: right;
	text-align: right;
	height: 73px;
}
#site-navigation .menu-page-menu-container{
	display: table-cell;
	vertical-align: middle;
}
ul#primary-menu{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
ul#primary-menu > li{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
ul#primary-menu > li:last-child{
	padding-right: 0px;
}
ul#primary-menu li a{
	letter-spacing: 1px;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
ul#primary-menu li a:hover{
	text-decoration: none;
	color: #0d8693;
}
.site-footer{
	background-color: #3f413f;
}
.site-footer .content-container .footer-inner{
	background: url('/wp-content/uploads/2018/05/burton-b.png');
	z-index: 1;
	padding-top: 75px;
	background-size: 410px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	display: table;
}
.footer-1, .footer-2, .footer-3{
	float: left;
	display: inline-block;
}
.footer-1{
	width: 33%;
}
.footer-3{
	width: 10%;
}
.footer-1 p a{
	display: block;
}
.footer-1 p a img{
	margin: 0 auto;
}
.footer-2{
	width: 57%;
	padding-top: 60px;
	padding-left: 75px;
	padding-bottom: 100px;
}
.footer-3{
	padding-top: 60px;
	padding-bottom: 100px;
}
.footer-2 p{
	color: #fdfdfd;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
.footer-2 p a{
	letter-spacing: 1px;
	color: #fdfdfd;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}
.footer-3 ul{
	padding-left: 0px;
	list-style-type: none;
}
.footer-3 ul li{
	margin-bottom: 0px;
}
.footer-3 ul li a{
	letter-spacing: 1px;
	color: #fdfdfd;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
}
.footer-3 ul li a:hover{
	text-decoration: none;
}
#menu-footer-menu{
	max-width: 100px;
	margin: 0 auto;
}
.footer-bottom p, .footer-bottom p a{
	color: #919191;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0px;
	text-decoration: none;
}
.site-footer .footer-bottom{	
	border-top: 1px solid #929292;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	clear: both;
}
#content{
	display: block;
	clear: both;
}
.home-banner .banner-content h1{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fefefe;
	font-size: 65px;
	font-weight: 700;
	line-height: 65px;
	z-index: 1;
}
.home-banner .content-container{
	height: 100%;
	width: 100%;
	display: table;
	background-image: url('/wp-content/uploads/2018/05/BurtonBNew.svg');
	background-position: left 95%;
	background-size: 40%;
	background-repeat: no-repeat;
	max-width: 1350px;
}
.home-banner .content-container .banner-content{
	display: table-cell;
	vertical-align: middle;
	padding-left: 75px;
	padding-right: 75px;
}
.home-panel{
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.panel-left, .panel-right{
	width: calc(50% - 5px);
	float: left;
	display: inline-block;
	position: relative;
}
.panel-left{
	margin-right: 5px;
}
.panel-right{
	margin-left: 5px;
}
.panel-image:before{
	background-color: rgba(13, 134, 147, 0.8);
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.panel-image.onHover:before{
	background-color: rgba(1, 121, 134, 0.8);
}
.panel-content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.smallText{
	letter-spacing: 1px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.panel-content h1{
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
}
.panel-content a{
	display: block;
	width: 45px;
	margin: 0 auto;
}
.panel-content a img{
	display: block;
	margin-top: 25px;
}
.home-columns{
	display: table;
	padding-top: 100px;
	padding-bottom: 150px;
	width: 100%;
}
.home-columns .column-left, .home-columns .column-right{
	width: 50%;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
}
.home-columns .column-right{
	padding-top: 75px;
}
.home-columns .column-left p{
	letter-spacing: 1px;
	color: #0d8693;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
}
.home-columns .column-left h2{
	color: #1a1e1e;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}
.home-columns .column-right p{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.home-columns .column-right p a{
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: table;
	background-color: #0d8693;
	margin-top: 30px;
}
.home-columns .column-right p a:hover{
	text-decoration: none;
	background-color: #017986;
}
.quotes{
	background-image: url('/wp-content/uploads/2018/05/Layer-10.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding-top: 105px;
	padding-bottom: 105px;
}
div.quotes div.content-container div#quotes-slider.carousel.slide div.carousel-inner div.item p{
	font-family: 'Vollkorn';
	color: #fdfdfd;
	font-size: 26px;
	font-weight: 400;
/* 	font-style: italic; */
	line-height: 40px;
}
div.quotes div.content-container div#quotes-slider.carousel.slide ol.carousel-indicators{
	display: block;
    clear: both;
    position: absolute;
    margin-bottom: 0px;
    bottom: -50px;
}
#quotes-slider .carousel-inner{
	max-width: 950px !important;
	display: block;
	margin: 0 auto !important;
}
div#quotes-slider .carousel-control.left{
	background-image: unset !important;
}
div#quotes-slider .carousel-control.right{
	background-image: unset !important;
}
div#quotes-slider .carousel-control.left{
    position: absolute;
    top: calc(50% - 20px) !important;;
    bottom: 0;
    left: 0;
    width: 45px !important;;
    font-size: 20px;
    height: 40px !important;
    color: #fff;
    text-align: center;
    text-shadow: unset !important;
    opacity: 1 !important;
}
div#quotes-slider .carousel-control.right{
    position: absolute;
    top: calc(50% - 20px) !important;;
    bottom: 0;
    height: 40px !important;
    width: 45px !important;;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: unset !important;
    opacity: 1 !important;
}
div#quotes-slider .carousel-indicators .active{
	opacity: 0.6;
}
div#quotes-slider .carousel-indicators{
	opacity: 0.6;
}
#quotes-slider .carousel-inner{
	display: table;
}
#quotes-slider .carousel-inner .item.active{
	display: table-cell;
	vertical-align: middle;
}
#quotes-slider .carousel-inner .item.active{
	opacity: 1;
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
#quotes-slider .carousel-inner .item{
	opacity: 0;
}
.news-row{
	width: 100%;
	display: table;
}
.blog-item{
	width: 33.3334%;
	display: block;
	float: left;
}
.blog-inner{
	padding-left: 15px;
	padding-right: 15px;
}
.latest-news h2{
	color: #1a1e1e;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.blog-content{
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 350px;
	position: relative;
}
.blog-content h4 a{
	color: #1a1e1e;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}
.blog-content h4{
	margin-top: 0px;
	margin-bottom: 25px;	
}
.blog-content h4 a:hover{
	text-decoration: none;
}
.blog-content p{
	line-height: 28px;
	color: #888;
	font-size: 18px;
	font-weight: 400;
}
.blog-content ul li{
	line-height: 28px;
	color: #888;
	font-size: 18px;
	font-weight: 400;
}
.blog-content ol li{
	line-height: 28px;
	color: #888;
	font-size: 18px;
	font-weight: 400;
}
.blog-content a.blog-read-more{
	line-height: 20px;
	color: #1a1e1e;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-top: 30px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 25px;
}
.blog-content a.blog-read-more:hover{
	text-decoration: none;
}
.latest-news{
	background-color: #f3f4f3;
	padding-top: 150px;
	padding-bottom: 150px;
}
.latest-news .smallText{
	letter-spacing: 1px;
	color: #0d8693;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	display: block;
	margin-bottom: 0px;
}
.post-date{
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	margin-bottom: 15px;
}
.blog .blog-content, .archive .blog-content{
	background-color: #f3f4f3;
	display: table;
	padding-top: 75px;
	padding-bottom: 75px;
	width: 100%;
}
.news-feature-image{
	width: 100%;
	height: 240px;
}
.blog-box{
	width: 33.3334%;
	display: block;
	float: left;
}
.blog .blog-content .content-container .blog-box article:nth-of-type(3n+1),
.archive .blog-content .content-container .blog-box article:nth-of-type(3n+1)
{
	clear: left;
}
.blog .blog-content .content-container .blog-box article,
.archive .blog-content .content-container .blog-box article
{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.blog-box article h1{
	margin-top: 0px;
}
.blog-box article .news-content h1 > a{
	color: #1a1e1e;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 0px;
}
.blog-box article p{
	line-height: 28px;
	color: #888;
	font-size: 18px;
	font-weight: 400;
}
.blog-box article .news-content a{
	letter-spacing: 1px;
	line-height: 20px;
	color: #1a1e1e;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-top: 30px;
}
.blog-box article .news-content > a{
	position: absolute;
	bottom: 25px;
}
.blog-box article a:hover{
	text-decoration: none;
}
.blog .news-content, .archive .news-content{
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 350px;
	position: relative;
}
.post-nav .post-nav-prev a, .post-nav .post-nav-next a{
	line-height: 28px;
	color: #888;
	font-size: 18px;
	font-weight: 400;
}
.post-nav .post-nav-prev{
	float: left;
}
.post-nav .post-nav-next{
	float: right;
}
.post-nav{
	display: table;
	width: 100%;
}
.blog .blog-content, .archive .blog-content{
	padding-left: 0px;
	padding-right: 0px;
}
.site-banner{
	background: url('/wp-content/uploads/2018/05/Bannerimage2-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}
.site-banner .banner-content-container{
	max-width: 1230px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	display: table;
}
.site-banner .banner-content-container h1{
	color: #fefefe;
	font-size: 65px;
	font-weight: 700;
	line-height: 67px;
	text-align: center;
	padding-bottom: 70px;
	padding-top: 70px;
}
.bolg-image{
	height: 450px;
	width: 100%;
	display: block;
}
.single-post .container{
	max-width: 800px;
	margin: 0 auto;
	display: block;
}
.single-post h2{
	color: #1a1e1e;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}
.single-post h3{
	color: #0d8693;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 35px;
	margin-bottom: 25px;
}
.single-post .blog-page-content p{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.single-post-date{
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	color: #1a1e1e !important;
	margin-bottom: 30px;
}
.blog-page-content{
	padding-top: 110px;
	padding-bottom: 110px;
}
.socials span, .tags span{
	color: #888888;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
.socials a{	
	color: #0d8693;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin-right: 5px;
}
.socials a:nth-of-type(1){
	margin-left: 5px;
}
.social-bottom{
	margin-top: 30px;
}
.socials{
	margin-bottom: 10px;
}
.tags a{
	font-size: 16px;
	line-height: 20px;
	color: #0d8693;
	font-weight: 500;
}
.tags a:hover{
	text-decoration: none;
}
.accordion{
	margin-bottom: 2px;
}
.accordion.open{
	margin-bottom: 0px;
}
.accordion:last-child.open{
	border-bottom: 2px solid #f3f4f3;
}
.accordion-content{
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	border-left: 2px solid #f3f4f3;
	border-right: 2px solid #f3f4f3;
}
.accordion-content p, .accordion-content ul li, .accordion-content ol li{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.accordion-question p{
	color: #888888;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	max-width: 95%;
	margin-bottom: 0px;
}
.accordion-question-outter div.accordion-icon span{
	color: #0d8693;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
}
.accordion-question-outter{
	display: table;
	width: 100%;
}
.accordion-question{
	width: 90%;
	float: left;
	display: block;
	background-color: #f3f4f3;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	/*border-left: 2px solid #f3f4f3;
	border-right: 2px solid #f3f4f3;*/
}
.accordion-icon{
	display: table;
	width: 10%;
	text-align: right;
	/*float: right;*/
	background-color: #f3f4f3;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.page-template-tpl-qa .normal-content .container{
	padding-bottom: 100px;
	padding-top: 100px;
	max-width: 800px;
	margin: 0 auto;
	display: block;
}
.accordion-content p{
	margin-top: 20px;
	margin-bottom: 20px;
}
.accordion-content{
	border-left: 2px solid #f3f4f3;
	border-right: 2px solid #f3f4f3;
}
div.accordion.open div.accordion-content ul, div.accordion div.accordion-content ul,
div.accordion.open div.accordion-content ol, div.accordion div.accordion-content ol
{
	padding-left: 20px;
}
.qa-header h2{
	color: #1a1e1e;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;	
	margin-bottom: 20px;
	margin-top: 0px;
}
.qa-header p{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
form#gform_1 ul#gform_fields_1 li#field_1_1{
	width: 50%; 
	float: left;
	display: block;
	clear: unset;
	padding-right: 15px !important;
}
form#gform_1 ul#gform_fields_1 li#field_1_2{
	width: 50%; 
	float: left;
	clear: unset;
	display: block;
	padding-left: 15px !important;
	padding-right: 0px !important;
}
form#gform_1 ul#gform_fields_1 li#field_1_3{
	width: 100%;
	display: block;
	padding-right: 0px !important;
}
#input_1_1, #input_1_2, #input_1_3{
	width: 100%;
	border-width: 1px;
	border-color: #cdcdcd;
	border-style: solid;
}
#input_1_1:focus, #input_1_2:focus, #input_1_3:focus{
	border-width: 1px;
	border-color: #0d8693;
	border-style: solid;
}
form#gform_1 div.gform_body ul#gform_fields_1 li label.gfield_label{
	font-family: 'Barlow' !important;
	color: #444444 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 0px !important;
}
#gform_submit_button_1{
	letter-spacing: 1px;
	background-color: #0d8693;
	font-family: 'Barlow' !important;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	border: 0px !important;
}
#gform_submit_button_1:hover{
	background-color: #017986;
}
.gform_footer{
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	margin-top: 0px !important;
	margin-bottom: 35px !important;
}
ul#primary-menu.menu li{
	position: relative;
}
ul#primary-menu.menu li > ul.sub-menu{
	width: 200px;
	list-style-type: none;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
	top: 45px;
	visibility: hidden;
	left: -50px;
}
ul#primary-menu.menu li:hover > ul.sub-menu{
	visibility: visible;
}
ul#primary-menu.menu li > ul.sub-menu li{
	display: block;
	clear: both;
    border-bottom: 1px solid #ececec;
	width: 100%;
	margin-bottom: 0px;
}
ul#primary-menu.menu li > ul.sub-menu li:last-child{
	border-bottom: 0px;
}
ul#primary-menu.menu li > ul.sub-menu li a{
	color: white;
	text-align: center;
	display: block;
	width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px !important;
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #0d8693;
}
ul#primary-menu.menu li > ul.sub-menu li a:hover{
	background-color: #017986;
}
.mobmenu_content #mobmenuright .sub-menu{
	padding-left: 0px !important;
}
.page-template-tpl-normal-content .normal-content .container{
	padding-bottom: 25px;
	padding-top: 25px;
	max-width: 800px;
	margin: 0 auto;
	display: block;
}
.full-width-content-layout{
	padding-top: 25px;
	padding-bottom: 25px;
}
.full-width-content-layout h2{
	color: #1a1e1e;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-top: 0px;
}
h3{
	color: #1a1e1e;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.heading h3{
	color: #1a1e1e;
	font-size: 40px;
	font-weight: 500;
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.full-width-content-layout h5{
	color: #1a1e1e;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.full-width-content-layout h2:first-child{
	margin-bottom: 50px;
}
.full-width-content-layout h4{
	color: #0d8693;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.full-width-content-layout p{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.buttom-grey{
	background-color: #f3f4f3;
}
.buttom-grey .container{
	padding-top: 80px;
	padding-bottom: 80px;
}
.buttom-grey h3{
	color: #1a1e1e;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0px;
}
.testimonials-layout{
	padding-top: 35px;
	padding-bottom: 35px;
}
.testimonials-layout h3{
	color: #1a1e1e;
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.testimonial-author{
	font-size: 16px;
	font-weight: 600;
	color: #888888;
	margin-bottom: 10px;
	margin-top: 10px;
}
.testimonial{
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.buttom-grey p{
	color: #666666;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
.buttom-grey a.button{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
	max-width: 185px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	background-color: #0d8693;
	margin-left: 10px;
	margin-right: 15px;
	width: 100%;
}
.buttom-grey a.button:hover{
	background-color: #017986;
	text-decoration: none;
}
.button-row{
	display: table;
	margin: 0 auto;
	margin-top: 35px;
	width: 100%;
	text-align: center;
}
.two-columns{
	display: table;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 50px;
}
.columns-left, .columns-right{
	width: 50%;
	float: left;
	display: block;
}
.columns-left{
	padding-right: 20px;
}
.columns-right{
	padding-left: 20px;
}
.two-columns h2{
	color: #0d8693;
	font-size: 32px;
	font-weight: 600;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.two-columns p, .two-columns a{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.two-columns a:hover{
	text-decoration: none;
	color: #0d8693;
}
.gfield_label{
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 20px  !important;
	color: #444444 !important;
	text-transform: capitalize !important;
}
.gform_fields input, .gform_fields select, .gform_fields textarea{
	width: 100% !important;	
	border-width: 1px !important;
	border-color: #cdcdcd !important;
	border-style: solid !important;
}
.gform_fields input:focus, .gform_fields select:focus, .gform_fields textarea:focus{
	border-width: 1px !important;
	border-color: #0d8693 !important;
	border-style: solid !important;
}
.gform_button[type="submit"]{
    letter-spacing: 1px;
    background-color: #0d8693;
    font-family: 'Barlow' !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    width: auto !important;
    border: 0px !important;
}
.gform_button[type="submit"]:hover{
	background-color: #017986;
}
.ginput_recaptcha{
	margin-top: -25px !important;
}
.gfield.col-1-2{
	width: 50% !important;
	float: left !important;
	clear: unset !important;
}
.gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0px !important;
}
.gform_wrapper ul.gform_fields li.gfield.odd-ietm{
	padding-right: 20px !important;
}
.gfield select{
	height: 40px !important;
	background-color: white;
}
.BH-application-form select{
	background-color: white;
}
.ginput_container_select {
    position: relative;
}
.ginput_container_select .arrow {
    /*content: "▼" !important;*/
    position: absolute !important;
    top: 0 !important;
    right: -1px !important;
    bottom: 0 !important;
    font-size: 13px !important;
    line-height: 40px !important;
    padding: 0 12px !important;
    background: #fff !important;
    color: #000 !important;
    border-left: 1px solid #cdcdcd !important;
    border-top: 1px solid #cdcdcd !important;
    border-right: 1px solid #cdcdcd !important;
    border-bottom: 1px solid #cdcdcd !important;
    width: 40px !important; 
	display: none !important;
}
.section-label{
	padding-top: 20px !important;
	margin-bottom: 0px !important;
	display: table !important;
	width: 100%;
	clear: both !important;
}
.bar{
	display: table;
	width: 100%;
	text-align: unset;
}
.left-bar{
	width: 30%;
	text-align: left;
}
.right-bar{
	text-align: right;
	width: 70%;
}
.left-bar, .right-bar{
	display: block;
	float: left;
}
.top-bar-login a, .phone a{
	color: #fefefe;
	line-height: 30px;
	font-size: 17px;
	font-weight: 400;
}
.top-bar-login a:hover, .phone a:hover{
	text-decoration: none;
}
.gform_button{
	text-transform: uppercase;
	letter-spacing: 1px;
}
.buttom-grey-content{
	padding-top: 25px;
	padding-bottom: 25px;
}
#loginform input#user_login, #loginform input#user_pass, #somfrp_user_info{
	width: 100%;	
	border-width: 1px;
	border-color: #cdcdcd;
	border-style: solid;
	height: 40px;
	padding: 5px;
}
#loginform input#rememberme{
	border-width: 1px;
	border-color: #cdcdcd;
	border-style: solid;
}
#loginform input:focus{
	border: 0px;
}
#loginform .login-username label, #loginform .login-password label, #loginform .login-remember label{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #444444;
	margin-bottom: 10px;
	text-transform: capitalize;
}
form#lostpasswordform.account-page-form fieldset p.no-margin label{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #444444;
	margin-bottom: 10px;
	text-transform: capitalize;
}
div#password-lost-form-wrap form#lostpasswordform.account-page-form fieldset legend{
	display: none;
}
#wp-submit, .BH-register-btn, #reset-pass-submit{
	letter-spacing: 1px;
	background-color: #0d8693;
	font-family: 'Barlow';
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	width: auto;
	border: 0px;
	margin-top: 10px;
	top: 0px;
}
#wp-submit:hover, .BH-register-btn:hover, #reset-pass-submit:hover{
	background-color: #017986;
}
#wp-submit:focus, .BH-register-btn:focus, #reset-pass-submit:focus{
	color: white;
}
#candidates-form{
	padding-top: 50px;
	padding-bottom: 100px;
}
form#gform_5.thin-page{
	margin: 0 !important;
}
.forget-password{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #444444;
	margin-bottom: 10px;
	float: right;
	text-transform: capitalize;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
	color: #444444;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
}
.forget-password:hover{
	color: #444;
	text-decoration: none;
}
.gform_wrapper h2{
	color: #1a1e1e;
	font-size: 30px;
	font-weight: 700 !important;
	line-height: 45px;
	margin-bottom: 30px !important;
	margin-top: 30px !important;
}
div.ginput_container_fileupload input{
	border: 0px !important;
	width: 300px !important;
	max-width: 100% !important;
	height: 50px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload-style{
	display: table;
	width: 100%;
}
.uploadButton{
	width: 145px;
	padding: 15px 25px;
	background-color: #444444;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	float: left;
	display: inline-block;
	text-align: center;
}
.uploadCaption{
	float: left;
	padding-left: 35px;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	padding: 15px 25px;
	display: inline-block;
}
.gfield_description{
	padding-top: 5px !important;
	color: #444444;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 20px;
}
#field_5_25 .gfield_description ul {
	padding-left: 20px;
}
#field_5_25 .gfield_description ul li{
	font-size: 18px !important;
	line-height: 28px !important;
	color: #888888 !important;
	font-weight: 400 !important;
	list-style-type: disc !important;
}
#label_5_25_1{
	font-size: 18px;
	line-height: 28px;
	color: #444444;
	font-weight: 600;
	margin-left: 25px;
}
.gform_wrapper ul.gfield_checkbox li.gchoice_5_25_1 input[type=checkbox]{
	border-radius: 2px !important;
	border-width: 2px !important;
	border-color: #cdcdcd !important;
	border-style: solid !important;
	width: 16px !important;
	height: 16px !important;
}
#field_5_27, .captcha-input{
	margin-top: 25px;
	margin-bottom: 25px;
}
.page-template-tpl-job-detail .normal-content .container{
	padding-bottom: 25px;
	padding-top: 25px;
	max-width: 800px;
	margin: 0 auto;
	display: block;
}
.page-template-tpl-job-detail .normal-content h1{
	color: #1a1e1e;
	font-size: 38px;
	font-weight: 700;
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.page-template-tpl-job-detail .normal-content p.BH-jobid{
	color: #888888;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
}
.BH-application-form{
	width: 100%;
	margin: 0;
}
.BH-application-form input, .BH-application-form select{
	width: 100%;	
	border-width: 1px;
	border-color: #cdcdcd;
	border-style: solid;
	height: 40px;
	padding: 5px;
}
.BH-application-form input:focus, .BH-application-form select:focus{
	border-width: 1px;
	border-color: #0d8693;
	border-style: solid;
}
.BH-application-form-half-first, .BH-application-form-half-last {
    position: relative;
}
.page-template-tpl-job-detail .BH-application-form-half-first .arrow, .page-template-tpl-job-detail .BH-application-form-half-last .arrow{
	margin-top: 35px;
}
.BH-application-form-half-first .arrow, .BH-application-form-half-last .arrow {
    /*content: "▼" !important;*/
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    right: -1px !important;
    bottom: 0 !important;
    font-size: 13px !important;
    line-height: 40px !important;
    padding: 0 12px !important;
    background: #fff !important;
    color: #000 !important;
    border-left: 1px solid #cdcdcd !important;
    border-top: 1px solid #cdcdcd !important;
    border-right: 1px solid #cdcdcd !important;
    border-bottom: 1px solid #cdcdcd !important;
    width: 40px !important; 
    /*margin-top: 35px;*/
}
.BH-application-form input[type=file]{
	border: 0px !important;
	width: 300px !important;
	max-width: 100% !important;
	height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    padding: 0px;
}
.BH-application-form .upload-style{
	margin-top: 0px;
}
.BH-application-form .upload-style .uploadButton, .BH-application-form .upload-style .uploadCaption{
	margin-top: 10px;
}
#extensions_message_5_22{
	display: none;
}
.gfield_required {
    color: #790000;
    margin-left: 4px;
}
.upload-another-file small, .upload-file small{
	color: #444444;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.declaration-section p, .declaration-section ul li{
	font-size: 18px !important;
	line-height: 28px;
	color: #888888;
	font-weight: 400;
}
.declaration-section ul {
	padding-left: 20px;
}
.BH-application-form label, .declaration-label{
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 25px !important;
	color: #444444 !important;
	margin-bottom: 10px !important;
}
.declaration-input strong{
	font-size: 18px !important;
	line-height: 28px !important;
	color: #444444 !important;
	font-weight: 500 !important;
	margin-left: 25px;
}
.declaration-input input{
	height: auto !important;
}
.BH-application-form input[type=submit]{
	letter-spacing: 1px;
	background-color: #0d8693;
	font-family: 'Barlow' !important;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	width: auto !important;
	border: 0px !important;
	height: auto !important;
}
.BH-application-form input[type=submit]:hover{
	background-color: #017986;
}
div.full-width-content-layout div.BH-job-list div.BH-job-list-item a div.BH-job-list-item-left h2{
	font-size: 38px;
	line-height: 45px;
}
.BH-job-list-item-info p{
	color: #1a1e1e;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.BH-job-list-item-teaser p{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.BH-job-list-item-right button{
	padding: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}
.page-template-tpl-job-list div.normal-content.greyback div.container{
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1230px;
	width: 100% !important;
}
.BH-job-list-item a:hover {
    border-bottom: 8px solid #0d8593;
}
.BH-job-list-item a {
    border-bottom: 8px solid #fff;
}
.page-template-tpl-job-list .BH-job-list{
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-template.page-template-tpl-job-detail div.full-width-content-layout{
	background-color: white;
}
.apply-button{
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #0d8693;
	font-family: 'Barlow' !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	width: auto !important;
	border: 0px !important;
	height: auto !important;
	margin-top: 20px !important;
	display: inline-block;
}
.apply-button:hover{
	background-color: #017986;
	color: white;
	text-decoration: none;
}
.apply-button:active{
	color: white;
}
.BH-job-detail-item-info p{
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	color: #1a1e1e;
	margin-bottom: 25px;
}
.BH-job-detail-desc p u{
	text-decoration: none;
}
.BH-job-detail-desc p, .BH-job-detail-desc ul li, .BH-job-detail-desc p a, .BH-job-detail-desc ul li a{
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.BH-job-detail-desc ul li{
	margin-bottom: 5px;
}
.BH-job-detail-desc ul{
	padding-left: 20px;
}
#candidates-form{
	width: 100%;
	max-width: 342px;
	margin: 0 auto !important;
}
#input_5_25 .gchoice_5_25_1{
	position: relative;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#input_5_25 .gchoice_5_25_1 input{
	position: absolute;
    opacity: 0;
    cursor: pointer;
}
p.declaration-input{
	position: relative;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
p.declaration-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 2px solid #cdcdcd;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
p.declaration-input input:checked ~ .checkmark:after {
    display: block;
}
#input_5_25 .gchoice_5_25_1 input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #444444;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login_error{
	width: 100%;
	max-width: 342px;
	margin: 0 auto;
}
.submit_error, .format_error{
	color: red;
	font-weight: bold;
}
.login_error p{
	color: red;
	font-weight: bold;
}
#gform_fields_5 li, #gform_fields_4 li{
	max-width: 100% !important;
}
.gfield_error.BH-application-form-half-last, .gfield_error.BH-application-form-half-first{
	width: 49% !important;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}
.BH-job-list-item a .BH-job-list-item-right button{
	background-color: #fff;
	color: #0d8593;
	border: 2px solid #0d8593;
}
.BH-job-list-item a:hover .BH-job-list-item-right button{
	background-color: #0d8593;
	color: #fff;
}
.green-text-quote-layout{
	margin-top: -25px;
	padding-bottom: 25px;
}
.green-text-quote-layout p{
	font-family: 'Vollkorn';
	color: #0d8693;
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
}
p:last-child{
	margin-bottom: 0px;
}
.som-password-sent-message{
	background-color: white !important;
	border-color: white !important;
	padding: 0px;
	margin-bottom: 15px;
	color: black !important;
}
.fa-check{
	color: #0d8693;
}
.error404 .normal-content{
	padding-top: 100px;
	padding-bottom: 100px;
}
@media(max-width: 1230px){
	ul#primary-menu > li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-columns .column-left, .home-columns .column-right{
		padding-left: 25px;
		padding-right: 25px;
	}
	div#quotes-slider .carousel-control.left{
		left: 0px;
	}
	div#quotes-slider .carousel-control.right{
		right: 0px;
	}
	#quotes-slider .carousel-inner{
		max-width: 80% !important;
	}
	.latest-news{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.latest-news h2{
		padding-bottom: 75px;
	}
	.home-columns{
		padding-bottom: 100px;
	}
}
@media(max-width: 1100px){
	.blog .news-content, .archive .news-content{
		height: 415px;
	}
	.blog-content{
		height: 395px;
	}
}
@media(max-width: 1075px){
	ul#primary-menu > li{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media(max-width: 991px){
	.left-bar{
		display: none;
	}
	.right-bar{
		float: left;
		width: 100%;
		text-align: left;
	}
	.blog .news-content, .archive .news-content{
		height: 350px;
	}
	.blog-content{
		height: 350px;
	}
	.home-columns .column-left{
		padding-left: 0px;
		padding-right: 15px;
	}
	.home-columns .column-right{
		padding-right: 0px;
		padding-left: 15px;
	}
	.blog-box{
		width: 50%;
	}
	.blog-box:nth-of-type(2n+1){
		clear: left;
	}
	.blog .blog-content .content-container .blog-box article{
		margin-top: 0px;
	}
	.blog .blog-content{
		padding-bottom: 45px;
	}
	ul#primary-menu li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-banner{
		height: 500px !important;
	}
	.home-banner .banner-content h1{
		font-size: 55px;
		line-height: 55px;
	}
	.home-banner .content-container{
		background-size: 50%;
	}
	.blog-item{
		width: 50%;
		margin-bottom: 30px;
	}
	.blog-item:nth-of-type(2n+1){
		clear: left;
	}
	.latest-news{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.latest-news h2{
		padding-bottom: 50px;
		padding-top: 10px;
	}
	.quotes{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	div.quotes div.content-container div#quotes-slider.carousel.slide ol.carousel-indicators{
		bottom: -40px;
	}
	div.quotes div.content-container div#quotes-slider.carousel.slide div.carousel-inner div.item p{
		line-height: 40px;
		font-size: 30px;
	}
	.panel-content h1{
		font-size: 50px;
		line-height: 50px;
	}
	.blog-item:nth-of-type(2n+1) .blog-inner{
		padding-left: 0px;
	}
	.blog-item:nth-of-type(2n) .blog-inner{
		padding-right: 0px;
	}
	.blog .blog-content .content-container .blog-box:nth-of-type(2n+1) article{
		padding-left: 0px;
	}
	.blog .blog-content .content-container .blog-box:nth-of-type(2n) article{
		padding-right: 0px;
	}
	#site-navigation{
		width: 78%;
	}
	.site-branding {
    	width: 22%;
	}
	ul#primary-menu li {
    	padding-left: 3px;
    	padding-right: 4px;
	}
}
@media(max-width: 850px){
	div.full-width-content-layout div.BH-job-list div.BH-job-list-item a div.BH-job-list-item-left h2{
		font-size: 30px;
		line-height: 35px;
	}
	.BH-job-list-item a{
		display: block;
	}
	.BH-job-list-item-left{
		width: 100%;
	}
	.BH-job-list-item-right{
		text-align: left;
		width: 100%;
		max-width: 172px;
		margin-top: 20px;
	}
	.BH-job-list-item-right button{
		width: 100%;
	}
	.BH-job-list-item a{
		padding: 20px;
	}
}
@media(max-width: 768px){
	.bar{
		text-align: left;
	}
	.mobmenu-push-wrap{
		padding-top: 0px !important;
	}
	#site-navigation{
		display: table !important;
	}
	.mob-menu-header-holder{
		position: absolute !important;
	}
}
@media(max-width: 767px){
	.gfield_error.BH-application-form-half-last, .gfield_error.BH-application-form-half-first{
		width: 100% !important;
	}
	.BH-job-detail-item-info p{
		margin-bottom: 20px;
	}
	.page-template-tpl-job-detail .normal-content h1{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.site-banner .banner-content-container h1{
		font-size: 50px;
		line-height: 55px;
	}
	.BH-application-form-half-first, .BH-application-form-half-last{
		display: block;
		float: none;
		width: 100% !important;
		clear: both;
	}
	.home-columns .column-right{
		padding-top: 0px;
	}
	.blog-box article .news-content > a{
		position: relative;
		bottom: 0px;
	}
	.blog .news-content, .archive .news-content{
		height: auto;
	}
	.blog-content{
		height: auto;
	}
	.blog-content a.blog-read-more{
		position: relative;
		bottom: 0px;
	}
	.top-bar-text, .phone-text{
		display: none;
	}
	.two-columns{
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.full-width-content-layout{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.columns-left, .columns-right{
		width: 100%;
		float: none;
		display: block;
	}
	.columns-left{
		padding-right: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.columns-right{
		padding-left: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.gform_wrapper ul.gform_fields li.gfield.odd-ietm{
		padding-right: 0px !important;
	}	
	.gfield.col-1-2{
		width: 100% !important;
		float: left !important;
		clear: unset !important;
	}
	.full-width-content-layout h2{
		font-size: 45px;
	}
	.full-width-content-layout h2:first-child{
		margin-bottom: 50px;
	}
	.page-template-tpl-qa .normal-content .container{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page-template-tpl-normal-content .normal-content .container{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.accordion-question p{
		width: 90%;
	}
	form#gform_1 ul#gform_fields_1 li#field_1_1,
	form#gform_1 ul#gform_fields_1 li#field_1_2{
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.blog .blog-content .content-container .blog-box article{
		padding-right: 0px;
		padding-left: 0px;
	}
	.blog-box{
		max-width: 375px;
		display: block;
		margin: 0 auto;
		clear: both;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#site-navigation{
		display: none !important;
	}
	.site-branding{
		width: 100%;
		float: none;
	}
	.site-branding a img{
		margin: 0 auto;
		display: block;
	}
	.mobmenu .headertext{
		display: none;
	}
	.home-banner .content-container .banner-content{
		padding-left: 0px;
		padding-right: 0px;
	}
	div.quotes div.content-container div#quotes-slider.carousel.slide div.carousel-inner div.item p{
		line-height: 35px;
		font-size: 25px;
	}
	.quotes{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	div.quotes div.content-container div#quotes-slider.carousel.slide ol.carousel-indicators{
		bottom: -30px;
	}
	.blog-item{
		max-width: 375px;
		display: block;
		margin: 0 auto;
		clear: both;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.blog-inner{
		padding-left: 0px;
		padding-right: 0px;
	}
	.latest-news{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.latest-news h2 {
	    padding-bottom: 40px;
	    padding-top: 5px;
	}
	.home-columns .column-left, .home-columns .column-right{
		width: 100%;
		float: none;
		clear: both;
		padding-left: 0px;
		padding-right: 0px;
	}
	.home-columns{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.home-columns .column-left p{
		line-height: 15px;
	}
	.home-columns .column-left h2{
		margin-top: 15px;
		font-size: 35px;
		line-height: 50px;
	}
	.panel-left, .panel-right{
		width: 100%;
		float: none;
		clear: both;
		display: block;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.panel-left{
		margin-left: 0px;
	}
	.home-banner .banner-content h1 {
	    font-size: 45px;
	    line-height: 50px;
	}
	.panel-content h1{
		font-size: 45px;
		line-height: 45px;
	}
	.home-banner{
		height: 385px !important;
	}
	#quotes-slider .carousel-inner{
		max-width: 100% !important;
	}
	div.quotes div.content-container div#quotes-slider.carousel.slide div.carousel-inner div.item p {
	    line-height: 30px;
    	font-size: 25px;
	}
	div#quotes-slider .carousel-control.left{
		display: none;
	}
	div#quotes-slider .carousel-control.right{
		display: none;
	}
	.footer-1, .footer-2, .footer-3{
		width: 100%;
		display: block;
		clear: both;
	}
	.footer-1 p, .footer-2 p, .footer-3 p{
		margin-bottom: 0px;
	}
	.footer-2{
		padding-top: 30px;
		padding-left: 0px;
		padding-bottom: 15px;
	}
	.footer-2 #text-3{
		margin: 0 auto;
		max-width: 210px;
		text-align: center;
	}
	.footer-3{
		padding-top: 0px;
		padding-bottom: 15px;
		text-align: center;
	}
	.site-footer .content-container .footer-inner{
		padding-top: 45px;
	}
	.site-footer .content-container .footer-inner{
		background-size: contain;
		background-position: center;
	}
	.bar{
		text-align: left;
	}
	.mobmenu-push-wrap{
		padding-top: 0px !important;
	}
	.mob-menu-header-holder{
		height: 0px !important;
	}
	.mob-expand-submenu i{
		top: 15px !important;
	}
	.gform_wrapper h2{
		color: #1a1e1e;
		font-size: 30px;
		font-weight: 700 !important;
		line-height: 45px;
		margin-bottom: 30px !important;
		margin-top: 30px !important;
	}
	.uploadButton {
	    width: 125px;
	    padding: 15px 15px;
	}
	.uploadButton span{
		margin-bottom: 0px !important;
	}
}
@media(max-width: 675px){
	.home-banner .content-container{
		background-size: 55%;
	}
}
@media(max-width: 565px){
	.top-bar-text, .linkedin-link, .fa-linkedin-in{
		display: none;
	}
	.divider-bar:last-of-type{
		display: none;
	}
}
@media(max-width: 485px){
	.home-banner .content-container{
		background-size: 75%;
	}
}
@media(max-width: 450px){
	#wp-submit, .BH-register-btn{
		width: 100%;
	}
	p.login-submit{
		width: 100%;
	}
	#candidates-form{
		padding-bottom: 165px;
	}
}
@media(max-width: 375px){
	.site-branding a img{
		margin: unset !important;
	}
	.mobmenur-container{
		top: 75px !important;
	}
	.mobmenur-container i {
    	color: #0d8693 !important;
	}
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
}
.g-recaptcha{
	letter-spacing: 1px;
	background-color: #0d8693;
	font-family: 'Barlow' !important;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	width: auto !important;
	border: 0px !important;
}
.g-recaptcha:hover {
    background-color: #017986;
}
/* #gform_submit_button_3, #gform_submit_button_1, #applyButton, #gform_submit_button_4{
	display: none;
} */
li#field_3_1.gfield.gfield_error, li#field_3_2.gfield.gfield_error, li#field_1_3.gfield.gfield_error{
	max-width: 100% !important;
}
.grecaptcha-logo{
	margin-top: 0px !important;
}
.gform_confirmation_message{
	color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}
select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	background: url(/wp-content/uploads/2018/08/arrow.png) no-repeat;
  	background-position: right;
}
#gform_browse_button_5_23{
	opacity: 1 !important;
	width: 145px !important;
	padding: 15px 25px !important;
	background-color: #444444 !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 20px !important;
	display: inline-block !important;
	text-align: center !important;
	margin-left: 15px;
	position: unset !important;
}
li#field_5_23 div.ginput_container.ginput_container_fileupload div#gform_multifile_upload_5_23 div#gform_drag_drop_area_5_23.gform_drop_area span.gform_drop_instructions{
	display: inline-block !important;
}
.ginput_preview strong{
    color: #444444 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}
.fa-user, .fa-envelope, .fa-mobile-alt {
	margin-right: 10px;
}
@media(max-width: 420px){
	.fa-user, .fa-envelope, .fa-mobile-alt {
		margin-right: 5px;
	}
	.top-bar-login a, .phone a{
		font-size: 13px;
	}
}
.fa-mobile-alt {
	font-size: 20px;
}
/***************************************************************/
#post-172 .entry-header {display: none}
.bh-welcome {
	font-family: 'Barlow' !important;
	color: #1a1e1e !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	line-height: 45px !important;
	margin: 20px 0;
}
#dashboard-menu {
	margin-top: 50px;
	margin-bottom: 35px;
}
a.dashboard-menu-item {
	padding: 15px 30px; 
	background-color: #c2c2c2; 
	font-family: Barlow;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
a.dashboard-menu-item:hover {
	text-decoration: none
}
a.dashboard-menu-item-active {
	background-color: #444;
}
#dashboard-content h2{
	font-family: Barlow;
	color: #1a1e1e;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 20px !important;
}
#dashboard-content label{	
	font-family: 'Barlow';
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
	color: #444444;
}
#dashboard-content input{
	width: 100%;
	border-width: 1px;
	border-color: #cdcdcd;
	border-style: solid;
	height: 40px;
	padding: 5px;
	border-radius: 0px;
	box-shadow: unset;
}
#dashboard-content input:focus{
	border-width: 1px;
	border-color: #0d8693;	
	border-style: solid;
	box-shadow: unset;
}
#dashboard-content select {
	width: 100%;
	border-width: 1px;
	border-color: #cdcdcd;
	border-style: solid;
	height: 40px;
	padding: 5px;
	border-radius: 0px;
	box-shadow: unset;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	background: url(/wp-content/uploads/2018/08/arrow.png) no-repeat;
  	background-position: right;
}
#dashboard-content select:focus{
	border-width: 1px;
	border-color: #0d8693;	
	border-style: solid;
	box-shadow: unset;
}
#dashboard-content .btn.btn-primary {
    letter-spacing: 1px;
    background-color: #0d8693;
    font-family: 'Barlow' !important;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    width: auto !important;
    border: 0px !important;
    height: auto !important;
    margin-top: 10px !important;
}
#dashboard-content .btn.btn-primary:hover{
	background-color: #017986;
}
#dashboard-content input[type="file"]{
	display: none;
}
#jobs-applied-for{
	list-style-type: none;
	padding-left: 0px;
}
#jobs-applied-for li{
	margin-bottom: 10px;
}