@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, -50%);
  }
  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);
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

html, body, .body {
  margin: 0;
  overflow-x: hidden;
}

.body {
  padding-top: 100px;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media only screen and (min-width: 768px) {
  .body {
    padding-top: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  .body {
    padding-top: 228px;
  }
}
.body.squish {
  padding-top: 100px;
}

header, section, footer, .section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(24, 20, 21);
  font-family: "Open Sans", 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;
}
aside.reverse .row, aside.col-rev .row, section.reverse .row, section.col-rev .row, .section.reverse .row, .section.col-rev .row, footer.reverse .row, footer.col-rev .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  aside .row, section .row, .section .row, footer .row {
    flex-direction: row;
  }
  aside.reverse .row, section.reverse .row, .section.reverse .row, footer.reverse .row {
    flex-direction: row-reverse;
  }
  aside.col-rev .row, section.col-rev .row, .section.col-rev .row, footer.col-rev .row {
    flex-direction: row;
  }
}

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

.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 17.5px 0 17.5px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .header {
    padding: 0 65px 0 65px;
  }
}
.header .maf-content {
  max-width: calc(995px + 140px);
  padding-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .header .maf-content {
    padding-top: 60px;
  }
}
.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: calc(1200px + 140px);
  padding: 0 35px 60px 35px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .footer {
    padding: 0 70px 60px 70px;
  }
}
.footer .maf-content {
  max-width: calc(995px + 140px);
}

.is-nav-dock {
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .is-nav-dock {
    height: 228px;
  }
}

.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: 1440px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
@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: 30px 17.5px;
}
@media only screen and (min-width: 576px) {
  .column {
    padding: 60px 35px;
  }
}
@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;
}

.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: 768px) {
  .three-quarters {
    width: 75%;
  }
}

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

.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;
}
@media only screen and (min-width: 576px) {
  .maf-content {
    padding: 0 35px;
  }
}
.maf-content > *:first-child {
  margin-top: 0;
}
.maf-content > *:last-child {
  margin-bottom: 0;
}
.maf-content > *:last-child > *:last-child {
  margin-bottom: 0;
}

.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% + 2px);
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  width: calc(100% + 2px);
  z-index: 0;
}

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

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

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

img {
  height: auto;
  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: rgb(214, 108, 81);
  line-height: 1.4;
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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, address, blockquote {
  margin: 0 0 20px 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: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 20px;
}

h1, .h1-style {
  font-size: 3.2rem;
  font-weight: 300;
}
@media only screen and (min-width: 960px) {
  h1, .h1-style {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  h1, .h1-style {
    font-size: 6rem;
  }
}

h2, .h2-style {
  font-size: 3.2rem;
  font-weight: 300;
}
@media only screen and (min-width: 960px) {
  h2, .h2-style {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  h2, .h2-style {
    font-size: 6rem;
  }
}

h3, .h3-style {
  font-size: 2.8rem;
  font-weight: 300;
}
@media only screen and (min-width: 960px) {
  h3, .h3-style {
    font-size: 3.9rem;
  }
}
@media only screen and (min-width: 1280px) {
  h3, .h3-style {
    font-size: 4.8rem;
  }
}

h4, .h4-style {
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h4, .h4-style {
    font-size: 3.6rem;
  }
}

h5, .h5-style {
  font-size: 2rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h5, .h5-style {
    font-size: 2.4rem;
  }
}

h6, .h6-style {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h6, .h6-style {
    font-size: 2rem;
  }
}

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

strong {
  font-weight: 700;
}

hr {
  border: 0;
  border-top: 2px solid rgb(24, 20, 21);
  display: inline-block;
  height: 0;
  margin: 0 0 20px 0;
  max-width: 220px;
  width: 100%;
}
hr.heavy {
  margin: 20px 0 40px 0;
  border-top: 7px solid rgb(24, 20, 21);
  max-width: 110px;
}

.maf-content ul, .maf-content ol {
  list-style-position: outside;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.maf-content ul li, .maf-content ol li {
  margin: 0 0 20px 0;
}
.maf-content ul li > p, .maf-content ol li > p {
  margin: 0;
}
.maf-content ul {
  list-style-type: disc;
}

blockquote {
  border-left: 10px solid rgb(110, 143, 120);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  margin: 20px 0 40px 20px;
  padding: 0 0 0 20px;
}
blockquote p {
  font-weight: 400;
}
blockquote p.small-text {
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 20px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  blockquote {
    font-size: 3rem;
  }
}

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 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
form.hide {
  filter: blur(5px);
  opacity: 0;
  transform: scale(0);
}

input, textarea, select {
  background-color: transparent;
  border: 1px solid rgb(57, 87, 87);
  border-radius: 1px;
  color: rgb(24, 20, 21);
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  outline-color: white;
  padding: 5px 5px 5px 5px;
  width: 100%;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgb(24, 20, 21);
  font-family: "Open Sans", sans-serif;
  opacity: 0.6;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: rgb(24, 20, 21);
  font-family: "Open Sans", sans-serif;
  opacity: 0.6;
}
input:focus, textarea:focus, select:focus {
  background-color: rgba(110, 143, 120, 0.3);
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
  opacity: 0.3;
}
input:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder {
  opacity: 0.3;
}

input[type=number] {
  text-align: center;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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,
.button, .button:visited, .button:focus, .button:active {
  align-items: center;
  background-color: transparent;
  border: 2px solid rgb(24, 20, 21);
  border-radius: 3em;
  color: rgb(24, 20, 21);
  cursor: pointer;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: center;
  margin-top: 20px;
  opacity: 1;
  outline: transparent;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
}
input[type=submit]:hover,
button:hover,
.button:hover, .button:visited:hover, .button:focus:hover, .button:active:hover {
  background-color: rgb(24, 20, 21);
  color: white;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  opacity: 1;
  text-decoration: none;
}
input[type=submit].chevron::before, input[type=submit].chevron::after,
button.chevron::before,
button.chevron::after,
.button.chevron::before,
.button.chevron::after, .button:visited.chevron::before, .button:visited.chevron::after, .button:focus.chevron::before, .button:focus.chevron::after, .button:active.chevron::before, .button:active.chevron::after {
  background-color: rgb(24, 20, 21);
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  height: 2px;
  width: 40%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: right center;
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input[type=submit].chevron::after,
button.chevron::after,
.button.chevron::after, .button:visited.chevron::after, .button:focus.chevron::after, .button:active.chevron::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
input[type=submit].chevron:hover::before,
button.chevron:hover::before,
.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);
}
input[type=submit].chevron:hover::after,
button.chevron:hover::after,
.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=submit],
button {
  padding: 7px 15px;
}

.button, .button:visited, .button:focus, .button:active {
  align-self: flex-start;
  min-width: 210px;
  padding: 12px 25px;
}

.button + .button {
  margin: 0 5px 0 5px;
}

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

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

.checkbox .pretty-check {
  display: inline-block;
  position: relative;
  margin: 2px;
  width: 20px;
}
.checkbox .pretty-check label {
  border-radius: 0;
  border: 1px solid rgb(57, 87, 87);
  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 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: rotate(-50deg);
  width: 10px;
}
.checkbox .pretty-check label:hover {
  background: rgba(81, 81, 81, 0.1);
}
.checkbox .pretty-check label:hover::after {
  opacity: 0.7;
}
.checkbox .pretty-check input[type=checkbox] {
  visibility: hidden;
}
.checkbox .pretty-check input[type=checkbox]:checked + label {
  background: rgb(57, 87, 87);
}
.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: 20px;
  width: 100%;
}
.radio .pretty-radio {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 40px;
}
.radio .pretty-radio label {
  border-radius: 50%;
  border: 10px solid rgb(57, 87, 87);
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  position: absolute;
  transition: background-color 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 40px;
  top: 1px;
}
.radio .pretty-radio label:after {
  background: transparent;
  border: 2px solid rgb(57, 87, 87);
  border-top: none;
  border-right: none;
  content: "";
  display: none;
  height: 4px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: rotate(-50deg);
  width: 8px;
}
.radio .pretty-radio label:hover {
  background: rgb(110, 143, 120);
}
.radio .pretty-radio label:hover::after {
  opacity: 0.7;
}
.radio .pretty-radio input[type=radio] {
  height: 40px;
  visibility: hidden;
  width: 40px;
}
.radio .pretty-radio input[type=radio]:checked + label {
  background: rgb(110, 143, 120);
}
.radio .pretty-radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.radio span {
  padding-left: 10px;
  text-align: left;
  vertical-align: 40%;
  width: calc(100% - 40px);
}
.radio:hover .pretty-radio label {
  background: rgb(110, 143, 120);
}

.select {
  background-color: white;
  border: 1px solid rgb(24, 20, 21);
  border-radius: 1px;
  cursor: pointer;
  height: 34px;
  margin: 0;
  overflow: hidden;
  padding-left: 5px;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .select.half {
    max-width: calc(50% - 10px);
  }
}
.select::before {
  background-color: transparent;
  border-left: 1px solid rgb(24, 20, 21);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 0;
  width: 34px;
  z-index: -1;
}
.select::after {
  background-color: transparent;
  border: 2px solid rgb(24, 20, 21);
  border-left: 0;
  border-top: 0;
  content: "";
  height: 10px;
  position: absolute;
  right: 11.5px;
  transform: rotate(45deg);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 7.5px;
  width: 10px;
  z-index: -1;
}
.select select {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(24, 20, 21);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  height: 34px;
  outline: transparent;
  padding: 8px 10px;
  width: calc(100% + 25px);
  z-index: 1;
}
.select select option {
  font-family: "Open Sans", sans-serif;
}
.select:hover::before {
  background-color: rgb(24, 20, 21);
}
.select:hover::after {
  border-color: white;
}

.maf-form {
  align-items: center;
  position: relative;
  width: 100%;
}
.maf-form form, .maf-form .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 700px;
  width: 100%;
}
.maf-form form .maf-input, .maf-form .form .maf-input {
  display: inline-block;
  flex: 0 1 100%;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
.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 input + input, .maf-form .form .maf-input input + input {
  margin-top: 5px;
}
.maf-form form .maf-input i, .maf-form .form .maf-input i {
  color: rgb(57, 87, 87);
  position: absolute;
  right: 8px;
  top: 8px;
}
.maf-form form .maf-input p, .maf-form .form .maf-input p {
  align-items: center;
  border: 1px solid rgb(57, 87, 87);
  border-radius: 1px;
  display: flex;
  height: 34px;
  margin: 0;
  opacity: 0.4;
  padding: 5px;
}
.maf-form form label, .maf-form .form label {
  margin: 0;
  min-height: 29px;
  padding: 0;
}
.maf-form form label sup, .maf-form .form label sup {
  color: rgb(110, 143, 120);
}
.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 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 800ms;
  width: 100%;
}
.maf-form .a-f-resp.show {
  opacity: 1;
}
.maf-form .a-f-resp h3 {
  margin: 0;
}

.g-recap-con {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}

.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;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 5px 5px 3px 5px;
  position: relative;
  text-align: left;
  width: 100%;
}
.is-toggle-group .toggle-click i {
  border: 2px solid rgb(24, 20, 21);
  border-radius: 50%;
  height: 25px;
  font-size: 2.3rem;
  opacity: 1;
  position: absolute;
  left: 2px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 50%;
  width: 25px;
}
.is-toggle-group .toggle-click i::before {
  display: inline-block;
  left: 52%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 42%;
}
.is-toggle-group .toggle-click.active {
  background-color: rgb(110, 143, 120);
}
.is-toggle-group .toggle-click.active i {
  transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateY(-50%) rotate(180deg);
}
.is-toggle-group .toggle-click.active:hover {
  background-color: transparent;
}
.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 a {
  display: block;
  padding: 3px 8px 5px 20px;
}
.is-toggle-group .toggle-group.is-on {
  max-height: 2000px;
  transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.is-toggle-group .toggle-group.is-on a:first-child {
  padding-top: 8px;
}

.is-modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.is-modal #content-container {
  background-color: rgb(110, 143, 120);
  border-radius: 3px 0 3px 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}
.is-modal #content-container #close {
  background-color: rgb(110, 143, 120);
  border-radius: 3px 3px 0 0;
  color: rgb(95, 113, 140);
  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;
}

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

.meet-your-maker {
  font-weight: 600;
  text-decoration: none;
  transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}
.meet-your-maker:hover {
  filter: blur(5px);
  text-decoration: none;
}

.maf-msg {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.maf-msg.error-msg {
  background-color: rgb(255, 200, 200);
  border: 1px solid rgb(186, 72, 72);
  color: rgb(186, 72, 72);
}
.maf-msg.success-msg {
  background-color: rgb(206, 240, 206);
  border: 1px solid rgb(30, 60, 30);
  color: rgb(30, 60, 30);
}
.maf-msg.input-msg {
  border-radius: 0 0 5px 5px;
  font-size: 1.4rem;
  margin: 0;
}

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

pre {
  background-color: rgb(250, 250, 220);
  border: 1px solid rgb(22, 22, 20);
  border-radius: 5px;
  color: rgb(22, 22, 22);
  font-size: 1.6rem;
  margin: 1em;
  padding: 1em;
  text-align: left;
  width: calc(100% - 2em);
}

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

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

.social-icons {
  display: inline-block;
  font-size: 2rem;
  line-height: 0;
  width: auto;
}
.social-icons a {
  display: inline-block;
  line-height: 0;
  margin-right: 5px;
  opacity: 1;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a i {
  background-color: rgb(166, 125, 185);
  border: 2px solid rgb(166, 125, 185);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 0;
  padding: 10px;
  position: relative;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 35px;
}
.social-icons a i::before {
  color: white;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.social-icons a i:hover {
  background-color: transparent;
}
.social-icons a i:hover::before {
  color: rgb(110, 143, 120);
}
.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;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  /*&::after {
    background-color: $text-body-dark;
    bottom: $spacing * -1;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    opacity: 0.3;
    position: absolute;
    transform: translateX(-50%);
    width: 60%;
  }*/
}
.twitter-feed .tweet_list li a {
  color: rgb(214, 108, 81);
  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;
}

.eapps-instagram-feed-posts-grid-load-more {
  display: none;
}

div#floater-menu {
  height: 100vh;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(300px, 0);
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
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 rgb(151, 151, 151);
  height: 40px;
  padding: 5px;
  position: relative;
  transition: background-color 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 40px;
}
div.maf-share-this .maf-share-btn i {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}
div.maf-share-this .maf-share-btn:hover {
  background-color: rgb(24, 20, 21);
}
div.maf-share-this .maf-share-btn:hover i {
  color: white;
}
div.maf-share-this .maf-share-acts {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(24, 20, 21);
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 100%;
  visibility: hidden;
}
div.maf-share-this .maf-share-acts a {
  color: rgb(24, 20, 21);
  display: inline-block;
  height: 40px;
  padding: 5px;
  position: relative;
  width: 40px;
}
div.maf-share-this .maf-share-acts a i {
  font-size: 2rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}
div.maf-share-this .maf-share-acts a:hover {
  background-color: rgb(24, 20, 21);
}
div.maf-share-this .maf-share-acts a:hover i {
  color: white;
}
div.maf-share-this:hover .maf-share-acts {
  opacity: 1;
  visibility: visible;
}
div.maf-share-this.floater {
  height: 40px;
  position: absolute;
  right: 0;
  top: calc(50vh - 20px);
  width: 40px;
}
div.maf-share-this.floater i {
  font-size: 2rem;
}
@media only screen and (min-width: 576px) {
  div.maf-share-this.floater {
    height: 70px;
    top: calc(50vh - 35px);
    width: 70px;
  }
  div.maf-share-this.floater i {
    font-size: 3rem;
  }
}
div.maf-share-this.floater .maf-share-btn {
  height: 100%;
  width: 100%;
}
div.maf-share-this.floater .maf-share-acts {
  bottom: 100%;
  left: auto;
  right: 0;
  top: auto;
}

div#email-floater {
  background-color: rgb(95, 113, 140);
  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 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
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: rgb(24, 20, 21);
  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 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 40px;
}
#conco-f #close::before, #conco-f #close::after {
  background-color: rgb(24, 20, 21);
  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: 10px;
}
#conco-f .details {
  flex: 0 0 40%;
  order: 2;
}
#conco-f .details a {
  color: rgb(24, 20, 21);
  text-decoration: none;
}
#conco-f .details .company-name {
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  #conco-f .details {
    order: 1;
    padding-right: 10px;
  }
}
#conco-f .form {
  flex: 0 0 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: rgb(24, 20, 21);
  color: rgb(24, 20, 21);
}
#conco-f .form .maf-form input::-moz-placeholder, #conco-f .form .maf-form textarea::-moz-placeholder {
  color: rgb(24, 20, 21);
}
#conco-f .form .maf-form input::placeholder, #conco-f .form .maf-form textarea::placeholder {
  color: rgb(24, 20, 21);
}
#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: rgb(110, 143, 120);
  border-color: rgb(110, 143, 120);
  color: white;
  width: auto;
}
#conco-f .form .maf-form .button:hover {
  background-color: transparent;
  color: rgb(110, 143, 120);
}
#conco-f .form .maf-form i {
  font-size: 2rem;
}
#conco-f.open {
  right: 0;
}

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

.slideshow {
  min-height: 250px;
}
.slideshow .row {
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  .slideshow {
    min-height: 570px;
  }
}

.flickity-slideshow, .flickity-slideshow-edit {
  height: 100%;
  left: 0;
  min-height: 250px;
  position: absolute;
  top: 0;
  width: 100%;
}
.flickity-slideshow .ss-slide, .flickity-slideshow-edit .ss-slide {
  height: 100%;
  width: 100%;
}
.flickity-slideshow .flickity-page-dots, .flickity-slideshow-edit .flickity-page-dots {
  margin: 0;
  padding: 0;
}
.flickity-slideshow .flickity-prev-next-button, .flickity-slideshow-edit .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: 40px;
  /*background-color: $colour-3;
  background-size: 100% 100%;
  height: 38px;
  min-height: 0;
  transform: none;
  */
}
.flickity-slideshow .flickity-prev-next-button::before, .flickity-slideshow .flickity-prev-next-button::after, .flickity-slideshow-edit .flickity-prev-next-button::before, .flickity-slideshow-edit .flickity-prev-next-button::after {
  background-color: white;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: left center;
  width: 80%;
  z-index: 2;
}
.flickity-slideshow .flickity-prev-next-button::before, .flickity-slideshow-edit .flickity-prev-next-button::before {
  top: calc(50% - 3px);
  transform: translate(0, -50%) rotate(45deg);
}
.flickity-slideshow .flickity-prev-next-button::after, .flickity-slideshow-edit .flickity-prev-next-button::after {
  top: calc(50% + 3px);
  transform: translate(0, -50%) rotate(-45deg);
}
.flickity-slideshow .flickity-prev-next-button .flickity-button-icon, .flickity-slideshow-edit .flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.flickity-slideshow .flickity-prev-next-button.previous, .flickity-slideshow-edit .flickity-prev-next-button.previous {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .flickity-slideshow .flickity-prev-next-button.previous, .flickity-slideshow-edit .flickity-prev-next-button.previous {
    left: 10px;
  }
}
.flickity-slideshow .flickity-prev-next-button.next, .flickity-slideshow-edit .flickity-prev-next-button.next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .flickity-slideshow .flickity-prev-next-button.next, .flickity-slideshow-edit .flickity-prev-next-button.next {
    right: 10px;
  }
}
.flickity-slideshow .flickity-prev-next-button:hover, .flickity-slideshow-edit .flickity-prev-next-button:hover {
  opacity: 1;
}

#gallery {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#gallery .item {
  flex: 0 1 33.333%;
}
#gallery .item > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: calc(100% - 76px);
  left: 0;
  margin: 70px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 850ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% - 76px);
}
#gallery .item > div:hover {
  background-size: 110% auto;
}
#gallery .item > div .fancybox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#gallery .item > div .h-state {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid white;
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  left: -100%;
  position: absolute;
  transition: all 850ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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: "Open Sans", 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 {
  max-width: none;
  width: 100%;
}
.is-simple-gallery.flex {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.is-simple-gallery.flex figure {
  flex: 0 0 100%;
  margin: 0;
  padding: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .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 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
.is-simple-gallery.flex figure > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.is-simple-gallery.flex figure > a figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 15px 0 0;
  box-shadow: 3px -3px 8px rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  left: 0;
  padding: 5px 8px;
  position: absolute;
}
.is-simple-gallery.flex figure > a:hover > div, .is-simple-gallery.flex figure > a:hover > img {
  transform: translate(-50%, -50%) 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%;
}

div.p-cols, p.p-cols {
  width: 100%;
}
div.p-cols.cols-2, p.p-cols.cols-2 {
  -moz-columns: 2 250px;
       columns: 2 250px;
}
div.p-cols.cols-3, p.p-cols.cols-3 {
  -moz-columns: 3 200px;
       columns: 3 200px;
}
div.p-cols h3, p.p-cols h3 {
  color: rgb(214, 108, 81);
  font-size: 3.6rem;
}
div.p-cols ul, p.p-cols ul {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
div.p-cols p, p.p-cols p {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

div.image-box {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  div.image-box {
    flex-direction: row;
  }
}
div.image-box p {
  margin-bottom: 10px;
  max-width: none !important;
}
div.image-box hr {
  margin: 0 0 10px 0;
}
div.image-box > div {
  display: inline-block;
  flex: 0 0 auto;
}
div.image-box > div > *:last-child {
  margin-bottom: 0;
}
div.image-box .image {
  max-width: 285px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  div.image-box .image {
    width: 33.333%;
  }
}
div.image-box .image p {
  margin: 0;
}
div.image-box .image img {
  display: inline-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%;
  }
}

video.tvw-player {
  background-color: black;
  background-size: cover;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 0;
}
video.tvw-player.ready {
  opacity: 1;
}

div.cardbox, aside.cardbox {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  div.cardbox, aside.cardbox {
    padding: 0 35px;
  }
}
div.cardbox .maf-content, aside.cardbox .maf-content {
  padding: 0;
}
div.cardbox article.card, aside.cardbox article.card {
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 20px;
  max-width: 400px;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  div.cardbox article.card, aside.cardbox article.card {
    width: 33.333%;
  }
}
div.cardbox article.card .portal-item, aside.cardbox article.card .portal-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  color: rgb(24, 20, 21);
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 1;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
div.cardbox article.card .portal-item.no-link, aside.cardbox article.card .portal-item.no-link {
  cursor: default;
}
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;
}
div.cardbox article.card .portal-item .portal-content .card-cats, aside.cardbox article.card .portal-item .portal-content .card-cats {
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
  min-height: 20px;
}
div.cardbox article.card .portal-item .portal-content .tn, aside.cardbox article.card .portal-item .portal-content .tn {
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .tn.no-img, aside.cardbox article.card .portal-item .portal-content .tn.no-img {
  display: none;
}
div.cardbox article.card .portal-item .portal-content .tn .tn-img, aside.cardbox article.card .portal-item .portal-content .tn .tn-img {
  border-bottom: 0;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
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, 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 {
  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, 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 {
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  transform: scale(1);
}
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.custom::after, aside.cardbox article.card .portal-item .portal-content .tn.custom::after {
  padding-bottom: 400px;
}
div.cardbox article.card .portal-item .portal-content .info, aside.cardbox article.card .portal-item .portal-content .info {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .info .title, aside.cardbox article.card .portal-item .portal-content .info .title {
  align-items: center;
  background-color: rgb(110, 143, 120);
  color: white;
  display: inline-flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  margin: 0;
  min-height: 98px;
  padding: 20px;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .info .desc, aside.cardbox article.card .portal-item .portal-content .info .desc {
  display: none;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .info .attr, aside.cardbox article.card .portal-item .portal-content .info .attr {
  display: none;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .info .attr div, div.cardbox article.card .portal-item .portal-content .info .attr time, aside.cardbox article.card .portal-item .portal-content .info .attr div, aside.cardbox article.card .portal-item .portal-content .info .attr time {
  display: block;
  margin-bottom: 5px;
  width: auto;
}
div.cardbox article.card .portal-item .portal-content .info .attr div i, div.cardbox article.card .portal-item .portal-content .info .attr time i, aside.cardbox article.card .portal-item .portal-content .info .attr div i, aside.cardbox article.card .portal-item .portal-content .info .attr time i {
  margin-right: 10px;
}
div.cardbox article.card .portal-item .portal-content .info .card-button, aside.cardbox article.card .portal-item .portal-content .info .card-button {
  align-self: flex-start;
  margin: 0;
  margin-top: auto;
  padding: 0.8em;
}
div.cardbox article.card .portal-item .portal-content .info .card-button::before, aside.cardbox article.card .portal-item .portal-content .info .card-button::before {
  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, aside.cardbox article.card .portal-item:hover {
  color: rgb(24, 20, 21);
}
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 .title, aside.cardbox article.card .portal-item:hover .portal-content .info .title {
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.6);
  min-height: 128px;
}
div.cardbox article.card .portal-item:hover .portal-content .info .card-button, aside.cardbox article.card .portal-item:hover .portal-content .info .card-button {
  background-color: rgb(153, 153, 153);
  color: white;
}
div.cardbox article.card.maf-clr-1 .portal-item .portal-content .info .title, aside.cardbox article.card.maf-clr-1 .portal-item .portal-content .info .title {
  background-color: rgb(57, 87, 87);
}
div.cardbox article.card.maf-clr-2 .portal-item .portal-content .info .title, aside.cardbox article.card.maf-clr-2 .portal-item .portal-content .info .title {
  background-color: rgb(110, 143, 120);
}
div.cardbox article.card.maf-clr-3 .portal-item .portal-content .info .title, aside.cardbox article.card.maf-clr-3 .portal-item .portal-content .info .title {
  background-color: rgb(95, 113, 140);
}
div.cardbox article.card.maf-clr-4 .portal-item .portal-content .info .title, aside.cardbox article.card.maf-clr-4 .portal-item .portal-content .info .title {
  background-color: rgb(166, 125, 185);
}
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: 960px) {
  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 {
  padding: 0 35px;
}
div.cardbox .maf-msg, aside.cardbox .maf-msg {
  align-self: center;
  margin: auto;
}

#filters {
  min-width: 235px;
  width: 100%;
}
#filters .filter-content .filter-set:first-child {
  margin-top: 0;
}
#filters .filter-content .filter-set .label {
  border-top: 1px solid rgb(24, 20, 21);
  border-bottom: 1px solid rgb(24, 20, 21);
  color: rgb(57, 87, 87);
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
  padding: 10px 3px;
}
#filters .filter-content .filter-set button {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgb(24, 20, 21);
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: flex-start;
  margin: 0 0 5px 0;
  outline: transparent;
  overflow: hidden;
  padding: 0.5em 30px 0.6em 0.5em;
  text-align: left;
  text-transform: capitalize;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
  z-index: 1;
}
#filters .filter-content .filter-set button::before {
  content: "";
  background-color: rgb(57, 87, 87);
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  transform: skewX(-18deg);
  transform-origin: top right;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 120%;
  z-index: -1;
}
#filters .filter-content .filter-set button:hover, #filters .filter-content .filter-set button.active {
  color: white;
  padding-left: 1em;
}
#filters .filter-content .filter-set button:hover::before, #filters .filter-content .filter-set button.active::before {
  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 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-property: transform, left, top, opacity;
  width: 0;
}
.filtered .filter-target #no-results {
  left: 50%;
  padding: 50px 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%) scale(0);
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  visibility: hidden;
}
.filtered .filter-target #no-results.show {
  transform: translateX(-50%) scale(1);
  visibility: visible;
}

#search-box {
  background-color: rgb(57, 87, 87);
  border: 2px solid rgb(57, 87, 87);
  border-radius: 15px;
  color: white;
  display: inline-block;
  font-size: 2rem;
  height: 30px;
  padding: 0;
  position: relative;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  vertical-align: top;
  width: 30px;
}
#search-box input {
  border: 0;
  color: white;
  margin: 0 30px 0 0;
  outline: transparent;
  padding: 2px 0 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 30px);
}
#search-box input::-moz-placeholder {
  color: white;
  opacity: 1;
  -moz-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#search-box input::placeholder {
  color: white;
  opacity: 1;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#search-box input:focus {
  background-color: transparent;
  color: white;
}
#search-box input:focus::-moz-placeholder {
  opacity: 1;
}
#search-box input:focus::placeholder {
  opacity: 1;
}
#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 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 26px;
}
#search-box i::before {
  color: white;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#search-box i:hover {
  background-color: white;
}
#search-box i:hover::before {
  color: rgb(57, 87, 87);
}
#search-box.on {
  width: 180px;
}

.maf-bc {
  margin: 0 auto;
  max-width: 1440px;
}
.maf-bc .maf-bc-i {
  padding: 5px 70px;
}
.maf-bc .maf-bc-i a {
  position: relative;
  text-decoration: none;
}
.maf-bc .maf-bc-i a::before {
  background-color: rgb(24, 20, 21);
  bottom: -3px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: width 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 0;
  z-index: -1;
}
.maf-bc .maf-bc-i a:hover::before {
  width: 100%;
}

.maf-cal-app {
  margin-bottom: 20px;
  width: 100%;
}
.maf-cal-app .DiaryHeader {
  max-width: 550px;
  margin: 0 auto;
}
.maf-cal-app .DiaryHeader p.label {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.maf-cal-app .DiaryHeader form {
  display: flex;
}
.maf-cal-app .DiaryHeader form > div {
  margin-right: 10px;
}
.maf-cal-app .DiaryHeader form > div:last-child {
  margin-right: 0;
}
.maf-cal-app .DiaryHeader form input[type=submit] {
  background-color: transparent;
  border: 1px solid rgb(24, 20, 21);
  border-radius: 0;
  color: rgb(24, 20, 21);
  min-height: 0;
  min-width: 0;
}
.maf-cal-app .DiaryHeader form .select {
  height: 34px;
  padding-left: 0;
}
.maf-cal-app .DiaryHeader form .select select {
  padding: 0 1rem;
}
.maf-cal-app .DiaryHeader form .select.sview {
  display: none;
}
.maf-cal-app .DiaryHeader form .select:hover::before, .maf-cal-app .DiaryHeader form .select:focus-within::before {
  background-color: rgb(57, 87, 87);
}
.maf-cal-app .DiaryHeader .DiaryHeaderButton input[type=submit] {
  line-height: 1;
  margin: 0;
  padding: 10px;
  height: 34px;
}
.maf-cal-app .DiaryHeader .DiaryHeaderButton input[type=submit]:hover {
  background-color: rgb(110, 143, 120);
  color: white;
}
.maf-cal-app .DiaryHeader .DiaryHeaderButton.today {
  display: none;
}
@media only screen and (min-width: 576px) {
  .maf-cal-app .DiaryHeader .DiaryHeaderButton.today {
    display: inline-block;
  }
}
.maf-cal-app .DiaryGrid {
  margin: 20px auto;
  max-width: 1000px;
}
body.manageable .maf-cal-app .DiaryGrid {
  max-width: 750px;
}
.maf-cal-app .DiaryGrid th {
  color: rgb(57, 87, 87);
}
.maf-cal-app .DiaryGrid td {
  padding: 2px;
}
@media only screen and (min-width: 576px) {
  .maf-cal-app .DiaryGrid td {
    padding: 5px;
  }
}
.maf-cal-app .DiaryGrid td.today .DayofMonth {
  opacity: 0.6;
}
.maf-cal-app .DiaryGrid td.notmonth .DayofMonth {
  opacity: 0.2;
}
.maf-cal-app .DiaryGrid .DayofMonth {
  background-color: rgb(214, 81, 81);
  color: white;
  padding: 5px;
}
.maf-cal-app .DiaryGrid .DayofMonth form {
  align-items: center;
  display: flex;
}
.maf-cal-app .DiaryGrid .DayofMonth form input[type=submit] {
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0;
  min-width: 38px;
  padding: 10px;
}
.maf-cal-app .DiaryGrid .DayofMonth form input[type=submit].non-vis {
  visibility: hidden;
}
.maf-cal-app .DiaryGrid .DayofMonth.bkt-1 {
  background-color: rgb(214, 108, 81);
}
.maf-cal-app .DiaryGrid .DayofMonth.bkt-2 {
  background-color: rgb(110, 143, 120);
}
.maf-cal-app .DiaryGrid .DiaryEventAdmin {
  align-items: center;
  background-color: lightgray;
  display: flex;
  padding: 0 5px;
}
.maf-cal-app .DiaryGrid .DiaryEventAdmin > a {
  display: inline-block;
  flex: 0 0 auto;
  line-height: 1;
  padding: 5px;
}
.maf-cal-app .DiaryGrid .DiaryEventAdmin > a:first-child {
  margin-right: auto;
}
.maf-cal-app .ShowDiaryCompressed {
  display: none;
  visibility: hidden;
}
.maf-cal-app .ShowDiaryFull {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (min-width: 576px) {
  .maf-cal-app .ShowDiaryFull {
    font-size: 1.8rem;
  }
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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: rgb(57, 87, 87);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  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: rgb(110, 143, 120);
  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: rgb(110, 143, 120);
  border-color: rgb(110, 143, 120);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#mp-age-consent > div {
  border: 4px solid rgb(110, 143, 120);
  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 rgb(110, 143, 120);
  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;
}

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

.maf-portal {
  justify-content: center;
  min-height: 280px;
  padding-top: 0;
  padding-bottom: 0;
}
.maf-portal .maf-content {
  background-color: rgb(57, 87, 87);
  border: 1px solid rgb(95, 113, 140);
  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% - 140px);
  justify-content: center;
  padding: 35px;
  text-align: center;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
.maf-portal .maf-content:hover {
  background-color: rgb(110, 143, 120) !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% - 140px);
  }
}
main {
  min-height: 100vh;
}
body.manageable-bo main {
  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: 1.2em;
  font-weight: 400;
}
@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: 1.333em;
  }
}
section p.big-text, section span.big-text, .section p.big-text, .section span.big-text, footer p.big-text, footer span.big-text, .bo-row p.big-text, .bo-row span.big-text {
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem !important;
}
@media only screen and (min-width: 768px) {
  section p.big-text, section span.big-text, .section p.big-text, .section span.big-text, footer p.big-text, footer span.big-text, .bo-row p.big-text, .bo-row span.big-text {
    font-size: 3.2rem !important;
  }
}
section p.small-text, section span.small-text, .section p.small-text, .section span.small-text, footer p.small-text, footer span.small-text, .bo-row p.small-text, .bo-row span.small-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em !important;
}
section p.tiny-text, section span.tiny-text, .section p.tiny-text, .section span.tiny-text, footer p.tiny-text, footer span.tiny-text, .bo-row p.tiny-text, .bo-row span.tiny-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.5em !important;
}
section p.no-margin, section span.no-margin, .section p.no-margin, .section span.no-margin, footer p.no-margin, footer span.no-margin, .bo-row p.no-margin, .bo-row span.no-margin {
  margin: 0;
}
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.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.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.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.h6-style.page-lead {
  font-size: 1.2em;
  font-weight: 400;
}
@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.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.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.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.h6-style.page-lead {
    font-size: 1.333em;
  }
}
section div.hr-button, .section div.hr-button, footer div.hr-button, .bo-row div.hr-button {
  display: inline-block;
  margin: 30px 0;
  max-width: 800px;
  overflow: hidden;
  width: 100%;
}
section div.hr-button a, .section div.hr-button a, footer div.hr-button a, .bo-row div.hr-button a {
  border: 2px solid rgb(110, 143, 120);
  border-radius: 50px;
  color: rgb(110, 143, 120);
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 3px 50px;
  position: relative;
  text-transform: uppercase;
}
section div.hr-button a::before, section div.hr-button a::after, .section div.hr-button a::before, .section div.hr-button a::after, footer div.hr-button a::before, footer div.hr-button a::after, .bo-row div.hr-button a::before, .bo-row div.hr-button a::after {
  background-color: rgb(110, 143, 120);
  content: "";
  height: 2px;
  left: calc(100% + 50px);
  position: absolute;
  top: 50%;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 700px;
}
section div.hr-button a::after, .section div.hr-button a::after, footer div.hr-button a::after, .bo-row div.hr-button a::after {
  left: auto;
  right: calc(100% + 50px);
}
section div.hr-button a:hover, .section div.hr-button a:hover, footer div.hr-button a:hover, .bo-row div.hr-button a:hover {
  background-color: rgb(110, 143, 120);
  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.book-now, .section a.book-now, footer a.book-now, .bo-row a.book-now {
  background-color: rgb(214, 108, 81);
  border-radius: 50%;
  color: white;
  display: inline-block;
  padding: 35px 32px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section a.book-now span, .section a.book-now span, footer a.book-now span, .bo-row a.book-now span {
  display: block;
  line-height: 1;
  font-size: 5rem;
}
section a.book-now span:nth-of-type(2), .section a.book-now span:nth-of-type(2), footer a.book-now span:nth-of-type(2), .bo-row a.book-now span:nth-of-type(2) {
  font-size: 3.3rem;
}
section a.book-now span:nth-of-type(3), .section a.book-now span:nth-of-type(3), footer a.book-now span:nth-of-type(3), .bo-row a.book-now span:nth-of-type(3) {
  font-size: 5.7rem;
}
section a.book-now:hover, .section a.book-now:hover, footer a.book-now:hover, .bo-row a.book-now:hover {
  transform: rotate(-8deg);
}
section a.book-now:hover span, .section a.book-now:hover span, footer a.book-now:hover span, .bo-row a.book-now:hover span {
  text-shadow: -3px 3px 0 rgba(0, 0, 0, 0.4);
}
section a.button.square, section div.button.square, section button.button.square, .section a.button.square, .section div.button.square, .section button.button.square, footer a.button.square, footer div.button.square, footer button.button.square, .bo-row a.button.square, .bo-row div.button.square, .bo-row button.button.square {
  border-radius: 0;
}
section a.button.green, section div.button.green, section button.button.green, .section a.button.green, .section div.button.green, .section button.button.green, footer a.button.green, footer div.button.green, footer button.button.green, .bo-row a.button.green, .bo-row div.button.green, .bo-row button.button.green {
  background-color: rgb(57, 87, 87);
  border-color: rgb(57, 87, 87);
  color: white;
}
section a.button.green:hover, section div.button.green:hover, section button.button.green:hover, .section a.button.green:hover, .section div.button.green:hover, .section button.button.green:hover, footer a.button.green:hover, footer div.button.green:hover, footer button.button.green:hover, .bo-row a.button.green:hover, .bo-row div.button.green:hover, .bo-row button.button.green:hover {
  background-color: white;
  border-color: white;
  color: rgb(57, 87, 87);
}
section a.button.lt-green, section div.button.lt-green, section button.button.lt-green, .section a.button.lt-green, .section div.button.lt-green, .section button.button.lt-green, footer a.button.lt-green, footer div.button.lt-green, footer button.button.lt-green, .bo-row a.button.lt-green, .bo-row div.button.lt-green, .bo-row button.button.lt-green {
  background-color: rgb(110, 143, 120);
  border-color: rgb(110, 143, 120);
  color: white;
}
section a.button.lt-green:hover, section div.button.lt-green:hover, section button.button.lt-green:hover, .section a.button.lt-green:hover, .section div.button.lt-green:hover, .section button.button.lt-green:hover, footer a.button.lt-green:hover, footer div.button.lt-green:hover, footer button.button.lt-green:hover, .bo-row a.button.lt-green:hover, .bo-row div.button.lt-green:hover, .bo-row button.button.lt-green:hover {
  background-color: white;
  border-color: white;
  color: rgb(110, 143, 120);
}
section a.button.blue, section div.button.blue, section button.button.blue, .section a.button.blue, .section div.button.blue, .section button.button.blue, footer a.button.blue, footer div.button.blue, footer button.button.blue, .bo-row a.button.blue, .bo-row div.button.blue, .bo-row button.button.blue {
  background-color: rgb(95, 113, 140);
  border-color: rgb(95, 113, 140);
  color: white;
}
section a.button.blue:hover, section div.button.blue:hover, section button.button.blue:hover, .section a.button.blue:hover, .section div.button.blue:hover, .section button.button.blue:hover, footer a.button.blue:hover, footer div.button.blue:hover, footer button.button.blue:hover, .bo-row a.button.blue:hover, .bo-row div.button.blue:hover, .bo-row button.button.blue:hover {
  background-color: white;
  border-color: white;
  color: rgb(95, 113, 140);
}
section a.button.lilac, section div.button.lilac, section button.button.lilac, .section a.button.lilac, .section div.button.lilac, .section button.button.lilac, footer a.button.lilac, footer div.button.lilac, footer button.button.lilac, .bo-row a.button.lilac, .bo-row div.button.lilac, .bo-row button.button.lilac {
  background-color: rgb(166, 125, 185);
  border-color: rgb(166, 125, 185);
  color: white;
}
section a.button.lilac:hover, section div.button.lilac:hover, section button.button.lilac:hover, .section a.button.lilac:hover, .section div.button.lilac:hover, .section button.button.lilac:hover, footer a.button.lilac:hover, footer div.button.lilac:hover, footer button.button.lilac:hover, .bo-row a.button.lilac:hover, .bo-row div.button.lilac:hover, .bo-row button.button.lilac:hover {
  background-color: white;
  border-color: white;
  color: rgb(166, 125, 185);
}
section a.button.orange, section div.button.orange, section button.button.orange, .section a.button.orange, .section div.button.orange, .section button.button.orange, footer a.button.orange, footer div.button.orange, footer button.button.orange, .bo-row a.button.orange, .bo-row div.button.orange, .bo-row button.button.orange {
  background-color: rgb(214, 108, 81);
  border-color: rgb(214, 108, 81);
  color: white;
}
section a.button.orange:hover, section div.button.orange:hover, section button.button.orange:hover, .section a.button.orange:hover, .section div.button.orange:hover, .section button.button.orange:hover, footer a.button.orange:hover, footer div.button.orange:hover, footer button.button.orange:hover, .bo-row a.button.orange:hover, .bo-row div.button.orange:hover, .bo-row button.button.orange:hover {
  background-color: white;
  border-color: white;
  color: rgb(214, 108, 81);
}
section a.button.chev-point, section div.button.chev-point, section button.button.chev-point, .section a.button.chev-point, .section div.button.chev-point, .section button.button.chev-point, footer a.button.chev-point, footer div.button.chev-point, footer button.button.chev-point, .bo-row a.button.chev-point, .bo-row div.button.chev-point, .bo-row button.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 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, 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, .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 {
  background-color: white;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 8px;
}
section a.button.chev-point::after, section div.button.chev-point::after, section button.button.chev-point::after, .section a.button.chev-point::after, .section div.button.chev-point::after, .section button.button.chev-point::after, footer a.button.chev-point::after, footer div.button.chev-point::after, footer button.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 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
section a.button.chev-point:hover::before, section div.button.chev-point:hover::before, section button.button.chev-point:hover::before, .section a.button.chev-point:hover::before, .section div.button.chev-point:hover::before, .section button.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, .bo-row a.button.chev-point:hover::before, .bo-row div.button.chev-point:hover::before, .bo-row button.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 a.button.chev-point:hover::after, .section div.button.chev-point:hover::after, .section button.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, .bo-row a.button.chev-point:hover::after, .bo-row div.button.chev-point:hover::after, .bo-row button.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 a.button.br, .section div.button.br, .section button.button.br, footer a.button.br, footer div.button.br, footer button.button.br, .bo-row a.button.br, .bo-row div.button.br, .bo-row button.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 a.button.br, .section div.button.br, .section button.button.br, footer a.button.br, footer div.button.br, footer button.button.br, .bo-row a.button.br, .bo-row div.button.br, .bo-row button.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 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, 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, .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 {
  content: "";
  border-left: 5px solid rgb(57, 87, 87);
  background-color: rgb(110, 143, 120);
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -40px;
  top: 0;
  transform: skewX(-18deg);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 90px;
}
section a.button.br::after, section div.button.br::after, section button.button.br::after, .section a.button.br::after, .section div.button.br::after, .section button.button.br::after, footer a.button.br::after, footer div.button.br::after, footer button.button.br::after, .bo-row a.button.br::after, .bo-row div.button.br::after, .bo-row button.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 a.button.br span, .section div.button.br span, .section button.button.br span, footer a.button.br span, footer div.button.br span, footer button.button.br span, .bo-row a.button.br span, .bo-row div.button.br span, .bo-row button.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 a.button.br:hover, .section div.button.br:hover, .section button.button.br:hover, footer a.button.br:hover, footer div.button.br:hover, footer button.button.br:hover, .bo-row a.button.br:hover, .bo-row div.button.br:hover, .bo-row button.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 a.button.br:hover::after, .section div.button.br:hover::after, .section button.button.br:hover::after, footer a.button.br:hover::after, footer div.button.br:hover::after, footer button.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 {
  animation: point-r 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}
section a.button.dl-pdf, section div.button.dl-pdf, section button.button.dl-pdf, .section a.button.dl-pdf, .section div.button.dl-pdf, .section button.button.dl-pdf, footer a.button.dl-pdf, footer div.button.dl-pdf, footer button.button.dl-pdf, .bo-row a.button.dl-pdf, .bo-row div.button.dl-pdf, .bo-row button.button.dl-pdf {
  background-color: transparent;
  border: 0;
  color: rgb(110, 143, 120);
  font-size: 1.8rem;
  font-weight: 700;
  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 a.button.dl-pdf::before, .section div.button.dl-pdf::before, .section button.button.dl-pdf::before, footer a.button.dl-pdf::before, footer div.button.dl-pdf::before, footer button.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 {
  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 400ms ease-out;
  width: 66px;
}
section a.button.dl-pdf:hover, section div.button.dl-pdf:hover, section button.button.dl-pdf:hover, .section a.button.dl-pdf:hover, .section div.button.dl-pdf:hover, .section button.button.dl-pdf:hover, footer a.button.dl-pdf:hover, footer div.button.dl-pdf:hover, footer button.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 {
  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 a.button.dl-pdf:hover::before, .section div.button.dl-pdf:hover::before, .section button.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, .bo-row a.button.dl-pdf:hover::before, .bo-row div.button.dl-pdf:hover::before, .bo-row button.button.dl-pdf:hover::before {
  animation: point-d 1.5s ease-out infinite;
}
section.animate .maf-content, section.animate .insta-feed, .section.animate .maf-content, .section.animate .insta-feed, footer.animate .maf-content, footer.animate .insta-feed, .bo-row.animate .maf-content, .bo-row.animate .insta-feed {
  filter: blur(10px);
  opacity: 0;
  transform: translateY(80px);
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
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: blur(0px);
  opacity: 1;
  transform: translateY(0);
}
section.animate.anim-2 .insta-feed, .section.animate.anim-2 .insta-feed, footer.animate.anim-2 .insta-feed, .bo-row.animate.anim-2 .insta-feed {
  filter: blur(0px);
  opacity: 1;
  transform: translateY(0);
}

@keyframes bgcolourfade {
  0% {
    background: rgb(24, 20, 21);
  }
  20% {
    background: rgb(110, 143, 120);
  }
  40% {
    background: rgb(214, 108, 81);
  }
  60% {
    background: rgb(95, 113, 140);
  }
  80% {
    background: rgb(166, 125, 185);
  }
  100% {
    background: rgb(24, 20, 21);
  }
}
.bg-1 {
  background-color: rgb(57, 87, 87);
  color: white;
}
.bg-1 .maf-content * {
  color: white;
}
.bg-1 .maf-content hr {
  border-color: white;
}

.bg-2 {
  background-color: rgb(110, 143, 120);
  color: white;
}
.bg-2 .maf-content * {
  color: white;
}
.bg-2 .maf-content hr {
  border-color: white;
}

.bg-3 {
  background-color: rgb(95, 113, 140);
  color: white;
}
.bg-3 .maf-content * {
  color: white;
}
.bg-3 .maf-content hr {
  border-color: white;
}

.bg-4 {
  background-color: rgb(166, 125, 185);
  color: white;
}
.bg-4 .maf-content * {
  color: white;
}
.bg-4 .maf-content hr {
  border-color: white;
}

.bg-5 {
  background-color: rgb(214, 108, 81);
  color: white;
}
.bg-5 .maf-content * {
  color: white;
}
.bg-5 .maf-content hr {
  border-color: white;
}

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

.is-main-header {
  display: inline-block;
  height: 100px;
  left: 0;
  top: 0;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
  z-index: 666;
}
.is-main-header.is-fixed {
  position: fixed;
  transform: translateZ(0);
}
@media only screen and (min-width: 768px) {
  .is-main-header {
    height: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  .is-main-header {
    height: 228px;
  }
}
.is-main-header > div.h-con {
  background-color: rgb(110, 143, 120);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
}
.is-main-header > div.h-con .ui-con {
  height: 60px;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .is-main-header > div.h-con .ui-con {
    height: 155px;
  }
}
.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 {
  align-items: center;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  height: 80%;
  justify-content: center;
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: -300px;
  transform: translate(-50%, -50%);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 672px;
  z-index: 102;
}
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 h1 {
  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 h1::before, .is-main-header > div.h-con .ui-con .ui-con-i .company-brand h1::after {
  display: none;
}
.is-main-header > div.h-con .ui-con .ui-con-i .company-brand h1 img {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: none;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
}
.is-main-header > div.h-con .ui-con .ui-con-i .company-brand h1 svg {
  display: block;
  height: 100%;
}
.is-main-header > div.h-con .ui-con .ui-con-i .company-brand h2 {
  color: rgb(24, 20, 21);
  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 h2 span {
  text-transform: none;
}
@media only screen and (min-width: 576px) {
  .is-main-header > div.h-con .ui-con .ui-con-i .company-brand h2 {
    text-transform: uppercase;
    font-size: 2.2rem;
  }
}
.is-main-header > div.h-con .ui-con .ui-con-i #header-ui {
  align-items: center;
  color: rgb(24, 20, 21);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  line-height: 0;
  max-width: 1440px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 35px;
  text-align: center;
  top: -200px;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
  z-index: 100;
}
.is-main-header > div.h-con .ui-con .ui-con-i #header-ui a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.is-main-header > div.h-con .ui-con .ui-con-i #header-ui .alt {
  align-self: center;
  border-color: white;
  color: white;
  font-size: 1.2rem;
  margin: 0 0 0 70px;
  padding: 5px 10px;
}
.is-main-header > div.h-con .ui-con .ui-con-i #header-ui .alt:hover {
  border-color: rgb(57, 87, 87);
}
@media only screen and (min-width: 576px) {
  .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .alt {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 960px) {
  .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .alt {
    padding: 10px 50px;
  }
}
.is-main-header > div.h-con .ui-con .ui-con-i #header-ui .phone {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .is-main-header > div.h-con .ui-con .ui-con-i #header-ui .phone {
    font-size: 2.2rem;
  }
}
.is-main-header > div.h-con .ui-con .ui-con-i #header-ui .phone span {
  display: inline-block;
  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 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@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 {
  color: rgb(110, 143, 120);
  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 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateY(0);
  width: auto;
}
.is-main-header > div.h-con .ui-con .ui-con-i #header-ui .login:hover {
  color: rgb(57, 87, 87);
  padding: 8px 10px 16px 10px;
  transform: translateY(-8px);
}
body.maf-loaded .is-main-header > div.h-con .ui-con .ui-con-i #header-ui {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.is-main-header > div.h-con .ui-con .ui-con-i .social-icons {
  font-size: 2rem;
}
.is-main-header > div.h-con .ui-con .ui-con-i .social-icons a {
  margin: 0;
}
.is-main-header > div.h-con .n-con {
  background-color: rgb(57, 87, 87);
  height: 40px;
  margin: 0 auto;
  max-width: none;
  position: relative;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media only screen and (min-width: 1024px) {
  .is-main-header > div.h-con .n-con {
    height: 73px;
  }
}
.is-main-header > div.h-con .n-con .is-tvw-menu {
  width: calc(100% - 70px);
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web {
  left: -300px;
  opacity: 0;
  position: absolute;
  right: auto;
  top: 45%;
  transform: translate(-50%, -50%);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.maf-loaded .is-main-header > div.h-con .n-con .is-tvw-menu.is-web {
  left: 50%;
  opacity: 1;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div {
  margin: 0;
  max-width: none;
  text-align: center;
  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;
  text-transform: capitalize;
}
@media only screen and (min-width: 1152px) {
  .is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li > a {
    text-transform: uppercase;
  }
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li > a span {
  padding: 0;
  position: relative;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li > a span::before {
  background-color: white;
  bottom: -3px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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-web > div .links > ul > li.active:hover {
  opacity: 0.8;
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile {
  bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile {
    bottom: auto;
  }
}
.is-main-header > div.h-con .n-con .is-tvw-menu.is-mobile .is-burger {
  height: 40px;
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
  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: 30px;
}
.is-main-header > div.h-con .n-con .is-tvw-menu #pointer {
  border: 1px solid rgb(24, 20, 21);
  display: none;
  height: 100%;
  left: 3000px;
  max-width: none;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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.squish {
  height: 100px;
}
.is-main-header.squish > div.h-con .ui-con {
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .is-main-header.squish > div.h-con .ui-con .ui-con-i #header-ui .phone span img {
    max-width: 36px;
  }
}
.is-main-header.squish > div.h-con .n-con {
  height: 40px;
}
.is-main-header.squish > div.h-con .n-con .is-tvw-menu.is-web > div .links > ul > li > a {
  font-size: 1.6rem;
}
.is-main-header.squish > div.h-con .n-con .is-tvw-menu.is-mobile .is-burger {
  height: 40px;
  width: 40px;
}

section, .section {
  overflow: hidden;
}
section.is-hero, .section.is-hero {
  background-color: black;
  min-height: 245px;
  position: relative;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: white;
}
section.is-hero .maf-content *, .section.is-hero .maf-content * {
  color: white;
}
section.is-hero .maf-content hr, .section.is-hero .maf-content hr {
  border-color: white;
}
section.is-hero .maf-content a.button, .section.is-hero .maf-content a.button {
  background-color: transparent;
  border-color: white;
  color: white;
}
section.is-hero .maf-content a.button:hover, .section.is-hero .maf-content a.button:hover {
  background-color: white;
  color: rgb(110, 143, 120);
}
section.is-hero #hero-logo, .section.is-hero #hero-logo {
  display: inline-block;
  margin-bottom: 20px;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section.is-hero #hero-logo p, .section.is-hero #hero-logo p {
  display: inline-block;
}
section.is-hero #badges-h, .section.is-hero #badges-h {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  padding: 15px 5px;
}
section.is-hero #badges-h .badge, .section.is-hero #badges-h .badge {
  padding: 0 10px;
}
section.is-hero > .maf-background, .section.is-hero > .maf-background {
  background-image: url("/images/Layout/hero-default-2.jpg");
}
section.is-hero > .maf-bg-overlay .sprite, .section.is-hero > .maf-bg-overlay .sprite {
  bottom: 5%;
  display: none;
  left: 0;
  max-width: none;
  position: absolute;
  width: 1600px;
}
@media only screen and (min-width: 1440px) {
  section.is-hero > .maf-bg-overlay .sprite, .section.is-hero > .maf-bg-overlay .sprite {
    width: 100%;
  }
}
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-weight: 700;
  line-height: 1.05;
}
section.is-hero .row, .section.is-hero .row {
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section.is-hero .row .column, .section.is-hero .row .column {
  min-height: 0;
}
section.is-hero .row .column.maf-col-1, .section.is-hero .row .column.maf-col-1 {
  align-items: flex-start;
  justify-content: center;
}
@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);
  }
}
section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #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 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 10%;
}
section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn::after, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr {
  animation: point-a-d 4000ms infinite 4000ms linear;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a {
  bottom: 30%;
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 35%;
}
section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::before, section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::after, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::before, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #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) {
  section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::before, section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::after, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::before, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::after {
    height: 6px;
  }
}
section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::after, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .a::after {
  left: 50%;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  right: auto;
}
section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .b, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #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) {
  section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .b, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn .spr .b {
    width: 6px;
  }
}
section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn:hover, .section.is-hero .row .column.maf-col-1 > .maf-sprite-layer #maf-btn-dwn:hover {
  opacity: 0.7;
}
section.is-hero .row .column.maf-col-1 .maf-content > *, .section.is-hero .row .column.maf-col-1 .maf-content > * {
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.34);
}
body.is-home section.is-hero, body.is-home .section.is-hero {
  color: white;
  min-height: calc(100vh - 100px);
}
@media only screen and (min-width: 768px) {
  body.is-home section.is-hero, body.is-home .section.is-hero {
    min-height: calc(100vh - 195px);
  }
}
@media only screen and (min-width: 1024px) {
  body.is-home section.is-hero, body.is-home .section.is-hero {
    min-height: calc(100vh - 228px);
  }
}
body.is-home section.is-hero > .maf-background, body.is-home .section.is-hero > .maf-background {
  background-image: url("/images/Layout/hero-default.jpg");
  background-position: right;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path, body.is-home .section.is-hero > .maf-sprite-layer #hawk-path {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 18px rgba(0, 0, 0, 0.4));
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path, body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path {
  opacity: 0;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(1), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(1) {
  animation: appear 0.1s 1550ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(2), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(2) {
  animation: appear 0.1s 1600ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(3), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(3) {
  animation: appear 0.1s 1650ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(4), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(4) {
  animation: appear 0.1s 1700ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(5), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(5) {
  animation: appear 0.1s 1750ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(6), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(6) {
  animation: appear 0.1s 1800ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(7), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(7) {
  animation: appear 0.1s 1850ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(8), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(8) {
  animation: appear 0.1s 1900ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(9), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(9) {
  animation: appear 0.1s 1950ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(10), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(10) {
  animation: appear 0.1s 2000ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(11), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(11) {
  animation: appear 0.1s 2050ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(12), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(12) {
  animation: appear 0.1s 2100ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(13), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(13) {
  animation: appear 0.1s 2150ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(14), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(14) {
  animation: appear 0.1s 2200ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(15), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(15) {
  animation: appear 0.1s 2250ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(16), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(16) {
  animation: appear 0.1s 2300ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(17), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(17) {
  animation: appear 0.1s 2350ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(18), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(18) {
  animation: appear 0.1s 2400ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(19), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(19) {
  animation: appear 0.1s 2450ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(20), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(20) {
  animation: appear 0.1s 2500ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(21), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(21) {
  animation: appear 0.1s 2550ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(22), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(22) {
  animation: appear 0.1s 2600ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(23), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(23) {
  animation: appear 0.1s 2650ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(24), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(24) {
  animation: appear 0.1s 2700ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(25), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(25) {
  animation: appear 0.1s 2750ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(26), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(26) {
  animation: appear 0.1s 2800ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(27), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(27) {
  animation: appear 0.1s 2850ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(28), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(28) {
  animation: appear 0.1s 2900ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(29), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(29) {
  animation: appear 0.1s 2950ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(30), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(30) {
  animation: appear 0.1s 3000ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(31), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(31) {
  animation: appear 0.1s 3050ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(32), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(32) {
  animation: appear 0.1s 3100ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(33), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(33) {
  animation: appear 0.1s 3150ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(34), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(34) {
  animation: appear 0.1s 3200ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(35), body.is-home .section.is-hero > .maf-sprite-layer #hawk-path path:nth-of-type(35) {
  animation: appear 0.1s 3250ms;
  animation-fill-mode: both;
}
body.is-home section.is-hero p, body.is-home .section.is-hero p {
  display: inline-block;
  max-width: 250px;
}
@media only screen and (min-width: 576px) {
  body.is-home section.is-hero p, body.is-home .section.is-hero p {
    max-width: 380px;
  }
}
@media only screen and (min-width: 960px) {
  body.is-home section.is-hero p, body.is-home .section.is-hero p {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1280px) {
  body.is-home section.is-hero p, body.is-home .section.is-hero p {
    max-width: 670px;
  }
}
body.is-home section.is-hero p#sp1, body.is-home .section.is-hero p#sp1 {
  animation: slide_right 800ms 1000ms ease-out;
  animation-fill-mode: forwards;
  left: 35px;
  position: absolute;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.8);
  top: 10%;
  transform: translateX(-100vw);
}
@media only screen and (min-width: 576px) {
  body.is-home section.is-hero p#sp1, body.is-home .section.is-hero p#sp1 {
    left: 70px;
  }
}
body.is-home section.is-hero p#sp2, body.is-home .section.is-hero p#sp2 {
  animation: slide_left 800ms 3000ms ease-out;
  animation-fill-mode: forwards;
  bottom: 10%;
  position: absolute;
  right: 35px;
  text-align: right;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.8);
  transform: translateX(100vw);
}
@media only screen and (min-width: 576px) {
  body.is-home section.is-hero p#sp2, body.is-home .section.is-hero p#sp2 {
    right: 70px;
  }
}
body.is-home section.is-hero .row, body.is-home .section.is-hero .row {
  opacity: 0;
  overflow: visible;
  transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.is-home section.is-hero .row .column, body.is-home .section.is-hero .row .column {
  justify-content: flex-start;
  overflow: visible;
}
body.is-home section.is-hero .row .column.maf-col-1, body.is-home .section.is-hero .row .column.maf-col-1 {
  text-align: left;
}
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 .row .column.maf-col-1, .section.is-hero.slideshow .row .column.maf-col-1 {
  display: none;
}
section.one-column.brands hr, .section.one-column.brands hr {
  border-color: rgb(110, 143, 120);
  max-width: 126px;
}
section.one-column.brands .row .column, .section.one-column.brands .row .column {
  padding-top: 20px;
}
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.contact, .section.one-column.contact {
  background-color: rgb(57, 87, 87);
}
section.one-column.contact h2, section.one-column.contact .h2-style, .section.one-column.contact h2, .section.one-column.contact .h2-style {
  font-size: 2.4rem;
  font-weight: 300;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  padding: 24px 0 17px 0;
}
@media only screen and (min-width: 768px) {
  section.one-column.contact h2, section.one-column.contact .h2-style, .section.one-column.contact h2, .section.one-column.contact .h2-style {
    font-size: 3.6rem;
  }
}
section.one-column.contact h2:first-of-type, section.one-column.contact .h2-style:first-of-type, .section.one-column.contact h2:first-of-type, .section.one-column.contact .h2-style:first-of-type {
  border-top: 0;
  margin-top: 0;
}
section.one-column.contact p, .section.one-column.contact p {
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  section.one-column.contact p, .section.one-column.contact p {
    font-size: 1.8rem;
  }
}
section.one-column.contact a, .section.one-column.contact a {
  color: rgb(95, 113, 140);
  font-weight: bold;
}
section.one-column.contact a.button, .section.one-column.contact a.button {
  color: rgb(24, 20, 21);
}
section.one-column.contact hr, .section.one-column.contact hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  max-width: none;
}
section.one-column.contact .row .column, .section.one-column.contact .row .column {
  padding-bottom: 15vw;
}
section.one-column.contact .row .column .maf-content, .section.one-column.contact .row .column .maf-content {
  align-items: flex-start;
  text-align: left;
}
section.one-column.bg-left .maf-background, .section.one-column.bg-left .maf-background {
  background-position: left;
}
section.one-column.bg-left .row .column, .section.one-column.bg-left .row .column {
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
section.one-column.bg-left .row .column .maf-content, .section.one-column.bg-left .row .column .maf-content {
  align-items: flex-start;
}
section.one-column.bg-right .maf-background, .section.one-column.bg-right .maf-background {
  background-position: right;
}
section.one-column.bg-right .row .column, .section.one-column.bg-right .row .column {
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}
section.one-column.bg-right .row .column .maf-content, .section.one-column.bg-right .row .column .maf-content {
  align-items: flex-end;
}
section.two-column .row .column, .section.two-column .row .column {
  justify-content: center;
}
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-content, .section.two-column.maf-col-bg-full .row .column .maf-content {
  max-width: calc(720px - 70px);
}
section.two-column.bg-right, .section.two-column.bg-right {
  background-color: rgb(57, 87, 87);
}
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: 60px 35px;
  }
}
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, .section.two-column.img-left .row {
  flex-direction: column-reverse;
}
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, .section.two-column.img-left .row {
    flex-direction: row;
  }
}
section.two-column.img-left .row .column.maf-col-1, .section.two-column.img-left .row .column.maf-col-1 {
  min-height: 500px;
}
@media only screen and (min-width: 1024px) {
  section.two-column.img-left .row .column.maf-col-1, .section.two-column.img-left .row .column.maf-col-1 {
    min-height: 0;
  }
}
section.two-column.prices, .section.two-column.prices {
  background-color: rgb(95, 113, 140);
  color: white;
}
section.two-column.prices .maf-content *, .section.two-column.prices .maf-content * {
  color: white;
}
section.two-column.prices .maf-content hr, .section.two-column.prices .maf-content hr {
  border-color: white;
}
section.two-column.prices .maf-content a.button, .section.two-column.prices .maf-content a.button {
  background-color: transparent;
  border-color: white;
  color: white;
}
section.two-column.prices .maf-content a.button:hover, .section.two-column.prices .maf-content a.button:hover {
  background-color: white;
  color: rgb(95, 113, 140);
}
section.two-column.prices .row, .section.two-column.prices .row {
  padding-top: 5vw;
  padding-bottom: 20vw;
}
section.two-column.prices .row .column, .section.two-column.prices .row .column {
  justify-content: flex-start;
}
section.two-column.prices .row .column .maf-content, .section.two-column.prices .row .column .maf-content {
  max-width: 440px;
}
@media only screen and (min-width: 1024px) {
  section.two-column.prices .row .column.maf-col-1, .section.two-column.prices .row .column.maf-col-1 {
    align-items: flex-end;
    border-right: 1px solid white;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  section.two-column.prices .row .column.maf-col-2, .section.two-column.prices .row .column.maf-col-2 {
    align-items: flex-start;
  }
}
section.two-column.orangery, .section.two-column.orangery {
  min-height: 43vw;
  background-color: rgb(57, 87, 87);
  color: white;
}
section.two-column.orangery .maf-content *, .section.two-column.orangery .maf-content * {
  color: white;
}
section.two-column.orangery .maf-content hr, .section.two-column.orangery .maf-content hr {
  border-color: white;
}
section.two-column.orangery .row .column, .section.two-column.orangery .row .column {
  justify-content: center;
  text-align: center;
}
section.two-column.orangery .row .column .maf-content, .section.two-column.orangery .row .column .maf-content {
  max-width: 550px;
}
section.two-column.orangery .row .column.maf-col-1, .section.two-column.orangery .row .column.maf-col-1 {
  min-height: 450px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  section.two-column.orangery .row .column.maf-col-1, .section.two-column.orangery .row .column.maf-col-1 {
    padding-bottom: 60px;
  }
}
section.two-column.orangery .row .column.maf-col-1 .maf-content img, .section.two-column.orangery .row .column.maf-col-1 .maf-content img {
  border: 12px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  section.two-column.orangery .row .column.maf-col-2, .section.two-column.orangery .row .column.maf-col-2 {
    align-items: flex-start;
    padding-left: 0;
  }
}
section.two-column.glasshouse, .section.two-column.glasshouse {
  min-height: 43vw;
  background-color: rgb(95, 113, 140);
  color: white;
}
section.two-column.glasshouse .maf-content *, .section.two-column.glasshouse .maf-content * {
  color: white;
}
section.two-column.glasshouse .maf-content hr, .section.two-column.glasshouse .maf-content hr {
  border-color: white;
}
section.two-column.glasshouse .row, .section.two-column.glasshouse .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  section.two-column.glasshouse .row, .section.two-column.glasshouse .row {
    flex-direction: row;
  }
}
section.two-column.glasshouse .row .column, .section.two-column.glasshouse .row .column {
  justify-content: center;
  text-align: center;
}
section.two-column.glasshouse .row .column .maf-content, .section.two-column.glasshouse .row .column .maf-content {
  max-width: 550px;
}
@media only screen and (min-width: 1024px) {
  section.two-column.glasshouse .row .column.maf-col-1, .section.two-column.glasshouse .row .column.maf-col-1 {
    align-items: flex-end;
    padding-right: 0;
  }
}
section.two-column.glasshouse .row .column.maf-col-2, .section.two-column.glasshouse .row .column.maf-col-2 {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  section.two-column.glasshouse .row .column.maf-col-2, .section.two-column.glasshouse .row .column.maf-col-2 {
    padding-bottom: 60px;
  }
}
section.two-column.glasshouse .row .column.maf-col-2 .maf-content, .section.two-column.glasshouse .row .column.maf-col-2 .maf-content {
  min-height: 450px;
}
section.two-column.glasshouse .row .column.maf-col-2 .maf-content img, .section.two-column.glasshouse .row .column.maf-col-2 .maf-content img {
  border: 12px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
section.two-column.callout .row, .section.two-column.callout .row {
  max-width: none;
}
section.two-column.callout .row .column, .section.two-column.callout .row .column {
  text-align: center;
  align-items: center;
}
section.two-column.callout .row .column .maf-content, .section.two-column.callout .row .column .maf-content {
  max-width: 570px;
}
section.third-twothirds .row .column .maf-content, .section.third-twothirds .row .column .maf-content {
  max-width: 700px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  section.third-twothirds .row .column .maf-content, .section.third-twothirds .row .column .maf-content {
    text-align: left;
  }
}
section.third-twothirds .row .column.maf-col-1, .section.third-twothirds .row .column.maf-col-1 {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  section.third-twothirds .row .column.maf-col-1, .section.third-twothirds .row .column.maf-col-1 {
    padding-right: 0;
    padding-bottom: 60px;
    text-align: left;
  }
  section.third-twothirds .row .column.maf-col-1 .maf-content, .section.third-twothirds .row .column.maf-col-1 .maf-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.third-twothirds .row .column.maf-col-2, .section.third-twothirds .row .column.maf-col-2 {
    align-items: flex-end;
  }
}
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: 60px;
    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: 30px 15px;
}
@media only screen and (min-width: 576px) {
  section.three-column .row .column, .section.three-column .row .column {
    padding: 60px 30px;
  }
}
section.three-column .row .column .maf-content, .section.three-column .row .column .maf-content {
  padding: 0 15px;
}
@media only screen and (min-width: 576px) {
  section.three-column .row .column .maf-content, .section.three-column .row .column .maf-content {
    padding: 0 30px;
  }
}
section.three-column .row, .section.three-column .row {
  background-color: rgb(57, 87, 87);
  padding: 0;
}
section.three-column .row .column, .section.three-column .row .column {
  border-right: 10px solid white;
  border-bottom: 10px solid white;
  border-left: 10px solid white;
}
@media only screen and (min-width: 1024px) {
  section.three-column .row .column, .section.three-column .row .column {
    border-bottom: 5px solid white;
  }
}
section.three-column .row .column .maf-content, .section.three-column .row .column .maf-content {
  align-items: center;
  height: 100%;
  text-align: center;
}
section.three-column .row .column .maf-content h1, section.three-column .row .column .maf-content .h1-style, section.three-column .row .column .maf-content h2, section.three-column .row .column .maf-content .h2-style, section.three-column .row .column .maf-content h3, section.three-column .row .column .maf-content .h3-style, .section.three-column .row .column .maf-content h1, .section.three-column .row .column .maf-content .h1-style, .section.three-column .row .column .maf-content h2, .section.three-column .row .column .maf-content .h2-style, .section.three-column .row .column .maf-content h3, .section.three-column .row .column .maf-content .h3-style {
  color: rgb(24, 20, 21);
}
section.three-column .row .column .maf-content p.page-lead, .section.three-column .row .column .maf-content p.page-lead {
  color: rgb(110, 143, 120);
}
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: "Open Sans", 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;
}
@media only screen and (min-width: 576px) {
  section.four-column .row, .section.four-column .row {
    padding: 0 35px;
  }
}
section.four-column .row .column, .section.four-column .row .column {
  text-align: center;
}
section.four-column .row .column .maf-content, .section.four-column .row .column .maf-content {
  padding: 0;
}
section.four-column.bg-2, .section.four-column.bg-2 {
  color: rgb(151, 151, 151);
}
section.four-column.bg-2 .maf-content *, .section.four-column.bg-2 .maf-content * {
  color: rgb(151, 151, 151);
}
section.four-column.bg-2 .maf-content hr, .section.four-column.bg-2 .maf-content hr {
  border-color: rgb(151, 151, 151);
}
section.four-column.bg-2 .maf-content a.button, .section.four-column.bg-2 .maf-content a.button {
  background-color: transparent;
  border-color: rgb(151, 151, 151);
  color: rgb(151, 151, 151);
}
section.four-column.bg-2 .maf-content a.button:hover, .section.four-column.bg-2 .maf-content a.button:hover {
  background-color: rgb(151, 151, 151);
  color: white;
}
section.blog-section div.cardbox, .section.blog-section div.cardbox {
  justify-content: flex-start;
}
section.blog-section div.cardbox article.card .portal-item, .section.blog-section div.cardbox article.card .portal-item {
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  color: rgb(24, 20, 21);
  overflow: hidden;
}
section.blog-section div.cardbox article.card .portal-item .portal-content, .section.blog-section div.cardbox article.card .portal-item .portal-content {
  font-size: 1.6rem;
  text-align: center;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .tn.custom::after, .section.blog-section div.cardbox article.card .portal-item .portal-content .tn.custom::after {
  padding-bottom: 52.5%;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .info, .section.blog-section div.cardbox article.card .portal-item .portal-content .info {
  background-color: rgba(110, 143, 120, 0.1);
  border: 1px solid rgba(110, 143, 120, 0.7);
  height: auto;
  padding: 20px 10px;
  position: static;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .info .title, .section.blog-section div.cardbox article.card .portal-item .portal-content .info .title {
  background-color: transparent;
  box-shadow: none;
  color: rgb(24, 20, 21);
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
  min-height: 0;
  padding: 0;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .info .desc, .section.blog-section div.cardbox article.card .portal-item .portal-content .info .desc {
  display: inline-block;
}
section.blog-section div.cardbox article.card .portal-item .portal-content .info .button, .section.blog-section div.cardbox article.card .portal-item .portal-content .info .button {
  align-self: center;
  background-color: transparent;
  border-color: rgb(57, 87, 87);
  color: rgb(57, 87, 87);
  font-size: 1.4rem;
}
section.blog-section div.cardbox article.card .portal-item:hover, .section.blog-section div.cardbox article.card .portal-item:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}
section.blog-section div.cardbox article.card .portal-item:hover .portal-content .info .button, .section.blog-section div.cardbox article.card .portal-item:hover .portal-content .info .button {
  background-color: rgb(110, 143, 120);
  color: white;
}
section.blog-section.is-hero .row .column .maf-content h1, section.blog-section.is-hero .row .column .maf-content .h1-style, .section.blog-section.is-hero .row .column .maf-content h1, .section.blog-section.is-hero .row .column .maf-content .h1-style {
  margin-bottom: 10px;
}
section.blog-section.is-hero .row .column .maf-content p, .section.blog-section.is-hero .row .column .maf-content p {
  font-size: 1.2em;
  font-weight: 400;
}
@media only screen and (min-width: 576px) {
  section.blog-section.is-hero .row .column .maf-content p, .section.blog-section.is-hero .row .column .maf-content p {
    font-size: 1.333em;
  }
}
section.blog-section.is-hero .row .column .maf-content .pub-date, .section.blog-section.is-hero .row .column .maf-content .pub-date {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  margin: 5px;
  opacity: 0.5;
}
section.blog-section.blog-top-level div.blog-feed, .section.blog-section.blog-top-level div.blog-feed {
  padding: 0 7.5px;
}
@media only screen and (min-width: 576px) {
  section.blog-section.blog-top-level div.blog-feed, .section.blog-section.blog-top-level div.blog-feed {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1024px) {
  section.blog-section.blog-top-level .row, .section.blog-section.blog-top-level .row {
    flex-direction: row-reverse;
  }
}
section.blog-section.blog-top-level .row .column.maf-col-2, .section.blog-section.blog-top-level .row .column.maf-col-2 {
  align-items: flex-start;
  justify-content: flex-start;
}
section.blog-section.blog-highlight .header, .section.blog-section.blog-highlight .header {
  background-color: rgb(110, 143, 120);
  color: white;
}
section.blog-section.blog-highlight .header .maf-content *, .section.blog-section.blog-highlight .header .maf-content * {
  color: white;
}
section.blog-section.blog-highlight .header .maf-content hr, .section.blog-section.blog-highlight .header .maf-content hr {
  border-color: white;
}
section.blog-section.blog-highlight .header .maf-content a.button, .section.blog-section.blog-highlight .header .maf-content a.button {
  background-color: transparent;
  border-color: white;
  color: white;
}
section.blog-section.blog-highlight .header .maf-content a.button:hover, .section.blog-section.blog-highlight .header .maf-content a.button:hover {
  background-color: white;
  color: rgb(110, 143, 120);
}
section.blog-section.blog-highlight .header .maf-content p, .section.blog-section.blog-highlight .header .maf-content p {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  section.blog-section.blog-highlight .header .maf-content p, .section.blog-section.blog-highlight .header .maf-content p {
    font-size: 2.4rem;
  }
}
section.blog-section.blog-highlight .row, .section.blog-section.blog-highlight .row {
  background-color: rgb(110, 143, 120);
  color: white;
}
section.blog-section.blog-highlight .row .maf-content *, .section.blog-section.blog-highlight .row .maf-content * {
  color: white;
}
section.blog-section.blog-highlight .row .maf-content hr, .section.blog-section.blog-highlight .row .maf-content hr {
  border-color: white;
}
section.blog-section.blog-highlight .row .maf-content a.button, .section.blog-section.blog-highlight .row .maf-content a.button {
  background-color: transparent;
  border-color: white;
  color: white;
}
section.blog-section.blog-highlight .row .maf-content a.button:hover, .section.blog-section.blog-highlight .row .maf-content a.button:hover {
  background-color: white;
  color: rgb(110, 143, 120);
}
section.blog-section.blog-highlight .row .column.maf-col-1, .section.blog-section.blog-highlight .row .column.maf-col-1 {
  padding-bottom: 20px;
}
section.blog-section.blog-highlight .footer, .section.blog-section.blog-highlight .footer {
  display: none;
  padding-bottom: 35px;
}
section.blog-section.blog-highlight .footer .button, .section.blog-section.blog-highlight .footer .button {
  align-self: center;
}
section.blog-section.blog-highlight div.blog-feed .blog-summary:nth-child(2), section.blog-section.blog-highlight div.blog-feed .blog-summary:nth-child(3), .section.blog-section.blog-highlight div.blog-feed .blog-summary:nth-child(2), .section.blog-section.blog-highlight div.blog-feed .blog-summary:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 576px) {
  section.blog-section.blog-highlight div.blog-feed .blog-summary:nth-child(2), section.blog-section.blog-highlight div.blog-feed .blog-summary:nth-child(3), .section.blog-section.blog-highlight div.blog-feed .blog-summary:nth-child(2), .section.blog-section.blog-highlight div.blog-feed .blog-summary:nth-child(3) {
    display: flex;
  }
}
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-body, .section.blog-section.blog-detail .blog-body {
  width: 100%;
}
section.blog-section.blog-detail .main-img, .section.blog-section.blog-detail .main-img {
  margin-bottom: 20px;
}
section.blog-section.blog-detail .row, .section.blog-section.blog-detail .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  section.blog-section.blog-detail .row, .section.blog-section.blog-detail .row {
    flex-direction: row;
  }
}
section.blog-section.blog-detail .row .column.maf-col-1, .section.blog-section.blog-detail .row .column.maf-col-1 {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  section.blog-section.blog-detail .row .column.maf-col-1, .section.blog-section.blog-detail .row .column.maf-col-1 {
    padding-top: 60px;
    padding-right: 0;
  }
  section.blog-section.blog-detail .row .column.maf-col-1 .maf-content, .section.blog-section.blog-detail .row .column.maf-col-1 .maf-content {
    padding-right: 0;
  }
}
section.blog-section.blog-detail .row .column.maf-col-1 .maf-content .blog-nav, .section.blog-section.blog-detail .row .column.maf-col-1 .maf-content .blog-nav {
  width: 100%;
}
section.blog-section.blog-detail .row .column.maf-col-1 .maf-content .blog-nav .blog-aside-content:last-child, .section.blog-section.blog-detail .row .column.maf-col-1 .maf-content .blog-nav .blog-aside-content:last-child {
  margin-bottom: 0;
}
section.blog-section.blog-detail .row .column.maf-col-1 .maf-content .blog-nav .blog-aside-content:last-child button:last-child, .section.blog-section.blog-detail .row .column.maf-col-1 .maf-content .blog-nav .blog-aside-content:last-child button:last-child {
  margin-bottom: 10px;
}
section.blog-section.blog-detail .row .column.maf-col-2, .section.blog-section.blog-detail .row .column.maf-col-2 {
  align-items: flex-start;
}
section.blog-section.blog-detail .row .column.maf-col-2 .maf-content, .section.blog-section.blog-detail .row .column.maf-col-2 .maf-content {
  max-width: 800px;
}
section.blog-section .blog-nav, .section.blog-section .blog-nav {
  width: 100%;
}
section.blog-section .blog-nav .blog-aside-content, .section.blog-section .blog-nav .blog-aside-content {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
section.blog-section .blog-nav .blog-aside-content .nav-title, .section.blog-section .blog-nav .blog-aside-content .nav-title {
  color: rgb(24, 20, 21);
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
section.blog-section .blog-nav .blog-aside-content a, .section.blog-section .blog-nav .blog-aside-content a {
  color: rgb(110, 143, 120);
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}
section.blog-section .blog-nav .blog-aside-content a .blog-current-item, .section.blog-section .blog-nav .blog-aside-content a .blog-current-item {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgb(24, 20, 21);
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: flex-start;
  margin: 0 0 0 0;
  outline: transparent;
  overflow: hidden;
  padding: 5px 3px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
  z-index: 1;
}
section.blog-section .blog-nav .blog-aside-content a .blog-current-item::before, .section.blog-section .blog-nav .blog-aside-content a .blog-current-item::before {
  content: "";
  background-color: rgb(110, 143, 120);
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  transform: skewX(-18deg);
  transform-origin: top right;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 120%;
  z-index: -1;
}
section.blog-section .blog-nav .blog-aside-content a .blog-current-item:hover, section.blog-section .blog-nav .blog-aside-content a .blog-current-item.active, .section.blog-section .blog-nav .blog-aside-content a .blog-current-item:hover, .section.blog-section .blog-nav .blog-aside-content a .blog-current-item.active {
  color: white;
  padding-left: 8px;
}
section.blog-section .blog-nav .blog-aside-content a .blog-current-item:hover::before, section.blog-section .blog-nav .blog-aside-content a .blog-current-item.active::before, .section.blog-section .blog-nav .blog-aside-content a .blog-current-item:hover::before, .section.blog-section .blog-nav .blog-aside-content a .blog-current-item.active::before {
  right: 0;
}
section.blog-section .blog-nav .blog-aside-content a .blog-current-item p, .section.blog-section .blog-nav .blog-aside-content a .blog-current-item p {
  margin: 0;
}
section.blog-section .blog-nav .blog-aside-content a .blog-current-item time, .section.blog-section .blog-nav .blog-aside-content a .blog-current-item time {
  display: none;
  font-size: 1.2rem;
  opacity: 0.8;
}
section.blog-section .blog-nav .blog-aside-content.nav-filter button, .section.blog-section .blog-nav .blog-aside-content.nav-filter button {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgb(24, 20, 21);
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: flex-start;
  margin: 0 0 10px 0;
  outline: transparent;
  overflow: hidden;
  padding: 5px 3px;
  text-align: left;
  text-transform: capitalize;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
  z-index: 1;
}
section.blog-section .blog-nav .blog-aside-content.nav-filter button::before, .section.blog-section .blog-nav .blog-aside-content.nav-filter button::before {
  content: "";
  background-color: rgb(110, 143, 120);
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  transform: skewX(-18deg);
  transform-origin: top right;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 120%;
  z-index: -1;
}
section.blog-section .blog-nav .blog-aside-content.nav-filter button:hover, section.blog-section .blog-nav .blog-aside-content.nav-filter button.active, .section.blog-section .blog-nav .blog-aside-content.nav-filter button:hover, .section.blog-section .blog-nav .blog-aside-content.nav-filter button.active {
  color: white;
  padding-left: 8px;
}
section.blog-section .blog-nav .blog-aside-content.nav-filter button:hover::before, section.blog-section .blog-nav .blog-aside-content.nav-filter button.active::before, .section.blog-section .blog-nav .blog-aside-content.nav-filter button:hover::before, .section.blog-section .blog-nav .blog-aside-content.nav-filter button.active::before {
  right: 0;
}
section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click {
  border-bottom: 1px solid rgb(110, 143, 120);
  color: rgb(24, 20, 21);
  font-size: 1.8rem;
  padding: 5px;
}
section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click i, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click i {
  font-size: 1.6rem;
}
section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click:hover, section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click:focus, section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click:active, section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click .active, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click:hover, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click:focus, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click:active, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-click .active {
  background-color: rgb(110, 143, 120);
  border-bottom: 1px solid rgb(24, 20, 21);
}
section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-group.is-on, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-group.is-on {
  border-top: none;
}
section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-group a, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-group a {
  border-bottom: 1px solid rgb(110, 143, 120);
  color: rgb(24, 20, 21);
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 10px;
}
section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-group a:hover, .section.blog-section .blog-nav .blog-aside-content.is-toggle-group .toggle-group a:hover {
  background-color: rgb(110, 143, 120);
  border-bottom: 1px solid rgb(24, 20, 21);
}
section.blog-section .blog-nav .blog-aside-content:first-child .nav-title, .section.blog-section .blog-nav .blog-aside-content:first-child .nav-title {
  margin-top: 0;
}
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: rgb(110, 143, 120);
  color: rgb(110, 143, 120);
  font-size: 1.2rem;
  margin: 70px 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: rgb(57, 87, 87);
}
section.job-section.job-top-level #filters .filter-content .filter-set, .section.job-section.job-top-level #filters .filter-content .filter-set {
  padding: 70px;
  border: 1px solid rgb(95, 113, 140);
}
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: 30px 0 0 0;
  width: 100%;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item, .section.job-section.job-top-level div.job-feed .job-summary .portal-item {
  align-items: flex-start;
  border-bottom: 1px solid rgb(95, 113, 140);
  box-shadow: none;
  overflow: visible;
  padding: 10px 0 35px 0;
  text-align: left;
  transition-duration: 800ms;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .desc, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .desc {
  color: rgb(24, 20, 21);
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr {
  color: rgb(24, 20, 21);
  display: flex;
  flex-wrap: wrap;
}
section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div, .section.job-section.job-top-level div.job-feed .job-summary .portal-item .portal-content .info .attr > div {
  display: inline-block;
  margin-bottom: 15px;
  min-width: 170px;
  padding-right: 35px;
  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: 800ms;
}
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: 35px;
  padding-left: 35px;
}
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(-35px);
}
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: 140px;
}
section.job-section.job-top-level .row .column, .section.job-section.job-top-level .row .column {
  padding-top: 70px;
}
section.job-section.job-highlight .row .column, .section.job-section.job-highlight .row .column {
  padding-top: 30px;
  padding-bottom: 30px;
}
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 70px;
  margin-bottom: 70px;
}
section.job-section.job-highlight div.job-feed .job-summary .portal-item, .section.job-section.job-highlight div.job-feed .job-summary .portal-item {
  padding: 0;
}
section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .cats, .section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .cats {
  background-color: rgb(57, 87, 87);
  color: white;
  font-size: 1.2rem;
  margin: 0;
  padding: 70px 70px 35px 70px;
  width: 100%;
}
section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .title, .section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .title {
  color: white;
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .desc, .section.job-section.job-highlight div.job-feed .job-summary .portal-item .portal-content .info .desc {
  background-color: rgb(57, 87, 87);
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0 70px 70px 70px;
}
section.job-section.job-detail strong, .section.job-section.job-detail strong {
  font-weight: 700;
}
section.job-section.job-detail .job-title, .section.job-section.job-detail .job-title {
  color: rgb(110, 143, 120);
}
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: 20px;
}
section.job-section.job-detail .header .pub-date, .section.job-section.job-detail .header .pub-date {
  font-size: 1.4rem;
  font-style: italic;
  margin: 0;
  opacity: 0.5;
}
section.job-section.job-detail .button, .section.job-section.job-detail .button {
  background-color: rgb(110, 143, 120);
  border-color: rgb(110, 143, 120);
}
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: 20px;
}
@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: 35px;
  width: 100%;
}
section.job-section .job-nav .job-aside-content .nav-title, .section.job-section .job-nav .job-aside-content .nav-title {
  color: rgb(24, 20, 21);
  font-size: 2.6rem;
  margin: 15px 0;
}
section.job-section .job-nav .job-aside-content a, .section.job-section .job-nav .job-aside-content a {
  color: rgb(110, 143, 120);
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}
section.job-section .job-nav .job-aside-content a .job-current-item, .section.job-section .job-nav .job-aside-content a .job-current-item {
  color: rgb(24, 20, 21);
  display: inline-block;
  padding: 5px 0;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
section.job-section .job-nav .job-aside-content a .job-current-item p, .section.job-section .job-nav .job-aside-content a .job-current-item p {
  margin: 0;
}
section.job-section .job-nav .job-aside-content a .job-current-item time, .section.job-section .job-nav .job-aside-content a .job-current-item time {
  display: none;
  font-size: 1.2rem;
  opacity: 0.8;
}
section.job-section .job-nav .job-aside-content a:hover .blog-current-item, .section.job-section .job-nav .job-aside-content a:hover .blog-current-item {
  background-color: rgb(110, 143, 120);
  color: white;
  padding: 5px;
}
section.job-section .job-nav .job-aside-content.nav-filter::after, section.job-section .job-nav .job-aside-content.nav-filter::before, .section.job-section .job-nav .job-aside-content.nav-filter::after, .section.job-section .job-nav .job-aside-content.nav-filter::before {
  content: " ";
  display: table;
}
section.job-section .job-nav .job-aside-content.nav-filter::after, .section.job-section .job-nav .job-aside-content.nav-filter::after {
  clear: both;
}
section.job-section .job-nav .job-aside-content.nav-filter button, .section.job-section .job-nav .job-aside-content.nav-filter button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: rgb(24, 20, 21);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  outline: transparent;
  padding: 5px 0;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
}
section.job-section .job-nav .job-aside-content.nav-filter button:hover, section.job-section .job-nav .job-aside-content.nav-filter button.active, .section.job-section .job-nav .job-aside-content.nav-filter button:hover, .section.job-section .job-nav .job-aside-content.nav-filter button.active {
  background-color: rgb(110, 143, 120);
  color: white;
  padding: 5px;
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-click {
  border-bottom: 1px solid rgb(110, 143, 120);
  color: rgb(24, 20, 21);
  font-size: 1.8rem;
  padding: 17.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: rgb(110, 143, 120);
  border-bottom: 1px solid rgb(24, 20, 21);
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group.is-on, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group.is-on {
  border-top: none;
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group a, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group a {
  border-bottom: 1px solid rgb(110, 143, 120);
  color: rgb(24, 20, 21);
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 35px;
}
section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group a:hover, .section.job-section .job-nav .job-aside-content.is-toggle-group .toggle-group a:hover {
  background-color: rgb(110, 143, 120);
  border-bottom: 1px solid rgb(24, 20, 21);
}
section.job-section .job-nav .job-aside-content:first-child .nav-title, .section.job-section .job-nav .job-aside-content:first-child .nav-title {
  margin-top: 0;
}
section.portfolio-section div.portfolio-feed, .section.portfolio-section div.portfolio-feed {
  justify-content: flex-start;
  padding: 0;
}
section.portfolio-section div.portfolio-feed article.card, .section.portfolio-section div.portfolio-feed article.card {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.portfolio-section div.portfolio-feed article.card, .section.portfolio-section div.portfolio-feed article.card {
    width: 50%;
  }
}
section.portfolio-section div.portfolio-feed article.card .portal-item, .section.portfolio-section div.portfolio-feed article.card .portal-item {
  background-color: rgb(95, 113, 140);
  text-align: center;
}
section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .tn .tn-img, .section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .tn .tn-img {
  opacity: 0.33;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
}
section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info, .section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info {
  padding: 30px 35px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media only screen and (min-width: 576px) {
  section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info, .section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info {
    padding: 60px 70px;
  }
}
section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info .label, .section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info .label {
  color: white;
  margin-bottom: 0;
  transition: text-shadow 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
}
section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info .title, .section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info .title {
  font-family: "Open Sans", sans-serif;
  font-size: 3.6rem;
  transition: text-shadow 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
}
section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info .button, .section.portfolio-section div.portfolio-feed article.card .portal-item .portal-content .info .button {
  display: none;
}
section.portfolio-section div.portfolio-feed article.card .portal-item:hover .portal-content .tn .tn-img, .section.portfolio-section div.portfolio-feed article.card .portal-item:hover .portal-content .tn .tn-img {
  opacity: 0.66;
}
section.portfolio-section div.portfolio-feed article.card .portal-item:hover .portal-content .info .label, section.portfolio-section div.portfolio-feed article.card .portal-item:hover .portal-content .info .title, .section.portfolio-section div.portfolio-feed article.card .portal-item:hover .portal-content .info .label, .section.portfolio-section div.portfolio-feed article.card .portal-item:hover .portal-content .info .title {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.4), 0 0 13px rgba(0, 0, 0, 0.4), 0 0 21px rgba(0, 0, 0, 0.4);
}
section.portfolio-section.is-hero, .section.portfolio-section.is-hero {
  background-color: rgb(24, 20, 21);
  color: white;
}
section.portfolio-section.is-hero > .maf-background, .section.portfolio-section.is-hero > .maf-background {
  opacity: 0.65;
}
section.portfolio-section.is-hero .row .column .maf-content, .section.portfolio-section.is-hero .row .column .maf-content {
  max-width: 90%;
}
section.portfolio-section.is-hero .row .column .maf-content h2, section.portfolio-section.is-hero .row .column .maf-content .h2-style, .section.portfolio-section.is-hero .row .column .maf-content h2, .section.portfolio-section.is-hero .row .column .maf-content .h2-style {
  font-family: "Open Sans", sans-serif;
  font-size: 4.2rem;
  margin-bottom: 0;
}
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 article.card .portal-item, .section.portfolio-section.portfolio-top-level div.cardbox article.card .portal-item {
  background-color: rgb(24, 20, 21);
  color: white;
}
section.portfolio-section.portfolio-top-level div.cardbox article.card .portal-item .portal-content .info, .section.portfolio-section.portfolio-top-level div.cardbox article.card .portal-item .portal-content .info {
  justify-content: flex-end;
}
section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(2n) .portal-item, .section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(2n) .portal-item {
  background-color: white;
  color: rgb(24, 20, 21);
}
section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(2n) .portal-item:hover .portal-content .info .title, .section.portfolio-section.portfolio-top-level div.cardbox 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);
}
@media only screen and (min-width: 576px) {
  section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(3n) .portal-item, .section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(3n) .portal-item {
    background-color: white;
    color: rgb(24, 20, 21);
  }
  section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(3n) .portal-item:hover .portal-content .info .title, .section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(3n) .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 div.cardbox article.card:nth-of-type(4n) .portal-item, .section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(4n) .portal-item {
    background-color: rgb(24, 20, 21);
    color: white;
  }
  section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(4n) .portal-item:hover .portal-content .info .title, .section.portfolio-section.portfolio-top-level div.cardbox article.card:nth-of-type(4n) .portal-item:hover .portal-content .info .title {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.4), 0 0 13px rgba(0, 0, 0, 0.4), 0 0 21px rgba(0, 0, 0, 0.4);
  }
}
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: rgb(24, 20, 21);
  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: rgb(24, 20, 21);
}
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, .section.portfolio-section.portfolio-top-level .header .maf-content {
  max-width: none;
}
section.portfolio-section.portfolio-top-level .header.title, .section.portfolio-section.portfolio-top-level .header.title {
  justify-content: center;
  max-width: none;
  min-height: 40vw;
}
section.portfolio-section.portfolio-top-level .header.title .maf-content, .section.portfolio-section.portfolio-top-level .header.title .maf-content {
  padding: 30px 17.5px;
}
@media only screen and (min-width: 576px) {
  section.portfolio-section.portfolio-top-level .header.title .maf-content, .section.portfolio-section.portfolio-top-level .header.title .maf-content {
    padding: 60px 35px;
  }
}
section.portfolio-section.portfolio-top-level .row, .section.portfolio-section.portfolio-top-level .row {
  max-width: none;
}
section.portfolio-section.portfolio-top-level .row .column, .section.portfolio-section.portfolio-top-level .row .column {
  padding-right: 0;
  padding-left: 0;
}
section.portfolio-section.portfolio-highlight .header, .section.portfolio-section.portfolio-highlight .header {
  color: rgb(153, 153, 153);
}
section.portfolio-section.portfolio-highlight .row, .section.portfolio-section.portfolio-highlight .row {
  max-width: none;
  padding: 0;
}
section.portfolio-section.portfolio-highlight .row .column.maf-col-1, .section.portfolio-section.portfolio-highlight .row .column.maf-col-1 {
  padding: 0;
}
section.portfolio-section.portfolio-highlight .row .column.maf-col-1 .maf-content, .section.portfolio-section.portfolio-highlight .row .column.maf-col-1 .maf-content {
  padding: 0;
}
section.portfolio-section.portfolio-highlight .footer, .section.portfolio-section.portfolio-highlight .footer {
  display: none;
  padding-bottom: 35px;
}
section.portfolio-section.portfolio-highlight .footer .button, .section.portfolio-section.portfolio-highlight .footer .button {
  align-self: center;
}
section.portfolio-section.portfolio-highlight div.portfolio-feed article.card .portal-item, .section.portfolio-section.portfolio-highlight div.portfolio-feed article.card .portal-item {
  color: white;
}
section.portfolio-section.portfolio-highlight div.portfolio-feed article.card:nth-of-type(2n) .portal-item, .section.portfolio-section.portfolio-highlight div.portfolio-feed article.card:nth-of-type(2n) .portal-item {
  background-color: rgb(110, 143, 120);
}
section.portfolio-section.portfolio-highlight div.portfolio-feed article.card:nth-of-type(3n) .portal-item, .section.portfolio-section.portfolio-highlight div.portfolio-feed article.card:nth-of-type(3n) .portal-item {
  background-color: rgb(214, 108, 81);
}
section.portfolio-section.portfolio-highlight div.portfolio-feed article.card:nth-of-type(4n) .portal-item, .section.portfolio-section.portfolio-highlight div.portfolio-feed article.card:nth-of-type(4n) .portal-item {
  background-color: rgb(166, 125, 185);
}
section.portfolio-section.portfolio-highlight div.portfolio-feed article.card:nth-of-type(6n) .portal-item, .section.portfolio-section.portfolio-highlight div.portfolio-feed article.card:nth-of-type(6n) .portal-item {
  background-color: rgb(153, 153, 153);
}
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 .main-img, .section.portfolio-section.portfolio-detail .main-img {
  margin-bottom: 20px;
}
section.portfolio-section.portfolio-detail .row .column, .section.portfolio-section.portfolio-detail .row .column {
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
section.portfolio-section.portfolio-detail .row .column.maf-col-1 .maf-content, .section.portfolio-section.portfolio-detail .row .column.maf-col-1 .maf-content {
  max-width: 1065px;
}
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 {
  max-width: 305px;
  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: 25%;
  }
}
section.event-section div.cardbox article.card .portal-item .portal-content .info .title, section.event-section aside.cardbox article.card .portal-item .portal-content .info .title, .section.event-section div.cardbox article.card .portal-item .portal-content .info .title, .section.event-section aside.cardbox article.card .portal-item .portal-content .info .title {
  background-color: rgb(110, 143, 120);
  font-size: 2.2rem;
  min-height: 111px;
}
section.event-section div.cardbox article.card .portal-item .portal-content .info .title .dates, section.event-section aside.cardbox article.card .portal-item .portal-content .info .title .dates, .section.event-section div.cardbox article.card .portal-item .portal-content .info .title .dates, .section.event-section aside.cardbox article.card .portal-item .portal-content .info .title .dates {
  display: inline-block;
  font-size: 1.6rem;
  width: 100%;
}
section.event-section div.cardbox article.card .portal-item:hover .portal-content .info .title, section.event-section aside.cardbox article.card .portal-item:hover .portal-content .info .title, .section.event-section div.cardbox article.card .portal-item:hover .portal-content .info .title, .section.event-section aside.cardbox article.card .portal-item:hover .portal-content .info .title {
  min-height: 121px;
}
section.event-section.event-highlight .card-box-slider, .section.event-section.event-highlight .card-box-slider {
  width: 100%;
}
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-bottom: 40px;
  max-width: 450px;
  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-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  color: rgb(24, 20, 21);
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 1;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
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 .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;
}
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: auto;
  overflow: hidden;
  position: relative;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
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 {
  border-bottom: 0;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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;
  max-width: none;
  position: absolute;
  top: 0;
  transform: scale(1);
}
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: 400px;
}
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: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .title, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .title {
  background-color: rgb(110, 143, 120);
  color: white;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  padding: 20px;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .title .dates, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .title .dates {
  display: inline-block;
  font-size: 1.6rem;
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .desc, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .desc {
  display: none;
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr {
  display: none;
  width: 100%;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr div, section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr time, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr div, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr time {
  display: block;
  margin-bottom: 5px;
  width: auto;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr div i, section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr time i, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr div i, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .attr time i {
  margin-right: 10px;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .card-button, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .card-button {
  align-self: flex-start;
  margin: 0;
  margin-top: auto;
  padding: 8px 18px;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .card-button::before, .section.event-section.event-highlight .card-box-slider article.card .portal-item .portal-content .info .card-button::before {
  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 {
  color: rgb(24, 20, 21);
}
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 {
  transform: scale(1.1);
}
section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .info .title, .section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .info .title {
  padding-bottom: 30px;
}
section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .info .card-button, .section.event-section.event-highlight .card-box-slider article.card .portal-item:hover .portal-content .info .card-button {
  background-color: rgb(153, 153, 153);
  color: white;
}
section.event-section.event-highlight .card-box-slider .flickity-page-dots, .section.event-section.event-highlight .card-box-slider .flickity-page-dots {
  bottom: -20px;
  display: block;
  margin: 0;
  padding: 0;
}
section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot, .section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot {
  background: transparent;
  border: 2px solid rgb(110, 143, 120);
  height: 20px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  width: 20px;
}
section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot::before, .section.event-section.event-highlight .card-box-slider .flickity-page-dots .dot::before {
  background-color: rgb(110, 143, 120);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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: 40px;
}
@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: 70px;
  }
}
section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before, section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::before, .section.event-section.event-highlight .card-box-slider .flickity-button.flickity-prev-next-button::after {
  background-color: rgb(24, 20, 21);
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: left center;
  width: 80%;
  z-index: 2;
}
@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::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: 10px;
  }
}
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% - 3px);
  transform: translate(0, -50%) rotate(45deg);
}
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% + 3px);
  transform: translate(0, -50%) rotate(-45deg);
}
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: -52.5px;
}
@media only screen and (min-width: 1440px) {
  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: -70px;
  }
}
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: -52.5px;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 1440px) {
  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: -70px;
  }
}
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 {
  overflow: visible;
  padding-bottom: 20px;
}
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-detail .quantityerror, .section.event-section.event-detail .quantityerror {
  color: red;
}
section.event-section.event-detail p.choose-a-date, .section.event-section.event-detail p.choose-a-date {
  color: rgb(110, 143, 120);
  font-weight: 700;
  margin-top: 3rem;
}
section.event-section.event-detail p.price, .section.event-section.event-detail p.price {
  display: flex;
  margin: 0;
}
section.event-section.event-detail p.price span, .section.event-section.event-detail p.price span {
  display: inline-block;
  flex: 1 1 auto;
  padding-left: 10px;
  width: 100%;
}
section.event-section.event-detail p.price span.type, .section.event-section.event-detail p.price span.type {
  font-weight: 700;
  max-width: 140px;
}
section.event-section.event-detail p.price span.price, .section.event-section.event-detail p.price span.price {
  flex: 0 0 auto;
  min-width: 70px;
  text-align: right;
  width: auto;
}
section.event-section.event-detail .book-date, .section.event-section.event-detail .book-date {
  margin-bottom: 10px;
}
section.event-section.event-detail .book-date p, .section.event-section.event-detail .book-date p {
  font-size: 1.6rem;
}
section.event-section.event-detail .book-date p.date, .section.event-section.event-detail .book-date p.date {
  background-color: rgb(166, 125, 185);
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 3px 8px 5px 8px;
}
section.event-section.event-detail .book-date p.price, .section.event-section.event-detail .book-date p.price {
  margin-bottom: 3px;
}
section.event-section.event-detail .book-date p.price span.type, .section.event-section.event-detail .book-date p.price span.type {
  max-width: 230px;
}
section.event-section.event-detail .book-date input[type=number], .section.event-section.event-detail .book-date input[type=number] {
  font-size: 1.3rem;
  max-width: 50px;
  padding: 3px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
section.event-section.event-detail .book-date input::-webkit-outer-spin-button, section.event-section.event-detail .book-date input::-webkit-inner-spin-button, .section.event-section.event-detail .book-date input::-webkit-outer-spin-button, .section.event-section.event-detail .book-date input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
section.event-section.event-detail .book-date label, .section.event-section.event-detail .book-date label {
  display: inline-block;
  width: 80px;
}
section.event-section.event-detail .book-date select, .section.event-section.event-detail .book-date select {
  font-size: 1.3rem;
  width: 220px;
  max-width: 230px;
  padding: 3px;
}
section.event-section.event-detail .back, .section.event-section.event-detail .back {
  text-align: center;
}
section.event-section.event-detail .back .button, .section.event-section.event-detail .back .button {
  background-color: rgb(110, 143, 120);
  border-color: rgb(110, 143, 120);
  color: white;
}
section.event-section.event-detail .back .button:hover, .section.event-section.event-detail .back .button:hover {
  background-color: transparent;
  color: rgb(110, 143, 120);
}
section.event-section.event-detail .is-map, .section.event-section.event-detail .is-map {
  margin-bottom: 20px;
  min-height: 300px;
}
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;
  padding: 0;
  text-align: left;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events {
  flex: 0 0 auto;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  width: calc(100% + 30px);
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card {
  border: 0;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media only screen and (min-width: 960px) {
  section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card {
    width: 33%;
  }
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item {
  overflow: visible;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content {
  color: white;
  flex-direction: column;
  text-align: center;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content .tn, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content .tn {
  width: 100%;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content .tag, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content .tag {
  background-color: rgb(214, 108, 81);
  font-size: 1.4rem;
  font-weight: 900;
  left: -10px;
  padding: 3px 8px;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
  width: auto;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content .info, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content .info {
  padding: 0;
  width: 100%;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content .info .title, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item .portal-content .info .title {
  background-color: rgb(95, 113, 140);
  margin: 0;
  padding: 20px;
  transition: background-color 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item:hover .portal-content .info .title, .section.event-section.event-detail .row .column.maf-col-1 .maf-content aside.cardbox.assoc-events article.card .portal-item:hover .portal-content .info .title {
  background-color: rgb(214, 108, 81);
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content .all-events, .section.event-section.event-detail .row .column.maf-col-1 .maf-content .all-events {
  border-top: 1px solid rgb(57, 87, 87);
  border-bottom: 1px solid rgb(57, 87, 87);
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content .all-events .button, .section.event-section.event-detail .row .column.maf-col-1 .maf-content .all-events .button {
  border-color: rgb(214, 108, 81);
  border-radius: 0;
  color: rgb(214, 108, 81);
  margin: 0;
}
section.event-section.event-detail .row .column.maf-col-1 .maf-content .all-events .button:hover, .section.event-section.event-detail .row .column.maf-col-1 .maf-content .all-events .button:hover {
  background-color: rgb(214, 108, 81);
  color: white;
}
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;
}
@media only screen and (min-width: 1024px) {
  section.event-section.event-detail .row .column.maf-col-2 .maf-content, .section.event-section.event-detail .row .column.maf-col-2 .maf-content {
    padding-left: 0;
  }
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content hr, .section.event-section.event-detail .row .column.maf-col-2 .maf-content hr {
  margin: 10px 0 30px 0;
  max-width: 50px;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content form input[type=submit], .section.event-section.event-detail .row .column.maf-col-2 .maf-content form input[type=submit] {
  background-color: rgb(166, 125, 185);
  border-color: rgb(166, 125, 185);
  color: white;
}
section.event-section.event-detail .row .column.maf-col-2 .maf-content form input[type=submit]:hover, .section.event-section.event-detail .row .column.maf-col-2 .maf-content form input[type=submit]:hover {
  background-color: transparent;
  color: rgb(166, 125, 185);
}
section.shop-section.category-list .header .maf-content p, .section.shop-section.category-list .header .maf-content p {
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  section.shop-section.category-list .header .maf-content p, .section.shop-section.category-list .header .maf-content p {
    font-size: 2.4rem;
  }
}
section.shop-section.category-list .row .column div.shop.category, .section.shop-section.category-list .row .column div.shop.category {
  justify-content: center;
  max-width: 950px;
}
@media only screen and (min-width: 576px) {
  section.shop-section.category-list .row .column div.shop.category, .section.shop-section.category-list .row .column div.shop.category {
    max-width: 1120px;
  }
}
section.shop-section.category-list .row .column div.shop.category article.card, .section.shop-section.category-list .row .column div.shop.category article.card {
  margin: 0;
  max-width: 350px;
  padding: 12.5px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.shop-section.category-list .row .column div.shop.category article.card, .section.shop-section.category-list .row .column div.shop.category article.card {
    padding: 25px;
    width: 50%;
  }
}
section.shop-section.category-list .row .column div.shop.category article.card .portal-item .portal-content .tn, .section.shop-section.category-list .row .column div.shop.category article.card .portal-item .portal-content .tn {
  background-color: rgb(110, 143, 120);
}
section.shop-section.category-list .row .column div.shop.category article.card .portal-item .portal-content .tn .tn-img, .section.shop-section.category-list .row .column div.shop.category article.card .portal-item .portal-content .tn .tn-img {
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section.shop-section.category-list .row .column div.shop.category article.card .portal-item .portal-content .info, .section.shop-section.category-list .row .column div.shop.category article.card .portal-item .portal-content .info {
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
section.shop-section.category-list .row .column div.shop.category article.card .portal-item .portal-content .info .title, .section.shop-section.category-list .row .column div.shop.category article.card .portal-item .portal-content .info .title {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section.shop-section.category-list .row .column div.shop.category article.card .portal-item:hover .portal-content .tn .tn-img, .section.shop-section.category-list .row .column div.shop.category article.card .portal-item:hover .portal-content .tn .tn-img {
  opacity: 0.7;
}
section.shop-section.category-list .row .column div.shop.category article.card .portal-item:hover .portal-content .info .title, .section.shop-section.category-list .row .column div.shop.category article.card .portal-item:hover .portal-content .info .title {
  transform: translateY(-10px);
}
section.shop-section.product-list .cardbox article.card .portal-item .portal-content .info .price, .section.shop-section.product-list .cardbox article.card .portal-item .portal-content .info .price {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  width: 100%;
}
section.shop-section.product-list .cardbox article.card .portal-item .portal-content .paypal, .section.shop-section.product-list .cardbox article.card .portal-item .portal-content .paypal {
  width: 100%;
}
section.shop-section.product-list .cardbox article.card .portal-item .portal-content .paypal button, .section.shop-section.product-list .cardbox article.card .portal-item .portal-content .paypal button {
  background-color: white;
  border: 4px solid white;
  color: rgb(57, 87, 87);
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  padding: 6px 20px;
}
section.shop-section.product-list .cardbox article.card .portal-item .portal-content .paypal button:hover, .section.shop-section.product-list .cardbox article.card .portal-item .portal-content .paypal button:hover {
  background-color: transparent;
  color: white;
}
section.shop-section.product-detail .image-placeholder, .section.shop-section.product-detail .image-placeholder {
  background-color: rgb(95, 113, 140);
  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: 70px;
  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;
  height: 100%;
  min-height: 600px;
  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: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  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-size: 1.9rem;
  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: 2.2rem;
  margin-right: 10px;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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 rgb(212, 117, 5);
}
section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button, .section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  width: 40px;
}
section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button.previous, .section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button.previous {
  left: -30px;
}
section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button.next, .section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button.next {
  right: -30px;
}
section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button .flickity-button-icon, .section.shop-section.product-detail .image-browser #image-nav .flickity-prev-next-button .flickity-button-icon {
  fill: rgb(24, 20, 21);
}
section.shop-section.product-detail .product-images, .section.shop-section.product-detail .product-images {
  margin-bottom: 20px;
  max-width: 400px;
}
section.shop-section.product-detail .product-images .main-img, .section.shop-section.product-detail .product-images .main-img {
  padding: 0 5px 5px 0;
}
section.shop-section.product-detail .product-images .img-nav, .section.shop-section.product-detail .product-images .img-nav {
  align-items: center;
  display: flex;
  width: 100%;
}
section.shop-section.product-detail .product-images .img-nav > div, .section.shop-section.product-detail .product-images .img-nav > div {
  display: inline-block;
  flex: 1 1 25%;
  min-height: 65px;
  padding: 0 5px 0 0;
}
section.shop-section.product-detail .product-images .img-nav > div img, .section.shop-section.product-detail .product-images .img-nav > div img {
  cursor: pointer;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section.shop-section.product-detail .product-images .img-nav > div img.active, .section.shop-section.product-detail .product-images .img-nav > div img.active {
  border: 2px solid rgb(24, 20, 21);
}
section.shop-section.product-detail .price, .section.shop-section.product-detail .price {
  width: 100%;
}
section.shop-section.product-detail .price .price-string, .section.shop-section.product-detail .price .price-string {
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
section.shop-section.product-detail .name, .section.shop-section.product-detail .name {
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
section.shop-section.product-detail .short-description, .section.shop-section.product-detail .short-description {
  margin-bottom: 15px;
}
section.shop-section.product-detail .row .column.maf-col-1 .maf-content, .section.shop-section.product-detail .row .column.maf-col-1 .maf-content {
  justify-content: center;
  text-align: center;
}
section.shop-section.product-detail .row .column.maf-col-1 .maf-content .prod-ov, .section.shop-section.product-detail .row .column.maf-col-1 .maf-content .prod-ov {
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 70px;
  position: relative;
  width: 100%;
}
section.shop-section.product-detail .row .column.maf-col-1 .maf-content .prod-ov img, .section.shop-section.product-detail .row .column.maf-col-1 .maf-content .prod-ov img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  section.shop-section.product-detail .row .column.maf-col-1 .maf-content, .section.shop-section.product-detail .row .column.maf-col-1 .maf-content {
    height: 100%;
    padding-right: 10%;
  }
}
section.shop-section.product-detail .row .column.maf-col-2 button, .section.shop-section.product-detail .row .column.maf-col-2 button {
  background-color: rgb(57, 87, 87);
  border-color: rgb(57, 87, 87);
  color: white;
  padding: 6px 20px;
}
section.shop-section.product-detail .row .column.maf-col-2 button:hover, .section.shop-section.product-detail .row .column.maf-col-2 button:hover {
  background-color: white;
  color: rgb(57, 87, 87);
}
@media only screen and (min-width: 1024px) {
  section.shop-section.product-detail .row .column.maf-col-2 .maf-content, .section.shop-section.product-detail .row .column.maf-col-2 .maf-content {
    padding-left: 10%;
  }
}
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: "Open Sans", 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: rgb(166, 125, 185);
}
section.project-section .row .column.is-link .maf-bg-overlay, .section.project-section .row .column.is-link .maf-bg-overlay {
  background-color: rgb(110, 143, 120);
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section.project-section .row .column.is-link .maf-bg-overlay::before, section.project-section .row .column.is-link .maf-bg-overlay::after, .section.project-section .row .column.is-link .maf-bg-overlay::before, .section.project-section .row .column.is-link .maf-bg-overlay::after {
  border: 1px solid rgb(95, 113, 140);
  content: "";
  display: inline-block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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, .section.slideshow-section {
  background-color: rgb(110, 143, 120);
  color: white;
}
section.slideshow-section .maf-content *, .section.slideshow-section .maf-content * {
  color: white;
}
section.slideshow-section .maf-content hr, .section.slideshow-section .maf-content hr {
  border-color: white;
}
section.slideshow-section .row .column, .section.slideshow-section .row .column {
  min-height: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
section.slideshow-section .row .footer, .section.slideshow-section .row .footer {
  max-width: none;
}
section.slideshow-section .row .footer .maf-content, .section.slideshow-section .row .footer .maf-content {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
section.slideshow-section .row .footer .maf-content p, .section.slideshow-section .row .footer .maf-content p {
  margin: 20px;
  width: auto;
}
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 {
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 20px 40px;
}
@media only screen and (min-width: 768px) {
  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: 40px 80px;
  }
}
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;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 850px;
}
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 {
  font-weight: 600;
  max-width: 1100px;
}
section.slideshow-section .flickity-slideshow, .section.slideshow-section .flickity-slideshow {
  flex: 1 1 auto;
  height: 250px;
  left: auto;
  min-height: 0;
  position: relative;
  top: auto;
}
section.slideshow-section .flickity-slideshow .column, .section.slideshow-section .flickity-slideshow .column {
  min-height: 0;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots, .section.slideshow-section .flickity-slideshow .flickity-page-dots {
  bottom: 0;
  display: block;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots .dot, .section.slideshow-section .flickity-slideshow .flickity-page-dots .dot {
  background: transparent;
  border: 2px solid white;
  height: 20px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  width: 20px;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots .dot::before, .section.slideshow-section .flickity-slideshow .flickity-page-dots .dot::before {
  background-color: white;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 0;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots .dot.is-selected::before, .section.slideshow-section .flickity-slideshow .flickity-page-dots .dot.is-selected::before {
  height: 70%;
  width: 70%;
}
section.slideshow-section .flickity-slideshow .flickity-button, .section.slideshow-section .flickity-slideshow .flickity-button {
  background-color: transparent;
  display: inline-block;
}
section.slideshow-section .flickity-slideshow .flickity-button.flickity-prev-next-button, .section.slideshow-section .flickity-slideshow .flickity-button.flickity-prev-next-button {
  width: 30px;
}
@media only screen and (min-width: 768px) {
  section.slideshow-section .flickity-slideshow .flickity-button.flickity-prev-next-button, .section.slideshow-section .flickity-slideshow .flickity-button.flickity-prev-next-button {
    width: 70px;
  }
}
section.simple-gallery figcaption, .section.simple-gallery figcaption {
  display: none;
}
section.simple-gallery a.button.orange:hover, .section.simple-gallery a.button.orange:hover {
  border-color: rgb(214, 108, 81);
}
section.simple-gallery .row, .section.simple-gallery .row {
  /*.footer {
  	.maf-content {
  		position: relative;
  		width: auto;
  		&::before, &::after {
  			background-image: url('/images/Layout/pole.png');
  			background-position: left;
  			background-size: contain;
  			content: '';
  			display: inline-block;
  			height: 26px;
  			position: absolute;
  			right: 100%;
  			top: 50%;
  			transform: translateY( -50% );
  			transform-origin: center;
  			transition: transform $timing $ease;
  			width: 198px;
  		}
  		&::after {
  			left: 100%;
  			right: auto;
  			transform: translateY( -50% ) rotate(180deg);
  		}
  	}
  }*/
}
section.simple-gallery .row .column.maf-col-1, .section.simple-gallery .row .column.maf-col-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.simple-gallery .row .column.maf-col-1 .is-simple-gallery, .section.simple-gallery .row .column.maf-col-1 .is-simple-gallery {
  max-width: 1280px;
}
section.page-content-section p img, .section.page-content-section p img {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.page-content-section ul, section.page-content-section ol, .section.page-content-section ul, .section.page-content-section ol {
  margin-top: 0;
  margin-bottom: 30px;
}
section.page-content-section ul li, section.page-content-section ol li, .section.page-content-section ul li, .section.page-content-section ol li {
  text-align: left;
  margin-bottom: 13.32px;
}
section.page-content-section ul li p, section.page-content-section ol li p, .section.page-content-section ul li p, .section.page-content-section ol li p {
  margin: 0;
}
section.page-content-section ul, .section.page-content-section ul {
  list-style-type: disc;
}
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: 20px;
}
section.page-content-section .header p img, .section.page-content-section .header p img {
  margin: 0;
  max-width: none;
  width: 100%;
}
section.page-content-section .row .column.maf-col-1, .section.page-content-section .row .column.maf-col-1 {
  align-items: center;
}
section.page-content-section .row .column.maf-col-1 .maf-content, .section.page-content-section .row .column.maf-col-1 .maf-content {
  max-width: calc(995px + 140px);
}
section.page-content-section .row .column.maf-col-1 .maf-content p, section.page-content-section .row .column.maf-col-1 .maf-content ul, section.page-content-section .row .column.maf-col-1 .maf-content ol, section.page-content-section .row .column.maf-col-1 .maf-content blockquote, .section.page-content-section .row .column.maf-col-1 .maf-content p, .section.page-content-section .row .column.maf-col-1 .maf-content ul, .section.page-content-section .row .column.maf-col-1 .maf-content ol, .section.page-content-section .row .column.maf-col-1 .maf-content blockquote {
  max-width: 92%;
}
section.page-content-section .row .column.maf-col-1 .maf-content hr, .section.page-content-section .row .column.maf-col-1 .maf-content hr {
  max-width: 40px;
}
section.page-content-section .row .column.maf-col-1 .maf-content hr.heavy, .section.page-content-section .row .column.maf-col-1 .maf-content hr.heavy {
  max-width: 110px;
}
section.page-content-section .row .column.maf-col-1 .maf-content h2, section.page-content-section .row .column.maf-col-1 .maf-content .h2-style, .section.page-content-section .row .column.maf-col-1 .maf-content h2, .section.page-content-section .row .column.maf-col-1 .maf-content .h2-style {
  font-size: 2rem;
  font-weight: 300;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  section.page-content-section .row .column.maf-col-1 .maf-content h2, section.page-content-section .row .column.maf-col-1 .maf-content .h2-style, .section.page-content-section .row .column.maf-col-1 .maf-content h2, .section.page-content-section .row .column.maf-col-1 .maf-content .h2-style {
    font-size: 2.4rem;
  }
}
section.page-content-section .row .column.maf-col-1 .maf-content h3, section.page-content-section .row .column.maf-col-1 .maf-content .h3-style, section.page-content-section .row .column.maf-col-1 .maf-content h4, section.page-content-section .row .column.maf-col-1 .maf-content .h5-style, section.page-content-section .row .column.maf-col-1 .maf-content h6, section.page-content-section .row .column.maf-col-1 .maf-content .h6-style, .section.page-content-section .row .column.maf-col-1 .maf-content h3, .section.page-content-section .row .column.maf-col-1 .maf-content .h3-style, .section.page-content-section .row .column.maf-col-1 .maf-content h4, .section.page-content-section .row .column.maf-col-1 .maf-content .h5-style, .section.page-content-section .row .column.maf-col-1 .maf-content h6, .section.page-content-section .row .column.maf-col-1 .maf-content .h6-style {
  font-size: 2rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  section.page-content-section .row .column.maf-col-1 .maf-content h3, section.page-content-section .row .column.maf-col-1 .maf-content .h3-style, section.page-content-section .row .column.maf-col-1 .maf-content h4, section.page-content-section .row .column.maf-col-1 .maf-content .h5-style, section.page-content-section .row .column.maf-col-1 .maf-content h6, section.page-content-section .row .column.maf-col-1 .maf-content .h6-style, .section.page-content-section .row .column.maf-col-1 .maf-content h3, .section.page-content-section .row .column.maf-col-1 .maf-content .h3-style, .section.page-content-section .row .column.maf-col-1 .maf-content h4, .section.page-content-section .row .column.maf-col-1 .maf-content .h5-style, .section.page-content-section .row .column.maf-col-1 .maf-content h6, .section.page-content-section .row .column.maf-col-1 .maf-content .h6-style {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  section.page-content-section.maf-h-c .row .column, .section.page-content-section.maf-h-c .row .column {
    padding-top: 60px;
  }
}
section.booking-form .column, .section.booking-form .column {
  text-align: left;
}
section.booking-form h2, .section.booking-form h2 {
  font-size: 2.2rem;
  margin: 50px 0 28px 0;
}
section.booking-form p, .section.booking-form p {
  font-size: 1.8rem;
}
section.booking-form p.close, .section.booking-form p.close {
  margin: 0 0 5px 0;
}
section.booking-form form textarea, .section.booking-form form textarea {
  height: 180px;
}
section.booking-form table, .section.booking-form table {
  margin-bottom: 30px;
}
section.booking-form table tr td, .section.booking-form table tr td {
  font-size: 1.6rem;
}
section.booking-form table tr td select, .section.booking-form table tr td select {
  margin: 0;
}
section.booking-form table tr:nth-child(odd), .section.booking-form table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
section.booking-form table tr:first-child, .section.booking-form table tr:first-child {
  background-color: rgb(57, 87, 87);
  font-weight: bold;
  padding-bottom: 8px;
}
section.social-section, .section.social-section {
  background-color: rgb(57, 87, 87);
  color: white;
}
section.social-section .maf-content *, .section.social-section .maf-content * {
  color: white;
}
section.social-section .maf-content hr, .section.social-section .maf-content hr {
  border-color: white;
}
section.social-section .maf-content a.button, .section.social-section .maf-content a.button {
  background-color: transparent;
  border-color: white;
  color: white;
}
section.social-section .maf-content a.button:hover, .section.social-section .maf-content a.button:hover {
  background-color: white;
  color: rgb(57, 87, 87);
}
section.social-section .header .maf-content, .section.social-section .header .maf-content {
  align-items: center;
  text-align: center;
}
section.social-section .row, .section.social-section .row {
  max-width: 1150px;
}
section.social-section .row .column, .section.social-section .row .column {
  padding-top: 45px;
}
section.social-section .row .column .maf-content, .section.social-section .row .column .maf-content {
  align-items: flex-start;
  text-align: left;
}
section.social-section .row .column .maf-content p.label, .section.social-section .row .column .maf-content p.label {
  font-weight: 300;
  font-size: 3.2rem;
  font-weight: 300;
}
@media only screen and (min-width: 960px) {
  section.social-section .row .column .maf-content p.label, .section.social-section .row .column .maf-content p.label {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  section.social-section .row .column .maf-content p.label, .section.social-section .row .column .maf-content p.label {
    font-size: 6rem;
  }
}
section.social-section .row .column.maf-col-1, .section.social-section .row .column.maf-col-1 {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  section.social-section .row .column.maf-col-1, .section.social-section .row .column.maf-col-1 {
    padding-right: 0;
    padding-bottom: 60px;
  }
  section.social-section .row .column.maf-col-1 .maf-content, .section.social-section .row .column.maf-col-1 .maf-content {
    padding-right: 0;
  }
}
section.projects .header, .section.projects .header {
  padding-top: 0;
  padding-bottom: 70px;
}
section.projects .header .maf-content, .section.projects .header .maf-content {
  padding-top: 70px;
  position: relative;
}
section.projects .header .maf-content::before, .section.projects .header .maf-content::before {
  background-color: rgb(24, 20, 21);
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 70px);
  position: absolute;
}
section.projects .row, .section.projects .row {
  margin-bottom: 70px;
}
section.projects .row::before, .section.projects .row::before {
  background-color: rgb(24, 20, 21);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 140px);
  position: absolute;
}
section.projects .row .column.quarter, .section.projects .row .column.quarter {
  max-width: 25%;
}
section.search-section .header, .section.search-section .header {
  padding-top: 50px;
}
section.search-section h2, .section.search-section h2 {
  font-size: 2.4rem;
}
section.search-section ul, .section.search-section ul {
  list-style-type: none;
}
section.search-section ul li, .section.search-section ul li {
  padding: 3px 10px;
}
section.search-section ul li:nth-of-type(even), .section.search-section ul li:nth-of-type(even) {
  background-color: rgb(110, 143, 120);
}
section.search-section .row .column.whole, .section.search-section .row .column.whole {
  padding-top: 30px;
  text-align: left;
}
section.search-section .label, .section.search-section .label {
  margin-bottom: 10px;
}
section.search-section .results, .section.search-section .results {
  align-self: flex-start;
}
section[class*=portal-].portal-section .row .column, .section[class*=portal-].portal-section .row .column {
  padding-top: 50px;
  padding-right: 0;
  padding-left: 0;
}
section[class*=portal-].portal-section .row .column div.portal, .section[class*=portal-].portal-section .row .column div.portal {
  max-width: 1280px;
}
section[class*=portal-].portal-section.p-cols-3 .header .maf-content, .section[class*=portal-].portal-section.p-cols-3 .header .maf-content {
  max-width: calc(995px + 140px);
}
section[class*=portal-].portal-section.p-cols-3 .row .column div.portal, .section[class*=portal-].portal-section.p-cols-3 .row .column div.portal {
  max-width: calc(995px + 70px);
}
section[class*=portal-].portal-section.p-cols-3 .row .column div.portal article.card.maf-clr-1 .portal-item .portal-content .info .title, .section[class*=portal-].portal-section.p-cols-3 .row .column div.portal article.card.maf-clr-1 .portal-item .portal-content .info .title {
  background-color: rgb(57, 87, 87);
}
section[class*=portal-].portal-section.p-cols-3 .row .column div.portal article.card.maf-clr-2 .portal-item .portal-content .info .title, .section[class*=portal-].portal-section.p-cols-3 .row .column div.portal article.card.maf-clr-2 .portal-item .portal-content .info .title {
  background-color: rgb(110, 143, 120);
}
section[class*=portal-].portal-section.p-cols-3 .row .column div.portal article.card.maf-clr-3 .portal-item .portal-content .info .title, .section[class*=portal-].portal-section.p-cols-3 .row .column div.portal article.card.maf-clr-3 .portal-item .portal-content .info .title {
  background-color: rgb(95, 113, 140);
}
section[class*=portal-].portal-section.p-cols-3 .row .column div.portal article.card.maf-clr-4 .portal-item .portal-content .info .title, .section[class*=portal-].portal-section.p-cols-3 .row .column div.portal article.card.maf-clr-4 .portal-item .portal-content .info .title {
  background-color: rgb(166, 125, 185);
}
section[class*=portal-].portal-section.narrow-titles .row .column div.portal article.card .portal-item .portal-content .info .title, .section[class*=portal-].portal-section.narrow-titles .row .column div.portal article.card .portal-item .portal-content .info .title {
  min-height: 68px;
}
section[class*=portal-].portal-section.narrow-titles .row .column div.portal article.card:hover .portal-content .info .title, .section[class*=portal-].portal-section.narrow-titles .row .column div.portal article.card:hover .portal-content .info .title {
  min-height: 88px;
}
section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item, .section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item {
  margin-bottom: 20px;
}
section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .tn, .section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .tn {
  margin-bottom: 10px;
}
section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .tn .tn-img, .section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .tn .tn-img {
  transform: scale(1);
}
section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .tn.custom::after, .section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .tn.custom::after {
  padding-bottom: 285px;
}
section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .info, .section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .info {
  height: auto;
  position: static;
  text-align: left;
}
section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .info .title, .section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .info .title {
  background-color: transparent;
  box-shadow: none;
  color: rgb(24, 20, 21);
  display: inline-block;
  min-height: 0;
  padding: 0 0 20px 0;
  position: relative;
}
section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .info .title::after, .section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .info .title::after {
  background-color: rgb(24, 20, 21);
  bottom: 10px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .info .desc, .section[class*=portal-].portal-section.p-content .row .column div.portal article.card .portal-item .portal-content .info .desc {
  display: inline-block;
}
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 70px;
}
@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.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 70px;
}
section.mailchimp .row .column, .section.mailchimp .row .column {
  padding-top: 0;
  text-align: left;
}
section.contact-section .social-icons, .section.contact-section .social-icons {
  font-size: 3rem;
  margin-top: 30px;
}
section.contact-section .social-icons a i, .section.contact-section .social-icons a i {
  background-color: rgb(24, 20, 21);
  border: 2px solid rgb(24, 20, 21);
  height: 45px;
  width: 45px;
}
section.contact-section .social-icons a i::before, .section.contact-section .social-icons a i::before {
  color: white;
}
section.contact-section .social-icons a i:hover, .section.contact-section .social-icons a i:hover {
  background-color: transparent;
  border-color: rgb(24, 20, 21);
}
section.contact-section .social-icons a i:hover::before, .section.contact-section .social-icons a i:hover::before {
  color: rgb(24, 20, 21);
}
section.contact-section .is-map, .section.contact-section .is-map {
  min-height: 450px;
}
section.contact-section .row .column.maf-col-1 .maf-content form, .section.contact-section .row .column.maf-col-1 .maf-content form {
  max-width: 700px;
}
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: 700;
  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: 30px 17.5px 0 17.5px;
}
@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: 60px 35px 0 35px;
  }
}
@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: 60px 35px;
  }
}
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 {
  min-height: 700px;
  margin-bottom: 0;
}
section.map-section address, .section.map-section address {
  font-family: "Open Sans", sans-serif;
}
section.map-section p.phone, .section.map-section p.phone {
  font-family: "Open Sans", 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: rgb(24, 20, 21);
  text-decoration: none;
}
section.map-section .row, .section.map-section .row {
  max-width: 1150px;
}
section.map-section .row .column, .section.map-section .row .column {
  justify-content: center;
}
section.map-section .row .column .maf-content, .section.map-section .row .column .maf-content {
  max-width: none;
  position: relative;
}
section.map-section .row .column .maf-content .is-map, .section.map-section .row .column .maf-content .is-map {
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  max-width: 455px;
  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.map-section .row .column .maf-content #map-img, .section.map-section .row .column .maf-content #map-img {
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  max-width: 455px;
}
@media only screen and (min-width: 1024px) {
  section.map-section .row .column.maf-col-1, .section.map-section .row .column.maf-col-1 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section.map-section .row .column.maf-col-1 .maf-content, .section.map-section .row .column.maf-col-1 .maf-content {
    padding-right: 0;
  }
}
section.map-section .row .column.maf-col-2, .section.map-section .row .column.maf-col-2 {
  align-items: flex-start;
}
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: 70px 35px 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: 70px 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: 70px 0 0 35px;
  }
}
section.product-static .intro .button, .section.product-static .intro .button {
  background-color: rgb(24, 20, 21);
  color: white;
}
section.product-static .intro .button:hover, .section.product-static .intro .button:hover {
  background-color: transparent;
  color: rgb(24, 20, 21);
}
section.product-static .toggle-click, .section.product-static .toggle-click {
  padding-left: 30px;
}
section.product-static .toggle-click:hover, .section.product-static .toggle-click:hover {
  background-color: rgb(110, 143, 120);
}
section.product-static .is-toggle-group, .section.product-static .is-toggle-group {
  margin-bottom: 20px;
}
section.product-static .row .column .maf-content, .section.product-static .row .column .maf-content {
  margin-bottom: 20px;
}
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: 20px 0;
  text-transform: none;
}
section.privacy-policy p.page-lead, .section.privacy-policy p.page-lead {
  text-align: center;
  margin-bottom: 30px;
}
section.privacy-policy .row, .section.privacy-policy .row {
  max-width: 1000px;
}
section.privacy-policy .row .column, .section.privacy-policy .row .column {
  align-items: flex-start;
  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;
}
section.account#login-s .row .column .maf-form, .section.account#login-s .row .column .maf-form {
  max-width: 400px;
}
section.account#login-menu-s .row, .section.account#login-menu-s .row {
  max-width: none;
}
section.account#login-menu-s .row .column, .section.account#login-menu-s .row .column {
  padding-top: 5px;
  padding-bottom: 10px;
}
section.account#login-menu-s .row .column .maf-content, .section.account#login-menu-s .row .column .maf-content {
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
  max-width: none;
}
section.account#login-menu-s .row .column .maf-content .maf-form, .section.account#login-menu-s .row .column .maf-content .maf-form {
  display: inline-block;
  max-width: 400px;
  width: auto;
}
section.account#login-menu-s .row .column .maf-content button, section.account#login-menu-s .row .column .maf-content .button, .section.account#login-menu-s .row .column .maf-content button, .section.account#login-menu-s .row .column .maf-content .button {
  align-self: auto;
  background-color: rgb(110, 143, 120);
  border-color: rgb(110, 143, 120);
  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;
}
section.account#login .row .column .maf-content, .section.account#login .row .column .maf-content {
  max-width: 906px;
}
section.account#login .row .column .maf-content p.page-lead, .section.account#login .row .column .maf-content p.page-lead {
  font-weight: 600;
  line-height: 1;
}
section.account#login .row .column .maf-content .maf-form, .section.account#login .row .column .maf-content .maf-form {
  padding-top: 50px;
}
section.account#login .row .column .maf-content .maf-form button, .section.account#login .row .column .maf-content .maf-form button {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 50px;
}
section.account#register section, .section.account#register section {
  margin-bottom: 75px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
section.account#register section::before, .section.account#register section::before {
  background-color: rgb(57, 87, 87);
  border-right: 20px solid white;
  border-left: 20px solid white;
  content: "";
  display: inline-block;
  height: 75px;
  left: 50%;
  max-width: calc(1440px - 40px);
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  width: calc(100% - 40px);
  z-index: -1;
}
section.account#register section > .maf-background, .section.account#register section > .maf-background {
  background-color: rgb(57, 87, 87);
}
section.account#register section .row, .section.account#register section .row {
  overflow: visible;
  position: relative;
}
section.account#register section .row::after, .section.account#register section .row::after {
  background-color: rgb(57, 87, 87);
  border: 24px solid white;
  box-shadow: none;
  content: "";
  display: inline-block;
  height: 120px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%) rotateX(45deg) rotateZ(45deg);
  width: 120px;
}
section.account#register section .row .column, .section.account#register section .row .column {
  min-height: 150px;
  z-index: 2;
}
section.account#register section:last-child, .section.account#register section:last-child {
  margin-bottom: 0;
}
section.account#register section:last-child::before, .section.account#register section:last-child::before {
  display: none;
}
section.account#register section:last-child .row::after, .section.account#register section:last-child .row::after {
  display: none;
}
section.account#register section h1 span, section.account#register section h2 span, .section.account#register section h1 span, .section.account#register section h2 span {
  color: rgb(110, 143, 120);
}
section.account#register section h1 span a, section.account#register section h2 span a, .section.account#register section h1 span a, .section.account#register section h2 span a {
  color: rgb(110, 143, 120);
}
section.account#register section h2, .section.account#register section h2 {
  font-size: 3rem;
  margin-bottom: 50px;
  text-align: left;
}
section.account#register section h2 span.ss, .section.account#register section h2 span.ss {
  font-size: 1.5rem;
}
section.account#register section ol, .section.account#register section ol {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}
@media only screen and (min-width: 960px) {
  section.account#register section ol, .section.account#register section ol {
    align-items: center;
  }
}
section.account#register section ol li, .section.account#register section ol li {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  section.account#register section ol li, .section.account#register section ol li {
    font-size: 1.333em;
  }
}
@media only screen and (min-width: 960px) {
  section.account#register section ol li, .section.account#register section ol li {
    width: auto;
  }
}
section.account#register section button, .section.account#register section button {
  margin-top: 50px;
}
section.account#register section .packages, .section.account#register section .packages {
  display: flex;
  flex-direction: column;
  margin-right: -10px;
  width: calc(100% + 10px);
}
@media only screen and (min-width: 768px) {
  section.account#register section .packages, .section.account#register section .packages {
    flex-direction: row;
  }
}
section.account#register section .packages .package, .section.account#register section .packages .package {
  border-bottom: 10px solid rgb(57, 87, 87);
  flex: 0 0 33.333%;
  text-align: left;
  padding: 20px 4.166%;
}
@media only screen and (min-width: 768px) {
  section.account#register section .packages .package, .section.account#register section .packages .package {
    border-right: 10px solid rgb(57, 87, 87);
    border-bottom: 0;
  }
}
section.account#register section .packages .package.gold, .section.account#register section .packages .package.gold {
  background-color: rgb(187, 142, 4);
}
section.account#register section .packages .package.silver, .section.account#register section .packages .package.silver {
  background-color: rgb(183, 183, 183);
}
section.account#register section .packages .package.bronze, .section.account#register section .packages .package.bronze {
  background-color: rgb(133, 101, 57);
}
section.account#register section .packages .package .radio, .section.account#register section .packages .package .radio {
  align-items: flex-start;
}
section.account#register section .packages .package .radio span, .section.account#register section .packages .package .radio span {
  font-size: 3rem;
}
section.account#register section .row .column .maf-content, .section.account#register section .row .column .maf-content {
  max-width: 906px;
}
section.account#register section .row .column .maf-content .form, .section.account#register section .row .column .maf-content .form {
  padding: 0 35px;
}
@media only screen and (min-width: 576px) {
  section.account#register section .row .column .maf-content .form, .section.account#register section .row .column .maf-content .form {
    padding: 0 70px;
  }
}
section.basket .basketerror, .section.basket .basketerror {
  color: red;
}
section.basket .maf-checkout-con, .section.basket .maf-checkout-con {
  width: 100%;
  padding: 0;
  margin: 0 auto 50px auto;
}
section.basket .maf-checkout-con a, .section.basket .maf-checkout-con a {
  color: rgb(214, 108, 81);
  text-decoration: none;
}
section.basket .maf-checkout-con a:hover, .section.basket .maf-checkout-con a:hover {
  opacity: 0.9;
}
section.basket .maf-checkout-con input[type=submit], .section.basket .maf-checkout-con input[type=submit] {
  background-color: rgb(110, 143, 120);
  border-color: rgb(110, 143, 120);
  color: white;
}
section.basket .maf-checkout-con input[type=submit]:hover, .section.basket .maf-checkout-con input[type=submit]:hover {
  opacity: 0.9;
}
section.basket .maf-checkout-con input[type=submit].update-button, .section.basket .maf-checkout-con input[type=submit].update-button {
  border-radius: 1em;
  font-size: 1.4rem;
  padding: 5px 8px;
  text-transform: capitalize;
}
section.basket .maf-checkout-con .basket-row-head,
section.basket .maf-checkout-con .basket-row, .section.basket .maf-checkout-con .basket-row-head,
.section.basket .maf-checkout-con .basket-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head,
  section.basket .maf-checkout-con .basket-row, .section.basket .maf-checkout-con .basket-row-head,
  .section.basket .maf-checkout-con .basket-row {
    flex-wrap: nowrap;
  }
}
section.basket .maf-checkout-con .basket-row-head.price,
section.basket .maf-checkout-con .basket-row.price, .section.basket .maf-checkout-con .basket-row-head.price,
.section.basket .maf-checkout-con .basket-row.price {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head.price,
  section.basket .maf-checkout-con .basket-row.price, .section.basket .maf-checkout-con .basket-row-head.price,
  .section.basket .maf-checkout-con .basket-row.price {
    justify-content: flex-end;
  }
}
section.basket .maf-checkout-con .basket-row-head.totals,
section.basket .maf-checkout-con .basket-row.totals, .section.basket .maf-checkout-con .basket-row-head.totals,
.section.basket .maf-checkout-con .basket-row.totals {
  border-top: 1px solid rgb(24, 20, 21);
  margin-top: 5px;
}
section.basket .maf-checkout-con .basket-row-head > div,
section.basket .maf-checkout-con .basket-row > div, .section.basket .maf-checkout-con .basket-row-head > div,
.section.basket .maf-checkout-con .basket-row > div {
  display: inline-block;
  flex: 1 1 auto;
  font-size: 1.5rem;
  padding: 5px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head > div,
  section.basket .maf-checkout-con .basket-row > div, .section.basket .maf-checkout-con .basket-row-head > div,
  .section.basket .maf-checkout-con .basket-row > div {
    font-size: 1.6rem;
  }
}
section.basket .maf-checkout-con .basket-row-head > div.to-pay,
section.basket .maf-checkout-con .basket-row > div.to-pay, .section.basket .maf-checkout-con .basket-row-head > div.to-pay,
.section.basket .maf-checkout-con .basket-row > div.to-pay {
  background-color: rgba(214, 108, 81, 0.5);
}
section.basket .maf-checkout-con .basket-row-head .basket-name,
section.basket .maf-checkout-con .basket-row .basket-name, .section.basket .maf-checkout-con .basket-row-head .basket-name,
.section.basket .maf-checkout-con .basket-row .basket-name {
  padding: 8px 5px;
}
section.basket .maf-checkout-con .basket-row-head .basket-name.update,
section.basket .maf-checkout-con .basket-row .basket-name.update, .section.basket .maf-checkout-con .basket-row-head .basket-name.update,
.section.basket .maf-checkout-con .basket-row .basket-name.update {
  align-items: center;
  display: inline-flex;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-name.update,
  section.basket .maf-checkout-con .basket-row .basket-name.update, .section.basket .maf-checkout-con .basket-row-head .basket-name.update,
  .section.basket .maf-checkout-con .basket-row .basket-name.update {
    justify-content: flex-end;
  }
}
section.basket .maf-checkout-con .basket-row-head .basket-quantity,
section.basket .maf-checkout-con .basket-row .basket-quantity, .section.basket .maf-checkout-con .basket-row-head .basket-quantity,
.section.basket .maf-checkout-con .basket-row .basket-quantity {
  max-width: 75px;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-quantity,
  section.basket .maf-checkout-con .basket-row .basket-quantity, .section.basket .maf-checkout-con .basket-row-head .basket-quantity,
  .section.basket .maf-checkout-con .basket-row .basket-quantity {
    max-width: 100px;
    text-align: center;
  }
}
section.basket .maf-checkout-con .basket-row-head .basket-quantity input[type=number],
section.basket .maf-checkout-con .basket-row .basket-quantity input[type=number], .section.basket .maf-checkout-con .basket-row-head .basket-quantity input[type=number],
.section.basket .maf-checkout-con .basket-row .basket-quantity input[type=number] {
  font-size: 1.6rem;
  max-width: 50px;
  padding: 3px;
}
section.basket .maf-checkout-con .basket-row-head .basket-quantity.update input,
section.basket .maf-checkout-con .basket-row .basket-quantity.update input, .section.basket .maf-checkout-con .basket-row-head .basket-quantity.update input,
.section.basket .maf-checkout-con .basket-row .basket-quantity.update input {
  margin: 0;
}
section.basket .maf-checkout-con .basket-row-head .basket-price,
section.basket .maf-checkout-con .basket-row .basket-price, .section.basket .maf-checkout-con .basket-row-head .basket-price,
.section.basket .maf-checkout-con .basket-row .basket-price {
  max-width: 70px;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-price,
  section.basket .maf-checkout-con .basket-row .basket-price, .section.basket .maf-checkout-con .basket-row-head .basket-price,
  .section.basket .maf-checkout-con .basket-row .basket-price {
    max-width: 120px;
  }
}
section.basket .maf-checkout-con .basket-row-head .basket-total-row,
section.basket .maf-checkout-con .basket-row .basket-total-row, .section.basket .maf-checkout-con .basket-row-head .basket-total-row,
.section.basket .maf-checkout-con .basket-row .basket-total-row {
  max-width: 70px;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-total-row,
  section.basket .maf-checkout-con .basket-row .basket-total-row, .section.basket .maf-checkout-con .basket-row-head .basket-total-row,
  .section.basket .maf-checkout-con .basket-row .basket-total-row {
    max-width: 120px;
  }
}
section.basket .maf-checkout-con .basket-row-head .basket-delete,
section.basket .maf-checkout-con .basket-row .basket-delete, .section.basket .maf-checkout-con .basket-row-head .basket-delete,
.section.basket .maf-checkout-con .basket-row .basket-delete {
  font-weight: 400;
  max-width: 70px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row-head .basket-delete,
  section.basket .maf-checkout-con .basket-row .basket-delete, .section.basket .maf-checkout-con .basket-row-head .basket-delete,
  .section.basket .maf-checkout-con .basket-row .basket-delete {
    max-width: 80px;
  }
}
section.basket .maf-checkout-con .basket-row-head, .section.basket .maf-checkout-con .basket-row-head {
  border-bottom: 1px solid rgb(24, 20, 21);
  color: rgb(24, 20, 21);
}
section.basket .maf-checkout-con .basket-row-head > div, .section.basket .maf-checkout-con .basket-row-head > div {
  color: rgb(57, 87, 87);
  font-weight: 700;
}
section.basket .maf-checkout-con .basket-row.item, .section.basket .maf-checkout-con .basket-row.item {
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  section.basket .maf-checkout-con .basket-row.item, .section.basket .maf-checkout-con .basket-row.item {
    margin: 0;
  }
}
section.basket .maf-checkout-con .basket-row.item:nth-of-type(odd), .section.basket .maf-checkout-con .basket-row.item:nth-of-type(odd) {
  background-color: rgba(110, 143, 120, 0.2);
}
section.basket .basket-buttons, .section.basket .basket-buttons {
  text-align: center;
  width: 100%;
}
section.basket .basket-buttons input + input, .section.basket .basket-buttons input + input {
  margin-left: 5px;
}
section.basket .billing-overview, .section.basket .billing-overview {
  align-self: flex-start;
  background-color: rgba(110, 143, 120, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  max-width: 800px;
  padding: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  section.basket .billing-overview, .section.basket .billing-overview {
    flex-direction: row;
    padding: 20px;
  }
}
section.basket .billing-overview > div, .section.basket .billing-overview > div {
  display: inline-block;
  flex: 1 1 50%;
  max-width: 380px;
  padding: 5px;
}
section.basket .billing-overview > div p span, .section.basket .billing-overview > div p span {
  display: inline-block;
  font-weight: 700;
  max-width: 140px;
  width: 100%;
}
section.basket .row .column, .section.basket .row .column {
  text-align: left;
}
section.video-bg, .section.video-bg {
  background-color: black;
  color: white;
  min-height: 56.25vw;
  overflow: hidden;
}
section.video-bg .row .column, .section.video-bg .row .column {
  align-items: center;
  justify-content: center;
}
section.calendar-section .row .column .maf-content, .section.calendar-section .row .column .maf-content {
  max-width: calc(995px + 140px);
}
section.calendar-section .row .column .maf-content .cal-key, .section.calendar-section .row .column .maf-content .cal-key {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 20px auto;
}
section.calendar-section .row .column .maf-content .cal-key > span, .section.calendar-section .row .column .maf-content .cal-key > span {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 30px;
  margin-bottom: 10px;
}
section.calendar-section .row .column .maf-content .cal-key > span > span, .section.calendar-section .row .column .maf-content .cal-key > span > span {
  background-color: rgb(214, 108, 81);
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
section.calendar-section .row .column .maf-content .cal-key > span:nth-child(2) > span, .section.calendar-section .row .column .maf-content .cal-key > span:nth-child(2) > span {
  background-color: rgb(110, 143, 120);
}
section.calendar-section .row .column .maf-content .cal-key > span:last-child, .section.calendar-section .row .column .maf-content .cal-key > span:last-child {
  margin-right: 0;
}
section.calendar-section .row .column .maf-content p, section.calendar-section .row .column .maf-content ul, section.calendar-section .row .column .maf-content ol, section.calendar-section .row .column .maf-content blockquote, .section.calendar-section .row .column .maf-content p, .section.calendar-section .row .column .maf-content ul, .section.calendar-section .row .column .maf-content ol, .section.calendar-section .row .column .maf-content blockquote {
  max-width: 92%;
}
section.calendar-section .row .column .maf-content hr, .section.calendar-section .row .column .maf-content hr {
  max-width: 40px;
}
section.calendar-section .row .column .maf-content hr.heavy, .section.calendar-section .row .column .maf-content hr.heavy {
  max-width: 110px;
}
section.calendar-section .row .column .maf-content h2, section.calendar-section .row .column .maf-content .h2-style, .section.calendar-section .row .column .maf-content h2, .section.calendar-section .row .column .maf-content .h2-style {
  font-size: 2rem;
  font-weight: 300;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  section.calendar-section .row .column .maf-content h2, section.calendar-section .row .column .maf-content .h2-style, .section.calendar-section .row .column .maf-content h2, .section.calendar-section .row .column .maf-content .h2-style {
    font-size: 2.4rem;
  }
}
section.calendar-section .row .column .maf-content h3, section.calendar-section .row .column .maf-content .h3-style, section.calendar-section .row .column .maf-content h4, section.calendar-section .row .column .maf-content .h5-style, section.calendar-section .row .column .maf-content h6, section.calendar-section .row .column .maf-content .h6-style, .section.calendar-section .row .column .maf-content h3, .section.calendar-section .row .column .maf-content .h3-style, .section.calendar-section .row .column .maf-content h4, .section.calendar-section .row .column .maf-content .h5-style, .section.calendar-section .row .column .maf-content h6, .section.calendar-section .row .column .maf-content .h6-style {
  font-size: 2rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  section.calendar-section .row .column .maf-content h3, section.calendar-section .row .column .maf-content .h3-style, section.calendar-section .row .column .maf-content h4, section.calendar-section .row .column .maf-content .h5-style, section.calendar-section .row .column .maf-content h6, section.calendar-section .row .column .maf-content .h6-style, .section.calendar-section .row .column .maf-content h3, .section.calendar-section .row .column .maf-content .h3-style, .section.calendar-section .row .column .maf-content h4, .section.calendar-section .row .column .maf-content .h5-style, .section.calendar-section .row .column .maf-content h6, .section.calendar-section .row .column .maf-content .h6-style {
    font-size: 2.4rem;
  }
}

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

.is-footer {
  background-color: rgb(95, 113, 140);
  color: white;
  font-size: 1.6rem;
}
.is-footer a {
  color: white;
  text-decoration: none;
}
.is-footer a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.is-footer a.button {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
  color: white;
  margin: 0;
  padding: 10px 50px;
}
.is-footer a.button:hover {
  background-color: white;
  color: rgb(95, 113, 140);
  text-decoration: none;
}
.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: 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  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 h2 {
  color: white;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .is-footer h2 {
    font-size: 3.6rem;
  }
}
.is-footer p, .is-footer address, .is-footer .name {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.is-footer p i, .is-footer address i, .is-footer .name i {
  display: none;
  height: 20px;
  opacity: 0.8;
  font-size: 2.2rem;
  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 {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.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 {
  height: 67px;
  float: right;
  font-size: 3rem;
  margin: 0;
  padding: 18px;
}
.is-footer form input {
  border: 1px solid white;
  color: white;
  margin: 0 0 20px 0;
  max-width: 490px;
  vertical-align: top;
  width: calc(100% - 67px);
}
.is-footer form input::-moz-placeholder {
  color: white;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}
.is-footer form input::placeholder {
  color: white;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
}
.is-footer form input:focus {
  color: white;
}
.is-footer form input:last-child {
  margin-right: 0;
}
.is-footer form button {
  border: 1px solid white;
  background: white;
  font-size: 1.8rem;
  margin: 0;
  text-align: center;
  width: 67px;
}
.is-footer form button.chevron::before, .is-footer form button.chevron::after {
  background-color: black;
}
.is-footer form button:hover, .is-footer form button:focus, .is-footer form button:active {
  background-color: white;
  border-color: white;
}
.is-footer .phone-block {
  margin: 0;
}
.is-footer .company-name {
  font-weight: 600;
}
.is-footer .name {
  margin-bottom: 0;
  width: 100%;
}
.is-footer .label {
  margin-bottom: 20px;
  width: 100%;
}
.is-footer .social-icons {
  align-self: center;
}
.is-footer .social-icons a i {
  background-color: white;
  border-color: white;
}
.is-footer .social-icons a i::before {
  color: rgb(95, 113, 140);
}
.is-footer .social-icons a i:hover {
  background-color: transparent;
}
.is-footer .social-icons a i:hover::before {
  color: white;
}
.is-footer .row {
  max-width: none;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
}
.is-footer .row .column {
  align-items: center;
  min-height: 0;
  padding-top: 60px;
  padding-bottom: 0;
  text-align: center;
}
.is-footer .row .column .maf-content {
  height: 100%;
  max-width: 330px;
  padding: 0;
}
.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;
}
.is-footer .row .column.maf-col-0 .maf-content > div svg {
  width: 180px;
  fill: white;
}
.is-footer .row .column.maf-col-1 .maf-content p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.is-footer .pro-links {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 23px;
}
@media only screen and (min-width: 576px) {
  .is-footer .pro-links {
    align-items: flex-end;
    flex-direction: row;
  }
}
.is-footer .pro-links > div {
  display: inline-block;
  padding: 0 17px 17px 17px;
}
.is-footer .legals {
  background-color: white;
  color: rgb(24, 20, 21);
  padding: 20px 0;
  width: 100%;
  z-index: 3;
}
.is-footer .legals p {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 35px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.is-footer .legals p:nth-of-type(2) {
  color: rgb(95, 113, 140);
  margin: 0;
}
.is-footer .legals p:nth-of-type(2) a {
  color: rgb(95, 113, 140);
}
.is-footer .legals p:nth-of-type(2) a:hover {
  color: rgb(24, 20, 21);
  text-decoration: none;
}
.is-footer .legals p:last-child {
  margin: 0;
}
.is-footer .legals a {
  color: rgb(24, 20, 21);
}
.is-footer .legals .row {
  box-shadow: none;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  padding-bottom: 0;
}
.is-footer .bottom-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.is-footer .bottom-nav a {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.calender {
  border-bottom: 0.1rem solid rgb(110, 143, 120);
  display: grid;
  font-size: 1.6rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .calender {
    grid-template-columns: repeat(7, 1fr);
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .calender {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1366px) {
  .calender {
    font-size: 1.8rem;
  }
}
.calender::after {
  background-color: rgb(110, 143, 120);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.1rem;
  z-index: 2;
}
.calender form {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  height: 100%;
  transition: none;
  width: 100%;
}
.calender button {
  align-items: flex-end;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: inherit;
  font-weight: inherit;
  height: 100%;
  justify-content: flex-start;
  line-height: 1;
  margin: 0;
  padding: 5%;
  text-align: inherit;
  text-transform: inherit;
  width: 100%;
}
.calender button:hover, .calender button:focus, .calender button.active {
  background-color: rgba(110, 143, 120, 0.3);
  color: inherit;
}
.calender .calender-day-header {
  background-color: white;
  color: rgb(110, 143, 120);
  display: none;
  font-weight: 700;
  line-height: 1;
  padding: 0 5%;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .calender .calender-day-header {
    display: flex;
  }
}
.calender .calender-day {
  border-top: 0.1rem solid rgb(110, 143, 120);
  border-left: 0.1rem solid rgb(110, 143, 120);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .calender .calender-day {
    aspect-ratio: 1/1;
  }
}
.calender .calender-date {
  align-self: flex-start;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: auto;
  padding-bottom: 0.5rem;
  opacity: 0.5;
}
.calender .calender-date span {
  margin-right: 0.3em;
}
@media only screen and (min-width: 768px) {
  .calender .calender-date span {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .calender .blank-block {
    min-height: 2.5rem;
  }
}
.calender .block {
  color: white;
  font-size: 0.8em;
  margin-bottom: 0.5rem;
  min-height: 2.5rem;
  padding: 0.5rem;
  width: 100%;
}
.calender .block.green {
  background-color: rgb(110, 143, 120);
}
.calender .block.yellow {
  background-color: #E67F31;
}
.calender .block.red {
  background-color: #E65454;
}
.calender .grey {
  background-color: lightgrey;
  display: none;
  padding: 5%;
}
@media only screen and (min-width: 768px) {
  .calender .grey {
    display: block;
  }
}
.ticketscan {
  text-align: center;
  width: 100%;
}
.ticketscan form {
  display: block;
}
.ticketscan .buttonsmall, .ticketscan .buttonsmall:visited, .ticketscan .buttonsmall:focus, .ticketscan .buttonsmall:active {
  display: inline-block;
  min-width: 110px;
  padding: 3px 3px;
  margin: 0 0 10px 5px;
  font-size: 11px;
}
.ticketscan .searchinput {
  width: 20%;
}
.ticketscan select {
  background-color: white;
  border: 1px solid #1e2750;
  border-radius: 2px;
  color: #666666;
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8em;
  padding: 5px;
  width: 300px;
}
.ticketscan table {
  margin-bottom: 30px;
}
.ticketscan table tr {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}
.ticketscan table tr th {
  text-align: left;
  font-size: 11px;
  padding: 10px;
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
}
.ticketscan table tr th.center {
  text-align: center;
}
.ticketscan table tr td {
  text-align: left;
  font-size: 11px;
  padding: 10px;
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
}
.ticketscan table tr td.center {
  text-align: center;
}
.ticketscan table tr td a {
  display: block;
}
.ticketscan table tr td select {
  width: 60px;
}/*# sourceMappingURL=tvw-main.css.map */