/**
 * CSS Lock
 * @param  float     $min-size:  1            Lowest value for the lock
 * @param  float     $max-size:  1.4          Highest value for the lock
 * @param  integer   $min-width: 20           Smallest width for lock
 * @param  integer   $max-width: 100          Largest width for lock
 * @param  string    $property:  font-size    Property to apply the lock on
 * @param  string    $unit:      px           Unit of the property to apply
 */
/**
 * Fonts
 **/
@font-face {
  font-family: "GT-Walsheim";
  font-weight: 200;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Thin.eot");
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Thin.woff2") format("woff2"), url("../fonts/GT-Walsheim/GT-Walsheim-Thin.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim";
  font-weight: 300;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular.eot");
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Regular.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim";
  font-weight: 500;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Bold.eot");
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Bold.woff2") format("woff2"), url("../fonts/GT-Walsheim/GT-Walsheim-Bold.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim-Italic";
  font-style: 300;
  font-style: italic;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.eot");
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.otf") format("opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
}

@font-face {
  font-family: "GT-Walsheim-Italic";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Bold-Oblique.eot");
  src: url("../fonts/GT-Walsheim/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
}

@font-face {
  font-family: "PublicoBanner";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Publico-Banner/PublicoBanner-Medium-Web.eot");
  src: url("../fonts/Publico-Banner/PublicoBanner-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Publico-Banner/PublicoBanner-Medium-Web.woff2") format("woff2"), url("../fonts/Publico-Banner/PublicoBanner-Medium-Web.woff") format("woff"), url("../fonts/Publico-Banner/PublicoBanner-Medium-Web.ttf") format("truetype");
}

@font-face {
  font-family: "PublicoBanner";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Publico-Banner/PublicoBanner-Bold-Web.eot");
  src: url("../fonts/Publico-Banner/PublicoBanner-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Publico-Banner/PublicoBanner-Bold-Web.woff2") format("woff2"), url("../fonts/Publico-Banner/PublicoBanner-Bold-Web.woff") format("woff"), url("../fonts/Publico-Banner/PublicoBanner-Bold-Web.ttf") format("truetype");
}

/**
 * Colours
 **/
/**
 * FONT
 **/
/**
 * CSS
 **/
/**
 * LAYOUT
 
 **/
/**
 * Breakpoints
 **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PublicoBanner", Times, serif;
  color: #000000;
  line-height: 1.2em;
  margin: .5em 0;
}

table,
tr,
td,
input,
select,
label,
ol,
ul,
span,
a,
p {
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 1.5;
}

figcaption {
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  font-size: 2rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.875rem;
  font-weight: 500;
}

h3 {
  font-size: 1.475rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

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

a:hover {
  -webkit-transition: linear 250ms;
  transition: linear 250ms;
}

i,
em {
  font-family: "GT-Walsheim-Italic", Arial, Helvetica, sans-serif;
  font-style: italic;
}

blockquote {
  margin: 1.25rem 0;
}

blockquote p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  blockquote p {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

blockquote p:before {
  background: #000000;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: .275rem;
  height: 100%;
}

blockquote cite {
  color: #1F2023;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  float: right;
}

hr {
  border: 1px solid black;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 16px;
  font-size: 100%;
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.75;
}

#page {
  overflow-x: hidden;
}

.padding {
  padding: 1rem;
}

@media (min-width: 768px) {
  .padding {
    padding: 3rem;
  }
}

@media (min-width: 960px) {
  .padding {
    padding: 5rem;
  }
}

.page_container {
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .page_container {
    padding: 2rem 0;
  }
}

.frontpage_container {
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .frontpage_container {
    padding: 3rem 0;
  }
}

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

.bg--orange {
  background: #F9A868;
}

.bg--yellow {
  background: #FFE710;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 33.75em) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    max-width: 100rem;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 1rem 2%;
  min-height: 0.125rem;
}

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

@media (min-width: 960px) {
  .row--frontpage {
    margin-bottom: 3.5rem;
  }
}

.row--overflow {
  margin-left: -18px;
  width: 120%;
}

@media (min-width: 768px) {
  .row--overflow {
    margin-left: -10%;
  }
}

.row--separator h1 {
  margin-top: 0;
}

.row--separator .col-l {
  position: relative;
}

@media (min-width: 960px) {
  .row--separator .col-l {
    margin-right: 0%;
    padding-right: 2%;
  }
  .row--separator .col-l:after {
    content: '';
    border-right: 1px solid #1F2023;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .row--separator .col-l {
    margin-right: 2%;
    padding-right: 4%;
  }
}

.row--quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

@media (min-width: 960px) {
  .row--quiz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1rem 2%;
  }
}

.row--quiz .col-6-sm {
  width: auto;
}

@media (min-width: 960px) {
  .row--quiz .col-6-sm {
    width: 46%;
  }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33333333%;
}

.col-2-sm {
  width: 12.66666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33333333%;
}

.col-5-sm {
  width: 37.66666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33333333%;
}

.col-8-sm {
  width: 62.66666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33333333%;
}

.col-11-sm {
  width: 87.66666667%;
}

.col-12-sm {
  width: 96%;
}

@media (min-width: 960px) {
  .col-1 {
    width: 4.33333333%;
  }
  .col-2 {
    width: 12.66666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33333333%;
  }
  .col-5 {
    width: 37.66666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33333333%;
  }
  .col-8 {
    width: 62.66666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33333333%;
  }
  .col-11 {
    width: 87.66666667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}

.col-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .col-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.row-rv-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .row-rv-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

.wp-block-image figcaption {
  background: #1F2023;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: 300;
  margin-top: 0;
  padding: .25rem .75rem;
}

.wp-caption-text {
  background: #1F2023;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: 300;
  margin: 0;
  padding: .25rem .75rem;
}

.wp-block-media-text__media {
  height: 100%;
}

.wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media print {
  @page {
    margin: 0;
  }
  body {
    margin: 0;
  }
  header, footer, .sidebar, .rel-articles {
    display: none;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  blockquote p {
    font-size: 1.275rem;
  }
}

.breadcrumb .home {
  padding-right: .15rem;
  text-transform: lowercase;
}

.breadcrumb .divider {
  padding-left: .15rem;
  padding-right: .15rem;
}

.breadcrumb span {
  display: inline;
  color: #000000;
  font-family: "PublicoBanner", Times, serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: .5em 0;
}

.breadcrumb a {
  display: inline;
  color: #000000;
  font-family: "PublicoBanner", Times, serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: .5em 0;
  padding-left: .25rem;
}

.breadcrumb a:first-child {
  padding-left: 0;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

button,
.btn
.btn--outline,
.btn--round,
.wp-block-button__link {
  border: 2px solid #1F2023;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: .25rem 1rem;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

@media (min-width: 768px) {
  button,
  .btn
.btn--outline,
  .btn--round,
  .wp-block-button__link {
    font-size: 1.125rem;
    padding: .75rem 3.5rem;
  }
}

.wp-block-button__link {
  font-size: 1rem !important;
  background: #1F2023;
  border: 2px solid #1F2023;
  color: #FFFFFF;
  font-size: 1rem !important;
  padding: 0.25rem 1rem !important;
}

@media (min-width: 768px) {
  .wp-block-button__link {
    font-size: 1.125rem !important;
    padding: 0.75rem 2.5rem !important;
  }
}

.wp-block-button__link:hover {
  background: none;
  border: 2px solid #1F2023;
  color: #1F2023;
}

.btn--sm {
  padding: .45rem 1.5rem;
}

.btn {
  background: #1F2023;
  border: 2px solid #1F2023;
  color: #FFFFFF;
}

.btn:hover {
  background: none;
  border: 2px solid #1F2023;
  color: #1F2023;
}

input,
select {
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  padding: .5rem 1rem;
}

input ::-webkit-input-placeholder {
  color: #000000;
  opacity: .5;
}

input :-ms-input-placeholder {
  color: #000000;
  opacity: .5;
}

input ::-ms-input-placeholder {
  color: #000000;
  opacity: .5;
}

input ::placeholder {
  color: #000000;
  opacity: .5;
}

input[type=submit] {
  cursor: pointer;
}

.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
}

.icon-list li {
  margin-right: .875rem;
}

@media (min-width: 768px) {
  .icon-list li {
    margin-right: 1.125rem;
  }
}

.icon {
  width: 22px;
  height: 22px;
  text-decoration: none;
  padding-left: 25px;
}

.icon:before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 23px;
  height: 23px;
  margin-left: -25px;
}

@media (min-width: 768px) {
  .icon:before {
    width: 26px;
    height: 26px;
  }
}

.icon-link:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.932" height="28.905" viewBox="0 0 28.932 28.905"><g id="Icon_feather-link" data-name="Icon feather-link" transform="translate(1.25 1.25)"><path id="Path_161" data-name="Path 161" d="M15,17.531a6.6,6.6,0,0,0,9.96.713l3.963-3.963a6.6,6.6,0,1,0-9.34-9.34L17.312,7.2" transform="translate(-4.426 -3.008)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Path_162" data-name="Path 162" d="M18.85,16.141a6.6,6.6,0,0,0-9.96-.713L4.928,19.39a6.6,6.6,0,1,0,9.34,9.34l2.258-2.26" transform="translate(-2.993 -4.259)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></g></svg>');
}

.icon-mail:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29.9" height="23.635" viewBox="0 0 29.9 23.635"><g id="Icon_feather-mail" data-name="Icon feather-mail" transform="translate(1.741 1.25)"><path id="Path_159" data-name="Path 159" d="M5.642,6H26.777a2.65,2.65,0,0,1,2.642,2.642V24.493a2.65,2.65,0,0,1-2.642,2.642H5.642A2.65,2.65,0,0,1,3,24.493V8.642A2.65,2.65,0,0,1,5.642,6Z" transform="translate(-3 -6)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Path_160" data-name="Path 160" d="M29.419,9,16.209,18.247,3,9" transform="translate(-3 -6.358)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></g></svg>');
}

.icon-print:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.919" height="28.918" viewBox="0 0 28.919 28.918"><g id="Icon_feather-printer" data-name="Icon feather-printer" transform="translate(1.25 1.25)"><path id="Path_156" data-name="Path 156" d="M9,12.247V3H24.851v9.247" transform="translate(-3.717 -3)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Path_157" data-name="Path 157" d="M8.284,25.388H5.642A2.642,2.642,0,0,1,3,22.747v-6.6A2.642,2.642,0,0,1,5.642,13.5H26.777a2.642,2.642,0,0,1,2.642,2.642v6.6a2.642,2.642,0,0,1-2.642,2.642H24.135" transform="translate(-3 -4.253)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Path_158" data-name="Path 158" d="M9,21H24.851V31.567H9Z" transform="translate(-3.717 -5.149)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></g></svg>');
}

.icon-share:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26.277" height="28.919" viewBox="0 0 26.277 28.919"><g id="Icon_feather-share-2" data-name="Icon feather-share-2" transform="translate(1.25 1.25)"><path id="Path_151" data-name="Path 151" d="M30.426,6.963A3.963,3.963,0,1,1,26.463,3a3.963,3.963,0,0,1,3.963,3.963Z" transform="translate(-6.649 -3)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Path_152" data-name="Path 152" d="M12.426,17.463A3.963,3.963,0,1,1,8.463,13.5,3.963,3.963,0,0,1,12.426,17.463Z" transform="translate(-4.5 -4.253)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Path_153" data-name="Path 153" d="M30.426,27.963A3.963,3.963,0,1,1,26.463,24,3.963,3.963,0,0,1,30.426,27.963Z" transform="translate(-6.649 -5.507)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Path_154" data-name="Path 154" d="M12.885,20.265l9.022,5.257" transform="translate(-5.501 -5.061)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/><path id="Path_155" data-name="Path 155" d="M21.894,9.765l-9.009,5.257" transform="translate(-5.501 -3.808)" fill="none" stroke="%231f2023" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5"/></g></svg>');
}

.icon-search:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.621" height="30.621" viewBox="0 0 30.621 30.621"><g id="Icon_feather-search" data-name="Icon feather-search" transform="translate(-3 -3)"><path id="Path_135" data-name="Path 135" d="M28.5,16.5a12,12,0,1,1-12-12,12,12,0,0,1,12,12Z" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="Path_136" data-name="Path 136" d="M31.5,31.5l-6.525-6.525" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></svg>');
}

.icon-em:before {
  content: '';
  display: inline-block;
  background-image: url("../icons/icon-em.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}

.icon-fb:before {
  content: '';
  display: inline-block;
  background-image: url("../icons/icon-fb.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}

.icon-ig:before {
  content: '';
  display: inline-block;
  background-image: url("../icons/icon-ig.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}

.icon-li:before {
  content: '';
  display: inline-block;
  background-image: url("../icons/icon-li.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}

.icon-yt:before {
  content: '';
  display: inline-block;
  background-image: url("../icons/icon-yt.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}

.icon-x:before {
  content: '';
  display: inline-block;
  background-image: url("../icons/icon-x.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}

.menu-row {
  width: 100%;
  margin: 0 auto;
}

.menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (min-width: 960px) {
  .menu-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  margin-right: 1rem;
}

.menu li a {
  color: #FFFFFF;
  display: inline-block;
  font-family: "PublicoBanner", Times, serif;
  font-size: 1.125rem;
  padding: 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 350ms all;
  transition: 350ms all;
}

@media (min-width: 1200px) {
  .menu li a {
    font-size: 1.25rem;
  }
}

.menu li a:hover {
  color: #B2B2B2;
}

@media only screen and (min-width: 1100px) {
  #mainmenu {
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 960px) {
  #mainmenu {
    min-width: 650px;
    margin-left: 1rem;
    width: 100%;
  }
  .menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu li .sub-menu,
  .menu li .submenu {
    -webkit-transition: 350ms all;
    transition: 350ms all;
    z-index: 9;
  }
  .menu li .sub-menu .sub-menu__title,
  .menu li .submenu .sub-menu__title {
    margin-left: 0;
    position: absolute;
    top: 30px;
    left: 40px;
  }
  .menu li .sub-menu .sub-menu__title h4,
  .menu li .submenu .sub-menu__title h4 {
    color: #FFFFFF;
    font-family: "GT-Walsheim", Arial, sans-serif;
    font-weight: 300;
  }
  .menu li .sub-menu .sub-menu__title a,
  .menu li .submenu .sub-menu__title a {
    padding: 0;
  }
  .menu li .sub-menu .sub-menu__title a:hover,
  .menu li .submenu .sub-menu__title a:hover {
    background: transparent;
    position: relative;
  }
  .menu li .sub-menu .sub-menu__title a:hover:before,
  .menu li .submenu .sub-menu__title a:hover:before {
    content: '';
    background: #FFFFFF;
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 2px;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .menu li.menu-item-has-children > a, .menu li.megamenu > a {
    padding-right: 20px;
    position: relative;
  }
  .menu li.menu-item-has-children > a:before, .menu li.megamenu > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    height: 5px;
    width: 5px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu li .sub-menu {
    background: #1F2023;
    position: absolute;
    top: 116.5%;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    margin-left: -1rem;
    padding: 2rem;
    visibility: hidden;
    width: 600px;
  }
  .menu li .sub-menu li {
    margin-right: 0;
    font-size: .9rem;
    position: relative;
    margin-left: 30.5%;
  }
  .menu li .sub-menu li a {
    color: #FFFFFF;
    font-family: "GT-Walsheim", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    padding: .5rem 1rem;
    background: #1F2023;
    display: block;
  }
  .menu li .sub-menu li a:before {
    right: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu li .sub-menu li a:hover {
    background: #505050;
  }
  .menu li .sub-menu .sub-menu,
  .menu li .sub-menu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}

.menu-active .sub-menu {
  list-style: none;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#menu_trigger {
  display: none;
}

@media (min-width: 960px) {
  .backmenu-row {
    display: none;
  }
  .backmenu-row em {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  #mainmenu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 10;
  }
  hgroup {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    width: 100%;
  }
  .searchbox-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #menu_trigger {
    height: 35px;
    width: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }
  #menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #FFFFFF;
  }
  #menu_trigger .menulines:before, #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }
  #menu_trigger .menulines:before {
    top: -9px;
  }
  #menu_trigger .menulines:after {
    top: 9px;
  }
  #menu_trigger .menu-label {
    color: #FFFFFF;
    line-height: 1.25;
    padding-left: 7.5px;
  }
  .mobile-menu {
    display: none;
    position: absolute;
    left: -7.875%;
    right: 0;
    top: 100%;
    background: #1F2023;
    overflow: hidden;
    width: 104vw;
    height: 100vh;
    z-index: 9;
  }
  .mobile-menu ul {
    display: block;
    padding-top: 2rem;
    -webkit-transition: 350ms all;
    transition: 350ms all;
  }
  .mobile-menu li {
    margin: 0;
  }
  .mobile-menu li a {
    color: #FFFFFF;
    display: block;
    font-family: "PublicoBanner", Times, serif;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    padding: .75rem 2rem;
  }
}

@media only screen and (max-width: 959px) and (min-width: 480px) {
  .mobile-menu li a {
    padding: .75rem 3.5rem;
  }
}

@media only screen and (max-width: 959px) {
  .mobile-menu li a .navtrigger {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    height: 10px;
    width: 10px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-menu li .sub-menu,
  .mobile-menu li .submenu {
    position: absolute;
    top: 13px;
    left: 100%;
    width: 100%;
    background: #1F2023;
    height: 100%;
    list-style: none;
    padding-left: 0;
    padding-top: 1.45rem;
    -webkit-transition: left 350ms linear;
    transition: left 350ms linear;
    z-index: 1;
  }
  .mobile-menu li .sub-menu li a,
  .mobile-menu li .submenu li a {
    font-family: "GT-Walsheim", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    padding: .75rem 4.7rem;
  }
  .mobile-menu li .sub-menu .backmenu-row,
  .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 55px;
    background: #1F2023;
    font-size: 16px;
    position: absolute;
    top: 30px;
    z-index: 9;
  }
}

@media only screen and (max-width: 959px) and (min-width: 960px) {
  .mobile-menu li .sub-menu .backmenu-row,
  .mobile-menu li .submenu .backmenu-row {
    display: none;
  }
  .mobile-menu li .sub-menu .backmenu-row em,
  .mobile-menu li .submenu .backmenu-row em {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .mobile-menu li .sub-menu .backmenu-row .back-trigger,
  .mobile-menu li .submenu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
  }
  .mobile-menu li .sub-menu .backmenu-row .back-trigger:before,
  .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .mobile-menu li .sub-menu .backmenu-row em,
  .mobile-menu li .submenu .backmenu-row em {
    color: #FFFFFF;
    font-family: "PublicoBanner", Times, serif;
    font-size: 1.5rem;
    font-style: normal;
  }
  .mobile-menu li.sub-open > .sub-menu,
  .mobile-menu li.sub-open > .submenu {
    left: 0;
  }
  .mobile-menu li .sub-menu__title a {
    padding: 0.375rem 4.7rem 0 !important;
  }
  .mobile-menu li .sub-menu__title a h4 {
    color: #FFFFFF;
    font-family: "GT-Walsheim", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
  }
}

.searchbox-container {
  margin: 0px auto;
  position: absolute;
  right: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .searchbox-container {
    display: none;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .searchbox-container {
    display: block;
  }
}

@media (min-width: 1440px) {
  .searchbox-container {
    position: relative;
    top: unset;
    width: 30%;
  }
}

.searchbox {
  float: right;
  position: relative;
  height: 40px;
  min-width: 80px;
  width: 0%;
  overflow: hidden;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: -1;
}

@media (min-width: 960px) {
  .searchbox {
    display: block;
    min-width: 105px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}

.searchbox span {
  display: inline-block;
  color: #FFFFFF;
  padding-left: 5px;
}

@media (min-width: 960px) {
  .searchbox span {
    padding-left: 12.5px;
  }
}

.searchbox-open {
  overflow: visible;
  position: absolute;
  left: -2%;
  top: 1.25rem;
  width: 105%;
  z-index: 1;
}

@media (min-width: 960px) {
  .searchbox-open {
    height: 2.5rem;
    position: relative;
    left: unset;
    top: unset;
  }
}

.searchbox-open + .searchbox-icon {
  top: -.9rem;
}

@media (min-width: 960px) {
  .searchbox-open + .searchbox-icon {
    top: 5px;
  }
}

.searchbox-input {
  position: absolute;
  top: 0;
  left: -1rem;
  border: 0;
  outline: 0;
  background: #1F2023;
  border-radius: 0;
  border-bottom: 2px solid #FFFFFF;
  width: 100%;
  height: 2.25rem;
  margin: 0;
  font-size: 1rem;
  color: #FFFFFF;
  padding: .75rem 1.25rem;
  -webkit-appearance: none;
}

@media (min-width: 960px) {
  .searchbox-input {
    position: absolute;
    top: 0;
    left: unset;
    border: 0;
    outline: 0;
    background: #1F2023;
    border-radius: 0;
    border-bottom: 2px solid #FFFFFF;
    height: 20px;
    margin: 0;
    font-size: 1rem;
    color: #FFFFFF;
    padding: .5rem;
    -webkit-appearance: none;
    right: 0;
    width: 95%;
  }
}

.searchbox-input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.searchbox-input:-ms-input-placeholder {
  color: #FFFFFF;
}

.searchbox-input::-ms-input-placeholder {
  color: #FFFFFF;
}

.searchbox-input::placeholder {
  color: #FFFFFF;
}

.searchbox-icon {
  background: #1F2023;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  display: block;
  height: 40px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: .35rem;
  right: -25px;
  width: 105px;
  z-index: 1;
}

@media (min-width: 768px) {
  .searchbox-icon {
    right: 0;
    top: 5px;
  }
}

.searchbox-icon span {
  color: #FFFFFF;
  margin-left: 7.5px;
}

.searchbox-submit {
  cursor: pointer;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: #1F2023;
  display: block;
  padding: 0;
  margin: 0;
  outline: 0;
  text-align: center;
  position: absolute;
  top: .75rem;
  right: 0;
  height: 2.5rem;
  width: 4rem;
  visibility: hidden;
}

@media (min-width: 960px) {
  .searchbox-submit {
    border: 0;
    top: 3px;
    right: 100px;
    height: 30px;
    width: 60px;
  }
}

/*toggle*/
.toggle-trigger {
  border: 1px solid #000000;
  margin: 0px 0px 5px !important;
  font-size: 18px;
  padding: 10px;
  padding-left: 40px;
  position: relative;
}

.toggle-trigger:before {
  content: '';
  display: inline-block;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="122.883px" height="122.882px" viewBox="0 0 122.883 122.882" enable-background="new 0 0 122.883 122.882" xml:space="preserve"><g><path d="M0,61.441L0,61.441l0.018-0.001c0-16.975,6.872-32.334,17.98-43.443C29.106,6.89,44.465,0.018,61.44,0.018V0h0.001h0.001 v0.018c16.974,0,32.335,6.872,43.443,17.98s17.98,26.467,17.98,43.441h0.018v0.002l0,0h-0.018c0,16.976-6.873,32.335-17.98,43.443 c-11.109,11.107-26.467,17.979-43.442,17.979v0.018h-0.002l0,0v-0.018c-16.975,0-32.335-6.872-43.443-17.98 C6.89,93.775,0.018,78.417,0.018,61.442L0,61.441L0,61.441L0,61.441z M42.48,51.182c-1.962-1.909-5.101-1.865-7.009,0.097 s-1.865,5.101,0.097,7.009l22.521,21.839l3.456-3.553l-3.46,3.568c1.971,1.911,5.117,1.862,7.029-0.108 c0.055-0.058,0.109-0.115,0.16-0.175L87.33,58.288c1.963-1.908,2.006-5.046,0.098-7.009s-5.047-2.006-7.01-0.097L61.53,69.655 L42.48,51.182L42.48,51.182z"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 10px;
  top: 12px;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}

.toggle-trigger a {
  color: #333;
  text-decoration: none !important;
  display: block;
}

.toggle-trigger a:hover {
  text-decoration: underline !important;
}

.toggle-trigger.active {
  background-position: 10px center;
  background-repeat: no-repeat;
}

.toggle-trigger.active:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.toggle_container {
  overflow: hidden;
  padding: 20px 10px;
}

header {
  background: #1F2023;
  padding-top: 1rem;
}

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

header hgroup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  z-index: 10;
}

@media (min-width: 960px) {
  header hgroup {
    position: relative;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

header hgroup,
header .main-navigation {
  display: inline-block;
  vertical-align: middle;
}

header .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-title {
  margin: 0rem .5rem;
  max-width: 150px;
}

@media (min-width: 960px) {
  header .header-title {
    margin: 1.5rem auto;
    max-width: 190px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  header .header-title {
    max-width: 220px;
  }
}

header .header-menu {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

header .header-menu li {
  color: #FFFFFF;
  display: inline-block;
  padding: .25rem .75rem;
}

header .header-menu li a {
  font-family: "PublicoBanner", Times, serif;
  font-size: 1.25rem;
  font-weight: 300;
}

footer {
  background: #1F2023;
}

footer .container {
  padding: 3em 1em 5em;
}

footer .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 960px) {
  footer .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .footer-logo {
  float: left;
  max-width: 158px;
}

@media (min-width: 960px) {
  footer .footer-logo {
    float: right;
    margin-top: 1.35rem;
  }
}

footer .footer-menu {
  list-style-type: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

@media (min-width: 960px) {
  footer .footer-menu {
    margin: 4.85rem 0 0;
  }
}

footer .footer-menu li {
  color: #FFFFFF;
  padding: .25em 0;
}

footer .footer-menu li a:hover {
  text-decoration: underline;
}

footer .footer__menu--cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 960px) {
  footer .footer__menu--cat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .footer__menu--cat h3 {
  color: #FFFFFF;
}

footer .footer__menu--cat li {
  color: #FFFFFF;
  padding: .25em 0;
}

@media (min-width: 960px) {
  footer .footer__cat {
    min-width: 200px;
    width: 100%;
  }
}

footer .footer__cat--list {
  display: block;
  list-style-type: none;
  padding-left: 0;
  height: 0;
  margin: 0;
  max-height: 0;
  -webkit-transition: max-height 150ms linear;
  transition: max-height 150ms linear;
  overflow: hidden;
}

@media (min-width: 960px) {
  footer .footer__cat--list {
    display: block;
    height: 100%;
    max-height: 100%;
  }
}

footer .footer__cat--list.active {
  height: 100%;
  max-height: 300px;
}

footer .footer__cat--list li a:hover {
  text-decoration: underline;
}

footer .footer__cat--heading {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1.75rem;
  font-family: "PublicoBanner", Times, serif;
  line-height: 1.2em;
  margin: .5em 0;
}

footer .footer__cat--heading span {
  color: #FFFFFF;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: .5rem;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}

@media (min-width: 960px) {
  footer .footer__cat--heading span {
    display: none;
  }
}

footer .footer__cat--heading.active span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

footer .footer-category {
  list-style-type: none;
  padding: 0;
}

footer .menu-footer-menu-container {
  margin-top: 1rem;
  min-width: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  footer .menu-footer-menu-container {
    margin-top: 0;
  }
}

#bottom-footer .row {
  padding: 0;
}

@media (min-width: 768px) {
  #bottom-footer .row {
    padding: 2em 1em;
  }
}

#bottom-footer .row p {
  margin: 0;
}

#bottom-footer .row .social_media_links {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#bottom-footer .row .social_media_links li {
  display: inline-block;
  padding-right: 1.25em;
}

@media (min-width: 768px) {
  #bottom-footer .row .social_media_links li {
    padding-right: 2.25em;
  }
}

#bottom-footer .bottom-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#bottom-footer .bottom-footer-menu li {
  padding-right: 1rem;
}

.featured-article__category {
  font-size: 1.25rem;
  margin-bottom: .25rem;
  margin-top: 1.5rem;
}

@media (min-width: 1200px) {
  .featured-article__except {
    max-width: 90%;
  }
}

.featured-article__img {
  background-color: #F2F2F2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 56.25%;
  width: 100%;
}

.featured-article__heading {
  font-size: 1.95rem;
  margin-top: .25rem;
  margin-bottom: 0rem;
}

.featured-article__container:hover .featured-article__heading {
  text-decoration: underline;
}

.featured-article__container--sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 960px) {
  .featured-article__container--sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.featured-article__container--sidebar .featured-article__img {
  margin-right: 2rem;
  padding-bottom: 56.25%;
  width: 100%;
}

@media (min-width: 960px) {
  .featured-article__container--sidebar .featured-article__img {
    width: 500px;
    padding-bottom: 75.25%;
  }
}

@media (min-width: 1200px) {
  .featured-article__container--sidebar .featured-article__img {
    width: 720px;
    padding-bottom: 65.25%;
  }
}

@media (min-width: 1920px) {
  .featured-article__container--sidebar .featured-article__img {
    width: 920px;
    padding-bottom: 56.25%;
  }
}

@media (min-width: 1200px) {
  .featured-article__container--sidebar .featured-article__text {
    max-width: 500px;
  }
}

.rel-articles .row {
  padding-top: 3rem;
}

.rel-articles_header {
  font-size: 1.75rem;
}

.rel-articles__post-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .rel-articles__post-loop {
    gap: 1.25rem;
    margin-top: 0;
  }
}

.rel-articles__post-loop .rel-articles__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .rel-articles__post-loop .rel-articles__post {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 48%;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 960px) {
  .rel-articles__post-loop .rel-articles__post {
    max-width: 48.5%;
  }
}

@media (min-width: 1200px) {
  .rel-articles__post-loop .rel-articles__post {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 23.33%;
  }
}

@media (min-width: 1440px) {
  .rel-articles__post-loop .rel-articles__post {
    max-width: 23.85%;
  }
}

.rel-articles__post-loop .rel-articles__post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .rel-articles__post-loop .rel-articles__post a {
    display: block;
  }
}

.rel-articles__post-loop .rel-articles__post:hover h5, .rel-articles__post-loop .rel-articles__post:hover h6 {
  text-decoration: underline;
}

.rel-articles__post-loop .rel-articles__post--text h5 {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .rel-articles__post-loop .rel-articles__post--text h5 {
    font-size: 1.25rem;
  }
}

.rel-articles__post-loop .rel-articles__post:first-child a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rel-articles__post-loop .rel-articles__post:first-child a .rel-articles__thumb {
  height: 0;
  min-width: 100%;
  padding-bottom: 56.25%;
}

.rel-articles__post-loop .rel-articles__post:first-child a .rel-articles__excerpt {
  display: block;
}

.rel-articles__post-loop .rel-articles__post:first-child a .rel-articles__heading {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.rel-articles__post-loop .rel-articles__post:first-child a .rel-articles__category {
  margin-top: 1rem;
}

.rel-articles__post-loop .rel-articles__post:first-child a .rel-articles__post--text h5 {
  font-size: 1.25rem;
}

.rel-articles__post-loop .rel-articles__heading {
  font-size: 0.875em;
}

@media (min-width: 768px) {
  .rel-articles__post-loop .rel-articles__heading {
    font-size: 1.25rem;
  }
}

.rel-articles__post-loop .rel-articles__cat {
  font-size: .875rem;
  display: block;
}

@media (min-width: 768px) {
  .rel-articles__post-loop .rel-articles__cat {
    display: none;
  }
}

.rel-articles__post-loop .rel-articles__excerpt {
  display: none;
}

@media (min-width: 768px) {
  .rel-articles__post-loop .rel-articles__excerpt {
    display: block;
  }
}

.rel-articles__post-loop .rel-articles__thumb {
  height: 103px;
  min-width: 155px;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .rel-articles__post-loop .rel-articles__thumb {
    height: 0;
    margin-right: 0;
    padding-bottom: 56.25%;
  }
}

.rel-articles__post-loop .rel-articles__post--1x3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .rel-articles__post-loop .rel-articles__post--1x3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 47%;
            flex: 1 0 47%;
    max-width: 47%;
  }
}

@media (min-width: 1200px) {
  .rel-articles__post-loop .rel-articles__post--1x3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
    max-width: 32%;
  }
}

@media (min-width: 1200px) {
  .rel-articles__post-loop .rel-articles__post--1x3:nth-child(3n) {
    margin-right: 0;
  }
}

.rel-articles__post-loop .rel-articles__post--1x3 .rel-articles__thumb {
  height: 0;
  margin-right: 0;
  padding-bottom: 56.25%;
}

.rel-articles__post-loop .rel-articles__post--1x3 .rel-articles__excerpt {
  display: block;
}

.rel-articles__post-loop .rel-articles__post--1x3 a {
  display: block;
}

.rel-articles__post-loop--sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rel-articles__post-loop--sidebar .rel-articles__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 300px;
  padding-bottom: 1.5rem;
}

.rel-articles__post-loop--sidebar .rel-articles__post--text p {
  margin-bottom: .5rem;
  margin-top: 0;
}

.rel-articles__post-loop--sidebar .rel-articles__post:hover h6 {
  text-decoration: underline;
}

.rel-articles__post-loop--sidebar .rel-articles__thumb {
  height: 103px;
  min-width: 155px;
  margin-right: 1rem;
}

.rel-articles__post-loop--sidebar .rel-articles__post-heading {
  font-size: 1rem;
  font-family: "PublicoBanner", Times, serif;
  color: #000000;
  line-height: 1.2em;
  margin: .5em 0;
}

.rel-articles__post-loop--sidebar a {
  font-size: .95rem;
}

.rel-articles__category {
  line-height: 1;
  margin-bottom: .5rem;
}

.rel-articles__category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  margin-left: -2.1rem;
  padding: 1rem 2.25rem;
}

@media (min-width: 768px) {
  .rel-articles__category-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    padding: 0;
  }
}

.rel-articles__category-container-home {
  width: 100%;
}

.rel-articles__category-container-home--green {
  background: #44A76D;
}

@media (min-width: 768px) {
  .rel-articles__category-container-home--green {
    background: transparent;
  }
}

.rel-articles__category-container-home--red {
  background: #E9443C;
}

@media (min-width: 768px) {
  .rel-articles__category-container-home--red {
    background: transparent;
  }
}

.rel-articles__category-container-home--purple {
  background: #7D6CB1;
}

@media (min-width: 768px) {
  .rel-articles__category-container-home--purple {
    background: transparent;
  }
}

.rel-articles__category-container-home h2 {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .rel-articles__category-container-home h2 {
    color: #000000;
  }
}

@media (min-width: 768px) {
  .rel-articles__category-container-home {
    width: auto;
  }
}

.rel-articles__category-heading {
  margin-right: 1.5rem;
}

.rel-articles__thumb {
  background-color: #F2F2F2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rel-articles__excerpt {
  font-size: 1rem;
  line-height: 1.5;
}

.rel-articles__post-category {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .rel-articles__post-category {
    margin-top: 1rem;
  }
}

.sidebar-heading {
  margin-top: 2rem;
}

.sidebar-heading-btn {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .sidebar-heading-btn {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}

.sidebar-heading--article {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .sidebar-heading--article {
    font-size: 1.25rem;
  }
}

.sidebar-heading--article:first-child {
  margin-top: 0;
}

.sidebar-heading--article-lg {
  font-size: 1.5rem;
  margin-top: 0;
}

.sidebar .link-clipboard {
  position: relative;
  display: inline-block;
}

.sidebar .link-clipboard .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #1F2023;
  color: #FFFFFF;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sidebar .link-clipboard .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1F2023 transparent transparent transparent;
}

.sidebar .link-clipboard:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#post-404 {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#post-404 h1 {
  margin-bottom: .5rem;
}

.category-heading {
  margin-bottom: 0;
}

.category-subheading {
  margin-top: 1rem;
}

.subcategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: .5rem 0 0;
  padding: 0;
}

.subcategories .cat-item {
  color: #505050;
}

@media (min-width: 960px) {
  .subcategories .cat-item {
    font-size: 1.25rem;
  }
}

.subcategories .cat-item:after {
  content: '/';
  display: inline-block;
  padding-left: .5rem;
  padding-right: .5rem;
}

.subcategories .cat-item:last-child:after {
  content: '';
}

.post__title,
.quiz__title {
  margin-bottom: .85rem;
}

.post__standfirst,
.quiz__standfirst {
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-weight: 300;
}

.post__byline,
.quiz__byline {
  margin-top: 0;
  margin-bottom: 1rem;
}

.post .posted,
.quiz .posted {
  float: left;
  clear: both;
}

.post__author,
.quiz__author {
  float: right;
  clear: both;
}

@media (min-width: 768px) {
  .post,
  .quiz {
    margin-top: 3rem;
  }
}

.single-post .article-content iframe {
  display: block;
  width: 100%;
  min-height: 480px;
}

.single-post .article-content h1 {
  margin-bottom: 1.25rem;
}

.single-post .article-content h2, .single-post .article-content h3, .single-post .article-content h4, .single-post .article-content h5, .single-post .article-content h6 {
  margin: 1.25rem 0;
}

.single-post .article-content h4 {
  font-size: 1.5rem;
  margin-top: 1.25rem;
}

.single-post .article-content strong {
  font-weight: 500;
}

.single-post .article-content img {
  display: block;
}

.single-post .article-content a {
  text-decoration: underline;
}

.single-post .article-content .wp-caption {
  margin: 1.25rem auto 1rem;
  width: 100% !important;
}

.single-post .article-content .instagram-media {
  margin-top: 1.75rem !important;
}

.single-post .article-content .is-type-video iframe {
  aspect-ratio: 16 / 9;
  height: auto;
}

.single-post .article-content .gform_wrapper {
  background: #F9A868;
  border-radius: 8px;
  padding: 1rem 1.5rem;
}

.single-post .article-content .gform_wrapper .gfield_label {
  font-size: 1.125rem;
}

.single-post .article-content .gform_wrapper .ginput_container * {
  font-size: 1rem;
}

.single-post .article-content .gform_wrapper .gform_button {
  border: 2px solid #000000;
  background: #000000;
  color: #FFFFFF;
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}

.single-post .article-content .gform_wrapper .gform_button:hover {
  background: transparent;
  color: #000000;
}

.single-post .article-content .gform_wrapper .gquiz-indicator {
  display: inline;
  margin-left: 10px;
  width: auto;
}

.single-post .article-content .gform_wrapper #gforms_confirmation_message {
  background: #FFE710;
  border-radius: 8px;
  padding: 1.5rem;
}

.single-post .article-content .gform_wrapper #gquiz_confirmation_message {
  margin-top: 0;
}

.single-post .article-content .gform_wrapper .gform_ajax_spinner {
  display: none !important;
}

.single-post .article-content .has-medium-font-size {
  font-weight: 700;
  font-size: 1.5rem !important;
  line-height: 1.25;
}

.single-post .article-content .wp_cup_prefix {
  font-family: "PublicoBanner", Times, serif;
}

@media (min-width: 960px) {
  .col-quiz {
    padding-bottom: 3rem;
  }
}

.quiz__thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 67%;
}

.archive-quiz--heading {
  margin-bottom: 0;
  margin-left: 1rem;
}

.post-type-archive-quiz .sidebar-heading {
  margin-top: 0;
}

.top__ad-spot .ad_leaderboard {
  display: block;
  margin: 0 auto;
  max-width: 950px;
}

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

@media (min-width: 960px) {
  .page__ad-spot {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.page__ad-spot .ad_billboard {
  max-width: 950px;
}

.sidebar__ad-spot .ad_leaderboard {
  display: none;
}

@media (min-width: 480px) {
  .sidebar__ad-spot .ad_leaderboard {
    display: block;
  }
}

@media (min-width: 960px) {
  .sidebar__ad-spot .ad_leaderboard {
    display: none;
  }
}

.sidebar__ad-spot .ad_mrec {
  display: block;
  margin-top: 1rem;
}

@media (min-width: 480px) {
  .sidebar__ad-spot .ad_mrec {
    display: none;
  }
}

@media (min-width: 960px) {
  .sidebar__ad-spot .ad_mrec {
    display: block;
    min-width: 300px;
    max-width: 300px;
  }
}

.cta {
  width: 100%;
}

.cta_item {
  background: #FFE710;
  border-radius: 8px;
  margin-top: 2em;
  padding: 1em;
  text-align: center;
}

.cta_item h4 {
  margin-top: 1rem;
}

.cta_item p {
  display: block;
}

.cta_wrapper.multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 960px) {
  .cta_wrapper.multiple {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cta_wrapper.multiple .cta_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 960px) {
  .cta_wrapper.multiple .cta_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
  .cta_wrapper.multiple .cta_item:first-child {
    margin-right: 1rem;
  }
}

.cta .cta-btn_container {
  margin-top: 2em;
}

.cta .cta-btn_container a {
  text-decoration: none;
}

.cta .cta-button {
  background: #1F2023;
  border: 2px solid #1F2023;
  color: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 300;
  padding: .45em 1em;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

@media (min-width: 768px) {
  .cta .cta-button {
    font-size: 1.125em;
    padding: .65em 3.5em;
  }
}

.cta .cta-button:hover {
  background: none;
  border: 2px solid #1F2023;
  color: #1F2023;
}

#subscription {
  width: 120%;
  margin-left: -10%;
}

#subscription_form {
  margin: 1.5rem 0 0;
}

.subscription {
  margin: 0 auto;
  max-width: 685px;
  padding: 2.5rem 1rem;
}

@media (min-width: 768px) {
  .subscription {
    text-align: center;
  }
}

.subscription h4 {
  margin-bottom: 0;
  color: #000000;
  font-size: 1.75rem;
}

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

.subscription_form {
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .subscription_form {
    padding: 2rem 0;
  }
}

.subscription_form h4 {
  color: #FFFFFF;
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .subscription_form h4 {
    font-size: 1.475rem;
  }
}

.subscription_form label {
  display: block;
  margin-bottom: .5rem;
  text-align: left;
}

@media (min-width: 768px) {
  .subscription_form label {
    margin-left: .5rem;
  }
}

.subscription_form #keyword {
  border: 2px solid #FFFFFF;
  outline: 0;
  width: 78%;
}

.subscription_form #submit {
  background: #1F2023;
  border: 2px solid #1F2023;
  color: #FFFFFF;
  margin: 1rem 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

@media (min-width: 768px) {
  .subscription_form #submit {
    margin: 0 0 0 10px;
  }
}

.subscription_form #submit:hover {
  background: none;
  border: 2px solid #1F2023;
  color: #1F2023;
}

#gform_previous_button_1,
#gform_submit_button_1 {
  margin-right: 1rem;
  display: none !important;
}

.facetwp-facet {
  margin-bottom: 0.25rem !important;
  margin-right: .5rem;
  margin-top: 0 !important;
  min-width: 175px;
  max-width: 175px;
  width: auto;
}

@media (min-width: 768px) {
  .facetwp-facet {
    margin-bottom: 1rem !important;
    margin-right: 0;
    margin-top: 1rem !important;
    min-width: unset;
    max-width: unset;
    width: auto;
  }
}

.facetwp-filter-category {
  margin-top: 2rem;
}

.facetwp-filter-category--row .col-12 {
  margin-bottom: 0;
}

.facetwp-filter .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facetwp-filter .col-12 input,
.facetwp-filter .col-12 select {
  background: #1F2023;
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1rem;
  padding: .25rem 3rem .25rem 1rem;
  max-width: 100%;
  height: 100%;
  min-height: 48px;
  max-height: 48px;
}

@media (min-width: 768px) {
  .facetwp-filter .col-12 input,
  .facetwp-filter .col-12 select {
    margin-right: .75rem;
    min-width: 200px;
  }
}

.facetwp-filter .col-12 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg data-slot="icon" fill="none" stroke-width="1.5" stroke="%23FFFFFF" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5"></path></svg>');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position-x: 95%;
  background-position-y: 12px;
  min-width: 175px;
  max-width: 175px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 768px) {
  .facetwp-filter .col-12 select {
    max-width: 100%;
  }
}

.facetwp-filter .col-12 .fs-arrow {
  display: none;
  border-top: 5px solid #FFFFFF;
}

.facetwp-filter .col-12 .fs-label {
  background-color: #1F2023;
  background-image: url('data:image/svg+xml,<svg data-slot="icon" fill="none" stroke-width="1.5" stroke="%23FFFFFF" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5"></path></svg>');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position-x: 95%;
  background-position-y: 12px;
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  padding: .65rem 1rem;
  min-width: 85px;
  max-width: 100%;
  height: 100%;
  min-height: 26px;
}

@media (min-width: 768px) {
  .facetwp-filter .col-12 .fs-label {
    min-width: 200px;
  }
}

.facetwp-filter .col-12 .fs-label-wrap {
  border: none;
}

@media (min-width: 768px) {
  .facetwp-filter .col-12 .fs-label-wrap {
    margin-right: .8rem;
  }
}

.facetwp-filter .col-12 .fs-wrap {
  width: 100%;
}

.facetwp-filter .col-12 .fs-wrap .single {
  display: none;
}

.facetwp-filter .col-12 .fs-dropdown .fs-no-results {
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-weight: 300;
  padding: .5rem;
}

.facetwp-filter .col-12 .fs-dropdown .fs-options {
  max-height: 100% !important;
}

.facetwp-filter .col-12 .fs-dropdown .fs-option {
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-weight: 300;
}

.facetwp-filter .col-12 .fs-dropdown .fs-option:first-child {
  display: none;
}

.facetwp-filter .col-12 .fs-dropdown .fs-option .fs-option-label {
  padding-top: .5rem;
}

.facetwp-filter .col-12 .fs-dropdown .fs-option .fs-option-label:hover {
  text-decoration: underline;
}

.facetwp-filter .col-12 .fs-dropdown .fs-search {
  display: none;
}

.facetwp-filter .col-12 .facetwp-reset {
  display: none;
  background: #1F2023;
  border: 2px solid #1F2023;
  color: #FFFFFF;
  padding: .75rem 1.5rem;
}

@media (min-width: 768px) {
  .facetwp-filter .col-12 .facetwp-reset {
    display: block;
  }
}

.facetwp-filter .col-12 .facetwp-reset:hover {
  background: none;
  border: 2px solid #1F2023;
  color: #1F2023;
}

.facetwp-filter-pager .facetwp-facet-load_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100% !important;
}

.facetwp-filter-pager .facetwp-facet-load_more .facetwp-load-more {
  background: #1F2023;
  border: 2px solid #1F2023;
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.025rem;
  padding: .75rem 1.5rem;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.facetwp-filter-pager--quiz {
  bottom: -20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.fs-option {
  padding: 0.5rem 1rem !important;
}

.gpoll_wrapper {
  margin-top: 2rem !important;
  width: auto !important;
}

.quiz form {
  background: #7D6CB1;
  border-radius: 8px;
  padding: 2rem;
}

.quiz form legend {
  color: #FFFFFF !important;
  font-size: 1.125rem !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .quiz form legend {
    font-size: 1.375rem !important;
  }
}

.quiz form label {
  color: #FFFFFF !important;
  font-size: 1rem !important;
  font-weight: 200 !important;
}

.quiz form input[type=button] {
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
}

.quiz form .gform_previous_button {
  display: block !important;
}

.quiz form .gform_previous_button:before {
  content: "TesET" !important;
  display: inline-block !important;
  font-size: 1rem !important;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.quiz .gf_progressbar_wrapper {
  margin: 0;
}

.quiz .gf_progressbar_title {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 300;
  position: absolute;
  bottom: 35px;
  right: 75px;
}

.quiz .gf_progressbar {
  display: none;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error {
  border-top: none !important;
  border-bottom: none !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #E9443C;
  font-size: 1rem !important;
  font-weight: 300 !important;
  margin-top: 0 !important;
}

#gquiz_confirmation_message {
  background: #F9A868;
  border-radius: 8px;
  font-family: "GT-Walsheim", Arial, sans-serif;
  font-size: 1.125rem !important;
  font-weight: 300;
  padding: 1.5rem;
}

#gquiz_confirmation_message p {
  margin: 0 !important;
}

#gquiz_confirmation_message strong {
  display: inline-block;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
  color: #000000 !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error {
  background: transparent !important;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  background-color: #F9A868;
  padding: 1rem;
  max-width: 700px;
  width: 100%;
  max-height: 100vh;
  border-radius: 8px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__container h2 {
  color: #000000;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media (min-width: 768px) {
  .modal__title {
    font-size: 2rem;
  }
}

.modal__close {
  background: transparent;
  border: 0;
  padding: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    Demo Animation Style
  \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
