/*
@6pt: 8px;
@7pt: 9px;
@8pt: 11px;
@9px: 12px;
@10pt: 13px;
@11pt: 15px;
@12pt: 16px;
@13pt: 17px;
@14pt: 19px;
@15pt: 21px;
@16pt: 22px;
@17pt: 23px;
@18pt: 24px;
@20pt: 26px;
@22pt: 29px;
@24pt: 32px;
@26pt: 35px;
@27pt: 36px;
@28pt: 37px;
@29pt: 38px;
@30pt: 40px;
@32pt: 42px;
@34pt: 45px;
@36pt: 48px;
@40pt: 53px;
@50pt: 67px;
@118pt: 157px;
*/
/* LEGACY FONT REPLACEMENT */
.font-sans {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
.font-serif {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B, serif';
}
/* NEW FONTS */
.gotham-extralight {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 200;
  font-style: normal;
}
.gotham-extralightitalic {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 200;
  font-style: italic;
}
.gotham-light {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
}
.gotham-lightitalic {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: italic;
}
.gotham-book {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
}
.gotham-bookitalic {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: italic;
}
.gotham-medium {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
}
.gotham-mediumitalic {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: italic;
}
.gotham-bold {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
}
.gotham-bolditalic {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: italic;
}
.gotham-black {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 800;
  font-style: normal;
}
.gotham-blackitalic {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 800;
  font-style: italic;
}
.sentinel-book {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 400;
  font-style: normal;
}
.sentinel-bookitalic {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 400;
  font-style: italic;
}
.sentinel-bold {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 700;
  font-style: normal;
}
.sentinel-bolditalic {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 700;
  font-style: italic;
}
/* NEW COLORS - primary palette */
/* NEW COLORS - secondary palette */
.badge {
  padding: 3px 6px;
  border-radius: 100%;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #464646;
  color: #fffefb;
  background: #989b99;
  top: -3px !important;
}
.badge-important,
.badge-warning {
  background: #f7b002;
}
.howTransitions {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* TEXT STYLES */
.header,
.title {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #464646;
  line-height: 1.25;
}
.subhead {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #464646;
}
.bodycopy-sans {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #747676;
}
.bodycopy-sansbold {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #747676;
}
.formplaceholder {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #989b99;
}
.notetext {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #464646;
}
.hostname,
.secondtitle {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #464646;
}
.titlecaps {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #464646;
}
.largecaps {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #464646;
}
.sctitles {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}
.pullquote {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  color: #464646;
}
.smallpullquote {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  color: #464646;
}
.quotename {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #464646;
}
.quoterole {
  font-weight: 400;
  font-size: 14px;
  color: #464646;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
}
.bodycopy {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #464646;
}
.cheftitle {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #464646;
}
.chefname {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #464646;
}
.verified {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #fffefb;
}
.mealtitle {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #464646;
}
.textaction-primary {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #f7b002;
  text-transform: uppercase;
}
.textaction-primary:hover {
  color: #ffbe14;
  text-decoration: underline;
}
.textaction-secondary {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #747676;
}
.textaction-secondary:hover {
  color: #989b99;
  text-decoration: underline;
}
.textaction-tertiary {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #f7b002;
}
.textaction-tertiary:hover {
  color: #ffbe14;
  text-decoration: underline;
}
.checkmark {
  color: #a7cd2c;
}
.heart {
  color: #ed7666;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.rounded-corners {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ctabtn {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  background-color: #f7b002;
  text-align: center;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ctabtn-hover {
  background-color: #ffbe14;
}
.greenbtn {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  background-color: #50b8a1;
  text-align: center;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.greenbtn-hover {
  background-color: #40a790;
}
/* LEGACY FONT REPLACEMENT */
.font-sans {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
}
.font-serif {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
}
nav {
  width: 100%;
  height: 50px;
  min-width: inherit;
  text-align: center;
  position: absolute;
  background: #ffffff;
  cursor: default;
}
nav .btn.nobg:hover {
  text-decoration: underline;
}
nav .left,
nav .right {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
}
nav .left .btn,
nav .right .btn {
  margin: 0;
}
nav .left.half,
nav .right.half {
  width: 50%;
}
nav .left {
  text-align: left;
}
nav .left .btn {
  float: left;
}
nav .right {
  text-align: right;
}
nav .right .btn {
  float: right;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #747676;
}
nav ul li {
  padding: 10px;
}
nav ul li:hover {
  background: #f7b002;
  color: #ffffff;
}
nav.nav {
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.nav .nobg {
  color: #747676;
}
nav.nav.hidden {
  opacity: 0;
  height: 0;
  top: -70px;
}
nav .userinfo {
  float: right;
  margin-left: 10px;
}
nav .credits {
  color: #f7b002;
}
nav .navbar-mobile {
  border-bottom: solid 1px #989b99;
  background: #ffffff;
  overflow: auto;
}
nav .navbar-mobile .toplogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}
nav .navbar-mobile .hamburger {
  position: absolute;
  top: 5px;
  right: 0;
}
nav .navcontent {
  border-bottom: solid 1px #989b99;
  background: #ffffff;
  height: 50px;
}
nav .navcontent .caret {
  margin-top: -2px;
  margin-left: 3px;
}
nav .navcontent.home .browsemeals {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
nav .navcontent.home.showbrowse .browsemeals {
  opacity: 1;
}
nav .navcontent .navlogo {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 90px;
  overflow: hidden;
  min-height: 30px;
}
nav .navcontent .navlogo .logo {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
}
nav .navcontent .navlogo .logo.vert {
  margin-left: -53px;
  margin-top: 0;
}
nav .navcontent .navlogo .logo.horiz {
  margin-left: -60px;
  margin-top: -100px;
}
nav .navcontent .notifications {
  font-size: 18px;
  line-height: 15px;
  color: #989b99;
  margin-right: -10px;
}
nav .navcontent div.usermenu {
  background: #ffffff;
  position: absolute;
  text-align: left;
  display: none;
  border: solid thin #f8f9f7;
  z-index: 1;
  top: 50px;
  border-top: none;
  right: 0;
  min-width: 180px;
}
@media (min-width: 1024px) {
  nav .navcontent {
    padding: 5px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  nav .navcontent {
    padding: 5px 10px;
  }
  nav .navcontent .left .btn {
    margin: 0;
  }
  nav .navcontent .right .btn {
    margin: 0;
  }
}
@media (max-width: 767px) {
  nav .navcontent {
    padding: 5px;
  }
  nav .navcontent .left,
  nav .navcontent .right {
    margin-top: 0;
  }
  nav .navcontent .left .btn {
    margin: 0;
  }
  nav .navcontent .right .btn {
    margin: 0;
  }
}
nav .navcontent .browsemeals {
  opacity: 1;
}
nav .mobilecontent {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
nav .mobilecontent .caret {
  margin-top: 12px;
  margin-left: 5px;
}
nav .mobilecontent .usermenu {
  display: block !important;
}
nav .mobilecontent .rule {
  margin: 10px -10px 0 -10px;
  height: 1px;
  background: #989b99;
}
nav .mobilecontent .navscrim {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
nav .mobilecontent .navmenu {
  min-width: 200px;
  max-width: 300px;
  background: #ffffff;
  padding: 0;
}
nav .mobilecontent .navmenu.credits {
  margin: 0;
  height: 60px !important;
  border-radius: 0 !important;
}
nav .mobilecontent .navmenu .navheader {
  background: #f7f7f6;
  padding: 3px 0;
}
nav .mobilecontent .navmenu ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
nav .mobilecontent .navmenu a.navmenu {
  text-align: left;
  color: #747676;
  height: 35px;
  padding: 0;
  line-height: 35px;
}
nav .mobilecontent .navmenu a.navmenu:hover {
  color: #f7b002;
}
nav .mobilecontent .navmenu a.navmenu:hover .credits {
  color: #ffffff;
}
nav .mobilecontent .navmenu a.navmenu.hello {
  font-weight: 800;
}
nav .mobilecontent .navmenu a.navmenu.hello:hover {
  color: #747676;
  text-decoration: none;
}
nav .mobilecontent .navmenu.btn {
  float: none;
  width: 100%;
}
nav .mobilecontent .navmenu.slide {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
nav .mobilecontent .closex {
  color: #989b99;
  float: right;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 36px;
}
nav .mobilecontent .closex:hover {
  text-decoration: none;
}
nav .mobilecontent.closed {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
nav .mobilecontent.closed .navscrim {
  display: none;
}
nav .mobilecontent.closed .navmenu {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
nav .mobilenav {
  height: 50px;
  background: #ffffff;
  position: relative;
}
nav .mobilenav .navbar-toggle {
  float: right;
  color: #333;
  margin: 6px;
}
nav .mobilenav .logo {
  display: block;
  margin: 10px;
  text-align: left;
  background: transparent url(../img/Feastly_Horizontal.png) top left no-repeat;
  background-size: 120px;
  width: 30px;
  height: 30px;
}
nav .mobilenav .logo.wholelogo {
  width: 130px;
}
nav .mobilenav .navbar-toggle .icon-bar {
  background: #989b99;
}
@media (min-width: 1024px) {
  nav .mobilenav {
    display: none;
  }
  nav .navcontent {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  nav .mobilenav {
    display: none;
  }
  nav .navcontent {
    display: block;
  }
}
@media (max-width: 767px) {
  nav .mobilenav {
    display: block;
  }
  nav .navcontent {
    display: none;
  }
}
nav.short .navlogo {
  height: 30px;
}
nav.short .navlogo .logo.vert {
  margin-top: -100px;
}
nav.short .navlogo .logo.horiz {
  margin-top: 10px;
}
nav .adminoptions {
  position: absolute;
  background: none;
  color: #ffffff;
  height: 15px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.5s;
  margin-top: 34px;
}
nav .adminoptions.hidden {
  height: 0;
}
nav .adminoptions .btn {
  color: #747676;
  margin: 0 30px;
  line-height: 15px;
  padding: 0 20px;
  border: solid 1px #747676;
}
nav .citymenu {
  position: absolute;
  background: #fff;
  left: 160px;
  width: 150px;
  text-align: left;
  border: 1px solid black;
  z-index: 1;
}
@media (max-width: 767px) {
  nav .citymenu {
    left: 40px;
    top: 10px;
  }
}
nav .citymenu .cityitem {
  background: inherit;
  text-align: left;
  font-size: 12px;
  padding: 10px;
}
nav .citymenu .cityitem:hover {
  background: #f7f7f6;
}
nav .citydisplay {
  font-size: 10px;
  margin: 0 0 0 10px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  line-height: 30px;
  float: left;
}
#balancealert {
  background: #8cd2de;
  text-align: center;
}
#balancealert .msg {
  font-size: 16px;
  font-weight: 400;
  margin: auto;
  max-width: 700px;
  color: #ffffff;
}
#balancealert .msg .bold {
  font-weight: 600;
}
#balancealert .topbar {
  height: 50px;
  line-height: 50px;
  overflow-y: hidden;
}
#balancealert .topbar .msg {
  display: inline-block;
}
#balancealert .topbar .dolla {
  margin: 0;
  width: 22px;
  height: 21px;
  display: inline-block;
  line-height: 20px;
}
#balancealert .topbar .dolla.left {
  margin-right: 50px;
}
@media (max-width: 767px) {
  #balancealert .topbar .dolla.left {
    margin-right: 20px;
  }
}
#balancealert .topbar .dolla.right {
  margin-left: 50px;
}
@media (max-width: 767px) {
  #balancealert .topbar .dolla.right {
    margin-left: 20px;
  }
}
#balancealert .content {
  border-top: solid 1px #e4f3f3;
  padding: 20px;
}
#balancealert .content .footnote {
  margin: 20px auto;
  font-size: 10px;
  color: #464646;
  max-width: 700px;
}
