/*
Theme Name: PartnerShip 
Theme URI: 
Author: Inkriti
Author URI: 
Version: 2.0.0.0
*/
body.woocommerce-checkout .woocommerce-error .button,
body.woocommerce-checkout .woocommerce-message .button,
body.woocommerce-checkout .wc-backward,
body.woocommerce-order-received .order_details .product-name .wc-item-meta{
    display: none !important; 
}


.misc-block .bluelink {
	text-decoration:none;
}
a.bluelink{
	color:#5f5952;
}
a{
color:#658bea;
}
#event_organizer , #event_url , #event_cost{
	display:none;
}

.pagenationactive{
	font-weight:bold;
	color:black;
	text-decoration:underline;
}

#give-sidebar-left { display: none; }
[id*=give-form] div.summary { width: 100% !important; float: none !important; text-align: left; }

.give-form-left-side { width: 50%; float: left; margin-right: 30px; padding-top: 0px !important;}
.give-form-field-wrap { margin-bottom: 10px; }
.give-form-field-wrap .select { width: 100%; float: none; }

.ajax_triggered{
	opacity:0.5;	
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	-webkit-opacity:0.5;
	-o-opacity:0.5;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.box-icon div {
   overflow: hidden !important;
}

.form-elements input[type=email],
.tml input[type="text"],
.tml input[type="password"] {
  border: 1px solid #d0d0d0;
  height: 43px;
  line-height: 43px;
  padding: 0 10px;
  display: block;
  width: 100%;
  border-radius: 10px;
  outline: 0;
}

.tml {
    max-width: none !important;
}

form.give-form .form-row input[type=text],
form.give-form .form-row input[type=email] { border-radius: 10px !important; }
#give_purchase_form_wrap { width: 45%;   display: inline-block; }

.cart_item .product-thumbnail img { display: none; }

.actions .coupon #coupon_code{ width: 150px; }

.cart_totals > h2 { display: none; }

.woocommerce .quantity .qty {     border: 1px solid #DDD;    border-radius: 5px; }

.woocommerce .input-text {     border: 1px solid #DDD; border-radius: 5px; padding: 5px; }

.woocommerce .select { width: 100%; }

.place-order .button,
.wc-proceed-to-checkout .button,
.add-to-cart .button,
.tribe-events-cal-links a,
.red-button {
  
    padding: 0 35px 0 20px;
    
    line-height: 32px;
    background: url(img/submitbg.png) no-repeat right center #a7192a !important;
    border: 2px solid #f2a9a3 !important;
    border-radius: 15px;
    color: #fff !important;
    text-transform: uppercase;
    margin: 10px 0 0;
}

ul.payment_methods {
  list-style: none;
}
ul.payment_methods > li {
  list-style: none;
}
#payment_method_authorize_net_aim { visibility: hidden; }
.tribe-events-schedule .tribe-events-cost {display:none;}

.tribe-events-meta-group {}
.tribe-events-meta-group dd { float: left; margin-right: 10px;  }
.tribe-events-meta-group dt { float: left; clear: left; }

.tribe-events-tickets-rsvp .tribe-tickets-attendees-list-optout {display:none !important}

td.tickets_name {
  color: #5f5952 !important;
  font-size: 21px !important;
}

.tribe-events-tickets input { 
  border: 1px solid #ddd;
  width: 100%;
  padding: 5px;
}

.mejs-inner { width: 100%; height: 100%; }
.mejs-layers { width: 100%; height: 100%; }

.application-form {}
.application-form .full { display: block; position: relative; width: 100%; margin-bottom: 10px; clear: both; }
.application-form .full:after { content: ""; display: table; clear: both; }
.application-form .full input[type="text"],
.application-form .half input[type="number"],
.application-form .half input[type="email"],
.application-form .full textarea,
.application-form .full select { width: 95%; }
.application-form .half { display: inline-block; position: relative; width: 50%; float: left; }
.application-form .half input[type="text"],
.application-form .half input[type="number"],
.application-form .half input[type="email"],
.application-form .half textarea,
.application-form .half select { width: 90%; }
.application-form label.heading { font-size: 1.2em; font-family: kepler-std; color:#658bea; }
.application-form .half .select { width: 90%; float: none; }

.application-form p.disclaimer { font-size: 0.8em; font-style: italic; }

.required-indicator { color: #000; padding: 0px 10px;  }

.application-form textarea {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  outline: 0;
}

.invalid { color: #f96758; border-color: #f96758 !important; }
.invalid-label { color: #f96758 !important; }

.application-form input[type="number"],
.application-form input[type="email"] {
    border: 1px solid #d0d0d0;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    display: block;
    width: 100%;
    border-radius: 10px;
    outline: 0;
}

p.error {
  font-weight: bold;
  color: #f96758;
  text-align: center;
}

.button2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #bb5242;
    border-radius: 8px;
    background: #ea6652;
    background: -webkit-gradient(linear, left top, left bottom, from(#ea6652), to(#ea6652));
    background: -moz-linear-gradient(top, #ea6652, #ea6652);
    background: linear-gradient(to bottom, #ea6652, #ea6652);
    text-shadow: #753329 1px 1px 1px;
    font: normal normal bold 30px times new roman;
    color: #ffffff;
    text-decoration: none;
}
.button2:hover,
.button2:focus {
    border: 1px solid #ea6652;
    background: #ff7a62;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7a62), to(#ff7a62));
    background: -moz-linear-gradient(top, #ff7a62, #ff7a62);
    background: linear-gradient(to bottom, #ff7a62, #ff7a62);
    color: #ffffff;
    text-decoration: none;
}
.button2:active {
    background: #8c3d31;
    background: -webkit-gradient(linear, left top, left bottom, from(#8c3d31), to(#ea6652));
    background: -moz-linear-gradient(top, #8c3d31, #ea6652);
    background: linear-gradient(to bottom, #8c3d31, #ea6652);
}

.tribe-events-single-event-title {
  text-align: center;
  color: #658bea !important;
  font-weight: bold;
  font-family: kepler-std;
}

body .styled_headline h1{
	font-size: 40px;
	letter-spacing: normal;
	line-height: 50px;
	text-align: center;
	font-family: kepler-std;
	margin-bottom: 1.5rem;
}
.red_bg .styled_headline h1, 
.red_bg .misc-block .styled_headline h1{
	color: #fff !important;
}
body .styled_headline h1:after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 300px;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
}

@media min-width(768px) {

	.tribe-events-event-meta .tribe-events-meta-group {
	  width: 50% !important;
	}
}
#tribe-events-footer .tribe-events-sub-nav { display: none; }

@media max-width(768px) {
	.tribe-events-event-meta .tribe-events-meta-group {
		margin-left: 15%;
		width: 100% !important;
	}
	
}

@media all and (max-width: 768px){
	.quotes_style .owl-theme .owl-nav{
		display: none !important;
	}
}

.single-ai1ec_event .entry-meta {display: none;}

/* 30th Anniv Summit Event Gallery tweaks */
#ngg-gallery-6096a02576b79b898ee169c0aae31784-1 .ngg-gallery-thumbnail-box {width:25%;}
@media(max-width:525px) {#ngg-gallery-6096a02576b79b898ee169c0aae31784-1 .ngg-gallery-thumbnail-box {width:50%;}}




/* ///////////////// */

.static_pos{position: static !important;}
.relative_pos{position: relative !important;}
.no_shadow{
	box-shadow: none !important;	
}
.no_margin_top{
	margin-top:0 !important;
}
.no_margin_bottom{
	margin-bottom:0 !important;
}
.no_line_height{
	line-height:0;
}
body .shaddow_bottom{
	position: relative;
	z-index: 999;	
	overflow:visible;
	
}
.shaddow_bottom .head-image{
	z-index:3;	
}
.shaddow_bottom:after{
	content:"";
	position:absolute;
	height:1px;
	width:100%;
	bottom:0;
	left:0;
	right:0;
	box-shadow: 0px 3px 6px #000000;
	-moz-box-shadow: 0px 3px 6px #000000;
	-webkit-box-shadow: 0px 3px 6px #000000;
	-ms--box-shadow: 0px 3px 6px #000000;
	-o--box-shadow: 0px 3px 6px #000000;
	z-index: 2;	
}

.spacer{padding: 15px; clear:both;}
.spacer.padding-5{padding: 5px;}
.spacer.padding-10{padding: 10px;}
.spacer.padding-20{padding: 20px;}
.no_margin{margin:0 !important;}
.no_padding{padding:0 !important;}
.no_margin_top{margin-top:0 !important;}
.no_margin_bottom{margin-bottom:0 !important;}
.no_padding_bottom{padding-bottom:0 !important;}
.no_padding_top{padding-top:0 !important;}
.align_center{text-align: center;}

.red_bg{background:#f5655b !important;}
.red_bg h2, .red_bg .misc-block h2{color:#fff !important;}
.red_bg p{color:#000000 !important;}
.underline_title h2:after{
	content:"";
	display: block;
	margin-left: auto;
	margin-right: auto;
	height:1px;
	width:300px;
	max-width:100%;
	margin-top:15px;
	margin-bottom:15px;
	background:#fff;	
}

.job-board-intro-content {}
.misc-block .job-board-intro-content h3 {color:black; }

.job-board-intro-content blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
padding-left:0;
padding-right:0;
line-height: 1.45;
position: relative;
color: #383838;
	text-indent: 0;
}

.job-board-intro-content blockquote p {text-align:justify}

/*
.job-board-intro-content blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}*/

.job-board-intro-content blockquote cite {
text-align:right;
font-size: 14px;
display: block;
margin-top: 5px;
}

.job-board-intro-content blockquote cite:before {
content: "\2014 \2009";
}

.inner-container.partner-testimonial .biz-block  p {font-size:20px; line-height: 1.5em;}
.testimonial_block.partner-testimonial .testimonial_text {padding-left:0; background:none}
.partner-testimonial.testimonial_block .testimonial_author {font-weight:bold; font-family: roboto-bold; line-height: 1.4em;}
.partner-testimonial.testimonial_block .testimonial_text {font-style:normal;}
.partner-testimonial.testimonial_block .testimonial_text p {font-style:normal;}
.job-board-intro-block .testimonial_block {background:none !important; border:none;}

.square_button.rounded {
border-radius-topleft: 25px;
    border-radius-topright: 25px;
    border-radius-bottomleft: 25px;
    border-radius-bottomright: 25px;
    border-radius: 25px;
}

.square_button.rounded.big-rounded {
border-radius-topleft: 50px;
    border-radius-topright: 50px;
    border-radius-bottomleft: 50px;
    border-radius-bottomright: 50px;
    border-radius: 50px;
}


.contact_form_section .form-group.align-center input[type="submit"] {width:auto; float:right;}
.contact_form_section .form-group.align-center:after {content:""; display: table; clear:both;}


.announce_styled_box .announce_styled_box_content{
	padding: 15px;
	background: #666666;
	text-align: left;
}
.announce_styled_box p,
.red_bg .misc-block .announce_styled_box p{
	color:#fff !important;	
	font-size: 14px !important;
	margin-bottom: 10px;
}
.announce_styled_box h3,
.red_bg .misc-block .announce_styled_box h3{
    color: #fff;
    margin-bottom: 10px;
	line-height: 28px;
}
.announce_styled_box .box_footer p{margin:0 !important; padding:0 !important;}
.announce_styled_box .box_footer{padding-top: 13px;}
.announce_styled_box .box_footer a{color:#f6655c !important;}
.announce_styled_box .box_footer a:hover{color:#fff !important;}



.square_button{
	font-size: 15px;
	color: #fff !important;
	padding: 7px 20px;
	min-width: 138px;
	text-align: center;
	background: #f6655c;
	border: 1px solid #f6655c;
	border-radius: 0;
	transition: all 0.5s ease;
}
.square_button.block{
	display: block;	
	min-width: 0;
}
.square_button.block.fixed_width{
	width:215px;
	display:block;
	max-width: 100%;
}
.align_center .square_button.block.fixed_width{
	margin-left:auto;
	margin-right:auto;	
}
.square_button:hover{
	background:#f15349 !important;	
	transition: all 0.5s ease;
}
.square_button.outlined{
	background: transparent;
	border:1px solid #f6655c; 	
}
.square_button.outlined.white{
	border:1px solid #fff; 
}

.inner_menu ul{
	margin:0;
	padding:0;
	display:table;
	width:100%;
	border-spacing: 2px;
}
.inner_menu ul > li{
	display:table-cell;	
	width:1%;
	background:#f8948d; vertical-align:middle;
}
.inner_menu ul > li > a{
	display:block; 
	padding:15px;
	text-align:center;	
	color:#fff !important;
	text-transform:uppercase;
	font-size: 16px;
	transition: all 0.5s ease;
	margin: 1px;
	line-height: 1.1em;
}

.inner_menu ul > li:nth-child(1) > a,
.inner_menu ul > li:nth-child(2) > a {}

.inner_menu ul > li:hover,
.inner_menu ul > li.current-menu-item {
	color:#f5655b !important;
	color:#EA6752 !important;
	background:#fff;	
	transition: all 0.5s ease;
}
.inner_menu ul > li:hover > a,
.inner_menu ul > li.current-menu-item > a{
	color:#f5655b !important;
	color:#EA6752 !important;
	transition: all 0.5s ease;
	border-left:
}


.gray_bg{
	background:#e8e8e8 !important;	
}
.border_bottom{	
	border-bottom: 1px solid #d2d2d2;	
}
.fiter_form .form-inline{
	display:block;
	width: 100%;
}
.fiter_form .form-inline .form-group{
display: block;
width: 16.5%; width:19.5%;
vertical-align: middle;
padding: 5px;
max-width: 25%;
float: left;
box-sizing: border-box;
}

.page-template-page-partners .fiter_form .form-inline .form-group{    width: 100%; }

.fiter_form .form-inline .form-group .select{width: 100%; float:none; height: 40px; font-size: 16px;}

.fiter_form .form-inline .form-group .styledSelect{
	height: 40px;
	font-size: 16px;
	background:#fff url(assets/img/select_icon.png) no-repeat right center;
	border:1px solid #b9b9b9;
	color:#666666;
	padding: 10px 15px;
	line-height: 18px;
}
.fiter_form .form-inline .form-group .options{
	margin: 0;
	padding: 0;
	list-style: none;	
	
}
.fiter_form .form-inline input[type="submit"]{height: 40px;}
.fiter_form .form-inline .form-group .options li{
	font-size: 16px;
	list-style: none;
	text-align: left;
	padding: 10px 15px;
	margin: 0;
}

.companies_fiter_result h3{
	margin:0;
	padding:0;
	color:#000000 !important;
	font-size: 24px;
	line-height: 24px;	
}
.section_title h3{
	margin:0;
	padding:0;
	color:#f5655b !important;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;	
}
.section_title h4{
	margin: 0;
	padding: 0 !important;
	color: #f5655b !important;
	font-size: 18px !important;
	line-height: 24px;
	font-weight: 600;	
}
.companies_fiter_result small{
	font-size: 16px;
	color:#000000 !important;
	line-height:18px;	
}
.companies-listing-container .col-sm-4{
	margin-bottom:15px;
}

.companies-listing-container .company_box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,e9e9e9+0,f5f5f5+100,f5f5f5+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #e9e9e9 0%, #f5f5f5 100%, #f5f5f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#e9e9e9 0%,#f5f5f5 100%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#e9e9e9 0%,#f5f5f5 100%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */	
	border: 1px solid #ebebeb;
	
	padding: 20px;
	height: 100%;
}
.companies-listing-container .company_box .company_logo img{
	
	max-width: 75%;
}

.companies-listing-container .company_box .sep{padding:15px 0;}
.companies-listing-container .company_box .sep hr{
	margin:0 auto;
	padding:0;
	border-top: 1px solid #ababab;
	width: 175px;
	max-width: 100%;
}
.companies-listing-container .company_box p{
	color: #000000;
	font-size: 13px !important;
	margin-bottom: 0;
}

.companies-listing-container .company_box h3,
.companies-listing-container .company_box h3 a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.company_location{
	color: #000000;
	font-size: 13px;
}
.company_location .location_icon{
	display:block;
	width:12px;
	height: 18px;
	background:url('assets/img/pin_icon.png') 0 0 no-repeat;
	margin-left:-20px;
	float:left;
}

.companies-listing-container .company_box  h4 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
	margin-top:0;
	padding-top:0;
}

.companies-listing-container .company_box .hover_element{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(249,113,89,0.9);
	display:block;	
	transition: all 0.5s ease;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
}

.companies-listing-container .company_box:hover .hover_element{
	display: block;	
	transition: all 0.5s ease;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
}
.vertical_align{
	position: relative;
	top: 50%;
	display: block;
	transform: translateY(-50%);	
	-moz-transform: translateY(-50%);	
	-webkit-transform: translateY(-50%);	
	-ms-transform: translateY(-50%);	
	-o-transform: translateY(-50%);	
}
.companies-listing-container .company_box .hover_element .vertical_align{
	position: relative;
	top: 50%;
	display: block;
	transform: translateY(-50%);	
	-moz-transform: translateY(-50%);	
	-webkit-transform: translateY(-50%);	
	-ms-transform: translateY(-50%);	
	-o-transform: translateY(-50%);	
}

.company_location{
	padding-left:20px;
		
}

.company-profile-logo {	
	max-height: 120px;
}

.comp_row .featured_company{
	position:relative;
	height:325px;
	height:160px;
	background:none !important;
	box-sizing:border-box;
	padding:15px;
	margin:15px 0;
}
.comp_row .featured_company:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	background:none !important;
	z-index:1;	
}
.comp_row .featured_company .featured_company_content{
	position:relative;	
	z-index:2;	
}
.comp_row .featured_company .featured_company_content *{
	color:#fff;	
}

.comp_row .featured_company .comp_logo img{
	max-width: 80%;	
	max-height:140px;
}
.comp_row .featured_company .comp_logo_wrapper{
	margin-bottom:15px;	
}
.comp_row .comp_name{
	font-size:16px;
	margin: 0 0 5px 0;
	padding:0;
	font-weight: bold;	
}
.comp_row .comp_industry{
	font-size:14px;
	margin:0;
	padding:0;
	font-weight: bold;	
}
.comp_row .sep{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.comp_row .sep hr{
	margin: 0 auto;
	padding: 0;
	width: 65px;	
	border-top: 1px solid #fff;
}

.comp_row .hover_link{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	cursor: pointer;	
}

.comp_row .featured_company .hover_element{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f56f58+0,df6154+40,d25950+100 */
	background: #f56f58; /* Old browsers */
	background: -moz-linear-gradient(top, #f56f58 0%, #df6154 40%, #d25950 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f56f58 0%,#df6154 40%,#d25950 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f56f58 0%,#df6154 40%,#d25950 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56f58', endColorstr='#d25950',GradientType=0 ); /* IE6-9 */
	display:block;	
	transition: all 0.5s ease;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	z-index:5;
}

.comp_row .featured_company:hover .hover_element{
	display: block;	
	transition: all 0.5s ease;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
}



.all_comp_section{
	background:#f0f0f0 !important;	
}






.normal_comp_row{
	position:relative;	
	z-index:2;	
}
.normal_comp_row .comp_name{
	color:#000000 !important;		
}
.normal_comp_row *{
	color:#000000;	
}
.normal_comp_row .normal_comp_content{
	margin:15px 0;	
}
.normal_comp_row .comp_logo_wrapper img{
	max-width: 100%;
	height: auto;
	max-width:75%;
}
.normal_comp_row  .comp_logo_wrapper{
	margin-bottom:15px;	
	height: 175px;
	padding:15px;
}
.normal_comp_row .comp_name{
	font-size:16px;
	margin: 0 0 5px 0;
	padding:0;
	font-weight: bold;	
}
.normal_comp_row .comp_industry{
	font-size:14px;
	margin:0;
	padding:0;
	font-weight: bold;	
}
.normal_comp_row .sep{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.normal_comp_row .sep hr{
	margin: 0 auto;
	padding: 0;
	width: 65px;	
	border-top: 1px solid #000;
}
.normal_comp_row .comp_logo_wrapper{
	/*background:#fff;*/
	/*border:1px solid #999999;	*/
}

.normal_comp_row .hover_element{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f56f58+0,df6154+40,d25950+100 */
	background: #f56f58; /* Old browsers */
	background: -moz-linear-gradient(top, #f56f58 0%, #df6154 40%, #d25950 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f56f58 0%,#df6154 40%,#d25950 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f56f58 0%,#df6154 40%,#d25950 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56f58', endColorstr='#d25950',GradientType=0 ); /* IE6-9 */
	display:block;	
	transition: all 0.5s ease;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
}

.normal_comp_row .normal_comp_content:hover .hover_element{
	display: block;	
	transition: all 0.5s ease;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
}
body .no_min_height{
	min-height:0 !important;	
}

/*
.inner-container.single_company_section {padding-left:0; padding-right:0;}
.inner-container.single_company_section > .biz-block {max-width:none; padding: 0 6%;}
*/

body .single_company_section h2,
body .single_company_section .biz-block h2{
	color:#f6655c !important;
	font-size:24px;
	text-align: left;
	margin-bottom: 10px;
	line-height:26px;
	font-family: roboto-light;
	
}
body .single_company_section h3,
body .single_company_section .biz-block h3{
	color:#f6655c;
	font-size:20px;
	text-align: left;	
	margin-bottom: 10px;
	font-family: roboto-light;
}
.single_company_section .company_location{
	padding-left: 0;
	font-size: 14px;	
}
.single_company_section .company_details  hr{
	margin: 8px 0;
	border-top: 1px solid #ccc;
}
.single_company_section .company_location .location_icon {
    background: url('assets/img/pin_icon_dark.png') 0 0 no-repeat;
    margin-left: 0;
    float: left;
    margin-right: 7px;
}

body .text_box .biz-block p{
	font-size:14px;	
	margin-bottom: 10px;
}

.open_positions .job_warpper{
	margin: 15px 0;	
}
.open_positions .job_warpper .job_text{
	border:1px solid #999999;
	padding:15px 15px 0 15px;	
}
.open_positions .job_warpper .job_text .button_wrapper{
	margin: 15px -16px -1px -16px;
}
.open_positions .job_warpper .button_wrapper{
	margin: -1px 0px 0px 0px;
}
.open_positions .job_warpper .job_text h3{
	margin:0;
	padding:0;	
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}
.open_positions .job_warpper .job_text .sep hr{
	margin:5px 0;
	width:90px;
	max-width: 100%;	
}
.open_positions .job_warpper .job_text p{
	margin-bottom: 0;	
	font-size:12px;
	line-height:14px;
	color:#000;
}
.companies-listing-container .job_warpper .job_text + .button_wrapper {margin-top:5px; text-align:center}
.companies-listing-container .job_warpper .job_text + .button_wrapper a {display:inline-block}

.value_proposition_list {padding-right:10px;}

.value_proposition_list hr{
	margin: 8px 0;
	border-top: 1px solid #ccc;
	
}
body .value_proposition_list h3,
body .value_proposition_list .biz-block h3{
	color:#f6655c;
	font-size:24px;
	text-align: left;	
	margin-bottom: 10px;
	font-family: roboto-light;
	margin-bottom:5px;
}
body .value_proposition_list p{
	font-size:14px !important;
	line-height:18px;
	margin-bottom:0;
}
body .value_proposition_list .sep hr{
	margin: 15px 0;
	width:90px;
	border-top:1px solid #ccc;	
}
.nw_testimonial_slideshow .testimonial_item{
	display:none;	
}
.nw_testimonial_slideshow .testimonial_item.active{
	display: block;	
}
.testimonial_block{
	background:#f5f5f5 !important;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;	
}

.testimonial_block .testimonial_text,
.testimonial_block .testimonial_text p{
	margin:0;
	padding:0;
	font-size: 18px;
	line-height:24px;
	font-style:italic;
	
}
.testimonial_block .testimonial_text{
	font-size: 18px;
	line-height:24px;
	font-style:italic;
	
}
.testimonial_block .testimonial_text{
	padding-left:70px;
	background:url('assets/img/testimonial_quotes.png') 0px 5px no-repeat;	
}
.testimonial_block .testimonial_author{
	font-size: 17px;
	line-height:20px;
	color:#000000;	
	
}
.testimonial_block .testimonial_name{
	padding-bottom: 3px;	
}
.testimonial_block .testimonial_position{
	font-size: 15px;
	line-height:16px;
	color:#000000;	
	padding-left: 9px;
}

body .biz-block .contact_box_inner h2{
	color:#f6655c !important;	
	font-size:24px;
	margin-bottom:10px;
	text-align:left;
	line-height: 24px;
	font-family: roboto-light !important;
}
body .biz-block .contact_box_inner h3{
	color:#f6655c !important;
	text-align:left;	
	margin-bottom:10px;
	font-family: roboto-light !important;
}
body .biz-block .contact_box_inner p{
	margin-bottom: 10px;	
}
.white_bg{
	background:#fff !important;	
}
.overflow_hidden{
	overflow:hidden !important;	
}

div[class^="col-"].shadow_right{
	height: auto;	
}

.post-password-form input[type=submit] {
	font-size: 15px;
    color: #fff !important;
    padding: 7px 20px;
    min-width: 100px;
    text-align: center;
    background: #67C8C7;
    border: 1px solid #67C8C7;
    border-radius: 0;
    transition: all 0.5s ease;
	text-transform: uppercase;
}
.post-password-form p label,
.post-password-form p [type=password] {display:inline-block; vertical-align: middle;}
.post-password-form p label {width:auto;}
.post-password-form p [type=password] {height: 36px;} 
    
.contact_form_section.company-job-board-contact label{padding-left:0; line-height: 1.25em;}
.contact_form_section.company-job-board-contact label small {line-height:1}
.invalid .contact_form_section.company-job-board-contact label{color:#5f5952 }
.sent .contact_form_section.company-job-board-contact {display:none !important}
.contact_form_section.company-job-board-contact  input.wpcf7-not-valid[type="file"] {height:auto;}
.contact_form_section.company-job-board-contact  input.wpcf7-not-valid[type="file"] + span.wpcf7-not-valid-tip {margin-bottom:10px;}

div.wpcf7-mail-sent-ok {border-color: #67C8C7 !important}
div.wpcf7-validation-errors {border-color: #67C8C7 !important}

.contact_form_section input[type="text"],
.contact_form_section input[type="email"]{
	width: 100%;
	float: none;
	height: 40px;
	font-size: 16px;	
	color: #5f5952;
	border: 1px solid #b9b9b9;
	color: #666666;
	padding: 10px 15px;
	line-height: 18px;
}
.contact_form_section input[type="file"]{
	width: 100%;
	float: none;
	height: 40px;
	font-size: 16px;	
	color: #5f5952;
	/*border: 1px solid #b9b9b9;*/
	color: #666666;
	padding: 0;
	line-height: 18px;
	/*background: #fff;*/
}
.contact_form_section input[type="submit"]{
	width:100%;	
}
.contact_form_section textarea{
	width: 100%;
	float: none;
	height: 140px;
	font-size: 16px;	
	color: #5f5952;
	border: 1px solid #b9b9b9;
	color: #666666;
	padding: 10px 15px;
	line-height: 18px;
}
.contact_form_section,
.contact_form_section .form-inline{
	display: block !important;	
}
.contact_form_section .form-group{
	display:block !important;	
	width: 100% !important;
	padding: 5px 0 !important;
}
.contact_form_section  label{
	font-size: 16px;
	display: block;	
	padding:0 15px;
}

.contact_form_section  ::-webkit-input-placeholder { /* Chrome */
  opacity: 1;
}
.contact_form_section  :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
.contact_form_section  ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
.contact_form_section  :-moz-placeholder { /* Firefox 4 - 18 */
  opacity: 1;
}

body span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.fiter_form .form-inline .form-group .options{
	max-height: 200px;
	overflow-y: scroll;	
}
.cols3 .col:nth-child(3n+1){
	clear:both;	
}

.misc-block .job-board-intro-content .job_home_text h3,
.job_home_text h3{
	color: #fff;
	font-size: 30px;
	line-height: 45px;
	font-family: kepler-std;
}
.misc-block .job_home_text h4{
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0.025em;
}
.red_bg .job_home_text p {
    color: #fff !important;
}
.red_bg .job_home_text a{
	color:#fff;
}
body .job_home_text p a,body .job_home_text p a:link, body .job_home_text p a:visited{color:#fff;}

.light_gray_bg{
	background:#f2f2f2 !important;
}
.sponsors_images .sponsor{
	display:inline-block; margin:0 28px;
}

.red_title h3{
	text-align: left;
	border-bottom: 2px solid #f5655b;
	padding-bottom: 5px;
	font-family: kepler-std;
	font-size: 28px;
	color: #f5655b;
}

.board_partnerships .testimonial_author .testimonial_name{
	font-size: 18px;
	color: #f5655b;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-family: roboto-bold;
}
.board_partnerships .testimonial_position{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	font-family: roboto-bold;
	margin-bottom: 7px;
}
.board_partnerships .testimonial_text,
.board_partnerships .testimonial_text p{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin:0;
	padding:0;
}

.board_partnerships .testimonial_item{
	border-bottom:1px solid #cccccc;
}

.board_news_list .news_item p{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin:0;
	padding:0;
}
.board_news_list .news_item {
	border-bottom:1px solid #cccccc;
	text-align:left;
}

.board_news_list .news_item h4{
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #658bea;
}

.board_news_list .news_item .read_more{
	color:#f5655b;
}
.board_news_list .news_item .read_more:hover{
	color: #658bea;
}
.misc-block.normal-width{
	max-width:100%;
}
.no-padding{padding:0 !important;}
body .announce_styled_box .inner-container{
	text-align: left;
}
.jobboard-home-outer {
    z-index: 1;
}
body .header{
	z-index: 9;
}


.inner-container .job-board-intro-content p b, .inner-container .job-board-intro-content p strong{
	font-family: roboto-light !important;
	font-weight: bold;
}

.container .button.blue_round{
	background: #678ee8;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	border: 2px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.container .button.blue_round:hover{
	background:#42bdb7;
}

.quotes_style .qs_box{
	background: #fef0ee;
	padding: 20px;
	text-align: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 5px 6px 3px #e5e5e5;
	-ms-box-shadow: 5px 6px 3px #e5e5e5;
	-webkit-box-shadow: 5px 6px 3px #e5e5e5;
	-o-box-shadow: 5px 6px 3px #e5e5e5;
	-moz-box-shadow: 5px 6px 3px #e5e5e5;	
	position: relative;
	margin-top: 95px;
}
.quotes_style .qs_box:after{
	content:"";
	display:block;
	width:43px;
	height:35px;
	position:absolute;
	background:url('assets/img/guote_shadow.png') 0 0 no-repeat;
	bottom: -33px;
	right: 30px;
}
.quotes_style .qs_box .qs_text p{
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 0;
}
.quotes_style .qs_box .qs_text .qs_author{
	color: #f5655c;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	margin-top: 8px;
}
.quotes_style .qs_box .qs_image{
	width: 144px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 4px solid #f5655c;
	height: 144px;
	overflow: hidden;
	margin: -115px auto 15px auto;
}
.quotes_style.simple .qs_box{
	background:#fff;
	border:1px solid #ccc;
	margin-top: 0;
	box-shadow:none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	margin: 1px;
}
.quotes_style.simple .qs_box:after{
	display:none;
}

.quotes_style.simple .qs_box .qs_image{
	margin:0 auto 15px auto;
	border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border:none;
}

.quotes_style .qs_box + .qs_type {
    text-align: left;
    color: #f5655c;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px;
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;	
}

.quotes_style .owl-carousel .owl-nav button.owl-next span,
.quotes_style .owl-carousel .owl-nav button.owl-prev span{
	font-size: 54px;
	line-height: 22px;
	display: block;
	height: 35px;

}
.quotes_style .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width:100%;
}
.quotes_style .owl-carousel .owl-nav button.owl-prev{
	position:absolute;
	margin-left: 0;
	position: absolute;
	left: -40px;
}
.quotes_style .owl-carousel .owl-nav button.owl-next{
	position:absolute;
	margin-left: 0;
	position: absolute;
	right: -40px;
}
.quotes_style .owl-carousel .owl-nav button:hover,
.quotes_style .owl-carousel .owl-nav button:hover span{
	background:none;
	color:#f5655c;
}
.quotes_style .owl-dots{
	padding-top: 15px;
}

.quotes_style .owl-carousel .item,
.quotes_style .owl-carousel .qs_box{
	height:calc(100% - 1px);
}

.quotes_style .row-eq-height .qs_box{
	height: calc(100% - 200px);
}

.misc-block #menu-inner-menu li {
    margin-bottom: 0;
}

.form-elements input[type=password] {
    border: 1px solid #d0d0d0;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    display: block;
    width: 100%;
    border-radius: 10px;
    outline: 0;
}

.mm-forgot-password input[type=password],
.mm-forgot-password input[type=text],
.mm-forgot-password input[type=email],
.mm-login input[type=password],
.mm-login input[type=text],
.mm-login input[type=email],
#loginform input[type=password],
#loginform input[type=text],
#loginform input[type=email],
#loginform input[type=password],
#loginform input[type=text],
#loginform input[type=email],
body .styled_login_form input[type=password],
body .styled_login_form input[type=text],
body .styled_login_form input[type=email]{
    display: block;
    border-radius: 0;
	outline: 0;
	width: 100%;
	float: none;
	height: 40px;
	font-size: 16px;
	border: 1px solid #b9b9b9;
	color: #666666;
	padding: 10px 15px;
	line-height: 18px;
}

.form-elements input[type=submit],
.form-elements .button,
.mm-forgot-password .button,
.mm-forgot-password input[type=submit],
.mm-login input[type=submit],
.mm-login .button{
    border-radius: 25px;
	cursor: pointer;
	font-size: 15px;
	color: #fff !important;
	padding: 7px 20px;
	text-align: center;
	background: #f6655c;
	border: 1px solid #f6655c;
	transition: all 0.5s ease;
	box-shadow: none;
	outline: 0;
	font-weight: 100;
	text-transform: uppercase;
	font-family: roboto-light;
	text-shadow: none;
	line-height: normal;
}

.form-elements input[type=submit]:hover,
.form-elements .button:hover,
.mm-forgot-password .button:hover,
.mm-forgot-password input[type=submit]:hover,
.mm-login input[type=submit]:hover,
.mm-login .button:hover{
	background:#f15349;
	border-color:#f15349;
}

.styled_login_form,
.mm-forgot-password,
#mm-login-form .mm-login{
	width: 325px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mm-forgot-password h3,
.mm-login h3{
	display: block;
    font-size: 16px;
    color: #666666 !important;
    line-height:18px;
    padding-bottom: 7px;
}

.mm-login label,
.mm-login .mm-label,
#loginform label,
body .styled_login_form label{
	display: block;
    font-size: 16px;
    color: #666666 !important;
    line-height:18px;
    font-family: roboto-light;
}
.mm-login .mm-remember-me{
	margin-top: 10px;
}
body #mm-login-button {
    width: auto;
}

.contact-form .form-elements .submit-button {
    float: left;
    padding: 0 35px 0 20px !important;
    height: 35px;
    line-height: 32px !important;
    background: url(../img/submitbg.png) no-repeat right center #a7192a !important;
    border: 2px solid #f2a9a3 !important;
    border-radius: 15px !important;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0;
}




body .form-elements ::-webkit-input-placeholder {
    color: #666666;
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -o-opacity: 1 !important;
}

body .form-elements :-moz-placeholder { /* Firefox 18- */
    color: #666666;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -o-opacity: 1 !important;
}

body .form-elements ::-moz-placeholder {  /* Firefox 19+ */
    color: #666666;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -o-opacity: 1 !important;
}

body .form-elements :-ms-input-placeholder {  
   color: #666666;
}

p.red_error{
	color:red !important;
}


.nw_owl_carousel_wrapper{
	background:#fff url(assets/img/blue_gradient.png) bottom center repeat-x;
}
.nw_owl_carousel_wrapper.no_bg{
	background-image:none;
}
.nw_owl_carousel_wrapper .owl-dots{
	display: none !important;
}
.nw_owl_carousel_wrapper .carousel_header{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 100%;
	box-sizing: border-box;
}

body:not(.page-template-page-jobboard-home) .nw_owl_carousel_wrapper .carousel_header .carousel_header_item {	border-bottom:#6d8ee6 2px solid;
	padding-bottom:30px;}

.nw_owl_carousel_wrapper .carousel_header h3{
	margin-bottom: 5px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 1px;
	font-size: 24px;
}
.nw_owl_carousel_wrapper .carousel_header .header_title{
	margin-bottom: 20px;
	margin:30px 0 20px;
	position:relative;
	overflow:hidden;
	
}
.nw_owl_carousel_wrapper .carousel_header .header_title h2{
	color: #6d8ee6 !important;
	letter-spacing: 2px !important;
	display: inline-block;
	margin:0;
	padding:0 20px;
	position:relative;
}
.nw_owl_carousel_wrapper .carousel_header .header_title h2:after,
.nw_owl_carousel_wrapper .carousel_header .header_title h2:before{
	content:"";
	display:block;
	position:absolute;
	height:2px;
	width:500px;
	background: #6d8ee6;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nw_owl_carousel_wrapper .carousel_header .header_title h2:after{
	left:-500px;
}
.nw_owl_carousel_wrapper .carousel_header .header_title h2:before{
	right:-500px;
}

.nw_owl_carousel_wrapper .carousel_header .pseudo_left,
.nw_owl_carousel_wrapper .carousel_header .pseudo_right{
	width: 1px;
	height: 10px;
	background: #6d8ee6 !important;
	display: block;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.nw_owl_carousel_wrapper .carousel_header .pseudo_left{

	left: 0;
}
.nw_owl_carousel_wrapper .carousel_header .pseudo_right{
	
	right: 0;
}

.nw_owl_carousel_wrapper .nw_owl_carousel_box{
	margin:0 !important;
	border: none !important;
	border-radius:0 !important;
}
.nw_owl_carousel_wrapper{
	padding: 20px 0 !important;
}

.nw_owl_carousel_wrapper .nw_owl_carousel{
	overflow:hidden;
}
.nw_owl_carousel_wrapper .quotes_style .owl-carousel .qs_box,
.nw_owl_carousel_wrapper .quotes_style .owl-carousel .item {
    height: 100%;
}

.nw_owl_carousel_wrapper .employee_highlight h3{
	font-weight: 100;
	color: #666666;
	padding-left: 35px;
	background: url('assets/img/title_icon.png') 0 2px no-repeat;
	font-family: roboto-light !important;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.nw_owl_carousel_wrapper .employee_highlight{
	padding: 35px 25px !important;
}

.nw_owl_carousel_wrapper h4{
	margin-bottom: 5px;
	color: #aa8433;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}
.nw_owl_carousel_wrapper h5{
	font-weight: bold;
	color: #666666;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 18px;
}
.nw_owl_carousel_wrapper p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #666666;

}
.nw_owl_carousel_wrapper .employee_highlight p{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.nw_owl_carousel_wrapper .lilnk_arrow{
	font-weight: bold; text-transform: uppercase;
	padding-left: 20px;
	background: url('assets/img/lilnk_arrow.png') 0px 6px no-repeat;
}


.fullheight{
	height: 100%;
}
.nw_owl_carousel_wrapper .quotes_style .qs_box{
    padding: 30px 15px;
}
.nw_owl_carousel_wrapper .quotes_style .qs_box.video_wrapper{
	padding:0;
}


.nw_owl_carousel_wrapper .hr_top{
	margin: 0 0 0 0;
	border-top: 1px solid #efefef;
}
.nw_owl_carousel_wrapper .hr_bottom{
	margin: 0 0 0 0;
	border-top: 1px solid #efefef;
}
.nw_owl_carousel_wrapper .line_space{
	padding:5px;
	display:block;
	width:100%;
	clear:both;
}
.nw_owl_carousel_wrapper .line_space.small{
	padding: 5px 0 0;
}
.nw_owl_carousel_wrapper .office_highlight h4 {

    margin-bottom: 5px;
    color: #aa8433;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}
.nw_owl_carousel_wrapper .office_highlight p {
    margin-bottom: 5px;
}

.nw_owl_carousel_wrapper .quotes_style .office_highlight {
    padding: 15px 15px;
    border: 1px solid #707070 !important;
}
.nw_owl_carousel_wrapper .quotes_style .office_highlight.rcol_container {
	padding:0;
	border: none !important;
}
.nw_owl_carousel_wrapper .quotes_style .office_highlight .employee_highlight h3{
	margin-bottom: 0;
}

.nw_owl_carousel_wrapper .fake_ol_nav{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.nw_owl_carousel_wrapper .fake_ol_nav .owl-prev{
	position: absolute;
	z-index: 1;
	left: -1px;
	top: 0;
	bottom: 30px;
	width: 14.5%;
	padding: 0;
	border: none;
	background:none !important;
	outline:none;
}
.nw_owl_carousel_wrapper .fake_ol_nav .owl-next{
	position: absolute;
	z-index: 1;
	right: -1px;
	top: 0;
	bottom: 30px;
	width: 14.5%;
	padding: 0;
	border: none;
	background:none !important;
	outline:none;
}
.nw_owl_carousel_wrapper .fake_ol_nav button span{
	font-size: 80px;
	opacity:0.5;
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	-o-opacity:0.5;
	-webkit-opacity:0.5;
}
.nw_owl_carousel_wrapper:hover .fake_ol_nav button span{
	opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
}
.nw_owl_carousel_wrapper .owl-carousel .owl-item.active:not(.center):after{
	z-index:1;
	background: rgba(255,255,255,0.8) !important;
}
.nw_owl_carousel_wrapper .owl-carousel .owl-item:after{
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: none;
	width:100%;
	height:100%;
}


.nw_owl_carousel_wrapper .quotes_style .owl-theme .owl-nav{
	display: none !important;
}

.newvideoWrapper iframe{
	max-width:100%;
}

@media all and (min-width: 1199px){
	body .announce_styled_box{
		position: absolute;
		right: -15px;
		width: 265px;
		top: 0;
		right:auto;
		left:calc(100% - 15px); 
	}
	
 	.jobboard-home-outer {padding:0 235px}
/*
	.announce_styled_box:before{
		content:"";
		display:block;
		width:10px;
		height:5px;
		right:5px;
		top:-5px;
		position: absolute;		
		background:url('assets/img/corner.png') 0 0 no-repeat;
		
	}
	.announce_styled_box:after{
		content:"";
		display:block;
		width:10px;
		height:100%;
		background:#666666;
		right:5px;
		top:0;
		bottom:0;
		position: absolute;	
	}
	*/
}

@media all and (max-width: 1198px){
	body .announce_styled_box{
		top: 0px !important;
		position: relative;
		float: none !important;
		margin: 0 auto 25px auto;
	}
}


@media all and (min-width: 1257px){
	.announce_styled_box{
		right: -135px;
		width: 265px;
		top: -85px;	
	}
}

@media all and (min-width: 768px){
	.companies-listing-container .row-eq-height{
		justify-content: center;
	}
	.white_bg.extend_bg_left:before{
		content:"";
		display:block;
		position:absolute;
		left:-100%;
		background:#fff;
		top:0;
		bottom:0;
		height:100%;
		width:100%;	
	}
	
	
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;	
	}
	.shadow_right{
		-webkit-box-shadow: 5px 5px 5px -3px #999;	
		box-shadow: 5px 5px 5px -3px #999;	
		-moz-box-shadow: 5px 5px 5px -3px #999;	
		-ms-box-shadow: 5px 5px 5px -3px #999;	
		-o-box-shadow: 5px 5px 5px -3px #999;	
		height: 100%;
	}
	.single_company_section .company_details{
		padding-right: 10px;	
	}
	.single_company_section .company_details .button_wrapper{
		margin-right: -10px;	
	}
}


@media all and (min-width: 769px){
	.inner_menu{
		margin-left: -50px;
		margin-right: -50px;	
	}
}



@media all and (max-width: 980px){
	.inner_menu ul > li {
		width: auto;
	}
}

@media all and (max-width: 767px){
	.newvideoWrapper iframe{
		height:350px;
	}

	.inner_menu ul{
   	 display: block;
	}
	.inner_menu ul > li {
    	display: block;
	}
	.fiter_form .form-inline {
		display: block;
		width: 100%;
	}
	.fiter_form .form-inline .form-group {
    	display: block;
    	width: 100%;
	}
	.container .button.blue_round{
		font-size: 14px;
		padding: 5px 25px;
	}
}


.companies_fiter_result h3.teal, 
.section_title h3.teal, 
.section_title h4.teal, 
body .value_proposition_list h3.teal, 
body .value_proposition_list .biz-block h3.teal, 
body .biz-block .contact_box_inner h2.teal {color:#67C8C7 !important; font-family: kepler-std !important; font-weight: bold;}
.misc-block h3.job-tagline {font-size: 20px; font-weight: bold; font-family: kepler-std; color: #fff; text-transform: uppercase;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner-container .biz-block p.corporate-partner {text-align: center; margin: 0 0 8px; font-weight: bold; font-size:28px;}

#slides_desktop img,
#slides_mobile img{
	cursor:pointer;
}

.cta-block-container.homecarousel {display:block;  margin-bottom:84px}
.cta-block-container.homecarousel > .cta-block {display:block}
.cta-block-container.homecarousel > .cta-block > .desktop-pager {display:block}

.carousel-prevnext {
    height: 100%;
    width: 100%;
	top:0; left:0;
    position: absolute;
}
.cta-block-container.homecarousel {padding:0 50px;}

@media(max-width:767px) {.cta-block-container.homecarousel {padding:0 0px;}}

@media(min-width:1300px) {
	.cta-block-container.homecarousel {padding:0;}
	.cta-block-container.homecarousel > .cta-block > .carousel-prevnext {display:block}
}

.carousel-prevnext > span {position:absolute; top:50%; transform:translateY(-50%)}
.carousel-prevnext > span:hover {cursor:pointer}
span#desktopprev {
    left: -50px;
}
span#desktopnext {
	right: -50px;
}

span#desktopprev:hover polyline,
span#desktopprev:focus polyline {
  stroke-width: 3;
}

span#desktopprev:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}

span#desktopnext:hover polyline,
span#desktopnext:focus polyline {
  stroke-width: 3;
}

span#desktopnext:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}

.carousel-prevnext polyline {
  transition: all 250ms ease-in-out;
}


.carousel-pager {text-align:center; position: absolute; top:100%; width:100%; left:0;}
.carousel-pager span {
    color: #aaa;
    font-size: 4rem;
    line-height: .5;
}
.carousel-pager span:hover {cursor:pointer}
.carousel-pager span.cycle-pager-active {
    color: #f96758;
}

.account_submenu{
	width: auto;
	max-width: 100%;
	float: none;
	margin: 15px auto 0 auto;
	text-align: center;
}
.inner_menu .account_submenu > ul{
	display: block;
	text-align: center;
}
.inner_menu .account_submenu > ul > li{
	display: inline-block;
	width: auto;
	margin-bottom: 5px;
	background: none;
	float: none;
}
.inner_menu .account_submenu > ul > li > a{
	padding: 5px 15px;
	font-size: 14px;
	line-height: 20px;
}
.inner_menu .account_submenu > ul > li > a:hover{
	color:#333 !important;
}
@media (min-width: 768px) { 
	.row.equal-height-cols {display: table; table-layout: fixed; height: 100%; width: 100%;}
	.row.equal-height-cols > [class*="col-"] {float: none; display: table-cell; vertical-align: top; height:100%;}
	.row.equal-height-cols > [class*="col-"].valign-top {vertical-align: top;}
	.row.equal-height-cols > [class*="col-"].valign-middle {vertical-align: middle;}
	.row.equal-height-cols > [class*="col-"].valign-bottom {vertical-align: bottom;}

	.visible_mobile{display: none !important;}
}

@media (max-width: 767px){
	.visible_desktop{display: none !important;}
}

.companies-listing-container .company_box {margin-bottom:20px;}
.companies-listing-container .company_box .company_logo img {}


@media all and (min-width: 1166px) and (max-width: 1345px){
	.nav-container .logo {
	    width: 22% !important;
	}
	body .nav-container .desktop-nav {
	    left: 22% !important;
	}
}

@media all and (min-width: 1166px) and (max-width: 1220px){
	.nav-container .main-nav ul li a {
	    padding: 28px 7px !important;
	}
}



/* styles for forms/screens 19 july 2018
GAB
*/

body .job-manager-form fieldset input.input-text:not([type="file"]), 
body .job-manager-form fieldset select, 
body .job-manager-form fieldset textarea,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
body .form-elements input[type="tel"],
body .form-elements input[type="text"],
body .form-elements textarea{
	border: 1px solid #b9b9b9;
	padding: 0 10px;
	display: block;
	width: 100%;
	border-radius: 0;
	min-height: 40px;
	height: 40px;
	outline: 0;
	font-size: 16px;
	font-family: roboto-light;
}
body .form-elements textarea{
	height:250px;
}
body .job-manager-form iframe{
	border: 1px solid #d0d0d0;
	min-height: 250px;
}

body .job-manager-form .styledSelect,
body .styledSelect{
	height: 40px;
	font-size: 16px;
	background:#fff url(assets/img/select_icon.png) no-repeat right center;
	border:1px solid #b9b9b9;
	color:#666666;
	padding: 10px 15px;
	line-height: 18px;
	white-space: nowrap;
}

body .job-manager-form .select .options,
body .select .options{
	margin: 0;
	padding: 0;
	list-style: none;	
	max-height: 250px;
	overflow-y: scroll;
}
body .job-manager-form .select,
body .select{
	width: 200px;
	max-width:100%;
}

body .job-manager-form .select .options li,
body .select .options li {
    font-size: 15px;
    margin-bottom: 0;
    list-style-type: none;
    list-style-position: none;
    padding: 10px 15px;
    line-height: 15px;
    text-align: left;
}

body .job-manager-form input[type="submit"],
body .contact-form .form-elements .submit-button,
.form-row button,
.woocommerce .place-order .button, 
.woocommerce .wc-proceed-to-checkout .button, 
.woocommerce .add-to-cart .button, 
.woocommerce .tribe-events-cal-links a, 
.red-button{
	padding: 9px 20px !important;
	min-width: 138px !important;
	text-align: center !important;
	background: #f6655c !important;
	border: 1px solid #f6655c !important;
	border-radius: 0 !important;
	transition: all 0.5s ease !important;
	line-height: 20px !important;
	height: auto !important;
	max-width: 100%;
	font-size: 15px;
}
body .job-manager-form input[type="submit"]:hover,
body .contact-form .form-elements .submit-button:hover,
body .job-manager-form .button:hover,
body .job_listing_packages_title .button:hover,
.form-row button:hover,
.woocommerce .place-order .button:hover, 
.woocommerce .wc-proceed-to-checkout .button:hover, 
.woocommerce .add-to-cart .button:hover, 
.woocommerce .tribe-events-cal-links a:hover, 
.red-button:hover{
	background: #f15349 !important;
}

body .job-manager-form .button,
body .job_listing_packages_title .button,
.woocommerce button{
    color: #fff !important;
    font-size: 15px;
	padding: 8px 25px;
	background-color: #f6655c;
	line-height: 20px;

}

body .inner-container .biz-block .jobboard-form h2 {
    font-size: 26px;
    letter-spacing: normal;
    line-height: 36px;
}
body .job_listing_packages, 
body .resume_packages {
    padding: 0;
    border: 5px solid #eee;
    background: #ffffff;
}

.woocommerce form .form-row:after,
body .wide_form label:after,
body .wide_form p:after{
	content:"";
	display:block;
	height:0;
	line-height:0;
	clear: both;
}

.woocommerce .select{
	height: 40px;
}

body .styledSelect:active, body .styledSelect.active {
    background-color: #fff;
    color: inherit;
}

.misc-block  .order_details li {
    font-size: 16px;
}
body .misc-block iframe {
    min-height: 150px;
}

.form-elements input[type="submit"]{
	border-radius:0;
	margin-top:15px;
}
input[type="file"], input[type="range"] {
    font-size: 16px;
}

body .styled_login_form.wide_form,
body .wide_form {
	max-width: 100%;
    width: 450px;
}

body .wide_form label{
	display: block;
	clear: both;
}
body .wide_form p{
	display:block;
}

.footer{
	z-index:0;
}



.fiter_form .bootstrap-select .dropdown-menu{
	position:absolute;
	z-index: 999;
	width: 100%;
	display:none;
	/*width:400px;*/
	box-sizing:border-box;
}
.fiter_form .bootstrap-select.active .dropdown-menu{
	display:block !important;
	padding-top: 3px;
	padding-bottom: 3px;
}
.fiter_form .bootstrap-select .dropdown-menu.open{
	display:none;
}

.fiter_form .bootstrap-select .dropdown-menu li{
	width:100%;
	float:left;
}
.fiter_form .bootstrap-select .dropdown-menu li:nth-child(2n+1){
	clear:both;
}
.fiter_form .bootstrap-select .dropdown-menu li a:after,
.fiter_form .bootstrap-select .dropdown-menu li:after{
	content:"";
	display:block;
	height:0;
	line-height:0;
	clear:both;
}
.fiter_form .bootstrap-select .dropdown-menu li a{
	font-size: 15px;
	list-style: none;
	text-align: left;
	padding: 5px 15px 5px 25px;
	margin: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background: #ea6752;
	line-height: 15px;
	clear:both;
}
.fiter_form .bootstrap-select .dropdown-menu{
	background:#ea6752;
}
.fiter_form .bootstrap-select .dropdown-menu li a:hover{
	background:#e2273d;
}
.fiter_form .bootstrap-select .dropdown-menu li.selected a{
	background:#e2273d;
}
.fiter_form .bootstrap-select ul,
.fiter_form .bootstrap-select ul li{
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
}
.fiter_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.fiter_form .bootstrap-select > .dropdown-toggle {
    width: 100%;
    z-index: 1;
    height: 40px;
    font-size: 16px;
    background: #fff url(assets/img/select_icon.png) no-repeat right center;
    border: 1px solid #b9b9b9;
    color: #666666;
    padding: 10px 25px 10px 15px;
    line-height: 18px;
    box-sizing: border-box;
    white-space: nowrap;
}


.fiter_form .bootstrap-select.btn-group .dropdown-menu.inner {
    overflow-x: hidden !important;
	max-height: 350px !important;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
}

.clear_button{
	font-size: 12px;
	color: #fff !important;
	padding: 5px 10px;
	min-width: 0;
	text-align: center;
	background: #f6655c;
	border: 1px solid #f6655c;
	border-radius: 0;
	transition: all 0.5s ease;
	font-family: roboto-light !important;
	line-height: 14px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
.clear_button:hover{
	background:#f15349;
}

body .fiter_form{
	padding-left: 20px;
	padding-right: 20px;
}

.fiter_form .bootstrap-select .dropdown-menu li a span.check-mark,
.fiter_form .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(255,255,255,0.6);
    float: left;
    margin-top: 1px;
    margin-left: -18px;
    position:relative;
    right: auto;
    position: absolute;
	top: 6px;
}
.fiter_form .bootstrap-select.btn-group .dropdown-menu li a .check-mark:before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.6);
	top: 2px;
	left: 2px;
	display: none;
}
.fiter_form .bootstrap-select .dropdown-menu li.selected a .check-mark:before{
	display:block;

}



body .styled_login_form.fullwidth,
body .fullwidth {
	max-width: 100%;
    width: 100%;
}
.styled_login_form.fullwidth .select{
	width: 100%;
}

.form-elements label{
	display:block;
	clear:both;
}
.form-elements .field_item{
	margin-bottom:15px;
	clear:both;
	float:left;
	width: 100%;
}
.job-manager-uploaded-file{
	clear:both;
}
@media all and (min-width: 768px){
	.employer_form iframe {
	    min-height: 367px !important;
	}
	.more_left_padding{
		padding-left:15px !important;
	}
}



#job-manager-job-dashboard table td.date,
#job-manager-job-dashboard table td.expires{
   font-size: 16px;
	white-space: nowrap;
}
#job-manager-job-dashboard table ul.job-dashboard-actions a{
	font-size: 16px;
}

.red_bg ul{
	color:#fff;
}


.account_packages_list h2{
	font-size: 24px ;
	text-align: left;
	line-height: 26px;
	margin-bottom: 0;
}

.account_packages_list .my_account_job_packages td, 
.account_packages_list .my_account_job_packages th {
	padding: 5px;
	line-height: 24px;
	font-size: 16px;
	border: 1px solid #efefef;
}

/*.job_dashboard_form_remove_company .fieldset-company_name,*/
.job_dashboard_form_remove_company .fieldset-company_industry,
.job_dashboard_form_remove_company .fieldset-company_introduction,
.job_dashboard_form_remove_company .fieldset-company_type,
.job_dashboard_form_remove_company .fieldset-company_location_other,
.job_dashboard_form_remove_company .fieldset-company_location,
.job_dashboard_form_remove_company .fieldset-company_logo,
.job_dashboard_form_remove_company .fieldset-company_name {
	display: none !important;
}
.job_dashboard_form_remove_company .readonlyfield{
	background: transparent !important;
    border: none !important;
}
.hide_account_line #submit-job-form .fieldset-logged_in *{
	display:none;
}

.fullwidth_form_groups .fiter_form .form-inline .form-group{
	width: 100%;
	max-width: 100%;
}

.seakers_employers_cols .button_link a{
	display: block;
	padding: 15px;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
	transition: all 0.5s ease;
	margin: 1px;
	line-height: 1.1em;
	background: #f8948d;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
body .seakers_employers_cols .button_link a:hover{
	text-decoration: none;
	color:#f5655b !important;
	background:#fff;
}
.seakers_employers_cols .col_text{
	padding: 10px 15px;
}


.rcol_row{
	margin:0 -2px;
}
.rcol_row .rcol{
	padding: 0 2px;
}

.rcol_row .rcol .col_text{
	margin-top: 30px;
	padding: 0 15px 30px;
	position:relative;

}
.rcol_row .rcol .col_text:before{
	content:"";
	display:block;
	background:#9d7c37;
	position:absolute;
	left:7px;
	top:-40px;
	height:57px;
	width:2px;
}
.rcol_row .rcol .col_text p{
	color: #333333;
}
.rcol_row .rcol .col_text b, 
.rcol_row .rcol .col_text strong{
	color:#9d7c37;
	font-weight: 500;
}

@media all and (min-width: 1446px) and (max-width: 1560px){
	.main-nav ul li a {
	    padding: 27px 15px;
	}
}

@media all and (min-width: 767px){
	.seakers_employers_cols .cols_wrp{
		margin-left: -50px;
		margin-right: -50px;
	}
}

@media all and (min-width: 768px){
	.nw_owl_carousel_wrapper .quotes_style{
		/*
		width: 1350px;
		margin-left: -230px;
		*/
		width: 212.5%;
		left: -88.75%;
		transform: translateX(15%);
		-moz-transform: translateX(15%);
		-ms-transform: translateX(15%);
		-webkit-transform: translateX(15%);
		-o-transform: translateX(15%);
	}
	.quotes_style .owl-carousel .owl-stage{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;	
	}
	
	.nw_owl_carousel_wrapper .quotes_style .qs_box.video_wrapper iframe{
		width: 100% !important;
		height: 100% !important;
		min-height: 100%;
	}
	.nw_owl_carousel_wrapper  .employee_highlight .employee_image{
		margin-left: -15px;
		margin-right: -24px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
}
@media all and (max-width: 767px){
	.nw_owl_carousel_wrapper iframe{
		min-height:350px; 
		width:100%;
	}
	.nw_owl_carousel_wrapper  .employee_highlight .employee_image{
		margin-bottom: 25px;
	}
}
@media all and (min-width: 768px){
	.vcenter-row {display:table; width:100%;}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
}


.companies-listing-container .company_desc {}
.companies-listing-container .company_desc:after {}


.coronavirus-response-inner-container {}
.coronavirus-response-inner-container .left-page-list  {font-size:14px; font-weight:bold; color:black;}	
.coronavirus-response-inner-container .left-page-list a {color:inherit;}
.coronavirus-response-inner-container .left-page-list a:hover,
.coronavirus-response-inner-container .left-page-list a[aria-current="page"] {color:#658bea}

.coronavirus-response-inner-container .left-page-list ul {list-style:none; margin:0; padding:0}
	.coronavirus-response-inner-container .left-page-list li {list-style: none; margin: 0; padding: 0;    font-size: 16px;    font-weight: bold;    text-transform: uppercase;    line-height: 1.4;}	.coronavirus-response-inner-container .left-page-list li + li {margin-top:10px; padding-top:10px; border-top:#ccc 1px solid;}

.coronavirus-response-inner-container .right-page-content p {font-size: 21px; line-height: 1.3}


.home-video {width:100%; height:0; padding-top:55.25%; position: relative; position: relative; top:113px; margin-bottom:113px}
.home-video iframe,
.home-video video {position:absolute; top:0; left:0; width:100%; height:100%;}
