/*
@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';
}
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  color: #000000;
  background: #fffefb;
  overflow-x: hidden;
}
body.texture {
  background: #fffefb url(../img/ui/PaperTexture_Cauliflower.jpg) cover no-repeat;
}
a {
  color: #f7b002;
}
a:hover,
a:focus {
  color: #ffbe14;
  text-decoration: underline;
  outline: none;
}
a:visited {
  color: #f7b002;
}
a.nostyle {
  text-decoration: none;
  color: inherit;
}
a.nostyle:hover {
  text-decoration: none;
}
.turmeric-link {
  color: #f7b002;
}
.turmeric-link:visited {
  color: #f7b002;
}
.turmeric-link:hover,
.turmeric-link:active {
  text-decoration: underline;
  cursor: pointer;
  color: #ffbe14;
}
.clearfix {
  /* IE 6 & 7 */
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix-hidden {
  /* IE 6 & 7 */
  zoom: 1;
  overflow: hidden;
}
.clearfix-hidden:before,
.clearfix-hidden:after {
  content: "";
  display: table;
}
.clearfix-hidden:after {
  clear: both;
}
.nopadding {
  padding: 0;
}
.closebutton {
  width: 18px;
  height: 18px;
  background: transparent url(../img/ui/X_Close.png) top left no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.closebutton:hover {
  opacity: 0.8;
}
footer.footer {
  background: #464646 !important;
  box-shadow: none !important;
  border-top: solid thin #eaeaea !important;
  height: auto !important;
  padding: 0 !important;
  overflow: auto;
}
footer.footer .sectioncontent {
  text-align: center;
  padding: 50px 0;
  margin: auto;
  overflow: auto;
}
footer.footer .sitelinks {
  margin: 10px 0;
  line-height: 30px;
}
footer.footer .sitelinks .link {
  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: #989b99;
  cursor: pointer;
  display: inline-block;
  margin: 0 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer.footer .sitelinks .link {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  footer.footer .sitelinks .link {
    margin: 0;
    letter-spacing: 0.5px;
  }
}
footer.footer .sitelinks .link:hover {
  text-decoration: underline;
}
footer.footer .social {
  margin: 30px 0 10px 0;
}
footer.footer .social .icon {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  height: 24px;
  width: 24px;
  background: #dedede;
}
footer.footer .social .icon.rev {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  footer.footer .social .icon.rev {
    margin-left: 10px;
  }
}
footer.footer .social .icon.facebook {
  background: url(../img/icons/icon-facebook.png);
}
footer.footer .social .icon.facebook.rev {
  background: url(../img/social/footer_facebook.png);
  margin-left: 0;
}
footer.footer .social .icon.instagram {
  background: url(../img/icons/icon-instagram.png);
}
footer.footer .social .icon.instagram.rev {
  background: url(../img/social/footer_instagram.png);
  background-position-y: 1px;
}
footer.footer .social .icon.pinterest {
  background: url(../img/icons/icon-pinterest.png);
}
footer.footer .social .icon.pinterest.rev {
  background: url(../img/social/footer_pinterest.png);
}
footer.footer .social .icon.twitter {
  background: url(../img/icons/icon-twitter.png);
}
footer.footer .social .icon.twitter.rev {
  background: url(../img/social/footer_twitter.png);
  background-position-y: 1px;
}
footer.footer .sectiontitle {
  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: #dcdddd;
  font-weight: 700;
  padding: 10px 0;
}
footer.footer .sectionfooter {
  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;
  padding: 10px 0;
  background: #747676;
  opacity: 0.5;
  text-align: center;
  color: #ffffff;
}
footer.footer .signupform {
  padding: 10px;
}
footer.footer.new {
  background: #464646;
  color: #ffffff;
  text-align: left;
}
footer.footer.new .sectioncontent {
  text-align: left;
}
footer.footer.new .sectioncontent .col-right {
  float: right;
}
footer.footer.new .social {
  margin: 0;
}
footer.footer.new .links {
  margin-bottom: 10px;
}
footer.footer.new .link {
  color: #ffffff;
  font-size: 12px;
  color: #989b99;
  display: block;
  padding: 5px 0;
}
footer.footer.new input {
  height: 40px;
  width: 80% !important;
  margin: 5px 0;
  color: #464646;
}
footer.footer.new input.submit {
  width: 200px !important;
  border: solid 1px #f8f9f7;
  background: transparent;
  color: #ffffff;
}
@media (max-width: 767px) {
  footer.footer.new {
    padding: 20px;
  }
  footer.footer.new .sectioncontent {
    padding: 10px;
  }
  footer.footer.new .sectiontitle {
    padding: 20px 0 0 0;
  }
  footer.footer.new .social {
    margin-top: 10px;
  }
  footer.footer.new .link {
    padding: 1px !important;
  }
  footer.footer.new .footercol {
    margin: 0 10px 10px 0 !important;
  }
}
#emailSignupModal .modal-backdrop {
  background: #fffefb;
  opacity: 0.8;
}
#emailSignupModal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#emailSignupModal .modal-content .modal-header {
  background: url(../img/modals/email_signup.jpg) top left no-repeat;
  background-size: cover;
  border: none;
  height: 300px;
}
#emailSignupModal .modal-content .modal-header .close {
  color: #fffefb;
  opacity: 0.8;
}
#emailSignupModal .modal-content .modal-header .modal-title {
  margin: 15% 10%;
  color: #fffefb;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
#emailSignupModal .modal-content .modal-body {
  background: #442949;
  color: #fffefb;
  padding: 40px 50px;
  text-align: center;
  position: relative;
}
#emailSignupModal .modal-content .modal-body input[type=text],
#emailSignupModal .modal-content .modal-body input[type=email] {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #989b99;
  background: #fffefb;
  color: #747676;
  height: 30px;
  width: 300px;
  margin-bottom: 20px;
  border: none;
  padding: 0 5px;
}
@media (max-width: 470px) {
  #emailSignupModal .modal-content .modal-body input[type=text],
  #emailSignupModal .modal-content .modal-body input[type=email] {
    width: 100%;
  }
}
#emailSignupModal .modal-content .modal-body .kicker {
  margin: 10px 20px 20px 20px;
  color: #fffefb;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
#emailSignupModal .modal-content .modal-body .submit {
  margin-bottom: 20px;
}
#emailSignupModal .modal-content .modal-body .footnote {
  color: #989b99;
  text-align: center;
  font-size: 10px;
}
#emailSignupModal .modal-content .modal-body .citieslist {
  position: absolute;
  background: #fffefb;
  width: 300px;
  margin-top: -20px;
  left: 50%;
  margin-left: -150px;
}
@media (max-width: 470px) {
  #emailSignupModal .modal-content .modal-body .citieslist {
    width: 100%;
  }
}
#emailSignupModal .modal-content .modal-body .citieslist ul {
  background: #fffefb;
  list-style: none;
  padding: 1px;
  height: auto;
}
#emailSignupModal .modal-content .modal-body .citieslist ul li {
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 3px 12px;
  color: #989b99;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
#emailSignupModal .modal-content .modal-body .citieslist ul li:hover {
  background: #f7b002;
  color: #fffefb;
}
#emailSignupModal .modal-content .modal-body .thanks {
  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: #f7b002;
  margin-top: 70px;
}
#emailSignupModal .modal-content .modal-body .error {
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  margin: -20px auto 6px;
}
#emailSignupModal .modal-content #emailcollect {
  display: block;
  height: 250px;
}
#emailSignupModal .modal-content #emailthanks {
  display: none;
  height: 250px;
}
#emailform .error {
  color: #ed7666;
  font-size: 10px;
  text-align: left;
  display: none;
}
input.invalid {
  border: solid 2px #ed7666 !important;
}
#shareEmail .skinny,
#shareLink .skinny,
#emailPopup .skinny,
#passcodeModal .skinny,
#requestDate .skinny {
  font-weight: 300;
}
#shareEmail .maincontent,
#shareLink .maincontent,
#emailPopup .maincontent,
#passcodeModal .maincontent,
#requestDate .maincontent {
  background: #ffffff;
  padding-top: 20px;
}
#shareEmail .formrow,
#shareLink .formrow,
#emailPopup .formrow,
#passcodeModal .formrow,
#requestDate .formrow {
  margin-bottom: 10px;
}
#shareEmail .extrainfo,
#shareLink .extrainfo,
#emailPopup .extrainfo,
#passcodeModal .extrainfo,
#requestDate .extrainfo {
  font-size: 9px;
}
#shareEmail .venue-label label,
#shareLink .venue-label label,
#emailPopup .venue-label label,
#passcodeModal .venue-label label,
#requestDate .venue-label label {
  color: #747676;
}
#shareEmail .venue-label.error label,
#shareLink .venue-label.error label,
#emailPopup .venue-label.error label,
#passcodeModal .venue-label.error label,
#requestDate .venue-label.error label {
  color: #ed7666;
}
#shareEmail input[type=radio],
#shareLink input[type=radio],
#emailPopup input[type=radio],
#passcodeModal input[type=radio],
#requestDate input[type=radio] {
  height: 17px;
  background: none;
  width: 20px;
  margin: 0 0px 0 0px;
  vertical-align: text-bottom;
}
#shareEmail .label,
#shareLink .label,
#emailPopup .label,
#passcodeModal .label,
#requestDate .label {
  font-size: 16px;
  color: #747676;
  padding: 0;
}
#shareEmail .label.mini,
#shareLink .label.mini,
#emailPopup .label.mini,
#passcodeModal .label.mini,
#requestDate .label.mini {
  font-size: 9px;
}
#shareEmail .note,
#shareLink .note,
#emailPopup .note,
#passcodeModal .note,
#requestDate .note {
  font-size: 9px;
  color: #747676;
  margin-top: 5px;
}
#shareEmail input,
#shareLink input,
#emailPopup input,
#passcodeModal input,
#requestDate input,
#shareEmail textarea,
#shareLink textarea,
#emailPopup textarea,
#passcodeModal textarea,
#requestDate textarea {
  font-size: 14px;
  color: #464646;
  width: 100%;
  outline: none;
}
#shareEmail input,
#shareLink input,
#emailPopup input,
#passcodeModal input,
#requestDate input,
#shareEmail textarea,
#shareLink textarea,
#emailPopup textarea,
#passcodeModal textarea,
#requestDate textarea {
  border: solid 1px #989b99;
  padding: 0 5px;
}
#shareEmail input,
#shareLink input,
#emailPopup input,
#passcodeModal input,
#requestDate input {
  height: 40px;
}
#shareEmail textarea,
#shareLink textarea,
#emailPopup textarea,
#passcodeModal textarea,
#requestDate textarea {
  height: 165px;
}
#shareEmail .message,
#shareLink .message,
#emailPopup .message,
#passcodeModal .message,
#requestDate .message {
  margin-top: 10px;
}
#shareEmail .buttons,
#shareLink .buttons,
#emailPopup .buttons,
#passcodeModal .buttons,
#requestDate .buttons {
  text-align: center;
}
#shareEmail .errormsg,
#shareLink .errormsg,
#emailPopup .errormsg,
#passcodeModal .errormsg,
#requestDate .errormsg {
  color: #ed7666;
  font-size: 9px;
  margin-top: 5px;
  display: none;
}
#shareEmail .error input,
#shareLink .error input,
#emailPopup .error input,
#passcodeModal .error input,
#requestDate .error input,
#shareEmail .error textarea,
#shareLink .error textarea,
#emailPopup .error textarea,
#passcodeModal .error textarea,
#requestDate .error textarea {
  border-color: #ed7666;
}
#shareEmail .error .errormsg,
#shareLink .error .errormsg,
#emailPopup .error .errormsg,
#passcodeModal .error .errormsg,
#requestDate .error .errormsg {
  display: block;
}
#shareEmail .messagesent,
#shareLink .messagesent,
#emailPopup .messagesent,
#passcodeModal .messagesent,
#requestDate .messagesent {
  margin-top: 10%;
  text-align: center;
}
#shareEmail .messagesent .btn,
#shareLink .messagesent .btn,
#emailPopup .messagesent .btn,
#passcodeModal .messagesent .btn,
#requestDate .messagesent .btn {
  margin-top: 20px;
}
#shareEmail .top,
#shareLink .top,
#emailPopup .top,
#passcodeModal .top,
#requestDate .top,
#shareEmail .bottom,
#shareLink .bottom,
#emailPopup .bottom,
#passcodeModal .bottom,
#requestDate .bottom {
  padding: 30px;
}
#shareEmail .divline,
#shareLink .divline,
#emailPopup .divline,
#passcodeModal .divline,
#requestDate .divline {
  height: 1px;
  background: #eaeaea;
  margin: 0 30px;
}
#shareLink .maincontent {
  min-height: 100px;
}
#shareEmail .maincontent {
  min-height: 300px;
}
#passcodeModal .modal-dialog {
  margin-top: 110px;
}
@media (max-width: 767px) {
  #passcodeModal .modal-dialog {
    margin-top: 30px;
  }
}
/* UI ELEMENTS */
.btn {
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
.btn:hover {
  box-shadow: none;
}
.btn.primary {
  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;
  color: #ffffff;
  background: #f7b002;
  border-bottom: solid 1px #db9a09;
  border-radius: 3px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.btn.primary:hover {
  background: #ffbe14;
}
.btn.primary.alt {
  background: #06a8b8;
  border-bottom: #8cd2de;
}
.btn.primary.alt:hover {
  background: #8cd2de;
}
.btn.primary.main {
  background: #a7cd2c;
}
.btn.primary.main:hover {
  background: #c3e533;
}
.btn.primary.wide {
  padding: 0 50px;
}
.btn.primary.xwide {
  padding: 0 100px;
}
.btn.primary.small {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
}
.btn.secondary {
  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: #ffffff;
  background: #06a8b8;
  border-bottom: solid 1px #8cd2de;
  border-radius: 3px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.btn.secondary.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;
  color: #ffffff;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.btn.secondary:hover {
  background: #8cd2de;
}
.btn.secondary.alt {
  background: #a7cd2c;
  border-bottom-color: #829922;
}
.btn.secondary.alt:hover {
  background: #c3e533;
}
.btn.secondary.nobg {
  background: transparent;
  border-bottom-color: transparent;
}
.btn.secondary.nobg:hover {
  background: transparent;
}
.btn.secondary.wide {
  padding: 0 50px;
}
.btn.secondary.xwide {
  padding: 0 100px;
}
.btn.secondary.small {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
}
.btn.embedded {
  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: #ffffff;
  background: #f7b002;
  padding: 0 15px;
  height: 20px;
  line-height: 20px;
}
.btn.embedded:hover {
  background: #ffbe14;
}
.btn.embedded.alt {
  background: #abe0e6;
}
.btn.embedded.alt:hover {
  background: #e4f3f3;
}
.btn.independent {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #747676;
  text-decoration: underline;
}
.btn.independent:hover {
  color: #989b99;
}
.btn.tertiary {
  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: #747676;
  background: #ffffff;
  border: solid thin #747676;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}
.btn.tertiary.alt {
  color: #ffffff;
  background: #f7b002;
  border: solid thin #ffbe14;
}
.btn.tertiary.alt:hover {
  color: #ffffff;
  background: solid thin #ffbe14;
  border: solid thin #ffbe14;
}
.btn.tertiary:hover {
  color: #989b99;
  border-color: #989b99;
  text-decoration: none !important;
}
.btn.simple {
  text-transform: none;
  border: none;
  font-size: 12px;
  letter-spacing: 0;
}
.btn.tinybtn {
  background: #06a8b8;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  padding: 7px 10px;
  margin: 0 10px;
}
.btn.tinybtn:hover {
  background: #8cd2de;
}
.btn.tinybtn.grey {
  background: #acacac;
}
.btn.tinybtn.grey:hover {
  background: #9a9a9a;
}
.col-16,
.col-15,
.col-14,
.col-13,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  float: left;
}
.col-16 {
  width: 100%;
}
.col-15 {
  width: 93.75%;
}
.col-14 {
  width: 87.5%;
}
.col-13 {
  width: 81.25%;
}
.col-12 {
  width: 75%;
}
.col-11 {
  width: 68.75%;
}
.col-10 {
  width: 62.5%;
}
.col-9 {
  width: 56.25%;
}
.col-8 {
  width: 50%;
}
.col-7 {
  width: 43.75%;
}
.col-6 {
  width: 37.5%;
}
.col-5 {
  width: 31.25%;
}
.col-4 {
  width: 25%;
}
.col-3 {
  width: 18.75%;
}
.col-2 {
  width: 12.5%;
}
.col-1 {
  width: 6.25%;
}
.col-third {
  width: 33.33%;
  float: left;
}
.col-twothirds {
  width: 66.66%;
  float: left;
}
/*1024+*/
@media (min-width: 1024px) {
  .col-16-lg,
  .col-15-lg,
  .col-14-lg,
  .col-13-lg,
  .col-12-lg,
  .col-11-lg,
  .col-10-lg,
  .col-9-lg,
  .col-8-lg,
  .col-7-lg,
  .col-6-lg,
  .col-5-lg,
  .col-4-lg,
  .col-3-lg,
  .col-2-lg,
  .col-1-lg {
    float: left;
  }
  .col-16-lg {
    width: 100%;
  }
  .col-15-lg {
    width: 93.75%;
  }
  .col-14-lg {
    width: 87.5%;
  }
  .col-13-lg {
    width: 81.25%;
  }
  .col-12-lg {
    width: 75%;
  }
  .col-11-lg {
    width: 68.75%;
  }
  .col-10-lg {
    width: 62.5%;
  }
  .col-9-lg {
    width: 56.25%;
  }
  .col-8-lg {
    width: 50%;
  }
  .col-7-lg {
    width: 43.75%;
  }
  .col-6-lg {
    width: 37.5%;
  }
  .col-5-lg {
    width: 31.25%;
  }
  .col-4-lg {
    width: 25%;
  }
  .col-3-lg {
    width: 18.75%;
  }
  .col-2-lg {
    width: 12.5%;
  }
  .col-1-lg {
    width: 6.25%;
  }
  .col-third-lg {
    width: 33.33%;
    float: left;
  }
}
/*768-1023*/
@media (min-width: 768px) and (max-width: 1023px) {
  .col-16-md,
  .col-15-md,
  .col-14-md,
  .col-13-md,
  .col-12-md,
  .col-11-md,
  .col-10-md,
  .col-9-md,
  .col-8-md,
  .col-7-md,
  .col-6-md,
  .col-5-md,
  .col-4-md,
  .col-3-md,
  .col-2-md,
  .col-1-md {
    float: left;
  }
  .col-16-md {
    width: 100%;
  }
  .col-15-md {
    width: 93.75%;
  }
  .col-14-md {
    width: 87.5%;
  }
  .col-13-md {
    width: 81.25%;
  }
  .col-12-md {
    width: 75%;
  }
  .col-11-md {
    width: 68.75%;
  }
  .col-10-md {
    width: 62.5%;
  }
  .col-9-md {
    width: 56.25%;
  }
  .col-8-md {
    width: 50%;
  }
  .col-7-md {
    width: 43.75%;
  }
  .col-6-md {
    width: 37.5%;
  }
  .col-5-md {
    width: 31.25%;
  }
  .col-4-md {
    width: 25%;
  }
  .col-3-md {
    width: 18.75%;
  }
  .col-2-md {
    width: 12.5%;
  }
  .col-1-md {
    width: 6.25%;
  }
  .col-third-md {
    width: 33.33%;
    float: left;
  }
  .container {
    margin: 0 10px;
  }
}
/*0-767*/
@media (max-width: 767px) {
  .col-16-sm,
  .col-15-sm,
  .col-14-sm,
  .col-13-sm,
  .col-12-sm,
  .col-11-sm,
  .col-10-sm,
  .col-9-sm,
  .col-8-sm,
  .col-7-sm,
  .col-6-sm,
  .col-5-sm,
  .col-4-sm,
  .col-3-sm,
  .col-2-sm,
  .col-1-sm {
    float: left;
  }
  .col-16-sm {
    width: 100%;
  }
  .col-15-sm {
    width: 93.75%;
  }
  .col-14-sm {
    width: 87.5%;
  }
  .col-13-sm {
    width: 81.25%;
  }
  .col-12-sm {
    width: 75%;
  }
  .col-11-sm {
    width: 68.75%;
  }
  .col-10-sm {
    width: 62.5%;
  }
  .col-9-sm {
    width: 56.25%;
  }
  .col-8-sm {
    width: 50%;
  }
  .col-7-sm {
    width: 43.75%;
  }
  .col-6-sm {
    width: 37.5%;
  }
  .col-5-sm {
    width: 31.25%;
  }
  .col-4-sm {
    width: 25%;
  }
  .col-3-sm {
    width: 18.75%;
  }
  .col-2-sm {
    width: 12.5%;
  }
  .col-1-sm {
    width: 6.25%;
  }
  .col-third-sm {
    width: 33.33%;
    float: left;
  }
  .container {
    margin: 0 10px;
  }
}
.col-center {
  margin: auto;
  float: none;
}
