body {
  font-family: "Lora", serif;
  font-size: 62.5%;
}

section:last-of-type {
  margin-bottom: 0;
}

address {
  margin: 0 0 4em;
  text-align: center;
}

@media (min-width: 768px) {
  address {
    margin: 0 0 6em;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  address {
    margin: 0 0 8em;
  }
}

.btn {
  background-color: #6187a6;
  color: #fff;
  display: inline-block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: .125em;
  padding: 0.75em 2em 0.85em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.6em;
    padding: 1em 2.4em;
  }
}

.btn:hover {
  background-color: #4c6d88;
}

.callouts {
  margin: 0 auto 4em;
}

@media (min-width: 768px) {
  .callouts {
    margin-bottom: 8em;
  }
}

.page-home .callouts {
  margin-bottom: 0;
  max-width: 50em;
}

@media (min-width: 768px) {
  .page-home .callouts {
    max-width: none;
  }
}

.callouts figure {
  background-color: #ccc;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 1em;
  padding: 0 0 60%;
  position: relative;
}

@media (min-width: 600px) {
  .callouts figure {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .callouts figure {
    border-left: .5em solid #fff;
    border-right: .5em solid #fff;
    margin-bottom: 0;
    padding-bottom: 67%;
  }
}

@media (min-width: 1025px) {
  .callouts figure {
    border-left: .66em solid #fff;
    border-right: .66em solid #fff;
  }
}

.callouts .grid-third:first-child figure {
  border-left: 0;
  border-right: 0;
}

@media (min-width: 768px) {
  .callouts .grid-third:first-child figure {
    border-right: 1em solid #fff;
  }
}

@media (min-width: 1025px) {
  .callouts .grid-third:first-child figure {
    border-right: 1.33em solid #fff;
  }
}

.callouts .grid-third:last-child figure {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .callouts .grid-third:last-child figure {
    border-left: 1em solid #fff;
  }
}

@media (min-width: 1025px) {
  .callouts .grid-third:last-child figure {
    border-left: 1.33em solid #fff;
  }
}

.callouts figure figcaption {
  bottom: 0;
  left: 0;
  padding: 0 2em;
  position: absolute;
  right: 0;
}

@media (min-width: 480px) {
  .callouts figure figcaption {
    padding: 0 2.5em;
  }
}

@media (min-width: 768px) {
  .callouts figure figcaption {
    padding: 0 2em;
  }
}

@media (min-width: 1281px) {
  .callouts figure figcaption {
    padding: 0 3.5em;
  }
}

.callouts figure figcaption h4 {
  color: #fff;
  font-family: "News Cycle", sans-serif;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.25;
  margin: 0;
  max-width: 10em;
  padding: 0;
}

@media (min-width: 480px) {
  .callouts figure figcaption h4 {
    font-size: 3.2em;
  }
}

@media (min-width: 768px) {
  .callouts figure figcaption h4 {
    font-size: 2.35em;
  }
}

@media (min-width: 900px) {
  .callouts figure figcaption h4 {
    font-size: 2.8em;
  }
}

@media (min-width: 1025px) {
  .callouts figure figcaption h4 {
    font-size: 3.2em;
  }
}

@media (min-width: 1281px) {
  .callouts figure figcaption h4 {
    font-size: 3.4em;
  }
}

.callouts figure figcaption h4:after {
  border-top: 3px solid #fff;
  content: "";
  display: block;
  height: 0;
  margin: .65em 0 0;
  width: 1.15em;
}

@media (min-width: 768px) {
  .callouts figure figcaption h4:after {
    border-width: 5px;
  }
}

.callouts figure figcaption a {
  color: #fff;
  display: block;
  font-family: "Lora", serif;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.35;
  padding: 1.5em 0;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 480px) {
  .callouts figure figcaption a {
    font-size: 1.6em;
    padding: 2.25em 0 2em;
  }
}

@media (min-width: 768px) {
  .callouts figure figcaption a {
    padding: 1em 0 1em;
  }
}

@media (min-width: 900px) {
  .callouts figure figcaption a {
    padding: 1.5em 0 1.5em;
  }
}

@media (min-width: 1025px) {
  .callouts figure figcaption a {
    font-size: 1.4em;
    padding: 2.25em 0 2em;
  }
}

@media (min-width: 1281px) {
  .callouts figure figcaption a {
    font-size: 1.7em;
  }
}

.callouts figure figcaption a:hover .arrow {
  margin-left: .75em;
}

.callouts figure figcaption a span:first-of-type {
  display: inline;
}

@media (min-width: 768px) {
  .callouts figure figcaption a span:first-of-type {
    display: none;
  }
}

@media (min-width: 1025px) {
  .callouts figure figcaption a span:first-of-type {
    display: inline;
  }
}

.callouts figure figcaption a .arrow {
  background-image: url(../img/icons/circle-arrow-right.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.18em;
  display: inline-block;
  margin: 0 0 0 0.35em;
  -webkit-transition: margin-left 0.3s linear;
  transition: margin-left 0.3s linear;
  vertical-align: text-top;
  width: 1.18em;
}

.page-home-delivery .callouts .grid-row .grid-half.left {
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  .page-home-delivery .callouts .grid-row .grid-half.left {
    margin-bottom: 0;
  }
}

.page-home-delivery .callouts .grid-row .mce-content p:first-child img {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-home-delivery .callouts .grid-row .mce-content p:first-child img {
    margin-bottom: 40px;
  }
}

.page-home-delivery .callouts .grid-row #current-menu {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .page-home-delivery .callouts .grid-row #current-menu {
    margin-top: 3em;
  }
}

.contact-us-form,
.private-events-form {
  position: relative;
}

.contact-us-form h2,
.private-events-form h2 {
  margin: 0 0 1em;
  position: relative;
}

@media (min-width: 768px) {
  .contact-us-form h2,
  .private-events-form h2 {
    margin-bottom: 1.5em;
  }
}

.contact-us-form h2:after,
.private-events-form h2:after {
  clear: both;
  content: '';
  display: table;
}

.contact-us-form .gform_body ul,
.private-events-form .gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.contact-us-form .gform_body ul li,
.private-events-form .gform_body ul li {
  margin-bottom: 1.5em;
}

.contact-us-form .gform_footer,
.private-events-form .gform_footer {
  margin-top: 3em;
  position: relative;
}

.contact-us-form .gform_footer img,
.private-events-form .gform_footer img {
  display: none;
}

@media (min-width: 1025px) {
  .contact-us-form .gform_body ul li {
    margin-bottom: 0;
    position: absolute;
    width: 28%;
  }
}

@media (min-width: 1025px) {
  .contact-us-form .gform_body ul li.name {
    top: 0;
    left: 0;
  }
}

@media (min-width: 1025px) {
  .contact-us-form .gform_body ul li.email {
    bottom: 0em;
    left: 0;
  }
}

@media (min-width: 1025px) {
  .contact-us-form .gform_body ul li.message {
    left: 33.3%;
    position: relative;
  }
}

.contact-us-form .gform_body ul li.message textarea {
  height: 6em !important;
}

@media (min-width: 1025px) {
  .contact-us-form .gform_body ul li.message textarea {
    height: 11em !important;
  }
}

@media (min-width: 1025px) {
  .contact-us-form .gform_body ul li.captcha {
    top: 0;
    right: 0;
    width: 33.3%;
  }
}

@media (min-width: 768px) {
  .contact-us-form .gform_footer {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .contact-us-form .gform_footer .gform_button {
    bottom: 1.25em;
    position: absolute;
    right: 0;
    width: 33.3%;
  }
}

@media (min-width: 1025px) {
  .contact-us-form .gform_footer .gform_button {
    bottom: 0;
  }
}

@media (min-width: 1025px) {
  .private-events-form form {
    column-count: 3;
    column-gap: 50px;
    margin-bottom: -4em;
  }
}

.private-events-form form .validation_error {
  -webkit-column-span: all;
  column-span: all;
}

.private-events-form form li:first-child {
  -webkit-column-span: all;
  column-span: all;
  margin-bottom: 3em;
}

@media (min-width: 768px) {
  .private-events-form form li:first-child {
    margin-bottom: 5em;
  }
}

.private-events-form form li:first-child label {
  display: inline-block;
}

.private-events-form form li:first-child label + .gfield_description {
  margin-left: 1em;
}

.private-events-form form li:first-child .gfield_description {
  display: inline-block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.2em;
  letter-spacing: .0125em;
}

.private-events-form form li:first-child li {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em;
  position: relative;
}

@media (min-width: 1025px) {
  .private-events-form form li:first-child li {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
}

@media (min-width: 1281px) {
  .private-events-form form li:first-child li {
    margin-right: 2em;
  }
}

.private-events-form form li:first-child li:last-child {
  margin-right: 0;
}

.private-events-form form li:first-child li input {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: auto;
}

.private-events-form form li:first-child li input:checked + label {
  background-color: #52b8be;
  color: white;
}

.private-events-form form li:first-child li label {
  background-color: #e4f4f5;
  border: 1px solid #52b8be;
  color: black;
  cursor: pointer;
  font-size: 1.25em;
  letter-spacing: .025em;
  margin-bottom: 0;
  padding: 0.75em 1em;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}

@media (min-width: 768px) {
  .private-events-form form li:first-child li label {
    font-size: 1.4em;
  }
}

@media (min-width: 1025px) {
  .private-events-form form li:first-child li label {
    padding: 1em 1.5em;
  }
}

@media (min-width: 1281px) {
  .private-events-form form li:first-child li label {
    padding: 1em 2em;
  }
}

@media (min-width: 1025px) {
  .private-events-form form li:first-child li label:hover {
    background-color: #afdee1;
  }
}

.private-events-form form li label {
  letter-spacing: .05em;
}

.private-events-form form .screen-reader-text {
  display: none;
}

.private-events-form form textarea {
  height: 11em;
}

.private-events-form form .gsection {
  break-before: column;
}

.private-events-form .gform_footer {
  margin-top: 4em;
}

@media (min-width: 768px) {
  .private-events-form .gform_footer {
    margin-top: 5em;
  }
}

#ui-datepicker-div {
  background: white;
  font-family: "News Cycle", sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  padding: 0 1em 1em;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  border-style: solid;
  cursor: pointer;
  height: 0;
  position: absolute;
  top: 1.5em;
  width: 0;
  z-index: 2;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none;
}

#ui-datepicker-div .ui-datepicker-prev {
  border-color: transparent black transparent transparent;
  border-width: 7.5px 13px 7.5px 0;
  left: 1em;
}

#ui-datepicker-div .ui-datepicker-next {
  border-color: transparent transparent transparent black;
  border-width: 7.5px 0 7.5px 13px;
  right: 1em;
}

#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  margin: 1em 0;
}

#ui-datepicker-div .ui-datepicker-title select {
  margin: 0 0.25em;
}

#ui-datepicker-div table tbody td {
  padding: .25em;
}

footer {
  padding: 5em 0 3em;
  text-align: center;
}

@media (min-width: 768px) {
  footer {
    padding-top: 7em;
  }
}

@media (min-width: 1025px) {
  footer {
    padding-top: 10em;
  }
}

footer h4 {
  font-family: "News Cycle", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 2em;
  margin-bottom: .75em;
  text-transform: uppercase;
}

footer .social {
  list-style: none;
  margin: 0;
  padding: 0 0 3em;
}

footer .social li {
  display: inline-block;
  margin: 0 0.75em;
  padding: 0;
}

footer .social li a {
  background-color: #595959;
  border-radius: 100%;
  display: block;
  height: 4em;
  width: 4em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  text-indent: -9999em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .social li a:hover {
  background-color: #333333;
}

footer .social li a.facebook {
  background-image: url(../img/icons/facebook.png);
}

footer .social li a.twitter {
  background-image: url(../img/icons/twitter.png);
}

footer .social li a.linkedin {
  background-image: url(../img/icons/linkedin.png);
}

footer .social li a.insta {
  background-image: url(../img/icons/insta.png);
}

footer .copyright {
  font-family: "Lora", serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.swiper-container {
  height: 0;
  margin: 0 auto 1em;
  padding-bottom: 67%;
  width: 100%;
}

.page-home-delivery .swiper-container {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-home-delivery .swiper-container {
    margin-bottom: 40px;
  }
}

.swiper-container .swiper-slide {
  height: 0;
  padding-bottom: 67%;
}

.swiper-container .swiper-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  height: 3.4em;
  width: 3.4em;
}

.swiper-container .swiper-button-next {
  background-image: url(../img/icons/arrow-right.png);
  background-size: contain;
}

.swiper-container .swiper-button-prev {
  background-image: url(../img/icons/arrow-left.png);
  background-size: contain;
}

form label {
  font-size: 1.4em;
  font-weight: bold;
  font-family: "News Cycle", sans-serif;
  text-transform: uppercase;
}

form textarea,
form input {
  background-color: #fff;
  border: 1px solid #52b8be;
  box-sizing: border-box;
  color: #777;
  display: block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.75em 0.5em;
  width: 100%;
  color: #777;
}

@media (min-width: 768px) {
  form textarea,
  form input {
    padding: 1.125em 0.75em;
  }
}

form textarea[type="submit"],
form input[type="submit"] {
  background-color: #6187a6;
  border: none;
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  form textarea[type="submit"],
  form input[type="submit"] {
    font-size: 1.6em;
  }
}

form textarea[type="submit"]:hover,
form input[type="submit"]:hover {
  background-color: #4c6d88;
}

form textarea {
  resize: none;
}

.gform_body label {
  display: block;
  margin-bottom: 10px;
}

.gfield_required,
.required {
  color: #d03f33;
  font-family: "News Cycle", sans-serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -5px;
}

.gfield_required {
  margin-left: .25em;
}

.gform_confirmation_message {
  font-size: 1.4em;
}

@media (min-width: 768px) {
  .gform_confirmation_message {
    font-size: 1.6em;
  }
}

.validation_error {
  color: #d03f33;
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  margin-bottom: 2em;
}

.validation_message {
  color: #d03f33 !important;
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.4em !important;
}

.page-home-delivery .gmap {
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  padding: 0 0 67%;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .page-home-delivery .gmap {
    margin-top: 50px;
  }
}

.page-home-delivery .gmap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.grid {
  margin: 0 auto;
  max-width: 118em;
  padding: 0 2em;
}

@media (min-width: 768px) {
  .grid {
    padding: 0 4em;
  }
}

@media (min-width: 1025px) {
  .grid {
    padding: 0 5em;
  }
}

.page-private-events .supporting-copy .grid {
  max-width: 70em;
}

.grid-row {
  clear: both;
}

@media (min-width: 768px) {
  .grid-row .left {
    clear: left;
    float: left;
  }
}

@media (min-width: 768px) {
  .grid-row .right {
    clear: right;
    float: right;
  }
}

.grid-row:after {
  clear: both;
  content: "";
  display: table;
}

.grid-half {
  margin-bottom: 3em;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-half {
    margin-bottom: 0;
    width: 47%;
  }
}

@media (min-width: 1025px) {
  .grid-half {
    width: 45%;
  }
}

.grid-half:last-child {
  margin-bottom: 0;
}

.grid-third {
  margin-bottom: 3em;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-third {
    float: left;
    margin-bottom: 0;
    width: 33.3%;
  }
}

.grid-third:last-child {
  margin-bottom: 0;
}

.grid-table {
  display: table;
}

.grid-table-row {
  display: table-row;
}

.grid-table-cell {
  display: table-cell;
  vertical-align: middle;
}

header {
  background-color: #fff;
  padding: 0 1em;
  position: relative;
}

@media (min-width: 768px) {
  header {
    padding: 0 2em;
  }
}

@media (min-width: 1025px) {
  header {
    padding: 0 5em;
  }
}

header .logo {
  background-image: url(/wp-content/uploads/2025/10/Open-Kitchens_Logo_Pink.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  display: block;
  position: relative;
  text-indent: -999em;
}

header .desktop {
  display: none;
}

@media (min-width: 768px) {
  header .desktop {
    display: flex;
    height: 100px;
    margin: 0 auto;
    max-width: 1350px;
  }
}

@media (min-width: 1025px) {
  header .desktop {
    height: 120px;
  }
}

header .desktop .logo {
  height: 10em;
  margin: 0;
  width: 16em;
}

@media (min-width: 1025px) {
  header .desktop .logo {
    height: 12em;
    width: 20em;
  }
}

@media (min-width: 1281px) {
  header .desktop .logo {
    width: 22em;
  }
}

header .desktop ul {
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: flex-end;
    gap: 20px;
    line-height: 0;
    list-style: none;
    margin: 0 0 0 4em;
    padding: 0;
}

@media (min-width: 1025px) {
  header .desktop ul {
    margin-left: 6em;
  }
}

@media (min-width: 1281px) {
  header .desktop ul {
    margin-left: 14em;
  }
}

header .desktop ul li {
  font-family: "News Cycle", sans-serif;
  font-weight: bold;
  height: 100%;
  letter-spacing: .035em;
  line-height: initial;
  padding: 0;
}

header .desktop ul li a {
  align-content: center;
  border-top: 8px solid transparent;
  color: #292629;
  display: flex;
  height: calc(100% - 8px);
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  white-space: nowrap;
}

header .desktop ul li a:hover {
  color: #D14F9E !important;
}

header .desktop ul li span {
  font-size: 1.7em;
  margin-top: 20px;
  padding: .5em;
}

@media (min-width: 1025px) {
  header .desktop ul li span {
    font-size: 2em;
    margin-top: 25px;
  }
}

header .mobile {
  display: block;
  padding: 1.5em 0;
  z-index: 9999;
}

@media (min-width: 768px) {
  header .mobile {
    display: none;
  }
}

header .mobile.neutral .top,
header .mobile.neutral .bottom {
  margin-top: -1px !important;
  top: 50% !important;
}

header .mobile.active ul {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

header .mobile.active .top {
  transform: rotate(-45deg);
}

header .mobile.active .bottom {
  transform: rotate(45deg);
}

header .mobile .hamburger {
  display: block;
  height: 1em;
  margin: -.5em 0 0 0;
  position: absolute;
  right: 2em;
  top: 50%;
  width: 2.5em;
  z-index: 5;
}

@media (min-width: 768px) {
  header .mobile .hamburger {
    display: none;
  }
}

header .mobile .hamburger span {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .mobile .hamburger span.top {
  top: 0;
}

header .mobile .hamburger span.bottom {
  top: 100%;
}

header .mobile .logo {
  height: 5em;
  margin: 0 auto;
  width: 15.5em;
  z-index: 5;
}

header .mobile .underlay {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

header .mobile ul {
  background-color: #e5e5e5;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  transition: .3s ease all;
  text-align: center;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 3;
}

header .mobile ul li {
  margin-bottom: 10px;
}

header .mobile ul li:first-child {
  margin-top: 30px;
}

header .mobile ul li:last-child {
  margin-bottom: 35px;
}

header .mobile ul a {
  color: #595959;
  font-family: "News Cycle", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: .025em;
  padding: 5px;
  text-decoration: none;
}

.hero {
  height: 200px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media (min-width: 600px) {
  .hero {
    height: auto;
    overflow: auto;
  }
}

@media (min-width: 1025px) {
  .hero {
    margin: 0 5em;
  }
}

.hero .btn {
  bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.75em 1.5em 0.85em;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .hero .btn {
    font-size: 1.6em;
    padding: 1em 2.4em;
  }
}

.hero .wp-post-image {
  display: block;
  height: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
}

@media (min-width: 600px) {
  .hero .wp-post-image {
    height: auto;
    left: auto;
    position: relative;
    top: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
}

.hero figcaption {
  bottom: 0;
  left: 4%;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}

@media (min-width: 1025px) {
  .hero figcaption {
    left: 6%;
  }
}

.hero figcaption .grid-table {
  height: 100%;
}

.hero figcaption h1 {
  color: #fff;
  font-size: 1em;
  font-family: "Lora", serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.hero figcaption h1:before {
  border-top: 0.25em solid #d03f33;
  content: "";
  display: inline-block;
  margin: 0 0 1.75em;
  width: 3em;
}

@media (min-width: 768px) {
  .hero figcaption h1:before {
    border-top-width: .5em;
    margin-bottom: 3em;
    width: 5em;
  }
}

@media (min-width: 1025px) {
  .hero figcaption h1:before {
    margin-bottom: 4.75em;
    width: 7em;
  }
}

.hero figcaption h1:after {
  border-top: 0.25em solid #d03f33;
  content: "";
  display: inline-block;
  margin: 2em 0 0;
  width: 3em;
}

@media (min-width: 768px) {
  .hero figcaption h1:after {
    border-top-width: .5em;
    margin-top: 3.5em;
    width: 5em;
  }
}

@media (min-width: 1025px) {
  .hero figcaption h1:after {
    margin-top: 5.5em;
    width: 7em;
  }
}

.hero figcaption h1 strong {
  font-family: "News Cycle", sans-serif;
  display: block;
  font-size: 1.6em;
  letter-spacing: .075em;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .hero figcaption h1 strong {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .hero figcaption h1 strong {
    font-size: 2.6em;
  }
}

@media (min-width: 1025px) {
  .hero figcaption h1 strong {
    font-size: 3.2em;
  }
}

@media (min-width: 1281px) {
  .hero figcaption h1 strong {
    font-size: 3.7em;
  }
}

.hero figcaption h1 em {
  display: block;
  font-size: 1.8em;
  letter-spacing: .025em;
}

@media (min-width: 600px) {
  .hero figcaption h1 em {
    font-size: 2.2em;
  }
}

@media (min-width: 768px) {
  .hero figcaption h1 em {
    font-size: 2.8em;
  }
}

@media (min-width: 1025px) {
  .hero figcaption h1 em {
    font-size: 3.4em;
  }
}

@media (min-width: 1281px) {
  .hero figcaption h1 em {
    font-size: 4em;
  }
}

.home .hero {
    display: none;
  height: 0;
  overflow: hidden;
  padding: 0 0 62%;
  width: 100%;
}

@media (min-width: 600px) {
  .home .hero {
    padding-bottom: 49.5%;
  }
}

@media (min-width: 1025px) {
  .home .hero {
    margin: 0;
  }
}

.home .hero img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: auto;
}

@media (min-width: 600px) {
  .home .hero img {
    height: auto;
    width: 100%;
  }
}

.hero .acf-map {
  height: 200px;
  width: 100%;
}

@media (min-width: 600px) {
  .hero .acf-map {
    height: 0;
    padding-bottom: 33.9%;
  }
}

.supporting-copy.register-mp:before,
.page-home-delivery .supporting-copy:before,
.page-home-delivery .callouts:before,
.page-about-us .supporting-copy:before,
.page-private-events .supporting-copy:before,
.page-our-services .supporting-copy:before,
address:before,
footer:before {
  border-top-color: #ccc;
  margin: 0 auto 4em;
  padding: 0;
  width: 4em;
  border-top-width: 3px;
  border-top-style: solid;
  content: "";
  display: block;
  height: 0;
}

@media (min-width: 768px) {
  .supporting-copy.register-mp:before,
  .page-home-delivery .supporting-copy:before,
  .page-home-delivery .callouts:before,
  .page-about-us .supporting-copy:before,
  .page-private-events .supporting-copy:before,
  .page-our-services .supporting-copy:before,
  address:before,
  footer:before {
    border-top-width: 4px;
  }
}

@media (min-width: 768px) {
  .supporting-copy.register-mp:before,
  .page-home-delivery .supporting-copy:before,
  .page-home-delivery .callouts:before,
  .page-about-us .supporting-copy:before,
  .page-private-events .supporting-copy:before,
  .page-our-services .supporting-copy:before,
  address:before,
  footer:before {
    margin-bottom: 7em;
    width: 6em;
  }
}

@media (min-width: 1025px) {
  .supporting-copy.register-mp:before,
  .page-home-delivery .supporting-copy:before,
  .page-home-delivery .callouts:before,
  .page-about-us .supporting-copy:before,
  .page-private-events .supporting-copy:before,
  .page-our-services .supporting-copy:before,
  address:before,
  footer:before {
    margin-bottom: 8em;
  }
}

.page-home-delivery .supporting-copy.secondary:before {
  border-top-color: transparent;
}

.special-content .mce-content h3:before {
  margin: 0 0 0.65em;
  width: 1.5em;
  border-top-width: 3px;
  border-top-style: solid;
  content: "";
  display: block;
  height: 0;
}

@media (min-width: 768px) {
  .special-content .mce-content h3:before {
    border-top-width: 4px;
  }
}

@media (min-width: 768px) {
  .special-content .mce-content h3:before {
    margin-bottom: 1.25em;
    width: 2.25em;
  }
}

.lead {
  margin: 3em 0 4em;
  text-align: center;
}

@media (min-width: 768px) {
  .lead {
    margin: 7em 0;
  }
}

@media (min-width: 1025px) {
  .lead {
    margin: 8em 0;
  }
}

.home .lead {
  margin: 3em 0 4em;
}

@media (min-width: 768px) {
  .home .lead {
    margin: 6em 0 7em;
  }
}

@media (min-width: 1025px) {
  .home .lead {
    margin: 8em 0 9em;
  }
}

.home .lead p {
  font-size: 1.7em;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .home .lead p {
    font-size: 2em;
    line-height: 1.6;
  }
}

@media (min-width: 1025px) {
  .home .lead p {
    font-size: 2.2em;
    line-height: 1.7;
  }
}

.page-id-670 .lead, .parent-pageid-670 .lead, .memberpressproduct-template-register .lead, .page-login .lead {
  margin-top: 3em;
}

@media (min-width: 1025px) {
  .page-id-670 .lead, .parent-pageid-670 .lead, .memberpressproduct-template-register .lead, .page-login .lead {
    margin-top: 7em;
  }
}

.page-thank-you-membership .lead .grid {
  max-width: 80em;
}

.lead h1 {
  color: #d03f33;
  font-family: "News Cycle", sans-serif;
  font-size: 3.4em;
  font-weight: bold;
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  .lead h1 {
    font-size: 4em;
  }
}

@media (min-width: 1025px) {
  .lead h1 {
    font-size: 4.8em;
  }
}

.lead p {
  font-size: 1.8em;
  font-family: "Lora", serif;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .lead p {
    font-size: 2em;
  }
}

@media (min-width: 1025px) {
  .lead p {
    font-size: 2.2em;
    line-height: 1.7;
  }
}

.lead p + p {
  margin-top: 1.5em;
}

.lead p br {
  display: none;
}

@media (min-width: 1025px) {
  .lead p br {
    display: block;
  }
}

.lead p a {
  font-weight: 700;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.lead p a:hover {
  color: #d03f33;
}

.lead .btn {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .lead .btn {
    margin-top: 3em;
  }
}

h1,
h2,
h3 {
  font-family: "News Cycle", sans-serif;
  letter-spacing: .01em;
  line-height: 1.3;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
}

h1:after,
h2:after,
h3:after {
  clear: both;
  content: "";
  display: table;
}

h1 .instrux,
h2 .instrux,
h3 .instrux {
  display: block;
  font-size: .5em;
  margin-top: .5em;
}

@media (min-width: 768px) {
  h1 .instrux,
  h2 .instrux,
  h3 .instrux {
    float: right;
    margin-top: 1em;
  }
}

h2 {
  color: #000;
  font-size: 2.6em;
  margin-bottom: .5em;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.8em;
  }
}

@media (min-width: 1025px) {
  h2 {
    font-size: 3em;
  }
}

h3 {
  color: #d03f33;
  font-size: 1.8em;
  margin-bottom: .5em;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.2em;
    margin-bottom: .75em;
  }
}

h4 {
  color: #000;
  font-size: 1.8em;
  font-family: "Lora", serif;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 1.25em 0;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  h4 {
    font-size: 2em;
  }
}

@media (min-width: 1025px) {
  h4 {
    font-size: 2.2em;
  }
}

p {
  font-size: 1.4em;
  font-family: "Lora", serif;
  line-height: 1.6;
  margin: 0 0 1.5em;
  -webkit-font-smoothing: antialiased;
}

p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  p {
    font-size: 1.5em;
  }
}

@media (min-width: 1025px) {
  p {
    font-size: 1.6em;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.mce-content {
  font-style: normal;
}

@media (min-width: 768px) {
  .grid-third .mce-content {
    padding: 0 2em 0 0;
  }
}

.mce-content img {
  display: block;
  height: auto;
  margin: 4em 0;
  width: 100%;
}

.mce-content img:first-child {
  margin-top: 0;
}

.mce-content img:last-child {
  margin-bottom: 0;
}

.mce-content p img {
  margin: 4em 0;
}

.mce-content p:first-child img {
  margin-top: 0;
  margin-bottom: 4em;
}

.mce-content p:last-child img {
  margin-bottom: 0;
  margin-top: 4em;
}

.mce-content p a {
  font-weight: 700;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.mce-content p a:hover {
  color: #d03f33;
}

.meal-programs {
  margin: 4em 0 -4em;
  padding-top: 4em;
  position: relative;
}

@media (min-width: 768px) {
  .meal-programs {
    margin: 6em 0 -5em;
    padding-top: 6em;
  }
}

@media (min-width: 1025px) {
  .meal-programs {
    margin: 8em 0 -7em;
    padding-top: 8em;
  }
}

.meal-programs.restaurants {
  margin-top: 2em;
  padding-top: 0;
}

@media (min-width: 1025px) {
  .meal-programs.restaurants {
    margin-top: 4em;
  }
}

.meal-programs.restaurants:before {
  display: none;
}

.meal-programs:before {
  border-top: 3px solid #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .meal-programs:before {
    border-width: 4px;
  }
}

@media (min-width: 768px) {
  .meal-programs .grid-half {
    clear: none;
    float: left;
  }
  .meal-programs .grid-half.left {
    margin-right: 6%;
  }
}

@media (min-width: 1025px) {
  .meal-programs .grid-half.left {
    margin-right: 10%;
  }
}

.meal-programs .img-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 67%;
  position: relative;
  margin-bottom: 2.5em;
  width: 100%;
}

@media (min-width: 768px) {
  .meal-programs .img-wrapper {
    margin-bottom: 3.5em;
  }
}

.meal-programs .mce-content {
  margin: 0 0 4em;
}

@media (min-width: 768px) {
  .meal-programs .mce-content {
    margin-bottom: 6em;
  }
}

@media (min-width: 1025px) {
  .meal-programs .mce-content {
    margin-bottom: 8em;
  }
}

.meal-programs .mce-content h3:before {
  display: none;
}

.meal-programs .mce-content .info {
  font-family: "Lora", serif;
  font-size: 1.4em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .meal-programs .mce-content .info {
    font-size: 1.5em;
  }
}

@media (min-width: 1025px) {
  .meal-programs .mce-content .info {
    font-size: 1.6em;
  }
}

.meal-programs .mce-content .info .grid-half {
  width: 100%;
}

@media (min-width: 768px) {
  .meal-programs .mce-content .info .grid-half {
    float: none;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .meal-programs .mce-content .info .grid-half {
    float: left;
    width: 45%;
  }
}

.meal-programs .mce-content .info .grid-half:first-child {
  margin: 0 0 1.5em;
}

@media (min-width: 1025px) {
  .meal-programs .mce-content .info .grid-half:first-child {
    margin-bottom: 0;
  }
}

.meal-programs .mce-content .info span {
  display: block;
  margin: 0 1em 0 0;
}

.meal-programs .mce-content .info a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.meal-programs .mce-content .info a:hover {
  color: #d03f33;
}

.mp_wrapper h3 + form {
  margin-top: 3em;
}

@media (min-width: 768px) {
  .mp_wrapper h3 + form {
    margin-top: 4em;
  }
}

.mp_wrapper .mepr_spacer {
  background-color: #fff;
  display: block;
  height: .4em;
  margin: 2em auto;
  width: 100%;
}

@media (min-width: 768px) {
  .mp_wrapper .mepr_spacer {
    margin: 3em auto;
  }
}

.mepr-form, .mp_wrapper form {
  background-color: #e4f4f5;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 86em;
  padding: 3em 2em 4em;
  width: 100%;
}

@media (min-width: 768px) {
  .mepr-form, .mp_wrapper form {
    padding: 5em 4em 6em;
    width: calc(100% - 8em);
  }
}

@media (min-width: 1025px) {
  .mepr-form, .mp_wrapper form {
    padding: 7em 8em 8em;
    width: calc(100% - 10em);
  }
}

.mepr-form .mepr_spacer, .mp_wrapper form .mepr_spacer {
  width: 100%;
}

.mepr-form .mepr-forgotpw, .mp_wrapper form .mepr-forgotpw {
  color: #d03f33;
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  padding: 1em 0 0;
  text-align: left;
  text-transform: none;
}

.mepr-form .checkbox-label, .mp_wrapper form .checkbox-label {
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}

.mepr-form .checkbox-label input[type="checkbox"], .mp_wrapper form .checkbox-label input[type="checkbox"] {
  display: none;
}

.mepr-form .checkbox-label input[type="checkbox"]:checked + .indicator, .mp_wrapper form .checkbox-label input[type="checkbox"]:checked + .indicator {
  background-image: url(../img/icons/fa-check.png);
  -webkit-background-size: 70% auto;
  -moz-background-size: 70% auto;
  -ms-background-size: 70% auto;
  background-size: 70% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.mepr-form .checkbox-label .indicator, .mp_wrapper form .checkbox-label .indicator {
  background-color: #fff;
  border: 1px solid green;
  display: inline-block;
  height: 1.4em;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  width: 1.4em;
}

.mepr-form .mepr-account-change-password,
.mepr-form .mepr-submit, .mp_wrapper form .mepr-account-change-password,
.mp_wrapper form .mepr-submit {
  margin: 0 0 0 42% !important;
}

.mepr-form .mp-form-row, .mp_wrapper form .mp-form-row {
  margin: 0 0 2em;
}

@media (min-width: 768px) {
  .mepr-form .mp-form-row, .mp_wrapper form .mp-form-row {
    text-align: right;
  }
}

.mepr-form .mp-form-row.mepr_payment_method, .mp_wrapper form .mp-form-row.mepr_payment_method {
  display: none;
}

.mepr-form .mp-form-row .mp-form-label, .mp_wrapper form .mp-form-row .mp-form-label {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mepr-form .mp-form-row .mp-form-label, .mp_wrapper form .mp-form-row .mp-form-label {
    display: inline-block;
    margin: 0 2% 0 0;
    vertical-align: middle;
    width: 38%;
  }
}

.mepr-form .mp-form-row .mp-form-label label, .mp_wrapper form .mp-form-row .mp-form-label label {
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  display: block !important;
  letter-spacing: .01em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: normal;
}

.mepr-form .mp-form-row .mp-form-input, .mp_wrapper form .mp-form-row .mp-form-input {
  display: inline;
}

.mepr-form .mp-form-row .mepr-form-input, .mp_wrapper form .mp-form-row .mepr-form-input {
  background-color: #fff !important;
  border: 1px solid #4db8be !important;
  color: #777;
  display: block;
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.8em !important;
  font-weight: bold;
  padding: .25em 0 !important;
  text-align: left;
  text-indent: .75em;
  width: 100% !important;
}

@media (min-width: 768px) {
  .mepr-form .mp-form-row .mepr-form-input, .mp_wrapper form .mp-form-row .mepr-form-input {
    display: inline-block;
    vertical-align: middle;
    width: 58% !important;
  }
}

.mepr-form .mp-form-row .mepr-form-input#mepr-address-zip, .mp_wrapper form .mp-form-row .mepr-form-input#mepr-address-zip {
  margin-right: 38% !important;
  width: 80px !important;
}

@media (min-width: 768px) {
  .mepr-form .mp-form-row .mepr-form-input#mepr-address-zip, .mp_wrapper form .mp-form-row .mepr-form-input#mepr-address-zip {
    width: 20% !important;
  }
}

.mepr-form .mp-form-row .mepr-form-input.mepr-select-field, .mp_wrapper form .mp-form-row .mepr-form-input.mepr-select-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icons/select-arrows.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  -webkit-background-size: auto 50%;
  -moz-background-size: auto 50%;
  -ms-background-size: auto 50%;
  background-size: auto 50%;
  -webkit-border-radius: .75em;
  -moz-border-radius: .75em;
  -ms-border-radius: .75em;
  border-radius: .35em;
  padding: 0.25em 1.25em 0.25em 0 !important;
  width: 50% !important;
}

@media (min-width: 768px) {
  .mepr-form .mp-form-row .mepr-form-input.mepr-select-field, .mp_wrapper form .mp-form-row .mepr-form-input.mepr-select-field {
    margin-right: 22%;
    width: 36% !important;
  }
}

.mepr-form .mp-form-row .mepr-form-input.mepr-select-field:-ms-expand, .mp_wrapper form .mp-form-row .mepr-form-input.mepr-select-field:-ms-expand {
  display: none;
}

#mepr_loginform .mp-form-row input:not([type='submit']), #mepr_loginform .mp-form-row input:not([type='submit']) {
  background-color: #fff !important;
  border: 1px solid #4db8be !important;
  color: #777;
  display: inline-block;
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.8em !important;
  font-weight: bold;
  padding: .25em 0 !important;
  text-align: left;
  text-indent: .75em;
  width: 100% !important;
}

@media (min-width: 768px) {
  #mepr_loginform .mp-form-row input:not([type='submit']), #mepr_loginform .mp-form-row input:not([type='submit']) {
    vertical-align: middle;
    width: 58% !important;
  }
}

.mepr-form .mp-form-row.mepr_tos, .mp_wrapper form .mp-form-row.mepr_tos {
  text-align: left !important;
}

.mepr-form .mp-form-row .mepr-checkbox-field, .mp_wrapper form .mp-form-row .mepr-checkbox-field {
  background-color: transparent !important;
  border: none !important;
  color: #d03f33;
  display: inline-block !important;
  font-size: 1.4em !important;
  letter-spacing: .01em;
  padding: 0.25em 0.25em 0.875em 0.125em !important;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  width: auto !important;
}

@media (min-width: 768px) {
  .mepr-form .mp-form-row .mepr-checkbox-field, .mp_wrapper form .mp-form-row .mepr-checkbox-field {
    margin-left: 42%;
  }
}

.mepr-form .mp-form-row .mepr-checkbox-field input, .mp_wrapper form .mp-form-row .mepr-checkbox-field input {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  vertical-align: middle;
  width: auto;
}

.mepr-form .mp-form-row .mepr-checkbox-field a, .mp_wrapper form .mp-form-row .mepr-checkbox-field a {
  color: black;
  display: inline-block;
  position: relative;
  top: 3px;
}

.mepr-signup-form .mepr_tos + input + .mepr_spacer, .mepr-signup-form .mepr_tos + input + .mepr_spacer {
  background-color: transparent;
}

.mepr-form .mepr-submit, .mp_wrapper form .mepr-submit {
  display: inline-block;
  letter-spacing: .1em;
  margin: 0 !important;
  padding: 1em 3em;
  text-indent: 0;
  width: auto;
}

@media (min-width: 768px) {
  .mepr-form .mepr-submit, .mp_wrapper form .mepr-submit {
    margin-left: 42% !important;
  }
}

.mepr-form .button-primary,
.mepr-form .mepr-share-button, .mp_wrapper form .button-primary,
.mp_wrapper form .mepr-share-button {
  background-color: #6187a6;
  color: #fff;
  display: inline-block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  padding: 0.75em 2em;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  transition: .3s ease all;
  width: 100%;
}

@media (min-width: 768px) {
  .mepr-form .button-primary,
  .mepr-form .mepr-share-button, .mp_wrapper form .button-primary,
  .mp_wrapper form .mepr-share-button {
    font-size: 1.8em;
    width: auto;
  }
}

.mepr-form .button-primary:hover,
.mepr-form .mepr-share-button:hover, .mp_wrapper form .button-primary:hover,
.mp_wrapper form .mepr-share-button:hover {
  background-color: #4c6d88;
}

.mepr-form .mepr-loading-gif, .mp_wrapper form .mepr-loading-gif {
  margin-left: 15px;
}

.mepr-form .mepr-form-has-errors, .mp_wrapper form .mepr-form-has-errors {
  color: #d03f33 !important;
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.4em !important;
  padding-left: 20px !important;
}

@media (min-width: 768px) {
  .mepr-form .mepr-form-has-errors, .mp_wrapper form .mepr-form-has-errors {
    line-height: 3;
    margin-left: 42%;
    padding-left: 0 !important;
  }
}

.mepr-form .cc-error, .mp_wrapper form .cc-error {
  color: #d03f33 !important;
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.4em;
  font-weight: normal !important;
  padding-left: 0 !important;
  text-transform: none !important;
}

.mepr-account-change-password {
  display: block;
  padding: 0 2em;
}

.mepr-account-change-password a {
  background-color: #52b8be;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.75em 2em;
  text-transform: uppercase;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  transition: .3s ease all;
  width: 100%;
}

@media (min-width: 768px) {
  .mepr-account-change-password a {
    font-size: 1.8em;
    width: auto;
  }
}

.mepr-account-change-password a:hover {
  background-color: #3c9ba1;
}

.mepr-signup-form:before {
  content: 'Fields marked with an * are required';
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  letter-spacing: .01em;
  line-height: 1.3;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .mepr-signup-form:before {
    margin-bottom: 3em;
  }
}

.register-mp .mp_price_str {
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
  margin: 0 auto 1em;
}

@media (min-width: 768px) {
  .register-mp .mp_price_str {
    font-size: 2em;
    max-width: 30em;
  }
}

.register-mp .mp_price_str strong {
  margin-right: 5px;
}

.register-mp .mp-table {
  border: none !important;
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  margin: 0 auto 4em;
}

@media (min-width: 768px) {
  .register-mp .mp-table {
    font-size: 1.6em;
    max-width: 37.5em;
  }
}

.register-mp .mp-table thead th {
  border-bottom: 1px solid #ccc !important;
  border-width: 0 0 1px 0 !important;
  color: #595959;
  font-size: .9em;
  letter-spacing: .05em;
  padding: 0 0 0.5em;
}

.register-mp .mp-table thead th:last-child {
  text-align: right;
}

.register-mp .mp-table td {
  border-bottom: 1px solid #ccc !important;
  border-width: 0 0 1px 0 !important;
  padding: .5em 0;
}

.register-mp .mp-table tfoot th {
  border-width: 0 !important;
  padding: .5em 0 0;
}

@media (min-width: 768px) {
  .mp_login_form .mepr_password + div {
    margin-left: 42%;
  }
}

.mp_login_form .mepr_password + div label {
  color: black;
  display: inline-block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  letter-spacing: .01em;
  text-transform: none;
}

.mp_login_form .mepr_password + div label input {
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
  width: auto;
}

.mp_login_form .mp-spacer {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .mp_login_form .mp-spacer {
    margin-top: 3em;
  }
}

@media (min-width: 768px) {
  .mp_login_form .submit {
    margin-left: 42%;
  }
}

.mepr-login-actions {
  padding: 0 2em;
}

.mepr-login-actions a {
  background-color: #52b8be;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  padding: 0.75em 2em;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}

@media (min-width: 768px) {
  .mepr-login-actions a {
    font-size: 1.8em;
    width: auto;
  }
}

.mepr-login-actions a:hover {
  background-color: #3c9ba1;
}

@media (min-width: 768px) {
  #mepr_forgot_password_form div {
    text-align: right;
  }
}

#mepr_forgot_password_form div label {
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
  letter-spacing: .01em;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  width: 100% !important;
}

@media (min-width: 768px) {
  #mepr_forgot_password_form div label {
    margin-right: 2%;
    vertical-align: middle;
    width: 38% !important;
  }
}

#mepr_forgot_password_form div input:not([type='submit']) {
  background-color: #fff !important;
  border: 1px solid #4db8be !important;
  color: #777;
  display: inline-block;
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.8em !important;
  font-weight: bold;
  padding: .25em 0 !important;
  text-indent: .75em;
  width: 100% !important;
}

@media (min-width: 768px) {
  #mepr_forgot_password_form div input:not([type='submit']) {
    text-align: left;
    vertical-align: middle;
    width: 58% !important;
  }
}

#mepr_forgot_password_form .mp-spacer {
  margin-top: 2em;
}

@media (min-width: 768px) {
  #mepr_forgot_password_form .mp-spacer {
    margin-top: 3em;
  }
}

#mepr_forgot_password_form .submit {
  text-align: left;
}

@media (min-width: 768px) {
  #mepr_forgot_password_form .submit {
    margin-left: 42%;
  }
}

.mp_wrapper .mepr-newpassword-form {
  font-family: "News Cycle", sans-serif;
  font-weight: bold;
}

.mp_wrapper .mepr-newpassword-form label {
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block !important;
  letter-spacing: .01em;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100% !important;
}

@media (min-width: 768px) {
  .mp_wrapper .mepr-newpassword-form label {
    margin: 0 2% 0 0;
    width: 38% !important;
  }
}

.mp_wrapper .mepr-newpassword-form .mepr_spacer {
  background-color: transparent;
}

.mp_wrapper .mepr-newpassword-form input[type='submit'] {
  margin-right: 10px !important;
}

.mp_wrapper .mepr-newpassword-form input[type='submit'] + a {
  font-size: 1.4em;
  margin-left: 3px;
}

#mepr-account-nav {
  display: table;
  margin: 0 auto;
  max-width: 118em;
  padding: 0;
}

#mepr-account-nav .mepr-nav-item {
  border-right: 2px solid black;
  display: inline-block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 7px;
}

@media (min-width: 768px) {
  #mepr-account-nav .mepr-nav-item {
    font-size: 1.8em;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  #mepr-account-nav .mepr-nav-item a {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  #mepr-account-nav .mepr-nav-item a:hover {
    color: #d03f33;
  }
}

#mepr-account-nav .mepr-nav-item:last-child {
  border: none;
}

#mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a {
  color: #d03f33;
}

.page-id-732 #mepr-account-nav span:nth-of-type(2) a {
  color: #d03f33;
}

.mepr_error {
  background-color: transparent !important;
  border: none !important;
  box-sizing: border-box;
  display: table;
  margin: 0 auto 2em !important;
  padding: 0 !important;
  width: auto;
}

@media (min-width: 768px) {
  .mepr_error {
    margin-bottom: 3em !important;
  }
}

.mepr_error ul {
  background-color: #f1c8c4;
  list-style: none;
  padding: 1.5em 2em 2em !important;
}

@media (min-width: 768px) {
  .mepr_error ul {
    padding: 2.25em 3em 2.5em !important;
  }
}

.mepr_error ul li {
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .mepr_error ul li {
    font-size: 1.6em;
  }
}

.mepr_updated {
  background-color: transparent !important;
  border: none !important;
  box-sizing: border-box;
  display: table;
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
  margin: 0 auto 2em !important;
  padding: 1em !important;
  width: auto;
}

.mepr_updated ul {
  list-style: none;
}

.mp-no-subs {
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
  margin: 0 auto 2em !important;
  padding: 2em !important;
}

@media (min-width: 1025px) {
  .mp-no-subs {
    padding: 0 5em;
  }
}

#account-dashboard {
  margin-bottom: 0;
}

.page-id-732 #account-dashboard {
  display: none;
}

#account-dashboard .dashboard-module {
  background-color: #fff;
  border-top: 7px solid #4db8be;
  box-sizing: border-box;
  padding: 4.5em 2em 4em;
  text-align: left;
  width: 100%;
}

#account-dashboard .dashboard-module:not(:last-child) {
  margin: 0 0 2em 0;
}

@media (min-width: 768px) {
  #account-dashboard .dashboard-module {
    float: left;
    margin-bottom: 0;
    width: 31.75%;
  }
  #account-dashboard .dashboard-module:not(:last-child) {
    margin: 0 2% 0 0;
  }
}

@media (min-width: 1025px) {
  #account-dashboard .dashboard-module {
    padding: 7em 3em 6em;
  }
}

#account-dashboard .dashboard-module .module-title {
  font-family: "News Cycle", sans-serif;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  #account-dashboard .dashboard-module .module-title {
    font-size: 3.8em;
  }
}

#account-dashboard .dashboard-module .module-title:after {
  border-top: 5px solid #d03f33;
  content: "";
  display: block;
  margin: 0.5em 0 1.5em;
  padding: 0;
  width: 1em;
}

#account-dashboard .dashboard-module .module-title br {
  display: none;
}

@media (min-width: 768px) {
  #account-dashboard .dashboard-module .module-title br {
    display: block;
  }
}

#account-dashboard .dashboard-module .btn {
  display: block;
  font-size: 1.4em;
  text-align: center;
}

@media (min-width: 1025px) {
  #account-dashboard .dashboard-module .btn {
    font-size: 1.6em;
  }
}

#account-profile.special-content {
  max-width: 86em;
  margin: 0 auto;
}

.page-id-670 #account-profile {
  display: none;
}

.page-id-670 #account-profile + .mepr_spacer {
  display: none;
}

.page-id-670 #account-profile + .mepr_spacer + .mepr-account-change-password {
  display: none;
}

.mp-no-subs {
  font-size: 1.4em;
  padding-top: 2em;
}

@media (min-width: 768px) {
  .mp-no-subs {
    font-size: 1.6em;
  }
}

@media (min-width: 768px) {
  .mepr-white-popup {
    padding: 4em !important;
  }
}

.mepr-white-popup .mepr-upgrade-txn-text {
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
}

@media (min-width: 768px) {
  .mepr-white-popup .mepr-upgrade-txn-text {
    font-size: 2em;
  }
}

.mepr-white-popup .mepr-upgrade-dropdown {
  font-family: "News Cycle", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.25em 0.5em 0.25em 0.25em;
}

@media (min-width: 768px) {
  .mepr-white-popup .mepr-upgrade-dropdown {
    font-size: 2em;
    margin-top: .5em;
  }
}

.mepr-white-popup .mepr-cancel-txn-buttons {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .mepr-white-popup .mepr-cancel-txn-buttons {
    margin-top: 2em;
  }
}

.mepr-white-popup .mepr-cancel-txn-buttons .mepr-upgrade-buy-now {
  -webkit-appearance: none;
  appearance: none;
  background-color: #6187a6 !important;
  border: none;
  border-radius: 0 !important;
  color: white !important;
  display: inline-block;
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.4em !important;
  font-weight: bold;
  letter-spacing: .125em;
  padding: 0.75em 2em 0.85em !important;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

@media (min-width: 768px) {
  .mepr-white-popup .mepr-cancel-txn-buttons .mepr-upgrade-buy-now {
    font-size: 1.6em !important;
  }
}

.mepr-white-popup .mepr-cancel-txn-buttons .mepr-upgrade-buy-now:hover {
  background-color: #4c6d88 !important;
}

.mepr-white-popup .mepr-cancel-txn-buttons .mepr-upgrade-cancel {
  background-color: transparent !important;
  border: none;
  color: #6187a6 !important;
  display: block;
  font-size: 1.4em !important;
  margin-top: .25em;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .mepr-white-popup .mepr-cancel-txn-buttons .mepr-upgrade-cancel {
    font-size: 1.6em !important;
  }
}

.mepr-white-popup .mepr-cancel-txn-buttons .mepr-upgrade-cancel:hover {
  color: #d03f33 !important;
}

.mepr-price-menu {
  padding-top: 4em;
}

@media (min-width: 768px) {
  .mepr-price-menu {
    padding-top: 6em;
  }
}

@media (min-width: 1025px) {
  .mepr-price-menu {
    padding-top: 8em;
  }
}

.mepr-price-menu .mepr-price-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -2em;
}

@media (min-width: 768px) {
  .mepr-price-menu .mepr-price-boxes {
    justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .mepr-price-menu .mepr-price-boxes {
    margin-bottom: -3em;
  }
}

.mepr-price-menu .mepr-price-boxes > div {
  margin: 0 0 2em;
  max-width: 45em;
  width: 100%;
}

@media (min-width: 768px) {
  .mepr-price-menu .mepr-price-boxes > div {
    max-width: none;
    width: calc(50% - 1em);
  }
}

@media (min-width: 1025px) {
  .mepr-price-menu .mepr-price-boxes > div {
    margin-bottom: 3em;
    width: calc(50% - 1.5em);
  }
}

.mepr-price-menu .mepr-price-box {
  background-color: #fff;
  border-top: 7px solid #4db8be;
  box-sizing: border-box;
  padding: 2em 2em 3em;
  text-align: center;
}

@media (min-width: 768px) {
  .mepr-price-menu .mepr-price-box {
    padding: 3em 2em 5em;
  }
}

.mepr-price-menu .mepr-price-box .mepr-most-popular {
  display: none;
}

.mepr-price-menu .mepr-price-box .mepr-price-box-head {
  color: #d03f33;
  font-family: "News Cycle", sans-serif;
  font-size: 3.4em;
  font-weight: bold;
  margin-bottom: .25em;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .mepr-price-menu .mepr-price-box .mepr-price-box-head {
    font-size: 4em;
  }
}

@media (min-width: 1025px) {
  .mepr-price-menu .mepr-price-box .mepr-price-box-head {
    font-size: 4.8em;
  }
}

.mepr-price-menu .mepr-price-box .mepr-price-box-benefits-list .mepr-price-box-benefits-item {
  font-family: "Lora", serif;
  font-size: 1.4em;
  margin: 0 0 1em;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .mepr-price-menu .mepr-price-box .mepr-price-box-benefits-list .mepr-price-box-benefits-item {
    font-size: 1.5em;
  }
}

@media (min-width: 1025px) {
  .mepr-price-menu .mepr-price-box .mepr-price-box-benefits-list .mepr-price-box-benefits-item {
    font-size: 1.6em;
  }
}

.mepr-price-menu .mepr-price-box .mepr-price-box-footer {
  font-family: "News Cycle", sans-serif;
  font-size: 3.2em;
  font-weight: bold;
  line-height: 1.1;
  margin: 0.75em 0 0.5em;
}

@media (min-width: 768px) {
  .mepr-price-menu .mepr-price-box .mepr-price-box-footer {
    font-size: 3.8em;
    margin-top: 1em;
  }
}

.mepr-price-menu .mepr-price-box .mepr-price-box-footer span {
  display: block;
  font-size: .36em;
  margin-top: .5em;
}

.mepr-price-menu .mepr-price-box .mepr-price-box-button a {
  background-color: #6187a6;
  color: #fff;
  display: block;
  font-family: "News Cycle", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 auto;
  max-width: 75%;
  padding: .75em 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  .mepr-price-menu .mepr-price-box .mepr-price-box-button a {
    font-size: 1.8em;
  }
}

.mepr-price-menu .mepr-price-box .mepr-price-box-button a:hover {
  background-color: #4c6d88;
}

.mepr-account-table {
  box-sizing: border-box;
  border: none !important;
  font-family: "News Cycle", sans-serif;
  margin: 0 auto !important;
  max-width: 118em;
  text-align: left !important;
}

@media (min-width: 768px) {
  .mepr-account-table {
    border-left: 4em solid #fff !important;
    border-right: 4em solid #fff !important;
  }
}

@media (min-width: 1025px) {
  .mepr-account-table {
    border-width: 5em !important;
  }
}

.mepr-account-table tr {
  border: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.mepr-account-table tr:nth-of-type(odd) td {
  background-color: #e4f4f5 !important;
}

.mepr-account-table tr th {
  color: #666;
  font-size: 1.2em;
  line-height: 1.5;
  padding: 1em 1.65em !important;
}

@media (min-width: 601px) and (max-width: 767px) {
  .mepr-account-table tr th:nth-of-type(6) {
    display: none;
  }
}

.mepr-account-table tr td {
  background-color: white !important;
  border: none !important;
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6;
  padding: 1em 2em !important;
  text-align: left !important;
  vertical-align: top;
}

@media (min-width: 601px) {
  .mepr-account-table tr td {
    padding: 2em 1em !important;
  }
}

@media (min-width: 768px) {
  .mepr-account-table tr td {
    font-size: 1.6em;
  }
}

.mepr-account-table tr td:before {
  color: #666;
  display: inline-block;
  float: none;
  font-size: .8em;
  margin-top: 4px;
  width: 30%;
}

@media (max-width: 767px) {
  .mepr-account-table tr td:first-child {
    padding-top: 3em !important;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .mepr-account-table tr td:nth-of-type(6) {
    display: none;
  }
}

@media (max-width: 767px) {
  .mepr-account-table tr td:last-child {
    padding-bottom: 3em !important;
  }
}

.mepr-account-table tr td div {
  margin-left: 7em !important;
}

@media (min-width: 601px) {
  .mepr-account-table tr td div {
    margin-left: 0 !important;
  }
}

.mepr-account-table tr td .mepr-account-subscr-id,
.mepr-account-table tr td .mepr-account-rebill {
  font-weight: normal;
}

.mepr-account-table tr td .mepr-inactive,
.mepr-account-table tr td .mepr-account-active {
  color: #000;
}

.mepr-account-table tr td .mepr-account-actions {
  margin-top: 5px;
}

.mepr-account-table tr td .mepr-account-actions > a {
  border-left: 2px solid #000;
  color: #d03f33;
  display: inline-block;
  line-height: 1;
  padding: 0 0.125em 0 0.375em;
  vertical-align: top;
}

.mepr-account-table tr td .mepr-account-actions > a:first-child {
  border-left: none;
  padding-left: 0;
}

#gform_2 {
  position: relative;
}

#gform_2 .gform_title {
  color: #000;
  font-family: "News Cycle", sans-serif;
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  #gform_2 .gform_title {
    font-size: 2.8em;
  }
}

@media (min-width: 1025px) {
  #gform_2 .gform_title {
    font-size: 3em;
  }
}

#gform_2 .gform_description {
  color: #000;
  display: block;
  font-family: "Lora", serif;
  font-size: 1.4em;
  margin-bottom: 2em;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  #gform_2 .gform_description {
    font-size: 1.5em;
    margin-bottom: 3em;
  }
}

@media (min-width: 768px) {
  #gform_2 .gform_description {
    font-size: 1.6em;
  }
}

#gform_2 .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1025px) {
  #gform_2 .gform_fields {
    margin: 0 -2%;
  }
}

#gform_2 .gform_fields:after {
  clear: both;
  content: "";
  display: table;
}

#gform_2 .gform_fields .gfield_visibility_visible {
  float: left;
  margin: 0 2%;
  width: 29.3%;
}

@media (max-width: 1025px) {
  #gform_2 .gform_fields .gfield_visibility_visible {
    float: none;
    margin: 0 auto 2em;
    width: auto;
  }
}

#gform_2 .gform_fields .textarea {
  height: 6em;
}

@media (min-width: 768px) {
  #gform_2 .gform_fields .textarea {
    height: 11em;
  }
}

#gform_2 .gform_fields .ginput_recaptcha {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@media (min-width: 480px) {
  #gform_2 .gform_fields .ginput_recaptcha {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 1025px) {
  #gform_2 .gform_fields .ginput_recaptcha {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@media (min-width: 1281px) {
  #gform_2 .gform_fields .ginput_recaptcha {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

#gform_2 .gform_footer {
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  #gform_2 .gform_footer {
    position: absolute;
    bottom: 2.5em;
    right: 0;
    width: 30.5%;
  }
}

@media (min-width: 1025px) {
  #gform_2 .gform_footer {
    bottom: 0;
  }
}

.special-content {
  background-color: #e4f4f5;
  margin: 0 0 3em;
  padding: 3em 0 4em;
}

@media (min-width: 768px) {
  .special-content {
    margin: 0 4em 6em;
    padding: 5em 0 6em;
  }
}

@media (min-width: 1025px) {
  .special-content {
    margin: 0 5em 8em;
    padding: 7em 0 8em;
  }
}

@media (min-width: 900px) {
  .special-content .special-content-lead {
    width: 64%;
  }
}

.special-content .special-content-lead h2 {
  margin-bottom: 1.5em;
}

.special-content .special-content-lead h2 + h4 {
  margin: -1.25em 0 1.25em;
}

@media (min-width: 768px) {
  .special-content .special-content-lead h2 + h4 {
    margin-bottom: 2em;
  }
}

.special-content .special-content-lead h2 + p {
  margin-top: -1.25em;
}

@media (min-width: 768px) {
  .special-content .special-content-lead h2 + p {
    margin-top: -.5em;
  }
}

@media (min-width: 768px) {
  #restaurant-management .special-content-lead {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 6%;
    width: 69%;
  }
}

.special-content .special-content-lead-callout {
  border-top: 1px solid white;
  box-sizing: border-box;
  margin-top: 2em;
  padding: 2em 0 2.5em;
}

@media (min-width: 768px) {
  .special-content .special-content-lead-callout {
    border-left: 1px solid white;
    border-top: none;
    display: inline-block;
    margin-top: 5em;
    padding: 1em 0 1em 5%;
    vertical-align: top;
    width: 30.65%;
  }
}

.special-content .special-content-lead-callout h3 {
  margin-bottom: .5em;
}

.special-content .special-content-lead-callout h3:before {
  content: none;
}

.special-content .special-content-lead-callout p {
  color: #d03f33;
}

.special-content .special-content-lead-callout p .learn-more:hover {
  color: #52b8be;
}

.supporting-copy {
  margin: 0 0 4em;
}

@media (min-width: 768px) {
  .supporting-copy {
    margin-bottom: 6em;
  }
}

@media (min-width: 1025px) {
  .supporting-copy {
    margin-bottom: 8em;
  }
}

.supporting-copy .grid-half:first-child p:last-child {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .supporting-copy .grid-half:first-child p:last-child {
    margin-bottom: 0;
  }
}

.page-home-delivery #plans + .supporting-copy:before {
  content: none;
}

.supporting-copy .mce-content p {
  margin: 0;
}

.supporting-copy.register-mp {
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  .supporting-copy.register-mp {
    margin-bottom: 6em;
  }
}

@media (min-width: 1025px) {
  .supporting-copy.register-mp {
    margin-bottom: 8em;
  }
}

.supporting-copy.register-mp .grid {
  max-width: 70em;
}

.supporting-copy p a {
  font-weight: bold;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.supporting-copy p a:hover {
  color: #d03f33;
}

.our-services .two-columns-text-only:before {
  border-top: 4px solid #d03f33;
}

.two-columns-text-only:before {
  border-top: 4px solid #ccc;
  content: "";
  display: block;
  margin: 0 auto 10em;
  padding: 0;
  width: 6em;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.img-fill {
  display: none;
}

.wp-caption {
  margin: 3em 0;
  width: 100% !important;
}

@media (min-width: 768px) {
  .wp-caption {
    margin: 4em 0;
  }
}

.wp-caption:first-child {
  margin-top: 0;
}

.wp-caption:last-child {
  margin-bottom: 0;
}

.wp-caption img {
  display: block;
  height: auto;
  margin: 0 0 2em !important;
  width: 100%;
}

.wp-caption-text {
  font-family: "News Cycle", sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

/*# sourceMappingURL=../css/main.map */