@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------
   HACKS & RESETS
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  Normalize styles based on Foundation 5
  (normalize.css v3.0.2 | MIT License | git.io/normalize)
----------------------------------------------------------------------------------------------------*/
html {
  font-family: serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

header, footer, aside, nav, menu, section, div, main,
article, details, figcaption, figure, summary,
hgroup, blockquote, address, object, embed {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

img, svg {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  height: auto;
  min-height: 50px;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto;
}

.oldie .wrapper {
  width: 63.75em;
}

/* GRID
---------------------------------------------------------------------------------------------------*/
/* FONTS
----------------------------------------------------------------------*/
@font-face {
  font-family: "Publico Text Mono LG Web";
  src: url(../fonts/PublicoTextMono-Roman-Gr-Web.woff2) format("woff2"), url(../fonts/PublicoTextMono-Roman-Gr-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Publico Text Web Italic";
  src: url(../fonts/PublicoText-Italic-Gr-Web.woff2) format("woff2"), url(../fonts/PublicoText-Italic-Gr-Web.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Publico Text Web Roman";
  src: url(../fonts/PublicoText-Roman-Gr-Web.woff2) format("woff2"), url(../fonts/PublicoText-Roman-Gr-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Publico Text Web Bold";
  src: url(../fonts/PublicoText-Bold-Gr-Web.woff2) format("woff2"), url(../fonts/PublicoText-Bold-Gr-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
html,
body {
  font-size: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  cursor: auto;
  overflow-x: hidden;
  height: auto;
}
body.stay_fixed, body.modal_is_open, body.lightbox_is_open {
  overflow: hidden;
}

.global_wrapper {
  background-color: #ffffff;
  padding-top: 170px;
}
@media screen and (min-width: 48em) {
  .global_wrapper {
    padding-top: 185px;
  }
}
@media screen and (min-width: 68.8125em) {
  .global_wrapper {
    padding-top: 200px;
  }
}
body:not(.page-template-homepage) .global_wrapper {
  padding-top: 130px;
}
@media screen and (min-width: 48em) {
  body:not(.page-template-homepage) .global_wrapper {
    padding-top: 120px;
  }
  body:not(.page-template-homepage) .global_wrapper .global_header {
    top: 120px;
  }
  body:not(.page-template-homepage) .global_wrapper .global_header.fixed_header {
    top: 0;
    height: 45px;
  }
}
@media screen and (min-width: 68.8125em) {
  body:not(.page-template-homepage) .global_wrapper {
    padding-top: 130px;
  }
  body:not(.page-template-homepage) .global_wrapper .global_header {
    top: 130px;
  }
}
@media screen and (min-width: 87.5625em) {
  body:not(.page-template-homepage) .global_wrapper {
    padding-top: 152px;
  }
  body:not(.page-template-homepage) .global_wrapper .global_header {
    top: 152px;
  }
  body:not(.page-template-homepage) .global_wrapper .global_header.fixed_header {
    height: 53px;
  }
}

/* HTML5 Elements 
----------------------------------------------------------------------*/
img,
object,
embed,
svg,
iframe {
  max-width: 100%;
  border: 0;
}

embed {
  height: 100%;
}

img,
svg {
  height: auto;
}

object,
embed,
iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* LINKS 
----------------------------------------------------------------------*/
a,
a:hover,
a:active {
  color: inherit;
}

/* BUTTONS 
----------------------------------------------------------------------*/
button,
.button {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  overflow: visible;
  -webkit-appearance: textearea;
  -moz-appearance: textearea;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  display: inline-block;
  position: relative;
  text-align: center;
  font-style: normal;
}
button:hover, button:focus,
.button:hover,
.button:focus {
  outline: none;
  text-decoration: none;
}
button.disabled, button[disabled],
.button.disabled,
.button[disabled] {
  cursor: default;
  box-shadow: none;
}

/* Lists
----------------------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.basic_content ul,
.basic_content ol {
  margin: 5px 0 10px;
}

ul.no-bullet,
ol.no-bullet {
  list-style: none;
}

ul.square,
ol.square {
  list-style-type: square;
}

ul.circle,
ol.circle {
  list-style-type: circle;
}

ul.disc,
ol.disc {
  list-style-type: disc;
}

ul.inline-block li,
ul.inline li,
ol.inline-block li,
ol.inline li {
  display: inline;
  vertical-align: middle;
  list-style: none;
}

ul.inline-block li,
ol.inline-block li {
  display: inline-block;
}

.content ul,
.content ol {
  list-style-position: outside;
  margin-left: 18px;
}
.content ul li,
.content ol li {
  padding-left: 5px;
  margin-bottom: 12px;
}

/*  Forms
----------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  font-weight: inherit;
  max-width: 100%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}

/* TABLES 
----------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------------------------------------------------------------
    SECTION: UTILITY CLASSES 
---------------------------------------------------------------------------------------------------- */
/*  Display property 
----------------------------------------------------------------------*/
.block {
  display: block;
}

.inline-block, img,
svg {
  display: inline-block;
  vertical-align: middle;
}

.inline {
  display: inline;
}

.hidden {
  display: none !important;
}

.invisible,
.screen-reader-text {
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  margin: 0;
  padding: 0;
}

/* Floating elements 
----------------------------------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right !important;
}

.none {
  float: none;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  clear: both;
}

/*Scrollbars
----------------------------------------------------------------------*/
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
  -webkit-border-radius: 0;
  background: #888888;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #000000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(136, 136, 136, 0.8);
}

/* -------------------------------------------------------------------------------------------------
    SECTION: TYPOGRAPHY
---------------------------------------------------------------------------------------------------- */
/* TYPOGRAPHY
----------------------------------------------------------------------*/
body {
  color: #000000;
  font-family: "Publico Text Web Roman", sans-serif;
  font-size: 100%;
  line-height: 1em;
  font-style: normal;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
  font-weight: normal;
}

h2 {
  margin-bottom: 30px;
}

.section__title,
.category__title {
  margin-bottom: 10px;
}

button,
.button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
}

.left_line_btn {
  position: relative;
  padding-left: 10px;
  margin: auto;
}
.left_line_btn::before {
  width: 1px;
  height: 12px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
}

mark {
  background: transparent;
  color: inherit;
  font-weight: 700;
}

.paragraph h2,
.paragraph h3 {
  margin-bottom: 20px;
}
.paragraph p {
  margin-top: 0;
  margin-bottom: 20px;
}
.paragraph > p > a {
  color: #E81C11;
}
.paragraph > p > a:hover {
  color: #000000;
}
.paragraph p + h2,
.paragraph p + h3 {
  padding-top: 10px;
}
.paragraph .attachment-container {
  margin-bottom: 50px;
  margin-top: 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.paragraph .attachment-container .image__credits {
  margin-top: 4px;
}
.paragraph .attachment-container .image__credits .image_credits:before {
  content: "ΦΩΤ. ";
  display: inline;
}
.paragraph .attachment-container img[src$=".svg"] {
  max-width: 100%;
}
.paragraph .attachment-container .image__credits .image_credits:before {
  content: "| ΦΩΤ. ";
  display: inline;
}
.paragraph .attachment-container .gallery_img__image {
  position: relative;
}
.paragraph .attachment-container .gallery_img__image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(250, 250, 250, 0) 15%, rgba(250, 250, 250, 0) 50%, rgba(250, 250, 250, 0) 85%, rgba(0, 0, 0, 0.5) 100%);
}
.paragraph figure.wp-caption {
  max-width: 100%;
}
.paragraph figure.wp-caption figcaption {
  display: none;
}
.paragraph > blockquote,
.paragraph .inarticle_blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #000000;
  position: relative;
}
.paragraph > blockquote__super_title,
.paragraph .inarticle_blockquote__super_title {
  display: block;
  margin-bottom: 10px;
}
.paragraph > blockquote p,
.paragraph .inarticle_blockquote p {
  margin: 0;
}
.paragraph .inarticle_blockquote__quote {
  margin: 0;
}
.paragraph .product__container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.paragraph ul {
  list-style-position: outside;
  padding-left: 18px;
}
.paragraph ol {
  list-style-position: outside;
  padding-left: 24px;
}
.paragraph ul,
.paragraph ol {
  margin-bottom: 50px;
  margin-top: 50px;
}
.paragraph ul li,
.paragraph ol li {
  margin-bottom: 15px;
}
.paragraph ul li:last-child,
.paragraph ol li:last-child {
  margin-bottom: 0;
}
.paragraph ul ul,
.paragraph ul ol,
.paragraph ol ul,
.paragraph ol ol {
  margin-top: 0;
  margin-bottom: 30px;
}
.paragraph .embed_code__container,
.paragraph .inarticle_subscription,
.paragraph .inarticle_event,
.paragraph .read_also__container,
.paragraph .post_gallery_container {
  margin-bottom: 50px;
  margin-top: 50px;
}
.paragraph > table {
  display: block;
  overflow: auto;
  max-width: 100%;
  font-size: 65%;
  line-height: 1.4em;
}
.paragraph > table td, .paragraph > table th {
  padding: 12px;
  font-size: 1em;
  line-height: inherit;
}
.paragraph > table thead td, .paragraph > table thead th {
  background-color: #E81C11;
  color: #ffffff;
}

.caption a:hover,
.author a:hover,
.post__author a:hover {
  color: #000000;
}

.red_hover {
  border: 1px solid #E81C11 !important;
}
.red_hover:hover {
  background-color: #ffffff !important;
  color: #E81C11 !important;
}

.white_hover {
  border: 1px solid #E81C11 !important;
}
.white_hover:hover {
  background-color: #E81C11 !important;
  color: #ffffff !important;
}

.white_bg_hover {
  border: 1px solid #ffffff !important;
}
.white_bg_hover:hover {
  background-color: #E81C11 !important;
  color: #ffffff !important;
}

@media screen and (min-width: 48em) {
  .paragraph h2,
  .paragraph h3 {
    margin-bottom: 20px;
  }
  .paragraph p {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .paragraph p + h2,
  .paragraph p + h3 {
    padding-top: 10px;
  }
  .paragraph .attachment-container {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .paragraph .attachment-container .image__credits {
    margin-top: 10px;
  }
  .paragraph > blockquote,
  .paragraph .inarticle_blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }
  .paragraph ul,
  .paragraph ol {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .paragraph ul li,
  .paragraph ol li {
    margin-bottom: 15px;
  }
  .paragraph ul li:last-child,
  .paragraph ol li:last-child {
    margin-bottom: 0;
  }
  .paragraph .inarticle_subscription,
  .paragraph .inarticle_event,
  .paragraph .read_also__container,
  .paragraph .post_gallery_container {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .paragraph .embed_code__container {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .paragraph .embed_code__container.provider_youtube iframe {
    width: 100% !important;
  }
  .paragraph .embed_code__container .embed_code_item__content > * {
    margin: auto !important;
  }
  .longform_article_container .paragraph .attachment-container.portrait .image__credits {
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .paragraph p {
    margin-bottom: 40px;
  }
  .paragraph p + h2,
  .paragraph p + h3 {
    padding-top: 20px;
  }
  .paragraph .embed_code__container,
  .paragraph .inarticle_subscription {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 68.8125em) {
  .paragraph > table {
    font-size: 75%;
  }
}
@media screen and (min-width: 87.5625em) {
  .paragraph p + h2,
  .paragraph p + h3 {
    padding-top: 0;
  }
  .paragraph .attachment-container {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .paragraph .attachment-container .image__credits {
    margin-top: 7px;
  }
  .paragraph > blockquote,
  .paragraph .inarticle_blockquote {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .paragraph ul,
  .paragraph ol {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .paragraph ul li,
  .paragraph ol li {
    margin-bottom: 20px;
  }
  .paragraph .embed_code__container,
  .paragraph .inarticle_subscription,
  .paragraph .inarticle_event,
  .paragraph .read_also__container,
  .paragraph .post_gallery_container {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}
.keen-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #000000;
}
.keen-lightbox.keen-hide {
  opacity: 0;
}
.keen-lightbox.keen-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.keen-lightbox.keen-lightbox-ie.keen-hide, .keen-lightbox.keen-lightbox-ie.keen-hide-init {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.keen-lightbox .keen-lightbox-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 100%;
  padding-top: 75px;
}
.keen-lightbox .keen-lightbox-close {
  position: absolute;
  top: 31px;
  right: 18px;
}
.keen-lightbox .keen-lightbox-close svg {
  color: #000000;
  width: 15px;
  height: 15px;
}
.keen-lightbox .arrows_container {
  position: absolute;
  top: 25px;
  left: 0;
}
.keen-lightbox .arrows_container .arrow {
  position: absolute;
}
.keen-lightbox .arrows_container .arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  font-size: 0;
  background: url(../img/icons/arrow-icon-black.svg) no-repeat scroll center center transparent;
  background-size: auto;
  border: none;
}
.keen-lightbox .arrows_container .arrow.arrow.arrow__right {
  right: -85px;
}
.keen-lightbox .arrows_container .arrow.arrow.arrow__left {
  left: 18px;
}
.keen-lightbox .arrows_container .arrow.arrow.arrow__left:before {
  transform: rotate(180deg);
}
.keen-lightbox .pagination_tracking {
  position: absolute;
  top: 31px;
  left: 48px;
  font-size: 0.875em;
  letter-spacing: 0.06em;
  font-family: "Publico Text Mono LG Web";
}
.keen-lightbox .img_container > img {
  max-height: calc(100vh - 150px);
}
.keen-lightbox .keen-slider__slide img {
  display: block;
  margin: 0 auto;
}
.keen-lightbox .img_caption {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
}
.keen-lightbox .img_caption .credit_item {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  letter-spacing: 0.02em;
  color: #000000;
}

.keen-active,
.keen-slide:active,
.keen-slide:focus {
  outline: none;
}

@media screen and (min-width: 48em) {
  .keen-lightbox .keen-lightbox-inner {
    padding-top: 129px;
    width: 632px;
  }
  .keen-lightbox .keen-lightbox-close {
    position: absolute;
    top: 68px;
    right: 0;
  }
  .keen-lightbox .keen-lightbox-close svg {
    width: 20px;
    height: 20px;
  }
  .keen-lightbox .arrows_container {
    top: 68px;
  }
  .keen-lightbox .arrows_container .arrow:before {
    width: 20px;
    height: 20px;
  }
  .keen-lightbox .arrows_container .arrow.arrow.arrow__right {
    right: -68px;
  }
  .keen-lightbox .arrows_container .arrow.arrow.arrow__left {
    left: 0;
  }
  .keen-lightbox .pagination_tracking {
    top: 73px;
    left: 30px;
  }
  .keen-lightbox .img_caption {
    padding-top: 23px;
    text-align: center;
  }
  .keen-lightbox .img_caption > .image__credits {
    font-size: 16px;
  }
  .keen-lightbox .img_caption .credit_item {
    font-size: 1em;
    line-height: 0.8em;
  }
}
@media screen and (min-width: 64em) {
  .keen-lightbox .keen-lightbox-inner {
    padding-top: 73px;
    width: 784px;
  }
  .keen-lightbox .keen-lightbox-close {
    top: 72px;
  }
  .keen-lightbox .arrows_container {
    top: 72px;
    right: 285px;
    left: auto;
  }
  .keen-lightbox .arrows_container .arrow.arrow.arrow__right {
    right: -68px;
  }
  .keen-lightbox .arrows_container .arrow.arrow.arrow__left {
    left: 0;
  }
  .keen-lightbox .pagination_tracking {
    top: 77px;
    left: auto;
    right: 229px;
  }
  .keen-lightbox .keen-slider__slide {
    display: flex;
    justify-content: space-between;
  }
  .keen-lightbox .img_container {
    width: 49%;
  }
  .keen-lightbox .img_caption {
    padding-top: 63px;
    text-align: left;
    width: 36.1%;
    padding-left: 0;
    padding-right: 0;
  }
  .keen-lightbox .img_caption .credit_item {
    font-size: 1em;
    line-height: 0.8em;
  }
}
@media screen and (min-width: 68.8125em) {
  .keen-lightbox .keen-lightbox-inner {
    padding-top: 97px;
    width: 1088px;
  }
  .keen-lightbox .keen-lightbox-close {
    top: 99px;
  }
  .keen-lightbox .arrows_container {
    top: 97px;
    right: 355px;
  }
  .keen-lightbox .arrows_container .arrow.arrow.arrow__right {
    right: -68px;
  }
  .keen-lightbox .arrows_container .arrow.arrow.arrow__left {
    left: 0;
  }
  .keen-lightbox .pagination_tracking {
    top: 102px;
    left: auto;
    right: 298px;
  }
  .keen-lightbox .img_container {
    width: 57.8%;
  }
  .keen-lightbox .img_container > img {
    max-height: calc(100vh - 200px);
  }
  .keen-lightbox .img_caption {
    padding-top: 64px;
    width: 32.4%;
  }
}
@media screen and (min-width: 87.5625em) {
  .keen-lightbox .keen-lightbox-inner {
    padding-top: 120px;
    width: 1200px;
  }
  .keen-lightbox .keen-lightbox-close {
    top: 122px;
  }
  .keen-lightbox .arrows_container {
    top: 120px;
    right: 401px;
  }
  .keen-lightbox .arrows_container .arrow.arrow.arrow__right {
    right: -68px;
  }
  .keen-lightbox .pagination_tracking {
    top: 125px;
    right: 343px;
  }
  .keen-lightbox .img_container {
    width: 62%;
  }
  .keen-lightbox .img_caption {
    padding-top: 64px;
    width: 33.2%;
  }
}
@media screen and (min-width: 106.3125em) {
  .keen-lightbox .keen-lightbox-inner {
    width: 1640px;
  }
  .keen-lightbox .img_container {
    width: 66.4%;
  }
  .keen-lightbox .img_caption {
    width: 24.2%;
  }
}
/* -------------------------------------------------------------------------------------------------
    SECTION: TABLES
---------------------------------------------------------------------------------------------------- */
table,
.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
  font-size: 16px;
}
table td,
.woocommerce table.shop_table td {
  font-size: 14px;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 28px 0;
  letter-spacing: 0.02em;
  vertical-align: top;
  font-weight: normal;
}
table th,
.woocommerce table.shop_table th {
  font-size: 15px;
  letter-spacing: 0.09em;
  padding: 20px 14px 16px;
  text-transform: uppercase;
  font-weight: normal;
}
table thead tr,
.woocommerce table.shop_table thead tr {
  background-color: #E81C11;
  color: #ffffff;
}
table tfoot th,
table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.woocommerce table.shop_table tr td:before, .woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
  font-weight: normal;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table_responsive td,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table_responsive td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce table.shop_table td.order-actions, .woocommerce table.shop_table td.order-actions.subscription-actions, .woocommerce table.shop_table td.order-actions.woocommerce-orders-table__cell-order-actions, .woocommerce table.shop_table_responsive td.order-actions, .woocommerce table.shop_table_responsive td.order-actions.subscription-actions, .woocommerce table.shop_table_responsive td.order-actions.woocommerce-orders-table__cell-order-actions,
.woocommerce-page table.shop_table td.order-actions,
.woocommerce-page table.shop_table td.order-actions.subscription-actions,
.woocommerce-page table.shop_table td.order-actions.woocommerce-orders-table__cell-order-actions,
.woocommerce-page table.shop_table_responsive td.order-actions,
.woocommerce-page table.shop_table_responsive td.order-actions.subscription-actions,
.woocommerce-page table.shop_table_responsive td.order-actions.woocommerce-orders-table__cell-order-actions {
  text-align: right !important;
  border-bottom: none;
}
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table_responsive tfoot th,
.woocommerce-page table.shop_table tfoot th,
.woocommerce-page table.shop_table_responsive tfoot th {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce table.shop_table.my_membership_settings tr td, .woocommerce table.shop_table_responsive.my_membership_settings tr td,
.woocommerce-page table.shop_table.my_membership_settings tr td,
.woocommerce-page table.shop_table_responsive.my_membership_settings tr td {
  background-color: transparent !important;
  float: left;
  width: 50%;
  text-align: left !important;
}
.woocommerce table.shop_table.my_membership_settings tr td:nth-child(2n+2), .woocommerce table.shop_table_responsive.my_membership_settings tr td:nth-child(2n+2),
.woocommerce-page table.shop_table.my_membership_settings tr td:nth-child(2n+2),
.woocommerce-page table.shop_table_responsive.my_membership_settings tr td:nth-child(2n+2) {
  float: right;
  text-align: right !important;
}
.woocommerce table.shop_table.my_membership_settings tr td:before, .woocommerce table.shop_table_responsive.my_membership_settings tr td:before,
.woocommerce-page table.shop_table.my_membership_settings tr td:before,
.woocommerce-page table.shop_table_responsive.my_membership_settings tr td:before {
  display: none;
}
.woocommerce table.shop_table.my_membership_settings tr:last-child td, .woocommerce table.shop_table_responsive.my_membership_settings tr:last-child td,
.woocommerce-page table.shop_table.my_membership_settings tr:last-child td,
.woocommerce-page table.shop_table_responsive.my_membership_settings tr:last-child td {
  border-bottom: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th:last-child, .woocommerce table.shop_table_responsive.woocommerce-checkout-review-order-table td:last-child,
.woocommerce table.shop_table_responsive.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-page table.shop_table_responsive.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-page table.shop_table_responsive.woocommerce-checkout-review-order-table th:last-child {
  text-align: right !important;
}
.woocommerce table.subscription_details tr td:last-child,
.woocommerce-page table.subscription_details tr td:last-child {
  text-align: right;
}

.woocommerce-view-subscription .shop_table.subscription_details {
  background-color: #f4f4f4;
  margin-bottom: 70px;
}
.woocommerce-view-subscription .shop_table.subscription_details tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce-view-subscription .shop_table.subscription_details tr:last-child {
  border: none;
}
.woocommerce-view-subscription .shop_table.subscription_details tr td {
  padding: 20px 25px;
  border: none;
}

@media screen and (max-width: 47.9375em) {
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .woocommerce table.shop_table_responsive tr td:last-child,
  .woocommerce-page table.shop_table_responsive tr td:last-child {
    border: none !important;
  }
  .woocommerce table.shop_table_responsive tr td.payment-method-actions::before,
  .woocommerce-page table.shop_table_responsive tr td.payment-method-actions::before {
    display: none;
  }
}
.woocommerce-view-subscription .shop_table.order_details thead tr th {
  padding: 19px 16px 16px 35px;
}
.woocommerce-view-subscription .shop_table.order_details tbody tr td {
  padding: 25px 18px 38px 35px;
}
.woocommerce-view-subscription .shop_table.order_details tfoot th, .woocommerce-view-subscription .shop_table.order_details tfoot td {
  padding: 25px 18px 30px 35px;
  background-color: #f4f4f4;
  font-weight: normal;
  font-size: 14px;
}
.woocommerce-view-subscription .shop_table.order_details tfoot td span {
  font-weight: normal;
}

.wc-item-meta {
  display: none;
}

.woocommerce table.order_details td:last-child,
.woocommerce table.order_details th:last-child {
  text-align: right;
}
.woocommerce table.order_details tfoot tr:first-child {
  display: none;
}
.woocommerce table.order_details tfoot tr:last-child td,
.woocommerce table.order_details tfoot tr:last-child th {
  border: none;
}

.shop_table + header {
  margin-top: 50px;
}

.woocommerce-subscriptions .my_account_orders td.order-actions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

@media screen and (min-width: 64em) {
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table_responsive td,
  .woocommerce table.shop_table_responsive tfoot th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tfoot th,
  .woocommerce-page table.shop_table_responsive td,
  .woocommerce-page table.shop_table_responsive tfoot th {
    padding-left: 14px;
    padding-right: 14px;
    max-width: 112px;
  }
}
@media screen and (min-width: 68.8125em) {
  .woocommerce-view-subscription .shop_table.subscription_details tr td {
    padding: 25px 30px;
    font-size: 17px;
  }
}
@media screen and (min-width: 87.5625em) {
  table td,
  .woocommerce table.shop_table td {
    font-size: 16px;
    padding: 24px 22px 22px 33px;
  }
  table th,
  .woocommerce table.shop_table th {
    font-size: 17px;
    padding: 18px 0px 14px 33px;
  }
}
/*-------------------------------------------------------------------------------------------------
   GLOBAL
--------------------------------------------------------------------------------------------------*/
.live_search_container {
  display: none;
}

body.search_is_open {
  overflow: hidden;
}
body.search_is_open .navigation_area .search_toggle .icon_menu {
  display: block;
  width: 28px;
  height: 28px;
  color: #000000;
  top: 16px;
  position: absolute;
}
body.search_is_open .navigation_area .search_toggle .search-icon {
  display: none;
}
body.search_is_open .close_modal {
  display: none;
}

.navigation_area .search_toggle .icon_menu {
  display: none;
}

.search_is_open .live_search_container {
  display: block;
  position: relative;
  z-index: 100000;
  overflow: hidden;
}

.live_search_container {
  height: 100vh;
  width: 100vw;
  background-color: #c3bea4;
  top: -60px;
  padding: 64px 18px 0 18px;
}

.search_form_container {
  margin-bottom: 90px;
}
.search_form_container .loading-icon {
  display: none;
}
.search_form_container.loading .loading-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.search_form_container .search_toggle {
  display: none;
}
.search_form_container .clear_form {
  color: #000000;
}
.search_form_container .nav_logo {
  display: none;
}
.search_form_container .search-form {
  color: #ffffff;
}
.search_form_container .search-form input {
  width: 100%;
  border: none;
  border-left: 1px solid #000000;
  background-color: #c3bea4;
  font-family: "Publico Text Mono LG Web";
  font-size: 1.3125em;
  line-height: 1.0952380952em;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
  height: 36px;
  color: #000000;
}
.search_form_container .search-form input::placeholder {
  color: #000000;
  opacity: 0.5;
}
.search_form_container .search-form input:focus {
  outline: none;
}
.search_form_container .help_text {
  display: none;
  font-size: 13px;
  letter-spacing: 0.09em;
  font-family: "Publico Text Mono LG Web";
  color: #000000;
}
.search_form_container .help_text.active {
  display: block;
}

.live-search-results-wrap--outer-container .loading-icon {
  display: none;
}
.live-search-results-wrap--outer-container.loading.active {
  display: none;
}
.live-search-results-wrap--outer-container.active {
  display: block;
}
.live-search-results-wrap--outer-container .search__item {
  font-family: "Publico Text Mono LG Web";
  font-size: 1.3125em;
  line-height: 0.9545454545em;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #000000;
  padding-bottom: 32px;
  margin-bottom: 29px;
  color: #000000;
}
.live-search-results-wrap--outer-container .search__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.live-search-results-wrap--outer-container .button {
  background-color: #000000;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-family: "Publico Text Mono LG Web";
  font-size: 0.875em;
  letter-spacing: 0.09em;
  width: 253px;
  margin-top: 82px;
  border: 1px solid #000000;
}
.live-search-results-wrap--outer-container .search-no-results {
  color: #000000;
  text-align: left;
}

@media screen and (max-width: 47.9375em) {
  body.search_is_open .search_toggle {
    top: -4px;
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .live_search_container {
    padding-top: 80px;
    padding-left: 68px;
    padding-right: 68px;
    top: -68px;
  }
  .search_form_container {
    margin-bottom: 97px;
  }
  .search_form_container .search-form input {
    font-size: 1.75em;
    line-height: 1.1071428571em;
    height: 50px;
  }
  .search_form_container.loading .loading-icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  body.search_is_open .search_toggle {
    top: 26px;
    right: 30px;
  }
}
@media screen and (min-width: 64em) {
  body.search_is_open {
    position: relative;
  }
  body.search_is_open::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.68;
  }
  .search_is_open .live_search_container {
    position: fixed;
    height: fit-content;
    top: 0;
  }
  .live_search_container {
    padding-top: 56px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .search_form_container {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 97px;
  }
  .search_form_container .search_toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .search_form_container .search_toggle .icon_close {
    color: #000000;
    width: 20px;
    height: 20px;
  }
  .search_form_container .nav_logo {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    margin-right: 93px;
  }
  .search_form_container .nav_logo svg {
    color: #000000;
    width: 43px;
    height: 53px;
  }
  .search_form_container .search-form {
    position: relative;
    display: inline-block;
    position: relative;
  }
  .search_form_container .search-form input {
    font-size: 1.75em;
    line-height: 1.1071428571em;
    margin-bottom: 0;
    height: 30px;
    width: 400px;
  }
  .search_form_container .search-form .help_text {
    position: absolute;
    margin-top: 8px;
  }
  .search_form_container .clear_form {
    position: absolute;
    right: 50px;
  }
  .search_form_container.loading .loading-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 136px;
    bottom: -57px;
  }
  .live-search-results {
    max-width: 784px;
    padding-left: 120px;
    padding-bottom: 80px;
    height: calc(100vh - 290px);
    overflow: auto;
  }
  .live-search-results::-webkit-scrollbar {
    display: none;
  }
  .live-search-results-wrap--outer-container {
    height: 100%;
    padding-top: 100px;
    background-color: #c3bea4;
    display: none;
  }
  .live-search-results-wrap--outer-container.active {
    display: block;
  }
}
@media screen and (min-width: 68.8125em) {
  .live_search_container {
    padding-top: 66px;
  }
  .search_form_container {
    margin-bottom: 70px;
    max-width: 1088px;
  }
  .search_form_container .nav_logo {
    margin-right: 93px;
  }
  .search_form_container .nav_logo svg {
    width: 60px;
    height: 75px;
  }
  .search_form_container.loading .loading-icon {
    left: 153px;
    bottom: -33px;
  }
  .live-search-results {
    max-width: 923px;
  }
  .live-search-results-wrap--outer-container .search__item {
    padding-bottom: 57px;
    margin-bottom: 48px;
  }
  .live-search-results-wrap--outer-container .button:hover {
    background-color: #c3bea4;
    color: #000000;
  }
}
@media screen and (min-width: 87.5625em) {
  .live_search_container {
    padding-top: 73px;
  }
  .search_form_container {
    margin-bottom: 91px;
    max-width: 1200px;
  }
  .search_form_container .search_toggle .icon_close {
    width: 27px;
    height: 27px;
  }
  .search_form_container .nav_logo {
    margin-right: 89px;
  }
  .search_form_container .nav_logo svg {
    width: 68px;
    height: 85px;
  }
  .search_form_container .search-form input {
    font-size: 2.1875em;
    line-height: 1.0857142857em;
    height: 35px;
    width: 500px;
  }
  .search_form_container .search-form .help_text {
    margin-top: 10px;
  }
  .search_form_container.loading .loading-icon {
    left: 160px;
    bottom: -40px;
  }
  .live-search-results {
    max-width: 1200px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .live-search-results-wrap--outer-container .search__item {
    font-size: 1.75em;
    line-height: 1.0714285714em;
    padding-bottom: 57px;
    margin-bottom: 48px;
  }
}
/*-------------------------------------------------------------------------------------------------
   TEMPLATES
--------------------------------------------------------------------------------------------------*/
.home_wrapper {
  padding-left: 18px;
  padding-right: 18px;
}

@media screen and (min-width: 48em) {
  .home_wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .home_wrapper {
    max-width: 784px;
  }
}
@media screen and (min-width: 68.8125em) {
  .home_wrapper {
    max-width: 1088px;
  }
}
@media screen and (min-width: 87.5625em) {
  .home_wrapper {
    max-width: 1200px;
  }
}
/*-------------------------------------------------------------------------------------------------
   TEMPLATES: CATEGORY
--------------------------------------------------------------------------------------------------*/
.archive.category .caption {
  display: none;
}

.category__header {
  margin-bottom: 29px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}

.category__main_column {
  padding-top: 36px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.category__main_column .category__title {
  color: #E81C11;
  margin-bottom: 19px;
}
.category__main_column .category__desc p {
  margin: 0;
}
.category__main_column .large_side_content__article .post__lead {
  display: none;
}
.category__main_column .large_side_content__article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.pagination {
  padding: 20px 0;
  margin-top: 40px;
  margin-bottom: 0;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}
.pagination .nav-links {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 102px;
  padding-right: 65px;
  position: relative;
}
.pagination .page-numbers {
  font-family: "Publico Text Mono LG Web";
  font-size: 0.75em;
  letter-spacing: 0.09em;
  margin: 0 10px;
  text-align: center;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: absolute;
  margin: auto 0;
}
.pagination .page-numbers.prev {
  left: 0;
}
.pagination .page-numbers.next {
  right: 0;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .current {
  color: #E81C11;
  text-decoration: underline;
}

.category__aside {
  display: none;
}

@media screen and (min-width: 48em) {
  .category__header {
    margin-bottom: 48px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .category__main_column {
    padding-top: 45px;
    max-width: 632px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .category__main_column .category__title {
    margin-bottom: 9px;
  }
  .archive.category .large_side_content__article:first-child {
    display: block;
    margin-bottom: 55px;
  }
  .archive.category .large_side_content__article:first-child .post__image {
    width: 100%;
    padding-top: 63.2%;
    margin-bottom: 24px;
  }
  .archive.category .large_side_content__article:first-child .post__title {
    font-size: 1.75em;
    line-height: 1.1071428571em;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .archive.category .large_side_content__article:first-child .post__content {
    width: 100%;
    text-align: center;
  }
  .pagination {
    padding: 52px 0;
    margin-top: 80px;
  }
  .pagination .page-numbers {
    margin: 0 16px;
  }
  .pagination .nav-links {
    width: 412px;
    margin: auto;
  }
}
@media screen and (min-width: 64em) {
  .category__desc {
    padding-right: 64px;
  }
  .category__main_column {
    padding-top: 45px;
    max-width: 784px;
  }
  .category__main_column .category__title {
    margin-bottom: 9px;
  }
  .archive.category .large_side_content__article:first-child {
    margin-bottom: 58px;
  }
  .archive.category .large_side_content__article:first-child .post__image {
    width: 100%;
    padding-top: 60%;
    margin-bottom: 18px;
  }
  .archive.category .large_side_content__article:first-child .post__title {
    margin-bottom: 3px;
  }
  .archive.category .large_side_content__article:first-child .post__content {
    width: 100%;
  }
}
@media screen and (min-width: 68.8125em) {
  .category__header {
    margin-bottom: 49px;
    width: 100%;
  }
  .category__desc {
    width: 720px;
    padding-right: 0;
  }
  .category__main_column {
    padding-top: 44px;
    max-width: 1088px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category__main_column .category__main {
    width: 720px;
  }
  .category__aside {
    display: block;
    width: 300px;
    min-width: 300px;
    position: relative;
  }
  .category__aside .inner {
    position: sticky;
  }
  .category__aside .ads_element {
    width: 300px;
    height: 300px;
    background-color: #D9D9D9;
    top: 0;
  }
  .category__footer {
    width: 100%;
  }
  .archive.category .large_side_content__article:first-child {
    margin-bottom: 68px;
  }
  .archive.category .large_side_content__article:first-child .post__image {
    margin-bottom: 27px;
  }
  .archive.category .large_side_content__article:first-child .post__title {
    margin-bottom: 18px;
  }
  .pagination .page-numbers {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 87.5625em) {
  .category__header {
    margin-bottom: 49px;
  }
  .category__desc {
    width: 792px;
    padding-right: 90px;
  }
  .category__main_column {
    padding-top: 44px;
    max-width: 1200px;
  }
  .category__main_column .category__main {
    width: 792px;
  }
  .category__main_column .category__title {
    margin-bottom: 12px;
  }
  .category__footer {
    width: 100%;
  }
  .archive.category .large_side_content__article:first-child {
    margin-bottom: 68px;
  }
  .archive.category .large_side_content__article:first-child .post__image {
    margin-bottom: 27px;
  }
  .archive.category .large_side_content__article:first-child .post__title {
    font-size: 2.25em;
    line-height: 1.0277777778em;
    margin-bottom: 9px;
  }
  .pagination {
    padding: 50px 0;
  }
  .pagination .nav-links {
    width: 442px;
    padding-left: 118px;
    padding-right: 75px;
  }
  .pagination .page-numbers {
    font-size: 1em;
  }
}
.author_wrapper .author_avatar {
  width: 29%;
  height: auto;
}
.author_wrapper .author_avatar img {
  border-radius: 50%;
}
.author_wrapper .author_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.author_wrapper .author_name {
  text-align: left;
  margin-left: 0;
  margin-bottom: 4px;
}
.author_wrapper .author_role {
  width: 100%;
  margin: 0;
}
.author_wrapper .author_info {
  width: 65%;
  position: absolute;
  top: 14px;
  right: 0;
}
.author_wrapper .author_description {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 0;
}
.author_wrapper .author_description p:last-child {
  margin-bottom: 0;
}
.author_wrapper .category__header:not(.author__subheader) {
  margin-bottom: 46px;
  padding-bottom: 45px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.author_wrapper .category__header {
  margin-bottom: 32px;
  padding-bottom: 0;
  border-bottom: none;
}
.author_wrapper .category__header .category__title {
  margin-bottom: 0;
}
.author_wrapper .large_side_content__article {
  margin-bottom: 38px;
}
.author_wrapper .large_side_content__article .post__lead {
  display: block;
  margin-bottom: 12px;
}

@media screen and (min-width: 48em) {
  .author_wrapper .category__main_column {
    padding-top: 51px;
  }
  .author_wrapper .author_avatar {
    width: 188px;
    height: auto;
    margin-bottom: 25px;
  }
  .author_wrapper .author_info {
    width: 100%;
    position: static;
  }
  .author_wrapper .author_content {
    width: 100%;
  }
  .author_wrapper .category__header .author_name {
    text-align: center;
    margin: auto;
    margin-bottom: 4px;
  }
  .author_wrapper .category__header .author_role {
    width: 100%;
    text-align: center;
  }
  .author_wrapper .category__header .author_description {
    width: 100%;
    margin-top: 49px;
    margin-bottom: 0;
  }
  .author_wrapper .category__header:not(.author__subheader) {
    margin-bottom: 55px;
    padding-bottom: 0;
    border: none;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .author_wrapper .category__header.author__subheader {
    width: 100%;
    padding-top: 76px;
    border-top: 1px solid #D9D9D9;
  }
  .author_wrapper .category__header {
    margin: auto;
    margin-bottom: 32px;
    width: 550px;
  }
  .author_wrapper .large_side_content__article {
    margin-bottom: 14px;
  }
  .author_wrapper .large_side_content__article .post__title {
    margin-bottom: 15px;
  }
  .author_wrapper .large_side_content__article .post__lead {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 64em) {
  .author_wrapper .category__main_column {
    padding-top: 59px;
  }
  .author_wrapper .author_avatar {
    width: 200px;
    margin-bottom: 0;
  }
  .author_wrapper .author_content {
    width: 500px;
  }
  .author_wrapper .category__header {
    width: 100%;
    margin-bottom: 32px;
  }
  .author_wrapper .category__header .author_name {
    text-align: left;
  }
  .author_wrapper .category__header .author_role {
    width: 100%;
    text-align: left;
  }
  .author_wrapper .category__header .author_description {
    margin-top: 61px;
  }
  .author_wrapper .category__header:not(.author__subheader) {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .author_wrapper .category__main {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
  .author_wrapper .large_side_content__article {
    display: block;
    width: 33%;
    margin-bottom: 14px;
    padding: 0 4px;
  }
  .author_wrapper .large_side_content__article .post__image {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 63.7%;
  }
  .author_wrapper .large_side_content__article .post__content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .author_wrapper .large_side_content__article .caption {
    margin-bottom: 3px;
  }
  .author_wrapper .large_side_content__article .post__title {
    margin-bottom: 15px;
  }
  .author_wrapper .large_side_content__article .post__lead {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 68.8125em) {
  .author_wrapper .category__main_column {
    padding-top: 59px;
  }
  .author_wrapper .author_content {
    width: 550px;
  }
  .author_wrapper .category__main {
    width: 100%;
    margin-left: -8px;
    margin-right: -8px;
  }
  .author_wrapper .category__header {
    width: 828px;
    margin-left: 0;
    margin-bottom: 32px;
  }
  .author_wrapper .category__header .author_description {
    margin-top: 61px;
  }
  .author_wrapper .large_side_content__article {
    display: block;
    width: 33.3%;
    margin-bottom: 14px;
    padding: 0 8px;
  }
  .author_wrapper .large_side_content__article .post__image {
    margin-bottom: 13px;
    padding-top: 63.3%;
  }
  .author_wrapper .large_side_content__article .post__title {
    margin-bottom: 15px;
  }
  .author_wrapper .large_side_content__article .post__lead {
    margin-bottom: 23px;
  }
  .author_wrapper .category__header {
    margin-bottom: 41px;
  }
  .author_wrapper .category__aside {
    display: none;
  }
}
@media screen and (min-width: 87.5625em) {
  .author_wrapper .author_content {
    width: 772px;
  }
  .author_wrapper .category__header {
    width: 1076px;
    margin-bottom: 39px;
  }
  .author_wrapper .category__header .author_description {
    margin-top: 28px;
  }
  .author_wrapper .large_side_content__article {
    margin-bottom: 70px;
  }
  .author_wrapper .large_side_content__article .post__image {
    padding-top: 63.2%;
  }
}
@media screen and (min-width: 106.3125em) {
  .author_wrapper .category__main_column {
    padding-top: 57px;
  }
  .author_wrapper .category__header:not(.author__subheader) {
    margin-bottom: 75px;
  }
  .author_wrapper .large_side_content__article {
    width: 32.7%;
  }
  .author_wrapper .large_side_content__article .post__image {
    padding-top: 63.2%;
  }
}
/* -------------------------------------------------------------------------------------------------
    PAGE: ABOUT
---------------------------------------------------------------------------------------------------- */
.page_wrapper {
  padding-left: 18px;
  padding-right: 18px;
}

.about_header {
  padding-top: 29px;
  padding-bottom: 100px;
  text-align: center;
}
.about_header .about_ft_img {
  margin-bottom: 50px;
}
.about_header .page__title {
  margin-bottom: 41px;
  text-align: center;
  color: #E81C11;
}
.about_header .paragraph {
  margin-bottom: 46px;
  text-align: center;
}
.about_header .paragraph p:first-of-type::first-letter {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  color: inherit;
}
.about_header .button {
  background-color: #E81C11;
  line-height: 40px;
  height: 40px;
  width: 232px;
  color: #ffffff;
  display: block;
  margin: auto;
  border: 1px solid #E81C11;
}

.about_timeline {
  background-color: #E81C11;
  padding-top: 60px;
  padding-bottom: 78px;
  position: relative;
  margin-bottom: 80px;
}
.about_timeline .page__title {
  color: #ffffff;
  margin-bottom: 0;
  margin-left: 57px;
  margin-top: 3px;
}
.about_timeline .logo {
  width: 26px;
  height: auto;
  position: absolute;
  left: 12px;
  top: 60px;
}
.about_timeline .timeline_container {
  position: relative;
  padding-top: 63px;
  padding-left: 50px;
  padding-right: 18px;
  color: #ffffff;
}
.about_timeline .timeline_container::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 24px;
  width: 2px;
  background-image: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 2px 16px;
  background-repeat: repeat-y;
}
.about_timeline .timeline_item {
  position: relative;
  padding-top: 44px;
  padding-bottom: 110px;
}
.about_timeline .timeline_item:last-child {
  padding-bottom: 0;
}
.about_timeline .timeline_item .timeline_date {
  font-size: 2.5em;
  line-height: 1.1em;
  font-family: "Publico Text Mono LG Web";
  position: absolute;
  top: 0;
}
.about_timeline .timeline_item .timeline_date::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  left: -32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.about_timeline .timeline_item .timeline_img {
  padding-top: 22px;
  margin-bottom: 13px;
  max-width: 200px;
}

@media screen and (min-width: 48em) {
  .page_wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
  }
  .about_header {
    padding-top: 68px;
    padding-bottom: 93px;
  }
  .about_header .about_ft_img {
    margin-bottom: 75px;
  }
  .about_header .page__title {
    margin-bottom: 34px;
  }
  .about_header .paragraph {
    margin-bottom: 65px;
  }
  .about_header .button {
    line-height: 51px;
    height: 51px;
    width: 321px;
  }
  .about_timeline {
    padding-top: 96px;
    padding-bottom: 150px;
    margin-bottom: 150px;
  }
  .about_timeline .page__title {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 62px;
    text-align: center;
  }
  .about_timeline .logo {
    width: 80px;
    position: static;
    margin: auto;
  }
  .about_timeline .timeline_container {
    padding-top: 125px;
    padding-left: 0;
    padding-right: 0;
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
  }
  .about_timeline .timeline_container::before {
    left: 0;
    right: 0;
    width: 2px;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 16px;
    background-repeat: repeat-y;
  }
  .about_timeline .timeline_item {
    position: relative;
    padding-top: 0;
    padding-bottom: 138px;
    display: flex;
    justify-content: space-between;
  }
  .about_timeline .timeline_item .timeline_content {
    width: 286px;
  }
  .about_timeline .timeline_item .timeline_date {
    font-size: 2.875em;
    line-height: 1.0869565217em;
    margin-bottom: 9px;
    position: relative;
  }
  .about_timeline .timeline_item .timeline_date::before {
    width: 18px;
    height: 18px;
    left: -39px;
  }
  .about_timeline .timeline_item .timeline_img {
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 86px;
    margin-top: 9px;
  }
  .about_timeline .timeline_item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .about_timeline .timeline_item:nth-child(odd) .timeline_content {
    text-align: right;
  }
  .about_timeline .timeline_item:nth-child(odd) .timeline_img {
    margin-right: 81px;
    margin-left: 0;
  }
  .about_timeline .timeline_item:nth-child(odd) .timeline_date::before {
    left: auto;
    right: -39px;
  }
}
@media screen and (min-width: 64em) {
  .page_wrapper {
    max-width: 685px;
  }
  .about_header {
    padding-top: 66px;
    padding-bottom: 112px;
  }
  .about_header .about_ft_img {
    margin-bottom: 92px;
  }
  .about_header .paragraph {
    margin-bottom: 74px;
  }
  .about_timeline {
    padding-top: 105px;
    padding-bottom: 128px;
    margin-bottom: 160px;
  }
  .about_timeline .timeline_container {
    max-width: 784px;
  }
  .about_timeline .timeline_item {
    padding-bottom: 143px;
  }
  .about_timeline .timeline_item .timeline_content {
    width: 342px;
  }
  .about_timeline .timeline_item .timeline_date {
    margin-bottom: 9px;
  }
  .about_timeline .timeline_item .timeline_date::before {
    left: -59px;
  }
  .about_timeline .timeline_item .timeline_img {
    margin-left: 92px;
    max-width: 250px;
  }
  .about_timeline .timeline_item:nth-child(odd) .timeline_img {
    margin-right: 91px;
  }
  .about_timeline .timeline_item:nth-child(odd) .timeline_date::before {
    right: -59px;
  }
}
@media screen and (min-width: 68.8125em) {
  .page_wrapper {
    max-width: 676px;
  }
  .about_header {
    padding-top: 54px;
  }
  .about_header .about_ft_img {
    margin-bottom: 94px;
  }
  .about_header .page__title {
    margin-bottom: 35px;
  }
  .about_timeline {
    padding-top: 105px;
    padding-bottom: 150px;
    margin-bottom: 150px;
  }
  .about_timeline .timeline_container {
    max-width: 904px;
  }
  .about_timeline .timeline_item {
    padding-bottom: 143px;
  }
  .about_timeline .timeline_item .timeline_content {
    width: 402px;
  }
  .about_timeline .timeline_item .timeline_date {
    margin-bottom: 9px;
  }
  .about_timeline .timeline_item .timeline_img {
    margin-left: 151px;
    max-width: 250px;
  }
  .about_timeline .timeline_item:nth-child(odd) .timeline_img {
    margin-right: 153px;
  }
}
@media screen and (min-width: 87.5625em) {
  .page_wrapper {
    max-width: 808px;
  }
  .about_header {
    padding-top: 88px;
    padding-bottom: 149px;
  }
  .about_header .about_ft_img {
    margin-bottom: 114px;
  }
  .about_header .page__title {
    margin-bottom: 43px;
  }
  .about_header .paragraph {
    margin-bottom: 81px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .about_timeline {
    padding-top: 138px;
    padding-bottom: 166px;
    margin-bottom: 170px;
  }
  .about_timeline .page__title {
    margin-bottom: 72px;
  }
  .about_timeline .logo {
    width: 99px;
  }
  .about_timeline .timeline_container {
    padding-top: 163px;
    max-width: 960px;
  }
  .about_timeline .timeline_item {
    padding-bottom: 162px;
  }
  .about_timeline .timeline_item .timeline_content {
    width: 430px;
  }
  .about_timeline .timeline_item .timeline_date {
    font-size: 3.0625em;
    line-height: 1.0816326531em;
  }
  .about_timeline .timeline_item .timeline_img {
    margin-left: 130px;
    max-width: 300px;
  }
  .about_timeline .timeline_item:nth-child(odd) .timeline_img {
    margin-right: 130px;
  }
}
/*-------------------------------------------------------------------------------------------------
   PAGE: REFERENCES
--------------------------------------------------------------------------------------------------*/
.page-template-referencies .live_search_container {
  display: none;
}

.references_wrapper {
  padding-left: 18px;
  padding-right: 18px;
}

.references_header {
  padding-top: 43px;
}
.references_header .page__title {
  color: #E81C11;
  text-align: center;
  margin-bottom: 24px;
}
.references_header .paragraph {
  margin-bottom: 50px;
  text-align: center;
}
.references_header .paragraph p:first-of-type::first-letter {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  color: inherit;
}

.references_page .three_article_grid {
  margin-bottom: 95px;
  border: none;
  padding: 0;
}
.references_page .three_article_grid .basic_article {
  margin-bottom: 21px;
}
.references_page .three_article_grid .basic_article .post__lead {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .references_wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
  }
  .references_header {
    padding-top: 42px;
  }
  .references_header .page__title {
    margin-bottom: 45px;
  }
  .references_header .paragraph {
    margin-bottom: 75px;
  }
  .references_page .three_article_grid {
    margin-bottom: 75px;
  }
  .references_page .three_article_grid .basic_article {
    margin-bottom: 32px;
  }
  .references_page .three_article_grid .basic_article .post__title {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 64em) {
  .references_wrapper {
    max-width: 784px;
  }
  .references_header {
    padding-top: 58px;
  }
  .references_header .paragraph {
    width: 685px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
  .references_page .three_article_grid {
    margin-bottom: 70px;
  }
  .references_page .three_article_grid .basic_article {
    margin-bottom: 42px;
  }
  .references_page .three_article_grid .basic_article .post__image {
    margin-bottom: 13px;
  }
  .references_page .three_article_grid .basic_article .post__title {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 68.8125em) {
  .references_wrapper {
    max-width: 1088px;
  }
  .references_header {
    padding-top: 56px;
  }
  .references_header .page__title {
    margin-bottom: 41px;
  }
  .references_header .paragraph {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 87.5625em) {
  .references_wrapper {
    max-width: 1200px;
  }
  .references_header {
    padding-top: 75px;
  }
  .references_header .page__title {
    margin-bottom: 42px;
  }
  .references_header .paragraph {
    width: 728px;
    margin-bottom: 96px;
  }
  .references_page .three_article_grid {
    margin-bottom: 55px;
  }
  .references_page .three_article_grid .basic_article {
    margin-bottom: 52px;
  }
  .references_page .three_article_grid .basic_article .post__title {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 87.5625em) {
  .references_page .three_article_grid {
    margin-bottom: 90px;
  }
}
.live_search_loading,
.site_search_loading {
  display: none;
}

.live-search-results-wrap--outer-container.loading .live_search_loading,
.category__wrapper.loading .site_search_loading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 70px auto 150px;
  position: relative;
  z-index: 10000;
  animation: rotation 2s infinite linear;
}

.live-search-results-wrap--outer-container.loading .live_search_loading svg,
.category__wrapper.loading .site_search_loading svg {
  width: 150px !important;
  height: 150px !important;
}

.category__wrapper.loading:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.search_wrapper .category__header {
  border: none;
  padding-bottom: 0;
  margin-bottom: 25px;
  width: 100%;
}
.search_wrapper .category__title {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 0;
}
.search_wrapper .search_filters {
  width: 100%;
  margin-bottom: 20px;
}
.search_wrapper .search_filters__item {
  font-family: "Publico Text Mono LG Web";
  margin-bottom: 20px;
}
.search_wrapper .search_filters__item label {
  font-size: 0.75em;
  line-height: 1.1666666667em;
  letter-spacing: 0.09em;
  margin-bottom: 9px;
  display: block;
}
.search_wrapper .search_filters__item select {
  font-size: 0.75em;
  line-height: 45px;
  letter-spacing: 0.09em;
  border: 1px solid #000000;
  height: 45px;
  padding-left: 20px;
  width: 100%;
  text-transform: uppercase;
  background-image: url("../img/icons/icon-dropdown.svg");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
}
.search_wrapper .search_filters__item select:focus {
  outline: none;
}
.search_wrapper .category__main_column {
  padding-top: 26px;
}

@media screen and (min-width: 48em) {
  .search_wrapper .category__header {
    margin-bottom: 18px;
  }
  .search_wrapper .search_filters {
    margin-bottom: 50px;
    display: flex;
  }
  .search_wrapper .search_filters__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .search_wrapper .search_filters__item label {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0;
    padding-right: 29px;
  }
  .search_wrapper .search_filters__item select {
    line-height: 32px;
    height: 32px;
    width: 219px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 64em) {
  .search_wrapper .category__title {
    letter-spacing: 0.02em;
  }
  .search_wrapper .search_filters__item label {
    padding-right: 19px;
  }
}
@media screen and (min-width: 68.8125em) {
  .search_wrapper .category__header {
    margin-bottom: 30px;
  }
  .search_wrapper .search_filters {
    margin-bottom: 52px;
  }
  .search_wrapper .search_filters__item label {
    padding-right: 17px;
  }
  .search_wrapper .category__main_column {
    padding-top: 30px;
  }
}
@media screen and (min-width: 87.5625em) {
  .search_wrapper .category__header {
    margin-bottom: 18px;
  }
  .search_wrapper .search_filters {
    margin-bottom: 60px;
  }
  .search_wrapper .category__main_column {
    padding-top: 41px;
  }
}
@media screen and (min-width: 87.5625em) {
  .search_wrapper .category__main_column {
    padding-top: 27px;
  }
}
.single-issue .single_article__title {
  font-family: "Publico Text Mono LG Web";
  font-size: 0.875em;
  line-height: 1.5em;
  letter-spacing: 0.09em;
  text-align: center;
  margin-bottom: 26px;
}
.single-issue .container_with_sidebar {
  margin-bottom: 70px;
}
.single-issue .single_article_container {
  padding-top: 26px;
}

.single-issue .single_article .paragraph {
  margin-top: 0;
}

@media screen and (min-width: 48em) {
  .single-issue .single_article__title {
    font-size: 1em;
    line-height: 1.3125em;
    margin-bottom: 31px;
  }
  .single-issue .container_with_sidebar {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 64em) {
  .single-issue .single_article__title {
    margin-bottom: 25px;
  }
  .single-issue .container_with_sidebar {
    margin-bottom: 140px;
  }
  .single-issue .single_article_container {
    padding-top: 22px;
  }
}
@media screen and (min-width: 68.8125em) {
  .single-issue .single_article__title {
    margin-bottom: 43px;
  }
  .single-issue .container_with_sidebar {
    margin-bottom: 160px;
  }
  .single-issue .single_article_container {
    padding-top: 27px;
  }
}
@media screen and (min-width: 87.5625em) {
  .single-issue .single_article_container {
    padding-top: 30px;
  }
}
/* -------------------------------------------------------------------------------------------------
    PAGE: CONTACT PAGE
---------------------------------------------------------------------------------------------------- */
.contact_page {
  padding-top: 40px;
}
.contact_page .page__title {
  color: #E81C11;
  font-size: 1.375em;
  line-height: 1.3181818182em;
  margin-bottom: 30px;
  letter-spacing: 0.09em;
}
.contact_page .contact_info {
  font-size: 0.9375em;
  line-height: 1.3333333333em;
  letter-spacing: 0.02em;
  margin-bottom: 81px;
}
.contact_page .contact_info > p {
  margin-bottom: 18px;
  margin-top: 0;
}
.contact_page .contact_info > p:last-child {
  margin-bottom: 0;
}
.contact_page .contact_info > p > a {
  text-decoration: underline;
}
.contact_page .contact_info > p > a:hover {
  text-decoration: none;
}
.contact_page .contact_info .social_nav.footer_element {
  padding-top: 13px;
  margin-left: -14px;
}
.contact_page .contact_info .social_nav.footer_element ul {
  display: flex;
}
.contact_page .contact_info .social_nav.footer_element .label {
  display: none;
}
.contact_page .contact_info .social_nav.footer_element a {
  width: 30px;
  height: 30px;
}
.contact_page .contact_info .social_nav.footer_element a .social_icon {
  color: #E81C11;
  fill: #E81C11 !important;
}
.contact_page .contact_info .social_nav.footer_element a .social_icon:hover {
  color: #000000;
  fill: #000000 !important;
}
.contact_page .forms_sections {
  margin-bottom: 118px;
}
.contact_page .form_container {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 36px;
  padding-bottom: 38px;
}
.contact_page .form_container:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact_page .form_container.active .form_title::after {
  transform: rotate(90deg);
}
.contact_page .form_container.active .form_title::before {
  transform: rotate(180deg);
}
.contact_page .form_title {
  font-family: "Publico Text Mono LG Web";
  font-size: 1.125em;
  line-height: 1.3333333333em;
  color: #E81C11;
  position: relative;
}
.contact_page .form_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 2px;
  height: 16px;
  background-color: #E81C11;
  margin: auto 0;
  transition: all 0.5s;
}
.contact_page .form_title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 16px;
  height: 2px;
  background-color: #E81C11;
  margin: auto 0;
  transition: all 0.4s;
}
.contact_page .form_content {
  display: none;
  padding-top: 36px;
}
.contact_page .form_content.active {
  display: block;
}
.contact_page form {
  padding-bottom: 40px;
}
.contact_page form .nf-form-content {
  padding: 0;
}
.contact_page form .nf-form-content .nf-cell {
  padding: 0;
}
.contact_page form .nf-form-content input:not([type=button]) {
  font-family: "Publico Text Mono LG Web";
  font-size: 0.8125em;
  line-height: 1em;
  letter-spacing: 0.09em;
  border: 1px solid #D9D9D9;
  width: 100%;
}
.contact_page form .nf-form-content label {
  display: block;
}
.contact_page form .nf-form-content input:not([type=button]) {
  padding: 0 19px;
  height: 47px;
}
.contact_page form .nf-form-content .recaptcha-wrap {
  width: fit-content;
  margin: auto;
  margin-bottom: 79px;
}
.contact_page form .nf-form-content .textarea-container {
  margin-bottom: 10px !important;
}
.contact_page form .nf-form-content .textarea-container textarea {
  width: 100%;
  min-height: 200px;
}
.contact_page form .nf-form-content .html-wrap label {
  display: none;
}
.contact_page form .nf-form-content .html-wrap .legal_link {
  width: fit-content;
  margin: 0 auto;
  margin-right: 0;
}
.contact_page form .nf-form-content .checkbox-container {
  margin-bottom: 76px;
}
.contact_page form .nf-form-content .checkbox-wrap {
  margin-bottom: 0;
}
.contact_page form .nf-form-content .checkbox-wrap .nf-field-label label {
  text-transform: initial;
  font-family: "Publico Text Web Roman", sans-serif;
  font-size: 0.8125em;
  line-height: 1.5384615385em;
  letter-spacing: 0.02em;
  margin-left: 23px;
}
.contact_page form .nf-form-content .checkbox-wrap .nf-field-label label::before, .contact_page form .nf-form-content .checkbox-wrap .nf-field-label label::after {
  width: 12px;
  height: 12px;
  left: -21px !important;
  top: 3px;
}
.contact_page form .nf-form-content .checkbox-wrap input {
  margin-bottom: 0;
  width: auto;
  height: auto;
}
.contact_page form .nf-form-content .submit-container {
  margin-bottom: 0;
}
.contact_page form .nf-form-content input[type=submit] {
  width: 174px;
  height: 51px;
  font-size: 0.875em;
  line-height: 1.3571428571em;
  border: 1px solid #E81C11;
}
.contact_page form .nf-form-content input[type=submit]:hover {
  border: 1px solid #E81C11;
}

@media screen and (min-width: 48em) {
  .contact_page {
    padding-top: 71px;
  }
  .contact_page .page__title {
    font-size: 2.125em;
    line-height: 1.3235294118em;
    margin-bottom: 43px;
  }
  .contact_page .contact_info {
    font-size: 1em;
    line-height: 1.4375em;
    margin-bottom: 77px;
  }
  .contact_page .contact_info p {
    margin-bottom: 14px;
  }
  .contact_page .forms_sections {
    margin-bottom: 148px;
  }
  .contact_page .form_container {
    margin-bottom: 34px;
    padding-bottom: 36px;
  }
  .contact_page .form_title {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .contact_page .form_content {
    padding-top: 45px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .contact_page form {
    padding-bottom: 40px;
  }
  .contact_page form .nf-form-content .nf-cell {
    padding: 0 8px;
  }
  .contact_page form .nf-form-content .label-above .nf-field-label {
    margin-bottom: 0 !important;
  }
  .contact_page form .nf-form-content .nf-field-container {
    margin-bottom: 37px;
  }
  .contact_page form .nf-form-content .recaptcha-wrap {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .contact_page form .nf-form-content .checkbox-container {
    margin-bottom: 50px;
  }
  .contact_page form .nf-form-content .checkbox-wrap .ninja-forms-req-symbol {
    margin-left: 0;
  }
  .contact_page form .nf-form-content input[type=submit] {
    width: 194px;
    height: 50px;
    font-size: 1em;
    line-height: 1.3125em;
  }
}
@media screen and (min-width: 64em) {
  .contact_page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact_page .page__title {
    margin-bottom: 53px;
    width: 100%;
  }
  .contact_page .contact_info {
    margin-bottom: 0;
    width: 34%;
  }
  .contact_page .contact_info p {
    margin-bottom: 23px;
  }
  .contact_page .forms_sections {
    margin-bottom: 157px;
    width: 56%;
  }
  .contact_page .form_container {
    margin-bottom: 43px;
    padding-bottom: 46px;
  }
  .contact_page .form_title::after {
    right: 8px;
    height: 19px;
  }
  .contact_page .form_title::before {
    width: 19px;
  }
  .contact_page .form_content {
    margin-left: 0;
    margin-right: 0;
  }
  .contact_page form {
    padding-bottom: 40px;
  }
  .contact_page form .ninja-forms-req-symbol {
    margin-left: 0;
  }
  .contact_page form .nf-form-content nf-cells {
    display: flex;
    flex-direction: column;
  }
  .contact_page form .nf-form-content .nf-cell {
    padding: 0;
    width: auto !important;
  }
  .contact_page form .nf-form-content .recaptcha-wrap {
    margin-left: 0;
    margin-bottom: 74px;
  }
  .contact_page form .nf-form-content .checkbox-container {
    margin-bottom: 74px;
  }
  .contact_page form .nf-form-content input[type=submit] {
    height: 62px;
  }
}
@media screen and (min-width: 68.8125em) {
  .contact_page {
    padding-top: 80px;
  }
  .contact_page .contact_info {
    width: 23%;
  }
  .contact_page .contact_info .social_nav.footer_element {
    padding-top: 9px;
  }
  .contact_page .forms_sections {
    margin-bottom: 153px;
    width: 58%;
    padding-right: 12px;
  }
  .contact_page .form_content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .contact_page form .nf-form-content nf-cells {
    flex-direction: row;
  }
  .contact_page form .nf-form-content .nf-cell {
    padding: 0 10px;
    width: 100% !important;
  }
  .contact_page form .nf-form-content .textarea-container .nf-cell {
    width: 100% !important;
  }
}
@media screen and (min-width: 87.5625em) {
  .contact_page {
    padding-top: 82px;
  }
  .contact_page .contact_info {
    width: 22%;
  }
  .contact_page .forms_sections {
    margin-bottom: 220px;
    width: 61.8%;
    padding-right: 0;
  }
  .contact_page .form_content {
    margin-left: -23px;
    margin-right: -23px;
  }
  .contact_page form {
    padding-bottom: 15px;
  }
  .contact_page form .nf-form-content .nf-cell {
    padding: 0 23px;
  }
  .contact_page form .nf-form-content .nf-field-container {
    margin-bottom: 38px;
  }
  .contact_page form .nf-form-content .checkbox-container {
    margin-bottom: 74px;
  }
}
.thank_you_page {
  padding-top: 50px;
  padding-bottom: 129px;
}
.thank_you_page .page__title {
  text-align: center;
  color: #E81C11;
  margin-bottom: 25px;
}
.thank_you_page .paragraph {
  text-align: center;
  margin-bottom: 70px;
}
.thank_you_page .social_nav.footer_element {
  width: fit-content;
  margin: auto;
  margin-bottom: 89px;
}
.thank_you_page .social_nav.footer_element a {
  width: 30px;
  height: 30px;
}
.thank_you_page .social_nav.footer_element a .social_icon {
  color: #E81C11;
  fill: #E81C11 !important;
}
.thank_you_page .social_nav.footer_element a .social_icon:hover {
  color: #000000;
  fill: #000000 !important;
}
.thank_you_page .social_nav.footer_element ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
}
.thank_you_page .social_nav.footer_element ul .label.block {
  width: 100%;
  text-align: center;
  font-size: 1.1875em;
  line-height: 1.1052631579em;
  margin-bottom: 16px;
}
.thank_you_page .return_home {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-family: "Publico Text Mono LG Web";
  font-size: 1.1875em;
  line-height: 1.1052631579em;
  letter-spacing: 0.06em;
}
.thank_you_page .return_home:hover {
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .thank_you_page {
    padding-top: 74px;
    padding-bottom: 210px;
  }
  .thank_you_page .page__title {
    margin-bottom: 35px;
  }
  .thank_you_page .paragraph {
    margin-bottom: 95px;
  }
  .thank_you_page .social_nav.footer_element {
    margin-bottom: 112px;
  }
  .thank_you_page .social_nav.footer_element ul .label.block {
    font-size: 1.3125em;
    line-height: 0.9130434783em;
  }
  .thank_you_page .return_home {
    font-size: 1.3125em;
    line-height: 0.9130434783em;
  }
}
@media screen and (min-width: 64em) {
  .thank_you_page {
    padding-bottom: 205px;
  }
  .thank_you_page .paragraph {
    width: 653px;
    margin-left: auto;
    margin-right: auto;
  }
  .thank_you_page .social_nav.footer_element {
    margin-bottom: 94px;
  }
  .thank_you_page .social_nav.footer_element ul .label.block {
    font-size: 1.3125em;
    line-height: 0.9130434783em;
  }
  .thank_you_page .return_home {
    font-size: 1.3125em;
    line-height: 0.9130434783em;
  }
}
@media screen and (min-width: 68.8125em) {
  .thank_you_page {
    padding-bottom: 205px;
  }
  .thank_you_page .page__title {
    margin-bottom: 46px;
  }
  .thank_you_page .paragraph {
    width: 685px;
  }
}
@media screen and (min-width: 87.5625em) {
  .thank_you_page {
    padding-top: 75px;
  }
  .thank_you_page .page__title {
    margin-bottom: 44px;
  }
  .thank_you_page .paragraph {
    width: 728px;
    margin-bottom: 88px;
  }
  .thank_you_page .social_nav.footer_element a {
    width: 33px;
    height: 33px;
  }
  .thank_you_page .return_home {
    letter-spacing: 0.09em;
  }
}
/*-------------------------------------------------------------------------------------------------
   TEMPLATES: PAGE
--------------------------------------------------------------------------------------------------*/
.default_page__main,
.site-main {
  padding: 26px 0 80px;
}

.site-main {
  padding-left: 18px;
  padding-right: 18px;
}

#sidebar {
  display: none;
}

.default_page .wrapper {
  padding: 0 18px;
}

@media screen and (min-width: 48em) {
  .default_page__main,
  .site-main {
    max-width: 632px;
    margin-right: auto;
    margin-left: auto;
  }
  .site-main {
    padding-left: 0;
    padding-right: 0;
  }
  .default_page .wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .default_page__main,
  .site-main {
    max-width: 784px;
    padding-top: 22px;
  }
}
@media screen and (min-width: 68.8125em) {
  .default_page__main,
  .site-main {
    max-width: 1088px;
    padding-top: 27px;
  }
  .default_page__main .woocommerce-MyAccount-content,
  .site-main .woocommerce-MyAccount-content {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 87.5625em) {
  .default_page__main,
  .site-main {
    max-width: 1200px;
    padding: 30px 0 170px;
  }
}
/* -------------------------------------------------------------------------------------------------
    TEMPLATE: MY ACCOUNT - BUTTONS
---------------------------------------------------------------------------------------------------- */
.woocommerce-button,
.woocommerce a.button,
.woocommerce-MyAccount-content .edit,
.woocommerce-Button,
.woocommerce-Button.button,
.wp-element-button,
.wp-element-button.button {
  background-color: #E81C11;
  color: #ffffff;
  font-family: "Publico Text Mono LG Web";
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 0.09em;
  border: 1px solid #E81C11;
  padding: 7px 16px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  font-weight: normal;
}
.woocommerce-button:hover,
.woocommerce a.button:hover,
.woocommerce-MyAccount-content .edit:hover,
.woocommerce-Button:hover,
.woocommerce-Button.button:hover,
.wp-element-button:hover,
.wp-element-button.button:hover {
  background-color: transparent;
  color: #E81C11;
}
.woocommerce-button[type=submit], .woocommerce-button.single_add_to_cart_button, .woocommerce-button.single_add_to_cart_button.button.alt,
.woocommerce a.button[type=submit],
.woocommerce a.button.single_add_to_cart_button,
.woocommerce a.button.single_add_to_cart_button.button.alt,
.woocommerce-MyAccount-content .edit[type=submit],
.woocommerce-MyAccount-content .edit.single_add_to_cart_button,
.woocommerce-MyAccount-content .edit.single_add_to_cart_button.button.alt,
.woocommerce-Button[type=submit],
.woocommerce-Button.single_add_to_cart_button,
.woocommerce-Button.single_add_to_cart_button.button.alt,
.woocommerce-Button.button[type=submit],
.woocommerce-Button.button.single_add_to_cart_button,
.woocommerce-Button.button.single_add_to_cart_button.button.alt,
.wp-element-button[type=submit],
.wp-element-button.single_add_to_cart_button,
.wp-element-button.single_add_to_cart_button.button.alt,
.wp-element-button.button[type=submit],
.wp-element-button.button.single_add_to_cart_button,
.wp-element-button.button.single_add_to_cart_button.button.alt {
  background-color: #E81C11;
  color: #ffffff;
  border: 1px solid #E81C11;
}
.woocommerce-button[type=submit]:hover, .woocommerce-button.single_add_to_cart_button:hover, .woocommerce-button.single_add_to_cart_button.button.alt:hover,
.woocommerce a.button[type=submit]:hover,
.woocommerce a.button.single_add_to_cart_button:hover,
.woocommerce a.button.single_add_to_cart_button.button.alt:hover,
.woocommerce-MyAccount-content .edit[type=submit]:hover,
.woocommerce-MyAccount-content .edit.single_add_to_cart_button:hover,
.woocommerce-MyAccount-content .edit.single_add_to_cart_button.button.alt:hover,
.woocommerce-Button[type=submit]:hover,
.woocommerce-Button.single_add_to_cart_button:hover,
.woocommerce-Button.single_add_to_cart_button.button.alt:hover,
.woocommerce-Button.button[type=submit]:hover,
.woocommerce-Button.button.single_add_to_cart_button:hover,
.woocommerce-Button.button.single_add_to_cart_button.button.alt:hover,
.wp-element-button[type=submit]:hover,
.wp-element-button.single_add_to_cart_button:hover,
.wp-element-button.single_add_to_cart_button.button.alt:hover,
.wp-element-button.button[type=submit]:hover,
.wp-element-button.button.single_add_to_cart_button:hover,
.wp-element-button.button.single_add_to_cart_button.button.alt:hover {
  background-color: #ffffff;
  color: #E81C11;
}
.woocommerce-button[type=submit].disabled, .woocommerce-button.single_add_to_cart_button.disabled, .woocommerce-button.single_add_to_cart_button.button.alt.disabled,
.woocommerce a.button[type=submit].disabled,
.woocommerce a.button.single_add_to_cart_button.disabled,
.woocommerce a.button.single_add_to_cart_button.button.alt.disabled,
.woocommerce-MyAccount-content .edit[type=submit].disabled,
.woocommerce-MyAccount-content .edit.single_add_to_cart_button.disabled,
.woocommerce-MyAccount-content .edit.single_add_to_cart_button.button.alt.disabled,
.woocommerce-Button[type=submit].disabled,
.woocommerce-Button.single_add_to_cart_button.disabled,
.woocommerce-Button.single_add_to_cart_button.button.alt.disabled,
.woocommerce-Button.button[type=submit].disabled,
.woocommerce-Button.button.single_add_to_cart_button.disabled,
.woocommerce-Button.button.single_add_to_cart_button.button.alt.disabled,
.wp-element-button[type=submit].disabled,
.wp-element-button.single_add_to_cart_button.disabled,
.wp-element-button.single_add_to_cart_button.button.alt.disabled,
.wp-element-button.button[type=submit].disabled,
.wp-element-button.button.single_add_to_cart_button.disabled,
.wp-element-button.button.single_add_to_cart_button.button.alt.disabled {
  opacity: 0.7;
}
.woocommerce-button.single_add_to_cart_button,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce-MyAccount-content .edit.single_add_to_cart_button,
.woocommerce-Button.single_add_to_cart_button,
.woocommerce-Button.button.single_add_to_cart_button,
.wp-element-button.single_add_to_cart_button,
.wp-element-button.button.single_add_to_cart_button {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .woocommerce-button,
  .woocommerce a.button,
  .woocommerce-Button,
  .woocommerce-Button.button,
  .wp-element-button,
  .wp-element-button.button {
    padding: 7px 29px !important;
  }
}
.woocommerce-MyAccount-content .edit {
  padding: 7px 33px !important;
  line-height: 13px;
}

/* -------------------------------------------------------------------------------------------------
    TEMPLATE: MY ACCOUNT - Navigation
---------------------------------------------------------------------------------------------------- */
.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 14px;
}
.woocommerce-MyAccount-navigation ::-webkit-scrollbar {
  height: 5px;
}
.woocommerce-MyAccount-navigation ::-webkit-scrollbar-thumb {
  background: #E81C11;
  border-radius: 10px;
}
.woocommerce-MyAccount-navigation ::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}
.woocommerce-MyAccount-navigation li {
  list-style-type: none;
  display: inline-block;
  margin: 0 12px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--my-membership-content, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--my-membership-products, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--members-area {
  display: none;
}
.woocommerce-MyAccount-navigation li:first-child, .woocommerce-MyAccount-navigation li:nth-child(2) {
  margin-left: 0;
}
.woocommerce-MyAccount-navigation li:last-child {
  margin-right: 0;
}
.woocommerce-MyAccount-navigation li.is-active a {
  color: #E81C11;
}
.woocommerce-MyAccount-navigation ul {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
}
.woocommerce-MyAccount-navigation a {
  font-family: "Publico Text Mono LG Web";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1em;
  padding: 5px 0;
}
.woocommerce-MyAccount-navigation a:hover {
  color: #E81C11;
}

@media screen and (min-width: 48em) {
  .woocommerce-MyAccount-navigation ul {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-MyAccount-navigation ul {
    text-align: center;
  }
}
@media screen and (min-width: 68.8125em) {
  .woocommerce-MyAccount-navigation {
    padding-bottom: 23px;
  }
  .woocommerce-MyAccount-navigation li {
    margin: 0 15px;
  }
  .woocommerce-MyAccount-navigation a {
    font-size: 15px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 68.8125em) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 70px;
  }
}
/* -------------------------------------------------------------------------------------------------
    TEMPLATE: MY ACCOUNT
---------------------------------------------------------------------------------------------------- */
.order-again {
  display: none !important;
}

.woocommerce-MyAccount-content,
.woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.02em;
  font-family: "Publico Text Web Roman", sans-serif;
  font-weight: normal;
}
.woocommerce-MyAccount-content > h2,
.woocommerce-MyAccount-content > section h2,
.woocommerce-MyAccount-content > header > h2,
.woocommerce-product-details__short-description > h2,
.woocommerce-product-details__short-description > section h2,
.woocommerce-product-details__short-description > header > h2 {
  font-size: 1.0625em;
  line-height: 1.0588235294em;
  letter-spacing: 0.09em;
  font-family: "Publico Text Web Roman", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.woocommerce-MyAccount-content > h3,
.woocommerce-MyAccount-content > section h3,
.woocommerce-MyAccount-content > header > h3,
.woocommerce-product-details__short-description > h3,
.woocommerce-product-details__short-description > section h3,
.woocommerce-product-details__short-description > header > h3 {
  font-size: 1em;
  line-height: 1.1875em;
  letter-spacing: 0.02em;
  font-family: "Publico Text Web Bold", sans-serif;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content > p,
.woocommerce-product-details__short-description > p {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.woocommerce-MyAccount-content > p:first-of-type::first-letter,
.woocommerce-product-details__short-description > p:first-of-type::first-letter {
  font-size: 1em;
  line-height: inherit;
  color: inherit;
}
.woocommerce-MyAccount-content address,
.woocommerce-product-details__short-description address {
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
}
.woocommerce-MyAccount-content header + address,
.woocommerce-product-details__short-description header + address {
  margin-top: 22px;
}
.woocommerce-MyAccount-content > p + .woocommerce-Addresses,
.woocommerce-product-details__short-description > p + .woocommerce-Addresses {
  padding-top: 70px;
}
.woocommerce-MyAccount-content ul + h2,
.woocommerce-product-details__short-description ul + h2 {
  padding-top: 27px;
}
.woocommerce-MyAccount-content .subscription_details + h2,
.woocommerce-product-details__short-description .subscription_details + h2 {
  padding-top: 26px;
}
@media screen and (min-width: 87.5625em) {
  .woocommerce-MyAccount-content,
  .woocommerce-product-details__short-description {
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .woocommerce-MyAccount-content > h2,
  .woocommerce-MyAccount-content > section h2,
  .woocommerce-MyAccount-content > header > h2,
  .woocommerce-product-details__short-description > h2,
  .woocommerce-product-details__short-description > section h2,
  .woocommerce-product-details__short-description > header > h2 {
    font-size: 1.1666666667em;
    line-height: 1.4285714286em;
  }
  .woocommerce-MyAccount-content > h3,
  .woocommerce-MyAccount-content > section h3,
  .woocommerce-MyAccount-content > header > h3,
  .woocommerce-product-details__short-description > h3,
  .woocommerce-product-details__short-description > section h3,
  .woocommerce-product-details__short-description > header > h3 {
    font-size: 1.0555555556em;
    line-height: 1.3684210526em;
  }
}

.woocommerce-order-details {
  padding-top: 27px;
}

.woocommerce-customer-details address {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.woocommerce-Addresses.col2-set .col-1 {
  width: 100%;
  float: none;
}

.woocommerce-Address.col-2 {
  display: none;
}

.woocommerce-payment-methods .woocommerce-MyAccount-content > .button {
  float: right;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content .payment-method-actions {
  text-align: right;
}

.woocommerce-form-login__rememberme {
  margin-top: 6px;
  position: relative;
}
.woocommerce-form-login__rememberme > input {
  position: absolute;
  top: 1px;
}
.woocommerce-form-login__rememberme > span {
  margin-left: 20px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  background-color: #E81C11;
  color: #ffffff;
  border: 1px solid #E81C11;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #ffffff;
  color: #E81C11;
}

.lost_password a {
  text-decoration: underline;
}
.lost_password a:hover {
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  .woocommerce-MyAccount-content > h2,
  .woocommerce-MyAccount-content > section h2,
  .woocommerce-MyAccount-content > header > h2,
  .woocommerce-product-details__short-description > h2,
  .woocommerce-product-details__short-description > section h2,
  .woocommerce-product-details__short-description > header > h2 {
    font-size: 1.25em;
    line-height: 0.9em;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content > p,
  .woocommerce-product-details__short-description > p {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 64em) {
  .woocommerce-MyAccount-content > h2,
  .woocommerce-MyAccount-content > section h2,
  .woocommerce-MyAccount-content > header > h2,
  .woocommerce-product-details__short-description > h2,
  .woocommerce-product-details__short-description > section h2,
  .woocommerce-product-details__short-description > header > h2 {
    font-size: 1.1111111111em;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content > p,
  .woocommerce-product-details__short-description > p {
    font-size: 1.1111111111em;
  }
}
/* -------------------------------------------------------------------------------------------------
    TEMPLATE: MY ACCOUNT - FORMS
---------------------------------------------------------------------------------------------------- */
form label,
.form .woocommerce form label {
  font-size: 13px;
  font-family: "Publico Text Mono LG Web";
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3em;
  margin-bottom: 4px;
}
form label.checkbox,
.form .woocommerce form label.checkbox {
  display: inline-block !important;
}
form .form-row,
.form .woocommerce form .form-row {
  padding: 16px 0;
}
form .form-row label,
.form .woocommerce form .form-row label {
  line-height: 1.3em;
  margin-bottom: 4px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form textarea,
form .select2-container .select2-selection--single,
.form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form .select2-container .select2-selection--single,
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=tel],
.woocommerce input[type=number],
.woocommerce textarea,
.woocommerce .select2-container .select2-selection--single {
  height: 47px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.09em;
}
form textarea,
.form textarea,
.woocommerce textarea {
  padding-top: 20px;
}
form .select2-container .select2-selection .select2-selection__rendered,
form .select2-container .select2-selection .select2-selection--single .select2-selection__rendered,
.form .select2-container .select2-selection .select2-selection__rendered,
.form .select2-container .select2-selection .select2-selection--single .select2-selection__rendered,
.woocommerce .select2-container .select2-selection .select2-selection__rendered,
.woocommerce .select2-container .select2-selection .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}
form .select2-container .select2-selection .select2-selection__arrow,
form .select2-container .select2-selection .select2-selection--single .select2-selection__arrow,
.form .select2-container .select2-selection .select2-selection__arrow,
.form .select2-container .select2-selection .select2-selection--single .select2-selection__arrow,
.woocommerce .select2-container .select2-selection .select2-selection__arrow,
.woocommerce .select2-container .select2-selection .select2-selection--single .select2-selection__arrow {
  height: 47px;
  right: 7px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce-form-row em {
  font-size: 12px;
  line-height: 1.2em;
  display: inline-block;
  margin-top: 10px;
}

.edit-account fieldset {
  margin-top: 50px;
  border: none;
  width: auto;
  padding: 0;
}
.edit-account fieldset legend {
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 23px;
}

@media screen and (min-width: 64em) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 47%;
  }
}
@media screen and (min-width: 68.8125em) {
  .edit-account fieldset {
    margin-top: 97px;
    width: 430px;
  }
  .edit-account fieldset legend {
    font-size: 20px;
    margin-bottom: 23px;
  }
}
/* -------------------------------------------------------------------------------------------------
    TEMPLATE: WOOCOMMERCE - Messages
---------------------------------------------------------------------------------------------------- */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: none;
  background-color: transparent;
  color: #000000;
}

.woocommerce-info,
.woocommerce-message {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  letter-spacing: 0.02em;
}

.woocommerce-info {
  padding-left: 0;
}
.woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-info a:hover {
  text-decoration: none;
}
.woocommerce-info::before {
  display: none;
}

.woocommerce-error {
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  padding-left: 23px;
}
.woocommerce-error::before {
  color: #E81C11;
  left: 0;
}

.woocommerce-message::before {
  color: #E81C11;
  top: 15px;
}

@media screen and (min-width: 68.8125em) {
  .woocommerce-info,
  .woocommerce-message {
    font-size: 1em;
    line-height: 1.25em;
  }
}
/* -------------------------------------------------------------------------------------------------
    TEMPLATE: ADDRESS
---------------------------------------------------------------------------------------------------- */
.woocommerce-edit-address .woocommerce-MyAccount-navigation {
  margin-bottom: 48px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p + .woocommerce-Addresses {
  padding-top: 60px;
}

.woocommerce .woocommerce-customer-details address,
.woocommerce-MyAccount-content address {
  background-color: #f4f4f4;
  border: none;
  padding: 23px 23px 47px 34px;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.05em;
}

.woocommerce-account .addresses .title h3 {
  font-size: 1.0625em;
  line-height: 1.0588235294em;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .woocommerce-edit-address .woocommerce-MyAccount-navigation {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 68.8125em) {
  .woocommerce-edit-address .woocommerce-MyAccount-navigation {
    margin-bottom: 61px;
  }
  .woocommerce-edit-address .woocommerce-MyAccount-content > p + .woocommerce-Addresses {
    padding-top: 77px;
  }
  .woocommerce .woocommerce-customer-details address,
  .woocommerce-MyAccount-content address {
    padding: 33px 23px 58px 35px;
    font-size: 17px;
    line-height: 32px;
  }
  .woocommerce-account .addresses .title h3 {
    font-size: 1.25em;
    line-height: 0.9em;
  }
}
@media screen and (min-width: 68.8125em) {
  .woocommerce-edit-address .woocommerce-MyAccount-navigation {
    margin-bottom: 45px;
  }
  .woocommerce-account .addresses .title h3 {
    font-size: 1.1111111111em;
    line-height: 0.9em;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-navigation,
.woocommerce-order-received .woocommerce-MyAccount-navigation {
  margin-bottom: 45px;
}
.woocommerce-view-order .woocommerce-MyAccount-content > p,
.woocommerce-order-received .woocommerce-MyAccount-content > p {
  margin-bottom: 50px;
}
.woocommerce-view-order .woocommerce-table--order-details.shop_table,
.woocommerce-order-received .woocommerce-table--order-details.shop_table {
  margin-bottom: 80px;
}
.woocommerce-view-order .woocommerce-table--order-details.shop_table th,
.woocommerce-order-received .woocommerce-table--order-details.shop_table th {
  padding: 19px 18px 15px 34px;
}
.woocommerce-view-order .woocommerce-table--order-details.shop_table td,
.woocommerce-order-received .woocommerce-table--order-details.shop_table td {
  padding-left: 35px;
  padding-right: 19px;
  padding-top: 27px;
  padding-bottom: 37px;
}
.woocommerce-view-order .woocommerce-table--order-details.shop_table tfoot,
.woocommerce-order-received .woocommerce-table--order-details.shop_table tfoot {
  background-color: #f4f4f4;
}
.woocommerce-view-order .woocommerce-table--order-details.shop_table tfoot th,
.woocommerce-view-order .woocommerce-table--order-details.shop_table tfoot td,
.woocommerce-order-received .woocommerce-table--order-details.shop_table tfoot th,
.woocommerce-order-received .woocommerce-table--order-details.shop_table tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.woocommerce-view-order .woocommerce-order-details :last-child,
.woocommerce-order-received .woocommerce-order-details :last-child {
  margin-bottom: 33px;
}
.woocommerce-view-order .woocommerce-orders-table.woocommerce-orders-table--subscriptions,
.woocommerce-order-received .woocommerce-orders-table.woocommerce-orders-table--subscriptions {
  margin-bottom: 71px;
}
.woocommerce-view-order .woocommerce-orders-table.woocommerce-orders-table--subscriptions th,
.woocommerce-order-received .woocommerce-orders-table.woocommerce-orders-table--subscriptions th {
  padding: 20px 0px 16px 32px;
}
.woocommerce-view-order .woocommerce-orders-table.woocommerce-orders-table--subscriptions td,
.woocommerce-order-received .woocommerce-orders-table.woocommerce-orders-table--subscriptions td {
  padding-left: 35px;
  padding-right: 19px;
  padding-top: 27px;
  padding-bottom: 0;
  border-bottom: none;
}
.woocommerce-view-order .woocommerce-orders-table.woocommerce-orders-table--subscriptions td > a,
.woocommerce-order-received .woocommerce-orders-table.woocommerce-orders-table--subscriptions td > a {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .woocommerce-view-order .woocommerce-MyAccount-navigation,
  .woocommerce-order-received .woocommerce-MyAccount-navigation {
    margin-bottom: 37px;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content > p,
  .woocommerce-order-received .woocommerce-MyAccount-content > p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 68.8125em) {
  .woocommerce-view-order .woocommerce-MyAccount-navigation,
  .woocommerce-order-received .woocommerce-MyAccount-navigation {
    margin-bottom: 54px;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content > p,
  .woocommerce-order-received .woocommerce-MyAccount-content > p {
    font-size: 20px;
    margin-bottom: 70px;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content > section h2,
  .woocommerce-order-received .woocommerce-MyAccount-content > section h2 {
    font-size: 20px;
    line-height: 18px;
  }
  .woocommerce-view-order .woocommerce-table--order-details.shop_table,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table {
    margin-bottom: 99px;
  }
  .woocommerce-view-order .woocommerce-table--order-details.shop_table th,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table th {
    padding-right: 34px;
    font-size: 17px;
  }
  .woocommerce-view-order .woocommerce-table--order-details.shop_table td,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table td {
    padding-right: 39px;
    padding-top: 24px;
    padding-bottom: 37px;
    font-size: 16px;
  }
  .woocommerce-view-order .woocommerce-table--order-details.shop_table tfoot th,
  .woocommerce-view-order .woocommerce-table--order-details.shop_table tfoot td,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table tfoot th,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table tfoot td {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 17px;
  }
  .woocommerce-view-order .woocommerce-orders-table.woocommerce-orders-table--subscriptions,
  .woocommerce-order-received .woocommerce-orders-table.woocommerce-orders-table--subscriptions {
    margin-bottom: 108px;
  }
}
@media screen and (min-width: 87.5625em) {
  .woocommerce-view-order .woocommerce-MyAccount-navigation,
  .woocommerce-order-received .woocommerce-MyAccount-navigation {
    margin-bottom: 66px;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content > p,
  .woocommerce-order-received .woocommerce-MyAccount-content > p {
    font-size: 20px;
    margin-bottom: 70px;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content > section h2,
  .woocommerce-order-received .woocommerce-MyAccount-content > section h2 {
    font-size: 20px;
    line-height: 18px;
  }
  .woocommerce-view-order .woocommerce-table--order-details.shop_table,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table {
    margin-bottom: 99px;
  }
  .woocommerce-view-order .woocommerce-table--order-details.shop_table th,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table th {
    padding-right: 34px;
    font-size: 17px;
  }
  .woocommerce-view-order .woocommerce-table--order-details.shop_table td,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table td {
    padding-right: 39px;
    padding-top: 24px;
    padding-bottom: 37px;
    font-size: 16px;
  }
  .woocommerce-view-order .woocommerce-table--order-details.shop_table tfoot th,
  .woocommerce-view-order .woocommerce-table--order-details.shop_table tfoot td,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table tfoot th,
  .woocommerce-order-received .woocommerce-table--order-details.shop_table tfoot td {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 17px;
  }
  .woocommerce-view-order .woocommerce-orders-table.woocommerce-orders-table--subscriptions,
  .woocommerce-order-received .woocommerce-orders-table.woocommerce-orders-table--subscriptions {
    margin-bottom: 108px;
  }
}
.woocommerce-view-subscription .woocommerce .shop_table {
  margin-bottom: 60px;
}
.woocommerce-view-subscription .woocommerce .shop_table tr:last-child td {
  border: none;
}

@media screen and (min-width: 68.8125em) {
  .woocommerce-view-subscription .woocommerce .shop_table {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------------------------------------------------
    TEMPLATE: WOOCOMMERCE - PRODUCT
---------------------------------------------------------------------------------------------------- */
.woocommerce-product-gallery,
.product_meta,
.woocommerce-tabs {
  display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #E81C11;
}

.woocommerce-product-details__short-description {
  padding-top: 30px;
  padding-bottom: 40px;
}

.woocommerce-variation-price {
  padding: 0 0 25px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}

.single-product .site-main {
  padding-top: 40px;
}
.single-product .product_title {
  text-align: center;
  font-family: "Publico Text Mono LG Web";
  font-size: 1.125em;
  line-height: 1.2777777778em;
  letter-spacing: 0.09em;
  margin-bottom: 18px;
}
.single-product .summary > p {
  display: none;
}
.single-product .variations tr td.label {
  display: none;
}
.single-product .variations .row {
  margin: auto;
}
.single-product .variations .btw_attribute_value {
  font-size: 16px;
  position: relative;
}
.single-product .variations .btw_attribute_value__label {
  text-align: center;
  font-family: "Publico Text Mono LG Web";
  font-size: 0.875em;
  line-height: 1.3571428571em;
  letter-spacing: 0.09em;
  margin-bottom: 18px;
  border-bottom: 1px solid #707070;
  margin-bottom: 22px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.single-product .variations .btw_attribute_value__description .paragraph {
  font-size: 16px;
}
.single-product .variations .btw_attribute_value__description ul {
  margin: 0 auto;
  padding-left: 34px;
  padding-right: 46px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.single-product .variations .btw_attribute_value__description ul li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  font-size: 0.75em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.single-product .variations .btw_attribute_value__description ul li::before {
  content: "";
  position: absolute;
  background: url(../img/icons/icon-list-arrow.svg);
  background-size: 100% auto;
  top: 7px;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 4px;
  background-repeat: no-repeat;
}
.single-product .variations .btw_attribute_value__price {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 70px;
  padding-bottom: 20px;
  padding-left: 34px;
}
.single-product .variations .btw_attribute_value__price .price {
  font-family: "Publico Text Mono LG Web";
  font-size: 0.875em;
  line-height: 1.3571428571em;
  letter-spacing: 0.09em;
  color: #000000;
}
.single-product .variations .subscription_variation_button {
  position: absolute;
  bottom: 15px;
  right: 40px;
  font-family: "Publico Text Mono LG Web";
  font-size: 0.75em;
  line-height: 1.3333333333em;
  letter-spacing: 0.09em;
  background-color: #E81C11;
  color: #ffffff;
  border-radius: 0;
  padding: 8px 15px;
  font-weight: normal;
  border: 1px solid #E81C11;
}
.single-product .variations .subscription_variation_button:hover {
  background-color: transparent;
  color: #E81C11;
}

@media screen and (min-width: 48em) {
  .single-product .site-main {
    padding-top: 46px;
  }
  .single-product .product_title {
    margin-bottom: 14px;
  }
  .single-product .variations .value {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 55px;
    display: block;
  }
  .single-product .variations .value::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background-color: #e0e0e0;
    top: 0;
  }
  .single-product .variations .row {
    margin: auto;
  }
  .single-product .variations .row > div:first-child {
    float: left;
  }
  .single-product .variations .row > div:last-child {
    float: right;
  }
  .single-product .variations .btw_attribute_value {
    display: inline-block;
    width: 45.1%;
    vertical-align: top;
  }
  .single-product .variations .btw_attribute_value__label {
    text-align: left;
  }
  .single-product .variations .btw_attribute_value__description ul {
    padding-left: 0;
    padding-right: 0;
  }
  .single-product .variations .btw_attribute_value__price {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .single-product .variations .btw_attribute_value__price .price {
    font-size: 0.875em;
    line-height: 1.3571428571em;
    letter-spacing: 0.09em;
  }
  .single-product .variations .subscription_variation_button {
    bottom: 15px;
    right: 0;
    font-size: 0.75em;
    line-height: 1.3333333333em;
    letter-spacing: 0.09em;
    padding: 8px 15px;
  }
}
@media screen and (min-width: 64em) {
  .single-product .site-main {
    padding-top: 58px;
  }
  .single-product .product_title {
    font-size: 1.25em;
    line-height: 1.15em;
    margin-bottom: 12px;
  }
  .single-product .variations .btw_attribute_value__label {
    font-size: 1.0625em;
    line-height: 1.3529411765em;
  }
  .single-product .variations .btw_attribute_value__description ul {
    padding-bottom: 8px;
  }
  .single-product .variations .btw_attribute_value__description ul li {
    padding-left: 29px;
    font-size: 0.875em;
    line-height: 1.4285714286em;
    margin-bottom: 19px;
  }
  .single-product .variations .btw_attribute_value__description ul li::before {
    width: 19px;
    height: 6px;
  }
  .single-product .variations .btw_attribute_value__price {
    padding-left: 14px;
  }
  .single-product .variations .btw_attribute_value__price .price {
    font-size: 0.9375em;
    line-height: 1.2em;
  }
  .single-product .variations .subscription_variation_button {
    bottom: 18px;
    font-size: 0.8125em;
    line-height: 1.2307692308em;
  }
}
@media screen and (min-width: 68.8125em) {
  .single-product .site-main {
    padding-top: 54px;
  }
  .single-product .product_title {
    font-size: 1.4375em;
    line-height: 1em;
  }
  .single-product .variations .value {
    margin-top: 80px;
  }
  .single-product .variations .row > div:first-child {
    margin-left: 45px;
  }
  .single-product .variations .row > div:last-child {
    margin-right: 45px;
  }
  .single-product .variations .btw_attribute_value {
    width: 41.4%;
  }
  .single-product .variations .btw_attribute_value__label {
    font-size: 1.25em;
    line-height: 1.15em;
    margin-bottom: 22px;
  }
  .single-product .variations .btw_attribute_value__description ul {
    padding-bottom: 8px;
  }
  .single-product .variations .btw_attribute_value__description ul li {
    margin-bottom: 22px;
  }
  .single-product .variations .btw_attribute_value__price .price {
    font-size: 1.0625em;
    line-height: 1.2352941176em;
  }
}
@media screen and (min-width: 87.5625em) {
  .single-product .site-main {
    padding-top: 40px;
  }
  .single-product .variations .value {
    margin-top: 120px;
  }
  .single-product .variations .row > div:first-child {
    margin-left: 60px;
  }
  .single-product .variations .row > div:last-child {
    margin-right: 60px;
  }
  .single-product .variations .btw_attribute_value {
    width: 40%;
  }
  .single-product .variations .btw_attribute_value__description ul {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .single-product .variations .btw_attribute_value__price {
    padding-left: 21px;
  }
  .single-product .variations .btw_attribute_value__price .price {
    font-size: 1.0625em;
    line-height: 1.2352941176em;
  }
  .single-product .variations .subscription_variation_button {
    bottom: 21px;
    padding: 6px 15px;
  }
}
/* -------------------------------------------------------------------------------------------------
    TEMPLATE: WOOCOMMERCE - CHECKOUT
---------------------------------------------------------------------------------------------------- */
.woocommerce-checkout .woocommerce-additional-fields {
  padding: 44px 0 40px;
}
.woocommerce-checkout h3,
.woocommerce-checkout h2 {
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  float: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a:hover {
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
  display: none;
}
.woocommerce-checkout .woocommerce-error {
  padding-left: 30px;
}
.woocommerce-checkout .woocommerce-error::before {
  color: #E81C11;
  left: 0;
}
.woocommerce-checkout form.checkout_coupon .form-row {
  padding: 0;
}
.woocommerce-checkout form.checkout_coupon button {
  height: 45px;
}
.woocommerce-checkout .shop_table {
  margin-bottom: 60px !important;
}
.woocommerce-checkout .shop_table .cart_item td {
  padding: 20px 0;
}
.woocommerce-checkout .shop_table .cart_item .product-name {
  font-size: 15px;
}
.woocommerce-checkout .shop_table .order-total,
.woocommerce-checkout .shop_table .cart-subtotal {
  background-color: #f4f4f4;
}
.woocommerce-checkout .shop_table .order-total td,
.woocommerce-checkout .shop_table .order-total th {
  border: none;
}
.woocommerce-checkout .shop_table .order-total td bdi,
.woocommerce-checkout .shop_table .order-total th bdi {
  font-weight: normal !important;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  background-color: #f4f4f4;
}
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment ul.payment_methods {
  background-color: #f4f4f4;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 23px 28px 15px;
}
.woocommerce-checkout #payment div.payment_box {
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  color: #000000;
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
.woocommerce-checkout #payment div.payment_box .form-row {
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box input {
  height: 47px;
  font-size: 13px;
  letter-spacing: 0.09em;
}
.woocommerce-checkout #payment div.payment_box .woocommerce_error {
  padding-left: 23px;
}
.woocommerce-checkout #payment div.payment_box .woocommerce_error::before {
  top: 18px;
}
.woocommerce-checkout .wc-stripe-elements-field {
  height: 47px;
  font-size: 13px;
  letter-spacing: 0.09em;
  padding: 14px 20px;
}
.woocommerce-checkout .place-order {
  background-color: #f4f4f4;
  padding: 23px 28px 40px !important;
}
.woocommerce-checkout .place-order button {
  background-color: #E81C11 !important;
  height: 40px;
}
.woocommerce-checkout .place-order button:hover {
  background-color: #ffffff !important;
  color: #E81C11 !important;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 17px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p a {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p a:hover {
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-order-overview li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

#order_comments {
  min-height: 160px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-notice--success {
  margin-bottom: 40px;
}
.woocommerce-checkout.woocommerce-order-received ul.order_details li strong {
  font-family: "Publico Text Web Bold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
}
.woocommerce-checkout.woocommerce-order-received .shop_table th.order-total,
.woocommerce-checkout.woocommerce-order-received .shop_table th.cart-subtotal {
  background-color: #E81C11;
}
.woocommerce-checkout.woocommerce-order-received .shop_table td.order-total,
.woocommerce-checkout.woocommerce-order-received .shop_table td.cart-subtotal {
  background-color: #ffffff;
}

@media screen and (max-width: 47.9375em) {
  .woocommerce-checkout form.checkout_coupon {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 100%;
    display: block;
    width: 100%;
  }
  .woocommerce-checkout form.checkout_coupon .form-row-last {
    margin: auto;
    padding-top: 10px;
    width: 100%;
  }
  .woocommerce-checkout form.checkout_coupon .form-row-last button {
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .woocommerce-checkout .woocommerce ul.order_details {
    margin-bottom: 20px;
  }
  .woocommerce-checkout .woocommerce ul.order_details li {
    border: none;
  }
}
@media screen and (min-width: 64em) {
  .woocommerce-checkout .shop_table {
    margin-bottom: 60px;
  }
  .woocommerce-checkout .shop_table .cart_item td {
    padding-left: 14px;
    padding-right: 14px;
    max-width: 130px;
  }
  .woocommerce-checkout .woocommerce-privacy-policy-text {
    width: 342px;
  }
}
@media screen and (min-width: 68.8125em) {
  .woocommerce-checkout h3,
  .woocommerce-checkout h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .woocommerce-checkout .woocommerce-privacy-policy-text {
    width: 485px;
  }
  .woocommerce-checkout .default_page__main {
    max-width: 853px;
  }
}
@media screen and (min-width: 87.5625em) {
  .woocommerce-checkout .shop_table tr th.product-total {
    padding-right: 33px;
  }
  .woocommerce-checkout .shop_table .cart_item td,
  .woocommerce-checkout .shop_table .cart_item th,
  .woocommerce-checkout .shop_table .cart-subtotal td,
  .woocommerce-checkout .shop_table .cart-subtotal th,
  .woocommerce-checkout .shop_table .order-total td,
  .woocommerce-checkout .shop_table .order-total th {
    padding-right: 33px;
    padding-left: 33px;
    max-width: 200px;
  }
  .woocommerce-checkout .shop_table .cart_item .product-name,
  .woocommerce-checkout .shop_table .cart-subtotal .product-name,
  .woocommerce-checkout .shop_table .order-total .product-name {
    font-size: 17px;
  }
  .woocommerce-checkout .woocommerce-privacy-policy-text {
    width: 537px;
  }
  .woocommerce-checkout .default_page__main {
    max-width: 896px;
  }
}
/* -------------------------------------------------------------------------------------------------
    TEMPLATE: WOOCOMMERCE - ORDER RECEIVED
---------------------------------------------------------------------------------------------------- */
.woocommerce-order .woocommerce-order-overview + p,
.woocommerce-order .woocommerce-order-overview + p + p {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .woocommerce ul.order_details li {
    float: none;
    margin-bottom: 15px;
  }
}
.woocommerce-lost-password .woocommerce form p,
.woocommerce-lost-password .woocommerce > p {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  letter-spacing: 0.02em;
}
.woocommerce-lost-password .woocommerce form.lost_reset_password button {
  height: 47px;
}
.woocommerce-lost-password .woocommerce .woocommerce-message {
  padding-left: 22px;
}
.woocommerce-lost-password .woocommerce .woocommerce-message::before {
  left: 0;
  top: 13px;
}

@media screen and (min-width: 64em) {
  .woocommerce-lost-password .woocommerce {
    max-width: 580px;
  }
  .woocommerce-lost-password .woocommerce form p,
  .woocommerce-lost-password .woocommerce > p {
    font-size: 1em;
    line-height: 1.25em;
  }
  .woocommerce-lost-password .woocommerce .woocommerce-message {
    padding-left: 22px;
  }
  .woocommerce-lost-password .woocommerce .woocommerce-message::before {
    left: 0;
    top: 13px;
  }
}
@media screen and (min-width: 68.8125em) {
  .woocommerce-lost-password .woocommerce {
    max-width: 680px;
  }
  .woocommerce-lost-password .woocommerce .woocommerce-message {
    padding-left: 40px;
  }
  .woocommerce-lost-password .woocommerce .woocommerce-message::before {
    top: 20px;
  }
}
/* -------------------------------------------------------------------------------------------------
    PAGE: ISSUE ARCHIVE
---------------------------------------------------------------------------------------------------- */
.main_wrapper {
  padding-left: 18px;
  padding-right: 18px;
}

.page-template-issues-archive .issue_archive_page {
  padding-top: 26px;
}
.page-template-issues-archive .issue_archive_page .page__title {
  text-align: center;
  color: #E81C11;
  margin-bottom: 24px;
}
.page-template-issues-archive .issue_archive_page .paragraph {
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 36px;
}
.page-template-issues-archive .issues_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.page-template-issues-archive .issues_grid .issue_item {
  width: 48%;
  margin-bottom: 35px;
}
.page-template-issues-archive .issues_grid .issue_item__img {
  margin-bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d9d9d9;
  position: relative;
  display: block;
  height: 0;
  padding-top: 127.2%;
  width: 100%;
}
.page-template-issues-archive .issues_grid .issue_item__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.page-template-issues-archive .issues_grid .issue_item__title {
  font-family: "Publico Text Mono LG Web";
  font-size: 0.875em;
  line-height: 1.2142857143em;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 0;
}
.page-template-issues-archive.modal_is_open::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.page-template-issues-archive .modal {
  display: none;
  z-index: 1000;
  max-height: fit-content;
  margin: auto;
  background-color: #FDFDF5;
}
.page-template-issues-archive .modal.opened {
  display: block;
}
.page-template-issues-archive .modal .inner_modal_container {
  padding: 42px 18px 52px;
}
.page-template-issues-archive .modal .close_modal {
  width: 13px;
  height: 12px;
  margin: 0 auto;
}
.page-template-issues-archive .modal .close_modal svg {
  color: #E81C11;
  width: 13px;
  height: 12px;
}
.page-template-issues-archive .modal .page__title {
  color: #000000;
  font-size: 1.0625em;
  line-height: 1.3529411765em;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
}
.page-template-issues-archive .modal .issue_img {
  width: 54.6%;
  max-width: 380px;
  padding-top: 93px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-issues-archive .modal .header_content {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-issues-archive .modal .guide_buttons {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .main_wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 632px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .main_wrapper {
    max-width: 784px;
  }
  .page-template-issues-archive .issue_archive_page {
    padding-top: 22px;
  }
  .page-template-issues-archive .issue_archive_page .page__title {
    margin-bottom: 45px;
  }
  .page-template-issues-archive .issue_archive_page .paragraph {
    max-width: 685px;
    margin-bottom: 65px;
  }
  .page-template-issues-archive .issues_grid {
    padding-bottom: 35px;
    justify-content: initial;
    margin: 0 -25px;
  }
  .page-template-issues-archive .issues_grid .issue_item {
    width: 33.3%;
    padding: 0 25px;
    margin-bottom: 51px;
  }
  .page-template-issues-archive .issues_grid .issue_item__img {
    margin-bottom: 13px;
  }
  .page-template-issues-archive .issues_grid .issue_item__title {
    font-size: 1.0625em;
    line-height: 1.2352941176em;
  }
  .page-template-issues-archive .modal {
    width: 76.6vw;
  }
  .page-template-issues-archive .modal .inner_modal_container {
    padding: 72px 40px 122px;
    position: relative;
  }
  .page-template-issues-archive .modal .close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .page-template-issues-archive .modal .page__title {
    font-size: 1.3125em;
    line-height: 1.0952380952em;
    margin-bottom: 50px;
    position: static;
  }
  .page-template-issues-archive .modal .magazine_landing_header {
    padding: 0;
    margin: 0;
  }
  .page-template-issues-archive .modal .issue_img {
    width: 34.6%;
    max-width: 100%;
    padding-top: 0;
    margin: 0;
  }
  .page-template-issues-archive .modal .header_content {
    max-width: 100%;
    width: 54.6%;
    margin: 0;
  }
  .page-template-issues-archive .modal .guide_btn .button {
    width: 182px;
  }
  .page-template-issues-archive .modal .guide_btn p {
    width: 49%;
  }
}
@media screen and (min-width: 68.8125em) {
  .main_wrapper {
    max-width: 1088px;
  }
  .page-template-issues-archive .issue_archive_page {
    padding-top: 27px;
  }
}
@media screen and (min-width: 87.5625em) {
  .main_wrapper {
    max-width: 1200px;
  }
  .page-template-issues-archive .issue_archive_page {
    padding-top: 30px;
  }
  .page-template-issues-archive .issue_archive_page .paragraph {
    max-width: 720px;
    margin-bottom: 112px;
  }
  .page-template-issues-archive .issues_grid {
    padding-bottom: 70px;
    margin: 0 -37px;
  }
  .page-template-issues-archive .issues_grid .issue_item {
    padding: 0 37px;
    margin-bottom: 47px;
  }
  .page-template-issues-archive .issues_grid .issue_item__img {
    margin-bottom: 18px;
  }
  .page-template-issues-archive .issues_grid .issue_item__title {
    font-size: 1.3125em;
    line-height: 1.0952380952em;
  }
  .page-template-issues-archive .modal {
    width: 1200px;
  }
  .page-template-issues-archive .modal .inner_modal_container {
    padding: 84px 50px 84px 118px;
  }
  .page-template-issues-archive .modal .close_modal {
    width: 15px;
    height: 15px;
    right: 33px;
    top: 30px;
  }
  .page-template-issues-archive .modal .close_modal svg {
    width: 15px;
    height: 15px;
  }
  .page-template-issues-archive .modal .page__title {
    margin-bottom: 48px;
  }
  .page-template-issues-archive .modal .issue_img {
    width: 405px;
  }
  .page-template-issues-archive .modal .header_content {
    width: 529px;
  }
  .page-template-issues-archive .modal .guide_buttons {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-issues-archive .modal .guide_btn {
    margin-bottom: 5px;
    padding-bottom: 24px;
  }
  .page-template-issues-archive .modal .guide_btn .button {
    width: 198px;
  }
  .page-template-issues-archive .modal .guide_btn p {
    width: 274px;
  }
}
/*-------------------------------------------------------------------------------------------------
   TEMPLATES: MAGAZINE LANDING PAGE
--------------------------------------------------------------------------------------------------*/
.magazine_landing_header {
  position: relative;
}
.magazine_landing_header .issue_img {
  padding-top: 120px;
  margin-bottom: 60px;
}
.magazine_landing_header .issue_img img {
  display: block;
  margin: auto;
}
.magazine_landing_header .page__title {
  position: absolute;
  top: 20px;
  font-size: 1.4375em;
  line-height: 1.0869565217em;
  letter-spacing: 0.06em;
}
.magazine_landing_header .guide_subtitle {
  position: absolute;
  top: 80px;
}
.magazine_landing_header .paragraph {
  margin-bottom: 32px;
}
.magazine_landing_header .guide_buttons {
  margin-bottom: 88px;
}
.magazine_landing_header .guide_btn {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 7px;
  margin-bottom: 3px;
  align-items: center;
}
.magazine_landing_header .guide_btn p {
  width: 52%;
  padding-right: 10px;
  font-size: 0.75em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.magazine_landing_header .guide_btn .button {
  width: 150px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #E81C11;
  font-family: "Publico Text Mono LG Web";
  font-size: 0.75em;
  letter-spacing: 0.09em;
}
.magazine_landing_header .guide_btn .button.red_btn {
  background-color: #E81C11;
  color: white;
}
.magazine_landing_header .guide_btn .button.red_btn:hover {
  background-color: transparent;
  color: #E81C11;
}
.magazine_landing_header .guide_btn .button.white_btn {
  background-color: transparent;
  color: #E81C11;
}
.magazine_landing_header .guide_btn .button.white_btn:hover {
  background-color: #E81C11;
  color: white;
}

.container_with_sidebar .section__title {
  font-family: "Publico Text Mono LG Web";
  font-size: 1.4375em;
  line-height: 1.0869565217em;
  letter-spacing: 0.06em;
  margin-bottom: 31px;
}

.magazine_landing_page {
  padding-top: 26px;
  padding-bottom: 40px;
}
.magazine_landing_page .grid_posts_container .large_side_content__article .basic_article_lead_font {
  margin-bottom: 13px;
}

.active-membership .magazine_landing_header .guide_btn {
  justify-content: center;
  border: none;
}
.active-membership .magazine_landing_header .guide_btn a {
  width: 195px;
}
.active-membership .large_side_content__article.restricted-post .post__image a {
  background-color: transparent;
}
.active-membership .large_side_content__article.restricted-post .post__image a::before, .active-membership .large_side_content__article.restricted-post .post__image a::after {
  display: none;
}

@media screen and (min-width: 48em) {
  .magazine_landing_page {
    padding-top: 22px;
  }
  .magazine_landing_page .guide_subtitle {
    top: 55px;
  }
  .magazine_landing_page .grid_posts_container .large_side_content__article .basic_article_lead_font {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 64em) {
  .magazine_landing_header {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .magazine_landing_header .issue_img {
    padding-top: 0;
    margin-bottom: 0;
    width: 38.7%;
  }
  .magazine_landing_header .issue_img img {
    width: 100%;
  }
  .magazine_landing_header .header_content {
    width: 49.8%;
  }
  .magazine_landing_header .page__title {
    position: static;
    margin-bottom: 22px;
    font-size: 1.375em;
    text-align: center;
  }
  .magazine_landing_header .guide_subtitle {
    position: static;
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .magazine_landing_header .paragraph {
    margin-bottom: 50px;
    font-size: 0.875em;
    line-height: 1.4285714286em;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 40px;
  }
  .magazine_landing_header .guide_buttons {
    margin-bottom: 0;
    padding-left: 8px;
  }
  .magazine_landing_header .guide_btn p {
    width: 56%;
    padding-right: 0;
  }
  .container_with_sidebar .section__title {
    font-size: 1.375em;
    margin-bottom: 40px;
  }
  .magazine_landing_page {
    padding-top: 27px;
    padding-bottom: 160px;
  }
  .active-membership .magazine_landing_header .guide_btn a {
    width: 228px;
  }
}
@media screen and (min-width: 68.8125em) {
  .container_with_sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .container_with_sidebar .section__title {
    width: 100%;
  }
  .grid_posts_container {
    width: 720px;
  }
  .magazine_landing_page {
    padding-top: 30px;
  }
}
@media screen and (min-width: 87.5625em) {
  .grid_posts_container {
    width: 792px;
  }
  .magazine_landing_header {
    margin-bottom: 189px;
  }
  .magazine_landing_header .issue_img {
    width: 37.5%;
  }
  .magazine_landing_header .header_content {
    width: 49%;
  }
  .magazine_landing_header .page__title {
    margin-bottom: 26px;
    font-size: 2.125em;
    line-height: 1.0882352941em;
  }
  .magazine_landing_header .paragraph {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 46px;
    width: 463px;
    margin-left: auto;
    margin-right: auto;
  }
  .magazine_landing_header .guide_buttons {
    padding-left: 12px;
    padding-right: 25px;
  }
  .magazine_landing_header .guide_btn {
    margin-bottom: 14px;
  }
  .magazine_landing_header .guide_btn p {
    width: 50%;
    font-size: 0.875em;
    line-height: 1.4285714286em;
  }
  .magazine_landing_header .guide_btn .button {
    width: 198px;
    height: 32px;
    line-height: 32px;
    font-size: 0.8125em;
  }
  .container_with_sidebar .section__title {
    font-size: 2.125em;
    line-height: 1.0882352941em;
    margin-bottom: 60px;
  }
  .magazine_landing_page {
    padding-bottom: 200px;
  }
  .magazine_landing_page .grid_posts_container .large_side_content__article .basic_article_lead_font {
    margin-bottom: 17px;
  }
  .active-membership .magazine_landing_header .guide_btn a {
    width: 242px;
  }
}
/* -------------------------------------------------------------------------------------------------
    PAGE: LEGAL
---------------------------------------------------------------------------------------------------- */
.legal_wrapper {
  padding: 0 18px;
}
.legal_wrapper .legal_page {
  padding-top: 49px;
  padding-bottom: 75px;
}
.legal_wrapper .page__title {
  margin-bottom: 45px;
  text-align: center;
  color: #E81C11;
}

@media screen and (min-width: 48em) {
  .legal_wrapper {
    padding: 0;
    max-width: 632px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .legal_wrapper {
    max-width: 653px;
  }
  .legal_wrapper .legal_page {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 68.8125em) {
  .legal_wrapper {
    max-width: 685px;
  }
}
@media screen and (min-width: 87.5625em) {
  .legal_wrapper {
    max-width: 728px;
  }
  .legal_wrapper .legal_page {
    padding-bottom: 53px;
  }
  .legal_wrapper .page__title {
    margin-bottom: 43px;
  }
}
/* -------------------------------------------------------------------------------------------------
    PAGE: 404
---------------------------------------------------------------------------------------------------- */
.error404 .global_wrapper,
.error404 .error-page {
  background-color: #E81C11;
}

.error-page {
  padding-top: 100px;
  padding-bottom: 106px;
  text-align: center;
}
.error-page .error_img {
  width: 250px;
  margin: auto;
  margin-bottom: 17px;
}
.error-page .error_content,
.error-page .return_home {
  font-family: "Publico Text Mono LG Web";
  font-size: 1.1875em;
  line-height: 1.1052631579em;
  letter-spacing: 0.06em;
}
.error-page .error_content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 26px;
  width: 303px;
}
.error-page .return_home {
  text-decoration: underline;
}
.error-page .return_home:hover {
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .error-page {
    padding-bottom: 225px;
  }
  .error-page .error_img {
    width: 304px;
    margin-bottom: 27px;
  }
  .error-page .error_content,
  .error-page .return_home {
    font-size: 1.3125em;
    line-height: 1.0952380952em;
  }
  .error-page .error_content {
    margin-bottom: 38px;
    width: 388px;
  }
}
@media screen and (min-width: 64em) {
  .error-page {
    padding-bottom: 255px;
  }
  .error-page .error_img {
    margin-bottom: 31px;
  }
  .error-page .error_content {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 68.8125em) {
  .error-page {
    padding-bottom: 275px;
  }
  .error-page .error_img {
    width: 369px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 87.5625em) {
  .error-page {
    padding-top: 120px;
    padding-bottom: 320px;
  }
  .error-page .error_img {
    width: 326px;
  }
}
@media screen and (min-width: 106.3125em) {
  .error-page {
    padding-top: 199px;
    padding-bottom: 190px;
  }
  .error-page .error_img {
    width: 369px;
  }
  .error-page .error_content,
  .error-page .return_home {
    letter-spacing: 0.09em;
  }
  .error-page .error_content {
    width: 406px;
  }
}
/*-------------------------------------------------------------------------------------------------
   TEMPLATES PARTS
--------------------------------------------------------------------------------------------------*/
.module_article .img_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f7f7f7;
  position: relative;
  display: block;
  height: 0;
}
.module_article .img_bg a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.module_article.has-featured-video .post__image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: auto;
  background: url(../img/icons/play-button.svg) no-repeat scroll center center transparent;
  background-size: 100% auto;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  margin: auto;
  visibility: visible;
}

/*-------------------------------------------------------------------------------------------------
   COMPONENTS: Category article
--------------------------------------------------------------------------------------------------*/
.large_side_content__article {
  margin-bottom: 30px;
}
.large_side_content__article .post__image {
  padding-top: 64%;
  margin-bottom: 14px;
}
.large_side_content__article .post__title {
  margin-bottom: 9px;
}

@media screen and (min-width: 48em) {
  .large_side_content__article {
    display: flex;
    justify-content: space-between;
  }
  .large_side_content__article .post__image {
    width: 41.2%;
    padding-top: 26%;
    margin-bottom: 0;
  }
  .large_side_content__article .post__content {
    width: 55.7%;
  }
  .large_side_content__article .post__title {
    margin-bottom: 19px;
  }
  .large_side_content__article.restricted-post .post__image a::before {
    width: 157px;
    top: 85px;
    font-size: 12px;
  }
  .large_side_content__article.restricted-post .post__image a::after {
    width: 20px;
    height: 67px;
    top: 31px;
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 64em) {
  .large_side_content__article {
    margin-bottom: 16px;
    justify-content: flex-start;
  }
  .large_side_content__article .post__image {
    width: 33%;
    padding-top: 21%;
    margin-bottom: 0;
  }
  .large_side_content__article .post__content {
    width: 53.7%;
    padding-left: 17px;
  }
  .large_side_content__article .post__title {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 68.8125em) {
  .large_side_content__article {
    justify-content: flex-start;
  }
  .large_side_content__article .post__image {
    width: 51.6%;
    padding-top: 31%;
  }
  .large_side_content__article .post__content {
    width: 53.7%;
    padding-left: 20px;
  }
  .large_side_content__article .post__title {
    margin-bottom: 15px;
  }
  .large_side_content__article.restricted-post .post__image a::after {
    width: 17px;
    height: 60px;
    top: 57px;
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 87.5625em) {
  .large_side_content__article {
    justify-content: flex-start;
  }
  .large_side_content__article .post__image {
    width: 45.6%;
    padding-top: 29%;
  }
  .large_side_content__article .post__content {
    width: 53.7%;
    padding-left: 20px;
  }
  .large_side_content__article .post__title {
    margin-bottom: 22px;
  }
  .large_side_content__article.restricted-post .post__image a::before {
    width: 190px;
    top: 57px;
    font-size: 0.9375em;
    line-height: 1.3333333333em;
  }
  .large_side_content__article.restricted-post .post__image a::after {
    width: 17px;
    height: 60px;
    top: 57px;
    right: 0;
    left: 0;
  }
}
.xl_side_content__article {
  margin-bottom: 65px;
}
.xl_side_content__article .post__image {
  padding-top: 123%;
  margin-bottom: 38px;
}
.xl_side_content__article .post__title {
  color: #E81C11;
  margin-bottom: 10px;
  text-align: center;
}
.xl_side_content__article .post__lead {
  margin-bottom: 16px;
  text-align: center;
}
.xl_side_content__article .caption {
  text-align: center;
}

@media screen and (min-width: 48em) {
  .xl_side_content__article {
    margin-bottom: 55px;
  }
  .xl_side_content__article .post__image {
    padding-top: 63.4%;
    margin-bottom: 17px;
  }
  .xl_side_content__article .post__title {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
  }
  .xl_side_content__article .post__lead {
    max-width: 393px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .xl_side_content__article {
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
  }
  .xl_side_content__article .post__image {
    width: 464px;
    padding-top: 41.1%;
    margin-bottom: 0;
  }
  .xl_side_content__article .post__content {
    width: 284px;
  }
  .xl_side_content__article .post__title {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
    margin-top: 3px;
  }
  .xl_side_content__article .post__lead {
    max-width: 100%;
    text-align: left;
  }
  .xl_side_content__article .caption {
    text-align: left;
  }
}
@media screen and (min-width: 68.8125em) {
  .xl_side_content__article {
    margin-bottom: 0;
    display: block;
    width: 519px;
  }
  .xl_side_content__article .post__image {
    width: 100%;
    padding-top: 69.5%;
    margin-bottom: 29px;
  }
  .xl_side_content__article .post__content {
    width: 442px;
    margin-left: auto;
    margin-right: auto;
  }
  .xl_side_content__article .post__title {
    margin-left: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 11px;
  }
  .xl_side_content__article .post__lead {
    text-align: center;
    margin-bottom: 17px;
  }
  .xl_side_content__article .caption {
    text-align: center;
  }
}
@media screen and (min-width: 87.5625em) {
  .xl_side_content__article {
    width: 564px;
  }
  .xl_side_content__article .post__image {
    padding-top: 69.6%;
    margin-bottom: 31px;
  }
  .xl_side_content__article .post__content {
    width: 100%;
  }
  .xl_side_content__article .post__title {
    margin-bottom: 12px;
  }
  .xl_side_content__article .post__lead {
    width: 480px;
  }
  .xl_side_content__article .caption {
    text-align: center;
  }
}
/*-------------------------------------------------------------------------------------------------
   COMPONENTS: basic article
--------------------------------------------------------------------------------------------------*/
.basic_article .post__image {
  padding-top: 63.3%;
  margin-bottom: 15px;
}
.basic_article .post__title {
  margin-bottom: 18px;
}
.basic_article .post__lead {
  margin-bottom: 18px;
}
.basic_article.has-featured-video .post__image a::after {
  width: 100px;
}

@media screen and (min-width: 48em) {
  .basic_article {
    display: flex;
    justify-content: space-between;
  }
  .basic_article .post__title {
    margin-bottom: 16px;
  }
  .basic_article .post__image {
    width: 41.2%;
    padding-top: 26%;
    margin-bottom: 0;
  }
  .basic_article .post__content {
    width: 55.7%;
  }
}
@media screen and (min-width: 64em) {
  .basic_article {
    display: block;
    width: 32.7%;
    margin-bottom: 14px;
  }
  .basic_article .post__image {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 63.7%;
  }
  .basic_article .post__content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 68.8125em) {
  .basic_article .post__title {
    margin-bottom: 14px;
  }
}
.side_column .basic_article {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.side_column .basic_article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.side_column .basic_article .post__content {
  width: 100%;
  text-align: left;
}
.side_column .basic_article .post__title {
  margin-bottom: 8px;
  margin-left: 0;
}

@media screen and (min-width: 48em) {
  .side_column .basic_article .post__title {
    width: 550px;
  }
}
@media screen and (min-width: 64em) {
  .side_column .basic_article .post__title {
    width: 684px;
  }
}
@media screen and (min-width: 68.8125em) {
  .side_column .basic_article {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .side_column .basic_article .post__title {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
  .side_column .basic_article .caption {
    text-align: center;
  }
}
.large_article .post__image {
  padding-top: 59.7%;
  margin-bottom: 12px;
}
.large_article .post__content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.large_article .post__content .post__title {
  order: 2;
  margin-bottom: 8px;
}
.large_article .post__content .caption {
  order: 1;
  margin-bottom: 7px;
}
.large_article .post__content .module_subtitle {
  color: #000000;
  order: 3;
}
.large_article .post__content .author {
  order: 3;
  max-width: 120px;
}
.large_article.has-featured-video .post__image a::after {
  width: 110px;
}

@media screen and (min-width: 48em) {
  .large_article .post__image {
    padding-top: 63.4%;
    margin-bottom: 14px;
  }
  .large_article .post__content .post__title {
    margin-bottom: 9px;
  }
  .large_article.has-featured-video .post__image a::after {
    width: 157px;
  }
}
@media screen and (min-width: 64em) {
  .large_article.has-featured-video .post__image a::after {
    width: 195px;
  }
  .large_article .post__content {
    max-width: 682px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 68.8125em) {
  .large_article {
    display: flex;
    flex-direction: column;
  }
  .large_article .post__image {
    order: 2;
    padding-top: 60%;
    margin-bottom: 0;
  }
  .large_article .post__content {
    order: 1;
    max-width: 100%;
  }
  .large_article .post__content .post__title {
    margin-bottom: 7px;
    max-width: 90%;
  }
  .large_article .post__content .author,
  .large_article .post__content .module_subtitle {
    order: 2;
    margin-bottom: 19px;
  }
  .large_article.has-featured-video .post__image a::after {
    width: 177px;
  }
}
@media screen and (min-width: 87.5625em) {
  .large_article .post__content .post__title {
    margin-bottom: 9px;
    max-width: 80%;
  }
  .large_article.has-featured-video .post__image a::after {
    width: 237px;
  }
}
.opinion_article {
  margin-bottom: 30px;
}
.opinion_article .post__image {
  border-radius: 50%;
  width: 34%;
  padding-top: 34%;
  margin-bottom: 7px;
}
.opinion_article .post__title {
  max-width: 82%;
  margin-left: 0;
}
.opinion_article .author {
  margin-bottom: 10px;
}
.opinion_article:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .opinion_article {
    margin-bottom: 52px;
  }
  .opinion_article .post__image {
    width: 120px;
    padding-top: 50%;
    margin-bottom: 10px;
  }
  .opinion_article .post__title {
    max-width: 100%;
    text-align: center;
  }
  .opinion_article .author {
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 64em) {
  .opinion_article {
    margin-bottom: 38px;
  }
  .opinion_article .post__image {
    margin-bottom: 20px;
  }
  .opinion_article .author {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 68.8125em) {
  .opinion_article {
    margin-bottom: 0;
  }
  .opinion_article .post__image {
    margin-bottom: 20px;
  }
  .opinion_article .author {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 68.8125em) {
  .opinion_article .author {
    margin-bottom: 20px;
  }
}
.above_the_fold {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 60px;
}
.above_the_fold .xl_side_content__article {
  order: 1;
}
.above_the_fold .sidebar {
  order: 2;
  position: relative;
  margin: auto;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  width: 100%;
}
.above_the_fold .sidebar .ads_element {
  width: 300px;
  position: sticky;
  top: 0;
  background-color: #D9D9D9;
  height: 300px;
  margin: auto;
}
.above_the_fold .side_column {
  order: 3;
}

@media screen and (min-width: 48em) {
  .above_the_fold {
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
  .above_the_fold .sidebar {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 64em) {
  .above_the_fold {
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 68.8125em) {
  .above_the_fold {
    display: grid;
    grid-template-columns: 1fr 1fr 300px;
    grid-template-rows: 300px 1fr;
    padding-bottom: 62px;
    margin-bottom: 60px;
    justify-content: initial;
  }
  .above_the_fold .xl_side_content__article {
    order: 1;
    grid-row: span 2;
    grid-column: span 2;
    width: calc(100% - 13px);
  }
  .above_the_fold .xl_side_content__article .post__image {
    padding-top: 60%;
    margin-bottom: 25px;
  }
  .above_the_fold .xl_side_content__article .post__content {
    width: 85.7%;
  }
  .above_the_fold .xl_side_content__article .post__lead {
    width: 100%;
  }
  .above_the_fold .side_column {
    order: 3;
    width: 300px;
  }
  .above_the_fold .side_column .module_article:nth-of-type(2) {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .above_the_fold .side_column .module_article .post__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .above_the_fold .sidebar {
    order: 2;
    width: 300px;
    margin: 0;
    border: none;
    padding: 0;
    height: fit-content;
  }
}
@media screen and (min-width: 87.5625em) {
  .above_the_fold {
    padding-bottom: 58px;
  }
}
.three_article_grid {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 28px;
  margin-bottom: 60px;
}
.three_article_grid .basic_article {
  margin-bottom: 32px;
}

@media screen and (min-width: 48em) {
  .three_article_grid {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .three_article_grid .basic_article {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 64em) {
  .three_article_grid {
    padding-bottom: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .three_article_grid .basic_article {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 68.8125em) {
  .three_article_grid {
    padding-bottom: 12px;
    margin-bottom: 60px;
  }
  .three_article_grid .basic_article {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 87.5625em) {
  .three_article_grid {
    padding-bottom: 30px;
    margin-bottom: 58px;
  }
  .three_article_grid .basic_article {
    margin-bottom: 26px;
  }
}
.magazine_section {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 58px;
  margin-bottom: 34px;
}
.magazine_section .column_right {
  display: none;
}

.magazine_issue {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 21px;
  padding-bottom: 8px;
}
.magazine_issue .issue_info {
  order: 2;
  text-align: center;
}
.magazine_issue .page__title {
  color: #E81C11;
  margin-bottom: 4px;
}
.magazine_issue .issue__date {
  margin-bottom: 25px;
}
.magazine_issue .magazine_article {
  order: 1;
  background-color: #f7f7f7;
  margin-bottom: 23px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.magazine_issue .magazine_article .post__image {
  width: 50.5%;
  padding-top: 65%;
  margin-left: auto;
  margin-right: auto;
  background-position: top;
}
.magazine_issue .issue_buttons {
  order: 3;
}
.magazine_issue .issue_buttons .issue_btn {
  display: block;
  border: 1px solid #E81C11;
  line-height: 32px;
  height: 32px;
  text-align: center;
  margin-bottom: 22px;
  color: #E81C11;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 48em) {
  .magazine_section {
    padding-bottom: 52px;
    margin-bottom: 40px;
  }
  .magazine_issue {
    border: none;
    margin-bottom: 58px;
    padding-bottom: 0;
  }
  .magazine_issue .page__title {
    margin-bottom: 12px;
  }
  .magazine_issue .issue__date {
    margin-bottom: 28px;
  }
  .magazine_issue .magazine_article {
    margin-bottom: 29px;
  }
  .magazine_issue .magazine_article .post__image {
    width: 355px;
    padding-top: 72.3%;
  }
  .magazine_issue .issue_buttons .issue_btn {
    line-height: 43px;
    height: 43px;
    margin-bottom: 20px;
    width: 390px;
  }
}
@media screen and (min-width: 64em) {
  .magazine_section {
    padding-bottom: 58px;
  }
  .magazine_issue {
    margin-bottom: 75px;
  }
  .magazine_issue .magazine_article {
    padding-top: 37px;
    padding-bottom: 37px;
    margin-bottom: 32px;
  }
  .magazine_issue .magazine_article .post__image {
    width: 400px;
    padding-top: 65.1%;
  }
  .magazine_issue .issue_buttons {
    display: flex;
    justify-content: center;
  }
  .magazine_issue .issue_buttons .issue_btn {
    margin-bottom: 0;
    width: 250px;
    margin: 0 15px;
  }
}
@media screen and (min-width: 68.8125em) {
  .magazine_section {
    padding-bottom: 58px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
  }
  .magazine_section .side_column {
    width: 216px;
    padding-top: 94px;
  }
  .magazine_section .column_left {
    order: 1;
  }
  .magazine_section .column_right {
    order: 3;
    display: block;
  }
  .magazine_issue {
    order: 2;
    width: 568px;
    margin-bottom: 0;
  }
  .magazine_issue .issue_info {
    order: 1;
  }
  .magazine_issue .page__title {
    margin-bottom: 13px;
  }
  .magazine_issue .issue__date {
    margin-bottom: 37px;
  }
  .magazine_issue .magazine_article {
    order: 2;
    padding-top: 27px;
    padding-bottom: 27px;
    margin-bottom: 39px;
  }
  .magazine_issue .magazine_article .post__image {
    width: 290px;
  }
  .magazine_issue .issue_buttons .issue_btn {
    width: 185px;
    height: 29px;
    line-height: 29px;
    margin: 0 27px;
  }
}
@media screen and (min-width: 87.5625em) {
  .magazine_section {
    padding-bottom: 58px;
    margin-bottom: 60px;
  }
  .magazine_section .side_column {
    width: 233px;
    padding-top: 103px;
  }
  .magazine_issue {
    width: 688px;
  }
  .magazine_issue .page__title {
    margin-bottom: 10px;
  }
  .magazine_issue .issue__date {
    margin-bottom: 44px;
  }
  .magazine_issue .magazine_article {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 75px;
  }
  .magazine_issue .magazine_article .post__image {
    width: 332px;
    padding-top: 62%;
  }
  .magazine_issue .issue_buttons .issue_btn {
    width: 183px;
    height: 33px;
    line-height: 33px;
    margin: 0 30px;
  }
}
.featured_story .large_article {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 61px;
  margin-bottom: 42px;
}

@media screen and (min-width: 64em) {
  .featured_story .large_article {
    padding-bottom: 56px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 68.8125em) {
  .featured_story .large_article {
    position: relative;
    padding-bottom: 101px;
    margin-bottom: 60px;
  }
  .featured_story .large_article .caption {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.featured_interviews .large_article {
  margin-bottom: 36px;
}

@media screen and (max-width: 47.9375em) {
  .featured_interviews .three_article_grid .post__content {
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .featured_interviews .large_article {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 64em) {
  .featured_interviews .large_article {
    margin-bottom: 61px;
  }
}
@media screen and (min-width: 68.8125em) {
  .featured_interviews .large_article {
    margin-bottom: 50px;
  }
  .featured_interviews .large_article .post__content .post__title {
    order: 1;
    margin-bottom: 19px;
  }
  .featured_interviews .large_article .post__content .caption {
    order: 3;
    margin-bottom: 36px;
  }
  .featured_interviews .large_article .post__content .author {
    order: 2;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 87.5625em) {
  .featured_interviews .large_article {
    margin-bottom: 80px;
  }
  .featured_interviews .large_article .post__content .caption {
    margin-bottom: 29px;
  }
}
.opinions {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 72px;
  margin-bottom: 36px;
}

@media screen and (min-width: 48em) {
  .opinions {
    padding-bottom: 6px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 34px;
    padding-right: 34px;
  }
  .opinions .opinion_article {
    width: 240px;
    text-align: center;
  }
  .opinions .opinion_article .post__image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .opinions {
    padding-bottom: 28px;
    margin-bottom: 50px;
    padding-left: 104px;
    padding-right: 104px;
  }
}
@media screen and (min-width: 68.8125em) {
  .opinions {
    flex-wrap: nowrap;
    padding-bottom: 80px;
    margin-bottom: 55px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 87.5625em) {
  .opinions {
    padding-bottom: 61px;
  }
}
/* -------------------------------------------------------------------------------------------------
    PAGE: TOP BAR
---------------------------------------------------------------------------------------------------- */
.topbar {
  display: none;
  overflow-y: hidden;
}

@media screen and (min-width: 48em) {
  .topbar {
    display: block;
    height: 30px;
    padding-top: 5px;
    z-index: 10;
  }
  .topbar .post__title {
    font-family: "Publico Text Mono LG Web";
    font-size: 1.125em;
    line-height: 1em;
    letter-spacing: 0.06em;
  }
  .marquee__item {
    padding: 0 40px;
  }
}
@media screen and (min-width: 48em) {
  .marquee__item {
    padding: 0 50px;
  }
}
@media screen and (min-width: 68.8125em) {
  .topbar {
    height: 40px;
    padding-top: 9px;
  }
  .topbar .post__title {
    font-size: 1.375em;
    line-height: 1em;
  }
  .marquee__item {
    padding: 0 60px;
  }
}
@media screen and (min-width: 87.5625em) {
  .topbar {
    height: 53px;
    padding-top: 14px;
  }
  .topbar .post__title {
    font-size: 1.3125em;
    line-height: 1em;
  }
}
@media screen and (min-width: 106.3125em) {
  .topbar .post__title {
    font-size: 1.625em;
    line-height: 1em;
  }
  .marquee__item {
    padding: 0 75px;
  }
}
.newsletter_section {
  padding-bottom: 60px;
  margin-bottom: 35px;
  border-bottom: 1px solid #D9D9D9;
}
.newsletter_section .page__title {
  text-align: center;
  color: #E81C11;
  margin-bottom: 10px;
}
.newsletter_section .newsletter_content {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  letter-spacing: 0.02em;
  width: 271px;
  margin: auto;
  text-align: center;
  margin-bottom: 35px;
}
.newsletter_section .button {
  font-family: "Publico Text Mono LG Web";
  font-size: 1em;
  line-height: 35px;
  padding: 0 35px;
  background-color: #E81C11;
  color: #ffffff;
  border: 1px solid #E81C11;
  width: fit-content;
  margin: 0 auto;
}
.newsletter_section .button:hover {
  background-color: #ffffff;
  color: #E81C11;
}

@media screen and (min-width: 48em) {
  .newsletter_section {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 64em) {
  .newsletter_section .newsletter_content {
    font-size: 1em;
    line-height: 1.25em;
    width: 384px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 68.8125em) {
  .newsletter_section {
    margin-bottom: 60px;
  }
  .newsletter_section .page__title {
    margin-bottom: 15px;
  }
  .newsletter_section .newsletter_content {
    margin-bottom: 40px;
  }
}
.articles_grid_with_banner .sidebar {
  display: none;
}

@media screen and (min-width: 64em) {
  .articles_grid_with_banner {
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d9d9d9;
  }
  .articles_grid_with_banner .three_article_grid {
    width: calc(100% - 300px);
    padding-right: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
  }
  .articles_grid_with_banner .three_article_grid .basic_article {
    width: 48%;
  }
  .articles_grid_with_banner .sidebar {
    width: 300px;
    display: block;
    position: relative;
  }
  .articles_grid_with_banner .sidebar .ads_element {
    margin: auto auto 20px;
  }
}
@media screen and (min-width: 68.8125em) {
  .articles_grid_with_banner .three_article_grid {
    padding-right: 100px;
  }
}
@media screen and (min-width: 87.5625em) {
  .articles_grid_with_banner {
    padding-bottom: 30px;
    margin-bottom: 58px;
  }
}
.single_section_wrapper {
  margin-top: 78px;
}
.single_section_wrapper .page__title {
  color: #E81C11;
}
.single_section_wrapper .three_article_grid {
  border-bottom: none;
}

@media screen and (min-width: 48em) {
  .single_section_wrapper {
    margin-top: 100px;
  }
  .single_section_wrapper .page__title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 64em) {
  .single_section_wrapper {
    margin-top: 78px;
  }
  .single_section_wrapper .page__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 68.8125em) {
  .single_section_wrapper .page__title {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 87.5625em) {
  .single_section_wrapper {
    margin-top: 115px;
  }
  .single_section_wrapper .page__title {
    margin-bottom: 43px;
  }
}/*# sourceMappingURL=archive.css.map */