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;
}

body {
  background-color: #E9EBF1;
}

img {
  max-width: 100%;
  height: auto;
}
img.featured-image {
  width: 100%;
}

.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%;
}

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;
}

.section-heading h1, .section-heading h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.home .section-heading .section-line {
  height: 2px;
  background-color: #CCCCCC;
  width: 100%;
}

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;
}

.button-bar {
  display: flex;
  align-items: center;
}
.button-bar .see-all {
  display: block;
  text-align: center;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  text-transform: uppercase;
  background-color: #052154;
  width: 250px;
  padding: 10px 30px 12px 30px;
  color: white;
}
.button-bar .see-all:hover, .button-bar .see-all:focus, .button-bar .see-all:active {
  text-decoration: none;
}
.button-bar h2 {
  text-transform: uppercase;
  width: 550px;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
}
.button-bar .left-line,
.button-bar .right-line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
}
.button-bar .left-line .horizontal-line,
.button-bar .right-line .horizontal-line {
  height: 1px;
  width: 100%;
  background-color: #E9EBF1;
}
.button-bar .left-line {
  padding-right: 20px;
}
.button-bar .right-line {
  padding-left: 20px;
}

.white-block {
  background-color: white;
}

.light-blue-block {
  background-color: #E9EBF1;
}

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content-width {
  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 .alert {
  background-color: #ffae00;
  padding: 10px 20px;
  text-align: center;
}
header .alert a, header .alert span, header .alert p, header .alert li {
  color: black;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: "franklin-gothic-urw", sans-serif;
}
header .alert a {
  text-decoration: underline;
}
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-buttons button#menu-toggle {
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 20px;
  margin-top: 3px;
}
header .menu-buttons button#menu-toggle svg path, header .menu-buttons button#menu-toggle svg g {
  fill: white;
  stroke: white;
}
header .menu-buttons button#search-toggle {
  background-color: white;
  border: 1px solid #d9d9d9;
  width: auto;
  height: 31px;
  padding: 0px 12px;
}
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;
}
header .searchform {
  display: none;
  width: 100%;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 2px 2px grey;
  border-top: 1px solid #EBEDF2;
  padding: 20px;
  box-sizing: border-box;
}
header .searchform .form-wrapper {
  width: 100% !important;
  display: flex;
}
header .searchform .form-wrapper div:first-child {
  width: 90%;
}
header .searchform .form-wrapper div:last-child {
  width: 10%;
}
header .searchform .form-wrapper div input[type=text],
header .searchform .form-wrapper div input[type=submit],
header .searchform .form-wrapper div button.searchsubmit {
  width: 100%;
}
header .searchform .form-wrapper div 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;
}
header .searchform .form-wrapper div input[type=submit],
header .searchform .form-wrapper div button.searchsubmit {
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0;
  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;
}

.editors-picks {
  background-color: #052154;
  color: white;
}
.editors-picks .section-heading h2 {
  color: white;
}
.editors-picks .section-heading .section-line {
  background-color: white;
}
.editors-picks a {
  color: white;
}
.editors-picks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.editors-picks h3 {
  text-transform: capitalize;
}
.editors-picks .button-bar .see-all {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.editors-picks .button-bar .left-line .horizontal-line,
.editors-picks .button-bar .right-line .horizontal-line {
  background-color: rgba(233, 235, 241, 0.26);
}
.editors-picks img {
  width: 100%;
}

.rss-blocks-wrapper {
  background-color: #E9EBF1;
}
.rss-blocks-wrapper .flex {
  flex-flow: row wrap;
}
.rss-blocks-wrapper .flex .half-col {
  box-sizing: border-box;
}
.rss-blocks-wrapper .flex .half-col .rss-module {
  max-width: 500px;
  background-color: white;
  margin: 0 auto 50px auto;
  padding-bottom: 30px;
}
.rss-blocks-wrapper .flex .half-col .rss-module .rss-title {
  background-color: #052154;
  font-family: "franklin-gothic-urw", sans-serif;
  color: white;
  padding: 16px 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.0375rem;
}
.rss-blocks-wrapper .flex .half-col .rss-module ul.rss-items {
  margin: 0;
  padding: 0;
}
.rss-blocks-wrapper .flex .half-col .rss-module ul.rss-items li.rss-item {
  list-style: none;
  margin-bottom: 0;
}
.rss-blocks-wrapper .flex .half-col .rss-module ul.rss-items li.rss-item img {
  margin: 0 !important;
  float: none !important;
}
.rss-blocks-wrapper .flex .half-col .rss-module ul.rss-items li.rss-item .inner-rss-padding {
  padding: 20px 20px 0 20px;
}
.rss-blocks-wrapper .flex .half-col .rss-module ul.rss-items li.rss-item .inner-rss-padding .rss-item-date {
  display: block;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  font-style: italic;
}
.rss-blocks-wrapper .flex .half-col .rss-module ul.rss-items li.rss-item .inner-rss-padding .rss-item-title {
  display: block;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
}
.rss-blocks-wrapper .flex .half-col .rss-module ul.rss-items li.rss-item:last-child .rss-item-title {
  border-bottom: none;
  bottom-margin: 0;
}
.rss-blocks-wrapper .flex .half-col .rss-module .rss-module-footer {
  text-align: center;
  padding: 0 20px;
}
.rss-blocks-wrapper .flex .half-col .rss-module .rss-module-footer .top-border {
  border-top: 1px solid #979797;
  padding-top: 30px;
}
.rss-blocks-wrapper .flex .half-col .rss-module .rss-module-footer .top-border .see-all {
  background-color: #052154;
  color: white;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
}

.cta-section {
  background-color: white;
}
.cta-section .cta-title {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-weight: 600;
}
.cta-section p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.cta-section .cta-title,
.cta-section p {
  color: #052154;
}
.cta-section a.button, .cta-section .pagination .nav-links .next a, .pagination .nav-links .next .cta-section a,
.cta-section .pagination .nav-links .prev a,
.pagination .nav-links .prev .cta-section a {
  font-family: "franklin-gothic-urw-cond", sans-serif;
}

.category-link {
  background-color: white;
  display: block;
  padding: 25px 40px 30px 40px;
  margin-bottom: 20px;
}
.category-link span {
  display: block;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4375rem;
}
.category-link span:after {
  content: "";
  display: block;
  width: 50px;
  background-color: #E57200;
  height: 5px;
  margin-top: 10px;
}
.category-link:hover, .category-link:focus, .category-link:active {
  text-decoration: none;
}

.featured-section {
  background-color: #E9EBF1;
}
.featured-section .content-width {
  overflow: visible;
}
.featured-section .featured-articles article a.title-link {
  margin: 0;
}

span.date {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

article {
  margin-bottom: 50px;
  box-sizing: border-box;
}
article img.post-image {
  border: 1px solid #ebebeb;
  width: 100%;
}
article img.video-tag {
  width: 65px;
  border-bottom: none;
  position: absolute;
  right: 0;
  z-index: 9;
}
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 img, article a {
  display: block;
}
article a {
  position: relative;
}
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 > div {
  padding: 0 !important;
}
article.primary-feature > div:last-child {
  display: flex;
  height: 100%;
}
article.primary-feature {
  max-width: 100%;
  background-color: white;
}
article.primary-feature .half-col:last-child {
  background-color: white;
}
article.primary-feature .primary-inner-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
article.primary-feature .primary-inner-wrapper .title-link {
  display: block;
  margin: 10px 0;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 700;
}
article.primary-feature .primary-inner-wrapper .title-link img {
  max-width: 25px;
}
article.secondary-feature .inner-wrapper {
  padding: 15px 0 0 0;
}

.secondary-articles {
  background-color: white;
}
.secondary-articles .flex {
  width: 100%;
}

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

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

.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;
}

p.featured-image-caption {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 40px;
}

.no-feature-post {
  padding: 0 !important;
}

.single {
  background-color: white;
}
.single .blue-bar {
  background-color: #E9EBF1;
}
.single h1 {
  margin-bottom: 0;
}

.entry-content {
  overflow: visible;
}
.entry-content .post-content-wrapper {
  background-color: white;
  overflow: visible;
}

.undecent_featured_image {
  width: auto;
  max-width: 280px;
}
.undecent_featured_image img {
  width: 100%;
}
.undecent_featured_image p.featured-image-caption {
  line-height: 18px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

.blue-bar .post-title h1 {
  margin-top: 10px;
}

.video-wrapper.featured-video {
  margin-top: 0;
}

.post-width {
  max-width: 800px;
}
.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 .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;
}

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;
}

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

.media-contact-bar {
  max-width: 500px;
  margin: 0 auto;
}
.media-contact-bar img {
  border-radius: 50%;
}

.archive .media-contact-bar {
  max-width: 100%;
}
.archive .media-contact-bar img {
  max-width: 300px;
}
.archive .media-contact-bar .author-contact {
  padding-top: 18px;
}
.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;
}

.author-phone {
  background-color: #052154;
  padding: 10px;
  text-align: center;
}
.author-phone a {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}

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

.media-contact-bar .media-contact-heading {
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5rem;
  text-align: center;
  color: #052154;
}
.media-contact-bar .author .author-wrapper {
  background-color: transparent;
}

.author img {
  display: block;
}
.author .author-wrapper {
  background-color: white;
  padding: 25px 30px;
}
.author .author-wrapper .author-name {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-style: italic;
  margin-bottom: 5px;
  display: block;
}
.author .author-wrapper .author-job {
  color: #052154;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0;
}
.author .author-wrapper .author-contact .author-divider {
  width: 50px;
  height: 2px;
  background-color: #052154;
  margin: 20px 0;
}
.author .author-wrapper .author-contact p {
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0 0 10px 0;
}
.author .author-wrapper .author-contact p:last-child {
  margin-bottom: 0;
}
.author .author-wrapper .author-contact p strong {
  font-weight: 500;
}

.contact-list .author img {
  width: 100%;
}

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;
}

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 {
  flex-flow: row wrap;
}
footer .bottom-footer .content-width svg {
  margin: 0 auto;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
  width: 280px !important;
  margin: -50px 0 0 0 !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;
}

@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;
  }

  .section-heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section-heading .section-line {
    display: none;
  }

  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;
  }

  .button-bar .see-all {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .media-contacts-button {
    display: none;
  }

  .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 {
    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;
  }

  .archive-button-heading.section-heading .button, .archive-button-heading.section-heading .pagination .nav-links .next a, .pagination .nav-links .next .archive-button-heading.section-heading a,
.archive-button-heading.section-heading .pagination .nav-links .prev a,
.pagination .nav-links .prev .archive-button-heading.section-heading a {
    background-color: transparent;
    color: #052154;
    border-bottom: 2px solid;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .secondary-articles {
    padding-top: 30px;
  }

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

  article .primary-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  article .primary-inner-wrapper .title-link {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  article .primary-inner-wrapper .excerpt {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .cta-section {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .cta-section img {
    max-width: 188px;
    display: block;
    margin: 0 auto 20px auto;
  }
  .cta-section .half-col {
    margin-bottom: 50px;
  }

  .no-feature-post .post-content-wrapper {
    padding: 20px 20px;
  }

  .no-block-post img {
    width: 100%;
    height: auto;
  }

  .post-width blockquote {
    margin: 25px 0;
  }

  .blue-bar {
    padding-bottom: 40px;
  }

  .entry-content {
    margin-top: -20px;
  }

  .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;
  }

  .archive .media-contact-bar img {
    max-width: 200px;
  }
  .archive .media-contact-bar .author-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .single article,
.author article {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .single .media-contact-bar .media-contact-heading,
.author .media-contact-bar .media-contact-heading {
    margin-bottom: 30px;
  }
  .single .media-contact-bar img,
.author .media-contact-bar img {
    max-width: 200px;
    margin: 0 auto;
  }
  .single .media-contact-bar .author-wrapper,
.author .media-contact-bar .author-wrapper {
    text-align: center;
  }
  .single .media-contact-bar .author-wrapper .author-divider,
.author .media-contact-bar .author-wrapper .author-divider {
    margin-left: auto;
    margin-right: auto;
  }
  .single .author-posts-heading,
.author .author-posts-heading {
    text-align: center;
  }

  .contact-list {
    padding-top: 30px;
  }
  .contact-list .author {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  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;
  }
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 1.5625rem;
    line-height: 2rem;
  }

  .section-heading h1, .section-heading h2 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }

  .home .section-heading,
.archive-button-heading.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .home .section-heading h1, .home .section-heading h2,
.archive-button-heading.section-heading h1,
.archive-button-heading.section-heading h2 {
    display: flex;
    align-items: center;
  }

  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;
  }

  .button-bar .see-all {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }
  .button-bar .see-all:hover, .button-bar .see-all:focus, .button-bar .see-all:active {
    color: #052154;
    background-color: transparent;
    border: 2px solid #052154;
  }

  .editors-picks .button-bar .see-all:hover, .editors-picks .button-bar .see-all:focus, .editors-picks .button-bar .see-all:active {
    color: #052154;
    background-color: white;
  }

  .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 {
    display: flex !important;
  }
  .flex .quarter-col {
    width: 25%;
  }
  .flex .half-col {
    width: 50%;
  }
  .flex .third-col {
    width: 33.3333333333%;
  }
  .flex .two-thirds-col {
    width: 66.6666666666%;
  }
  .flex .three-quarter-col {
    width: 75%;
  }

  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 {
    padding-left: 20px;
    padding-right: 20px;
  }

  header {
    background-color: #052154;
  }
  header .inner-header-wrapper > div {
    width: 33.3333333333%;
  }
  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 .media-contacts-button {
    border: 2px solid white;
    color: white;
    padding: 5px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.2s ease;
  }
  header .inner-header-wrapper .menu-buttons .media-contacts-button:hover, header .inner-header-wrapper .menu-buttons .media-contacts-button:active, header .inner-header-wrapper .menu-buttons .media-contacts-button:focus {
    background-color: white;
    color: #052154;
    text-decoration: none;
  }
  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 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;
  }
  header .searchform {
    right: 0;
    position: absolute;
    width: 350px;
  }
  header .searchform input[type=text] {
    width: 100%;
    padding-right: 30px;
  }
  header .searchform button[type=submit] {
    display: block;
  }
  header .searchform .form-wrapper {
    width: 100%;
  }

  .home .featured-section {
    padding-bottom: 150px;
    overflow: auto;
  }
  .home .featured-section .featured-articles article {
    margin-bottom: -50px;
  }

  .secondary-articles .flex {
    justify-content: space-between;
  }

  .home .secondary-articles {
    overflow: visible;
  }
  .home .secondary-articles .flex article {
    margin-top: -130px;
  }

  article.primary-feature {
    align-items: center;
  }
  article.primary-feature .half-col:last-child {
    display: flex;
    flex-flow: row;
  }
  article.secondary-feature {
    margin-bottom: 0;
  }
  article a:hover, article a:active, article a:focus {
    text-decoration: underline;
  }

  .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;
  }

  .cta-section .two-thirds-col {
    padding-left: 20px;
  }

  .category-link:hover, .category-link:focus, .category-link:active {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  }

  .single .standard-article-header .byline {
    margin-top: 30px;
  }

  .post-title .date span {
    font-size: 1.25rem;
    padding: 10px 20px;
  }

  .no-feature-post .post-content-wrapper {
    padding: 30px 30px;
  }

  .blue-bar {
    padding-bottom: 100px;
  }

  .entry-content {
    margin-top: -50px;
  }

  .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) {
    padding-right: 15px;
  }
  .flex .half-col:nth-child(even) {
    padding-left: 15px;
  }
  .flex .quarter-col:nth-child(1) {
    padding-right: 22px;
  }
  .flex .quarter-col:nth-child(2) {
    padding-right: 15px;
    padding-left: 8px;
  }
  .flex .quarter-col:nth-child(3) {
    padding-left: 15px;
    padding-right: 8px;
  }
  .flex .quarter-col:nth-child(4) {
    padding-left: 22px;
  }

  .post-width h2, .post-width h3, .post-width h4, .post-width h5, .post-width h6 {
    display: block;
  }
  .post-width .tags p {
    padding-left: 0;
    padding-right: 50px;
  }
  .post-width blockquote {
    float: right;
    max-width: 350px;
    margin-right: 0;
  }
  .post-width blockquote p, .post-width blockquote li, .post-width blockquote a {
    font-weight: 500;
  }
  .post-width blockquote li {
    margin-bottom: 8px;
  }
  .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 {
    flex-flow: row wrap;
  }
  .post-width .flex .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;
  }

  .archive .flex .half-col:first-child {
    padding-right: 50px;
  }
  .archive .flex .half-col:last-child {
    padding-left: 0;
  }

  .contact-list-content {
    padding-bottom: 50px;
  }

  .contact-list {
    margin-top: -50px;
  }
  .contact-list .flex {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .contact-list .flex .half-col {
    margin-bottom: 30px;
    max-width: 400px;
  }

  .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 {
    padding-right: 50px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  footer .main-footer .flex .borders {
    border-left: 2px solid #243C69;
    border-right: 2px solid #243C69;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .content-width {
    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;
  }
}
@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 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-heading {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .section-heading h1, .section-heading h2 {
    width: 350px;
  }

  .editors-picks .section-heading h2 {
    width: 380px;
  }

  .blog .section-heading a.button, .blog .section-heading .pagination .nav-links .next a, .pagination .nav-links .next .blog .section-heading a,
.blog .section-heading .pagination .nav-links .prev a,
.pagination .nav-links .prev .blog .section-heading a {
    width: 210px;
  }
  .blog .section-heading h2 {
    width: 460px;
  }

  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;
  }
  header .inner-header-wrapper .menu-buttons .media-contacts-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  article.primary-feature .primary-inner-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  article.primary-feature .primary-inner-wrapper .title-link {
    margin: 10px 0;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  article.primary-feature .primary-inner-wrapper .excerpt {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  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;
  }
}
@media screen and (min-width: 84.4375em) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .section-heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .home .section-heading h2 {
    width: 360px;
  }

  .blog .section-heading a.button, .blog .section-heading .pagination .nav-links .next a, .pagination .nav-links .next .blog .section-heading a,
.blog .section-heading .pagination .nav-links .prev a,
.pagination .nav-links .prev .blog .section-heading a {
    width: 210px;
  }
  .blog .section-heading h2 {
    width: 390px;
  }

  header .inner-header-wrapper .site-title {
    font-size: 3rem;
  }
  header .inner-header-wrapper .menu-button {
    display: none;
  }
  header .inner-header-wrapper .searchform {
    right: 8px;
  }
  header .inner-header-wrapper .menu-buttons .media-contacts-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-bg {
    display: block !important;
  }

  article.primary-feature .primary-inner-wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
  article.primary-feature .primary-inner-wrapper .title-link {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  article.primary-feature .primary-inner-wrapper .excerpt {
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.02125rem;
  }

  .post-width .tags p {
    padding-left: 0;
    padding-right: 50px;
  }
  .post-width blockquote {
    margin-right: -50px;
  }
  .post-width ul, .post-width ol {
    margin: 0 0 0 40px;
  }

  .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;
  }
}
