﻿#layout-body {
  background-color: #000;
}
/*for Orchard*/
#content {
  margin-top: 2px;
}
.zone-content .content-control,
.zone-primary-callout .widget-control {
  border: 1px solid #5cb85c;
  padding: 10px;
}
.zone-before-main {
  display: none;
}
#careers-header .zone-before-main {
  display: block;
}
.manage-actions a {
  position: absolute;
  z-index: 999;
  font-weight: bold;
  background-color: #faf506 !important;
  right: 20px;
  padding: 2px;
}
.zone-content .manage-actions a,
.zone-primary-callout .manage-actions a {
  background-color: #5cb85c !important;
  color: #fff !important;
  right: 16px;
}
.zone-content .manage-actions a {
  top: 0;
}
#careers-home-top .manage-actions a {
  position: relative;
  left: 96%;
  top: -10px;
}
.news-post-events .manage-actions {
  position: relative;
  top: -20px;
}
footer .manage-actions a,
header .manage-actions a {
  right: 10px;
}
#career-middle-content {
  list-style: none;
  list-style-type: none;
}
#User-login-form {
  margin: 300px auto 0 auto;
  width: 100%;
  text-align: center;
}
.user-display:nth-child(2) {
  visibility: hidden;
}
/*promo sliders*/
@media (min-width: 320px) and (max-width: 400px) {
  #promo .carousel .item .promo-details {
    min-height: 400px;
  }
}
@media (min-width: 400px) and (max-width: 640px) {
  #promo .carousel .item .promo-details {
    min-height: 300px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  #promo .carousel .item .promo-details {
    min-height: 300px;
  }
}
@media (min-width: 769px) {
  #promo .carousel .item .promo-details {
    min-height: 230px;
  }
}
/*end of orchared related css*/
body {
  font-family: 'Lato', sans-serif, 'Trebuchet MS';
  background-color: #000;
  font-size: 12px;
  line-height: 1.42857143;
  color: #cccccc;
}
.pad-left-sm {
  padding-left: 8px;
}
/*JosephPu Removed Icons*/
/*[class^="icon-"], [class*=" icon-"]
{
    background-image: url("/content/images/glyphicons-halflings.png");
}*/
.spacer2 {
  padding: 2px 0;
}
.spacer4 {
  padding: 4px 0;
}
.spacer6 {
  padding: 6px 0;
}
.spacer8 {
  padding: 8px 0;
}
.spacer10 {
  padding: 10px 0;
}
.spacer12 {
  padding: 12px 0;
}
#layout-main-content {
  position: relative;
  /*top: -101px;*/
  top: -3px;
  z-index: 16;
}
#layout-main-content.shrink {
  position: relative;
  top: -530px;
}
/* common icons*/
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon-left-sm {
  width: 14px;
  height: 23px;
  background: url(../content/images/homev3/home_sprite.png) no-repeat;
  background-position: -440px -1px;
  display: inline-block;
}
a:hover .icon-left-sm {
  width: 14px;
  height: 23px;
  background: url(../content/images/homev3/home_sprite.png) no-repeat;
  background-position: -455px -1px;
}
.icon-right-sm {
  width: 14px;
  height: 23px;
  background: url(../content/images/homev3/home_sprite.png) no-repeat;
  background-position: -476px -1px;
  display: inline-block;
}
a:hover .icon-right-sm {
  width: 14px;
  height: 23px;
  background: url(../content/images/homev3/home_sprite.png) no-repeat;
  background-position: -494px -1px;
}
/*Carousel styles*/
#top-carousel-wrapper,
#top-carousel {
  position: relative;
}
#top-carousel-wrapper.shrink,
#top-carousel.shrink {
  top: 500px;
}
.carousel-icon-right {
  width: 30px;
  height: 46px;
  background: url(../content/images/homev3/home_sprite.png) no-repeat;
  background-position: -6px -19px;
  display: inline-block;
}
a:hover .carousel-icon-right {
  background: url(../content/images/homev3/home_sprite.png) no-repeat;
  width: 30px;
  height: 46px;
  background-position: -40px -19px;
  display: inline-block;
}
.carousel-icon-left {
  width: 30px;
  height: 46px;
  background: url(../content/images/homev3/home_sprite.png) no-repeat;
  background-position: -72px -19px;
  display: inline-block;
}
a:hover .carousel-icon-left {
  background: url(../content/images/homev3/home_sprite.png) no-repeat;
  display: inline-block;
  width: 30px;
  height: 46px;
  background-position: -106px -19px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #b40202;
  border-radius: 10px;
  cursor: pointer;
  background-color: #b40202;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #fff;
}
/* end carousel styles*/
/*bootstrap overrides*/
a {
  color: #958a66;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: #ccc;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-secondary {
  color: #fff;
  background-color: #b40202;
  border-color: transparent;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #8c0202;
  border-color: rgba(0, 0, 0, 0);
}
/*end of bootstrap override*/
/* sub page styles*/
#layout-container.sub-page {
  background: #111111 url(/content/images/global/page_bg.jpg) no-repeat center top;
  margin: 0 auto;
  /*max-width: 1060px;*/
}
#layout-container.sub-page.full-width {
  max-width: none;
  background: none;
}
body.narrow #layout-container.sub-page {
  max-width: 860px;
}
body.narrow #layout-container.sub-page {
  background: #111111 url(/content/images/global/cafe/cafe_sm_bg.jpg) no-repeat center top;
}
#subPageMaincontent {
  background-color: #000;
}
#layout-wrapper.sub-page {
  background: #111111 url(/content/images/global/page_bg_tile.jpg) repeat-x 0 0;
}
body.narrow #layout-wrapper.sub-page {
  background: #111111 url(/content/images/global/cafe/cafe_sm_bg_tile.jpg) repeat-x 0 0;
}
#layout-container.sub-page #body-bottom {
  background: #111111 url(/content/images/global/body_bot.jpg) no-repeat 0 0;
  height: 63px;
}
body.narrow #layout-container.sub-page #body-bottom {
  background: #111111 url(/content/images/global/cafe/body_bot.jpg) no-repeat 0 0;
}
.splash-header-title,
.subpage-header-title {
  text-transform: uppercase;
  position: absolute;
  left: 26px;
  bottom: 20px;
  font-size: 24px;
  color: #fff;
  font-family: 'Lato', sans-serif, 'Trebuchet MS';
  font-weight: 700;
  text-shadow: 2px 2px 1px #000;
}
/*508 complicance code*/
#skiplink a {
  width: 0;
  position: absolute;
  overflow: hidden;
  height: 0;
}
#skiplink a:active,
#skiplink a:focus {
  width: auto;
  padding: 3px 5px 5px;
  border: 1px solid #FFFFFF;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  overflow: visible;
  height: auto;
  top: 3px;
  right: 3px;
  z-index: 1025!important;
  top: 160px;
}
/*# sourceMappingURL=site.css.map */