/* 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%);
}
/*
@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;
*/
header.header {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  background: transparent url(../img/Homepage/hero_cropped.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
}
header.header .headercontent {
  padding: 10px;
}
header.header .mainlogo {
  width: 107px;
  margin: 40px auto;
}
header.header .maintitle {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}
header.header .subtitle {
  font-size: 22px;
  text-align: center;
}
header.header .browsemeals {
  width: 200px;
  position: relative;
  left: 50%;
  margin-left: -100px;
  margin-top: 50px;
  border-bottom: solid 1px #005c66;
  line-height: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 1024px) {
  header.header .headercontent {
    padding-top: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header.header .headercontent {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  header.header {
    height: 520px;
  }
  header.header .headercontent {
    padding-top: 150px;
  }
}
section.section {
  background: #f8f9f7;
  width: 100%;
}
section.section .howtoarrow {
  -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;
  background: #f7b002;
  border-radius: 100%;
  color: #fffefb;
  position: absolute;
  left: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  font-size: 15px;
}
section.section .howtoarrow .fa {
  -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;
}
section.section .howtoarrow.pulseout {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
section.section .howtoarrow.pulseout .fa {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
section.section .howtoarrow.pulsein {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  -ms-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
}
section.section .howtoarrow.pulsein .fa {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
  -ms-transform: scale3d(0.95, 0.95, 0.95);
  transform: scale3d(0.95, 0.95, 0.95);
}
section.section .sectiontitle {
  text-align: center;
  margin-bottom: 80px;
}
section.section .sectioncontent {
  overflow-x: hidden;
  overflow-y: auto;
}
section.section.experience {
  height: auto;
  background: #fffefb url(../img/ui/PaperTexture_Grey.jpg) top left;
}
section.section.experience .howtotitle {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #747676;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  section.section.experience .howtotitle {
    margin-bottom: 50px;
  }
}
section.section.experience .howtosteps {
  width: 100%;
}
section.section.experience .howtobg {
  -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;
  overflow-x: hidden;
  padding-bottom: 150px;
  position: relative;
  background: #fffefb;
  /*.howtoarrow {
				.howTransitions;
				background: @turmeric;
				width: 44px; height: 44px;
				line-height: 44px;
				border-radius: 100%;
				color: @cauliflower;
				font-size: 30px;
				position: absolute;
				left: 50%;
				margin-left: -22px;
				margin-top: -22px;
				
				&.pulseout {
					//-webkit-animation-delay: 3s;
					//animation-delay: 3s;
					-webkit-transform: scale3d(1.05, 1.05, 1.05);
					-ms-transform: scale3d(1.05, 1.05, 1.05);
					transform: scale3d(1.05, 1.05, 1.05);
    				}
				&.pulsein {
					-webkit-transform: scale3d(0.95, 0.95, 0.95);
					-ms-transform: scale3d(0.95, 0.95, 0.95);
					transform: scale3d(0.95, 0.95, 0.95);
				}
			}*/
}
section.section.experience .howtobg:last-child {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  section.section.experience .howtobg {
    background: #f8f9f7;
    height: 550px;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-top: solid thin #eaeaea;
    border-bottom: solid thin #eaeaea;
  }
}
section.section.experience .howtobg .howtocontent {
  -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;
  background: #fffefb;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0;
  color: #747676;
  position: relative;
  padding: 20px;
  margin-top: -100px;
}
section.section.experience .howtobg .howtocontent.cheflanding {
  margin-top: -200px;
  height: 300px;
}
section.section.experience .howtobg .howtocontent.cheflanding a.arrownext > .howtoarrow {
  bottom: -10px;
}
section.section.experience .howtobg .howtocontent .howtotext {
  -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;
  background: #f8f9f7;
  text-align: center;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  section.section.experience .howtobg .howtocontent .howtotext {
    font-size: 14px;
    padding: 50px 0;
  }
}
section.section.experience .howtobg .howtocontent .howtotext.cheflanding {
  height: 260px;
  padding: 40px 10px;
}
section.section.experience .howtobg .howtocontent .howtotext form div.form .submit {
  margin-top: 15px;
}
section.section.experience .howtobg .howtocontent .howtotext form div.form .submit input.signup {
  margin-top: 10px;
}
@media (max-width: 767px) {
  section.section.experience .howtobg .howtocontent {
    background: #f8f9f7;
    margin-top: -60px;
  }
}
section.section.experience .howtobg .howtoquote {
  -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;
  margin-top: -100px;
}
@media (max-width: 767px) {
  section.section.experience .howtobg .howtoquote {
    margin-top: -150px;
  }
}
section.section.experience .howtobg .howtoicon {
  -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;
  width: 107px;
  height: 107px;
  position: absolute;
  left: 50%;
  top: -53px;
  border-radius: 100%;
  margin-left: -53px;
}
section.section.experience .howtobg .howtoicon.step1 {
  background: #fffefb url(../img/Homepage/HIW_IlloGrey_01.jpg) top left no-repeat;
}
section.section.experience .howtobg .howtoicon.step2 {
  background: #fffefb url(../img/Homepage/HIW_IlloGrey_02.jpg) top left no-repeat;
}
section.section.experience .howtobg .howtoicon.step3 {
  background: #fffefb url(../img/Homepage/HIW_IlloGrey_03.jpg) top left no-repeat;
}
section.section.experience .howtobg .howtoicon.active {
  opacity: 1;
}
@media (max-width: 767px) {
  section.section.experience .howtobg .howtoicon {
    top: -200px;
  }
}
section.section.experience .howtobg .howtoimg {
  -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;
  width: 100%;
  height: 600px;
  opacity: 1;
}
section.section.experience .howtobg .howtoimg.step1 {
  background: url(../img/Homepage/HIW_01.jpg) top left no-repeat;
  background-size: cover;
  background-position-x: 10%;
}
section.section.experience .howtobg .howtoimg.step1.active {
  background-position-x: 0%;
}
section.section.experience .howtobg .howtoimg.step2 {
  background: url(../img/Homepage/HIW_02.jpg) top center no-repeat;
  background-size: cover;
  background-position-x: 60%;
}
section.section.experience .howtobg .howtoimg.step2.active {
  background-position-x: 50%;
}
section.section.experience .howtobg .howtoimg.step3 {
  background: url(../img/Homepage/HIW_03.jpg) top center no-repeat;
  background-size: cover;
  background-position-x: 60%;
}
section.section.experience .howtobg .howtoimg.step3.active {
  background-position-x: 50%;
}
section.section.experience .howtobg .howtoimg.step3.cheflanding {
  opacity: 1 !important;
}
section.section.experience .howtobg .howtoimg.active {
  opacity: 1;
}
@media (max-width: 767px) {
  section.section.experience .howtobg .howtoimg {
    opacity: 0 !important;
    height: 450px;
  }
}
section.section.experience .howtobg .howtoimgtitle {
  -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;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #464646;
  line-height: 1.25;
  color: #fffefb;
  font-size: 50px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 200px;
}
section.section.experience .howtobg .howtoimgtitle.cheflanding {
  top: 50px;
}
@media (max-width: 767px) {
  section.section.experience .howtobg .howtoimgtitle {
    color: #464646;
    top: 200px;
    font-size: 30px;
  }
  section.section.experience .howtobg .howtoimgtitle.cheflanding {
    color: #fffefb;
  }
}
section.section.experience .sectioncontent {
  -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;
  min-width: 320px;
  position: relative;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  section.section.experience .sectioncontent {
    padding-top: 50px;
  }
}
section.section.experience .sectioncenter {
  float: none;
  margin: auto;
}
@media (max-width: 767px) {
  section.section.experience .howtoimg {
    opacity: 0 !important;
    height: 500px;
  }
  section.section.experience .howtoquote {
    margin-top: -150px;
  }
  section.section.experience .howtoquote.cheflanding {
    margin-top: 0px;
  }
  section.section.experience .howtoimgtitle {
    color: #464646;
    top: 250px;
  }
  section.section.experience .howtoicon {
    top: -150px;
  }
  section.section.experience .howtoimgtitle {
    font-size: 30px;
  }
}
section.section.press {
  background: url(../img/ui/PaperTexture_Grey.jpg) top left;
  text-align: center;
  padding: 20px 10px;
}
section.section.press .presslink {
  -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;
  background: url(../img/Homepage/presslogos.png) top left;
  height: 30px;
  margin: 10px 30px;
  overflow: auto;
  display: inline-block;
}
section.section.press .presslink.foodwine {
  background-position: 0 -45px;
  width: 170px;
}
section.section.press .presslink.thesalt {
  background-position: 0 -87px;
  width: 125px;
}
section.section.press .presslink.nytimes {
  background-position: 0 -125px;
  width: 220px;
}
section.section.press .presslink.wired {
  background-position: 0 -165px;
  width: 130px;
}
section.section.press .presslink.forbes {
  background-position: 0 -205px;
  width: 85px;
}
@media (max-width: 767px) {
  section.section.press .presslink {
    transform: scale3d(0.6, 0.6, 0.6);
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    -ms-transform: scale3d(0.6, 0.6, 0.6);
    margin: 0;
  }
}
section.section.press .sectioncontent {
  min-width: 320px;
  position: relative;
}
section.section.quote {
  background: transparent url(../img/bg-pullquote.jpg) center no-repeat;
  background-size: cover;
  height: 420px;
}
section.section.quote .sectioncontent {
  max-width: 1375px;
  margin: 0 auto;
  padding: 50px 0;
}
section.section.quote .sectiontitle {
  margin-bottom: 40px;
  color: #fffefb;
}
@media (max-width: 767px) {
  section.section.quote .sectiontitle {
    font-size: 30px;
  }
}
section.section.quote .leftarrow,
section.section.quote .rightarrow {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #464646;
  line-height: 1.25;
  margin-top: 20px;
  line-height: 150px;
  text-align: center;
  color: #fffefb;
  cursor: pointer;
}
section.section.quote .leftarrow:hover,
section.section.quote .rightarrow:hover {
  color: #eaebe7;
}
@media (max-width: 767px) {
  section.section.quote .leftarrow,
  section.section.quote .rightarrow {
    font-size: 20px;
    line-height: 240px;
  }
}
section.section.quote .event {
  position: relative;
  top: -10px;
  left: 50px;
  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;
  font-size: 12px;
}
@media (max-width: 767px) {
  section.section.quote .event {
    top: -10px;
    left: 0;
    margin-left: -30px;
    margin-right: -30px;
    text-align: center;
  }
}
section.section.quote .quotebox {
  margin: 0;
  height: 150px;
  background: #fffefb;
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  color: #464646;
  padding: 20px 50px;
}
@media (max-width: 767px) {
  section.section.quote .quotebox {
    padding: 20px;
    height: 240px;
  }
}
section.section.quote .quotenub {
  background: transparent url(../img/quoteboxnub.png) top left no-repeat;
  padding: 10px 0 0 40px;
  height: 60px;
  line-height: 40px;
}
section.section.quote .quotenub .pic {
  overflow: auto;
  float: left;
  margin: 0 5px 0 10px;
  border-radius: 100%;
  background: #e4f3f3;
  height: 40px;
  width: 40px;
  background: transparent none top left no-repeat;
}
section.section.quote .quotenub .quotee {
  -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;
  display: inline-block;
  opacity: 1;
  margin: 10px 10px 10px 0;
}
section.section.quote .quotenub .quotee .role {
  font-weight: 400;
  font-size: 14px;
  color: #464646;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  float: left;
  margin-right: 5px;
  display: none;
}
section.section.quote .quotenub .quotee .name {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #464646;
  float: left;
}
section.section.quote .quotenub .quotee.hidequote {
  opacity: 0;
}
@media (max-width: 767px) {
  section.section.quote .quotenub .quotee {
    margin-right: -50px;
  }
}
@media (min-width: 1024px) {
  section.section.quote .quotenub {
    margin-left: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.section.quote .quotenub {
    margin-left: 40%;
  }
}
@media (max-width: 767px) {
  section.section.quote .quotenub {
    margin-left: 10%;
  }
}
section.section.quote .quote {
  -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;
  text-align: left;
  width: 90%;
}
section.section.quote .quote.hidequote {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.section.quote .quote {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  section.section.quote .quote {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.section.quote {
    height: 470px;
  }
}
section.section.featured {
  background: #fffefb;
  overflow: auto;
  padding: 60px 0;
  height: auto;
}
section.section.featured .sectiontitle {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.section.featured .subhead {
    font-size: 18px;
  }
}
section.section.featured .featurecontent {
  margin: 10px;
}
section.section.featured .feature {
  height: 450px;
  background: #e4f3f3;
  background-size: cover !important;
  position: relative;
  color: #fffefb;
}
section.section.featured .feature.pascual {
  background: transparent url(../img/featured/feature_EricPascual.jpg) center no-repeat;
}
section.section.featured .feature.motta {
  background: transparent url(../img/featured/feature_RalphMotta.jpg) center no-repeat;
}
section.section.featured .feature.tracy {
  background: transparent url(../img/featured/feature_TracyGoh.jpg) center no-repeat;
}
section.section.featured .feature.reed {
  background: transparent url(../img/featured/feature_GeoffreyReed.png) center no-repeat;
}
section.section.featured .feature.miranda {
  background: transparent url(../img/featured/feature_RonnyMiranda.png) center no-repeat;
}
section.section.featured .featuretag {
  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;
  padding: 5px 15px;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 15px;
}
section.section.featured .featuretag.feasting {
  background: #ed7666;
}
section.section.featured .featuretag.cooking {
  background: #a7cd2c;
}
section.section.featured .featuretag.blog {
  background: #464646;
}
@media (max-width: 767px) {
  section.section.featured .featuretag {
    left: 20px;
  }
}
section.section.featured .featuretitle {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #464646;
  line-height: 1.25;
  width: 60%;
  color: #fffefb;
  position: absolute;
  bottom: 90px;
  left: 30px;
}
@media (max-width: 767px) {
  section.section.featured .featuretitle {
    font-size: 28px;
    bottom: 60px;
    left: 20px;
  }
}
section.section.featured .featurecategory {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #464646;
  line-height: 1.25;
  font-size: 16px;
  position: absolute;
  color: #fffefb;
  bottom: 40px;
  left: 30px;
}
section.section.featured .featurecredit {
  position: absolute;
  color: #fffefb;
  bottom: 40px;
  left: 30px;
}
section.section.featured .featurecredit .byline {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
section.section.featured .featurecredit .author {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #464646;
  color: #fffefb;
}
@media (max-width: 767px) {
  section.section.featured .featurecredit {
    bottom: 20px;
    left: 20px;
  }
}
section.section.signup {
  background: #fffefb url(../img/ui/PaperTexture_Grey.jpg) top left;
  height: 380px;
}
section.section.signup .sectioncontent {
  max-width: 1375px;
  margin: 0 auto;
  padding: 70px 10px;
}
section.section.signup .sectiontitle {
  margin-bottom: 40px;
  color: #464646;
  font-size: 28px;
}
section.section.signup .subhead {
  font-size: 18px;
}
section.section.signup .form {
  margin: auto;
  float: none;
}
section.section.signup .field {
  margin: 5px;
}
section.section.signup .submit {
  margin: 3px 1px 0 5px;
}
section.section.signup input {
  height: 30px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
}
section.section.signup input[type=text] {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #989b99;
  background: #fffefb;
  color: #747676;
}
section.section.signup input[type=submit] {
  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;
  background: #f7b002;
  color: #fffefb;
  cursor: pointer;
  margin-top: 8px;
}
section.section.signup input[type=submit]:hover {
  background: #ffbe14;
}
section.section.signup input::-webkit-input-placeholder {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #989b99;
}
section.section.signup input:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #989b99;
}
section.section.signup input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #989b99;
}
section.section.signup input:-ms-input-placeholder {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #989b99;
}
section.section.signup .citieslist {
  position: relative;
  background: #fffefb;
  margin: -44px 5px 0 5px;
}
section.section.signup .citieslist ul {
  background: #fffefb;
  list-style: none;
  padding: 1px;
  height: auto;
}
section.section.signup .citieslist ul li {
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 3px 12px;
  color: #989b99;
}
section.section.signup .citieslist ul li:hover {
  background: #f7b002;
  color: #fffefb;
}
section.section.signup .thanks {
  color: #747676;
  padding-top: 120px;
  text-align: center;
}
.responsive-break-500 {
  display: block;
}
@media (min-width: 500px) {
  .responsive-break-500 {
    display: none;
  }
}
/*@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-iteration-count:infinite;
}*/
