/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

/*@font-face {
	font-family: 'Aquawax';
	src: url('../fonts/Aquawax-Light.eot');
	src: url('../fonts/Aquawax-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aquawax-Light.woff') format('woff'),
		url('../fonts/Aquawax-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider .home-block-title{
	margin:0;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;

	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #fff;
	text-indent: -9999px;
	display: block;
	width:30px;
	height: 5px;
	margin: 0 5px;
	outline: 0;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */





.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 37px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bxslider{
	padding:0;
	list-style:none;
	position:relative;
}
.resource-banner{
    position: absolute;
    width: 100%;
    top: 30%;
    color: #fff;
	font-size:5vw;
}
.resource-banner p{
    font-size: 2.2vw;
}
.caption  {
    padding: 15vh 50px;
    display: block;
    transition: all 1s;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 3vw;
    color: #fff;
    line-height: 1;
   /* font-weight: 600;*/
}

.caption.clutch{
	font-size:2.7vw;
}
.learn-more {
    display: block;
    font-size: 14px;
    width:150px;
    text-align: center;
    border: 1px solid #fff;
    padding: 0;
	color:#fff;
	line-height:39px;
	margin-top:20px;
}
/*.caption:hover{
	padding-left:70px;
	padding-right:10px;
}
.blue{
	 background:rgba(94,107,215,0.9);
}
.yellow{
	 background:rgba(40,2,4,0.85);
}
.feeling{
	 background:rgba(227,143,31,0.95);
}*/
.bx-wrapper .bx-viewport{
	padding:0;
	left:0;
	border:0;
	box-shadow:none;
}
.page-node-type-page .caption,.path-blogs .caption,.path-current-openings .caption,.path-node .caption{
	display:none;
}
@media only screen and (min-width:1024px) {
	.bx-wrapper .bx-prev {
	left: 20px;
	background:url(../img/slider-button.png) 0 0 no-repeat;
	
}

.bx-wrapper .bx-next {
	right: 30px;
	background:url(../img/slider-button.png) -35px 0 no-repeat;
	
}
}
@media only screen and (min-width:768px) {

/*.blue:before {
   content:"";
   position: absolute;
   left: 100%;
   top:40%;
   width: 0;
   height: 0;
   border-top: 30px solid transparent;
   border-left: 25px solid rgba(94,107,215,0.9);
   border-bottom: 30px solid transparent;
}

.yellow:before {
   content:"";
   position: absolute;
   right: 100%;
   top:40%;
   width: 0;
   height: 0;
   border-top: 30px solid transparent;
   border-right: 25px solid rgba(40,2,4,0.85);
   border-bottom: 30px solid transparent;
}
.feeling:before {
   content:"";
   position: absolute;
   right: 99%;
   top:40%;
   width: 0;
   height: 0;
   border-top:30px solid transparent;
   border-right: 25px solid rgba(227,143,31,0.95);
   border-bottom: 30px solid transparent;
}*/
.caption {
	height:100%;
    position: absolute;
    top: 0;
    width: 45vw;
	left:5%;
	
}
.contact-banner{
	
	left:23% !important;
}
/*.yellow,.feeling{
	right:0;
	
}
.blue{
	left:0;
}*/

}
