
@media only screen and (max-width: 800px) {
    #slide-39-layer-4, #slide-39-layer-5, #slide-39-layer-6 {
	display:none;
}
}

.sage-foundation-row {
	padding-top:60px;padding-bottom:10px;
}

@media only screen and (max-width: 500px) {
.sage-foundation-row {
	padding-top:0px;padding-bottom:10px;
}
}


/* PARALLAX BACKGROUND */


.video {background-attachment: fixed; background-position: top; height:100vh;background-size:cover; display:table; }


/* .dms {background: url(../images/careerSm2.jpg) no-repeat top center fixed; height:100vh; width: 100%; background-size:cover; display:table;}
.dmsC {background: url(../images/careerSm2.jpg) no-repeat top center; height:100vh; width: 100%; background-size:cover; display:table;}
 */
.dining {background: url(../images/experience1.jpg) no-repeat center center fixed; height:100vh; width: 100%; background-size:cover; display:table;}
.diningC {background: url(../images/experience1.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}

.fostering {background: url("../images/fostering_community.jpg") no-repeat center center fixed; height:100vh; width: 100%; background-size:cover; display:table;}
.fosteringC {background: url("../images/fostering_community.jpg") no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}

.thanks {background: url(../images/bannerThanks.jpg) no-repeat center center fixed; height:100vh; width: 100%; background-size:cover; display:table;}
.thanksC {background: url(../images/bannerThanks.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}

.testimony {background: url(../images/diningHall3.jpg) no-repeat center center fixed; height:100vh; width: 100%; background-size:cover; display:table;}
.testimonyC {background: url(../images/diningHall3.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}

.service {background: url(../images/school_cafeteria_cooking.jpg) no-repeat center center fixed; height:100vh; width: 100%; background-size:cover; display:table;}
.serviceC {background: url(../images/school_cafeteria_cooking.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}

.careers1 {background: url(../images/careers2.JPG) no-repeat top center fixed; height:100vh; width: 100%; background-size:cover; display:table;}
.careers1C {background: url(../images/careers2.JPG) no-repeat top center; height:100vh; width: 100%; background-size:cover; display:table;}

.careers2 {background: url(../images/inspiring2.jpg) no-repeat center center fixed; height:100vh; width: 100%; background-size:cover; display:table;}
.careers2C {background: url(../images/inspiring2.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}

.scratchCooking {background: url(../images/cuttingBoard1.jpg) no-repeat center center fixed; height:60vh; width: 100%; background-size:cover; display:table;}
.scratchCookingC {background: url(../images/cuttingBoard1.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}


a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.hs-area {
    position: relative;
}

.hs-wrap , .tt-wrap {
    position: absolute;
    display: none;
}


.tt-wrap {
    border: 10px solid transparent;
    z-index: 1000;
}

.tt-wrap.left {
    top: -2px;
    right: 100%;
}

.tt-wrap.right {
    top: -2px;
    left: 100%;
}

.tt-wrap.top {
    bottom: 100%;
    left:-2px;
}

.tt-wrap.bottom {
    top: 100%;
    left:-2px;
}


.sniper-spot {
    background-color: #000000;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    z-index: 10;
    opacity: .8;
    border: 2px solid  #000;
    box-shadow: 0 0 12px #000000 inset;
}
.sniper-spot:before , .sniper-spot:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
}
.sniper-spot:before {
    top: 2px;
    left: 11px;
    width: 2px;
    height: 20px;
}
.sniper-spot:after {
    top: 11px;
    left: 2px;
    width: 20px;
    height: 2px;
}
.sniper-spot.active:before, .sniper-spot.active:after{
    width: 0px;
    height: 0px;
}
.sniper-spot.active {
    border: 2px solid #000000;
    background-color: #ff9999;
    opacity: .4;
    box-shadow: 0 0 10px #000000;
}
.onhover-spot {
    border:2px solid transparent;
}
.onhover-spot.active {
    border:2px solid #ff0000;
    opacity: .7;
    box-shadow: 0 0 10px #000000;
}

/*======================= Tooltips =======================*/
.tip-tooltip {
    display: block;
	font-family: 'Open Sans', sans serif;
	font-size: 13px;
	font-weight:bold;
    border-radius: 8px;
    padding: 8px 2px 5px 8px;
    min-height: 20px;
    min-width: 30px;
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0 0 10px #000000;
}

.tip-tooltip:before {
    content: "";
    position: absolute;
    border: 8px solid;
    width: 0px;
    height: 0px;
    z-index: 999;
}
.tip-tooltip.right:before {
    top: 10px;
    right:100%;
    border-color: transparent #000000 transparent transparent;
}
.tip-tooltip.left:before {
    top: 10px;
    left:100%;
    border-color: transparent transparent transparent #000000;
}
.tip-tooltip.top:before {
    top: 100%;
    left: 12px;
    border-color: #000000 transparent transparent transparent;
}
.tip-tooltip.bottom:before {
    bottom: 100%;
    left: 12px;
    border-color: transparent transparent #000000 transparent;
}


.hs-flatten {
    border-radius: 0 !important;
}


.tint, .black-overlay:before {
  position: relative;
  background-size: cover; }

	.tint:before, .tint-medium:before, .tint-dark:before, .black-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tint:before {
  background: rgba(102, 102, 102, 0.4); }

#top-menu {
    position: fixed;
	display:none;
    z-index: 201;
    background: white;
   	min-width:100%; 
	padding-top:52px;
    top: 0px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow:  0 1px 0 rgba(0,0,0,.05);
}

#top-menu li {
    float: none; display: inline-block;
}

#top-menu ul { text-align: center; float: none; }


#top-menu a {
    display: inline-block;
    padding: 5px 25px 7px 25px;
    /* width: 4em; */
    text-align: center;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    border-top: 3px solid white;
    color: #888;
	font-size:14px;
    text-decoration: none;
	/* font-family:"Raleway"; */}

#top-menu a:hover {
    color: #000;
}

#top-menu li.active a {
    border-top: 2px solid #222;
	color: #222;
}

#openPositionsWrapper ul {
	list-style-type: disc !important;
	font-size:14px;
	margin-left:40px;
}


.card {
	width:100%;
	height:100vh;
}
      .front, .back {
        /* border: 2px gray solid; */
        padding: 10px;
      }
      #card-1 .front {
        background: url(../images/cuttingBoard.jpg) no-repeat center center fixed; height:100vh; width: 100%; background-size:cover; display:table;
      }
	  #card-2 .front {
        background: url(../images/batchCooking.jpg) no-repeat right bottom fixed; height:100vh; width: 100%; background-size:cover; display:table;
      }
      .back {
        background-color: black;
      	color:#FFF;
      }


.ribbonBanner {
	background-color: rgba(255, 255, 255, 0.5);
}

.carousel-heading {
    margin-bottom: 30px;
    position: relative; }
	
.carousel-h-tag {
    display: block;
    padding-bottom: 15px;
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom:0px;
    padding-bottom:0px;
    font-size:26px; }

	
.carousel-heading:first-child{
    margin-top: 0; }
	
.carousel-heading.align-center {
    text-align: center;
    padding-top:40px;
    margin-top:-20px;
    padding-bottom:40px;
    margin-bottom:-20px;
    background-color: rgb(255,255,255); }
	
.carousel-heading .separator {
    margin-bottom: 40px;
    width: 15% !important;
    height: 2px;
    margin-top:0px;
    padding-top:0px;
    background-color:#000000;
    border-color:#000000;
    color:#000000;
	align: center !important;
	margin: 0 auto !important; }
	
.carousel-heading .sub-title {
    font-size: 20px;
    text-transform: none; }
	
.carousel-heading.align-left .separator {
    margin: 0; }
	
.carousel-heading-wrap {
    border: 4px solid #fff;
    padding: 10px;
    max-width: 800px;
    margin: 0 auto;
    padding-top:5px;
    padding-bottom:5px; }
	
.carousel-heading-wrap .carousel-heading {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    padding-left:45px;
	padding-right:45px;
	padding-top:10px;
	padding-bottom:10px; }

#contact-info {
    opacity: 0
}

#contact-info-button
 {
    position: fixed;
    display: none \9;
    z-index: 8009;
    color: #f7f7f7;
    bottom: 10px;
    right: 65px;
    text-decoration: none;
    background: rgba(0,0,0,0.6);
    color: #f7f7f7;
    transition: all 200ms ease-in;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 16px;
    padding: 12px;
	height: 40px;
  width: 40px;
}
#btn-close-modal {
	    position: fixed;
    display: none \9;
    z-index: 8009;
    color: #000;
    bottom: 10px;
    right: 20px;
    text-decoration: none;
    background: rgba(255,255,255,1);
    transition: all 200ms ease-in;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 26px;
    padding: 12px;
	height: 50px;
  width: 50px;
}
#contact-info-button {
    display:none;
}
#btn-close-modal {
    top: 20px;
    bottom: auto;
    cursor: pointer;
}
#contact-info-button:hover
 {
    background: rgba(0,0,0,0.8);
    color: #fcfcfc;
}

#btn-close-modal:hover {
    background: rgba(0,0,0,0.8);
    color: #FFF;
}
.modal-content {
    box-shadow: none;
    border: 0;
    color: inherit;
    background: none;
}

.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info i {
    margin-right: 7px;
    color: #e3e3e3;
}
	
.sage-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
	color: #f7f7f7;
    
    background: rgba(0,0,0,0.6);
 /*  background: rgba(0, 0, 0, 0.25); */
  cursor: pointer;
  display: none;
	z-index:9999;
}
.sage-top:before {
	content: "\f106";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
}

.sage-top:hover {
	background-color: #000;
}


span.step {
  background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}


.animate-it{opacity:0;}
.animate-it.animated{opacity:1;}

.number-icon{  background: url("/public/sagedining/assets/images/number.png") no-repeat scroll 0 0;}

.menu-creation-bg{ background:url("/public/sagedining/assets/images/menu-creation-path3.png") no-repeat 0 78px; background-size:contain}
.menu-creation {padding-bottom: 100px;}
.number-icon{ color: #fff;font-family: 'Raleway', sans-serif; font-weight:600; line-height: 57px;font-size: 30px;height: 100px;text-align: center;width: 58px;}
.menu-creation-content{ float:left; width: 40%; padding-left: 50px;}
.menu-creation-content h2{ font-size:32px;}
.menu-creation-icon{ float:right;}
.menu-creation-icon.pull{ float:right;}
.menu-creation.number-icon-right .number-icon { float:right}
.menu-creation.number-icon-right .menu-creation-content{ float:right;padding-right: 50px;}
.menu-creation.number-icon-right .menu-creation-icon{ float:left}



.reviewsubmitdata {
	font-size:14px;
	letter-spacing:0px;
}


/* ==============================
   tracks
   ============================== */

.tracks-grid{
   margin-top: -30px; 
}
.tracks-item{
    margin: 30px 0 0 0;
    position: relative;
    padding: 40px 20px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #777;
    background: #f2f2f2;
} 

.tracks-icon{
    font-size: 64px;
    line-height: 1.05;
	margin-bottom:10px;
}
.tracks-title{
    font-size: 22px;
    font-weight: 400;
    line-height: 0.9;
    color: #111;
}

.tracks-icon-culinary, .tracks-icon-accounting, .tracks-icon-administrative,
.tracks-icon-hr, .tracks-icon-legal, .tracks-icon-marketing,
.tracks-icon-nutrition, .tracks-icon-purchasing, .tracks-icon-technology {
	margin-bottom:10px;
}

.tracks-icon-culinary:after {
	content: url(/public/sagedining/assets/images/culinaryBlack.png);
}

.tracks-icon-accounting:after {
	content: url(/public/sagedining/assets/images/accountingBlack.png);
}

.tracks-icon-administrative:after {
	content: url(/public/sagedining/assets/images/administrativeBlack.png);
}

.tracks-icon-hr:after {
	content: url(/public/sagedining/assets/images/hrBlack.png);
}

.tracks-icon-legal:after {
	content: url(/public/sagedining/assets/images/legalBlack.png);
}

.tracks-icon-marketing:after {
	content: url(/public/sagedining/assets/images/marketingBlack.png);
}

.tracks-icon-nutrition:after {
	content: url(/public/sagedining/assets/images/nutritionBlack.png);
}

.tracks-icon-purchasing:after {
	content: url(/public/sagedining/assets/images/purchasingBlack.png);
}

.tracks-icon-technology:after {
	content: url(/public/sagedining/assets/images/technologyBlack.png);
}

/* Hoer state */


.tracks-item:hover .tracks-icon-culinary:after {
	content: url(/public/sagedining/assets/images/culinaryWhite.png);
}

.tracks-item:hover .tracks-icon-accounting:after {
	content: url(/public/sagedining/assets/images/accountingWhite.png);
}

.tracks-item:hover .tracks-icon-administrative:after {
	content: url(/public/sagedining/assets/images/administrativeWhite.png);
}

.tracks-item:hover .tracks-icon-hr:after {
	content: url(/public/sagedining/assets/images/hrWhite.png);
}

.tracks-item:hover .tracks-icon-legal:after {
	content: url(/public/sagedining/assets/images/legalWhite.png);
}

.tracks-item:hover .tracks-icon-marketing:after {
	content: url(/public/sagedining/assets/images/marketingWhite.png);
}

.tracks-item:hover .tracks-icon-nutrition:after {
	content: url(/public/sagedining/assets/images/nutritionWhite.png);
}

.tracks-item:hover .tracks-icon-purchasing:after {
	content: url(/public/sagedining/assets/images/purchasingWhite.png);
}

.tracks-item:hover .tracks-icon-technology:after {
	content: url(/public/sagedining/assets/images/technologyWhite.png);
}


.tracks-item{
    -webkit-transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: background-color 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.tracks-item:hover{
    /* background-color: #e91e63; */
	/* background-color:#a0a7a0; */
	background-color:#000;
    color: #fff; 
}
.tracks-item:hover .tracks-title,
.tracks-item:hover .tracks-icon,
.tracks-item:hover .tracks-icon.color{
    color: #fff !important;
}



.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay {
    background:  rgba(0,0,0,0.6);
}

.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-cat {
    background-color: #eba400; /* orange */
}


.sage-gardens-gallery-item {
    float: left;
    width: 20%;
    overflow: hidden;            
}
.sage-gardens-gallery-flow-effect {
    position: relative;
    display: block;
    vertical-align: top;
}
.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay {
    padding: 40% 10% 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    visibility: hidden; /* lt-ie9 */
    z-index: 1;
    opacity: 0;        
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
}
.sage-gardens-gallery-flow-effect:hover .sage-gardens-gallery-overlay {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible; /* lt-ie9 */    
}
.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h2,
.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h3 {
    font-size: 14px;
	text-transform:none;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}
.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h3 {
    font-size: 18px;
	font-family: 'Raleway';
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px; 
    margin-bottom: 12px; 
}
.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-cat {
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;  
    padding: 3px 15px; 
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase; 
}
.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-price {
    width: 70px;
    height: 70px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;  
    color: #01aaae;
    font: 800 32px/70px 'Open Sans', sans-serif;
    text-align: center; 
    position: inherit;
    top: 30px;
    right: 30px;
}
.sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-price span {
    font: 800 20px 'Open Sans', sans-serif;
}


/*  15.  Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1824px) {
    
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h2, 
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h3 {
        font-size: 25px;
    }     
}
@media only screen and (max-width: 1441px) {
   
    .sage-gardens-gallery-item {
        width: 25%;
    }    
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay {
        padding-top: 40%;
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-price {
        width: 50px;
        height: 50px; 
        font-size: 18px;
        line-height: 52px;
        font-weight: 700;
        top: 10px;
        right: 10px;     
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h2 {
        font-size: 20px;
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h3 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-cat {
        font-size: 12px;
        padding: 0 15px;
    }   
   
}

@media only screen and (max-width: 992px) { 
    
    .sage-gardens-gallery-item {
        width: 33.33333333333333%;
    }
   
}
@media only screen and (max-width: 767px) {
    
    .sage-gardens-gallery-item {
        width: 50%;
    }   

.testimonySection {
	height:460px;
    }
    
}

@media only screen and (max-width: 640px) {
    
    .sage-gardens-gallery-item {
        width: 50%;
    }   

.testimonySection {
	height:800px;
    }
    
}


@media only screen and (max-width: 480px) {
.testimonySection {
	height:800px;
    }
    
    .sage-gardens-gallery-item {
        width: 100%;
        float: none;
        display: block;
    }  
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay {
        padding: 40% 10% 0;
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h2,
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h3 {
        font-size: 30px;
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay h3 {
        font-size: 30px;
        padding-bottom: 10px; 
        margin-bottom: 14px; 
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-cat {
        padding: 3px 15px; 
        font-size: 14px;
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-price {
        width: 70px;
        height: 70px;
        font: 800 32px/70px 'Open Sans', sans-serif;
        top: 30px;
        right: 30px;
    }
    .sage-gardens-gallery-flow-effect .sage-gardens-gallery-overlay .sage-gardens-gallery-item-price span {
        font: 800 20px 'Open Sans', sans-serif;
    } 
    
}

@media only screen and (max-width: 420px) {
.testimonySection {
	height:850px;
    }
}




/*	Circle Slider	*/

div.main_content_slider_wrapper {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1000px;
}

.content_slider_wrapper  * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.content_slider_wrapper {
	font-family:'Open Sans';
	font-size:14px; line-height:20px;
	text-align:left; color:#484848;
	margin:0; padding:0; border:none;
	clear: both;
	display: block;
	position: relative;
}
	
.content_slider_wrapper h4 {
	font-size:20px;
	font-family:'Raleway';
	color:#2a2a2a;
	margin:0;
	padding:0;
	font-weight:100;
	border:none;
}

.content_slider_wrapper_vertical {
	font-family:'Open Sans';
	font-size:14px; line-height:20px;
	text-align:left; color:#484848;
	margin:0; padding:0; border:none;
	clear: both;
	display: block;
}
	
.content_slider_wrapper_vertical h4 {
	font-size:20px;
	font-family:'Raleway';
	color:#2a2a2a;
	margin:0;
	padding:0;
	font-weight:100;
	border:none;
}

.content_slider_wrapper .circle_slider {
	position:relative;
	width:970px;
	height:260px;
	margin:0;
	padding:0;
	border:none;
	overflow: hidden;
}
.content_slider_wrapper_vertical .circle_slider {
	position:relative;
	width:279px;
	height:970px;
	margin:0;
	padding:0;
	border:none;
	overflow: hidden;
	float: left;
}
.circle_slider_thumb {
/*	overflow:hidden;*/
	border:#282828 solid 5px;
	border-radius:84px;
	position:absolute;
	top:97px;
	width:84px;
	height:84px;
	float:left;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	margin:0;
	padding:0;
	cursor: pointer;
}
.circle_slider_thumb img {
	max-width: 100% !important;
	width:84px;
	margin:0 !important;
	padding:0 !important;
	border:none;
	border-radius:84px;
}
.circle_slider_big {
	overflow:hidden;
	border:#282828 solid 8px;
	border-radius:231px;
	position:absolute;
	top:24px;
	width:231px;
	height:231px;
	float:left;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	margin:0;
	padding:0;
}
.circle_slider_big img {
	width:231px;
	margin:0;
	padding:0;
	border:none;
}

.content_slider_wrapper .circle_slider_nav_left {
	position:absolute;
	top:334px;
	left:95px;
	height:57px;
	width:28px;
	display:block;
	margin:0;
	padding:0;
	border:none;
	overflow: hidden;
	cursor: pointer;
}
.content_slider_wrapper .circle_slider_no_border2_left {
	width: 24px;
}
.content_slider_wrapper .circle_slider_nav_left img {
	padding:19px 30px 19px 3px;
	border-radius:50px 0px 0px 50px;
	left: 0px;
	position: absolute;
	display: inline-block;
	background:black;
	box-shadow: none !important;
}
.content_slider_wrapper .circle_slider_nav_right {
	position:absolute;
	top:597px;
	left:95px;
	height:57px;
	width:28px;
	display:block;
	margin:0;
	padding:0;
	border:none;
	overflow: hidden;
	cursor: pointer;
}
.content_slider_wrapper .circle_slider_nav_right img {
	padding:19px 3px 19px 30px;
	margin-left:-26px;
	border-radius:0px 50px 50px 0px;
	left: 0px;
	position: absolute;
	display: inline-block;
	background:black;
	box-shadow: none !important;
}
.content_slider_wrapper .circle_slider_nav_left.circle_slider_no_border img {
	padding:0;
	margin-left:4px;
	border-radius:0;
	background:transparent !important;
	box-shadow: none !important;
}

.content_slider_wrapper .circle_slider_nav_right.circle_slider_no_border img {
	padding:0;
	margin-left:0;
	left: 4px;
	border-radius:0;
	background:transparent !important;
	box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_left {
	position:absolute;
	top:335px;
	left:92px;
	width:57px;
	height:28px;
	display:block;
	margin:0;
	padding:0;
	border:none;
	overflow: hidden;
	cursor: pointer;
}
.content_slider_wrapper_vertical .circle_slider_no_border2_left {
	height: 24px;
}
.content_slider_wrapper_vertical .circle_slider_nav_left img {
	left: 0px;
	position: absolute;
	display: inline-block;
	box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right {
	position:absolute;
	top:598px;
	left:92px;
	width:57px;
	height:28px;
	display:block;
	margin:0;
	padding:0;
	border:none;
	overflow: hidden;
	cursor: pointer;
	box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right img {
	left: 0px;
	position: absolute;
	display: inline-block;
	box-shadow: none !important;
}

.content_slider_wrapper .cst1 {left:0px; top:73px;}
.content_slider_wrapper .cst2 {left:109px; top:73px;}
.content_slider_wrapper .cst3 {left:218px; top:73px;}
.content_slider_wrapper .csc {left:357px; top:0px;}
.content_slider_wrapper .cst4 {left:649px; top:73px;}
.content_slider_wrapper .cst5 {left:758px; top:73px;}
.content_slider_wrapper .cst6 {left:867px; top:73px;}

.content_slider_wrapper_vertical .cst1 {left:73px; top:0px;}
.content_slider_wrapper_vertical .cst2 {left:73px; top:109px;}
.content_slider_wrapper_vertical .cst3 {left:73px; top:218px;}
.content_slider_wrapper_vertical .csc {left:0px; top:357px;}
.content_slider_wrapper_vertical .cst4 {left:73px; top:649px;}
.content_slider_wrapper_vertical .cst5 {left:73px; top:758px;}
.content_slider_wrapper_vertical .cst6 {left:73px; top:867px;}

/*	Circle Slider text	*/

.content_slider_wrapper .circle_slider_text_wrapper {
	width:100%;
	left:0px;
	top:10px;
	position:relative;
	display:inline-block;
	
}

.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text {
	width:460px;
	padding:0 20px 20px 0px;
	border-right:1px solid #7e7e7e;
	float:left;
	margin:0;
	border-left:none;
	border-bottom:none;
	border-top:none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right {
	border-left:1px solid #7e7e7e;
	border-right:none;
	width:459px;
	padding:0 0px 20px 20px;
	margin:0 0 0 -1px;
	border-bottom:none;
	border-top:none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text span {
	text-align:right;
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text h4 {float:right;}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right span {text-align:left;}
.content_slider_wrapper .circle_slider_text_wrapper .circle_slider_text.right h4 {float:left;}

/* --------------------- */

.content_slider_wrapper_vertical .circle_slider_text_wrapper {
	left: 0px;
	position: relative;
	float: left;
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text {
	width:200px;
	padding:0 20px 20px 0px;
	border-right:1px solid #7e7e7e;
	float:left;
	margin:0;
	border-left:none;
	border-bottom:none;
	border-top:none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right {
	border-left:1px solid #7e7e7e;
	border-right:none;
	width:200px;
	padding:0 0px 20px 20px;
	margin:0 0 0 -1px;
	border-bottom:none;
	border-top:none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text span {
	text-align:right;
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text h4 {float:right;}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right span {text-align:left;}
.content_slider_wrapper_vertical .circle_slider_text_wrapper .circle_slider_text.right h4 {float:left;}

/* --------------------- */

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 {
left: 30px;
position: relative;
float: left;
/*margin-top: 320px;*/
}

.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text  {
	/*width:460px;*/
	padding:0px 0px 20px 0px;
	margin:0;
	border-bottom:1px solid #7e7e7e;
	border-left:none;
	border-right:none;
	border-top:none;
	display: block;
	clear: both;
}
.content_slider_wrapper_vertical  .circle_slider_text_wrapper_v2 .circle_slider_text.right  {
	padding:20px 0px 0px 0px;
	margin:-1px 0 0 0px;
	/*width:459px;*/
	border-top:1px solid #7e7e7e;
	border-right:none;
	border-bottom:none;
	border-left:none;
	display: block;
}
.content_slider_wrapper_vertical  .circle_slider_text_wrapper_v2 .circle_slider_text span {
	text-align:center;
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
	
 .content_slider_wrapper_vertical .circle_slider_nav_left img {
	padding:1px 19px 30px 19px;
	border-radius:50px 50px 0px 0px;
	left: 0px;
	position: absolute;
	display: inline-block;
	background:black;
	box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_right img {
	padding:30px 19px 1px 19px;
	margin-top:-26px;
	border-radius:0px 0px 50px 50px;
	left: 0px;
	position: absolute;
	display: inline-block;
	background:black;
	box-shadow: none !important;
}
.content_slider_wrapper_vertical .circle_slider_nav_left.circle_slider_no_border img {
	padding:0;
	margin-left:0;
	border-radius:0;
	background:transparent !important;
	box-shadow: none !important;
} 
.content_slider_wrapper_vertical .circle_slider_nav_right.circle_slider_no_border img {
	left: 0;
	top: 34px;
	padding:0;
	margin-left:0;
	border-radius:0;
	background:transparent !important;
	box-shadow: none !important;
} 
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text  h4 {text-align:center !important; float: none !important;}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right  span {text-align:center !important;}
.content_slider_wrapper_vertical .circle_slider_text_wrapper_v2 .circle_slider_text.right  h4 {text-align:center !important;}

.image_more_info {
    border-radius: 40px 40px 40px 40px;
    box-shadow: 5px 5px 5px #888888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.image_more_info a {
    position: relative;
}
.image_more_info img {
    background: none repeat scroll 0 0 #a0a7a0;
    border-radius: 40px 40px 40px 40px;
    display: block;
    padding: 0px;
    width: 0px;
    overflow: hidden;
	border: 0;
	box-shadow: none !important;
}

.circle_item_border {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	position: absolute;
	width:100%;
	height:100%;
	top: -1px;
	left: -1px;
	border:5px solid #000000;
	border-radius: 40px 40px 40px 40px;
	z-index:5;
}

/* additional content */

.content_slider_text_block_wrap {width:100%; text-align:center; font-family: 'Raleway'; line-height:18px; font-size: 16px; color:#444444; margin:0; }
.content_slider_text_block_wrap .bold {font-family: 'Raleway'; font-weight:600;}
.content_slider_text_block_wrap .separator {width:100%; height: 1px; background: #444444; margin-top:5px;}
.content_slider_text_block_wrap a.large_link {font-size:18px;}
.content_slider_text_block_wrap a {color:#a0a7a0; line-height:18px; font-size: 16px; font-family: 'Raleway'; text-decoration: none;}
.content_slider_text_block_wrap h3 {font-size: 28px !important;text-transform:none;font-family: 'Raleway', sans-serif !important; line-height: 30px !important; margin: 0 !important; padding: 0 !important; display: inline-block !important; font-weight: normal;}
.content_slider_text_block_wrap a.button_regular {color:#fff; display: inline-block; background:#a0a7a0; padding:13px 26px 15px 25px; font-size: 15px; line-height: 16px; height: 16px; font-weight:600; border-radius: 3px;}

.content_slider_text_block_wrap a.button_socials {width:39px; height:39px; padding:5px; display: inline-block; margin:0 5px; border-radius: 3px;}
.content_slider_text_block_wrap a.button_socials_flat {width:48px; height:48px; padding:0px; display: inline-block; margin:0 5px 0 6px;}

.content_slider_text_block_wrap .col-1-4_block {width:182px; margin:10px 20px; display: inline-block; vertical-align: top !important;}
.content_slider_text_block_wrap h4 {display: inline-block; margin:10px 0 20px 0; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px !important;}

.content_slider_text_block_wrap .col-1-3_block {width:240px; margin:10px 20px; display: inline-block; vertical-align: top !important;}
.content_slider_text_block_wrap .col-1-3_block img {box-shadow: none !important;}

.content_slider_text_block_wrap .content_img_wrap {position: relative;}
.content_slider_text_block_wrap .content_img_wrap img {display: block; box-shadow: none !important;}
.content_slider_text_block_wrap .content_img_wrap .hover_link img {width:100%;height:100%;} 
.content_slider_text_block_wrap .content_img_wrap .hover_link {display: none; width: 0px; height: 0px; position: absolute; top: 50%; left: 50%; margin-top:0px; margin-left:0px; z-index:2; opacity:0; filter:alpha(opacity = 0);}

.content_slider_wrapper div.all_around_text_up {
	position: absolute;
	/*border: #eee solid 1px;*/
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}
.content_slider_wrapper div.all_around_text_down {
	position: absolute;
	/*border: #eee solid 1px;*/
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}
.content_slider_wrapper span.all_around_text_span_up {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.content_slider_wrapper span.all_around_text_span_down {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
}

.content_slider_wrapper_vertical div.all_around_text_up {
	position: absolute;
	/*border: #eee solid 1px;*/
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}
.content_slider_wrapper_vertical div.all_around_text_down {
	position: absolute;
	/*border: #eee solid 1px;*/
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}
.content_slider_wrapper_vertical span.all_around_text_span_up {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
}
.content_slider_wrapper_vertical span.all_around_text_span_down {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}







.feedWidget {padding-top: 20px;padding-bottom: 40px; text-align: center;}
.feedWidget .fa, .feedWidget .fa-brands {color: #a0a7a0;}

/* TIPSY */
.tipsy { font-size: 12px; font-family:'Raleway' !important; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; font-family:'Raleway' !important; max-width: 200px; padding: 2px 4px 2px 4px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
/* END TIPSY */



.searchBar
{
 background: #f2f2f2;
 /* border: 1px solid #ccc; */
 
 outline: none;
 padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.0rem;
        display: block;
 font-size: 1.5rem;
/* 	max-width:75em; */
 width: 100%;
	z-index:0;
}


/* FORM ERRORS */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #000 !important;
  background-color: #fff !important;
  
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #000 !important;
  /* background-color: #FFF !important; */
  border: 1px solid #c46573 !important;
	margin-bottom:4px !important;
}

.parsley-error {
	margin-bottom:4px !important;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required {
	color:#c46573 !important;
	font-weight:bold;
}
/* END FORM ERRORS */




/* ONLINE JOB APPLICATION */
.jobApplication {
	
}

.label {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	width:100%;
}

.label-programs {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #FFFFFF;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  background-color: #09197F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	width:100%;
}


.label-partnerships {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  background-color: #576199;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	width:100%;
}

.label-venueUpdates {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  background-color: #0F7F00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	width:100%;
}

.label-awards {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  background-color: #00AEFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	width:100%;
}

.label-events {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  background-color: #FF8C40;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	width:100%;
}

.label-leadershipNews {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  background-color: #CC4314;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	width:100%;
}

.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-fulltime {
  background-color: #b94a48;
}
.label-fulltime:hover {
  /* background-color: #953b39; */
}
.label-parttime {
  background-color: #f89406;
}
.label-parttime:hover {
  /* background-color: #c67605; */
}
.label-healtheligible {
  background-color: #468847;
}
.label-healtheligible:hover {
  /* background-color: #356635; */
}
.label-info {
  background-color: #3a87ad;
}

.showGeneralAppDiv {
	display: block;
}

#submitTellUsAboutYourself,#submitShareYourResume,#submitReviewAndSubmit,#backShareYourResume,#backToTellUsAboutYourself
	{
	cursor: pointer;
}


#state {
	font-size:12px;
	padding-left:4px;
	padding-right:4px;
}

#jobType {
	font-size:12px;
	padding-left:4px;
	padding-right:4px;
}

#jobCategory {
	font-size:12px;
	padding-left:4px;
	padding-right:4px;
}

/*#top-col-md-12 {
	border-top: 1px solid #fff;
	padding-top: 30px;
}*/
.ui-datepicker {
	z-index: 1003 !important;
}

#breadcrumb {
	margin-left: 0;
	margin-right: 0;
	margin-top: 40px;
	margin-bottom: 30px;
	list-style: none;
	display: inline-block;
}

#mobileBreadcrumbsApplication {
	margin-bottom: 30px;
}

#breadcrumb .icon {
	font-size: 14px;
}

.mainTitle {
    color: black;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0 0 0px;
    padding: 0;
	white-space: nowrap;
}

.mainTitle extra {
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
	display: inline;
}

#breadcrumb li {
	float: left;
	list-style:none;
	margin:0px;
}

#breadcrumb li a {
	color: #FFF;
	display: block;
	/* background: #a0a7a0; */
	background: #e5efe5;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
	margin-bottom: 5px;
	list-style:none;
}

#breadcrumb a {
	cursor:default;
}

#breadcrumb li a.applyToday {
	color: green;
	display: block;
	background: #f0f0f0;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
	margin-bottom: 5px;
}

#breadcrumb li a.nextTellUsAboutYourself {
	color: green;
	display: block;
	background: #000000;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
	margin-bottom: 5px;
}

#breadcrumb li a.active {
	color: #fff;
	display: block;
	/* background: #a0a7a0; */
	background-color: #e5efe5;
	font-weight: normal;
	/*font-size: 20px;*/
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
	margin-bottom: 5px;
}

#breadcrumb li a.active {
	color: #fff;
	display: block;
	background: #a0a7a0;
	font-weight: normal;
	/*font-size: 20px;*/
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
	margin-bottom: 5px;
}

#breadcrumb li a.inactive {
	color: #999999;
	display: block;
	background: #f0f0f0;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
	margin-bottom: 5px;
}

#breadcrumb li:nth-child(even) a.active {
	background-color: #a0a7a0;
}

#breadcrumb li:nth-child(even) a.active {
	background-color: #a0a7a0;
}

#breadcrumb li:nth-child(even) a.active:before {
	border-color: #a0a7a0;
	border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a.active:after {
	border-left-color: #a0a7a0;
}

#breadcrumb li:nth-child(even) a.inactive {
	background-color: #f0f0f0;
}

#breadcrumb li:nth-child(even) a.inactive {
	background-color: #f0f0f0;
}

#breadcrumb li:nth-child(even) a.inactive:before {
	border-color: #f0f0f0;
	border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a.inactive:after {
	border-left-color: #f0f0f0;
}

#breadcrumb li:nth-child(even) a {
	background-color: #2980b9;
}

#breadcrumb li:nth-child(even) a:before {
	border-color: #2980b9;
	border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
	border-left-color: #2980b9;
}

#breadcrumb li:first-child a {
	padding-left: 15px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
	border: none;
}

#breadcrumb li:last-child a {
	padding-right: 15px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
	border: none;
}

#breadcrumb li a:before,#breadcrumb li a:after {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #a0a7a0;
	border-width: 20px 10px;
	width: 0;
	height: 0;
}

#breadcrumb li a:before,#breadcrumb li a:after {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #f0f0f0;
	border-width: 20px 10px;
	width: 0;
	height: 0;
}



#breadcrumb li:nth-child(odd) a.active {
	background-color: #a0a7a0;
}

#breadcrumb li:nth-child(odd) a.active {
	background-color: #a0a7a0;
}

#breadcrumb li:nth-child(odd) a.active:before {
	border-color: #a0a7a0;
	border-left-color: transparent;
}

#breadcrumb li:nth-child(odd) a.active:after {
	border-left-color: #a0a7a0;
}

.breadcrumbNumber {
	/*color: #777777;*/
	font-size: 28px;
	font-weight: bold;
}

#breadcrumb li a:before {
	left: -20px;
	border-left-color: transparent;
}

#breadcrumb li a:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #a0a7a0;
}

#breadcrumb li a.inactive:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #f0f0f0;
}

#breadcrumb li a.applyToday:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #f0f0f0;
}
/*#breadcrumb li a:hover {
  background-color: #1abc9c;
}
#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}*/
/*#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}*/
.ui-widget.success-dialog {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
}

.ui-widget-content.success-dialog {
	background: #F9F9F9;
	border: 1px solid #060;
	color: #222222;
}

.ui-dialog.success-dialog {
	left: 0;
	outline: 0 none;
	padding: 0 !important;
	position: absolute;
	top: 0;
}

.ui-dialog.success-dialog .ui-dialog-content {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	overflow: auto;
	text-align:center;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

.ui-dialog.success-dialog .ui-widget-header {
	background: #F9F9F9  no-repeat;
	background-position: 10px 10px;
	/*background: #060; */
	/*height: 50px;*/
	height: 30px;
	border: 0;
	color: #fff;
	font-weight: normal;
}

.ui-dialog.success-dialog .ui-dialog-titlebar {
	padding: 0.1em .5em;
	position: relative;
	font-size: 1em;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}

.arrow_box {
	position: relative;
	margin-top: 5px;
	background: #005100;
	border: 4px solid #328432;
}

.arrow_box:after,.arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 81, 0, 0);
	border-right-color: #005100;
	border-width: 20px;
	margin-top: -20px;
}

.arrow_box:before {
	border-color: rgba(50, 132, 50, 0);
	border-right-color: #328432;
	border-width: 26px;
	margin-top: -26px;
}

h1.logo {
	color: #FFF;
	font-size: 22px;
}

.arrow_box h4 {
	margin-top: 10px;
	text-align: center;
	/*color:#565656;*/
	color: #FCD116;
	/*font-weight: bold;*/
}

.arrow_box p {
	text-align: center;
	/*color:#898e8f;&*/
	color: #FFF !important;
	font-weight: 300;
	font-size: 14px;
	/*padding:10px;*/
	padding-bottom: 5px;
	line-height: 20px !important;
}

.job-side-wrap:hover,.job-side-wrap:focus,.job-side-wrap:active,.job-side-wrap.active,.open>.dropdown-toggle.btn-primary
	{
	/*color: #fff;
  opacity: 0.8;*/
	
}

.job-side-wrap {
	margin: 0 0 10px 0;
	background: #e5efe5;
	/*background: #3D5746 !important;*/
	padding: 6px 5px;
	padding-top: 15px;
	width: 100%;
	height: 140px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.job-side-wrap h4 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	/*color:#565656;*/
	color: #FCD116;
	color: #a0a7a0;
	color: #328432;
	/*font-weight: bold;*/
}

.job-side-wrap p {
	text-align: center;
	/*color:#898e8f;&*/
	color: #FFF !important;
	font-weight: 400;
	font-size: 14px;
	font-family :     'Open Sans', sans-serif;
	/*padding:10px;*/
	padding-bottom: 5px;
	line-height: 20px !important;
}

.formElements2 {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 600px;*/
	max-width: 100%;
	padding: 15px 30px 40px 30px;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	/*text-shadow: 1px 1px 1px #FFF;
		border: 1px solid #DDD;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;*/
}

.formElements2 h1 {
	font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0px 0px 10px 40px;
	display: block;
	border-bottom: 1px solid #DADADA;
	margin: -10px -30px 30px -30px;
	color: #888;
}

.formElements2 h1>span {
	display: block;
	font-size: 11px;
}

.formElements2 label {
	display: block;
	margin: 0px 0px 5px;
}

.formElements2 label>span {
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	/*color: #9e7171;*/
	font-weight: 600;
	font-size: 12px;
	color: #328432;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-weight: bold;*/
}

.formElements2 input[type="text"],.formElements2 input[type="email"],.formElements2 textarea,.formElements2 select
	{
	border: 1px solid #CCC;
	color: #000;
	height: 20px;
	line-height: 15px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	width: 65%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.formElements2 select {
	background: #FFF url('/public/sagedining/assets/images/down-arrow.png') no-repeat right;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	height: 35px;
	line-height: 15px;
}

.formElements2 p {
	display: inline;
}

.formElements2 textarea {
	/*height: 100px;*/
	padding: 5px 0px 0px 5px;
	resize: none;
}

#desiredPositionDiv {
	border-radius: 4px;
	background-color: #e5efe5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 130px;
	/*height: 200px;*/
}

#certifyApplicationDiv {
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 4px;
	background-color: #e5efe5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/*height: 200px;*/
}

#generalApplicationDiv {
	border-radius: 4px;
	background-color: #e5efe5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/*height: 200px;*/
}

span.applyOr {
	padding-left: 15px;
	padding-right: 15px;
}


h5.apply {
	position: relative;
	font-size: 20px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

h5.apply:before,h5.apply:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 40%;
	height: 1px;
	content: '\a0';
	background-color: #CCCCCC;
}

h5.apply:before {
	margin-left: -40%;
	text-align: right;
	margin-right: 10px;
}

.tooltip {
	display: inline;
	text-align: center;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
}

.tooltip:after {
	/*background: #5D82EA;*/
	background: #E33F43;
	background: #004600;
	border-radius: 5px;
	bottom: -5px;
	color: #fff;
	content: attr(message);
	left: 20%;
	padding: 5px 5px;
	position: absolute;
	width: auto;
	z-index: 98;
}

.tooltip:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*border-color: #5D82EA transparent;*/
	border-color: #E33F43 transparent;
	border-color: #004600 transparent;
	border-image: none;
	border-style: solid;
	border-width: 8px 8px 0;
	bottom: -10px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}

.tooltip2 {
	display: inline;
	position: relative;
	white-space: nowrap;
	text-align: center;
}

.tooltip2:after {
	background: #E33F43;
	background: #004600;
	border-radius: 3px;
	bottom: 26px;
	color: #fff;
	content: attr(message);
	left: 20%;
	padding: 5px 5px;
	position: absolute;
	width: auto;
	z-index: 98;
}

.tooltip2:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #E33F43 transparent;
	border-color: #004600 transparent;
	border-image: none;
	border-style: solid;
	border-width: 7px 7px 0;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}

.reviewsubmitdata {
	width: 70%;
	text-align: left !important;
	color: #444444 !important;
	font-weight: normal;
	text-transform:none !important;
}

#editCoverLetterResume,#editYourContactInformation,#editDesiredPosition,#editYourBackground
	{
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

a#dateAvailableTooltip {
	color: #000000;
}

ul.next {
	margin: 20px 60px;
}

ul.next li {
	display: inline-block;
	height: 54px;
	line-height: 54px;
	width: 100px;
	margin: 5px 1px 0 0;
	text-indent: 35px;
	position: relative;
}

ul.next li:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	left: -2px;
	border-style: solid;
	border-width: 27px 0 27px 27px;
	border-color: transparent transparent transparent #fff;
	z-index: 0;
}

ul.next li:first-child:before {
	border-color: transparent;
}

ul.next li a:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	right: -26px;
	border-style: solid;
	margin-top: 0px;
	border-width: 27px 0 27px 27px;
	border-color: transparent transparent transparent #f0f0f0;
	z-index: 10;
}

ul.next li a {
	display: block;
	background: #f0f0f0;
	color: #999999;
	font-weight: bold;
}

ul.next li a:hover {
	background: #a0a7a0;
	text-decoration: none;
	color: #fff;
}

ul.next li a:hover:after {
	border-color: transparent transparent transparent #a0a7a0;
}

ul.prev {
	margin: 20px 60px;
}

ul.prev li {
	display: inline-block;
	height: 54px;
	line-height: 54px;
	width: 100px;
	margin: 5px 1px 0 0;
	text-indent: 35px;
	position: relative;
}

/*ul.prev li:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: -2px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    z-index: 0;
}*/

/*ul.prev li:first-child:before {
    border-color: transparent;
}*/
ul.prev li a:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	right: 98px;
	border-style: solid;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 0px;
	border-right: 27px solid #f0f0f0;
	/*border-color: transparent transparent transparent #000;*/
	z-index: 10;
}

ul.prev li a {
	display: block;
	background: #f0f0f0;
	color: #999999;
	font-weight: bold;
}

ul.prev li a:hover {
	background: #a0a7a0;
	text-decoration: none;
	color: #fff;
}

ul.prev li a:hover:before {
	border-color: transparent #a0a7a0 transparent transparent;
}

h6 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
}

.extra {
	font-family: 'Open Sans', sans-serif;
	color: #939393;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}

a:hover {
	text-decoration: none;
}

.calendar {
	background: -moz-linear-gradient(center top, rgba(245, 245, 245, 1),
		rgba(228, 228, 228, 1)) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #f3f3f3;
	border-radius: 14px;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	height: 60px;
	line-height: 40px;
	text-align: center;
	text-shadow: 1px -1px 0 rgba(212, 212, 212, 0.8);
	width: 62px;
}

.weekday {
	background: #060;
	border-bottom: 3px solid #060;
	border-radius: 14px 14px 0 0;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
	color: #f6f6f6;
	display: block;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	height: 20px;
	bottom: 5px;
	letter-spacing: 1px;
	line-height: 18px;
	margin-left: -1px;
	text-shadow: -1px 0 rgba(0, 0, 0, 0.5), 0 -1px rgba(0, 0, 0, 0.3), 0 1px
		rgba(255, 255, 255, 0.5), -1px -1px rgba(0, 0, 0, 0.3);
	width: 62px;
}

/*.header:before {
   background: #333;
   height: 1px;
   width: 1px;
   content: "";
   display: block;
   position: absolute;
   top: 20px;
   left: 20px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   padding: 4px
}
 
.header:after {
   background: #333;
   height: 1px;
   width: 1px;
   content: "";
   display: block;
   position: absolute;
   top: 20px;
   right: 20px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   padding: 4px
}*/
.flatButton {
	margin-top: 10px;
	margin-right: 10px;
	padding: 14px 26px;
	font-size: 14px;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.flatButton:active {
	padding-top: 15px;
	margin-bottom: -1px;
}

.flatButton,.flatButton:hover,.flatButton:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}

.flatButton-1 {
	background-color: #3fb8e8;
	box-shadow: 0px 3px 0px 0px #3293ba;
}

.post-job-title,.post-resume-page-title {
	font-size: 28px;
	color: #565656;
	padding: 45px 0;
	float: left;
}

.post-job-phone,.post-resume-phone {
	font-weight: 400;
	font-size: 24px;
	color: #777f81;
	padding: 45px 0;
	float: right;
}

.post-job-form,.post-resume-form {
	font-weight: 300;
}

.post-job-form label,.post-resume-form label {
	font-weight: 300;
	font-size: 18px;
	color: #328432;
	margin: 0 0 10px 0;
}

.post-job-form label span,.post-resume-form label span {
	color: #797e7e;
}

.post-job-form label small,.post-resume-form label small {
	margin: 0 0 0 25px;
	font-size: 14px;
	color: #1abc9c;
}

.post-job-form .input,.post-resume-form .input {
	height: 50px;
	border: 1px solid #dee4e5;
	box-shadow: none;
	color: #000000 !important;
}

.post-job-form .input:focus,.post-job-form .textarea:focus,.post-resume-form .input:focus,.post-resume-form .textarea:focus
	{
	box-shadow: none;
	border: 1px solid #c0c9cb;
	color: #000000 !important;
}

.post-job-form h3 {
	color: #1abc9c;
	margin: 44px 0 34px 0;
}

.post-job-form .textarea,.post-resume-form .textarea {
	height: 146px;
	border: 1px solid #dee4e5;
	box-shadow: none;
}

#nextToResume, #nextToReview {
	cursor:pointer;
}

.post-job-form select,.post-resume-form select {
	background: #FFF url('/public/sagedining/assets/images/down-arrow.png') no-repeat right !important;
	background: #fff;
	appearance: none;
	color: #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	height: 50px;
	border: 1px solid #dee4e5;
	box-shadow: none;
	padding: 12px 10px;
}

.post-job-form select:focus,.post-resume-form select:focus {
	box-shadow: none;
	border: 1px solid #c0c9cb;
}

.post-job-form .upload,.post-resume-form .upload {
	width: 91px;
	height: 23px;
	overflow: hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #fcfcfc url(images/upload.png) left no-repeat;
}

.post-job-form .upload input,.post-resume-form .upload input {
	width: 91px !important;
	height: 23px !important;
	opacity: 0 !important;
	text-align: center;
	cursor: pointer;
}

.post-job-form .upload:hover,.post-resume-form .upload:hover {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .9);
}

.post-job-form p,.post-resume-form p {
	color: #797e7e;
	font-size: 14px;
}

.post-resume-form .btn-black {
	font-weight: 400;
	margin: 5px 0;
	padding: 5px 15px;
}

.post-job-form .btn-green,.post-resume-form .btn-green {
	font-weight: 400;
	font-size: 16px;
}

.alerts {
	margin: 20px;
}

.alerts p {
	/* quick and dirty hack added by me, you may remove it if not needed */
	margin: 0;
	padding: 0;
}

.alert-message.success,alert-message.success:hover {
	color: #ffffff;
}

.alert-message .close {
	font-family: Arial, sans-serif;
	line-height: 18px;
}


.alert-message.success {
	background-color: #3D5746;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#728A7A),
		to(#3D5746));
	background-image: -moz-linear-gradient(top, #728A7A, #3D5746);
	background-image: -ms-linear-gradient(top, #728A7A, #3D5746);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #728A7A),
		color-stop(100%, #3D5746));
	background-image: -webkit-linear-gradient(top, #728A7A, #3D5746);
	background-image: -o-linear-gradient(top, #728A7A, #3D5746);
	background-image: linear-gradient(top, #728A7A, #3D5746);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#728A7A',
		endColorstr='#3D5746', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #3D5746 #3D5746 #3D5746;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
	border-radius: 0 \0;
}

.close {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 13.5px;
	text-shadow: 0 1px 0 #ffffff;
	filter: alpha(opacity =     25);
	-khtml-opacity: 0.25;
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.close:hover {
	color: #000000;
	text-decoration: none;
	filter: alpha(opacity =     40);
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.alert-message {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	position: relative;
	padding: 7px 15px;
	margin-bottom: 18px;
	color: #404040;
	background-color: #eedc94;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
		to(#eedc94));
	background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
	background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
		color-stop(100%, #eedc94));
	background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
	background-image: -o-linear-gradient(top, #fceec1, #eedc94);
	background-image: linear-gradient(top, #fceec1, #eedc94);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
		endColorstr='#eedc94', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #eedc94 #eedc94 #e4c652;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message .close {
	margin-top: 0;
}

.alert-message a {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

.alert-message.success p a {
	color: #ffffff;
}

.alert-message p a:hover {
	text-decoration: underline;
}

.alert-message p {
	margin-bottom: 0;
}


.jobApplication ul { 
	margin-top: 10px;
   list-style-type: disc; 
   list-style-position: inside; 
}

.jobApplication li { 
	margin-left: 30px;
   list-style-type: disc; 
   list-style-position: inside; 
}

.jobApplication ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}

#ui-datepicker-div {
    display: none;
}
/* END ONLINE JOB APPLICATION */



/* FAQS */
.faq
{
}

.faq .c1
{
    width: 100%;
    float: left;
}

.faq .c1 > div
{
    padding: 0 25px 15px 15px;
}

.faq .c2
{
    width: 28%;
    float: left;
}

.faq .c1 article
{
    border: solid 1px #d9d9d9;
    width: auto;
    padding: 15px;
    background: #f2f2f2;
    color: #000;
    margin-bottom: 19px;
    cursor: pointer;
    
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.faq .c1 article:hover
{
    background: #262626;
    color: #fff !important;
    
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.faq .c1 article:hover h2
{
    
    color: #fff !important;
    
    
}

.faq .c1 .set
{
    background: #262626;
    color: #fff;
    
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.faq .c1 article span
{
    margin-right: 15px;
}

.faq .c1 article h2
{
    font-style: italic;
    font-size: 1.3em;
    margin: 0;
    line-height: 1em;
    padding: 0;
}

.faq .c1 article > div
{
    display: none;
    margin-top: 10px;
    margin-left: 35px;
}
/* END FAQS */



/* EVENTS WIDGET */
/*Background Color Start*/
.accordion-heading.active span.close-panel, .accordion-heading:hover span.close-panel {
	/*background-color:green;*/
}
/*Background Color End*/


/*Text Color Start*/
.accordion-heading .accordion-toggle, .accordion-heading.active strong.title, .fa{
	/* color:green; */
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.our-event {
	float:left;
	width:100%;
	margin:17px 0 0 0;
}
.our-event h4 {
	font-family: 'Open Sans';
	font-weight:500;
	font-size:24px;
	line-height:24px;
	color:#000;
	margin:0 0 18px 0;
	float:left;
}
.our-event a.view-all {
	font-family: 'Open Sans';
	font-weight:300;
	font-size:14px;
	line-height:14px;
	float:right;
	text-decoration:none;
	padding:5px 0 0 0;
}
.our-event-accordion {
	float:left;
	width:100%;
}
.our-event-accordion .accordion {
	margin-bottom:0;
}
.our-event-accordion .accordion-group {
	border:0;
	border-radius:0;
	margin-bottom:6px;
}
.our-event-accordion .accordion-heading .accordion-toggle {
	display: block;
	padding:0 0 0 17px;
	background-color:#fff;
	text-decoration:none;
	overflow:hidden;
	outline:none;
}
.accordion-heading.active span.close-panel {
}
.accordion-heading.active strong.title {
}
.accordion-heading:hover span.close-panel {
}
.accordion-heading:hover strong.title {
}
.accordion-heading.active .fa-plus:before {
	content: "\f068";
}
.our-event-accordion .accordion-heading .accordion-toggle strong.date {
	font-family: 'Open Sans';
	font-weight:100;
	font-size:20px;
	line-height:20px;
	color:#979797;
	float:left;
	padding:18px 23px 0 0;
}
.text-col {
	float:left;
}
.text-col strong.title {
	font-family: 'Open Sans';
	font-weight:500;
	font-size:14px;
	line-height:18px;
	display:block;
	padding:13px 0 0 0;
	color:#333;
	white-space:pre-line;
}
.text-col strong.location {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#404040;
	margin:0 6px 0 0;
}
.text-col strong.location .fa {
	color:#404040;
	font-size:14px;
	padding:0 4px 0 0;
}
.text-col strong.time {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#404040;
	margin:0 6px 0 0;
}
.text-col strong.time .fa {
	color:#404040;
	font-size:14px;
	padding:0 4px 0 0;
}
span.close-panel {
	float:right;
	width:36px;
	height:65px;
	background-color:#333;
}
span.close-panel .fa {
	text-align:center;
	display:block;
	color:#fff;
	font-size:15px;
	line-height:62px;
}
.accordion-text-box {
	float:left;
	width:100%;
	background-color:#f2f2f2;
	padding:12px 30px 14px 19px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.accordion-text-box .accordion-inner {
	border-top:0;
	padding:0;
}
.accordion-text-box .frame {
	float:left;
	margin:0;
	width:100%;
}
.accordion-text-box .frame img {
	width:100%;
	margin-bottom:10px;
}
.accordion-text-box .text-box {
	overflow:hidden;
	float:left;
}
.accordion-text-box .frame:hover img {
	opacity:0.8;
}
.accordion-text-box .text-box p {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:400;
	color:#666;
	margin:0;
}
.accordion-text-box .text-box a.readmore {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color: #222222;
}
/* END EVENTS WIDGET */



/* FONTS */
/* @font-face { font-family: Shishoni; src: url('../fonts/CACShishoniBrush.ttf'); }
 */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/public/sagedining/assets/fonts/glyphicons-halflings-regular.eot);
    src: url(/public/sagedining/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/public/sagedining/assets/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/public/sagedining/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/public/sagedining/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.glyphicon-heart:before {
    content: "\e005"; }

.glyphicon-heart-empty:before {
    content: "\e143"; }
	
.glyphicon-heart:before {
    content: "\e005"; }

.glyphicon-heart-empty:before {
    content: "\e143"; }
	
.glyphicon-chevron-left:before {
    content:"\e079"; }

.glyphicon-chevron-right:before {
    content:"\e080"; }
	
.glyphicon.glyphicon-circle {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #f3f2eb;
    border-radius: 50%;
    font-size: 12px;
}

.glyphicon.glyphicon-remove {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #f3f2eb;
    border-radius: 50%;
    font-size: 12px;
}
/* END FONTS */


/* CSS CIRCLES */
span.jobNumber {
  background: #ffffff;
  border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4em;
  margin-right: 0px;
  text-align: center;
  width: 2.2em; 
}
/* END CSS CIRCLES */



/* AJAX LOADING */
.modalLoading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url("/public/sagedining/assets/images/ajax-loader.gif")
                50% 50% 
                no-repeat;
}
/* END AJAX LOADING */



/* FOUNDATION */
meta.foundation-version {
  font-family: "/5.2.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  border-style:none;
}

img {
  -ms-interpolation-mode: bicubic; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  border-style:none;}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em; }

.row:before, 
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }
  
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
  
.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }
  
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }
    
.row .row:before, 
.row .row:after {
  content: " ";
  display: table; }
    
.row .row:after {
  clear: both; }
    
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }
      
.row .row.collapse:before, 
.row .row.collapse:after {
  content: " ";
  display: table; }
      
.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }



.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; }
}

@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; }
}

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; }
}

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; }
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  
ul.no-bullet {
  margin-left: 0; }
    
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
	
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
	
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
	
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
	
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
	
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  
ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
	
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555; }
	
blockquote cite:before {
  content: "\2014 \0020"; }
	
blockquote cite a, 
blockquote cite a:visited {
  color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }


@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; }
}
/* END FOUNDATION */




/* QUICK CONTACT FORM */
.quickContact * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	font-family: 'PT Sans', sans-serif;
	vertical-align: baseline;
	line-height: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.quickContact a {
	text-decoration: none;
}

.quickContact input[type="radio"] {
	display: none;
}

.quickContact label {
	cursor: pointer;
}

.quickContact {
	z-index: 999999999; 
	position: fixed;
	width: 320px;
	bottom: 0; 
	right: 7%;
}

.quickContact h3 {
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
	font-size:30px;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
	padding-top:30px;
	padding-bottom:10px;
  margin-bottom: 0.5rem;
  line-height: 1.4; 
}

.quickContact input {
	margin-bottom: 4px !important;
}

.quickContactMain {
	/* padding-top:6px; */
}

.quickContact select {
	height:35px;
	border:1px solid #c2c2c2;
	margin-bottom:20px;
	color:#222222;
	margin-bottom: 4px !important;
}

#firstName,
#emailAddress, #lastName, #errorSearch {
	height:35px;
	border:1px solid #c2c2c2;
	color:#222222;
	font-weight:normal;
}

#message {
	border:1px solid #c2c2c2;
	color:#222222;
	font-weight:normal;
}

.quickContact section {
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	background: #fff;
	-webkit-backface-visibility: hidden;

	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1);
}

.quickContact section,
.quickContact input#close-item:checked ~ section {
	/* Section position when closed */
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.quickContact input#open-item:checked ~ section {
	/* Section position when opened */
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.quickContact section .wrap {
	padding: 30px;
	padding-top:15px;
	position: relative;
	/* border-bottom: 6px solid #000; */
	overflow-y: scroll;
	height:66vh;
}

.quickContact span.title {
	padding: 30px;
	font-family:'Raleway'; 
	font-size:16pt; 
	letter-spacing:3px;
	color: #fff;
	background: #000000;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.quickContact p.info {
	font-size: 13px;
	line-height: 18px;
	font-family: 'Open Sans';
	color: #555555;
	margin-bottom: 10px;
}

.quickContact .field {
	width: 100%;
	position: relative;
	margin: 28px 0 0 0;
	display: block;
}

.quickContact label.open,
.quickContact label.close {
	text-align: center;
	position: absolute;
}

.quickContact label.close {
	margin-top:10px;
	margin-right:-20px;
}

.quickContact label.open {
	font-size: 11px;
	color: #222;
	background: #fff;
	width: 100px;
	bottom: -50px;
	left: 0;
	right: 0;
	top: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
	z-index: 1;
}

.quickContact input#close-item:checked ~ label.open {
	-webkit-transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
	-moz-transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
	-ms-transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
	-o-transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
	transition: bottom 0.3s ease 0.4s, background 0.1s ease, color 0.1s ease;
	bottom: 0;
}

.quickContact label.open:hover,
.quickContact label.open:focus {
	background: #222;
	color: #fff;
}

.quickContact label.close {
	right: 30px;
	left: auto;
	top: 0;
	bottom: auto;
	font-size: 20px;
	background: #FFF;
	color: #000;
	width: 22px;
}

.quickContact label.close:hover,
.quickContact label.close:focus {
	/* background: #ADBE9A; */
	background: #FFF;
	color: #000;
}

.quickContact textarea {
	resize: none;
	height: 70px;
	overflow: hidden;
}

.quickContact input.send {
	display: inline-block;
	clear: both;
	background: #f0f0f0;
	color:#000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	padding: 8px 26px;
	cursor: pointer;
	margin: 30px 0 0 0;
	width: auto;
	border: none;
}

.quickContact input.send:hover,
.quickContact input.send:focus {
	background: #000;
	color: #fff;
	border: none;
	outline: none;
}

.quickContact input.reset {
	background: none;
	width: auto;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	float: right;
	padding: 0;
	margin: 40px 0 0 0;
	font-size: 12px;
	color: #ccc;
}

.quickContact input.reset:hover,
.quickContact input.reset:focus {
	color: #222;
}
/* END QUICK CONTACT FORM */





/* BIOS */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
main.slide-out {
  /* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
}
main.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-800px);
    -moz-transform: translateX(-800px);
    -ms-transform: translateX(-800px);
    -o-transform: translateX(-800px);
    transform: translateX(-800px);
  }
}

.cd-section {
  /*padding: 2em 0;*/
  /* text-align: center; */
}
.cd-section .cd-container {
  /* this modifies the .cd-container default max-width */
  /*max-width: 768px;*/
	margin: auto;
}
.cd-section h2 {
  font-weight: semibold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-section p {
  /*line-height: 1.4;*/
}
@media only screen and (min-width: 768px) {
  .cd-section {
    /*padding: 4em;*/
  }
  .cd-section p {
    /*line-height: 1.6;*/
  }
}
@media only screen and (min-width: 1200px) {
  .cd-section {
    /*padding: 6em;*/
  }
  .cd-section h2 {
    margin-bottom: 2em;
  }
  .cd-section p {
   /* line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem;*/
  }
}

header {
  /* background: #f2ecbd; */
	background: #ffffff;
}


.cd-placeholder-1 {
  background: #f25f5c;
  color: #fdeaea;
}

.cd-placeholder-2 {
  background: #FFF;
}

#leadership, #sales_team {
  /* background: #8abeb2; */
	background: #ffffff;
}
#leadership .cd-container, #sales_team .cd-container {
  max-width: 1200px;
}
#leadership h2, #sales_team h2 {
  color: #1a2f2a;
}
#leadership li, #sales_team li {
  margin-bottom: 2em;
  border-radius: 0.25em;
  /* box-shadow: 0 0 10px rgba(92, 75, 81, 0); */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.no-touch #leadership li:hover, .no-touch #sales_team li:hover {
  /* box-shadow: 0 0 10px rgba(92, 75, 81, 0.3); */
}
.no-touch #leadership li:hover .cd-img-overlay, .no-touch #sales_team li:hover .cd-img-overlay {
  opacity: 1;
}
#leadership figure, #sales_team figure {
  position: relative;
}
#leadership img, #sales_team img {
  display: block;
  width: 100%;
  border-radius: .25em .25em 0 0;
}
#leadership .cd-img-overlay, #sales_team .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
	
  border-radius: .25em .25em 0 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#leadership .cd-img-overlay span, #sales_team .cd-img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
	font-weight: bold;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
}
#leadership .cd-member-info, #sales_team .cd-member-info {
  height: 80px;
  background: #FFF;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  /* font-weight: bold; */
  padding-top: 20px;
  border-radius: 0 0 .25em .25em;
	color: #000000;
	font-size:18pt;
}
#leadership .cd-member-info span, #sales_team .cd-member-info span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .2em;
}
@media only screen and (min-width: 768px) {
  #leadership li, #sales_team li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
  }
  #leadership li:nth-child(3n), #sales_team li:nth-child(3n) {
    margin-right: 0;
  }
}


#dietitians {
  /* background: #8abeb2; */
	background: #fff;
}
#dietitians .cd-container {
  max-width: 1200px;
}
#dietitians h2 {
  color: #1a2f2a;
}
#dietitians li {
  margin-bottom: 2em;
  border-radius: 0.25em;
  /* box-shadow: 0 0 10px rgba(92, 75, 81, 0); */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.no-touch #dietitians li:hover {
  /* box-shadow: 0 0 10px rgba(92, 75, 81, 0.3); */
}
.no-touch #dietitians li:hover .cd-img-overlay {
  opacity: 1;
}
#dietitians figure {
  position: relative;
}
#dietitians img {
  display: block;
  width: 100%;
  border-radius: .25em .25em 0 0;
}
#dietitians .cd-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
	
  border-radius: .25em .25em 0 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#dietitians .cd-img-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
	font-weight: bold;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
}
#dietitians .cd-member-info {
  height: 80px;
  background: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  /* font-weight: bold; */
  padding-top: 20px;
  border-radius: 0 0 .25em .25em;
	color: #000000;
	font-size:15pt;
}
#dietitians .cd-member-info span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .2em;
}
@media only screen and (min-width: 768px) {
  #dietitians li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
  }
  #dietitians li:nth-child(3n) {
    margin-right: 0;
  }
}




.cd-member-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #222222;
  z-index: 3;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
  -moz-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-member-bio h1 {
	color:#b0b0b0;
}

.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
  position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient( bottom , #f2f2f2, rgba(77, 136, 96, 0));
  background: linear-gradient(to top, #f2f2f2, rgba(77, 136, 96, 0));
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.cd-member-bio img {
  width: 100%;
  display: block;
}

.cd-member-bio .imageContainer {
  width: 50%;
  display: block;
  float:left;
	margin-right:20px;
}

.cd-member-bio img#logo {
  width: 6%;
	float:none;
	display:inline-block;
}


.cd-member-bio .cd-bio-content {
  padding: 1em;
  color: #FFF;
}
.cd-member-bio .cd-bio-content h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 18pt;
  font-size: 2.0rem;
}
.cd-member-bio .cd-bio-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0;
  line-height: 1.4;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 600px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
  .cd-member-bio .cd-bio-content p {
    line-height: 1.6;
    margin: 2em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 800px;
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px);
  }
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .cd-member-bio .cd-bio-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .cd-member-bio .cd-bio-content p {
    font-size: 16px;
    font-size: 0.9rem;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
	
  z-index: 3;
  display: none;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 20px;
    top: 20px;
  }
}

.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* END BIOS*/





/* TEST FOLDING */
/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */
.overflow-hidden {
  overflow: hidden;
}



/* -------------------------------- 

Main content

-------------------------------- */
.cd-main {
  overflow-x: hidden;
}
.cd-main::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.cd-main > * {
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}



.cd-main.fold-is-open > * {
  /* on mobile - translate .cd-main content to the right when the .cd-folding-panel is open */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s;
  transition: transform 0.5s 0s;
}
@media only screen and (min-width: 600px) {
  .cd-main.fold-is-open > * {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
}
@media only screen and (min-width: 1100px) {
  .cd-main::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .cd-main.fold-is-open > * {
    /* reset style - on bigger devices we translate the gallery items */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.cd-gallery::before {
  /* this is the dark layer covering the .cd-gallery when the .cd-folding-panel is open */
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 23, 38, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  -moz-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
.fold-is-open .cd-gallery::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}

.cd-item {
  width: 100%;
  height: 300px;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}


.cd-item > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-item > a.dark-text {
  color: #363558;
}
.cd-item > a.dark-text b {
  border-color: #363558;
}
.cd-item div {
  display: table-cell;
  vertical-align: middle;
}
.cd-item:nth-of-type(1) {
  /* background-color: #363558; */
	background-color:#E14E31;
}
.cd-item:nth-of-type(2) {
  /* background-color: #544173; */
	background-color:#45B6C3;
}
.cd-item:nth-of-type(3) {
  background-color: #E18D31;
}
.cd-item:nth-of-type(4) {
  background-color: #5abd8b;
}

.cd-item.fromHere {
  /* background-color: #363558; */
	/* background-color:#92c93D !important; */
	/* background-color:#657775 !important; */
	background: url(../images/snowPeas.jpg) no-repeat center center; height:100vh; background-size:cover; display:table !important;
	
}
.cd-item.fromNear {
  /* background-color: #544173; */
	/* background-color:#4F6E32 !important; */
	/* background-color:#C15741 !important; */
	background: url(../images/lettuce.jpg) no-repeat center center; height:100vh; background-size:cover; display:table !important;
}

.cd-item.scratchCookingCube {
  /* background-color: #363558; */
	/* background-color:#D40000 !important; */
	background: url(../images/scratchCooking3.jpg) no-repeat center center; height:100vh; background-size:cover; display:table !important;
      
}

.cd-item.scratchCookingCubeChrome {
  /* background-color: #363558; */
	/* background-color:#D40000 !important; */
	background: url(../images/scratchCooking3.jpg) no-repeat center center; height:100vh; background-size:cover; display:table !important;
      
}

.cd-item.batchCookingCubeChrome {
  /* background-color: #363558; */
	/* background-color:#D40000 !important; */
	background: url(../images/chickenCooked.jpg) no-repeat bottom center; height:100vh; background-size:cover; display:table !important;
      
}



.cd-item.scratchCookingCube h2, .cd-item.scratchCookingCubeChrome h2 {
	color: #FFF !important;
	
}

.cd-item.scratchCookingCube p, .cd-item.scratchCookingCubeChrome p {
	color:#FFF !important;
}

.cd-item.scratchCookingCube b, .cd-item.scratchCookingCubeChrome b {
	color:#FFF !important;
	border: 1px solid #FFF;
}

.separator {
    margin-bottom: 40px;
    width: 15% !important;
    height: 2px;
    margin-top:0px;
    padding-top:0px;
    background-color:#FFF;
    border-color:#FFF;
    color:#FFF;
	align: center !important;
	margin: 0 auto !important; }

.cd-item.batchCookingCube {
  /* background-color: #544173; */
	/* background-color:#2352AE !important; */
	/* background-color: #D40000 !important; */
	/* background-color: #f2f2f2 !important;
	color: #000 !important; */
	background: url(../images/chickenCooked.jpg) no-repeat bottom center ; height:100vh; background-size:cover; display:table !important;
    
}

.cd-item h2 {
  font-size: 2.2rem;
}
.cd-item.batchCookingCube h2, .cd-item.batchCookingCubeChrome h2 {
	color: #FFF !important;
}
.cd-item p {
  line-height: 1.2;
  font-size: 1.4rem;
  opacity: 0.6;
  padding: 1em 0;
}
.cd-item.batchCookingCube p, .cd-item.batchCookingCubeChrome p {
	color:#FFF !important;
}
.cd-item b {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1em 1.3em;
  border-radius: 50em;
  border: 1px solid #ffffff;
}
.cd-item.batchCookingCube b, .cd-item.scratchCookingCubeChrome b {
	color:#fff !important;
	border: 1px solid #FFF;
}
@media only screen and (min-width: 1100px) {
  .cd-item {
    width: 50%;
    float: left;
    height: 520px;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    -moz-transition: -moz-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
  }
  .cd-item h2 {
    font-size: 3rem;
  }
  .cd-item p {
    font-size: 2.0rem;
  }
  .cd-item h2, .cd-item p {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    -moz-transition: -moz-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
  }
.cd-item.mentoring h2, .cd-item p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    -moz-transition: -moz-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
  }
  .cd-item b {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
  }
  .no-touch .cd-item a:hover h2, .no-touch .cd-item a:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s;
    transition: transform 0.3s 0s;
  }
  .no-touch .cd-item a:hover b {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -moz-transition: opacity 0.3s 0.1s, -moz-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  }
  .fold-is-open .cd-item {
    -webkit-transition: -webkit-transform 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  .fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
}

/* -------------------------------- 

folding panel

-------------------------------- */
.cd-folding-panel {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  margin-top:80px;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -moz-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.cd-folding-panel .fold-left,
.cd-folding-panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-folding-panel .fold-left::after,
.cd-folding-panel .fold-right::after {
  /* 2 fold sides */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
}
.cd-folding-panel .fold-right {
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.cd-folding-panel .fold-right::after {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3;
}
.cd-folding-panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none;
}
.cd-folding-panel .fold-left::after {
  background-color: #f9fafa;
}
.cd-folding-panel .cd-close {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  -moz-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}
.cd-folding-panel .cd-close::after, .cd-folding-panel .cd-close::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #222;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-folding-panel .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-folding-panel .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-folding-panel.is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-folding-panel.is-open .fold-right::after,
.cd-folding-panel.is-open .fold-left::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s 0s, background-color 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
}
.cd-folding-panel.is-open .fold-right::after {
  background-color: #f9fafa;
}
.cd-folding-panel.is-open .cd-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s;
  -moz-transition: opacity 0.2s 0.5s;
  transition: opacity 0.2s 0.5s;
}
@media only screen and (min-width: 600px) {
  .cd-folding-panel {
    width: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .cd-folding-panel {
    margin-top:50px;
  }
}

@media only screen and (min-width: 769px) {
  .cd-folding-panel {
    margin-top:80px;
  }
}

@media only screen and (min-width: 1100px) {
  .cd-folding-panel {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 800px;
  }
  .cd-folding-panel .fold-left,
  .cd-folding-panel .fold-right {
    width: 50%;
    float: left;
    height: 100%;
  }
  .cd-folding-panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0% 50%;
    -moz-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
  }
  .cd-folding-panel .fold-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  .cd-folding-panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    -moz-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }
  .cd-folding-panel .fold-left::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    -moz-transform: translateX(100%) rotateY(90deg);
    -ms-transform: translateX(100%) rotateY(90deg);
    -o-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}

.cd-fold-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4em 2em;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.cd-fold-content > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.cd-fold-content h2 {
  font-size: 2.4rem;
  -webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.cd-fold-content p, .cd-fold-content em {
  line-height: 1.4;
}
.cd-fold-content em {
  display: inline-block;
  margin: 0.5em 0;
	font-family: 'Open Sans'; 
	/* text-transform: uppercase; */ 
	font-weight: bold;
	font-size: 1.8rem;
	display: inline-block; 
	color: #007b00; 
  /* font-family: "Vollkorn", serif;
  font-size: 1.8rem;
  color: #7a78ae; */
  -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
}
.cd-fold-content p {
  margin-bottom: 1em;
  font-size: 1.4rem;
  -webkit-transition: -webkit-transform 0.2s 0s, opacity 0.2s 0s;
  -moz-transition: -moz-transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}
.is-open .cd-fold-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.is-open .cd-fold-content > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.is-open .cd-fold-content h2 {
  -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.is-open .cd-fold-content em {
  -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
}
.is-open .cd-fold-content p {
  -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -moz-transition: -moz-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
}
@media only screen and (min-width: 600px) {
  .cd-fold-content h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .cd-fold-content {
    padding: 4em;
  }
  .cd-fold-content > * {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  .cd-fold-content em {
    font-size: 1.8rem;
  }
  .cd-fold-content p {
    font-size: 1.4rem;
  }
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-fold-content.single-page {
  position: static;
  visibility: visible;
  height: auto;
  background-color: #dadcdc;
}
.no-js .cd-fold-content.single-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* END TEST FOLDING */





/* CAROUSEL HEADLINE TEXT BOX */
.carousel-heading {
    margin-bottom: 30px;
    position: relative; }
	
.carousel-h-tag {
    display: block;
    padding-bottom: 15px;
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom:0px;
    padding-bottom:0px;
    font-size:26px; }

	
.carousel-heading:first-child{
    margin-top: 0; }
	
.carousel-heading.align-center {
    text-align: center;
    padding-top:40px;
    margin-top:-20px;
    padding-bottom:40px;
    margin-bottom:-20px;
    background-color: rgb(255,255,255); }
	
.carousel-heading .separator {
    margin-bottom: 40px;
    width: 15% !important;
    height: 2px;
    margin-top:0px;
    padding-top:0px;
    background-color:#000000;
    border-color:#000000;
    color:#000000;
	align: center !important;
	margin: 0 auto !important; }
	
.carousel-heading .sub-title {
    font-size: 20px;
    text-transform: none; }
	
.carousel-heading.align-left .separator {
    margin: 0; }
	
.carousel-heading-wrap {
    border: 4px solid #fff;
    padding: 10px;
    max-width: 800px;
    margin: 0 auto;
    padding-top:5px;
    padding-bottom:5px; }
	
.carousel-heading-wrap .carousel-heading {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    padding-left:45px;
	padding-right:45px;
	padding-top:10px;
	padding-bottom:10px; }
	
.carousel-heading-wrap .separator {
    margin-bottom: 20px; }
	
.carousel-heading-wrap br {
    display: none; }
	
.carousel-sub-heading {
	font-family:'Open Sans' !important;
	font-size:16pt;
	font-weight:normal;
	line-height:18pt;
	position:relative;
	margin-top:-15px;
	color: #222222; }
	
h5.carousel-h-tag {
	margin-top:-20px !important;
	margin-bottom:20px !important;
}
	
html body .be-section .be-row .carousel-heading-wrap.style3 .carousel-h-tag {
    margin-bottom: 20px !important; }
	
.be-section .be-row:not(:last-child) .column-block .carousel-h-tag:last-child {
    margin-bottom: 20px !important; }
/* END CAROUSEL HEADLINE TEXT BOX */


	
	
/* LATEST POSTS SECTION IN FOOTER */
.Blogcontent {
	padding: 0 0 0 110px; /* 75px being the width of the thumbnail + how much space you want to put between it and your text */
	position: relative; /* So the thumbnail is relative to this */
	font-size:11pt;
	line-height:12pt;
	min-height:80px;
	margin-bottom:10px;
	font-family: 'Open Sans' !important; }

.Blogcontent img {
	left: 0;
	position: absolute;
	top: 0;
	display:inline-block;
	border:2px solid #b0b0b0;
	width: 100px;
	height: 100px; }
	
.Blogcontent a {
	/* color:#E1E0D8; */ }
	
.Blogcontent .date {
	color:#E1E0D8;
	font-size:10pt;
	font-family: 'Open Sans' !important; }
/* END LATEST POSTS SECTION IN FOOTER */
	
	

	
/* LATEST TWEETS SECTION IN FEED */
.Twittercontent {
	padding: 0 0 0 30px; /* 75px being the width of the thumbnail + how much space you want to put between it and your text */
	position: relative; /* So the thumbnail is relative to this */
	font-size:10pt !important;
	line-height:12pt;
	font-family: 'Open Sans' !important; }
	
.tweet {
	font-size:10pt !important;
	line-height:12pt !important;
	font-family: 'Open Sans' !important; }

.Twittercontent img {
	left: 0;
	position: absolute;
	top: 0;
	display:inline-block;
	width: 18px;
	height: 18px; }
	
.Twittercontent a {
	color:#E1E0D8; }
	
.Twittercontent .date {
	color:#999999;
	font-family: 'Open Sans' !important; }
/* END LATEST TWEETS SECTION IN FOOTER */
	
	
	
	
/* COPYRIGHT IN FOOTER */
.copyrights {
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	float: right;
	font-family: 'Open Sans' !important;
}
.flexFoot {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.flexFootPadding {
    padding: 5px 20px 5px 20px;
}
/* END COPYRIGHT IN FOOTER */




/* GLOBAL STYLES */
body {
	font-family: 'Raleway',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-sub-title;
	color: #777777;
	-webkit-font-smoothing: antialiased; }

ul {
	list-style: none; 
	margin: 0px; }

hr {
	margin: 33px 0px; 
	border-color: #e1e1e1; }
	
.paper {
	background: url(../images/lightPaper.jpg) !important;
	background-repeat: repeat;
}

.chalkboard {
	background: url(../images/chalkboard.jpg) !important;
	background-repeat: repeat;
}

.background-highlight {
	background: #f5f5f5; }

a:focus {
	color: #ddd; }

.button:hover {
	color: #fff; }

.main-container {
	/* background-color: #fff; 
	 position: relative;  */
	/* -webkit-transition: all .5s ease; */ 
	/*  transition: all .5s ease; 
	-moz-transition: all .5s ease;  */
	/* -webkit-transform: translate3d(0,0,0);  */
	/*  -moz-transform: translate3d(0,0,0);  */
	/* transform: translate3d(0,0,0);   */
	 /* overflow: hidden;  
	-webkit-backface-visibility: hidden;  */ }

#from_here_from_near, #scratch_cooking_and_batch_cooking {
	background-color: #fff; 
	 position: relative; 
	 -webkit-transition: all .5s ease; 
	 transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	 -webkit-transform: translate3d(0,0,0);  
	  -moz-transform: translate3d(0,0,0);  
	 transform: translate3d(0,0,0);   
	 overflow: hidden;  
	-webkit-backface-visibility: hidden; 
}	
	
.offix {
	overflow: hidden; }
	
.block {
	display: block; }

.left-align {
	left: 0; }
	
.right-align {
	right: 0; }
	
.noDisplay {display: none;}
	
body {
	height:100%;
	font-family: 'Open Sans';
	text-align: left;
	background: #ffffff;
	font-size: 14px; 
	line-height: 24px; 
	color: #444; 
	/* font-feature-settings: "lnum"; */ 
	-moz-font-feature-settings: "lnum"; 
	-webkit-font-feature-settings: "lnum"; 
	/* -ms-font-feature-settings: "lnum"; */ 
	-o-font-feature-settings: "lnum"; }

div, span, p {
	font-family: 'Open Sans'; 
	font-size: inherit; 
	line-height: inherit; }

input, textarea {
	transition: border-color 0.3s; 
	-webkit-transition: border-color 0.3s; }

.main-body-wrap {
	overflow: hidden; }
	
.relative {
	position: relative; }
	
.absolute {
	position: absolute; }
	
.static {
	position: static !important; }

.margin0 {
	margin: 0;}

.padding0 {
	padding: 0;}

.no-style {
	list-style: none;}

.overflow-hidden {
	overflow: hidden;}

.full-width-container, 
.fullwidth {
	width: 100%;}

.border-radius0 {
	border-radius: 0;}

.display-table {
	display: table; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;}

.display-table > * {
	display: table-row;
}

.display-table > * > *:not(.clearfix) {
	display: table-cell; 
	vertical-align: middle; 
	float: none; }

.inline {
	display: inline; }
	
.inline-block {
	display: inline-block; }
	
.block {
	display: block; }

.alignleft {
	float: left;
	margin-right: 30px; }
	
.alignright {
	float: right;
	margin-left: 30px; }
	
.aligncenter {
	text-align: center;
	float: none;
	margin: 0 auto !important; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; }

::selection {
    background: #b3d4fc;
    text-shadow: none; }

img {
    vertical-align: middle;
	border-style:none !important;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

textarea {
    resize: vertical; }	
	
.clearfix:after, .clearfix:before {
    content: " ";
    display: table; }
	
.clearfix:after {
    clear: both; }
	
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
	
.pull-right {
    float: right!important; }
	
.pull-left {
    float: left!important; }
	
.hide {
    display: none!important; }
	
.show {
    display: block!important; }

.invisible {
    visibility: hidden; }
	
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
	
.hidden {
    display: none!important;
    visibility: hidden!important; }

body {
    position: relative; }
	
a:active {
    color: #fff; }
	
a:hover {
    text-decoration: none; }

pre {
    border: 1px solid #e5e5dc;
    color: #000000; }

.light {
    font-weight: 400; }
	
.bold {
    font-weight: 700; }
	
.uppercase {
    text-transform: uppercase; }
	
.line-through {
    text-decoration: line-through; }
	
.right {
    text-align: left; }
	
.left {
    text-align: left; }
	
.center {
    text-align: center; }

.no-margin {
    margin: 0; }
	
.text {
    text-align: left;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 20px; }
	
.text-highlight {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 20px 0; }

.text-dark {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5; }

.nav-pills {
    padding: 0; }
	
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px; }

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
    display: none !important;
    visibility: hidden; }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
    visibility: hidden; }
	
.light-paper-pattern {
    background-image: url(../images/light_paper_pattern.jpg?1408608328);
}
/* END GLOBAL STYLES */
	


/* TYPOGRAPHY */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }
	
a { 
	text-decoration: none; }

.main-container p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  
p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

.main-container h1 {
  font-size: 2.125rem; }

.main-container h2 {
  font-size: 1.6875rem; }

.main-container h3 {
  font-size: 1.375rem; }

.main-container h4 {
  font-size: 1.125rem; }

.main-container h5 {
  font-size: 1.125rem; }

.main-container h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #910b0e; }

.main-container h1, .main-container h2, .main-container h3, .main-container h5, .main-container h6 {
	font-family: 'Raleway',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-sub-title; 
	color: #333333; 
	font-weight: 300; 
	text-transform: uppercase; }

.main-container h3 {
	font-size: 30px;
	margin-bottom: 33px; }

.main-container h4 {
	font-family: 'Raleway',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-sub-title; 
	color: #333333; 
	font-weight: 300; 
	text-transform: uppercase; }

.main-container p {
	font-family: 'Open Sans'; 
	font-size: 14px; 
	line-height: 26px; }

.main-container p:last-child {
	margin-bottom: 0px; }

.main-container p.lead {
	font-size: 26px; 
	color: #333; 
	line-height: 35px; 
	margin-bottom: 22px; }

.sub-title { 
	font-family: 'Open Sans'; 
	text-transform: uppercase; 
	font-weight: bold; 
	letter-spacing: 3px; 
	font-size: 12px; 
	display: inline-block; 
	color: #333333; }
	
.text-white { 
	color: #fff; }

.icon-large { 
	font-size: 33px; 
	display: inline-block; 
	margin-bottom: 22px; }

a.large-link { 
	font-size: 13px; 
	border-bottom: 1px solid; 
	letter-spacing: 3px; 
	font-weight: bold; 
	padding-bottom: 4px; 
	text-transform: uppercase; 
	margin-bottom: 7px; }
/* END TYPOGRAPHY */

	
	
	
/* TITLE STYLES */
.page-title { 
	margin-bottom: 66px; }
/* END TITLE STYLES */

	

	
/* BACKGROUND COLORS */
.background-dark-grey { 
	background: #333333; }
	
.background-mid-grey { 
	background: #F2F2F2; /*background: #F6FAF0;*/
	/* background: #faf7f3; */
}
/* END BACKGROUND COLORS */

	


/* SPACING */
section { 
	padding-top: 99px; 
	padding-bottom: 111px; 
	position: relative; 
	z-index: 2; 
	background: #fff; }
	
.pad-small { 
	padding-top: 66px; 
	padding-bottom: 66px; }
	
.pad-large { 
	padding: 250px 0px !important; }
	
.pad-small-bottom { 
	padding-bottom: 77px; }

.push-small { 
	margin-bottom: 11px; }
	
.push-large { 
	margin-bottom: 44px; }

.no-left-pad { 
	padding-left: 0px !important; }
	
.no-right-pad { 
	padding-right: 0px !important; }
	
.margin-12 {
	margin: 12px; }
	
.padding-12 {
	padding: 12px; }

.margin-24 {
	margin: 24px; }
	
.padding-24 {
	padding: 24px; }

.margin-36 {
	margin: 36px; }
	
.padding-36 {
	padding: 36px; }

.margin-48 {
	margin: 48px; }
	
.padding-48 {
	padding: 48px; }

.margin-top12 {
	margin-top: 12px; }
	
.margin-bottom12 { 
	margin-bottom: 12px; }
	
.margin-left12 {
	margin-left: 12px; }
	
.margin-right12 {
	margin-right: 12px; }

.margin-top24 {
	margin-top: 24px; }
	
.margin-bottom24 {
	margin-bottom: 24px; }
	
.margin-left24 {
	margin-left: 24px; }
	
.margin-right24 {
	margin-right: 24px; }

.margin-top48 {
	margin-top: 48px; }
	
.margin-bottom48 { 
	margin-bottom: 48px; }
	
.margin-left48 {
	margin-left: 48px; }
	
.margin-right48 { 
	margin-right: 48px; }

.margin-top72 {
	margin-top: 72px; }
	
.margin-bottom72 {
	margin-bottom: 72px; }
	
.margin-left72 {
	margin-left: 72px; }
	
.margin-right72 {
	margin-right: 72px; }

.padding-top12 {
	padding-top: 12px; }
	
.padding-bottom12 {
	padding-bottom: 12px; }
	
.padding-left12 {
	padding-left: 12px; }
	
.padding-right12 {
	padding-right: 12px; }

.padding-top24 {
	padding-top: 24px; }
	
.padding-bottom24 {
	padding-bottom: 24px; }
	
.padding-left24 {
	padding-left: 24px; }
	
.padding-right24 {
	padding-right: 24px; }

.padding-top36 {
	padding-top: 36px; }
	
.padding-bottom36 {
	padding-bottom: 36px; }
	
.padding-left36 {
	padding-left: 36px; }
	
.padding-right36 {
	padding-right: 36px; }

.padding-top48 {
	padding-top: 48px; }
	
.padding-bottom48 {
	padding-bottom: 48px; }
	
.padding-left48 {
	padding-left: 48px; }
	
.padding-right48 {
	padding-right: 48px; }

.padding-top72 {
	padding-top: 72px; }
	
.padding-bottom72 {
	padding-bottom: 72px; }
	
.padding-left72 {
	padding-left: 72px; }
	
.padding-right72 {
	padding-right: 72px; }

.padding-top96 {
	padding-top: 96px; }
	
.padding-bottom96 {
	padding-bottom: 96px; }
	
.padding-left96 {
	padding-left: 96px; }
	
.padding-right96 {
	padding-right: 96px; }
	
.push-down-0 {
    margin-bottom: 0; }
	
.push-down-5 {
    margin-bottom: 5px; }
	
.push-down-10 {
    margin-bottom: 10px; }
	
.push-down-15 {
    margin-bottom: 15px; }
	
.push-down-20 {
    margin-bottom: 20px; }
	
.push-down-25 {
    margin-bottom: 25px; }
	
.push-down-30 {
    margin-bottom: 30px; }
	
.push-down-35 {
    margin-bottom: 35px; }
	
.push-down-40 {
    margin-bottom: 40px; }
	
.push-down-45 {
    margin-bottom: 45px; }
	
.push-down-50 {
    margin-bottom: 50px; }
	
.push-down-55 {
    margin-bottom: 55px; }
	
.push-down-60 {
    margin-bottom: 60px; }
/* END SPACING */


	
	
/* SEARCH BAR */
	
	
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
	font-size:20px;
	font-family:'Raleway';
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:    #FFF;
	font-size:20px;
	font-family:'Raleway';
   	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #FFF;
	font-size:20px;
	font-family:'Raleway';
   	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   	color:    #FFF;
   	font-size:20px;
	font-family:'Raleway';
}	
	
.search {
	background: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display:none; }
	
.search input[type="text"] { 
	border: none;
	font-size: 20px;
	height: 70%;
	margin-left:12px;
	padding: 12px 0 6px;
	width: 90%; }
	
.search a {
	font-size: 30px; 
	position: absolute; 
	right: 5%;
	top: 5px; 
	text-decoration:none; 
	color:#222 }
/* END SEARCH BAR */


	
	
/* LOG IN FORM */
.login-wrapper {
	background-color:#FFF;
	margin: 0px !important; 
	padding: 0px !important; }

.login-title {
	font-family:'Open Sans';
	font-size:16px;
	letter-spacing:3px;
	padding: 20px;
	color: #fff;
	background: #000000;
	text-transform: uppercase;
	display: block;
	width: 100%; }

.login-content {
	background-color:#FFF;
	margin: 10px 5px; 
	padding: 10px 5px;
	border-bottom: none; }

#username, 
#password {
	height:36px;
	border:1px solid #c2c2c2;
	color:#797979;
	font-weight:normal; }

#forgot_password {
	font-family:'Open Sans';
	color:#555555;
	margin-bottom:20px;
	font-size:8pt;
	line-height:14px; }


	
/* NAVBAR */
	
.modal-header {
  border-bottom: none;
  padding: 15px 30px 0 30px;
}

.modal-body {
  padding: 0 30px 20px 30px;
}


.modal {
  overflow-y: auto;
}


.modal-open {
  overflow: auto;
}

	
/* .top, */
.top .dropdown-menu > li > a {
  background-color: #413c35;
}

.top {
  font-size: 11px;
  font-weight: 600;
  position: relative;
  z-index: 1002;
}

.top ul {
  font-size: 11px;
  font-weight: 600;
  position: relative;
  z-index: 1002;
	line-height:3.4em;
}



.top .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}


.top .dropdown-menu {
  min-width: 45px;
}


.top .dropdown-menu.show-menu {
  opacity: 1;
  visibility: visible;
}


.top .dropdown-menu > li .last {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}


.top .dropdown-menu > li > a {
  text-align: left;
  font-size: 11px;
  padding: 6px 10px;
  color: #b1b0a7;
  font-weight: 400;
  border-bottom: 1px solid #5d564c;
}


.top .dropdown-menu > li > a:hover {
  background-color: #5d564c;
  color: white;
}


.top .nav .caret {
  border-top-color: #b1b0a7;
}


.top .nav > li {
  display: inline-block;
  float: none;
}


.top .nav > li > a {
  color: #b1b0a7;
  padding: 0 5px;
  background: none;
}


.top .nav > li:hover .caret,
.top .nav > li:hover a {
  color: #f3f2eb;
  border-top-color: #f3f2eb;
}

.top__slogan,
.top__menu {
  text-align: center;
  color: #b1b0a7;
}

@media (min-width: 768px) {

  .top__slogan {
    text-align: left;
    padding: 7px 0;
  }

  .top__menu {
    text-align: right;
  }
}
	
.personal-wrapper-list > li {
	position: relative; 
	float: left; 
	padding: 4px 12px; 
	margin: 8px 0; 
	display: block; }
	
.personal-wrapper-list > li:first-child {
	margin-left: 0; 
	padding-left: 0;
}

.personal-wrapper-list > li:last-child {
	border-left: 1px solid #ccc;
}

.top-header-bar {
	background-color: #fff;
	/* margin-top:-5px; */
}

.pale-border-bottom {
	border-bottom: 1px solid #ddd; }
	
.pale-border-top {
	border-top: 1px solid #ddd; }

.nav-overlay { 
	position: absolute; 
	width: 100%; 
	top: 0px; 
	z-index: 20; }
	
.nav-overlay .nav-toggle { 
	display: none; }
	
.nav-toggle { 
	font-size: 46px; 
	color: #fff; 
	cursor: pointer; }

nav {
	transition: top .5s ease; 
	-webkit-transition: top .5s ease; 
	-moz-transition: top .5s ease; }
	
nav.logo-center { 
	padding-top: 44px; }
	
nav .menu { 
	overflow: hidden; 
	display: inline-block; }
	
nav .menu li { 
	float: left; 
	padding-left: 33px; 
	padding-bottom: 44px; }
	
nav .text-left .menu li { 
	padding-left: 0px; 
	padding-right: 33px; }
	
nav .menu li a { 
	text-transform: uppercase; 
	font-size: 11px; 
	letter-spacing: 2px; 
	color: #fff; 
	display: inline-block; 
	font-weight: bold; }

nav .logo { 
	position: relative; 
	bottom: 15px; }
	
nav .logo-dark { 
	display: none; }
	
nav .logo.logo-round { 
	bottom: 20px; }

.fixed-nav { 
	position: fixed; 
	top: 0px !important; 
	background: rgba(255,255,255,0.9); 
	padding-top: 22px !important; }
	
.fixed-nav .logo { 
	width: 80px; 
	bottom: 5px; 
	display: none; }
	
.fixed-nav .logo-dark { 
	display: inline-block !important; }
	
.fixed-nav .menu li { 
	padding-bottom: 22px; }
	
.fixed-nav .menu li a { 
	color: #333; }

nav.top-bar { 
	background: #fff; 
	padding-top: 33px; }
	
.top-bar .logo { 
	max-width: 140px; 
	bottom: 0px; 
	margin-bottom: 22px; }
	
.top-bar .menu li { 
	padding-bottom: 11px !important; }
	
.top-bar .menu li a { 
	color: #666; 
	padding-bottom: 15px; }

.reveal-nav { 
	-webkit-transform: translate3d(-300px,0,0) !important; 
	-moz-transform: translate3d(-300px,0,0) !important; 
	transform: translate3d(-300px,0,0) !important; }
	
.move-content { 
	-webkit-transform: translate3d(-300px,0,0) !important; 
	-moz-transform: translate3d(-300px,0,0) !important; 
	transform: translate3d(-300px,0,0) !important; }

.logo-center .nav-toggle { 
	position: absolute; 
	right: 11px; 
	top: 11px; 
	color: #333; }
	
.nav-logo-wrap {
    float: left;
    margin-right: 0px; }
.nav-logo-wrap.lp {
    float: none;
    margin-right: 0px; }
		
.nav-logo-wrap .logo {
    display: block;
    vertical-align: middle;
    /*height: 75px; */
	top:41px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
	
.nav-logo-wrap .logo img {
    width: 190px;
    max-height: 100%;
    position: relative;
    top: 50%;
    padding: 5px 0px 0px 30px;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
    display: none; }
	
.logo,
a.logo:hover {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: rgba(0,0,0, .9); }

.page-navigation-bars a {
	display: block; 
	border: 1px solid #ccc; 
	padding: 6px 12px; 
	margin: 12px 0; }
	
.main-nav-item {
	font-family:'Open Sans'; 
	text-transform:uppercase;
	font-weight:bold; }

/* Desktop nav */

.main-nav {
    width: 100%;
    height: 90px !important;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: rgba(255,255,255, 1);
    
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow:  0 1px 0 rgba(0,0,0,.05);
    
    z-index: 201;
    
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); }

.small-height {
    height: 55px !important;
	top:-2px !important; }
	
.logo.small-height {
    max-width: 120px !important;
    margin-left:-24px; }
	
.small-height .inner-nav ul li a {
    height: 55px !important;
    line-height: 55px !important;
	font-weight: normal;
	color: #222222;
	font-size: 11pt; }
	
.inner-nav {
    display: inline-block;
    position: relative;
    float: right; }
	
.inner-nav ul {
    float: right;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    line-height: 1.2;
	font-family: 'Raleway';
	font-weight: normal;
	color: #222222; }
	
.inner-nav ul  li {
    float: left;
    margin-left: 30px;
    position: relative; }
	
.inner-nav ul li a {
    color: #444444;
	font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
	
.inner-nav ul > li:first-child > a{ }
	  
.inner-nav ul li a:hover,
.inner-nav ul li a.active {
    color: #000;
    text-decoration: underline; }

/* Menu sub */

.mn-sub {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
	z-index:999;
    padding: 0;
    background: rgba(30,30,30, .97); }
	
.mn-sub li {
    display: block;
    width: 100%;
    margin: 0 !important; }
	
.inner-nav ul li .mn-sub li a {
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    font-size: 13px;
    text-align: left;
    text-transform: none;    
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #b0b0b0 !important;
    cursor: pointer; }

.mobile-on .mn-has-multi > li:last-child > a {
    border-bottom: 1px solid rgba(255,255,255, .065) !important; }

.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active {
    background: rgba(255,255,255, .09);
    color: #f5f5f5 !important; }

.mn-sub li ul {
    left: 100%;
    right: auto;
    top: 0;
    border-left: 1px solid rgba(255,255,255, .07); }
	
.inner-nav > ul > li:last-child .mn-sub,
.inner-nav li .mn-sub.to-left {
    left: auto;
    right: 0; }
	
.inner-nav li:last-child .mn-sub li ul,
.inner-nav li .mn-sub li ul.to-left {
    left: auto;
    right: 100%;
    top: 0;
    border-left: none;
    border-right: 1px solid rgba(255,255,255, .07); }
	
.mobile-on .inner-nav li:last-child .mn-sub li ul {
    left: auto;
    right: auto;
    top: 0; }

.mn-wrap {
    padding: 8px; }

/* Menu sub multi */

.mn-has-multi {
    width: auto !important;
    padding: 15px;
    text-align: left;
    white-space: nowrap; }
	
.mn-sub-multi {
    width: 190px !important;
    overflow: hidden;
    white-space: normal;
    float: none !important;
    display: inline-block !important;
    vertical-align: top; }
	
.mn-sub-multi > ul {
    width: auto;
    margin: 0;
    padding: 0;
    float: none; }
	
.mn-group-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important; }
	
.mn-group-title:hover {
    background: none !important; }

.mobile-on .mn-sub-multi > ul {
    left: auto;
    right: auto;
    border: none; }
	
.mobile-on .mn-sub-multi {
    display: block;
    width: 100% !important; }

.mobile-on .mn-sub-multi > ul > li:last-child > a {
    border: none !important; }
	
.mobile-on .mn-sub > li:last-child > a {
    border: none !important; }
.mobile-on .mn-sub-multi:last-child > ul {
    border-bottom: none !important; }

/* Mobile nav */
	
.mobile-on #loginPanel2, #searchPanel {
    display: none;
    width: 100%;
    /* position: absolute; */
    top: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 100; }
	
.mobile-on .full-wrapper #loginPanel2, #searchPanel {
    padding: 0; }
	




.mobile-on .desktop-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 100; }
	
.mobile-on .full-wrapper .desktop-nav {
    padding: 0; }

.mobile-on .desktop-nav ul {
    width: 100%;
    float: none;
    background: rgba(18,18,18, .97);
    position: relative;
    overflow-x: hidden; }
	
.mobile-on .desktop-nav > ul {
    overflow-y: auto; }
	
.mobile-on .desktop-nav ul li {
    display: block;
    float: none !important;
    overflow: hidden; }
	
.mobile-on .desktop-nav ul li ul {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255, .1); }
	
.mobile-on .desktop-nav ul li a {
    display: block;
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255, .065);
    color: #999;
    letter-spacing: 1px;
    cursor: pointer; }
	
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active {
    background: rgba(255,255,255, .03);
    color: #ddd; }
	
	
user-account-dropdown  ul li  {
	
	display: block;
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255, .065);
    color: #999;
    letter-spacing: 1px;
	text-transform: uppercase;
    cursor: pointer; }
	
.user-account-dropdown ul li:hover {
    background: rgba(255,255,255, .03);
    color: #ddd; }

/* Menu sub */

.mobile-on .mn-has-sub > .fa {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    text-align: center;
    border: 1px solid rgba(255,255,255, .1);    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
	
.mobile-on .js-opened > .mn-has-sub > .fa {
    border-color: rgba(255,255,255, .4);
    line-height: 14px; }

.mobile-on .inner-nav li {
    margin: 0 !important; }
	
.mobile-on .mn-sub {
    display: none;
    opacity: 0;
    position: relative;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none ;
    z-index: 10; }
	
.mobile-on .mn-sub li {
    padding-left: 10px; }

.inner-nav li.js-opened .mn-sub {
    opacity: 1; }

.mobile-nav {
    display: none;
    float: right;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    border-left: 1px solid rgba(0,0,0, .05);
    border-right: 1px solid rgba(0,0,0, .05);
    cursor: pointer;
    
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;     
    -o-user-select: none;
    user-select: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property:  background, color; }
	
.mobile-nav:hover,
.mobile-nav.active {
    background: #fff;
    color: #777; }
	
.mobile-nav:active {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
    box-shadow: 0 0 35px rgba(0,0,0,.05) inset; }
	
.no-js .mobile-nav {
    width: 55px;
    height: 55px; }
	
.mobile-on .mobile-nav {
    display: table; }
	
.mobile-nav .fa {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 21px; }
	
	
.mobile-login {
    display: none;
    float: right;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    border-left: 1px solid rgba(0,0,0, .05);
    border-right: 1px solid rgba(0,0,0, .05);
    cursor: pointer;
    
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;     
    -o-user-select: none;
    user-select: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property:  background, color; }
	
.mobile-login:hover,
.mobile-login.active {
    background: #fff;
    color: #777; }
	
.mobile-login:active {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
    box-shadow: 0 0 35px rgba(0,0,0,.05) inset; }
	
.no-js .mobile-login {
    width: 55px;
    height: 55px; }
	
.mobile-on .mobile-login {
    display: table; }
	
.mobile-login .fa {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 21px; }	


/* Menu sub multi */

.mobile-on .mn-has-multi {
    width: auto;
    padding: 0;
    text-align: left;
    white-space: normal; }
	
.mobile-on .mn-sub {
    width: 100%;
    float: none;
    position: relative;
    overflow-x: hidden; }

/* Dark panel style */

.main-nav.dark {
    background-color: rgba(17,17,17, .95);  
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none; }
	
.main-nav.dark .inner-nav ul > li > a {
    color: rgba(255,255,255, .7); }
	
.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active {
    color: #fff; }

.main-nav.dark .mobile-nav {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255, .9); }
	
.main-nav.dark .mobile-nav:hover,
.main-nav.dark .mobile-nav.active {
    color: #fff; }

.main-nav.mobile-on.dark .inner-nav {
    border-top: 1px solid rgba(100,100,100, .4); }

.main-nav.dark .logo,
.main-nav.dark a.logo:hover {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255, .9); }

.main-nav.dark .mn-sub {    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none; }

/* Transparent panel style */

.main-nav.transparent {
    background: transparent !important; }

.main-nav.js-transparent {
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); }

.back-link a {
    color: #4ca340;
    text-decoration: none;
    border-bottom: 1px #4ca340 solid; }

.back-link a:hover,
.back-link a:focus {
	color: #408536; 
	text-decoration: none;
	border-bottom: 1px #408536 solid; }
			
.entry-header .inner {
	text-align: left;
	margin: 0 auto 20px auto;
	width: 800px;
}

.entry-header { 
	padding-top: 20px; 
	background-color: #fff; 
	width:100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 999999;
}
/* END NAVBAR */



/* SPOTLIGHT PROGRAM INTERACTIVE */




.imapper-content-header {
	font-size: 17px;
}

.imapper-content-text {
	font-size: 14px;
}

.imagemapper-wrapper {
	margin: 0 auto;
}

.imapper-category-button {
	margin-right: 10px;
}

.imapper-category-hidden {
	/*visibility:hidden;*/
	transition:all 500ms linear;
	opacity: 0;
	cursor: auto;
	z-index:-1;
	/*transition:opacity 500ms linear;*/
}

.imapper-category-hidden .pin-style {
	cursor: auto;
}

.imapper-pin-wrapper {
	transition:opacity 500ms linear;
}

.imapper-pin-wrapper[data-open-position="top"] .imapper-content-tab[style*="right: 0"],.imapper-pin-wrapper[data-open-position="top"] .imapper-content-tab[style*="right:0"],.imapper-pin-wrapper[data-open-position="bottom"] .imapper-content-tab[style*="right: 0"],.imapper-pin-wrapper[data-open-position="bottom"] .imapper-content-tab[style*="right:0"], .imapper-pin-wrapper[data-open-position="left"] .imapper-content-tab[style*="bottom: 0"],.imapper-pin-wrapper[data-open-position="bottom"] .imapper-content-tab[style*="right:0"] , .imapper-pin-wrapper[data-open-position="right"] .imapper-content-tab[style*="bottom: 0"],.imapper-pin-wrapper[data-open-position="bottom"] .imapper-content-tab[style*="right:0"]   {
	border-width: 1px !important
}
/* END SAGE SPOTLIGHT INTERACTIVE */




/* VERTICAL NAVIGATION */
/* No Touch devices */
.cd-nav-trigger {
  display: none; }

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.no-touch #cd-vertical-nav li {
  text-align: right; }

.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
	
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both; }
	
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }
	
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1; }

.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
	border: 2px solid #FFFFFF;
  background-color: #000000;
	/* background-color: black; */
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
	 -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
	border: 2px solid #FFFFFF;
  background-color: #000000;
	/* background-color: black; */
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.no-touch #cd-vertical-nav .cd-label {
  position: relative;
	font-family: 'Raleway';
  margin-right: 10px;
  padding: .4em .5em;
  color: #FFFFFF;
	background-color: black;
  font-size: 13px;
  /* font-size: 0.875rem; */
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9); }
	
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
	
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit; }
	
.touch .cd-nav-trigger span::before {
  top: -9px; }
	
.touch .cd-nav-trigger span::after {
  bottom: -9px; }

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9); }
	
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1); }
	
.touch #cd-vertical-nav a span:first-child {
  display: none; }
	
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683; }
	
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
	
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent; }
	
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0); }
	
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px; }
	
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px; }
	
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0; }
	
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none; }
/* END VERTICAL NAVIGATION */




/* TEXT SECTION */
.no-pad { 
	padding: 0px; 
	overflow: hidden; }

.photo-container { 
	position: absolute; 
	height: 100%; 
	top: 0px; }
	
.no-pad .columns { 
	padding: 88px 0px 99px 0px; }
	
.no-pad p.columns { 
	padding: 0px 15px; }
	
.no-pad .columns hr { 
	border-color: #aaa; }
/* END TEXT SECTION */



/* IMAGE GRID */
.image-grid { 
	overflow: hidden; }
	
.image-grid a { 
	float: left; 
	display: inline-block; 
	overflow: hidden; 
	width: 48%; 
	margin: 1% 1%; }
/* END IMAGE GRID */



/* BUTTONS */
.sage-button {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
	color: #000;
	cursor:pointer;
	text-transform: uppercase;
	padding: 19px 20px 21px 20px;
	margin: 0 14px 18px 0;
	background: #f0f0f0;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

.sage-button:hover {
	background: #000 !important;
	color: #fff !important;
}

.sage-button.dark {
	background: #000;
	color: #fff;
}
.sage-button.dark:hover {
	background: #f0f0f0 !important;
	color: #000 !important;
}
/* END BUTTONS */









/* FORMS */
body:not(#root) textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	border: 0;
	background: #FFF;
	border: 1px solid #c2c2c2;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

textarea:hover,
select:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover { background: #fff; }
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
	background: #FFFFFF;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	height: 50px;
	padding: 0 20px;
}

textarea { padding: 20px; }
::-webkit-input-placeholder { 
	font-weight: normal;
	color: #999; 
}

:-moz-placeholder {
	font-weight: normal;
	color: #999; 
}

::-moz-placeholder {
	font-weight: normal;
	color: #999; 
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-weight: normal;
	color: #999; 
}

.placeholder_text {
	font-weight: normal;
	color: #999;
}

input.comment-form-name,
input.comment-form-email {
	display: inline;
	width: 48.75%;
}

input.comment-form-email { float: right; }
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	width: 100%;
	height: 50px;
	display: block;
	background: #000;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

select {
	padding: 0 16px;
	font-weight: normal;
	/* color: #bababa;  */
}

select optgroup {
	font-style: normal;
	padding: 8px 0;
}

select option,
select optgroup option { 
	padding: 8px; 
	color: #bababa; 
}

label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
}

.form-title {
	margin-bottom: 70px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.form-title span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
	margin: 2px 0;
}

.form-title span em { 
	font-style: normal; }
	
.picker__holder .picker__footer button { 
	color: #000; }
/* END FORMS */
	
	
	
/* CONTACT FORMS */
textarea.contact,
select.contact,
input.contact[type="date"],
input.contact[type="datetime"],
input.contact[type="datetime-local"],
input.contact[type="email"],
input.contact[type="month"],
input.contact[type="number"],
input.contact[type="password"],
input.contact[type="search"],
input.contact[type="tel"],
input.contact[type="text"],
input.contact[type="time"],
input.contact[type="url"],
input.contact[type="week"] {
	background:transparent;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

textarea.contact:hover,
select.contact:hover,
input.contact[type="date"]:hover,
input.contact[type="datetime"]:hover,
input.contact[type="datetime-local"]:hover,
input.contact[type="email"]:hover,
input.contact[type="month"]:hover,
input.contact[type="number"]:hover,
input.contact[type="password"]:hover,
input.contact[type="search"]:hover,
input.contact[type="tel"]:hover,
input.contact[type="text"]:hover,
input.contact[type="time"]:hover,
input.contact[type="url"]:hover,
input.contact[type="week"]:hover {  
	background: transparent;
}


textarea.contact:focus,
select.contact:focus,
input.contact[type="date"]:focus,
input.contact[type="datetime"]:focus,
input.contact[type="datetime-local"]:focus,
input.contact[type="email"]:focus,
input.contact[type="month"]:focus,
input.contact[type="number"]:focus,
input.contact[type="password"]:focus,
input.contact[type="search"]:focus,
input.contact[type="tel"]:focus,
input.contact[type="text"]:focus,
input.contact[type="time"]:focus,
input.contact[type="url"]:focus,
input.contact[type="week"]:focus {
	background:transparent;
	border: 1px solid #c2c2c2;
}

textarea.contact:hover,
select.contact:hover,
input.contact[type="date"]:hover,
input.contact[type="datetime"]:hover,
input.contact[type="datetime-local"]:hover,
input.contact[type="email"]:hover,
input.contact[type="month"]:hover,
input.contact[type="number"]:hover,
input.contact[type="password"]:hover,
input.contact[type="search"]:hover,
input.contact[type="tel"]:hover,
input.contact[type="text"]:hover,
input.contact[type="time"]:hover,
input.contact[type="url"]:hover,
input.contact[type="week"]:hover { 
	background: #transparent; }
	
textarea.contact:focus,
select.contact:focus,
input.contact[type="date"]:focus,
input.contact[type="datetime"]:focus,
input.contact[type="datetime-local"]:focus,
input.contact[type="email"]:focus,
input.contact[type="month"]:focus,
input.contact[type="number"]:focus,
input.contact[type="password"]:focus,
input.contact[type="search"]:focus,
input.contact[type="tel"]:focus,
input.contact[type="text"]:focus,
input.contact[type="time"]:focus,
input.contact[type="url"]:focus,
input.contact[type="week"]:focus {
	background: #transparent;
}

select option,
select optgroup option { 
	padding: 8px; 
	color: #222222; 
}
/* END CONTACT FORMS */







.img-parallax-wrap {position: relative; overflow: hidden;}
.img-parallax-wrap > * {position: relative; z-index: 10;}
.img-parallax-wrap img.parallax-img {position: absolute; top: 0; left: 0; width: auto; z-index: -1; max-width: none;}
.img-parallax-wrap img.parallax-img.width-auto {width: auto; max-width: none;}
.divider-background{ padding: 150px 0px; background-size: cover !important; overflow: hidden; }
.divider-background .row{ position: relative; z-index: 2; }
.background-image-holder1{ background-color: #F2F2F2; position: absolute; width: 100%; height: 100%; z-index: 0; background-size: contain !important; top:-20px; }
.background-image-holder{ background-color: #F2F2F2; position: absolute; width: 100%; height: 160%; z-index: 0; background-size: cover !important; top:-20px; }
.background-image-holder2{ background-color: #FFFFFF; position: absolute; width: 100%; height: 160%; z-index: 0; margin-left:20px;}
.background-image-holder-small{ position: absolute; width: 100%; height: 160%; z-index: 0; background-size: cover !important; top: 9%; }
.headline-style-1{ display: inline-block; }
.headline-style-1 h1{ font-size: 120px; line-height: 1; font-family: 'Raleway',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-sub-title; text-transform: lowercase; }
.headline-style-1 .sub-title{ display: inline-block; font-size: 13px; letter-spacing: 7px; margin-right: -7px; }
.headline-style-1 img{  display: inline-block; margin-bottom: 22px; }
.headline-style-2{ display: inline-block; }
.headline-style-2 h3{ margin-bottom: 0px; font-size: 110px; font-family: 'Raleway',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-sub-title; text-transform: lowercase; line-height: 130px; }
.headline-style-2 .sub-title{ letter-spacing: 8px; margin-right: -8px; }
.headline-style-2 .line{ height: 2px; background: #fff; width: 80px; margin: 0px auto; margin-top: 34px; }

.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out; }

main {
	overflow-x: hidden; }


/* END PARALLAX BACKGROUND */


/* CAROUSEL */
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    font-family:  'Open Sans' !important;
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: block;
    height: auto;
    line-height: 1;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039'}
.carousel-control .icon-next:before {
    content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption .btn {
    text-shadow: none;
}
.carousel-control {
    width: 8%}
.carousel a:active {
    background-color: transparent;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    max-width: none;
}
/* END CAROUSEL */

.quickContactMain select {
	height:35px;
	margin-bottom:10px;
}

.quickContactMain input {
	margin-bottom:10px;
}


#op {

  display:none;

}
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:999999;
	overflow-y:auto;
	background: rgba(255,255,255,1);
}

.overlay #cross{
	width: 58px;
	height:58px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('/public/sagedining/assets/images/close.png');
	z-index: 100;
  cursor:pointer;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	/* min-height: 54px; */
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: white;
  text-decoration:none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
  font-family: 'NotCourierSans';
  text-transform:uppercase;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #849368;
}

.lower~.overlay-hugeinc{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

#op:checked~.overlay-hugeinc{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-moz-perspective: 300px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#contact-info-button {
	cursor:pointer;
}

#op:checked~.overlay-hugeinc nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#op:not(:checked)~.overlay-hugeinc nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
#contact-us  {
	color:#FFF;
	font-size:14px;
}


/*  TEAM  */
.team-member-hover {position: absolute; top: 0 ; left: 0; width: 100%; height: 100%; overflow: hidden;}
.team-member-hover a {float: left; display: block; padding: 8px; line-height: 20px; font-size: 20px; background: #111; color: #fff; width: 44px; height: 44px; opacity: 0;}
.team-member-hover a:hover {background: #00713A;}
.team-member-wrap {overflow: hidden;}
.team-member-wrap img {-webkit-transform:scale(1); transform: scale(1); transition: transform 0.4s; -webkit-transition: -webkit-transform 0.4s;}
./* team-member-wrap:hover img {-webkit-transform:scale(1.1); transform: scale(1.1);} */
.team-member-hover i {color: #fff;}
.dark-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); opacity: 0;}
/*  END TEAM  */
	
	
	
/*  FAQ  */
.faq-accordion a.accordion-toggle {display: block; padding: 9px 0 16px;}
.faq-accordion a.accordion-toggle h5 {font-size: 14px; line-height: 22px; color: inherit; padding-left: 30px;}
.faq-accordion a.accordion-toggle h5 i {font-size: 20px; line-height: 20px; margin-bottom: -22px; margin-left: -30px; display: block; transition: none; -webkit-transition: none;}
.faq-accordion .panel {border-bottom: 1px solid #E7E7E7;}
.feature-content-wrap {padding-left: 72px;}
a.features-link {display: block;}
a.features-link i {position: absolute; top: 0; left: 0; font-size: 40px; line-height: 40px;}
a.features-link h5 {color: inherit;}
/*  END FAQ */




/* FOOTER */
.footer, .footer-widgets:after, .header .navbar-toggle {background-color: #000000;}
.footer-widgets {color: #b1b0a7;position: relative;background-color: #222222; }
.footer-widgets:after {
	background-image: url(/public/sagedining/assets/images/swooshWhite_footer.png?1408608328);
    background-position: center center;
    background-repeat: no-repeat;
	background-color:#000;
    content: "";
    position: absolute;
    bottom: -50px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    left: 50%;
    margin-left: -40px; }
.footer {padding: 18px 0;background-color:#000;color: #b1b0a7; }
footer {background: #222222;padding: 88px 0px;}
.footer-text h6{ color: #8e8e8e; font-size: 12px; font-weight: bold; margin-bottom: 22px; font-family: 'Raleway',"Helvetica Neue", "Helvetica", Helvetica, Arial; }
.footer-text span{ font-size: 11px; color: #727272; text-transform: uppercase; font-weight: bold; }
.social-container {color:#b4b4b4; padding-left:4px;padding-right:4px;}
.social-container:hover {color:#FFFFFF; padding-left:4px;padding-right:4px;}
.social-item-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.social-item-container .social-container, .social-item-container .social-container:hover {
    padding: none;
}
/* END FOOTER */



	
/* TESTIMONIALS */
.testimonials {
    font-family:  'Open Sans' !important;
    padding: 0px 0;
    text-align: center;
	
}

.testimonials a:active {
    background: 0 0;
}

.testimonials .testimonials__title {
    font-family:  'Open Sans' !important;
    display: inline;
}

.testimonials .testimonials-quotes-img {
    max-width: 100%;
    height: auto;
}

.testimonials .testimonials-quotes-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.testimonials .glyphicon-circle {
    border-color: #b1b0a7;
    color: #b1b0a7;
    margin: 0 10px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.testimonials .glyphicon-circle:hover {
    color: #000000;
    border-color: #000000;
}
/* END TESTIMONIALS */


/* MACBOOK */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	position: relative;
	float: left;
	z-index:900;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-blog .owl-item img {
	width:100%;
}

#owl-testimonials .owl-controls{
	position: relative;
	margin-top: 10px;
	text-align: center;
	z-index:1000;
}

.owl-theme .owl-controls{
	position: relative;
	text-align: center;
	z-index:1000;
}

/* Styling Next and Prev buttons */

.owl-header .owl-controls {
	position: relative;
	top:-50px;
	margin-bottom:-40px;
}

.owl-header .owl-controls .owl-buttons {
	position: relative;
	left:calc(50% - 50px);
}

.owl-theme .owl-controls .owl-buttons div{
	color: #10bcfa;
	display: inline-block;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: white;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #f65280;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	width:30px;
	height:30px;
	line-height: 27px;
	text-align: center;
	font-size: 11px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: white;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-fullscreen .owl-controls .owl-buttons div{
	color: white;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size: 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #f65280;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-fullscreen .owl-controls .owl-buttons {
	position: relative;
	bottom:60px;
	right:-30%;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-carousel .owl-controls {
	position: relative;
}

#owl-demo.owl-carousel .owl-controls {
	position: absolute;
	top:50%;
	right:20px;
}

.owl-blog .owl-controls {
	position: absolute;
	width:100%;
	top:50%;
}

.owl-blog .owl-controls .owl-prev {
	position: absolute;
	left:30px;
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0 ,.8) !important;
	color:white !important;
}

.owl-blog .owl-controls .owl-next {
	position: absolute;
	right:30px;
	width:50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0 ,.8) !important;
	color:white !important;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	position: relative;
	right:5px;
	padding:3px;
	margin: 5px;
}

#owl-demo .owl-controls .owl-page{
	display: block !important;
}

.owl-theme .owl-controls .owl-page.active{
	border-radius:50%;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	border:1px solid #f65280;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: white;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background: #f65280;
	border:1px solid #f65280;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* Features !features */

.feature {
	overflow: hidden;
	padding:20px 60px;
	transition: all 0.3s ease;
}

.feature:hover {
	background:#e8e8ea;
}

.feature:hover:before {
	width:80px;
	height:80px;
	bottom:-40px;
	right:-40px;
}

.feature:before {
	content:' ';
	background:#22c0e8;
	position: absolute;
	width:70px;
	height:70px;
	z-index:2;
	transform: rotate(45deg);
	bottom:-35px;
	right:-35px;
	transition: all 0.3s ease;
}

.small-margin {
	margin:10px 0 !important;
}

.owl-macbook {
	width:75% !important;
	position: absolute !important;
	top:7%;
	left:12.5%;
}

.owl-macbook .item {
	width:100%;
}

.fullscreen-pic  {
	width:100%;
}
/* END MACBOOK */




/* COUNT UP COUNTER */
.counter .quantity-counter{ font-size:86px; font-weight:600;font-family: 'Raleway', sans-serif;}
.counter .counter-details{ font-size:24px; text-transform:uppercase;margin: 0;font-weight:600;}
.counter .counter-details span{ color:#333333; display:block; font-size:18px; font-weight:300; padding: 10px 0 0;font-family: "Source Sans Pro",sans-serif;}
.counter.boxed{ background:#fff; border:1px solid #dbdbdb; padding-bottom:40px;margin-top: 20px;}
.counter.boxed .quantity-counter, .counter.boxed .counter-details{font-weight:400;}
.counter.boxed .quantity-counter{ font-size:60px;}
.numbering-sec {background: url("../images/parallax3.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);}
.numbering-sec .counter{ margin:30px 0;}
.numbering-sec .counter i{ display:block; color:#fff;}
.numbering-sec .counter .quantity-counter{ color:#fff; font-size:58px;margin: 8px 0;display: block;}
.numbering-sec .counter .counter-details{ color:#fff;font-family: 'Raleway', sans-serif; text-transform:none;}
.counter-iconic{ margin:0 !important;}
.counter-iconic .col-md-3{ padding:60px 20px; overflow:hidden;}
.counter-iconic .col-md-3 .counter .quantity-counter{ color:#fff; background:url(../images/counter-sprtr.jpg) no-repeat center bottom; display: block;
font-size: 70px;margin-bottom: 30px; padding-bottom: 10px;}
.counter-iconic .col-md-3 .counter, .counter-iconic  .counter .counter-details, .counter-iconic  .counter .counter-details span{ color:#fff;}
.counter-iconic  .counter .counter-details span{ text-transform:none;}
.counter-iconic i{ color: #fff;font-size: 270px;left: -50px; opacity: 0.1;position: absolute;right: 0;top: -40px;}
.counter-iconic i.bottom{ bottom:-20px; top:auto}
.counter-iconic i.right{ right:-20px; left:auto}
.counter-iconic i.icon-briefcase2{ font-size:180px;}
/* END COUNT UP COUNTER */




/* CHROME FRAME PROMPT */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* END CHROME FRAME PROMPT */




/* HIDDEN SLIDE OUT PANEL */	
.cd-main-content {
  text-align: center;
}

.cd-main-content h1 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #64788c;
  padding: 4em 0;
}

.cd-main-content .cd-btn {
  /* position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2 */;
/*   transition: all 0.2s; */
}

.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}


.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.search-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.cd-panel-header {
  position: fixed;
  width: 80%;
  height: 50px;
  line-height: 50px;
  background: rgba(34, 34, 34, 1);
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}

.cd-panel-header h1 {
  font-weight: bold;
  color: #89ba2c;
  padding-left: 5%;
}

.cd-panel-header h5 {
	margin-top:20px !important;
	text-align:center !important;
}

.from-right .cd-panel-header, 
.from-left .cd-panel-header {
  top: -50px;
}

.from-right .cd-panel-header {
  right: 0;
}

.from-left .cd-panel-header {
  left: 0;
}

.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}

.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  /*text-indent: 100%;*/
  white-space: nowrap;
}

.cd-panel-close::before, 
.cd-panel-close::after {
  /* close icon created in CSS */
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
	content: '';
  background-color: #B0B0B0;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-panel-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-panel-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
  background-color: #222222;
}

.no-touch .cd-panel-close:hover::before, 
.no-touch .cd-panel-close:hover::after {
  background-color: #b0b0b0;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover::before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.search-container {
  position: fixed;
  width: 100%;
  height: 50%;
  top: 0;
  background: #dbe2e9;
  z-index: 1;
  /* background: #ffffff url('images/sprinkles2.jpg') no-repeat right bottom; */
	background-color: #222222;
 /*  background-size:contain; */
  margin-top:40px;
	padding-bottom:40px;
	overflow: auto;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.cd-panel-container {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  background: #dbe2e9;
  z-index: 1;
  /* background: #ffffff url('images/sprinkles2.jpg') no-repeat right bottom; */
	background-color: #222222;
 /*  background-size:contain; */
  margin-top:40px;
	padding-bottom:40px;
	overflow: auto;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.cd-panel-content-photo-right {
	float: right;
	margin-left:30px;
	margin-bottom:10px;
}

.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 5%;
  overflow: scroll;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  background:transparent;
 /*  margin-left:20px; */
  margin-right:20px;
}

.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  line-height: 1.4;
  margin: 25px 0;
}

.cd-panel-content p:first-of-type {
  margin-top: 0;
}
/* END HIDDEN SLIDE OUT PANEL */



/* LOGIN */

.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.9);
  z-index: 1000;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 8em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../images/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("../images/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("../images/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #2f889a;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #3599ae;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 70%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
	padding-top:1px;
}

/* END LOGIN */



h8 {
font-family: 'Josefin Sans', "sans-serif";
margin-top: 250px;
font-size: 130pt;
color: #c9bcb8;
position: absolute;
z-index: 100;
}

	
	
/* CLEARFIX */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/* END CLEARFIX */








/* MEDIA QUERIES */
@media(max-width: 1020px){
	
.menu-creation-bg{ background-image:none;background-color:#none; background-size:contain}
}

@media(min-width: 1021px){
	
.menu-creation-bg{ background:url("/public/sagedining/assets/images/menu-creation-path3.png") no-repeat 0 78px; background-size:contain}
}


@media(max-width: 360px){
	.page-navigation-bars > div {
		float: none !important; 
		display: inline-block; }
		
	.page-navigation-bars { 
		text-align: center; }
		
	#anniversaryRibbon {
		display:none;
	}
	.sideImage {
		display:none;
	}
	#withLove {
		display:none;
	}
	#top-left-bar {
	display:none;
	}
	.swoosh {
	display:none;
	}
	/* .carousel-heading, .carousel-heading-wrap {
	display:none;
	} */

}


@media(max-width: 609 px) {
#withLove {
		display:none;
	}
#top-left-bar {
	display:none;
	}
	
	.top_header_bar {
		
		padding-bottom:10px;
	}
}



@media(max-width: 609px){
	
	#withLove {
		display:none;
	}
#top-left-bar {
	display:none;
	}
	
	.top_header_bar {
		
		padding-bottom:10px;
	}
	
	#anniversaryRibbon {
	display:none;
	}
	
	
	
	
}


@media(max-width: 640px){
#applyNowBottomOfPage {
	display:none;
	}
}

@media(min-width: 700px){
	
	#applyNowBottomOfPage {
	display:block;
	}
	
#withLove {
		display:inline-block;
	}
	
#top-left-bar {
	display:inline-block;
	}
	
#anniversaryRibbon {
	display:inline-block;
	}

}




@media screen and (max-width:320px) {
	#top-menu {
	display:none;
	}

#breadcrumb {
	display:none;
}

#withLove {
		display:none;
	}

#top-left-bar {
	display:none;
	}

#mobileBreadcrumbsApplication {
	display:block;
}

	#anniversaryRibbon {
		display:none; }
	
	.quickContact {
		width: 100%;
		right: 0; }
	
	#cd-vertical-nav {
		display:none; }
		
	#bcg1alt {
		display:inline-block; }
		
	.homeSlide {
		display:none; }
.swoosh {
	display:none;
	}
		
	.footer-widgets:after {
    	background-image: none !important;
    	background-position: center center;
    	background-repeat: no-repeat;
    	content: "";
    	position: absolute;
    	bottom: 0px !important;
    	width: 0px !important;
    	height: 0px !important;
    	border-radius: 0 !important;
    	left: 0%;
    	margin-left: 0px; }
/* .carousel-heading, .carousel-heading-wrap {
	display:none;
	} */
}

@media only screen {
	.small-push-0 {
		position: relative;
    	left: 0%;
    	right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
}

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
}

#other_pages a, a.title{color: #006600; text-decoration: underline; font-weight: bold;}
#other_pages a:hover, a.title:hover{color: #555555;}

@media screen and (min-width:768px) {
	.carousel-control .glyphicons-chevron-left,
	.carousel-control .glyphicons-chevron-right, 
	.carousel-control .icon-next, 
	.carousel-control .icon-prev {
    	width: 30px;
    	height: 30px;
    	margin-top: -15px;
    	margin-left: -15px;
    	font-size: 30px; }
		
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
	
.carousel-indicators {
    bottom: 20px; }
	

	
}


@media screen and (min-width:992px) {
#breadcrumb {
	display:inline-block;
}

#mobileBreadcrumbsApplication {
	display:none;
}	
	
}

@media screen and (max-width:991px) {
#breadcrumb {
	display:none;
}

#mobileBreadcrumbsApplication {
	display:block;
}	
	
}

/* Desktop Only */
@media screen and (min-width: 1025px) {

}

/* Laptop Only */
@media screen and (min-width: 1025px) and (max-width: 1370px) {
	
}



/* Mobile Only */
@media screen and (max-width: 780px) {

/* Put resized parallax images here */
	
	.quickContact {
	display:none;
	}

.spiceOfLife {background: url(../images/goodAwareness_mobile.jpg) no-repeat center center; height: 100vh; width: 100%; background-size:cover; display:table; }
.competitive {background: url(../images/careers6_mobile.jpg) no-repeat top center; height: 100vh; width: 100%; background-size:cover; display:table; }
/* .training {background: url(../images/careers6_mobile.jpg) no-repeat top center; height: 100vh; width: 100%; background-size:cover; display:table; }
 *//* .careers {background: url(../images/careers2_mobile.jpg) no-repeat top center; height: 100vh; width: 100%; background-size:cover; display:table; }
 *//* .careers3 {background: url(../images/smilingCashier_mobile.jpg) no-repeat bottom center; height: 100vh; width: 100%; background-size:cover; display:table; }
 */.video {background-attachment: fixed; background-position: top; height:60vh;background-size:cover; display:table; }
/* .catering {background: url(../images/shrimp1_mobile.jpg) no-repeat bottom center; height:100vh; width: 100%; background-size:cover; display:table;}
 *//* .dms {background: url(../images/careerSm2_mobile.jpg) no-repeat top center; height:100vh; width: 100%; background-size:cover; display:table;}
 */
.veggieswood {background: url(../images/stirfry_mobile.jpg) no-repeat top center; height:100vh; width: 100%; background-size:cover; display:table;}
 .delighting {background: url(../images/delighting_senses_mobile.jpg) no-repeat bottom center; height:100vh; width: 100%; background-size:cover; display:table;}
 .dining {background: url(../images/experience1_mobile.jpg) no-repeat center left; height:60vh; width: 100%; background-size:cover; display:table;}
/* .inspiring {background: url(../images/students_gardening_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
 */.fostering {background: url(../images/fostering_community_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
.thanks {background: url(../images/bannerThanks_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
.service {background: url(../images/school_cafeteria_cooking_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
.testimony {background: url(../images/diningHall3_mobile.jpg) no-repeat bottom center; height:100vh; width: 100%; background-size:cover; display:table;}

.careers1 {background: url(../images/careers2_mobile.jpg) no-repeat top center; height:100vh; width: 100%; background-size:cover; display:table;}
.scratchCooking {background: url(../images/cuttingBoard1_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
/* .homeOfficeSupport{background: url(../images/sagehousesign_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
 *//* .batchCooking {background: url(../images/cuttingBoard1_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
 */
/* .customMenus {background: url(../images/chickenLarge_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
 *//* .anniversary {background: url(../images/Paco2.1_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
 *//* .localSourcing {background: url(../images/greens_and_beans_mobile.jpg) no-repeat top center; height:100vh; width: 100%; background-size:cover; display:table;}
.sageGardens {background: url(../images/sage_in_garden_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
 *//* .localSourcing2 {background: url(../images/localVendor4_mobile.jpg) no-repeat top center; height:100vh; width: 100%; background-size:cover; display:table;}
 */.customerSatisfaction {background: url(../images/thankYouBanner4_mobile.jpg) no-repeat top center; height:100vh; width: 100%; background-size:cover; display:table;}
.thankYou {background: url(../images/thankyou1_mobile.jpg) no-repeat center center; height:100vh; width: 100%; background-size:cover; display:table;}
/* .catering {background: url(../images/catering1_mobile.jpg) no-repeat bottom center; height:100vh; width: 100%; background-size:cover; display:table;}
 */
 .cd-item.scratchCookingCube {
  background: url(../images/scratchCooking3.jpg) no-repeat center center; 
	height:100vh; width: 100%; background-size:cover; display:table !important;
 	
      
}
.cd-item.batchCookingCube {
  /* background-color: #363558; */
	/* background-color:#D40000 !important; */
	background: url(../images/chickenCooked.jpg) no-repeat bottom center; 
	height:100vh; width: 100%; background-size:cover; display:table !important;
      
}

.cd-item.fromHere {
  /* background-color: #363558; */
	/* background-color:#92c93D !important; */
	/* background-color:#657775 !important; */
	background: url(../images/snowPeas.jpg) no-repeat center center; height:100vh; width: 100%;background-size:cover; display:table !important;
	
}
.cd-item.fromNear {
  /* background-color: #544173; */
	/* background-color:#4F6E32 !important; */
	/* background-color:#C15741 !important; */
	background: url(../images/lettuce.jpg) no-repeat center center; height:100vh; width: 100%;background-size:cover; display:table !important;
}

#breadcrumb {
	display:none;
}

#mobileBreadcrumbsApplication {
	display:block;
}

	.mobile-center { text-align: center; }
	.mobile-center .header-divider:after {
		left: 50%;
		margin-left: -10px;
	}
	.no-margin-mobile { margin-bottom: 0; }
	input.comment-form-name,
	input.comment-form-email {
		display: block;
		width: 100%;
	}
	input.comment-form-email { float: none; }
	.post-navigation a {
		display: block;
		margin-bottom: 5px;
	}
	
	.sage-button {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
}

@media (max-width: 700px) {
	.display-table > * > :not(.clearfix) {
		display: block;} 
	
	.display-table > * > .col-md-5:first-child {
		padding-bottom: 24px; }
		
/* .carousel-heading, .carousel-heading-wrap {
	display:none;
	} */
}

@media (min-width:992px) {
    
}

@media (min-width:992px) {
    
}

@media (min-width:992px) {
   


}@media (min-width:1200px) {
   
}

@media (min-width:992px) {
    .navbar-default .navbar-nav>li>a .caret {
    bottom: 22%;
    right: 50%}
    .testimonySection {
	height:420px;
    }
}
@media (min-width:768px) {
    .carousel-caption {
    top: -20px;
}
}

@media (min-width:768px) {
  
}

@media (min-width:992px) {
   
}

@media (max-width:768px) {
    .footer .footer, 
    .footer .footer__text, 
    .footer .footer__text--link {
		font-family:  'Open Sans' !important;
    	text-align: center;
    	float: none; }
#top-menu {
	display:none;
	}
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media screen and (min-width:768px) {
    .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
#top-menu {
	display:block;
	}
}

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 40%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-header {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 40%;
  }
  .search-panel-container {
	height:50%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 30%;
  }
 .search-panel-container {
    width: 40%;
  }
}


@CHARSET "UTF-8";

/************************************************************
    ! Basic
************************************************************/

/* Change calculation the width and height */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}



/* Iframe fix */
.iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.iframe iframe,
.iframe object,
.iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}



/* Buttons */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}




/* Resolution from 320px to 980px */
@media (min-width: 320px) and (max-width: 980px) {

	/* CSS Responsive table */
	table.responsive,
	table.responsive thead,
	table.responsive tbody,
	table.responsive th,
	table.responsive td,
	table.responsive tr { display: block; }
	table.responsive tbody { position: relative; }
	table.responsive thead tr { display: none }
	table.responsive tr { border: 1px solid #e8e8e8; margin-bottom: 15px; }
	table.responsive td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 40%; }
	table.responsive td:last-child { border: none;}
	table.responsive td:before { position: absolute; top: 10px; left: 10px; width: 35%; height: 28px; content: attr(data-header); text-align: left; word-wrap: break-word; }
	table.responsive tr:first-child { display: none }

}



/***************************************************
    Loader
***************************************************/

#loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: white;
	text-align: center;
}
#loader .loader-wrap {
	position: relative;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	display: inline-block;
	border: 2px solid #222; 
	/* background-image: url("/public/sagedining/assets/images/logoLoader.gif");
    background-repeat: no-repeat;
    background-position: top top; */

	-webkit-animation: loader-rotate 2s infinite ease;
	   -moz-animation: loader-rotate 2s infinite ease;
		 -o-animation: loader-rotate 2s infinite ease;
			animation: loader-rotate 2s infinite ease;
}
@-webkit-keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(180deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes loader-rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	25% {
		-moz-transform: rotate(180deg);
	}
	50% {
		-moz-transform: rotate(180deg);
	}
	75% {
		-moz-transform: rotate(360deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes loader-rotate {
	0% {
		-o-transform: rotate(0deg);
	}
	25% {
		-o-transform: rotate(180deg);
	}
	50% {
		-o-transform: rotate(180deg);
	}
	75% {
		-o-transform: rotate(360deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}
@keyframes loader-rotate {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 
#loader .loader-wrap span {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	background-color: #222;

	 -webkit-animation: loader-bg 2s infinite ease-in;
	   -moz-animation: loader-bg 2s infinite ease-in;
		 -o-animation: loader-bg 2s infinite ease-in;
			animation: loader-bg 2s infinite ease-in; 
}
@-webkit-keyframes loader-bg {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}
@-moz-keyframes loader-bg {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}
@-o-keyframes loader-bg {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}
@keyframes loader-bg {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

#wrapper {
	overflow: hidden;
}
body.box-layout #wrapper {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#country-list > a {
	z-index: 304;
}

#country-list ul li:hover {
	background-color: #f2f2f2;
}

#country-list ul {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	min-width: 100px;
	margin: 0;
	padding: 5px 0;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-size:12px;
	background-color: white;
	border: 1px solid #e7e7e7;
	list-style: none;
	white-space: nowrap;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.16s ease;
	   -moz-transition: all 0.16s ease;
	    -ms-transition: all 0.16s ease;
	     -o-transition: all 0.16s ease;
	        transition: all 0.16s ease;
}

/* Active toggle button for Language and Currency list*/
#country-list.is-open > a {
	border-color: #e7e7e7;
}
/* Tooggle Language and Currency list */
#country-list.is-open ul {
	visibility: visible;
	opacity: 1;
	z-index:9999999;
}





/* Resolution from 320px to 640px */
@media (min-width: 320px) and (max-width: 640px) {
	.info-bar .left-info {
		display: none;
	}
}

/* Resolution from 320px to 480px */
@media (min-width: 320px) and (max-width: 480px) {
	nav .search-dropdown {
		-webkit-transform: translateX(20%);
		   -moz-transform: translateX(20%);
			-ms-transform: translateX(20%);
			 -o-transform: translateX(20%);
				transform: translateX(20%);
	}
	
	nav .shop-dropdown {
		-webkit-transform: translateX(15%);
		   -moz-transform: translateX(15%);
			-ms-transform: translateX(15%);
			 -o-transform: translateX(15%);
				transform: translateX(15%);
	}
}






/***************************************************
    Header
***************************************************/




.btn-align { position: relative; top: 45%; }
.btn-ghost {
  display: block;
  width: 250px; width: 25rem;
  height: 30px; height: 3.0rem;
  font: 700 20px/40px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font: 2.0rem/4.0rem;
  letter-spacing: 0.01rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .16s ease;
  margin: 0 auto;
}
.btn-blue { color: #fff; border: 2px solid #fff; }
.btn-blue:hover, .btn-blue:active, .btn-blue:focus  {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}

@media screen and (max-width: 420px) { /* iPhone Landscape */
  .btn-ghost {
    width: 100px; width: 10.0rem;
    height: 30px; height: 3.0rem;
    font-size: 9px; font-size: 0.9rem;
    line-height: 13px; line-height: 1.3rem;
  }
}

@media screen and (max-width:479px) {
.sideImage {
		display:none;
	}
	/* .spiceOfLife {display:none;}
	.competitive {display:none;}
	.training {display:none;}
	.careers {display:none;}
	.video {display:none;}
	.catering {display:none;}
	.dms {display:none;}
	.veggieswood {display:none;} */
	/* .delighting {display:none;} */
	/* .dining {display:none;}
	.inspiring {display:none;}
	.fostering {display:none;}
	.thanks {display:none;}
	.service {display:none;}
	.illustration {display:none;}
	.careers1 {display:none;}
	.careers2 {display:none;}
	.scratchCooking {display:none;}
	.homeOfficeSupport{display:none;}
	.batchCooking {display:none;}
	.customMenus {display:none;}
	.anniversary {display:none;}
	.localSourcing {display:none;}
	.customerSatisfaction {display:none;}
	.thankYou {display:none;}
	.catering {display:none;} */
}


@media screen and (min-width:480px) {
.sideImage {
		display:block;
	}
	.spiceOfLife {display:table;}
	.competitive {display:table;}
	/* .training {display:table;} */
	/* .careers {display:table;} */
	/* .careers3 {display:table;} */
	.video {display:table;}
	/* .catering {display:table;} */
	/* .dms {display:table;} */
	.veggieswood {display:table;}
	/* .delighting {display:table;} */
	.dining {display:table;}
	/* .inspiring {display:table;} */
	.fostering {display:table;}
	.thanks {display:table;}
	.service {display:table;}
	.testimony {display:table;}
	.illustration {display:table;}
	.careers1 {display:table;}
	.careers2 {display:table;}
	.scratchCooking {display:table;}
	/* .homeOfficeSupport{display:table;} */
	/* .batchCooking {display:table;} */
	/* .customMenus {display:table;} */
	/* .anniversary {display:table;} */
	/* .localSourcing {display:table;} */
/* .localSourcing2 {display:table;} */
	/* .customerSatisfaction {display:table;} */
	.thankYou {display:table;}
	/* .catering {display:table;} */
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.projects-container {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.projects-container b {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1em 1.3em;
  border-radius: 50em;
  border: 1px solid #ffffff;
}
.projects-container::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.projects-container .cd-single-project {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  /* on mobile -  move items outside the viewport */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.projects-container .cd-single-project::after {
  /* background image */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50vh;
  width: 100%;
  background-image: url("/public/sagedining/assets/images/cuttingBoard.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.2s, height 0.4s;
  -moz-transition: opacity 0.2s, height 0.4s;
  transition: opacity 0.2s, height 0.4s;
}
.projects-container .cd-single-project::before {
  /* never visible - this is used in jQuery to detect if the background image has been loaded  */
  content: '/public/sagedining/assets/images/cuttingBoard.jpg';
  display: none;
}
.projects-container .cd-single-project:nth-of-type(2) {
  top: 50vh;
}
.projects-container .cd-single-project:nth-of-type(2)::after {
  background-image: url("/public/sagedining/assets/images/batchCooking.jpg");
  background-position: bottom center;
}
.projects-container .cd-single-project:nth-of-type(2)::before {
  content: '/public/sagedining/assets/images/batchCooking.jpg';
}

.projects-container .cd-single-project.is-loaded {
  /* move items in the viewport when background images have been loaded */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.projects-container .cd-single-project.is-full-width {
  /* selected item */
  top: 0;
  height: auto;
  z-index: 1;
  cursor: auto;
  -webkit-transition: z-index 0s 0s, top 0.4s 0s;
  -moz-transition: z-index 0s 0s, top 0.4s 0s;
  transition: z-index 0s 0s, top 0.4s 0s;
}
.projects-container .cd-single-project.is-full-width::after {
  height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .projects-container::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .projects-container .cd-single-project {
    width: 50vw;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: width 0s;
    -moz-transition: width 0s;
    transition: width 0s;
  }
  .projects-container .cd-single-project:first-of-type::before {
    content: '/public/sagedining/assets/images/cuttingBoard.jpg';
  }
  .projects-container .cd-single-project:first-of-type::after {
    background-image: url("/public/sagedining/assets/images/cuttingBoard.jpg");
  }
  .projects-container .cd-single-project:nth-of-type(2) {
    top: 0;
    left: 50vw;
  }
  .projects-container .cd-single-project:nth-of-type(2)::before {
    content: '/public/sagedining/assets/images/batchCooking.jpg';
  }
  .projects-container .cd-single-project:nth-of-type(2)::after {
    background-image: url("/public/sagedining/assets/images/batchCooking.jpg");
  }
    .projects-container .cd-single-project::after {
    height: 100vh;
    width: 100%;
    opacity: 0;
  }
  .projects-container .cd-single-project.is-loaded {
    /* show items when background images have been loaded */
    opacity: 1;
  }
  .projects-container .cd-single-project.is-loaded::after {
    opacity: 1;
  }
  .projects-container .cd-single-project.is-full-width {
    /* selected item */
    left: 0vw;
    width: 100vw;
    -webkit-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
    -moz-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
    transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
  }
}
@media only screen and (min-width: 1170px) {
  .projects-container .cd-single-project::after {
    background-attachment: fixed;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
    -moz-transition: -moz-transform 0.8s, opacity 0.5s;
    transition: transform 0.8s, opacity 0.5s;
  }
  .projects-container .cd-single-project.is-loaded::after {
    opacity: 0;
  }
  .no-touch .projects-container .cd-single-project:hover::after, .projects-container .cd-single-project.is-full-width.is-loaded::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cd-title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12.5vh;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.is-full-width .cd-title {
  top: 50vh;
  -webkit-transition: opacity 0s, top 0.4s;
  -moz-transition: opacity 0s, top 0.4s;
  transition: opacity 0s, top 0.4s;
}
.cd-title > * {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-title h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.cd-title p {
  font-size: 1.4rem;
  font-family: "Open Sans", serif;
  font-style: italic;
  line-height: 1.2;
  padding: .4em 2em;
  display: none;
  opacity: .6;
}
@media only screen and (min-width: 1024px) {
  .cd-title {
    top: 50vh;
    width: 50vw;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-20px);
    -moz-transform: translateY(-50%) translateX(-20px);
    -ms-transform: translateY(-50%) translateX(-20px);
    -o-transform: translateY(-50%) translateX(-20px);
    transform: translateY(-50%) translateX(-20px);
  }
  .is-loaded .cd-title {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s, left 0.4s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s, left 0.4s;
    transition: transform 0.6s, opacity 0.6s, left 0.4s;
  }
  .is-loaded.is-full-width .cd-title {
    left: 37.5vw;
    -webkit-transition: -webkit-transform 0.6s, opacity 0s, left 0.4s;
    -moz-transition: -moz-transform 0.6s, opacity 0s, left 0.4s;
    transition: transform 0.6s, opacity 0s, left 0.4s;
  }
  .cd-title p {
    display: block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title h2 {
    font-size: 3.6rem;
  }
}

.cd-project-info {
  clear: both;
  visibility: hidden;
  opacity: 0;
  margin-top: 100vh;
  padding: 4em 0;
  cursor: auto;
  background-color: #ffffff;
  color: #3f538e;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.is-full-width .cd-project-info {
  visibility: visible;
  opacity: 1;
}
.cd-project-info p {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  .cd-project-info {
    position: relative;
    z-index: 1;
  }
}

.projects-container .cd-close,
.projects-container .cd-scroll {
  display: block;
  z-index: 1;
  width: 44px;
  height: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transition: -webkit-transform 1s 0s, visibility 0s 1s;
  -moz-transition: -moz-transform 1s 0s, visibility 0s 1s;
  transition: transform 1s 0s, visibility 0s 1s;
}

.projects-container .cd-close {
  position: fixed;
  top: 30px;
  right: 5%;
  background: url("/public/sagedining/assets/images/cd-icon-close-mobile.svg") no-repeat center center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
@media only screen and (min-width: 1170px) {
  .projects-container .cd-close {
    background-image: url("/public/sagedining/assets/images/cd-icon-close-desktop.svg");
  }
}

.projects-container .cd-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  background: url("/public/sagedining/assets/images/cd-icon-arrow-mobile.svg") no-repeat center center;
}
@media only screen and (min-width: 1170px) {
  .projects-container .cd-scroll {
    background-image: url("/public/sagedining/assets/images/cd-icon-arrow-desktop.svg");
  }
}

.project-is-open .cd-close,
.project-is-open .cd-scroll {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform 0.4s 0s, visibility 0s 0s;
}

.project-is-open .cd-scroll {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-animation: cd-translate 1.2s 0.4s;
  -moz-animation: cd-translate 1.2s 0.4s;
  animation: cd-translate 1.2s 0.4s;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.no-touch .project-is-open .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touch .project-is-open .cd-scroll:hover {
  -webkit-transform: translateX(-50%) scale(1.2);
  -moz-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
  -o-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
}

@-webkit-keyframes cd-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}
@-moz-keyframes cd-translate {
  0% {
    -moz-transform: translateX(-50%) scale(1);
  }
  50% {
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
  }
}
@keyframes cd-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
    -ms-transform: translateY(10px) translateX(-50%) scale(1);
    -o-transform: translateY(10px) translateX(-50%) scale(1);
    transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}

@media screen and (min-width: 781px) {
	
.personal-wrapper-list > li {
	margin-top:4px;
	margin-bottom:0px;
	padding-bottom:0px;
}

	
.welcome_to_sage {
	margin-top:-16px;
	height:450px;
}

.join_our_team {
	margin-top:4px;
}


.pad-small-bottom {
	padding-bottom:60px;
}
	
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax-top {
  height: 600px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.delighting {
  background-image: url(../images/homepage1.jpg);
}
section.module.catering {
  background-image: url(../images/shrimp1.jpg);
}
section.module.thankYou {
  background-image: url(../images/thankyou1.jpg);
}
section.module.customerSatisfaction {
  background-image: url(../images/thankYouBanner4.jpg);
}
section.module.localSourcing2 {
  background-image: url(../images/localVendor4.jpg);
}
section.module.localSourcing {
	background-image: url(../images/greens_and_beans.jpg);
}
section.module.sageGardens {
  background-image: url(../images/sage_in_garden.jpg);
}
section.module.spiceOfLife {
  background-image: url(../images/goodAwareness.jpg);
}
section.module.competitive {
  background-image: url(../images/careers6.jpg);
}
section.module.training {
  background-image: url(../images/CareerParallax.jpg);
}
section.module.careers {
  background-image: url(../images/careers2.jpg);
}
section.module.careers3 {
  background-image: url(../images/MeetRestOfTeamParallax.jpg);
}
section.module.exploreOnlineMenus2 {
  background-image: url(../images/onlinemenus3.jpg);
}
section.module.introfood {
  background-image: url(../images/cuttingBoard1_mobile.jpg);
}
section.module.customMenus {
  background-image: url(../images/chickenLarge.jpg);
}
section.module.inspiring {
	background-image: url(../images/homepage3.jpg);
}
section.module.dms {
	background-image: url(../images/SAGEDifferenceParallax.jpg);
}
section.module.homeOfficeSupport {
	background-image: url(../images/sagehousesign.jpg);
}
section.module.anniversary {
	background-image: url(../images/Paco2.1.jpg);
}
section.module.exploreOnlineMenus {
	background-image: url(../images/onlinemenus7.JPG);
}
section.module.batchCooking {
	background-image: url(../images/stirfry2.jpg);
}
section.module.aboutUs {
    background-image: url(../images/About_Us_Tina_and_Paco.jpg);
}


.PostSlider-Title {
	font-size:28px !important;
	line-height:32px !important;
}
.PostSlider-Title-sf {
	font-size:28px;
	line-height:32px;
}
.PostSlider-Content {
	font-size:16px !important;
	line-height:22px !important;
}
.PostSlider-Content-sf {
	font-size:16px;
	line-height:22px;
}
.PostSlider-Category a {
	font-size:12px !important;
	line-height:15px !important;
}
.PostSlider-Button {
  /* color: #000000;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  border: solid #000000 2px;
  text-decoration: none; */
}

.PostSlider-Button:hover {
  /* background: #000000;
  text-decoration: none;
	color:#FFF !important; */
}

#mobile-app-description {
	padding-bottom:20px;
	padding-top:40px;
}

}




/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
/*and (orientation: landscape)*/
/*and (-webkit-min-device-pixel-ratio: 2*/
{
    section.module.parallax {
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    section.module.parallax-top {
    height: 600px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

}

/* Mobile Only */
@media screen and (max-width: 780px) {
	
#contact-modes, #get-in-touch {
	display:none;
}	
.contact-lead {
	font-size:14px !important;
	line-height:17px !important;
}

.contact_address {
	font-size:14px !important;
	line-height:16px !important;
}

.contact-phone {
	font-size:14px !important;
	line-height:16px !important;
}

.contact-email {
	font-size:14px !important;
	line-height:16px !important;
}

.text-boxes {
	font-size:14px !important;
	line-height:16px !important;
}
	
.personal-wrapper-list > li {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:4px;
	padding-top:4px;
}

	
.join_our_team {
	margin-top:80px;
}
	
.welcome_to_sage_section {
	padding-bottom:0px;
}
	
.welcome_to_sage {
	margin-top:0px;
	height:500px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.PostSlider-Title {
	/* font-size:18px !important; */
	/* line-height:21px !important; */
}
.PostSlider-Content {
	font-size:14px !important;
	line-height:18px !important;
}
.PostSlider-Category a {
	font-size:9px !important;
	line-height:12px !important;
}

.PostSlider-Button {
  /* color: #000000;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  border: solid #000000 2px;
  text-decoration: none; */
}

.PostSlider-Button:hover {
  /* background: #000000;
  text-decoration: none;
	color:#FFF; */
}

/* Put resized parallax images here */
	
	.quickContact {
	display:none;
	}

.spiceOfLife {background: url(../images/goodAwareness_mobile.jpg) no-repeat center center; height: 60vh; width: 100%; background-size:cover; display:table; }
.competitive {background: url(../images/careers6_mobile.jpg) no-repeat top center; height: 60vh; width: 100%; background-size:cover; display:table; }
.training {background: url(../images/careers6_mobile.jpg) no-repeat top center; height: 60vh; width: 100%; background-size:cover; display:table; }
.careers {background: url(../images/careers2_mobile.jpg) no-repeat top center; height: 60vh; width: 100%; background-size:cover; display:table; }
.careers3 {background: url(../images/smilingCashier_mobile.jpg) no-repeat bottom center; height: 60vh; width: 100%; background-size:cover; display:table; }
.video {background-attachment: fixed; background-position: top; height:60vh;background-size:cover; display:table; }
.catering {background: url(../images/shrimp1_mobile.jpg) no-repeat bottom center; height:60vh; width: 100%; background-size:cover; display:table;}
.dms {background: url(../images/careerSm2_mobile.jpg) no-repeat top center; height:60vh; width: 100%; background-size:cover; display:table;}
.veggieswood {background: url(../images/stirfry_mobile.jpg) no-repeat top center; height:60vh; width: 100%; background-size:cover; display:table;}
.delighting {background: url(../images/delighting_senses_mobile.jpg) no-repeat bottom center; height:60vh; width: 100%; background-size:cover; display:table;}
.dining {background: url(../images/experience1_mobile.jpg) no-repeat center left; height:60vh; width: 100%; background-size:cover; display:table;}
.inspiring {background: url(../images/students_gardening_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.fostering {background: url(../images/fostering_community_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.thanks {background: url(../images/bannerThanks_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.service {background: url(../images/school_cafeteria_cooking_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.testimony {background: url(../images/diningHall3_mobile.jpg) no-repeat bottom center; height:60vh; width: 100%; background-size:cover; display:table;}
.introfood {background: url(../images/cuttingBoard1_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
 
	
.careers1 {background: url(../images/careers2_mobile.jpg) no-repeat top center; height:60vh; width: 100%; background-size:cover; display:table;}
.scratchCooking {background: url(../images/cuttingBoard1_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.homeOfficeSupport{background: url(../images/sagehousesign_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
 .batchCooking {background: url(../images/stirfry2mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
 .customMenus {background: url(../images/chickenLarge_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.anniversary {background: url(../images/Paco2.1_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.localSourcing {background: url(../images/greens_and_beans_mobile.jpg) no-repeat top center; height:60vh; width: 100%; background-size:cover; display:table;}
.sageGardens {background: url(../images/sage_in_garden.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.localSourcing2 {background: url(../images/localVendor4_mobile.jpg) no-repeat top center; height:60vh; width: 100%; background-size:cover; display:table;}
.customerSatisfaction {background: url(../images/thankYouBanner4_mobile.jpg) no-repeat top center; height:60vh; width: 100%; background-size:cover; display:table;}
.thankYou {background: url(../images/thankyou1_mobile.jpg) no-repeat center center; height:60vh; width: 100%; background-size:cover; display:table;}
.catering {background: url(../images/catering1_mobile.jpg) no-repeat bottom center; height:60vh; width: 100%; background-size:cover; display:table;}
 
 .cd-item.scratchCookingCube {
  background: url(../images/scratchCooking3.jpg) no-repeat center center; 
	height:100vh; width: 100%; background-size:cover; display:table !important;
 	
      
}
.cd-item.batchCookingCube {
  /* background-color: #363558; */
	/* background-color:#D40000 !important; */
	background: url(../images/chickenCooked.jpg) no-repeat bottom center; 
	height:100vh; width: 100%; background-size:cover; display:table !important;
      
}

.cd-item.fromHere {
  /* background-color: #363558; */
	/* background-color:#92c93D !important; */
	/* background-color:#657775 !important; */
	background: url(../images/snowPeas.jpg) no-repeat center center; height:100vh; width: 100%;background-size:cover; display:table !important;
	
}
.cd-item.fromNear {
  /* background-color: #544173; */
	/* background-color:#4F6E32 !important; */
	/* background-color:#C15741 !important; */
	background: url(../images/lettuce.jpg) no-repeat center center; height:100vh; width: 100%;background-size:cover; display:table !important;
}

#breadcrumb {
	display:none;
}

#mobileBreadcrumbsApplication {
	display:block;
}



}

/* Mobile Only */
@media screen and (max-width: 500px) {
	.hs-area {
	display:none;
	}
	
}

@media screen and (max-width: 600px) {
.count2 {
	margin-top:30px;
}

#mobile-app-description {
	padding-bottom:40px;
	padding-top:0px;
}

.count3 {
	margin-top:30px;
}
}

.coronaResponse {
    font-family: initial;
    font-size: 19px;
}