

/* req */
.californiaburrito-icon-wrap {
  position: absolute;
  height: 80px;
  width: 100%;
  max-width: 750px;
  left: 50%;
  margin-left: -375px;
  z-index: 3;
  bottom: 20px;
}
.californiaburrito-icon-wrap .californiaburrito-icon-arrow-circle {
  position: absolute;
  /*bottom: 20px;*/
  z-index: 1030;
}
.californiaburrito-icon-wrap .californiaburrito-icon-arrow-left-circle {
  left: 0;
}
.californiaburrito-icon-wrap .californiaburrito-icon-arrow-right-circle {
  right: 0;
}
.slider-indicators .active {
 
}
@media screen and (max-width: 1024px) {
  .californiaburrito-icon-wrap {
    width: 100%;
    max-width: 500px;
    margin-left: -225px;
  }
}
@media screen and (max-width: 720px) {
  .sweetgreen-icon-wrap {
    width: 100%;
    max-width: inherit;
    margin-left: 0;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  a.californiaburrito-icon-arrow-circle {
    font-size: 40px;
    top: 12px;
  }
}



img {
  /* Responsive images (ensure images don't scale beyond their parents) */


  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img.fullwidth {
  width: 100%;
  height: auto;
}
img.fullheight {
  width: auto;
  height: 100%;
}
img.maxwidth {
  max-width: 100%;
  height: auto;
}
img.maxheight {
  width: auto;
  max-height: 100%;
}

.no-backgroundsize .bgreplaced > .bgwrap > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 50%;
  height: auto;
  margin: auto;
}
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label {
  display: block;
  line-height: 20px;
  cursor: pointer;
}

.form-horizontal label.control-label {
  text-align: right;
}
.control-group {
  margin-bottom: 20px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input {
  
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: transparent;
  border: 0 none;
  /*color:@linkColor;
  cursor:pointer;
  display:inline-block;
  outline: 0;
  margin: 0;
  font-size:@baseFontSize;
  font-family: inherit;
  line-height:@baseLineHeight;
  padding:0;
  height:auto;
  vertical-align:baseline;*/

  color: #ffffff;
  font-size: 20px;
  font-family: 'TradeGothic';
  letter-spacing: 0.025em;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 9px;
  margin: 0;
  z-index: 2;
}
button span,
input span {
  line-height: 60px;
  display: block;
  position: relative;
  padding: 0 25px;
  left: -4.5px;
}
button:hover,
input:hover,
button:focus,
input:focus {
  background-color: transparent;
}
button:hover:before,
input:hover:before,
button:focus:before,
input:focus:before {
  background: #df271b;
}
button[type="reset"],
input[type="reset"],
button[type="submit"],
input[type="submit"],
button[type="button"],
input[type="button"] {
  /*background-color:@btnBackground;
    .border-radius(@btnBorderRadius);
    border: 1px solid;
    border-color:@btnBorder;
    color:@btnColor;
    padding:(@baseLineHeight / 2) - 1 @baseLineHeight;*/

}
button.btn:hover,
input.btn:hover,
button.btn:focus,
input.btn:focus {
  background-color: #00b856;
}
button.btn-primary,
input.btn-primary {
  background-color: #df271b;
  border-color: #df271b #006c32 #005226;
}
button.btn-primary:hover,
input.btn-primary:hover,
button.btn-primary:focus,
input.btn-primary:focus {
  background-color: #00b856;
}
button:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -50px;
  width: 95%;
  min-width: 143px;
  height: 155px;
  background: #3b3b3b;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
@media screen and (max-width: 480px) {
  button {
    margin: 0 0 20px;
    /*.btn span {
        font-size: 14px;
        line-height: 35px;
        padding: 0 5px;
      }
  
      &:before {
        position: absolute;
        top: -8px;
        width: 88%;
        min-width: 5px;
        height: 50px;
      }*/
  
  }
  button span {
    font-size: 14px;
    line-height: 50px;
    padding: 0 5px;
  }
  button:before {
    position: absolute;
    top: -26px;
    min-width: 96px;
    height: 99px;
  }
}
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"],
.masked .box {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /*.border-radius(@inputBorderRadius);*/

  -webkit-appearance: none;
  background-color: white;
  /*border: 1px solid;
  border-color:@inputBorder;
  color:@textColor;
  outline: 0;*/

  margin: 0;
  /*font-size:@baseFontSize;
  line-height:@baseLineHeight;
  padding-top:(@baseLineHeight / 2) - 1;
  padding-bottom:(@baseLineHeight / 2) - 1;
  font-family: inherit;
  vertical-align:baseline;
  height:auto;
  display:inline-block;*/

  color: #4c5b52;
  font-size: 20px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  /*letter-spacing: 0.025em;*/

  /*line-height: 22px;*/

  /*line-height: 60px;*/


  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  overflow: hidden;

  
}
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,
.masked .box:focus {
  -webkit-box-shadow: #df271b 0 0 2px 0;
  -moz-box-shadow: #df271b 0 0 2px 0;
  box-shadow: #df271b 0 0 2px 0;
  border-color: #df271b;
  z-index: 1;
}
fieldset {
  background: #FFF;
  margin: 20px 0;
}
fieldset input {
  float: left;
}
fieldset button {
  float: right;
  margin-right: -25px;
}
@media screen and (max-width: 720px) {
  fieldset input {
    min-width: 200px !important;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  fieldset {
    margin-left: -15px;
  }
  fieldset input {
    font-size: 18px !important;
    height: 50px;
    width: 120px;
    min-width: 120px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  fieldset button {
    margin-bottom: 0;
  }
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input.placeholder_text,
textarea.placeholder_text {
  color: #999999;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #000000));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 87%;
}
optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.masked .box,
.masked .icon {
  display: inline-block;
  text-align: center;
  back-ground-repeat: no-repeat;
}
.masked .box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  padding: 0;
}
.masked .disabled .box {
  background-color: #eeeeee;
}

.masked .hover .box {
  -webkit-box-shadow: #df271b 0 0 2px 0;
  -moz-box-shadow: #df271b 0 0 2px 0;
  box-shadow: #df271b 0 0 2px 0;
  border-color: #df271b;
}
.masked .checkbox .icon {
  height: 16px;
  width: 16px;
  margin: 1px auto;
}

.masked .checked .icon {
  background-color: #4c5b52;
}
.masked .disabled.checked .icon {
  background-color: #9da5a0;
}
/* Images */
img.alignleft {
  float: left;
}
img.alignright {
  float: right;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* =Comments
-------------------------------------------------------------- */
#comments ol,
#comments ul {
  margin: 0;
  list-style: none;
}
#comments .comment {
  margin-top: 10px;
  margin-bottom: 20px;
}
#comments .comment .media-heading {
  margin-top: 0;
  margin-bottom: 0;
}
/* Comment form */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.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;
}
.slide {
  position: relative;
  overflow: hidden;
  top: 0;
  height: 50%;
  -webkit-transition: margin-top 0.15s ease;
  -moz-transition: margin-top 0.15s ease;
  -o-transition: margin-top 0.15s ease;
  transition: margin-top 0.15s ease;
}
.slide.up {
  margin-top: -50%;
}
.slide.down {
  height: auto;
  margin-top: 0;
}
#discussion {
  position: relative;
  overflow: hidden;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
a,
.pointer,
#header a,
.col,
.share {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.trans {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.trans-opacity {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.vid-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#get-the-app.trans {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
nav.main-menu.trans {
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
.bg-image,
.vid-overlay {
  opacity: 0;
}
.lt-ie9 header#header,
.lt-ie9 article,
.lt-ie9 footer#footer {
  min-width: 1024px;
}
p {
  margin: 11px 0;
  line-height: 22px;
}
h1 {
  font-size: 60px;
}
h1,
h2 {
  letter-spacing: -0.05em;
}
h4,
h5,
h6 {
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
}
h1.sm {
  font-size: 40px;
}
h1.sweetgreen-in-schools {
  max-width: 360px;

  background-size: 100% auto;
  padding: 70px 0;
  margin-left: auto;
  margin-right: auto;
}
h1 img {
  height: auto;
}
.no-wrap {
  white-space: nowrap;
}
#spinner #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.share {
  display: inline;
  cursor: pointer;
  font-size: 30px;
}
.share.share-email {
  padding-left: 3px;
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
.share.share-email a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.share .box {
  display: none;
}
.share:hover {
  color: #8cc63f;
}
.standard-a a {
  color: #df271b !important;
  font-family: 'Source Sans Pro Bold';
  border-bottom: 1px solid;
}
.standard-a a:hover {
  color: #4c5b52;
  text-decoration: none !important;
}
header#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  width: 100%;
  -webkit-transition: top 0.8s ease;
  -moz-transition: top 0.8s ease;
  -o-transition: top 0.8s ease;
  transition: top 0.8s ease;
}
header#header #banner {
  position: relative;
}
header#header a#brand {
  line-height: 40px;
  vertical-align: middle;
  padding: 0 20px;
  padding-top: 3px;
  padding-bottom: 0px;
  max-width: 100px;
  width: 100px;
  display: block;
  float: left;
}
header#header a#brand img.brand-sm {
  max-width: 35px;
  padding-top: 8px;
  display: none;
}
header#header .navbar > li > a {
  padding: 15px 20px;
}
header#header.sub {
  top: -100px;
}
nav li.active a,
nav li a:hover {
  color: #df271b !important;
}
.banner-bg {
  background: rgba(255, 255, 255, 0.9);
}
.lt-ie9 .banner-bg {
  background: url(../img/bg-white-trans.png);
}
div#sidenav {
  left: -15px;
  top: 50%;
  margin-top: -150px;
  z-index: 500;
}
div#sidenav ul li {
  margin: 0 0 5px 0;
}
div#content {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  div#main {
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.56);
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
div#main.active-sidebar {
  margin-right: -70%;
}
header#header.active-sidebar,
#footer.active-sidebar {
  left: 70% !important;
}
section#mobile-nav {
  position: relative;
  width: 70%;
  overflow: hidden;
  float: left;
  margin-left: -100%;
  display: none;
}
section#mobile-nav.active-sidebar {
  margin-left: 0;
}
section#mobile-nav a.nav-home {
  width: 70%;
  display: block;
  margin: 11px auto;
}
section#mobile-nav nav {
  padding-top: 0px;
  /*border-top: solid 10px #DFE0DF;*/
}
section#mobile-nav ul {
  margin: 0;
  padding: 0;
}
section#mobile-nav ul li {
  display: block;
  list-style-type: none;
  width: 100%;
}
section#mobile-nav ul li a {
  font-family: 'BLAIRMDITC', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #4c5b52;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  padding: 9px 0 9px 15px;
  display: block;
}
section#mobile-nav ul li.californiaburrito-icona {
  padding-left: 50px;
}
section#mobile-nav ul li a:before {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -11px;
}
section#mobile-nav ul li a:hover {
  text-decoration: none;
}
section#mobile-nav .btn {
  margin: 0;
  padding: 0;
}
section#mobile-nav .btn:before {
  height: 0;
  position: absolute;
  display: inline-block;
}
section#mobile-nav ul.social {
  text-align: center;
}
section#mobile-nav ul.social li {
  width: 25%;
  display: inline;
}
section#mobile-nav ul.social a {
  padding: 0;
  font-size: 40px;
  line-height: 45px;
}
@media screen and (max-width: 720px) {
  section#mobile-nav {
    display: block;
  }
}
nav.main-menu li {
  font-size: 12px;
  font-weight:bold;
}
nav.main-menu a {
  color: #4c5b52;
}
ul.menu-button-right {
  overflow: hidden;
}
ul.menu-button li.btn {
  font-family: "BLAIRMDITC";
  text-transform: uppercase;
  float: right;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-right: -8px;
  border: none !important;
  font-size: initial;
}
ul.menu-button li.btn a {
  color: #ffffff !important;
  padding: 11px 14px 14px 16px !important;
  position: relative;
  z-index: 1;
}
ul.menu-button li.btn-alt {
  max-width: 220px;
}
ul.menu-button li.btn-alt a {
  font-family: 'Source Sans Pro Bold';
  font-size: 13px;
  line-height: 15px;
  padding: 2px 30px 7px 45px !important;
}
ul.menu-button li.californiaburrito-icona:before {
  font-family: 'sweetgreen';
  font-size: 47px;
  font-weight: normal;
  line-height: 0;
  margin-bottom: 6px;
  margin-right: 5px;
  display: block;
  position: relative;
  top: 16px;
  left: -48px;
}
ul.menu-button li.btn-alt a:before {
  display: block;
  position: relative;
  top: 21px;
  left: -45px;
  font-size: 40px;
}
nav#mobile-util {
  display: none;
  margin-top: -200px;
  position: relative;
}
nav#mobile-util li a {
  color: #4c5b52;
}
a.mobile-menu {
  font-size: 40px;
  line-height: 35px;
  float: left;
  padding: 10px 0 0 10px;
  display: none;
}
a.mobile-menu:hover {
  color: #df271b;
}
@media screen and (max-width: 1024px) {
  section.section div.wrap {
    width: 60%;
    padding-left: 20%;
    padding-right: 20%;
  }
  header#header .navbar > li > a {
    padding: 15px 13px;
  }
  footer#footer .navbar > li > a {
    padding: 13px 13px;
  }
}
@media screen and (max-width: 960px) {
  section.section div.wrap {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
  }
  header#header .navbar > li > a {
    padding: 15px 7px;
  }
  footer#footer #utility .navbar > li > a {
    padding: 13px 7px;
  }
}
@media screen and (max-width: 900px) {
  section.section div.wrap {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
  }
  header#header .navbar > li > a {
    padding: 15px 3px;
  }
  footer#footer #utility .navbar > li > a {
    padding: 13px 3px;
  }
  nav.main-menu li {
    font-size: 11px;
  }
  ul.menu-button li.btn a {
    font-size: 16px;
    letter-spacing: 0;
    padding: 15px 20px 15px 5px !important;
  }
  ul.menu-button li.btn a:before {
    display: none;
  }
  ul.menu-button li.btn.btn-alt {
    max-width: 170px;
  }
  ul.menu-button li.btn.btn-alt a {
    font-size: 14px;
    padding: 8px 20px 8px 5px !important;
  }
}
section.section.single div.wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 720px) {
  section.section div.wrap {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  section.section.last div.wrap {
    padding-bottom: 100px;
  }
  h1 {
    margin-top: 40px;
  }
  a.mobile-menu {
    display: block;
  }
  header#header nav.main-menu {
    display: none;
  }
  header#header a#brand {
    padding-left: 10px;
  }
  header#header nav#order-online {
    display: none;
  }
  div#sidenav {
    margin-left: -100%;
  }
  footer#footer {
    bottom: -100%;
  }
}
@media screen and (max-width: 480px) {
  header#header {
    position: fixed;
  }
  footer#footer {
    display: none;
  }
  header#header.active-sidebar,
  #footer.active-sidebar {
    left: 0;
  }
  section.section.single div.wrap {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 720px) {
  .desktophidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.californiaburrito-iconspan {
  display: block;
  overflow: hidden;
  text-indent: -999999px;
  height: 0;
}
.sweetgreen-icon-arrow {
  font-size: 48px;
  line-height: 0;
  position: relative;
  top: 10px;
}
.californiaburrito-icon-arrow-circle {
  font-size: 80px;
}
.sweetgreen-icon-facebook {
  font-weight: bold;
}
a.californiaburrito-icon{
  text-decoration: none;
}


.sweetgreen-icon-app:before {
  content: "";
}
.sweetgreen-icon-app a:before {
  font-family: 'sweetgreen';
  content: "\e00a";
}
a.cta {
  color: #df271b;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: 'Source Sans Pro Bold';
  letter-spacing: 2px;
}
#press-contact-inquire {
  color: #df271b;
  text-transform: uppercase;
  font-family: 'Source Sans Pro Bold';
  letter-spacing: 2px;
}
a.cta:hover {
  text-decoration: none;
}
.pointer {

}
.btn {
  color: #ffffff;
  font-size: 20px;
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 9px;
  margin: 0 0 15px;
}
.btn:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -52px;
  width: 100%;
  height: 155px;
  background: #df271b;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.btn span {
  line-height: 60px;
  display: block;
  position: relative;
  padding: 0 49px;
  left: -4.5px;
}
.btn.sm span {
  font-size: 14px;
  line-height: 50px;
  padding: 0 25px;
}
.btn.sm:before {
  position: absolute;
  top: -26px;
  width: 93%;
  min-width: 96px;
  height: 99px;
}
@media screen and (max-width: 480px) {
  .btn {
    margin: 0 0 20px;
  }
  .btn span {
    font-size: 14px;
    line-height: 50px;
    padding: 0 25px;
  }
  .btn:before {
    position: absolute;
    top: -26px;
    width: 93%;
    min-width: 96px;
    height: 99px;
  }
}
a.btn:hover {
  text-decoration: none;
}
a.btn:hover:before {
  color: #ffffff;
  background: #df271b;
}
a.btn:hover {
  color: #ffffff !important;
}
.btn.inactive:before {
  background: #d1ced1;
}
.btn-description {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro Bold';
  position: absolute;
  width: 100%;
  left: -4px;
  top: 40px;
}
.lt-ie10 .btn-description {
  top: 10px;
}
.btn-mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 125px;
  width: 100%;
}
.btn-mask .img {
  position: absolute;
  left: 0px;
  top: -25px;
  width: 100%;
  height: 175px;
  background-color: #df271b;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.btn-mask a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.attribution {
  white-space: nowrap;
  font-family: 'Source Sans Pro Bold';
  -webkit-font-smoothing: antialiased;
  padding-top: 10px;
  line-height: 35px;
}
div.heading {
  position: relative;
}
div.heading .title,
div.heading h2 {
  padding-right: 30px;
}
div.heading div.callories {
  position: absolute;
  top: 0;
  right: 0;
}
div.callories {
  font-family: 'Source Sans Pro Bold';
}
div.description {
  margin-bottom: 20px;
}
div.sweetpress-bottle {
  font-size: 150px;
  line-height: 150px;
  width: 100%;
  position: relative;
}
div.sweetpress-bottle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
ul.tab-menu {
  margin: 0;
}
ul.tab-menu li {
  position: relative;
  list-style: none;
  display: inline;
}
@media screen and (max-width: 480px) {
  div.tab-pane {
    margin-top: 20px;
  }
}
.count6 div.sweetpress-bottle {
  font-size: 130px;
  line-height: 130px;
}
div.num {
  color: #df271b;
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
  font-size: 30px;
  border: 3px solid;
  padding: 8px;
  width: 22px;
  border-radius: 500px;
  margin: 0 auto;
}
section.light li.active a.btn {
  color: #ffffff;
}
section.light li.active a.btn:before {
  background: #df271b;
}
section.light li.active a.btn:hover {
  color: #ffffff !important;
}
section.light li a.btn {
  color: #4c5b52;
}
section.light li a.btn:before {
  background: #ffffff;
}
section.light li a.btn:hover {
  color: #df271b !important;
}
section.dark li.active a.btn {
  color: #4c5b52;
}
section.dark li.active a.btn:before {
  background: #ffffff;
}
section.dark li a.btn {
  color: #ffffff;
}
section.dark li a.btn:before {
  background: #df271b;
}
div#sidenav li a.btn {
  color: #ffffff;
}
div#sidenav li a.btn:before {
  background: rgba(76, 91, 82, 0.4);
}
div#sidenav li.active a.btn:before {
  background: #df271b;
}
section {
  position: relative;
  display: block;
  width: 100%;
  border-top: 0px solid #ffffff;
  background: #ffffff;
}
section.text-center {
  text-align: center;
}
section.min-height > div.wrap {
  min-height: 400px;
}
section:first-of-type {
  border: none;
}
section.first-of-type {
  border: none;
}
section:first-of-type div.wrap {
  padding-top: 0px;
}
section.first-of-type div.wrap {
  padding-top: 0px;
}
section div.wrap {
  float: none !important;
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}
section.last div.wrap {
  padding-bottom: 42px !important;
}
section div.wrap.top {
  padding-top: 40px;
  padding-bottom: 30px;
}
section div.content {
  width: 100%;
  max-width: 1024px;
  float: none;
  margin: 25px auto 100px;
}
@media screen and (max-width: 1024px) {
  section div.content {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  section.min-height > div.wrap {
    min-height: inherit;
  }
  section.last {
    padding-bottom: 100px;
  }
}
section div.vid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.vid-overlay.theater {
  z-index: 1;
}
section div.vid-overlay img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
div.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #df271b;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  
}
div#bg-sweetpress.bg-image {
  background-position: 50% 0;
}
div.bg-image img {
  max-width: inherit;
}
div.anystretch,
div.anystretch img {
  z-index: 0 !important;
  -webkit-backface-visibility: hidden;
}
section.section-instagram.dark {
  background: #ffffff;
}
section.section-instagram.light {
  background: #000000;
}
section.light,
div.light {
  color: #ffffff;
}
section.dark,
div.dark {
  color: #4c5b52;
}
section.light a,
div.light a {
  color: #ffffff;
}
section.light div.content a {
  font-family: 'Source Sans Pro Bold';
}
@media screen and (min-width: 720px) {
  section.single.win-height div.wrap {
    /*padding: 0;*/
  
  }
}
@media screen and (min-width: 720px) {
  section.single.win-height h1 {
    /*margin-top: 0;*/
  
  }
}
section.section-rotating-slide {
  position: relative;
  overflow: hidden;
  min-height: 602.3529411764706px;
  background: #df271b;
}
section.section-rotating-slide div.content {
  width: auto;
  margin-top: -200px;
  position: absolute;
  top: 45%;
  text-shadow: 0 0 60px #000;
}
section.section-rotating-slide div.item {
  position: relative;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  background: #df271b;
}
section.section-rotating-slide div.wrap {
  min-height: 800px;
  z-index: 2;
}
section.section-rotating-slide div.vid-overlay {
  opacity: 0;
  z-index: -1;
}
section.section-rotating-slide div.vid-overlay.theater {
  z-index: 5;
  opacity: 1;
}
section.section-rotating-slide h1 {
  font-size: 60px;
  margin-bottom: 0px;
}
section.section-rotating-slide h2 {
  font-size: 30px;
  margin-top: 0px;
}
section.section-rotating-slide a.cta {
  text-transform: lowercase;
  letter-spacing: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
section.section-rotating-slide a.cta:hover {
  color: #ffffff;
}
section.section-rotating-slide a.californiaburrito-icon-arrow-circle {
  position: absolute;
  height: 80px;
  top: 50%;
  margin-top: -70px;
  z-index: 30;
  color: #ffffff;
}
section.section-rotating-slide a.californiaburrito-icon-arrow-right-circle {
  right: 0;
}
@media screen and (max-width: 480px) {
  section.section-rotating-slide h1 {
    font-size: 40px !important;
    line-height: 42px;
  }
  section.section-rotating-slide h2 {
    line-height: 30px;
  }
  section.section-rotating-slide div.content {
    margin-top: -150px;
  }
}
@media screen and (max-width: 720px) {
  section.section-rotating-slide a.californiaburrito-icon-arrow-circle {
    margin-top: 60px;
  }
}
div.slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */

}
@media screen and (max-width: 480px) {
  div.slide-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}
section.section-basic {
  text-align: center;
  min-height: auto;
}
section.section-basic h1 {
  margin-bottom: 50px;
}
section.section-basic.section-passport h1 img {
  max-width: 525px;
}
section.section-basic div.wrap {
  position: relative;
  z-index: 1;
}
section.section-basic a.cta {
  font-family: 'Source Sans Pro Bold';
  letter-spacing: 4px;
  display: block;
  position: relative;
  padding: 50px 0 0;
  margin-right: -25px;
  float: none;
}
section.section-basic h2 {
  font-size: 20px;
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  line-height: 22px;
  text-transform: uppercase;
}
section.section-basic div.grid-content {
  margin-top: 60px;
}
section.section-basic .cols {
  font-size: 14px;
}
section.section-video,
section.section-rotating-slide-page {
  text-align: center;
  min-height: 602.3529411764706px;
  position: relative;
  overflow: hidden;
}
section.section-video.no-bg-image div.vid-overlay,
section.section-rotating-slide-page.no-bg-image div.vid-overlay {
  display: none;
}
section.section-video div.wrap,
section.section-rotating-slide-page div.wrap {
  min-height: 602.3529411764706px;
  position: relative;
  z-index: 2;
  padding-top: 50px;

}
@media screen and (max-width: 480px) {
  section.section-video div.wrap,
  section.section-rotating-slide-page div.wrap {
    min-height: inherit;
  }
}
section.section-video h1,
section.section-rotating-slide-page h1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
section.section-video a.cta,
section.section-rotating-slide-page a.cta {
  font-family: 'Source Sans Pro Bold';
  letter-spacing: 4px;
  display: block;
  position: relative;
  padding: 50px 0 110px;
  float: none;
}
section.section-video a.cta:hover,
section.section-rotating-slide-page a.cta:hover {
  text-decoration: none;
}
section.section-video a.cta:before,
section.section-rotating-slide-page a.cta:before {
  font-family: 'sweetgreen';
  font-size: 107px;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -54px;
}
section.section-video a.cta.large,
section.section-rotating-slide-page a.cta.large {
  padding: 0;
  height: 175px;
}
section.section-video a.cta.large:before,
section.section-rotating-slide-page a.cta.large:before {
  font-size: 280px;
  font-weight: normal;
  position: absolute;
  left: 50%;
  margin-left: -140px;
}
@media screen and (max-width: 480px) {
  section.section-video,
  section.section-rotating-slide-page {
    min-height: inherit;
  }
  section.section-video a.cta,
  section.section-rotating-slide-page a.cta {
    padding: 0px 0 75px;
    margin-bottom: 60px;
  }
  section.section-video a.cta.large,
  section.section-rotating-slide-page a.cta.large {
    margin-bottom: 0;
  }
  section.section-video a.cta:before,
  section.section-rotating-slide-page a.cta:before {
    top: 30%;
  }
  section.section-video a.cta.alt-type,
  section.section-rotating-slide-page a.cta.alt-type {
    font-size: 60px !important;
  }
}
section.section-video.alt-type h1,
section.section-rotating-slide-page.alt-type h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Source Sans Pro Bold';
  letter-spacing: 4px;
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 0;
  float: none;
}
section.section-video a.cta.alt-type,
section.section-rotating-slide-page a.cta.alt-type {
  padding-top: 0;
  font-family: 'GFY Marcie Edit';
  text-transform: lowercase;
  font-size: 90px;
  font-weight: normal;
  letter-spacing: 0;
}
section.section-video div.vid-overlay.visible-modal,
section.section-rotating-slide-page div.vid-overlay.visible-modal {
  cursor: pointer;
  z-index: 4;
}
div.vid-modal {
  width: 100%;
  max-width: 824px;
  height: 493.41317365269464px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -412px;
  margin-top: -246.70658682634732px;
  z-index: 1000;
  overflow: hidden;
  opacity: 1;
}
div.vid-modal iframe {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  background: #000000;
}
@media screen and (max-height: 750px) {
  div.vid-modal {
    z-index: 2000;
  }
}
@media screen and (max-width: 480px) {
  a.cta.player-loaded {
    display: none !important;
  }
  section.section-video div.vid-modal {
    position: relative;
    margin-top: 0 !important;
  }
}
section.section-list h1 {
  margin-bottom: 50px;
}
section.section-list ul {
  margin: 0;
}
section.section-list ul li {
  list-style-type: none;
}
section.section-list h2 {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 5px;
}
section.section-list p {
  margin-top: 0;
  margin-bottom: 30px;
}
section.section-instagram {
  min-height: inherit;
}
section.section-instagram div.wrap {
  padding: 0;
}
section.section-instagram div.instagram-carousel {
  height: 510px;
  overflow: hidden;
  border-top: none;
  z-index: 0 !important;
}
section.section-instagram div.sweetgreen-icon-wrap {
  top: 50%;
  margin-top: -40px;
}
section.section-instagram div.sweetgreen-icon-wrap a {
  color: #ffffff;
  text-shadow: 0 0 30px #000;
}
section.section-instagram .slider .slider-inner {
  width: 765px;
}
section.section-instagram .slider .slider-inner .img-col.item {
  width: 33.33333333333333%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  section.section-instagram div.vid-overlay {
    opacity: 0 !important;
  }
}
section#apply div.bg-image {
  background-repeat: repeat;
  background-size: auto;
}
table.jobs_table {
  text-align: left;
  width: 100%;
}
table.jobs_table td.job_title a {
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
table.jobs_table a {
  color: #4c5b52;
}
table.jobs_table th {
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
}
table.jobs_table th i {
  color: #FFF;
}
table.jobs_table th .icon-sort-down,
table.jobs_table th .icon-sort-up {
  display: none;
}
table.jobs_table td {
  padding: 10px 15px;
  vertical-align: top;
}
table.jobs_table .headerSortDown .icon-sort,
table.jobs_table .headerSortUp .icon-sort {
  display: none;
}
table.jobs_table .headerSortDown .icon-sort-down,
table.jobs_table .headerSortUp .icon-sort-up {
  display: inline;
  color: #46a546;
}
table.jobs_table .odd {
  background: rgba(0, 0, 0, 0.2);
}
section.section-svg-graphic h1.manifesto {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 34px;
  margin-bottom: 0;
}
section.section-svg-graphic div.wrap {
  margin-top: 40px;
}
section.section-svg-graphic .img,
section.section-svg-graphic .svg {
  margin: 20px auto 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section.section-svg-graphic .svg {
    height: 100%;
  }
}
@media screen and (max-width: 720px) {
  section.section-svg-graphic .img,
  section.section-svg-graphic .svg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  section.section-svg-graphic .img,
  section.section-svg-graphic .svg {
    max-height: 360px;
    float: left;
  }
}
section.section-grid.text-center {
  text-align: center;
}
section.section-grid div.count2 > div.cols.pad {
  width: 40%;
  padding-left: 5%;
  padding-right: 5%;
}
section.section-grid div.count3 > div.cols.pad {
  width: 27%;
  padding-left: 3%;
  padding-right: 3%;
}
section.section-grid div.count4 > div.cols.pad {
  width: 20%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
section.section-grid div.cols.pad {
  float: none;
  display: inline-block;
  vertical-align: top;
}
section.section-grid div.cols img {
  width: auto;
}
@media screen and (max-width: 720px) {
  section.section-grid div > div.cols.pad {
    width: auto !important;
    padding: 0;
  }
}
section.section-grid h2 {
  font-size: 20px;
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  line-height: 22px;
  text-transform: uppercase;
}
section.section-grid .cols {
  font-size: 14px;
}
section.section-grid div.img-wrap {
  position: relative;
  margin-bottom: 25px;
}
section.section-grid div.cols.bot {
  margin-bottom: 40px;
}
.sweetgreen-spec {
  font-size: 32px;
  line-height: 0;
  position: relative;
  top: -5px;
  display: inline-block;
  left: -6px;
}
.lt-ie8 section.section-grid div.cols.pad {
  float: left;
  display: block;
}
section.section-passport a.cta {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  section.section-passport form input + button {
    margin-left: 0;
  }
}
.menu-utility {
  color: #ffffff;
  font-family: 'Source Sans Pro Bold';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0;
  top: 50px;
  width: 100%;
  position: absolute;
  z-index: 99;
}
.menu-utility a {
  color: #ffffff;
}
.menu-utility a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.menu-utility span {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  padding: 0 8px;
}
@media screen and (max-width: 480px) {
  .menu-utility {
    letter-spacing: 0px;
  }
  .menu-utility span {
    padding: 0 0;
    /*display: none;*/
  
  }
}
section.section-menu-top h1 {
  margin-top: 120px;
}
section.section-menu-top div.section-tabs {
  background: #ffffff;
  width: 98%;
  margin: 1%;
  position: relative;
  z-index: 1;
}
section.section-menu-top.min-height > div.wrap {
  min-height: 530px;
}
section.section-menu-top div.bg-image {
  background-position: 50% 100%;
}
@media screen and (max-width: 720px) {
  section.section-menu-top div.content {
    position: static;
    position: relative;
    z-index: 1;
  }
  section.section-menu-top h1 {
    margin-top: 130px;
  }
}
@media screen and (max-width: 480px) {
  section.section-menu-top h1 {
    font-size: 45px;
    line-height: 48px;
    margin-top: 55px;
  }
  section.section-menu-top.min-height > div.wrap {
    min-height: 300px;
    padding-bottom: 0px;
  }
  section.section-menu-top div.section-tabs {
    width: 100%;
    margin: 0;
    margin-top: -40px;
  }
}
div.section-tabs div.wrap {
  padding: 20px 0;
}
div.section-tabs h2 {
  font-size: 30px;
  line-height: 32px;
  text-transform: lowercase;
  margin-top: 0;
}
div.section-tabs p {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  div.section-tabs p {
    margin-bottom: 20px;
  }
}
section.section-menu-slider {
  height: 510px;
  overflow: hidden;
  border-top: none;
  background: url(../img/textured_paper_colored.png);
}
section.section-menu-slider h1 {
  margin: 0 0 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
section.section-menu-slider .slider-inner .item .wrap {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 480px) {
  section.section-menu-slider {
    height: 160px !important;
    background-size: 150px;
  }
  section.section-menu-slider h1 {
    font-size: 30px;
    margin: 0;
  }
  section.section-menu-slider .slider .slider-inner .item {
    height: 160px !important;
  }
}
.key span {
  font-size: 14px !important;
  font-weight: bold;
}
.key span:before {
  font-size: 32px;
  font-weight: normal;
  position: relative;
  top: 7px;
}
section.section-menu-basic h1 {
  margin-bottom: 20px;
}
section.section-menu-basic h3 {
  font-size: 24px;
  text-transform: lowercase;
}
section.section-menu-basic div.count3 > div.cols {
  margin-bottom: 0;
}
section.section-menu-basic div.count3 > div.cols.pad {
  width: 35.7%;
  padding-left: 0;
  padding-right: 3.15%;
  text-align: left;
}
section.section-menu-basic div.tab-content {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  section.section-menu-basic div.tab-content {
    margin-top: 0px;
  }
}
section.section-menu-title div.content {
  margin-top: 130px;
}
section.section-menu-title div.wrap {
  padding-bottom: 0;
}
section.section-menu-title p {
  font-size: 18px;
  line-height: 30px;
}
section.section-menu-title > div.wrap:first-of-type > *:first-child {
  margin-top: 130px;
}
@media screen and (max-width: 480px) {
  section.section-menu-title > div.wrap:first-of-type > *:first-child {
    margin-top: 0;
  }
}
section.section-menu-tabs h1 {
  text-shadow: 0 0 15px #000;
}
section.section-menu-tabs h1.hasdescription {
  margin-bottom: 20px;
}
section.section-menu-tabs ul.tab-menu {
  margin: 110px auto 0;
}
section.section-menu-tabs > div.wrap:first-of-type > *:first-child {
  margin-top: 210px;
}
@media screen and (max-width: 480px) {
  section.section-menu-tabs ul.tab-menu {
    margin: 0 auto;
  }
  section.section-menu-tabs > div.wrap:first-of-type > *:first-child {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.ingredientlist {
  font-size: 20px;
  line-height: 22px;
  text-transform: lowercase;
  margin-bottom: 22px;
}
.ingredientlist .californiaburrito-icon{
  font-size: 25px;
}
.ingredientlist p {
  margin-top: 0;
  font-size: 14px;
}
.ingredientlist .sweetgreen-spec {
  position: relative;
  top: 3px;
  display: inline;
}
section.section-menu-video {
  min-height: inherit;
}
section.section-menu-video h1 {
  margin: 160px auto 0;
  max-width: 345px;
}
section.section-menu-video div.wrap {
  height: auto;
  min-height:300px;
  padding-top: 180px;
  padding-bottom: 20px;
}
section.section-menu-video div.vid-overlay img {
  display: none;
}
@media screen and (max-width: 480px) {
  section.section-menu-video h1 {
    margin: 0 auto;
    position: relative;
  }
  section.section-menu-video h1 svg {
    width: 100%;
  }
  section.section-menu-video div.wrap {
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  section.section-sweetflow div.bg-image {
    background-position: 80% 50%;
  }
}
section.section-passport h2 {
  margin-top: 30px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 30px;
  line-height: 32px;
}
section.section-press h1 {
  margin-bottom: 50px;
}
section.section-press h1.icon-header {
  margin: 0;
  margin-bottom: -50px;
  font-size: 90px;
  font-weight: normal;
}
section.section-press div.img-wrap {
  margin-bottom: 5px;
}
section.section-press .press-articles {
  padding-top: 0;
  margin-top: -30px;
}
section.section-press .press-articles .cols .share {
  opacity: 0;
  position: relative;
  top: -8px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */

}
section.section-press .press-articles .cols:hover .share {
  opacity: 1;
  top: 0px;
}
body.page-id-356 div#get-the-app,
body.page-id-356 .nav-get-the-app {
  display: none;
}
section#app {
  background: #ffffff url(../img/gr-app-gradient.gif) repeat-x center 65%;
}
div#get-the-app {
  background: transparent;
  overflow: hidden;
  position: fixed;
  z-index: 1030;
  bottom: -470px;
}
div#get-the-app.active {
  bottom: 45px;
}
div#get-the-app.alternate div.button {
  display: none;
}
div#get-the-app div.content div.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
div#get-the-app div.button {
  display: block;
}
div#get-the-app div.row {
  border: none;
  background: transparent;
}
div#get-the-app div > div.firstcol {
  background: #ffffff;
  width: 42.5%;
}
div#get-the-app div > div.firstcol img {
  height: auto;
}
div#get-the-app div > div.secondcol {
  background: transparent;
  width: 45.5%;
  padding: 0 5%;
}
div#get-the-app div.content.row {
  background: #ffffff url(../img/gr-app-gradient.gif) repeat-x center bottom !important;
  overflow: hidden;
  height: 515px;
}
div#get-the-app h1 {
  margin: 30px 0 35px;
}
div#get-the-app h2 {
  font-size: 20px;
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  line-height: 22px;
  text-transform: uppercase;
}
div#get-the-app div.button {
  text-align: center;
  height: 76px;
  background: rgba(76, 91, 82, 0.75) !important;
  background: url(../img/bg-green-trans.png) !important;
  position: relative;
}
div#get-the-app div.footer {
  font-size: 14px;
}
div#get-the-app div.button a {
  color: #FFF;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: left;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  max-width: 200px;
  display: block;
  margin: 20px auto;
  padding-left: 60px;
}
div#get-the-app div.button a:before {
  font-family: 'sweetgreen';
  font-size: 60px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: -60px;
}
@media screen and (max-width: 720px) {
  div#get-the-app {
    position: relative !important;
    top: -76px;
    border-bottom: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  div#get-the-app.active {
    top: -76px;
  }
  div#get-the-app.alternate div.button {
    display: block;
  }
  div#get-the-app div.content.row {
    height: auto !important;
  }
  div#get-the-app div > div.firstcol,
  div#get-the-app div > div.secondcol {
    width: auto !important;
    max-width: 480px;
    margin: 0 auto;
  }
  div#get-the-app div > div.secondcol ul {
    margin: 20px 0;
  }
}
ul.steps p {
  margin-top: 0;
}
ul.app-store {
  margin: 0;
}
ul.app-store li {
  display: inline-block;
  height: 38px;
  padding: 0 20px 10px;
}
ul.app-store li img {
  height: 100%;
  width: auto;
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  max-height: 46px;
}
#footer .row {
  background: #ffffff;
}
#footer div > .row {
  position: relative;
  border-top: 1px solid #eeeeee;
}
#footer a {
  color: #4c5b52;
}
#footer a:hover {
  color: #df271b;
}
#footer .social a {
  font-size: 35px;
  padding: 5px;
}
#footer .nav > li {
  border-left: 1px solid #eeeeee;
}
#footer #utility .nav > li a {
  padding: 13px 20px;
}
#footer #menu-footer-nav.nav > li {
  border: none;
}
.carousel .item {
  text-align: center;
}
.carousel .item img {
  margin: auto;
}
.carousel .container {
  position: relative;
}
.carousel .carousel-caption .image-caption {
  background: white;
  margin-bottom: 20px;
}
.carousel .carousel-caption .image-caption p {
  padding: 20px;
  margin: auto;
}
.carousel-control {
  position: absolute;
  left: 25%;
  bottom: 30px;
  margin-left: -30px;
}
.carousel-control.right {
  left: auto;
  right: 25%;
  margin-left: auto;
  margin-right: -30px;
  text-align: right;
}
.carousel-control:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators li {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.carousel-indicators li.active {
  background-color: rgba(0, 133, 62, 0.15);
}
+ manifesto-share {
  margin-left: 10px;
}
.manifesto-share {
  display: inline-block;
  width: 90px;
  background: none !important;
  color: #ffffff;
}
.manifesto-share + .manifesto-share {
  margin-left: 25px;
}
.manifesto-share:hover {
  color: #ffffff !important;
}
.manifesto-share .box {
  display: inline-block !important;
  overflow: hidden;
  margin-bottom: 40px;
  min-width: 90px;
}
.manifesto-share .box .count {
  color: #525b67;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  height: 25px;
  position: relative;
  text-align: center;
  min-width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: #fbfbfb;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* IE10+ */

  background: linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */

  margin-bottom: 10px;
  display: none;
}
.manifesto-share .box .count:before,
.manifesto-share .box .count:after {
  content: '';
  display: block;
  position: absolute;
  left: 49%;
  width: 0;
  height: 0;
}
.manifesto-share .box .count:before {
  border: solid 7px transparent;
  border-top-color: #b2c6cc;
  margin-left: -7px;
  bottom: -14px;
}
.manifesto-share .box .count:after {
  border: solid 6px transparent;
  margin-left: -6px;
  bottom: -12px;
  border-top-color: #fbfbfb;
}
.manifesto-share .box .count:hover {
  text-decoration: none;
}
.manifesto-share .box .share {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid;
  border-radius: 2px;
  color: #fff;
}
.manifesto-share .box .share:hover {
  text-decoration: none;
}
.share-facebook .box .share {
  background: #4c66a4;
  border-color: #8da3d6 #4c66a4 #344670;
}
.share-twitter .box .share {
  background: #00A0D1;
  border-color: #2fbfeb #00A0D1 #00799e;
}
#mobile-message {
  overflow: hidden;
  margin: 18px 0 53px;
}
#mobile-message #twilio-summary {
  font-size: 13px;
}
#mobile-message #twilio-error-messages {
  color: red;
  position: relative;
  top: -13px;
}
#mobile-message .twilio-success {
  color: #46a546 !important;
}
#mobile-message #mobile_type {
  float: left;
  min-width: 28%;
  margin-top: 10px;
}


#mobile-message input[type="tel"] {
  background: #dbdbdb url(../img/bg_button_borders.png) top right no-repeat;
  height: 25px;
  min-width: 30%;
  padding-left: 23px;
  padding-top: 20px;
  padding-bottom: 16px;
  width: 30% !important;
}
#mobile-message input[type="submit"] {
  background: #0b8a47 url(../img/bg_button_borders.png) right -71px no-repeat;
  color: white;
  height: 61px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 21px;
}
#mobile-message select,
#mobile-message input {
  float: left;
  padding: 1%;
}
@media screen and (max-width: 480px) {
  #mobile-message #mobile_type {
    float: none;
    margin: 10px auto 0 auto;
    width: 55%;
  }
  #mobile-message #mobile_type,
  #mobile-message #twilio-number {
    float: none;
  }
  #mobile-message #twilio-number {
    margin-top: 10px;
  }
  #mobile-message #twilio-number input[type="tel"],
  #mobile-message #twilio-number input[type="submit"] {
    font-size: 16px;
    padding-left: 10px;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
  }
  #mobile-message #twilio-number input[type="tel"] {
    min-width: 48%;
    padding-top: 17px;
    padding-bottom: 13px;
  }
  #mobile-message #twilio-number input[type="submit"] {
    height: 55px;
    padding-bottom: 13px;
    padding-top: 18px;
    width: 44%;
  }
}
#career-path .tab-description {
  background: rgba(255, 255, 255, 0.8);
  color: #4c5b52;
  padding: 33px;
}
#career-path .tab-description h1.hasdescription {
  margin-top: 0;
  text-shadow: none !important;
}
.post-type-archive-locations #main {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .post-type-archive-locations #main {
    position: relative;
    /*#locations { display: none; }*/
  
  }
  .post-type-archive-locations #main div#get-the-app {
    top: -26px;
  }
  .post-type-archive-locations #main h1 {
    font-size: 40px;
    text-align: center;
  }
  .post-type-archive-locations #main .ind_locations {
    padding-left: 54px;
  }
  .post-type-archive-locations #main #locations {
    width: auto;
    float: none;
    position: static;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .post-type-archive-locations #main #locations div#loc {
    padding: 0 15px;
    width: auto;
  }
  .post-type-archive-locations #main .location {
    min-height: 25px;
    width: auto;
    clear: both;
  }
  .post-type-archive-locations #main .location br {
    display: none;
  }
  .post-type-archive-locations #main .streetlisted {
    padding-left: 8px;
  }
  .post-type-archive-locations #main #map_canvas {
    width: 300px;
    height: 300px;
    position: static !important;
    margin: 10px auto 60px;
    padding: 0 10px;
    min-height: 300px !important;
  }
}
.stategroup {
  position: relative;
  overflow: hidden;
  display: block;
}
.post-type-archive-locations strong.icon {
  border: 2px solid;
  padding: 0 5px;
  border-radius: 50px;
  margin-right: 2 px;
  background: #EEE;
}
.post-type-archive-locations strong.icon.x {
  padding: 0 5px;
  background: #FFCDCD;
  border-color: #FF9494;
}
.post-type-archive-locations strong.icon.check {
  padding: 0 3px;
  font-weight: normal;
  background: #8CC63F;
  border-color: #589407;
}
#map_canvas {
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: absolute !important;
  top: 0;
  bottom: 0;
}
.gm_tooltip h5 {
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
}
#locations {
  width: 310px;
  height:440px;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  position: relative;
  left: 10px;
  top: 60px;
  z-index: 200;
  margin-bottom: 115px;
}
#locations h1 {
  margin: 30px 0;
  margin-top: 0;
}
#locations div#loc {
  width: 84%;
  padding: 3%;
}
#locations div#loc h1 {
  margin-bottom: 18px;
}
.lt-ie9 #locations {
  background: url(../img/bg-white-trans.png);
}
@media screen and (max-width: 480px) {
  div#map_canvas {
    position: relative !important;
    top: 50px;
  }
}
.hours {
  margin-top: 3px;
  font-size: 14px;
}
.address {
  font-size: 14px;
}
.directions {
  margin-top: 3px;
  font-weight: bold;
}
.location {
  min-height: 27px;
  width: 180px;
  margin-right: 20px;
  display: block;
  float: left;
  width: 43%;
  line-height: 16px;
}
.street {
  color: #666;
  font-size: 13px;
}
.streetlisted {
  color: #4c5b52;
  font-size: 12px;
  clear: both;
  display: inline;
  overflow: hidden;
}
a.location:hover {
  text-decoration: none;
}
.state {
  font-family: 'TradeGothic', Helvetica, Arial, sans-serif;
  color: #777;
  margin-top: -3px;
}
.statelisting {
  /*margin-top: 20px;*/
  position: absolute;
}
.statelistings {
  float: left;
}
.ind_locations {
  padding-left: 65px;
  margin-bottom: 20px;
  overflow: hidden;
}
.gm_tooltip h5 {
  font-weight: bold;
}
.add-top {
  margin-top: 20px;
}
.add-bottom {
  margin-bottom: 20px;
}
.pad-top {
  padding-top: 20px;
}
.pad-bottom {
  padding-bottom: 20px;
}
.bottom {
  margin-bottom: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.affix {
  position: fixed;
}
.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;
}
@-ms-viewport {
  width: device-width;
}
.clearfix {
  /*height: 0;*/

  /*display: block;*/

  /*overflow: hidden;*/

  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
div#get-the-app.layout-image-left div.content.row {
  background: none !important;
  background-color: white !important;
}
div#get-the-app.layout-image-left div.content.row .img {
  float: right;
  margin-top: 36px;
}
div#get-the-app.layout-image-left div.content.row .app-info {
  margin-top: 30px;
}
div#get-the-app.layout-image-left #top-app-summary {
  margin-bottom: 60px;
}
div#get-the-app.layout-image-left #footer-app-summary {
  margin-top: 40px;
}
div#get-the-app.layout-twilio #top-app-summary,
div#get-the-app.layout-image-left #top-app-summary {
  font-size: 22px;
  line-height: 27px;
}
@media screen and (max-width: 480px) {
  div#get-the-app.layout-twilio #top-app-summary,
  div#get-the-app.layout-image-left #top-app-summary {
    font-size: 16px;
  }
}
div#get-the-app.layout-twilio #footer-app-summary,
div#get-the-app.layout-image-left #footer-app-summary {
  font-size: 13px;
}
.bq-press-header {
  min-height: 458px !important;
}
#menu-top-nav-1
{
margin-left: -4%;
}
#img-right
{
width: 30px;
height: 30px;
margin-right: 10px;
}
#img-left
{
width: 30px;
height: 30px;

}
#storycontent
{
font-family: 'corbitt';
font-size:21px;
line-height: 28px;
}
.googleplus
{
margin-top: 3px;
margin-right: 7px;
padding-left: 10px;
}
.menubar
{

line-height: 17px;
font-family: 'BLAIRMDITC';
font-size: 16px;
}
.menubarsub
{

line-height: 17px;
font-family: 'BLAIRMDITC';
font-size: 13px;
}
.menubarp1{

font-size: 24px;
font-family:AVENIR;
}
.p1{

font-size: 24px;
padding-top: 20px;
font-family:AVENIR;
}
.p2{

font-size: 20px;
font-family:AVENIRLT;
}
.menuheading
{
font-family:Cubano;
text-align: center;
font-size:60px;
padding-bottom:40px;
line-height: 60px;
}
.wt
{

}
.p3
{
font-family:AVENIR;
font-size: 16px;
line-height: 16px;
}
.p4
{
margin-top:25px;
}
.fixed1
{
font-size: 27px;
line-height: 27px;
font-family: AVENIR;
margin-top: 62px;

}
.fixed2
{
font-size: 27px;
line-height: 27px;
font-family: AVENIR;
margin-top: 12px;
}
.fixed3
{
margin-top: 33px;
font-size: 27px;
line-height: 27px;
font-family: AVENIR;

}
#make-your-own-dir
{
margin-top:-10%;
width:100%;
height:100;
background-image: url('../../../../images/text-BG.jpg');
}
.fixed4
{
font-size: 27px;
line-height: 27px;
font-family: AVENIR;
margin-top: 12px;
text-align:center;
}
.fixed5
{
font-size: 27px;
line-height: 27px;
font-family: AVENIR;
margin-top: 12px;
text-align:center;
padding-bottom:10%;
}
.fixed6
{
font-size: 27px;
line-height: 27px;
font-family: AVENIR;
margin-top: 12px;
padding-bottom:20px;
}
.sprt
{
margin-left:-13%;
}
#after1
{
width:100%;
height:100;
background-image: url('../../../../images/text-BG.jpg');
}
#our
{
margin-left:5%;
}
.teamheading
{
font-size: 27px;
line-height: 27px;
font-family: AVENIR;
margin-top: 1%;
text-transform: uppercase;
text-align:left;
}
.teamheading1
{
font-size: 23px;
line-height: 24px;
font-family:AVENIRLT;
text-align:left;
}
.teamheading2
{
font-size: 20px;
line-height: 24px;
font-family:AVENIRLT;
text-align:justify;
text-justify:inter-word;
margin-top: 10%;
width:74%;
}
.teamheading3
{
font-size: 27px;
line-height: 27px;
font-family: AVENIR;
margin-top:  14%;;
text-transform: uppercase;
text-align:left;
}
.teamheading4
{
font-size: 20px;
line-height: 24px;
font-family:AVENIRLT;
text-align:justify;
text-justify:inter-word;
margin-top: 10%;
width:63%;
}
#arrow-left
{
position: absolute;
z-index: 999999;
top: 42%;
left:2%;
}
#arrow-right
{
position: absolute;
z-index: 999999;
top: 42%;
right:2%;
float:right;
}
#feedback
{
width:100%;
height:100%;
background-color:transparent;
margin-bottom:5%;
padding-left:10%;

}
.feedbackheading
{
font-size: 47px;
line-height: 47px;
font-family: AVENIR;
margin-top: 61px;
text-transform: uppercase;
text-align: left;
color: white;

}
#visit_location
{
width:100%;
height:100%;
}
.visit
{
font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
margin-top: 5%;
text-align: left;
color: white;
margin-left: -3%;
}
.visit1
{
font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
margin-top: 12px;
text-align: left;
color: white;
margin-left: -3%;
}
.visitsub
{
font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
color: white;
margin-top: 12px;
margin-left: -3%;
}

.loc
{
margin-top:1%;
}
j.time
{

font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
margin-top: 2%;
text-align: left;
color: white;
margin-left: 3%;
width:40%;
float:right;
}
#wa
{
margin-left:5%;
}
.visitsub2
{
font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
margin-top: 12px;
text-align: left;
color: white;

}
.visitsub3
{
font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
color: white;
margin-top: 29px;
margin-left: -3%;

}
.visitsub4
{
font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
color: white;
margin-top: 12px;
width: 90%;
}
.visitsub5
{
font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
color: white;
margin-top: 12px;
}
.visitsub6
{
font-size: 24px;
line-height: 24px;
font-family: HELVETICAN;
color: white;
margin-top: 12px;
width: 90%;
}
.visitsub7
{
font-size: 18px;
line-height: 18px;
font-family: HELVETICAN;
color: white;
margin-top: 12px;
width: 90%;
text-align:center;
}
#food
{
border:0;
color:white; 
font-weight:bold;
background-color: transparent;
font-family: HELVETICAN;
width:100px;
font-size:18px;
}
#service
{
border:0;
color:white; 
font-weight:bold;
background-color: transparent;
font-family: HELVETICAN;
width:100px;
font-size:18px;
}
#ambiance
{
border:0;
color:white; 
font-weight:bold;
background-color: transparent;
width:100px;
font-size:18px;
}
#pricing
{
border:0;
color:white; 
font-weight:bold;
background-color: transparent;
font-family: HELVETICAN;
width:100px;
font-size:18px;
}
#cleanliness
{
border:0;
color:white; 
font-weight:bold;
background-color: transparent;
font-family: HELVETICAN;
width:100px;
font-size:18px;
}
#food-range-max
{
width:87%;
margin-top:12px;
}
#service-range-max
{
width:87%;
margin-top:12px;
}
#ambiance-range-max
{
width:87%;
margin-top:12px;
}
#pricing-range-max
{
width:87%;
margin-top:12px;
}
#cleanliness-range-max
{
width:87%;
margin-top:12px;
}
.option
{
width:67%;
height:35px;
min-width: 241px;
}
.sub
{
margin-left:50%;
margin-top:16%;
}

input[type=button] {padding:5px 35px; background:white; border:0 none;color:black;
cursor:pointer;font-family: HELVETICAN;
-webkit-border-radius: 5px;
border-radius: 5px; }

input[type=checkbox]:checked + label:before {  
    content: "\2713";  
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    font-size: 15px;  
    color: #f3f3f3;  
    text-align: center;  
    line-height: 15px;  
} 

.fon2{
margin-top: 14%;
text-align: center;
color: white;
font-size: 34px;
line-height: 40px;
font-family: HELVETICAN;
  text-transform: uppercase;
}
.careerone
{
font-size: 27px;
line-height: 27px;
font-family: AVENIR;
text-align:left;
margin-top:-10%;
}
#careertwo {
width:90%;left:1%;
}
.career3
{
font-size: 20px;
line-height: 20px;
font-family: AVENIRLT;
text-align:left;
margin-top:2%;
}
.career4
{
font-size: 20px;
line-height: 20px;
font-family: AVENIRLT;
text-align:left;
}