html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  color: #333333;
  font-family: "franklin-gothic-urw", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

.no-block-post img {
  width: 100%;
  height: auto;
}
.no-block-post figure {
  max-width: 350px;
}
.no-block-post figure img {
  width: 100%;
  height: auto;
}
.no-block-post figure.embed-block {
  max-width: 100%;
}

table {
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

h1, h2, h3, h4 {
  font-family: "franklin-gothic-urw-cond", sans-serif;
}

h1, h2, h3 {
  color: #052154;
}

h2, h2 span {
  font-family: "franklin-gothic-urw-cond", sans-serif;
}
h2.section-heading, h2 span.section-heading {
  display: flex;
  align-items: center;
}
h2.section-heading .word, h2 span.section-heading .word {
  display: block;
  text-align: center;
  font-family: "bodoni-urw", serif;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 30px;
}
h2.section-heading .pre-skew, h2 span.section-heading .pre-skew {
  width: 100%;
  height: 60px;
  transform: skew(-20deg);
  border-right: 1px solid #CCCCCC;
}
h2.section-heading .post-skew, h2 span.section-heading .post-skew {
  width: 100%;
  height: 60px;
  transform: skew(-20deg);
  border-left: 1px solid #CCCCCC;
}
h2.section-heading .pre-skew,
h2.section-heading .post-skew, h2 span.section-heading .pre-skew,
h2 span.section-heading .post-skew {
  display: flex;
  align-items: center;
}
h2.section-heading .pre-skew .horizontal-line,
h2.section-heading .post-skew .horizontal-line, h2 span.section-heading .pre-skew .horizontal-line,
h2 span.section-heading .post-skew .horizontal-line {
  height: 1px;
  width: 100%;
  background-color: #cccccc;
}

h3 {
  font-size: 1.875rem;
  line-height: 1.9375rem;
  text-transform: uppercase;
}

h4 {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  margin: 0;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p, li, .BWB_specialdiet_text {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
  font-family: "franklin-gothic-urw", sans-serif;
}

p {
  margin-top: 15px;
}

a {
  color: #062a6c;
  font-weight: 500;
  text-decoration: none;
  font-family: "franklin-gothic-urw", sans-serif;
}

.tags p {
  color: #052154;
  font-weight: 500;
  padding-top: 20px;
  margin-top: 40px;
  display: inline-block;
  border-top: 1px solid #052154;
}
.tags p a {
  text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gquiz-correct-response img, .gquiz-incorrect-response img, .gquiz-indicator {
  width: auto !important;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  zoom: 1;
}

.post-width,
.content-width,
.alm-listing.alm-ajax {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content-width, .alm-listing.alm-ajax {
  max-width: 1150px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.alignnone {
  margin: 0;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-top {
  background-position: top center;
}

.bg-center {
  background-position: center center;
}

.bg-bottom {
  background-position: bottom center;
}

.button, .pagination .nav-links .next a,
.pagination .nav-links .prev a {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  text-align: center;
  background-color: #052154;
  align-items: center;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
}
.button span, .pagination .nav-links .next a span,
.pagination .nav-links .prev a span {
  font-family: "franklin-gothic-urw", sans-serif;
}

.button.outline-button, .pagination .nav-links .next a.outline-button,
.pagination .nav-links .prev a.outline-button {
  border: 2px solid #052154;
  background-color: transparent;
  color: #052154;
}

.video-wrapper {
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.indent {
  padding-left: 40px;
}

nav ul li a, nav ul li a span {
  text-decoration: none;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

header .site-title {
  text-decoration: none;
  color: white;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 2rem;
  display: block;
}
header .site-title:hover, header .site-title:focus, header .site-title:active {
  text-decoration: none;
}
header .menu-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
header #menu-toggle {
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 20px;
  margin-top: 3px;
}
header #menu-toggle svg path, header #menu-toggle svg g {
  fill: white;
  stroke: white;
}
header nav.menu-dropdown {
  display: none;
  width: 100%;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 2px 2px grey;
  border-top: 1px solid #EBEDF2;
}
header nav.menu-dropdown ul {
  margin: 0;
  padding: 0;
}
header nav.menu-dropdown ul li {
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #EBEDF2;
}
header nav.menu-dropdown ul li a {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  width: 100%;
  display: block;
  padding: 15px 20px;
  color: #052154;
}

button#search-toggle {
  background-color: white;
  border: 1px solid #d9d9d9;
  width: auto;
  height: 31px;
  padding: 0px 12px;
}

.searchform input[type=text] {
  border: none;
  height: 30px;
  padding: 0 15px;
  font-size: 1rem;
  box-sizing: border-box;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  -webkit-appearance: none;
  color: black;
}
.searchform input[type=submit],
.searchform button.searchsubmit {
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-left: none;
  margin-bottom: 0;
  background-color: white;
  color: white;
}
.searchform#mobile-search-form {
  display: none;
}

.hp-newsletter {
  background: #052154;
  background-image: url("../images/uvah-newsletter-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hp-newsletter h2, .hp-newsletter p {
  color: white;
}
.hp-newsletter h2 {
  font-family: "bodoni-urw", serif;
  text-transform: uppercase;
  font-style: italic;
}
.hp-newsletter .subscribe-form label {
  color: white;
}
.hp-newsletter .subscribe-form input[type=text] {
  border: none;
  -webkit-border-radius: 0;
}
.hp-newsletter .subscribe-form input[type=submit].button {
  background-color: #E57200;
  color: white;
  border: none !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.subscribe-form label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
}
.subscribe-form input[type=text] {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.subscribe-form input[type=submit].button {
  border: none !important;
  padding: 8px 20px;
  margin-top: 25px;
}

.subscribe-cta .flex, .subscribe-cta .alm-listing.alm-ajax {
  background-color: #052154;
  background-image: url("../images/small-suscribe-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 30px;
}
.subscribe-cta h2, .subscribe-cta p {
  color: white;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
}
.subscribe-cta h2 {
  font-family: "bodoni-urw", serif;
  font-style: italic;
}
.subscribe-cta .button, .subscribe-cta .pagination .nav-links .next a, .pagination .nav-links .next .subscribe-cta a,
.subscribe-cta .pagination .nav-links .prev a,
.pagination .nav-links .prev .subscribe-cta a {
  background-color: white;
  color: #052154;
}

.alm-listing.alm-ajax {
  padding: 0;
}

.alm-btn-wrap .alm-load-more-btn {
  font-family: "franklin-gothic-urw", sans-serif !important;
  font-weight: 500 !important;
  background-color: #052154 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-size: 1.375rem !important;
  line-height: 1.375rem !important;
  letter-spacing: 0.09375rem !important;
  padding: 18px 35px !important;
  height: auto !important;
}

.date span {
  display: inline-block;
  background-color: white;
  font-style: italic;
  font-weight: 500;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  letter-spacing: 1.11px;
}
.date span:first-child {
  padding: 5px 10px;
  color: #757575;
}

.feature-hero {
  background-repeat: no-repeat;
  background-size: cover;
}

article {
  margin-bottom: 50px;
  box-sizing: border-box;
}
article img.post-image {
  border: 1px solid #ebebeb;
}
article a.title-link {
  color: #052154;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
  margin: 5px 0 10px 0;
  text-decoration: none;
  display: block;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
article a.title-link img {
  display: inline-block;
  width: 25px;
  margin-left: 5px;
}
article .meta {
  color: #052154;
  font-weight: 500;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  margin-bottom: 10px;
}
article .meta a {
  color: #052154;
  text-decoration: underline;
}
article.primary-feature {
  max-width: 100%;
}
article.primary-feature .feature-hero {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
article.primary-feature .primary-inner-wrapper {
  width: 100%;
  background-color: #E9EBF1;
}
article.primary-feature .primary-inner-wrapper a.title-link {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
}
article.primary-feature .primary-inner-wrapper p {
  color: #052154;
  font-weight: 500;
}
article.primary-feature .primary-inner-wrapper p img {
  max-width: 25px;
}
article.primary-feature .primary-inner-wrapper a.read-more-link {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  display: block;
}
article.primary-feature .primary-inner-wrapper a.read-more-link:after {
  content: "";
  width: 25px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
  background-image: url("../images/read-more-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.secondary-articles article p,
.article-group article p,
.related-articles article p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
}

.separator-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url("../images/separator-bullet.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px;
}

.blue-bar {
  background-color: #E9EBF1;
}

.block-article-header h1 {
  margin-top: 0;
}
.block-article-header p.featured-image-caption {
  font-size: 1rem;
  font-size: 1.125rem;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5px;
}
.block-article-header .post-title .byline {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.single h1 {
  margin-bottom: 0;
}

.standard-article-header .post-title {
  background-color: white;
}
.standard-article-header .date {
  padding-top: 30px;
}
.standard-article-header .featured-image-area {
  width: 100%;
}
.standard-article-header .featured-image-area .gray-bg {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
}
.standard-article-header .featured-image-area .gray-bg .hero {
  max-width: 766px;
  width: 100%;
}
.standard-article-header p.standard-caption {
  max-width: 766px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.125rem;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.post-title .date {
  border-bottom: 1px solid #979797;
}
.post-title .date span {
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}
.post-title .byline {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  color: #052154;
  font-weight: 500;
  font-family: "franklin-gothic-urw-cond", sans-serif;
}
.post-title .byline * {
  color: #052154;
  font-weight: 500;
  font-family: "franklin-gothic-urw-cond", sans-serif;
}
.post-title .byline p {
  font-size: 1rem;
  line-height: 1.2rem;
}
.post-title .byline a {
  text-decoration: underline;
}

.post-width {
  max-width: 1000px;
}
.post-width h2, .post-width h3, .post-width h4, .post-width h5, .post-width h6 {
  display: block;
}
.post-width h2 {
  text-transform: uppercase;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
.post-width h3 {
  text-transform: none;
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "franklin-gothic-urw", sans-serif;
}
.post-width li {
  margin-bottom: 0;
}
.post-width ul, .post-width ol {
  margin: 0;
}
.post-width blockquote {
  border-left: 5px solid #E57200;
  padding: 25px 0 25px 25px;
}
.post-width blockquote .clearfix:before, .post-width blockquote blockquote:before, .post-width blockquote .clearfix:after, .post-width blockquote blockquote:after {
  content: " ";
  display: table;
}
.post-width blockquote * {
  color: #052154;
}
.post-width blockquote h2, .post-width blockquote h3, .post-width blockquote h4, .post-width blockquote h5, .post-width blockquote h6 {
  margin-top: 0;
  font-family: "bodoni-urw", serif;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  text-transform: uppercase;
}
.post-width blockquote p, .post-width blockquote li, .post-width blockquote a, .post-width blockquote strong, .post-width blockquote i, .post-width blockquote em, .post-width blockquote span {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "franklin-gothic-urw", sans-serif;
}
.post-width blockquote p, .post-width blockquote li, .post-width blockquote a {
  font-weight: 500;
}
.post-width blockquote li {
  margin-bottom: 8px;
}
.post-width .ab-block-cta {
  padding: 0 0 40px 0;
  background-image: url("../images/cta-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post-width .ab-block-cta .ab-cta-title {
  color: white !important;
  background-color: #052154;
  margin-top: 0;
  padding: 20px;
  font-size: 1.5rem !important;
  line-height: 1.625rem !important;
}
.post-width .ab-block-cta .ab-cta-title {
  padding: 20px;
  color: white !important;
  box-sizing: border-box;
}
.post-width .ab-block-cta .ab-cta-text p, .post-width .ab-block-cta .ab-cta-text a, .post-width .ab-block-cta .ab-cta-text li {
  color: white !important;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.post-width .ab-block-cta .ab-cta-text p, .post-width .ab-block-cta .ab-cta-text li {
  margin-bottom: 25px;
}
.post-width .ab-block-cta .ab-cta-button a {
  background-color: #E57200 !important;
  border-radius: 0 !important;
}
.post-width .recipe-categories {
  text-align: left;
}
.post-width .recipe-categories a, .post-width .recipe-categories img, .post-width .recipe-categories h2 {
  display: block;
}

.rate-toggle-link {
  text-decoration: underline;
}

figure {
  margin: 0;
}
figure figcaption {
  margin-top: 5px;
  font-style: italic;
}

a.transcript-toggle {
  text-align: right;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: none;
  display: block;
  color: #333333;
}

.transcript {
  max-width: 786px;
  border-left: 5px solid #ebebeb;
  padding-left: 30px;
  margin: 25px auto 0 auto;
  display: none;
}
.transcript p:first-child {
  margin-top: 0;
}

.transcript-expand {
  transform: scale(-1);
}

.wp-caption-text {
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: italic;
}

.wp-block-image {
  margin-left: auto;
  margin-right: auto;
}

.horizontal-article-header {
  background-color: white;
  max-width: 895px;
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
}

.wp-block-image figcaption {
  margin-bottom: 0;
  margin-bottom: 0;
}

.wp-block-table {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-table table {
  border-collapse: separate;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: white !important;
  border-spacing: 0;
}
.wp-block-table table tr:nth-child(odd) td {
  background-color: #ebebeb;
}
.wp-block-table table tr:first-child td {
  border-top: none;
}
.wp-block-table table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px;
}
.wp-block-table table tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0;
}
.wp-block-table table td, .wp-block-table table th {
  border-left: 1px solid #C8C8C8;
  border-top: 1px solid #C8C8C8;
  padding: 10px 15px;
}
.wp-block-table table td:first-child, .wp-block-table table th:first-child {
  border-left: none;
}
.wp-block-table table th {
  border-top: none;
}
.wp-block-table table th:first-child {
  -moz-border-radius: 5px 0 0 0;
}
.wp-block-table table th:last-child {
  -moz-border-radius: 0 5px 0 0;
}

.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote blockquote {
  text-align: left;
}
.wp-block-pullquote blockquote p {
  margin-top: 0;
}

.archive-content {
  margin-top: -40px;
}
.archive-content p {
  font-weight: 500;
}

.recipe-archive .post-title h1 {
  text-align: center;
}
.recipe-archive .recipe-searchform label {
  font-size: 1.25rem;
  color: #052154;
  font-style: italic;
  font-weight: 500;
}
.recipe-archive .recipe-searchform input[type=text],
.recipe-archive .recipe-searchform input[type=submit] {
  height: 40px;
  -webkit-border-radius: 0;
}
.recipe-archive .recipe-searchform input[type=text] {
  box-sizing: border-box;
  font-size: 1.125rem;
}
.recipe-archive .recipe-searchform input[type=submit] {
  background-color: #E57200;
  color: white;
  font-weight: 700;
  letter-spacing: 0.07375rem;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  border: none;
  text-transform: uppercase;
  -webkit-appearance: none;
}

.recipe-image {
  margin-bottom: 25px;
}

.archive article p {
  font-size: 1rem;
  line-height: 1.125rem;
}

.pagination {
  margin-bottom: 40px;
}
.pagination h2 {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.pagination .nav-links li {
  list-style: none;
}
.pagination .nav-links a, .pagination .nav-links span {
  padding: 10px 15px;
  margin: 1.25rem 0 0 0;
  border: none;
  background-color: transparent;
  color: #052154;
  font-size: 16px;
  font-weight: 700;
}
.pagination .nav-links .next a,
.pagination .nav-links .prev a {
  background-color: #052154;
  color: white;
  letter-spacing: 1px;
  font-weight: 700;
}
.pagination .nav-links .active a {
  color: #052154;
}

.author-image {
  max-width: 200px;
  margin-bottom: 20px;
}

.entry-content a {
  text-decoration: underline;
}

p.comments-title {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ol.comment-list {
  margin: 40px 0 0 20px;
  padding: 0;
}
ol.comment-list li {
  list-style-type: none;
}
ol.comment-list p {
  margin-bottom: 10px;
}

ul.children {
  padding-left: 30px;
}
ul.children li {
  margin-top: 20px;
}

ol.comment-list > li {
  margin-bottom: 50px;
}

.comment-body p {
  margin-top: 5px;
}

.reply a {
  font-size: 0.875rem;
  border-bottom: none;
  text-decoration: none;
  text-decoration: underline;
  font-style: italic;
  color: #052154;
}

.comment-author cite {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  color: #052154;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}
.comment-author img.avatar,
.comment-author .says {
  display: none;
}

.comment-meta {
  display: none;
}

.comment-respond {
  background-color: #EDEFF4;
  padding: 10px 20px;
}

.comment-form {
  margin: 0;
}
.comment-form label {
  display: block;
  padding-left: 0;
}
.comment-form input[type=text] {
  height: 35px;
}
.comment-form input[type=text], .comment-form textarea {
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
}
.comment-form textarea {
  height: 150px;
}
.comment-form input[type=submit] {
  color: white;
  font-family: "franklin-gothic-urw", sans-serif;
  border: none;
  background-color: #052154;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 1.125rem;
  letter-spacing: 0.09375rem !important;
  margin: 15px 0 0 0;
}
.comment-form input[type=submit]:hover, .comment-form input[type=submit]:focus, .comment-form input[type=submit]:active {
  background-color: #062a6c;
  cursor: pointer;
}

.single-recipe .byline img {
  width: 50px;
  display: block;
  margin: 50px 0 0 0;
}

.rating-loader {
  width: 50px;
  display: block;
  margin: 50px 0 0 0;
}

@font-face {
  font-family: "dashicons";
  src: url("/wp-includes/fonts/dashicons.eot");
}
@font-face {
  font-family: "dashicons";
  src: url(data:application/x-font-woff;charset=utf-8;base64,) format("woff"), url("/wp-includes/fonts/dashicons.ttf") format("truetype"), url("/wp-includes/fonts/dashicons.svg#dashicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.star-rating {
  display: block;
}

.star-rating .star-full:before {
  content: "\f155";
}

.star-rating .star-half:before {
  content: "\f459";
}

.star-rating .star-empty:before {
  content: "\f154";
}

.star-rating .star {
  color: #052154;
  display: inline-block;
  font-family: dashicons;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}

.ratings-panel {
  margin-top: 15px;
  margin-bottom: 15px;
}

.rate-form {
  margin-top: 24px;
}

#your-rating {
  width: 200px;
  height: 36px;
  font-size: 16px;
  border-radius: 0;
}

.num-ratings {
  font-size: 15px;
  position: relative;
  top: 3px;
  padding-right: 5px;
}

.submit-rating {
  padding: 10px 20px 11px 20px;
  font-size: 1rem;
  line-height: 1rem;
  color: white !important;
  text-decoration: none !important;
  border-radius: 5px;
  display: inline-block;
}

.no-ratings, .rate-toggle {
  position: relative;
  padding-left: 5px;
  top: 3px;
}

.no-ratings {
  margin-right: 15px;
}

.no-submit-rating .no-ratings {
  display: none;
}

footer .main-footer {
  background-color: #052154;
  box-sizing: border-box;
}
footer .main-footer nav {
  margin: 0 auto;
}
footer .main-footer nav ul li {
  display: inline-block;
  width: 100%;
}
footer .small-footer-container {
  max-width: 300px;
  margin: 0 auto;
}
footer .logo-group {
  margin-bottom: 50px;
}
footer .logo-group p.footer-title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  letter-spacing: 0.01625rem;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  margin-top: 0;
}
footer .logo-group p.footer-description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: italic;
  max-width: 275px;
}
footer a.button.outline-button, footer .pagination .nav-links .next a.outline-button, .pagination .nav-links .next footer a.outline-button,
footer .pagination .nav-links .prev a.outline-button,
.pagination .nav-links .prev footer a.outline-button {
  color: white;
  border-color: white;
  font-size: 14px;
  font-size: 1.125rem;
}
footer p {
  color: white;
}
footer ul li {
  list-style: none;
}
footer nav {
  width: 100%;
  overflow: auto;
}
footer nav ul {
  padding: 0;
}
footer nav ul li a {
  color: white;
  font-size: 1.125rem;
  text-transform: none;
}
footer nav ul li a span {
  color: white;
  text-transform: none;
}
footer ul.social-media {
  display: flex;
  justify-content: flex-start;
  margin: 11px 0px 25px 0;
  padding: 0;
}
footer ul.social-media li {
  margin: 0 20px 0 0;
}
footer ul.social-media li a {
  background-color: #052154;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.social-media li a svg path {
  fill: white;
}
footer ul.social-media li.facebook svg {
  height: 30px;
}
footer ul.social-media li.twitter svg {
  height: 25px;
}
footer ul.social-media li.youtube {
  margin-left: 0px;
}
footer ul.social-media li.youtube svg {
  height: 28px;
}
footer .copyright {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
footer .bottom-footer {
  background-color: #031840;
  text-align: center;
}
footer .bottom-footer .content-width, footer .bottom-footer .alm-listing.alm-ajax {
  flex-flow: row wrap;
}
footer .bottom-footer .content-width svg, footer .bottom-footer .alm-listing.alm-ajax svg {
  margin: 0 auto;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
  width: 280px !important;
  margin: -50px 0 0 0 !important;
  transition: unset !important;
}

a.back-to-top {
  background-color: #052154;
  color: white;
  position: fixed;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  padding: 10px;
  display: none;
  transition: none;
  border: 1px solid white;
}
a.back-to-top span {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: 500;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  color: #444;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

#ajax-load-more {
  width: 100%;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #052154;
  background-color: #fff;
}

a.skip-main:focus, a.skip-main:active {
  left: 0;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.gform-wrapper input {
  border: 1px solid #333333;
}

.has-share .sharethis-inline-share-buttons .st-remove-label {
  display: inline-block !important;
}
.has-share .sharethis-inline-share-buttons .st-btn[data-network=sharethis] {
  display: none !important;
}

@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
  h2.section-heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  h4 {
    margin: 25px 0;
  }
  p, li, .BWB_specialdiet_text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .button, .pagination .nav-links .next a,
  .pagination .nav-links .prev a {
    margin-bottom: 40px;
  }
  .top-margin {
    margin-top: 30px;
  }
  .bottom-margin {
    margin-bottom: 30px;
  }
  .top-padding {
    padding-top: 30px;
  }
  .bottom-padding {
    padding-bottom: 30px;
  }
  .two-col > div {
    padding-left: 0;
    padding-right: 0;
  }
  .show-mobile {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
  figure {
    margin: 0;
    width: 100% !important;
  }
  .wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .post-width,
  .content-width,
  .alm-listing.alm-ajax {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    background-color: #052154;
  }
  header .inner-header-wrapper .site-title {
    margin: 0;
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    padding: 26.5px 0;
  }
  header .inner-header-wrapper > div:first-child {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
  }
  header .inner-header-wrapper > div:first-child svg {
    width: 120px;
  }
  header .inner-header-wrapper > div:nth-child(2) {
    background-color: #052154;
    width: 80%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
  }
  header .inner-header-wrapper > div:last-child {
    background-color: #052154;
    width: 20%;
    float: right;
    box-sizing: border-box;
    padding: 23px 20px 23px 0;
  }
  header .searchform {
    display: none;
    justify-content: flex-end;
    clear: both;
    border-top: none;
    z-index: 99;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  header .searchform div:first-child {
    width: 90%;
  }
  header .searchform div:last-child {
    width: 10%;
  }
  header .searchform input[type=text],
  header .searchform input[type=submit],
  header .searchform button.searchsubmit {
    width: 100%;
  }
  header .searchform .form-wrapper {
    display: flex;
    width: 100% !important;
  }
  .feature-hero {
    height: 300px;
  }
  .hp-newsletter {
    display: block;
    text-align: center;
  }
  .hp-newsletter h2 {
    font-size: 1.4375rem;
    line-height: 1.4375rem;
  }
  .hp-newsletter p {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .hp-newsletter label {
    text-align: left;
  }
  article .primary-inner-wrapper {
    padding: 20px;
    box-sizing: border-box;
  }
  article .primary-inner-wrapper a.read-more-link {
    margin-top: 35px;
  }
  .latest-news {
    padding: 0;
  }
  .post-teaser {
    padding: 50px 20px;
  }
  .load-more-wrapper {
    margin: 30px auto 50px auto;
  }
  .block-article-header .blue-bar {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .block-article-header .blue-bar h1 {
    margin-top: 15px;
  }
  .block-article-header .blue-bar .byline {
    margin-top: 5px;
  }
  .block-article-header .featured-image-container {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .standard-article-header .featured-image-area {
    margin-bottom: 25px;
  }
  .standard-article-header .featured-image-area .gray-bg {
    margin-bottom: 25px;
  }
  .standard-article-header .featured-image-area .gray-bg .hero {
    margin-bottom: -20px;
    padding: 20px 20px 0 20px;
  }
  .standard-article-header .featured-image-area .gray-bg .hero img {
    display: block;
  }
  .standard-article-header .post-title {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single .standard-article-header .byline {
    margin-top: 20px;
  }
  .no-block-post img {
    width: 100%;
    height: auto;
  }
  .post-width blockquote {
    margin: 25px 0;
  }
  .horizontal-article-header {
    margin: 0 auto;
  }
  .recipe-archive .recipe-searchform div {
    max-width: 360px;
    margin: 0 auto;
  }
  .recipe-archive .recipe-searchform label {
    text-align: center;
    margin-bottom: 15px;
  }
  .recipe-archive .recipe-searchform label, .recipe-archive .recipe-searchform input {
    width: 100%;
    display: block;
  }
  .recipe-archive .recipe-searchform input[type=text] {
    margin-bottom: 15px;
  }
  .recipe-archive .recipe-categories {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe-image {
    margin-top: -25px;
  }
  .rate-form select {
    margin-bottom: 5px;
  }
  .subscribe-cta {
    text-align: center;
  }
  .subscribe-cta .flex, .subscribe-cta .alm-listing.alm-ajax {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .subscribe-cta p {
    margin-bottom: 30px;
  }
  .pagination .nav-links li {
    display: none;
  }
  .pagination .nav-links li.active, .pagination .nav-links li.next, .pagination .nav-links li.prev {
    display: inline-block;
  }
  .pagination .nav-links .next a,
  .pagination .nav-links .prev a {
    padding: 5px 8px !important;
    font-size: 1rem;
  }
  footer {
    text-align: center;
    margin: 30px auto 0 auto;
  }
  footer .main-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  footer p {
    margin-left: auto;
    margin-right: auto;
  }
  footer .button-group {
    margin: 0 auto 55px auto;
  }
  footer .button-group p {
    margin-bottom: 18px;
  }
  footer .logo-group svg {
    display: block;
    margin: 0 auto 40px auto;
  }
  footer .logo-group span.site-title {
    margin-top: 24px;
    font-size: 1.875rem;
    line-height: 2rem;
    display: block;
  }
  footer nav > ul li {
    margin-bottom: 10px;
  }
  footer nav > ul li ul {
    display: none;
  }
  footer ul.social-media {
    margin-top: 20px;
    margin-bottom: 34px;
    margin-left: 20px;
    justify-content: center;
  }
  footer ul.social-media li {
    margin-right: 20px;
  }
  footer .bottom-footer li:last-child {
    margin-bottom: 0;
  }
  a.back-to-top {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
  }
  a.back-to-top:hover, a.back-to-top:focus, a.back-to-top:active, a.back-to-top:visited {
    text-decoration: none;
  }
  a.back-to-top span {
    font-size: 12px;
  }
  .has-share .sharethis-inline-share-buttons {
    text-align: left !important;
    margin-top: 20px;
  }
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
  h2.section-heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  h4 {
    margin: 30px 0;
  }
  p, li, .BWB_specialdiet_text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  a {
    transition: all 0.2s ease-in-out;
  }
  a:hover, a:focus, a:active {
    text-decoration: underline;
  }
  .top-margin {
    margin-top: 50px;
  }
  .bottom-margin {
    margin-bottom: 50px;
  }
  .top-padding {
    padding-top: 50px;
  }
  .bottom-padding {
    padding-bottom: 50px;
  }
  .wp-block-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hide-md-up {
    display: none;
  }
  .flex, .alm-listing.alm-ajax {
    display: flex !important;
  }
  .flex .quarter-col, .alm-listing.alm-ajax .quarter-col {
    width: 25%;
  }
  .flex .half-col, .alm-listing.alm-ajax .half-col {
    width: 50%;
  }
  .flex .third-col, .alm-listing.alm-ajax .third-col {
    width: 33.3333333333%;
  }
  .flex .two-thirds-col, .alm-listing.alm-ajax .two-thirds-col {
    width: 66.6666666666%;
  }
  a.button:hover, .pagination .nav-links .next a:hover,
  .pagination .nav-links .prev a:hover, a.button:focus, .pagination .nav-links .next a:focus,
  .pagination .nav-links .prev a:focus, a.button:hover {
    background-color: #052154;
    color: white;
    text-decoration: none;
  }
  .show-mobile {
    display: none;
  }
  .hide-mobile {
    display: flex;
  }
  button:hover, button:focus, button:active,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=submit]:active {
    cursor: pointer;
  }
  .content-width, .alm-listing.alm-ajax {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    background-color: #052154;
  }
  header .inner-header-wrapper {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .inner-header-wrapper div:first-child svg g:nth-child(2), header .inner-header-wrapper div:first-child svg g:nth-child(3), header .inner-header-wrapper div:first-child svg g:nth-child(2), header .inner-header-wrapper div:first-child svg g:nth-child(3), header .inner-header-wrapper div:first-child svg g:nth-child(2), header .inner-header-wrapper div:first-child svg g:nth-child(3), header .inner-header-wrapper div:first-child svg g:nth-child(2), header .inner-header-wrapper div:first-child svg g:nth-child(3), header .inner-header-wrapper div:first-child svg g:nth-child(2), header .inner-header-wrapper div:first-child svg g:nth-child(3) {
    fill: white;
  }
  header .inner-header-wrapper .site-title {
    margin: 0;
    text-align: center;
  }
  header .inner-header-wrapper .menu-buttons svg:hover path, header .inner-header-wrapper .menu-buttons svg:focus path, header .inner-header-wrapper .menu-buttons svg:active path {
    fill: #7A1132;
  }
  header .inner-header-wrapper .menu-buttons svg:hover circle, header .inner-header-wrapper .menu-buttons svg:hover line, header .inner-header-wrapper .menu-buttons svg:focus circle, header .inner-header-wrapper .menu-buttons svg:focus line, header .inner-header-wrapper .menu-buttons svg:active circle, header .inner-header-wrapper .menu-buttons svg:active line {
    stroke: #7A1132;
  }
  header .inner-header-wrapper > div {
    width: 33.3333333333%;
  }
  header nav.menu-dropdown {
    right: 0;
    position: absolute;
    width: 290px;
  }
  header nav.menu-dropdown ul li a:hover, header nav.menu-dropdown ul li a:focus, header nav.menu-dropdown ul li a:active {
    background-color: #EBEDF2;
    text-decoration: none;
  }
  .searchform {
    position: relative;
  }
  .searchform div:last-child {
    position: absolute;
    right: 0;
  }
  .searchform input[type=text] {
    width: 175px;
    padding-right: 30px;
  }
  .searchform button[type=submit] {
    display: block;
  }
  .hp-newsletter h2 {
    font-size: 2.6875rem;
    line-height: 2.6875rem;
  }
  .hp-newsletter p {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .hp-newsletter .two-thirds-col {
    display: flex;
    align-items: center;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .hp-newsletter .subscribe-form input[type=submit].button {
    background-color: #E57200;
    color: white;
    border: none !important;
    transition: all 0.2s ease;
  }
  .hp-newsletter .subscribe-form input[type=submit].button:hover, .hp-newsletter .subscribe-form input[type=submit].button:active, .hp-newsletter .subscribe-form input[type=submit].button:focus {
    background-color: white;
    color: #052154;
  }
  .subscribe-form {
    width: 100%;
  }
  .subscribe-form .flex, .subscribe-form .alm-listing.alm-ajax {
    align-items: center;
    justify-content: space-between;
  }
  .subscribe-form #container_EMAIL {
    width: 100%;
    padding-right: 20px;
  }
  .subscribe-form #submit-container {
    width: auto;
  }
  .subscribe-form input[type=submit].button {
    background-color: #E57200;
    color: white;
    border: none !important;
    transition: all 0.2s ease;
  }
  .subscribe-form input[type=submit].button:hover, .subscribe-form input[type=submit].button:active, .subscribe-form input[type=submit].button:focus {
    background-color: white;
    color: #052154;
  }
  article.primary-feature {
    display: flex;
    flex-flow: row wrap;
  }
  article.primary-feature .feature-hero {
    width: 60%;
  }
  article.primary-feature .primary-inner-wrapper {
    width: 40%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  article.secondary-feature {
    margin-bottom: 0;
  }
  article a:hover, article a:active, article a:focus {
    text-decoration: underline;
  }
  .secondary-articles {
    justify-content: space-between;
  }
  .related-articles {
    justify-content: center;
  }
  .secondary-articles article,
  .related-articles article {
    width: 33.3333333333%;
    max-width: 350px;
  }
  .secondary-articles article:nth-child(3n+1),
  .related-articles article:nth-child(3n+1) {
    padding-right: 10px;
  }
  .secondary-articles article:nth-child(3n+2),
  .related-articles article:nth-child(3n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .secondary-articles article:nth-child(3n+3),
  .related-articles article:nth-child(3n+3) {
    padding-left: 10px;
  }
  .alm-listing.alm-ajax,
  .article-group {
    flex-flow: row wrap;
  }
  .alm-listing.alm-ajax article {
    max-width: 350px;
  }
  .alm-btn-wrap .alm-load-more-btn:hover, .alm-btn-wrap .alm-load-more-btn:focus, .alm-btn-wrap .alm-load-more-btn:active {
    background-color: #062a6c !important;
  }
  .load-more-wrapper {
    margin: 30px auto 120px auto;
  }
  .horizontal-article-header {
    margin: -100px auto 0 auto;
  }
  .block-article-header .featured-image-container {
    margin-bottom: 50px;
  }
  .standard-article-header h1 {
    margin-top: 0;
  }
  .standard-article-header .featured-image-area {
    margin-bottom: 125px;
  }
  .standard-article-header .featured-image-area .gray-bg .hero {
    margin-bottom: -120px;
    padding: 80px 20px 0 20px;
  }
  .single .standard-article-header .byline {
    margin-top: 30px;
  }
  .post-title .date span {
    font-size: 1.25rem;
    padding: 10px 20px;
  }
  .article-posts-wrapper {
    justify-content: center;
  }
  .article-posts-wrapper article.third-col:nth-child(1) {
    padding-right: 20px;
  }
  .article-posts-wrapper article.third-col:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-posts-wrapper article.third-col:nth-child(3) {
    padding-left: 20px;
  }
  .article-posts-wrapper article {
    margin-bottom: 0;
  }
  .article-posts-wrapper article.third-col a {
    font-size: 1.6rem;
  }
  .article-posts-wrapper article.quarter-col a {
    font-size: 1.3rem;
  }
  a.transcript-toggle {
    font-size: 1.25rem;
  }
  .flex .half-col:nth-child(odd), .alm-listing.alm-ajax .half-col:nth-child(odd) {
    padding-right: 15px;
  }
  .flex .half-col:nth-child(even), .alm-listing.alm-ajax .half-col:nth-child(even) {
    padding-left: 15px;
  }
  .flex .quarter-col:nth-child(1), .alm-listing.alm-ajax .quarter-col:nth-child(1) {
    padding-right: 22px;
  }
  .flex .quarter-col:nth-child(2), .alm-listing.alm-ajax .quarter-col:nth-child(2) {
    padding-right: 15px;
    padding-left: 8px;
  }
  .flex .quarter-col:nth-child(3), .alm-listing.alm-ajax .quarter-col:nth-child(3) {
    padding-left: 15px;
    padding-right: 8px;
  }
  .flex .quarter-col:nth-child(4), .alm-listing.alm-ajax .quarter-col:nth-child(4) {
    padding-left: 22px;
  }
  .post-width .tags p {
    padding-left: 0;
    padding-right: 50px;
  }
  .post-width blockquote {
    float: right;
    max-width: 350px;
    margin-right: 0;
  }
  .post-width blockquote:after {
    content: "";
    clear: both;
    display: table;
  }
  .post-width .ab-block-cta {
    float: right;
    max-width: 350px;
    margin: 5px 0 5px 30px;
  }
  .post-width .flex, .post-width .alm-listing.alm-ajax {
    flex-flow: row wrap;
  }
  .post-width .flex .half-col, .post-width .alm-listing.alm-ajax .half-col {
    box-sizing: border-box;
  }
  .alignleft {
    float: left;
    margin: 5px 40px 5px 0;
  }
  .alignright {
    float: right;
    margin: 5px 0 5px 40px;
  }
  .aligncenter {
    margin: 0 auto;
  }
  .recipe-archive .recipe-searchform div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .recipe-archive .recipe-searchform label, .recipe-archive .recipe-searchform input[type=submit] {
    width: 20%;
  }
  .recipe-archive .recipe-searchform input[type=text] {
    width: 60%;
  }
  .rate-toggle-link:hover, .rate-toggle-link:focus, .rate-toggle-link:active {
    text-decoration: underline;
  }
  .archive .flex .half-col:first-child, .archive .alm-listing.alm-ajax .half-col:first-child {
    padding-right: 50px;
  }
  .archive .flex .half-col:last-child, .archive .alm-listing.alm-ajax .half-col:last-child {
    padding-left: 0;
  }
  .subscribe-cta .flex, .subscribe-cta .alm-listing.alm-ajax {
    padding: 35px 50px;
    align-items: center;
  }
  .subscribe-cta .button, .subscribe-cta .pagination .nav-links .next a, .pagination .nav-links .next .subscribe-cta a,
  .subscribe-cta .pagination .nav-links .prev a,
  .pagination .nav-links .prev .subscribe-cta a {
    padding: 15px 20px;
  }
  .subscribe-cta .button:hover, .subscribe-cta .pagination .nav-links .next a:hover, .pagination .nav-links .next .subscribe-cta a:hover,
  .subscribe-cta .pagination .nav-links .prev a:hover,
  .pagination .nav-links .prev .subscribe-cta a:hover, .subscribe-cta .button:focus, .subscribe-cta .pagination .nav-links .next a:focus, .pagination .nav-links .next .subscribe-cta a:focus,
  .subscribe-cta .pagination .nav-links .prev a:focus,
  .pagination .nav-links .prev .subscribe-cta a:focus, .subscribe-cta .button:active, .subscribe-cta .pagination .nav-links .next a:active, .pagination .nav-links .next .subscribe-cta a:active,
  .subscribe-cta .pagination .nav-links .prev a:active,
  .pagination .nav-links .prev .subscribe-cta a:active {
    background-color: #E57200;
  }
  .subscribe-cta .third-col {
    display: flex;
    justify-content: flex-end;
  }
  .pagination .nav-links li {
    display: inline-block;
  }
  .pagination .nav-links a:hover, .pagination .nav-links a:focus, .pagination .nav-links a:active, .pagination .nav-links span:hover, .pagination .nav-links span:focus, .pagination .nav-links span:active {
    background-color: #052154;
    color: white !important;
    border-radius: 4px !important;
  }
  .pagination .nav-links .next a,
  .pagination .nav-links .prev a {
    padding: 0.85rem 1.2rem 0.9rem 1.2rem !important;
  }
  .pagination .nav-links .active a {
    border-bottom: 1px solid;
  }
  footer .main-footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  footer .main-footer nav ul {
    max-width: 250px;
    margin: 0 auto;
  }
  footer .main-footer .flex .half-col, footer .main-footer .alm-listing.alm-ajax .half-col {
    padding-right: 50px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  footer .main-footer .flex .borders, footer .main-footer .alm-listing.alm-ajax .borders {
    border-left: 2px solid #243C69;
    border-right: 2px solid #243C69;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .content-width, footer .alm-listing.alm-ajax {
    display: flex;
    justify-content: space-between;
  }
  footer ul {
    justify-content: flex-end;
  }
  footer a.button.outline-button:hover, footer .pagination .nav-links .next a.outline-button:hover, .pagination .nav-links .next footer a.outline-button:hover,
  footer .pagination .nav-links .prev a.outline-button:hover,
  .pagination .nav-links .prev footer a.outline-button:hover, footer a.button.outline-button:active, footer .pagination .nav-links .next a.outline-button:active, .pagination .nav-links .next footer a.outline-button:active,
  footer .pagination .nav-links .prev a.outline-button:active,
  .pagination .nav-links .prev footer a.outline-button:active, footer a.button.outline-button:focus, footer .pagination .nav-links .next a.outline-button:focus, .pagination .nav-links .next footer a.outline-button:focus,
  footer .pagination .nav-links .prev a.outline-button:focus,
  .pagination .nav-links .prev footer a.outline-button:focus {
    background-color: white;
    color: #052154;
  }
  footer .button-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .third-col,
  footer .quarter-col {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  footer .social-media svg:hover path, footer .social-media svg:active path, footer .social-media svg:focus path {
    fill: #E57200;
  }
  footer nav a:hover, footer nav a:focus, footer nav a:active {
    border-bottom: 1px solid;
    text-decoration: none;
  }
  footer .bottom-footer nav ul {
    width: auto;
  }
  footer .bottom-footer nav ul li {
    margin-bottom: 0;
    display: inline-block;
    padding: 0 15px;
  }
  footer .copyright {
    margin: 40px auto 0 auto;
  }
  a.back-to-top {
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 50px;
  }
  a.back-to-top span {
    font-size: 16px;
  }
  a.back-to-top:hover span, a.back-to-top:active span, a.back-to-top:focus span, a.back-to-top:visited span {
    text-decoration: underline;
    cursor: pointer;
  }
  .has-share {
    display: flex;
    align-items: center;
  }
  .has-share .sharethis-inline-share-buttons {
    margin-left: auto;
  }
}
@media screen and (min-width: 48em) and (max-width: 84.375em) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .hide-md {
    display: none;
  }
  .post-width {
    max-width: 840px;
    padding-left: 40px;
    padding-right: 40px;
  }
  header .inner-header-wrapper {
    padding: 15px 20px;
  }
  header .inner-header-wrapper .site-title {
    font-size: 2.3rem;
  }
  header .inner-header-wrapper div:first-child svg {
    max-width: 120px;
  }
  .searchform {
    right: 0;
    top: 0;
  }
  .feature-hero {
    height: 400px;
  }
  article.primary-feature .primary-inner-wrapper {
    padding: 0 30px;
  }
  article.primary-feature .primary-inner-wrapper a.title-link {
    font-size: 2.25rem;
    line-height: 2rem;
    letter-spacing: 0.02125rem;
  }
  article.primary-feature .primary-inner-wrapper p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.015rem;
  }
  article.primary-feature .primary-inner-wrapper a.read-more-link {
    margin-top: 30px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.015rem;
  }
  article.secondary-feature a.title-link {
    font-size: 1.3rem;
    line-height: 1.4375rem;
  }
  .article-group article {
    width: 50%;
  }
  .article-group article:nth-child(odd) {
    padding-right: 20px;
  }
  .article-group article:nth-child(even) {
    padding-left: 20px;
  }
  .alm-listing.alm-ajax {
    justify-content: center;
  }
  .alm-listing.alm-ajax article {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .block-article-header .blue-bar {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .block-article-header .featured-image-container {
    margin-top: -50px;
  }
  .block-article-header .byline {
    margin-top: 10px;
  }
  .standard-article-header .blue-bar {
    height: 100px;
  }
  .standard-article-header .post-title {
    max-width: 845px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: -50px;
  }
  .recipe-image {
    margin-top: -50px;
  }
}
@media screen and (min-width: 84.4375em) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .post-width {
    max-width: 890px;
  }
  header .inner-header-wrapper .site-title {
    font-size: 3rem;
  }
  header .inner-header-wrapper .menu-button {
    display: none;
  }
  header .inner-header-wrapper .searchform {
    right: 8px;
  }
  .nav-bg {
    display: block !important;
  }
  .club-logos .logos-wrapper {
    justify-content: space-between;
  }
  .feature-hero {
    height: 580px;
  }
  article.primary-feature .primary-inner-wrapper {
    padding: 0 75px;
  }
  article.primary-feature .primary-inner-wrapper a.title-link {
    font-size: 3.5rem;
    line-height: 3.25rem;
    letter-spacing: 0.0525rem;
  }
  article.primary-feature .primary-inner-wrapper p {
    font-size: 1.375rem;
    line-height: 1.5rem;
    letter-spacing: 0.02125rem;
  }
  article.primary-feature .primary-inner-wrapper a.read-more-link {
    margin-top: 50px;
    font-size: 1.375rem;
    line-height: 1.5rem;
    letter-spacing: 0.02125rem;
  }
  .alm-listing.alm-ajax {
    justify-content: space-between;
  }
  .block-article-header .blue-bar {
    padding-top: 85px;
    padding-bottom: 118px;
  }
  .block-article-header .byline {
    margin-top: 15px;
  }
  .block-article-header .featured-image-container {
    margin-top: -85px;
  }
  .standard-article-header .blue-bar {
    height: 170px;
  }
  .standard-article-header .post-title {
    max-width: 890px;
    padding-top: 50px;
    padding-left: 63px;
    padding-right: 63px;
    margin-top: -85px;
  }
  .post-width.post-title p, .post-width.post-title h2, .post-width.post-title h3, .post-width.post-title h4, .post-width.post-title ul {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width p, .post-width h2, .post-width h3, .post-width h4, .post-width h5, .post-width h6, .post-width ul, .post-width ol,
  .post-width .flex,
  .post-width .alm-listing.alm-ajax,
  .post-width .search-recipes,
  .post-width .BWB_specialdiet_text,
  .post-width #comments,
  .post-width .gform_wrapper,
  .post-width .gform_confirmation_wrapper,
  .post-width .fieldLabel,
  .post-width form table input[type=image] {
    padding-left: 63px;
    padding-right: 63px;
  }
  .post-width p.wp-caption-text,
  .post-width p h3, .post-width h2.wp-caption-text,
  .post-width h2 h3, .post-width h3.wp-caption-text,
  .post-width h3 h3, .post-width h4.wp-caption-text,
  .post-width h4 h3, .post-width h5.wp-caption-text,
  .post-width h5 h3, .post-width h6.wp-caption-text,
  .post-width h6 h3, .post-width ul.wp-caption-text,
  .post-width ul h3, .post-width ol.wp-caption-text,
  .post-width ol h3,
  .post-width .flex.wp-caption-text,
  .post-width .wp-caption-text.alm-listing.alm-ajax,
  .post-width .flex h3,
  .post-width .alm-listing.alm-ajax h3,
  .post-width .search-recipes.wp-caption-text,
  .post-width .search-recipes h3,
  .post-width .BWB_specialdiet_text.wp-caption-text,
  .post-width .BWB_specialdiet_text h3,
  .post-width #comments.wp-caption-text,
  .post-width #comments h3,
  .post-width .gform_wrapper.wp-caption-text,
  .post-width .gform_wrapper h3,
  .post-width .gform_confirmation_wrapper.wp-caption-text,
  .post-width .gform_confirmation_wrapper h3,
  .post-width .fieldLabel.wp-caption-text,
  .post-width .fieldLabel h3,
  .post-width form table input[type=image].wp-caption-text,
  .post-width form table input[type=image] h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width .tags {
    padding-left: 63px;
    padding-right: 63px;
  }
  .post-width .tags p {
    padding-left: 0;
    padding-right: 50px;
  }
  .post-width blockquote p, .post-width blockquote h2, .post-width blockquote h3, .post-width blockquote h4, .post-width blockquote h5, .post-width blockquote h6, .post-width blockquote ul, .post-width blockquote ol {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width blockquote {
    margin-right: -50px;
  }
  .post-width #comments p {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width .comment-respond p, .post-width .comment-respond h2, .post-width .comment-respond h3, .post-width .comment-respond h4, .post-width .comment-respond h5, .post-width .comment-respond h6, .post-width .comment-respond ul {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width .comment-list {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width .comment-list p {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width .comment-list ul.children {
    padding: 0 0 0 20px;
  }
  .post-width .recipe-categories p, .post-width .recipe-categories h2, .post-width .recipe-categories h3, .post-width .recipe-categories h4, .post-width .recipe-categories h5, .post-width .recipe-categories h6, .post-width .recipe-categories ul {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width article p, .post-width article h2, .post-width article h3, .post-width article h4, .post-width article h5, .post-width article h6, .post-width article ul {
    padding-left: 0;
    padding-right: 0;
  }
  .post-width ul, .post-width ol {
    margin: 0 0 0 40px;
  }
  .recipe-image {
    margin-top: -75px;
  }
  .article-group article {
    width: 33.3333333333%;
  }
  .article-group article:nth-child(3n+1) {
    padding-right: 10px;
  }
  .article-group article:nth-child(3n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .article-group article:nth-child(3n+3) {
    padding-left: 10px;
  }
  .subscribe-cta {
    padding-left: 63px;
    padding-right: 63px;
  }
  .subscribe-cta h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 5px;
  }
  .subscribe-cta p {
    font-size: rem-cacl(18);
    line-height: rem-cacl(20);
  }
}

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