@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dissappear {
  0% {
    display: inline-block;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none !important;
    opacity: 0;
  }
}
@keyframes point-r {
  0% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(10px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@keyframes point-d {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 25%);
  }
}
@keyframes slide_right {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_left {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes centre-scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html, body, #page-con {
  margin: 0;
  overflow-x: hidden;
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    body.mob-menu-open #page-con {
      position: fixed;
      overflow: hidden;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
}

#page-con {
  transition: all 350ms ease-out;
}
header, section, footer, .section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(22, 22, 21);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  header, section, footer, .section {
    font-size: 2rem;
  }
}

aside, section, .section, footer {
  align-items: stretch;
  align-content: stretch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}
aside.reverse .row, aside.col-rev .row, section.reverse .row, section.col-rev .row, .section.reverse .row, .section.col-rev .row, footer.reverse .row, footer.col-rev .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  aside .row, section .row, .section .row, footer .row {
    flex-direction: row;
  }
  aside.reverse .row, section.reverse .row, .section.reverse .row, footer.reverse .row {
    flex-direction: row-reverse;
  }
  aside.col-rev .row, section.col-rev .row, .section.col-rev .row, footer.col-rev .row {
    flex-direction: row;
  }
}

section.maf-h-c .header, .section.maf-h-c .header {
  padding: 0 !important;
}
section.maf-h-c .header .maf-content, .section.maf-h-c .header .maf-content {
  border: 0;
  padding: 0 !important;
}
section.maf-f-c .footer, .section.maf-f-c .footer {
  padding: 0 !important;
}
section.maf-f-c .footer .maf-content, .section.maf-f-c .footer .maf-content {
  display: none;
  padding: 0 !important;
}

.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 20px 0 20px;
  width: 100%;
  z-index: 1;
}
.header .maf-content {
  padding: 50px 20px 0 20px;
  text-align: center;
}
.header .maf-content > *:last-child {
  margin-bottom: 0;
}

.footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 10px 25px 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .footer {
    padding: 0 20px 50px 20px;
  }
}
.footer .maf-content {
  padding: 0 10px;
}
@media only screen and (min-width: 576px) {
  .footer .maf-content {
    padding: 0 20px;
  }
}

.is-nav-dock {
  height: 120px;
  width: 100%;
}
.is-nav-dock.hero-under-nav {
  left: 0;
  position: absolute;
  top: 0;
}
#sub-nav-dock {
  height: 87px;
  width: 100%;
}
#sub-nav-dock #sub-nav {
  background-color: rgb(204, 204, 204);
  height: 87px;
  position: relative;
  transition: all 350ms ease-out;
}
#sub-nav-dock #sub-nav #sub-logo {
  align-items: center;
  color: white;
  display: flex;
  height: 40%;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#sub-nav-dock #sub-nav #sub-logo a {
  display: inline-block;
  height: 100%;
  padding-right: 10px;
}
#sub-nav-dock #sub-nav #sub-logo a img {
  height: 100%;
  transition: height 350ms ease-out;
  width: auto;
}
#sub-nav-dock #sub-nav #sub-logo span {
  display: inline-block;
  font-family: "Halant", serif;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 1152px) {
  #sub-nav-dock #sub-nav #sub-logo span {
    font-size: 2.4rem;
    margin-top: 6px;
  }
}
@media only screen and (min-width: 1152px) {
  #sub-nav-dock #sub-nav #sub-logo {
    height: 60%;
  }
}
#sub-nav-dock #sub-nav #ticket-link {
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: height 350ms ease-out;
}
#sub-nav-dock #sub-nav #ticket-link a.button {
  background-color: white;
  border-color: white;
  color: rgb(204, 204, 204);
  font-size: 1.8rem;
  height: 100%;
  transition: all 350ms ease-out;
}
#sub-nav-dock #sub-nav #ticket-link a.button:hover {
  color: rgb(196, 9, 19);
  box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1024px) {
  #sub-nav-dock #sub-nav #ticket-link {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1152px) {
  #sub-nav-dock #sub-nav #ticket-link {
    height: 57px;
  }
  #sub-nav-dock #sub-nav #ticket-link a.button {
    font-size: 2.2rem;
  }
}
#sub-nav-dock #sub-nav #sub {
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#sub-nav-dock #sub-nav #sub .is-burger {
  height: 40px;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
#sub-nav-dock #sub-nav #sub.is-mobile {
  height: 100%;
}
#sub-nav-dock #sub-nav #sub.is-mobile .is-burger {
  display: none;
  visibility: hidden;
}
#sub-nav-dock #sub-nav #sub.is-mobile.maf-3 .links {
  display: none;
}
#sub-nav-dock #sub-nav #sub.is-mobile.maf-3 .links.active {
  display: none;
}
#sub-nav-dock #sub-nav #sub.is-web .is-burger {
  display: none;
}
#sub-nav-dock #sub-nav #sub.is-web > div .links > ul > li > a {
  text-transform: none;
}
@media only screen and (min-width: 1152px) {
  #sub-nav-dock #sub-nav #sub.is-web > div .links > ul > li > a {
    text-transform: uppercase;
  }
}
#sub-nav-dock #sub-nav.stuck {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  height: 50px;
  left: 0;
  position: fixed;
  top: 50px;
  z-index: 100;
}
#sub-nav-dock #sub-nav.stuck #sub-logo span {
  font-size: 1.8rem;
  margin: 0;
}
#sub-nav-dock #sub-nav.stuck #ticket-link {
  height: 35px;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.row {
  align-items: stretch;
  align-content: stretch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .row {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.row.nested {
  padding: 0;
}

.column {
  align-items: center;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  overflow: hidden;
  position: relative;
  padding: 50px 20px;
}
@media only screen and (min-width: 576px) {
  .column {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 960px) {
  .column {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .column {
    min-height: 0;
  }
}
.column.hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .column.hide-mobile {
    display: flex;
  }
}
.column.nested {
  margin: 0;
  padding: 0;
}

.maf-content {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  padding: 0;
}
.maf-content span[style*="background-color:"] {
  padding: 0.2em 0.3em;
}
.maf-content > *:first-child {
  margin-top: 0;
}
.maf-content > *:last-child {
  margin-bottom: 0;
}
.maf-content > *:last-child > *:last-child {
  margin-bottom: 0;
}
.maf-content.push-last {
  height: 100%;
}
.maf-content.push-last > *:last-child {
  margin-top: auto;
}

.maf-header {
  padding: 50px 20px 0 20px;
  padding-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .maf-header {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .maf-header {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .maf-header {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
.maf-header > *:last-child {
  margin-bottom: 0;
}
.maf-header > *:last-child > *:last-child {
  margin-bottom: 0;
}

.fifth {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .fifth {
    width: 20%;
  }
}

.quarter {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .quarter {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .quarter {
    width: 25%;
  }
}

.third {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .third {
    width: 33.333%;
  }
}

.half {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .half {
    width: 50%;
  }
}

.two-thirds {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .two-thirds {
    width: 66.666%;
  }
}

.three-quarters {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .three-quarters {
    width: 75%;
  }
}

.whole {
  align-items: center;
  text-align: center;
  width: 100%;
}

.col-7 {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .col-7 {
    width: 58.333%;
  }
}

.col-5 {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .col-5 {
    width: 41.666%;
  }
}

.maf-bg-overlay, .maf-background, .maf-background-image, .image-overlay, .maf-sprite-layer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% + 1px);
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  width: calc(100% + 2px);
  z-index: 0;
}
.maf-bg-overlay .texture, .maf-background .texture, .maf-background-image .texture, .image-overlay .texture, .maf-sprite-layer .texture {
  height: 100%;
  width: 100%;
}
.maf-bg-overlay.is-texture, .maf-background.is-texture, .maf-background-image.is-texture, .image-overlay.is-texture, .maf-sprite-layer.is-texture {
  mix-blend-mode: overlay;
  opacity: 0.2;
}
.maf-bg-overlay.is-texture.screen, .maf-background.is-texture.screen, .maf-background-image.is-texture.screen, .image-overlay.is-texture.screen, .maf-sprite-layer.is-texture.screen {
  mix-blend-mode: screen;
  opacity: 0.8;
}

.maf-sprite-layer {
  height: 100%;
  left: 0;
  transform: none;
  top: 0;
  width: 100%;
}

.maf-background-image {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transform-origin: bottom center;
}

.maf-c-f::after,
.maf-c-f::before {
  content: " ";
  display: table;
}

.maf-c-f::after {
  clear: both;
}

img {
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: middle;
}

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

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

img.al-centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.al-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

img.al-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

figure {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
  width: auto;
}
figure figcaption {
  border-bottom: 1px solid rgb(204, 204, 204);
  color: #c1c6c8;
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  padding: 15px 0;
  text-align: left;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, a, div, span, address, blockquote {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, a:visited {
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-decoration: none;
  transition: all 350ms ease-out;
}

a:hover, a:focus, a:active {
  opacity: 0.8;
  text-decoration: none;
}

h1, .h1-style, h2, .h2-style, h3, .h3-style, h4, .h4-style, h5, .h5-style, h6.h6-style, p, .p-style, address, blockquote {
  margin: 0 0 30px 0;
  width: 100%;
}

address {
  font-style: normal;
  line-height: 1.4;
}

h1, .h1-style, h2, .h2-style, h3, .h3-style, h4, .h4-style, h5, .h5-style, h6.h6-style {
  color: rgb(34, 36, 91);
  font-family: "Halant", serif;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 35px;
}

h1, .h1-style {
  font-family: "Halant", serif;
  font-size: 10rem;
}
h2, .h2-style {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
}

h3, .h3-style {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: #161615;
}

h4, .h4-style {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h5, .h5-style {
  font-family: "Halant", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
}

h6, .h6-style {
  font-family: "Halant", serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.1;
}

p, .p-style, li, blockquote, address, .body-text {
  line-height: 1.4;
}
p.al-left, .p-style.al-left, li.al-left, blockquote.al-left, address.al-left, .body-text.al-left {
  text-align: left !important;
}
p.al-right, .p-style.al-right, li.al-right, blockquote.al-right, address.al-right, .body-text.al-right {
  text-align: right !important;
}
p.al-centre, .p-style.al-centre, li.al-centre, blockquote.al-centre, address.al-centre, .body-text.al-centre {
  text-align: center !important;
}
p img.al-left, .p-style img.al-left, li img.al-left, blockquote img.al-left, address img.al-left, .body-text img.al-left {
  float: left;
  margin: 0 5px 5px 0;
}
p img.al-right, .p-style img.al-right, li img.al-right, blockquote img.al-right, address img.al-right, .body-text img.al-right {
  float: right;
  margin: 0 0 5px 5px;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 0.5em;
}

sub {
  font-size: 0.5em;
  vertical-align: baseline;
}

hr {
  display: flex;
  align-self: flex-end;
  background-color: rgb(255, 255, 255);
  border: 0;
  display: inline-block;
  height: 10px;
  margin: 0 auto 30px 0;
  width: 20%;
}
hr.heavy {
  margin: 0 auto 30px 0;
  border-top: 5px solid rgb(22, 22, 21);
}
hr.divider {
  background-color: transparent;
  background-image: url("/images/Layout/divider.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  max-width: 1400px;
}

.drop-caps > *:first-child::first-letter {
  float: left;
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.1em;
}

.maf-content ul, .maf-content ol {
  list-style-position: outside;
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  width: 100%;
}
.maf-content ul li, .maf-content ol li {
  margin: 0 0 30px 0;
}
.maf-content ul li > p, .maf-content ol li > p {
  margin: 0;
}
.maf-content ul {
  list-style-type: none;
  max-width: 620px;
  padding-left: 40px;
}
.maf-content ul li {
  margin-bottom: 0;
  position: relative;
}
.maf-content ul li::before {
  background-color: rgb(22, 22, 21);
  border: 1px solid rgb(22, 22, 21);
  border-radius: 50%;
  content: "";
  color: inherit;
  display: inline-block;
  font-weight: bold;
  height: 4px;
  left: -22px;
  position: absolute;
  top: 0.5em;
  width: 4px;
}
.maf-content ol {
  counter-reset: maf-ol-counter;
  list-style: none;
  padding: 0 0 0 1.1em;
  position: relative;
}
.maf-content ol li {
  counter-increment: maf-ol-counter;
  margin-bottom: 5px;
  position: relative;
}
.maf-content ol li::before {
  content: counter(maf-ol-counter) ".";
  color: rgb(22, 22, 21);
  display: inline-block;
  font-family: "Halant", serif;
  font-size: 1.3em;
  height: 30px;
  left: -1.1em;
  line-height: 1;
  margin-right: 0.8rem;
  opacity: 1;
  position: absolute;
  top: -0.125em;
  transform: translateY(0.1em);
  vertical-align: top;
  width: 0.8em;
}

blockquote {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
blockquote::before {
  background-image: url("/images/Layout/quote.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: inherit;
  content: "";
  display: none;
  height: 67px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 83px;
}
blockquote::after {
  bottom: -0.25em;
  color: inherit;
  display: none;
  content: close-quote;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
}
blockquote p {
  color: inherit;
  font-size: inherit;
  font-style: italic;
  font-weight: inherit;
  line-height: 1.2;
  margin: 0 0 20px 0;
  /*&:nth-of-type(2){
    color: $text-body-dark;
    font-family: $font-stack-body;
    font-size: 1.4rem;
  	font-style: italic;
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
  }*/
}
blockquote p.small-text {
  font-size: 1.8rem;
}
blockquote p:last-child {
  color: rgb(22, 22, 21);
  font-style: normal;
  margin-bottom: 0;
}
blockquote.heavy {
  font-family: "Halant", serif;
  font-size: 6rem;
  margin: auto 0 !important;
}
blockquote.heavy p {
  font-style: normal;
  line-height: 0.9;
  text-transform: uppercase;
}
blockquote.heavy p:last-child {
  color: rgb(232, 24, 107);
  font-size: 2.4rem;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
table tr {
  margin: 0;
}
table tr td {
  padding: 5px;
  vertical-align: top;
}

form {
  transition: all 350ms ease-out;
  width: 100%;
}
form.hide {
  filter: blur(5px) !important;
  height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  width: 0 !important;
}

.maf-form {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.maf-form form, .maf-form .form {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.maf-form form .column.half, .maf-form .form .column.half {
  align-items: flex-start;
  text-align: left;
}
.maf-form form .maf-input, .maf-form .form .maf-input {
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
.maf-form form .maf-input.half, .maf-form .form .maf-input.half {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .maf-form form .maf-input.half, .maf-form .form .maf-input.half {
    flex-basis: 50%;
  }
  .maf-form form .maf-input.half.left, .maf-form .form .maf-input.half.left {
    padding-right: 10px;
  }
  .maf-form form .maf-input.half.right, .maf-form .form .maf-input.half.right {
    padding-left: 10px;
  }
}
.maf-form form .maf-input.centre, .maf-form .form .maf-input.centre {
  justify-content: center;
  text-align: center;
}
.maf-form form .maf-input textarea, .maf-form .form .maf-input textarea {
  min-height: 220px;
}
.maf-form form .maf-input i, .maf-form .form .maf-input i {
  color: rgb(26, 26, 26);
  display: none;
  position: absolute;
  right: 8px;
  top: 8px;
}
.maf-form form label, .maf-form .form label {
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
}
.maf-form form label sup, .maf-form .form label sup {
  color: rgb(255, 255, 255);
}
.maf-form form .cap-con, .maf-form .form .cap-con {
  flex-wrap: wrap;
}
.maf-form form .cap-con .g-recap-con, .maf-form .form .cap-con .g-recap-con {
  margin: 0 auto;
  display: inline-block;
  width: 302px;
}
.maf-form form .button, .maf-form .form .button {
  margin: 0;
}
.maf-form .a-f-resp {
  opacity: 0;
  position: absolute;
  transition: opacity 700ms ease-out 700ms;
  width: 100%;
}
.maf-form .a-f-resp.show {
  opacity: 1;
  position: static;
}
.maf-form .a-f-resp h3 {
  margin: 0;
}

input, textarea {
  background-color: transparent;
  border: 1px solid rgb(215, 215, 215);
  color: rgb(22, 22, 21);
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline-color: white;
  padding: 10px 15px;
  width: 100%;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(204, 204, 204);
  font-family: "Open Sans", sans-serif;
}
input::placeholder, textarea::placeholder {
  color: rgb(204, 204, 204);
  font-family: "Open Sans", sans-serif;
}
input:focus, textarea:focus {
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(215, 215, 215);
}
textarea {
  resize: none;
}

label {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}

select {
  margin-bottom: 1.2em;
  outline-color: white;
}

input[type=submit],
button.maf-button {
  align-items: center;
  align-self: flex-start;
  background-color: rgb(196, 9, 19);
  background-size: 100% 100%;
  border: 2px solid rgb(196, 9, 19);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: center;
  min-width: 222px;
  min-height: 66px;
  opacity: 1;
  outline: transparent;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 350ms ease-out;
  width: auto;
}
input[type=submit]:hover,
button.maf-button:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(22, 22, 21);
  color: rgb(22, 22, 21);
  opacity: 1;
  text-decoration: none;
}

input[type=radio], input[type=checkbox] {
  display: inline;
  margin: 2px;
  vertical-align: 4%;
  width: auto;
}

.control-group {
  margin-bottom: 30px;
}

.checkbox .pretty-check {
  display: inline-block;
  position: relative;
  margin: 2px;
  width: 20px;
}
.checkbox .pretty-check label {
  border-radius: 0;
  border: 1px solid rgb(215, 215, 215);
  cursor: pointer;
  height: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 20px;
  top: 1px;
}
.checkbox .pretty-check label:after {
  background: transparent;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transition: all 350ms ease-out;
  transform: rotate(-50deg);
  width: 10px;
}
.checkbox .pretty-check label:hover {
  background: rgba(81, 81, 81, 0.1);
}
.checkbox .pretty-check label:hover::after {
  opacity: 0.7;
}
.checkbox .pretty-check input[type=checkbox] {
  visibility: hidden;
}
.checkbox .pretty-check input[type=checkbox]:checked + label {
  background: rgb(215, 215, 215);
}
.checkbox .pretty-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox span {
  vertical-align: text-bottom;
}

.radio {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
.radio .pretty-radio {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 40px;
}
.radio .pretty-radio label {
  border-radius: 50%;
  border: 10px solid rgb(215, 215, 215);
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  position: absolute;
  transition: background-color 350ms ease-out;
  width: 40px;
  top: 1px;
}
.radio .pretty-radio label:after {
  background: transparent;
  border: 2px solid rgb(215, 215, 215);
  border-top: none;
  border-right: none;
  content: "";
  display: none;
  height: 4px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transition: all 350ms ease-out;
  transform: rotate(-50deg);
  width: 8px;
}
.radio .pretty-radio label:hover {
  background: rgb(255, 255, 255);
}
.radio .pretty-radio label:hover::after {
  opacity: 0.7;
}
.radio .pretty-radio input[type=radio] {
  height: 40px;
  visibility: hidden;
  width: 40px;
}
.radio .pretty-radio input[type=radio]:checked + label {
  background: rgb(255, 255, 255);
}
.radio .pretty-radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.radio span {
  margin-bottom: 8px;
  padding-left: 10px;
  text-align: left;
  width: calc(100% - 40px);
}
.radio:hover .pretty-radio label {
  background: rgb(255, 255, 255);
}

.select {
  background-color: white;
  border: 1px solid rgb(22, 22, 21);
  cursor: pointer;
  height: 47px;
  margin: 0;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.select::before {
  background-color: transparent;
  border-left: 1px solid rgb(224, 223, 224);
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  transition: all 350ms ease-out;
  top: 0;
  width: 39px;
  z-index: -1;
}
.select::after {
  background-color: transparent;
  border: 2px solid rgb(26, 26, 26);
  border-left: 0;
  border-top: 0;
  content: "";
  height: 12px;
  position: absolute;
  right: 14px;
  transform: translate(-50%, -55%) rotate(45deg);
  transform-origin: center;
  transition: all 350ms ease-out;
  top: 45%;
  width: 12px;
  z-index: -1;
}
.select select {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(26, 26, 26);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  height: 100%;
  outline: transparent;
  padding: 8px 10px;
  text-transform: uppercase;
  transition: all 350ms ease-out;
  width: calc(100% + 25px);
  z-index: 1;
}
.select select option {
  font-family: "Open Sans", sans-serif;
}
.select:hover select {
  color: rgb(26, 26, 26);
}
.select:hover::before {
  background-color: rgb(26, 26, 26);
}
.select:hover::after {
  border-color: rgb(26, 26, 26);
  top: 50%;
}

.spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 102px;
}
.spinner label {
  display: inline-block;
  flex: 0 0 auto;
  width: 100%;
}
.spinner input[type=number]::-webkit-inner-spin-button,
.spinner input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spinner input[type=number] {
  -moz-appearance: textfield;
}
.spinner input {
  border: 1px solid rgb(22, 22, 21);
  border-right: 0;
  color: rgb(22, 22, 21);
  display: inline-block;
  flex: 0 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  height: 56px;
  line-height: 1.65;
  margin: 0;
  padding: 20px;
  text-align: center;
  width: 74px;
}
.spinner input:focus {
  outline: 0;
}
.spinner .quantity-nav {
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
  height: 56px;
  width: 28px;
}
.spinner .quantity-button {
  align-items: center;
  border: 1px solid rgb(22, 22, 21);
  color: rgb(22, 22, 21);
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  height: 28px;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 28px;
}
.spinner .quantity-button > div {
  transition: all 350ms ease-out;
}
.spinner .quantity-button > div:hover {
  background-color: rgb(196, 9, 19);
}
.spinner .quantity-button.quantity-up {
  border-bottom: 0;
}
.g-recap-con {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 80px;
  overflow: hidden;
  position: relative;
}
.g-recap-con .g-recaptcha {
  left: 0;
  position: absolute;
  top: 0;
}

.button, .button:visited, .button:focus, .button:active {
  align-items: center;
  background-color: rgb(196, 9, 19);
  border: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: flex-start;
  height: 50px;
  margin-right: 10px;
  min-width: 220px;
  opacity: 1;
  outline: transparent;
  overflow: hidden;
  padding: 15px 40px 15px 17px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: all 350ms ease-out;
  width: auto;
  z-index: 1;
}
.button::after, .button:visited::after, .button:focus::after, .button:active::after {
  background-color: rgb(22, 22, 21);
  content: "";
  display: inline-block;
  left: 100%;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  transition: all 350ms ease-out;
}
.button::before, .button:visited::before, .button:focus::before, .button:active::before {
  background-color: rgb(22, 22, 21);
  content: "";
  display: inline-block;
  height: 100%;
  left: 100%;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition: all 350ms ease-out;
  width: 115%;
  z-index: -1;
}
.button:hover, .button:visited:hover, .button:focus:hover, .button:active:hover {
  opacity: 1;
}
.button:hover::after, .button:hover::before, .button:visited:hover::after, .button:visited:hover::before, .button:focus:hover::after, .button:focus:hover::before, .button:active:hover::after, .button:active:hover::before {
  left: -25%;
}
.button.tri, .button:visited.tri, .button:focus.tri, .button:active.tri {
  padding: 9px 40px 9px 18px;
}
.button.tri::after, .button:visited.tri::after, .button:focus.tri::after, .button:active.tri::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid white;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 20px;
  transform: translate(0, -50%);
  transition: all 350ms ease-out;
  top: 50%;
  width: 0;
}
.button.tri:hover::after, .button:visited.tri:hover::after, .button:focus.tri:hover::after, .button:active.tri:hover::after {
  right: 12px;
  transform: translate(0, -50%) scale(1.2);
}
.button.chevron::before, .button.chevron::after, .button:visited.chevron::before, .button:visited.chevron::after, .button:focus.chevron::before, .button:focus.chevron::after, .button:active.chevron::before, .button:active.chevron::after {
  background-color: rgb(22, 22, 21);
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  height: 2px;
  width: 40%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: right center;
  transition: transform 350ms ease-out;
}
.button.chevron::after, .button:visited.chevron::after, .button:focus.chevron::after, .button:active.chevron::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.button.chevron:hover::before, .button:visited.chevron:hover::before, .button:focus.chevron:hover::before, .button:active.chevron:hover::before {
  transform: translate(-50%, -50%) rotate(30deg);
}
.button.chevron:hover::after, .button:visited.chevron:hover::after, .button:focus.chevron:hover::after, .button:active.chevron:hover::after {
  transform: translate(-50%, -50%) rotate(-30deg);
}

.al-centre {
  text-align: center;
}
.al-centre img {
  display: inline-block;
}

.al-left {
  text-align: left;
}
.al-left img {
  display: inline-block;
}

.al-right {
  text-align: right;
}
.al-right img {
  display: inline-block;
}

div.al-right, img.al-right {
  margin-left: auto;
  margin-right: 0;
}
div.al-left, img.al-left {
  margin-left: 0;
  margin-right: auto;
}
div.al-centre, img.al-centre {
  margin-left: auto;
  margin-right: auto;
}

.screen-reader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.maf-nps {
  margin-bottom: 0;
}

.snap-centre {
  transform: translate(-50%, -50%);
}

.snap-centre-y {
  transform: translate(0, -50%);
}

.go-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-pad {
  padding: 0 !important;
}

.is-link, .is-home-link, .nav-filter-link {
  cursor: pointer;
}

.is-toggle-group .toggle-click {
  background: none;
  color: rgb(22, 22, 21);
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  outline: none;
  padding: 5px 20px 5px 10px;
  position: relative;
  transition: all 350ms ease-out;
  text-align: left;
  width: 100%;
}
.is-toggle-group .toggle-click i {
  color: rgb(196, 9, 19);
  display: inline-block;
  height: 35px;
  font-size: 3rem;
  opacity: 1;
  position: relative;
  vertical-align: middle;
  width: 35px;
}
.is-toggle-group .toggle-click i::before {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -60%) rotate(0deg);
  transform-origin: center;
  transition: transform 400ms ease-out;
}
.is-toggle-group .toggle-click.active, .is-toggle-group .toggle-click:hover {
  background-color: rgb(196, 9, 19);
  color: white;
}
.is-toggle-group .toggle-click.active i, .is-toggle-group .toggle-click:hover i {
  color: white;
}
.is-toggle-group .toggle-click.active i::before, .is-toggle-group .toggle-click:hover i::before {
  transition: transform 300ms ease-out;
  transform: translate(-50%, -60%) rotate(180deg);
}
.is-toggle-group .toggle-group {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.95, 0.55, 0.05, 0.445);
}
.is-toggle-group .toggle-group.is-on {
  max-height: 2000px;
  transition: all 600ms ease-out;
}
.is-toggle-group .toggle-group.is-on a:first-child {
  margin-top: 5px;
}

.is-modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.is-modal #content-container {
  background-color: rgb(255, 255, 255);
  border-radius: 3px 0 3px 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}
.is-modal #content-container #close {
  background-color: rgb(255, 255, 255);
  border-radius: 3px 3px 0 0;
  color: rgb(34, 36, 91);
  cursor: pointer;
  padding: 5px 7px 3px 7px;
  position: absolute;
  font-size: 2rem;
  right: 0;
  top: -27px;
}
@media only screen and (min-width: 960px) {
  .is-modal #content-container {
    width: 60vw;
  }
}
@media only screen and (min-width: 1200px) {
  .is-modal #content-container {
    width: 35vw;
  }
}

.is-portal {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 35px;
}
.is-portal .portal-item {
  padding: 35px;
  flex: 0 0 100%;
}
@media only screen and (min-width: 576px) {
  .is-portal .portal-item {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .is-portal .portal-item {
    flex-basis: 33.333%;
  }
}
.is-portal .portal-item .portal-item-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.is-portal .portal-item .portal-item-inner::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.is-portal .portal-item .portal-item-inner .portal-item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.meet-your-maker {
  font-weight: 600;
  text-decoration: none !important;
  transition: all 1000ms ease-out !important;
}
.meet-your-maker:hover {
  filter: blur(5px);
  text-decoration: none !important;
}

.maf-msg {
  align-items: center;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}
.maf-msg i, .maf-msg span {
  vertical-align: middle;
}
.maf-msg i {
  margin: 5px 5px 0 0;
}
.maf-msg.error-msg {
  background-color: rgb(196, 9, 19);
  border: 1px solid rgb(196, 9, 19);
  color: rgb(22, 22, 21);
}
.maf-msg.success-msg {
  background-color: rgb(206, 240, 206);
  border: 1px solid rgb(30, 60, 30);
  color: rgb(30, 60, 30);
}
.maf-msg.input-msg {
  border-radius: 0 0 5px 5px;
  font-size: 1.4rem;
  margin: 0;
}

#http-error {
  background-color: transparent;
  height: 100vh;
  padding: 0;
}
#http-error.e404 {
  padding-top: 120px;
}
#http-error.e404 h1 {
  color: rgb(22, 22, 21);
  margin: 0 0 30px 0;
}
#http-error.e404 p {
  color: rgb(22, 22, 21);
  font-size: 2.5rem;
  margin: 0 auto 30px auto;
  width: 60%;
}
#http-error.e404 #error {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
#http-error.e404 .error-icon {
  display: block;
  margin: 0 auto;
  width: 25%;
}
#http-error.e404 .error-icon .a {
  fill: rgb(22, 22, 21);
}
#http-error.e404 .button {
  color: rgb(22, 22, 21);
  border-color: rgb(22, 22, 21);
  border-width: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  margin: 0 auto;
  padding: 5px 20px;
  text-transform: uppercase;
  width: auto;
}
#http-error.e404 .button:hover {
  background-color: rgb(22, 22, 21);
  color: white;
}

pre {
  background-color: rgb(250, 250, 220);
  border: 1px solid rgb(22, 22, 20);
  border-radius: 5px;
  color: rgb(22, 22, 22);
  font-size: 1.6rem;
  margin: 1em;
  overflow: scroll;
  padding: 1em;
  text-align: left;
  width: calc(100% - 3em);
  z-index: 9999999;
}
pre.dispell {
  bottom: 0;
  left: 0.5em;
  max-height: 50vh;
  position: fixed;
}

#print-container {
  margin: auto;
  padding-top: 30px;
  width: 700px;
}
#print-container h1, #print-container h2, #print-container h3 {
  color: rgb(22, 22, 21);
  text-transform: capitalize;
}
#print-container #header {
  align-items: flex-end;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#print-container #header h1 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 4rem;
  flex: 1 1 50%;
  margin: 0;
  width: 100%;
}
#print-container #header #left-col {
  flex: 1 1 50%;
}
#print-container #header #left-col img {
  max-height: 100px;
  filter: grayscale(100%);
}
#print-container #header #right-col {
  align-items: flex-end;
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
#print-container #header #right-col > * {
  display: inline-block;
}
#print-container #header #right-col img {
  vertical-align: middle;
}
#print-container #header #right-col .print {
  border: 2px solid black;
  border-radius: 40px;
  color: black;
  margin-top: auto;
  opacity: 0.5;
  padding: 10px;
}
#print-container #header #right-col .print img {
  height: 20px;
  width: auto;
}
#print-container #header #right-col .print:hover {
  opacity: 1;
  text-decoration: none;
}
@media print {
  #print-container #header #right-col .print {
    display: none;
  }
}
#print-container #header #right-col .logo {
  height: auto;
  width: 230px;
}
#print-container h2 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
#print-container .events .event {
  padding: 10px 5px;
}
#print-container .events .event h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
#print-container .events .event p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}
#print-container .events .event p.date {
  font-weight: 500;
}
#print-container .events .event:nth-child(odd) {
  background-color: rgba(100, 100, 100, 0.05);
}

#next-month-clear {
  background-color: rgb(34, 36, 91);
  border: 3px solid rgb(26, 26, 26);
  border-radius: 8px;
  color: rgb(22, 22, 21);
  bottom: 0.5em;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  left: 0.5em;
  padding: 5px;
  position: fixed;
  text-align: center;
  z-index: 99999;
}
#next-month-clear span {
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 3px;
}

.is-map {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.is-map .maf-map-pos {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.is-map .maf-map-pos .maf-obj-map {
  height: 100%;
  width: 100%;
}
.is-map .maf-map-pos .maf-obj-map button {
  min-height: 0;
  transform: none;
}
.is-map .maf-map-pos .maf-obj-map button::before, .is-map .maf-map-pos .maf-obj-map button::after {
  display: none;
}
.is-map .maf-map-pos .maf-obj-map a[title="Click to see this area on Google Maps"] {
  display: none !important;
}
.is-map .maf-map-pos .maf-obj-map .gmnoprint a, .is-map .maf-map-pos .maf-obj-map .gmnoprint span, .is-map .maf-map-pos .maf-obj-map .gm-style-cc {
  display: none;
}
.is-map .maf-map-pos .maf-obj-map .gm-style button.gm-fullscreen-control {
  background: rgba(14, 118, 188, 0.2) !important;
}
.is-map .maf-map-pos .maf-obj-map .gmnoprint div {
  background: none !important;
}
.is-map .maf-map-pos .maf-obj-map .gmnoprint div.gm-svpc {
  display: none;
}
.is-map .maf-map-pos .maf-obj-map .gmnoprint div button[title="Zoom in"], .is-map .maf-map-pos .maf-obj-map .gmnoprint div button[title="Zoom out"] {
  background: rgba(14, 118, 188, 0.2) !important;
  border: 1px solid rgb(66, 66, 66);
  border-radius: 5px;
}
.is-map .maf-map-pos .maf-obj-map .gmnoprint div button[title="Zoom in"] div, .is-map .maf-map-pos .maf-obj-map .gmnoprint div button[title="Zoom out"] div {
  left: 6px !important;
  top: 5px !important;
}

.social-icons {
  align-items: center;
  color: rgb(196, 9, 19);
  display: inline-flex;
  font-size: 2.2rem;
  justify-content: center;
  line-height: 0;
  margin: 0;
  width: auto;
}
.social-icons a {
  color: inherit;
  display: inline-block;
  line-height: 0;
  opacity: 1;
  padding: 3px;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a i {
  background-color: white;
  border: 2px solid white;
  border-radius: 50px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 0;
  position: relative;
  transition: all 350ms ease-out;
  width: 50px;
}
.social-icons a i::before {
  color: inherit;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-icons a i:hover {
  color: white;
  background-color: transparent;
}
.social-icons.corporate-colours a i.tvw-facebook {
  background-color: #3b5999;
  border-color: #3b5999;
}
.social-icons.corporate-colours a i.tvw-twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.social-icons.corporate-colours a i.tvw-flickr {
  background-color: #0063dc;
  border-color: #0063dc;
}
.social-icons.corporate-colours a i.tvw-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.social-icons.corporate-colours a i.tvw-instagram {
  background-color: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-color: #d6249f;
}
.social-icons.corporate-colours a i.tvw-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.social-icons.corporate-colours a i.tvw-youtube {
  background-color: #cd201f;
  border-color: #cd201f;
}
.social-icons.corporate-colours a i.tvw-gplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.twitter-feed {
  height: 100%;
  width: 100%;
}
.twitter-feed h2 {
  margin-top: 0;
}
.twitter-feed .tweet {
  max-width: 100%;
}
.twitter-feed .tweet_list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.twitter-feed .tweet_list li {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.twitter-feed .tweet_list li::before {
  display: none;
}
.twitter-feed .tweet_list li a {
  color: black;
  font-weight: bold;
  overflow-wrap: break-word;
  text-decoration: none;
  word-wrap: break-word;
}
.twitter-feed .tweet_list li:last-child {
  border: none;
}
.twitter-feed .tweet_list li:last-child::after {
  display: none;
}
.insta-feed #instagram {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.insta-feed #instagram div {
  display: flex;
  flex: 0 0 50%;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .insta-feed #instagram div {
    flex: 0 0 33.333%;
  }
}
.insta-feed #instagram div a {
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: all 500ms ease-out;
  width: 100%;
}
.insta-feed #instagram div a::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.insta-feed #instagram div a img {
  display: inline-block;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: all 500ms ease-out;
  width: auto;
}
.insta-feed #instagram div a:hover {
  border-radius: 10px;
}
.insta-feed #instagram div a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

div#floater-menu {
  height: 100vh;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(300px, 0);
  transition: transform 350ms ease-out;
}
div#floater-menu.out {
  transform: translate(0, 0);
}

div.maf-share-this {
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  width: auto;
}
div.maf-share-this i {
  font-size: 1.8rem;
}
div.maf-share-this .maf-share-btn {
  background-color: white;
  border: 1px solid rgb(235, 235, 235);
  height: 40px;
  padding: 5px;
  position: relative;
  transition: background-color 350ms ease-out;
  width: 40px;
}
div.maf-share-this .maf-share-btn i {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}
div.maf-share-this .maf-share-btn:hover {
  background-color: rgb(22, 22, 21);
}
div.maf-share-this .maf-share-btn:hover i {
  color: white;
}
div.maf-share-this .maf-share-acts {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(22, 22, 21);
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 350ms ease-out;
  top: 100%;
  visibility: hidden;
}
div.maf-share-this .maf-share-acts a {
  color: rgb(22, 22, 21);
  display: inline-block;
  height: 40px;
  padding: 5px;
  position: relative;
  width: 40px;
}
div.maf-share-this .maf-share-acts a i {
  font-size: 2rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}
div.maf-share-this .maf-share-acts a:hover {
  background-color: rgb(22, 22, 21);
}
div.maf-share-this .maf-share-acts a:hover i {
  color: white;
}
div.maf-share-this:hover .maf-share-acts {
  opacity: 1;
  visibility: visible;
}
div.maf-share-this.floater {
  height: 40px;
  position: absolute;
  right: 0;
  top: calc(50vh - 20px);
  width: 40px;
}
div.maf-share-this.floater i {
  font-size: 2rem;
}
@media only screen and (min-width: 576px) {
  div.maf-share-this.floater {
    height: 70px;
    top: calc(50vh - 35px);
    width: 70px;
  }
  div.maf-share-this.floater i {
    font-size: 3rem;
  }
}
div.maf-share-this.floater .maf-share-btn {
  height: 100%;
  width: 100%;
}
div.maf-share-this.floater .maf-share-acts {
  bottom: 100%;
  left: auto;
  right: 0;
  top: auto;
}

div#email-floater {
  background-color: white;
  border: 1px solid rgb(196, 9, 19);
  border-radius: 12px 0 0 12px;
  font-size: 1.4rem;
  height: auto;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 40vh;
  width: 40px;
}
@media only screen and (min-width: 1440px) {
  div#email-floater {
    height: auto;
    padding: 20px 15px;
    width: 142px;
  }
}
div#email-floater img {
  display: none;
  margin-bottom: 12px;
  width: 50px;
}
@media only screen and (min-width: 1440px) {
  div#email-floater img {
    display: inline-block;
  }
}
div#email-floater button, div#email-floater a {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgb(196, 9, 19);
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  height: 40px;
  justify-content: flex-start;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 40px;
}
div#email-floater button span, div#email-floater a span {
  transition: all 350ms ease-out;
}
div#email-floater button:hover, div#email-floater a:hover {
  color: rgb(255, 255, 255);
}
div#email-floater button i, div#email-floater a i {
  font-size: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
div#email-floater button span, div#email-floater a span {
  display: none;
}
@media only screen and (min-width: 1440px) {
  div#email-floater button, div#email-floater a {
    height: auto;
    margin: 0 0 12px 0;
    width: auto;
  }
  div#email-floater button i, div#email-floater a i {
    display: none;
  }
  div#email-floater button span, div#email-floater a span {
    display: inline;
  }
}
div#email-floater button {
  cursor: pointer;
  font-family: "Halant", serif;
  font-size: 2.6rem;
  font-weight: 400;
  outline-color: transparent;
  text-transform: uppercase;
}
div#email-floater a {
  margin-bottom: 0;
}
div#email-floater hr {
  border-color: white;
  border-width: 1px;
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  div#email-floater hr {
    display: none;
  }
}
div#email-floater.no-show {
  display: none;
}

#conco-f {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  border-left: 1px solid rgb(196, 9, 19);
  bottom: 0;
  color: rgb(22, 22, 21);
  display: flex;
  height: 100vh;
  flex-direction: row;
  float: none;
  margin: 0;
  max-width: 930px;
  overflow-y: auto;
  padding: 40px 15px 25px 25px;
  position: fixed;
  right: -110%;
  transform: rotateZ(0);
  transition: all 500ms ease;
  width: 100%;
  z-index: 999;
}
#conco-f #close {
  background-color: transparent;
  border: 1px solid rgb(196, 9, 19);
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  height: 40px;
  outline: transparent;
  position: absolute;
  right: 10px;
  top: 20px;
  transition: transform 350ms ease-out;
  width: 40px;
}
#conco-f #close::before, #conco-f #close::after {
  background-color: rgb(196, 9, 19);
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 70%;
}
#conco-f #close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#conco-f #close:hover {
  transform: rotate(90deg);
}
#conco-f h2 {
  color: rgb(232, 24, 107);
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: none;
}
#conco-f p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
#conco-f p a {
  color: rgb(22, 22, 21);
}
#conco-f .details {
  display: none;
  flex: 0 0 40%;
}
#conco-f .details a {
  color: rgb(22, 22, 21);
  text-decoration: none;
}
#conco-f .details .company-name {
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  #conco-f .details {
    order: 1;
    padding-right: 10px;
  }
}
#conco-f .form {
  flex: 0 0 100%;
  margin: 0;
  padding: 20px 0;
}
#conco-f .form .maf-form {
  max-width: 550px;
  margin: 0 auto 0 0;
  padding: 0;
  width: 100%;
}
#conco-f .form .maf-form input, #conco-f .form .maf-form textarea {
  background-color: white;
  border-color: rgb(160, 160, 160);
  color: rgb(160, 160, 160);
}
#conco-f .form .maf-form input::-moz-placeholder, #conco-f .form .maf-form textarea::-moz-placeholder {
  color: rgb(160, 160, 160);
}
#conco-f .form .maf-form input::placeholder, #conco-f .form .maf-form textarea::placeholder {
  color: rgb(160, 160, 160);
}
#conco-f .form .maf-form textarea {
  height: 150px;
}
#conco-f .form .maf-form .g-recaptcha {
  float: left;
  margin-right: 10px;
}
#conco-f .form .maf-form .button {
  width: 100%;
}
#conco-f .form .maf-form i {
  font-size: 2rem;
}
#conco-f.open {
  right: 0;
}

#fader {
  background-color: rgb(22, 22, 21);
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 350ms linear;
  width: 100vw;
  z-index: 0;
}
#fader.open {
  height: 100vh;
  opacity: 0.1;
  z-index: 997;
}

.flickity-slideshow, .flickity-slideshow-edit {
  width: 100%;
}
.flickity-slideshow .flickity-page-dots, .flickity-slideshow-edit .flickity-page-dots {
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
}
.flickity-slideshow .flickity-page-dots .dot, .flickity-slideshow-edit .flickity-page-dots .dot {
  background: transparent;
  border: 2px solid rgb(196, 9, 19);
  height: 20px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  width: 20px;
}
.flickity-slideshow .flickity-page-dots .dot::before, .flickity-slideshow-edit .flickity-page-dots .dot::before {
  background-color: rgb(196, 9, 19);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-out;
  width: 0;
}
.flickity-slideshow .flickity-page-dots .dot.is-selected::before, .flickity-slideshow-edit .flickity-page-dots .dot.is-selected::before {
  height: 70%;
  width: 70%;
}
.flickity-slideshow .flickity-button, .flickity-slideshow-edit .flickity-button {
  background-color: transparent;
  display: inline-block;
}
.flickity-slideshow .flickity-button.flickity-prev-next-button, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button {
  border-radius: 0;
  box-shadow: none;
  height: 80px;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  top: 42%;
  transform-origin: center;
  transition: opacity 350ms ease-out;
  width: 80px;
  z-index: 2;
}
.flickity-slideshow .flickity-button.flickity-prev-next-button::before, .flickity-slideshow .flickity-button.flickity-prev-next-button::after, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button::before, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button::after {
  content: "";
  display: inline-block;
  height: 100%;
  left: -5%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: center;
  width: 100%;
  z-index: 2;
}
.flickity-slideshow .flickity-button.flickity-prev-next-button::before, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button::before {
  background-color: rgb(34, 36, 91);
  border-radius: 50%;
}
.flickity-slideshow .flickity-button.flickity-prev-next-button::after, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button::after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid white;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-75%, -50%);
  transition: transform 350ms ease-out;
  width: 0;
}
.flickity-slideshow .flickity-button.flickity-prev-next-button .flickity-button-icon, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.flickity-slideshow .flickity-button.flickity-prev-next-button.previous, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button.previous {
  left: -20px;
}
.flickity-slideshow .flickity-button.flickity-prev-next-button.next, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button.next {
  right: -20px;
  transform: translateY(-50%) rotate(180deg);
}
.flickity-slideshow .flickity-button.flickity-prev-next-button:hover, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button:hover {
  opacity: 1;
}
.flickity-slideshow .flickity-button.flickity-prev-next-button:hover::after, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button:hover::after {
  transform: translate(-85%, -50%);
}
.flickity-slideshow .flickity-button.flickity-prev-next-button:disabled, .flickity-slideshow-edit .flickity-button.flickity-prev-next-button:disabled {
  opacity: 0.2;
}

.flickity-slideshow-edit {
  display: inline-block;
}
.flickity-slideshow-edit .ss-slide {
  height: 100%;
}

.blog-nav {
  width: 100%;
}
.blog-nav .nav-title {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  border-top: 1px solid rgb(196, 9, 19);
  border-bottom: 1px solid rgb(196, 9, 19);
  color: rgb(196, 9, 19);
  padding: 20px 0;
  font-size: 3rem;
}
.blog-nav .blog-aside-content {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.blog-nav .blog-aside-content a {
  color: rgb(255, 255, 255);
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
  width: 100%;
}
.blog-nav .blog-aside-content a .blog-current-item {
  background: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 0;
  box-shadow: none;
  color: rgb(22, 22, 21);
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 1.3;
  margin: 0 0 0 0;
  outline: transparent;
  overflow: hidden;
  margin-top: 10px;
  padding: 0 0 15px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 1;
}
.blog-nav .blog-aside-content a .blog-current-item::before, .blog-nav .blog-aside-content a .blog-current-item::after {
  content: "";
  background-color: rgb(255, 255, 255);
  display: none;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  transform: skewX(-18deg);
  transform-origin: top right;
  transition: all 350ms ease-out;
  width: 120%;
  z-index: -1;
}
.blog-nav .blog-aside-content a .blog-current-item:hover, .blog-nav .blog-aside-content a .blog-current-item.active {
  border-bottom: 1px solid black;
}
.blog-nav .blog-aside-content a .blog-current-item:hover::before, .blog-nav .blog-aside-content a .blog-current-item:hover::after, .blog-nav .blog-aside-content a .blog-current-item.active::before, .blog-nav .blog-aside-content a .blog-current-item.active::after {
  right: 0;
}
.blog-nav .blog-aside-content a .blog-current-item p {
  line-height: 1.2;
  margin: 0;
}
.blog-nav .blog-aside-content a .blog-current-item time {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 5px;
  opacity: 0.8;
}
.blog-nav .blog-aside-content.nav-filter button {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgb(22, 22, 21);
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 1.2;
  margin: 0 0 10px 0;
  outline: transparent;
  overflow: hidden;
  padding: 5px 3px;
  text-align: left;
  text-transform: capitalize;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 1;
}
.blog-nav .blog-aside-content.nav-filter button::before {
  content: "";
  background-color: rgb(255, 255, 255);
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  transform: skewX(-18deg);
  transform-origin: top right;
  transition: all 350ms ease-out;
  width: 120%;
  z-index: -1;
}
.blog-nav .blog-aside-content.nav-filter button:hover, .blog-nav .blog-aside-content.nav-filter button.active {
  color: white;
  padding-left: 8px;
}
.blog-nav .blog-aside-content.nav-filter button:hover::before, .blog-nav .blog-aside-content.nav-filter button.active::before {
  right: 0;
}
.blog-nav .blog-aside-content.is-toggle-group .toggle-group.is-on {
  border-top: none;
}
.blog-nav .blog-aside-content.is-toggle-group .toggle-group a {
  color: rgb(22, 22, 21);
  font-size: 1.6rem;
  font-weight: 400;
  padding: 5px 10px;
}
.blog-nav .blog-aside-content.is-toggle-group .toggle-group a:hover {
  background-color: rgb(196, 9, 19);
  color: white;
}
.blog-nav .blog-aside-content:first-child .nav-title {
  margin-top: 0;
}
.blog-nav .blog-aside-content .cardbox {
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.blog-nav .blog-aside-content .cardbox article.card {
  width: 100%;
}
.blog-nav .blog-aside-content .cardbox article.card .portal-item .portal-content .tn {
  border-color: transparent;
  box-shadow: none;
}
.blog-nav .blog-aside-content .cardbox.account-feed article.card .portal-item {
  box-shadow: none;
}
.blog-nav .blog-aside-content .cardbox.account-feed article.card .portal-item .portal-content .tn {
  border: 13px solid rgb(196, 9, 19);
}
.blog-nav .blog-aside-content .cardbox.account-feed article.card .portal-item .portal-content .button {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.blog-nav .blog-aside-content .cardbox.account-feed article.card .portal-item:hover .portal-content .info .button {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

aside.pg-nav {
  flex-direction: row;
  padding-bottom: 10px;
  width: 100%;
}
aside.pg-nav .button {
  margin: 0;
  min-height: 0;
  min-width: 80px;
}
aside.pg-nav .button.prev {
  margin-right: auto;
  margin-left: 20px;
}
aside.pg-nav .button.next {
  margin-right: 20px;
  margin-left: auto;
}

.pagination {
  align-self: flex-start;
  color: rgb(196, 9, 19);
  font-family: "Halant", serif;
  font-size: 2.4rem;
  margin-bottom: 50px;
  padding: 0;
  text-align: right;
  width: 100%;
}
.pagination a {
  color: rgb(196, 9, 19);
  text-decoration: none;
}
.pagination a:hover {
  color: black;
}
.pagination a.previous {
  margin-right: 2px;
}
.pagination a.next {
  margin-left: 2px;
}
.pagination span.active {
  color: rgb(255, 255, 255);
}

#gallery {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#gallery .item {
  flex: 0 1 33.333%;
}
#gallery .item > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: calc(100% - 76px);
  left: 0;
  margin: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 850ms ease-out;
  width: calc(100% - 76px);
}
#gallery .item > div:hover {
  background-size: 110% auto;
}
#gallery .item > div .fancybox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#gallery .item > div .h-state {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid white;
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  left: -100%;
  position: absolute;
  transition: all 850ms ease-out;
  top: -100%;
  width: 100%;
}
#gallery .item > div .h-state::before {
  background-color: white;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  position: absolute;
  top: 100%;
  width: 100%;
}
#gallery .item > div .h-state::after {
  background-color: white;
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 100%;
  width: 1px;
}
#gallery .item > div .h-state h2 {
  display: inline-block;
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 200;
  margin: 0;
  text-transform: capitalize;
  width: auto;
}
#gallery .item > div:hover .h-state {
  left: 0;
  top: 0;
}
#gallery.gallery-alt {
  padding: 0;
}
#gallery.gallery-alt .item {
  flex: 0 1 50%;
}

.is-simple-gallery {
  margin: 0 -20px;
  max-width: none;
  width: calc(100% + 40px);
}
.is-simple-gallery.flex {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.is-simple-gallery.flex figure {
  flex: 0 0 100%;
  margin: 0;
  max-width: 340px;
  padding: 40px 20px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .is-simple-gallery.flex figure {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 960px) {
  .is-simple-gallery.flex figure {
    flex: 0 0 25%;
  }
}
.is-simple-gallery.flex figure > a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 700ms ease-out;
  width: 100%;
}
.is-simple-gallery.flex figure > a::after {
  content: "";
  display: table;
  padding-bottom: 100%;
}
.is-simple-gallery.flex figure > a > div, .is-simple-gallery.flex figure > a > img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transform-origin: center;
  transition: all 700ms ease-out;
  width: 100%;
}
.is-simple-gallery.flex figure > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.is-simple-gallery.flex figure > a figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 15px 0 0;
  bottom: 0;
  color: white;
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  left: 0;
  padding: 5px 8px;
  position: absolute;
}
.is-simple-gallery.flex figure > a:hover > div, .is-simple-gallery.flex figure > a:hover > img {
  transform: scale(1.1);
}
.is-simple-gallery.isotope .iso-portal {
  margin-bottom: 60px;
  max-width: 100%;
  width: 100%;
}
.is-simple-gallery.isotope .iso-portal .portal-sizer, .is-simple-gallery.isotope .iso-portal .portal-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .is-simple-gallery.isotope .iso-portal .portal-sizer, .is-simple-gallery.isotope .iso-portal .portal-item {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .is-simple-gallery.isotope .iso-portal .portal-sizer, .is-simple-gallery.isotope .iso-portal .portal-item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1280px) {
  .is-simple-gallery.isotope .iso-portal .portal-sizer, .is-simple-gallery.isotope .iso-portal .portal-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1366px) {
  .is-simple-gallery.isotope .iso-portal .portal-sizer, .is-simple-gallery.isotope .iso-portal .portal-item {
    width: 20%;
  }
}
.is-simple-gallery.isotope .iso-portal figure {
  margin: 0;
  padding: 12px;
  position: relative;
}
.is-simple-gallery.isotope .iso-portal figure img {
  width: 100%;
  height: auto;
}
.is-simple-gallery.isotope .iso-portal figure a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gal-prod {
  background-color: white;
  display: inline-flex;
  flex-direction: row;
  font-size: 1.4rem;
  left: 50%;
  max-height: calc(100% - 90px);
  overflow-y: auto;
  padding: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 90%;
}
.gal-prod > div {
  display: inline-block;
  flex: 1 1 auto;
  padding: 20px;
}
.gal-prod > div.p-img {
  width: 60%;
}
.gal-prod > div.p-img div {
  height: 100%;
}
.gal-prod > div.p-img img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.gal-prod > div.p-text {
  width: 40%;
}
.gal-prod > div.p-text p {
  margin-bottom: 10px;
}
.gal-prod > div.p-text .price {
  font-size: 2.2rem;
}
.gal-prod > div.p-text .embed input[type=submit] {
  background-color: rgb(34, 36, 91);
  border-color: rgb(34, 36, 91);
  background-image: linear-gradient(to top right, rgb(34, 36, 91), rgb(215, 215, 215));
  color: rgb(22, 22, 21);
  margin-top: 10px;
}
.gal-prod > div.p-text .embed .small-text {
  margin-top: 5px;
}

.fb-gallery {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.fb-gallery > a {
  display: inline-block;
  flex: 0 0 auto;
  padding: 10px;
  width: 100%;
}
.fb-gallery > a > div {
  border: 30px solid rgb(235, 235, 235);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fb-gallery > a > div img.maf-tn {
  width: 100%;
  transition: all 350ms ease-out;
}
.fb-gallery > a > div:hover img.maf-tn {
  transform: scale(1.1);
}
.fb-gallery > a:not(:first-child) {
  width: 33.333%;
}
@media only screen and (min-width: 768px) {
  .fb-gallery > a:not(:first-child) {
    width: 16.666%;
  }
}
.fb-gallery > a:not(:first-child) > div {
  border: 10px solid rgb(235, 235, 235);
}
.fb-gallery > a:not(:first-child) > div::after {
  content: "";
  display: table;
  padding-bottom: 100%;
}
.fb-gallery > a:not(:first-child) > div img.maf-tn {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fb-gallery > a.video-item > div .maf-vp {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}
.fb-gallery > a.video-item > div .maf-vp img {
  filter: drop-shadow(0 0 7px black);
  transition: all 350ms ease-out;
}
.fb-gallery > a.video-item:hover > div .maf-vp img {
  transform: scale(1.3);
}
.fb-gallery > a:first-child {
  padding-top: 0;
}

.has-e-gal {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}
.has-e-gal .maf-em-gal-item {
  display: inline-block;
  flex: 0 0 auto;
  padding: 5px;
  width: 100%;
}
.has-e-gal .maf-em-gal-item:not(:first-child) {
  width: 20%;
}

div.image-box {
  align-items: flex-end;
  color: rgb(22, 22, 21);
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: row;
  margin-bottom: 25px;
  padding: 0;
  position: relative;
  width: 100%;
}
div.image-box p, div.image-box li {
  line-height: 1.2;
  max-width: none !important;
}
div.image-box li::before {
  color: rgb(22, 22, 21);
}
div.image-box > div {
  display: inline-block;
  flex: 0 0 auto;
}
div.image-box > div > *:last-child {
  margin-bottom: 0;
}
div.image-box .image {
  width: 223px;
}
div.image-box .image img, div.image-box .image svg {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
div.image-box .text {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  div.image-box .text {
    padding-left: 3px;
    width: 66.666%;
  }
}

div.content-callout {
  color: white;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  padding: 40px;
}
@media only screen and (min-width: 576px) {
  div.content-callout {
    flex-direction: row;
  }
}
div.content-callout > div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-top: 10px;
}
div.content-callout .button {
  margin: 0 0 10px 0;
  min-height: 60px;
  min-width: 0;
  width: 100%;
}
div.content-callout p {
  font-family: "Halant", serif;
  font-size: 3.6rem;
  line-height: 1.1;
}

.is-video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 100%;
}
.is-video iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  width: 100%;
  height: 100%;
}

video.tvw-player {
  background-color: transparent;
  background-size: cover;
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 700ms ease-out;
  width: auto;
  z-index: 0;
}
video.tvw-player.ready {
  opacity: 1;
}

div.cardbox, aside.cardbox {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
  margin-bottom: 50px;
  width: calc(100% + 40px);
}
div.cardbox .maf-content, aside.cardbox .maf-content {
  padding: 0;
}
div.cardbox article.card, aside.cardbox article.card {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  margin-bottom: 50px;
  padding: 20px 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  div.cardbox article.card, aside.cardbox article.card {
    width: 50%;
  }
}
@media only screen and (min-width: 1152px) {
  div.cardbox article.card, aside.cardbox article.card {
    width: 25%;
    margin-bottom: 40px;
  }
}
div.cardbox article.card .portal-item, aside.cardbox article.card .portal-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(22, 22, 21);
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  height: 100%;
  overflow: visible;
  max-width: 287px;
  opacity: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 350ms ease-out;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content, aside.cardbox article.card .portal-item .portal-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  transition: all 350ms ease-out;
}
div.cardbox article.card .portal-item .portal-content .card-cats, aside.cardbox article.card .portal-item .portal-content .card-cats {
  background-color: rgb(22, 22, 21);
  box-shadow: -3px 8px 12px 0 rgba(0, 0, 0, 0.5);
  color: white;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  left: -10px;
  min-height: 20px;
  padding: 5px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 26px;
  z-index: 1;
}
div.cardbox article.card .portal-item .portal-content .tn, aside.cardbox article.card .portal-item .portal-content .tn {
  display: inline-block;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 350ms ease-out;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .tn::before, aside.cardbox article.card .portal-item .portal-content .tn::before {
  background-color: rgb(196, 9, 19);
  content: "";
  display: none;
  height: 600px;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 350ms ease-out;
  transform: rotateZ(15deg);
  transform-origin: right top;
  width: 200%;
  z-index: 1;
}
div.cardbox article.card .portal-item .portal-content .tn .tn-img, aside.cardbox article.card .portal-item .portal-content .tn .tn-img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: all 700ms ease-out;
  width: 100%;
  z-index: 0;
}
div.cardbox article.card .portal-item .portal-content .tn .maf-na, aside.cardbox article.card .portal-item .portal-content .tn .maf-na {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  height: 100%;
  font-size: 2rem;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .tn .maf-na span, div.cardbox article.card .portal-item .portal-content .tn .maf-na i, aside.cardbox article.card .portal-item .portal-content .tn .maf-na span, aside.cardbox article.card .portal-item .portal-content .tn .maf-na i {
  display: inline-block;
  flex: 0 0 auto;
}
div.cardbox article.card .portal-item .portal-content .tn .maf-na span, aside.cardbox article.card .portal-item .portal-content .tn .maf-na span {
  text-align: center;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .tn .maf-na i, aside.cardbox article.card .portal-item .portal-content .tn .maf-na i {
  font-size: 2em;
}
div.cardbox article.card .portal-item .portal-content .tn.square::after, div.cardbox article.card .portal-item .portal-content .tn.fourthree::after, div.cardbox article.card .portal-item .portal-content .tn.custom::after, div.cardbox article.card .portal-item .portal-content .tn.show-all::after, aside.cardbox article.card .portal-item .portal-content .tn.square::after, aside.cardbox article.card .portal-item .portal-content .tn.fourthree::after, aside.cardbox article.card .portal-item .portal-content .tn.custom::after, aside.cardbox article.card .portal-item .portal-content .tn.show-all::after {
  content: "";
  display: table;
  padding-bottom: 100%;
}
div.cardbox article.card .portal-item .portal-content .tn.square .tn-img, div.cardbox article.card .portal-item .portal-content .tn.fourthree .tn-img, div.cardbox article.card .portal-item .portal-content .tn.custom .tn-img, div.cardbox article.card .portal-item .portal-content .tn.show-all .tn-img, aside.cardbox article.card .portal-item .portal-content .tn.square .tn-img, aside.cardbox article.card .portal-item .portal-content .tn.fourthree .tn-img, aside.cardbox article.card .portal-item .portal-content .tn.custom .tn-img, aside.cardbox article.card .portal-item .portal-content .tn.show-all .tn-img {
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  min-width: 100%;
}
div.cardbox article.card .portal-item .portal-content .tn.fourthree::after, aside.cardbox article.card .portal-item .portal-content .tn.fourthree::after {
  padding-bottom: 75%;
}
div.cardbox article.card .portal-item .portal-content .tn.static .tn-img, aside.cardbox article.card .portal-item .portal-content .tn.static .tn-img {
  height: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
div.cardbox article.card .portal-item .portal-content .tn.show-all::after, aside.cardbox article.card .portal-item .portal-content .tn.show-all::after {
  padding-bottom: 50%;
}
div.cardbox article.card .portal-item .portal-content .tn.show-all .tn-img, aside.cardbox article.card .portal-item .portal-content .tn.show-all .tn-img {
  -o-object-fit: contain;
     object-fit: contain;
}
div.cardbox article.card .portal-item .portal-content .tn.custom::after, aside.cardbox article.card .portal-item .portal-content .tn.custom::after {
  padding-bottom: 85%;
}
div.cardbox article.card .portal-item .portal-content .info, aside.cardbox article.card .portal-item .portal-content .info {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 0 0 0;
  position: absolute;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 1;
  background-color: rgb(196, 9, 19);
  padding: 10px 0;
  bottom: 0;
  opacity: 0.9;
  color: white;
  top: 50%;
}
div.cardbox article.card .portal-item .portal-content .title, aside.cardbox article.card .portal-item .portal-content .title {
  align-items: flex-start;
  color: rgb(196, 9, 19);
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0 0 auto 0;
  padding: 0;
  position: relative;
  text-transform: none;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .date, aside.cardbox article.card .portal-item .portal-content .date {
  color: inherit;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  padding: 0 0 7px 0;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .date i, aside.cardbox article.card .portal-item .portal-content .date i {
  display: none;
}
div.cardbox article.card .portal-item .portal-content .desc, aside.cardbox article.card .portal-item .portal-content .desc {
  color: inherit;
  display: inline-block;
  margin: 0 0 auto 0;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .desc p, aside.cardbox article.card .portal-item .portal-content .desc p {
  margin-bottom: 20px;
}
div.cardbox article.card .portal-item .portal-content .attr, aside.cardbox article.card .portal-item .portal-content .attr {
  display: flex;
  margin-top: auto;
  padding: 10px 0;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .attr span, aside.cardbox article.card .portal-item .portal-content .attr span {
  display: inline-block;
  flex: 1 1 auto;
  line-height: 1.2;
}
div.cardbox article.card .portal-item .portal-content .card-button, aside.cardbox article.card .portal-item .portal-content .card-button {
  position: absolute;
  bottom: -50px;
  width: 100%;
  background-color: rgb(196, 9, 19);
  margin: 0;
  padding: 0;
  min-height: 20px;
  padding: 0 0 0 42%;
}
div.cardbox article.card .portal-item .itin-actions, aside.cardbox article.card .portal-item .itin-actions {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.cardbox article.card .portal-item .itin-actions form button, aside.cardbox article.card .portal-item .itin-actions form button {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: "Halant", serif;
  font-size: 1.6rem;
  outline: transparent;
  padding: 5px 10px;
  transition: all 350ms ease-out;
}
div.cardbox article.card .portal-item .itin-actions form button i, aside.cardbox article.card .portal-item .itin-actions form button i {
  font-size: 1.8rem;
  margin-right: 5px;
}
div.cardbox article.card .portal-item .itin-actions form button:hover, aside.cardbox article.card .portal-item .itin-actions form button:hover {
  text-shadow: 2px 2px 0 rgb(196, 9, 19);
}
div.cardbox article.card .portal-item .itin-actions > div, div.cardbox article.card .portal-item .itin-actions > form, aside.cardbox article.card .portal-item .itin-actions > div, aside.cardbox article.card .portal-item .itin-actions > form {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
}
div.cardbox article.card .portal-item .itin-actions .fav-add, aside.cardbox article.card .portal-item .itin-actions .fav-add {
  border: 3px solid white;
  border-radius: 50%;
  height: 30px;
  margin: 5px;
  margin-right: auto;
  opacity: 0;
  padding: 5px;
  position: relative;
  transition: opacity 350ms ease-out;
  width: 30px;
}
div.cardbox article.card .portal-item .itin-actions .fav-add i, aside.cardbox article.card .portal-item .itin-actions .fav-add i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
div.cardbox article.card .portal-item.edit .portal-content .info, aside.cardbox article.card .portal-item.edit .portal-content .info {
  position: static;
  transform: none;
}
div.cardbox article.card .portal-item:hover .portal-content .title, aside.cardbox article.card .portal-item:hover .portal-content .title {
  color: rgb(255, 255, 255);
}
div.cardbox article.card .portal-item:hover .portal-content .card-button::before, div.cardbox article.card .portal-item:hover .portal-content .card-button::after, aside.cardbox article.card .portal-item:hover .portal-content .card-button::before, aside.cardbox article.card .portal-item:hover .portal-content .card-button::after {
  left: -15%;
}
div.cardbox article.card.added .portal-item .itin-actions .fav-add, aside.cardbox article.card.added .portal-item .itin-actions .fav-add {
  opacity: 1;
}
div.cardbox article.card.maf-clr-1 .portal-item .portal-content .info .title, aside.cardbox article.card.maf-clr-1 .portal-item .portal-content .info .title {
  background-color: rgb(196, 9, 19);
}
div.cardbox article.card.maf-clr-2 .portal-item .portal-content .info .title, aside.cardbox article.card.maf-clr-2 .portal-item .portal-content .info .title {
  background-color: rgb(255, 255, 255);
}
div.cardbox article.card.maf-clr-3 .portal-item .portal-content .info .title, aside.cardbox article.card.maf-clr-3 .portal-item .portal-content .info .title {
  background-color: rgb(34, 36, 91);
}
div.cardbox article.card.maf-clr-4 .portal-item .portal-content .info .title, aside.cardbox article.card.maf-clr-4 .portal-item .portal-content .info .title {
  background-color: rgb(215, 215, 215);
}
div.cardbox.cols-2 article.card, aside.cardbox.cols-2 article.card {
  width: 100%;
}
div.cardbox.cols-2 article.card .portal-item, aside.cardbox.cols-2 article.card .portal-item {
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  div.cardbox.cols-2 article.card, aside.cardbox.cols-2 article.card {
    max-width: none;
    width: 50%;
  }
  div.cardbox.cols-2 article.card.maf-cs-2, div.cardbox.cols-2 article.card.maf-cs-3, div.cardbox.cols-2 article.card.maf-cs-4, aside.cardbox.cols-2 article.card.maf-cs-2, aside.cardbox.cols-2 article.card.maf-cs-3, aside.cardbox.cols-2 article.card.maf-cs-4 {
    width: 100%;
  }
}
div.cardbox.cols-3 article.card, aside.cardbox.cols-3 article.card {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  div.cardbox.cols-3 article.card, aside.cardbox.cols-3 article.card {
    max-width: none;
    width: 33.333%;
  }
  div.cardbox.cols-3 article.card.maf-cs-2, aside.cardbox.cols-3 article.card.maf-cs-2 {
    width: 66.666%;
  }
  div.cardbox.cols-3 article.card.maf-cs-3, aside.cardbox.cols-3 article.card.maf-cs-3 {
    width: 100%;
  }
}
div.cardbox.cols-4 article.card, aside.cardbox.cols-4 article.card {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  div.cardbox.cols-4 article.card, aside.cardbox.cols-4 article.card {
    max-width: none;
    width: 50%;
  }
}
@media only screen and (min-width: 1152px) {
  div.cardbox.cols-4 article.card, aside.cardbox.cols-4 article.card {
    width: 25%;
  }
  div.cardbox.cols-4 article.card.maf-cs-2, aside.cardbox.cols-4 article.card.maf-cs-2 {
    width: 50%;
  }
  div.cardbox.cols-4 article.card.maf-cs-3, aside.cardbox.cols-4 article.card.maf-cs-3 {
    width: 75%;
  }
  div.cardbox.cols-4 article.card.maf-cs-4, aside.cardbox.cols-4 article.card.maf-cs-4 {
    width: 100%;
  }
}
div.cardbox .no-articles, aside.cardbox .no-articles {
  font-size: 1.2em;
  padding: 0 20px;
  width: 100%;
}
div.cardbox aside.ad-block, aside.cardbox aside.ad-block {
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 80px;
  padding: 0 20px;
  width: 100%;
}
div.cardbox .maf-msg, aside.cardbox .maf-msg {
  color: inherit;
  margin: 0 20px;
}

div.catbox, aside.catbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 0;
  margin: 0 -20px;
  width: calc(100% + 40px);
}
div.catbox article.card, aside.catbox article.card {
  display: inline-block;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  div.catbox article.card, aside.catbox article.card {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  div.catbox article.card, aside.catbox article.card {
    width: 25%;
  }
}
div.catbox article.card .portal-item, aside.catbox article.card .portal-item {
  display: inline-block;
  height: 100%;
  line-height: 0;
  padding: 20px;
  text-decoration: none;
  width: 100%;
}
div.catbox article.card .portal-item .portal-content, aside.catbox article.card .portal-item .portal-content {
  background-color: black;
  height: 100%;
  position: relative;
}
div.catbox article.card .portal-item .portal-content .tn, aside.catbox article.card .portal-item .portal-content .tn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
div.catbox article.card .portal-item .portal-content .tn::after, aside.catbox article.card .portal-item .portal-content .tn::after {
  content: "";
  display: table;
  padding-bottom: 100%;
}
div.catbox article.card .portal-item .portal-content .tn .tn-img, aside.catbox article.card .portal-item .portal-content .tn .tn-img {
  height: 100%;
  left: 0;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.47;
  position: absolute;
  top: 0;
  transform: scale(1);
  transform-origin: center;
  transition: all 700ms ease-out;
  width: 100%;
}
div.catbox article.card .portal-item .portal-content .tn.no-img .tn-img, aside.catbox article.card .portal-item .portal-content .tn.no-img .tn-img {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.catbox article.card .portal-item .portal-content .info, aside.catbox article.card .portal-item .portal-content .info {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  padding: 7%;
  position: absolute;
  top: 0;
  transition: all 350ms ease-out;
  width: 100%;
}
div.catbox article.card .portal-item .portal-content .info .ico, aside.catbox article.card .portal-item .portal-content .info .ico {
  display: flex;
  min-height: 69px;
}
div.catbox article.card .portal-item .portal-content .info .ico .ico-img, aside.catbox article.card .portal-item .portal-content .info .ico .ico-img {
  display: inline-block;
  flex: 0 0 auto;
  margin: auto;
  transition: transform 350ms ease-out;
}
div.catbox article.card .portal-item .portal-content .info .title, aside.catbox article.card .portal-item .portal-content .info .title {
  align-items: center;
  color: white;
  display: inline-flex;
  font-weight: 400;
  font-size: 3.6rem;
  justify-content: center;
  margin: 0;
  padding: 5px 0;
  transition: all 350ms ease-out;
  width: auto;
}
div.catbox article.card .portal-item .portal-content .info .desc, aside.catbox article.card .portal-item .portal-content .info .desc {
  align-items: center;
  background-color: rgb(22, 22, 21);
  color: white;
  display: none;
  justify-content: center;
  padding: 8px 10px;
  position: absolute;
  transition: top 350ms ease-out;
  width: 100%;
}
div.catbox article.card .portal-item .portal-content .info .desc > *, aside.catbox article.card .portal-item .portal-content .info .desc > * {
  color: white;
  font-size: 1.4rem;
  max-width: 325px;
  width: 100%;
}
div.catbox article.card .portal-item .portal-content .info .desc > *:last-child, aside.catbox article.card .portal-item .portal-content .info .desc > *:last-child {
  margin-bottom: 0;
}
div.catbox article.card .portal-item:hover .portal-content .tn .tn-img, aside.catbox article.card .portal-item:hover .portal-content .tn .tn-img {
  opacity: 0.3;
  transform: scale(1.1);
}
div.catbox article.card .portal-item:hover .portal-content .info, aside.catbox article.card .portal-item:hover .portal-content .info {
  box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.4) inset;
}
div.catbox article.card .portal-item:hover .portal-content .info .ico .ico-img, aside.catbox article.card .portal-item:hover .portal-content .info .ico .ico-img {
  transform: scale(1.2);
}
div.catbox article.card .portal-item:hover .portal-content .info .title, aside.catbox article.card .portal-item:hover .portal-content .info .title {
  margin-bottom: 8px;
  text-shadow: 0 0 18px black;
}
div.catbox.cols-2 article.card, aside.catbox.cols-2 article.card {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  div.catbox.cols-2 article.card, aside.catbox.cols-2 article.card {
    width: 50%;
  }
  div.catbox.cols-2 article.card.maf-cs-2, div.catbox.cols-2 article.card.maf-cs-3, div.catbox.cols-2 article.card.maf-cs-4, aside.catbox.cols-2 article.card.maf-cs-2, aside.catbox.cols-2 article.card.maf-cs-3, aside.catbox.cols-2 article.card.maf-cs-4 {
    width: 100%;
  }
}
div.catbox.cols-3, aside.catbox.cols-3 {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  div.catbox.cols-3, aside.catbox.cols-3 {
    justify-content: space-between;
  }
}
div.catbox.cols-3 article.card, aside.catbox.cols-3 article.card {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  div.catbox.cols-3 article.card, aside.catbox.cols-3 article.card {
    width: 50%;
  }
}
@media only screen and (min-width: 1152px) {
  div.catbox.cols-3 article.card, aside.catbox.cols-3 article.card {
    width: 33.333%;
  }
  div.catbox.cols-3 article.card.maf-cs-2, aside.catbox.cols-3 article.card.maf-cs-2 {
    width: 66.666%;
  }
  div.catbox.cols-3 article.card.maf-cs-3, aside.catbox.cols-3 article.card.maf-cs-3 {
    width: 100%;
  }
}
div.catbox.cols-4 article.card, aside.catbox.cols-4 article.card {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  div.catbox.cols-4 article.card, aside.catbox.cols-4 article.card {
    width: 50%;
  }
}
@media only screen and (min-width: 1152px) {
  div.catbox.cols-4 article.card, aside.catbox.cols-4 article.card {
    width: 25%;
  }
  div.catbox.cols-4 article.card.maf-cs-2, aside.catbox.cols-4 article.card.maf-cs-2 {
    width: 50%;
  }
  div.catbox.cols-4 article.card.maf-cs-3, aside.catbox.cols-4 article.card.maf-cs-3 {
    width: 75%;
  }
  div.catbox.cols-4 article.card.maf-cs-4, aside.catbox.cols-4 article.card.maf-cs-4 {
    width: 100%;
  }
}

div.masobox, aside.masobox {
  margin: 0 -20px;
  width: calc(100% + 40px);
}
div.masobox .card, div.masobox .maso-sizer, aside.masobox .card, aside.masobox .maso-sizer {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  div.masobox .card, div.masobox .maso-sizer, aside.masobox .card, aside.masobox .maso-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  div.masobox .card, div.masobox .maso-sizer, aside.masobox .card, aside.masobox .maso-sizer {
    width: 33.333%;
  }
}
div.masobox article.card, aside.masobox article.card {
  float: left;
  line-height: 1;
  padding: 20px;
  transition: all 350ms ease-out;
}
div.masobox article.card .portal-item, aside.masobox article.card .portal-item {
  display: inline-block;
  opacity: 1;
  overflow: hidden;
  width: 100%;
}
div.masobox article.card .portal-item .portal-content, aside.masobox article.card .portal-item .portal-content {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.masobox article.card .portal-item .portal-content .card-cats, aside.masobox article.card .portal-item .portal-content .card-cats {
  color: white;
}
div.masobox article.card .portal-item .portal-content .tn, aside.masobox article.card .portal-item .portal-content .tn {
  display: inline-block;
  width: 100%;
}
div.masobox article.card .portal-item .portal-content .tn .tn-img, aside.masobox article.card .portal-item .portal-content .tn .tn-img {
  height: auto;
  line-height: 1;
  width: 100%;
}
div.masobox article.card .portal-item .portal-content .info, aside.masobox article.card .portal-item .portal-content .info {
  align-items: center;
  background-color: rgba(0, 87, 147, 0.8);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  transition: all 350ms ease-out;
  top: 0;
  width: 100%;
}
div.masobox article.card .portal-item .portal-content .info > *, aside.masobox article.card .portal-item .portal-content .info > * {
  transition: all 350ms ease-out;
  opacity: 0;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(1n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(1n) {
  transition-delay: 100ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(2n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(2n) {
  transition-delay: 200ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(3n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(3n) {
  transition-delay: 300ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(4n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(4n) {
  transition-delay: 400ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(5n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(5n) {
  transition-delay: 500ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(6n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(6n) {
  transition-delay: 600ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(7n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(7n) {
  transition-delay: 700ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(8n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(8n) {
  transition-delay: 800ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(9n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(9n) {
  transition-delay: 900ms;
}
div.masobox article.card .portal-item .portal-content .info > *:nth-child(10n), aside.masobox article.card .portal-item .portal-content .info > *:nth-child(10n) {
  transition-delay: 1000ms;
}
div.masobox article.card .portal-item .portal-content .info .title, aside.masobox article.card .portal-item .portal-content .info .title {
  color: white;
  font-size: 2.4rem;
  margin: 0 0 20px 0;
}
div.masobox article.card .portal-item .portal-content .info hr, aside.masobox article.card .portal-item .portal-content .info hr {
  background-color: transparent;
  border-top: 3px dashed white;
  margin: 0 0 20px 0;
  max-width: 100px;
}
div.masobox article.card .portal-item .portal-content .info .attr, aside.masobox article.card .portal-item .portal-content .info .attr {
  display: none;
}
div.masobox article.card .portal-item:hover .portal-content .info, aside.masobox article.card .portal-item:hover .portal-content .info {
  opacity: 1;
}
div.masobox article.card .portal-item:hover .portal-content .info > *, aside.masobox article.card .portal-item:hover .portal-content .info > * {
  opacity: 1;
}
#filters {
  margin-top: 50px;
  width: 100%;
}
#filters .filter-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#filters .filter-content .filter-set {
  border: 1px solid rgb(22, 22, 21);
  border-left: 0;
  border-right: 0;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 25px 0 20px 0;
  width: 100%;
}
#filters .filter-content .filter-set .label {
  display: none;
  margin: 0 30px 8px 0;
  width: auto;
}
#filters .filter-content .filter-set button {
  background: none;
  border: 0;
  border-right: 2px solid rgb(22, 22, 21);
  border-radius: 0;
  box-shadow: none;
  color: rgb(34, 36, 91);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
  margin: 0 16px 5px 0;
  outline: transparent;
  padding: 0 16px 3px 0;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 350ms ease-out;
  white-space: nowrap;
  width: auto;
  z-index: 1;
}
#filters .filter-content .filter-set button:hover, #filters .filter-content .filter-set button.active {
  color: rgb(255, 255, 255);
}
#filters .filter-content .filter-set button:last-child {
  margin-right: 0;
}
#filters .filter-content .filter-set button.hide {
  opacity: 0.5;
}

.filtered .filter-target {
  min-height: 200px;
}
.filtered .filter-target .filter-item {
  transform: scale(1);
  transform-origin: center;
  transition: all 200ms ease-out;
  transition-property: transform, left, top, opacity;
}
.filtered .filter-target .filter-item.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  transform: scale(0);
  transform-origin: center;
  transition: all 200ms ease-out;
  transition-property: transform, left, top, opacity;
  width: 0 !important;
}
.filtered .filter-target #no-results {
  left: 50%;
  padding: 50px 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%) scale(0);
  transition: transform 350ms ease-out;
  visibility: hidden;
}
.filtered .filter-target #no-results.show {
  transform: translateX(-50%) scale(1);
  visibility: visible;
}

.itin-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.itin-controls .button {
  border-color: rgb(204, 204, 204);
  background-color: rgb(204, 204, 204);
  cursor: pointer;
  font-family: "Halant", serif;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-left: 10px;
}
.itin-controls .button i {
  font-size: 1.6rem;
  margin-right: 4px;
  vertical-align: middle;
}
.itin-controls .button:hover, .itin-controls .button.active {
  background-color: transparent;
  color: rgb(204, 204, 204);
}
.itin-controls form {
  display: inline-block;
  line-height: 1.1;
  width: auto;
}
.itin-controls form .button {
  margin: 0;
}
.itin-controls.hide {
  display: none;
}

.search-box {
  background-color: white;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 2rem;
  height: 34px;
  padding: 0;
  position: relative;
  transition: all 350ms ease-out;
  vertical-align: top;
  width: 34px;
}
.search-box input {
  background-color: white;
  border: 0;
  border-radius: 15px 0 0 15px;
  color: rgb(22, 22, 21);
  font-size: 1.6rem;
  font-weight: 500;
  height: 26px;
  margin: 0 30px 0 0;
  outline: transparent;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.search-box input::-moz-placeholder {
  color: rgb(22, 22, 21);
  opacity: 1;
  -moz-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.search-box input::placeholder {
  color: rgb(22, 22, 21);
  opacity: 1;
  transition: all 350ms ease-out;
}
.search-box input:focus {
  background-color: white;
  color: rgb(22, 22, 21);
}
.search-box input:focus::-moz-placeholder {
  opacity: 0.5;
}
.search-box input:focus::placeholder {
  opacity: 0.5;
}
.search-box i {
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  height: 24px;
  margin: 3px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-out;
  width: 24px;
}
.search-box i::before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -55%);
}
.search-box:hover {
  background-color: rgb(255, 255, 255);
}
.search-box:hover i {
  color: white;
}
.search-box.on {
  background-color: white;
  width: 180px;
}
@media only screen and (min-width: 960px) {
  .search-box.on {
    width: 200px;
  }
}
.search-box.on i {
  color: rgb(255, 255, 255);
}
.search-box.on input {
  padding: 8px 5px 5px 10px;
  width: calc(100% - 34px);
}
.search-box.hero {
  background-color: rgba(0, 0, 0, 0.3);
  border: 3px solid white;
  height: 46px;
  margin-top: 10px;
}
.search-box.hero input {
  background-color: transparent;
  border-radius: 20px 0 0 20px;
  color: white;
  font-size: 1.8rem;
  height: 40px;
  margin: 0 50px 0 0;
  text-align: right;
}
.search-box.hero input::-moz-placeholder {
  color: white;
}
.search-box.hero input::placeholder {
  color: white;
}
.search-box.hero input:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.search-box.hero i {
  background-color: transparent;
  border-radius: 0 23px 23px 0;
  color: white;
  font-size: 2.4rem;
  height: 46px;
  padding: 5px;
  right: -3px;
  top: -3px;
  width: 50px;
}
.search-box.hero i::before {
  color: inherit;
}
.search-box.hero:hover {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.7);
}
.search-box.hero.on {
  max-width: 475px;
  padding-left: 20px;
  width: 100%;
}
.search-box.hero.on input {
  width: calc(100% - 50px);
}
.search-box.hero.search-page {
  background-color: white;
  border-color: rgb(196, 9, 19);
}
.search-box.hero.search-page input {
  background-color: transparent;
  color: rgb(22, 22, 21);
  text-align: left;
}
.search-box.hero.search-page input::-moz-placeholder {
  color: rgb(22, 22, 21);
}
.search-box.hero.search-page input::placeholder {
  color: rgb(22, 22, 21);
}
.search-box.hero.search-page i {
  color: rgb(196, 9, 19);
}
.search-box.hero.search-page:hover {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.search-box.dtop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .search-box.dtop {
    display: inline-block;
  }
}
.search-box.mob {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
  width: 100%;
}
.search-box.mob i {
  color: rgb(22, 22, 21);
}
.search-box.mob input {
  background-color: transparent;
  padding: 10px 5px 8px 10px;
  width: calc(100% - 34px);
}
.search-box.mob input::-moz-placeholder {
  opacity: 0.4;
}
.search-box.mob input::placeholder {
  opacity: 0.4;
}

#basket-link i {
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 2.8rem;
  height: 30px;
  padding: 10px;
  position: relative;
  transition: all 350ms ease-out;
  width: 30px;
}
#basket-link i::before {
  color: rgb(196, 9, 19);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 350ms ease-out;
}
#basket-link i:hover {
  background-color: rgb(196, 9, 19);
  font-size: 1.8rem;
}
#basket-link i:hover::before {
  color: white;
}

.maf-bc {
  width: 100%;
}
.maf-bc .maf-bc-i {
  color: rgb(26, 26, 26);
  font-size: 1.2rem;
  padding: 0 0 35px 0;
}
.maf-bc .maf-bc-i a {
  color: rgb(26, 26, 26);
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.maf-bc .maf-bc-i a::before {
  background-color: rgb(26, 26, 26);
  bottom: -3px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: width 700ms ease-out;
  width: 0;
  z-index: -1;
}
.maf-bc .maf-bc-i a:hover::before {
  width: 100%;
}
.maf-bc .maf-bc-i span.dl {
  display: inline-block;
  margin: 0 10px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  transition: all 200ms ease-out;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .modal {
    padding: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .modal {
    padding: 50px;
  }
}
.modal > div {
  background-color: white;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 0;
  left: 50%;
  max-height: 485px;
  max-width: 400px;
  opacity: 0;
  padding: 30px 0 20px 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 200ms ease-out;
  width: 0;
}
@media only screen and (min-width: 1024px) {
  .modal > div {
    padding: 30px 0 30px 50px;
  }
}
.modal > div .mod-content {
  height: 100%;
  overflow-y: auto;
  padding-right: 30px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .modal > div .mod-content {
    padding-right: 50px;
  }
}
.modal > div .close {
  background-color: transparent;
  border: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  height: 20px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  width: 20px;
}
.modal > div .close i {
  font-size: 2rem;
  vertical-align: -15%;
}
.modal > div .close::before, .modal > div .close::after {
  background-color: rgb(255, 255, 255);
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  transition: transform 350ms ease;
  width: 75%;
}
.modal > div .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal > div .close:hover::before, .modal > div .close:hover::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.modal.show {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.modal.show > div {
  height: 90%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  width: 90%;
}

#mp-age-consent .logo {
  margin: 0 0 30px 0;
  padding: 20px;
  width: 100%;
}
#mp-age-consent .logo img, #mp-age-consent .logo svg {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}
#mp-age-consent p {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  width: 100%;
}
#mp-age-consent p strong {
  text-transform: uppercase;
}
#mp-age-consent p.small {
  font-size: 1.4rem;
}
#mp-age-consent button {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: white;
  font-size: 2rem;
  margin: auto 20px;
  width: auto;
}
#mp-age-consent > div {
  max-height: 400px;
  max-width: 550px;
  padding: 20px;
  z-index: 1;
}
#mp-age-consent > div::before {
  content: "";
  display: none;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 25px;
  height: calc(100% - 14px);
  left: 5px;
  position: absolute;
  top: 5px;
  width: calc(100% - 14px);
  z-index: 0;
}
#mp-age-consent > div .mod-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

#mp-nagger > div .mod-content p {
  color: rgb(255, 255, 255);
}
#mp-nagger > div .mod-content p.title {
  margin: 40px 0 20px 0;
}

@keyframes point-a-d {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, -10px);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, 10px);
  }
  20% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -10px);
  }
  30% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(0, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}
#maf-btn-dwn {
  background-color: rgba(239, 231, 228, 0.2);
  border: 0;
  border-radius: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  transition: opacity 350ms ease-out;
  width: 10%;
}
#maf-btn-dwn::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#maf-btn-dwn .spr {
  animation: point-a-d 4000ms infinite linear;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#maf-btn-dwn .spr .a {
  bottom: 30%;
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 35%;
}
#maf-btn-dwn .spr .a::before, #maf-btn-dwn .spr .a::after {
  background-color: white;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 50%;
  transform: rotate(45deg);
  transform-origin: right bottom;
  width: 60%;
}
@media only screen and (min-width: 960px) {
  #maf-btn-dwn .spr .a::before, #maf-btn-dwn .spr .a::after {
    height: 6px;
  }
}
#maf-btn-dwn .spr .a::after {
  left: 50%;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  right: auto;
}
#maf-btn-dwn .spr .b {
  background-color: white;
  border-radius: 2px;
  bottom: calc(30% + 2px);
  display: inline-block;
  height: 30%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 2px;
}
@media only screen and (min-width: 960px) {
  #maf-btn-dwn .spr .b {
    width: 6px;
  }
}
#maf-btn-dwn:hover {
  opacity: 0.7;
}

.opening-times {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
}
.opening-times span {
  display: inline-block;
  font-weight: 400;
  padding-right: 10px;
}

.nav-underline {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}
.nav-underline .line {
  background-color: rgb(22, 22, 21);
  height: 1px;
  width: 100%;
}
.nav-underline.hide {
  display: none;
}

.maf-portal {
  justify-content: center;
  min-height: 280px;
  padding-top: 0;
  padding-bottom: 0;
}
.maf-portal .maf-content {
  background-color: rgb(196, 9, 19);
  border: 1px solid rgb(34, 36, 91);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0);
  cursor: pointer;
  filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  height: calc(100% - 80px);
  justify-content: center;
  padding: 20px;
  text-align: center;
  transition: all 350ms ease-out;
  width: 100%;
}
.maf-portal .maf-content:hover {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.7));
}
@media only screen and (min-width: 576px) {
  .maf-portal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .maf-portal .maf-content {
    width: calc(100% - 80px);
  }
}
main {
  padding: 0 0;
}
@media only screen and (min-width: 576px) {
  main {
    padding: 0 0;
  }
}
body.manageable-bo main {
  padding-top: 0;
  min-height: 0;
}

section p.page-lead, section span.page-lead, .section p.page-lead, .section span.page-lead, footer p.page-lead, footer span.page-lead, .bo-row p.page-lead, .bo-row span.page-lead {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
}
section p.page-lead-dark, section span.page-lead-dark, .section p.page-lead-dark, .section span.page-lead-dark, footer p.page-lead-dark, footer span.page-lead-dark, .bo-row p.page-lead-dark, .bo-row span.page-lead-dark {
  font-family: "Open Sans", sans-serif;
  color: rgb(22, 22, 21);
  font-weight: 400;
  font-size: 2.8rem;
}
section p.small-text, section span.small-text, .section p.small-text, .section span.small-text, footer p.small-text, footer span.small-text, .bo-row p.small-text, .bo-row span.small-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
}
section p.massive-text, section span.massive-text, .section p.massive-text, .section span.massive-text, footer p.massive-text, footer span.massive-text, .bo-row p.massive-text, .bo-row span.massive-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
section p.tiny-text, section span.tiny-text, .section p.tiny-text, .section span.tiny-text, footer p.tiny-text, footer span.tiny-text, .bo-row p.tiny-text, .bo-row span.tiny-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.5em !important;
}
section p.p-yes, section p.p-no, section span.p-yes, section span.p-no, .section p.p-yes, .section p.p-no, .section span.p-yes, .section span.p-no, footer p.p-yes, footer p.p-no, footer span.p-yes, footer span.p-no, .bo-row p.p-yes, .bo-row p.p-no, .bo-row span.p-yes, .bo-row span.p-no {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.1;
  padding-left: 11%;
  position: relative;
}
section p.p-yes::before, section p.p-no::before, section span.p-yes::before, section span.p-no::before, .section p.p-yes::before, .section p.p-no::before, .section span.p-yes::before, .section span.p-no::before, footer p.p-yes::before, footer p.p-no::before, footer span.p-yes::before, footer span.p-no::before, .bo-row p.p-yes::before, .bo-row p.p-no::before, .bo-row span.p-yes::before, .bo-row span.p-no::before {
  background-image: url("/images/Layout/ui/tick-circ.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 9%;
}
section p.p-yes::before, section span.p-yes::before, .section p.p-yes::before, .section span.p-yes::before, footer p.p-yes::before, footer span.p-yes::before, .bo-row p.p-yes::before, .bo-row span.p-yes::before {
  background-image: url("/images/Layout/ui/tick-circ.svg");
}
section p.p-no::before, section span.p-no::before, .section p.p-no::before, .section span.p-no::before, footer p.p-no::before, footer span.p-no::before, .bo-row p.p-no::before, .bo-row span.p-no::before {
  background-image: url("/images/Layout/ui/cross-circ.svg");
}
section p.figure figure, section span.figure figure, .section p.figure figure, .section span.figure figure, footer p.figure figure, footer span.figure figure, .bo-row p.figure figure, .bo-row span.figure figure {
  display: inline-block;
  max-width: 634px;
  text-align: left;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
section p.figure figure img, section span.figure figure img, .section p.figure figure img, .section span.figure figure img, footer p.figure figure img, footer span.figure figure img, .bo-row p.figure figure img, .bo-row span.figure figure img {
  display: inline-block;
  margin: 0 0 12% 17%;
  max-width: 83%;
  width: 100%;
}
section p.figure figure::before, section span.figure figure::before, .section p.figure figure::before, .section span.figure figure::before, footer p.figure figure::before, footer span.figure figure::before, .bo-row p.figure figure::before, .bo-row span.figure figure::before {
  background-color: rgb(255, 255, 255);
  background-image: url("/images/Layout/texture-bmp/velvet.jpg");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 87%;
  left: 0;
  position: absolute;
  top: 8%;
  width: 85%;
  z-index: -1;
}
section h1.page-lead, section .h1-style.page-lead, section h2.page-lead, section .h2-style.page-lead, section h3.page-lead, section .h3-style.page-lead, section h4.page-lead, section .h4-style.page-lead, section h5.page-lead, section .h5-style.page-lead, section h6.page-lead, section .h6-style.page-lead, .section h1.page-lead, .section .h1-style.page-lead, .section h2.page-lead, .section .h2-style.page-lead, .section h3.page-lead, .section .h3-style.page-lead, .section h4.page-lead, .section .h4-style.page-lead, .section h5.page-lead, .section .h5-style.page-lead, .section h6.page-lead, .section .h6-style.page-lead, footer h1.page-lead, footer .h1-style.page-lead, footer h2.page-lead, footer .h2-style.page-lead, footer h3.page-lead, footer .h3-style.page-lead, footer h4.page-lead, footer .h4-style.page-lead, footer h5.page-lead, footer .h5-style.page-lead, footer h6.page-lead, footer .h6-style.page-lead, .bo-row h1.page-lead, .bo-row .h1-style.page-lead, .bo-row h2.page-lead, .bo-row .h2-style.page-lead, .bo-row h3.page-lead, .bo-row .h3-style.page-lead, .bo-row h4.page-lead, .bo-row .h4-style.page-lead, .bo-row h5.page-lead, .bo-row .h5-style.page-lead, .bo-row h6.page-lead, .bo-row .h6-style.page-lead {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
}
section h1.page-lead, section .h1-style.page-lead, section h2.page-lead, section .h2-style.page-lead, section h3.page-lead, section .h3-style.page-lead, section h4.page-lead, section .h4-style.page-lead, section h5.page-lead, section .h5-style.page-lead, section h6.page-lead, section .h6-style.page-lead, section p.page-lead, section .p-style.page-lead, .section h1.page-lead, .section .h1-style.page-lead, .section h2.page-lead, .section .h2-style.page-lead, .section h3.page-lead, .section .h3-style.page-lead, .section h4.page-lead, .section .h4-style.page-lead, .section h5.page-lead, .section .h5-style.page-lead, .section h6.page-lead, .section .h6-style.page-lead, .section p.page-lead, .section .p-style.page-lead, footer h1.page-lead, footer .h1-style.page-lead, footer h2.page-lead, footer .h2-style.page-lead, footer h3.page-lead, footer .h3-style.page-lead, footer h4.page-lead, footer .h4-style.page-lead, footer h5.page-lead, footer .h5-style.page-lead, footer h6.page-lead, footer .h6-style.page-lead, footer p.page-lead, footer .p-style.page-lead, .bo-row h1.page-lead, .bo-row .h1-style.page-lead, .bo-row h2.page-lead, .bo-row .h2-style.page-lead, .bo-row h3.page-lead, .bo-row .h3-style.page-lead, .bo-row h4.page-lead, .bo-row .h4-style.page-lead, .bo-row h5.page-lead, .bo-row .h5-style.page-lead, .bo-row h6.page-lead, .bo-row .h6-style.page-lead, .bo-row p.page-lead, .bo-row .p-style.page-lead {
  margin-bottom: 40px;
}
section h1.no-margin, section .h1-style.no-margin, section h2.no-margin, section .h2-style.no-margin, section h3.no-margin, section .h3-style.no-margin, section h4.no-margin, section .h4-style.no-margin, section h5.no-margin, section .h5-style.no-margin, section h6.no-margin, section .h6-style.no-margin, section p.no-margin, section .p-style.no-margin, .section h1.no-margin, .section .h1-style.no-margin, .section h2.no-margin, .section .h2-style.no-margin, .section h3.no-margin, .section .h3-style.no-margin, .section h4.no-margin, .section .h4-style.no-margin, .section h5.no-margin, .section .h5-style.no-margin, .section h6.no-margin, .section .h6-style.no-margin, .section p.no-margin, .section .p-style.no-margin, footer h1.no-margin, footer .h1-style.no-margin, footer h2.no-margin, footer .h2-style.no-margin, footer h3.no-margin, footer .h3-style.no-margin, footer h4.no-margin, footer .h4-style.no-margin, footer h5.no-margin, footer .h5-style.no-margin, footer h6.no-margin, footer .h6-style.no-margin, footer p.no-margin, footer .p-style.no-margin, .bo-row h1.no-margin, .bo-row .h1-style.no-margin, .bo-row h2.no-margin, .bo-row .h2-style.no-margin, .bo-row h3.no-margin, .bo-row .h3-style.no-margin, .bo-row h4.no-margin, .bo-row .h4-style.no-margin, .bo-row h5.no-margin, .bo-row .h5-style.no-margin, .bo-row h6.no-margin, .bo-row .h6-style.no-margin, .bo-row p.no-margin, .bo-row .p-style.no-margin {
  margin: 0;
}
section h1.big-text, section .h1-style.big-text, section h2.big-text, section .h2-style.big-text, section h3.big-text, section .h3-style.big-text, section h4.big-text, section .h4-style.big-text, section h5.big-text, section .h5-style.big-text, section h6.big-text, section .h6-style.big-text, section p.big-text, section .p-style.big-text, .section h1.big-text, .section .h1-style.big-text, .section h2.big-text, .section .h2-style.big-text, .section h3.big-text, .section .h3-style.big-text, .section h4.big-text, .section .h4-style.big-text, .section h5.big-text, .section .h5-style.big-text, .section h6.big-text, .section .h6-style.big-text, .section p.big-text, .section .p-style.big-text, footer h1.big-text, footer .h1-style.big-text, footer h2.big-text, footer .h2-style.big-text, footer h3.big-text, footer .h3-style.big-text, footer h4.big-text, footer .h4-style.big-text, footer h5.big-text, footer .h5-style.big-text, footer h6.big-text, footer .h6-style.big-text, footer p.big-text, footer .p-style.big-text, .bo-row h1.big-text, .bo-row .h1-style.big-text, .bo-row h2.big-text, .bo-row .h2-style.big-text, .bo-row h3.big-text, .bo-row .h3-style.big-text, .bo-row h4.big-text, .bo-row .h4-style.big-text, .bo-row h5.big-text, .bo-row .h5-style.big-text, .bo-row h6.big-text, .bo-row .h6-style.big-text, .bo-row p.big-text, .bo-row .p-style.big-text {
  font-size: 1.6rem;
}
section h1.massive-text, section .h1-style.massive-text, section h2.massive-text, section .h2-style.massive-text, section h3.massive-text, section .h3-style.massive-text, section h4.massive-text, section .h4-style.massive-text, section h5.massive-text, section .h5-style.massive-text, section h6.massive-text, section .h6-style.massive-text, section p.massive-text, section .p-style.massive-text, .section h1.massive-text, .section .h1-style.massive-text, .section h2.massive-text, .section .h2-style.massive-text, .section h3.massive-text, .section .h3-style.massive-text, .section h4.massive-text, .section .h4-style.massive-text, .section h5.massive-text, .section .h5-style.massive-text, .section h6.massive-text, .section .h6-style.massive-text, .section p.massive-text, .section .p-style.massive-text, footer h1.massive-text, footer .h1-style.massive-text, footer h2.massive-text, footer .h2-style.massive-text, footer h3.massive-text, footer .h3-style.massive-text, footer h4.massive-text, footer .h4-style.massive-text, footer h5.massive-text, footer .h5-style.massive-text, footer h6.massive-text, footer .h6-style.massive-text, footer p.massive-text, footer .p-style.massive-text, .bo-row h1.massive-text, .bo-row .h1-style.massive-text, .bo-row h2.massive-text, .bo-row .h2-style.massive-text, .bo-row h3.massive-text, .bo-row .h3-style.massive-text, .bo-row h4.massive-text, .bo-row .h4-style.massive-text, .bo-row h5.massive-text, .bo-row .h5-style.massive-text, .bo-row h6.massive-text, .bo-row .h6-style.massive-text, .bo-row p.massive-text, .bo-row .p-style.massive-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
section h1.tiny-text, section .h1-style.tiny-text, section h2.tiny-text, section .h2-style.tiny-text, section h3.tiny-text, section .h3-style.tiny-text, section h4.tiny-text, section .h4-style.tiny-text, section h5.tiny-text, section .h5-style.tiny-text, section h6.tiny-text, section .h6-style.tiny-text, section p.tiny-text, section .p-style.tiny-text, .section h1.tiny-text, .section .h1-style.tiny-text, .section h2.tiny-text, .section .h2-style.tiny-text, .section h3.tiny-text, .section .h3-style.tiny-text, .section h4.tiny-text, .section .h4-style.tiny-text, .section h5.tiny-text, .section .h5-style.tiny-text, .section h6.tiny-text, .section .h6-style.tiny-text, .section p.tiny-text, .section .p-style.tiny-text, footer h1.tiny-text, footer .h1-style.tiny-text, footer h2.tiny-text, footer .h2-style.tiny-text, footer h3.tiny-text, footer .h3-style.tiny-text, footer h4.tiny-text, footer .h4-style.tiny-text, footer h5.tiny-text, footer .h5-style.tiny-text, footer h6.tiny-text, footer .h6-style.tiny-text, footer p.tiny-text, footer .p-style.tiny-text, .bo-row h1.tiny-text, .bo-row .h1-style.tiny-text, .bo-row h2.tiny-text, .bo-row .h2-style.tiny-text, .bo-row h3.tiny-text, .bo-row .h3-style.tiny-text, .bo-row h4.tiny-text, .bo-row .h4-style.tiny-text, .bo-row h5.tiny-text, .bo-row .h5-style.tiny-text, .bo-row h6.tiny-text, .bo-row .h6-style.tiny-text, .bo-row p.tiny-text, .bo-row .p-style.tiny-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.5em !important;
}
section h1.small-margin, section .h1-style.small-margin, section h2.small-margin, section .h2-style.small-margin, section h3.small-margin, section .h3-style.small-margin, section h4.small-margin, section .h4-style.small-margin, section h5.small-margin, section .h5-style.small-margin, section h6.small-margin, section .h6-style.small-margin, section p.small-margin, section .p-style.small-margin, .section h1.small-margin, .section .h1-style.small-margin, .section h2.small-margin, .section .h2-style.small-margin, .section h3.small-margin, .section .h3-style.small-margin, .section h4.small-margin, .section .h4-style.small-margin, .section h5.small-margin, .section .h5-style.small-margin, .section h6.small-margin, .section .h6-style.small-margin, .section p.small-margin, .section .p-style.small-margin, footer h1.small-margin, footer .h1-style.small-margin, footer h2.small-margin, footer .h2-style.small-margin, footer h3.small-margin, footer .h3-style.small-margin, footer h4.small-margin, footer .h4-style.small-margin, footer h5.small-margin, footer .h5-style.small-margin, footer h6.small-margin, footer .h6-style.small-margin, footer p.small-margin, footer .p-style.small-margin, .bo-row h1.small-margin, .bo-row .h1-style.small-margin, .bo-row h2.small-margin, .bo-row .h2-style.small-margin, .bo-row h3.small-margin, .bo-row .h3-style.small-margin, .bo-row h4.small-margin, .bo-row .h4-style.small-margin, .bo-row h5.small-margin, .bo-row .h5-style.small-margin, .bo-row h6.small-margin, .bo-row .h6-style.small-margin, .bo-row p.small-margin, .bo-row .p-style.small-margin {
  margin-bottom: 15px;
}
section h1.big-margin, section .h1-style.big-margin, section h2.big-margin, section .h2-style.big-margin, section h3.big-margin, section .h3-style.big-margin, section h4.big-margin, section .h4-style.big-margin, section h5.big-margin, section .h5-style.big-margin, section h6.big-margin, section .h6-style.big-margin, section p.big-margin, section .p-style.big-margin, .section h1.big-margin, .section .h1-style.big-margin, .section h2.big-margin, .section .h2-style.big-margin, .section h3.big-margin, .section .h3-style.big-margin, .section h4.big-margin, .section .h4-style.big-margin, .section h5.big-margin, .section .h5-style.big-margin, .section h6.big-margin, .section .h6-style.big-margin, .section p.big-margin, .section .p-style.big-margin, footer h1.big-margin, footer .h1-style.big-margin, footer h2.big-margin, footer .h2-style.big-margin, footer h3.big-margin, footer .h3-style.big-margin, footer h4.big-margin, footer .h4-style.big-margin, footer h5.big-margin, footer .h5-style.big-margin, footer h6.big-margin, footer .h6-style.big-margin, footer p.big-margin, footer .p-style.big-margin, .bo-row h1.big-margin, .bo-row .h1-style.big-margin, .bo-row h2.big-margin, .bo-row .h2-style.big-margin, .bo-row h3.big-margin, .bo-row .h3-style.big-margin, .bo-row h4.big-margin, .bo-row .h4-style.big-margin, .bo-row h5.big-margin, .bo-row .h5-style.big-margin, .bo-row h6.big-margin, .bo-row .h6-style.big-margin, .bo-row p.big-margin, .bo-row .p-style.big-margin {
  margin-bottom: 45px;
}
section h1.dark-glow, section .h1-style.dark-glow, section h2.dark-glow, section .h2-style.dark-glow, section h3.dark-glow, section .h3-style.dark-glow, section h4.dark-glow, section .h4-style.dark-glow, section h5.dark-glow, section .h5-style.dark-glow, section h6.dark-glow, section .h6-style.dark-glow, section p.dark-glow, section .p-style.dark-glow, .section h1.dark-glow, .section .h1-style.dark-glow, .section h2.dark-glow, .section .h2-style.dark-glow, .section h3.dark-glow, .section .h3-style.dark-glow, .section h4.dark-glow, .section .h4-style.dark-glow, .section h5.dark-glow, .section .h5-style.dark-glow, .section h6.dark-glow, .section .h6-style.dark-glow, .section p.dark-glow, .section .p-style.dark-glow, footer h1.dark-glow, footer .h1-style.dark-glow, footer h2.dark-glow, footer .h2-style.dark-glow, footer h3.dark-glow, footer .h3-style.dark-glow, footer h4.dark-glow, footer .h4-style.dark-glow, footer h5.dark-glow, footer .h5-style.dark-glow, footer h6.dark-glow, footer .h6-style.dark-glow, footer p.dark-glow, footer .p-style.dark-glow, .bo-row h1.dark-glow, .bo-row .h1-style.dark-glow, .bo-row h2.dark-glow, .bo-row .h2-style.dark-glow, .bo-row h3.dark-glow, .bo-row .h3-style.dark-glow, .bo-row h4.dark-glow, .bo-row .h4-style.dark-glow, .bo-row h5.dark-glow, .bo-row .h5-style.dark-glow, .bo-row h6.dark-glow, .bo-row .h6-style.dark-glow, .bo-row p.dark-glow, .bo-row .p-style.dark-glow {
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}
section h1.light-glow, section .h1-style.light-glow, section h2.light-glow, section .h2-style.light-glow, section h3.light-glow, section .h3-style.light-glow, section h4.light-glow, section .h4-style.light-glow, section h5.light-glow, section .h5-style.light-glow, section h6.light-glow, section .h6-style.light-glow, section p.light-glow, section .p-style.light-glow, .section h1.light-glow, .section .h1-style.light-glow, .section h2.light-glow, .section .h2-style.light-glow, .section h3.light-glow, .section .h3-style.light-glow, .section h4.light-glow, .section .h4-style.light-glow, .section h5.light-glow, .section .h5-style.light-glow, .section h6.light-glow, .section .h6-style.light-glow, .section p.light-glow, .section .p-style.light-glow, footer h1.light-glow, footer .h1-style.light-glow, footer h2.light-glow, footer .h2-style.light-glow, footer h3.light-glow, footer .h3-style.light-glow, footer h4.light-glow, footer .h4-style.light-glow, footer h5.light-glow, footer .h5-style.light-glow, footer h6.light-glow, footer .h6-style.light-glow, footer p.light-glow, footer .p-style.light-glow, .bo-row h1.light-glow, .bo-row .h1-style.light-glow, .bo-row h2.light-glow, .bo-row .h2-style.light-glow, .bo-row h3.light-glow, .bo-row .h3-style.light-glow, .bo-row h4.light-glow, .bo-row .h4-style.light-glow, .bo-row h5.light-glow, .bo-row .h5-style.light-glow, .bo-row h6.light-glow, .bo-row .h6-style.light-glow, .bo-row p.light-glow, .bo-row .p-style.light-glow {
  text-shadow: 0 0 0.1em rgba(255, 255, 255, 0.7);
}
section h1.p-style, section .h1-style.p-style, section h2.p-style, section .h2-style.p-style, section h3.p-style, section .h3-style.p-style, section h4.p-style, section .h4-style.p-style, section h5.p-style, section .h5-style.p-style, section h6.p-style, section .h6-style.p-style, section p.p-style, section .p-style.p-style, .section h1.p-style, .section .h1-style.p-style, .section h2.p-style, .section .h2-style.p-style, .section h3.p-style, .section .h3-style.p-style, .section h4.p-style, .section .h4-style.p-style, .section h5.p-style, .section .h5-style.p-style, .section h6.p-style, .section .h6-style.p-style, .section p.p-style, .section .p-style.p-style, footer h1.p-style, footer .h1-style.p-style, footer h2.p-style, footer .h2-style.p-style, footer h3.p-style, footer .h3-style.p-style, footer h4.p-style, footer .h4-style.p-style, footer h5.p-style, footer .h5-style.p-style, footer h6.p-style, footer .h6-style.p-style, footer p.p-style, footer .p-style.p-style, .bo-row h1.p-style, .bo-row .h1-style.p-style, .bo-row h2.p-style, .bo-row .h2-style.p-style, .bo-row h3.p-style, .bo-row .h3-style.p-style, .bo-row h4.p-style, .bo-row .h4-style.p-style, .bo-row h5.p-style, .bo-row .h5-style.p-style, .bo-row h6.p-style, .bo-row .h6-style.p-style, .bo-row p.p-style, .bo-row .p-style.p-style {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  section h1.p-style, section .h1-style.p-style, section h2.p-style, section .h2-style.p-style, section h3.p-style, section .h3-style.p-style, section h4.p-style, section .h4-style.p-style, section h5.p-style, section .h5-style.p-style, section h6.p-style, section .h6-style.p-style, section p.p-style, section .p-style.p-style, .section h1.p-style, .section .h1-style.p-style, .section h2.p-style, .section .h2-style.p-style, .section h3.p-style, .section .h3-style.p-style, .section h4.p-style, .section .h4-style.p-style, .section h5.p-style, .section .h5-style.p-style, .section h6.p-style, .section .h6-style.p-style, .section p.p-style, .section .p-style.p-style, footer h1.p-style, footer .h1-style.p-style, footer h2.p-style, footer .h2-style.p-style, footer h3.p-style, footer .h3-style.p-style, footer h4.p-style, footer .h4-style.p-style, footer h5.p-style, footer .h5-style.p-style, footer h6.p-style, footer .h6-style.p-style, footer p.p-style, footer .p-style.p-style, .bo-row h1.p-style, .bo-row .h1-style.p-style, .bo-row h2.p-style, .bo-row .h2-style.p-style, .bo-row h3.p-style, .bo-row .h3-style.p-style, .bo-row h4.p-style, .bo-row .h4-style.p-style, .bo-row h5.p-style, .bo-row .h5-style.p-style, .bo-row h6.p-style, .bo-row .h6-style.p-style, .bo-row p.p-style, .bo-row .p-style.p-style {
    font-size: 2rem;
  }
}
section div.hr-button, .section div.hr-button, footer div.hr-button, .bo-row div.hr-button {
  display: inline-block;
  margin: 30px 0;
  max-width: 800px;
  overflow: hidden;
  width: 100%;
}
section div.hr-button a, .section div.hr-button a, footer div.hr-button a, .bo-row div.hr-button a {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 3px 50px;
  position: relative;
  text-transform: uppercase;
}
section div.hr-button a::before, section div.hr-button a::after, .section div.hr-button a::before, .section div.hr-button a::after, footer div.hr-button a::before, footer div.hr-button a::after, .bo-row div.hr-button a::before, .bo-row div.hr-button a::after {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 2px;
  left: calc(100% + 50px);
  position: absolute;
  top: 50%;
  transition: all 350ms ease-out;
  width: 700px;
}
section div.hr-button a::after, .section div.hr-button a::after, footer div.hr-button a::after, .bo-row div.hr-button a::after {
  left: auto;
  right: calc(100% + 50px);
}
section div.hr-button a:hover, .section div.hr-button a:hover, footer div.hr-button a:hover, .bo-row div.hr-button a:hover {
  background-color: rgb(255, 255, 255);
  color: white;
}
section div.hr-button a:hover::before, .section div.hr-button a:hover::before, footer div.hr-button a:hover::before, .bo-row div.hr-button a:hover::before {
  left: 100%;
}
section div.hr-button a:hover::after, .section div.hr-button a:hover::after, footer div.hr-button a:hover::after, .bo-row div.hr-button a:hover::after {
  right: 100%;
}
section a.button.square, section div.button.square, section button.button.square, section button.maf-button.square, .section a.button.square, .section div.button.square, .section button.button.square, .section button.maf-button.square, footer a.button.square, footer div.button.square, footer button.button.square, footer button.maf-button.square, .bo-row a.button.square, .bo-row div.button.square, .bo-row button.button.square, .bo-row button.maf-button.square {
  border: 1px solid rgb(196, 9, 19);
  border-radius: 0;
  color: rgb(196, 9, 19);
}
section a.button.square::after, section div.button.square::after, section button.button.square::after, section button.maf-button.square::after, .section a.button.square::after, .section div.button.square::after, .section button.button.square::after, .section button.maf-button.square::after, footer a.button.square::after, footer div.button.square::after, footer button.button.square::after, footer button.maf-button.square::after, .bo-row a.button.square::after, .bo-row div.button.square::after, .bo-row button.button.square::after, .bo-row button.maf-button.square::after {
  display: none;
}
section a.button.square:hover, section div.button.square:hover, section button.button.square:hover, section button.maf-button.square:hover, .section a.button.square:hover, .section div.button.square:hover, .section button.button.square:hover, .section button.maf-button.square:hover, footer a.button.square:hover, footer div.button.square:hover, footer button.button.square:hover, footer button.maf-button.square:hover, .bo-row a.button.square:hover, .bo-row div.button.square:hover, .bo-row button.button.square:hover, .bo-row button.maf-button.square:hover {
  background-color: rgb(196, 9, 19);
  color: white;
}
section a.button.light, section div.button.light, section button.button.light, section button.maf-button.light, .section a.button.light, .section div.button.light, .section button.button.light, .section button.maf-button.light, footer a.button.light, footer div.button.light, footer button.button.light, footer button.maf-button.light, .bo-row a.button.light, .bo-row div.button.light, .bo-row button.button.light, .bo-row button.maf-button.light {
  background-color: rgb(255, 255, 255);
  color: rgb(22, 22, 21);
}
section a.button.light::before, section a.button.light::after, section div.button.light::before, section div.button.light::after, section button.button.light::before, section button.button.light::after, section button.maf-button.light::before, section button.maf-button.light::after, .section a.button.light::before, .section a.button.light::after, .section div.button.light::before, .section div.button.light::after, .section button.button.light::before, .section button.button.light::after, .section button.maf-button.light::before, .section button.maf-button.light::after, footer a.button.light::before, footer a.button.light::after, footer div.button.light::before, footer div.button.light::after, footer button.button.light::before, footer button.button.light::after, footer button.maf-button.light::before, footer button.maf-button.light::after, .bo-row a.button.light::before, .bo-row a.button.light::after, .bo-row div.button.light::before, .bo-row div.button.light::after, .bo-row button.button.light::before, .bo-row button.button.light::after, .bo-row button.maf-button.light::before, .bo-row button.maf-button.light::after {
  background-color: rgb(196, 9, 19);
}
section a.button.light:hover, section div.button.light:hover, section button.button.light:hover, section button.maf-button.light:hover, .section a.button.light:hover, .section div.button.light:hover, .section button.button.light:hover, .section button.maf-button.light:hover, footer a.button.light:hover, footer div.button.light:hover, footer button.button.light:hover, footer button.maf-button.light:hover, .bo-row a.button.light:hover, .bo-row div.button.light:hover, .bo-row button.button.light:hover, .bo-row button.maf-button.light:hover {
  color: white;
}
section a.button.chev-point, section div.button.chev-point, section button.button.chev-point, section button.maf-button.chev-point, .section a.button.chev-point, .section div.button.chev-point, .section button.button.chev-point, .section button.maf-button.chev-point, footer a.button.chev-point, footer div.button.chev-point, footer button.button.chev-point, footer button.maf-button.chev-point, .bo-row a.button.chev-point, .bo-row div.button.chev-point, .bo-row button.button.chev-point, .bo-row button.maf-button.chev-point {
  box-shadow: none;
  line-height: 1;
}
section a.button.chev-point::before, section a.button.chev-point::after, section div.button.chev-point::before, section div.button.chev-point::after, section button.button.chev-point::before, section button.button.chev-point::after, section button.maf-button.chev-point::before, section button.maf-button.chev-point::after, .section a.button.chev-point::before, .section a.button.chev-point::after, .section div.button.chev-point::before, .section div.button.chev-point::after, .section button.button.chev-point::before, .section button.button.chev-point::after, .section button.maf-button.chev-point::before, .section button.maf-button.chev-point::after, footer a.button.chev-point::before, footer a.button.chev-point::after, footer div.button.chev-point::before, footer div.button.chev-point::after, footer button.button.chev-point::before, footer button.button.chev-point::after, footer button.maf-button.chev-point::before, footer button.maf-button.chev-point::after, .bo-row a.button.chev-point::before, .bo-row a.button.chev-point::after, .bo-row div.button.chev-point::before, .bo-row div.button.chev-point::after, .bo-row button.button.chev-point::before, .bo-row button.button.chev-point::after, .bo-row button.maf-button.chev-point::before, .bo-row button.maf-button.chev-point::after {
  background-color: white;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
  transition: transform 350ms ease-out;
  width: 8px;
}
section a.button.chev-point::after, section div.button.chev-point::after, section button.button.chev-point::after, section button.maf-button.chev-point::after, .section a.button.chev-point::after, .section div.button.chev-point::after, .section button.button.chev-point::after, .section button.maf-button.chev-point::after, footer a.button.chev-point::after, footer div.button.chev-point::after, footer button.button.chev-point::after, footer button.maf-button.chev-point::after, .bo-row a.button.chev-point::after, .bo-row div.button.chev-point::after, .bo-row button.button.chev-point::after, .bo-row button.maf-button.chev-point::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
section a.button.chev-point:hover::before, section div.button.chev-point:hover::before, section button.button.chev-point:hover::before, section button.maf-button.chev-point:hover::before, .section a.button.chev-point:hover::before, .section div.button.chev-point:hover::before, .section button.button.chev-point:hover::before, .section button.maf-button.chev-point:hover::before, footer a.button.chev-point:hover::before, footer div.button.chev-point:hover::before, footer button.button.chev-point:hover::before, footer button.maf-button.chev-point:hover::before, .bo-row a.button.chev-point:hover::before, .bo-row div.button.chev-point:hover::before, .bo-row button.button.chev-point:hover::before, .bo-row button.maf-button.chev-point:hover::before {
  transform: translateX(5px) translateY(-50%) rotate(40deg);
}
section a.button.chev-point:hover::after, section div.button.chev-point:hover::after, section button.button.chev-point:hover::after, section button.maf-button.chev-point:hover::after, .section a.button.chev-point:hover::after, .section div.button.chev-point:hover::after, .section button.button.chev-point:hover::after, .section button.maf-button.chev-point:hover::after, footer a.button.chev-point:hover::after, footer div.button.chev-point:hover::after, footer button.button.chev-point:hover::after, footer button.maf-button.chev-point:hover::after, .bo-row a.button.chev-point:hover::after, .bo-row div.button.chev-point:hover::after, .bo-row button.button.chev-point:hover::after, .bo-row button.maf-button.chev-point:hover::after {
  transform: translateX(5px) translateY(-50%) rotate(-40deg);
}
section a.button.br, section div.button.br, section button.button.br, section button.maf-button.br, .section a.button.br, .section div.button.br, .section button.button.br, .section button.maf-button.br, footer a.button.br, footer div.button.br, footer button.button.br, footer button.maf-button.br, .bo-row a.button.br, .bo-row div.button.br, .bo-row button.button.br, .bo-row button.maf-button.br {
  background-color: black;
  border: 0;
  color: white;
  font-size: 2.2rem;
  font-weight: 600;
  justify-content: flex-start;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section a.button.br, section div.button.br, section button.button.br, section button.maf-button.br, .section a.button.br, .section div.button.br, .section button.button.br, .section button.maf-button.br, footer a.button.br, footer div.button.br, footer button.button.br, footer button.maf-button.br, .bo-row a.button.br, .bo-row div.button.br, .bo-row button.button.br, .bo-row button.maf-button.br {
    font-size: 2.6rem;
  }
}
section a.button.br::before, section a.button.br::after, section div.button.br::before, section div.button.br::after, section button.button.br::before, section button.button.br::after, section button.maf-button.br::before, section button.maf-button.br::after, .section a.button.br::before, .section a.button.br::after, .section div.button.br::before, .section div.button.br::after, .section button.button.br::before, .section button.button.br::after, .section button.maf-button.br::before, .section button.maf-button.br::after, footer a.button.br::before, footer a.button.br::after, footer div.button.br::before, footer div.button.br::after, footer button.button.br::before, footer button.button.br::after, footer button.maf-button.br::before, footer button.maf-button.br::after, .bo-row a.button.br::before, .bo-row a.button.br::after, .bo-row div.button.br::before, .bo-row div.button.br::after, .bo-row button.button.br::before, .bo-row button.button.br::after, .bo-row button.maf-button.br::before, .bo-row button.maf-button.br::after {
  content: "";
  border-left: 5px solid rgb(196, 9, 19);
  background-color: rgb(255, 255, 255);
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -40px;
  top: 0;
  transform: skewX(-18deg);
  transition: all 350ms ease-out;
  width: 90px;
}
section a.button.br::after, section div.button.br::after, section button.button.br::after, section button.maf-button.br::after, .section a.button.br::after, .section div.button.br::after, .section button.button.br::after, .section button.maf-button.br::after, footer a.button.br::after, footer div.button.br::after, footer button.button.br::after, footer button.maf-button.br::after, .bo-row a.button.br::after, .bo-row div.button.br::after, .bo-row button.button.br::after, .bo-row button.maf-button.br::after {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  height: 0;
  right: 15px;
  transform: translate(0, -50%);
  top: 50%;
  width: 0;
}
section a.button.br span, section div.button.br span, section button.button.br span, section button.maf-button.br span, .section a.button.br span, .section div.button.br span, .section button.button.br span, .section button.maf-button.br span, footer a.button.br span, footer div.button.br span, footer button.button.br span, footer button.maf-button.br span, .bo-row a.button.br span, .bo-row div.button.br span, .bo-row button.button.br span, .bo-row button.maf-button.br span {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.9px;
}
section a.button.br:hover, section div.button.br:hover, section button.button.br:hover, section button.maf-button.br:hover, .section a.button.br:hover, .section div.button.br:hover, .section button.button.br:hover, .section button.maf-button.br:hover, footer a.button.br:hover, footer div.button.br:hover, footer button.button.br:hover, footer button.maf-button.br:hover, .bo-row a.button.br:hover, .bo-row div.button.br:hover, .bo-row button.button.br:hover, .bo-row button.maf-button.br:hover {
  background-color: black;
}
section a.button.br:hover::after, section div.button.br:hover::after, section button.button.br:hover::after, section button.maf-button.br:hover::after, .section a.button.br:hover::after, .section div.button.br:hover::after, .section button.button.br:hover::after, .section button.maf-button.br:hover::after, footer a.button.br:hover::after, footer div.button.br:hover::after, footer button.button.br:hover::after, footer button.maf-button.br:hover::after, .bo-row a.button.br:hover::after, .bo-row div.button.br:hover::after, .bo-row button.button.br:hover::after, .bo-row button.maf-button.br:hover::after {
  animation: point-r 1.5s ease-out infinite;
}
section a.button.dl-pdf, section div.button.dl-pdf, section button.button.dl-pdf, section button.maf-button.dl-pdf, .section a.button.dl-pdf, .section div.button.dl-pdf, .section button.button.dl-pdf, .section button.maf-button.dl-pdf, footer a.button.dl-pdf, footer div.button.dl-pdf, footer button.button.dl-pdf, footer button.maf-button.dl-pdf, .bo-row a.button.dl-pdf, .bo-row div.button.dl-pdf, .bo-row button.button.dl-pdf, .bo-row button.maf-button.dl-pdf {
  background-color: transparent;
  border: 0;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  font-weight: 400;
  min-height: 67px;
  max-width: 530px;
  padding-left: 85px;
  position: relative;
  text-align: left;
  text-transform: none;
  z-index: 1;
}
section a.button.dl-pdf::before, section div.button.dl-pdf::before, section button.button.dl-pdf::before, section button.maf-button.dl-pdf::before, .section a.button.dl-pdf::before, .section div.button.dl-pdf::before, .section button.button.dl-pdf::before, .section button.maf-button.dl-pdf::before, footer a.button.dl-pdf::before, footer div.button.dl-pdf::before, footer button.button.dl-pdf::before, footer button.maf-button.dl-pdf::before, .bo-row a.button.dl-pdf::before, .bo-row div.button.dl-pdf::before, .bo-row button.button.dl-pdf::before, .bo-row button.maf-button.dl-pdf::before {
  background-image: url("/images/Layout/ui/pdf.png");
  content: "";
  display: inline-block;
  height: 67px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 350ms ease-out;
  width: 66px;
}
section a.button.dl-pdf:hover, section div.button.dl-pdf:hover, section button.button.dl-pdf:hover, section button.maf-button.dl-pdf:hover, .section a.button.dl-pdf:hover, .section div.button.dl-pdf:hover, .section button.button.dl-pdf:hover, .section button.maf-button.dl-pdf:hover, footer a.button.dl-pdf:hover, footer div.button.dl-pdf:hover, footer button.button.dl-pdf:hover, footer button.maf-button.dl-pdf:hover, .bo-row a.button.dl-pdf:hover, .bo-row div.button.dl-pdf:hover, .bo-row button.button.dl-pdf:hover, .bo-row button.maf-button.dl-pdf:hover {
  background-color: white;
}
section a.button.dl-pdf:hover::before, section div.button.dl-pdf:hover::before, section button.button.dl-pdf:hover::before, section button.maf-button.dl-pdf:hover::before, .section a.button.dl-pdf:hover::before, .section div.button.dl-pdf:hover::before, .section button.button.dl-pdf:hover::before, .section button.maf-button.dl-pdf:hover::before, footer a.button.dl-pdf:hover::before, footer div.button.dl-pdf:hover::before, footer button.button.dl-pdf:hover::before, footer button.maf-button.dl-pdf:hover::before, .bo-row a.button.dl-pdf:hover::before, .bo-row div.button.dl-pdf:hover::before, .bo-row button.button.dl-pdf:hover::before, .bo-row button.maf-button.dl-pdf:hover::before {
  animation: point-d 1.5s ease-out infinite;
}
section a.button.tri-box, section div.button.tri-box, section button.button.tri-box, section button.maf-button.tri-box, .section a.button.tri-box, .section div.button.tri-box, .section button.button.tri-box, .section button.maf-button.tri-box, footer a.button.tri-box, footer div.button.tri-box, footer button.button.tri-box, footer button.maf-button.tri-box, .bo-row a.button.tri-box, .bo-row div.button.tri-box, .bo-row button.button.tri-box, .bo-row button.maf-button.tri-box {
  background-color: rgb(196, 9, 19);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: white;
  font-family: "Halant", serif;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: flex-start;
  min-height: 42px;
  min-width: 0;
  padding: 5px 50px 5px 20px;
  text-transform: uppercase;
  width: 100%;
}
section a.button.tri-box::before, section div.button.tri-box::before, section button.button.tri-box::before, section button.maf-button.tri-box::before, .section a.button.tri-box::before, .section div.button.tri-box::before, .section button.button.tri-box::before, .section button.maf-button.tri-box::before, footer a.button.tri-box::before, footer div.button.tri-box::before, footer button.button.tri-box::before, footer button.maf-button.tri-box::before, .bo-row a.button.tri-box::before, .bo-row div.button.tri-box::before, .bo-row button.button.tri-box::before, .bo-row button.maf-button.tri-box::before {
  background-color: rgb(255, 255, 255);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
section a.button.tri-box::after, section div.button.tri-box::after, section button.button.tri-box::after, section button.maf-button.tri-box::after, .section a.button.tri-box::after, .section div.button.tri-box::after, .section button.button.tri-box::after, .section button.maf-button.tri-box::after, footer a.button.tri-box::after, footer div.button.tri-box::after, footer button.button.tri-box::after, footer button.maf-button.tri-box::after, .bo-row a.button.tri-box::after, .bo-row div.button.tri-box::after, .bo-row button.button.tri-box::after, .bo-row button.maf-button.tri-box::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid white;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 15px;
  transform: translate(0, -50%);
  transition: right 350ms ease-out;
  top: 50%;
  width: 0;
}
section a.button.tri-box:hover, section div.button.tri-box:hover, section button.button.tri-box:hover, section button.maf-button.tri-box:hover, .section a.button.tri-box:hover, .section div.button.tri-box:hover, .section button.button.tri-box:hover, .section button.maf-button.tri-box:hover, footer a.button.tri-box:hover, footer div.button.tri-box:hover, footer button.button.tri-box:hover, footer button.maf-button.tri-box:hover, .bo-row a.button.tri-box:hover, .bo-row div.button.tri-box:hover, .bo-row button.button.tri-box:hover, .bo-row button.maf-button.tri-box:hover {
  background-color: rgb(196, 9, 19);
  border-color: rgb(196, 9, 19);
}
section a.button.tri-box:hover::after, section div.button.tri-box:hover::after, section button.button.tri-box:hover::after, section button.maf-button.tri-box:hover::after, .section a.button.tri-box:hover::after, .section div.button.tri-box:hover::after, .section button.button.tri-box:hover::after, .section button.maf-button.tri-box:hover::after, footer a.button.tri-box:hover::after, footer div.button.tri-box:hover::after, footer button.button.tri-box:hover::after, footer button.maf-button.tri-box:hover::after, .bo-row a.button.tri-box:hover::after, .bo-row div.button.tri-box:hover::after, .bo-row button.button.tri-box:hover::after, .bo-row button.maf-button.tri-box:hover::after {
  right: 10px;
}
section.animate .maf-content, section.animate .insta-feed, section.animate .cardbox .card, .section.animate .maf-content, .section.animate .insta-feed, .section.animate .cardbox .card, footer.animate .maf-content, footer.animate .insta-feed, footer.animate .cardbox .card, .bo-row.animate .maf-content, .bo-row.animate .insta-feed, .bo-row.animate .cardbox .card {
  filter: grayscale(100%);
  opacity: 0;
  transform: translateY(60px);
  transition: all 1200ms ease-out;
}
section.animate .cardbox .card:nth-child(1), .section.animate .cardbox .card:nth-child(1), footer.animate .cardbox .card:nth-child(1), .bo-row.animate .cardbox .card:nth-child(1) {
  transition-delay: 350ms;
}
section.animate .cardbox .card:nth-child(2), .section.animate .cardbox .card:nth-child(2), footer.animate .cardbox .card:nth-child(2), .bo-row.animate .cardbox .card:nth-child(2) {
  transition-delay: 700ms;
}
section.animate .cardbox .card:nth-child(3), .section.animate .cardbox .card:nth-child(3), footer.animate .cardbox .card:nth-child(3), .bo-row.animate .cardbox .card:nth-child(3) {
  transition-delay: 1050ms;
}
section.animate .cardbox .card:nth-child(4), .section.animate .cardbox .card:nth-child(4), footer.animate .cardbox .card:nth-child(4), .bo-row.animate .cardbox .card:nth-child(4) {
  transition-delay: 1400ms;
}
section.animate .cardbox .card:nth-child(5), .section.animate .cardbox .card:nth-child(5), footer.animate .cardbox .card:nth-child(5), .bo-row.animate .cardbox .card:nth-child(5) {
  transition-delay: 1750ms;
}
section.animate .cardbox .card:nth-child(6), .section.animate .cardbox .card:nth-child(6), footer.animate .cardbox .card:nth-child(6), .bo-row.animate .cardbox .card:nth-child(6) {
  transition-delay: 2100ms;
}
section.animate .cardbox .card:nth-child(7), .section.animate .cardbox .card:nth-child(7), footer.animate .cardbox .card:nth-child(7), .bo-row.animate .cardbox .card:nth-child(7) {
  transition-delay: 2450ms;
}
section.animate .cardbox .card:nth-child(8), .section.animate .cardbox .card:nth-child(8), footer.animate .cardbox .card:nth-child(8), .bo-row.animate .cardbox .card:nth-child(8) {
  transition-delay: 2800ms;
}
section.animate .cardbox .card:nth-child(9), .section.animate .cardbox .card:nth-child(9), footer.animate .cardbox .card:nth-child(9), .bo-row.animate .cardbox .card:nth-child(9) {
  transition-delay: 3150ms;
}
section.animate .cardbox .card:nth-child(10), .section.animate .cardbox .card:nth-child(10), footer.animate .cardbox .card:nth-child(10), .bo-row.animate .cardbox .card:nth-child(10) {
  transition-delay: 3500ms;
}
section.animate .cardbox .card:nth-child(11), .section.animate .cardbox .card:nth-child(11), footer.animate .cardbox .card:nth-child(11), .bo-row.animate .cardbox .card:nth-child(11) {
  transition-delay: 3850ms;
}
section.animate .cardbox .card:nth-child(12), .section.animate .cardbox .card:nth-child(12), footer.animate .cardbox .card:nth-child(12), .bo-row.animate .cardbox .card:nth-child(12) {
  transition-delay: 4200ms;
}
section.animate .cardbox .card:nth-child(13), .section.animate .cardbox .card:nth-child(13), footer.animate .cardbox .card:nth-child(13), .bo-row.animate .cardbox .card:nth-child(13) {
  transition-delay: 4550ms;
}
section.animate .cardbox .card:nth-child(14), .section.animate .cardbox .card:nth-child(14), footer.animate .cardbox .card:nth-child(14), .bo-row.animate .cardbox .card:nth-child(14) {
  transition-delay: 4900ms;
}
section.animate .cardbox .card:nth-child(15), .section.animate .cardbox .card:nth-child(15), footer.animate .cardbox .card:nth-child(15), .bo-row.animate .cardbox .card:nth-child(15) {
  transition-delay: 5250ms;
}
section.animate .cardbox .card:nth-child(16), .section.animate .cardbox .card:nth-child(16), footer.animate .cardbox .card:nth-child(16), .bo-row.animate .cardbox .card:nth-child(16) {
  transition-delay: 5600ms;
}
section.animate .cardbox .card:nth-child(17), .section.animate .cardbox .card:nth-child(17), footer.animate .cardbox .card:nth-child(17), .bo-row.animate .cardbox .card:nth-child(17) {
  transition-delay: 5950ms;
}
section.animate .cardbox .card:nth-child(18), .section.animate .cardbox .card:nth-child(18), footer.animate .cardbox .card:nth-child(18), .bo-row.animate .cardbox .card:nth-child(18) {
  transition-delay: 6300ms;
}
section.animate .cardbox .card:nth-child(19), .section.animate .cardbox .card:nth-child(19), footer.animate .cardbox .card:nth-child(19), .bo-row.animate .cardbox .card:nth-child(19) {
  transition-delay: 6650ms;
}
section.animate .cardbox .card:nth-child(20), .section.animate .cardbox .card:nth-child(20), footer.animate .cardbox .card:nth-child(20), .bo-row.animate .cardbox .card:nth-child(20) {
  transition-delay: 7000ms;
}
section.animate .cardbox .card:nth-child(21), .section.animate .cardbox .card:nth-child(21), footer.animate .cardbox .card:nth-child(21), .bo-row.animate .cardbox .card:nth-child(21) {
  transition-delay: 7350ms;
}
section.animate .cardbox .card:nth-child(22), .section.animate .cardbox .card:nth-child(22), footer.animate .cardbox .card:nth-child(22), .bo-row.animate .cardbox .card:nth-child(22) {
  transition-delay: 7700ms;
}
section.animate .cardbox .card:nth-child(23), .section.animate .cardbox .card:nth-child(23), footer.animate .cardbox .card:nth-child(23), .bo-row.animate .cardbox .card:nth-child(23) {
  transition-delay: 8050ms;
}
section.animate.anim-1 .maf-content, .section.animate.anim-1 .maf-content, footer.animate.anim-1 .maf-content, .bo-row.animate.anim-1 .maf-content {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(0);
}
section.animate.anim-2 .insta-feed, section.animate.anim-2 .cardbox .card, .section.animate.anim-2 .insta-feed, .section.animate.anim-2 .cardbox .card, footer.animate.anim-2 .insta-feed, footer.animate.anim-2 .cardbox .card, .bo-row.animate.anim-2 .insta-feed, .bo-row.animate.anim-2 .cardbox .card {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(0);
}
@keyframes bgcolourfade {
  0% {
    background: rgb(22, 22, 21);
  }
  20% {
    background: rgb(255, 255, 255);
  }
  40% {
    background: rgb(204, 204, 204);
  }
  60% {
    background: rgb(34, 36, 91);
  }
  80% {
    background: rgb(215, 215, 215);
  }
  100% {
    background: rgb(22, 22, 21);
  }
}
.arrow:before {
  width: 20px;
  height: 20px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
}

.bg-1 {
  background-color: rgb(196, 9, 19);
  max-width: 1400px;
}

.bg-2 {
  background-color: rgb(255, 255, 255);
  color: white;
}
.bg-2 .maf-content * {
  color: white;
}
.bg-2 .maf-content hr {
  border-color: white;
}
.bg-2 blockquote::before {
  background-image: url("/images/Layout/ui/quote-mark-3-white.svg");
}

.bg-3 {
  background-color: rgb(34, 36, 91);
  color: white;
}
.bg-3 .maf-content * {
  color: white;
}
.bg-3 .maf-content hr {
  border-color: white;
}
.bg-3 blockquote::before {
  background-image: url("/images/Layout/ui/quote-mark-3-white.svg");
}

.bg-4 {
  background-color: rgb(215, 215, 215);
  color: white;
}
.bg-4 .maf-content * {
  color: white;
}
.bg-4 .maf-content hr {
  border-color: white;
}
.bg-4 blockquote::before {
  background-image: url("/images/Layout/ui/quote-mark-3-white.svg");
}

.bg-5 {
  background-color: rgb(22, 22, 21);
  color: white;
}
.bg-5 .maf-content * {
  color: white;
}
.bg-5 .maf-content hr {
  border-color: white;
}
.bg-5 blockquote::before {
  background-image: url("/images/Layout/ui/quote-mark-3-white.svg");
}

.bg-6 {
  animation: bgcolourfade 90s infinite;
  color: rgb(232, 24, 107);
}
.bg-6 .maf-content * {
  color: rgb(232, 24, 107);
}
.bg-6 .maf-content hr {
  border-color: rgb(232, 24, 107);
}
.bg-6 .maf-content a.button {
  background-color: transparent;
  border-color: rgb(232, 24, 107);
  color: rgb(232, 24, 107);
}
.bg-6 .maf-content a.button:hover {
  background-color: rgb(232, 24, 107);
  color: white;
}

.is-main-header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  color: rgb(22, 22, 21);
  display: inline-block;
  height: 120px;
  padding: 0 0;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 666;
}
.is-main-header.is-fixed {
  left: 0;
  position: fixed;
  top: 0;
  transform: translateZ(0);
}
.is-main-header > div.h-con {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  text-align: center;
  transition: all 350ms ease-out;
  width: 100%;
}
.is-main-header > div.h-con .ui-con {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0;
  max-height: 100%;
  text-align: left;
  transition: all 350ms ease-out;
}
.is-main-header > div.h-con .ui-con .company-brand {
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 0;
  opacity: 0;
  position: relative;
  width: auto;
  z-index: 102;
}
.is-main-header > div.h-con .ui-con .company-brand #logo, .is-main-header > div.h-con .ui-con .company-brand svg {
  display: block;
  height: 54px;
  max-width: none;
  transition: all 350ms ease-out;
}
.is-main-header > div.h-con .ui-con .company-brand #maf-strap {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0 15px;
  text-transform: none;
  white-space: nowrap;
}
.is-main-header > div.h-con .ui-con .company-brand #maf-strap span {
  text-transform: none;
}
@media only screen and (min-width: 576px) {
  .is-main-header > div.h-con .ui-con .company-brand #maf-strap {
    text-transform: uppercase;
    font-size: 2.2rem;
  }
}
body.maf-loaded .is-main-header > div.h-con .ui-con .company-brand {
  opacity: 1;
}
.is-main-header > div.h-con .ui-con #header-ui {
  align-items: flex-end;
  color: rgb(22, 22, 21);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  line-height: 0;
  max-width: 1400px;
  opacity: 0;
  padding: 0;
  transition: all 350ms ease-out;
  width: auto;
  z-index: 103;
}
.is-main-header > div.h-con .ui-con #header-ui a {
  text-decoration: none;
}
.is-main-header > div.h-con .ui-con #header-ui .button {
  background-color: transparent;
  border-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  min-height: 30px;
  max-height: 30px;
  min-width: 0;
  padding: 5px 15px 3px 15px;
  vertical-align: top;
}
.is-main-header > div.h-con .ui-con #header-ui .button:hover {
  background-color: white;
  color: rgb(196, 9, 19);
}
.is-main-header > div.h-con .ui-con #header-ui .button.gray {
  display: none;
  text-transform: none;
}
@media only screen and (min-width: 360px) {
  .is-main-header > div.h-con .ui-con #header-ui .button.gray {
    display: inline-flex;
  }
}
.is-main-header > div.h-con .ui-con #header-ui .button span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .is-main-header > div.h-con .ui-con #header-ui .button span {
    display: inline;
  }
}
.is-main-header > div.h-con .ui-con #header-ui .phone {
  color: rgb(22, 22, 21);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.is-main-header > div.h-con .ui-con #header-ui .phone i {
  vertical-align: middle;
}
.is-main-header > div.h-con .ui-con #header-ui .phone span {
  display: inline-block;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: middle;
}
.is-main-header > div.h-con .ui-con #header-ui .phone span img {
  max-width: 30px;
  transition: max-width 350ms ease-out;
}
@media only screen and (min-width: 768px) {
  .is-main-header > div.h-con .ui-con #header-ui .phone span img {
    max-width: 43px;
  }
}
.is-main-header > div.h-con .ui-con #header-ui .strap {
  display: none;
  font-size: 1.8rem;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .is-main-header > div.h-con .ui-con #header-ui .strap {
    display: block;
  }
}
@media only screen and (min-width: 1152px) {
  .is-main-header > div.h-con .ui-con #header-ui .strap {
    font-size: 2.4rem;
  }
}
.is-main-header > div.h-con .ui-con #header-ui .login {
  background-color: black;
  border-radius: 8px 8px 0 0;
  color: white;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 1px 0 8px;
  padding: 8px 10px 10px 10px;
  transition: all 350ms ease-out;
  transform: translateY(0);
  width: auto;
}
.is-main-header > div.h-con .ui-con #header-ui .login:hover {
  color: rgb(196, 9, 19);
  padding: 8px 10px 16px 10px;
  transform: translateY(-8px);
}
.is-main-header > div.h-con .ui-con #header-ui .icons {
  text-align: right;
}
.is-main-header > div.h-con .ui-con #header-ui .icons hr.show-mobile {
  border: 0;
  height: 0;
  margin: 0;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .is-main-header > div.h-con .ui-con #header-ui .icons hr.show-mobile {
    display: none;
  }
}
.is-main-header > div.h-con .ui-con #header-ui.left {
  text-align: left;
}
.is-main-header > div.h-con .ui-con #header-ui.left .icons {
  text-align: left;
}
body.maf-loaded .is-main-header > div.h-con .ui-con #header-ui {
  opacity: 1;
}
.is-main-header > div.h-con .ui-con #header-ui-alt {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: -200px;
  transition: all 350ms ease-out;
}
@media only screen and (min-width: 576px) {
  .is-main-header > div.h-con .ui-con #header-ui-alt {
    left: 40px;
  }
}
body.maf-loaded .is-main-header > div.h-con .ui-con #header-ui-alt {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  body.maf-loaded .is-main-header > div.h-con .ui-con #header-ui-alt {
    opacity: 1;
  }
}
.is-main-header > div.h-con .n-con {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 0;
  transition: all 350ms ease-out;
  z-index: 101;
}
.is-main-header > div.h-con .n-con .is-tvw-menu {
  width: auto;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web {
  margin: 5px 0;
  opacity: 0;
  right: -300px;
  text-align: right;
  transition: all 350ms ease-out;
}
body.maf-loaded .is-main-header > div.h-con .n-con .is-tvw-menu.is-web {
  opacity: 1;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div {
  margin: 0;
  max-width: none;
  text-align: right;
  width: 100%;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li a {
  text-decoration: none;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li > a {
  opacity: 1;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li > a span {
  position: relative;
  transform-origin: center;
  transition: transform 350ms ease-out;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li > a span::before {
  background-color: rgb(196, 9, 19);
  content: "";
  display: none;
  height: 3px;
  left: 50%;
  position: absolute;
  top: -14px;
  transform: translate(-50%, 0);
  transition: all 350ms ease-out;
  width: 0;
  z-index: 0;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li:hover > a span {
  transform: scale(1.2);
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li:hover > a span::before {
  width: 100%;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li.active > a span::before, .is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li.active > a span::after {
  width: 100%;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile .is-burger {
  height: 40px;
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 350ms ease-out;
  width: 40px;
}
@media only screen and (min-width: 1024px) {
  .is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile .is-burger {
    height: 60px;
    width: 60px;
  }
}
body.maf-loaded .is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile .is-burger {
  right: -5px;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile.maf-3 .links::after {
  background-color: inherit;
  content: "";
  display: inline-block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile.maf-3 .links.active {
  right: -3%;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile.maf-3 .links > ul {
  height: auto;
  margin-top: 120px;
  position: static;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.hide {
  display: none;
}
.is-main-header > div.h-con .n-con .is-tvw-menu #pointer {
  border: 1px solid rgb(22, 22, 21);
  display: none;
  height: 100%;
  left: 3000px;
  max-width: none;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 400ms ease-out;
  width: 50px;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .is-main-header > div.h-con .n-con .is-tvw-menu #pointer {
    display: inline-block;
  }
}
.is-main-header > div.h-con #basket-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 10px;
  transform: translateY(-50%);
}
.is-main-header > div.h-con #basket-link i {
  display: none;
}
.is-main-header > div.h-con #basket-link:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .is-main-header.menu-split > div.h-con .ui-con .company-brand {
    display: none;
  }
}
.is-main-header.menu-split > div.h-con .n-con {
  justify-content: center;
}
.is-main-header.menu-split > div.h-con .n-con .maf-acc-menu #menu-con ul.nav > li.home-link {
  display: none;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .is-main-header.menu-split > div.h-con .n-con .maf-acc-menu #menu-con ul.nav > li.home-link {
    display: inline-block;
  }
}
.is-main-header.menu-split > div.h-con .n-con .maf-acc-menu #menu-con ul.nav > li.home-link a svg {
  display: inline-block;
  height: 54px;
}
.is-main-header.menu-split > div.h-con .n-con .maf-acc-menu #menu-con ul.nav > li.home-link a svg path {
  fill: #fff;
  transition: fill 350ms ease-out;
}
@media only screen and (min-width: 1024px) {
  .is-main-header.menu-split > div.h-con .n-con .maf-acc-menu #menu-con ul.nav > li.home-link-mob {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .is-main-header.menu-split > div.h-con .n-con .maf-acc-menu.dtop-view .nav > li {
    min-width: 140px;
  }
}
.is-main-header.menu-split > div.h-con .n-con .maf-acc-menu.dtop-view .nav > li:nth-child(2) {
  margin-left: auto;
}
.is-main-header.menu-split > div.h-con .n-con .maf-acc-menu.dtop-view .nav > li.home-link {
  margin: 0 auto;
}
.is-main-header.menu-split > div.h-con .n-con .maf-acc-menu.dtop-view .nav > li:last-child {
  margin-right: auto;
}
.is-main-header.squish {
  background-color: white;
  height: 80px;
  top: 0;
}
.is-main-header.squish > div.h-con .ui-con .company-brand #logo, .is-main-header.squish > div.h-con .ui-con .company-brand svg {
  height: 40px;
}
.is-main-header.squish > div.h-con .ui-con .social-icons {
  font-size: 1.8rem;
}
.is-main-header.squish > div.h-con .n-con .is-tvw-menu.is-mobile .links > ul {
  margin-top: 80px;
}
.is-main-header.squish > div.h-con .n-con .maf-acc-menu .mobile-burger .lines [class*=line] {
  background-color: rgb(22, 22, 21);
}
.is-main-header.squish > div.h-con .n-con .maf-acc-menu.dtop-view {
  color: rgb(22, 22, 21);
}
.is-main-header.squish > div.h-con .n-con .maf-acc-menu.dtop-view #menu-con ul.nav > li.home-link a svg path {
  fill: #000;
}
.is-main-header.squish > div.h-con .n-con .maf-acc-menu.dtop-view #menu-con ul.nav > li > a:hover > span, .is-main-header.squish > div.h-con .n-con .maf-acc-menu.dtop-view #menu-con ul.nav > li > a:focus > span {
  border-bottom-color: rgb(22, 22, 21);
}
body.no-hero .is-main-header {
  border-color: rgb(34, 36, 91);
}
.hero-header {
  background-color: rgb(22, 22, 21);
  color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  text-align: center;
}
.hero-header h1, .hero-header .h1-style, .hero-header h2, .hero-header .h2-style, .hero-header h3, .hero-header .h3-style, .hero-header h4, .hero-header .h4-style, .hero-header h5, .hero-header .h5-style, .hero-header h6.h6-style {
  color: white;
}
.hero-header h1, .hero-header .h1-style {
  font-size: 3.5rem;
}
@media only screen and (min-width: 576px) {
  .hero-header h1, .hero-header .h1-style {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-header h1, .hero-header .h1-style {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-header h1, .hero-header .h1-style {
    font-size: 8rem;
  }
}
.hero-header > .maf-background {
  background-position: 50% 0px;
}
.hero-header > .maf-bg-overlay {
  background-image: url("/images/Layout/texture-bmp/vignette.png");
  background-size: 100% 100%;
}
.hero-header .u-con {
  background-color: transparent;
  display: inline-block;
  flex: 0 0 auto;
  left: 0;
  height: 200px;
  position: fixed;
  top: 0;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 100;
}
@media only screen and (min-width: 576px) {
  .hero-header .u-con {
    height: 250px;
  }
}
.hero-header .u-con .u-con-i {
  height: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .hero-header .u-con .u-con-i {
    padding: 0 40px;
  }
}
.hero-header .u-con .u-con-i #con-left, .hero-header .u-con .u-con-i #con-right {
  bottom: 10px;
  color: rgb(22, 22, 21);
  display: inline-block;
  font-family: "Halant", serif;
  left: 20px;
  opacity: 0;
  position: absolute;
  transition: opacity 350ms ease-out;
}
@media only screen and (min-width: 576px) {
  .hero-header .u-con .u-con-i #con-left, .hero-header .u-con .u-con-i #con-right {
    left: 40px;
  }
}
@media only screen and (min-width: 1152px) {
  .hero-header .u-con .u-con-i #con-left, .hero-header .u-con .u-con-i #con-right {
    bottom: 25px;
  }
}
.hero-header .u-con .u-con-i #con-left p, .hero-header .u-con .u-con-i #con-right p {
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .hero-header .u-con .u-con-i #con-left p, .hero-header .u-con .u-con-i #con-right p {
    font-size: 2.2rem;
  }
}
.hero-header .u-con .u-con-i #con-left p a, .hero-header .u-con .u-con-i #con-right p a {
  font-size: 1.4rem;
}
.hero-header .u-con .u-con-i #con-left p a span, .hero-header .u-con .u-con-i #con-right p a span {
  display: none;
}
@media only screen and (min-width: 576px) {
  .hero-header .u-con .u-con-i #con-left p a span, .hero-header .u-con .u-con-i #con-right p a span {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .hero-header .u-con .u-con-i #con-left p a, .hero-header .u-con .u-con-i #con-right p a {
    text-transform: uppercase;
  }
}
.hero-header .u-con .u-con-i #con-right {
  left: auto;
  right: 20px;
  text-align: right;
}
@media only screen and (min-width: 576px) {
  .hero-header .u-con .u-con-i #con-right {
    right: 40px;
  }
}
.hero-header .u-con .u-con-i #maf-brand, .hero-header .u-con .u-con-i #maf-brand-m {
  cursor: pointer;
  height: 90%;
  left: 50%;
  max-height: 107px;
  position: absolute;
  text-align: center;
  top: -300px;
  transform: translate(-50%, -50%);
  transition: top 350ms ease-out, height 350ms ease-out;
}
.hero-header .u-con .u-con-i #maf-brand svg, .hero-header .u-con .u-con-i #maf-brand-m svg {
  display: block;
  height: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .hero-header .u-con .u-con-i #maf-brand svg, .hero-header .u-con .u-con-i #maf-brand-m svg {
    height: 100%;
  }
}
.hero-header .u-con .u-con-i #maf-brand svg path, .hero-header .u-con .u-con-i #maf-brand-m svg path {
  transition: all 350ms ease-out;
  fill: white !important;
}
.hero-header .u-con .u-con-i #maf-brand svg #maf-logo-lines, .hero-header .u-con .u-con-i #maf-brand-m svg #maf-logo-lines {
  stroke: white !important;
}
body.maf-loaded .hero-header .u-con .u-con-i #maf-brand, body.maf-loaded .hero-header .u-con .u-con-i #maf-brand-m {
  top: 50%;
}
.hero-header .u-con .u-con-i #maf-brand body.maf-pl-1 svg path, .hero-header .u-con .u-con-i #maf-brand-m body.maf-pl-1 svg path {
  fill: rgb(22, 22, 21) !important;
}
.hero-header .u-con .u-con-i #maf-brand body.maf-pl-1 svg #maf-logo-lines, .hero-header .u-con .u-con-i #maf-brand-m body.maf-pl-1 svg #maf-logo-lines {
  stroke: rgb(22, 22, 21) !important;
}
.hero-header .c-con {
  align-items: stretch;
  align-content: stretch;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 100px;
  position: relative;
  width: 100%;
}
.hero-header .c-con .row .column {
  justify-content: center;
}
.hero-header .c-con .row .column h1 {
  margin-bottom: 5%;
  max-width: 1000px;
}
.hero-header .c-con .row .column h1 span {
  display: inline-block;
  text-shadow: 3px 3px 8px black;
  width: 100%;
}
.hero-header .c-con .row .column h1 span.sm {
  font-size: 0.75em;
}
.hero-header .c-con .row .column p .button {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgb(34, 36, 91);
  color: white;
  margin: 10px 0;
}
@media only screen and (min-width: 576px) {
  .hero-header .c-con .row .column p .button {
    margin: 10px 32px;
  }
}
.hero-header .c-con .row .column p .button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.hero-header .n-con {
  display: inline-block;
  flex: 0 0 auto;
  height: 100px;
  position: relative;
  width: 100%;
}
.hero-header .n-con .n-con-stky {
  background-color: white;
  border-top: 1px solid rgb(34, 36, 91);
  border-bottom: 1px solid rgb(34, 36, 91);
  display: inline-block;
  height: 100px;
  position: relative;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 100;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web {
  height: 100%;
  left: -200vw;
  opacity: 0;
  position: absolute;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-out;
  width: 100%;
}
body.maf-loaded .hero-header .n-con .n-con-stky .is-tvw-menu.is-web {
  left: 50%;
  opacity: 1;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content {
  height: 100%;
  max-width: 1400px;
  padding: 0 40px;
  width: 100%;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links {
  height: 100%;
  width: 100%;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul {
  display: flex;
  border-left: 1px solid rgb(34, 36, 91);
  border-right: 1px solid rgb(34, 36, 91);
  height: 100%;
  width: 100%;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li {
  border-right: 1px solid rgb(34, 36, 91);
  flex: 1 1 auto;
  padding: 0;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li:last-child {
  border-right: 0;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > a {
  align-items: center;
  background-color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 10px 20px;
}
@media only screen and (min-width: 1366px) {
  .hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > a {
    text-transform: uppercase;
  }
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li:hover > a {
  transform: translateY(-10px);
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li.active {
  background-color: rgb(34, 36, 91);
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li.active > a {
  background-color: rgb(34, 36, 91);
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-mobile.maf-3 .nav-content .is-burger {
  transition: none;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-mobile.maf-3 .nav-content .is-burger.active {
  position: fixed;
  right: 10px;
  top: 30px;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-mobile.maf-3 .nav-content .links {
  position: fixed;
  top: 0;
}
.hero-header .n-con .n-con-stky .is-tvw-menu.is-mobile.maf-3 .nav-content .links > ul {
  height: calc(100vh - 65px);
  top: 65px;
}
.hero-header .n-con .n-con-stky.stuck, .hero-header .n-con .n-con-stky.perma-stuck {
  height: 50px;
  left: 0;
  position: fixed;
  top: 100px;
}
.hero-header .n-con .n-con-stky.stuck .is-tvw-menu.is-web .nav-content .links, .hero-header .n-con .n-con-stky.perma-stuck .is-tvw-menu.is-web .nav-content .links {
  left: 50%;
  max-width: 1320px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.hero-header .n-con .n-con-stky.stuck .is-tvw-menu.is-web .nav-content .links ul > li:hover > a, .hero-header .n-con .n-con-stky.perma-stuck .is-tvw-menu.is-web .nav-content .links ul > li:hover > a {
  background-color: rgb(26, 26, 26);
  color: white;
  transform: none;
}
.hero-header.squish .u-con {
  background-color: white;
  height: 100px;
}
.hero-header.squish .u-con .u-con-i #con-left, .hero-header.squish .u-con .u-con-i #con-right {
  opacity: 1;
}
.hero-header.squish .u-con .u-con-i #maf-brand {
  height: 62%;
}
.hero-header.squish .u-con .u-con-i #maf-brand svg path {
  fill: black !important;
}
.hero-header.squish .u-con .u-con-i #maf-brand svg #maf-logo-lines {
  stroke: black !important;
}
.hero-header.magazine .u-con {
  height: 180px;
}
.hero-header.magazine .u-con .u-con-i #maf-brand-m {
  max-height: 32px;
}
@media only screen and (min-width: 768px) {
  .hero-header.magazine .u-con .u-con-i #maf-brand-m {
    max-height: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-header.magazine .u-con .u-con-i #maf-brand-m {
    max-height: 90px;
  }
}
.hero-header.magazine .u-con .u-con-i #maf-brand-m svg path {
  fill: rgb(22, 22, 21) !important;
}
body.maf-pl-1 .hero-header.magazine .u-con .u-con-i #maf-brand-m svg path {
  fill: white !important;
}
body.maf-pl-1 .hero-header.magazine .u-con .u-con-i #maf-brand-m svg #maf-logo-lines {
  stroke: white !important;
}
.hero-header.magazine .c-con .row .column {
  justify-content: flex-end;
  overflow: visible;
  padding-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .hero-header.magazine .c-con .row .column {
    text-align: left;
  }
}
.hero-header.magazine .c-con .row .column h1 {
  display: inline-block;
  flex: 3 3 auto;
  font-size: 3.6rem;
  margin-bottom: 0;
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .hero-header.magazine .c-con .row .column h1 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-header.magazine .c-con .row .column h1 {
    font-size: 5.4rem;
    padding-right: 40px;
    width: 66.666%;
  }
}
@media only screen and (min-width: 1152px) {
  .hero-header.magazine .c-con .row .column h1 {
    width: 75%;
  }
}
.hero-header.magazine .c-con .row .column p {
  display: inline-block;
  flex: 1 1 auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-header.magazine .c-con .row .column p {
    text-align: right;
    width: 33.333%;
  }
}
@media only screen and (min-width: 1152px) {
  .hero-header.magazine .c-con .row .column p {
    width: 25%;
  }
}
.hero-header.magazine .c-con .row .column p a.button {
  margin: 10px 0 0 0;
  max-width: 300px;
  min-width: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-header.magazine .c-con .row .column p a.button {
    margin: 10px 0 10px 0;
  }
}
.hero-header.magazine .c-con .row .column .maf-content {
  padding: 35px 0;
  position: relative;
}
.hero-header.magazine .c-con .row .column .maf-content::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .hero-header.magazine .c-con .row .column .maf-content {
    align-items: flex-end;
    flex-direction: row;
  }
}
.hero-header.magazine .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li.search {
  flex: 1 1 123px;
}
.hero-header.magazine .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > a {
  text-transform: capitalize;
}
.hero-header.magazine .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > form {
  display: flex;
  height: 100%;
}
.hero-header.magazine .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > form input {
  border: 0;
  color: rgb(26, 26, 26);
  font-family: "Halant", serif;
  font-size: 1.4rem;
  height: 100%;
  line-height: 1.3;
  margin: auto 0;
  min-width: 0;
  outline-color: rgb(34, 36, 91);
  padding: 10px 20px;
  text-transform: none;
  transition: all 700ms ease-out;
  width: 100%;
}
.hero-header.magazine .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > form input::-moz-placeholder {
  font-family: "Halant", serif;
  opacity: 1;
}
.hero-header.magazine .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > form input::placeholder {
  font-family: "Halant", serif;
  opacity: 1;
}
.hero-header.magazine .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > form input:focus, .hero-header.magazine .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li > form input.active {
  background-color: rgb(34, 36, 91);
  min-width: 300px;
}
.hero-header.magazine.squish .u-con {
  height: 100px;
}
.hero-header.magazine.squish .u-con .u-con-i #maf-brand-m {
  transform: translate(-50%, 0);
  height: 44%;
}
@media only screen and (min-width: 1152px) {
  .hero-header.magazine.squish .u-con .u-con-i #maf-brand-m {
    transform: translate(-50%, -50%);
  }
}
body.maf-loaded .hero-header.magazine.squish .u-con .u-con-i #maf-brand-m {
  top: 10px;
}
@media only screen and (min-width: 1152px) {
  body.maf-loaded .hero-header.magazine.squish .u-con .u-con-i #maf-brand-m {
    top: 50%;
  }
}
body.maf-pl-1 .hero-header.magazine.squish .u-con .u-con-i #maf-brand-m svg path {
  fill: rgb(22, 22, 21) !important;
}
body.maf-pl-1 .hero-header.magazine.squish .u-con .u-con-i #maf-brand-m svg #maf-logo-lines {
  stroke: rgb(22, 22, 21) !important;
}
.hero-header.magazine.article .c-con .row .column .maf-content {
  align-items: center;
  border: 1px solid rgb(26, 26, 26);
  border-bottom: 0;
  flex-direction: column;
  max-width: 1160px;
  padding: 40px 20px 20px 20px;
}
.hero-header.magazine.article .c-con .row .column .maf-content::before {
  width: 100%;
}
.hero-header.magazine.article .c-con .row .column .maf-content > * {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  text-align: center;
}
.hero-header.magazine.article .c-con .row .column .maf-content h1 {
  max-width: 760px;
}
.hero-header.magazine.article .c-con .row .column .maf-content p {
  font-family: "Halant", serif;
  font-size: 2.4rem;
  max-width: 1004px;
}
.hero-header.magazine.article .c-con .row .column .maf-content p.read {
  display: none;
  font-size: 1.8rem;
  font-style: italic;
}
.hero-header.magazine.article .c-con .row .column .maf-content p.read a {
  color: white;
  display: inline-block;
  text-decoration: none;
}
.hero-header.magazine.article .c-con .row .column .maf-content p.read a:hover {
  animation: point-d 1000ms infinite linear;
}
.hero-header.category, .hero-header.product, .hero-header.no-image {
  min-height: 150px;
}
.hero-header.category .c-con, .hero-header.product .c-con, .hero-header.no-image .c-con {
  display: none;
}
.hero-header.page .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li {
  flex: 0 0 auto;
  width: 200px;
}
.hero-header.page .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li:nth-last-child(2) {
  margin-left: auto;
}
@media only screen and (min-width: 1300px) {
  .hero-header.page .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li:nth-last-child(2) {
    border-left: 1px solid rgb(34, 36, 91);
  }
}
.hero-header.page.not-home .c-con .row .column h1 {
  margin-bottom: 0;
  text-shadow: 3px 3px 8px black;
  text-transform: uppercase;
}
.hero-header.page.not-home .c-con .row .column p {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  max-width: 920px;
  text-shadow: 3px 3px 8px black;
}
@media only screen and (min-width: 960px) {
  .hero-header.page.not-home .c-con .row .column p {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-header.page.not-home .c-con .row .column p {
    font-size: 6rem;
  }
}

section, .section {
  overflow: hidden;
}
section.is-hero, .section.is-hero {
  color: white;
  position: relative;
  transition: all 350ms ease-out;
}
section.is-hero h1, section.is-hero .h1-style, section.is-hero h2, section.is-hero .h2-style, section.is-hero h3, section.is-hero .h3-style, section.is-hero h4, section.is-hero .h4-style, section.is-hero h5, section.is-hero .h5-style, section.is-hero h6.h6-style, section.is-hero p, .section.is-hero h1, .section.is-hero .h1-style, .section.is-hero h2, .section.is-hero .h2-style, .section.is-hero h3, .section.is-hero .h3-style, .section.is-hero h4, .section.is-hero .h4-style, .section.is-hero h5, .section.is-hero .h5-style, .section.is-hero h6.h6-style, .section.is-hero p {
  color: rgb(22, 22, 21);
  margin-top: 0;
}
section.is-hero h1, section.is-hero .h1-style, .section.is-hero h1, .section.is-hero .h1-style {
  margin-bottom: 10px;
  max-width: 1000px;
}
section.is-hero p, .section.is-hero p {
  font-size: 2rem;
}
section.is-hero #hero-logo, .section.is-hero #hero-logo {
  display: none;
  margin: auto;
  transition: all 350ms ease-out;
}
section.is-hero #hero-logo p, .section.is-hero #hero-logo p {
  display: inline-block;
}
section.is-hero .festival-dates, .section.is-hero .festival-dates {
  background-image: url("/images/Layout/header-flag.png");
  background-size: 100% 100%;
  margin-bottom: 30px;
  padding: 1.8% 5% 8% 5%;
}
section.is-hero .festival-dates h2, section.is-hero .festival-dates p, .section.is-hero .festival-dates h2, .section.is-hero .festival-dates p {
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
section.is-hero .row, .section.is-hero .row {
  overflow: visible;
  opacity: 0;
  min-height: 88vh;
  transition: opacity 350ms ease-out;
}
section.is-hero .row .column, .section.is-hero .row .column {
  justify-content: center;
  min-height: 0;
  overflow: visible;
  text-align: center;
}
section.is-hero .row .column.maf-col-1 .maf-content, .section.is-hero .row .column.maf-col-1 .maf-content {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px 100px;
  max-width: 960px;
}
@media only screen and (max-width: 900px) {
  section.is-hero .row .column.maf-col-1 .maf-content, .section.is-hero .row .column.maf-col-1 .maf-content {
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 450px) {
  section.is-hero .row .column.maf-col-1 .maf-content, .section.is-hero .row .column.maf-col-1 .maf-content {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 500px) {
  section.is-hero .row .column.maf-col-1 .maf-content h1, .section.is-hero .row .column.maf-col-1 .maf-content h1 {
    font-size: 5rem;
  }
}
body.is-home section.is-hero.below-nav, body.is-home .section.is-hero.below-nav {
  min-height: calc(100vh - 120px);
}
body.is-home section.is-hero, body.is-home .section.is-hero {
  min-height: calc(100vh - 120px);
}
body.manageable-bo section.is-hero > .maf-background, body.manageable-bo .section.is-hero > .maf-background {
  margin: 0;
}
body.manageable-bo section.is-hero .row, body.manageable-bo .section.is-hero .row {
  padding-top: 0;
}
body.maf-loaded section.is-hero .row, body.maf-loaded .section.is-hero .row {
  opacity: 1;
}
section.is-hero.slideshow > .maf-background, .section.is-hero.slideshow > .maf-background {
  background-image: none;
}
section.is-hero.slideshow .flickity-slideshow, section.is-hero.slideshow .flickity-slideshow-edit, .section.is-hero.slideshow .flickity-slideshow, .section.is-hero.slideshow .flickity-slideshow-edit {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
section.is-hero.slideshow .flickity-slideshow .ss-slide, section.is-hero.slideshow .flickity-slideshow-edit .ss-slide, .section.is-hero.slideshow .flickity-slideshow .ss-slide, .section.is-hero.slideshow .flickity-slideshow-edit .ss-slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-background, section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-background, .section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-background, .section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-background {
  padding: 50px 40px;
  background-position: bottom right;
  background-size: 100% auto;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
}
@media only screen and (min-width: 576px) {
  section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-background, section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-background, .section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-background, .section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-background {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 960px) {
  section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-background, section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-background, .section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-background, .section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-background {
    padding: 50px 40px;
  }
}
section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-content, section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-content, .section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-content, .section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-content {
  padding: 50px 40px;
  align-items: flex-start;
  max-width: 1400px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-content, section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-content, .section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-content, .section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-content {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 960px) {
  section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-content, section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-content, .section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-content, .section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-content {
    padding: 50px 40px;
  }
}
section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-content > *, section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-content > *, .section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-content > *, .section.is-hero.slideshow .flickity-slideshow-edit .ss-slide .maf-content > * {
  max-width: 450px;
}
section.is-hero.alt-1, .section.is-hero.alt-1 {
  min-height: 700px;
}
section.is-hero.alt-1 h1, section.is-hero.alt-1 .h1-style, .section.is-hero.alt-1 h1, .section.is-hero.alt-1 .h1-style {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}
section.is-hero.alt-1 .row .column.maf-col-1 .maf-content, .section.is-hero.alt-1 .row .column.maf-col-1 .maf-content {
  height: 100%;
}
section.is-hero.alt-1 .row .column.maf-col-1 .maf-content > *, .section.is-hero.alt-1 .row .column.maf-col-1 .maf-content > * {
  margin: auto 0;
}
section.is-hero.alt-2 .row, .section.is-hero.alt-2 .row {
  flex-direction: row;
  overflow: hidden;
}
section.is-hero.alt-2 .row .column, .section.is-hero.alt-2 .row .column {
  align-items: flex-start;
  flex: 0 0 auto;
  max-width: 1450px;
  text-align: left;
}
section.one-column.brands hr, .section.one-column.brands hr {
  border-color: rgb(255, 255, 255);
  max-width: 126px;
}
section.one-column.brands .row .column, .section.one-column.brands .row .column {
  padding-top: 30px;
}
section.one-column.brands .row .column .maf-content, .section.one-column.brands .row .column .maf-content {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
section.one-column.brands .row .column .maf-content p, .section.one-column.brands .row .column .maf-content p {
  margin: 20px 30px;
  width: auto;
}
section.one-column.bg-right .maf-background, .section.one-column.bg-right .maf-background {
  background-position: right;
}
section.one-column.bg-right .row .column, .section.one-column.bg-right .row .column {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
section.one-column.bg-right .row .column .maf-content, .section.one-column.bg-right .row .column .maf-content {
  align-items: flex-start;
  max-width: 505px;
}
section.one-column.bg-left, .section.one-column.bg-left {
  min-height: 666px;
}
section.one-column.bg-left .maf-background, .section.one-column.bg-left .maf-background {
  background-position: right;
}
section.one-column.bg-left .row .column, .section.one-column.bg-left .row .column {
  justify-content: center;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  section.one-column.bg-left .row .column, .section.one-column.bg-left .row .column {
    align-items: flex-end;
  }
}
section.one-column.bg-left .row .column .maf-content, .section.one-column.bg-left .row .column .maf-content {
  align-items: flex-start;
  max-width: 600px;
}
section.one-column.testimonial, .section.one-column.testimonial {
  min-height: 575px;
}
section.one-column.testimonial .row .column, .section.one-column.testimonial .row .column {
  justify-content: center;
}
section.one-column.video .row, .section.one-column.video .row {
  max-width: none;
  padding: 0;
}
section.one-column.video .row .column, .section.one-column.video .row .column {
  padding: 0;
}
section.one-column.video .row .column .maf-content, .section.one-column.video .row .column .maf-content {
  max-width: none;
}
section.one-column.intro .row .column, .section.one-column.intro .row .column {
  padding-bottom: 0;
}
section.two-column .row .column .maf-content, .section.two-column .row .column .maf-content {
  align-items: flex-start;
}
section.two-column .row .column.maf-col-2 .maf-content hr, .section.two-column .row .column.maf-col-2 .maf-content hr {
  background-color: rgb(196, 9, 19);
}
section.two-column.full-width .row, .section.two-column.full-width .row {
  max-width: none;
}
section.two-column.maf-col-bg-full, .section.two-column.maf-col-bg-full {
  padding: 0;
}
section.two-column.maf-col-bg-full .row, .section.two-column.maf-col-bg-full .row {
  max-width: none;
  padding: 0;
}
section.two-column.maf-col-bg-full .row .column .maf-col-i, .section.two-column.maf-col-bg-full .row .column .maf-col-i {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 700px;
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  section.two-column.maf-col-bg-full .row .column .maf-col-i, .section.two-column.maf-col-bg-full .row .column .maf-col-i {
    padding: 0 20px;
  }
}
section.two-column.maf-col-bg-full .row .column .maf-col-i .maf-content, .section.two-column.maf-col-bg-full .row .column .maf-col-i .maf-content {
  max-width: 505px;
}
@media only screen and (min-width: 1024px) {
  section.two-column.maf-col-bg-full .row .column.maf-col-1, .section.two-column.maf-col-bg-full .row .column.maf-col-1 {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.maf-col-bg-full .row .column.maf-col-1 .maf-col-i, .section.two-column.maf-col-bg-full .row .column.maf-col-1 .maf-col-i {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.maf-col-bg-full .row .column.maf-col-2, .section.two-column.maf-col-bg-full .row .column.maf-col-2 {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.maf-col-bg-full .row .column.maf-col-2 .maf-col-i, .section.two-column.maf-col-bg-full .row .column.maf-col-2 .maf-col-i {
    align-items: flex-end;
  }
}
section.two-column.maf-col-bg-full.full-width .row .column .maf-col-i, .section.two-column.maf-col-bg-full.full-width .row .column .maf-col-i {
  max-width: none;
  min-height: 400px;
}
section.two-column.bg-right .row .column, .section.two-column.bg-right .row .column {
  padding-bottom: 25px;
}
section.two-column.bg-right .row .column .maf-col-i, .section.two-column.bg-right .row .column .maf-col-i {
  justify-content: center;
  min-height: 400px;
}
section.two-column.bg-right .row .column.maf-col-2, .section.two-column.bg-right .row .column.maf-col-2 {
  padding-right: 0;
}
section.two-column.bg-right .row .column.maf-col-2 .maf-background, .section.two-column.bg-right .row .column.maf-col-2 .maf-background {
  height: auto;
  left: auto;
  position: static;
  text-align: right;
  top: auto;
  transform: none;
  width: 100%;
}
section.two-column.bg-right .row .column.maf-col-2 .maf-background img, .section.two-column.bg-right .row .column.maf-col-2 .maf-background img {
  height: auto;
  width: 100%;
}
section.two-column.bg-right .row .column.maf-col-2 .maf-col-i, .section.two-column.bg-right .row .column.maf-col-2 .maf-col-i {
  color: white;
  left: 50%;
  max-width: 740px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1024px) {
  section.two-column.bg-right .row .column.maf-col-2 .maf-col-i, .section.two-column.bg-right .row .column.maf-col-2 .maf-col-i {
    left: 0;
    transform: translate(0, -50%);
  }
}
section.two-column.bg-left .row .column, .section.two-column.bg-left .row .column {
  padding-bottom: 25px;
}
section.two-column.bg-left .row .column .maf-col-i, .section.two-column.bg-left .row .column .maf-col-i {
  justify-content: center;
}
section.two-column.bg-left .row .column.maf-col-1, .section.two-column.bg-left .row .column.maf-col-1 {
  padding-left: 0;
  min-height: 400px;
}
section.two-column.bg-left .row .column.maf-col-1 .maf-background, .section.two-column.bg-left .row .column.maf-col-1 .maf-background {
  height: auto;
  left: auto;
  position: static;
  text-align: left;
  top: auto;
  transform: none;
  width: 100%;
}
section.two-column.bg-left .row .column.maf-col-1 .maf-background img, .section.two-column.bg-left .row .column.maf-col-1 .maf-background img {
  height: auto;
  width: 100%;
}
section.two-column.bg-left .row .column.maf-col-1 .maf-col-i, .section.two-column.bg-left .row .column.maf-col-1 .maf-col-i {
  color: white;
  max-width: 740px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
@media only screen and (min-width: 1024px) {
  section.two-column.bg-left .row .column.maf-col-1 .maf-col-i, .section.two-column.bg-left .row .column.maf-col-1 .maf-col-i {
    right: 0;
    transform: translate(0, -50%);
  }
}
section.two-column.img-right > .maf-background, .section.two-column.img-right > .maf-background {
  background-position: right;
}
section.two-column.img-right .row > .maf-background, .section.two-column.img-right .row > .maf-background {
  background-position: right;
}
section.two-column.img-right .row .column.maf-col-2, .section.two-column.img-right .row .column.maf-col-2 {
  min-height: 500px;
}
@media only screen and (min-width: 1024px) {
  section.two-column.img-right .row .column.maf-col-2, .section.two-column.img-right .row .column.maf-col-2 {
    min-height: 0;
  }
}
section.two-column.img-left > .maf-background, .section.two-column.img-left > .maf-background {
  background-position: left;
}
section.two-column.img-left .row > .maf-background, .section.two-column.img-left .row > .maf-background {
  background-position: left;
}
@media only screen and (min-width: 1024px) {
  section.two-column.img-left .row .column.maf-col-2, .section.two-column.img-left .row .column.maf-col-2 {
    align-items: flex-start;
    padding-left: 0;
  }
}
section.two-column.img-left.round .row .column.maf-col-1 .maf-content p img, .section.two-column.img-left.round .row .column.maf-col-1 .maf-content p img {
  border-radius: 50%;
}
section.two-column.maf-rep-pad .row, .section.two-column.maf-rep-pad .row {
  padding: 0;
  padding-bottom: 50px;
}
@media only screen and (min-width: 576px) {
  section.two-column.maf-rep-pad .row, .section.two-column.maf-rep-pad .row {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
section.two-column.maf-rep-pad .row .column, .section.two-column.maf-rep-pad .row .column {
  padding: 50px 20px 0 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) {
  section.two-column.maf-rep-pad .row .column, .section.two-column.maf-rep-pad .row .column {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  section.two-column.maf-rep-pad .row .column, .section.two-column.maf-rep-pad .row .column {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.maf-rep-pad .row .column, .section.two-column.maf-rep-pad .row .column {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
section.two-column.maf-h-h .row .column, .section.two-column.maf-h-h .row .column {
  padding-top: 40px;
}
section.two-column.about .row, .section.two-column.about .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  section.two-column.about .row, .section.two-column.about .row {
    flex-direction: row;
  }
}
section.two-column.about .row .column.maf-col-1, .section.two-column.about .row .column.maf-col-1 {
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 576px) {
  section.two-column.about .row .column.maf-col-1, .section.two-column.about .row .column.maf-col-1 {
    background-color: transparent;
  }
}
section.two-column.about .row .column.maf-col-1 > .maf-background img, .section.two-column.about .row .column.maf-col-1 > .maf-background img {
  opacity: 0;
}
@media only screen and (min-width: 576px) {
  section.two-column.about .row .column.maf-col-1 > .maf-background img, .section.two-column.about .row .column.maf-col-1 > .maf-background img {
    opacity: 1;
  }
}
section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content {
    justify-content: flex-start;
  }
}
section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up {
  font-size: 3rem;
  margin: 0 10px 20px 10px;
  text-align: center;
  width: 160px;
}
@media only screen and (min-width: 576px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up {
    font-size: 6rem;
    margin: 30px 10px 0 10px;
    width: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up {
    font-size: 3rem;
    margin: 20px 10px 0 10px;
    width: 180px;
  }
}
@media only screen and (min-width: 1440px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up {
    font-size: 6rem;
    margin: 30px 10px 0 10px;
    width: 220px;
  }
}
section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div {
  align-items: center;
  border: 5px solid white;
  border-radius: 50%;
  display: inline-flex;
  font-family: "Halant", serif;
  height: 100px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 8px;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div {
    border: 10px solid white;
    height: 177px;
    margin-bottom: 16px;
    width: 177px;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div {
    border: 5px solid white;
    height: 100px;
    margin-bottom: 8px;
    width: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div {
    border: 10px solid white;
    height: 177px;
    margin-bottom: 16px;
    width: 177px;
  }
}
section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div sub, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up > div sub {
  position: relative;
  top: 0.333em;
}
section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up p {
    font-size: 2.4rem;
  }
}
section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up.small > div, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up.small > div {
  font-size: 0.8em;
}
section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up.fcol > div, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up.fcol > div {
  flex-direction: column;
}
section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up.fcol > div sub, .section.two-column.about .row .column.maf-col-1 .maf-col-i .maf-content .maf-count-up.fcol > div sub {
  top: 0;
}
section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content {
  max-width: none;
}
section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p {
  max-width: 546px;
}
section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h1-style, section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h2-style, section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h3-style, section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h4-style, section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h5-style, section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h6-style, section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.p-lead, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h1-style, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h2-style, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h3-style, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h4-style, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h5-style, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.h6-style, .section.two-column.whatwedo .row .column.maf-col-1 .maf-col-i .maf-content p.p-lead {
  max-width: none;
}
section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i {
  align-items: flex-start;
}
section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content {
  max-width: none;
}
section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p {
  max-width: 546px;
}
section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h1-style, section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h2-style, section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h3-style, section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h4-style, section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h5-style, section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h6-style, section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.page-lead, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h1-style, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h2-style, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h3-style, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h4-style, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h5-style, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.h6-style, .section.two-column.whatwedo .row .column.maf-col-2 .maf-col-i .maf-content p.page-lead {
  max-width: none;
}
section.two-column.whatwedo.bg-right .row .column::after, section.two-column.whatwedo.bg-left .row .column::after, .section.two-column.whatwedo.bg-right .row .column::after, .section.two-column.whatwedo.bg-left .row .column::after {
  display: none;
}
section.two-column.whatwedo.bg-right .row .column .maf-col-i .maf-content::after, section.two-column.whatwedo.bg-left .row .column .maf-col-i .maf-content::after, .section.two-column.whatwedo.bg-right .row .column .maf-col-i .maf-content::after, .section.two-column.whatwedo.bg-left .row .column .maf-col-i .maf-content::after {
  display: none;
}
section.two-column.lines .row .column .maf-col-i .maf-content, .section.two-column.lines .row .column .maf-col-i .maf-content {
  height: 100%;
}
section.two-column.lines .row .column .maf-col-i .maf-content::after, .section.two-column.lines .row .column .maf-col-i .maf-content::after {
  background-color: rgb(204, 204, 204);
  bottom: -50px;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.two-column.lines .row .column .maf-col-i .maf-content::after, .section.two-column.lines .row .column .maf-col-i .maf-content::after {
    right: -40px;
    width: calc(100% + 20px);
  }
}
section.two-column.lines .row .column.maf-col-1::after, .section.two-column.lines .row .column.maf-col-1::after {
  background-color: rgb(204, 204, 204);
  bottom: -50px;
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px;
}
@media only screen and (min-width: 1024px) {
  section.two-column.lines .row .column.maf-col-1::after, .section.two-column.lines .row .column.maf-col-1::after {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.lines .row .column.maf-col-2 .maf-col-i .maf-content::after, .section.two-column.lines .row .column.maf-col-2 .maf-col-i .maf-content::after {
    left: -40px;
    right: auto;
  }
}
section.third-twothirds p.phone, .section.third-twothirds p.phone {
  margin-bottom: 5px;
}
section.third-twothirds p.phone a, .section.third-twothirds p.phone a {
  color: rgb(22, 22, 21);
  text-decoration: none;
}
section.third-twothirds p.phone a:hover, .section.third-twothirds p.phone a:hover {
  opacity: 0.7;
}
section.third-twothirds p.phone .img, .section.third-twothirds p.phone .img {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
}
section.third-twothirds p.phone .img img, .section.third-twothirds p.phone .img img {
  vertical-align: middle;
}
section.third-twothirds .row .header, .section.third-twothirds .row .header {
  align-items: flex-start;
}
section.third-twothirds .row .header .maf-content, .section.third-twothirds .row .header .maf-content {
  max-width: none;
  text-align: left;
}
section.third-twothirds .row .header .maf-content h1, section.third-twothirds .row .header .maf-content .h1-style, section.third-twothirds .row .header .maf-content h2, section.third-twothirds .row .header .maf-content .h2-style, section.third-twothirds .row .header .maf-content h3, section.third-twothirds .row .header .maf-content .h3-style, section.third-twothirds .row .header .maf-content h4, section.third-twothirds .row .header .maf-content .h4-style, section.third-twothirds .row .header .maf-content h5, section.third-twothirds .row .header .maf-content .h5-style, section.third-twothirds .row .header .maf-content h6.h6-style, .section.third-twothirds .row .header .maf-content h1, .section.third-twothirds .row .header .maf-content .h1-style, .section.third-twothirds .row .header .maf-content h2, .section.third-twothirds .row .header .maf-content .h2-style, .section.third-twothirds .row .header .maf-content h3, .section.third-twothirds .row .header .maf-content .h3-style, .section.third-twothirds .row .header .maf-content h4, .section.third-twothirds .row .header .maf-content .h4-style, .section.third-twothirds .row .header .maf-content h5, .section.third-twothirds .row .header .maf-content .h5-style, .section.third-twothirds .row .header .maf-content h6.h6-style {
  margin-bottom: 5px;
}
section.third-twothirds .row .header .maf-content p.page-lead, .section.third-twothirds .row .header .maf-content p.page-lead {
  color: rgb(196, 9, 19);
}
section.twothirds-third .row, .section.twothirds-third .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  section.twothirds-third .row, .section.twothirds-third .row {
    flex-direction: row;
  }
}
section.twothirds-third .row .column .maf-content, .section.twothirds-third .row .column .maf-content {
  max-width: 700px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  section.twothirds-third .row .column .maf-content, .section.twothirds-third .row .column .maf-content {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  section.twothirds-third .row .column.maf-col-1, .section.twothirds-third .row .column.maf-col-1 {
    align-items: flex-start;
  }
}
section.twothirds-third .row .column.maf-col-2, .section.twothirds-third .row .column.maf-col-2 {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  section.twothirds-third .row .column.maf-col-2, .section.twothirds-third .row .column.maf-col-2 {
    padding-bottom: 50px;
    padding-left: 0;
    text-align: right;
  }
  section.twothirds-third .row .column.maf-col-2 .maf-content, .section.twothirds-third .row .column.maf-col-2 .maf-content {
    padding-left: 0;
  }
}
section.three-column, .section.three-column {
  margin-bottom: 5px;
}
section.three-column .row .column, .section.three-column .row .column {
  padding: 50px 15px;
}
@media only screen and (min-width: 576px) {
  section.three-column .row .column, .section.three-column .row .column {
    padding: 50px 30px;
  }
}
section.three-column .row .column .maf-content, .section.three-column .row .column .maf-content {
  padding: 0 15px;
}
@media only screen and (min-width: 576px) {
  section.three-column .row .column .maf-content, .section.three-column .row .column .maf-content {
    padding: 0 30px;
  }
}
section.three-column .row, .section.three-column .row {
  background-color: rgb(196, 9, 19);
  padding: 0;
}
section.three-column .row .column, .section.three-column .row .column {
  border-right: 10px solid white;
  border-bottom: 10px solid white;
  border-left: 10px solid white;
}
@media only screen and (min-width: 1024px) {
  section.three-column .row .column, .section.three-column .row .column {
    border-bottom: 5px solid white;
  }
}
section.three-column .row .column .maf-content, .section.three-column .row .column .maf-content {
  align-items: center;
  height: 100%;
  text-align: center;
}
section.three-column .row .column .maf-content h1, section.three-column .row .column .maf-content .h1-style, section.three-column .row .column .maf-content h2, section.three-column .row .column .maf-content .h2-style, section.three-column .row .column .maf-content h3, section.three-column .row .column .maf-content .h3-style, .section.three-column .row .column .maf-content h1, .section.three-column .row .column .maf-content .h1-style, .section.three-column .row .column .maf-content h2, .section.three-column .row .column .maf-content .h2-style, .section.three-column .row .column .maf-content h3, .section.three-column .row .column .maf-content .h3-style {
  color: rgb(22, 22, 21);
}
section.three-column .row .column .maf-content p.page-lead, .section.three-column .row .column .maf-content p.page-lead {
  color: rgb(255, 255, 255);
}
section.three-column .row .column .maf-content p:last-child, .section.three-column .row .column .maf-content p:last-child {
  margin-top: auto;
}
@media only screen and (min-width: 576px) {
  section.three-column .row .column.maf-col-1, .section.three-column .row .column.maf-col-1 {
    border-right: 0;
    border-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.three-column .row .column.maf-col-1, .section.three-column .row .column.maf-col-1 {
    border-right: 5px solid white;
  }
}
@media only screen and (min-width: 576px) {
  section.three-column .row .column.maf-col-2, .section.three-column .row .column.maf-col-2 {
    border-right: 0;
    border-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.three-column .row .column.maf-col-2, .section.three-column .row .column.maf-col-2 {
    border-right: 5px solid white;
    border-left: 5px solid white;
  }
}
@media only screen and (min-width: 576px) {
  section.three-column .row .column.maf-col-3, .section.three-column .row .column.maf-col-3 {
    border-right: 0;
    border-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.three-column .row .column.maf-col-3, .section.three-column .row .column.maf-col-3 {
    border-right: 0;
    border-left: 5px solid white;
  }
}
section.four-column h3, section.four-column .h3-style, .section.four-column h3, .section.four-column .h3-style {
  font-family: "Halant", serif;
  font-size: 3rem;
  margin: 0;
}
section.four-column .header, .section.four-column .header {
  min-height: 25vw;
  justify-content: center;
}
section.four-column .row, .section.four-column .row {
  padding: 0;
}
section.four-column .row .column, .section.four-column .row .column {
  text-align: center;
}
section.four-column .row .column .maf-content, .section.four-column .row .column .maf-content {
  padding: 0;
}
section.four-column.bg-2, .section.four-column.bg-2 {
  color: rgb(235, 235, 235);
}
section.four-column.bg-2 .maf-content *, .section.four-column.bg-2 .maf-content * {
  color: rgb(235, 235, 235);
}
section.four-column.bg-2 .maf-content hr, .section.four-column.bg-2 .maf-content hr {
  border-color: rgb(235, 235, 235);
}
section.four-column.bg-2 .maf-content a.button, .section.four-column.bg-2 .maf-content a.button {
  background-color: transparent;
  border-color: rgb(235, 235, 235);
  color: rgb(235, 235, 235);
}
section.four-column.bg-2 .maf-content a.button:hover, .section.four-column.bg-2 .maf-content a.button:hover {
  background-color: rgb(235, 235, 235);
  color: white;
}
section.divider .row, .section.divider .row {
  max-width: 1400px;
}
section.page-content-section p.has-img, .section.page-content-section p.has-img {
  transform: scale(1.1);
  padding: 0 40px;
}
section.page-content-section .is-simple-gallery, .section.page-content-section .is-simple-gallery {
  margin-bottom: 20px;
}
section.page-content-section .is-simple-gallery figure, .section.page-content-section .is-simple-gallery figure {
  padding: 0 3px 0 0;
}
section.page-content-section .is-simple-gallery figure figcaption, .section.page-content-section .is-simple-gallery figure figcaption {
  display: none;
}
section.page-content-section #contact-form, .section.page-content-section #contact-form {
  margin-bottom: 30px;
}
section.page-content-section .row, .section.page-content-section .row {
  max-width: 1500px;
}
section.page-content-section .row::after, .section.page-content-section .row::after {
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 80px);
}
section.page-content-section .row .column, .section.page-content-section .row .column {
  padding-bottom: 60px;
}
section.page-content-section .row .column .maf-content ul.big-list, .section.page-content-section .row .column .maf-content ul.big-list {
  margin-top: 20px;
}
section.page-content-section .row .column .maf-content ul.big-list li, .section.page-content-section .row .column .maf-content ul.big-list li {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
section.page-content-section .row .column .maf-content ul.big-list li::before, .section.page-content-section .row .column .maf-content ul.big-list li::before {
  top: 10px;
}
section.page-content-section .row .column .maf-content p img, .section.page-content-section .row .column .maf-content p img {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  section.page-content-section .row .column.maf-col-1, .section.page-content-section .row .column.maf-col-1 {
    align-items: flex-start;
  }
}
section.page-content-section .row .column.maf-col-1 .maf-content, .section.page-content-section .row .column.maf-col-1 .maf-content {
  width: 100%;
  padding-right: 50px;
}
section.page-content-section .row .column.maf-col-2 p, .section.page-content-section .row .column.maf-col-2 p {
  font-size: 2.4rem;
  color: white;
  padding-bottom: 50px;
}
section.page-content-section .row .column.maf-col-2 h2, .section.page-content-section .row .column.maf-col-2 h2 {
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
section.page-content-section .row .column.maf-col-2 .maf-content, .section.page-content-section .row .column.maf-col-2 .maf-content {
  background-color: rgb(196, 9, 19);
  padding: 100px 30px 0 30px;
  background-image: url(/images/Layout/onethird-bg.jpg);
  background-position: bottom;
}
section.page-content-section div.cardbox, .section.page-content-section div.cardbox {
  margin: 0 auto;
  width: 100%;
}
section.page-content-section div.cardbox article.card, section.page-content-section div.cardbox div.card, .section.page-content-section div.cardbox article.card, .section.page-content-section div.cardbox div.card {
  width: 100%;
}
section.page-content-section div.cardbox article.card .portal-item, section.page-content-section div.cardbox div.card .portal-item, .section.page-content-section div.cardbox article.card .portal-item, .section.page-content-section div.cardbox div.card .portal-item {
  background-color: white;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}
section.page-content-section div.cardbox article.card .portal-item .portal-content .tn, section.page-content-section div.cardbox div.card .portal-item .portal-content .tn, .section.page-content-section div.cardbox article.card .portal-item .portal-content .tn, .section.page-content-section div.cardbox div.card .portal-item .portal-content .tn {
  border-color: transparent;
  box-shadow: none;
}
section.page-content-section div.cardbox article.card .portal-item:hover, section.page-content-section div.cardbox div.card .portal-item:hover, .section.page-content-section div.cardbox article.card .portal-item:hover, .section.page-content-section div.cardbox div.card .portal-item:hover {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.5);
}
section.account-listings-section div.cardbox article.card .portal-item .portal-content .button, .section.account-listings-section div.cardbox article.card .portal-item .portal-content .button {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.account-listings-section div.cardbox article.card .portal-item:hover .portal-content .info .button, .section.account-listings-section div.cardbox article.card .portal-item:hover .portal-content .info .button {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
section.account-listings-section.is-hero.detail .row, .section.account-listings-section.is-hero.detail .row {
  flex-direction: row;
  overflow: hidden;
}
section.account-listings-section.is-hero.detail .row > .maf-bg-overlay, .section.account-listings-section.is-hero.detail .row > .maf-bg-overlay {
  background-color: rgb(22, 22, 21);
}
section.account-listings-section.is-hero.detail .row .column, .section.account-listings-section.is-hero.detail .row .column {
  align-items: flex-start;
  flex: 0 0 auto;
  max-width: 1450px;
  text-align: left;
}
@media only screen and (min-width: 960px) {
  section.account-listings-section.account-listings-top-level div.blog-feed article.blog-summary:nth-child(1), section.account-listings-section.account-listings-top-level div.blog-feed article.blog-summary:nth-child(2), .section.account-listings-section.account-listings-top-level div.blog-feed article.blog-summary:nth-child(1), .section.account-listings-section.account-listings-top-level div.blog-feed article.blog-summary:nth-child(2) {
    width: 50%;
  }
}
section.account-listings-section.account-listings-top-level div.blog-feed article.blog-summary:nth-child(1) .portal-item .portal-content .title, section.account-listings-section.account-listings-top-level div.blog-feed article.blog-summary:nth-child(2) .portal-item .portal-content .title, .section.account-listings-section.account-listings-top-level div.blog-feed article.blog-summary:nth-child(1) .portal-item .portal-content .title, .section.account-listings-section.account-listings-top-level div.blog-feed article.blog-summary:nth-child(2) .portal-item .portal-content .title {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}
section.account-listings-section.account-listing-detail .pub-date, .section.account-listings-section.account-listing-detail .pub-date {
  font-size: 1.4rem;
  font-style: italic;
  margin: 5px;
}
section.account-listings-section.account-listing-detail #blog-bar, .section.account-listings-section.account-listing-detail #blog-bar {
  border-top: 1px solid rgb(26, 26, 26);
  border-bottom: 1px solid rgb(26, 26, 26);
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 60px;
  padding: 20px 0;
  width: 100%;
}
section.account-listings-section.account-listing-detail #blog-bar > div, .section.account-listings-section.account-listing-detail #blog-bar > div {
  display: inline-block;
  flex: 1 1 auto;
}
section.account-listings-section.account-listing-detail #blog-bar > div p, .section.account-listings-section.account-listing-detail #blog-bar > div p {
  font-weight: 300;
  margin: 0;
}
section.account-listings-section.account-listing-detail #blog-bar > div p span, section.account-listings-section.account-listing-detail #blog-bar > div p strong, section.account-listings-section.account-listing-detail #blog-bar > div p a, .section.account-listings-section.account-listing-detail #blog-bar > div p span, .section.account-listings-section.account-listing-detail #blog-bar > div p strong, .section.account-listings-section.account-listing-detail #blog-bar > div p a {
  margin-right: 2%;
}
section.account-listings-section.account-listing-detail #blog-bar > div p span.date, section.account-listings-section.account-listing-detail #blog-bar > div p strong.date, section.account-listings-section.account-listing-detail #blog-bar > div p a.date, .section.account-listings-section.account-listing-detail #blog-bar > div p span.date, .section.account-listings-section.account-listing-detail #blog-bar > div p strong.date, .section.account-listings-section.account-listing-detail #blog-bar > div p a.date {
  text-transform: uppercase;
}
section.account-listings-section.account-listing-detail #blog-bar > div:first-child, .section.account-listings-section.account-listing-detail #blog-bar > div:first-child {
  text-transform: uppercase;
}
section.account-listings-section.account-listing-detail #blog-bar > div:last-child, .section.account-listings-section.account-listing-detail #blog-bar > div:last-child {
  text-align: right;
}
section.account-listings-section.account-listing-detail #blog-bar > div:last-child p > *:last-child, .section.account-listings-section.account-listing-detail #blog-bar > div:last-child p > *:last-child {
  margin-right: 0;
}
section.account-listings-section.account-listing-detail .account-listing-body, .section.account-listings-section.account-listing-detail .account-listing-body {
  width: 100%;
}
section.account-listings-section.account-listing-detail .account-listing-body figure, .section.account-listings-section.account-listing-detail .account-listing-body figure {
  display: inline-block;
  margin: 15px auto;
  width: 100%;
}
section.account-listings-section.account-listing-detail .account-listing-body figure img, .section.account-listings-section.account-listing-detail .account-listing-body figure img {
  width: 100%;
}
section.account-listings-section.account-listing-detail .account-listing-body figure figcaption, .section.account-listings-section.account-listing-detail .account-listing-body figure figcaption {
  border-bottom: 1px solid rgb(26, 26, 26);
  display: inline-block;
  font-size: 0.666em;
  padding: 15px 0;
  width: 100%;
}
section.account-listings-section.account-listing-detail .main-img, .section.account-listings-section.account-listing-detail .main-img {
  margin-bottom: 30px;
  width: 100%;
}
section.account-listings-section.account-listing-detail .row, .section.account-listings-section.account-listing-detail .row {
  max-width: 1500px;
}
section.account-listings-section.account-listing-detail .row .header .maf-content .head-img, .section.account-listings-section.account-listing-detail .row .header .maf-content .head-img {
  margin-bottom: 25px;
  width: 100%;
}
section.account-listings-section.account-listing-detail .row .header .maf-content p.attr time, section.account-listings-section.account-listing-detail .row .header .maf-content p.attr span, .section.account-listings-section.account-listing-detail .row .header .maf-content p.attr time, .section.account-listings-section.account-listing-detail .row .header .maf-content p.attr span {
  border-right: 1px solid rgb(22, 22, 21);
  line-height: 1;
  padding-right: 20px;
  margin-right: 20px;
}
section.account-listings-section.account-listing-detail .row .header .maf-content p.attr time:last-child, section.account-listings-section.account-listing-detail .row .header .maf-content p.attr span:last-child, .section.account-listings-section.account-listing-detail .row .header .maf-content p.attr time:last-child, .section.account-listings-section.account-listing-detail .row .header .maf-content p.attr span:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
section.account-listings-section.account-listing-detail .row .column .maf-content, .section.account-listings-section.account-listing-detail .row .column .maf-content {
  align-items: flex-start;
  text-align: left;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-1, .section.account-listings-section.account-listing-detail .row .column.maf-col-1 {
  align-items: flex-start;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-1 .maf-content, .section.account-listings-section.account-listing-detail .row .column.maf-col-1 .maf-content {
  max-width: 720px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-1 .maf-content.fb-gallery, .section.account-listings-section.account-listing-detail .row .column.maf-col-1 .maf-content.fb-gallery {
  margin-top: 30px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content hr, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content hr {
  height: 1.5px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .is-map, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .is-map {
  margin-top: 60px;
  margin-bottom: 20px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .is-map::after, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .is-map::after {
  content: "";
  display: table;
  padding-bottom: 100%;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .address, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .address {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .address i, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .address i {
  color: rgb(22, 22, 21);
  display: inline-block;
  font-size: 3rem;
  margin-right: 8px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .address address, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .address address {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .web-link, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .web-link {
  margin-bottom: 20px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .web-link i, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .web-link i {
  color: rgb(22, 22, 21);
  font-size: 3rem;
  margin-right: 8px;
  vertical-align: middle;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .web-link a, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .web-link a {
  color: rgb(196, 9, 19);
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .web-link a:hover, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .web-link a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons {
  font-size: 2rem;
  margin-bottom: 20px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a {
  margin-right: 5px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a i, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a i {
  background-color: rgb(196, 9, 19);
  border-color: rgb(196, 9, 19);
  height: 1.9em;
  width: 1.9em;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a i::before, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a i::before {
  color: white;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a:hover i, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a:hover i {
  background-color: transparent;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a:hover i::before, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .social-icons a:hover i::before {
  color: rgb(196, 9, 19);
  top: 50%;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content h2, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content h2 {
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .image-box .image, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .image-box .image {
  max-width: 100px;
  text-align: center;
  width: 100%;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .image-box .image img, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .image-box .image img {
  display: inline-block;
  width: auto;
}
section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .image-box .text, .section.account-listings-section.account-listing-detail .row .column.maf-col-2 .maf-content .image-box .text {
  padding-left: 10px;
}
section.account-listings-section.assoc .header, .section.account-listings-section.assoc .header {
  padding: 0;
}
section.account-listings-section.assoc .header h2, .section.account-listings-section.assoc .header h2 {
  color: rgb(196, 9, 19);
}
section.account-listings-section.assoc .header .maf-content, .section.account-listings-section.assoc .header .maf-content {
  max-width: none;
  text-align: left;
}
section.account-listings-section.assoc .row, .section.account-listings-section.assoc .row {
  background-color: white;
}
section.account-listings-section.assoc .row .column, .section.account-listings-section.assoc .row .column {
  padding-top: 25px;
}
section.account-listings-section.assoc#we-stock .row .column, .section.account-listings-section.assoc#we-stock .row .column {
  padding-bottom: 0;
}
section.account-listings-section.cat-list .row, .section.account-listings-section.cat-list .row {
  padding: 0 25px;
}
@media only screen and (min-width: 1450px) {
  section.account-listings-section.cat-list .row, .section.account-listings-section.cat-list .row {
    padding: 0;
  }
}
section.account-listings-section.cat-list .row .column, .section.account-listings-section.cat-list .row .column {
  padding-right: 0;
  padding-left: 0;
}
section.account-listings-section.al-list .row, .section.account-listings-section.al-list .row {
  padding: 0 25px;
}
@media only screen and (min-width: 1450px) {
  section.account-listings-section.al-list .row, .section.account-listings-section.al-list .row {
    padding: 0;
  }
}
section.account-listings-section.al-list .row .column, .section.account-listings-section.al-list .row .column {
  padding-right: 0;
  padding-left: 0;
}
section.account-listings-section.al-list .row .column.maf-col-2, .section.account-listings-section.al-list .row .column.maf-col-2 {
  padding-top: 0;
}
section.blog-section div.cardbox article.card, .section.blog-section div.cardbox article.card {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.blog-section div.cardbox article.card, .section.blog-section div.cardbox article.card {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  section.blog-section div.cardbox article.card, .section.blog-section div.cardbox article.card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1152px) {
  section.blog-section div.cardbox article.card, .section.blog-section div.cardbox article.card {
    width: 25%;
  }
}
section.blog-section div.cardbox article.card .portal-item, .section.blog-section div.cardbox article.card .portal-item {
  max-width: none;
  text-align: left;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .card-cats, .section.blog-section div.cardbox article.card .portal-item .portal-content .card-cats {
  display: none;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .tn.custom::after, .section.blog-section div.cardbox article.card .portal-item .portal-content .tn.custom::after {
  padding-bottom: 68%;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .info, .section.blog-section div.cardbox article.card .portal-item .portal-content .info {
  align-items: flex-start;
  position: static;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .title, .section.blog-section div.cardbox article.card .portal-item .portal-content .title {
  padding: 15px;
  line-height: 120%;
  font-size: 2rem;
  justify-content: flex-start;
  color: white;
  font-weight: 600;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .desc, .section.blog-section div.cardbox article.card .portal-item .portal-content .desc {
  margin: auto 0 0 0;
  font-size: 1.6rem;
  padding: 0 15px 15px 15px;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .button, .section.blog-section div.cardbox article.card .portal-item .portal-content .button {
  background-color: white;
  color: rgb(196, 9, 19);
  font-weight: 700;
  justify-content: flex-start;
  padding: 18px 0 18px 10px;
  width: 100%;
  margin: 0 0;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .button::after, section.blog-section div.cardbox article.card .portal-item .portal-content .button::before, .section.blog-section div.cardbox article.card .portal-item .portal-content .button::after, .section.blog-section div.cardbox article.card .portal-item .portal-content .button::before {
  display: none;
}
section.blog-section div.cardbox article.card .portal-item:hover .portal-content .tn .tn-img, .section.blog-section div.cardbox article.card .portal-item:hover .portal-content .tn .tn-img {
  transform: scale(1.05);
}
section.blog-section div.cardbox article.card .portal-item:hover .portal-content .button, .section.blog-section div.cardbox article.card .portal-item:hover .portal-content .button {
  background-color: rgb(196, 9, 19);
  color: white;
}
section.blog-section.is-hero .row, .section.blog-section.is-hero .row {
  flex-direction: row;
  overflow: hidden;
}
section.blog-section.is-hero .row > .maf-bg-overlay, .section.blog-section.is-hero .row > .maf-bg-overlay {
  background-color: rgb(22, 22, 21);
}
section.blog-section.is-hero .row .column, .section.blog-section.is-hero .row .column {
  align-items: flex-start;
  flex: 0 0 auto;
  max-width: 1450px;
  text-align: left;
}
section.blog-section.is-hero .row .column .maf-content .pub-date, .section.blog-section.is-hero .row .column .maf-content .pub-date {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  margin: 5px;
  opacity: 0.5;
}
section.blog-section.blog-top-level div.blog-feed article.blog-summary .portal-item .portal-content .info, .section.blog-section.blog-top-level div.blog-feed article.blog-summary .portal-item .portal-content .info {
  border-radius: black 4px solid;
  position: static;
}
section.blog-section.blog-top-level div.blog-feed article.blog-summary .portal-item .portal-content .button, .section.blog-section.blog-top-level div.blog-feed article.blog-summary .portal-item .portal-content .button {
  position: static;
}
section.blog-section.blog-top-level .header .maf-content, .section.blog-section.blog-top-level .header .maf-content {
  max-width: none;
  padding-top: 100px;
  padding-right: 0;
  padding-left: 0;
}
section.blog-section.blog-top-level .header .blog-aside-content, .section.blog-section.blog-top-level .header .blog-aside-content {
  border: 1px solid rgb(34, 36, 91);
  border-left: 0;
  border-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 25px 0 20px 0;
  width: 100%;
}
section.blog-section.blog-top-level .header .blog-aside-content:not(:first-child), .section.blog-section.blog-top-level .header .blog-aside-content:not(:first-child) {
  border-top: 0;
}
section.blog-section.blog-top-level .header .blog-aside-content a, .section.blog-section.blog-top-level .header .blog-aside-content a {
  line-height: 1;
  margin-bottom: 5px;
}
section.blog-section.blog-top-level .header .blog-aside-content a .blog-current-item, .section.blog-section.blog-top-level .header .blog-aside-content a .blog-current-item {
  border-right: 2px solid rgb(34, 36, 91);
  color: rgb(34, 36, 91);
  margin-right: 16px;
  padding: 0 16px 0 0;
}
section.blog-section.blog-top-level .header .blog-aside-content a .blog-current-item p, .section.blog-section.blog-top-level .header .blog-aside-content a .blog-current-item p {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
section.blog-section.blog-top-level .header .blog-aside-content a .blog-current-item.active, .section.blog-section.blog-top-level .header .blog-aside-content a .blog-current-item.active {
  color: rgb(255, 255, 255);
}
section.blog-section.blog-top-level .header .blog-aside-content a:hover .blog-current-item, .section.blog-section.blog-top-level .header .blog-aside-content a:hover .blog-current-item {
  color: rgb(255, 255, 255);
}
section.blog-section.blog-top-level .header .blog-aside-content a:hover .blog-current-item.active, .section.blog-section.blog-top-level .header .blog-aside-content a:hover .blog-current-item.active {
  color: rgb(22, 22, 21);
}
section.blog-section.blog-top-level .header .blog-aside-content a:first-child .blog-current-item, .section.blog-section.blog-top-level .header .blog-aside-content a:first-child .blog-current-item {
  padding-left: 0;
}
section.blog-section.blog-top-level .row .column, .section.blog-section.blog-top-level .row .column {
  overflow: visible;
}
section.blog-section.blog-top-level .row .column .maf-content.search, .section.blog-section.blog-top-level .row .column .maf-content.search {
  background-color: rgb(34, 36, 91);
  margin-bottom: 40px;
  padding: 20px;
}
section.blog-section.blog-top-level .row .column.maf-col-1 .maf-content, .section.blog-section.blog-top-level .row .column.maf-col-1 .maf-content {
  margin-bottom: 30px;
}
section.blog-section.blog-top-level .row .column.maf-col-2 .maf-content, .section.blog-section.blog-top-level .row .column.maf-col-2 .maf-content {
  margin-bottom: 30px;
}
section.blog-section.blog-highlight .header .maf-content, .section.blog-section.blog-highlight .header .maf-content {
  margin-top: 2%;
  padding: 10px 0;
  text-align: center;
}
section.blog-section.blog-highlight .row .column.maf-col-1 .maf-content .footer, .section.blog-section.blog-highlight .row .column.maf-col-1 .maf-content .footer {
  padding: 10px 0;
  text-align: center;
}
section.blog-section.blog-highlight div.blog-feed, .section.blog-section.blog-highlight div.blog-feed {
  margin-bottom: 0;
}
section.blog-section.blog-highlight div.blog-feed article.blog-summary .portal-item .portal-content .info, .section.blog-section.blog-highlight div.blog-feed article.blog-summary .portal-item .portal-content .info {
  position: static;
}
section.blog-section.blog-highlight div.blog-feed aside.ad-block, .section.blog-section.blog-highlight div.blog-feed aside.ad-block {
  margin-bottom: 0;
}
section.blog-section.blog-detail, .section.blog-section.blog-detail {
  min-height: 700px;
}
section.blog-section.blog-detail .blog-title, .section.blog-section.blog-detail .blog-title {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  color: rgb(196, 9, 19);
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 15px 0;
  text-transform: none;
}
section.blog-section.blog-detail .blog-title time, .section.blog-section.blog-detail .blog-title time {
  font-size: 0.8em;
}
section.blog-section.blog-detail .pub-date, .section.blog-section.blog-detail .pub-date {
  font-size: 1.4rem;
  font-style: italic;
  margin: 5px;
}
section.blog-section.blog-detail .blog-bar, .section.blog-section.blog-detail .blog-bar {
  border-top: 1px solid rgb(196, 9, 19);
  border-bottom: 1px solid rgb(196, 9, 19);
  display: flex;
  margin-bottom: 25px;
  padding: 20px 0;
  width: 100%;
}
section.blog-section.blog-detail .blog-bar > div, .section.blog-section.blog-detail .blog-bar > div {
  display: inline-block;
  flex: 1 1 auto;
}
section.blog-section.blog-detail .blog-bar > div p, .section.blog-section.blog-detail .blog-bar > div p {
  margin: 0;
}
section.blog-section.blog-detail .blog-bar > div p span, section.blog-section.blog-detail .blog-bar > div p strong, section.blog-section.blog-detail .blog-bar > div p a, .section.blog-section.blog-detail .blog-bar > div p span, .section.blog-section.blog-detail .blog-bar > div p strong, .section.blog-section.blog-detail .blog-bar > div p a {
  margin-right: 1%;
}
section.blog-section.blog-detail .blog-bar > div p span.date, section.blog-section.blog-detail .blog-bar > div p strong.date, section.blog-section.blog-detail .blog-bar > div p a.date, .section.blog-section.blog-detail .blog-bar > div p span.date, .section.blog-section.blog-detail .blog-bar > div p strong.date, .section.blog-section.blog-detail .blog-bar > div p a.date {
  color: rgb(34, 36, 91);
  font-weight: 700;
}
section.blog-section.blog-detail .blog-bar > div p strong, .section.blog-section.blog-detail .blog-bar > div p strong {
  color: rgb(34, 36, 91);
}
section.blog-section.blog-detail .blog-bar > div p a, .section.blog-section.blog-detail .blog-bar > div p a {
  color: #8c8c8c;
}
section.blog-section.blog-detail .blog-bar > div p a:hover, .section.blog-section.blog-detail .blog-bar > div p a:hover {
  color: rgb(255, 255, 255);
}
section.blog-section.blog-detail .blog-bar > div:last-child, .section.blog-section.blog-detail .blog-bar > div:last-child {
  text-align: right;
}
section.blog-section.blog-detail .blog-bar > div:last-child p > *:last-child, .section.blog-section.blog-detail .blog-bar > div:last-child p > *:last-child {
  margin-right: 0;
}
section.blog-section.blog-detail .cat-bar, .section.blog-section.blog-detail .cat-bar {
  display: none;
  color: rgb(34, 36, 91);
  font-weight: bold;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
}
section.blog-section.blog-detail .cat-bar span, .section.blog-section.blog-detail .cat-bar span {
  margin: 0 5px;
}
section.blog-section.blog-detail .cat-bar span:first-child, .section.blog-section.blog-detail .cat-bar span:first-child {
  margin-left: 0;
}
section.blog-section.blog-detail .blog-body, .section.blog-section.blog-detail .blog-body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
}
section.blog-section.blog-detail .blog-body > p, .section.blog-section.blog-detail .blog-body > p {
  font-size: 1.8rem;
}
section.blog-section.blog-detail .blog-body > p.page-lead, .section.blog-section.blog-detail .blog-body > p.page-lead {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
  font-size: 2.4rem;
  color: rgb(196, 9, 19);
}
section.blog-section.blog-detail .blog-body > p.has-img, .section.blog-section.blog-detail .blog-body > p.has-img {
  max-width: none;
  padding: 0;
}
section.blog-section.blog-detail .main-img, .section.blog-section.blog-detail .main-img {
  margin-bottom: 30px;
}
section.blog-section.blog-detail .row .header .maf-content .head-img, .section.blog-section.blog-detail .row .header .maf-content .head-img {
  margin-bottom: 25px;
  width: 100%;
}
section.blog-section.blog-detail .row .header .maf-content .head-img img, .section.blog-section.blog-detail .row .header .maf-content .head-img img {
  width: 100%;
}
section.blog-section.blog-detail .row .header .maf-content p.attr time, section.blog-section.blog-detail .row .header .maf-content p.attr span, .section.blog-section.blog-detail .row .header .maf-content p.attr time, .section.blog-section.blog-detail .row .header .maf-content p.attr span {
  border-right: 1px solid rgb(22, 22, 21);
  line-height: 1;
  padding-right: 20px;
  margin-right: 20px;
}
section.blog-section.blog-detail .row .header .maf-content p.attr time:last-child, section.blog-section.blog-detail .row .header .maf-content p.attr span:last-child, .section.blog-section.blog-detail .row .header .maf-content p.attr time:last-child, .section.blog-section.blog-detail .row .header .maf-content p.attr span:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
section.blog-section.blog-detail .row .column, .section.blog-section.blog-detail .row .column {
  padding-top: 23px;
}
@media only screen and (min-width: 1024px) {
  section.blog-section.blog-detail .row .column.maf-col-1, .section.blog-section.blog-detail .row .column.maf-col-1 {
    align-items: flex-start;
  }
}
section.blog-section.blog-detail .row .column.maf-col-2 .maf-content, .section.blog-section.blog-detail .row .column.maf-col-2 .maf-content {
  margin-bottom: 30px;
}
section.blog-section.assoc .header, .section.blog-section.assoc .header {
  padding: 0;
}
section.blog-section.assoc .header h2, .section.blog-section.assoc .header h2 {
  color: rgb(196, 9, 19);
}
section.blog-section.assoc .header .maf-content, .section.blog-section.assoc .header .maf-content {
  max-width: none;
  text-align: left;
}
section.blog-section.assoc .row, .section.blog-section.assoc .row {
  background-color: white;
}
section.blog-section.assoc .row .column, .section.blog-section.assoc .row .column {
  padding-top: 25px;
}
section.blog-event-section div.cardbox, .section.blog-event-section div.cardbox {
  justify-content: center;
}
section.blog-event-section div.cardbox article.card, .section.blog-event-section div.cardbox article.card {
  flex: 0 1 285px;
  width: auto;
}
section.blog-event-section div.cardbox article.card .portal-item .portal-content .card-cats.event, .section.blog-event-section div.cardbox article.card .portal-item .portal-content .card-cats.event {
  background-color: rgb(34, 36, 91);
}
section.job-section.is-hero .button, .section.job-section.is-hero .button {
  align-self: flex-end;
}
section.job-section.is-hero .footer p, .section.job-section.is-hero .footer p {
  font-size: 2rem;
}
section.job-section.is-hero .footer span, .section.job-section.is-hero .footer span {
  color: rgb(196, 9, 19);
}
section.job-section.job-top-level #filters .filter-content .filter-set, .section.job-section.job-top-level #filters .filter-content .filter-set {
  padding: 40px;
  border: 1px solid rgb(34, 36, 91);
}
section.job-section.job-top-level #filters .filter-content .filter-set .label, .section.job-section.job-top-level #filters .filter-content .filter-set .label {
  margin: 0 0 10px 0;
}
section.job-section.job-top-level #filters .filter-content .filter-set button, .section.job-section.job-top-level #filters .filter-content .filter-set button {
  margin: 0 5px 5px 0;
  padding: 10px 15px;
  width: auto;
}
section.job-section.job-top-level div.job-feed, .section.job-section.job-top-level div.job-feed {
  max-width: none;
}
section.job-section.job-top-level div.job-feed .job-summary, .section.job-section.job-top-level div.job-feed .job-summary {
  max-width: none;
  padding: 25px 0 0 0;
  width: 100%;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item, .section.job-section.job-top-level div.job-feed .job-summary .portal-item {
  align-items: flex-start;
  border-bottom: 1px solid rgb(34, 36, 91);
  box-shadow: none;
  overflow: visible;
  padding: 10px 0 20px 0;
  text-align: left;
  transition-duration: 700ms;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .desc, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .desc {
  color: rgb(22, 22, 21);
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr {
  color: rgb(22, 22, 21);
  display: flex;
  flex-wrap: wrap;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div {
  display: inline-block;
  margin-bottom: 15px;
  min-width: 170px;
  padding-right: 20px;
  width: 20%;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div strong, section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div span, section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div time, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div strong, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div span, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div time {
  display: inline-block;
  width: 100%;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .button, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .button {
  align-self: auto;
  margin: 10px 0 20px 0;
  transition-duration: 700ms;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item:hover, .section.job-section.job-top-level div.job-feed .job-summary .portal-item:hover {
  background-color: rgba(220, 220, 200, 0.1);
  padding-right: 20px;
  padding-left: 20px;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item:hover .portal-content .info .button, .section.job-section.job-top-level div.job-feed .job-summary .portal-item:hover .portal-content .info .button {
  transform: translateX(-20px);
}
section.job-section.job-top-level .header .maf-content, .section.job-section.job-top-level .header .maf-content {
  max-width: none;
  text-align: left;
}
section.job-section.job-top-level .header .maf-content p.page-lead, .section.job-section.job-top-level .header .maf-content p.page-lead {
  font-weight: 600;
  margin-bottom: 20px;
}
section.job-section.job-top-level .header .maf-content:nth-of-type(2), .section.job-section.job-top-level .header .maf-content:nth-of-type(2) {
  padding-top: 80px;
}
section.job-section.job-top-level .row .column, .section.job-section.job-top-level .row .column {
  padding-top: 40px;
}
section.job-section.job-highlight .row .column, .section.job-section.job-highlight .row .column {
  padding-top: 25px;
  padding-bottom: 25px;
}
section.job-section.job-highlight .footer .button, .section.job-section.job-highlight .footer .button {
  align-self: center;
}
section.job-section.job-highlight div.job-feed, .section.job-section.job-highlight div.job-feed {
  padding: 0;
}
section.job-section.job-highlight div.job-feed .job-summary, .section.job-section.job-highlight div.job-feed .job-summary {
  color: white;
  font-weight: 600;
  padding: 0 40px;
  margin-bottom: 40px;
}
section.job-section.job-highlight div.job-feed .job-summary .portal-item, .section.job-section.job-highlight div.job-feed .job-summary .portal-item {
  padding: 0;
}
section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .cats, .section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .cats {
  background-color: rgb(196, 9, 19);
  color: white;
  font-size: 1.2rem;
  margin: 0;
  padding: 40px 40px 20px 40px;
  width: 100%;
}
section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .title, .section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .title {
  color: white;
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .desc, .section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .desc {
  background-color: rgb(196, 9, 19);
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0 40px 40px 40px;
}
section.job-section.job-detail strong, .section.job-section.job-detail strong {
  font-weight: 400;
}
section.job-section.job-detail .job-title, .section.job-section.job-detail .job-title {
  color: rgb(255, 255, 255);
}
section.job-section.job-detail .pub-date, .section.job-section.job-detail .pub-date {
  display: none;
}
section.job-section.job-detail .blog-body, .section.job-section.job-detail .blog-body {
  max-width: 800px;
}
section.job-section.job-detail .main-img, .section.job-section.job-detail .main-img {
  margin-bottom: 30px;
}
section.job-section.job-detail .header .pub-date, .section.job-section.job-detail .header .pub-date {
  font-size: 1.4rem;
  font-style: italic;
  margin: 0;
  opacity: 0.5;
}
section.job-section.job-detail .button, .section.job-section.job-detail .button {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.job-section.job-detail .row .column, .section.job-section.job-detail .row .column {
  justify-content: flex-start;
}
section.job-section.job-detail .row .column .maf-content, .section.job-section.job-detail .row .column .maf-content {
  align-items: flex-start;
}
section.job-section.job-detail .row .column .maf-content p.page-lead, .section.job-section.job-detail .row .column .maf-content p.page-lead {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  section.job-section.job-detail .row .column.maf-col-1, .section.job-section.job-detail .row .column.maf-col-1 {
    align-items: flex-end;
  }
}
section.job-section.job-detail .row .column.maf-col-1 .maf-content, .section.job-section.job-detail .row .column.maf-col-1 .maf-content {
  padding: 0 8.333% 0 0;
}
@media only screen and (min-width: 1024px) {
  section.job-section.job-detail .row .column.maf-col-2, .section.job-section.job-detail .row .column.maf-col-2 {
    align-items: flex-start;
  }
}
section.job-section.job-detail .row .column.maf-col-2 .maf-content p strong, section.job-section.job-detail .row .column.maf-col-2 .maf-content p span, .section.job-section.job-detail .row .column.maf-col-2 .maf-content p strong, .section.job-section.job-detail .row .column.maf-col-2 .maf-content p span {
  display: inline-block;
  width: 100%;
}
section.job-section.job-detail .row .column.maf-col-2 .maf-content .blog-nav, .section.job-section.job-detail .row .column.maf-col-2 .maf-content .blog-nav {
  width: 100%;
}
section.job-section.job-detail .row .column.maf-col-2 .maf-content .blog-nav .blog-aside-content:last-child, .section.job-section.job-detail .row .column.maf-col-2 .maf-content .blog-nav .blog-aside-content:last-child {
  margin-bottom: 0;
}
section.job-section.job-detail .row .column.maf-col-2 .maf-content .blog-nav .blog-aside-content:last-child button:last-child, .section.job-section.job-detail .row .column.maf-col-2 .maf-content .blog-nav .blog-aside-content:last-child button:last-child {
  margin-bottom: 10px;
}
section.job-section .job-nav, .section.job-section .job-nav {
  padding: 0;
  width: 100%;
}
section.job-section .job-nav .job-aside-content, .section.job-section .job-nav .job-aside-content {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
section.job-section .job-nav .job-aside-content .nav-title, .section.job-section .job-nav .job-aside-content .nav-title {
  color: rgb(22, 22, 21);
  font-size: 2.6rem;
  margin: 15px 0;
}
section.job-section .job-nav .job-aside-content a, .section.job-section .job-nav .job-aside-content a {
  color: rgb(255, 255, 255);
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}
section.job-section .job-nav .job-aside-content a .job-current-item, .section.job-section .job-nav .job-aside-content a .job-current-item {
  color: rgb(22, 22, 21);
  display: inline-block;
  padding: 5px 0;
  transition: all 350ms ease-out;
  width: 100%;
}
section.job-section .job-nav .job-aside-content a .job-current-item p, .section.job-section .job-nav .job-aside-content a .job-current-item p {
  margin: 0;
}
section.job-section .job-nav .job-aside-content a .job-current-item time, .section.job-section .job-nav .job-aside-content a .job-current-item time {
  display: none;
  font-size: 1.2rem;
  opacity: 0.8;
}
section.job-section .job-nav .job-aside-content a:hover .blog-current-item, .section.job-section .job-nav .job-aside-content a:hover .blog-current-item {
  background-color: rgb(255, 255, 255);
  color: white;
  padding: 5px;
}
section.job-section .job-nav .job-aside-content.nav-filter::after, section.job-section .job-nav .job-aside-content.nav-filter::before, .section.job-section .job-nav .job-aside-content.nav-filter::after, .section.job-section .job-nav .job-aside-content.nav-filter::before {
  content: " ";
  display: table;
}
section.job-section .job-nav .job-aside-content.nav-filter::after, .section.job-section .job-nav .job-aside-content.nav-filter::after {
  clear: both;
}
section.job-section .job-nav .job-aside-content.nav-filter button, .section.job-section .job-nav .job-aside-content.nav-filter button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: rgb(22, 22, 21);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  outline: transparent;
  padding: 5px 0;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}
section.job-section .job-nav .job-aside-content.nav-filter button:hover, section.job-section .job-nav .job-aside-content.nav-filter button.active, .section.job-section .job-nav .job-aside-content.nav-filter button:hover, .section.job-section .job-nav .job-aside-content.nav-filter button.active {
  background-color: rgb(255, 255, 255);
  color: white;
  padding: 5px;
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click {
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(22, 22, 21);
  font-size: 1.8rem;
  padding: 10px;
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click i, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click i {
  font-size: 1.6rem;
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click:hover, section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click:focus, section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click:active, section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click .active, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click:hover, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click:focus, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click:active, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click .active {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(22, 22, 21);
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group.is-on, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group.is-on {
  border-top: none;
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group a, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group a {
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(22, 22, 21);
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 20px;
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group a:hover, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group a:hover {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(22, 22, 21);
}
section.job-section .job-nav .job-aside-content:first-child .nav-title, .section.job-section .job-nav .job-aside-content:first-child .nav-title {
  margin-top: 0;
}
section.portfolio-section.portfolio-top-level #filters .filter-content .filter-set .label, .section.portfolio-section.portfolio-top-level #filters .filter-content .filter-set .label {
  display: none;
}
@media only screen and (min-width: 768px) {
  section.portfolio-section.portfolio-top-level .header .maf-content:first-child, .section.portfolio-section.portfolio-top-level .header .maf-content:first-child {
    flex-direction: row;
    text-align: left;
  }
  section.portfolio-section.portfolio-top-level .header .maf-content:first-child h2, .section.portfolio-section.portfolio-top-level .header .maf-content:first-child h2 {
    max-width: 452px;
    padding-right: 40px;
  }
  section.portfolio-section.portfolio-top-level .header .maf-content:first-child p, .section.portfolio-section.portfolio-top-level .header .maf-content:first-child p {
    max-width: 624px;
  }
}
section.portfolio-section.portfolio-top-level .row .column.maf-col-1, .section.portfolio-section.portfolio-top-level .row .column.maf-col-1 {
  padding-top: 20px;
  padding-bottom: 100px;
}
section.portfolio-section.portfolio-detail, .section.portfolio-section.portfolio-detail {
  font-size: 1.8rem;
}
section.portfolio-section.portfolio-detail h1.portfolio-title, .section.portfolio-section.portfolio-detail h1.portfolio-title {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  margin-bottom: 5px;
}
section.portfolio-section.portfolio-detail h2, .section.portfolio-section.portfolio-detail h2 {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
}
section.portfolio-section.portfolio-detail .portfolio-body, .section.portfolio-section.portfolio-detail .portfolio-body {
  max-width: 1050px;
}
section.portfolio-section.portfolio-detail .portfolio-body p.page-lead, .section.portfolio-section.portfolio-detail .portfolio-body p.page-lead {
  color: rgb(196, 9, 19);
  font-size: 1.8rem;
}
section.portfolio-section.portfolio-detail .main-img, .section.portfolio-section.portfolio-detail .main-img {
  margin-bottom: 30px;
}
section.portfolio-section.portfolio-detail .header, .section.portfolio-section.portfolio-detail .header {
  max-width: 1268px;
}
section.portfolio-section.portfolio-detail .header p, .section.portfolio-section.portfolio-detail .header p {
  color: rgb(196, 9, 19);
  font-size: 2.4rem;
  text-transform: uppercase;
}
section.portfolio-section.portfolio-detail .row .column.maf-col-1, .section.portfolio-section.portfolio-detail .row .column.maf-col-1 {
  padding: 50px 20px 0 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) {
  section.portfolio-section.portfolio-detail .row .column.maf-col-1, .section.portfolio-section.portfolio-detail .row .column.maf-col-1 {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  section.portfolio-section.portfolio-detail .row .column.maf-col-1, .section.portfolio-section.portfolio-detail .row .column.maf-col-1 {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.portfolio-section.portfolio-detail .row .column.maf-col-1, .section.portfolio-section.portfolio-detail .row .column.maf-col-1 {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
section.portfolio-section.portfolio-detail .row .column.maf-col-2, .section.portfolio-section.portfolio-detail .row .column.maf-col-2 {
  padding: 50px 20px 0 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) {
  section.portfolio-section.portfolio-detail .row .column.maf-col-2, .section.portfolio-section.portfolio-detail .row .column.maf-col-2 {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  section.portfolio-section.portfolio-detail .row .column.maf-col-2, .section.portfolio-section.portfolio-detail .row .column.maf-col-2 {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.portfolio-section.portfolio-detail .row .column.maf-col-2, .section.portfolio-section.portfolio-detail .row .column.maf-col-2 {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote, .section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote {
  padding: 50px 20px;
  border: 1px solid rgb(196, 9, 19);
}
@media only screen and (min-width: 576px) {
  section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote, .section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 960px) {
  section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote, .section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote {
    padding: 50px 20px;
  }
}
section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote p, .section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote p {
  margin: 0 auto;
}
section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote p:not(:last-child), .section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content.quote p:not(:last-child) {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-style: italic;
  max-width: 912px;
}
section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content:nth-child(2), .section.portfolio-section.portfolio-detail .row .column.maf-col-3 .maf-content:nth-child(2) {
  margin-top: 40px;
}
section.portfolio-section.portfolio-detail .row .column.maf-col-images, .section.portfolio-section.portfolio-detail .row .column.maf-col-images {
  padding-top: 0;
}
section.portfolio-section.portfolio-detail .row .column.maf-col-images figure figcaption, .section.portfolio-section.portfolio-detail .row .column.maf-col-images figure figcaption {
  display: none;
}
section.portfolio-section.cat-list .row, .section.portfolio-section.cat-list .row {
  padding: 0;
}
section.portfolio-section.cat-list .row .column, .section.portfolio-section.cat-list .row .column {
  padding: 30px 0;
}
section.portfolio-section.cat-list.pview .row .header .maf-content, .section.portfolio-section.cat-list.pview .row .header .maf-content {
  padding-top: 50px;
}
section.portfolio-section.cat-list.pview .row .column, .section.portfolio-section.cat-list.pview .row .column {
  padding-bottom: 0;
}
section.portfolio-section.port-list .catbox article.card, .section.portfolio-section.port-list .catbox article.card {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.portfolio-section.port-list .catbox article.card, .section.portfolio-section.port-list .catbox article.card {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  section.portfolio-section.port-list .catbox article.card, .section.portfolio-section.port-list .catbox article.card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 960px) {
  section.portfolio-section.port-list .catbox article.card, .section.portfolio-section.port-list .catbox article.card {
    width: 25%;
  }
}
section.portfolio-section.port-list .catbox article.card .portal-item .portal-content .info, .section.portfolio-section.port-list .catbox article.card .portal-item .portal-content .info {
  z-index: 1;
}
section.portfolio-section.port-list .catbox article.card .portal-item .portal-content .info::after, .section.portfolio-section.port-list .catbox article.card .portal-item .portal-content .info::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0));
  bottom: 0;
  content: "";
  display: inline-block;
  height: 33%;
  left: 0;
  position: absolute;
  transition: height 350ms ease-out;
  width: 100%;
  z-index: -1;
}
section.portfolio-section.port-list .catbox article.card .portal-item:hover .portal-content .info::after, .section.portfolio-section.port-list .catbox article.card .portal-item:hover .portal-content .info::after {
  height: 50%;
}
section.portfolio-section.port-list .row, .section.portfolio-section.port-list .row {
  padding: 0;
}
section.portfolio-section.port-list .row .column, .section.portfolio-section.port-list .row .column {
  padding: 30px 0;
}
section.event-section div.cardbox article.card .portal-item .portal-content .title, section.event-section aside.cardbox article.card .portal-item .portal-content .title, .section.event-section div.cardbox article.card .portal-item .portal-content .title, .section.event-section aside.cardbox article.card .portal-item .portal-content .title {
  margin-bottom: 0;
}
section.event-section #filters, .section.event-section #filters {
  border: 1px solid rgb(22, 22, 21);
  border-right: 0;
  border-left: 0;
  padding-top: 20px;
}
section.event-section #filters .filter-content .filter-set, .section.event-section #filters .filter-content .filter-set {
  margin-bottom: 10px;
}
section.event-section #filters .filter-content .filter-set button, .section.event-section #filters .filter-content .filter-set button {
  margin-bottom: 10px;
}
section.event-section.is-hero .row, .section.event-section.is-hero .row {
  flex-direction: row;
  overflow: hidden;
}
section.event-section.is-hero .row > .maf-bg-overlay, .section.event-section.is-hero .row > .maf-bg-overlay {
  background-color: rgb(22, 22, 21);
}
section.event-section.is-hero .row .column, .section.event-section.is-hero .row .column {
  align-items: flex-start;
  flex: 0 0 auto;
  max-width: 1450px;
  text-align: left;
}
section.event-section.is-hero .row .column .maf-content .pub-date, .section.event-section.is-hero .row .column .maf-content .pub-date {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  margin: 5px;
  opacity: 0.5;
}
section.event-section.event-highlight .card-box-slider, .section.event-section.event-highlight .card-box-slider {
  width: 90%;
}
section.event-section.event-highlight .card-box-slider .flickity-viewport, .section.event-section.event-highlight .card-box-slider .flickity-viewport {
  overflow: visible;
}
section.event-section.event-highlight .card-box-slider .flickity-viewport::before, section.event-section.event-highlight .card-box-slider .flickity-viewport::after, .section.event-section.event-highlight .card-box-slider .flickity-viewport::before, .section.event-section.event-highlight .card-box-slider .flickity-viewport::after {
  background-image: linear-gradient(to right, rgb(255, 255, 255), transparent);
  content: "";
  display: inline-block;
  height: 100%;
  left: -42px;
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 1;
}
section.event-section.event-highlight .card-box-slider .flickity-viewport::after, .section.event-section.event-highlight .card-box-slider .flickity-viewport::after {
  background-image: linear-gradient(to left, rgb(255, 255, 255), transparent);
  left: auto;
  right: -42px;
}
section.event-section.event-highlight .card-box-slider article.card, .section.event-section.event-highlight .card-box-slider article.card {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 10px 40px 10px;
  max-width: 305px;
  min-height: 355px;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.event-section.event-highlight .card-box-slider article.card, .section.event-section.event-highlight .card-box-slider article.card {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  section.event-section.event-highlight .card-box-slider article.card, .section.event-section.event-highlight .card-box-slider article.card {
    width: 25%;
  }
}
section.event-section.event-highlight .card-box-slider article.card .portal-item, .section.event-section.event-highlight .card-box-slider article.card .portal-item {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgb(147, 33, 43);
  border-radius: 2px;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 100%;
  margin: 0 auto;
  max-width: 400px;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: all 350ms ease-out;
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  transition: all 350ms ease-out;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .card-cats, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .card-cats {
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
  min-height: 20px;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn {
  height: calc(100% - 70px);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 70px;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 0;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.no-img, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.no-img {
  display: none;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn .tn-img, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn .tn-img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: all 700ms ease-out;
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.square::after, section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.fourthree::after, section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.custom::after, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.square::after, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.fourthree::after, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.custom::after {
  content: "";
  display: table;
  padding-bottom: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.square .tn-img, section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.fourthree .tn-img, section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.custom .tn-img, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.square .tn-img, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.fourthree .tn-img, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.custom .tn-img {
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  min-width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.fourthree::after, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.fourthree::after {
  padding-bottom: 75%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.custom::after, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .tn.custom::after {
  padding-bottom: 51%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info {
  align-items: flex-start;
  display: flex;
  height: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 1;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .title, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .title {
  align-items: center;
  background-color: rgb(196, 9, 19);
  color: white;
  display: inline-flex;
  flex-direction: column;
  font-family: "Halant", serif;
  font-size: 1.8rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  min-height: 70px;
  order: -1;
  padding: 10px;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .title::before, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .title::before {
  content: "";
  background-image: url(/images/Layout/texture-bmp/leather.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: multiply;
  display: inline-block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: top right;
  transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
  z-index: 0;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .dates, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .dates {
  display: inline-block;
  font-size: 1.6rem;
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .desc, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .desc {
  align-items: center;
  color: rgb(22, 22, 21);
  display: inline-flex;
  flex: 1 1 auto;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  opacity: 0;
  padding: 10px;
  text-align: center;
  transition: opacity 350ms ease-out;
  width: 100%;
  z-index: 1;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr {
  display: none;
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr div, section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr time, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr div, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr time {
  display: block;
  margin-bottom: 5px;
  width: auto;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr div i, section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr time i, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr div i, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .attr time i {
  margin-right: 10px;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .card-button, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .card-button {
  align-self: center;
  background-color: white;
  border-color: rgb(22, 22, 21);
  box-shadow: none;
  color: rgb(22, 22, 21);
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  margin: 0;
  margin: auto 0 10px 0;
  min-width: 0;
  padding: 5px 25px;
  text-transform: uppercase;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item.no-link, .section.event-section.event-highlight .card-box-slider article.card .portal-item.no-link {
  cursor: default;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item.no-link .portal-content .info .card-button, .section.event-section.event-highlight .card-box-slider article.card .portal-item.no-link .portal-content .info .card-button {
  display: none;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item.edit .portal-content .info, .section.event-section.event-highlight .card-box-slider article.card .portal-item.edit .portal-content .info {
  position: static;
  transform: none;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item:hover, .section.event-section.event-highlight .card-box-slider article.card .portal-item:hover {
  border-color: rgba(147, 33, 43, 0.25);
}
section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .tn .tn-img, .section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .tn .tn-img {
  filter: brightness(1.5) contrast(1.2) grayscale(0.5);
  opacity: 0.05;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .desc, .section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .desc {
  opacity: 1;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .button, .section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .button {
  background-color: rgb(196, 9, 19);
  border-color: rgb(196, 9, 19);
  color: white;
}
section.event-section.event-highlight .card-box-slider .flickity-page-dots, .section.event-section.event-highlight .card-box-slider .flickity-page-dots {
  bottom: -20px;
  display: block;
  margin: 0;
  padding: 0;
}
section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot, .section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot {
  background: transparent;
  border: 2px solid rgb(196, 9, 19);
  height: 20px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  width: 20px;
}
section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot::before, .section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot::before {
  background-color: rgb(196, 9, 19);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-out;
  width: 0;
}
section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot.is-selected::before, .section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot.is-selected::before {
  height: 70%;
  width: 70%;
}
section.event-section.event-highlight .card-box-slider .flickity-button, .section.event-section.event-highlight .card-box-slider .flickity-button {
  background-color: transparent;
  display: inline-block;
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button {
  border-radius: 0;
  box-shadow: none;
  height: 80px;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  top: 42%;
  transform-origin: center;
  width: 30px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button {
    width: 50px;
  }
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before, section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after {
  background-color: rgb(196, 9, 19);
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 5px;
  left: -5%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: left center;
  width: 80%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before, section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after {
    height: 7px;
  }
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before {
  top: calc(50% - 1.5px);
  transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (min-width: 576px) {
  section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before {
    top: calc(50% - 2px);
  }
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after {
  top: calc(50% + 1.5px);
  transform: translate(0, -50%) rotate(-45deg);
}
@media only screen and (min-width: 576px) {
  section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after {
    top: calc(50% + 2px);
  }
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button .flickity-button-icon, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button .flickity-button-icon {
  display: none;
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button.previous, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button.previous {
  left: -6.5%;
}
@media only screen and (min-width: 576px) {
  section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button.previous, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button.previous {
    left: -5%;
  }
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button.next, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button.next {
  right: -6.5%;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 576px) {
  section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button.next, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button.next {
    right: -5%;
  }
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button:hover, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button:hover {
  opacity: 1;
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button:disabled, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button:disabled {
  opacity: 0.3;
}
section.event-section.event-highlight div.cardbox article.card .portal-item .portal-content, section.event-section.event-highlight aside.cardbox article.card .portal-item .portal-content, .section.event-section.event-highlight div.cardbox article.card .portal-item .portal-content, .section.event-section.event-highlight aside.cardbox article.card .portal-item .portal-content {
  color: white;
}
section.event-section.event-highlight div.cardbox article.card .portal-item .portal-content .tn, section.event-section.event-highlight aside.cardbox article.card .portal-item .portal-content .tn, .section.event-section.event-highlight div.cardbox article.card .portal-item .portal-content .tn, .section.event-section.event-highlight aside.cardbox article.card .portal-item .portal-content .tn {
  border-color: white;
}
section.event-section.event-highlight .row, .section.event-section.event-highlight .row {
  overflow: visible;
  padding: 0 25px;
}
@media only screen and (min-width: 1450px) {
  section.event-section.event-highlight .row, .section.event-section.event-highlight .row {
    padding: 0;
  }
}
section.event-section.event-highlight .row .column, .section.event-section.event-highlight .row .column {
  overflow: visible;
  padding-right: 0;
  padding-left: 0;
}
section.event-section.event-portal .row, .section.event-section.event-portal .row {
  overflow: visible;
  padding: 0 25px;
}
@media only screen and (min-width: 1450px) {
  section.event-section.event-portal .row, .section.event-section.event-portal .row {
    padding: 0;
  }
}
section.event-section.event-portal .row .header, .section.event-section.event-portal .row .header {
  padding: 0;
}
section.event-section.event-portal .row .column, .section.event-section.event-portal .row .column {
  overflow: visible;
}
section.event-section.event-portal .row .column.maf-col-1, .section.event-section.event-portal .row .column.maf-col-1 {
  padding-right: 0;
  padding-left: 0;
}
section.event-section.event-detail h2, section.event-section.event-detail .h2-style, .section.event-section.event-detail h2, .section.event-section.event-detail .h2-style {
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 30px 0 20px 0;
}
section.event-section.event-detail p.date, .section.event-section.event-detail p.date {
  margin-bottom: 5px;
}
section.event-section.event-detail p.price, .section.event-section.event-detail p.price {
  margin-bottom: 5px;
}
section.event-section.event-detail p.price .option, .section.event-section.event-detail p.price .option {
  font-weight: 500;
  margin-right: 10px;
}
section.event-section.event-detail p.venue-details > span, .section.event-section.event-detail p.venue-details > span {
  display: inline-block;
  width: 100%;
}
section.event-section.event-detail p.venue-details > span span, .section.event-section.event-detail p.venue-details > span span {
  font-weight: 500;
  margin-right: 10px;
}
section.event-section.event-detail p.tour-full-date, .section.event-section.event-detail p.tour-full-date {
  font-weight: 600;
}
section.event-section.event-detail p.tour-full-date a, .section.event-section.event-detail p.tour-full-date a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
section.event-section.event-detail p.tour-full-date a::after, .section.event-section.event-detail p.tour-full-date a::after {
  border: 2px solid rgb(34, 36, 91);
  border-top: 0;
  border-right: 0;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -75%) rotate(-45deg);
  transition: transform 350ms ease-out;
  width: 8px;
}
section.event-section.event-detail .price-details, .section.event-section.event-detail .price-details {
  margin-bottom: 20px;
}
section.event-section.event-detail .is-map, .section.event-section.event-detail .is-map {
  margin-bottom: 30px;
  min-height: 300px;
}
section.event-section.event-detail aside.cardbox.assoc-events article.card .portal-item:hover .portal-content .info .title, .section.event-section.event-detail aside.cardbox.assoc-events article.card .portal-item:hover .portal-content .info .title {
  background-color: rgb(204, 204, 204);
}
section.event-section.event-detail .row, .section.event-section.event-detail .row {
  max-width: 1500px;
}
section.event-section.event-detail .row .column.maf-col-1, .section.event-section.event-detail .row .column.maf-col-1 {
  align-items: flex-start;
  padding-bottom: 25px;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content, .section.event-section.event-detail .row .column.maf-col-1 .maf-content {
  align-items: flex-start;
  max-width: 720px;
  text-align: left;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content .desc-l p:first-of-type, .section.event-section.event-detail .row .column.maf-col-1 .maf-content .desc-l p:first-of-type {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
}
section.event-section.event-detail .row .column.maf-col-2, .section.event-section.event-detail .row .column.maf-col-2 {
  padding-bottom: 25px;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content, .section.event-section.event-detail .row .column.maf-col-2 .maf-content {
  align-items: flex-start;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content > *:first-child, .section.event-section.event-detail .row .column.maf-col-2 .maf-content > *:first-child {
  margin-top: 0;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-s-link, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-s-link {
  color: rgb(215, 215, 215);
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-s-link i, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-s-link i {
  color: inherit;
  font-size: 2rem;
  vertical-align: middle;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-s-link a, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-s-link a {
  color: inherit;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-s-link a:hover, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-s-link a:hover {
  color: rgb(196, 9, 19);
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons {
  font-size: 2rem;
  margin-bottom: 20px;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a {
  margin-right: 5px;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a i, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a i {
  background-color: rgb(215, 215, 215);
  border-color: rgb(215, 215, 215);
  height: 1.9em;
  width: 1.9em;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a i::before, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a i::before {
  color: white;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a:hover i, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a:hover i {
  background-color: transparent;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a:hover i::before, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .social-icons a:hover i::before {
  color: rgb(215, 215, 215);
  top: 50%;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content .is-map, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .is-map {
  border: 10px solid rgb(196, 9, 19);
  margin-bottom: 20px;
}
section.event-section.event-detail .row .column.maf-col-3, .section.event-section.event-detail .row .column.maf-col-3 {
  align-items: flex-start;
  padding-top: 30px;
  text-align: left;
}
section.event-section.event-detail .row .column.maf-col-3 p, .section.event-section.event-detail .row .column.maf-col-3 p {
  font-size: 1.4rem;
}
section.event-section.event-detail .row .column.maf-col-3 p.big-text, .section.event-section.event-detail .row .column.maf-col-3 p.big-text {
  font-size: 1.8rem;
}
section.event-section.event-detail .row .column.maf-col-3 p.page-lead, .section.event-section.event-detail .row .column.maf-col-3 p.page-lead {
  font-size: 1.8rem;
  font-weight: 400;
}
section.event-section.event-detail .row .column.maf-col-3 h2, section.event-section.event-detail .row .column.maf-col-3 .h2-style, .section.event-section.event-detail .row .column.maf-col-3 h2, .section.event-section.event-detail .row .column.maf-col-3 .h2-style {
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
section.event-section.event-detail .row .column.maf-col-3 hr, .section.event-section.event-detail .row .column.maf-col-3 hr {
  max-width: none;
}
section.event-section.event-detail .row .column.maf-col-3 .maf-content, .section.event-section.event-detail .row .column.maf-col-3 .maf-content {
  max-width: 895px;
}
section.event-section.event-detail .row .column.maf-col-3 .maf-content .more-details p, .section.event-section.event-detail .row .column.maf-col-3 .maf-content .more-details p {
  font-size: 1.8rem;
}
section.event-section.event-detail .row .column.maf-col-3 .maf-content .more-details p.pp-prices, .section.event-section.event-detail .row .column.maf-col-3 .maf-content .more-details p.pp-prices {
  color: rgb(34, 36, 91);
}
section.event-section.event-detail .row .column.maf-tour-dates, .section.event-section.event-detail .row .column.maf-tour-dates {
  padding-top: 25px;
  padding-bottom: 25px;
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content {
  border-top: 1px solid rgb(22, 22, 21);
  border-bottom: 1px solid rgb(22, 22, 21);
  padding: 80px 0;
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  width: calc(100% + 50px);
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date {
  display: inline-block;
  flex: 0 0 auto;
  padding: 25px;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date {
    width: 33.333%;
  }
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date .td-content, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date .td-content {
  background-color: rgb(196, 9, 19);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 18px 20px;
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date .td-content .date, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date .td-content .date {
  font-size: 1.4rem;
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date .td-content .venue .venue-name, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date .td-content .venue .venue-name {
  font-weight: 700;
  margin-right: 20px;
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date .td-content .link a, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date .td-content .link a {
  color: rgb(34, 36, 91);
  font-size: 1.4rem;
  font-weight: 700;
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date.ended, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date.ended {
  opacity: 0.7;
}
section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date.hide, .section.event-section.event-detail .row .column.maf-tour-dates .maf-content .show-tour-dates .tour-date.hide {
  display: none;
}
section.event-section.event-detail .row .column.maf-col-4, .section.event-section.event-detail .row .column.maf-col-4 {
  padding-top: 0;
  padding-bottom: 15px;
}
section.event-section.event-gallery, .section.event-section.event-gallery {
  text-align: center;
}
section.event-section.event-gallery .row .column.maf-col-1, .section.event-section.event-gallery .row .column.maf-col-1 {
  padding-top: 20px;
}
section.event-section.assoc .header, .section.event-section.assoc .header {
  padding: 0;
}
section.event-section.assoc .header h2, .section.event-section.assoc .header h2 {
  color: rgb(196, 9, 19);
}
section.event-section.assoc .header .maf-content, .section.event-section.assoc .header .maf-content {
  max-width: none;
  text-align: left;
}
section.event-section.assoc .row, .section.event-section.assoc .row {
  background-color: white;
}
section.event-section.assoc .row .column, .section.event-section.assoc .row .column {
  padding-top: 25px;
}
section.event-section.festival-overview > .row .column, .section.event-section.festival-overview > .row .column {
  overflow: visible;
}
section.event-section.festival-overview div.cardbox article.card, section.event-section.festival-overview aside.cardbox article.card, .section.event-section.festival-overview div.cardbox article.card, .section.event-section.festival-overview aside.cardbox article.card {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.event-section.festival-overview div.cardbox article.card, section.event-section.festival-overview aside.cardbox article.card, .section.event-section.festival-overview div.cardbox article.card, .section.event-section.festival-overview aside.cardbox article.card {
    width: 33.333%;
  }
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content {
  color: rgb(22, 22, 21);
  text-align: center;
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .tn, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .tn, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .tn, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .tn {
  margin-bottom: 10px;
  overflow: visible;
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .info, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .info, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .info, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .info {
  align-items: center;
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title {
  margin-bottom: auto;
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title.next, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title.next, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title.next, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title.next {
  background-image: url("/images/Layout/header-flag.png");
  background-size: 100% 100%;
  color: white;
  font-size: 2rem;
  padding: 1.8% 6.2% 5.5% 6.2%;
  text-transform: uppercase;
  width: auto;
}
@media only screen and (min-width: 1152px) {
  section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title.next, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title.next, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title.next, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title.next {
    font-size: 3.3rem;
  }
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title.pending, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title.pending, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title.pending, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title.pending {
  background-color: rgb(34, 36, 91);
  border-radius: 1rem;
  margin-top: auto;
  max-width: 70%;
  padding: 5px;
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title.pending.pink, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title.pending.pink, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .title.pending.pink, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .title.pending.pink {
  background-color: rgb(215, 215, 215);
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .desc, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .desc, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .desc, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .desc {
  padding: 20px 0 40px 0;
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .desc p, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .desc p, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .desc p, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .desc p {
  margin-bottom: 0;
  text-transform: uppercase;
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .desc p.dates, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .desc p.dates, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .desc p.dates, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .desc p.dates {
  font-family: "Halant", serif;
  font-size: 3rem;
  line-height: 1.1;
}
section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .button, section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .button, .section.event-section.festival-overview div.cardbox article.card .portal-item .portal-content .button, .section.event-section.festival-overview aside.cardbox article.card .portal-item .portal-content .button {
  align-self: center;
}
section.event-section.festival-overview .section.two-column p.event, .section.event-section.festival-overview .section.two-column p.event {
  font-size: 2.2rem;
  text-transform: uppercase;
}
section.event-section.festival-overview .section.two-column .body, .section.event-section.festival-overview .section.two-column .body {
  margin-bottom: 30px;
}
section.event-section.festival-overview .section.two-column .body p:first-child, .section.event-section.festival-overview .section.two-column .body p:first-child {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
}
section.event-section.festival-overview .section.two-column .row .column .maf-bg-overlay, .section.event-section.festival-overview .section.two-column .row .column .maf-bg-overlay {
  background-size: 100% auto;
  background-position: bottom;
}
section.event-section.festival-overview .section.two-column .row .column .maf-col-i > .maf-content, .section.event-section.festival-overview .section.two-column .row .column .maf-col-i > .maf-content {
  padding-bottom: 3vw;
}
section.event-section.festival-overview .section.two-column .row .column .maf-col-i > .maf-content img, .section.event-section.festival-overview .section.two-column .row .column .maf-col-i > .maf-content img {
  border: 0;
  box-shadow: none;
}
section.event-section.festival-overview .section.two-column.next, .section.event-section.festival-overview .section.two-column.next {
  border-top: 1px solid rgb(255, 255, 255);
}
section.event-section.festival-overview .section.two-column.next .row .column.maf-col-2, .section.event-section.festival-overview .section.two-column.next .row .column.maf-col-2 {
  min-height: 66vw;
}
@media only screen and (min-width: 1024px) {
  section.event-section.festival-overview .section.two-column.next .row .column.maf-col-2, .section.event-section.festival-overview .section.two-column.next .row .column.maf-col-2 {
    min-height: 0;
  }
}
section.event-section.festival-overview .section.two-column.pending .row .column.maf-col-1 .maf-background, .section.event-section.festival-overview .section.two-column.pending .row .column.maf-col-1 .maf-background {
  background-position: right center;
}
section.event-section.festival-overview .section.two-column.pending .row .column.maf-col-1 .maf-content, .section.event-section.festival-overview .section.two-column.pending .row .column.maf-col-1 .maf-content {
  padding-top: 60px;
}
section.event-section.festival-overview .section.two-column.pending .row .column.maf-col-2 .maf-background, .section.event-section.festival-overview .section.two-column.pending .row .column.maf-col-2 .maf-background {
  background-position: left center;
}
@media only screen and (min-width: 1024px) {
  section.event-section.festival-overview .section.two-column.pending .row .column.maf-col-2 .maf-content, .section.event-section.festival-overview .section.two-column.pending .row .column.maf-col-2 .maf-content {
    padding-top: 60px;
  }
}
section.event-section.festival-overview .section.pending .abs-head, .section.event-section.festival-overview .section.pending .abs-head {
  background-color: rgba(255, 255, 255, 0.66);
  border-top: 1px solid rgb(22, 22, 21);
  font-family: "Halant", serif;
  left: 0;
  padding: 20px 40px 10px 40px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.event-section.festival-overview .section.single .row .column .maf-content, .section.event-section.festival-overview .section.single .row .column .maf-content {
  max-width: 550px;
  padding-top: 60px;
}
section.event-section.exhibitor-portal .row, .section.event-section.exhibitor-portal .row {
  max-width: none;
  padding: 0;
}
section.event-section.exhibitor-portal .row .column, .section.event-section.exhibitor-portal .row .column {
  padding-top: 25px;
  padding-right: 0;
  padding-left: 0;
}
section.shop-section.category-list div.cardbox article.card .portal-item .portal-content .paypal, .section.shop-section.category-list div.cardbox article.card .portal-item .portal-content .paypal {
  width: 100%;
}
section.shop-section.category-list div.cardbox article.card .portal-item .portal-content .paypal button, .section.shop-section.category-list div.cardbox article.card .portal-item .portal-content .paypal button {
  background-color: white;
  border: 4px solid white;
  color: rgb(196, 9, 19);
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  padding: 6px 20px;
}
section.shop-section.category-list div.cardbox article.card .portal-item .portal-content .paypal button:hover, .section.shop-section.category-list div.cardbox article.card .portal-item .portal-content .paypal button:hover {
  background-color: transparent;
  color: white;
}
section.shop-section.product-list .header .maf-content h1, section.shop-section.product-list .header .maf-content .h1-style, .section.shop-section.product-list .header .maf-content h1, .section.shop-section.product-list .header .maf-content .h1-style {
  color: rgb(255, 255, 255);
  margin: 40px 0 25px 0;
}
section.shop-section.product-list .header .maf-content h2, section.shop-section.product-list .header .maf-content .h2-style, .section.shop-section.product-list .header .maf-content h2, .section.shop-section.product-list .header .maf-content .h2-style {
  font-size: 2rem;
}
section.shop-section.product-list .row, .section.shop-section.product-list .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  section.shop-section.product-list .row, .section.shop-section.product-list .row {
    flex-direction: row;
  }
}
section.shop-section.product-list .filter-bar, .section.shop-section.product-list .filter-bar {
  border-left: 1px solid rgb(34, 36, 91);
  color: rgb(26, 26, 26);
  display: flex;
  flex-direction: column;
  font-family: "Halant", serif;
  font-size: 1.4rem;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  section.shop-section.product-list .filter-bar, .section.shop-section.product-list .filter-bar {
    flex-direction: row;
  }
}
section.shop-section.product-list .filter-bar::before, section.shop-section.product-list .filter-bar::after, .section.shop-section.product-list .filter-bar::before, .section.shop-section.product-list .filter-bar::after {
  background-color: rgb(34, 36, 91);
  bottom: auto;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
}
section.shop-section.product-list .filter-bar::after, .section.shop-section.product-list .filter-bar::after {
  bottom: 0;
  top: auto;
}
section.shop-section.product-list .filter-bar > div, .section.shop-section.product-list .filter-bar > div {
  display: inline-block;
  flex: 1 1 auto;
  min-height: 76px;
  min-width: 154px;
}
section.shop-section.product-list .filter-bar > div.label, .section.shop-section.product-list .filter-bar > div.label {
  align-items: center;
  border-right: 1px solid rgb(34, 36, 91);
  color: rgb(22, 22, 21);
  display: inline-flex;
  justify-content: center;
  padding: 10px;
  text-transform: uppercase;
}
section.shop-section.product-list .filter-bar > div.filter .select, .section.shop-section.product-list .filter-bar > div.filter .select {
  border-bottom: 0;
  border-left: 0;
}
section.shop-section.product-list .filter-bar > div.filter .select select, .section.shop-section.product-list .filter-bar > div.filter .select select {
  font-family: "Halant", serif;
}
section.shop-section.product-list .featured, .section.shop-section.product-list .featured {
  align-items: flex-start;
  border: 1px solid rgb(26, 26, 26);
  font-size: 2.2rem;
  margin-bottom: 50px;
  text-align: left;
}
section.shop-section.product-list .featured h2, .section.shop-section.product-list .featured h2 {
  background-color: rgb(34, 36, 91);
  border-bottom: 1px solid rgb(26, 26, 26);
  margin: 0;
  padding: 20px;
}
section.shop-section.product-list .featured .name, section.shop-section.product-list .featured .price, .section.shop-section.product-list .featured .name, .section.shop-section.product-list .featured .price {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  font-family: "Halant", serif;
}
section.shop-section.product-list .featured .price, .section.shop-section.product-list .featured .price {
  color: rgb(255, 255, 255);
}
section.shop-section.product-list .featured .price .sold, .section.shop-section.product-list .featured .price .sold {
  color: rgb(22, 22, 21);
}
section.shop-section.product-list .featured .row, .section.shop-section.product-list .featured .row {
  padding: 10px;
}
@media only screen and (min-width: 576px) {
  section.shop-section.product-list .featured .row, .section.shop-section.product-list .featured .row {
    padding: 20px;
  }
}
section.shop-section.product-list .featured .row .column, .section.shop-section.product-list .featured .row .column {
  padding: 10px;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  section.shop-section.product-list .featured .row .column, .section.shop-section.product-list .featured .row .column {
    padding: 20px;
  }
}
section.shop-section.product-list div.cardbox, .section.shop-section.product-list div.cardbox {
  justify-content: flex-start;
  max-width: 1226px;
}
section.shop-section.product-list div.cardbox article.card .portal-item, .section.shop-section.product-list div.cardbox article.card .portal-item {
  text-align: center;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content {
  align-items: center;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .tn, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .tn {
  max-width: 216px;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .tn.custom::after, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .tn.custom::after {
  padding-bottom: 191%;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .info, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .info {
  align-items: center;
  padding-top: 12px;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .title, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .title {
  color: rgb(22, 22, 21);
  font-size: 1.2rem;
  justify-content: center;
  margin-bottom: 12px;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .price, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .price {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 12px;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .paypal, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .paypal {
  width: 100%;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .paypal button, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .paypal button {
  background-color: white;
  border: 4px solid white;
  color: rgb(196, 9, 19);
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  padding: 6px 20px;
}
section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .paypal button:hover, .section.shop-section.product-list div.cardbox article.card .portal-item .portal-content .paypal button:hover {
  background-color: transparent;
  color: white;
}
section.shop-section.product-list.associated div.cardbox, .section.shop-section.product-list.associated div.cardbox {
  justify-content: center;
}
section.shop-section.product-list.associated div.cardbox article.card .portal-item .portal-content .title, .section.shop-section.product-list.associated div.cardbox article.card .portal-item .portal-content .title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
}
section.shop-section.product-list.associated h2, .section.shop-section.product-list.associated h2 {
  color: rgb(255, 255, 255);
  margin-top: 12px;
}
section.shop-section.product-list.associated .row .column, .section.shop-section.product-list.associated .row .column {
  padding-top: 40px;
}
section.shop-section.product-detail .name, .section.shop-section.product-detail .name {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
}
section.shop-section.product-detail .buy, .section.shop-section.product-detail .buy {
  background-color: rgb(34, 36, 91);
  border-color: rgb(34, 36, 91);
}
section.shop-section.product-detail .buy:hover, .section.shop-section.product-detail .buy:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.shop-section.product-detail .image-placeholder, .section.shop-section.product-detail .image-placeholder {
  background-color: rgb(34, 36, 91);
  position: relative;
}
section.shop-section.product-detail .image-placeholder::before, .section.shop-section.product-detail .image-placeholder::before {
  content: "";
  display: table;
  padding-bottom: 75%;
}
section.shop-section.product-detail .image-placeholder .maf-content, .section.shop-section.product-detail .image-placeholder .maf-content {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
section.shop-section.product-detail .image-browser, .section.shop-section.product-detail .image-browser {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.shop-section.product-detail .image-browser .image-viewer, .section.shop-section.product-detail .image-browser .image-viewer {
  flex: 1 1 auto;
  height: calc(100% - 130px);
  position: relative;
}
section.shop-section.product-detail .image-browser .image-viewer img, .section.shop-section.product-detail .image-browser .image-viewer img {
  display: inline-block;
  height: auto;
  width: 100%;
}
section.shop-section.product-detail .image-browser .image-viewer .image-no, .section.shop-section.product-detail .image-browser .image-viewer .image-no {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30px 0 0 0;
  bottom: 0;
  color: white;
  font-family: "Halant", serif;
  font-size: 1.8rem;
  padding: 10px 20px 10px 30px;
  position: absolute;
  right: 0;
}
section.shop-section.product-detail .image-browser .image-viewer .image-no i, .section.shop-section.product-detail .image-browser .image-viewer .image-no i {
  font-size: 2rem;
  margin-right: 8px;
  vertical-align: -10%;
}
section.shop-section.product-detail .image-browser #image-nav, .section.shop-section.product-detail .image-browser #image-nav {
  height: 120px;
  margin: 10px auto 0 auto;
  position: relative;
  width: calc(100% - 40px);
}
section.shop-section.product-detail .image-browser #image-nav .image-slide, .section.shop-section.product-detail .image-browser #image-nav .image-slide {
  border: 2px solid transparent;
  height: 120px;
  margin-right: 10px;
}
section.shop-section.product-detail .image-browser #image-nav .image-slide img, .section.shop-section.product-detail .image-browser #image-nav .image-slide img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
  transition: all 350ms ease-out;
  width: auto;
}
section.shop-section.product-detail .image-browser #image-nav .image-slide.is-selected, .section.shop-section.product-detail .image-browser #image-nav .image-slide.is-selected {
  border: 2px solid rgb(34, 36, 91);
}
section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button, .section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  width: 40px;
}
section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button.previous, .section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button.previous {
  left: -30px;
}
section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button.next, .section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button.next {
  right: -30px;
}
section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button .flickity-button-icon, .section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button .flickity-button-icon {
  fill: rgb(22, 22, 21);
}
section.shop-section.product-detail .product-images, .section.shop-section.product-detail .product-images {
  margin-bottom: 20px;
  max-width: 400px;
}
section.shop-section.product-detail .product-images .main-img, .section.shop-section.product-detail .product-images .main-img {
  padding: 0 5px 5px 0;
}
section.shop-section.product-detail .product-images .img-nav, .section.shop-section.product-detail .product-images .img-nav {
  align-items: center;
  display: flex;
  width: 100%;
}
section.shop-section.product-detail .product-images .img-nav > div, .section.shop-section.product-detail .product-images .img-nav > div {
  display: inline-block;
  flex: 1 1 25%;
  min-height: 65px;
  padding: 0 5px 0 0;
}
section.shop-section.product-detail .product-images .img-nav > div img, .section.shop-section.product-detail .product-images .img-nav > div img {
  cursor: pointer;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section.shop-section.product-detail .product-images .img-nav > div img.active, .section.shop-section.product-detail .product-images .img-nav > div img.active {
  border: 2px solid rgb(22, 22, 21);
}
section.shop-section.product-detail .price, .section.shop-section.product-detail .price {
  color: rgb(22, 22, 21);
  font-family: "Open Sans", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 30px;
  width: 100%;
}
section.shop-section.product-detail .price .sold, .section.shop-section.product-detail .price .sold {
  color: rgb(22, 22, 21);
}
section.shop-section.product-detail .description, .section.shop-section.product-detail .description {
  margin-bottom: 30px;
}
section.shop-section.product-detail .row, .section.shop-section.product-detail .row {
  max-width: 984px;
}
section.shop-section.product-detail .row .column, .section.shop-section.product-detail .row .column {
  padding-top: 25px;
  padding-bottom: 25px;
}
section.shop-section.product-detail .row .column .maf-content, .section.shop-section.product-detail .row .column .maf-content {
  align-items: flex-start;
}
section.shop-section.product-detail .row .column.maf-col-1, .section.shop-section.product-detail .row .column.maf-col-1 {
  justify-content: center;
}
section.shop-section.product-detail .row .column.maf-col-1 p, .section.shop-section.product-detail .row .column.maf-col-1 p {
  max-width: 396px;
}
section.shop-section.product-detail .row .column.maf-col-1 form, .section.shop-section.product-detail .row .column.maf-col-1 form {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
section.shop-section.product-detail .row .column.maf-col-1 form .spinner, .section.shop-section.product-detail .row .column.maf-col-1 form .spinner {
  margin-right: 40px;
}
section.shop-section.product-detail .row .column.maf-col-1 form button, .section.shop-section.product-detail .row .column.maf-col-1 form button {
  height: 56px;
  margin: 0;
}
section.shop-section.product-detail .row .column.maf-col-2 .maf-content, .section.shop-section.product-detail .row .column.maf-col-2 .maf-content {
  padding: 0;
  text-align: center;
}
section.shop-section.product-detail .row .column.maf-col-2 .maf-content p, .section.shop-section.product-detail .row .column.maf-col-2 .maf-content p {
  max-width: none;
}
section.shop-section.product-detail .row .column.prod-gallery, .section.shop-section.product-detail .row .column.prod-gallery {
  padding-bottom: 30px;
}
section.shop-section.product-detail .row .column.prod-gallery .image-browser .image-viewer .image-no, .section.shop-section.product-detail .row .column.prod-gallery .image-browser .image-viewer .image-no {
  display: none;
}
section.shop-section.product-detail.row-2, .section.shop-section.product-detail.row-2 {
  background-color: rgb(196, 9, 19);
  max-width: 1400px;
}
section.shop-section.product-detail.row-2 h2, section.shop-section.product-detail.row-2 .h2-style, .section.shop-section.product-detail.row-2 h2, .section.shop-section.product-detail.row-2 .h2-style {
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
}
section.shop-section.product-detail.row-2 .row, .section.shop-section.product-detail.row-2 .row {
  padding-bottom: 50px;
}
section.shop-section.product-detail.row-2 .row .column, .section.shop-section.product-detail.row-2 .row .column {
  padding-top: 50px;
  padding-bottom: 0;
}
section.shop-section.product-detail.row-2 .row .column.maf-col-3 h2, .section.shop-section.product-detail.row-2 .row .column.maf-col-3 h2 {
  font-size: 2rem;
}
section.shop-section.product-detail.row-2 .row .column.maf-col-3 p, .section.shop-section.product-detail.row-2 .row .column.maf-col-3 p {
  max-width: 415px;
}
section.shop-section.product-detail.row-2 .row .column.maf-col-4, .section.shop-section.product-detail.row-2 .row .column.maf-col-4 {
  align-items: flex-start;
  flex-direction: row;
}
section.shop-section.product-detail.row-2 .row .column.maf-col-4 .maf-content:first-child, .section.shop-section.product-detail.row-2 .row .column.maf-col-4 .maf-content:first-child {
  padding-right: 40px;
}
section.shop-section.product-detail.row-2 .row .column.maf-col-4 .maf-content:last-child, .section.shop-section.product-detail.row-2 .row .column.maf-col-4 .maf-content:last-child {
  max-width: 118px;
}
section.shop-section.product-detail.row-2 .row .column.maf-col-4 p, .section.shop-section.product-detail.row-2 .row .column.maf-col-4 p {
  margin-bottom: 18px;
  max-width: 226px;
}
section.shop-section.product-detail.row-2 .row .column.maf-col-4 p.label, .section.shop-section.product-detail.row-2 .row .column.maf-col-4 p.label {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
section.shop-section.shop-highlight div.cardbox article.card, .section.shop-section.shop-highlight div.cardbox article.card {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.shop-section.shop-highlight div.cardbox article.card, .section.shop-section.shop-highlight div.cardbox article.card {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  section.shop-section.shop-highlight div.cardbox article.card, .section.shop-section.shop-highlight div.cardbox article.card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 960px) {
  section.shop-section.shop-highlight div.cardbox article.card, .section.shop-section.shop-highlight div.cardbox article.card {
    width: 25%;
  }
}
section.shop-section.shop-highlight div.cardbox article.card .portal-item .portal-content .info, .section.shop-section.shop-highlight div.cardbox article.card .portal-item .portal-content .info {
  display: none;
}
section.shop-section.shop-highlight .row .column, .section.shop-section.shop-highlight .row .column {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  section.shop-section.shop-highlight .footer, .section.shop-section.shop-highlight .footer {
    margin-bottom: 50px;
  }
}
section.shop-section.shop-highlight .footer .maf-content, .section.shop-section.shop-highlight .footer .maf-content {
  font-size: 1.4rem;
  max-width: 940px;
}
section.shop-section.shop-highlight .footer .maf-content p, .section.shop-section.shop-highlight .footer .maf-content p {
  line-height: 1.6;
}
section.shop-section.shop-highlight .footer .maf-content:nth-child(2), .section.shop-section.shop-highlight .footer .maf-content:nth-child(2) {
  margin-top: 30px;
}
section.project-section .row .column, .section.project-section .row .column {
  min-height: 280px;
}
section.project-section .row .column.is-link, .section.project-section .row .column.is-link {
  text-align: center;
  justify-content: center;
}
section.project-section .row .column.is-link a, .section.project-section .row .column.is-link a {
  display: inline-block;
  line-height: 1;
  width: 100%;
}
section.project-section .row .column.is-link h2, .section.project-section .row .column.is-link h2 {
  display: inline-block;
  font-size: 3.2rem;
  margin: 0;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
section.project-section .row .column.is-link .price-string, .section.project-section .row .column.is-link .price-string {
  display: inline-block;
  font-family: "Halant", serif;
  font-size: 3rem;
  line-height: 1;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
section.project-section .row .column.is-link .maf-background, .section.project-section .row .column.is-link .maf-background {
  background-color: rgb(215, 215, 215);
}
section.project-section .row .column.is-link .maf-bg-overlay, .section.project-section .row .column.is-link .maf-bg-overlay {
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 700ms ease-out;
}
section.project-section .row .column.is-link .maf-bg-overlay::before, section.project-section .row .column.is-link .maf-bg-overlay::after, .section.project-section .row .column.is-link .maf-bg-overlay::before, .section.project-section .row .column.is-link .maf-bg-overlay::after {
  border: 1px solid rgb(34, 36, 91);
  content: "";
  display: inline-block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 700ms ease-out;
  width: 100%;
  z-index: -1;
}
section.project-section .row .column.is-link:hover .maf-bg-overlay, .section.project-section .row .column.is-link:hover .maf-bg-overlay {
  opacity: 1;
}
section.project-section .row .column.is-link:hover .maf-bg-overlay::before, .section.project-section .row .column.is-link:hover .maf-bg-overlay::before {
  height: calc(100% - 40px);
  width: calc(100% - 40px);
}
section.project-section .row .column.is-link:hover .maf-bg-overlay::after, .section.project-section .row .column.is-link:hover .maf-bg-overlay::after {
  height: calc(100% - 25px);
  width: calc(100% - 25px);
}
section.project-section .row .column.is-link .maf-content, .section.project-section .row .column.is-link .maf-content {
  border: 0;
  padding: 25px;
}
section.slideshow-section .row .column, .section.slideshow-section .row .column {
  justify-content: center;
}
section.slideshow-section .flickity-slideshow, section.slideshow-section .flickity-slideshow-edit, .section.slideshow-section .flickity-slideshow, .section.slideshow-section .flickity-slideshow-edit {
  width: 100%;
}
section.slideshow-section .flickity-slideshow .ss-slide, section.slideshow-section .flickity-slideshow-edit .ss-slide, .section.slideshow-section .flickity-slideshow .ss-slide, .section.slideshow-section .flickity-slideshow-edit .ss-slide {
  color: white;
  background-color: rgb(22, 22, 21);
  padding: 0;
  position: relative;
  width: 100%;
  /*&::before {
    color: $colour-1;
    content: open-quote;
    display: none;
    font-size: 4em;
    font-weight: 600;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
  }*/
}
section.slideshow-section .flickity-slideshow .ss-slide > div, section.slideshow-section .flickity-slideshow-edit .ss-slide > div, .section.slideshow-section .flickity-slideshow .ss-slide > div, .section.slideshow-section .flickity-slideshow-edit .ss-slide > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
section.slideshow-section .flickity-slideshow .ss-slide > div p, section.slideshow-section .flickity-slideshow-edit .ss-slide > div p, .section.slideshow-section .flickity-slideshow .ss-slide > div p, .section.slideshow-section .flickity-slideshow-edit .ss-slide > div p {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 1;
  padding: 0 20px;
  width: auto;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots .dot, section.slideshow-section .flickity-slideshow-edit .flickity-page-dots .dot, .section.slideshow-section .flickity-slideshow .flickity-page-dots .dot, .section.slideshow-section .flickity-slideshow-edit .flickity-page-dots .dot {
  border-color: transparent;
  background-image: linear-gradient(to bottom, #ababab, #c2c2c2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3) inset;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots .dot::before, section.slideshow-section .flickity-slideshow-edit .flickity-page-dots .dot::before, .section.slideshow-section .flickity-slideshow .flickity-page-dots .dot::before, .section.slideshow-section .flickity-slideshow-edit .flickity-page-dots .dot::before {
  background-color: #d7d7d7;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4), 0 1px 3px 0 rgba(255, 255, 255, 0.7) inset;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots .dot.is-selected::before, section.slideshow-section .flickity-slideshow-edit .flickity-page-dots .dot.is-selected::before, .section.slideshow-section .flickity-slideshow .flickity-page-dots .dot.is-selected::before, .section.slideshow-section .flickity-slideshow-edit .flickity-page-dots .dot.is-selected::before {
  height: 60%;
  width: 60%;
}
section.slideshow-section .flickity-slideshow-edit, .section.slideshow-section .flickity-slideshow-edit {
  min-height: 400px;
}
section.slideshow-section.has-aspect .row, .section.slideshow-section.has-aspect .row {
  padding: 0;
}
section.slideshow-section.has-aspect .row .column, .section.slideshow-section.has-aspect .row .column {
  padding: 0;
}
section.slideshow-section.has-aspect .flickity-slideshow .ss-slide::before, section.slideshow-section.has-aspect .flickity-slideshow-edit .ss-slide::before, .section.slideshow-section.has-aspect .flickity-slideshow .ss-slide::before, .section.slideshow-section.has-aspect .flickity-slideshow-edit .ss-slide::before {
  content: "";
  display: table;
  padding-bottom: 56.25%;
}
section.slideshow-section.has-aspect .flickity-slideshow .ss-slide .label, section.slideshow-section.has-aspect .flickity-slideshow-edit .ss-slide .label, .section.slideshow-section.has-aspect .flickity-slideshow .ss-slide .label, .section.slideshow-section.has-aspect .flickity-slideshow-edit .ss-slide .label {
  bottom: 80px;
  font-size: 1.6rem;
  position: absolute;
  right: 3%;
}
section.slideshow-section.has-aspect .flickity-page-dots, .section.slideshow-section.has-aspect .flickity-page-dots {
  bottom: 40px;
  position: absolute;
  right: 3%;
  width: auto;
}
section.slideshow-section.has-aspect .flickity-page-dots .dot, .section.slideshow-section.has-aspect .flickity-page-dots .dot {
  background-color: transparent;
  background-image: none;
  border-color: white;
  height: 20px;
  width: 20px;
}
section.slideshow-section.has-aspect .flickity-page-dots .dot::before, .section.slideshow-section.has-aspect .flickity-page-dots .dot::before {
  background-color: white;
}
section.slideshow-section.has-aspect .flickity-page-dots .dot.is-selected::before, .section.slideshow-section.has-aspect .flickity-page-dots .dot.is-selected::before {
  height: 60%;
  width: 60%;
}
section.simple-gallery figcaption, .section.simple-gallery figcaption {
  display: none;
}
section.simple-gallery .row .header .maf-content > *:first-child, .section.simple-gallery .row .header .maf-content > *:first-child {
  margin-top: 20px;
}
section.simple-gallery .row .column.maf-col-1, .section.simple-gallery .row .column.maf-col-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.simple-gallery .row .column.maf-col-1 .is-simple-gallery, .section.simple-gallery .row .column.maf-col-1 .is-simple-gallery {
  max-width: 1400px;
}
section.simple-gallery .row .footer .maf-content, .section.simple-gallery .row .footer .maf-content {
  max-width: 960px;
}
section.simple-gallery .row .footer .maf-content p, .section.simple-gallery .row .footer .maf-content p {
  font-size: 1.4rem;
  line-height: 1.6;
}
section.simple-gallery .row .footer .maf-content > *:last-child, .section.simple-gallery .row .footer .maf-content > *:last-child {
  margin-bottom: 30px !important;
}
section.booking-form .column, .section.booking-form .column {
  text-align: left;
}
section.booking-form h2, .section.booking-form h2 {
  font-size: 2.2rem;
  margin: 50px 0 28px 0;
}
section.booking-form p, .section.booking-form p {
  font-size: 1.8rem;
}
section.booking-form p.close, .section.booking-form p.close {
  margin: 0 0 5px 0;
}
section.booking-form form textarea, .section.booking-form form textarea {
  height: 180px;
}
section.booking-form table, .section.booking-form table {
  margin-bottom: 30px;
}
section.booking-form table tr td, .section.booking-form table tr td {
  font-size: 1.6rem;
}
section.booking-form table tr td select, .section.booking-form table tr td select {
  margin: 0;
}
section.booking-form table tr:nth-child(odd), .section.booking-form table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
section.booking-form table tr:first-child, .section.booking-form table tr:first-child {
  background-color: rgb(196, 9, 19);
  font-weight: bold;
  padding-bottom: 8px;
}
section.social-section .eapps-instagram-feed-posts-grid-load-more, .section.social-section .eapps-instagram-feed-posts-grid-load-more {
  display: none;
}
section.social-section .eapps-instagram-feed-posts-item, .section.social-section .eapps-instagram-feed-posts-item {
  border: 10px solid white;
}
section.social-section .blog-nav .blog-aside-content > a, .section.social-section .blog-nav .blog-aside-content > a {
  margin-bottom: 10px;
}
section.social-section .blog-nav .blog-aside-content > a .blog-current-item, .section.social-section .blog-nav .blog-aside-content > a .blog-current-item {
  font-size: 1.8rem;
}
section.social-section .blog-nav .blog-aside-content > a .blog-current-item p, .section.social-section .blog-nav .blog-aside-content > a .blog-current-item p {
  line-height: 1.4;
}
section.social-section .blog-nav .blog-aside-content > a:hover .blog-current-item, .section.social-section .blog-nav .blog-aside-content > a:hover .blog-current-item {
  color: rgb(196, 9, 19);
}
section.social-section .row, .section.social-section .row {
  padding: 0 25px;
}
@media only screen and (min-width: 1450px) {
  section.social-section .row, .section.social-section .row {
    padding: 0;
  }
}
section.social-section .row .column, .section.social-section .row .column {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0;
}
section.social-section .row .column .maf-content, .section.social-section .row .column .maf-content {
  text-align: left;
}
section.social-section .row .column .maf-content p.label, .section.social-section .row .column .maf-content p.label {
  font-family: "Halant", serif;
  font-size: 2.4rem;
}
@media only screen and (min-width: 960px) {
  section.social-section .row .column .maf-content p.label, .section.social-section .row .column .maf-content p.label {
    font-size: 3.6rem;
  }
}
section.social-section .row .column.maf-col-1, .section.social-section .row .column.maf-col-1 {
  align-items: flex-start;
}
section.social-section .row .column.maf-col-3 .maf-content .sc-links a, .section.social-section .row .column.maf-col-3 .maf-content .sc-links a {
  margin-right: 20px;
  margin-bottom: 20px;
}
section.social-section .row .column.maf-col-3 .maf-content .sc-links a:last-child, .section.social-section .row .column.maf-col-3 .maf-content .sc-links a:last-child {
  margin-right: 0;
}
section.social-section .row .column.maf-col-3 .maf-content .sc-links a img, .section.social-section .row .column.maf-col-3 .maf-content .sc-links a img {
  height: 40px;
}
section.projects .header, .section.projects .header {
  padding-top: 0;
  padding-bottom: 40px;
}
section.projects .header .maf-content, .section.projects .header .maf-content {
  padding-top: 40px;
  position: relative;
}
section.projects .header .maf-content::before, .section.projects .header .maf-content::before {
  background-color: rgb(22, 22, 21);
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  position: absolute;
}
section.projects .row, .section.projects .row {
  margin-bottom: 40px;
}
section.projects .row::before, .section.projects .row::before {
  background-color: rgb(22, 22, 21);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  position: absolute;
}
section.projects .row .column.quarter, .section.projects .row .column.quarter {
  max-width: 25%;
}
section.search-section .row .column.whole, .section.search-section .row .column.whole {
  padding-top: 30px;
  text-align: left;
}
section.search-section .row .column.whole .maf-content, .section.search-section .row .column.whole .maf-content {
  max-width: 900px;
}
section.search-section .row .column.whole .maf-content h2, .section.search-section .row .column.whole .maf-content h2 {
  font-size: 2.4rem;
}
section.search-section .row .column.whole .maf-content ul, .section.search-section .row .column.whole .maf-content ul {
  list-style-type: none;
  max-width: none;
  padding: 0;
}
section.search-section .row .column.whole .maf-content ul li, .section.search-section .row .column.whole .maf-content ul li {
  padding: 7px 10px 3px 10px;
}
section.search-section .row .column.whole .maf-content ul li::before, .section.search-section .row .column.whole .maf-content ul li::before {
  display: none;
}
section.search-section .row .column.whole .maf-content ul li:nth-of-type(even), .section.search-section .row .column.whole .maf-content ul li:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
section.search-section .row .column.whole .maf-content p.label, .section.search-section .row .column.whole .maf-content p.label {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
}
section.search-section .row .column.whole .maf-content.results, .section.search-section .row .column.whole .maf-content.results {
  align-items: flex-start;
  margin-bottom: 20px;
}
section.search-section .label, .section.search-section .label {
  margin-bottom: 10px;
}
section[class*=portal-].portal-section .row .column, .section[class*=portal-].portal-section .row .column {
  padding-bottom: 0;
}
section[class*=patchwork-] *[class*=maf-col-], .section[class*=patchwork-] *[class*=maf-col-] {
  justify-content: center;
  text-align: left;
}
section[class*=patchwork-].patchwork-3col-1 .maf-col-1, section[class*=patchwork-].patchwork-3col-1 .maf-col-2, .section[class*=patchwork-].patchwork-3col-1 .maf-col-1, .section[class*=patchwork-].patchwork-3col-1 .maf-col-2 {
  min-height: 50vw;
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-3col-1 .maf-col-1, section[class*=patchwork-].patchwork-3col-1 .maf-col-2, .section[class*=patchwork-].patchwork-3col-1 .maf-col-1, .section[class*=patchwork-].patchwork-3col-1 .maf-col-2 {
    min-height: 25vw;
  }
}
section[class*=patchwork-].patchwork-3col-1 .maf-col-3, .section[class*=patchwork-].patchwork-3col-1 .maf-col-3 {
  min-height: 100vw;
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-3col-1 .maf-col-3, .section[class*=patchwork-].patchwork-3col-1 .maf-col-3 {
    min-height: 50vw;
  }
}
section[class*=patchwork-].patchwork-3col-1 .maf-col-3.bg-2, .section[class*=patchwork-].patchwork-3col-1 .maf-col-3.bg-2 {
  justify-content: flex-start;
  min-height: 0;
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-3col-1 .maf-col-3.bg-2, .section[class*=patchwork-].patchwork-3col-1 .maf-col-3.bg-2 {
    min-height: 50vw;
  }
}
section[class*=patchwork-].patchwork-3col-2 .maf-col-1 .maf-content, .section[class*=patchwork-].patchwork-3col-2 .maf-col-1 .maf-content {
  align-self: flex-end;
  max-width: 92%;
}
@media only screen and (min-width: 1280px) {
  section[class*=patchwork-].patchwork-3col-2 .maf-col-1 .maf-content, .section[class*=patchwork-].patchwork-3col-2 .maf-col-1 .maf-content {
    max-width: 84%;
  }
}
section[class*=patchwork-].patchwork-3col-2 .maf-col-2, section[class*=patchwork-].patchwork-3col-2 .maf-col-3, .section[class*=patchwork-].patchwork-3col-2 .maf-col-2, .section[class*=patchwork-].patchwork-3col-2 .maf-col-3 {
  justify-content: flex-end;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 50vw;
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-3col-2 .maf-col-2, section[class*=patchwork-].patchwork-3col-2 .maf-col-3, .section[class*=patchwork-].patchwork-3col-2 .maf-col-2, .section[class*=patchwork-].patchwork-3col-2 .maf-col-3 {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
  }
}
section[class*=patchwork-].patchwork-3col-2 .maf-col-2 .button, section[class*=patchwork-].patchwork-3col-2 .maf-col-3 .button, .section[class*=patchwork-].patchwork-3col-2 .maf-col-2 .button, .section[class*=patchwork-].patchwork-3col-2 .maf-col-3 .button {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
section[class*=patchwork-].patchwork-3col-2 .maf-col-2 .button:hover, section[class*=patchwork-].patchwork-3col-2 .maf-col-3 .button:hover, .section[class*=patchwork-].patchwork-3col-2 .maf-col-2 .button:hover, .section[class*=patchwork-].patchwork-3col-2 .maf-col-3 .button:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
section[class*=patchwork-].patchwork-4col-1 .maf-col-1, section[class*=patchwork-].patchwork-4col-1 .maf-col-2, .section[class*=patchwork-].patchwork-4col-1 .maf-col-1, .section[class*=patchwork-].patchwork-4col-1 .maf-col-2 {
  min-height: 100vw;
  padding: 0 40px;
}
@media only screen and (min-width: 576px) {
  section[class*=patchwork-].patchwork-4col-1 .maf-col-1, section[class*=patchwork-].patchwork-4col-1 .maf-col-2, .section[class*=patchwork-].patchwork-4col-1 .maf-col-1, .section[class*=patchwork-].patchwork-4col-1 .maf-col-2 {
    min-height: 50vw;
  }
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-4col-1 .maf-col-1, section[class*=patchwork-].patchwork-4col-1 .maf-col-2, .section[class*=patchwork-].patchwork-4col-1 .maf-col-1, .section[class*=patchwork-].patchwork-4col-1 .maf-col-2 {
    min-height: 25vw;
    padding: 50px;
  }
}
section[class*=patchwork-].patchwork-4col-1 .maf-col-3, .section[class*=patchwork-].patchwork-4col-1 .maf-col-3 {
  min-height: 50vw;
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-4col-1 .maf-col-3, .section[class*=patchwork-].patchwork-4col-1 .maf-col-3 {
    min-height: 25vw;
  }
}
section[class*=patchwork-].patchwork-4col-1 .maf-col-4, .section[class*=patchwork-].patchwork-4col-1 .maf-col-4 {
  min-height: 100vw;
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-4col-1 .maf-col-4, .section[class*=patchwork-].patchwork-4col-1 .maf-col-4 {
    min-height: 50vw;
  }
}
section[class*=patchwork-].patchwork-4col-1 .maf-col-4.bg-2, .section[class*=patchwork-].patchwork-4col-1 .maf-col-4.bg-2 {
  justify-content: flex-start;
  min-height: 0;
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-4col-1 .maf-col-4.bg-2, .section[class*=patchwork-].patchwork-4col-1 .maf-col-4.bg-2 {
    min-height: 50vw;
  }
}
section[class*=patchwork-].patchwork-4col-1 .row.maf-row-2, .section[class*=patchwork-].patchwork-4col-1 .row.maf-row-2 {
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 576px) {
  section[class*=patchwork-].patchwork-4col-1 .row.maf-row-2, .section[class*=patchwork-].patchwork-4col-1 .row.maf-row-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
section[class*=patchwork-].patchwork-4col-2 .row .column, .section[class*=patchwork-].patchwork-4col-2 .row .column {
  padding: 0;
}
section[class*=patchwork-].patchwork-4col-2 .row .column .maf-content, .section[class*=patchwork-].patchwork-4col-2 .row .column .maf-content {
  font-size: 1.4rem;
  justify-content: center;
  padding: 40px;
  text-align: center;
}
section[class*=patchwork-].patchwork-4col-2 .row .column .maf-content p, .section[class*=patchwork-].patchwork-4col-2 .row .column .maf-content p {
  max-width: 240px;
}
section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-1, .section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-1 {
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 98vw;
}
@media only screen and (min-width: 1024px) {
  section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-1, .section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-1 {
    min-height: 700px;
  }
}
section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-1 .maf-content, .section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-1 .maf-content {
  background-color: white;
  max-width: 350px;
  min-height: 350px;
}
section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-2, .section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-2 {
  min-height: 350px;
}
section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-3, section[class*=patchwork-].patchwork-4col-2 .row .column .maf-col-4, .section[class*=patchwork-].patchwork-4col-2 .row .column.maf-col-3, .section[class*=patchwork-].patchwork-4col-2 .row .column .maf-col-4 {
  min-height: 350px;
}
section[class*=patchwork-].patchwork-4col-2 .row.maf-row-1, .section[class*=patchwork-].patchwork-4col-2 .row.maf-row-1 {
  box-shadow: 0 0 18px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
section[class*=patchwork-].patchwork-4col-2 .row.maf-row-3, .section[class*=patchwork-].patchwork-4col-2 .row.maf-row-3 {
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 576px) {
  section[class*=patchwork-].patchwork-4col-2 .row.maf-row-3, .section[class*=patchwork-].patchwork-4col-2 .row.maf-row-3 {
    flex-direction: row;
  }
}
section[class*=patchwork-].alt-1 .row .column.maf-col-1 .maf-content, .section[class*=patchwork-].alt-1 .row .column.maf-col-1 .maf-content {
  background-color: transparent;
}
section[class*=patchwork-].alt-1 .row .column.maf-col-3 .maf-content, .section[class*=patchwork-].alt-1 .row .column.maf-col-3 .maf-content {
  background-color: white;
}
section.mailchimp .field-shift, .section.mailchimp .field-shift {
  left: -9999px;
  position: absolute;
}
section.mailchimp label, .section.mailchimp label {
  font-weight: 500;
}
section.mailchimp .checkbox-group, .section.mailchimp .checkbox-group {
  list-style-type: none;
  padding: 0;
}
section.mailchimp .radio-group label, .section.mailchimp .radio-group label {
  font-weight: 400;
}
section.mailchimp .radio-group label input, .section.mailchimp .radio-group label input {
  margin-right: 10px;
}
section.mailchimp .row, .section.mailchimp .row {
  padding: 0 40px;
}
section.mailchimp .row .column, .section.mailchimp .row .column {
  padding-top: 0;
  text-align: left;
}
section.contact-section .title, .section.contact-section .title {
  color: rgb(196, 9, 19);
  font-size: 3.8rem;
  margin-bottom: 0;
  text-transform: none;
}
section.contact-section p.phone, .section.contact-section p.phone {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  line-height: 1.4;
  text-transform: none;
}
section.contact-section p.phone span, .section.contact-section p.phone span {
  margin-right: 10px;
}
section.contact-section p.phone a, .section.contact-section p.phone a {
  color: rgb(22, 22, 21);
  text-decoration: none;
}
section.contact-section p.phone a:hover, .section.contact-section p.phone a:hover {
  opacity: 0.7;
}
section.contact-section p.phone .img, .section.contact-section p.phone .img {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
}
section.contact-section p.phone .img img, .section.contact-section p.phone .img img {
  vertical-align: middle;
}
section.contact-section .social-icons, .section.contact-section .social-icons {
  display: inline-flex;
  font-size: 2.5rem;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding-top: 5px;
  vertical-align: middle;
  width: 100%;
}
section.contact-section .social-icons a, .section.contact-section .social-icons a {
  border: 0;
  margin-right: 5px;
  padding: 0;
}
section.contact-section .social-icons a i, .section.contact-section .social-icons a i {
  background-color: rgb(22, 22, 21);
  border: 2px solid rgb(22, 22, 21);
  border-radius: 50%;
  height: 1.6em;
  margin: 0;
  width: 1.6em;
}
section.contact-section .social-icons a i::before, .section.contact-section .social-icons a i::before {
  color: white;
  top: 50%;
}
section.contact-section .social-icons a i:hover, .section.contact-section .social-icons a i:hover {
  background-color: transparent;
}
section.contact-section .social-icons a i:hover::before, .section.contact-section .social-icons a i:hover::before {
  color: rgb(22, 22, 21);
}
section.contact-section #logo-contact, .section.contact-section #logo-contact {
  max-width: 350px;
}
section.contact-section .company-name, .section.contact-section .company-name {
  align-self: flex-start;
  display: inline-block;
  margin-bottom: 30px;
  max-width: 500px;
  width: auto;
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  color: rgb(196, 9, 19);
}
section.contact-section address, .section.contact-section address {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 500px;
  width: auto;
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}
section.contact-section .is-map, .section.contact-section .is-map {
  min-height: 310px;
}
section.contact-section form .maf-input.actions, .section.contact-section form .maf-input.actions {
  align-items: flex-start;
  display: flex;
  margin-bottom: 35px;
}
section.contact-section form .maf-input.actions button, section.contact-section form .maf-input.actions input, .section.contact-section form .maf-input.actions button, .section.contact-section form .maf-input.actions input {
  width: 100%;
}
section.contact-section form .maf-input.cap-con, .section.contact-section form .maf-input.cap-con {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
section.contact-section form .maf-input.cap-con .g-recap-con, .section.contact-section form .maf-input.cap-con .g-recap-con {
  margin: 0;
}
section.contact-section .row, .section.contact-section .row {
  padding: 0;
  padding-bottom: 50px;
}
@media only screen and (min-width: 576px) {
  section.contact-section .row, .section.contact-section .row {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
section.contact-section .row .column, .section.contact-section .row .column {
  padding: 50px 20px 0 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) {
  section.contact-section .row .column, .section.contact-section .row .column {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  section.contact-section .row .column, .section.contact-section .row .column {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.contact-section .row .column, .section.contact-section .row .column {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
section.contact-section .row .column.maf-col-2, .section.contact-section .row .column.maf-col-2 {
  align-items: flex-start;
}
section.contact-section .row .column.maf-col-2 .maf-content, .section.contact-section .row .column.maf-col-2 .maf-content {
  max-width: 490px;
}
section.nap-section, .section.nap-section {
  min-height: 0;
}
section.nap-section h1, section.nap-section .h1-style, .section.nap-section h1, .section.nap-section .h1-style {
  color: rgb(255, 255, 255);
  margin: 40px 0 25px 0 !important;
}
section.nap-section h2, section.nap-section .h2-style, .section.nap-section h2, .section.nap-section .h2-style {
  margin-bottom: 30px;
}
section.nap-section p, .section.nap-section p {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
}
section.nap-section p a, .section.nap-section p a {
  text-decoration: none;
}
section.nap-section p a:hover, .section.nap-section p a:hover {
  text-decoration: underline;
}
section.nap-section p.phone, .section.nap-section p.phone {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 30px 0;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  section.nap-section p.phone, .section.nap-section p.phone {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.nap-section p.phone, .section.nap-section p.phone {
    flex-direction: row;
  }
}
section.nap-section p.phone span, section.nap-section p.phone a, .section.nap-section p.phone span, .section.nap-section p.phone a {
  display: inline-block;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.nap-section p.phone span, section.nap-section p.phone a, .section.nap-section p.phone span, .section.nap-section p.phone a {
    width: 50%;
  }
}
section.nap-section p.phone span, .section.nap-section p.phone span {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  color: rgb(22, 22, 21);
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  section.nap-section p.phone span, .section.nap-section p.phone span {
    padding-left: 6.25%;
  }
}
section.nap-section p.phone a, .section.nap-section p.phone a {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  section.nap-section p.phone a, .section.nap-section p.phone a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  section.nap-section p.phone a, .section.nap-section p.phone a {
    padding-left: calc(5% + 20px);
  }
}
section.nap-section div.line, .section.nap-section div.line {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  flex: 0 0 auto;
  height: 1px;
  margin-left: auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.nap-section div.line, .section.nap-section div.line {
    width: 93.75%;
  }
}
section.nap-section address, .section.nap-section address {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.8rem;
}
section.nap-section .header p, .section.nap-section .header p {
  color: rgb(22, 22, 21);
}
section.nap-section .row, .section.nap-section .row {
  max-width: 984px;
}
section.nap-section .row .column .maf-content, .section.nap-section .row .column .maf-content {
  align-items: flex-start;
}
section.nap-section .row .column.maf-col-1, section.nap-section .row .column.maf-col-2, .section.nap-section .row .column.maf-col-1, .section.nap-section .row .column.maf-col-2 {
  padding: 50px 20px 0 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) {
  section.nap-section .row .column.maf-col-1, section.nap-section .row .column.maf-col-2, .section.nap-section .row .column.maf-col-1, .section.nap-section .row .column.maf-col-2 {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  section.nap-section .row .column.maf-col-1, section.nap-section .row .column.maf-col-2, .section.nap-section .row .column.maf-col-1, .section.nap-section .row .column.maf-col-2 {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.nap-section .row .column.maf-col-1, section.nap-section .row .column.maf-col-2, .section.nap-section .row .column.maf-col-1, .section.nap-section .row .column.maf-col-2 {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.nap-section .row .column.maf-col-1 .maf-content, .section.nap-section .row .column.maf-col-1 .maf-content {
    padding-left: 12.5%;
  }
}
@media only screen and (min-width: 1024px) {
  section.nap-section .row .column.maf-col-2 .maf-content, .section.nap-section .row .column.maf-col-2 .maf-content {
    padding-left: 10%;
  }
}
section.nap-section .row.map, .section.nap-section .row.map {
  max-width: none;
}
section.nap-section .row.map .column, .section.nap-section .row.map .column {
  max-width: none;
  padding: 0;
}
section.nap-section .row.map .column .maf-content, .section.nap-section .row.map .column .maf-content {
  max-width: none;
  padding: 0;
}
section.nap-section .row.map .column .maf-content .is-map, .section.nap-section .row.map .column .maf-content .is-map {
  min-height: 100vw;
}
@media only screen and (min-width: 1024px) {
  section.nap-section .row.map .column .maf-content .is-map, .section.nap-section .row.map .column .maf-content .is-map {
    min-height: 33vw;
  }
}
section.map-section .row .column .maf-content .is-map, .section.map-section .row .column .maf-content .is-map {
  border: 16px solid rgb(196, 9, 19);
  overflow: hidden;
}
section.map-section .row .column .maf-content .is-map::before, .section.map-section .row .column .maf-content .is-map::before {
  content: "";
  display: table;
  padding-bottom: 100%;
  width: 100%;
}
section.place-map-section .is-map, .section.place-map-section .is-map {
  height: 100%;
  min-height: 500px;
  max-width: 92%;
}
@media only screen and (min-width: 1280px) {
  section.place-map-section .is-map, .section.place-map-section .is-map {
    max-width: 84%;
  }
}
section.place-map-section .row.nested, .section.place-map-section .row.nested {
  margin: 0 0 0 auto;
  max-width: 92%;
}
@media only screen and (min-width: 576px) {
  section.place-map-section .row.nested, .section.place-map-section .row.nested {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  section.place-map-section .row.nested, .section.place-map-section .row.nested {
    max-width: 84%;
  }
}
section.place-map-section .row.nested .column .maf-content, .section.place-map-section .row.nested .column .maf-content {
  max-width: none;
}
section.place-map-section .row.nested .column.maf-col-3, .section.place-map-section .row.nested .column.maf-col-3 {
  padding: 40px 20px 0 0;
}
section.place-map-section .row.nested .column.maf-col-3 .maf-content, .section.place-map-section .row.nested .column.maf-col-3 .maf-content {
  align-self: flex-end;
}
section.place-map-section .row.nested .column.maf-col-4, .section.place-map-section .row.nested .column.maf-col-4 {
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 576px) {
  section.place-map-section .row.nested .column.maf-col-4, .section.place-map-section .row.nested .column.maf-col-4 {
    padding: 40px 0 0 20px;
  }
}
section.product-static .intro .button, .section.product-static .intro .button {
  background-color: rgb(22, 22, 21);
  color: white;
}
section.product-static .intro .button:hover, .section.product-static .intro .button:hover {
  background-color: transparent;
  color: rgb(22, 22, 21);
}
section.product-static .toggle-click, .section.product-static .toggle-click {
  padding-left: 30px;
}
section.product-static .toggle-click:hover, .section.product-static .toggle-click:hover {
  background-color: rgb(255, 255, 255);
}
section.product-static .is-toggle-group, .section.product-static .is-toggle-group {
  margin-bottom: 30px;
}
section.product-static .row .column .maf-content, .section.product-static .row .column .maf-content {
  margin-bottom: 30px;
}
section.product-static .row .column .title > *, .section.product-static .row .column .title > * {
  margin: 0;
}
section.product-static .row .column .title p, .section.product-static .row .column .title p {
  font-size: 2.5rem;
}
section.product-static .row .column.maf-col-2, .section.product-static .row .column.maf-col-2 {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  section.product-static .row .column.maf-col-2, .section.product-static .row .column.maf-col-2 {
    padding-top: 0;
  }
}
section.product-static .row .column.maf-col-2 .maf-content, .section.product-static .row .column.maf-col-2 .maf-content {
  flex-direction: row;
  flex-wrap: wrap;
}
section.product-static .row .column.maf-col-2 .maf-content [class*=maf-img-], .section.product-static .row .column.maf-col-2 .maf-content [class*=maf-img-] {
  margin-bottom: 20px;
}
section.product-static .row .column.maf-col-2 .maf-content .maf-img-2, section.product-static .row .column.maf-col-2 .maf-content .maf-img-3, .section.product-static .row .column.maf-col-2 .maf-content .maf-img-2, .section.product-static .row .column.maf-col-2 .maf-content .maf-img-3 {
  width: calc(50% - 10px);
  margin-right: 10px;
}
section.product-static .row .column.maf-col-2 .maf-content .maf-img-3, .section.product-static .row .column.maf-col-2 .maf-content .maf-img-3 {
  margin-right: 0;
  margin-left: 10px;
}
section.squeeze-download, .section.squeeze-download {
  padding: 50px 0;
}
section.squeeze-download .header, .section.squeeze-download .header {
  text-align: center;
}
section.squeeze-download .g-recap-con .g-recaptcha, .section.squeeze-download .g-recap-con .g-recaptcha {
  left: 50%;
  transform: translateX(-50%);
}
section.squeeze-download .row .column .maf-content, .section.squeeze-download .row .column .maf-content {
  max-width: 750px;
}
section.privacy-policy h1, .section.privacy-policy h1 {
  text-align: center;
}
section.privacy-policy h2, .section.privacy-policy h2 {
  font-size: 2.4rem;
  margin: 30px 0;
  text-transform: none;
}
section.privacy-policy p.page-lead, .section.privacy-policy p.page-lead {
  text-align: center;
  margin-bottom: 25px;
}
section.privacy-policy .row .column, .section.privacy-policy .row .column {
  align-items: center;
  text-align: left;
}
section.privacy-policy .row .column .maf-content, .section.privacy-policy .row .column .maf-content {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 800px;
}
section.account h1, section.account .h1-style, .section.account h1, .section.account .h1-style {
  color: rgb(196, 9, 19);
}
section.account .maf-form form label, .section.account .maf-form form label {
  font-size: 1.8rem;
  padding: 0;
}
section.account .maf-form form textarea, .section.account .maf-form form textarea {
  min-height: 200px;
}
section.account .form .column, .section.account .form .column {
  padding-top: 0;
  padding-bottom: 0;
}
section.account.one-column, .section.account.one-column {
  margin-bottom: 0;
}
section.account.one-column .row .column .maf-content, .section.account.one-column .row .column .maf-content {
  max-width: none;
}
section.account.one-column .row .column .maf-form, .section.account.one-column .row .column .maf-form {
  max-width: none;
}
section.account.one-column .row .column .maf-form button, .section.account.one-column .row .column .maf-form button {
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 50px;
}
section.account#login-s .row .column .maf-form, .section.account#login-s .row .column .maf-form {
  max-width: 400px;
}
section.account#login-menu-s .row, .section.account#login-menu-s .row {
  max-width: none;
}
section.account#login-menu-s .row .column, .section.account#login-menu-s .row .column {
  padding-top: 5px;
  padding-bottom: 10px;
}
section.account#login-menu-s .row .column .maf-content, .section.account#login-menu-s .row .column .maf-content {
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
  max-width: none;
}
section.account#login-menu-s .row .column .maf-content .maf-form, .section.account#login-menu-s .row .column .maf-content .maf-form {
  display: inline-block;
  max-width: 400px;
  width: auto;
}
section.account#login-menu-s .row .column .maf-content button, section.account#login-menu-s .row .column .maf-content .button, .section.account#login-menu-s .row .column .maf-content button, .section.account#login-menu-s .row .column .maf-content .button {
  align-self: auto;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: white;
  margin-bottom: 0;
  margin-left: 10px;
  min-height: 0;
  padding: 3px 10px;
  width: auto;
}
section.account#login-menu-s + section::after, .section.account#login-menu-s + section::after {
  display: none;
}
section.account#login .row .column, .section.account#login .row .column {
  background-color: transparent;
  padding-bottom: 0;
}
section.account#login .row .column .maf-content, .section.account#login .row .column .maf-content {
  max-width: none;
}
section.account#login .row .column .maf-content .maf-form, .section.account#login .row .column .maf-content .maf-form {
  padding-top: 0;
}
section.account#register h1, section.account#register .h1-style, .section.account#register h1, .section.account#register .h1-style {
  color: rgb(215, 215, 215);
}
section.account#register .row .column .maf-content form, .section.account#register .row .column .maf-content form {
  max-width: none;
  justify-content: center;
}
section.account#register .row .column .maf-content form .packages, .section.account#register .row .column .maf-content form .packages {
  display: inline-block;
  margin-bottom: 30px;
}
section.account#register .row .column .maf-content .form, .section.account#register .row .column .maf-content .form {
  max-width: none;
}
section.account.account-menu .row .column, .section.account.account-menu .row .column {
  padding-top: 30px;
  padding-bottom: 0;
}
section.account.account-menu .row .column .actions, .section.account.account-menu .row .column .actions {
  border-top: 1px solid rgb(22, 22, 21);
  border-bottom: 1px solid rgb(22, 22, 21);
  padding-bottom: 15px;
  width: 100%;
}
section.account.account-menu .row .column .actions .button, .section.account.account-menu .row .column .actions .button {
  margin: 15px 2px 0 2px;
}
section.account.account-update h3, section.account.account-update .h3-style, .section.account.account-update h3, .section.account.account-update .h3-style {
  color: rgb(215, 215, 215);
}
section.account.account-update form, section.account.account-update .form, .section.account.account-update form, .section.account.account-update .form {
  max-width: none;
}
section.account.account-update .row .column, .section.account.account-update .row .column {
  padding-top: 30px;
}
section.account.account-update.pw .maf-form form, .section.account.account-update.pw .maf-form form {
  align-items: center;
  flex-direction: column;
}
section.account.account-update.pw .maf-form form .maf-input, .section.account.account-update.pw .maf-form form .maf-input {
  max-width: 400px;
}
section.account.account-update.regc form, section.account.account-update.regc .form, .section.account.account-update.regc form, .section.account.account-update.regc .form {
  max-width: 700px;
}
@media only screen and (min-width: 768px) {
  section.special-1 .header, .section.special-1 .header {
    height: 300px;
  }
}
section.special-1 .header .maf-content, .section.special-1 .header .maf-content {
  align-items: flex-start;
  filter: grayscale(100%);
  opacity: 0;
  max-width: none;
  text-align: left;
  transform: translateY(60px);
  transition: all 1200ms ease-out;
}
section.special-1 .header .maf-content h1, section.special-1 .header .maf-content .h1-style, section.special-1 .header .maf-content h2, section.special-1 .header .maf-content .h2-style, section.special-1 .header .maf-content h3, section.special-1 .header .maf-content .h3-style, section.special-1 .header .maf-content h4, section.special-1 .header .maf-content .h4-style, section.special-1 .header .maf-content h5, section.special-1 .header .maf-content .h5-style, section.special-1 .header .maf-content h6.h6-style, .section.special-1 .header .maf-content h1, .section.special-1 .header .maf-content .h1-style, .section.special-1 .header .maf-content h2, .section.special-1 .header .maf-content .h2-style, .section.special-1 .header .maf-content h3, .section.special-1 .header .maf-content .h3-style, .section.special-1 .header .maf-content h4, .section.special-1 .header .maf-content .h4-style, .section.special-1 .header .maf-content h5, .section.special-1 .header .maf-content .h5-style, .section.special-1 .header .maf-content h6.h6-style {
  max-width: 700px;
}
section.special-1 .header .maf-content p, .section.special-1 .header .maf-content p {
  font-size: 2.6rem;
}
section.special-1 .header .maf-content p.page-lead, .section.special-1 .header .maf-content p.page-lead {
  font-size: 2.2rem;
}
section.special-1 .header.anim .maf-content, .section.special-1 .header.anim .maf-content {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(0);
}
section.special-1 .row .column, .section.special-1 .row .column {
  padding: 50px 40px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  section.special-1 .row .column, .section.special-1 .row .column {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 960px) {
  section.special-1 .row .column, .section.special-1 .row .column {
    padding: 50px 40px;
  }
}
section.special-1 .row .column > div, .section.special-1 .row .column > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin: 20px 0;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  section.special-1 .row .column > div, .section.special-1 .row .column > div {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1290px) {
  section.special-1 .row .column > div, .section.special-1 .row .column > div {
    height: 300px;
    margin: 50px 0;
  }
}
@media only screen and (min-width: 576px) {
  section.special-1 .row .column > div:nth-of-type(even), .section.special-1 .row .column > div:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
section.special-1 .row .column > div .img, .section.special-1 .row .column > div .img {
  display: inline-block;
  flex: 1 1 auto;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  section.special-1 .row .column > div .img, .section.special-1 .row .column > div .img {
    flex: 1 1 30%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  section.special-1 .row .column > div .img, .section.special-1 .row .column > div .img {
    flex: 0 0 295px;
  }
}
section.special-1 .row .column > div .img img, .section.special-1 .row .column > div .img img {
  transform: scale(0);
  transition: transform 350ms ease-out;
  transform-origin: 50% 0;
  margin-bottom: 10px;
  max-width: 150px;
}
@media only screen and (min-width: 576px) {
  section.special-1 .row .column > div .img img, .section.special-1 .row .column > div .img img {
    margin-bottom: 0;
    max-width: 100%;
  }
}
section.special-1 .row .column > div .img p, .section.special-1 .row .column > div .img p {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  margin: 8px 0 0 0;
  min-height: 48px;
  opacity: 0;
  text-align: center;
  transition: opacity 700ms ease-out 175ms;
}
section.special-1 .row .column > div .maf-content, .section.special-1 .row .column > div .maf-content {
  align-items: flex-start;
  flex: 1 1 auto;
  justify-content: center;
  max-width: 420px;
  padding: 0 40px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  section.special-1 .row .column > div .maf-content, .section.special-1 .row .column > div .maf-content {
    flex: 0 0 420px;
    text-align: left;
  }
}
section.special-1 .row .column > div .maf-content p, .section.special-1 .row .column > div .maf-content p {
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 700ms ease-out 700ms;
}
section.special-1 .row .column > div .maf-content p:first-child, .section.special-1 .row .column > div .maf-content p:first-child {
  color: rgb(196, 9, 19);
  font-size: 3rem;
  font-weight: 400;
  transition: opacity 700ms ease-out 350ms;
}
section.special-1 .row .column > div.anim .img img, .section.special-1 .row .column > div.anim .img img {
  transform: scale(1);
}
section.special-1 .row .column > div.anim .maf-content p, .section.special-1 .row .column > div.anim .maf-content p {
  opacity: 1;
}
section.special-1 .row .column > div#maf-con-6, .section.special-1 .row .column > div#maf-con-6 {
  align-items: flex-start;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 160px;
}
@media only screen and (min-width: 1290px) {
  section.special-1 .row .column > div#maf-con-6, .section.special-1 .row .column > div#maf-con-6 {
    display: flex;
  }
}
section.special-1 .row .column > div#maf-con-6 .img, .section.special-1 .row .column > div#maf-con-6 .img {
  flex: 0 1 185px;
  width: auto;
}
section.special-1 .row .column > div#maf-con-6 .img.anim img, .section.special-1 .row .column > div#maf-con-6 .img.anim img {
  transform: scale(1);
}
section.special-1 .row .column > div#maf-con-6 .img.anim p, .section.special-1 .row .column > div#maf-con-6 .img.anim p {
  opacity: 1;
}
section.special-1 .row .column > svg, .section.special-1 .row .column > svg {
  display: none;
  z-index: 0;
}
@media only screen and (min-width: 1290px) {
  section.special-1 .row .column > svg, .section.special-1 .row .column > svg {
    display: inline-block;
  }
}
section.special-1 .row .column > svg#line-1, .section.special-1 .row .column > svg#line-1 {
  height: 108px;
  position: absolute;
  top: 355px;
  width: 965px;
}
section.special-1 .row .column > svg#line-2, .section.special-1 .row .column > svg#line-2 {
  height: 112px;
  position: absolute;
  top: 753px;
  width: 975px;
}
section.special-1 .row .column > svg#line-3, .section.special-1 .row .column > svg#line-3 {
  height: 122px;
  position: absolute;
  top: 1149px;
  width: 1010px;
}
section.special-1 .row .column > svg#line-4, .section.special-1 .row .column > svg#line-4 {
  height: 130px;
  position: absolute;
  top: 1543px;
  width: 1040px;
}
section.special-1 .row .column > svg#line-5, .section.special-1 .row .column > svg#line-5 {
  height: 234px;
  position: absolute;
  top: 1940px;
  width: 1065px;
}
section.special-1.edit .header, .section.special-1.edit .header {
  height: 300px;
}
section.special-1.edit .header .maf-content, .section.special-1.edit .header .maf-content {
  filter: none;
  opacity: 1;
  transform: none;
}
section.special-1.edit .row .column > div .img img, .section.special-1.edit .row .column > div .img img {
  transform: none;
}
section.special-1.edit .row .column > div .img p, .section.special-1.edit .row .column > div .img p {
  opacity: 1;
}
section.special-1.edit .row .column > div .maf-content p, .section.special-1.edit .row .column > div .maf-content p {
  opacity: 1;
}
section.special-1.maf-f-c .footer .maf-content, .section.special-1.maf-f-c .footer .maf-content {
  padding-bottom: 50px;
}
section.map.interactive-map .is-map, .section.map.interactive-map .is-map {
  height: auto;
}
section.map.interactive-map .is-map::before, .section.map.interactive-map .is-map::before {
  content: "";
  display: table;
  padding-bottom: 125%;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.map.interactive-map .is-map::before, .section.map.interactive-map .is-map::before {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 768px) {
  section.map.interactive-map .is-map::before, .section.map.interactive-map .is-map::before {
    padding-bottom: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  section.map.interactive-map .is-map::before, .section.map.interactive-map .is-map::before {
    padding-bottom: 50%;
  }
}
section.map.interactive-map .is-map #google-map-interactive .gm-style-iw-t::after, .section.map.interactive-map .is-map #google-map-interactive .gm-style-iw-t::after {
  top: -5px !important;
}
section.map.interactive-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c, .section.map.interactive-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 380px !important;
  overflow: visible !important;
}
section.map.interactive-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c .gm-style-iw-d, .section.map.interactive-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}
section.map.interactive-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c > button, .section.map.interactive-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c > button {
  top: 25px !important;
  right: 10px !important;
  width: 40px !important;
  height: 40px !important;
}
section.map.interactive-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c > button img, .section.map.interactive-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c > button img {
  filter: brightness(0) invert(1) !important;
  width: 30px !important;
  height: 30px !important;
}
section.map.interactive-map .is-map #google-map-interactive .map-info-content .imcon, .section.map.interactive-map .is-map #google-map-interactive .map-info-content .imcon {
  padding: 0 15px;
}
section.map.interactive-map .is-map #google-map-interactive .map-info-content .imcon > div, .section.map.interactive-map .is-map #google-map-interactive .map-info-content .imcon > div {
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
  padding: 10px;
}
section.map.interactive-map .is-map #google-map-interactive .map-info-content .logo, .section.map.interactive-map .is-map #google-map-interactive .map-info-content .logo {
  background-color: rgb(196, 9, 19);
  padding: 21px;
}
section.map.interactive-map .is-map #google-map-interactive .map-info-content p, .section.map.interactive-map .is-map #google-map-interactive .map-info-content p {
  font-size: 1.4rem;
  margin-bottom: 5px;
  min-width: 200px;
}
section.map.interactive-map .is-map #google-map-interactive .map-info-content p.name, .section.map.interactive-map .is-map #google-map-interactive .map-info-content p.name {
  font-family: "Halant", serif;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 15px;
}
section.map.interactive-map .is-map #google-map-interactive .map-info-content a.button, .section.map.interactive-map .is-map #google-map-interactive .map-info-content a.button {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-radius: 20px;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 10px 0 30px 0;
  min-height: 0;
  min-width: 0;
  padding: 3px 25px;
}
section.map.interactive-map .is-map #google-map-interactive .map-info-content a.button:hover, .section.map.interactive-map .is-map #google-map-interactive .map-info-content a.button:hover {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
section.map.interactive-map #map-filters, .section.map.interactive-map #map-filters {
  padding-top: 20px;
}
section.map.interactive-map #map-filters .button, .section.map.interactive-map #map-filters .button {
  border: 1px solid rgb(22, 22, 21);
  border-radius: 0;
  color: rgb(22, 22, 21);
  font-weight: 400;
  margin: 0 3px 6px 0;
  padding: 20px 23px;
}
section.map.interactive-map #map-filters .button:hover, section.map.interactive-map #map-filters .button.active, .section.map.interactive-map #map-filters .button:hover, .section.map.interactive-map #map-filters .button.active {
  background-color: rgb(34, 36, 91);
  border-color: rgb(34, 36, 91);
  color: white;
}
section.map.interactive-map .row, .section.map.interactive-map .row {
  padding: 0 25px;
}
@media only screen and (min-width: 1450px) {
  section.map.interactive-map .row, .section.map.interactive-map .row {
    padding: 0;
  }
}
section.map.interactive-map .row .column, .section.map.interactive-map .row .column {
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
}
section.map.interactive-map .row .footer .maf-content, .section.map.interactive-map .row .footer .maf-content {
  max-width: 970px;
}
section.video-bg, .section.video-bg {
  background-color: black;
  color: white;
  min-height: 56.25vw;
  overflow: hidden;
}
section.video-bg .row .column, .section.video-bg .row .column {
  align-items: center;
  justify-content: center;
}
section.basket .basketerror, .section.basket .basketerror {
  color: red;
}
section.basket .maf-checkout-con, .section.basket .maf-checkout-con {
  width: 100%;
  padding: 0;
  margin: 0 auto 50px auto;
}
section.basket .maf-checkout-con a, .section.basket .maf-checkout-con a {
  color: rgb(204, 204, 204);
  text-decoration: none;
}
section.basket .maf-checkout-con a:hover, .section.basket .maf-checkout-con a:hover {
  opacity: 0.9;
}
section.basket .maf-checkout-con input[type=submit], section.basket .maf-checkout-con input input[type=reset], .section.basket .maf-checkout-con input[type=submit], .section.basket .maf-checkout-con input input[type=reset] {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: white;
}
section.basket .maf-checkout-con input[type=submit]:hover, section.basket .maf-checkout-con input input[type=reset]:hover, .section.basket .maf-checkout-con input[type=submit]:hover, .section.basket .maf-checkout-con input input[type=reset]:hover {
  opacity: 0.9;
}
section.basket .maf-checkout-con input[type=submit].update-button, section.basket .maf-checkout-con input input[type=reset].update-button, .section.basket .maf-checkout-con input[type=submit].update-button, .section.basket .maf-checkout-con input input[type=reset].update-button {
  border-radius: 1em;
  font-size: 1.4rem;
  padding: 5px 8px;
  text-transform: capitalize;
}
section.basket .maf-checkout-con .basket-row-head,
section.basket .maf-checkout-con .basket-row, .section.basket .maf-checkout-con .basket-row-head,
.section.basket .maf-checkout-con .basket-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head,
  section.basket .maf-checkout-con .basket-row, .section.basket .maf-checkout-con .basket-row-head,
  .section.basket .maf-checkout-con .basket-row {
    flex-wrap: nowrap;
  }
}
section.basket .maf-checkout-con .basket-row-head.price,
section.basket .maf-checkout-con .basket-row.price, .section.basket .maf-checkout-con .basket-row-head.price,
.section.basket .maf-checkout-con .basket-row.price {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head.price,
  section.basket .maf-checkout-con .basket-row.price, .section.basket .maf-checkout-con .basket-row-head.price,
  .section.basket .maf-checkout-con .basket-row.price {
    justify-content: flex-end;
  }
}
section.basket .maf-checkout-con .basket-row-head.totals,
section.basket .maf-checkout-con .basket-row.totals, .section.basket .maf-checkout-con .basket-row-head.totals,
.section.basket .maf-checkout-con .basket-row.totals {
  border-top: 1px solid rgb(22, 22, 21);
  margin-top: 5px;
}
section.basket .maf-checkout-con .basket-row-head > div,
section.basket .maf-checkout-con .basket-row > div, .section.basket .maf-checkout-con .basket-row-head > div,
.section.basket .maf-checkout-con .basket-row > div {
  display: inline-block;
  flex: 1 1 auto;
  font-size: 1.5rem;
  padding: 5px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head > div,
  section.basket .maf-checkout-con .basket-row > div, .section.basket .maf-checkout-con .basket-row-head > div,
  .section.basket .maf-checkout-con .basket-row > div {
    font-size: 1.6rem;
  }
}
section.basket .maf-checkout-con .basket-row-head > div.to-pay,
section.basket .maf-checkout-con .basket-row > div.to-pay, .section.basket .maf-checkout-con .basket-row-head > div.to-pay,
.section.basket .maf-checkout-con .basket-row > div.to-pay {
  background-color: rgba(214, 108, 81, 0.5);
}
section.basket .maf-checkout-con .basket-row-head .basket-name,
section.basket .maf-checkout-con .basket-row .basket-name, .section.basket .maf-checkout-con .basket-row-head .basket-name,
.section.basket .maf-checkout-con .basket-row .basket-name {
  padding: 8px 5px;
}
section.basket .maf-checkout-con .basket-row-head .basket-name.update,
section.basket .maf-checkout-con .basket-row .basket-name.update, .section.basket .maf-checkout-con .basket-row-head .basket-name.update,
.section.basket .maf-checkout-con .basket-row .basket-name.update {
  align-items: center;
  display: inline-flex;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-name.update,
  section.basket .maf-checkout-con .basket-row .basket-name.update, .section.basket .maf-checkout-con .basket-row-head .basket-name.update,
  .section.basket .maf-checkout-con .basket-row .basket-name.update {
    justify-content: flex-end;
  }
}
section.basket .maf-checkout-con .basket-row-head .basket-quantity,
section.basket .maf-checkout-con .basket-row .basket-quantity, .section.basket .maf-checkout-con .basket-row-head .basket-quantity,
.section.basket .maf-checkout-con .basket-row .basket-quantity {
  max-width: 75px;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-quantity,
  section.basket .maf-checkout-con .basket-row .basket-quantity, .section.basket .maf-checkout-con .basket-row-head .basket-quantity,
  .section.basket .maf-checkout-con .basket-row .basket-quantity {
    max-width: 100px;
    text-align: center;
  }
}
section.basket .maf-checkout-con .basket-row-head .basket-quantity input[type=number],
section.basket .maf-checkout-con .basket-row .basket-quantity input[type=number], .section.basket .maf-checkout-con .basket-row-head .basket-quantity input[type=number],
.section.basket .maf-checkout-con .basket-row .basket-quantity input[type=number] {
  font-size: 1.6rem;
  max-width: 50px;
  padding: 3px;
}
section.basket .maf-checkout-con .basket-row-head .basket-quantity.update input,
section.basket .maf-checkout-con .basket-row .basket-quantity.update input, .section.basket .maf-checkout-con .basket-row-head .basket-quantity.update input,
.section.basket .maf-checkout-con .basket-row .basket-quantity.update input {
  margin: 0;
}
section.basket .maf-checkout-con .basket-row-head .basket-price,
section.basket .maf-checkout-con .basket-row .basket-price, .section.basket .maf-checkout-con .basket-row-head .basket-price,
.section.basket .maf-checkout-con .basket-row .basket-price {
  max-width: 70px;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-price,
  section.basket .maf-checkout-con .basket-row .basket-price, .section.basket .maf-checkout-con .basket-row-head .basket-price,
  .section.basket .maf-checkout-con .basket-row .basket-price {
    max-width: 150px;
  }
}
section.basket .maf-checkout-con .basket-row-head .basket-price.to-pay,
section.basket .maf-checkout-con .basket-row .basket-price.to-pay, .section.basket .maf-checkout-con .basket-row-head .basket-price.to-pay,
.section.basket .maf-checkout-con .basket-row .basket-price.to-pay {
  max-width: 150px;
}
section.basket .maf-checkout-con .basket-row-head .basket-total-row,
section.basket .maf-checkout-con .basket-row .basket-total-row, .section.basket .maf-checkout-con .basket-row-head .basket-total-row,
.section.basket .maf-checkout-con .basket-row .basket-total-row {
  max-width: 70px;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-total-row,
  section.basket .maf-checkout-con .basket-row .basket-total-row, .section.basket .maf-checkout-con .basket-row-head .basket-total-row,
  .section.basket .maf-checkout-con .basket-row .basket-total-row {
    max-width: 120px;
  }
}
section.basket .maf-checkout-con .basket-row-head .basket-delete,
section.basket .maf-checkout-con .basket-row .basket-delete, .section.basket .maf-checkout-con .basket-row-head .basket-delete,
.section.basket .maf-checkout-con .basket-row .basket-delete {
  font-weight: 400;
  max-width: 70px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-delete,
  section.basket .maf-checkout-con .basket-row .basket-delete, .section.basket .maf-checkout-con .basket-row-head .basket-delete,
  .section.basket .maf-checkout-con .basket-row .basket-delete {
    max-width: 80px;
  }
}
section.basket .maf-checkout-con .basket-row-head, .section.basket .maf-checkout-con .basket-row-head {
  border-bottom: 1px solid rgb(22, 22, 21);
  color: rgb(22, 22, 21);
}
section.basket .maf-checkout-con .basket-row-head > div, .section.basket .maf-checkout-con .basket-row-head > div {
  color: rgb(196, 9, 19);
  font-weight: 700;
}
section.basket .maf-checkout-con .basket-row.item, .section.basket .maf-checkout-con .basket-row.item {
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row.item, .section.basket .maf-checkout-con .basket-row.item {
    margin: 0;
  }
}
section.basket .maf-checkout-con .basket-row.item:nth-of-type(odd), .section.basket .maf-checkout-con .basket-row.item:nth-of-type(odd) {
  background-color: rgba(110, 143, 120, 0.2);
}
section.basket .basket-buttons, .section.basket .basket-buttons {
  text-align: center;
  width: 100%;
}
section.basket .basket-buttons input + input, .section.basket .basket-buttons input + input {
  margin-left: 5px;
}
section.basket .billing-overview, .section.basket .billing-overview {
  align-self: flex-start;
  background-color: rgba(110, 143, 120, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  max-width: 800px;
  padding: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.basket .billing-overview, .section.basket .billing-overview {
    flex-direction: row;
    padding: 20px;
  }
}
section.basket .billing-overview > div, .section.basket .billing-overview > div {
  display: inline-block;
  flex: 1 1 50%;
  max-width: 380px;
  padding: 5px;
}
section.basket .billing-overview > div p span, .section.basket .billing-overview > div p span {
  display: inline-block;
  font-weight: 700;
  max-width: 140px;
  width: 100%;
}
section.basket .row .column, .section.basket .row .column {
  text-align: left;
}
.is-footer {
  background-image: url("/images/Layout/footer-bg.jpg");
  background-color: rgb(22, 22, 21);
  color: white;
  font-size: 1.8rem;
}
@media only screen and (min-width: 576px) {
  .is-footer {
    padding: 0;
    padding-top: 0;
  }
}
.is-footer a {
  color: inherit;
  align-self: center;
}
.is-footer p, .is-footer address, .is-footer .name, .is-footer .label {
  line-height: 1.4;
  margin-bottom: 20px;
}
.is-footer p i, .is-footer address i, .is-footer .name i, .is-footer .label i {
  display: none;
  height: 20px;
  opacity: 0.8;
  font-size: 1.6rem;
  margin-right: 10px;
  position: relative;
  vertical-align: -10%;
  width: 20px;
}
.is-footer p i::before, .is-footer address i::before, .is-footer .name i::before, .is-footer .label i::before {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.is-footer p.signup, .is-footer address.signup, .is-footer .name.signup, .is-footer .label.signup {
  font-size: 1.8rem;
}
.is-footer p.signup span, .is-footer address.signup span, .is-footer .name.signup span, .is-footer .label.signup span {
  display: inline-block;
  width: 100%;
}
.is-footer address {
  font-weight: 500;
  max-width: 240px;
}
.is-footer form {
  margin: 0 auto 30px auto;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .is-footer form {
    margin: 0 0 30px 0;
  }
}
.is-footer form input, .is-footer form button {
  display: inline-block;
  height: 67px;
  float: right;
  font-size: 3rem;
  margin: 0;
  padding: 18px;
}
.is-footer form input {
  border: 1px solid white;
  color: white;
  margin: 0 0 20px 0;
  max-width: 490px;
  vertical-align: top;
  width: calc(100% - 67px);
}
.is-footer form input::-moz-placeholder {
  color: white;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}
.is-footer form input::placeholder {
  color: white;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}
.is-footer form input:focus {
  color: white;
}
.is-footer form input:last-child {
  margin-right: 0;
}
.is-footer form button {
  border: 1px solid white;
  background: white;
  font-size: 1.8rem;
  margin: 0;
  text-align: center;
  width: 67px;
}
.is-footer form button.chevron::before, .is-footer form button.chevron::after {
  background-color: black;
}
.is-footer form button:hover, .is-footer form button:focus, .is-footer form button:active {
  background-color: white;
  border-color: white;
}
.is-footer .badges {
  align-items: center;
  display: flex;
  width: 100%;
}
.is-footer .badges a {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
}
.is-footer .badges a img {
  height: 75px;
}
.is-footer .badges a:first-child {
  padding-left: 0;
}
.is-footer .maf-logo {
  margin-bottom: auto;
  width: 100%;
}
.is-footer .maf-logo svg #name {
  fill: white !important;
}
.is-footer .maf-logo svg #strap {
  display: none;
}
.is-footer .phone-block {
  display: inline-block;
  color: white;
  margin-bottom: 0;
}
.is-footer .phone-block strong, .is-footer .phone-block span {
  display: none;
  font-weight: 400;
  padding-right: 5px;
}
.is-footer .site-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.is-footer .site-nav .bottom-nav {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.is-footer .site-nav .bottom-nav a {
  display: inline-block;
  font-weight: 400;
  padding: 6px 0;
  text-decoration: none;
  width: auto;
}
.is-footer .site-nav .bottom-nav a:hover {
  text-decoration: underline;
}
.is-footer .site-nav .bottom-nav a.lvl-2 {
  padding-left: 20px;
}
.is-footer .sicon .label {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.is-footer .sicon .social-icons {
  font-size: 2.4rem;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.is-footer .row {
  padding: 0;
  padding-bottom: 50px;
}
@media only screen and (min-width: 576px) {
  .is-footer .row {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
.is-footer .row .column {
  padding: 50px 20px 0 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .is-footer .row .column {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .is-footer .row .column {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .is-footer .row .column {
    padding: 50px 20px;
    padding-bottom: 0;
  }
}
.is-footer .row .column .maf-content {
  align-items: flex-start;
}
.is-footer .row .column .maf-content.flow-margin {
  margin-bottom: 30px;
}
.is-footer .row .column.maf-col-2 {
  width: 100%;
  text-align: center;
}
.is-footer .row .column.maf-col-2 .maf-content {
  padding: 0;
  margin: 0;
}
.is-footer .row .column.maf-col-3 {
  display: none;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 1024px) {
  .is-footer .row .column.maf-col-3 {
    align-items: flex-end;
  }
}
.is-footer .row .column.maf-col-3 p {
  font-family: "Halant", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  line-height: 1.25;
  max-width: 380px;
  text-transform: none;
}
.is-footer .row .column.maf-col-3 p.phone-block {
  font-family: "Halant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: #161615;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .is-footer .row .column.maf-col-3 .maf-content {
    align-items: flex-end;
    text-align: right;
  }
}
.is-footer .legals {
  color: white;
  display: block;
  padding: 50px 20px;
  padding-bottom: 200px;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 576px) {
  .is-footer .legals {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 960px) {
  .is-footer .legals {
    padding: 50px 20px;
  }
}
.is-footer .legals .row {
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  flex-direction: row;
  overflow: visible;
  margin: 0;
  min-height: 0;
  padding: 20px 0 0 0;
}
.is-footer .legals .row p {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  max-width: 100%;
  padding-bottom: 10px;
  text-align: center;
  width: auto;
}
.is-footer .legals .row p a {
  color: white;
}
.is-footer .legals .row p a:hover {
  color: rgb(196, 9, 19);
  text-decoration: none;
}
.is-footer .legals .row p:nth-of-type(2) {
  font-size: 2.4rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .is-footer .legals .row p:nth-of-type(1) {
    padding-right: 20px;
  }
  .is-footer .legals .row p:nth-of-type(2) {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  section.lines + section.lines .row .column .maf-col-i .maf-content::after {
    display: none;
  }
}
section.lines + section.lines .row .column.maf-col-1::after {
  bottom: auto;
  top: -50px;
}
section.lines + section.lines .row .column.maf-col-2 .maf-col-i .maf-content::after {
  display: none;
}/*# sourceMappingURL=tvw-main.css.map */