html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1{
	font-family: 'DroidSansMono', Arial, sans-serif;
	font-size: 4vh;
	font-weight: 800;

}
h2{
	text-decoration: underline;
	font-size: 2.5vh;
	font-family: 'DroidSansMono', Arial, sans-serif;
}

p, body {

	font-family: 'DroidSansMono', Arial, sans-serif;
	font-size: 15px;

}

h4{

	font-family: 'futura-pt', sans-serif;
	font-size: 2vh;

}


/***********HERO***********/

.hero-container{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.hero-container.home{
    height: 100vh;
}
.see-details {
  letter-spacing: .2em;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
  font-size: 18px;
  z-index: 99;
}


.see-details .arrow-down {
  display: block;
	width: 40px;
	height: 22px;
  margin: 10px auto 0px;
  background: url(../img/arrow-down.png) no-repeat;
}

.aw-section.white-bg .see-details, .aw-section.text-banner .see-details{
	color: #000;
}

.aw-section.white-bg .see-details .arrow-down, .aw-section.text-banner .see-details .arrow-down{
	background: url(../img/arrow-down-black.png) no-repeat;
	background-size: contain;
}

.hero-container .text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 0px 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-container .text h1 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 62px;;
  color: #ffffff;
}


.hero-container .see-details{
  letter-spacing: .2em;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
  display: block;
  margin-right: -.2em;
  text-align: center;
 }




/********* NAVBAR ***********/

.yz-nav-wrapper nav a{
  -webkit-transition: .8s;
  /* ...and now for the proper property */
  transition: .8s;
  letter-spacing: .19rem !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.yz-nav-wrapper nav a.active {
	color: #ffb718;
}

.yz-nav-wrapper nav a:hover {
	color: #ffb718;
}


/*****************************/

/**************************************/
/***      Font Loading              ***/
/**************************************/

@font-face {
	font-family: 'DroidSansMono';
	src: url('fonts/DroidSansMono.ttf') format("truetype");
	font-weight: normal;
    font-style: normal;
}



/**************************************/
/***      Press Release             ***/
/**************************************/

.pressList{
	list-style-type: none;
	padding-left: 0;
	max-width: 75%;
}


.press {
	width: 100%;
	min-height: 600px;
	background: #ffb718;
	float: left;

}
.press .inner{
	padding: 4%;
}

.press .inner h1{
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-size: 300%;

}

.press .inner .item{
	padding-top: 1%;
	padding-bottom: 1%;
	width: 100%;

}

.press .item p.title{
	text-decoration: underline;
	font-weight: 600 !important;
	letter-spacing: .15em;

}
.press .item .title a{
	color: #000;
}
.press .item p.source, .press .item p.date {
	color:white;
	font-weight: 900;
	display: inline-block;
	word-spacing: 3px;
	letter-spacing: .15em;
}
.press .item p.source{
	margin-right: 3px;
}

.press .item p{
	font-size: 1em;
}
.press .outer#press-inquiry{
	margin-bottom: 4%;
}
.press .outer#press-inquiry p{
	text-align: center;
	font-family: "futura-pt", sans-serif;
	letter-spacing: .15em;
}
.press .outer#press-inquiry p a{
	color: #000;
}

/*****************************/
	ol.pagination{position:relative;text-align:center;padding: 0;}
	ol.pagination li{
		display:inline-block;
		width:35px;
		height:35px;
		text-align:left;
		text-indent:-8000px;
		list-style:none;
		cursor:pointer;
		margin:0 2px;
		}
	ol.pagination li.prev, ol.pagination li.next{
		float: left;
		}
	ol.pagination li.prev{
		background:url(../img/arrow-left-menu-copy.png) no-repeat 0px 0px;
		margin-right: 40px;
	}
	ol.pagination li.next{
		background:url(../img/arrow-right-menu-copy.png) no-repeat 0px 0px;
	}
	@media(min-width: 768px){
		ol.pagination li.prev:hover, ol.pagination li.next:hover{
			background-position-y: -35px;
		}
	}





/**************************************/
/***      Font Awesome Styling      ***/
/**************************************/


.fa .fa-white{
	color: rgba(255, 255, 255, 1);
}
.fa-map-marker{
	font-size: 5em;
	color: #fff;
}

/*
.fa.vid-trigger {
	color: #fff;
	font-size: 15em;
	position: absolute;
	text-align: center;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    top: 50%;

}
*/

.contact  .grid .see-details{
	opacity: 0 !important;
}


/**************************************/
/***      Contact Form Styling     ***/
/**************************************/

#contact-form{
	padding-left: 3%;
	padding-right: 3%;
}

#contact-form .input-group{

}
#contact-form .input-group input{
	background: #ebeded;
	width: 100%;
	height: 40px;
	float: right;
	border:0px;
	margin-bottom: 40px;
}
#contact-form .input-group textarea{
	background: #ebeded;
	padding-left: 12px;
	border: none !important;


}

#contact-form .input-group label{
	margin-right: 20px;
	font-size: .8em;
	text-decoration: underline;
	font-weight: 600;
	float: none;
	display: block;
    vertical-align: middle;
    /* height: 100px; */
    position: absolute;
    /* bottom: 100px; */
    /* background: red; */
    color: black;
    z-index: 30;
    width: 200px;
    bottom: 1%;
    left: 8%;
    font-size: 12px;
    margin-bottom: 40px;


}
#contact-form input[placeholder]{
	font-size: 15px;
	color: #000;
	padding-left: 12px;


}

#contact-form .input-group.inline{
	display:inline-block
}

#contact-form #send {
	padding: 10px;
	display:inline-block;
	background: transparent;
	float: right;
	margin-right: 25px;
    vertical-align: middle;
    box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
	background-color: transparent;
    border: solid black 3px;
    vertical-align: middle;
    color: #000;
    margin-bottom: 20px;
    min-width: 70px;
    font-size: 15px;
    padding: 5px;
    cursor: pointer;
}

#contact-form #send:hover {
    box-shadow: inset 200px 0 0 0 #000;
    color: #FFF;
}

#contact-form input[type='checkbox'] {
    width:30px;
    height: 30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    float: left;
}

#contact-form h1{
	color: black !important;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: 700;

	}
#contact-form h2{
	margin-bottom: 8px;
	margin-top: 10px;
	font-size: 250% !important;
}

#contact-form .bottom-field-wrapper{
	width: 100%;
	height: 40px;
	position: relative;
}

#contact-form .bottom-field-wrapper .subscribeInpute{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);

}
#webform-client-form-77 .webform-submit{
	padding: 1% 3.5% !important;
	width: initial !important;
}

@media (max-width: 1024px) {
	#contact-form{
		padding: 3% !important;
	}
}
@media (max-width: 500px) {
	#contact-form h2{
		font-size: 200% !important;
	}
	#contact-form .input-group input{
		height: 25px;
		margin-bottom: 20px;
	}
	#contact-form textarea{
		margin-bottom: 15px;
	}

}

/**********************/
.openings-btn{
	margin-top: 40px;
}
a#view-openings{
	background: transparent;
	border: solid #fff 3px;
	padding: 1.5% 3.5%;
	margin-top: 30px;
	font-weight: 700;
	letter-spacing: .2em;
	box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
	cursor: pointer;
	color: #fff;
}

a#view-openings:hover{
    box-shadow: inset 300px 0 0 0 #fff;
    color: #000;

}

/**************************************/
/***      Form Styling     ***/
/**************************************/

.form-textarea-wrapper{
  width: 100%; 
}


/*********************************/

.slider-container{
	float: left;
    width: 100%;
    background: #ffb718;
    cursor: pointer;
    padding-bottom: 40px;
}

.slider-container .arrow{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.2em;

}

.slider-container .arrow.prev-arrow{
    left: 12vw;
}
.slider-container .arrow.next-arrow{
    right: 12vw;
}


.slider-wrapper{
	padding-top: 2.5%;
	width: 100%;
	background: #ffb718;
	position: relative;
}


.slider-wrapper{
	color: white;
	font-size: 1.6vh;
}


.slider-wrapper .signup {
	padding-bottom: 5%;
}

.slider-wrapper .signup .wrapper{
	width: 100%;
}

.slider-wrapper .signup.text{
	width: 100%;
	text-align: center;
    position: relative;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 20%;

}

.slider-wrapper .hashtag.text{
	font-size: 300%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2.5%;
	width: 100%;
	text-align: center;
    position: relative;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 40%;
    border: solid;
    border-bottom: #fff;
    width: 75%;
    border-left: transparent;
    border-right: transparent;

}
.slider-wrapper .text{
	text-align: center;

}
.slider-wrapper .hashtag{
	text-decoration: none;
	margin-bottom: 0;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	letter-spacing: .23em;
	font-weight: 700;
	color: #ffffff;
	font-size: 300% !important;

}
.slider-wrapper .text h2{
	text-align: left;
	display: inline-block;
	letter-spacing: .23em;
	margin-right: -.23em;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0;
	margin-top: 5px;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 300% !important;
	color: #ffffff;
	text-decoration: none;
}

.slider-wrapper .text h3{
	margin-top: 5px;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 100%;
	color: #ffffff;

}



.slider-wrapper input{
	border: 0px;
	background: rgba(0, 0, 0, 0.41);
	height: 3em;
	width: 20em;
	letter-spacing: .3em;
}

.slider-wrapper .wrapper{
	text-align: center;
}
.slider-wrapper .wrapper .email, .slider-wrapper .wrapper .text{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
    min-width: 300px;
}

/*
.slider-wrapper .wrapper .email form{
	min-width: 450px;
}
*/

.slider-wrapper .email-submit{
	display: inline-block;
	border-width: 10px;
	background: transparent;
	color: white !important;
    border: 3px solid buttonface;
    border-color: white;
    margin-left: 10px;
    padding: 2% 4%;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 100%;
    box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;


}

.slider-wrapper .email-submit:hover {
    box-shadow: inset 200px 0 0 0 #fff;
    color: #000 !important;
}

.slider-wrapper .signup .wrapper .text p{
	 margin-top: auto;
 }

.slider-wrapper .separator{
	color: rgba(255, 255, 255, 1);
	text-align: center;
	width: 70%;
	border: solid;
	border-color: #fff;
	margin-top: 10%;
	margin-bottom: 10%;

}

/* Arrows */
.slick-prev:before, .slick-next:before { font-family: FontAwesome; font-size: 40px; line-height: 1; color: #000; opacity: 0.75; filter: alpha(opacity=75); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev:before { content: "\f053"; }
[dir="rtl"] .slick-prev:before { content: "\f054"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "\f054"; }
[dir="rtl"] .slick-next:before { content: "\f053"; }


.slick-slider{
	margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 5%;
    padding-left: 45px;
}
.slick-slider button{
	background: transparent;
    border: transparent;
    color: transparent;
}
.slick-prev
{
    position: absolute;
    z-index: 30;
    top: 40%;
    left: -4.5%;
    padding-left: 1%;
}
.slick-next
{
    position: absolute;
    z-index: 30;
    top: 40%;
    right: -3%;
}

.slider-img{
	width: 250px;
	height: 250px;

}
.slider-img.blank-slide{
	width: 250px;
	height: 250px;
	background: #000;
	color: #fff;
}
.slider-img .fa, .slider-img p{
	position: absolute;
	transition: all .5s;
    -webkit-transition: all .8s;
    opacity: 0;
}
.slider-img .fa{
	font-size: 2em;
	right: 10px;
	top: 10px;
	z-index: 999;
	color: #000;

}
.slider-img.blank-slide .fa{
	color: #fff;
}

 .slider-img p{
	 color: #000;
	 font-size: 13px;
	 font-weight: 600;
	 bottom: 0;
	 left: 0;
	 padding: 10px;
	 margin: 0;
	 z-index: 999;

 }
 .slider-img.blank-slide p{
	 opacity: 1;
	 color: #fff;
	 font-size: 120%;
	 text-align: center;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 font-family: 'futura-pt';
	 bottom: initial;
	 letter-spacing: .15em;
 }

.slider-img::after{
	content: '\A';
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 1;
}


.slick-track {
	height: 250px;
}

@media (min-width: 768px){
	.slider-img:hover:after {
	    opacity: 1;
	}
	.slider-img:hover .fa, .slider-img:hover p{
		opacity: 1;
	}
	.slider-img.blank-slide:hover p, .slider-img.blank-slide:hover .fa{
		color: #ffb718;
	}
}

.slick-content{
	width: 90%;
	margin: auto;
}




/**********************/
/********* MAP ********/
/**********************/
.map{
	width: 100%;
	min-height: 100vh;
	background-color: rgba(204, 204, 204, 0.8);

}


/**************************************/

.white-bg{
	background: white;
}

#hero-container{
	background: #000000;
	height: 50%;
}
.grid .item{
	position: relative;
	z-index: 2;
	min-height: 50%;


}

.fg{
	position: absolute;
	z-index: 10;
}

.grid .image .text{
	font-family: 'futura-pt';
	letter-spacing: .3em;
	color: #ffffff;
	text-shadow:  0 0 30px #585858, 0 0 30px #717171;
	border-radius: 7px;
	padding-top: 1%;
	padding-bottom: 1%;
}

@media (max-width: 1024px) {
	.grid .image .text a:not(.loc-text){
		font-size: 100%;
	}
	.slick-slider{
		padding-left: 15px;
	}
}

}

.grid .image .text.no-overlay{
	background-color: transparent;
	}


.white{
	color: #ffffff;
	}


.center{
	text-align: center;
}

.grid {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.grid.no-images{
	min-height: 45vh;
}

.grid.no-images .item{
	min-height: 45vh;
}

.grid .item {

  font-size: 0px;
}

.grid .item img {
  width: 100%;
}
.grid .item .text {
  font-size: 16px;
  text-align: center;
  padding: 0px 40px;
  width: 100%;
}

.grid .item .text h2 {
  max-width: 450px;
  font-size: 250%;
  line-height: 45px;
  color: #000000;
  text-decoration: none;
  letter-spacing: .4em;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  margin: 20px auto;
}

.grid .item .text h3 {
  font-size: 150%;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  letter-spacing: .4em;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.grid .item .text h1 {
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 62px;
 }

.grid .item .text p {
  max-width: 475px;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.75em;
  font-weight:initial;
}


.yellow{
	background: #ffb718;

}

a:link { color: #ffffff ;text-decoration: none;}
a:visited { color: #ffffff ; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
a:active{ color: #ffffff; text-decoration: none; }

.location-wrapper{
	background: #000000;
	min-height: 0px;

}
.grey{
	background: #bdbcbc;
}

.grid.black .item .text h2{
	color: #fff;
}

.black{
	background: #000000;
	min-height: 360px;
	color: #fff;
}
.grid .item .text{
	text-align: center;
    position: absolute;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
}
.nav-wrapper {
	top:80px;
	right:30px;

}

.grid .item.col2{
	width: 50%;
}

nav a {
	color:#ffffff;

}

.email ::-webkit-input-placeholder {
    color: white;
	text-indent: none;
}
.email :-moz-placeholder {
    /* FF 4-18 */
    color: white;
    text-indent: none;
}
.email ::-moz-placeholder {
    /* FF 19+ */
    color: white;
	text-indent: none;
}
.email :-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    text-align: left;
}

/************************/
.mobile-opended .oath-menu{
	padding: 0 ;
}

 /**************************/

.grid.text-banner{
	min-height: 65vh;
	padding: 5% 12%;
}

.grid.text-banner .item{
	width: 100%;
}

.grid.text-banner .item .text p{
	padding-bottom: 30px;
	font-size: 100%;
	max-width: none;
	font-weight: initial;
}

.grid.text-banner .item .text {
  font-size: 16px;
  text-align: center;
  padding: 0px 0px;
}

.grid.fw-img{
	width: 100%;
}

.grid.fw-img img{
	width: 100%
}

.grid.fw-img.bg{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.appended-on-mobile a{
	font-size: 23px !important;
	 -webkit-transition: .8s;
	 transition: .8s;
}
.appended-on-mobile a:hover, .loc-text:hover h3{
	color: #ffb718 !important;
	border-bottom-color: #ffb718 !important;
}

/**************************/

@media (max-width: 1160px){
	.grid .item .text h2{
		font-size: 220%;
	}
}

@media (max-width: 1024px) {
  .grid .item .text {
    z-index: 99;
  }
  .grid .item img:not(.location-marker) {
    height: 90vh;
    width: auto;
  }
  .grid .item img.normal-on-responsive {
    height: auto;
    width: 100%;
    padding-bottom: 100px;
  }
  .grid .item.absolute-on-mobile {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #ffffff;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 99;
  }
  .grid .item.absolute-on-mobile h2 {
    color: #ffffff;
  }

  .grid .item.overlayed-on-mobile .text.appended-on-mobile{
	position: absolute;
    top: 70%;
    background: transparent;
    font-size: 2.3vh;
  }
}

@media (max-width: 1024px) {
  .overlayed-on-mobile:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
  }
  .mobile-link{
    display: block;
    margin-top: 35px;
    font-size: 120%;
    font-family: 'futura-pt', sans-serif;
    letter-spacing: .3em;
    font-weight: 600;
    text-decoration: underline !important;
    text-shadow:  0 0 30px #585858, 0 0 30px #717171;
	}
}

@media (max-width: 1024px) {
  .grid .item.col2 {
    width: 100%;
    text-align: center;
  }

  .grid .item.col2.button{
	  width: 50%;
  }

  .grid .item.col2.button a img{
		width: 100%;
		height: auto;
	}

  .grid.no-images .item.col2, .grid.text-banner{
	  height: 90vh;
  }
}


@media (max-width: 760px) {
	.slider-wrapper .hashtag.text{
		margin-top: 6%;
	}

}

@media(max-width: 445px){
	.slider-wrapper .email form{
		min-width: unset !important;
		width: 100%;
	}
}

/****** our locations *******/
.loc-text h3{
	letter-spacing: .3em !important;
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
	display: inline-block;
	margin-right: -0.3em;
	-webkit-transition: .8s;
	transition: .8s;

}



/*****************************/
/******* Video ***************/
/*****************************/


.video-container{
	width: 100%;
	position: relative;
	background-color: #000;
	margin-bottom: -8px;
}


.video-container video{
	width: 100%;
	height: auto;
}
.video-banner{
	width: 100%;
	height: auto;
	position: relative;
}

.about-video{
   width:100%;
/*    background:transparent url('images/poster.png') no-repeat 0 0;  */
   background-size:cover;
}

.video-banner img{
	width: 100%;
	height: 100%;
}

.video-banner.video-initialized.show .about-video{
	display: block;
}
.video-banner.video-initialized.show .about-video.show div, .video-banner.video-initialized.show .about-video.show video {
	position: relative;
}


.vid-trigger{
	z-index: 9999;
	cursor: pointer;
}
.vid-trigger.fa-play-circle-o{
	color: #fff;
    position: absolute;
    font-size: 12em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.vid-trigger.fa-pause{
	color: #fff;
    position: absolute;
    font-size: 10em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


.vid-trigger.hidden{
	opacity: 0;
	filter: alpha(opacity=0);
}

.vid-trigger.hidden:hover{
	opacity: 80;
	filter: alpha(opacity=8000);
}



/*****************************/
/******* Location ************/
/*****************************/

.loc-info .text div{
	display: inline-block;
	padding: 4%;

}
.loc-info .text div.address{
	display: block !important;
	padding-bottom: 10px;
	font-weight: 700;
	letter-spacing: .19rem;
}
.loc-info .text a{
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.loc-info .text a:hover{
	color: #ffb718;
}
.loc-info .text div.phone, .loc-info .text div.email{
	padding-top: 0;
}

.loc-info .text p{
	font-family: 'futura-pt';
	letter-spacing: .15em;
	font-weight: 500 !important;
}

.loc-info .text .border {
	border-top: solid;
	border-color: #fff;
	border-width: 5px;
	width: 80%;
	padding: 0;

}

.loc-info .text .hours{
	display: inline-block;
	vertical-align: middle;
	padding: 3%;
}

.loc-info .text .menu{
	display: inline-block;
	vertical-align: top;
	padding: 3%;

}



.loc-info .text .menu p{
	font-weight: 700 !important ;
}

/*** location specific signup ***/
.loc-spec{
	padding-top: 1.5%;
}
.loc-spec .signup{
	margin-bottom: 0;
	padding-bottom: 1.5%;
}

/*****************************/
/********* SelectBox *********/
/*****************************/

/* Dropdown control */
.selectBox-dropdown {
	float: right;
    min-width: 150px;
    font-family: 'futura-pt';
    font-weight: 500;
    position: relative;
    border: solid 2px #000;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: .2vh;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
/*
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
*/
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #000;
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
}

.selectBox-dropdown .selectBox-arrow:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border-left: solid 2px #000;
    content: "\f0dc";
    font-family: 'FontAwesome';
    position:absolute;
    padding-left: 5%;
    top:0;
    font-size: 1.2em;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #000;
    color: yellow;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    color: #ffb718;
    cursor: default;
    padding: 0;
    margin: 0;
    font-family: 'futura';
    letter-spacing: .2vh;
    font-weight: 500;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    color: #fff;}

.selectBox-options LI.selectBox-disabled A {
    color: #000;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #fff;
    color:#000;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #000 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #000 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}


/******************/
.item .locations{
	padding: 20px !important;
}

.item .locations img.location-marker{
	width: auto;
	display: block;
	margin:auto;
}

/*****************************/
/******* location buttons ****/
/*****************************/

.grid .item.col2.button{
	padding: 5%;
    width: 50%;
    cursor: pointer;

}
.section-locations .grid.last{
	padding: 40px 0;
}
.square {
    float:left;
    position: relative;
    width: 350px;
    height: 350px;
    background-color:#231F20;
    overflow:hidden;
    margin: 40px;
    cursor: pointer;

}
@media(max-width: 1024px){
	.square{
		width: 300px;
	    height: 300px;
	}
}
@media(max-width: 768px){
	.square{
		width: 225px;
	    height: 225px;
	}
}
@media(max-width: 500px){
	.square{
		width: 200px;
		height: 200px;
	}
}



.content {
    position:absolute;
    height:100%; /* = 100% - 2*5% padding */
    width:100%; /* = 100% - 2*5% padding */
    padding: 5%;

}

.table{
    display:table;
    width:100%;
    height:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
}

.square .content .loc-name{
	color: #fff;
	text-decoration: none;
	font-family: 'futura-pt', Arial, sans-serif;;
	letter-spacing: .3em;
	font-weight: 700;
	text-align: center;

}

.square .content .loc-abbrev{
    bottom: 0;
    float: bottom;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-size: 5vw !important;
    font-family: 'futura-pt', Arial, sans-serif;;
    position: absolute;
    right: 0;


}

/******************************/
/** Careers Block on Contact **/
/******************************/
@media(max-width: 1024px){
	#careers-block #tall-img{
		display: none !important;
	}
	#careers-block #reg-img{
		display: inline-block !important;
	}
}
@media(min-width: 1024px and max-width: 1735px){
	#careers-block #tall-img{
		display: block !important;
	}
	#careers-block #reg-img{
		display: none !important;
	}

}
@media(min-width: 1735px){
	#careers-block #tall-img{
		display: none !important;
	}
	#careers-block #reg-img{
		display: block !important;
	}
}



/******************************/
/******** Careers Page  *******/
/******************************/
#careers-success-message{
	padding: 20% 10%;

}
#careers-success-message .text h2{
	font-size: 250%;
	color: #000;

}

/******************************/
/**** Privacy Policy Page  ****/
/******************************/

#privacy-policy{
	padding:20vh;
	 min-height: 80vh;
}
#privacy-policy .page-header{
	text-align: center;
}
#privacy-policy .page-header h1{
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
}

#privacy-policy p{
	text-transform: none;
	margin-bottom: 30px;
	line-height: 23px;
}

#privacy-policy h3{
	font-size: 1.1em;
	margin-bottom: 25px;
}

/******* Callout ********/
.callout, .extra-text{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.callout h3{
	padding: 4% 8%;
    font-size: 160%;
    color: #fff;
}
.extra-text h4{
	padding: 1.5% 2%;
	margin: 1em 0;
}
@media(max-width: 1024px){
	.callout, .extra-text{
		position: relative !important;
		bottom: auto !important;
		width: 100% !important;
	}
}
.extra-text{
	bottom: 17%;
}
.extra-text .fa-map-marker{
	color: #000;
	font-size: 1.2em;
}

/******************************/
/******** BX Slider *******/
/******************************/

.bx-wrapper .bx-viewport{
	background: transparent !important;
	border: none !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.slider-content{
	position: relative;
}
.bx-next i, .bx-prev i{
	color: #000 !important;
	font-size: 2.2em;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
@media(min-width: 1024px){
	.bx-next i:hover, .bx-prev i:hover{
		color: #fff !important;
	}
}

/************************/
/****** Footer *********/
/***********************/
footer .social a, footer .pages a{
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
footer .social a:hover, footer .pages a:hover{
	color: #ffb718;
}
/************************/
/****** Fading Effect *********/
/***********************/
.fadingEffect {
    position:absolute;
    top:0; bottom:0; right:0;
    width:100%;
    background:white;
    -moz-animation: showHide 5s ease-in alternate infinite; /* Firefox */
    -webkit-animation: showHide 5s ease-in alternate infinite; /* Safari and Chrome */
    -ms-animation: showHide 5s ease-in alternate infinite; /* IE10 */
    -o-animation: showHide 5s ease-in alternate infinite; /* Opera */
    animation: showHide 5s ease-in alternate infinite;
}
@-webkit-keyframes showHide { /* Chrome, Safari */
    0% {width:100%}
    40% {width:0%}
    60% {width:0%;}
    100% {width:100%;}
}
@-moz-keyframes showHide { /* FF */
    0% {width:100%}
    40% {width:0%}
    60% {width:0%;}
    100% {width:100%;}
}
@-ms-keyframes showHide { /* IE10 */
    0% {width:100%}
    40% {width:0%}
    60% {width:0%;}
    100% {width:100%;}
}
@-o-keyframes showHide { /* Opera */
    0% {width:100%}
    40% {width:0%}
    60% {width:0%;}
    100% {width:100%;}
}
@keyframes showHide {
    0% {width:100%}
    40% {width:0%}
    60% {width:0%;}
    100% {width:100%;}
}

@media (max-width: 1560px){
	.slider-container .arrow.prev-arrow{
	    left: 7vw;
	}
	.slider-container .arrow.next-arrow{
	    right: 7vw;
	}
}
@media (max-width: 1380px){
	.slider-container .arrow.prev-arrow{
	    left: 2vw;
	}
	.slider-container .arrow.next-arrow{
	    right: 1vw;
	}
}

@media (max-width: 1240px){
	.slider-container .arrow.prev-arrow{
	    left: 2vw;
	}
	.slider-container .arrow.next-arrow{
	    right: -.5vw;
	}
}

@media (max-width: 780px){
	.square .content h2{
		font-size: 3vw !important;
	}
	#privacy-policy{
	    padding: 4vh !important;
		padding-top: 12vh !important;
	}
}


@media (max-width: 1024px){
	.yz-banner{
		background-size: cover;
	}
}

@media (max-width: 500px){
	.yz-banner{
		background-size: cover;
/* 		background-position-x: -250px; */
		background-position: calc(-250px) 0px;
	}
	.slider-container .arrow.prev-arrow{
	    left: 10px;
	}
	.slider-container .arrow.next-arrow{
	    right: -5px;
	}
	img.centered-on-mobile{
		margin-left: -110px;
	}
	img.centered-on-mobile-x2{
		margin-left: -300px;
	}
}



/******************************/
/******** Media Queries *******/
/******************************/


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.hero-container .text h1{
		font-size: 350%;
	}
	.grid .item{
		display: block;
        float: none;
        width: 100%;
	}

	.grid .item .text{
	 	width: 100%;
 	}
 	.grid .item .text h1{
	 	font-size: 200%;
 	}


 	.grid .item.col2{
	 	width:100%;
	 	min-height: 30vh;
	 }

	 .grid .item .text h2{
		 margin-top: auto;
		 font-size: 170%;
		 line-height: 35px;
	 }


 	.grid {
	 	-webkit-flex-wrap: wrap;
	 	    -ms-flex-wrap: wrap;
	 	        flex-wrap: wrap;
 	}


 	.slider-wrapper .signup .wrapper {
	 	font-size: 2vh;
 	}
 	.slider-wrapper h2{
	 	font-size: 250%;
	 }

 	.slider-wrapper .signup .wrapper .text{
	 	margin-bottom: 2%;
	 	text-align: center;
	 	margin-right: 10px;

 	}

 	.grid.text-banner .item .text p {
	 	font-size: 60%;
 	}
 	.grid .item .text p {
	 	font-size: 60%;
 	}
 	.fa.vid-trigger {
	 	font-size: 5em;
 	}
	.slider-wrapper input{
		width: 15em;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	.vid-trigger.hidden{
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.vid-trigger.hidden:hover{
		opacity: 0;
		filter: alpha(opacity=0);
	}

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}




@media(max-width: 1024px){
    .yz-grid .item.s1of2, .ingredients-container , .grid {
        width: 100%;
        overflow: hidden;
    }
}
