/* line 21, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/susy-2.2.14/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../sass/general/_grid.scss */
.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.row:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 14, ../sass/general/_grid.scss */
.row .one {
  width: 7.63359%;
  float: left;
  margin-right: 0.76336%;
}
/* line 17, ../sass/general/_grid.scss */
.row .two {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
}
/* line 20, ../sass/general/_grid.scss */
.row .three {
  width: 24.42748%;
  float: left;
  margin-right: 0.76336%;
}
/* line 23, ../sass/general/_grid.scss */
.row .four {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}
/* line 26, ../sass/general/_grid.scss */
.row .five {
  width: 41.22137%;
  float: left;
  margin-right: 0.76336%;
}
/* line 29, ../sass/general/_grid.scss */
.row .six {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
}
/* line 32, ../sass/general/_grid.scss */
.row .seven {
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
}
/* line 35, ../sass/general/_grid.scss */
.row .eight {
  width: 66.41221%;
  float: left;
  margin-right: 0.76336%;
}
/* line 38, ../sass/general/_grid.scss */
.row .nine {
  width: 74.80916%;
  float: left;
  margin-right: 0.76336%;
}
/* line 41, ../sass/general/_grid.scss */
.row .ten {
  width: 83.20611%;
  float: left;
  margin-right: 0.76336%;
}
/* line 44, ../sass/general/_grid.scss */
.row .eleven {
  width: 91.60305%;
  float: left;
  margin-right: 0.76336%;
}
/* line 47, ../sass/general/_grid.scss */
.row .twelve {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 52, ../sass/general/_grid.scss */
.small-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}
/* line 57, ../sass/general/_grid.scss */
.small-row:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (max-width: 1240px) {
  /* line 65, ../sass/general/_grid.scss */
  .row.with-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 810px) {
  /* line 72, ../sass/general/_grid.scss */
  .small-row.with-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* Tablets */
@media only screen and (max-width: 900px) {
  /* line 81, ../sass/general/_grid.scss */
  .row.with-margin.tablet {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* Mobile wide/Smaller Tablets */
@media only screen and (max-width: 767px) {
  /* line 91, ../sass/general/_grid.scss */
  .row.with-margin {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
  }
  /* line 96, ../sass/general/_grid.scss */
  .row.with-margin.tablet {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 570px) {
  /* line 105, ../sass/general/_grid.scss */
  .row.with-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* Small Screen Mobile */
@media only screen and (max-width: 480px) {
  /* line 113, ../sass/general/_grid.scss */
  .row.with-margin {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 117, ../sass/general/_grid.scss */
  .row.with-margin.tablet {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 123, ../sass/general/_grid.scss */
  .small-row.with-margin {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 1, ../sass/general/_default.scss */
html, body {
  font-family: Georgia, serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
}

/* line 9, ../sass/general/_default.scss */
body {
  font-size: 16px;
  line-height: 1.55em;
  background-color: #F6F8F9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 17, ../sass/general/_default.scss */
h1, h2, h3, h4 {
  font-family: Georgia, serif;
  font-weight: bold;
  margin: 0;
}

/* line 23, ../sass/general/_default.scss */
h1 {
  font-size: 2.94em;
  line-height: 1.0em;
}

/* line 28, ../sass/general/_default.scss */
h2 {
  font-size: 2em;
  line-height: 1.1em;
}

/* line 33, ../sass/general/_default.scss */
h3 {
  font-size: 1.52em;
  line-height: 1.1em;
}

/* line 38, ../sass/general/_default.scss */
h4 {
  font-size: 1.06em;
  line-height: 1.0em;
}

/* line 43, ../sass/general/_default.scss */
p {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #000000;
  line-height: 1.5em;
}
/* line 48, ../sass/general/_default.scss */
p.first {
  margin-top: 0;
}
/* line 51, ../sass/general/_default.scss */
p.last {
  margin-bottom: 0;
}

/* line 56, ../sass/general/_default.scss */
input[type=text], input[type=email], input[type=password], input, select, textarea {
  font-family: Georgia, serif;
  font-weight: normal;
  border: 1px solid #E9E9E9;
  font-size: inherit;
  padding: 2px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 64, ../sass/general/_default.scss */
input[type=text], input[type=email], input[type=password], select {
  height: 48px;
}

/* line 68, ../sass/general/_default.scss */
select {
  outline: none;
}

/* line 72, ../sass/general/_default.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 78, ../sass/general/_default.scss */
img.alignright {
  display: block;
  margin-left: auto;
}

/* line 83, ../sass/general/_default.scss */
a {
  font-family: Georgia, serif;
  font-weight: normal;
}
/* line 86, ../sass/general/_default.scss */
a:focus {
  outline: none;
}
/* line 90, ../sass/general/_default.scss */
a:link, a:visited, a:hover, a:active {
  color: #E93F3A;
  text-decoration: underline;
}

/* line 99, ../sass/general/_default.scss */
b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-weight: normal;
}

/* Medium Screen/Large Tablets */
/* Tablets */
/* Mobile wide/Smaller Tablets */
@media only screen and (max-width: 768px) {
  /* line 116, ../sass/general/_default.scss */
  h1 {
    font-size: 2.35em;
  }

  /* line 120, ../sass/general/_default.scss */
  h2 {
    font-size: 1.6em;
  }
}
/* Small Screen Mobile */
@media only screen and (max-width: 480px) {
  /* line 127, ../sass/general/_default.scss */
  body {
    font-size: 16px;
  }

  /* line 131, ../sass/general/_default.scss */
  h1 {
    font-size: 1.9em;
  }

  /* line 135, ../sass/general/_default.scss */
  h2 {
    font-size: 1.28em;
  }
}
/* line 2, ../sass/general/_general.scss */
html.disable-scrolling {
  overflow-y: hidden;
}

/* line 6, ../sass/general/_general.scss */
.main {
  width: 100%;
  min-height: 100%;
}

/* line 12, ../sass/general/_general.scss */
.page-content-wrapper .error-block {
  background: white;
  padding: 30px 48px;
}
/* line 16, ../sass/general/_general.scss */
.page-content-wrapper .error-block p {
  font-family: Georgia, serif;
  font-weight: normal;
}

/* line 22, ../sass/general/_general.scss */
body {
  background-color: white;
}

/* line 26, ../sass/general/_general.scss */
ul.no-style {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 32, ../sass/general/_general.scss */
a.no-style {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #000000;
}

/* line 37, ../sass/general/_general.scss */
a.button {
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  border: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  background-color: #E41209;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 23, ../sass/general/_mixins.scss */
a.button:hover {
  background-color: #b30e07;
}
/* line 27, ../sass/general/_mixins.scss */
a.button:active {
  background-color: #820a05;
}
/* line 31, ../sass/general/_mixins.scss */
a.button::after {
  position: absolute;
  background-color: white;
  border: #E41209 1px solid;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
/* line 40, ../sass/general/_general.scss */
a.button.dark {
  background-color: #000000;
  color: white;
}

/* line 52, ../sass/general/_general.scss */
select::-ms-expand {
  display: none;
}

/* line 56, ../sass/general/_general.scss */
input[readonly] {
  pointer-events: none;
}

/* line 60, ../sass/general/_general.scss */
input {
  border-radius: 0;
}

/* line 131, ../sass/general/_mixins.scss */
.clear-after:after {
  content: "";
  clear: both;
  display: block;
}

/* line 68, ../sass/general/_general.scss */
.clear {
  clear: both;
}

/* line 72, ../sass/general/_general.scss */
.card {
  background-color: white;
  overflow: hidden;
}

/* line 77, ../sass/general/_general.scss */
.landscape-notice {
  display: none;
}

/* line 81, ../sass/general/_general.scss */
div.link-style {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #E93F3A;
}

/* line 86, ../sass/general/_general.scss */
.loader {
  position: absolute;
  display: none;
  margin: -15px 0 0 -15px;
  top: 50%;
  left: 50%;
  border: 4px solid #E5E5E5;
  border-top: 4px solid #E93F3A;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media only screen and (max-height: 420px) and (min-device-aspect-ratio: 1 / 1) and (orientation: landscape) {
  /* line 113, ../sass/general/_general.scss */
  html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }

  /* line 117, ../sass/general/_general.scss */
  .landscape-notice {
    background: #E93F3A;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  /* line 129, ../sass/general/_general.scss */
  .landscape-notice h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 143, ../sass/general/_general.scss */
  .page-content-wrapper .error-block {
    padding: 20px 15px;
  }
}
/* line 2, ../sass/general/_page_content.scss */
.page-content-wrapper {
  position: absolute;
  top: 245px;
  width: 100%;
  min-height: calc(100% - 245px);
  background: white;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  /* line 2, ../sass/general/_page_content.scss */
  .page-content-wrapper {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
/* line 15, ../sass/general/_page_content.scss */
.page-content-wrapper .page-content {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* line 22, ../sass/general/_page_content.scss */
.page-content-wrapper.category-navigation-hidden {
  top: 185px;
  min-height: calc(100% - 185px);
}

@media only screen and (max-width: 900px) and (min-width: 570px) {
  /* line 31, ../sass/general/_page_content.scss */
  .page-content .row.with-margin {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 40, ../sass/general/_page_content.scss */
  .page-content-wrapper {
    top: 130px;
    min-height: calc(100% - 130px);
  }

  /* line 45, ../sass/general/_page_content.scss */
  .page-content-wrapper.category-navigation-hidden {
    top: 70px;
    min-height: calc(100% - (70px));
  }
}
@media only screen and (max-width: 480px) {
  /* line 53, ../sass/general/_page_content.scss */
  .page-content-wrapper .page-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
/* line 10, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
/* line 15, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container {
  position: relative;
  width: 100%;
}
/* line 19, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container .scroll-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
/* line 29, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container .scroll-container::-webkit-scrollbar {
  display: none;
}
/* line 33, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container .scroll-container .category-navigation-item:first-of-type {
  margin-left: 0;
}
/* line 37, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container .scroll-container .category-navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 45px;
  color: #727272;
  text-decoration: none;
}
/* line 45, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container .scroll-container .category-navigation-item:hover {
  -webkit-transition: color 0s;
  transition: color 0s;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
/* line 52, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container .scroll-container .category-navigation-item.current {
  font-family: Georgia, serif;
  font-weight: bold;
  color: #000000;
  -webkit-box-shadow: inset 0 -4px 0 0 #E93F3A;
          box-shadow: inset 0 -4px 0 0 #E93F3A;
}
/* line 59, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container .scroll-container .gradient-spacer {
  min-width: 45px;
}
/* line 64, ../sass/shared/_header_category_navigation.scss */
.header-category-navigation .category-navigation-wrapper .category-navigation-container .gradient-overlay {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 180px;
  height: calc(100% - 2px);
  right: 0;
  top: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0.001)));
  background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.001));
}

@media only screen and (max-width: 900px) {
  /* line 80, ../sass/shared/_header_category_navigation.scss */
  .header-category-navigation .category-navigation-wrapper .category-navigation-container .scroll-container .gradient-spacer {
    min-width: 90px;
  }
  /* line 83, ../sass/shared/_header_category_navigation.scss */
  .header-category-navigation .category-navigation-wrapper .category-navigation-container .gradient-overlay {
    width: calc(180px / 2);
  }
}
/* line 3, ../sass/shared/_header.scss */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  background: white;
  width: 100%;
  height: 245px;
  z-index: 10;
  -webkit-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out;
}
/* line 14, ../sass/shared/_header.scss */
.header .header-content {
  border-bottom: none;
}
/* line 17, ../sass/shared/_header.scss */
.header .header-content .header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 23, ../sass/shared/_header.scss */
.header .header-content .header-navigation.row::after {
  content: initial;
}
/* line 28, ../sass/shared/_header.scss */
.header .header-content .header-navigation .logo {
  cursor: pointer;
  min-width: 230px;
  min-height: 115px;
  max-height: 115px;
  background: url(../images/mare-logo.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
/* line 38, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 42, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a {
  text-align: center;
  text-decoration: none;
  color: black;
}
/* line 47, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a.header-navigation-item::before {
  font-size: 1.85em;
}
/* line 51, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a.header-navigation-item {
  position: relative;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}
/* line 59, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a.header-navigation-item .navigation-item-text-wrapper {
  position: relative;
  padding-top: 10px;
  font-family: Georgia, serif;
  font-weight: normal;
  -webkit-transition: padding 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out;
}
/* line 65, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a.header-navigation-item .navigation-item-text-wrapper .navigation-item-text-container {
  height: auto;
  color: #000000;
  -webkit-transition: padding 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out;
}
/* line 71, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a.header-navigation-item .navigation-item-text-wrapper .text-underline {
  position: absolute;
  margin-top: 11px;
  width: 100%;
  height: 4px;
  background-color: transparent;
}
/* line 80, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a.header-navigation-item.navigation-item-active .navigation-item-text-wrapper {
  position: relative;
  font-family: Georgia, serif;
  font-weight: bold;
  color: #000000;
}
/* line 85, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a.header-navigation-item.navigation-item-active .navigation-item-text-wrapper .text-underline {
  background: #E93F3A;
}
/* line 91, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a.header-navigation-item:last-of-type {
  margin-right: 0;
}
/* line 95, ../sass/shared/_header.scss */
.header .header-content .header-navigation .header-navigation-items a:hover {
  -webkit-transition: color 0s;
  transition: color 0s;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

/* line 108, ../sass/shared/_header.scss */
.header.hide-category-navigation {
  border-bottom: 1px solid #E5E5E5;
  height: calc(245px - 60px);
}
/* line 112, ../sass/shared/_header.scss */
.header.hide-category-navigation .header-category-navigation {
  display: none;
}

@media only screen and (max-width: 900px) {
  /* line 119, ../sass/shared/_header.scss */
  .header .header-content .header-navigation .logo {
    min-width: 200px;
  }
  /* line 123, ../sass/shared/_header.scss */
  .header .header-content .header-navigation .header-navigation-items a.header-navigation-item {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 130, ../sass/shared/_header.scss */
  .header.header-small {
    height: calc(245px - 85px);
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
  /* line 134, ../sass/shared/_header.scss */
  .header.header-small .header-content .header-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 138, ../sass/shared/_header.scss */
  .header.header-small .header-content .header-navigation .logo {
    min-width: 143px;
    min-height: 58px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  /* line 144, ../sass/shared/_header.scss */
  .header.header-small .header-content .header-navigation .header-navigation-items a.header-navigation-item .navigation-item-text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  /* line 149, ../sass/shared/_header.scss */
  .header.header-small .header-content .header-navigation .header-navigation-items a.header-navigation-item .navigation-item-text-wrapper .navigation-item-text-container {
    height: 0;
    color: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  /* line 158, ../sass/shared/_header.scss */
  .header.hide-category-navigation.header-small {
    border-bottom: 1px solid #E5E5E5;
    height: calc(calc(245px - 85px) - 60px);
  }
  /* line 162, ../sass/shared/_header.scss */
  .header.hide-category-navigation.header-small .header-category-navigation {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 169, ../sass/shared/_header.scss */
  .header {
    height: 130px;
  }
  /* line 172, ../sass/shared/_header.scss */
  .header .header-content .header-navigation {
    border-bottom: none;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /* line 177, ../sass/shared/_header.scss */
  .header .header-content .header-navigation .logo {
    min-height: 42px;
    min-width: 105px;
  }
  /* line 183, ../sass/shared/_header.scss */
  .header .header-content .header-navigation .header-navigation-items .header-navigation-item.icon-flag,
  .header .header-content .header-navigation .header-navigation-items .header-navigation-item.icon-newspaper {
    display: none;
  }
  /* line 188, ../sass/shared/_header.scss */
  .header .header-content .header-navigation .header-navigation-items a.header-navigation-item {
    margin-right: 0;
    width: 65px;
  }
  /* line 192, ../sass/shared/_header.scss */
  .header .header-content .header-navigation .header-navigation-items a.header-navigation-item .navigation-item-text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 196, ../sass/shared/_header.scss */
  .header .header-content .header-navigation .header-navigation-items a.header-navigation-item .navigation-item-text-wrapper .navigation-item-text-container {
    height: 0;
    visibility: hidden;
  }

  /* line 206, ../sass/shared/_header.scss */
  .header.hide-category-navigation {
    height: calc(130px - 60px);
  }

  /* line 210, ../sass/shared/_header.scss */
  .navigation-item-text-wrapper .text-underline {
    margin-top: 6px;
  }

  /* line 216, ../sass/shared/_header.scss */
  .header .header-content .header-navigation .header-navigation-items a.header-navigation-item.icon-mobile-phone_1 {
    display: none;
  }
}
/* line 3, ../sass/shared/_menu.scss */
html.disable-scrolling {
  overflow-y: hidden;
  height: 100%;
}

/* line 8, ../sass/shared/_menu.scss */
.menu-navigation {
  display: block;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
/* line 19, ../sass/shared/_menu.scss */
.menu-navigation.menu-navigation-open {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 25, ../sass/shared/_menu.scss */
.menu-navigation #close-menu-button {
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  border: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  background-color: #E41209;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.70em;
  padding: 5px;
}
/* line 23, ../sass/general/_mixins.scss */
.menu-navigation #close-menu-button:hover {
  background-color: #b30e07;
}
/* line 27, ../sass/general/_mixins.scss */
.menu-navigation #close-menu-button:active {
  background-color: #820a05;
}
/* line 31, ../sass/general/_mixins.scss */
.menu-navigation #close-menu-button::after {
  position: absolute;
  background-color: white;
  border: #E41209 1px solid;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
/* line 31, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper {
  position: absolute;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  height: 100vh;
  width: 340px;
  top: 0;
  right: -340px;
  background-color: white;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
/* line 43, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper.menu-wrapper-open {
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* line 48, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container {
  padding-top: 25px;
  padding-bottom: 150px;
}
/* line 52, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-header {
  padding: 20px 25px;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 60, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-sections-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 64, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-sections-wrapper .menu-section-title {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 69, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-sections-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 72, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-sections-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  border-top: 1px solid #E5E5E5;
}
/* line 78, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-sections-wrapper ul li:first-of-type {
  border-top: none;
}
/* line 82, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-sections-wrapper ul li a {
  color: #727272;
  text-decoration: none;
}
/* line 86, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-sections-wrapper ul li a:hover {
  color: #000000;
}
/* line 90, ../sass/shared/_menu.scss */
.menu-navigation .menu-wrapper .menu-container .menu-sections-wrapper ul li a.current {
  color: #000000;
  font-weight: bold;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 -4px 0 0 #E93F3A;
          box-shadow: inset 0 -4px 0 0 #E93F3A;
}

@media only screen and (max-width: 768px) {
  /* line 108, ../sass/shared/_menu.scss */
  .menu-navigation .menu-wrapper {
    width: 100%;
    right: -100%;
  }
  /* line 112, ../sass/shared/_menu.scss */
  .menu-navigation .menu-wrapper.menu-wrapper-open {
    right: 0;
  }
}
/* line 1, ../sass/shared/cards/_image_full_card.scss */
a.image-full {
  border: #E5E5E5 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 320px;
  width: 275px;
  text-decoration: none;
  color: inherit;
}
/* line 213, ../sass/general/_mixins.scss */
a.image-full .content .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 218, ../sass/general/_mixins.scss */
a.image-full:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
          box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
}
/* line 9, ../sass/shared/cards/_image_full_card.scss */
a.image-full .content {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: auto;
  width: 100%;
}
/* line 18, ../sass/shared/cards/_image_full_card.scss */
a.image-full .content .title {
  text-shadow: 2px 2px 4px black;
  word-wrap: break-word;
  min-height: 3em;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.25em;
  color: white;
}

/* line 1, ../sass/shared/cards/_image_title_card.scss */
a.image-title {
  border: #E5E5E5 1px solid;
  min-height: 320px;
  width: 275px;
  text-decoration: none;
  color: inherit;
}
/* line 213, ../sass/general/_mixins.scss */
a.image-title .content .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 218, ../sass/general/_mixins.scss */
a.image-title:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
          box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
}
/* line 8, ../sass/shared/cards/_image_title_card.scss */
a.image-title .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
/* line 13, ../sass/shared/cards/_image_title_card.scss */
a.image-title .content .image {
  height: 180px;
}
/* line 17, ../sass/shared/cards/_image_title_card.scss */
a.image-title .content .category-title {
  text-shadow: none;
  color: #9B9B9B;
}
/* line 22, ../sass/shared/cards/_image_title_card.scss */
a.image-title .content .title {
  word-wrap: break-word;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.25em;
}

/* line 1, ../sass/shared/cards/_image_title_horizontal_card.scss */
.image-title-horizontal {
  border: #E5E5E5 1px solid;
  height: 200px;
  width: 100%;
}
/* line 213, ../sass/general/_mixins.scss */
.image-title-horizontal .content .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 218, ../sass/general/_mixins.scss */
.image-title-horizontal:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
          box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
}
/* line 6, ../sass/shared/cards/_image_title_horizontal_card.scss */
.image-title-horizontal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
}
/* line 11, ../sass/shared/cards/_image_title_horizontal_card.scss */
.image-title-horizontal .content .image {
  width: 200px;
  min-width: 200px;
  height: 200px;
}
/* line 19, ../sass/shared/cards/_image_title_horizontal_card.scss */
.image-title-horizontal .content .text-wrapper .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 22, ../sass/shared/cards/_image_title_horizontal_card.scss */
.image-title-horizontal .content .text-wrapper .info-wrapper .date {
  color: #E93F3A;
}
/* line 27, ../sass/shared/cards/_image_title_horizontal_card.scss */
.image-title-horizontal .content .text-wrapper .category-title {
  text-shadow: none;
  color: #9B9B9B;
  text-transform: uppercase;
}
/* line 33, ../sass/shared/cards/_image_title_horizontal_card.scss */
.image-title-horizontal .content .text-wrapper .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 1.24em;
  /* fallback */
  max-height: 2.48em;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.5em;
  height: 2.48em;
}
/* line 44, ../sass/shared/cards/_image_title_horizontal_card.scss */
.image-title-horizontal .content .text-wrapper .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 1.24em;
  /* fallback */
  max-height: 2.48em;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 1.25em;
}

@media only screen and (max-width: 900px) {
  /* line 57, ../sass/shared/cards/_image_title_horizontal_card.scss */
  .image-title-horizontal .content .info-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 60, ../sass/shared/cards/_image_title_horizontal_card.scss */
  .image-title-horizontal .content .info-wrapper .category-title {
    font-size: 0.8em;
  }
  /* line 64, ../sass/shared/cards/_image_title_horizontal_card.scss */
  .image-title-horizontal .content .info-wrapper .category-title:first-of-type {
    padding-right: 2px;
  }
  /* line 68, ../sass/shared/cards/_image_title_horizontal_card.scss */
  .image-title-horizontal .content .info-wrapper .category-title:last-of-type {
    padding-left: 2px;
  }
  /* line 73, ../sass/shared/cards/_image_title_horizontal_card.scss */
  .image-title-horizontal .content .image {
    display: none;
  }
}
/* line 1, ../sass/shared/cards/_list_card.scss */
.list-card {
  border: #E5E5E5 1px solid;
  min-height: 320px;
  width: 275px;
  padding: 20px 20px;
}
/* line 213, ../sass/general/_mixins.scss */
.list-card .content .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 218, ../sass/general/_mixins.scss */
.list-card:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
          box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
}
/* line 7, ../sass/shared/cards/_list_card.scss */
.list-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 8px;
}
/* line 13, ../sass/shared/cards/_list_card.scss */
.list-card .content .title {
  font-weight: bold;
  font-size: 1.5em;
  color: #E93F3A;
  border-bottom: #E93F3A 4px solid;
  padding-bottom: 11.5px;
}
/* line 21, ../sass/shared/cards/_list_card.scss */
.list-card .content .items {
  margin-top: 15px;
}
/* line 24, ../sass/shared/cards/_list_card.scss */
.list-card .content .items .item-wrapper {
  border-bottom: #E5E5E5 1px solid;
  padding-top: 17px;
  padding-bottom: 13px;
}
/* line 29, ../sass/shared/cards/_list_card.scss */
.list-card .content .items .item-wrapper:last-of-type {
  border-bottom: none;
}
/* line 33, ../sass/shared/cards/_list_card.scss */
.list-card .content .items .item-wrapper .item-text {
  text-decoration: none;
  color: #000000;
}
/* line 37, ../sass/shared/cards/_list_card.scss */
.list-card .content .items .item-wrapper .item-text .item {
  font-size: 1.12em;
}
/* line 40, ../sass/shared/cards/_list_card.scss */
.list-card .content .items .item-wrapper .item-text .item:hover {
  text-decoration: underline;
  color: #E93F3A;
}

/* line 1, ../sass/shared/cards/_large_image_title_card.scss */
a.large-image-title {
  border: #E5E5E5 1px solid;
  height: 643px;
  width: 476px;
  text-decoration: none;
  color: inherit;
}
/* line 213, ../sass/general/_mixins.scss */
a.large-image-title .content .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 218, ../sass/general/_mixins.scss */
a.large-image-title:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
          box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
}
/* line 8, ../sass/shared/cards/_large_image_title_card.scss */
a.large-image-title .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 12, ../sass/shared/cards/_large_image_title_card.scss */
a.large-image-title .content .image {
  height: 316px;
}
/* line 16, ../sass/shared/cards/_large_image_title_card.scss */
a.large-image-title .content .category-title {
  text-shadow: none;
  color: #9B9B9B;
}
/* line 21, ../sass/shared/cards/_large_image_title_card.scss */
a.large-image-title .content .title {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.5em;
}
/* line 30, ../sass/shared/cards/_large_image_title_card.scss */
a.large-image-title .content .text {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 1.25em;
}

@media only screen and (max-width: 768px) {
  /* line 39, ../sass/shared/cards/_large_image_title_card.scss */
  .large-image-title {
    width: 92%;
    height: 500px;
  }
  /* line 44, ../sass/shared/cards/_large_image_title_card.scss */
  .large-image-title .content .image {
    height: 225px;
    font-size: 1.25em;
  }
  /* line 49, ../sass/shared/cards/_large_image_title_card.scss */
  .large-image-title .content .title {
    padding: 0 20px;
  }
  /* line 53, ../sass/shared/cards/_large_image_title_card.scss */
  .large-image-title .content .text {
    font-size: 1.07em;
  }
}
/* line 1, ../sass/shared/cards/_ad_card.scss */
a.ad-card {
  border: #E5E5E5 1px solid;
  min-height: 320px;
  width: 275px;
  background-color: #F5F5F5;
  text-decoration: none;
}
/* line 213, ../sass/general/_mixins.scss */
a.ad-card .content .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 218, ../sass/general/_mixins.scss */
a.ad-card:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
          box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
}
/* line 8, ../sass/shared/cards/_ad_card.scss */
a.ad-card .content {
  margin: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/shared/cards/_ad_card.scss */
a.ad-card .content .title {
  color: #9B9B9B;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* line 22, ../sass/shared/cards/_ad_card.scss */
a.ad-card .content .ad {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 195px;
  width: 232px;
  margin-top: 12px;
}

/* line 1, ../sass/shared/cards/_category_card.scss */
a.category-card {
  border: #E5E5E5 1px solid;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000000;
}
/* line 213, ../sass/general/_mixins.scss */
a.category-card .content .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 218, ../sass/general/_mixins.scss */
a.category-card:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
          box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
}
/* line 8, ../sass/shared/cards/_category_card.scss */
a.category-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
/* line 13, ../sass/shared/cards/_category_card.scss */
a.category-card .content .image {
  height: 250px;
}
/* line 17, ../sass/shared/cards/_category_card.scss */
a.category-card .content .category-title {
  text-shadow: none;
  color: #E93F3A;
  margin-top: 20px;
  font-size: 0.75em;
  margin-bottom: 0;
}
/* line 26, ../sass/shared/cards/_category_card.scss */
a.category-card .content .title {
  margin: 10px 20px;
  font-weight: bold;
  font-size: 1.5em;
}
/* line 32, ../sass/shared/cards/_category_card.scss */
a.category-card .content .text {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 1.25em;
}

/* line 1, ../sass/shared/cards/_magazine_card.scss */
.magazine {
  border: #E5E5E5 1px solid;
  position: relative;
}
/* line 213, ../sass/general/_mixins.scss */
.magazine .content .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 218, ../sass/general/_mixins.scss */
.magazine:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
          box-shadow: 0 3px 10px rgba(60, 80, 80, 0.2);
}
/* line 5, ../sass/shared/cards/_magazine_card.scss */
.magazine:before {
  content: "";
  display: block;
  padding-top: 136%;
}
/* line 11, ../sass/shared/cards/_magazine_card.scss */
.magazine .content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 19, ../sass/shared/cards/_magazine_card.scss */
.magazine .content .magazine-number {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  border: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  background-color: #E41209;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 15px;
  float: right;
  background-color: black;
}
/* line 23, ../sass/general/_mixins.scss */
.magazine .content .magazine-number:hover {
  background-color: #b30e07;
}
/* line 27, ../sass/general/_mixins.scss */
.magazine .content .magazine-number:active {
  background-color: #820a05;
}
/* line 31, ../sass/general/_mixins.scss */
.magazine .content .magazine-number::after {
  position: absolute;
  background-color: white;
  border: #E41209 1px solid;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
/* line 29, ../sass/shared/cards/_magazine_card.scss */
.magazine .content .magazine-number:after {
  z-index: 0;
  background-color: transparent;
  border: 1px solid black;
}

@media only screen and (min-width: 1025px) {
  /* line 39, ../sass/shared/cards/_magazine_card.scss */
  .magazine {
    float: left;
    width: calc(16.66667% - 16.66667px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 43, ../sass/shared/cards/_magazine_card.scss */
  .magazine:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  /* line 50, ../sass/shared/cards/_magazine_card.scss */
  .magazine {
    float: left;
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 54, ../sass/shared/cards/_magazine_card.scss */
  .magazine:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  /* line 61, ../sass/shared/cards/_magazine_card.scss */
  .magazine {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 65, ../sass/shared/cards/_magazine_card.scss */
  .magazine:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 72, ../sass/shared/cards/_magazine_card.scss */
  .magazine {
    float: left;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  /* line 76, ../sass/shared/cards/_magazine_card.scss */
  .magazine:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 10, ../sass/shared/_cards.scss */
.category-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 4px black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-height: 1.24em;
  /* fallback */
  max-height: 1.24em;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 900px) {
  /* line 33, ../sass/shared/_cards.scss */
  .card.image-title .content .title,
  .card.image-title .content .text, .card.image-full .content .title,
  .card.image-full .content .text, .card.large-image-title .content .title,
  .card.large-image-title .content .text {
    overflow: auto;
    text-overflow: initial;
    display: initial;
    -webkit-box-orient: initial;
    -webkit-line-clamp: none;
    line-height: initial;
    max-height: initial;
  }
}
/* line 3, ../sass/shared/_footer.scss */
footer {
  padding-top: 40px;
}
/* line 6, ../sass/shared/_footer.scss */
footer .footer-bottom {
  height: 80px;
  border-top: 1px solid #E5E5E5;
}
/* line 10, ../sass/shared/_footer.scss */
footer .footer-bottom .footer-info-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 16, ../sass/shared/_footer.scss */
footer .footer-bottom .footer-info-wrapper .footer-link {
  font-family: Georgia, serif;
  font-weight: bold;
  color: #9B9B9B;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 22, ../sass/shared/_footer.scss */
footer .footer-bottom .footer-info-wrapper .footer-link:hover {
  color: #000000;
}
/* line 27, ../sass/shared/_footer.scss */
footer .footer-bottom .footer-info-wrapper .logo {
  cursor: pointer;
  min-width: 81px;
  min-height: 32px;
  background: url(../images/mare-header-logo.png) no-repeat center;
  background-size: contain;
  margin-left: 25px;
  margin-right: 25px;
}

/* line 40, ../sass/shared/_footer.scss */
#footer-banner {
  height: 60px;
  line-height: 60px;
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: #e9e9e9 solid 1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* line 53, ../sass/shared/_footer.scss */
#footer-banner .footer-banner-item {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 58, ../sass/shared/_footer.scss */
#footer-banner .footer-banner-close {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
  color: #ddd;
}
/* line 69, ../sass/shared/_footer.scss */
#footer-banner .button-holder {
  height: 36px;
}
/* line 72, ../sass/shared/_footer.scss */
#footer-banner .button-holder .button {
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  border: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  background-color: #E41209;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
}
/* line 23, ../sass/general/_mixins.scss */
#footer-banner .button-holder .button:hover {
  background-color: #b30e07;
}
/* line 27, ../sass/general/_mixins.scss */
#footer-banner .button-holder .button:active {
  background-color: #820a05;
}
/* line 31, ../sass/general/_mixins.scss */
#footer-banner .button-holder .button::after {
  position: absolute;
  background-color: white;
  border: #E41209 1px solid;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

@media only screen and (max-width: 480px) {
  /* line 81, ../sass/shared/_footer.scss */
  footer .footer-bottom .footer-info-wrapper .footer-link {
    font-size: 0.7em;
  }

  /* line 85, ../sass/shared/_footer.scss */
  #footer-banner {
    display: none;
  }
}
/* line 4, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content {
  padding-top: 0;
}
/* line 8, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .category {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  color: #9B9B9B;
  text-transform: uppercase;
  margin-top: 60px;
}
/* line 16, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .title {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 3.125em;
  line-height: 1.14em;
  margin-top: 20px;
}
/* line 23, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  border-bottom: #E5E5E5 1px solid;
  font-size: 1.125em;
  margin-bottom: 10px;
}
/* line 30, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .info-row .writer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
/* line 36, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .info-row .writer .icon {
  margin-right: 12px;
}
/* line 41, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .info-row .date {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: lowercase;
}
/* line 47, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .info-row .date .icon {
  margin-right: 12px;
}
/* line 53, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 440px;
  margin-top: 40px;
}
/* line 59, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .source {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #9B9B9B;
  margin-top: 10px;
}
/* line 65, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .contain-image-container {
  margin-top: 40px;
}
/* line 68, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .contain-image-container img {
  width: 100%;
  visibility: hidden;
}
/* line 73, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .contain-image-container .image {
  background-repeat: no-repeat;
}
/* line 77, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .fixed-items .contain-image-container .source {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #9B9B9B;
  font-size: 0.9em;
  padding-top: 5px;
}
/* line 86, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .intro {
  font-family: Georgia, serif;
  font-weight: bold;
  margin: 30px 0 30px 0;
  font-size: 1.25em;
}
/* line 93, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph {
  margin-top: 30px;
}
/* line 96, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #E93F3A;
  font-size: 1.125em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 104, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .paragraph-text {
  font-size: 1.25em;
}
/* line 107, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .paragraph-text p {
  margin-top: 0;
}
/* line 113, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .image-container img {
  width: 100%;
  visibility: hidden;
}
/* line 118, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .image-container .image {
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 124, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph.fullscreen-image-container .fullscreen-image {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: calc(100vh - (245px - 60px));
}
/* line 131, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .source {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #9B9B9B;
  font-size: 0.9em;
  padding-top: 5px;
}
/* line 138, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .video-container {
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
/* line 144, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .video-container iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 153, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .quote-container {
  margin-top: 55px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 160, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .quote-container .quote {
  font-family: Georgia, serif;
  font-weight: bold;
  position: relative;
  font-size: 1.5em;
  padding: 20px 0 30px 0;
  text-align: center;
  max-width: 375px;
}
/* line 168, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .quote-container .quote:before {
  position: absolute;
  left: 37.5%;
  top: 0;
  height: 100%;
  width: 25%;
  border-top: #E93F3A 4px solid;
  border-bottom: #E93F3A 4px solid;
  content: "";
  z-index: -1;
}
/* line 182, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .extra-info-container {
  border: 1px solid #E5E5E5;
  padding: 15px 10px;
}
/* line 187, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .extra-info-container .title-container {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5E5;
}
/* line 196, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .extra-info-container .text-container p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 201, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .paragraph .extra-info-container .text-container a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* line 207, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .share {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 212, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .share .imperative {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 1.25em;
  margin-right: 22px;
}
/* line 218, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .share a {
  text-decoration: none;
  color: #4A4A4A;
}
/* line 223, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .share .circle {
  border-radius: 50%;
  border: 1px solid #4A4A4A;
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
  margin-right: 15px;
}
/* line 235, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .share .circle.whatsapp {
  padding-top: 2px;
}
/* line 239, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .share .circle.facebook {
  font-size: 1.4em;
}
/* line 243, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .share .circle:hover {
  cursor: pointer;
  border: #E93F3A 2px solid;
  color: #E93F3A;
}
/* line 249, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .share .circle .icon {
  color: #4A4A4A;
}
/* line 255, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .tag-bar {
  margin-top: 20px;
  border-top: #E5E5E5 1px solid;
  border-bottom: #E5E5E5 1px solid;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 263, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .tag-bar .tag-icon {
  margin-right: 40px;
}
/* line 266, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .tag-bar .tag-icon .icon {
  font-size: 2.2em;
}
/* line 271, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .tag-bar .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -10px;
  padding-right: 20px;
}
/* line 278, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .tag-bar .tag-list a.tag {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
/* line 286, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .tag-bar .tag-list a.tag:hover {
  color: #E93F3A;
  cursor: pointer;
}
/* line 294, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .home-content-wrapper .home-content-section {
  margin-top: 100px;
}
/* line 297, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content .home-content-wrapper .home-content-section .title-container a {
  display: none;
}
/* line 305, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content.full-header .banner {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: calc(100vh - (245px - 60px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
/* line 316, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content.full-header .banner .banner-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
}
/* line 322, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content.full-header .banner .banner-items-container .category {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 4px black;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 330, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content.full-header .banner .banner-items-container .title {
  font-family: Georgia, serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-height: 1.24em;
  /* fallback */
  max-height: 6.2em;
  font-size: 3.12em;
  line-height: 1.14em;
  color: white;
  text-align: center;
}
/* line 340, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content.full-header .banner .banner-items-container .icon {
  text-shadow: 2px 2px 4px black;
  margin-top: 40px;
  margin-bottom: 45px;
  display: block;
  color: white;
  font-size: 1.5em;
  cursor: pointer;
}
/* line 351, ../sass/shared/_article_content.scss */
.page-content-wrapper .page-content.full-header .banner .source {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-shadow: 2px 2px 4px black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-height: 1.24em;
  /* fallback */
  max-height: 1.24em;
  position: absolute;
  bottom: 20px;
  left: 50px;
  color: #E5E5E5;
  right: 50px;
}

@media only screen and (max-width: 1024px) {
  /* line 367, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner {
    height: calc(100vh - (245px - 60px));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 379, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner {
    height: calc(100vh - 70px);
    padding: 20px 60px;
  }
  /* line 383, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner .banner-items-container {
    width: 400px;
  }
  /* line 386, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner .banner-items-container .category {
    font-size: 0.75em;
  }
  /* line 390, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner .banner-items-container .title {
    margin-bottom: 0;
    font-size: 1.875em;
    line-height: 1.17em;
  }
  /* line 396, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner .banner-items-container .icon {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* line 402, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner .source {
    left: 25px;
    right: 25px;
    bottom: 15px;
    font-size: 0.625em;
  }
  /* line 413, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .fixed-items .category {
    margin-top: 30px;
    font-size: 0.65em;
  }
  /* line 418, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .fixed-items .title {
    font-size: 1.875em;
    line-height: 1.17em;
    margin-top: 5px;
  }
  /* line 423, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .fixed-items .title.text-page {
    margin-top: 25px;
  }
  /* line 428, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .fixed-items .info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    font-size: 1em;
  }
  /* line 433, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .fixed-items .info-row .writer {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 439, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .fixed-items .banner {
    margin-top: 25px;
  }
  /* line 443, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .fixed-items .source {
    margin-top: 10px;
    font-size: 0.75em;
  }
  /* line 448, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .fixed-items .contain-image-container {
    margin-top: 25px;
  }
  /* line 453, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .intro {
    font-size: 1.125em;
    margin: 20px 0 20px 0;
  }
  /* line 458, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .paragraph {
    margin-top: 20px;
  }
  /* line 461, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .paragraph .paragraph-text {
    font-size: 1.125em;
  }
  /* line 465, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .paragraph .quote-container {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  /* line 469, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .paragraph .quote-container .quote {
    font-size: 1.2em;
    padding: 15px 0 20px 0;
  }
  /* line 476, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .tag-bar .tag-list {
    padding-right: 10px;
  }
  /* line 480, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .home-content-wrapper .home-content-section {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 489, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner {
    padding: 15px 15px;
  }
  /* line 492, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content.full-header .banner .banner-items-container {
    width: auto;
  }
  /* line 498, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .tag-bar .tag-icon {
    display: none;
  }
  /* line 502, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .tag-bar .tag-list {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 377px) {
  /* line 512, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .share .imperative {
    font-size: 1.05em;
    width: 40%;
    margin-right: 10px;
  }
  /* line 518, ../sass/shared/_article_content.scss */
  .page-content-wrapper .page-content .tag-bar .tag-list .tag {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 0.9em;
  }
}
/* line 3, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 115px;
}
/* line 8, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #E93F3A;
}
/* line 15, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .title-container a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #727272;
  text-decoration: none;
}
/* line 22, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .title-container a .more-text {
  text-transform: uppercase;
}
/* line 26, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .title-container a:hover {
  color: #000000;
}
/* line 32, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper.reverse-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/* line 35, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .card-container-single {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
}
/* line 40, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .home-content-column.home-content-column:last-of-type {
  margin-right: 20px;
}
/* line 45, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
/* line 49, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .horizontal-divider {
  left: auto;
  right: calc( ((50% + 10px) - 476px) / 2 + 476px);
}
/* line 54, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .horizontal-divider {
  width: 1px;
  height: 100%;
  background-color: #E5E5E5;
  position: absolute;
  left: calc( ((50% + 10px) - 476px) / 2 + 476px);
}
/* line 62, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}
/* line 65, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column.home-content-column:last-of-type {
  margin-right: 0;
}
/* line 69, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 72, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-single .card.large-image-title {
  width: 100%;
  max-width: 476px;
  height: auto;
}
/* line 79, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 83, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-multiple .home-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 87, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-multiple .home-content-row .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}
/* line 92, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-multiple .home-content-row .card:nth-child(2n) {
  margin-right: 0;
}
/* line 96, ../sass/shared/_home_content.scss */
.home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-multiple .home-content-row .card:nth-child(-n + 2) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1052px) {
  /* line 109, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .columns-wrapper .horizontal-divider {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  /* line 117, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section:first-of-type {
    margin-top: 20px;
  }
  /* line 121, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section {
    margin-top: 40px;
  }
  /* line 124, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .title-container .more-text {
    display: none;
  }
  /* line 128, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .columns-wrapper,
  .home-content-wrapper .home-content-section .columns-wrapper.reverse-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 133, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .columns-wrapper .home-content-column:last-of-type,
  .home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .home-content-column:last-of-type {
    margin-top: 20px;
  }
  /* line 137, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .columns-wrapper .home-content-column,
  .home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .home-content-column {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  /* line 141, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-single .card.large-image-title,
  .home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .home-content-column.card-container-single .card.large-image-title {
    max-width: 100%;
  }
  /* line 148, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-multiple .home-content-row,
  .home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .home-content-column.card-container-multiple .home-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 152, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .columns-wrapper .home-content-column.card-container-multiple .home-content-row .card,
  .home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .home-content-column.card-container-multiple .home-content-row .card {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  /* line 165, ../sass/shared/_home_content.scss */
  .home-content-wrapper .home-content-section .columns-wrapper .home-content-column .home-content-row .card:last-of-type,
  .home-content-wrapper .home-content-section .columns-wrapper.reverse-columns .home-content-column .home-content-row .card:last-of-type {
    margin-top: 20px;
  }
}
