html,
body {
  height: 100%;
  position: relative;
}

body {
  color: #fff;
  background: #512A44;
  font-family: Retro86Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "Retro86Medium";
  src: url("../fonts/font.woff2") format("woff2"), url("../fonts/font.woff") format("woff");
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bg-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

video,
iframe,
img {
  height: auto;
}

figure {
  margin: 0;
}

.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */ /* 4:3 aspect ratio its padding-bottom: 75% */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.video-wrapper video {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  height: 100vh;
  width: 100%;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 5px;
}

img.alignnone {
  margin: 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

figcaption {
  font-size: 0.75em;
  margin-top: 2px;
}

.table {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  z-index: 9;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#navigate-to {
  width: 100%;
  text-align: center;
  background-color: #fffeeb;
  overflow: hidden;
  z-index: 1;
}
#navigate-to .accessibility-link {
  color: #000;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  outline: 0;
}
#navigate-to .accessibility-link:focus {
  padding: 16px;
  display: block;
  position: static !important;
  height: auto;
  width: 100%;
  outline: none;
}

.tab-navigation a:focus,
.tab-navigation button:focus,
.tab-navigation input:focus,
.tab-navigation textarea:focus {
  outline: 2px solid #ff5400 !important;
  outline-offset: -2px;
}

/* LINKS
--------------------------------------------------------*/
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #EF004C;
}

.arrow-list {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
}

a:hover .arrow-list {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}

/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: Retro86Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small, h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

h1, h2, h3 {
  text-transform: uppercase;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small {
  font-size: 65%;
}

h2 small {
  font-size: 14px;
}

h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin: 0 0 10px;
}
p.lead {
  font-size: 1.375rem;
}

/* SECTIONS
--------------------------------------------------------*/
.site-width,
.site-width--w {
  max-width: 1322px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.site-width--w {
  max-width: 90%;
}

.section-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
  position: relative;
}
.section-wrapper.bg-contain {
  background-size: 100%;
  background-position: top center;
}
.section-wrapper:before, .section-wrapper:after {
  content: " ";
  display: table;
}
.section-wrapper:after {
  clear: both;
}
.section-wrapper + .section-wrapper {
  padding-top: 0;
}
.section-wrapper + [class*=w-bg-],
.section-wrapper + .section-fullcover {
  padding-top: 64px;
}
.section-wrapper.w-top-layer {
  padding-top: 120px !important;
}
.section-wrapper.w-bottom-layer {
  padding-bottom: 120px;
}
.w-bg-111 + .w-bg-111 {
  padding-top: 0 !important;
}

[class*=w-bg-] + .section-wrapper {
  padding-top: 64px;
}

.section-header-center {
  max-width: 873px;
  margin: 0 auto;
}
.section-header-center h2 {
  margin-top: 0;
}

/* HEADER
--------------------------------------------------------*/
.header {
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 24px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  z-index: 10;
}
.header-area.scroll {
  background-color: #512A44;
}

.header-logo {
  height: 30px;
  width: 138px;
}
.header-logo a {
  display: inline-block;
}
.header-logo .logo {
  padding-right: 12px;
}

.header-logo-text {
  display: none;
  font-size: 11px;
}

.header-social-nav {
  margin-left: auto;
  list-style: none;
  display: none;
  flex-direction: row;
  margin-right: 15px;
}
.header-social-nav a {
  padding: 15px;
}

.toggle-menu {
  width: 30px;
  height: 30px;
}

/**/
.display-hero {
  height: calc(100vh - 50px);
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  z-index: 0;
}
.display-hero.min-height-100vh {
  height: auto;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 100px;
}
.display-hero h1 {
  margin: 0;
}
.display-hero .site-width {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.display-hero .site-width.bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.display-hero-content {
  padding: 130px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bottom-left .display-hero-content {
  padding-bottom: 30px;
}
.display-hero-content h1 {
  font-size: 30px;
}
.display-hero-content p {
  font-size: 18px;
  text-transform: uppercase;
}

.display-hero-content-logo {
  width: 70%;
  max-width: 448px;
}

.display-hero-content-nav {
  margin: 60px 0 0;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.display-hero-content-nav a {
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border: 2px solid transparent;
}
.display-hero-content-nav a:hover {
  border: 2px solid #fff;
}

.row-box--text-content {
  padding: 60px;
  padding-left: 24px;
  max-width: 536px;
}
.row-box--text-content p {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  margin: 1em 0;
  line-height: 22px;
}
.row-box--text-content.text-large p {
  margin: 0;
  font-family: Retro86Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.text-content-header h2 {
  margin: 0;
  font-size: 20px;
}
.text-content-header p {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.text-box-entry {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
}
.text-box-entry p {
  margin: 1em 0;
  line-height: 22px;
}

.info-box {
  padding: 24px;
}
.info-box ul {
  list-style: none;
  padding-left: 0;
  font-size: 21px;
}
.content-middle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 
--------------------------------------------------------*/
/* BORDERS
--------------------------------------------------------*/
.layer-border-top,
.layer-border-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.layer-border-top img,
.layer-border-bottom img {
  width: 100%;
}
.section-entry-box .layer-border-top,
.section-entry-box .layer-border-bottom {
  bottom: -2px;
}

.layer-border-top {
  bottom: auto;
  top: -1px;
}

.layer-border-vert-left,
.layer-border-vert-right {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  display: none;
}
.layer-border-vert-left img,
.layer-border-vert-right img {
  height: 100%;
}

.layer-border-vert-right {
  left: auto;
  right: 0;
}

/* NEWS SLIDER
--------------------------------------------------------*/
.section-news-slider {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  position: relative;
  padding-bottom: 24px;
  display: flex;
}

.news-slider {
  position: absolute;
  left: 0;
  height: 100%;
}

.news-slider-inner {
  display: flex;
  flex-direction: column;
  max-width: 1322px;
  margin: 0 auto;
  padding: 0;
}

.news-slider--item {
  width: 100%;
}
.news-slider--item .article-info-wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 24px 50px;
}
.news-slider--item .article-info-wrapper a.btn {
  pointer-events: all;
}
.news-slider--item.vertical-middle {
  display: flex;
  align-items: center;
}
.news-slider--item.vertical-bottom {
  display: flex;
  align-items: flex-end;
}
.news-slider--item.w-img {
  padding-bottom: 24px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-table.jpg);
}

.section-prev-next-button {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 48px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
}
.section-prev-next-button:hover {
  cursor: pointer;
}
.section-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.section-prev-next-button.previous {
  left: 20px;
}
.section-prev-next-button.previous img {
  transform: rotate(180deg);
}
.section-prev-next-button.next {
  right: 20px;
}

.section-page-dots {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-page-dots .dot {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 10px;
}
.section-page-dots .active {
  background: #EF004C;
}

/* ARTICLE SLIDER
--------------------------------------------------------*/
.section-article-slider {
  background-position: top -300px center;
  min-height: 600px;
}

.article-slider-item .article-info-wrapper {
  padding: 50px 0;
}

/* SLIDER
--------------------------------------------------------*/
.section-slide {
  margin-bottom: 40px;
}
.section-slide .page-sub-title {
  margin-bottom: 20px;
}

.flickity-viewport {
  padding-top: 4px;
}

.flickity-slider {
  left: 5px !important;
}

.slidable-list {
  padding: 0 2.5%;
}
.slidable-list .slider-item {
  width: calc(80% - 20px);
  padding: 0 1.5vw;
  text-align: center;
  font-size: 14px;
}
.slidable-list .slider-item figure {
  position: relative;
}
.slidable-list .block-title {
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.slidable-list .flickity-viewport {
  overflow: visible;
}

.flickity-prev-next-button {
  z-index: 3;
  top: calc(50% - 35px);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}

/* LARGE SLIDER */
.large-slider .flickity-slider {
  left: 0 !important;
}

.slider-item-large {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-item-large flickity-viewport {
  height: 100vh !important;
}
.slider-item-large .billboard-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.large-slider {
  height: 100vh;
  margin: 0 auto;
}
.large-slider .flickity-prev-next-button {
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.large-slider .flickity-prev-next-button.previous {
  left: 20px;
}
.large-slider .flickity-prev-next-button.next {
  right: 20px;
}
.large-slider:hover .flickity-prev-next-button {
  opacity: 1;
}
.large-slider:hover .flickity-button:disabled {
  opacity: 0.3 !important;
}
.large-slider .flickity-page-dots .dot {
  background: #fff;
}

.section-social-wrapper {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 100%;
  width: 620px;
}

.section-social {
  list-style: none;
  display: flex;
  justify-content: center;
}
.section-social a {
  margin: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FORM
--------------------------------------------------------*/
.section-form-wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 425px;
  border: 2px solid #fff;
  border-right-width: 5px;
  border-bottom-width: 5px;
  padding: 20px;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #272727;
  font-family: "proxima-nova", sans-serif;
}

:-moz-placeholder {
  color: #272727;
  font-family: "proxima-nova", sans-serif;
}

::-moz-placeholder {
  color: #272727;
  font-family: "proxima-nova", sans-serif;
}

:-ms-input-placeholder {
  color: #272727;
  font-family: "proxima-nova", sans-serif;
}

/* SIDEMENUS
--------------------------------------------------------*/
.side-menu-wrapper {
  width: 100%;
  padding: 0 24px;
  margin-top: 24px;
}
.side-menu-wrapper h2 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 18px;
}
.m-menu .side-menu-wrapper h2 {
  margin-bottom: 46px;
}
.side-menu-wrapper h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.side-menu {
  margin: 0;
  margin-top: 48px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Retro86Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
}
.side-menu li {
  border-top: 1px solid #D8D8D8;
}
.side-menu li:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.side-menu a {
  display: flex;
  padding: 12px 0;
  padding-right: 12px;
}
.side-menu a img {
  margin-left: auto;
}
.side-menu a span {
  color: #512A44;
  display: inline-block;
  margin-left: 3px;
}

.side-menu-social,
.footer-menu-social {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: flex;
}
.side-menu-social li,
.footer-menu-social li {
  padding: 6px 12px;
}
.side-menu-social li:first-child,
.footer-menu-social li:first-child {
  padding-left: 0;
}

.footer-menu-social {
  margin-top: 0;
}
.footer-menu-social li {
  border-color: rgba(255, 255, 255, 0.5);
}
.footer-menu-social img {
  width: 32px;
}

.menu-small {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.menu-small li {
  padding: 6px 0;
}
.menu-small li:first-child {
  padding-top: 0;
}

.m-menu {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 500;
  background-color: #512A44;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.m-menu.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.m-menu--mask {
  z-index: 450;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.m-menu--mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.m-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.m-wrapper.has-push-left {
  -webkit-transform: translateX(536px);
  -ms-transform: translateX(536px);
  transform: translateX(536px);
}
.m-wrapper.has-push-right {
  -webkit-transform: translateX(-536px);
  -ms-transform: translateX(-536px);
  transform: translateX(-536px);
}

body.has-active-menu {
  overflow: hidden;
}

.m-menu--close {
  width: 48px;
  height: 48px;
  background-color: transparent !important;
  padding: 0;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/* HELPER
--------------------------------------------------------*/
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.btn {
  padding: 15px 25px;
  color: #fff;
  background: #EF004C;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.btn:hover {
  background: #d60044;
  color: #fff;
}

.brand-color {
  color: #512A44;
}

.accent-color {
  color: #EF004C;
}

.w-bg-brand {
  background-color: #512A44;
  color: #fff;
}

.w-bg-white {
  background-color: #fff;
}

.w-bg-black {
  background-color: #111;
}

.w-bg-111 {
  background-color: #111;
}

.text-color-white {
  color: #fff;
}

.sm-w-h-390 {
  height: 390px;
  min-height: 390px;
}

.font-family-sans {
  font-family: "proxima-nova", sans-serif;
}

.Retro86Medium {
  font-family: Retro86Medium;
}

.title-xxl,
.title-xl,
.title-l,
.title-m,
.title-s,
.title-xs {
  display: block;
  font-weight: 400;
}

.title-xxl {
  font-size: 114px;
}

.title-xl {
  font-size: 60px;
}

.title-l {
  font-size: 36px;
}

.title-m {
  font-size: 20px;
}

.title-s {
  font-size: 18px;
}

.title-xs {
  font-size: 16px;
  line-height: 1.1;
}

.section-title-medium {
  font-size: 30px;
  margin-top: 0;
}

.text-default {
  font-size: 16px;
}

.text-medium {
  font-size: 18px;
}

.text-small {
  font-size: 14px;
}

.text-xsmall {
  font-size: 12px;
}

.t-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.list-style-none {
  list-style: none;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-24 {
  padding: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-neg60 {
  margin-top: -60px;
}

.z-index-10 {
  z-index: 10;
}

.overflow-hidden {
  overflow: hidden;
}

.full-size-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.position-absolute {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .w-h-720 {
    height: 720px;
  }
  h2 {
    font-size: 26px;
  }
  .row-box--text-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .row-box--text-content.text-large p {
    font-size: 26px;
  }
  .text-content-header h2 {
    font-size: 26px;
  }
  .text-content-header p {
    font-size: 26px;
    line-height: 1.2;
  }
  .text-box-entry {
    font-size: 16px;
  }
  .text-box-entry p {
    margin: 1em 0;
    line-height: 22px;
  }
  .display-hero-content {
    padding: 130px 0;
  }
  .bottom-left .display-hero-content {
    padding-bottom: 70px;
  }
  .display-hero-content h1 {
    font-size: 62px;
  }
  .display-hero-content p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .w-h-720 {
    height: 720px;
  }
  h2 {
    font-size: 30px;
  }
  .row-box--text-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .row-box--text-content.text-large p {
    font-size: 30px;
  }
  .text-content-header h2 {
    font-size: 30px;
  }
  .text-content-header p {
    font-size: 30px;
    line-height: 1.2;
  }
  .text-box-entry {
    font-size: 16px;
  }
  .text-box-entry p {
    margin: 1em 0;
    line-height: 22px;
  }
  .display-hero-content {
    padding: 130px 0;
  }
  .bottom-left .display-hero-content {
    padding-bottom: 70px;
  }
  .display-hero-content h1 {
    font-size: 72px;
  }
  .display-hero-content p {
    font-size: 30px;
  }
}
/* FLEX GRID */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row-strip,
[class*=row-strip-] {
  margin: 0 -10px;
}

.row-box {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-6 .row-box {
  width: calc(100% - 20px);
}
.row-strip-4 .row-box {
  width: calc(100% - 20px);
}
.row-strip-3 .row-box {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-8 {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-4 {
  width: calc(100% - 20px);
}

.row-box.vertical-middle, .row-box.vertical-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-box.vertical-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.row-box.vertical-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.row-box figure {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .row-strip,
  [class*=row-strip-] {
    margin: 0 -12px;
  }
  .md\:flex {
    display: flex !important;
  }
  .row-box_reverse {
    flex-direction: row-reverse;
  }
  .row-box {
    width: calc(100% - 24px);
    margin: 0 12px 24px;
    float: left;
    flex: 0 0 auto;
    position: relative;
  }
  .row-strip-6 .row-box {
    width: calc(50% - 24px);
  }
  .row-strip-6 .row-box.padding-left {
    padding-left: 8.333333%;
  }
  .row-strip-6 .row-box.padding-right {
    padding-right: 8.333333%;
  }
  .row-strip-4 .row-box {
    width: calc(33.333333% - 24px);
  }
  .row-strip-3 .row-box {
    width: calc(25% - 24px);
  }
  .row-strip-8--4 .row-box.box-8 {
    width: calc(66.666666% - 24px);
  }
  .row-strip-8--4 .row-box.box-4 {
    width: calc(33.333333% - 24px);
  }
  .sponsor-row-box {
    width: calc(16.666666% - 24px);
  }
  .d-mb-0 {
    margin-bottom: 0 !important;
  }
  .layer-border-vert-left,
  .layer-border-vert-right {
    display: block;
  }
  .row-box--text-content {
    padding: 60px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .row-box--text-content {
    padding-left: 0;
  }
}
.d-flex,
.flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-flex.hidden,
.flex.hidden {
  display: none !important;
}

.d-md-flex {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.w-100 {
  width: 100% !important;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.article-entry > :not(.article-img-wide):not(.video--wide):not(.embed-widget--wide):not(.single-graphic-wide):not(.slideshow--fullscreen),
.article-entry > h2,
.article-entry > h3,
.article-entry > h4,
.article-entry > p,
.article-entry > ul,
.article-entry > table,
.article-entry > blockquote,
.article-entry .article__footer,
.article-header,
.article .author,
.article .article-social {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.article-header p,
.article-entry {
  font-family: "proxima-nova", sans-serif;
}

.article-header h1 {
  line-height: 1.4;
}
.article-header p {
  font-size: 20px;
}

.article-header-cat {
  background: #EF004C;
  padding: 12px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  margin-bottom: 16px;
}

.author-wrapper {
  margin: 0 0 32px;
}

.author {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-family: sans-serif;
  line-height: 1.3;
  max-width: 520px;
  padding: 16px 8px 16px 0;
}
.author a {
  text-decoration: none !important;
}

.author-info {
  font-size: 14px;
}

.author-name {
  font-family: Retro86Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.article-cat {
  font-weight: 700;
}

.author-img {
  background-color: #999;
  border: 1px solid #fff;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  overflow: hidden;
}
.author-img .picture {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-bottom: 100%;
}
.author-img .picture .picture-img {
  bottom: 0;
  color: transparent;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.author-img .picture .picture-img--fullheight {
  height: 100%;
  width: auto;
}

.article-social a {
  margin-right: 10px;
}

.entry {
  font-size: 16px;
}

.entry figure {
  margin: 30px 0;
}
.entry p {
  margin: 1em 0;
  line-height: 22px;
}

.article-img-credits {
  color: #999;
}

.article figcaption {
  padding-top: 10px;
}

.article-quote {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1;
  line-height: 32px;
  margin: 32px 0;
  font-family: Retro86Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* LIST
--------------------------------------------------------*/
.article-list figure {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  display: block;
}
.article-list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  object-fit: cover;
  object-position: center;
}
.article-list figure .z-index-bottom {
  z-index: 0;
}
.article-list h3 {
  text-transform: none;
  font-size: 18px;
  margin: 0;
}
.article-list .author {
  padding-bottom: 0;
}

.pagination-pages {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.pagination-pages a {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.pagination-pages a:hover {
  text-decoration: underline;
}
.pagination-pages a.active {
  color: #EF004C;
}
.pagination-pages a.active:hover {
  text-decoration: none;
}

/* COMMENTS
--------------------------------------------------------*/
.comments-area {
  max-width: 740px;
  margin: 0 auto;
}

.comments-title,
.comment-reply-title {
  margin-top: 0;
}

.comment-list {
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
.comment-list li {
  padding: 12px 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
}

.comment-body p {
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
}

.comment-meta {
  margin-bottom: 6px;
  font-size: 12px;
}

.comment-form p {
  margin-bottom: 16px;
}
.comment-form label {
  display: block;
  margin-bottom: 6px;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
}
.comment-form input[type=checkbox] {
  width: 24px;
}
.comment-form input[type=submit] {
  width: auto;
  padding: 15px 25px;
  color: #fff;
  background: #EF004C;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.comment-form input[type=submit]:hover {
  background: #d60044;
  color: #fff;
}
.comment-form .comment-form-cookies-consent {
  margin: 24px 0;
  display: flex;
  align-items: flex-start;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  margin-top: 0;
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .article-header h1 {
    line-height: 1.4;
  }
  .article-header p {
    font-size: 26px;
  }
  .author-info {
    font-size: 14px;
  }
  .entry {
    font-size: 18px;
  }
}
/* FAQ
--------------------------------------------------------*/
.list-w-bg {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.list-w-bg li {
  background: #512A44;
  margin-bottom: 10px;
}

.faqitem {
  position: relative;
  overflow: hidden;
}
.faqitem .faqitem-header {
  margin: 0;
  padding: 10px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.faqitem .faqitem-header svg g {
  fill: #fff;
}
.faqitem .faqitem-header svg rect.minus {
  fill: #fff;
}
.faqitem .faqitem-header.active svg rect.vertical-line {
  opacity: 0;
}
.faqitem .faqitem-header.active svg rect.minus {
  fill: #fff;
}
.faqitem .faqitem-content {
  display: none;
  font-family: "proxima-nova", sans-serif;
  padding: 10px;
  padding-top: 0;
  padding-right: 40px;
}
.faqitem .faqitem-content.faqitem-content--expanded {
  display: block;
}
.faqitem .faqitem-content p {
  margin: 0 0 1rem 0;
}
.faqitem .faqitem-content figure {
  margin: 0;
  margin-top: 20px;
}
.faqitem .faqitem-content .published {
  color: grey;
  font-size: 14px;
}
.faqitem .faqitem-trigger {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 2;
}

.form-section-wrapper {
  margin-top: 30px;
}

.form-group-section {
  margin-bottom: 20px;
}
.form-group-section .form-label {
  padding-right: 10px !important;
}
.form-group-section label {
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
.form-group-section .p-10-group {
  padding: 10px 0;
  padding-right: 0;
  border-bottom: none;
  position: relative;
}
.form-group-section .p-10-group .p-10-group_inner-row {
  margin: 15px 0;
}
.form-group-section .p-10-group .p-10-group_inner-row:first-child {
  margin-top: 0;
}
.form-group-section .p-10-group .p-10-group_inner-row:last-child {
  margin-bottom: 0;
}
.form-group-section.d-md-flex .p-10-group {
  padding: 10px 0 0;
}
.form-group-section a:focus {
  outline: 2px solid rgba(99, 139, 24, 0.8) !important;
  outline-color: rgba(99, 139, 24, 0.8);
  outline-offset: 2px;
}

.gfield .form-control,
.gfield input[type=text],
.gfield input[type=password],
.gfield input[type=tel],
.gfield input[type=email],
.gfield input[type=number],
.gfield input[type=url],
.gfield input[type=search],
.gfield input[type=button],
.gfield textarea,
.gfield select,
.form-group-section .form-control,
.form-group-section input[type=text],
.form-group-section input[type=password],
.form-group-section input[type=tel],
.form-group-section input[type=email],
.form-group-section input[type=number],
.form-group-section input[type=url],
.form-group-section input[type=search],
.form-group-section input[type=button],
.form-group-section textarea,
.form-group-section select,
.form-group-modal .form-control,
.form-group-modal input[type=text],
.form-group-modal input[type=password],
.form-group-modal input[type=tel],
.form-group-modal input[type=email],
.form-group-modal input[type=number],
.form-group-modal input[type=url],
.form-group-modal input[type=search],
.form-group-modal input[type=button],
.form-group-modal textarea,
.form-group-modal select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  margin: 0;
  padding: 0.375rem 0.75rem;
  border: none;
  border-image: initial;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.gfield .form-control.form-control[type=file],
.gfield input[type=text].form-control[type=file],
.gfield input[type=password].form-control[type=file],
.gfield input[type=tel].form-control[type=file],
.gfield input[type=email].form-control[type=file],
.gfield input[type=number].form-control[type=file],
.gfield input[type=url].form-control[type=file],
.gfield input[type=search].form-control[type=file],
.gfield input[type=button].form-control[type=file],
.gfield textarea.form-control[type=file],
.gfield select.form-control[type=file],
.form-group-section .form-control.form-control[type=file],
.form-group-section input[type=text].form-control[type=file],
.form-group-section input[type=password].form-control[type=file],
.form-group-section input[type=tel].form-control[type=file],
.form-group-section input[type=email].form-control[type=file],
.form-group-section input[type=number].form-control[type=file],
.form-group-section input[type=url].form-control[type=file],
.form-group-section input[type=search].form-control[type=file],
.form-group-section input[type=button].form-control[type=file],
.form-group-section textarea.form-control[type=file],
.form-group-section select.form-control[type=file],
.form-group-modal .form-control.form-control[type=file],
.form-group-modal input[type=text].form-control[type=file],
.form-group-modal input[type=password].form-control[type=file],
.form-group-modal input[type=tel].form-control[type=file],
.form-group-modal input[type=email].form-control[type=file],
.form-group-modal input[type=number].form-control[type=file],
.form-group-modal input[type=url].form-control[type=file],
.form-group-modal input[type=search].form-control[type=file],
.form-group-modal input[type=button].form-control[type=file],
.form-group-modal textarea.form-control[type=file],
.form-group-modal select.form-control[type=file] {
  padding: 0;
}
.gfield .form-control:focus,
.gfield input[type=text]:focus,
.gfield input[type=password]:focus,
.gfield input[type=tel]:focus,
.gfield input[type=email]:focus,
.gfield input[type=number]:focus,
.gfield input[type=url]:focus,
.gfield input[type=search]:focus,
.gfield input[type=button]:focus,
.gfield textarea:focus,
.gfield select:focus,
.form-group-section .form-control:focus,
.form-group-section input[type=text]:focus,
.form-group-section input[type=password]:focus,
.form-group-section input[type=tel]:focus,
.form-group-section input[type=email]:focus,
.form-group-section input[type=number]:focus,
.form-group-section input[type=url]:focus,
.form-group-section input[type=search]:focus,
.form-group-section input[type=button]:focus,
.form-group-section textarea:focus,
.form-group-section select:focus,
.form-group-modal .form-control:focus,
.form-group-modal input[type=text]:focus,
.form-group-modal input[type=password]:focus,
.form-group-modal input[type=tel]:focus,
.form-group-modal input[type=email]:focus,
.form-group-modal input[type=number]:focus,
.form-group-modal input[type=url]:focus,
.form-group-modal input[type=search]:focus,
.form-group-modal input[type=button]:focus,
.form-group-modal textarea:focus,
.form-group-modal select:focus {
  outline: 2px solid #EF004C;
  outline-color: #EF004C;
}
.gfield select,
.form-group-section select,
.form-group-modal select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.gfield option:disabled,
.form-group-section option:disabled,
.form-group-modal option:disabled {
  color: #888888;
}
.gfield textarea,
.form-group-section textarea,
.form-group-modal textarea {
  resize: none;
  min-height: 100px;
}
.gfield .submit-buttons,
.form-group-section .submit-buttons,
.form-group-modal .submit-buttons {
  margin-bottom: 0;
  margin-top: 0;
}
.gfield .submit-buttons .btn,
.form-group-section .submit-buttons .btn,
.form-group-modal .submit-buttons .btn {
  margin-top: 10px;
}
.gfield.btn-group,
.form-group-section.btn-group,
.form-group-modal.btn-group {
  text-align: center;
  margin-bottom: 0;
}
.gfield ::-webkit-input-placeholder,
.form-group-section ::-webkit-input-placeholder,
.form-group-modal ::-webkit-input-placeholder {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.gfield :-moz-placeholder,
.form-group-section :-moz-placeholder,
.form-group-modal :-moz-placeholder {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.gfield ::-moz-placeholder,
.form-group-section ::-moz-placeholder,
.form-group-modal ::-moz-placeholder {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.gfield :-ms-input-placeholder,
.form-group-section :-ms-input-placeholder,
.form-group-modal :-ms-input-placeholder {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.gfield input:focus::-webkit-input-placeholder,
.form-group-section input:focus::-webkit-input-placeholder,
.form-group-modal input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.gfield input[type=submit],
.form-group-section input[type=submit],
.form-group-modal input[type=submit] {
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 0 auto;
}

/* GFORM */
.gform_wrapper form {
  margin-bottom: 0 !important;
}

.gfield_label {
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  color: #fff;
}

.gform_footer {
  padding: 10px 0 0;
  text-align: center;
}
.gform_footer input[type=submit] {
  padding: 15px 25px;
  color: #fff;
  background: #EF004C;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gform_footer input[type=submit]:hover {
  background: #d60044;
  color: #fff;
}

.gfield {
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .m-menu {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(536px);
    -ms-transform: translateX(536px);
    transform: translateX(536px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    width: 536px;
    height: 100%;
    overflow-y: scroll;
    z-index: 500;
    background-color: #512A44;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
  }
  .m-menu.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .side-menu-wrapper {
    width: 350px;
    padding: 0;
    margin-top: 116px;
  }
  .side-menu-wrapper h2 {
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 18px;
  }
  .m-menu .side-menu-wrapper h2 {
    margin-bottom: 46px;
  }
  .side-menu-wrapper h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }
  .side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 24px;
    font-family: Retro86Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
  }
  .side-menu li {
    border-top: 1px solid #D8D8D8;
  }
  .side-menu li:last-child {
    border-bottom: 1px solid #D8D8D8;
  }
  .side-menu a {
    display: flex;
    padding: 12px 0;
    padding-right: 12px;
  }
  .side-menu a img {
    margin-left: auto;
  }
  .side-menu a span {
    color: #512A44;
    display: inline-block;
    margin-left: 3px;
  }
  .m-menu--close {
    width: 48px;
    height: 48px;
    right: 24px;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  .site-width,
  .site-width--w {
    max-width: 1322px;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .site-width--w {
    max-width: 90%;
  }
  .header,
  .header-area {
    height: 116px;
  }
  .header-logo {
    height: 36px;
    width: auto;
  }
  .header-logo a {
    display: inline-block;
  }
  .header-logo .logo {
    padding-right: 12px;
    border-right: 1px solid #fff;
    margin-right: 6px;
  }
  .header-logo-text {
    display: inline;
  }
  .toggle-menu {
    width: 38px;
    height: 38px;
  }
  .display-hero-content-nav {
    margin: 100px 0 0;
    padding: 5px 20px;
    font-size: 24px;
  }
  .bottom-left .display-hero-content {
    padding-bottom: 70px;
  }
  .display-hero-content-logo {
    width: auto;
  }
  .slidable-list .slider-item {
    width: 22%;
    padding: 0 0.8vw;
    font-size: 14px;
  }
  .slidable-list .block-title {
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    font-size: 16px;
  }
  .section-article-slider {
    background-position: center bottom;
  }
  .section-news-slider {
    background-image: url(../img/bg-table.jpg);
    height: 685px;
  }
  .news-slider {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
  }
  .news-slider-inner {
    flex-direction: row;
  }
  .news-slider--item {
    width: 50%;
  }
  .news-slider--item .article-info-wrapper {
    padding: 50px 0;
    padding-left: 8.333333%;
  }
  .news-slider--item.w-img {
    background-image: none;
  }
  .section-page-dots {
    bottom: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-social-nav {
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  .header-area {
    padding: 0 50px;
  }
  .m-menu--close {
    right: 50px;
  }
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
