@charset "UTF-8";
/*
Theme Name: Markaz
Theme URI: https://nicodelcastillo.com/
Template: twentytwentyone
Author: Nico del Castillo
Author URI: https://nicodelcastillo.com/
Description: Custom child theme branching from WP default theme twentytwentyone.
Requires at least: WordPress 5.0.0
Version: 1.32
License: GNU General Public License v2 or later
--------------------------------------------------------------*/
@import url("https://use.typekit.net/typ8nqc.css");
.auth-container {
  text-align: center;
}
.auth-container .auth-container-title h2 {
  padding-bottom: 30px;
  font-size: 1.75em;
}
.auth-container-block {
  display: flex;
  justify-content: center;
  width: 100%;
}
.auth-container-block .auth-form {
  width: 450px;
}
/*Sign-in*/
.login-sign-in {
  border: 1px solid #28303d;
  padding: 30px;
  height: 500px;
  border-right: 0px;
}
.login-sign-in h2 {
  font-size: 1.2em !important;
  text-align: center;
  margin-bottom: 20px;
}
.login-sign-in .login-sign-in-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-sign-in .login-sign-in-block input,
.login-sign-in .login-sign-in-block div,
.login-sign-in .login-sign-in-block a {
  margin-bottom: 15px;
}
.login-sign-in .login-sign-in-block #error-login {
  color: red;
  font-size: 15px;
}
[dir="rtl"] .login-sign-in {
  border-left: 0px;
  border-right: 1px solid #28303d;
}
/*Sign up */
.login-sign-up {
  border: 1px solid #28303d;
  padding: 30px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-sign-up h2 {
  font-size: 1.2em !important;
  text-align: center;
  margin-bottom: 20px;
}
/*loader */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.wrapper-loader-login {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader-login {
  height: 50px;
  width: 50px;
  animation: rotate-spin 0.6s linear infinite;
  -webkit-animation: rotate-spin 0.6s linear infinite;
}
.loader-login svg .st0 {
  fill: var(--main-color) !important;
}
@-webkit-keyframes rotate-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.container-lost-pass {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.container-lost-pass h2 {
  margin-bottom: 30px;
}
.container-lost-pass .container-lost-pass-block {
  width: 50%;
  padding: 30px;
}
.container-lost-pass .container-lost-pass-block .container-lost-pass-block-one {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-lost-pass .container-lost-pass-block .container-lost-pass-block-one p {
  text-align: center;
  padding-bottom: 20px;
}
.container-lost-pass .container-lost-pass-block .container-lost-pass-block-one .block-one {
  padding-bottom: 20px;
}
.container-lost-pass .container-lost-pass-block .container-lost-pass-block-one .block-one #user-email {
  text-align: center;
}
.container-lost-pass .container-lost-pass-block .container-lost-pass-block-two {
  display: flex;
  justify-content: center;
}
.container-lost-pass .container-lost-pass-block #sucess-email {
  font-size: 14px;
  color: #81b841;
  text-align: center;
  padding-bottom: 20px;
}
.container-lost-pass .container-lost-pass-block #error-email {
  font-size: 14px;
  color: red;
  text-align: center;
  padding-bottom: 20px;
}
.container-lost-pass-block {
  position: relative;
}
.wrapper-loader-lost {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader-lost {
  height: 50px;
  width: 50px;
  animation: rotate-spin 0.6s linear infinite;
  -webkit-animation: rotate-spin 0.6s linear infinite;
}
.loader-lost svg .st0 {
  fill: var(--main-color) !important;
}
@-webkit-keyframes rotate-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.register {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.register .register-block {
  border: 1px solid #28303d;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 100px 50px 100px;
  text-align: center;
}
.register .register-block .sign-up-form-title {
  margin-bottom: 30px;
}
.register .register-block .sign-up-form-block .container {
  width: auto !important;
}
.register .register-block .sign-up-form-block .container .custom-d-flex {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register .register-block .sign-up-form-block .container .custom-d-flex input {
  text-align: center;
  padding: 10px !important;
}
.register .register-block .sign-up-form-block .container .custom-d-flex .error {
  color: red;
  font-size: 15px;
}
.register .register-block .sign-up-form-block #register-button {
  margin-top: 20px;
}
.register .register-block .sign-up-form-block .back-to-login {
  display: none;
  padding-top: 20px;
}
.register-block {
  position: relative;
}
.wrapper-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader {
  height: 50px;
  width: 50px;
  animation: rotate-spin 0.6s linear infinite;
  -webkit-animation: rotate-spin 0.6s linear infinite;
}
.loader svg .st0 {
  fill: var(--main-color) !important;
}
@-webkit-keyframes rotate-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce-ordering .orderby {
  display: none;
}
.page-template-page-video-replay .content-area .site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(70%, 1440px);
  padding-bottom: 50px;
}
.page-template-page-video-replay .content-area .site-main .title-of-page {
  font-size: 1.75em;
  text-align: center;
  width: 100%;
  border-bottom: 3px solid black;
  margin: 0;
  padding-bottom: 1em;
}
.page-template-page-video-replay .content-area .site-main .title-of-page h1 {
  margin: 0.5em auto;
}
.page-template-page-video-replay .content-area .site-main .video-list .video-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
  margin-bottom: 50px;
}
.page-template-page-video-replay .content-area .site-main .video-list .video-item p {
  margin-right: 60px;
}
.page-template-page-video-replay .no-subscription {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.page-template-page-podcasts .content-area .site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(70%, 1440px);
  padding-bottom: 50px;
}
.page-template-page-podcasts .content-area .site-main .title-of-page {
  font-size: 1.75em;
  text-align: center;
  width: 100%;
  border-bottom: 3px solid black;
  margin: 0;
  padding-bottom: 1em;
}
.page-template-page-podcasts .content-area .site-main .title-of-page h1 {
  margin: 0.5em auto;
}
.page-template-page-podcasts .content-area .site-main .all-podcasts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  max-width: 90%;
  padding: 20px;
}
.page-template-page-podcasts .content-area .site-main .all-podcasts .podcast-item .podcast-item iframe {
  width: 100%;
  height: 190px;
  border: none;
}
.page-template-page-podcasts .content-area .site-main .link {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-template-page-podcasts .content-area .site-main .link .link-p {
  margin-right: 10px;
}
.page-template-page-podcasts .content-area .site-main .link .link-right {
  margin-right: 10px;
}
.page-template-page-podcasts .content-area .site-main .link p {
  font-size: 20px;
  color: #479087;
}
.page-template-page-podcasts .content-area .site-main .link .link-left {
  margin-left: 10px;
}
.page-template-page-podcasts .content-area .site-main .donate {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
}
.page-template-page-podcasts .no-subscription {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.page-template-page-pastissues .past-issues {
  width: 80%;
}
.page-template-page-pastissues .past-issues .items-listing .year-contents article .description h2 {
  font-size: 20px;
  color: #479087;
}
.page-template-page-pastissues .past-issues .items-listing .year-contents article .description .informations {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-pastissues .past-issues .items-listing .year-contents article .description .informations span a {
  font-size: 14px;
}
.page-template-page-pastissues .no-subscription {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.category-tmr-arabic .entry-header .entry-title {
  direction: rtl;
  text-align: right;
}
.category-tmr-arabic .entry-header .subheader {
  direction: rtl;
}
.category-tmr-arabic .entry-header .subheader .meta {
  direction: ltr;
}
.category-tmr-arabic .entry-header .featured-img .featured-img-legende .caption {
  direction: rtl;
}
.category-tmr-arabic .article-body .entry-content {
  direction: rtl;
  text-align: right;
}
.category-tmr-arabic .article-body .entry-footer .author .author-biography p {
  direction: rtl;
  text-align: right;
}
.page-template-page-arabic-php .site-header .site-branding .column-center p {
  text-align: center;
}
.page-template-page-arabic-php .site-header .site-branding .column-center p a:focus,
.page-template-page-arabic-php .site-header .site-branding .column-center p a:focus-visible,
.page-template-page-arabic-php .site-header .site-branding .column-center p a:active,
.page-template-page-arabic-php .site-header .site-branding .column-center p a:hover,
.page-template-page-arabic-php .site-header .site-branding .column-center p a {
  background-image: url("img/bil-arabi-tmr-logo-2.jpg") !important;
  background-size: cover;
  background-position: center;
  display: block;
  width: 380px;
  height: 200px;
  margin: 0 auto;
}
.page-template-page-arabic-php .site-header .site-branding .column-center p a:focus img,
.page-template-page-arabic-php .site-header .site-branding .column-center p a:focus-visible img,
.page-template-page-arabic-php .site-header .site-branding .column-center p a:active img,
.page-template-page-arabic-php .site-header .site-branding .column-center p a:hover img,
.page-template-page-arabic-php .site-header .site-branding .column-center p a img {
  display: none;
}
.page-template-page-arabic-php .site .content-area .site-main .container .page-header {
  border-bottom: none;
}
.page-template-page-arabic-php .site .content-area .site-main .container .entry-content .container .entry-content p {
  direction: rtl !important;
  text-align: right !important;
}
.page-template-page-arabic-php .site .content-area .site-main .archive-layout .description {
  direction: rtl !important;
  text-align: right !important;
}
.page-template-page-arabic-php .site .content-area .site-main .archive-layout .description .meta {
  direction: ltr !important;
  text-align: right !important;
}
.tmr-arabic-post .site-header .site-branding .column-center p {
  text-align: center;
}
.tmr-arabic-post .site-header .site-branding .column-center p a:focus,
.tmr-arabic-post .site-header .site-branding .column-center p a:focus-visible,
.tmr-arabic-post .site-header .site-branding .column-center p a:active,
.tmr-arabic-post .site-header .site-branding .column-center p a:hover,
.tmr-arabic-post .site-header .site-branding .column-center p a {
  background-image: url("img/bil-arabi-tmr-logo-2.jpg") !important;
  background-size: cover;
  background-position: center;
  display: block;
  width: 380px;
  height: 200px;
  margin: 0 auto;
}
.tmr-arabic-post .site-header .site-branding .column-center p a:focus img,
.tmr-arabic-post .site-header .site-branding .column-center p a:focus-visible img,
.tmr-arabic-post .site-header .site-branding .column-center p a:active img,
.tmr-arabic-post .site-header .site-branding .column-center p a:hover img,
.tmr-arabic-post .site-header .site-branding .column-center p a img {
  display: none;
}
.tmr-arabic-post .entry-footer {
  direction: rtl;
}
.tmr-arabic-post .entry-footer .author .byline .auth-page-link {
  margin-right: 15px;
}
.page-template-page-supporters .site .content-area .site-main .brandlogos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 colonnes de largeur égale */
  gap: 20px;
  /* Espace entre les colonnes */
}
.page-template-page-supporters .site .content-area .site-main .brandlogos .single-logo {
  display: flex;
  justify-content: center;
  /* Centre les logos horizontalement */
  align-items: center;
  /* Centre les logos verticalement */
}
.page-template-page-supporters .site .content-area .site-main .brandlogos .single-logo img {
  max-width: 100%;
  /* Empêche les images de dépasser leur conteneur */
  height: auto;
  /* Maintient les proportions */
}
.page-template-page-supporters .site .content-area .site-main .brandlogos {
  display: grid;
  gap: 20px;
}
@media (min-width: 1024px) {
  .page-template-page-supporters .site .content-area .site-main .brandlogos {
    grid-template-columns: repeat(3, 1fr);
    /* 3 colonnes pour les écrans larges */
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .page-template-page-supporters .site .content-area .site-main .brandlogos {
    grid-template-columns: repeat(2, 1fr);
    /* 2 colonnes pour les tablettes */
  }
}
@media (max-width: 767px) {
  .page-template-page-supporters .site .content-area .site-main .brandlogos {
    grid-template-columns: 1fr;
    /* 1 colonne pour les écrans mobiles */
  }
}
.page-template-page-supporters .site .content-area .site-main .brandlogos .single-logo img {
  max-width: 100%;
  /* Les images prennent toute la largeur sur petits écrans */
}
.page-template-page-subscription .content-area .site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(70%, 1440px);
  padding-bottom: 50px;
}
.page-template-page-subscription .content-area .site-main .title-of-page {
  font-size: 1.75em;
  text-align: center;
  width: 100%;
  border-bottom: 3px solid black;
  margin: 0;
  padding-bottom: 1em;
}
.page-template-page-subscription .content-area .site-main .title-of-page h1 {
  margin: 0.5em auto;
}
.page-template-page-subscription .content-area .site-main .pricing-plan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0 !important;
  width: 100%;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper {
  text-align: center;
  margin-top: 30px;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table {
  display: inline-block;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  background: white;
  margin: 20px;
  transition: all 0.3s ease-in-out;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__header {
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #909090;
  background: #E0E0E0;
  margin-top: 0px;
  border-radius: 10px 10px 0 0;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__price {
  padding: 20px;
  margin: auto;
  font-size: 30px;
  font-weight: 500;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__button {
  display: block;
  background: #66CCCC;
  text-decoration: none;
  color: white;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  transform: rotate(-30deg);
  background: white;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__button:hover {
  background: #9f70cb;
  padding-left: 0;
  padding-right: 35px;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__button:hover:before {
  top: -80%;
  transform: rotate(0deg);
  width: 100%;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__button:hover:after {
  opacity: 1;
  padding-right: 15px;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__list {
  padding: 0 20px 20px 20px;
  color: #A0A0A0;
  list-style: none;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.page-template-page-subscription .content-area .site-main .pricing-plan .price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .page-template-page-subscription .content-area .site-main .pricing-plan {
    display: flex;
    flex-direction: column;
  }
  .pricing-table a h3 {
    font-size: 20px !important;
  }
}
@media (min-width: 1024px) {
  .register-fixed-button {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9999;
    padding: 20px;
    width: 50px;
    height: 150px;
    background-color: #479087;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0px 0px 5px;
  }
  .register-fixed-button .register-fixed-button-1 {
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center center;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
  }
  .register-fixed-button:hover {
    background-color: #d1e4dd;
  }
  .register-fixed-button-1:hover {
    color: #28303d;
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .register-fixed-button {
    display: none;
  }
}
.single-post .site .content-area .site-main .container .post .container .featured-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .site .content-area .site-main .container .post .container .featured-img .nav-arrow {
  transform: translateY(-50%);
  padding: 10px;
}
.single-post .site .content-area .site-main .container .post .container .featured-img .right-arrow a img {
  width: 25px;
}
.single-post .site .content-area .site-main .container .post .container .featured-img .left-arrow a img {
  width: 25px;
}
.single-post .site .content-area .site-main .container .post .article-body .entry-footer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  align-self: flex-start;
}
/* delete sticky menu
.sticky {
    position: fixed !important;
    top: 10px !important;
    width: 100%;
    z-index: 1000 !important;
}

@media (min-width: 1024px) {
    .single-post {
        .site{
            .site-header {
                &.sticky-single-post {
                    position: fixed !important;
                    top: 0 !important;
                    z-index: 1000 !important;
                    background-color: #fff;
                    left: 0;
                    right: 0;
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .single-post {
        .site {
            .site-header {
                &.sticky-single-post {
                    position: relative !important;
                    top: auto !important;
                }
            }
        }
    }
}*/
.membership-content-excerpt {
  display: none;
}
/* General style for the menu */
.header-my-account-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.header-my-account-item {
  position: relative;
}
.header-my-account-item > a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-family: merriweather, serif !important;
}
.header-my-account-item > a:hover {
  color: #479087;
  text-decoration: none;
}
/* Style for submenus */
.header-my-account-item ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  min-width: 160px;
}
.header-my-account-item ul li {
  display: block;
}
.header-my-account-item ul li a {
  display: block;
  padding: 12px 16px;
  color: black;
  text-decoration: none;
  background-color: white;
  font-family: merriweather, serif !important;
}
.header-my-account-item ul li a:hover {
  background-color: #479087;
  color: white;
}
/* Display submenu on hover */
.header-my-account-item:hover > ul {
  display: block;
}
/* My account page */
#post-480 .alignwide {
  display: none !important;
}
#post-480 .woocommerce-MyAccount-navigation {
  display: none !important;
}
#post-480 .woocommerce-MyAccount-content .custom-dashboard-class {
  display: none !important;
}
.fancy-btn {
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  position: relative;
  top: 50%;
  display: block;
  min-width: 10%;
  line-height: 55px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #F2594B;
  color: #FFF;
  border-radius: 3px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancy-btn:hover {
  background-color: #f46f63;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}
.modal-overlay.state-show {
  opacity: 0.7;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  /*     display: table; */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.modal-frame.state-appear {
  visibility: visible;
  position: fixed;
  z-index: 99999;
}
.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  /* -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px); */
}
@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 70%;
}
.modal-inset {
  position: relative;
  padding: 10px 60px;
  background-color: white;
  min-width: 320px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  padding: 10px;
  opacity: 0.4;
}
.modal-inset .close:hover {
  opacity: 1;
}
.modal-body {
  margin: auto;
  opacity: 0;
  /* -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8); */
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.modal-body h3 {
  font-weight: 700;
  padding-bottom: 22px;
  display: block;
  color: #F2594B;
  text-align: center;
}
.modal-body p {
  padding-bottom: 20px;
}
.modal-body .ps {
  font-size: 12px;
  opacity: 0.3;
}
@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    /*  -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); */
  }
  65.5% {
    /*  -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); */
  }
  100% {
    visibility: visible;
    opacity: 1;
    /* -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); */
  }
}
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    /* -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); */
  }
  65.5% {
    /*  -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); */
  }
  100% {
    visibility: visible;
    opacity: 1;
    /* -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); */
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    /*  -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); */
  }
  65.5% {
    /*  -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); */
  }
  100% {
    visibility: visible;
    opacity: 1;
    /*  -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); */
  }
}
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    /* -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); */
  }
  100% {
    visibility: hidden;
    opacity: 0;
    /* -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); */
  }
}
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    /* -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); */
  }
  100% {
    visibility: hidden;
    opacity: 0;
    /*  -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); */
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    /* -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); */
  }
  100% {
    visibility: hidden;
    opacity: 0;
    /* -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); */
  }
}
.language-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.language-container li {
  margin-right: 10px;
}
.weglot-language-ar {
  z-index: 99999 !important;
  background-color: #479087;
  border: 1px solid #479087;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100% !important;
  font-family: var(--list--font-family);
  font-size: 18px;
  font-weight: normal;
  color: white;
  text-decoration: none !important;
  padding-bottom: 10px !important;
}
.weglot-language-fr:hover {
  background-color: #e0e0e0;
  color: #479087;
}
/*** Fonts ***/
/* Featherlight
--------------------*/
.featherlight-loading .featherlight-close {
  display: none !important;
}
.featherlight-close-icon {
  background: transparent;
}
.featherlight-close-icon:focus {
  outline: none;
}
/* Color Palette
--------------------*/
/* Responsive Breakpoints
--------------------*/
/* iPad */
/* LESS Mixins
--------------------*/
/* Resets
--------------------*/
@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container {
    margin-left: unset;
    margin-right: unset;
  }
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: #479087;
  background: unset;
  text-decoration: underline;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
}
[class*="__inner-container"] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
  width: auto;
  margin: 20px 0;
}
.skip-link {
  display: none;
}
.single-post:not(.alignfull):not(.wp-block-button):not(.wp-block-button__link),
.singular:not(.alignfull):not(.wp-block-button):not(.wp-block-button__link),
#page:not(.alignfull):not(.wp-block-button):not(.wp-block-button__link),
.page:not(.alignfull):not(.wp-block-button):not(.wp-block-button__link) {
  max-width: 100%;
}
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
  max-width: 100%;
}
.alignleft,
.alignright {
  max-width: 100%;
}
.alignnone,
.alignleft,
.alignright,
.alignwide {
  margin: 0;
}
.aligncenter {
  margin: 0 auto;
}
button {
  background: unset;
}
ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
.sqs-block-image-link > div {
  padding-bottom: 0 !important;
}
header *,
main *,
footer * {
  max-width: unset;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 20px auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent !important;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none !important;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('css/fonts/slick.eot');
  src: url('css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('css/fonts/slick.woff') format('woff'), url('css/fonts/slick.ttf') format('truetype'), url('css/fonts/slick.svg#slick') format('svg');
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .slick-prev {
    left: -25px;
  }
}
@media screen and (max-device-width : 740px) {
  .slick-prev {
    left: 5px;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .slick-next {
    right: -25px;
  }
}
@media screen and (max-device-width : 740px) {
  .slick-next {
    right: 5px;
  }
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent !important;
  display: block;
  height: 20px;
  width: 20px;
  outline: none !important;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Typography
--------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: merriweather, serif;
  font-weight: 400;
  font-size: unset;
  margin-top: 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h2 {
  font-size: 2em;
  margin: 10px 0;
}
h2.title {
  color: #479087;
  text-align: center;
  margin: 0;
}
h2.section-header {
  color: #479087;
  text-align: center;
  margin: 1em auto;
}
a {
  color: #479087;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: underline;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: 2px solid #479087;
}
p {
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Body
--------------------*/
html,
body {
  margin: 0;
  padding: 0;
}
body,
p {
  font-family: merriweather, serif;
  font-weight: 400;
  background: unset;
}
/* Header
--------------------*/
#masthead {
  padding: 1em 0;
  display: block;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #masthead {
    width: min(90%, 1440px);
    max-width: unset;
  }
}
@media screen and (max-device-width : 740px) {
  #masthead {
    width: 100%;
    margin-bottom: 2em;
  }
}
.site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
  max-width: 100%;
}
.site-branding {
  text-align: center;
  width: 100%;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.site-branding #watermark {
  top: 10px;
  left: 10px;
}
.site-branding #watermark img {
  width: 150px;
  height: auto;
}
@media screen and (max-device-width : 740px) {
  .site-branding #watermark img {
    width: 80px;
  }
}
.site-branding .site-logo {
  margin: 0 auto;
  width: 100%;
}
.site-branding .site-logo a:focus {
  outline: none !important;
  border: none !important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .site-branding .site-logo img {
    height: 150px;
  }
}
@media screen and (max-device-width : 740px) {
  .site-branding .site-logo img {
    max-height: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .site-branding #site-social {
    display: flex;
    position: absolute;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (max-device-width : 740px) {
  .site-branding #site-social {
    display: none;
  }
}
.site-branding #site-social .social-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.site-branding #site-social .social-container .menu-social-container {
  max-width: 190px;
  width: 100%;
  display: flex;
}
.site-branding #site-social .social-container .search-field {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.site-branding #site-social .social-container .search-field form .search-input {
  line-height: 1em;
  border: 1px solid #999;
  padding: 0.5em 0.5em 0.5em 1.75em;
  margin: 0;
  color: #28303d;
  font-size: 0.8em;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
}
.site-branding #site-social .social-container .search-field form .search-input:focus {
  outline: none;
  border: 1px solid #000;
}
.site-branding #site-social .social-container .search-field form .fa-search {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
  font-size: 16px;
  height: 20px;
  width: 20px;
  color: #28303d;
  padding: 10px 8px;
}
.site-branding #site-social ul.social-menu-wrapper {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
.site-branding #site-social ul.social-menu-wrapper li {
  display: inline-flex;
}
.site-branding #site-social ul.social-menu-wrapper li a {
  color: #28303d;
}
.site-branding #site-social ul.social-menu-wrapper li a:hover,
.site-branding #site-social ul.social-menu-wrapper li a:active {
  text-decoration: none;
  color: #28303d;
}
.site-branding #site-social ul.social-menu-wrapper li a:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 20px;
  padding-right: 0 3px;
}
.site-branding #site-social ul.social-menu-wrapper li.social-fb a:before {
  content: "\f39e";
}
.site-branding #site-social ul.social-menu-wrapper li.social-ig a:before {
  content: "\f16d";
}
.site-branding #site-social ul.social-menu-wrapper li.social-tw a:before {
  content: "\f099";
}
.site-branding #site-social ul.social-menu-wrapper li span {
  display: none;
}
.mobile-nav-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: transparent !important;
  width: 50px;
  padding: 0;
  z-index: 9999;
}
@media screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .mobile-nav-toggle {
    display: none;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-nav-toggle {
    display: block;
  }
}
.mobile-nav-toggle:hover,
.mobile-nav-toggle:active,
.mobile-nav-toggle:focus {
  border: 0;
  outline: none;
}
.mobile-nav-toggle .fa-bars {
  font-size: 24px;
  background: none;
  color: #000;
}
.mobile-nav-toggle.toggle-on {
  position: fixed;
}
@media screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #site-navigation {
    display: flex;
    margin: 0 auto;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (max-device-width : 740px) {
  #site-navigation {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 420px;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    min-width: 50%;
    background: #FFF;
    clear: both;
  }
}
#site-navigation .primary-menu-container {
  width: 100%;
  margin: 0 auto !important;
}
@media screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #site-navigation .primary-menu-container {
    padding: 0.25em 0.5em;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) and screen and (min-width: 1440px), screen and (min-width: 1440px) and screen and (min-width: 1440px) {
  #site-navigation .primary-menu-container {
    width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) and screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) and screen and (min-width: 1025px) and (max-width: 1439px) {
  #site-navigation .primary-menu-container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) and screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1440px) and screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #site-navigation .primary-menu-container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) and screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1440px) and screen and (min-width: 769px) and (max-width: 1024px) {
  #site-navigation .primary-menu-container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) and screen and (max-device-width : 740px), screen and (min-width: 1440px) and screen and (max-device-width : 740px) {
  #site-navigation .primary-menu-container {
    width: 90%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (max-device-width : 740px) {
  #site-navigation .primary-menu-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    transform: none;
  }
  #site-navigation .primary-menu-container .close {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 1em;
  }
  #site-navigation .primary-menu-container .close .fa-times-circle {
    font-family: "Font Awesome 5 Free";
    color: #28303d;
    font-size: 26px;
  }
  #site-navigation .primary-menu-container #primary-menu-list {
    background: #FFF;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 100%;
  }
  #site-navigation .primary-menu-container #primary-menu-list .sub-menu-toggle {
    display: none;
  }
  #site-navigation .primary-menu-container #primary-menu-list > li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    margin-bottom: 0.5em;
  }
  #site-navigation .primary-menu-container #primary-menu-list > li > .sub-menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #site-navigation .primary-menu-container #primary-menu-list > li > .sub-menu > li {
    display: inline-block;
    width: auto;
    line-height: 1.25em;
  }
}
@media screen and (max-device-width : 740px) {
  #site-navigation .primary-menu-container {
    visibility: visible;
    opacity: 1;
    padding: 1em 0;
    background: #FFF;
    overflow: auto;
  }
  #site-navigation .primary-menu-container #primary-menu-list {
    padding-top: 0.5em;
  }
}
#site-navigation .primary-menu-container ul .menu-item > a + .sub-menu-toggle {
  margin: 0;
  width: 20px;
  font-size: 12px;
  height: 30px;
}
#site-navigation .primary-menu-container ul .menu-item > a + .sub-menu-toggle:focus,
#site-navigation .primary-menu-container ul .menu-item > a + .sub-menu-toggle:focus-visible {
  border: none;
  outline: none;
}
#site-navigation .primary-menu-container ul .menu-item-has-children > a {
  padding-right: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #site-navigation .primary-menu-container .menu-wrapper {
    justify-content: space-evenly;
  }
}
#site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu {
  border: 1px solid #999;
  padding-top: 0;
  min-width: 200px;
  background: #f6f6f6;
}
#site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu:before,
#site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu:after {
  display: none !important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu {
    position: absolute;
  }
}
@media screen and (max-device-width : 740px) {
  #site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu {
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 481px) and (max-width: 768px) {
  #site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu {
    position: unset;
  }
}
#site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu .menu-item > a {
  padding: 0.5em 1em;
  text-align: right;
}
#site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu li {
  background: #f6f6f6;
  line-height: 1.25em;
}
#site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu li.parent {
  margin-bottom: 0.25em;
}
#site-navigation .primary-menu-container .menu-wrapper > li > .sub-menu li:hover {
  background: #f0f0f0;
}
#site-navigation a {
  font-family: merriweather, serif;
  font-weight: 400;
  padding: 0.25em;
  font-size: 16px;
}
#site-navigation a:active,
#site-navigation a:focus,
#site-navigation a:hover {
  background: unset !important;
  color: #000 !important;
  text-decoration: underline 2px solid #000 !important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #site-navigation a.close {
    display: none;
  }
}
@media screen and (max-device-width : 740px) {
  #site-navigation a.close {
    display: block;
  }
}
.search-field-mobile {
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .search-field-mobile {
    display: none;
  }
}
@media screen and (max-device-width : 740px) {
  .search-field-mobile {
    display: flex;
  }
}
.search-field-mobile form {
  max-width: unset;
  width: 100%;
  margin: 0 0 1em;
}
.search-field-mobile form .search-input {
  line-height: 1em;
  border: 1px solid #999;
  padding: 0.5em 0.5em 0.5em 1.75em;
  margin: 0;
  color: #28303d;
  font-size: 0.8em;
  width: 100%;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
}
.search-field-mobile form .search-input:focus {
  outline: none;
  border: 1px solid #000;
}
.search-field-mobile form .fa-search {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
  font-size: 16px;
  height: 20px;
  width: 20px;
  color: #28303d;
  padding: 10px 8px;
}
.social-list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.social-list .social-menu-icon i:before {
  font-size: 26px;
}
.social-list .social-menu-title {
  display: none;
}
.page-template-page-instagram #site-icon img {
  max-width: 64px;
  max-height: 64px;
}
.woocommerce-page img {
  height: 150px;
}
/* Content
--------------------*/
#content {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  #content {
    width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  #content {
    width: 90%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #content {
    width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #content {
    width: 90%;
  }
}
@media screen and (max-device-width : 740px) {
  #content {
    width: 90%;
  }
}
.container {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .container {
    width: 90%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-device-width : 740px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-device-width : 740px) {
  .site-main > section {
    margin: 1em auto;
  }
}
.homepage-wrap {
  margin: 0 auto;
  display: flex;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap {
    width: min(90%, 1440px);
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap {
    width: 100%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap {
    flex-direction: row;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap {
    flex-direction: column;
  }
}
.homepage-wrap h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap h2 {
    text-align: center;
  }
}
.homepage-wrap .tmr-weekly {
  flex-direction: column;
  display: flex;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .tmr-weekly {
    width: 30%;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .tmr-weekly {
    width: 90%;
    margin: 0 auto;
  }
}
.homepage-wrap .tmr-weekly .article-column {
  max-width: 100%;
  margin-bottom: 1em;
}
.homepage-wrap .tmr-weekly .article-column:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.homepage-wrap .tmr-weekly .article-column .inset {
  height: 200px;
  display: flex;
}
.homepage-wrap .tmr-weekly .article-column .inset .inset-link {
  flex: 1;
}
.homepage-wrap .tmr-weekly .article-column .meta {
  margin: 0.75em 0;
  opacity: 0.7;
}
.homepage-wrap .tmr-weekly .article-column h4 {
  margin-bottom: 1em;
  font-size: 20px;
}
.homepage-wrap .tmr-weekly .article-column p {
  line-height: 1.25em;
}
.homepage-wrap .tmr-weekly .article-column p.more {
  margin: 1em 0;
}
.homepage-wrap .main-column {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column {
    width: 70%;
    padding: 0 0 1em 1em;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column {
    width: 100%;
    padding: 0;
  }
}
.homepage-wrap .main-column .homepage-carousel {
  margin: 0 auto 2em auto;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column .homepage-carousel {
    width: 90%;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column .homepage-carousel {
    width: 100%;
  }
}
.homepage-wrap .main-column .homepage-carousel .slick-track {
  margin: 0;
}
.homepage-wrap .main-column .homepage-carousel .article-link,
.homepage-wrap .main-column .homepage-carousel .video-link {
  display: block;
  flex: 1;
  width: 100%;
  height: 100%;
}
.homepage-wrap .main-column .homepage-carousel .slide {
  max-width: 100%;
  overflow: hidden;
  min-height: 450px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column .homepage-carousel .slide .mobile-img {
    display: none;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px) {
  .homepage-wrap .main-column .homepage-carousel .slide .mobile-img {
    display: inline-block;
    min-height: 500px;
    min-width: 100%;
    max-width: 150%;
    max-height: 700px;
    height: auto;
    width: auto;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
  }
}
.homepage-wrap .main-column .homepage-carousel .slide .excerpt {
  display: inline-block;
  background: rgba(153, 102, 204, 0.9);
  color: #FFF;
  text-align: right;
  padding: 15px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column .homepage-carousel .slide .excerpt {
    width: 400px;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column .homepage-carousel .slide .excerpt {
    bottom: 10px;
    width: 97vw;
  }
}
.homepage-wrap .main-column .homepage-carousel .slide .excerpt .carousel-feature {
  font-weight: 600;
}
.homepage-wrap .main-column .homepage-carousel .slide .excerpt a {
  color: #FFF;
}
.homepage-wrap .main-column .homepage-carousel .slide .excerpt p {
  margin-top: 10px;
  line-height: 1.25em;
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column .homepage-carousel .slide .excerpt p {
    text-align: right;
  }
}
.homepage-wrap .main-column .homepage-carousel .slide .excerpt p.meta {
  font-size: 0.7em;
}
.homepage-wrap .main-column .homepage-carousel .slick-dots {
  bottom: -1em;
}
.homepage-wrap .main-column .homepage-carousel .slick-dots li button {
  background-color: unset !important;
}
.homepage-wrap .main-column .centerpiece,
.homepage-wrap .main-column .featured-artist {
  display: flex;
  flex-direction: column;
  margin: 1em auto;
  width: 90%;
}
.homepage-wrap .main-column .centerpiece .article,
.homepage-wrap .main-column .featured-artist .article {
  display: flex;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column .centerpiece .article,
  .homepage-wrap .main-column .featured-artist .article {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column .centerpiece .article,
  .homepage-wrap .main-column .featured-artist .article {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.homepage-wrap .main-column .centerpiece h3.section-label,
.homepage-wrap .main-column .featured-artist h3.section-label {
  font-size: 1.25em;
  width: 100%;
  flex: 1;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column .centerpiece h3.section-label,
  .homepage-wrap .main-column .featured-artist h3.section-label {
    position: relative;
    margin-bottom: -1em;
    top: 0.5em;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column .centerpiece h3.section-label,
  .homepage-wrap .main-column .featured-artist h3.section-label {
    margin-bottom: 1em;
    text-align: center;
  }
}
.homepage-wrap .main-column .centerpiece h3,
.homepage-wrap .main-column .featured-artist h3,
.homepage-wrap .main-column .centerpiece h4,
.homepage-wrap .main-column .featured-artist h4 {
  color: #479087;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column .centerpiece .description,
  .homepage-wrap .main-column .featured-artist .description {
    margin-top: 2.5em;
    width: 45%;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column .centerpiece .description,
  .homepage-wrap .main-column .featured-artist .description {
    margin-top: 1em;
    width: 100%;
  }
}
.homepage-wrap .main-column .centerpiece .description .meta,
.homepage-wrap .main-column .featured-artist .description .meta {
  margin: 1em 0;
  font-size: 0.75em;
}
.homepage-wrap .main-column .centerpiece .inset,
.homepage-wrap .main-column .featured-artist .inset {
  display: flex;
  height: 300px;
  overflow: hidden;
  background-attachment: inherit;
  background-size: cover;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column .centerpiece .inset,
  .homepage-wrap .main-column .featured-artist .inset {
    width: 50%;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column .centerpiece .inset,
  .homepage-wrap .main-column .featured-artist .inset {
    width: 100%;
  }
}
.homepage-wrap .main-column .centerpiece .inset .inset-link,
.homepage-wrap .main-column .featured-artist .inset .inset-link {
  flex: 1;
  width: 100%;
  height: 100%;
}
.homepage-wrap .main-column .ad-space {
  width: 100%;
  margin: 1em auto;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-wrap .main-column .ad-space {
    padding-top: 2em;
    border-top: 1px solid #dadada;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-wrap .main-column .ad-space {
    border-top: none;
  }
}
.homepage-wrap .main-column .ad-space > * {
  max-width: 100%;
}
.homepage-wrap .main-column .ad-space img {
  max-width: 100%;
}
.homepage-featured {
  background: #fafafa;
  margin-top: 1em;
}
.homepage-featured .container {
  display: flex;
  justify-content: space-between;
  width: min(90%, 1440px);
  margin-top: 1em;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-featured .container {
    flex-direction: row;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-featured .container {
    flex-direction: column;
  }
}
.homepage-featured .container > div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-featured .container > div {
    width: 46%;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-featured .container > div {
    width: 100%;
    margin: 0;
  }
}
.homepage-featured .container > div h3 {
  color: #479087;
  font-size: 1.25em;
  text-align: center;
  margin: 1em auto;
}
.homepage-featured .container > div .articles {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-featured .container > div .articles {
    flex-direction: row;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-featured .container > div .articles {
    flex-direction: column;
  }
}
.homepage-featured .container > div .articles .article-block {
  display: flex;
  flex-direction: column;
  margin: 0 0 2em 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .homepage-featured .container > div .articles .article-block {
    width: 46%;
  }
}
@media screen and (max-device-width : 740px) {
  .homepage-featured .container > div .articles .article-block {
    width: unset;
  }
}
.homepage-featured .container > div .articles .article-block .inset {
  width: 100%;
  height: 200px;
  display: flex;
}
.homepage-featured .container > div .articles .article-block .inset .inset-link {
  flex: 1;
  max-width: 100%;
}
.homepage-featured .container > div .articles .article-block .inset .inset-link img {
  max-width: 100%;
}
.homepage-featured .container > div .articles .article-block .meta {
  margin: 0.75em 0;
  opacity: 0.7;
}
.homepage-featured .container > div .articles .article-block h4 {
  margin-bottom: 1em;
  font-size: 20px;
}
.homepage-featured .container > div .articles .article-block p {
  line-height: 1.25em;
}
.homepage-featured .container > div .articles .article-block p.more {
  margin: 1em 0;
}
.essays-fiction .container h3 {
  color: #479087;
  margin: 1em 0;
  font-size: 1.25em;
  text-align: center;
}
.essays-fiction .container .articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.essays-fiction .container .articles .article-block {
  display: flex;
  flex-direction: column;
  margin: 0 0 2em 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .essays-fiction .container .articles .article-block {
    width: 30%;
  }
}
@media screen and (max-device-width : 740px) {
  .essays-fiction .container .articles .article-block {
    width: unset;
  }
}
.essays-fiction .container .articles .article-block .inset {
  width: 100%;
  height: 200px;
  display: flex;
}
.essays-fiction .container .articles .article-block .inset .inset-link {
  flex: 1;
  max-width: 100%;
}
.essays-fiction .container .articles .article-block .inset .inset-link img {
  max-width: 100%;
}
.essays-fiction .container .articles .article-block .meta {
  margin: 0.75em 0;
  opacity: 0.7;
}
.essays-fiction .container .articles .article-block h4 {
  margin-bottom: 1em;
  font-size: 20px;
}
.essays-fiction .container .articles .article-block p {
  line-height: 1.25em;
}
.essays-fiction .container .articles .article-block p.more {
  margin: 1em 0;
}
body.page .entry,
body.single .entry {
  width: 100%;
  margin: 0 auto;
}
body.page .entry p,
body.single .entry p {
  font-family: merriweather, serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  margin: 2em 0;
}
body.page .entry-header,
body.single .entry-header {
  margin: 0 auto;
  padding: 0 0 1em 0;
}
body.page .entry-header h1.entry-title,
body.single .entry-header h1.entry-title {
  font-size: 38px;
}
body.page .entry-header .subheader,
body.single .entry-header .subheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.page .entry-header .subheader .meta,
body.single .entry-header .subheader .meta {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
body.page .entry-header .subheader .meta .tag,
body.single .entry-header .subheader .meta .tag {
  background: #479087;
  padding: 3px 5px;
  margin: 0 0.25em;
  font-size: 14px;
}
body.page .entry-header .subheader .meta .tag a,
body.single .entry-header .subheader .meta .tag a,
body.page .entry-header .subheader .meta .tag p,
body.single .entry-header .subheader .meta .tag p {
  color: #FFF;
}
body.page .entry-header .subheader .meta .tag a:hover,
body.single .entry-header .subheader .meta .tag a:hover,
body.page .entry-header .subheader .meta .tag p:hover,
body.single .entry-header .subheader .meta .tag p:hover {
  text-decoration: none;
}
body.page .entry-header .subheader .share,
body.single .entry-header .subheader .share {
  min-width: 160px;
  width: 160px;
}
body.page .entry-content,
body.single .entry-content {
  width: 100%;
}
body.page .entry-content .thumb-image,
body.single .entry-content .thumb-image {
  display: none;
}
body.page .entry-content figcaption,
body.single .entry-content figcaption,
body.page .entry-content .image-caption p,
body.single .entry-content .image-caption p {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  margin: 0.5em 0;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 0.5em;
}
body.page .entry-content img.alignleft,
body.single .entry-content img.alignleft {
  margin: 0.5em 1.5em 1em 0;
}
body.page .entry-content img.alignright,
body.single .entry-content img.alignright {
  margin: 0.5em 0 1em 1.5em;
}
body.page .entry-content figure,
body.single .entry-content figure {
  margin: 1em auto 1em auto;
}
body.page .entry-content figure.alignleft,
body.single .entry-content figure.alignleft,
body.page .entry-content figure.alignright,
body.single .entry-content figure.alignright {
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  body.page .entry-content figure.alignleft,
  body.single .entry-content figure.alignleft,
  body.page .entry-content figure.alignright,
  body.single .entry-content figure.alignright {
    max-width: 60%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px), screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-device-width : 740px) {
  body.page .entry-content figure.alignleft,
  body.single .entry-content figure.alignleft,
  body.page .entry-content figure.alignright,
  body.single .entry-content figure.alignright {
    max-width: 90%;
  }
}
body.page .entry-content figure.alignleft,
body.single .entry-content figure.alignleft {
  margin: 0.5em 1.5em 1em 0;
}
body.page .entry-content figure.alignright,
body.single .entry-content figure.alignright {
  margin: 0.5em 0 1em 1.5em;
}
body.page .entry-content figure.gallery-item,
body.single .entry-content figure.gallery-item {
  margin: 0 0 0.5em 0;
}
body.page .entry-content figure.gallery-item .gallery-caption,
body.single .entry-content figure.gallery-item .gallery-caption {
  margin: 0;
  padding: 0;
}
body.page .entry-content figure img,
body.single .entry-content figure img {
  width: 100%;
  max-width: 100%;
}
body.page .entry-content figure img.alignleft,
body.single .entry-content figure img.alignleft,
body.page .entry-content figure img.alignright,
body.single .entry-content figure img.alignright {
  max-width: 50%;
}
body.page .entry-content figure img.alignleft,
body.single .entry-content figure img.alignleft {
  margin: 0 1.5em 1em 0;
}
body.page .entry-content figure img.alignright,
body.single .entry-content figure img.alignright {
  margin: 0 0 1em 1.5em;
}
body.page .entry-content figure img.full-width,
body.single .entry-content figure img.full-width {
  max-width: unset;
}
body.page .entry-content h3,
body.single .entry-content h3 {
  font-size: 2em;
}
body.page .entry-content h4,
body.single .entry-content h4 {
  color: #479087;
}
body.page .entry-content .button,
body.single .entry-content .button {
  background: #479087 !important;
  border: 2px solid #479087;
  margin: 1em auto;
  width: 400px;
  display: block;
  text-align: center;
  color: #fafafa !important;
}
body.page .entry-content .button:hover,
body.single .entry-content .button:hover {
  color: #28303d !important;
  background: transparent !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
body.page .entry-content .gallery,
body.single .entry-content .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
body.page .entry-content .gallery .gallery-frame,
body.single .entry-content .gallery .gallery-frame {
  display: block;
  width: 825px;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
}
body.page .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper,
body.single .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.page .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper .gallery-img-link,
body.single .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper .gallery-img-link {
  flex: 1;
}
body.page .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper .gallery-img,
body.single .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper .gallery-img {
  display: block;
  width: 100%;
  height: auto;
}
body.page .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper .gallery-frame-caption,
body.single .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper .gallery-frame-caption {
  margin-bottom: 1em;
}
body.page .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper .gallery-frame-caption p,
body.single .entry-content .gallery .gallery-frame .gallery-frame-single .gallery-frame-single-wrapper .gallery-frame-caption p {
  font-family: 'franklin-gothic-urw', sans-serif;
  color: #fff;
  font-weight: 400;
  width: 100%;
  padding: 0.25em 0.5em;
  margin: 0;
  line-height: 1.25em;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.4);
}
body.page .entry-content .gallery .gallery-nav,
body.single .entry-content .gallery .gallery-nav {
  width: 600px;
  position: relative;
}
body.page .entry-content .gallery .gallery-nav .slick-list,
body.single .entry-content .gallery .gallery-nav .slick-list {
  overflow: hidden;
}
body.page .entry-content .gallery .gallery-nav .slick-list .slick-slide,
body.single .entry-content .gallery .gallery-nav .slick-list .slick-slide {
  width: 100px;
  margin: 0;
}
body.page .entry-content .gallery .gallery-nav .slick-list .slick-slide:not(.slick-center),
body.single .entry-content .gallery .gallery-nav .slick-list .slick-slide:not(.slick-center) {
  opacity: 0.3;
}
body.page .entry-content .gallery .gallery-nav .slick-list .gallery-item,
body.single .entry-content .gallery .gallery-nav .slick-list .gallery-item {
  cursor: pointer;
}
body.page .entry-content .gallery .gallery-nav .slick-list .gallery-item img,
body.single .entry-content .gallery .gallery-nav .slick-list .gallery-item img {
  width: 100px;
  height: 100px;
}
body.page .entry-content .gallery .gallery-nav .slick-dots,
body.single .entry-content .gallery .gallery-nav .slick-dots {
  clear: both;
}
body.page .entry-content .gallery .gallery-nav .slick-dots li,
body.single .entry-content .gallery .gallery-nav .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 3px;
}
body.page .entry-content .table-thirds,
body.single .entry-content .table-thirds {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.page .entry-content .table-thirds > div,
body.single .entry-content .table-thirds > div {
  padding: 0.5em;
  width: 30%;
}
body.page .entry-content .table-thirds > div h3,
body.single .entry-content .table-thirds > div h3,
body.page .entry-content .table-thirds > div p,
body.single .entry-content .table-thirds > div p {
  margin-bottom: 0.5em;
}
body.page .entry-content hr,
body.single .entry-content hr {
  overflow: visible;
  /* For IE */
  padding: 0;
  border: none;
  border-top: 1.5px solid #333;
  color: #333;
  text-align: center;
  width: 400px;
  max-width: 90%;
}
body.page .entry-content hr:after,
body.single .entry-content hr:after {
  content: "\2022";
  display: inline-block;
  position: relative;
  top: -1.25em;
  font-size: 16px;
  padding: 0 0.5em;
  background: #FFF;
}
body.page .entry-content blockquote p,
body.single .entry-content blockquote p {
  padding: 0 3em;
  font-family: merriweather, serif;
  font-weight: 400;
  color: #28303d;
  font-weight: 600;
  font-size: 1em;
}
body.page .entry-content blockquote:before,
body.single .entry-content blockquote:before,
body.page .entry-content blockquote:after,
body.single .entry-content blockquote:after {
  font-size: 3em;
  line-height: 1em;
  position: absolute;
  font-family: merriweather, serif;
  font-weight: 400;
  color: #28303d;
}
body.page .entry-content blockquote:before,
body.single .entry-content blockquote:before {
  content: open-quote;
  left: unset;
  top: 0;
}
body.page .entry-content blockquote:after,
body.single .entry-content blockquote:after {
  content: close-quote;
  right: 0;
  top: 0;
}
body.page .entry-content .tmr-footer,
body.single .entry-content .tmr-footer {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto;
}
body.page .entry-footer .tag,
body.single .entry-footer .tag {
  background: #82b741;
  padding: 3px 5px;
  margin: 0 0.25em;
  font-size: 14px;
}
body.page .entry-footer .tag a,
body.single .entry-footer .tag a,
body.page .entry-footer .tag p,
body.single .entry-footer .tag p {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  color: #FFF;
}
body.page .entry-footer .tag a:hover,
body.single .entry-footer .tag a:hover,
body.page .entry-footer .tag p:hover,
body.single .entry-footer .tag p:hover {
  text-decoration: none;
}
body.single .entry-header .featured-img img {
  width: 100%;
}
body.single .entry-header .featured-img .caption {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 0.5em 0;
}
body.single .article-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.single .article-body .entry-content > *,
body.single .article-body .entry-content figure {
  max-width: 100%;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  body.single .article-body .entry-content {
    width: 70%;
    padding-right: 2em;
  }
}
@media screen and (max-device-width : 740px) {
  body.single .article-body .entry-content {
    padding-right: 0;
  }
}
body.single .article-body .entry-content iframe,
body.single .article-body .entry-content embed,
body.single .article-body .entry-content object,
body.single .article-body .entry-content video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1em auto;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  body.single .article-body .entry-footer {
    width: 30%;
  }
}
@media screen and (max-device-width : 740px) {
  body.single .article-body .entry-footer {
    width: 100%;
    padding-left: 1em;
  }
}
body.single .article-body .entry-footer p {
  font-size: 0.8em;
}
body.single .article-body .entry-footer p.tags {
  display: flex;
  flex-direction: row;
  text-align: unset;
  flex-wrap: wrap;
}
body.single .article-body .entry-footer p.tags .tag {
  margin: 0 0.5em 0.5em 0;
}
body.single .article-body .entry-footer .subject img {
  max-width: 100%;
  margin-bottom: 1em;
}
body.single .article-body .entry-footer .author {
  display: flex;
  flex-direction: column;
  margin: 2em 0 1em 0;
}
body.single .article-body .entry-footer .author .byline {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
  justify-content: flex-start;
  align-items: center;
}
body.single .article-body .entry-footer .author .byline .author-headshot {
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  border-radius: 60px;
  text-align: center;
  margin-right: 1em;
}
body.single .article-body .entry-footer .author .byline .auth-page-link {
  padding: 0;
}
body.single .article-body .entry-footer .author .author-biography {
  width: 100%;
}
body.single .article-body .entry-footer .author a {
  font-weight: 600;
  color: #479087;
}
body.single .article-body .entry-footer #jp-relatedposts {
  display: flex;
  flex-direction: column;
}
body.single .article-body .entry-footer #jp-relatedposts .jp-relatedposts-items {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
body.single .article-body .entry-footer #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  display: flex;
  flex-direction: column;
  padding-right: unset;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
}
body.single .article-body .entry-footer #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-a,
body.single .article-body .entry-footer #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-img {
  width: 100%;
}
body.single .article-body .entry-footer #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4.jp-relatedposts-post-title {
  margin: 1em 0;
}
body.single .article-body .article-watermark {
  margin: 0 auto;
}
body.single .article-body .article-watermark img {
  max-height: 100px;
}
.archive .site-main,
.category .site-main,
.blog .site-main,
.page-template .site-main {
  padding-top: 0;
}
.archive .page-header,
.category .page-header,
.blog .page-header,
.page-template .page-header {
  padding-bottom: 1em;
}
.archive .page-header .page-title,
.category .page-header .page-title,
.blog .page-header .page-title,
.page-template .page-header .page-title {
  font-size: 1.75em;
  text-align: center;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .archive .page-header .page-title,
  .category .page-header .page-title,
  .blog .page-header .page-title,
  .page-template .page-header .page-title {
    margin: 0.5em auto;
  }
}
@media screen and (max-device-width : 740px) {
  .archive .page-header .page-title,
  .category .page-header .page-title,
  .blog .page-header .page-title,
  .page-template .page-header .page-title {
    margin: 0;
  }
}
.archive .archive-layout,
.category .archive-layout,
.blog .archive-layout,
.page-template .archive-layout,
.archive .archive-layout .container,
.category .archive-layout .container,
.blog .archive-layout .container,
.page-template .archive-layout .container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
  justify-content: space-evenly;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .archive .archive-layout,
  .category .archive-layout,
  .blog .archive-layout,
  .page-template .archive-layout,
  .archive .archive-layout .container,
  .category .archive-layout .container,
  .blog .archive-layout .container,
  .page-template .archive-layout .container {
    flex-direction: row;
  }
}
@media screen and (max-device-width : 740px) {
  .archive .archive-layout,
  .category .archive-layout,
  .blog .archive-layout,
  .page-template .archive-layout,
  .archive .archive-layout .container,
  .category .archive-layout .container,
  .blog .archive-layout .container,
  .page-template .archive-layout .container {
    flex-direction: column;
  }
}
.archive .archive-layout article,
.category .archive-layout article,
.blog .archive-layout article,
.page-template .archive-layout article,
.archive .archive-layout .container article,
.category .archive-layout .container article,
.blog .archive-layout .container article,
.page-template .archive-layout .container article {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 1em;
  max-width: 100%;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .archive .archive-layout article,
  .category .archive-layout article,
  .blog .archive-layout article,
  .page-template .archive-layout article,
  .archive .archive-layout .container article,
  .category .archive-layout .container article,
  .blog .archive-layout .container article,
  .page-template .archive-layout .container article {
    max-width: 30%;
  }
}
@media screen and (max-device-width : 740px) {
  .archive .archive-layout article,
  .category .archive-layout article,
  .blog .archive-layout article,
  .page-template .archive-layout article,
  .archive .archive-layout .container article,
  .category .archive-layout .container article,
  .blog .archive-layout .container article,
  .page-template .archive-layout .container article {
    width: 100%;
    margin: 0 auto;
  }
}
.archive .archive-layout article .inset,
.category .archive-layout article .inset,
.blog .archive-layout article .inset,
.page-template .archive-layout article .inset,
.archive .archive-layout .container article .inset,
.category .archive-layout .container article .inset,
.blog .archive-layout .container article .inset,
.page-template .archive-layout .container article .inset {
  display: block;
  width: 100%;
  height: 200px;
}
.archive .archive-layout article .inset .inset-link,
.category .archive-layout article .inset .inset-link,
.blog .archive-layout article .inset .inset-link,
.page-template .archive-layout article .inset .inset-link,
.archive .archive-layout .container article .inset .inset-link,
.category .archive-layout .container article .inset .inset-link,
.blog .archive-layout .container article .inset .inset-link,
.page-template .archive-layout .container article .inset .inset-link {
  display: block;
  width: 100%;
  height: 100%;
}
.archive .archive-layout article .meta,
.category .archive-layout article .meta,
.blog .archive-layout article .meta,
.page-template .archive-layout article .meta,
.archive .archive-layout .container article .meta,
.category .archive-layout .container article .meta,
.blog .archive-layout .container article .meta,
.page-template .archive-layout .container article .meta {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 600;
  font-size: 0.6em;
  margin: 1em 0;
  opacity: 0.7;
}
.archive .archive-layout article h4,
.category .archive-layout article h4,
.blog .archive-layout article h4,
.page-template .archive-layout article h4,
.archive .archive-layout .container article h4,
.category .archive-layout .container article h4,
.blog .archive-layout .container article h4,
.page-template .archive-layout .container article h4 {
  margin-bottom: 1em;
  font-size: 20px;
}
.archive .archive-layout article p,
.category .archive-layout article p,
.blog .archive-layout article p,
.page-template .archive-layout article p,
.archive .archive-layout .container article p,
.category .archive-layout .container article p,
.blog .archive-layout .container article p,
.page-template .archive-layout .container article p {
  line-height: 1.75em;
  font-size: 14px;
}
.archive .archive-layout article p.more,
.category .archive-layout article p.more,
.blog .archive-layout article p.more,
.page-template .archive-layout article p.more,
.archive .archive-layout .container article p.more,
.category .archive-layout .container article p.more,
.blog .archive-layout .container article p.more,
.page-template .archive-layout .container article p.more {
  margin: 1em 0;
}
.archive .archive-layout .pagination,
.category .archive-layout .pagination,
.blog .archive-layout .pagination,
.page-template .archive-layout .pagination,
.archive .archive-layout .container .pagination,
.category .archive-layout .container .pagination,
.blog .archive-layout .container .pagination,
.page-template .archive-layout .container .pagination {
  clear: both;
  border-top: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.archive .archive-layout .pagination .page-numbers,
.category .archive-layout .pagination .page-numbers,
.blog .archive-layout .pagination .page-numbers,
.page-template .archive-layout .pagination .page-numbers,
.archive .archive-layout .container .pagination .page-numbers,
.category .archive-layout .container .pagination .page-numbers,
.blog .archive-layout .container .pagination .page-numbers,
.page-template .archive-layout .container .pagination .page-numbers {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #479087;
  color: #ddd;
  text-align: center;
  margin: 0.25em;
  font-size: 20px;
  line-height: 35px;
}
@media screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 481px) and (max-width: 768px) {
  .archive .archive-layout .pagination .page-numbers,
  .category .archive-layout .pagination .page-numbers,
  .blog .archive-layout .pagination .page-numbers,
  .page-template .archive-layout .pagination .page-numbers,
  .archive .archive-layout .container .pagination .page-numbers,
  .category .archive-layout .container .pagination .page-numbers,
  .blog .archive-layout .container .pagination .page-numbers,
  .page-template .archive-layout .container .pagination .page-numbers {
    display: inline-block;
  }
}
.archive .archive-layout .pagination .page-numbers.current,
.category .archive-layout .pagination .page-numbers.current,
.blog .archive-layout .pagination .page-numbers.current,
.page-template .archive-layout .pagination .page-numbers.current,
.archive .archive-layout .container .pagination .page-numbers.current,
.category .archive-layout .container .pagination .page-numbers.current,
.blog .archive-layout .container .pagination .page-numbers.current,
.page-template .archive-layout .container .pagination .page-numbers.current {
  color: #479087;
  background: transparent;
}
.archive .archive-layout .pagination .page-numbers.dots,
.category .archive-layout .pagination .page-numbers.dots,
.blog .archive-layout .pagination .page-numbers.dots,
.page-template .archive-layout .pagination .page-numbers.dots,
.archive .archive-layout .container .pagination .page-numbers.dots,
.category .archive-layout .container .pagination .page-numbers.dots,
.blog .archive-layout .container .pagination .page-numbers.dots,
.page-template .archive-layout .container .pagination .page-numbers.dots {
  background: unset;
  color: #28303d;
}
.archive .archive-layout .pagination .page-numbers:hover,
.category .archive-layout .pagination .page-numbers:hover,
.blog .archive-layout .pagination .page-numbers:hover,
.page-template .archive-layout .pagination .page-numbers:hover,
.archive .archive-layout .container .pagination .page-numbers:hover,
.category .archive-layout .container .pagination .page-numbers:hover,
.blog .archive-layout .container .pagination .page-numbers:hover,
.page-template .archive-layout .container .pagination .page-numbers:hover,
.archive .archive-layout .pagination .page-numbers:focus,
.category .archive-layout .pagination .page-numbers:focus,
.blog .archive-layout .pagination .page-numbers:focus,
.page-template .archive-layout .pagination .page-numbers:focus,
.archive .archive-layout .container .pagination .page-numbers:focus,
.category .archive-layout .container .pagination .page-numbers:focus,
.blog .archive-layout .container .pagination .page-numbers:focus,
.page-template .archive-layout .container .pagination .page-numbers:focus {
  text-decoration: none !important;
  color: #28303d;
}
body.search-results .site-main {
  padding-top: 0;
}
body.search-results .page-header {
  padding-bottom: 1em;
}
body.search-results .page-header .page-title {
  font-size: 1.75em;
  text-align: center;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  body.search-results .page-header .page-title {
    margin: 0.5em auto;
  }
}
@media screen and (max-device-width : 740px) {
  body.search-results .page-header .page-title {
    margin: 0;
  }
}
body.search-results .search-highlight {
  background: #FFFF00;
}
body.search-results .description img {
  display: none;
}
body.search-results .search-layout,
body.search-results .search-layout .container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  padding-top: 1em;
}
body.search-results .search-layout article,
body.search-results .search-layout .container article {
  display: flex;
  flex-direction: row;
  padding: 0;
  max-width: 100%;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #c3c3c3;
}
body.search-results .search-layout article .inset,
body.search-results .search-layout .container article .inset {
  display: inline-block;
  height: 100px;
  width: 100px;
  -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
body.search-results .search-layout article .inset .inset-link,
body.search-results .search-layout .container article .inset .inset-link {
  display: block;
  width: 100%;
  height: 100%;
}
body.search-results .search-layout article .description,
body.search-results .search-layout .container article .description {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 1em;
}
body.search-results .search-layout article .description h4,
body.search-results .search-layout .container article .description h4 {
  margin: 0;
  font-size: 20px;
}
body.search-results .search-layout article .description .meta,
body.search-results .search-layout .container article .description .meta {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 600;
  font-size: 0.6em;
  margin: 1em 0;
  opacity: 0.7;
}
body.search-results .search-layout article p,
body.search-results .search-layout .container article p {
  line-height: 1.75em;
  font-size: 14px;
}
body.search-results .search-layout article p.more,
body.search-results .search-layout .container article p.more {
  margin: 1em 0;
}
body.search-results .search-layout article:before,
body.search-results .search-layout .container article:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #000;
}
body.search-results .search-layout .pagination,
body.search-results .search-layout .container .pagination {
  clear: both;
  border-top: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
body.search-results .search-layout .pagination .page-numbers,
body.search-results .search-layout .container .pagination .page-numbers {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #479087;
  color: #ddd;
  text-align: center;
  margin: 0.25em;
  font-size: 20px;
  line-height: 35px;
}
body.search-results .search-layout .pagination .page-numbers.current,
body.search-results .search-layout .container .pagination .page-numbers.current {
  color: #479087;
  background: transparent;
}
body.search-results .search-layout .pagination .page-numbers.dots,
body.search-results .search-layout .container .pagination .page-numbers.dots {
  background: unset;
  color: #28303d;
}
body.search-results .search-layout .pagination .page-numbers:hover,
body.search-results .search-layout .container .pagination .page-numbers:hover,
body.search-results .search-layout .pagination .page-numbers:focus,
body.search-results .search-layout .container .pagination .page-numbers:focus {
  text-decoration: none !important;
  color: #28303d;
}
.newsletter-archive {
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .newsletter-archive {
    width: 1024px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 481px) and (max-width: 768px), screen and (max-device-width : 740px) {
  .newsletter-archive {
    max-width: 96%;
  }
}
.newsletter-archive p {
  font-size: 14px;
}
.newsletter-archive p a {
  font-weight: 600;
}
.newsletter-archive ul.issue-list {
  display: flex;
  flex-flow: column wrap;
  list-style-type: none;
  margin: 1em;
}
@media screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .newsletter-archive ul.issue-list {
    width: 50%;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
.newsletter-archive ul.issue-list li {
  padding: 0 1em 0 0;
  flex-basis: 50%;
}
.newsletter-subscribe {
  background-size: cover;
  padding: 0;
}
.newsletter-subscribe .container {
  padding: 1em;
  background: rgba(255, 255, 255, 0.6);
  color: #28303d;
  width: 100%;
  text-shadow: 0px 1px 3px #FFF;
}
.newsletter-subscribe .container h2.title {
  color: #28303d;
  margin-bottom: 0.5em;
}
.newsletter-subscribe form.mailpoet_form {
  background: transparent;
  margin: 0 auto;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .newsletter-subscribe form.mailpoet_form {
    width: 50%;
  }
}
@media screen and (max-device-width : 740px) {
  .newsletter-subscribe form.mailpoet_form {
    width: 100%;
  }
}
.newsletter-subscribe form.mailpoet_form .mailpoet_paragraph {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.newsletter-subscribe form.mailpoet_form .mailpoet_paragraph label {
  padding: 0 0.1em;
  font-size: 1em;
}
.newsletter-subscribe form.mailpoet_form .mailpoet_paragraph input.mailpoet_text {
  width: 100%;
  height: 40px;
  border: 1px solid #28303d;
  border-radius: 3px;
  font-size: 16px;
  padding: 20px;
}
.newsletter-subscribe form.mailpoet_form .mailpoet_paragraph input.mailpoet_text:focus {
  border: 1px solid #28303d;
  outline: none;
}
.newsletter-subscribe form.mailpoet_form .mce_inline_error {
  position: relative;
}
.newsletter-subscribe form.mailpoet_form .button {
  display: block;
  width: 30%;
  height: 2em;
  margin: 1em auto;
  background: #479087;
  font-size: 1.5em;
  padding: 0.25em;
  min-width: 150px;
}
body.error404 .page-title {
  font-size: 2em;
}
.tmr-archive {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tmr-archive .issue {
  width: 30%;
  margin: 0.75em;
  text-align: center;
}
.tmr-archive .issue img {
  max-width: 100%;
}
.tmr-archive .issue-title {
  clear: both;
  font-size: 1em;
}
.past-issues .items-listing .year-header {
  font-size: 2em;
  margin: 0.5em auto;
}
.past-issues .items-listing .year-contents {
  display: grid;
  gap: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .past-issues .items-listing .year-contents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-device-width : 740px) {
  .past-issues .items-listing .year-contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.past-issues .items-listing .year-contents article {
  max-width: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-device-width : 740px) {
  .past-issues .items-listing .year-contents article {
    margin-bottom: 1em;
  }
}
.past-issues .items-listing .year-contents article .issue-art {
  padding: 0.5em 1em;
  display: flex;
}
.past-issues .items-listing .year-contents article .issue-art img.inset {
  max-width: 100% !important;
  height: auto;
}
.past-issues .items-listing .year-contents article .description {
  display: flex;
  padding: 0.5em 1em;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.past-issues .items-listing .year-contents article .description h4 {
  margin: 0.5em 0 0 0;
}
.past-issues .items-listing .year-contents article .description .meta {
  margin: 0.25em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.past-issues .items-listing .year-contents article .description .meta a.issue-download {
  font-family: merriweather, serif;
  font-size: 1.25em;
}
#page.instagram #masthead {
  padding: 0.5em 0;
}
#page.instagram #masthead #site-social {
  display: flex;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #page.instagram #masthead #site-social {
    padding: 0 1em;
  }
}
@media screen and (max-device-width : 740px) {
  #page.instagram #masthead #site-social #site-icon {
    width: unset;
  }
}
@media screen and (max-device-width : 740px) {
  #page.instagram #masthead #site-social #site-icon img {
    width: 50px;
  }
}
#page.instagram #masthead #site-social span.site-title {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #28303d;
  text-transform: none;
}
#page.instagram #site-feed {
  background: #F5F5F5;
}
@media screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #page.instagram #site-feed {
    padding: 1em 0;
  }
}
#page.instagram #site-feed .ig-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #page.instagram #site-feed .ig-page {
    padding: 1em;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #page.instagram #site-feed .ig-page {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #page.instagram #site-feed .ig-page .ig-item {
    width: 300px;
    height: 300px;
    margin: 1em 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 481px) and (max-width: 768px) {
  #page.instagram #site-feed .ig-page .ig-item {
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #page.instagram #site-feed .ig-page .ig-item {
    padding: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #page.instagram #site-feed .ig-page .ig-item {
    margin: 0 0 1em 0;
  }
}
@media screen and (max-device-width : 740px) {
  #page.instagram #site-feed .ig-page .ig-item {
    display: block;
    width: 300px;
    height: 300px;
    margin: 1em auto;
  }
}
#page.instagram #site-feed .ig-page .ig-item .title-container {
  background: #FFF;
  padding: 0.5em;
  display: inline-block;
  width: 100%;
}
#page.instagram #site-feed .ig-page .ig-item .title-container h4 {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
#page.instagram #site-feed .ig-page .ig-item .title-container h4 a {
  color: #28303d;
}
#page.instagram #site-feed .ig-page .ig-item .ig-feed-link {
  display: inline-block;
  position: absolute;
}
@media screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #page.instagram #site-feed .ig-page .ig-item .ig-feed-link {
    width: 300px;
    height: 300px;
    margin: 0.5em 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 481px) and (max-width: 768px) {
  #page.instagram #site-feed .ig-page .ig-item .ig-feed-link {
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #page.instagram #site-feed .ig-page .ig-item .ig-feed-link {
    padding: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #page.instagram #site-feed .ig-page .ig-item .ig-feed-link {
    margin: 0 0 1em 0;
  }
}
@media screen and (max-device-width : 740px) {
  #page.instagram #site-feed .ig-page .ig-item .ig-feed-link {
    display: block;
    width: 300px;
    height: 300px;
    margin: 1em auto;
  }
}
span#donately-payment-frequency-text {
  display: none !important;
}
.masthead-page .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.masthead-page .container .masthead-entry {
  margin: 1em 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .masthead-page .container .masthead-entry {
    width: 46%;
  }
}
@media screen and (max-device-width : 480px) and (orientation:portrait) {
  .masthead-page .container .masthead-entry {
    width: 100%;
  }
}
.masthead-page .container .masthead-entry .profile-pic {
  width: 150px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 0.35em;
}
.masthead-page .container .masthead-entry .profile-pic.alignleft {
  float: left;
  padding-right: 1em;
}
.masthead-page .container .masthead-entry .profile-pic.alignright {
  float: right;
  padding-left: 1em;
}
.masthead-page .container .masthead-entry .profile-pic .wp-caption-text {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 0.5em;
}
.masthead-page .container .masthead-entry p {
  font-size: 16px;
  text-align: justify;
}
.masthead-page .container h4 {
  width: 100%;
  margin: 1em 0;
}
body.page-template-page-supporters h2.page-title {
  margin: 0;
}
body.page-template-page-supporters .intro {
  padding: 1em;
}
body.page-template-page-supporters .brandlogos {
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-template-page-supporters .brandlogos .single-logo {
  margin: 1em 0;
}
body.page-template-page-supporters .brandlogos .single-logo a,
body.page-template-page-supporters .brandlogos .single-logo img {
  max-width: 98%;
  max-height: 200px;
}
body.page-template-page-supporters .supporters {
  padding: 1em 0;
  text-align: center;
}
body.page-template-page-supporters .supporters span {
  white-space: nowrap;
}
#colophon {
  display: block;
  width: 100%;
  margin: 0;
  max-width: none;
}
#colophon .footer-wrap {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
  width: 90%;
}
#colophon .footer-wrap .column {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 1em;
}
#colophon .footer-wrap .column > * {
  max-height: 100%;
}
#colophon .footer-wrap .site-info {
  width: 300px;
  padding: 1em 0;
}
#colophon .footer-wrap .site-info p {
  font-size: 12px;
  margin-top: 1.5em;
}
#colophon .footer-wrap .site-info p.intro {
  margin-top: 0;
}
#colophon .footer-wrap .site-info img {
  width: 150px;
  height: auto;
  margin: 0 auto;
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper li {
  display: inline-flex;
  padding: 1em;
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper li a {
  color: #28303d;
  line-height: 1em;
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper li a:hover,
#colophon .footer-wrap .site-info ul.social-menu-wrapper li a:active {
  text-decoration: none;
  color: #28303d;
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper li a:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 28px;
  padding-right: 0 3px;
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper li.social-fb a:before {
  content: "\f39e";
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper li.social-ig a:before {
  content: "\f16d";
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper li.social-tw a:before {
  content: "\f099";
}
#colophon .footer-wrap .site-info ul.social-menu-wrapper li span {
  display: none;
}
#colophon .footer-wrap .navigation-links .navigation,
#colophon .footer-wrap .explore .navigation {
  list-style-type: none;
}
#colophon .footer-wrap .navigation-links .navigation li a,
#colophon .footer-wrap .explore .navigation li a {
  font-family: 'merriweather', serif;
  font-weight: 400;
  color: #479087;
}
#colophon .footer-wrap .explore {
  flex: 1;
}
#colophon .footer-wrap .explore h3 {
  padding: 0.5em;
}
#colophon .footer-wrap .explore .navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#colophon .footer-wrap .explore .navigation li {
  margin: 0.5em 0;
  padding: 0 0.5em;
  line-height: 1.5em;
}
.wg-default,
.wg-default .country-selector {
  width: 170px;
}
.country-selector a {
  height: 36px !important;
}
.country-selector a:focus {
  background: transparent;
}
.weglot-lang a:focus {
  background: transparent;
}
.country-selector.weglot-dropdown .wgcurrent {
  padding-left: 0px !important;
  width: 170px;
}
.tmr-weekly .subscribe_module {
  max-width: 385px;
}
.footer-wrap .navigation-links .subscribe_module {
  max-width: 300px;
}
.subscribe_module {
  background: #479087;
  border-radius: 300px;
  margin-bottom: 1em;
}
.subscribe_module .subscribe_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0.5em 1.5em;
}
.subscribe_module .subscribe_link span {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1.2em;
}
.subscribe_module .subscribe_link span.normal {
  font-size: 1em;
}
.subscribe_module .subscribe_link span.caps {
  text-transform: uppercase;
  font-size: 1.2em;
}
.subscribe_module .subscribe_link span.sub {
  font-size: 0.8em;
}
#comments {
  margin-top: 2em;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  #comments {
    width: 50%;
    max-width: 90%;
  }
}
@media screen and (max-device-width : 740px) {
  #comments {
    max-width: 90%;
  }
}
#comments .comments-title,
#comments .comment-reply-title {
  font-size: 1.5em;
}
#comments textarea#comment {
  height: 6em;
}
#comments textarea,
#comments input {
  font-size: 14px;
}
#comments textarea:focus,
#comments input:focus {
  outline: 1.5px solid #479087;
}
#comments p label {
  margin-bottom: 0;
}
/* 'Support' Landing Page
--------------------*/
.support-landing-grid {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .support-landing-grid {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (max-device-width : 740px) {
  .support-landing-grid {
    flex-direction: column;
    align-items: center;
  }
}
.support-landing-grid .wp-block-group {
  display: flex;
  flex-direction: row;
  margin: 0.5em;
  height: 100%;
  flex-grow: 1;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .support-landing-grid .wp-block-group {
    width: 25%;
  }
}
@media screen and (max-device-width : 740px) {
  .support-landing-grid .wp-block-group {
    width: 80%;
  }
}
.support-landing-grid .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.support-landing-grid .wp-block-group .wp-block-group__inner-container .wp-block-buttons {
  margin: 0 0 0.5em 0 !important;
  width: 100% !important;
}
.support-landing-grid .wp-block-group .wp-block-group__inner-container .wp-block-buttons .wp-block-button {
  width: 100%;
}
.support-landing-grid .wp-block-group .wp-block-group__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: flex;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #28303d;
  color: #FFF;
  font-weight: 600;
  white-space: nowrap;
  padding: 5px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 481px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px), screen and (min-width: 1025px) and (max-width: 1439px), screen and (min-width: 1440px) {
  .support-landing-grid .wp-block-group .wp-block-group__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 3vw;
  }
}
@media screen and (max-device-width : 740px) {
  .support-landing-grid .wp-block-group .wp-block-group__inner-container .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1.25em;
  }
}
.support-landing-grid .wp-block-group .wp-block-group__inner-container p {
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  margin: 0 !important;
  flex: 1;
}
ul.mega-sub-menu .search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em;
}
ul.mega-sub-menu .search-form .search-field {
  width: 100%;
  height: 40px;
  border: 1px solid #28303d;
  border-radius: 3px;
  font-size: 16px;
  padding: 20px;
}
ul.mega-sub-menu .search-form .search-field:focus {
  border: 1px solid #28303d;
  outline: none;
}
ul.mega-sub-menu .search-form .search-submit {
  display: block;
  width: 100%;
  height: 2em;
  margin: 1em auto;
  background: #479087;
  font-size: 1.5em;
  padding: 0.25em;
  min-width: 150px;
}
/*# sourceMappingURL=./style.css.map */