@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes dissappear {
  0% {
    display: inline-block;
    opacity: 1;
    transform: scale(1); }
  99% {
    height: 0;
    opacity: 0;
    padding: 0;
    transform: scale(0);
    width: 0; }
  100% {
    display: none;
    height: 0;
    opacity: 0;
    padding: 0;
    width: 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: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 400; }
  @media 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: #1a1a1a;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400; }
  @media only screen and (min-width: 768px) {
    header, section, footer, .section {
      font-size: 1.8rem; } }

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, .section {
  padding-right: 0;
  padding-left: 0; }
  @media only screen and (min-width: 960px) {
    section, .section {
      padding-right: 0;
      padding-left: 0; } }
  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: 1280px;
  padding: 0 5px 0 5px;
  width: 100%;
  z-index: 1; }
  @media only screen and (min-width: 576px) {
    .header {
      padding: 0 10px 0 10px; } }
  .header .maf-content {
    max-width: 1100px;
    padding: 80px 10px 0 10px;
    text-align: center; }
    @media only screen and (min-width: 576px) {
      .header .maf-content {
        padding: 160px 10px 0 10px; } }
    .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: 1280px;
  padding: 0 5px 80px 5px;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 576px) {
    .footer {
      padding: 0 10px 160px 10px; } }
  .footer .maf-content {
    padding: 0 5px; }
    @media only screen and (min-width: 576px) {
      .footer .maf-content {
        padding: 0 10px; } }

.is-nav-dock {
  height: 87px;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .is-nav-dock {
      height: 200px; } }
  .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: #e8680e;
    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: 10px;
      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: "Roboto", sans-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: 10px;
      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: #e8680e;
        font-size: 1.8rem;
        height: 100%;
        transition: all 350ms ease-out; }
        #sub-nav-dock #sub-nav #ticket-link a.button:hover {
          color: #f6b628;
          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: 10px;
      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: flex-start;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
  padding: 0 10px; }
  @media only screen and (min-width: 576px) {
    .row {
      padding: 0 10px; } }
  @media only screen and (min-width: 960px) {
    .row {
      padding: 0 10px; } }
  @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: 80px 10px; }
  @media only screen and (min-width: 576px) {
    .column {
      padding: 160px 10px; } }
  @media only screen and (min-width: 960px) {
    .column {
      padding: 160px 10px; } }
  @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; }

.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%; }

.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 {
  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: top; }

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; }

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: #f6b628;
  line-height: 1.4;
  text-decoration: none;
  transition: all 350ms ease-out; }

a:hover, a:focus, a:active {
  text-decoration: underline; }

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 35px 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 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 35px; }

h1, .h1-style {
  font-size: 4.2rem;
  font-weight: 500; }
  @media only screen and (min-width: 960px) {
    h1, .h1-style {
      font-size: 7rem; } }
  @media only screen and (min-width: 1280px) {
    h1, .h1-style {
      font-size: 9.8rem; } }

h2, .h2-style {
  font-size: 4.2rem;
  font-weight: 500; }
  @media only screen and (min-width: 960px) {
    h2, .h2-style {
      font-size: 7rem; } }
  @media only screen and (min-width: 1280px) {
    h2, .h2-style {
      font-size: 9.8rem; } }

h3, .h3-style {
  font-size: 3.6rem;
  font-weight: 500; }
  @media only screen and (min-width: 960px) {
    h3, .h3-style {
      font-size: 5.4rem; } }
  @media only screen and (min-width: 1280px) {
    h3, .h3-style {
      font-size: 7.2rem; } }

h4, .h4-style {
  font-size: 2.8rem;
  font-weight: 500; }
  @media only screen and (min-width: 960px) {
    h4, .h4-style {
      font-size: 4.3rem; } }
  @media only screen and (min-width: 1280px) {
    h4, .h4-style {
      font-size: 5.8rem; } }

h5, .h5-style {
  font-size: 3.6rem;
  font-weight: 500; }
  @media only screen and (min-width: 960px) {
    h5, .h5-style {
      font-size: 4.2rem; } }
  @media only screen and (min-width: 1280px) {
    h5, .h5-style {
      font-size: 4.8rem; } }

h6, .h6-style {
  font-size: 2.4rem;
  font-weight: 500; }
  @media only screen and (min-width: 960px) {
    h6, .h6-style {
      font-size: 2.7rem; } }
  @media only screen and (min-width: 1280px) {
    h6, .h6-style {
      font-size: 3rem; } }

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: 500; }

sup {
  font-size: 0.5em; }

hr {
  background-color: #1a1a1a;
  border: 0;
  display: inline-block;
  height: 2px;
  margin: 0 0 35px 0;
  max-width: 200px;
  width: 100%; }
  hr.heavy {
    margin: 35px 0 70px 0;
    border-top: 5px solid #1a1a1a; }

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

.maf-content ul, .maf-content ol {
  list-style-position: outside;
  margin: 0 0 35px 0;
  padding: 0 0 0 20px;
  width: 100%; }
  .maf-content ul li, .maf-content ol li {
    margin: 0 0 35px 0; }
    .maf-content ul li > p, .maf-content ol li > p {
      margin: 0; }
.maf-content ul {
  list-style-type: none !important;
  max-width: 620px;
  padding-left: 20px; }
  .maf-content ul li {
    margin-bottom: 17.5px;
    position: relative; }
    .maf-content ul li::before {
      border: 2px solid #1a1a1a;
      border-radius: 50%;
      content: '';
      color: inherit;
      display: inline-block;
      font-weight: bold;
      height: 8px;
      left: -20px;
      position: absolute;
      top: 8px;
      width: 8px; }
.maf-content ol {
  counter-reset: maf-ol-counter;
  list-style: none;
  padding: 0 0 0 1.5em;
  position: relative; }
  .maf-content ol li {
    counter-increment: maf-ol-counter;
    position: relative; }
    .maf-content ol li::before {
      content: counter(maf-ol-counter) ".";
      color: #1a1a1a;
      display: inline-block;
      font-family: "Roboto", sans-serif;
      font-size: 1em;
      height: 30px;
      left: -1.5em;
      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: #1a1a1a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 35px 0;
  max-width: 444px;
  padding: 97px 0 0 0;
  position: relative; }
  blockquote::before {
    background-image: url("/images/Layout/ui/quote-mark-3.svg");
    background-repeat: no-repeat;
    color: inherit;
    content: '';
    display: inline-block;
    height: 63px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    width: 70px; }
  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-weight: 400;
    line-height: 1.1;
    margin: 0 auto; }
    blockquote p.small-text {
      font-size: 1.6rem;
      font-style: italic;
      margin-top: 20px; }
    blockquote p:last-child {
      margin-bottom: 0; }
    blockquote p:nth-of-type(2) {
      color: #1a1a1a;
      font-family: "Roboto", sans-serif;
      font-size: 1.4rem;
      font-style: italic;
      font-weight: 400;
      margin-top: 20px;
      text-transform: uppercase; }

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 {
        text-align: center; }
      .maf-form form .maf-input i, .maf-form .form .maf-input i {
        color: #1a1a1a;
        display: none;
        position: absolute;
        right: 8px;
        top: 8px; }
    .maf-form form label, .maf-form .form label {
      font-size: 1.6rem;
      margin: 0;
      padding: 0 0 0 5px; }
      .maf-form form label sup, .maf-form .form label sup {
        color: #377192; }
    .maf-form form .g-recap-con, .maf-form .form .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; }
    .maf-form .a-f-resp h3 {
      margin: 0; }

input, textarea {
  background-color: transparent;
  border: 1px solid #1a1a1a;
  border-radius: 1px;
  color: #1a1a1a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
  outline-color: white;
  padding: 10px 33px 10px 15px;
  width: 100%; }
  input::placeholder, textarea::placeholder {
    color: #1a1a1a;
    font-family: "Roboto", sans-serif;
    opacity: 0.6; }
  input:focus, textarea:focus {
    background-color: rgba(50, 107, 163, 0.15); }
    input:focus::placeholder, textarea:focus::placeholder {
      opacity: 0.3; }

textarea {
  resize: none; }

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

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

input[type="submit"],
button.maf-button {
  align-items: center;
  align-self: flex-start;
  background-color: #f6b628;
  background-size: 100% 100%;
  border: 2px solid #f6b628;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto", 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: #377192;
    border-color: #1a1a1a;
    color: #1a1a1a;
    opacity: 1;
    text-decoration: none; }

.button, .button:visited, .button:focus, .button:active {
  align-items: center;
  align-self: flex-start;
  background-color: #f6b628;
  background-size: 100% 100%;
  border: 2px solid #f6b628;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  opacity: 1;
  outline: transparent;
  padding: 10px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 350ms ease-out;
  width: auto; }
  .button:hover, .button:visited:hover, .button:focus:hover, .button:active:hover {
    opacity: 1;
    text-decoration: none; }
  .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: #1a1a1a;
    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); }

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 #f6b628;
    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: #f6b628; }
      .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: 35px;
  width: 100%; }
  .radio .pretty-radio {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 40px; }
    .radio .pretty-radio label {
      border-radius: 50%;
      border: 10px solid #f6b628;
      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 #f6b628;
        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: #377192; }
      .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: #377192; }
        .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: #377192; }

.select {
  background-color: white;
  border: 1px solid #1a1a1a;
  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 #e0dfe0;
    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 #1a1a1a;
    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: #1a1a1a;
    cursor: pointer;
    font-family: "Roboto", 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: "Roboto", sans-serif; }
  .select:hover select {
    color: #1a1a1a; }
  .select:hover::before {
    background-color: #1a1a1a; }
  .select:hover::after {
    border-color: #1a1a1a;
    top: 50%; }

.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; }

.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: #1a1a1a;
  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: #f6b628;
    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: #f6b628;
    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: #377192;
    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: #377192;
      border-radius: 3px 3px 0 0;
      color: #d84862;
      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-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 576px) {
    .maf-msg {
      font-size: 3rem; } }
  .maf-msg i, .maf-msg span {
    vertical-align: middle; }
  .maf-msg i {
    margin: 5px 5px 0 0; }
  .maf-msg.error-msg {
    background-color: #f6b628;
    border: 1px solid #f6b628;
    color: white; }
  .maf-msg.success-msg {
    background-color: #cef0ce;
    border: 1px solid #1e3c1e;
    color: #1e3c1e; }
  .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: 200px; }
    #http-error.e404 h1 {
      color: #1a1a1a;
      margin: 0 0 30px 0; }
    #http-error.e404 p {
      color: #1a1a1a;
      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: #1a1a1a; }
    #http-error.e404 .button {
      color: #1a1a1a;
      border-color: #1a1a1a;
      border-width: 6px;
      font-family: "Roboto", sans-serif;
      font-size: 2.4rem;
      margin: 0 auto;
      padding: 5px 20px;
      text-transform: uppercase;
      width: auto; }
      #http-error.e404 .button:hover {
        background-color: #1a1a1a;
        color: white; }

pre {
  background-color: #fafadc;
  border: 1px solid #161614;
  border-radius: 5px;
  color: #161616;
  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: #1a1a1a;
    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: #d84862;
  border: 3px solid #1a1a1a;
  border-radius: 8px;
  color: #1a1a1a;
  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 #424242;
          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: white;
  display: flex;
  font-size: 2.8rem;
  justify-content: center;
  line-height: 0;
  width: auto; }
  .social-icons a {
    background-color: transparent;
    border: 0;
    border-radius: 35px;
    color: inherit;
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
    opacity: 1;
    padding: 3px; }
    .social-icons a:last-child {
      margin-right: 0; }
    .social-icons a i {
      color: inherit;
      cursor: pointer;
      display: inline-block;
      height: 35px;
      line-height: 0;
      position: relative;
      transition: all 350ms ease-out;
      width: 35px; }
      .social-icons a i::before {
        color: inherit;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 350ms ease-out; }
      .social-icons a i:hover::before {
        top: 40%; }
  .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_list {
    margin: 0;
    padding: 0;
    text-align: left; }
    .twitter-feed .tweet_list li {
      display: inline-block;
      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: #f6b628;
        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 25%; } }
    .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: 1.8rem;
  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 #979797;
    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: #1a1a1a; }
      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 #1a1a1a;
    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: #1a1a1a;
      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: #1a1a1a; }
        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: #d84862;
  border-radius: 12px 0 0 12px;
  font-size: 1.4rem;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc( 50vh + 20px );
  width: 40px; }
  @media only screen and (min-width: 576px) {
    div#email-floater {
      height: auto;
      padding: 10px;
      top: calc( 50vh + 35px );
      width: 100px; } }
  div#email-floater button, div#email-floater a {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: white;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    height: 40px;
    justify-content: flex-start;
    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 {
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
      div#email-floater button:hover span, div#email-floater a:hover span {
        text-shadow: 0 0 8px black; }
    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: 576px) {
      div#email-floater button, div#email-floater a {
        height: auto;
        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 hr {
    border-color: white;
    border-width: 1px;
    display: none;
    margin-bottom: 5px; }
    @media only screen and (min-width: 576px) {
      div#email-floater hr {
        display: inline-block; } }
  div#email-floater.no-show {
    display: none; }

#conco-f {
  background-color: white;
  border-radius: 18px 0 0 0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  float: none;
  margin: 0;
  max-height: calc(100vh - 100px);
  max-width: 750px;
  overflow-y: auto;
  padding: 25px 15px 25px 25px;
  position: fixed;
  right: -110%;
  transform: rotateZ(0);
  transition: all 500ms ease;
  width: 100%;
  z-index: 999; }
  @media only screen and (min-width: 576px) {
    #conco-f {
      flex-direction: row; } }
  #conco-f #close {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 40px;
    outline: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: transform 350ms ease-out;
    width: 40px; }
    #conco-f #close::before, #conco-f #close::after {
      background-color: #1a1a1a;
      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 {
    margin-bottom: 17.5px; }
  #conco-f .details {
    flex: 0 0 40%;
    order: 2; }
    #conco-f .details a {
      color: #1a1a1a;
      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 60%;
    margin: 0;
    padding-bottom: 20px;
    order: 1; }
    @media only screen and (min-width: 576px) {
      #conco-f .form {
        order: 2;
        padding-bottom: 0;
        padding-left: 10px; } }
    #conco-f .form .maf-form {
      padding: 0; }
      #conco-f .form .maf-form input, #conco-f .form .maf-form textarea {
        border-color: #1a1a1a;
        color: #1a1a1a; }
        #conco-f .form .maf-form input::placeholder, #conco-f .form .maf-form textarea::placeholder {
          color: #1a1a1a; }
      #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 {
        background-color: #377192;
        border-color: #377192;
        color: white;
        width: auto; }
        #conco-f .form .maf-form .button:hover {
          background-color: transparent;
          color: #377192; }
      #conco-f .form .maf-form i {
        font-size: 2rem; }
  #conco-f.open {
    right: 0; }

#fader {
  background-color: #1a1a1a;
  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.8;
    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 #f6b628;
      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: #f6b628;
        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: #d84862;
        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 .blog-aside-content {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%; }
    .blog-nav .blog-aside-content a {
      color: #377192;
      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 #377192;
        border-radius: 0;
        box-shadow: none;
        color: #1a1a1a;
        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: #377192;
          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: #1a1a1a;
      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: #377192;
        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: #1a1a1a;
      font-size: 1.6rem;
      font-weight: 400;
      padding: 5px 10px; }
      .blog-nav .blog-aside-content.is-toggle-group .toggle-group a:hover {
        background-color: #f6b628;
        color: white; }
    .blog-nav .blog-aside-content:first-child .nav-title {
      margin-top: 0; }

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: 10px; }
    aside.pg-nav .button.next {
      margin-right: 10px;
      margin-left: auto; }

.pagination {
  align-self: flex-start;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase; }
  .pagination a {
    color: #1a1a1a;
    text-decoration: none; }
    .pagination a:hover {
      color: black; }
    .pagination a:first-child {
      margin-right: 20px; }
    .pagination a:last-child {
      margin-left: 20px; }
  .pagination span.active {
    color: #f6b628; }

#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% - ( 38px * 2 ) );
      left: 0;
      margin: 20px;
      overflow: hidden;
      position: absolute;
      top: 0;
      transition: all 850ms ease-out;
      width: calc( 100% - ( 38px * 2 ) ); }
      #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: "Roboto", sans-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 -10px;
  max-width: none;
  width: calc( 100% + 20px ); }
  .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: 320px;
      padding: 20px 10px;
      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 {
          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: "Roboto", 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: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 90%; }
  .gal-prod > div {
    display: inline-block;
    flex: 1 1 auto;
    padding: 10px; }
    .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%;
        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: #d84862;
        border-color: #d84862;
        background-image: linear-gradient(to top right, #d84862, #a0bfa8);
        color: #1a1a1a;
        margin-top: 10px; }
      .gal-prod > div.p-text .embed .small-text {
        margin-top: 5px; }

div.image-box {
  color: #1a1a1a;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column-reverse;
  margin-bottom: 20px;
  padding: 5% 3% 120px 3%;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 576px) {
    div.image-box {
      padding: 5% 3% 160px 3%; } }
  @media only screen and (min-width: 960px) {
    div.image-box {
      padding: 5% 3%; } }
  @media only screen and (min-width: 1024px) {
    div.image-box {
      flex-direction: row; } }
  div.image-box p, div.image-box li {
    max-width: none !important; }
  div.image-box li::before {
    color: #1a1a1a; }
  div.image-box > div {
    display: inline-block;
    flex: 0 0 auto; }
    div.image-box > div > *:last-child {
      margin-bottom: 0; }
  div.image-box .image {
    bottom: 0;
    position: absolute;
    right: 10%;
    width: 37%; }
    div.image-box .image p {
      margin: 0; }
    div.image-box .image img, div.image-box .image svg {
      display: block;
      margin: 0;
      width: 100%; }
  div.image-box .text {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      div.image-box .text {
        padding-left: 20px;
        width: 66.666%; } }

div.content-callout {
  color: white;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  padding: 20px; }
  @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: "Roboto", sans-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%;
  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: flex-start;
  margin: 0 -30px;
  width: calc(100% + 60px); }
  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: flex-start;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%; }
    @media only screen and (min-width: 576px) {
      div.cardbox article.card, aside.cardbox article.card {
        width: 50%; } }
    @media only screen and (min-width: 960px) {
      div.cardbox article.card, aside.cardbox article.card {
        width: 33.333%; } }
    div.cardbox article.card .portal-item, aside.cardbox article.card .portal-item {
      background-color: #f6b628;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: 15px 0 24px 0 rgba(0, 0, 0, 0.1);
      color: white;
      cursor: pointer;
      display: inline-block;
      font-size: 1.8rem;
      height: 100%;
      max-width: 700px;
      overflow: visible;
      opacity: 1;
      position: relative;
      text-align: left;
      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: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
        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: #f6b628;
          display: none;
          font-size: 1.4rem;
          font-weight: 400;
          left: 8px;
          min-height: 20px;
          padding: 5px 20px;
          position: absolute;
          top: 16px;
          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: #f6b628;
            content: '';
            display: inline-block;
            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;
            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;
            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 {
            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: 80%; }
        div.cardbox article.card .portal-item .portal-content .info, aside.cardbox article.card .portal-item .portal-content .info {
          align-items: flex-start;
          display: flex;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: center;
          padding: 5px 25px 30px 25px;
          position: relative;
          transition: all 350ms ease-out;
          width: 100%;
          z-index: +1; }
        div.cardbox article.card .portal-item .portal-content .title, aside.cardbox article.card .portal-item .portal-content .title {
          align-items: flex-end;
          color: inherit;
          display: flex;
          font-family: "Roboto", sans-serif;
          font-size: 3.6rem;
          font-weight: 900;
          justify-content: flex-start;
          line-height: 1.2;
          margin: 0;
          min-height: 88px;
          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;
          opacity: 0.8;
          padding: 0 0 10px 0;
          width: 100%; }
        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;
          padding: 0 0 20px 0;
          width: 100%; }
        div.cardbox article.card .portal-item .portal-content .attr, aside.cardbox article.card .portal-item .portal-content .attr {
          display: flex;
          margin-top: auto;
          padding: 20px 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 .attr span.date, aside.cardbox article.card .portal-item .portal-content .attr span.date {
              text-transform: uppercase; }
      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: "Roboto", sans-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 #f6b628; }
        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.no-link, aside.cardbox article.card .portal-item.no-link {
        cursor: default; }
        div.cardbox article.card .portal-item.no-link .portal-content .info .card-button, aside.cardbox article.card .portal-item.no-link .portal-content .info .card-button {
          display: none; }
      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, aside.cardbox article.card .portal-item:hover .portal-content {
        box-shadow: 25px 0 30px 0 rgba(0, 0, 0, 0.3); }
        div.cardbox article.card .portal-item:hover .portal-content .tn::before, aside.cardbox article.card .portal-item:hover .portal-content .tn::before {
          transform: rotate(20deg); }
        div.cardbox article.card .portal-item:hover .portal-content .tn .tn-img, aside.cardbox article.card .portal-item:hover .portal-content .tn .tn-img {
          transform: scale(1.1); }
        div.cardbox article.card .portal-item:hover .portal-content .info, aside.cardbox article.card .portal-item:hover .portal-content .info {
          transform: translateY(-20px); }
    div.cardbox article.card:nth-of-type(2) .portal-item, aside.cardbox article.card:nth-of-type(2) .portal-item {
      background-color: #377192; }
      div.cardbox article.card:nth-of-type(2) .portal-item .tn::before, aside.cardbox article.card:nth-of-type(2) .portal-item .tn::before {
        background-color: #377192; }
    div.cardbox article.card:nth-of-type(3) .portal-item, aside.cardbox article.card:nth-of-type(3) .portal-item {
      background-color: #d84862; }
      div.cardbox article.card:nth-of-type(3) .portal-item .tn::before, aside.cardbox article.card:nth-of-type(3) .portal-item .tn::before {
        background-color: #d84862; }
    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: #f6b628; }
    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: #377192; }
    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: #d84862; }
    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: #a0bfa8; }
    div.cardbox article.card.account .portal-item .portal-content .tn .tn-img, aside.cardbox article.card.account .portal-item .portal-content .tn .tn-img {
      object-fit: contain; }
  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.5em;
    padding: 0 10px;
    width: 100%; }
  div.cardbox aside.ad-block, aside.cardbox aside.ad-block {
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;
    margin-bottom: 120px;
    padding: 0 30px;
    width: 100%; }

div.catbox, aside.catbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 0;
  margin: 0 -16px;
  width: calc(100% + 32px); }
  div.catbox article.card, aside.catbox article.card {
    display: inline-block;
    flex: 0 0 auto;
    max-width: 420px;
    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: 33.333%; } }
    @media only screen and (min-width: 1366px) {
      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: 16px;
      text-decoration: none;
      width: 100%; }
      div.catbox article.card .portal-item .portal-content, aside.catbox article.card .portal-item .portal-content {
        border: 2px solid #c8c8c8;
        height: 100%;
        padding: 12px;
        position: relative;
        transition: padding 350ms ease-out; }
        div.catbox article.card .portal-item .portal-content .tn, aside.catbox article.card .portal-item .portal-content .tn {
          display: none;
          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: 75%; }
          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;
            object-fit: cover;
            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;
          background-color: rgba(28, 60, 118, 0.7);
          display: inline-flex;
          height: 100%;
          justify-content: center;
          min-height: 90px;
          overflow: hidden;
          transition: all 350ms ease-out;
          width: 100%; }
          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-size: 2.4rem;
            font-weight: 400;
            justify-content: center;
            margin: 0;
            max-width: 250px;
            padding: 8px 10px;
            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 {
            align-items: center;
            background-color: rgba(28, 60, 118, 0.7);
            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, aside.catbox article.card .portal-item:hover .portal-content {
        padding: 5px; }
        div.catbox article.card .portal-item:hover .portal-content .tn .tn-img, aside.catbox article.card .portal-item:hover .portal-content .tn .tn-img {
          transform: scale(1.1); }
        div.catbox article.card .portal-item:hover .portal-content .info .title, aside.catbox article.card .portal-item:hover .portal-content .info .title {
          top: 0; }
        div.catbox article.card .portal-item:hover .portal-content .info .desc, aside.catbox article.card .portal-item:hover .portal-content .info .desc {
          top: 80px; }
  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%; } }

#filters {
  width: 100%; }
  #filters .filter-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    #filters .filter-content .filter-set {
      display: flex;
      flex: 0 0 auto;
      flex-wrap: wrap;
      margin-bottom: 35px;
      padding-right: 5px;
      width: 100%; }
      #filters .filter-content .filter-set:last-child {
        padding-right: 0; }
      #filters .filter-content .filter-set .label {
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #1a1a1a;
        color: #f6b628;
        font-size: 2rem;
        font-weight: 600;
        margin-top: 0;
        padding: 10px 3px; }
      #filters .filter-content .filter-set button {
        background: none;
        border: 5px solid #1a1a1a;
        border-radius: 0;
        box-shadow: none;
        color: #1a1a1a;
        cursor: pointer;
        flex: 0 0 auto;
        /*font-family: $font-stack-head;
				font-size: 1.8rem;
				font-weight: 400;*/
        font-size: 2.4rem;
        font-family: "Roboto", sans-serif;
        line-height: 1.2;
        justify-content: flex-start;
        margin: 0 30px 5px 0;
        outline: transparent;
        overflow: hidden;
        padding: 5px 10px;
        position: relative;
        text-align: center;
        text-transform: capitalize;
        transition: all 350ms ease-out;
        white-space: nowrap;
        width: auto;
        z-index: 1; }
        @media only screen and (min-width: 576px) {
          #filters .filter-content .filter-set button {
            font-size: 3rem; } }
        #filters .filter-content .filter-set button::before {
          content: '';
          background-color: #f6b628;
          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; }
        #filters .filter-content .filter-set button.cat-1 {
          background-color: #f6b628;
          border-color: #f6b628;
          color: white; }
        #filters .filter-content .filter-set button.cat-2 {
          background-color: #377192;
          border-color: #377192;
          color: white; }
        #filters .filter-content .filter-set button.cat-3 {
          background-color: #d84862;
          border-color: #d84862;
          color: white; }
        #filters .filter-content .filter-set button:hover, #filters .filter-content .filter-set button.active {
          background-color: #1a1a1a;
          border-color: #1a1a1a;
          color: white; }
          #filters .filter-content .filter-set button:hover::before, #filters .filter-content .filter-set button.active::before {
            right: 0; }
        #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: #e8680e;
    background-color: #e8680e;
    cursor: pointer;
    font-family: "Roboto", sans-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: #e8680e; }
  .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 white;
  border-radius: 50px;
  color: #f6b628;
  display: inline-block;
  font-size: 2rem;
  height: 30px;
  padding: 0;
  position: relative;
  transition: all 350ms ease-out;
  vertical-align: top;
  width: 30px; }
  .search-box input {
    background-color: white;
    border: 0;
    border-radius: 15px 0 0 15px;
    color: #f6b628;
    font-size: 1.4rem;
    height: 26px;
    margin: 0 30px 0 0;
    outline: transparent;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0; }
    .search-box input::placeholder {
      color: #1a1a1a;
      opacity: 1;
      transition: all 350ms ease-out; }
    .search-box input:focus {
      background-color: white;
      color: #1a1a1a; }
      .search-box input:focus::placeholder {
        opacity: 0.5; }
  .search-box i {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8rem;
    height: 26px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 350ms ease-out;
    width: 26px; }
    .search-box i::before {
      color: #f6b628;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-55%, -55%); }
  .search-box:hover {
    background-color: #f6b628; }
    .search-box:hover i::before {
      color: white; }
  .search-box.on {
    background-color: white;
    width: 180px; }
    @media only screen and (min-width: 960px) {
      .search-box.on {
        width: 250px; } }
    .search-box.on i::before {
      color: #f6b628; }
    .search-box.on input {
      padding: 2px 5px 2px 10px;
      width: calc( 100% - 30px ); }
  .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::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: #f6b628; }
      .search-box.hero.search-page input {
        background-color: transparent;
        color: #1a1a1a;
        text-align: left; }
        .search-box.hero.search-page input::placeholder {
          color: #1a1a1a; }
      .search-box.hero.search-page i {
        color: #f6b628; }
      .search-box.hero.search-page:hover {
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); }

#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: #f6b628;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color 350ms ease-out; }
  #basket-link i:hover {
    background-color: #f6b628;
    font-size: 1.8rem; }
    #basket-link i:hover::before {
      color: white; }

.maf-bc {
  width: 100%; }
  .maf-bc .maf-bc-i {
    color: #1a1a1a;
    font-size: 1.2rem;
    padding: 0 0 35px 0; }
    .maf-bc .maf-bc-i a {
      color: #1a1a1a;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      .maf-bc .maf-bc-i a::before {
        background-color: #1a1a1a;
        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: "Roboto", sans-serif;
  font-size: 1.8rem;
  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%;
    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; }
      @media only screen and (min-width: 1024px) {
        .modal > div .mod-content {
          padding-right: 50px; } }
    .modal > div .close {
      color: #f6b628;
      cursor: pointer;
      font-family: "Roboto", sans-serif;
      font-size: 1.4rem;
      font-weight: 400;
      position: absolute;
      right: 10px;
      text-transform: uppercase;
      top: 10px; }
      .modal > div .close i {
        font-size: 2rem;
        vertical-align: -15%; }
  .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 h1 {
  background-color: #377192;
  margin-top: 0;
  padding: 20px; }
  #mp-age-consent h1 img {
    max-width: 350px; }
#mp-age-consent p {
  font-size: 2rem; }
  #mp-age-consent p strong {
    text-transform: uppercase; }
  #mp-age-consent p.small {
    font-size: 1.4rem; }
#mp-age-consent button {
  background-color: #377192;
  border-color: #377192;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px; }
#mp-age-consent > div {
  border: 4px solid #377192;
  border-radius: 30px;
  max-height: 400px;
  max-width: 550px;
  padding: 20px;
  z-index: 1; }
  #mp-age-consent > div::before {
    content: '';
    display: inline-block;
    border: 2px solid #377192;
    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 {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 2; }

@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: 1280px;
  padding: 0 10px; }
  .nav-underline .line {
    background-color: #1a1a1a;
    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: #f6b628;
    border: 1px solid #d84862;
    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% - 40px);
    justify-content: center;
    padding: 10px;
    text-align: center;
    transition: all 350ms ease-out;
    width: 100%; }
    .maf-portal .maf-content:hover {
      background-color: #377192 !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% - 40px); } }

main {
  padding-top: 87px; }
  @media only screen and (min-width: 1024px) {
    main {
      padding-top: 200px; } }
  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-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2; }
  @media only screen and (min-width: 576px) {
    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-size: 3rem; } }
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: "Roboto", sans-serif;
  font-size: 0.8em !important; }
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: 7rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px; }
  @media only screen and (min-width: 960px) {
    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: 11rem; } }
  @media only screen and (min-width: 1280px) {
    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: 15rem; } }
  @media only screen and (min-width: 1440px) {
    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: 22.2rem; } }
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: "Roboto", 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 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-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2; }
  @media only screen and (min-width: 576px) {
    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-size: 3rem; } }
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: 6.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 50px !important;
  max-width: 970px; }
  @media only screen and (min-width: 960px) {
    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: 9.8rem; } }
  @media only screen and (min-width: 1280px) {
    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: 13.1rem; } }
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: 7rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px; }
  @media only screen and (min-width: 960px) {
    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: 11rem; } }
  @media only screen and (min-width: 1280px) {
    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: 15rem; } }
  @media only screen and (min-width: 1440px) {
    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: 22.2rem; } }
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: "Roboto", 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: 17.5px; }
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: 52.5px; }
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-size: 1.8rem;
  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: 1.8rem; } }
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 #377192;
    border-radius: 50px;
    color: #377192;
    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: #377192;
      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: #377192;
      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-radius: 0; }
section a.button.green, section a.button.aqua, section a.button.pink, section div.button.green, section div.button.aqua, section div.button.pink, section button.button.green, section button.button.aqua, section button.button.pink, section button.maf-button.green, section button.maf-button.aqua, section button.maf-button.pink, .section a.button.green, .section a.button.aqua, .section a.button.pink, .section div.button.green, .section div.button.aqua, .section div.button.pink, .section button.button.green, .section button.button.aqua, .section button.button.pink, .section button.maf-button.green, .section button.maf-button.aqua, .section button.maf-button.pink, footer a.button.green, footer a.button.aqua, footer a.button.pink, footer div.button.green, footer div.button.aqua, footer div.button.pink, footer button.button.green, footer button.button.aqua, footer button.button.pink, footer button.maf-button.green, footer button.maf-button.aqua, footer button.maf-button.pink, .bo-row a.button.green, .bo-row a.button.aqua, .bo-row a.button.pink, .bo-row div.button.green, .bo-row div.button.aqua, .bo-row div.button.pink, .bo-row button.button.green, .bo-row button.button.aqua, .bo-row button.button.pink, .bo-row button.maf-button.green, .bo-row button.maf-button.aqua, .bo-row button.maf-button.pink {
  background-color: #377192;
  background-image: url("/images/Layout/button-green.png");
  border: 0;
  box-shadow: 2px 2px 1px rgba(28, 60, 118, 0.7);
  padding: 8px 40px;
  text-shadow: 2px 2px 1px rgba(28, 60, 118, 0.7); }
  section a.button.green:hover, section a.button.aqua:hover, section a.button.pink:hover, section div.button.green:hover, section div.button.aqua:hover, section div.button.pink:hover, section button.button.green:hover, section button.button.aqua:hover, section button.button.pink:hover, section button.maf-button.green:hover, section button.maf-button.aqua:hover, section button.maf-button.pink:hover, .section a.button.green:hover, .section a.button.aqua:hover, .section a.button.pink:hover, .section div.button.green:hover, .section div.button.aqua:hover, .section div.button.pink:hover, .section button.button.green:hover, .section button.button.aqua:hover, .section button.button.pink:hover, .section button.maf-button.green:hover, .section button.maf-button.aqua:hover, .section button.maf-button.pink:hover, footer a.button.green:hover, footer a.button.aqua:hover, footer a.button.pink:hover, footer div.button.green:hover, footer div.button.aqua:hover, footer div.button.pink:hover, footer button.button.green:hover, footer button.button.aqua:hover, footer button.button.pink:hover, footer button.maf-button.green:hover, footer button.maf-button.aqua:hover, footer button.maf-button.pink:hover, .bo-row a.button.green:hover, .bo-row a.button.aqua:hover, .bo-row a.button.pink:hover, .bo-row div.button.green:hover, .bo-row div.button.aqua:hover, .bo-row div.button.pink:hover, .bo-row button.button.green:hover, .bo-row button.button.aqua:hover, .bo-row button.button.pink:hover, .bo-row button.maf-button.green:hover, .bo-row button.maf-button.aqua:hover, .bo-row button.maf-button.pink:hover {
    box-shadow: 4px 4px 1px rgba(28, 60, 118, 0.7);
    padding: 5px 40px 11px 40px;
    text-shadow: 4px 4px 1px rgba(28, 60, 118, 0.7); }
section a.button.aqua, section div.button.aqua, section button.button.aqua, section button.maf-button.aqua, .section a.button.aqua, .section div.button.aqua, .section button.button.aqua, .section button.maf-button.aqua, footer a.button.aqua, footer div.button.aqua, footer button.button.aqua, footer button.maf-button.aqua, .bo-row a.button.aqua, .bo-row div.button.aqua, .bo-row button.button.aqua, .bo-row button.maf-button.aqua {
  background-color: #d84862;
  background-image: url("/images/Layout/button-aqua.png"); }
section a.button.pink, section div.button.pink, section button.button.pink, section button.maf-button.pink, .section a.button.pink, .section div.button.pink, .section button.button.pink, .section button.maf-button.pink, footer a.button.pink, footer div.button.pink, footer button.button.pink, footer button.maf-button.pink, .bo-row a.button.pink, .bo-row div.button.pink, .bo-row button.button.pink, .bo-row button.maf-button.pink {
  background-color: #a0bfa8;
  background-image: url("/images/Layout/button-pink.png"); }
section a.button.white, section div.button.white, section button.button.white, section button.maf-button.white, .section a.button.white, .section div.button.white, .section button.button.white, .section button.maf-button.white, footer a.button.white, footer div.button.white, footer button.button.white, footer button.maf-button.white, .bo-row a.button.white, .bo-row div.button.white, .bo-row button.button.white, .bo-row button.maf-button.white {
  background-color: white;
  border-color: white;
  color: #a0bfa8; }
section a.button.big, section div.button.big, section button.button.big, section button.maf-button.big, .section a.button.big, .section div.button.big, .section button.button.big, .section button.maf-button.big, footer a.button.big, footer div.button.big, footer button.button.big, footer button.maf-button.big, .bo-row a.button.big, .bo-row div.button.big, .bo-row button.button.big, .bo-row button.maf-button.big {
  font-size: 2.6rem;
  min-height: 64px;
  min-width: 195px; }
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: calc(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: calc(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 #f6b628;
    background-color: #377192;
    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: #377192;
  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: #f6b628;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: white;
  font-family: "Roboto", sans-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: #377192;
    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: #f6b628;
    border-color: #f6b628; }
    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: #1a1a1a; }
  20% {
    background: #377192; }
  40% {
    background: #e8680e; }
  60% {
    background: #d84862; }
  80% {
    background: #a0bfa8; }
  100% {
    background: #1a1a1a; } }
.bg-1 {
  background-color: #f6b628; }

.bg-2 {
  background-color: #377192;
  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: #d84862;
  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: #a0bfa8;
  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: #1a1a1a;
  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: #85a406; }
  .bg-6 .maf-content * {
    color: #85a406; }
  .bg-6 .maf-content hr {
    border-color: #85a406; }
  .bg-6 .maf-content a.button {
    background-color: transparent;
    border-color: #85a406;
    color: #85a406; }
    .bg-6 .maf-content a.button:hover {
      background-color: #85a406;
      color: white; }

.is-main-header {
  background-color: white;
  color: #1a1a1a;
  display: inline-block;
  height: 87px;
  left: 0;
  padding: 0;
  top: 0;
  transition: all 350ms ease-out;
  width: 100%;
  z-index: 666; }
  .is-main-header.is-fixed {
    position: fixed;
    transform: translateZ(0); }
  @media only screen and (min-width: 1024px) {
    .is-main-header {
      height: 200px; } }
  .is-main-header > div.h-con {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    position: relative;
    text-align: center;
    transition: all 350ms ease-out;
    width: 100%; }
    .is-main-header > div.h-con .ui-con {
      height: 100%;
      transition: all 350ms ease-out;
      width: 100%; }
      .is-main-header > div.h-con .ui-con .ui-con-i {
        height: 100%;
        margin: 0 auto;
        max-width: none;
        position: relative; }
        .is-main-header > div.h-con .ui-con .ui-con-i .company-brand {
          cursor: pointer;
          font-family: "Roboto", sans-serif;
          font-size: 1.5rem;
          height: 40px;
          justify-content: center;
          left: 50%;
          margin: 0;
          opacity: 0;
          position: absolute;
          text-align: center;
          top: -300px;
          transform: translate(-50%, -50%);
          transition: all 350ms ease-out;
          width: auto;
          z-index: 102; }
          @media only screen and (min-width: 576px) {
            .is-main-header > div.h-con .ui-con .ui-con-i .company-brand {
              height: 60px; } }
          @media only screen and (min-width: 1024px) {
            .is-main-header > div.h-con .ui-con .ui-con-i .company-brand {
              height: 119px; } }
          .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-brand {
            font-size: 2rem;
            height: 100%;
            line-height: 0;
            margin: 0;
            white-space: nowrap; }
            .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-brand::before, .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-brand::after {
              display: none; }
            .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-brand #logo {
              display: block;
              height: 100%;
              margin: 0 auto;
              max-width: none;
              transition: all 200ms ease-out;
              width: auto;
              vertical-align: middle; }
              .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-brand #logo #name, .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-brand #logo #strap {
                visibility: hidden; }
                @media only screen and (min-width: 576px) {
                  .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-brand #logo #name, .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-brand #logo #strap {
                    visibility: visible; } }
          .is-main-header > div.h-con .ui-con .ui-con-i .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 .ui-con-i .company-brand #maf-strap span {
              text-transform: none; }
            @media only screen and (min-width: 576px) {
              .is-main-header > div.h-con .ui-con .ui-con-i .company-brand #maf-strap {
                text-transform: uppercase;
                font-size: 2.2rem; } }
          body.maf-loaded .is-main-header > div.h-con .ui-con .ui-con-i .company-brand {
            opacity: 1;
            top: 50%; }
          .is-main-header > div.h-con .ui-con .ui-con-i .company-brand.left {
            left: 20px;
            text-align: left;
            transform: translateY(-50%); }
            .is-main-header > div.h-con .ui-con .ui-con-i .company-brand.left #maf-brand #logo {
              margin: 0; }
        .is-main-header > div.h-con .ui-con .ui-con-i #header-ui {
          align-items: flex-end;
          color: #1a1a1a;
          display: flex;
          flex-direction: column-reverse;
          justify-content: flex-end;
          line-height: 0;
          max-width: 1280px;
          opacity: 0;
          padding: 0;
          position: absolute;
          right: 5px;
          text-align: center;
          top: -200px;
          transition: all 350ms ease-out;
          width: auto;
          z-index: 103; }
          @media only screen and (min-width: 576px) {
            .is-main-header > div.h-con .ui-con .ui-con-i #header-ui {
              right: 10px; } }
          @media only screen and (min-width: 768px) {
            .is-main-header > div.h-con .ui-con .ui-con-i #header-ui {
              right: 20px; } }
          .is-main-header > div.h-con .ui-con .ui-con-i #header-ui a {
            text-decoration: none; }
          .is-main-header > div.h-con .ui-con .ui-con-i #header-ui #basket-link {
            display: inline-block;
            line-height: 1; }
          .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .button {
            background-color: transparent;
            border-color: white;
            font-family: "Roboto", 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 .ui-con-i #header-ui .button:hover {
              background-color: white;
              color: #f6b628; }
            .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .button.gray {
              display: none;
              text-transform: none; }
              @media only screen and (min-width: 360px) {
                .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .button.gray {
                  display: inline-flex; } }
            .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .button span {
              display: none; }
              @media only screen and (min-width: 1024px) {
                .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .button span {
                  display: inline; } }
          .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .phone {
            color: #1a1a1a;
            font-size: 1.8rem;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 15px; }
            .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .phone i {
              vertical-align: middle; }
            .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .phone span {
              display: inline-block;
              font-weight: 400;
              margin-right: 5px;
              vertical-align: middle; }
              .is-main-header > div.h-con .ui-con .ui-con-i #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 .ui-con-i #header-ui .phone span img {
                    max-width: 43px; } }
          .is-main-header > div.h-con .ui-con .ui-con-i #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 .ui-con-i #header-ui .strap {
                display: block; } }
            @media only screen and (min-width: 1152px) {
              .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .strap {
                font-size: 2.4rem; } }
          .is-main-header > div.h-con .ui-con .ui-con-i #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 .ui-con-i #header-ui .login:hover {
              color: #f6b628;
              padding: 8px 10px 16px 10px;
              transform: translateY(-8px); }
          .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .icons {
            text-align: right; }
            .is-main-header > div.h-con .ui-con .ui-con-i #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 .ui-con-i #header-ui .icons hr.show-mobile {
                  display: none; } }
          .is-main-header > div.h-con .ui-con .ui-con-i #header-ui.left {
            left: -200px;
            right: auto;
            text-align: left;
            top: 50%; }
            .is-main-header > div.h-con .ui-con .ui-con-i #header-ui.left .icons {
              text-align: left; }
          body.maf-loaded .is-main-header > div.h-con .ui-con .ui-con-i #header-ui {
            opacity: 1;
            top: 50%;
            transform: translateY(-50%); }
            body.maf-loaded .is-main-header > div.h-con .ui-con .ui-con-i #header-ui.left {
              left: 10px; }
        .is-main-header > div.h-con .ui-con .ui-con-i #header-ui-alt {
          left: 10px;
          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 .ui-con-i #header-ui-alt {
              left: 20px; } }
          body.maf-loaded .is-main-header > div.h-con .ui-con .ui-con-i #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 .ui-con-i #header-ui-alt {
                opacity: 1; } }
    .is-main-header > div.h-con .n-con {
      background-color: transparent;
      height: 100%;
      margin: 0 auto;
      max-width: none;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 350ms ease-out;
      width: 100%;
      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 {
          left: auto;
          opacity: 0;
          position: absolute;
          right: -300px;
          text-align: right;
          top: 50%;
          transform: translate(0, -50%);
          transition: all 350ms ease-out;
          /*@media only screen and (min-width: $drop-under) {
          	bottom: 40px;
          }*/ }
          body.maf-loaded .is-main-header > div.h-con .n-con .is-tvw-menu.is-web {
            opacity: 1;
            right: 20px;
            /*@media only screen and (min-width: $grid-width ) {
            	right: $gutter*2;
            }*/ }
          .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; }
                .is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li > a span::before {
                  background-color: #f6b628;
                  content: '';
                  display: none;
                  height: 3px;
                  left: 50%;
                  position: absolute;
                  top: -14px;
                  transform: translate(-50%, 0);
                  transition: 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::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 > ul {
          height: auto;
          position: static; }
          .is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile.maf-3 .links > ul:first-child {
            margin-top: 55px; }
        .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 #1a1a1a;
          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.burger-active > div.h-con {
    width: 100vw; }
    .is-main-header.burger-active > div.h-con .n-con {
      width: 100%; }
      .is-main-header.burger-active > div.h-con .n-con .is-tvw-menu.is-mobile .links {
        opacity: 1; }
  .is-main-header.squish {
    height: 80px; }
    .is-main-header.squish > div.h-con .ui-con .ui-con-i .company-brand {
      height: 60px; }
    .is-main-header.squish > div.h-con .ui-con .ui-con-i .social-icons {
      font-size: 1.8rem; }

.hero-header {
  background-color: #1a1a1a;
  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: 1280px;
      padding: 0 10px;
      position: relative; }
      @media only screen and (min-width: 576px) {
        .hero-header .u-con .u-con-i {
          padding: 0 20px; } }
      .hero-header .u-con .u-con-i #con-left, .hero-header .u-con .u-con-i #con-right {
        bottom: 10px;
        color: #1a1a1a;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        left: 10px;
        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: 20px; } }
        @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: 10px;
        text-align: right; }
        @media only screen and (min-width: 576px) {
          .hero-header .u-con .u-con-i #con-right {
            right: 20px; } }
      .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: #1a1a1a !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: #1a1a1a !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 #d84862;
        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 #d84862;
      border-bottom: 1px solid #d84862;
      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: 1280px;
          padding: 0 20px;
          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 #d84862;
              border-right: 1px solid #d84862;
              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 #d84862;
                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: #d84862; }
                  .hero-header .n-con .n-con-stky .is-tvw-menu.is-web .nav-content .links ul > li.active > a {
                    background-color: #d84862; }
      .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: 1240px;
          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: #1a1a1a;
            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: #1a1a1a !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: 20px;
          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: #1a1a1a;
      font-family: "Roboto", sans-serif;
      font-size: 1.4rem;
      height: 100%;
      line-height: 1.3;
      margin: auto 0;
      min-width: 0;
      outline-color: #d84862;
      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::placeholder {
        font-family: "Roboto", sans-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: #d84862;
        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: #1a1a1a !important; }
      body.maf-pl-1 .hero-header.magazine.squish .u-con .u-con-i #maf-brand-m svg #maf-logo-lines {
        stroke: #1a1a1a !important; }
  .hero-header.magazine.article .c-con .row .column .maf-content {
    align-items: center;
    border: 1px solid #1a1a1a;
    border-bottom: 0;
    flex-direction: column;
    max-width: 1160px;
    padding: 20px 10px 10px 10px; }
    .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: "Roboto", sans-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 #d84862; } }
  .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: "Roboto", sans-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; } }

a.button-pbs, button.button-pbs {
  background-color: transparent;
  background-image: url("/images/Layout/button-black.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 0;
  color: #1a1a1a;
  cursor: pointer;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 30px 0;
  padding: 20px 15px 10px 125px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 350ms ease-out; }
  a.button-pbs::before, button.button-pbs::before {
    border: 2px solid #1a1a1a;
    border-radius: 50%;
    bottom: 19px;
    content: '';
    display: inline-block;
    height: 5px;
    position: absolute;
    right: 0;
    transition: all 350ms ease-out;
    width: 5px; }
  a.button-pbs::after, button.button-pbs::after {
    bottom: 0;
    background-color: #1a1a1a;
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    transition: all 350ms ease-out;
    width: calc(100% - 110px); }
  a.button-pbs:hover, button.button-pbs:hover {
    background-position: 10px 0; }
    a.button-pbs:hover::before, button.button-pbs:hover::before {
      bottom: 52px; }
    a.button-pbs:hover::after, button.button-pbs:hover::after {
      width: calc(100% - 120px); }
  a.button-pbs.white, button.button-pbs.white {
    background-image: url("/images/Layout/button-white.png"); }
    a.button-pbs.white::before, button.button-pbs.white::before {
      border-color: white; }
    a.button-pbs.white::after, button.button-pbs.white::after {
      background-color: white; }

section, .section {
  overflow: hidden; }
  section.is-hero, .section.is-hero {
    min-height: 300px;
    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 {
      font-weight: 500;
      margin-top: 0; }
    section.is-hero h1, section.is-hero .h1-style, section.is-hero h2, section.is-hero .h2-style, .section.is-hero h1, .section.is-hero .h1-style, .section.is-hero h2, .section.is-hero .h2-style {
      font-size: 3.6rem;
      font-weight: 500;
      margin-bottom: 10px; }
      @media only screen and (min-width: 960px) {
        section.is-hero h1, section.is-hero .h1-style, section.is-hero h2, section.is-hero .h2-style, .section.is-hero h1, .section.is-hero .h1-style, .section.is-hero h2, .section.is-hero .h2-style {
          font-size: 5.4rem; } }
      @media only screen and (min-width: 1280px) {
        section.is-hero h1, section.is-hero .h1-style, section.is-hero h2, section.is-hero .h2-style, .section.is-hero h1, .section.is-hero .h1-style, .section.is-hero h2, .section.is-hero .h2-style {
          font-size: 7.2rem; } }
    section.is-hero hr, .section.is-hero hr {
      display: block;
      line-height: 1;
      margin-top: 10px;
      margin-bottom: 60px !important;
      overflow: visible;
      position: relative; }
      section.is-hero hr::after, .section.is-hero hr::after {
        /*bottom: -55px;
        color: $text-body-dark;
        content: '+';
        display: inline-block;
        font-family: $font-stack-body;
        font-size: 4.2rem;
        left: 0;
        position: absolute;*/
        border: 2px solid #1a1a1a;
        border-radius: 50%;
        bottom: -25px;
        content: '';
        display: inline-block;
        height: 9px;
        position: absolute;
        right: 0;
        width: 9px; }
    section.is-hero p, .section.is-hero p {
      font-size: 2.1rem;
      font-weight: 500; }
      section.is-hero p:nth-child(2), .section.is-hero p:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 0; }
    section.is-hero #hero-logo, .section.is-hero #hero-logo {
      display: inline-block;
      margin-bottom: 20px;
      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: 35px;
      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 > .maf-background, .section.is-hero > .maf-background {
      animation: centre-scale 150s infinite linear;
      background-position: top right;
      transform: translate(-50%, -50%) scale(1);
      transform-origin: center; }
    section.is-hero .row, .section.is-hero .row {
      max-width: 1440px;
      overflow: visible;
      opacity: 0;
      transition: opacity 350ms ease-out; }
      section.is-hero .row .column, .section.is-hero .row .column {
        align-items: flex-start;
        min-height: 0;
        overflow: visible;
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: left; }
        section.is-hero .row .column.maf-col-1, .section.is-hero .row .column.maf-col-1 {
          justify-content: center; }
          section.is-hero .row .column.maf-col-1 .maf-content, .section.is-hero .row .column.maf-col-1 .maf-content {
            align-items: flex-start;
            max-width: 800px; }
      section.is-hero .row.callout, .section.is-hero .row.callout {
        background-color: rgba(152, 51, 121, 0.9);
        bottom: 0;
        display: none;
        left: 0;
        max-width: none;
        position: absolute;
        width: 100%; }
        section.is-hero .row.callout .callout-content, .section.is-hero .row.callout .callout-content {
          padding-top: 16px;
          padding-bottom: 16px;
          text-align: center; }
    body.is-home section.is-hero.below-nav, body.is-home .section.is-hero.below-nav {
      min-height: calc( 100vh - 200px ); }
    body.is-home section.is-hero, body.is-home .section.is-hero {
      min-height: calc( 100vh - 87px); }
      @media only screen and (min-width: 1024px) {
        body.is-home section.is-hero, body.is-home .section.is-hero {
          min-height: calc( 100vh - 200px); } }
      body.is-home section.is-hero.slideshow > .maf-background, body.is-home .section.is-hero.slideshow > .maf-background {
        background-image: none; }
      body.is-home section.is-hero .row, body.is-home .section.is-hero .row {
        opacity: 0;
        transition: opacity 700ms ease-out; }
        body.is-home section.is-hero .row .column, body.is-home .section.is-hero .row .column {
          padding-top: 100px;
          padding-bottom: 100px; }
        body.is-home section.is-hero .row.callout, body.is-home .section.is-hero .row.callout {
          display: flex; }
    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 {
      position: absolute;
      width: 100%;
      height: 100%; }
      section.is-hero.slideshow .flickity-slideshow .ss-slide, .section.is-hero.slideshow .flickity-slideshow .ss-slide {
        height: 100%;
        overflow: hidden;
        width: 100%; }
        section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-background, .section.is-hero.slideshow .flickity-slideshow .ss-slide .maf-background {
          background-position: center;
          transform: translate(-50%, -50%) scale(1);
          transform-origin: center; }
    section.is-hero.has-video-bg h1, section.is-hero.has-video-bg .h1-style, section.is-hero.has-video-bg h2, section.is-hero.has-video-bg .h2-style, section.is-hero.has-video-bg h3, section.is-hero.has-video-bg .h3-style, section.is-hero.has-video-bg h4, section.is-hero.has-video-bg .h4-style, section.is-hero.has-video-bg h5, section.is-hero.has-video-bg .h5-style, section.is-hero.has-video-bg h6.h6-style, section.is-hero.has-video-bg p, .section.is-hero.has-video-bg h1, .section.is-hero.has-video-bg .h1-style, .section.is-hero.has-video-bg h2, .section.is-hero.has-video-bg .h2-style, .section.is-hero.has-video-bg h3, .section.is-hero.has-video-bg .h3-style, .section.is-hero.has-video-bg h4, .section.is-hero.has-video-bg .h4-style, .section.is-hero.has-video-bg h5, .section.is-hero.has-video-bg .h5-style, .section.is-hero.has-video-bg h6.h6-style, .section.is-hero.has-video-bg p {
      color: white; }
    section.is-hero.has-video-bg hr, .section.is-hero.has-video-bg hr {
      background-color: white; }
      section.is-hero.has-video-bg hr::after, .section.is-hero.has-video-bg hr::after {
        border-color: white;
        color: white; }
  section.one-column p, .section.one-column p {
    max-width: 450px; }
    section.one-column p.page-lead, .section.one-column p.page-lead {
      max-width: 570px; }
  section.one-column .row .column .maf-content, .section.one-column .row .column .maf-content {
    align-items: flex-start;
    text-align: left; }
  section.one-column.brands hr, .section.one-column.brands hr {
    border-color: #377192;
    max-width: 126px; }
  section.one-column.brands .row .column, .section.one-column.brands .row .column {
    padding-top: 35px; }
    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, .section.one-column.bg-right {
    min-height: 700px; }
    section.one-column.bg-right .maf-background, .section.one-column.bg-right .maf-background {
      background-position: left; }
    section.one-column.bg-right .row .column, .section.one-column.bg-right .row .column {
      align-items: flex-start;
      justify-content: center;
      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: 600px; }
    section.one-column.bg-right.drop .maf-background, .section.one-column.bg-right.drop .maf-background {
      background-position: bottom right; }
    section.one-column.bg-right.drop .row .column, .section.one-column.bg-right.drop .row .column {
      margin-bottom: 200px; }
      @media only screen and (min-width: 1280px) {
        section.one-column.bg-right.drop .row .column, .section.one-column.bg-right.drop .row .column {
          margin-bottom: 0; } }
  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.testimonials .row .column, .section.one-column.testimonials .row .column {
    align-items: flex-start; }
  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.global-network h3, section.one-column.global-network .h3-style, .section.one-column.global-network h3, .section.one-column.global-network .h3-style {
    font-weight: 400; }
  section.one-column.global-network p, .section.one-column.global-network p {
    margin-bottom: 40px;
    max-width: none; }
    section.one-column.global-network p.page-lead, .section.one-column.global-network p.page-lead {
      max-width: 740px; }
  section.one-column.global-network .row .column .maf-content, .section.one-column.global-network .row .column .maf-content {
    border-left: 3px solid #1a1a1a;
    margin: 30px 0;
    padding: 35px 7%; }
    @media only screen and (min-width: 768px) {
      section.one-column.global-network .row .column .maf-content, .section.one-column.global-network .row .column .maf-content {
        margin: 60px 0; } }
  section.one-column.work-with .row .column .maf-content, .section.one-column.work-with .row .column .maf-content {
    align-items: center;
    text-align: center; }
    section.one-column.work-with .row .column .maf-content hr, .section.one-column.work-with .row .column .maf-content hr {
      height: 1px;
      margin-bottom: 50px;
      max-width: none;
      opacity: 0.7; }
    section.one-column.work-with .row .column .maf-content p, .section.one-column.work-with .row .column .maf-content p {
      font-size: 2rem;
      max-width: 950px; }
      @media only screen and (min-width: 576px) {
        section.one-column.work-with .row .column .maf-content p, .section.one-column.work-with .row .column .maf-content p {
          font-size: 2.4rem; } }
  @media only screen and (min-width: 960px) {
    section.one-column.why-semiotics .row .column, .section.one-column.why-semiotics .row .column {
      padding: 100px 10px 160px 10px; } }
  section.one-column.why-semiotics .row .column .maf-content .big-text, .section.one-column.why-semiotics .row .column .maf-content .big-text {
    font-weight: 500 !important;
    margin-top: 0 !important; }
  section.one-column.why-semiotics .row .column .maf-content p, .section.one-column.why-semiotics .row .column .maf-content p {
    max-width: 540px; }
  section.one-column.testimonial .row, .section.one-column.testimonial .row {
    max-width: 1440px;
    position: relative; }
    section.one-column.testimonial .row::before, .section.one-column.testimonial .row::before {
      background-color: #f6b628;
      content: '';
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 70%;
      top: 0;
      width: 100vw; }
      @media only screen and (min-width: 576px) {
        section.one-column.testimonial .row::before, .section.one-column.testimonial .row::before {
          right: 90%; } }
    section.one-column.testimonial .row::after, .section.one-column.testimonial .row::after {
      background-color: #f6b628;
      content: '';
      display: inline-block;
      height: 100%;
      left: -6%;
      position: absolute;
      top: 0;
      transform: skewX(-15deg);
      width: 110%; }
      @media only screen and (min-width: 576px) {
        section.one-column.testimonial .row::after, .section.one-column.testimonial .row::after {
          width: 75%; } }
      @media only screen and (min-width: 960px) {
        section.one-column.testimonial .row::after, .section.one-column.testimonial .row::after {
          width: 40%; } }
    section.one-column.testimonial .row .column, .section.one-column.testimonial .row .column {
      align-items: flex-start; }
      section.one-column.testimonial .row .column .maf-content, .section.one-column.testimonial .row .column .maf-content {
        max-width: 360px; }
  section.one-column.testimonial.bg-1, .section.one-column.testimonial.bg-1 {
    background-color: #f6b628;
    color: white; }
    section.one-column.testimonial.bg-1 .maf-content *, .section.one-column.testimonial.bg-1 .maf-content * {
      color: white; }
    section.one-column.testimonial.bg-1 .maf-content hr, .section.one-column.testimonial.bg-1 .maf-content hr {
      border-color: white; }
    section.one-column.testimonial.bg-1 blockquote::before, .section.one-column.testimonial.bg-1 blockquote::before {
      background-image: url("/images/Layout/ui/quote-mark-3-white.svg"); }
    section.one-column.testimonial.bg-1 .row::before, section.one-column.testimonial.bg-1 .row::after, .section.one-column.testimonial.bg-1 .row::before, .section.one-column.testimonial.bg-1 .row::after {
      background-color: #f6b628; }
  section.one-column.testimonial.bg-2 .row::before, section.one-column.testimonial.bg-2 .row::after, .section.one-column.testimonial.bg-2 .row::before, .section.one-column.testimonial.bg-2 .row::after {
    background-color: #377192; }
  section.one-column.testimonial.bg-3 .row::before, section.one-column.testimonial.bg-3 .row::after, .section.one-column.testimonial.bg-3 .row::before, .section.one-column.testimonial.bg-3 .row::after {
    background-color: #d84862; }
  section.one-column.testimonial.bg-4 .row::before, section.one-column.testimonial.bg-4 .row::after, .section.one-column.testimonial.bg-4 .row::before, .section.one-column.testimonial.bg-4 .row::after {
    background-color: #a0bfa8; }
  section.one-column.testimonial.bg-5 .row::before, section.one-column.testimonial.bg-5 .row::after, .section.one-column.testimonial.bg-5 .row::before, .section.one-column.testimonial.bg-5 .row::after {
    background-color: #1a1a1a; }
  section.two-column h1, section.two-column .h1-style, section.two-column h2, section.two-column .h2-style, .section.two-column h1, .section.two-column .h1-style, .section.two-column h2, .section.two-column .h2-style {
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1.1; }
    @media only screen and (min-width: 960px) {
      section.two-column h1, section.two-column .h1-style, section.two-column h2, section.two-column .h2-style, .section.two-column h1, .section.two-column .h1-style, .section.two-column h2, .section.two-column .h2-style {
        font-size: 8.7rem; } }
    @media only screen and (min-width: 1280px) {
      section.two-column h1, section.two-column .h1-style, section.two-column h2, section.two-column .h2-style, .section.two-column h1, .section.two-column .h1-style, .section.two-column h2, .section.two-column .h2-style {
        font-size: 11.1rem; } }
  section.two-column p, .section.two-column p {
    margin-bottom: 25px;
    max-width: 460px; }
    section.two-column p.page-lead, .section.two-column p.page-lead {
      margin-bottom: 35px;
      max-width: none; }
  section.two-column .row .column .maf-content, .section.two-column .row .column .maf-content {
    align-items: flex-start;
    max-width: 570px;
    text-align: left; }
  section.two-column .row .column.maf-col-1 .maf-content h1, section.two-column .row .column.maf-col-1 .maf-content .h1-style, section.two-column .row .column.maf-col-1 .maf-content h2, section.two-column .row .column.maf-col-1 .maf-content .h2-style, .section.two-column .row .column.maf-col-1 .maf-content h1, .section.two-column .row .column.maf-col-1 .maf-content .h1-style, .section.two-column .row .column.maf-col-1 .maf-content h2, .section.two-column .row .column.maf-col-1 .maf-content .h2-style {
    margin: 0; }
  @media only screen and (min-width: 1024px) {
    section.two-column .row .column.maf-col-2 .maf-content, .section.two-column .row .column.maf-col-2 .maf-content {
      padding-left: 10%; } }
  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: 620px;
        position: relative;
        width: 100%;
        padding: 0 10px; }
        @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 10px; } }
        @media only screen and (min-width: 960px) {
          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 10px; } }
        @media only screen and (min-width: 1024px) {
          section.two-column.maf-col-bg-full .row .column .maf-col-i, .section.two-column.maf-col-bg-full .row .column .maf-col-i {
            max-width: 620px; } }
        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: 550px;
          padding: 0 0; }
          @media only screen and (min-width: 1024px) {
            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: 550px;
              padding: 0; } }
      @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-end; } }
      @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-start; } }
  section.two-column.bg-right, .section.two-column.bg-right {
    background-color: #f6b628; }
    section.two-column.bg-right .maf-background, .section.two-column.bg-right .maf-background {
      background-position: right;
      filter: grayscale(1);
      opacity: 0.2; }
      @media only screen and (min-width: 1024px) {
        section.two-column.bg-right .maf-background, .section.two-column.bg-right .maf-background {
          filter: grayscale(0);
          opacity: 1; } }
    section.two-column.bg-right .row .column, .section.two-column.bg-right .row .column {
      min-height: 0; }
      @media only screen and (min-width: 1024px) {
        section.two-column.bg-right .row .column, .section.two-column.bg-right .row .column {
          min-height: 42vw; } }
      section.two-column.bg-right .row .column.maf-col-2, .section.two-column.bg-right .row .column.maf-col-2 {
        padding: 0; }
        @media only screen and (min-width: 1024px) {
          section.two-column.bg-right .row .column.maf-col-2, .section.two-column.bg-right .row .column.maf-col-2 {
            padding: 160px 10px; } }
  section.two-column.bg-left .maf-background, .section.two-column.bg-left .maf-background {
    background-position: left; }
  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-bottom: 80px; }
    @media only screen and (min-width: 576px) {
      section.two-column.maf-rep-pad .row, .section.two-column.maf-rep-pad .row {
        padding-bottom: 160px; } }
    @media only screen and (min-width: 1024px) {
      section.two-column.maf-rep-pad .row, .section.two-column.maf-rep-pad .row {
        padding-bottom: 0; } }
    section.two-column.maf-rep-pad .row .column, .section.two-column.maf-rep-pad .row .column {
      padding: 80px 10px 0 10px; }
      @media only screen and (min-width: 576px) {
        section.two-column.maf-rep-pad .row .column, .section.two-column.maf-rep-pad .row .column {
          padding: 160px 10px 0 10px; } }
      @media only screen and (min-width: 960px) {
        section.two-column.maf-rep-pad .row .column, .section.two-column.maf-rep-pad .row .column {
          padding: 160px 10px 0 10px; } }
      @media only screen and (min-width: 1024px) {
        section.two-column.maf-rep-pad .row .column, .section.two-column.maf-rep-pad .row .column {
          padding: 160px 10px; } }
  section.two-column.quote-style .row .column .maf-content, .section.two-column.quote-style .row .column .maf-content {
    max-width: none;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      section.two-column.quote-style .row .column .maf-content, .section.two-column.quote-style .row .column .maf-content {
        padding: 0 35px; } }
  @media only screen and (min-width: 1024px) {
    section.two-column.quote-style .row .column.maf-col-1, .section.two-column.quote-style .row .column.maf-col-1 {
      align-items: flex-end;
      text-align: right; } }
  @media only screen and (min-width: 1024px) {
    section.two-column.quote-style .row .column.maf-col-2 .maf-content, .section.two-column.quote-style .row .column.maf-col-2 .maf-content {
      align-items: flex-start;
      text-align: left; } }
  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: #1a1a1a;
      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: #f6b628; }
  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: 160px;
          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: 80px 15px; }
      @media only screen and (min-width: 576px) {
        section.three-column .row .column, .section.three-column .row .column {
          padding: 160px 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: #f6b628;
      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: #1a1a1a; }
          section.three-column .row .column .maf-content p.page-lead, .section.three-column .row .column .maf-content p.page-lead {
            color: #377192; }
          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: "Roboto", sans-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: #979797; }
    section.four-column.bg-2 .maf-content *, .section.four-column.bg-2 .maf-content * {
      color: #979797; }
    section.four-column.bg-2 .maf-content hr, .section.four-column.bg-2 .maf-content hr {
      border-color: #979797; }
    section.four-column.bg-2 .maf-content a.button, .section.four-column.bg-2 .maf-content a.button {
      background-color: transparent;
      border-color: #979797;
      color: #979797; }
      section.four-column.bg-2 .maf-content a.button:hover, .section.four-column.bg-2 .maf-content a.button:hover {
        background-color: #979797;
        color: white; }
  section.page-content-section h1, section.page-content-section .h1-style, section.page-content-section h2, section.page-content-section .h2-style, .section.page-content-section h1, .section.page-content-section .h1-style, .section.page-content-section h2, .section.page-content-section .h2-style {
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1.1; }
    @media only screen and (min-width: 960px) {
      section.page-content-section h1, section.page-content-section .h1-style, section.page-content-section h2, section.page-content-section .h2-style, .section.page-content-section h1, .section.page-content-section .h1-style, .section.page-content-section h2, .section.page-content-section .h2-style {
        font-size: 8.7rem; } }
    @media only screen and (min-width: 1280px) {
      section.page-content-section h1, section.page-content-section .h1-style, section.page-content-section h2, section.page-content-section .h2-style, .section.page-content-section h1, .section.page-content-section .h1-style, .section.page-content-section h2, .section.page-content-section .h2-style {
        font-size: 11.1rem; } }
  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: 35px; }
  section.page-content-section .row .column, .section.page-content-section .row .column {
    align-items: flex-start; }
    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-size: 2.4rem;
        font-family: "Roboto", sans-serif;
        line-height: 1.2;
        margin-bottom: 30px; }
        @media only screen and (min-width: 576px) {
          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-size: 3rem; } }
        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, .section.page-content-section .row .column .maf-content p {
      max-width: 800px; }
      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; }
    section.page-content-section .row .column.maf-col-1 .maf-content, .section.page-content-section .row .column.maf-col-1 .maf-content {
      align-items: flex-start;
      text-align: left; }
  section.account-listings-section div.cardbox article.card .portal-item .portal-content .tn .tn-img, .section.account-listings-section div.cardbox article.card .portal-item .portal-content .tn .tn-img {
    max-height: 250px; }
  section.account-listings-section.is-hero > .maf-background, .section.account-listings-section.is-hero > .maf-background {
    background-image: url("/images/Layout/bg-page-hero-default.jpg"); }
  section.account-listings-section.is-hero .row .column .maf-content h1, section.account-listings-section.is-hero .row .column .maf-content .h1-style, .section.account-listings-section.is-hero .row .column .maf-content h1, .section.account-listings-section.is-hero .row .column .maf-content .h1-style {
    margin-bottom: 10px; }
  section.account-listings-section.is-hero .row .column .maf-content p, .section.account-listings-section.is-hero .row .column .maf-content p {
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    color: white; }
    @media only screen and (min-width: 576px) {
      section.account-listings-section.is-hero .row .column .maf-content p, .section.account-listings-section.is-hero .row .column .maf-content p {
        font-size: 3rem; } }
  section.account-listings-section.is-hero .row .column .maf-content .pub-date, .section.account-listings-section.is-hero .row .column .maf-content .pub-date {
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 600;
    margin: 5px;
    opacity: 0.5; }
  @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-size: 2.8rem;
    font-weight: 500; }
    @media only screen and (min-width: 960px) {
      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-size: 4.3rem; } }
    @media only screen and (min-width: 1280px) {
      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-size: 5.8rem; } }
  section.account-listings-section.account-listings-top-level .header, .section.account-listings-section.account-listings-top-level .header {
    padding-right: 0;
    padding-left: 0; }
    section.account-listings-section.account-listings-top-level .header .maf-content, .section.account-listings-section.account-listings-top-level .header .maf-content {
      max-width: none;
      padding-right: 0;
      padding-bottom: 5px;
      padding-left: 0;
      text-align: left; }
      section.account-listings-section.account-listings-top-level .header .maf-content h1, .section.account-listings-section.account-listings-top-level .header .maf-content h1 {
        color: #a0bfa8; }
    section.account-listings-section.account-listings-top-level .header .blog-aside-content, .section.account-listings-section.account-listings-top-level .header .blog-aside-content {
      border-top: 1px solid #1a1a1a;
      border-bottom: 1px solid #1a1a1a;
      display: flex;
      margin-bottom: 70px;
      padding: 20px 0 23px 0;
      width: 100%; }
      section.account-listings-section.account-listings-top-level .header .blog-aside-content a, .section.account-listings-section.account-listings-top-level .header .blog-aside-content a {
        color: #1a1a1a; }
        section.account-listings-section.account-listings-top-level .header .blog-aside-content a .blog-current-item, .section.account-listings-section.account-listings-top-level .header .blog-aside-content a .blog-current-item {
          border-right: 2px solid #1a1a1a;
          margin-right: 10px;
          padding-right: 10px; }
          section.account-listings-section.account-listings-top-level .header .blog-aside-content a .blog-current-item p, .section.account-listings-section.account-listings-top-level .header .blog-aside-content a .blog-current-item p {
            font-family: "Roboto", sans-serif;
            font-size: 1.1em;
            font-weight: 700;
            line-height: 1;
            margin: 0; }
          section.account-listings-section.account-listings-top-level .header .blog-aside-content a .blog-current-item.active, .section.account-listings-section.account-listings-top-level .header .blog-aside-content a .blog-current-item.active {
            color: #a0bfa8; }
        section.account-listings-section.account-listings-top-level .header .blog-aside-content a:hover, .section.account-listings-section.account-listings-top-level .header .blog-aside-content a:hover {
          color: #f6b628;
          text-decoration: none; }
        section.account-listings-section.account-listings-top-level .header .blog-aside-content a:last-child .blog-current-item, .section.account-listings-section.account-listings-top-level .header .blog-aside-content a:last-child .blog-current-item {
          border: 0;
          margin-right: 0; }
  section.account-listings-section.account-listings-top-level .row, .section.account-listings-section.account-listings-top-level .row {
    padding-right: 0;
    padding-left: 0; }
    section.account-listings-section.account-listings-top-level .row .column, .section.account-listings-section.account-listings-top-level .row .column {
      overflow: visible;
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
      section.account-listings-section.account-listings-top-level .row .column .maf-content, .section.account-listings-section.account-listings-top-level .row .column .maf-content {
        text-align: left; }
        section.account-listings-section.account-listings-top-level .row .column .maf-content.search, .section.account-listings-section.account-listings-top-level .row .column .maf-content.search {
          background-color: #d84862;
          margin-bottom: 20px;
          padding: 10px; }
  section.account-listings-section.account-listing-detail, .section.account-listings-section.account-listing-detail {
    min-height: 700px; }
    section.account-listings-section.account-listing-detail .account-listing-title, .section.account-listings-section.account-listing-detail .account-listing-title {
      color: #f6b628; }
      section.account-listings-section.account-listing-detail .account-listing-title time, .section.account-listings-section.account-listing-detail .account-listing-title time {
        font-size: 0.8em; }
    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 #1a1a1a;
      border-bottom: 1px solid #1a1a1a;
      display: flex;
      font-size: 1.6rem;
      margin-bottom: 70px;
      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 > *:first-child, .section.account-listings-section.account-listing-detail .account-listing-body > *:first-child {
        color: #a0bfa8;
        font-size: 2.4rem;
        font-family: "Roboto", sans-serif;
        line-height: 1.2; }
        @media only screen and (min-width: 576px) {
          section.account-listings-section.account-listing-detail .account-listing-body > *:first-child, .section.account-listings-section.account-listing-detail .account-listing-body > *:first-child {
            font-size: 3rem; } }
      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: 17.5px 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 #1a1a1a;
          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: 35px;
      width: 100%; }
    section.account-listings-section.account-listing-detail .row, .section.account-listings-section.account-listing-detail .row {
      background-color: white;
      margin-top: 160px;
      max-width: 1280px; }
      section.account-listings-section.account-listing-detail .row::after, .section.account-listings-section.account-listing-detail .row::after {
        display: none; }
      section.account-listings-section.account-listing-detail .row .header .maf-content, .section.account-listings-section.account-listing-detail .row .header .maf-content {
        max-width: none;
        padding-top: 80px;
        padding-right: 0;
        padding-left: 0;
        text-align: left; }
        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: 80px;
          width: 100%; }
        section.account-listings-section.account-listing-detail .row .header .maf-content h1, .section.account-listings-section.account-listing-detail .row .header .maf-content h1 {
          color: #f6b628;
          margin-bottom: 20px; }
        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 #1a1a1a;
          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, .section.account-listings-section.account-listing-detail .row .column {
        padding-top: 35px;
        padding-bottom: 35px; }
        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-content p.page-lead, .section.account-listings-section.account-listing-detail .row .column .maf-content p.page-lead {
            color: #a0bfa8; }
        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: 960px; }
        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 {
          border: 10px solid #a0bfa8;
          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: 75%; }
        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;
          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: #f6b628;
            font-size: 2rem;
            margin-top: 5px;
            margin-right: 9px;
            vertical-align: text-top; }
          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;
            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 {
          color: #f6b628; }
          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: inherit;
            font-size: 2rem;
            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: inherit; }
            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: #a0bfa8; }
        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: #a0bfa8;
              border-color: #a0bfa8;
              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: #a0bfa8;
                top: 50%; }
  section.account-listings-section.account-gallery .row .column, .section.account-listings-section.account-gallery .row .column {
    padding-bottom: 0; }
  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: #f6b628; }
    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: 80px; }
  section.account-listings-section.assoc#we-stock .row .column, .section.account-listings-section.assoc#we-stock .row .column {
    padding-bottom: 0; }
  section.blog-section div.cardbox article.card .portal-item, .section.blog-section div.cardbox article.card .portal-item {
    background-color: #f6b628; }
    section.blog-section div.cardbox article.card .portal-item .portal-content .tn::before, .section.blog-section div.cardbox article.card .portal-item .portal-content .tn::before {
      background-color: #f6b628; }
    section.blog-section div.cardbox article.card .portal-item .portal-content .info, .section.blog-section div.cardbox article.card .portal-item .portal-content .info {
      flex-direction: column-reverse;
      justify-content: flex-end;
      margin-top: -30px; }
    section.blog-section div.cardbox article.card .portal-item .portal-content .title, .section.blog-section div.cardbox article.card .portal-item .portal-content .title {
      align-items: flex-start; }
    section.blog-section div.cardbox article.card .portal-item .portal-content .date, .section.blog-section div.cardbox article.card .portal-item .portal-content .date {
      font-weight: 900;
      padding-bottom: 20px;
      position: relative; }
      section.blog-section div.cardbox article.card .portal-item .portal-content .date::after, .section.blog-section div.cardbox article.card .portal-item .portal-content .date::after {
        background-color: white;
        bottom: 7px;
        content: '';
        display: inline-block;
        height: 1px;
        left: 0;
        position: absolute;
        transition: width 350ms ease-out;
        width: 40px; }
    section.blog-section div.cardbox article.card .portal-item:hover .portal-content .info .date::after, .section.blog-section div.cardbox article.card .portal-item:hover .portal-content .info .date::after {
      width: 70%; }
  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 .header .blog-aside-content, .section.blog-section.blog-top-level .header .blog-aside-content {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    display: flex;
    margin-bottom: 70px;
    padding: 20px 0 23px 0;
    width: 100%; }
    section.blog-section.blog-top-level .header .blog-aside-content a, .section.blog-section.blog-top-level .header .blog-aside-content a {
      color: #1a1a1a; }
      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 #1a1a1a;
        margin-right: 10px;
        padding-right: 10px; }
        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-family: "Roboto", sans-serif;
          font-size: 1.1em;
          font-weight: 700;
          line-height: 1;
          margin: 0; }
        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: #a0bfa8; }
      section.blog-section.blog-top-level .header .blog-aside-content a:hover, .section.blog-section.blog-top-level .header .blog-aside-content a:hover {
        color: #f6b628;
        text-decoration: none; }
      section.blog-section.blog-top-level .header .blog-aside-content a:last-child .blog-current-item, .section.blog-section.blog-top-level .header .blog-aside-content a:last-child .blog-current-item {
        border: 0;
        margin-right: 0; }
  section.blog-section.blog-top-level > .maf-background, .section.blog-section.blog-top-level > .maf-background {
    background-position: bottom right;
    background-size: contain; }
  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: #d84862;
      margin-bottom: 20px;
      padding: 10px; }
  section.blog-section.blog-highlight .header .maf-content, .section.blog-section.blog-highlight .header .maf-content {
    align-items: flex-start;
    max-width: none;
    text-align: left; }
    section.blog-section.blog-highlight .header .maf-content h2, section.blog-section.blog-highlight .header .maf-content .h2-style, .section.blog-section.blog-highlight .header .maf-content h2, .section.blog-section.blog-highlight .header .maf-content .h2-style {
      font-size: 6.5rem;
      font-weight: 400;
      line-height: 1.1;
      line-height: 0.8; }
      @media only screen and (min-width: 960px) {
        section.blog-section.blog-highlight .header .maf-content h2, section.blog-section.blog-highlight .header .maf-content .h2-style, .section.blog-section.blog-highlight .header .maf-content h2, .section.blog-section.blog-highlight .header .maf-content .h2-style {
          font-size: 8.7rem; } }
      @media only screen and (min-width: 1280px) {
        section.blog-section.blog-highlight .header .maf-content h2, section.blog-section.blog-highlight .header .maf-content .h2-style, .section.blog-section.blog-highlight .header .maf-content h2, .section.blog-section.blog-highlight .header .maf-content .h2-style {
          font-size: 11.1rem; } }
  section.blog-section.blog-highlight .row .column, .section.blog-section.blog-highlight .row .column {
    overflow: visible;
    padding-top: 80px;
    padding-bottom: 80px; }
  section.blog-section.blog-highlight .footer .maf-content, .section.blog-section.blog-highlight .footer .maf-content {
    align-items: flex-start;
    font-size: 2rem;
    font-weight: 500;
    text-align: left; }
    @media only screen and (min-width: 576px) {
      section.blog-section.blog-highlight .footer .maf-content, .section.blog-section.blog-highlight .footer .maf-content {
        font-size: 2.4rem; } }
    section.blog-section.blog-highlight .footer .maf-content p, .section.blog-section.blog-highlight .footer .maf-content p {
      max-width: 750px; }
  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 h1, section.blog-section.blog-detail .h1-style, section.blog-section.blog-detail h2, section.blog-section.blog-detail .h2-style, section.blog-section.blog-detail h3, section.blog-section.blog-detail .h3-style, section.blog-section.blog-detail h4, section.blog-section.blog-detail .h4-style, section.blog-section.blog-detail h5, section.blog-section.blog-detail .h5-style, section.blog-section.blog-detail h6.h6-style, .section.blog-section.blog-detail h1, .section.blog-section.blog-detail .h1-style, .section.blog-section.blog-detail h2, .section.blog-section.blog-detail .h2-style, .section.blog-section.blog-detail h3, .section.blog-section.blog-detail .h3-style, .section.blog-section.blog-detail h4, .section.blog-section.blog-detail .h4-style, .section.blog-section.blog-detail h5, .section.blog-section.blog-detail .h5-style, .section.blog-section.blog-detail h6.h6-style {
      font-weight: 400;
      padding-bottom: 30px;
      position: relative; }
      section.blog-section.blog-detail h1::after, section.blog-section.blog-detail .h1-style::after, section.blog-section.blog-detail h2::after, section.blog-section.blog-detail .h2-style::after, section.blog-section.blog-detail h3::after, section.blog-section.blog-detail .h3-style::after, section.blog-section.blog-detail h4::after, section.blog-section.blog-detail .h4-style::after, section.blog-section.blog-detail h5::after, section.blog-section.blog-detail .h5-style::after, section.blog-section.blog-detail h6.h6-style::after, .section.blog-section.blog-detail h1::after, .section.blog-section.blog-detail .h1-style::after, .section.blog-section.blog-detail h2::after, .section.blog-section.blog-detail .h2-style::after, .section.blog-section.blog-detail h3::after, .section.blog-section.blog-detail .h3-style::after, .section.blog-section.blog-detail h4::after, .section.blog-section.blog-detail .h4-style::after, .section.blog-section.blog-detail h5::after, .section.blog-section.blog-detail .h5-style::after, .section.blog-section.blog-detail h6.h6-style::after {
        background-color: #1a1a1a;
        bottom: 0;
        content: '';
        display: inline-block;
        height: 1px;
        left: 0;
        max-width: 205px;
        position: absolute;
        transition: width 350ms ease-out;
        width: 100%; }
    section.blog-section.blog-detail h1, section.blog-section.blog-detail .h1-style, section.blog-section.blog-detail h2, section.blog-section.blog-detail .h2-style, .section.blog-section.blog-detail h1, .section.blog-section.blog-detail .h1-style, .section.blog-section.blog-detail h2, .section.blog-section.blog-detail .h2-style {
      font-size: 4rem; }
      @media only screen and (min-width: 960px) {
        section.blog-section.blog-detail h1, section.blog-section.blog-detail .h1-style, section.blog-section.blog-detail h2, section.blog-section.blog-detail .h2-style, .section.blog-section.blog-detail h1, .section.blog-section.blog-detail .h1-style, .section.blog-section.blog-detail h2, .section.blog-section.blog-detail .h2-style {
          font-size: 5rem; } }
      @media only screen and (min-width: 1280px) {
        section.blog-section.blog-detail h1, section.blog-section.blog-detail .h1-style, section.blog-section.blog-detail h2, section.blog-section.blog-detail .h2-style, .section.blog-section.blog-detail h1, .section.blog-section.blog-detail .h1-style, .section.blog-section.blog-detail h2, .section.blog-section.blog-detail .h2-style {
          font-size: 6rem; } }
    section.blog-section.blog-detail h3, section.blog-section.blog-detail .h3-style, .section.blog-section.blog-detail h3, .section.blog-section.blog-detail .h3-style {
      font-size: 3rem; }
      @media only screen and (min-width: 960px) {
        section.blog-section.blog-detail h3, section.blog-section.blog-detail .h3-style, .section.blog-section.blog-detail h3, .section.blog-section.blog-detail .h3-style {
          font-size: 4rem; } }
      @media only screen and (min-width: 1280px) {
        section.blog-section.blog-detail h3, section.blog-section.blog-detail .h3-style, .section.blog-section.blog-detail h3, .section.blog-section.blog-detail .h3-style {
          font-size: 5rem; } }
    section.blog-section.blog-detail h4, section.blog-section.blog-detail .h4-style, .section.blog-section.blog-detail h4, .section.blog-section.blog-detail .h4-style {
      font-size: 2.6rem; }
      @media only screen and (min-width: 960px) {
        section.blog-section.blog-detail h4, section.blog-section.blog-detail .h4-style, .section.blog-section.blog-detail h4, .section.blog-section.blog-detail .h4-style {
          font-size: 3.3rem; } }
      @media only screen and (min-width: 1280px) {
        section.blog-section.blog-detail h4, section.blog-section.blog-detail .h4-style, .section.blog-section.blog-detail h4, .section.blog-section.blog-detail .h4-style {
          font-size: 4rem; } }
    section.blog-section.blog-detail h5, section.blog-section.blog-detail .h5-style, .section.blog-section.blog-detail h5, .section.blog-section.blog-detail .h5-style {
      font-size: 2.2rem; }
      @media only screen and (min-width: 960px) {
        section.blog-section.blog-detail h5, section.blog-section.blog-detail .h5-style, .section.blog-section.blog-detail h5, .section.blog-section.blog-detail .h5-style {
          font-size: 2.6rem; } }
      @media only screen and (min-width: 1280px) {
        section.blog-section.blog-detail h5, section.blog-section.blog-detail .h5-style, .section.blog-section.blog-detail h5, .section.blog-section.blog-detail .h5-style {
          font-size: 3rem; } }
    section.blog-section.blog-detail p, .section.blog-section.blog-detail p {
      line-height: 1.3;
      margin-bottom: 20px; }
      section.blog-section.blog-detail p:not(.has-img), .section.blog-section.blog-detail p:not(.has-img) {
        max-width: 565px; }
      section.blog-section.blog-detail p.page-lead, .section.blog-section.blog-detail p.page-lead {
        font-size: 1.8rem;
        font-weight: 700; }
      section.blog-section.blog-detail p strong, .section.blog-section.blog-detail p strong {
        font-weight: 700; }
    section.blog-section.blog-detail hr, .section.blog-section.blog-detail hr {
      height: 1px;
      margin: 80px 0;
      max-width: 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 #1a1a1a;
      border-bottom: 1px solid #1a1a1a;
      display: flex;
      font-size: 1.6rem;
      margin-bottom: 70px;
      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 {
          font-weight: 300;
          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: 2%; }
            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 {
              text-transform: uppercase; }
        section.blog-section.blog-detail #blog-bar > div:first-child, .section.blog-section.blog-detail #blog-bar > div:first-child {
          text-transform: uppercase; }
        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 .blog-body, .section.blog-section.blog-detail .blog-body {
      width: 100%; }
      section.blog-section.blog-detail .blog-body figure, .section.blog-section.blog-detail .blog-body figure {
        display: inline-block;
        margin: 35px auto;
        width: 100%; }
        section.blog-section.blog-detail .blog-body figure figcaption, .section.blog-section.blog-detail .blog-body figure figcaption {
          border-bottom: 1px solid #1a1a1a;
          display: none;
          font-size: 0.666em;
          padding: 15px 0;
          width: 100%; }
    section.blog-section.blog-detail .main-img, .section.blog-section.blog-detail .main-img {
      margin-bottom: 35px; }
    section.blog-section.blog-detail > .maf-background, .section.blog-section.blog-detail > .maf-background {
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: contain; }
    section.blog-section.blog-detail .row, .section.blog-section.blog-detail .row {
      max-width: 1280px; }
      section.blog-section.blog-detail .row::after, .section.blog-section.blog-detail .row::after {
        display: none; }
      section.blog-section.blog-detail .row .header .maf-content, .section.blog-section.blog-detail .row .header .maf-content {
        max-width: none;
        padding-top: 80px;
        padding-right: 0;
        padding-left: 0;
        text-align: left; }
        section.blog-section.blog-detail .row .header .maf-content .head-img, .section.blog-section.blog-detail .row .header .maf-content .head-img {
          margin-bottom: 80px;
          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 h1, .section.blog-section.blog-detail .row .header .maf-content h1 {
          color: #f6b628;
          margin-bottom: 20px; }
        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 #1a1a1a;
          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 .maf-content, .section.blog-section.blog-detail .row .column .maf-content {
        align-items: flex-start;
        text-align: left; }
      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-1 .maf-content, .section.blog-section.blog-detail .row .column.maf-col-1 .maf-content {
          max-width: 700px; }
      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: 35px; }
  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: #f6b628; }
    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: 80px; }
  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: #d84862; }
  section.job-section div.job-feed, .section.job-section div.job-feed {
    max-width: 995px; }
    section.job-section div.job-feed .job-summary .portal-item .portal-content .info .button, .section.job-section div.job-feed .job-summary .portal-item .portal-content .info .button {
      border-color: #377192;
      color: #377192;
      font-size: 1.2rem;
      margin: 20px 0;
      padding: 10px 35px; }
    section.job-section div.job-feed .job-summary .portal-item:hover .portal-content .info .button, .section.job-section div.job-feed .job-summary .portal-item:hover .portal-content .info .button {
      color: white; }
  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: #f6b628; }
  section.job-section.job-top-level #filters .filter-content .filter-set, .section.job-section.job-top-level #filters .filter-content .filter-set {
    padding: 20px;
    border: 1px solid #d84862; }
    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: 80px 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 #d84862;
        box-shadow: none;
        overflow: visible;
        padding: 10px 0 10px 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: #1a1a1a; }
        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: #1a1a1a;
          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: 10px;
            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: 10px;
          padding-left: 10px; }
          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(-10px); }
  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: 40px; }
  section.job-section.job-top-level .row .column, .section.job-section.job-top-level .row .column {
    padding-top: 20px; }
  section.job-section.job-highlight .row .column, .section.job-section.job-highlight .row .column {
    padding-top: 80px;
    padding-bottom: 80px; }
  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 20px;
      margin-bottom: 20px; }
      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: #f6b628;
          color: white;
          font-size: 1.2rem;
          margin: 0;
          padding: 20px 20px 10px 20px;
          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: "Roboto", 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: #f6b628;
          color: white;
          font-family: "Roboto", sans-serif;
          font-size: 1.8rem;
          font-weight: 600;
          margin: 0;
          padding: 0 20px 20px 20px; }
  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: #377192; }
  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: 35px; }
  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: #377192;
    border-color: #377192; }
  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: 35px; }
    @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: 10px;
      width: 100%; }
      section.job-section .job-nav .job-aside-content .nav-title, .section.job-section .job-nav .job-aside-content .nav-title {
        color: #1a1a1a;
        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: #377192;
        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: #1a1a1a;
          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: #377192;
          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: #1a1a1a;
        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: #377192;
          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 #377192;
        color: #1a1a1a;
        font-size: 1.8rem;
        padding: 5px; }
        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: #377192;
          border-bottom: 1px solid #1a1a1a; }
      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 #377192;
        color: #1a1a1a;
        font-size: 1.6rem;
        font-weight: 300;
        padding-left: 10px; }
        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: #377192;
          border-bottom: 1px solid #1a1a1a; }
      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 div.portfolio-feed article.card .portal-item .portal-content .info .attr, .section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info .attr {
    display: none; }
  section.portfolio-section div.portfolio-feed article.card .portal-item:hover .portal-content .tn::before, .section.portfolio-section div.portfolio-feed article.card .portal-item:hover .portal-content .tn::before {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7); }
  section.portfolio-section div.portfolio-feed article.card.cat-1 .portal-item, .section.portfolio-section div.portfolio-feed article.card.cat-1 .portal-item {
    background-color: #f6b628 !important; }
    section.portfolio-section div.portfolio-feed article.card.cat-1 .portal-item .tn::before, .section.portfolio-section div.portfolio-feed article.card.cat-1 .portal-item .tn::before {
      background-color: #f6b628 !important; }
  section.portfolio-section div.portfolio-feed article.card.cat-2 .portal-item, .section.portfolio-section div.portfolio-feed article.card.cat-2 .portal-item {
    background-color: #377192 !important; }
    section.portfolio-section div.portfolio-feed article.card.cat-2 .portal-item .tn::before, .section.portfolio-section div.portfolio-feed article.card.cat-2 .portal-item .tn::before {
      background-color: #377192 !important; }
  section.portfolio-section div.portfolio-feed article.card.cat-3 .portal-item, .section.portfolio-section div.portfolio-feed article.card.cat-3 .portal-item {
    background-color: #d84862 !important; }
    section.portfolio-section div.portfolio-feed article.card.cat-3 .portal-item .tn::before, .section.portfolio-section div.portfolio-feed article.card.cat-3 .portal-item .tn::before {
      background-color: #d84862 !important; }
  section.portfolio-section .header .maf-content, .section.portfolio-section .header .maf-content {
    align-items: flex-start;
    max-width: none;
    text-align: left; }
    section.portfolio-section .header .maf-content h2, section.portfolio-section .header .maf-content .h2-style, .section.portfolio-section .header .maf-content h2, .section.portfolio-section .header .maf-content .h2-style {
      font-size: 6.5rem;
      font-weight: 400;
      line-height: 1.1; }
      @media only screen and (min-width: 960px) {
        section.portfolio-section .header .maf-content h2, section.portfolio-section .header .maf-content .h2-style, .section.portfolio-section .header .maf-content h2, .section.portfolio-section .header .maf-content .h2-style {
          font-size: 8.7rem; } }
      @media only screen and (min-width: 1280px) {
        section.portfolio-section .header .maf-content h2, section.portfolio-section .header .maf-content .h2-style, .section.portfolio-section .header .maf-content h2, .section.portfolio-section .header .maf-content .h2-style {
          font-size: 11.1rem; } }
    section.portfolio-section .header .maf-content:nth-of-type(2), .section.portfolio-section .header .maf-content:nth-of-type(2) {
      padding-top: 57px; }
  section.portfolio-section.is-hero .row .column .maf-content .pub-date, .section.portfolio-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.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; }
  section.portfolio-section.portfolio-top-level div.cardbox.featured article.card, .section.portfolio-section.portfolio-top-level div.cardbox.featured article.card {
    width: 100%; }
    section.portfolio-section.portfolio-top-level div.cardbox.featured article.card .portal-item, .section.portfolio-section.portfolio-top-level div.cardbox.featured article.card .portal-item {
      background-color: #1a1a1a;
      color: white; }
      section.portfolio-section.portfolio-top-level div.cardbox.featured article.card .portal-item .portal-content .tn::after, .section.portfolio-section.portfolio-top-level div.cardbox.featured article.card .portal-item .portal-content .tn::after {
        padding-bottom: 33.333%; }
      section.portfolio-section.portfolio-top-level div.cardbox.featured article.card .portal-item .portal-content .tn .tn-img, .section.portfolio-section.portfolio-top-level div.cardbox.featured article.card .portal-item .portal-content .tn .tn-img {
        height: auto;
        width: 100%; }
    section.portfolio-section.portfolio-top-level div.cardbox.featured article.card:nth-of-type(2n) .portal-item, .section.portfolio-section.portfolio-top-level div.cardbox.featured article.card:nth-of-type(2n) .portal-item {
      background-color: white;
      color: #1a1a1a; }
      section.portfolio-section.portfolio-top-level div.cardbox.featured article.card:nth-of-type(2n) .portal-item:hover .portal-content .info .title, .section.portfolio-section.portfolio-top-level div.cardbox.featured article.card:nth-of-type(2n) .portal-item:hover .portal-content .info .title {
        text-shadow: 0 0 3px rgba(255, 255, 255, 0.2), 0 0 8px rgba(255, 255, 255, 0.2), 0 0 13px rgba(255, 255, 255, 0.2), 0 0 21px rgba(255, 255, 255, 0.2); }
  section.portfolio-section.portfolio-top-level .header .maf-content:nth-of-type(2), .section.portfolio-section.portfolio-top-level .header .maf-content:nth-of-type(2) {
    padding-top: 57px; }
  section.portfolio-section.portfolio-top-level .row, .section.portfolio-section.portfolio-top-level .row {
    overflow: visible; }
    section.portfolio-section.portfolio-top-level .row .column, .section.portfolio-section.portfolio-top-level .row .column {
      overflow: visible;
      padding-top: 40px; }
  section.portfolio-section.portfolio-highlight .header .maf-content p, .section.portfolio-section.portfolio-highlight .header .maf-content p {
    max-width: 800px; }
  section.portfolio-section.portfolio-highlight .row, .section.portfolio-section.portfolio-highlight .row {
    overflow: visible; }
    section.portfolio-section.portfolio-highlight .row .column, .section.portfolio-section.portfolio-highlight .row .column {
      overflow: visible;
      padding-top: 100px;
      padding-bottom: 80px; }
  section.portfolio-section.portfolio-highlight .footer .maf-content, .section.portfolio-section.portfolio-highlight .footer .maf-content {
    align-items: flex-start;
    font-size: 2rem;
    font-weight: 500;
    text-align: left; }
    @media only screen and (min-width: 576px) {
      section.portfolio-section.portfolio-highlight .footer .maf-content, .section.portfolio-section.portfolio-highlight .footer .maf-content {
        font-size: 2.4rem; } }
    section.portfolio-section.portfolio-highlight .footer .maf-content p, .section.portfolio-section.portfolio-highlight .footer .maf-content p {
      max-width: 750px; }
  section.portfolio-section.portfolio-highlight div.portfolio-feed, .section.portfolio-section.portfolio-highlight div.portfolio-feed {
    padding: 0; }
  section.portfolio-section.portfolio-category-list .header, .section.portfolio-section.portfolio-category-list .header {
    color: #85a406; }
  section.portfolio-section.portfolio-category-list .row, .section.portfolio-section.portfolio-category-list .row {
    max-width: none;
    padding: 0; }
    section.portfolio-section.portfolio-category-list .row .column.maf-col-1, .section.portfolio-section.portfolio-category-list .row .column.maf-col-1 {
      padding: 0; }
      section.portfolio-section.portfolio-category-list .row .column.maf-col-1 .maf-content, .section.portfolio-section.portfolio-category-list .row .column.maf-col-1 .maf-content {
        padding: 0; }
  section.portfolio-section.portfolio-category-list .footer, .section.portfolio-section.portfolio-category-list .footer {
    display: none;
    padding-bottom: 10px; }
    section.portfolio-section.portfolio-category-list .footer .button, .section.portfolio-section.portfolio-category-list .footer .button {
      align-self: center; }
  section.portfolio-section.portfolio-category-list div.portfolio-feed article.card .portal-item, .section.portfolio-section.portfolio-category-list div.portfolio-feed article.card .portal-item {
    color: white; }
  section.portfolio-section.portfolio-category-list div.portfolio-feed article.card:nth-of-type(2n) .portal-item, .section.portfolio-section.portfolio-category-list div.portfolio-feed article.card:nth-of-type(2n) .portal-item {
    background-color: #377192; }
  section.portfolio-section.portfolio-category-list div.portfolio-feed article.card:nth-of-type(3n) .portal-item, .section.portfolio-section.portfolio-category-list div.portfolio-feed article.card:nth-of-type(3n) .portal-item {
    background-color: #e8680e; }
  section.portfolio-section.portfolio-category-list div.portfolio-feed article.card:nth-of-type(4n) .portal-item, .section.portfolio-section.portfolio-category-list div.portfolio-feed article.card:nth-of-type(4n) .portal-item {
    background-color: #a0bfa8; }
  section.portfolio-section.portfolio-category-list div.portfolio-feed article.card:nth-of-type(6n) .portal-item, .section.portfolio-section.portfolio-category-list div.portfolio-feed article.card:nth-of-type(6n) .portal-item {
    background-color: #85a406; }
  section.portfolio-section.portfolio-detail, .section.portfolio-section.portfolio-detail {
    background-color: white; }
    section.portfolio-section.portfolio-detail .pub-date, .section.portfolio-section.portfolio-detail .pub-date {
      font-size: 1.4rem;
      font-style: italic;
      margin: 5px; }
    section.portfolio-section.portfolio-detail .portfolio-body h1, section.portfolio-section.portfolio-detail .portfolio-body .h1-style, section.portfolio-section.portfolio-detail .portfolio-body h2, section.portfolio-section.portfolio-detail .portfolio-body .h2-style, section.portfolio-section.portfolio-detail .portfolio-body h3, section.portfolio-section.portfolio-detail .portfolio-body .h3-style, section.portfolio-section.portfolio-detail .portfolio-body h4, section.portfolio-section.portfolio-detail .portfolio-body .h4-style, section.portfolio-section.portfolio-detail .portfolio-body h5, section.portfolio-section.portfolio-detail .portfolio-body .h5-style, section.portfolio-section.portfolio-detail .portfolio-body h6.h6-style, section.portfolio-section.portfolio-detail .portfolio-body p, .section.portfolio-section.portfolio-detail .portfolio-body h1, .section.portfolio-section.portfolio-detail .portfolio-body .h1-style, .section.portfolio-section.portfolio-detail .portfolio-body h2, .section.portfolio-section.portfolio-detail .portfolio-body .h2-style, .section.portfolio-section.portfolio-detail .portfolio-body h3, .section.portfolio-section.portfolio-detail .portfolio-body .h3-style, .section.portfolio-section.portfolio-detail .portfolio-body h4, .section.portfolio-section.portfolio-detail .portfolio-body .h4-style, .section.portfolio-section.portfolio-detail .portfolio-body h5, .section.portfolio-section.portfolio-detail .portfolio-body .h5-style, .section.portfolio-section.portfolio-detail .portfolio-body h6.h6-style, .section.portfolio-section.portfolio-detail .portfolio-body p {
      margin-top: 10px; }
    section.portfolio-section.portfolio-detail .portfolio-body p, .section.portfolio-section.portfolio-detail .portfolio-body p {
      max-width: 600px; }
      section.portfolio-section.portfolio-detail .portfolio-body p.p-lead, .section.portfolio-section.portfolio-detail .portfolio-body p.p-lead {
        max-width: 800px; }
    section.portfolio-section.portfolio-detail .portfolio-body ul, section.portfolio-section.portfolio-detail .portfolio-body ol, .section.portfolio-section.portfolio-detail .portfolio-body ul, .section.portfolio-section.portfolio-detail .portfolio-body ol {
      max-width: 600px; }
    section.portfolio-section.portfolio-detail .portfolio-body blockquote, .section.portfolio-section.portfolio-detail .portfolio-body blockquote {
      font-size: 1.8rem;
      max-width: 600px;
      padding-top: 70px; }
    section.portfolio-section.portfolio-detail .main-img, .section.portfolio-section.portfolio-detail .main-img {
      margin-bottom: 35px; }
    section.portfolio-section.portfolio-detail .row .column, .section.portfolio-section.portfolio-detail .row .column {
      align-items: flex-start;
      justify-content: flex-start;
      padding-top: 26px;
      text-align: left; }
      section.portfolio-section.portfolio-detail .row .column .maf-content, .section.portfolio-section.portfolio-detail .row .column .maf-content {
        align-items: flex-start; }
  section.event-section div.cardbox, section.event-section aside.cardbox, .section.event-section div.cardbox, .section.event-section aside.cardbox {
    padding: 0 4px;
    width: 100%; }
    section.event-section div.cardbox article.card, section.event-section aside.cardbox article.card, .section.event-section div.cardbox article.card, .section.event-section aside.cardbox article.card {
      margin-bottom: 0;
      padding: 4px;
      width: 100%; }
      @media only screen and (min-width: 576px) {
        section.event-section div.cardbox article.card, section.event-section aside.cardbox article.card, .section.event-section div.cardbox article.card, .section.event-section aside.cardbox article.card {
          width: 50%; } }
      @media only screen and (min-width: 960px) {
        section.event-section div.cardbox article.card, section.event-section aside.cardbox article.card, .section.event-section div.cardbox article.card, .section.event-section aside.cardbox article.card {
          width: 33.333%; } }
      @media only screen and (min-width: 1024px) {
        section.event-section div.cardbox article.card, section.event-section aside.cardbox article.card, .section.event-section div.cardbox article.card, .section.event-section aside.cardbox article.card {
          width: 25%; } }
      section.event-section div.cardbox article.card .portal-item, section.event-section aside.cardbox article.card .portal-item, .section.event-section div.cardbox article.card .portal-item, .section.event-section aside.cardbox article.card .portal-item {
        color: white;
        min-height: 300px;
        padding: 40px 30px 30px 30px;
        text-align: center; }
        section.event-section div.cardbox article.card .portal-item .portal-content .tn, section.event-section aside.cardbox article.card .portal-item .portal-content .tn, .section.event-section div.cardbox article.card .portal-item .portal-content .tn, .section.event-section aside.cardbox article.card .portal-item .portal-content .tn {
          margin: 0; }
        section.event-section div.cardbox article.card .portal-item .portal-content .info, section.event-section aside.cardbox article.card .portal-item .portal-content .info, .section.event-section div.cardbox article.card .portal-item .portal-content .info, .section.event-section aside.cardbox article.card .portal-item .portal-content .info {
          color: inherit; }
        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 {
          font-size: 3rem;
          margin-bottom: auto;
          text-shadow: 3px 3px 0 #f6b628; }
        section.event-section div.cardbox article.card .portal-item .portal-content .desc, section.event-section aside.cardbox article.card .portal-item .portal-content .desc, .section.event-section div.cardbox article.card .portal-item .portal-content .desc, .section.event-section aside.cardbox article.card .portal-item .portal-content .desc {
          text-shadow: 1px 1px 0 #f6b628; }
        section.event-section div.cardbox article.card .portal-item .portal-content .attr span.date, section.event-section aside.cardbox article.card .portal-item .portal-content .attr span.date, .section.event-section div.cardbox article.card .portal-item .portal-content .attr span.date, .section.event-section aside.cardbox article.card .portal-item .portal-content .attr span.date {
          font-family: "Roboto", sans-serif;
          text-shadow: 1px 1px 0 #f6b628; }
        section.event-section div.cardbox article.card .portal-item .portal-content .button, section.event-section aside.cardbox article.card .portal-item .portal-content .button, .section.event-section div.cardbox article.card .portal-item .portal-content .button, .section.event-section aside.cardbox article.card .portal-item .portal-content .button {
          align-self: center;
          background-color: transparent;
          border: 0;
          font-family: "Roboto", sans-serif;
          text-shadow: 1px 1px 0 #f6b628; }
          section.event-section div.cardbox article.card .portal-item .portal-content .button:hover, section.event-section aside.cardbox article.card .portal-item .portal-content .button:hover, .section.event-section div.cardbox article.card .portal-item .portal-content .button:hover, .section.event-section aside.cardbox article.card .portal-item .portal-content .button:hover {
            letter-spacing: 3px;
            text-shadow: 3px 3px 0 #f6b628; }
      section.event-section div.cardbox article.card.bg-1, section.event-section aside.cardbox article.card.bg-1, .section.event-section div.cardbox article.card.bg-1, .section.event-section aside.cardbox article.card.bg-1 {
        background-color: transparent; }
        section.event-section div.cardbox article.card.bg-1 .portal-item, section.event-section aside.cardbox article.card.bg-1 .portal-item, .section.event-section div.cardbox article.card.bg-1 .portal-item, .section.event-section aside.cardbox article.card.bg-1 .portal-item {
          background-color: #d84862;
          background-image: url("/images/Layout/exhib-bg-1.png"); }
      section.event-section div.cardbox article.card.bg-2, section.event-section aside.cardbox article.card.bg-2, .section.event-section div.cardbox article.card.bg-2, .section.event-section aside.cardbox article.card.bg-2 {
        background-color: transparent; }
        section.event-section div.cardbox article.card.bg-2 .portal-item, section.event-section aside.cardbox article.card.bg-2 .portal-item, .section.event-section div.cardbox article.card.bg-2 .portal-item, .section.event-section aside.cardbox article.card.bg-2 .portal-item {
          background-color: #377192;
          background-image: url("/images/Layout/exhib-bg-2.png"); }
      section.event-section div.cardbox article.card.bg-3, section.event-section aside.cardbox article.card.bg-3, .section.event-section div.cardbox article.card.bg-3, .section.event-section aside.cardbox article.card.bg-3 {
        background-color: transparent; }
        section.event-section div.cardbox article.card.bg-3 .portal-item, section.event-section aside.cardbox article.card.bg-3 .portal-item, .section.event-section div.cardbox article.card.bg-3 .portal-item, .section.event-section aside.cardbox article.card.bg-3 .portal-item {
          background-color: #e8680e;
          background-image: url("/images/Layout/exhib-bg-3.png"); }
      section.event-section div.cardbox article.card.bg-4, section.event-section aside.cardbox article.card.bg-4, .section.event-section div.cardbox article.card.bg-4, .section.event-section aside.cardbox article.card.bg-4 {
        background-color: transparent; }
        section.event-section div.cardbox article.card.bg-4 .portal-item, section.event-section aside.cardbox article.card.bg-4 .portal-item, .section.event-section div.cardbox article.card.bg-4 .portal-item, .section.event-section aside.cardbox article.card.bg-4 .portal-item {
          background-color: #a0bfa8;
          background-image: url("/images/Layout/exhib-bg-4.png"); }
  section.event-section #filters .filter-content .filter-set button, .section.event-section #filters .filter-content .filter-set button {
    margin-bottom: 8px;
    padding: 0 10px 0 0; }
    section.event-section #filters .filter-content .filter-set button:last-child, .section.event-section #filters .filter-content .filter-set button:last-child {
      padding-right: 0; }
    section.event-section #filters .filter-content .filter-set button::before, .section.event-section #filters .filter-content .filter-set button::before {
      display: none; }
  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, #377192, transparent);
        content: '';
        display: inline-block;
        height: 100%;
        left: -42px;
        position: absolute;
        top: 0;
        width: 40px;
        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, #377192, 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 #93212b;
        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;
              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: #f6b628;
            color: white;
            display: inline-flex;
            flex-direction: column;
            font-family: "Roboto", sans-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: #1a1a1a;
            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: #1a1a1a;
            box-shadow: none;
            color: #1a1a1a;
            font-family: "Roboto", 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: #f6b628;
            border-color: #f6b628;
            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 #f6b628;
        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: #f6b628;
          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: #f6b628;
          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 .row, .section.event-section.event-highlight .row {
    overflow: visible; }
    section.event-section.event-highlight .row .column, .section.event-section.event-highlight .row .column {
      padding-top: 40px;
      padding-bottom: 0;
      overflow: visible; }
      section.event-section.event-highlight .row .column .maf-content, .section.event-section.event-highlight .row .column .maf-content {
        max-width: 1280px; }
  section.event-section.event-portal .row, .section.event-section.event-portal .row {
    max-width: none; }
    section.event-section.event-portal .row .column, .section.event-section.event-portal .row .column {
      padding-top: 80px; }
  section.event-section.event-detail p.price, .section.event-section.event-detail p.price {
    margin: 0; }
    section.event-section.event-detail p.price span, .section.event-section.event-detail p.price span {
      display: inline-block;
      font-weight: 400; }
  section.event-section.event-detail .is-map, .section.event-section.event-detail .is-map {
    margin-bottom: 35px;
    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: #e8680e; }
  section.event-section.event-detail .row, .section.event-section.event-detail .row {
    background-color: white;
    margin-top: 160px;
    max-width: 1280px; }
    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;
      text-align: left; }
      section.event-section.event-detail .row .column.maf-col-1 .maf-content h1, .section.event-section.event-detail .row .column.maf-col-1 .maf-content h1 {
        color: #f6b628; }
      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 {
        color: #a0bfa8;
        font-size: 2.4rem;
        font-family: "Roboto", sans-serif;
        line-height: 1.2; }
        @media only screen and (min-width: 576px) {
          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-size: 3rem; } }
    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 aside.assoc-event-list h2, section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list .h2-style, .section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list h2, .section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list .h2-style {
        background-color: #f6b628;
        color: white;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        padding: 10px 10px 15px 10px;
        position: relative; }
        section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list h2::before, section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list .h2-style::before, .section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list h2::before, .section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list .h2-style::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 ease-out;
          width: 100%;
          z-index: 0; }
      section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list a, .section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list a {
        color: #1a1a1a;
        font-size: 0.9em;
        padding-left: 1.1em;
        position: relative; }
        section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list a::before, .section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list a::before {
          color: #1a1a1a;
          content: '\2013';
          font-size: 1em;
          left: 0;
          line-height: 1;
          position: absolute;
          top: 0; }
        section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list a:hover, .section.event-section.event-detail .row .column.maf-col-2 .maf-content aside.assoc-event-list a:hover {
          padding-left: 0.8em; }
      section.event-section.event-detail .row .column.maf-col-2 .maf-content p, .section.event-section.event-detail .row .column.maf-col-2 .maf-content p {
        margin-bottom: 20px; }
      section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-thumb, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-thumb {
        border: 10px solid #a0bfa8;
        margin-bottom: 20px; }
        section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-thumb.logo, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .event-thumb.logo {
          border: 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: #a0bfa8; }
        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: #f6b628; }
      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: #a0bfa8;
            border-color: #a0bfa8;
            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: #a0bfa8;
              top: 50%; }
      section.event-section.event-detail .row .column.maf-col-2 .maf-content .venue-address, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .venue-address {
        margin-bottom: 20px; }
        section.event-section.event-detail .row .column.maf-col-2 .maf-content .venue-address strong, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .venue-address strong {
          color: #f6b628; }
      section.event-section.event-detail .row .column.maf-col-2 .maf-content .venue-details, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .venue-details {
        margin-bottom: 20px; }
        section.event-section.event-detail .row .column.maf-col-2 .maf-content .venue-details span, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .venue-details span {
          display: inline-block;
          width: 100%; }
      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 #f6b628;
        margin-bottom: 20px; }
      section.event-section.event-detail .row .column.maf-col-2 .maf-content .button, .section.event-section.event-detail .row .column.maf-col-2 .maf-content .button {
        width: 100%; }
  section.event-section.event-archive.event-typ-1 h2.arc-head, .section.event-section.event-archive.event-typ-1 h2.arc-head {
    background-color: #f6b628;
    color: white;
    margin-bottom: 105px;
    padding: 20px 0;
    position: relative;
    text-align: left; }
    section.event-section.event-archive.event-typ-1 h2.arc-head::before, section.event-section.event-archive.event-typ-1 h2.arc-head::after, .section.event-section.event-archive.event-typ-1 h2.arc-head::before, .section.event-section.event-archive.event-typ-1 h2.arc-head::after {
      background-color: #f6b628;
      content: '';
      display: inline-block;
      left: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    section.event-section.event-archive.event-typ-1 h2.arc-head::after, .section.event-section.event-archive.event-typ-1 h2.arc-head::after {
      left: auto;
      right: 100%; }
  section.event-section.event-archive.event-typ-1 .maf-divider, .section.event-section.event-archive.event-typ-1 .maf-divider {
    border: 1px solid #1a1a1a;
    border-right: 0;
    border-left: 0;
    background-color: #377192;
    display: inline-block;
    height: 20px;
    margin-bottom: 70px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    width: 100%; }
    section.event-section.event-archive.event-typ-1 .maf-divider::before, section.event-section.event-archive.event-typ-1 .maf-divider::after, .section.event-section.event-archive.event-typ-1 .maf-divider::before, .section.event-section.event-archive.event-typ-1 .maf-divider::after {
      background-color: #377192;
      border: 1px solid #1a1a1a;
      border-right: 0;
      border-left: 0;
      content: '';
      display: inline-block;
      left: 100%;
      height: 100%;
      position: absolute;
      top: -1px;
      width: 100%; }
    section.event-section.event-archive.event-typ-1 .maf-divider::after, .section.event-section.event-archive.event-typ-1 .maf-divider::after {
      left: auto;
      right: 100%; }
    section.event-section.event-archive.event-typ-1 .maf-divider:last-child, .section.event-section.event-archive.event-typ-1 .maf-divider:last-child {
      display: none; }
  section.event-section.event-archive.event-typ-1 article.archive, .section.event-section.event-archive.event-typ-1 article.archive {
    margin-bottom: 70px;
    max-width: 960px;
    width: 100%; }
    section.event-section.event-archive.event-typ-1 article.archive .title, .section.event-section.event-archive.event-typ-1 article.archive .title {
      margin: 0 0 5px 0; }
    section.event-section.event-archive.event-typ-1 article.archive .cur-label, .section.event-section.event-archive.event-typ-1 article.archive .cur-label {
      color: #f6b628;
      margin: 0 0 5px 0; }
    section.event-section.event-archive.event-typ-1 article.archive .row, .section.event-section.event-archive.event-typ-1 article.archive .row {
      flex-direction: column-reverse;
      overflow: visible; }
      @media only screen and (min-width: 1024px) {
        section.event-section.event-archive.event-typ-1 article.archive .row, .section.event-section.event-archive.event-typ-1 article.archive .row {
          flex-direction: row; } }
      section.event-section.event-archive.event-typ-1 article.archive .row .column, .section.event-section.event-archive.event-typ-1 article.archive .row .column {
        padding: 0;
        overflow: visible;
        text-align: left; }
        @media only screen and (min-width: 1024px) {
          section.event-section.event-archive.event-typ-1 article.archive .row .column.tn, .section.event-section.event-archive.event-typ-1 article.archive .row .column.tn {
            text-align: right; } }
  section.event-section.event-archive.event-typ-1 .row, .section.event-section.event-archive.event-typ-1 .row {
    overflow: visible; }
    section.event-section.event-archive.event-typ-1 .row .column, .section.event-section.event-archive.event-typ-1 .row .column {
      overflow: visible; }
  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: 10px; }
  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: #f6b628; }
    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: 80px; }
  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: #1a1a1a;
      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: #d84862;
          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: #a0bfa8; }
      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: "Roboto", sans-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: 35px; }
    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-size: 2.4rem;
      font-family: "Roboto", sans-serif;
      line-height: 1.2; }
      @media only screen and (min-width: 576px) {
        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-size: 3rem; } }
  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 #377192; }
    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 rgba(28, 60, 118, 0.7);
    font-family: "Roboto", sans-serif;
    left: 0;
    padding: 20px 20px 10px 20px;
    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 div.cardbox article.card .portal-item .portal-content .title, .section.shop-section div.cardbox article.card .portal-item .portal-content .title {
    padding-bottom: 0; }
  section.shop-section div.cardbox article.card .portal-item .portal-content .price, .section.shop-section div.cardbox article.card .portal-item .portal-content .price {
    color: #377192;
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 12px; }
    section.shop-section div.cardbox article.card .portal-item .portal-content .price .sold, .section.shop-section div.cardbox article.card .portal-item .portal-content .price .sold {
      color: #1a1a1a; }
  section.shop-section div.cardbox article.card .portal-item .portal-content .desc, .section.shop-section div.cardbox article.card .portal-item .portal-content .desc {
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 12px; }
  section.shop-section div.cardbox article.card .portal-item .portal-content .button, .section.shop-section div.cardbox article.card .portal-item .portal-content .button {
    width: 100%; }
  section.shop-section.category-list .header .maf-content p, .section.shop-section.category-list .header .maf-content p {
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 50px !important;
    max-width: 970px; }
    @media only screen and (min-width: 960px) {
      section.shop-section.category-list .header .maf-content p, .section.shop-section.category-list .header .maf-content p {
        font-size: 9.8rem; } }
    @media only screen and (min-width: 1280px) {
      section.shop-section.category-list .header .maf-content p, .section.shop-section.category-list .header .maf-content p {
        font-size: 13.1rem; } }
  section.shop-section.category-list div.cardbox article.card .portal-item .portal-content .title, .section.shop-section.category-list div.cardbox article.card .portal-item .portal-content .title {
    text-transform: none; }
  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: #f6b628;
      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.category-list div.cardbox .maf-msg, .section.shop-section.category-list div.cardbox .maf-msg {
    margin: 0 10px; }
  section.shop-section.product-list .row .column, .section.shop-section.product-list .row .column {
    overflow: visible; }
  section.shop-section.product-list .filter-bar, .section.shop-section.product-list .filter-bar {
    border-left: 1px solid #d84862;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 160px;
    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: #d84862;
      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 #d84862;
        color: #1a1a1a;
        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: "Roboto", sans-serif; }
  section.shop-section.product-list .featured, .section.shop-section.product-list .featured {
    align-items: flex-start;
    border: 1px solid #1a1a1a;
    font-size: 2.2rem;
    margin-bottom: 160px;
    text-align: left; }
    section.shop-section.product-list .featured h2, .section.shop-section.product-list .featured h2 {
      background-color: #d84862;
      border-bottom: 1px solid #1a1a1a;
      margin: 0;
      padding: 10px; }
    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-size: 4.2rem;
      font-weight: 500;
      font-family: "Roboto", sans-serif; }
      @media only screen and (min-width: 960px) {
        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-size: 7rem; } }
      @media only screen and (min-width: 1280px) {
        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-size: 9.8rem; } }
    section.shop-section.product-list .featured .price, .section.shop-section.product-list .featured .price {
      color: #377192; }
      section.shop-section.product-list .featured .price .sold, .section.shop-section.product-list .featured .price .sold {
        color: #1a1a1a; }
    section.shop-section.product-list .featured .row, .section.shop-section.product-list .featured .row {
      padding: 5px; }
      @media only screen and (min-width: 576px) {
        section.shop-section.product-list .featured .row, .section.shop-section.product-list .featured .row {
          padding: 10px; } }
      section.shop-section.product-list .featured .row .column, .section.shop-section.product-list .featured .row .column {
        padding: 5px;
        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: 10px; } }
  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 {
    background-color: #d84862; }
  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: #f6b628;
      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 div.cardbox .maf-msg, .section.shop-section.product-list div.cardbox .maf-msg {
    margin: 0 10px; }
  section.shop-section.product-detail .image-placeholder, .section.shop-section.product-detail .image-placeholder {
    background-color: #d84862;
    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: 20px;
      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: "Roboto", sans-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 {
        height: 120px;
        margin-right: 10px;
        width: calc( 25% - 9px ); }
        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%;
          object-fit: cover;
          object-position: center;
          transition: all 350ms ease-out;
          width: 100%; }
          section.shop-section.product-detail .image-browser #image-nav .image-slide img.active, .section.shop-section.product-detail .image-browser #image-nav .image-slide img.active {
            border: 2px solid #d47505; }
      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: #1a1a1a; }
  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%;
          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 #1a1a1a; }
  section.shop-section.product-detail .price, .section.shop-section.product-detail .price {
    color: #377192;
    width: 100%; }
    section.shop-section.product-detail .price .sold, .section.shop-section.product-detail .price .sold {
      color: #1a1a1a; }
  section.shop-section.product-detail .row .column, .section.shop-section.product-detail .row .column {
    padding-top: 0; }
    section.shop-section.product-detail .row .column .maf-content, .section.shop-section.product-detail .row .column .maf-content {
      align-items: flex-start;
      height: 100%; }
    section.shop-section.product-detail .row .column.maf-col-2 .button, .section.shop-section.product-detail .row .column.maf-col-2 .button {
      margin-top: auto; }
    section.shop-section.product-detail .row .column.maf-col-3, .section.shop-section.product-detail .row .column.maf-col-3 {
      text-align: left; }
      section.shop-section.product-detail .row .column.maf-col-3 h2, section.shop-section.product-detail .row .column.maf-col-3 .h2-style, .section.shop-section.product-detail .row .column.maf-col-3 h2, .section.shop-section.product-detail .row .column.maf-col-3 .h2-style {
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #1a1a1a;
        font-size: 3rem;
        font-weight: 500;
        padding: 20px 0; }
      section.shop-section.product-detail .row .column.maf-col-3 .attr-content, .section.shop-section.product-detail .row .column.maf-col-3 .attr-content {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        section.shop-section.product-detail .row .column.maf-col-3 .attr-content p, .section.shop-section.product-detail .row .column.maf-col-3 .attr-content p {
          display: inline-block;
          font-size: 0.916667em;
          flex: 0 1 auto;
          padding-right: 20px;
          width: auto; }
          section.shop-section.product-detail .row .column.maf-col-3 .attr-content p span.h, .section.shop-section.product-detail .row .column.maf-col-3 .attr-content p span.h {
            color: #377192;
            font-family: "Roboto", sans-serif;
            font-weight: 400; }
          section.shop-section.product-detail .row .column.maf-col-3 .attr-content p span.sub, .section.shop-section.product-detail .row .column.maf-col-3 .attr-content p span.sub {
            text-transform: uppercase; }
          section.shop-section.product-detail .row .column.maf-col-3 .attr-content p span.v, .section.shop-section.product-detail .row .column.maf-col-3 .attr-content p span.v {
            display: inline-block;
            min-width: 40px; }
            section.shop-section.product-detail .row .column.maf-col-3 .attr-content p span.v.r, .section.shop-section.product-detail .row .column.maf-col-3 .attr-content p span.v.r {
              padding-right: 10px; }
  section.shop-section.product-detail .row::after, .section.shop-section.product-detail .row::after {
    display: none; }
  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: "Roboto", sans-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: #a0bfa8; }
      section.project-section .row .column.is-link .maf-bg-overlay, .section.project-section .row .column.is-link .maf-bg-overlay {
        background-color: #377192;
        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 #d84862;
          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 {
    margin-bottom: 35px;
    width: 90%; }
    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 {
      padding: 0;
      position: relative;
      quotes: '\201c' '\201d';
      width: 100%; }
      section.slideshow-section .flickity-slideshow .ss-slide::before, section.slideshow-section .flickity-slideshow-edit .ss-slide::before, .section.slideshow-section .flickity-slideshow .ss-slide::before, .section.slideshow-section .flickity-slideshow-edit .ss-slide::before {
        color: #f6b628;
        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[class*='bg-'], .section.slideshow-section[class*='bg-'] {
    padding-bottom: 160px; }
    section.slideshow-section[class*='bg-'] .row, .section.slideshow-section[class*='bg-'] .row {
      margin-bottom: 0; }
  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 .is-simple-gallery, .section.simple-gallery .row .column.maf-col-1 .is-simple-gallery {
    max-width: 1400px; }
  section.simple-gallery .row footer .maf-content > *:last-child, .section.simple-gallery .row footer .maf-content > *:last-child {
    margin-bottom: 30px !important; }
  section.simple-gallery.materials .is-simple-gallery.flex, .section.simple-gallery.materials .is-simple-gallery.flex {
    justify-content: center; }
    @media only screen and (min-width: 576px) {
      section.simple-gallery.materials .is-simple-gallery.flex, .section.simple-gallery.materials .is-simple-gallery.flex {
        justify-content: space-between; } }
    section.simple-gallery.materials .is-simple-gallery.flex figure, .section.simple-gallery.materials .is-simple-gallery.flex figure {
      flex: 0 0 100%;
      max-width: 400px; }
      @media only screen and (min-width: 576px) {
        section.simple-gallery.materials .is-simple-gallery.flex figure, .section.simple-gallery.materials .is-simple-gallery.flex figure {
          flex: 0 0 50%; } }
      @media only screen and (min-width: 1152px) {
        section.simple-gallery.materials .is-simple-gallery.flex figure, .section.simple-gallery.materials .is-simple-gallery.flex figure {
          flex: 0 0 33.333%; } }
      section.simple-gallery.materials .is-simple-gallery.flex figure > a::after, .section.simple-gallery.materials .is-simple-gallery.flex figure > a::after {
        padding-bottom: 75%; }
      section.simple-gallery.materials .is-simple-gallery.flex figure > a figcaption, .section.simple-gallery.materials .is-simple-gallery.flex figure > a figcaption {
        align-items: center;
        background-color: rgba(28, 60, 118, 0.7);
        border-radius: 0;
        display: flex;
        font-family: "Roboto", sans-serif;
        height: 80px;
        justify-content: center;
        width: 100%;
        font-size: 3.6rem;
        font-weight: 500; }
        @media only screen and (min-width: 960px) {
          section.simple-gallery.materials .is-simple-gallery.flex figure > a figcaption, .section.simple-gallery.materials .is-simple-gallery.flex figure > a figcaption {
            font-size: 4.2rem; } }
        @media only screen and (min-width: 1280px) {
          section.simple-gallery.materials .is-simple-gallery.flex figure > a figcaption, .section.simple-gallery.materials .is-simple-gallery.flex figure > a figcaption {
            font-size: 4.8rem; } }
  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: #f6b628;
      font-weight: bold;
      padding-bottom: 8px; }
  section.social-section, .section.social-section {
    background-color: #eee; }
    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 .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: #f6b628; }
    section.social-section .header, .section.social-section .header {
      align-items: flex-start;
      padding-right: 0;
      padding-left: 0; }
      section.social-section .header .maf-content, .section.social-section .header .maf-content {
        align-items: flex-start;
        padding-right: 0;
        padding-left: 0;
        text-align: left; }
    section.social-section .row .column, .section.social-section .row .column {
      justify-content: flex-start;
      padding-top: 80px;
      padding-bottom: 80px;
      text-align: left; }
      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.social-section .footer, .section.social-section .footer {
      padding-right: 0;
      padding-left: 0; }
      section.social-section .footer .maf-content, .section.social-section .footer .maf-content {
        align-items: flex-start;
        padding-right: 0;
        padding-left: 0;
        text-align: left; }
  section.projects .header, .section.projects .header {
    padding-top: 0;
    padding-bottom: 20px; }
    section.projects .header .maf-content, .section.projects .header .maf-content {
      padding-top: 20px;
      position: relative; }
      section.projects .header .maf-content::before, .section.projects .header .maf-content::before {
        background-color: #1a1a1a;
        content: '';
        display: inline-block;
        height: 1px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: calc( 100% - 20px );
        position: absolute; }
  section.projects .row, .section.projects .row {
    margin-bottom: 20px; }
    section.projects .row::before, .section.projects .row::before {
      background-color: #1a1a1a;
      bottom: 0;
      content: '';
      display: inline-block;
      height: 1px;
      left: 50%;
      transform: translateX(-50%);
      width: calc( 100% - 40px );
      position: absolute; }
    section.projects .row .column.quarter, .section.projects .row .column.quarter {
      max-width: 25%; }
  section.search-section .row .header .maf-content, .section.search-section .row .header .maf-content {
    padding-top: 30px; }
  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 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;
      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-size: 2.4rem;
      font-family: "Roboto", sans-serif;
      line-height: 1.2; }
      @media only screen and (min-width: 576px) {
        section.search-section .row .column.whole .maf-content p.label, .section.search-section .row .column.whole .maf-content p.label {
          font-size: 3rem; } }
    section.search-section .row .column.whole .maf-content.results, .section.search-section .row .column.whole .maf-content.results {
      align-self: flex-start;
      margin-bottom: 20px; }
  section.search-section .label, .section.search-section .label {
    margin-bottom: 10px; }
  section[class*='portal-'].portal-section .header .maf-content, .section[class*='portal-'].portal-section .header .maf-content {
    align-items: flex-start;
    max-width: none;
    text-align: left; }
    section[class*='portal-'].portal-section .header .maf-content p, .section[class*='portal-'].portal-section .header .maf-content p {
      max-width: 800px; }
  section[class*='portal-'].portal-section .row .column, .section[class*='portal-'].portal-section .row .column {
    overflow: visible;
    padding-top: 100px;
    padding-bottom: 135px; }
  @media only screen and (min-width: 1024px) {
    section[class*='portal-'].portal-section .footer, .section[class*='portal-'].portal-section .footer {
      padding-bottom: 120px; } }
  section[class*='portal-'].portal-section .footer .maf-content, .section[class*='portal-'].portal-section .footer .maf-content {
    align-items: flex-start;
    text-align: left; }
    section[class*='portal-'].portal-section .footer .maf-content p, .section[class*='portal-'].portal-section .footer .maf-content p {
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 1.2;
      max-width: 710px; }
  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 20px; }
    @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: 20px;
      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: 640px; } }
      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: 320px;
        min-height: 320px; }
    section[class*='patchwork-'].patchwork-4col-2 .row .column.maf-col-2, .section[class*='patchwork-'].patchwork-4col-2 .row .column.maf-col-2 {
      min-height: 320px; }
    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: 320px; }
  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 20px; }
    section.mailchimp .row .column, .section.mailchimp .row .column {
      padding-top: 0;
      text-align: left; }
  section.contact-section h2, section.contact-section .h2-style, .section.contact-section h2, .section.contact-section .h2-style {
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1.1;
    max-width: 720px; }
    @media only screen and (min-width: 960px) {
      section.contact-section h2, section.contact-section .h2-style, .section.contact-section h2, .section.contact-section .h2-style {
        font-size: 8.7rem; } }
    @media only screen and (min-width: 1280px) {
      section.contact-section h2, section.contact-section .h2-style, .section.contact-section h2, .section.contact-section .h2-style {
        font-size: 11.1rem; } }
  section.contact-section p.phone, .section.contact-section p.phone {
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    margin-bottom: 5px; }
    @media only screen and (min-width: 576px) {
      section.contact-section p.phone, .section.contact-section p.phone {
        font-size: 3rem; } }
    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: #1a1a1a;
      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 span.name, .section.contact-section span.name {
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.2; }
    @media only screen and (min-width: 576px) {
      section.contact-section span.name, .section.contact-section span.name {
        font-size: 3rem; } }
  section.contact-section .social-icons, .section.contact-section .social-icons {
    display: inline-flex;
    font-size: 1.8rem;
    vertical-align: middle; }
    section.contact-section .social-icons a, .section.contact-section .social-icons a {
      margin-right: 3px; }
      section.contact-section .social-icons a i, .section.contact-section .social-icons a i {
        background-color: #f6b628;
        border: 2px solid #f6b628;
        height: 1.6667em;
        margin-right: 0;
        width: 1.6667em; }
        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: #f6b628; }
  section.contact-section #logo-contact, .section.contact-section #logo-contact {
    max-width: 350px; }
  section.contact-section address, .section.contact-section address {
    display: inline-block;
    margin-bottom: 35px;
    max-width: 500px;
    width: auto;
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    line-height: 1.2; }
    @media only screen and (min-width: 576px) {
      section.contact-section address, .section.contact-section address {
        font-size: 3rem; } }
  section.contact-section .is-map, .section.contact-section .is-map {
    min-height: 310px; }
  section.contact-section .header .maf-content, .section.contact-section .header .maf-content {
    align-items: flex-start;
    max-width: none;
    text-align: left; }
  section.contact-section > .maf-background, .section.contact-section > .maf-background {
    background-position: bottom right;
    background-size: 100% auto; }
  section.contact-section .row, .section.contact-section .row {
    padding-bottom: 266px; }
    section.contact-section .row .column, .section.contact-section .row .column {
      padding-top: 85px;
      padding-bottom: 0; }
      section.contact-section .row .column .maf-content, .section.contact-section .row .column .maf-content {
        align-items: flex-start;
        margin-bottom: 35px; }
      section.contact-section .row .column.maf-col-1, .section.contact-section .row .column.maf-col-1 {
        align-items: flex-start; }
        @media only screen and (min-width: 1024px) {
          section.contact-section .row .column.maf-col-1, .section.contact-section .row .column.maf-col-1 {
            max-width: 380px; } }
        section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input input, section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input textarea, .section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input input, .section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input textarea {
          border: 2px solid #1a1a1a;
          max-width: 350px; }
        section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input.actions, .section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input.actions {
          align-items: center;
          display: flex;
          justify-content: flex-start; }
        section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input.cap-con, .section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input.cap-con {
          align-items: flex-end;
          display: flex;
          justify-content: flex-start; }
          section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input.cap-con .g-recap-con, .section.contact-section .row .column.maf-col-1 .maf-content form#contact-form .maf-input.cap-con .g-recap-con {
            margin: 0; }
      @media only screen and (min-width: 1024px) {
        section.contact-section .row .column.maf-col-2 .maf-content, .section.contact-section .row .column.maf-col-2 .maf-content {
          padding-left: 30px; } }
      section.contact-section .row .column.maf-col-3, .section.contact-section .row .column.maf-col-3 {
        padding-top: 0; }
  section.nap-section, .section.nap-section {
    min-height: 0; }
    section.nap-section p.name, .section.nap-section p.name {
      font-weight: 600;
      margin: 0; }
    section.nap-section p.phone, .section.nap-section p.phone {
      margin: 0; }
      section.nap-section p.phone span, .section.nap-section p.phone span {
        display: none;
        font-weight: 600;
        min-width: 80px; }
    section.nap-section p.msg, .section.nap-section p.msg {
      font-weight: 400;
      font-style: italic;
      max-width: 300px; }
    section.nap-section a, .section.nap-section a {
      color: white;
      text-decoration: none; }
      section.nap-section a:hover, .section.nap-section a:hover {
        text-decoration: underline; }
    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: 80px 10px 0 10px; }
      @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: 160px 10px 0 10px; } }
      @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: 160px 10px 0 10px; } }
      @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: 160px 10px; } }
    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, .section.map-section {
    margin-bottom: 0; }
    section.map-section address, .section.map-section address {
      font-family: "Roboto", sans-serif; }
    section.map-section p.phone, .section.map-section p.phone {
      font-family: "Roboto", sans-serif; }
      section.map-section p.phone span, .section.map-section p.phone span {
        display: inline-block;
        min-width: 40px; }
      section.map-section p.phone a, .section.map-section p.phone a {
        color: #1a1a1a;
        text-decoration: none; }
    section.map-section .row .column .maf-content .is-map, .section.map-section .row .column .maf-content .is-map {
      border: 16px solid #f6b628;
      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: 20px 10px 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: 20px 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: 20px 0 0 10px; } }
  section.product-static .intro .button, .section.product-static .intro .button {
    background-color: #1a1a1a;
    color: white; }
    section.product-static .intro .button:hover, .section.product-static .intro .button:hover {
      background-color: transparent;
      color: #1a1a1a; }
  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: #377192; }
  section.product-static .is-toggle-group, .section.product-static .is-toggle-group {
    margin-bottom: 35px; }
  section.product-static .row .column .maf-content, .section.product-static .row .column .maf-content {
    margin-bottom: 35px; }
  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, .section.privacy-policy {
    font-size: 1.8rem; }
    section.privacy-policy h2, .section.privacy-policy h2 {
      font-size: 3rem;
      margin: 35px 0;
      text-transform: none; }
    section.privacy-policy p.page-lead, .section.privacy-policy p.page-lead {
      margin-bottom: 80px; }
    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: #f6b628; }
  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: #377192;
          border-color: #377192;
          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: #a0bfa8; }
  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: 35px; }
  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: 35px;
    padding-bottom: 0; }
    section.account.account-menu .row .column .actions, .section.account.account-menu .row .column .actions {
      border-top: 1px solid #1a1a1a;
      border-bottom: 1px solid #1a1a1a;
      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: #a0bfa8; }
  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: 35px; }
  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: 80px 10px;
    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: 160px 20px; } }
    @media only screen and (min-width: 960px) {
      section.special-1 .row .column, .section.special-1 .row .column {
        padding: 160px 20px; } }
    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 20px;
        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: #f6b628;
            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: 160px; }
  section.map.interactive-map .is-map, .section.map.interactive-map .is-map {
    min-height: 600px; }
    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 {
      background-color: #f6b628 !important;
      z-index: -1; }
    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: white !important;
      border-radius: 0 !important;
      border: 7px solid #f6b628 !important; }
    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-size: 1.6rem;
        font-weight: 700; }
    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: #f6b628;
      border-color: #f6b628;
      font-size: 1.4rem;
      min-height: 0;
      min-width: 0;
      padding: 3px 8px; }
      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: #f6b628; }
  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-radius: 0;
      color: white; }
      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: #85a406;
        border-color: #85a406; }
  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; }

aside.assoc-media .row .column .maf-content {
  max-width: none; }
  aside.assoc-media .row .column .maf-content figure figcaption {
    display: none; }
  aside.assoc-media .row .column .maf-content figure.video .is-video {
    background-color: black; }

article.blog-article {
  position: relative; }
  article.blog-article > .maf-background {
    background-position: top;
    background-size: 100% auto; }
article > aside {
  display: inline-flex; }

.is-footer {
  background-color: #2b2b2b;
  background-position: right;
  color: white;
  font-size: 1.8rem; }
  .is-footer a {
    color: white;
    text-decoration: none; }
    .is-footer a:hover {
      text-decoration: underline; }
    .is-footer a.button {
      background-color: white;
      border-color: white;
      border-radius: 0;
      color: #2b2b2b;
      margin-top: 10px;
      text-decoration: none;
      text-transform: uppercase; }
      .is-footer a.button:hover {
        background-color: transparent;
        border-color: white;
        color: white; }
    .is-footer a.map-link {
      font-weight: bold;
      padding-bottom: 10px;
      position: relative;
      text-transform: capitalize; }
      .is-footer a.map-link::after {
        background-color: white;
        bottom: 0;
        content: '';
        display: inline-block;
        height: 2px;
        left: 50%;
        opacity: 0.8;
        position: absolute;
        transform: translate(-50%, 0);
        transition: 350ms ease-out;
        width: 80%;
        z-index: 0; }
      .is-footer a.map-link:hover {
        text-decoration: none; }
        .is-footer a.map-link:hover::after {
          opacity: 1;
          width: 100%; }
  .is-footer h1, .is-footer .h1-style, .is-footer h2, .is-footer .h2-style, .is-footer h3, .is-footer .h3-style, .is-footer h4, .is-footer .h4-style, .is-footer h5, .is-footer .h5-style, .is-footer h6.h6-style {
    color: white;
    margin-bottom: 20px; }
  .is-footer h2, .is-footer .h2-style {
    font-size: 3.6rem;
    font-weight: 900; }
  .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 hr {
    border-color: white;
    margin-top: 10px; }
  .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::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 .name {
    font-weight: 500;
    margin-bottom: 0;
    width: 100%; }
  .is-footer .label {
    margin-bottom: 20px;
    width: 100%; }
  .is-footer .legal {
    font-size: 1.5rem; }
  .is-footer .badges {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 40px 0;
    width: 100%; }
    .is-footer .badges a {
      display: inline-block;
      flex: 0 0 auto;
      margin: 0;
      padding: 0 5px;
      text-align: center; }
      .is-footer .badges a img {
        height: 90px; }
      .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 {
    font-weight: 500; }
  .is-footer .site-nav {
    display: flex;
    width: 100%; }
    .is-footer .site-nav .bottom-nav {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      margin: 0 0 30px 0; }
      .is-footer .site-nav .bottom-nav a {
        display: inline-block;
        width: auto; }
        .is-footer .site-nav .bottom-nav a.lvl-2 {
          padding-left: 20px; }
  .is-footer .social-icons {
    margin-bottom: 20px; }
    .is-footer .social-icons a {
      padding: 0; }
      .is-footer .social-icons a:last-child {
        margin-right: 0; }
      .is-footer .social-icons a i {
        background-color: white;
        border: 2px solid white;
        border-radius: 50%; }
        .is-footer .social-icons a i::before {
          color: #393939;
          top: 50%; }
        .is-footer .social-icons a i:hover {
          border-color: transparent;
          background-color: transparent; }
          .is-footer .social-icons a i:hover::before {
            color: white; }
  .is-footer .row {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 75px;
    margin-bottom: 160px;
    padding-bottom: 80px; }
    .is-footer .row::after {
      background-color: white;
      bottom: 0;
      content: '';
      display: none;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      height: 1px;
      width: calc( 100% - 40px ); }
    .is-footer .row .column {
      align-items: flex-start;
      justify-content: flex-end;
      min-height: 0;
      overflow: visible;
      padding-top: 80px;
      padding-bottom: 0; }
      .is-footer .row .column .maf-content {
        align-items: flex-start;
        height: 100%; }
        .is-footer .row .column .maf-content.flow-margin {
          margin-bottom: 35px; }
        .is-footer .row .column .maf-content > *:last-child {
          margin-top: auto; }
        @media only screen and (min-width: 1024px) {
          .is-footer .row .column .maf-content {
            align-items: flex-start; } }
      .is-footer .row .column.maf-col-0 {
        padding-bottom: 0; }
        .is-footer .row .column.maf-col-0 .maf-content {
          align-items: center;
          max-width: none;
          position: relative; }
          .is-footer .row .column.maf-col-0 .maf-content::after {
            background-color: white;
            content: '';
            display: inline-block;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translateX(-50%);
            height: 1px;
            width: 100%;
            z-index: -1; }
      .is-footer .row .column.maf-col-1 .maf-content {
        border-bottom: 1px solid white;
        max-width: 994px;
        padding-bottom: 20px;
        position: relative; }
        .is-footer .row .column.maf-col-1 .maf-content::after {
          border: 2px solid white;
          border-radius: 50%;
          bottom: 28px;
          content: '';
          display: inline-block;
          height: 9px;
          position: absolute;
          right: 10px;
          width: 9px; }
      .is-footer .row .column.maf-col-2 .maf-content {
        align-items: flex-end;
        text-align: right; }
  .is-footer .legals {
    background-color: #2b2b2b;
    color: #1a1a1a;
    padding: 80px 10px;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
    width: 100%;
    z-index: 3; }
    @media only screen and (min-width: 576px) {
      .is-footer .legals {
        padding: 160px 10px; } }
    @media only screen and (min-width: 960px) {
      .is-footer .legals {
        padding: 160px 10px; } }
    .is-footer .legals .row {
      align-items: flex-end;
      box-shadow: none;
      flex-direction: row;
      justify-content: space-between;
      overflow: visible;
      padding-bottom: 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: 80px 10px;
        padding-top: 0 !important;
        padding-bottom: 10px !important;
        text-align: center;
        width: auto; }
        @media only screen and (min-width: 576px) {
          .is-footer .legals .row p {
            padding: 160px 10px; } }
        @media only screen and (min-width: 960px) {
          .is-footer .legals .row p {
            padding: 160px 10px; } }
        .is-footer .legals .row p a {
          color: #1a1a1a; }
          .is-footer .legals .row p a:hover {
            color: #1a1a1a;
            text-decoration: none; }

/*# sourceMappingURL=tvw-main.css.map */
