* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

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

header, section, footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(65, 65, 65);
  font-family: "Open Sans", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
}
@media only screen and (min-width: 960px) {
  header, section, footer {
    font-size: 1.4rem;
  }
}
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;
}
section.reverse .row, footer.reverse .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  section .row, footer .row {
    flex-direction: row;
  }
  section.reverse .row, footer.reverse .row {
    flex-direction: row-reverse;
  }
}

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

.header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 7.5px 0 7.5px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .header {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 0 30px 0 30px;
  }
}
.header .maf-content {
  align-items: center;
  max-width: 900px;
  padding-top: 30px;
}
.header .maf-content > *:last-child {
  margin-bottom: 0;
}

.footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  justify-content: flex-start;
  text-align: center;
  padding: 0 30px 0 30px;
  width: 100%;
}

header.is-main-header {
  background-color: white;
  display: inline-block;
  height: 110px;
  left: 0;
  top: 0;
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
  z-index: 666;
}
header.is-main-header.solid-bg {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  header.is-main-header {
    height: 110px;
  }
}
header.is-main-header > div {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
}
header.is-main-header.is-fixed {
  position: fixed;
}

.is-nav-dock {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.row {
  align-items: stretch;
  align-content: stretch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  padding: 0 3.75px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .row {
    padding: 0 7.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .row {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
.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;
  padding: 15px 7.5px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .column {
    padding: 30px 15px;
  }
}
.column.hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .column.hide-mobile {
    display: flex;
  }
}
.column.nested {
  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: 960px) {
  .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 {
    flex-basis: 75%;
  }
}

.whole {
  align-items: center;
  text-align: center;
  width: 100%;
}
.whole .maf-content {
  align-items: center;
  max-width: 50%;
}
.maf-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.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 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  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(65, 65, 65);
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

a:hover, a:focus, a:active {
  color: rgb(65, 65, 65);
}

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

address {
  font-style: normal;
  font-weight: 300;
  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: 600;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 35px;
}

h1, .h1-style {
  font-size: 3.2rem;
}

h2, .h2-style {
  font-size: 3.2rem;
}

h3, .h3-style {
  font-size: 2.4rem;
}

h4, .h4-style {
  font-size: 2.2rem;
}

h5, .h5-style {
  font-size: 2.2rem;
  font-weight: 400;
}

h6, .h6-style {
  font-size: 2rem;
}

p.al-left, .p-style.al-left, li.al-left, blockquote.al-left, address.al-left, .body-text.al-left {
  text-align: left;
}
p.al-right, .p-style.al-right, li.al-right, blockquote.al-right, address.al-right, .body-text.al-right {
  text-align: right;
}
p.al-centre, .p-style.al-centre, li.al-centre, blockquote.al-centre, address.al-centre, .body-text.al-centre {
  text-align: center;
}

strong {
  font-weight: 600;
}

hr {
  border: 0;
  border-top: 6px solid rgb(65, 65, 65);
  display: inline-block;
  height: 0;
  max-width: 100px;
  width: 100%;
  margin: 0 0 30px 0;
}

body.manageable ul, body.manageable ol {
  list-style-position: outside;
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
}
body.manageable ul li, body.manageable ol li {
  margin: 0 0 0 0;
  max-width: 550px;
}
body.manageable ul li > p, body.manageable ol li > p {
  margin: 0;
}

ul {
  list-style-type: disc;
}

blockquote {
  color: rgb(65, 65, 65);
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  max-width: 500px;
  padding: 90px 0 20px 0;
  position: relative;
}
blockquote::before {
  background-image: url("/images/Layout/quote.png");
  content: "";
  display: inline-block;
  height: 71px;
  left: 0;
  position: absolute;
  top: 0;
  width: 83px;
}
blockquote p {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  blockquote {
    margin: 0 auto;
  }
}

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

form {
  text-align: center;
  width: 100%;
}
form.hp-cpta #message-type {
  display: none;
}

input, textarea {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgb(66, 108, 180);
  color: rgb(66, 108, 180);
  display: inline-block;
  font-family: "Open Sans", serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  outline-color: rgb(66, 108, 180);
  padding: 10px;
  width: 100%;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(66, 108, 180);
  opacity: 0.5;
  text-transform: capitalize;
  -moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input::placeholder, textarea::placeholder {
  color: rgb(66, 108, 180);
  opacity: 0.5;
  text-transform: capitalize;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input:focus, textarea:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 1;
}
input:focus::placeholder, textarea:focus::placeholder {
  opacity: 1;
}

textarea {
  resize: none;
}

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

select {
  margin-bottom: 1.2em;
  outline-color: rgb(66, 108, 180);
}

input[type=submit],
button,
.button,
.button:visited {
  background: transparent;
  border: 3px solid rgb(65, 65, 65);
  color: rgb(65, 65, 65);
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  outline: transparent;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active,
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.button:visited:hover,
.button:visited:focus,
.button:visited:active {
  background-color: rgb(66, 108, 180);
  color: rgb(255, 255, 255);
}
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 {
  background-color: rgb(65, 65, 65);
  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 500ms 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 {
  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 {
  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 {
  transform: translate(-50%, -50%) rotate(-30deg);
}

input[type=submit],
button {
  padding: 10px 20px;
}

.button, .button:visited {
  align-self: flex-start;
  margin: 0 0 35px 0;
  padding: 5px 30px;
}

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(65, 65, 65);
  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 500ms 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(65, 65, 65);
}
.checkbox .pretty-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox span {
  vertical-align: text-bottom;
}

.radio .pretty-radio {
  display: inline-block;
  position: relative;
  margin: 2px;
  width: 20px;
}
.radio .pretty-radio label {
  border-radius: 50%;
  border: 1px solid rgb(65, 65, 65);
  cursor: pointer;
  height: 20px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 20px;
  top: 1px;
}
.radio .pretty-radio label:after {
  background: transparent;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: rotate(-50deg);
  width: 8px;
}
.radio .pretty-radio label:hover::after {
  opacity: 0.7;
}
.radio .pretty-radio input[type=radio] {
  visibility: hidden;
}
.radio .pretty-radio input[type=radio]:checked + label {
  background: rgb(65, 65, 65);
}
.radio .pretty-radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.radio span {
  vertical-align: text-bottom;
}

.select {
  border: 1px solid rgb(65, 65, 65);
  cursor: pointer;
  height: 34px;
  max-width: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.select::before {
  background-color: transparent;
  border-left: 1px solid rgb(65, 65, 65);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  transition: all 500ms 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(65, 65, 65);
  border-left: 0;
  border-top: 0;
  content: "";
  height: 12px;
  position: absolute;
  right: 9px;
  transform: rotate(45deg);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 6px;
  width: 12px;
}
.select select {
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.8rem;
  height: 34px;
  max-width: 378px;
  padding: 5px;
  width: calc(100% + 28px);
  z-index: 1;
}
.select:hover::before {
  background-color: rgb(65, 65, 65);
}
.select:hover::after {
  border-color: white;
}

.g-recap-con {
  margin-bottom: 20px;
  min-height: 80px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.g-recap-con .g-recaptcha {
  left: 0;
  position: absolute;
  top: 0;
}

.error-msg {
  background-color: rgb(255, 200, 200);
  border: 1px solid rgb(186, 72, 72);
  color: rgb(186, 72, 72);
  margin-bottom: 10px;
  padding: 10px 20px;
}

.success-msg {
  background-color: rgb(206, 240, 206);
  border: 1px solid rgb(65, 65, 65);
  color: rgb(65, 65, 65);
  margin-bottom: 10px;
  padding: 10px 20px;
}

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

.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(65, 65, 65);
  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(66, 108, 180);
}
.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(66, 108, 180);
  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(66, 108, 180);
  border-radius: 3px 3px 0 0;
  color: rgb(246, 246, 246);
  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;
  width: 100%;
  height: 100%;
}

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

.visual-works-logo {
  display: inline-block;
  position: relative;
  width: 200px;
}
.visual-works-logo::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.visual-works-logo > div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.visual-works-logo > div::before {
  border-top: 4px solid black;
  border-left: 4px solid black;
  content: "";
  height: 10%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10%;
}
.visual-works-logo > div::after {
  border-top: 4px solid black;
  border-right: 4px solid black;
  content: "";
  height: 10%;
  right: 0;
  position: absolute;
  top: 0;
  width: 10%;
}
.visual-works-logo > div > div::before {
  border-bottom: 4px solid black;
  border-left: 4px solid black;
  content: "";
  height: 10%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 10%;
}
.visual-works-logo > div > div::after {
  border-bottom: 4px solid black;
  border-right: 4px solid black;
  content: "";
  height: 10%;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 10%;
}
.visual-works-logo > div h1 {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  left: 15px;
  line-height: 1;
  margin: 0;
  position: absolute;
  bottom: 15px;
}
.visual-works-logo > div h1 span:nth-of-type(2) {
  font-weight: 500;
}
.visual-works-logo > div h1 span:nth-of-type(3) {
  font-weight: 700;
}

#http-error {
  background-color: transparent;
  height: 100vh;
  padding: 0;
}
#http-error.e404 h1 {
  color: rgb(65, 65, 65);
  margin: 0 0 30px 0;
}
#http-error.e404 p {
  color: rgb(65, 65, 65);
  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(65, 65, 65);
}
#http-error.e404 .button {
  color: rgb(65, 65, 65);
  border-color: rgb(65, 65, 65);
  border-width: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  margin: 0 auto;
  padding: 5px 20px;
  text-transform: lowercase;
  width: auto;
}
#http-error.e404 .button:hover {
  background-color: rgb(65, 65, 65);
  color: rgb(255, 255, 255);
}

pre {
  background-color: rgb(200, 200, 200);
  border-radius: 5px;
  color: rgb(99, 99, 99);
  font-size: 1.2rem;
  padding: 5px;
  text-align: left;
  width: 100%;
}

#print-container {
  margin: auto;
  padding-top: 30px;
  width: 700px;
}
#print-container h1, #print-container h2, #print-container h3 {
  color: rgb(65, 65, 65);
  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: "Open Sans", 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::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 .gmnoprint div {
  background: none !important;
}
.is-map .maf-map-pos .maf-obj-map .gmnoprint div[title="Zoom in"], .is-map .maf-map-pos .maf-obj-map .gmnoprint div[title="Zoom out"] {
  background: rgb(246, 246, 246) !important;
  border: 1px solid rgb(66, 66, 66);
  border-radius: 5px;
}
.is-map .maf-map-pos .maf-obj-map .gmnoprint div[title="Zoom in"] div, .is-map .maf-map-pos .maf-obj-map .gmnoprint div[title="Zoom out"] div {
  left: 6px !important;
  top: 5px !important;
}

.social-icons {
  display: inline-block;
  font-size: 3rem;
  height: 35px;
  margin-bottom: 80px;
  width: auto;
}
.social-icons a {
  display: inline-block;
  line-height: 0;
  margin-right: 8px;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a i {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 0;
  padding: 10px;
  position: relative;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  vertical-align: -10%;
  width: 50px;
}
.social-icons a i::before {
  color: rgb(65, 65, 65);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms 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(255, 255, 255);
}
.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;
}

div.maf-share-this {
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 20px;
  position: relative;
  width: auto;
}
div.maf-share-this i {
  font-size: 1.8rem;
  vertical-align: -17%;
}
div.maf-share-this .maf-share-btn {
  padding: 5px 5px 0 5px;
}
div.maf-share-this .maf-share-acts {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(65, 65, 65);
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  top: 100%;
  visibility: hidden;
}
div.maf-share-this .maf-share-acts a {
  display: inline-block;
  font-size: 1.6rem;
  height: 34px;
  padding: 5px;
  position: relative;
  width: 34px;
}
div.maf-share-this .maf-share-acts a i {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}
div.maf-share-this .maf-share-acts a:hover {
  background-color: rgb(65, 65, 65);
}
div.maf-share-this .maf-share-acts a:hover i {
  color: white;
}
div.maf-share-this:hover .maf-share-acts {
  opacity: 1;
  visibility: visible;
}

.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 {
  border-bottom: 1px solid rgb(255, 255, 255);
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
.twitter-feed .tweet_list li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.twitter-feed .tweet_list li:last-child {
  border: none;
}
.slideshow {
  min-height: 600px;
}
.slideshow .row {
  flex-direction: row;
  overflow: visible;
}
.slideshow.slick .row * {
  min-width: 0;
  min-height: 0;
}
@media only screen and (min-width: 1024px) {
  .slideshow {
    min-height: 570px;
  }
}

.flickity-slideshow, .flickity-slideshow-edit {
  height: 100%;
  left: 0;
  min-height: 600px;
  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 {
  background-color: transparent;
  display: none;
}
.flickity-slideshow .flickity-prev-next-button.previous, .flickity-slideshow-edit .flickity-prev-next-button.previous {
  left: -44px;
}
.flickity-slideshow .flickity-prev-next-button.next, .flickity-slideshow-edit .flickity-prev-next-button.next {
  right: -44px;
}

#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: 30px;
  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: rgb(255, 255, 255);
  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: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.is-simple-gallery.flex figure {
  flex: 0 0 100%;
  margin: 0;
  padding: 15px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .is-simple-gallery.flex figure {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .is-simple-gallery.flex figure {
    flex: 0 0 33.333%;
  }
}
@media only screen and (min-width: 960px) {
  .is-simple-gallery.flex figure {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .is-simple-gallery.flex figure {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1152px) {
  .is-simple-gallery.flex figure {
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .is-simple-gallery.flex figure {
    flex: 0 0 16.666%;
  }
}
.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: 67%;
}
.is-simple-gallery.flex figure > a > div {
  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 > div 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: rgb(255, 255, 255);
  font-family: "Open Sans", serif;
  font-size: 1.2rem;
  left: 0;
  padding: 5px 8px;
  position: absolute;
}
.is-simple-gallery.flex figure > a:hover > div {
  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(44, 63, 89);
  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;
}

.insta-feed {
  width: 100%;
}
.insta-feed #instagram {
  display: flex;
  flex-flow: row wrap;
}
.insta-feed #instagram div {
  display: flex;
  flex: 0 0 50%;
  padding: 0;
  position: relative;
}
.insta-feed #instagram div::before {
  border: 1px solid rgb(65, 65, 65);
  content: "";
  display: none;
  height: calc(100% + 2px);
  left: 50%;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% + 2px);
}
@media only screen and (min-width: 576px) {
  .insta-feed #instagram div {
    flex: 0 0 25%;
  }
}
.insta-feed #instagram div a {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  transform: rotate(0deg);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
.insta-feed #instagram div a::after {
  content: "";
  display: table;
  padding-bottom: 100%;
}
.insta-feed #instagram div a img {
  display: inline-block;
  height: calc(100% + 2px);
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: calc(100% + 2px);
}
.insta-feed #instagram div a:hover img {
  height: 110%;
  width: 110%;
}
.insta-feed #instagram div:hover::before {
  height: calc(100% - 15px);
  width: calc(100% - 15px);
}

.maf-bg-vid {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.maf-bg-vid .bg-vid {
  background-color: #000;
  background-size: cover;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.5s ease;
  z-index: 1;
}
.maf-bg-vid .bg-vid.ready {
  opacity: 1;
}

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

div.cardbox {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
div.cardbox .maf-content {
  padding: 0;
}
div.cardbox article.card {
  flex: 0 0 auto;
  max-width: 500px;
  padding: 7.5px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  div.cardbox article.card {
    margin: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  div.cardbox article.card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  div.cardbox article.card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  div.cardbox article.card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1152px) {
  div.cardbox article.card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1280px) {
  div.cardbox article.card {
    width: 33.333%;
  }
}
div.cardbox article.card .portal-item {
  color: rgb(65, 65, 65);
  cursor: pointer;
  display: block;
  font-size: 2rem;
  margin: 0 auto;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
div.cardbox article.card .portal-item .portal-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
div.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 {
  border: 3px solid rgb(249, 174, 0);
  border-radius: 50%;
  margin-bottom: 7.5px;
  max-width: 190px;
  overflow: hidden;
  position: relative;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .tn .tn-img {
  border-radius: 50%;
  margin: 0 auto;
  transition: all 500ms 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 {
  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 {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .tn.fourthree::after {
  padding-bottom: 75%;
}
div.cardbox article.card .portal-item .portal-content h1 {
  color: rgb(66, 108, 180);
  font-size: 2.8rem;
  font-weight: 400;
  margin: 0;
}
div.cardbox article.card .portal-item .portal-content p {
  margin-bottom: 7.5px;
}
div.cardbox article.card .portal-item .portal-content .info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
div.cardbox article.card .portal-item .portal-content .info .title {
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .info .title p {
  color: rgb(249, 174, 0);
  font-size: 2.4rem;
  font-weight: 400;
}
div.cardbox article.card .portal-item .portal-content .info .desc {
  line-height: 1.2;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .info .attr {
  display: inline-block;
  width: 100%;
}
div.cardbox article.card .portal-item .portal-content .info .attr div, div.cardbox article.card .portal-item .portal-content .info .attr time {
  display: block;
  margin-bottom: 3.75px;
  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 {
  margin-right: 7.5px;
}
div.cardbox article.card .portal-item .portal-content .info .card-button {
  font-size: 2.1rem;
  margin: 0;
  width: 100%;
}
div.cardbox article.card .portal-item.edit .portal-content .info {
  position: static;
  transform: none;
}
div.cardbox article.card.is-square .portal-item {
  position: relative;
}
div.cardbox article.card.is-square .portal-item::after {
  content: "";
  display: table;
  padding-bottom: 100%;
}
div.cardbox article.card.is-square .portal-item .portal-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.cardbox article.card.is-square .portal-item .portal-content .tn {
  margin: 0;
}
div.cardbox article.card.is-square .portal-item .portal-content .tn img {
  width: 100%;
}
div.cardbox .no-articles {
  padding: 0 15px;
}

#filters {
  background-color: rgb(246, 246, 246);
}
#filters .filter-content {
  margin: 0 auto;
  max-width: 1280px;
  padding: 30px 30px;
}
#filters .filter-content .filter-set {
  margin-top: 10px;
}
#filters .filter-content .filter-set:first-child {
  margin-top: 0;
}
#filters .filter-content .filter-set .label {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#filters .filter-content .filter-set .label strong {
  color: rgb(66, 108, 180);
}
#filters .filter-content .filter-set button {
  background-color: rgb(66, 108, 180);
  border-color: rgb(66, 108, 180);
  border-radius: 30px;
  box-shadow: none;
  color: rgb(255, 255, 255);
  float: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 10px 10px 0;
  outline: transparent;
  padding: 5px 10px;
}
#filters .filter-content .filter-set button:hover, #filters .filter-content .filter-set button.active {
  background-color: rgb(65, 65, 65);
  border-color: rgb(65, 65, 65);
  color: rgb(255, 255, 255);
}
#filters .filter-content .filter-set button.hide {
  opacity: 0.5;
}

@keyframes dissapear {
  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;
  }
}
.filtered .filter-target {
  min-height: 300px;
}
.filtered .filter-target .filter-item {
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.filtered .filter-target .filter-item.hide {
  height: 0;
  opacity: 0;
  padding: 0;
  transform: scale(0);
  transform-origin: center;
  width: 0;
}
.filtered .filter-target #no-results {
  left: 50%;
  padding: 50px 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%) scale(0);
  transition: transform 500ms 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(249, 174, 0);
  border: 2px solid rgb(249, 174, 0);
  border-radius: 15px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 2rem;
  height: 30px;
  padding: 0;
  position: relative;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  vertical-align: top;
  width: 30px;
}
#search-box input {
  border: 0;
  color: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
  opacity: 1;
  -moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#search-box input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#search-box input:focus {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
#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 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 26px;
}
#search-box i::before {
  color: rgb(255, 255, 255);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#search-box i:hover {
  background-color: white;
}
#search-box i:hover::before {
  color: rgb(249, 174, 0);
}
#search-box.on {
  width: 180px;
}

.nav-underline {
  width: 100%;
  margin: 0 auto 0 auto;
  max-width: 1280px;
  padding: 0 30px;
}
.nav-underline .line {
  background-color: rgb(65, 65, 65);
  height: 2px;
  width: 100%;
}
.nav-underline.hide {
  display: none;
}

.maf-portal .maf-content {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0);
  cursor: pointer;
  filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.maf-portal .maf-content:hover {
  background-color: rgb(66, 108, 180) !important;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.7));
}

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 {
  color: rgb(66, 108, 180);
  font-size: 1.8rem;
  font-weight: 600;
}
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", serif;
  font-size: 2.5em !important;
  margin-bottom: 50px;
}
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", serif;
  font-size: 0.8em !important;
}
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", serif;
  font-size: 0.5em !important;
}
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, footer div.hr-button a, .bo-row div.hr-button a {
  border: 2px solid rgb(66, 108, 180);
  border-radius: 50px;
  color: rgb(66, 108, 180);
  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, 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(66, 108, 180);
  content: "";
  height: 2px;
  left: calc(100% + 50px);
  position: absolute;
  top: 50%;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 700px;
}
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, footer div.hr-button a:hover, .bo-row div.hr-button a:hover {
  background-color: rgb(66, 108, 180);
  color: white;
}
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, footer div.hr-button a:hover::after, .bo-row div.hr-button a:hover::after {
  right: 100%;
}
section a.book-now, footer a.book-now, .bo-row a.book-now {
  background-color: rgb(44, 63, 89);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 35px 32px;
  position: relative;
  font-family: "Merriweather", serif;
  font-weight: 500;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
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), 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), 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, footer a.book-now:hover, .bo-row a.book-now:hover {
  transform: rotate(-8deg);
}
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.chev-point, section div.button.chev-point, footer a.button.chev-point, footer div.button.chev-point, .bo-row a.button.chev-point, .bo-row div.button.chev-point {
  background: none;
  border: 0;
  box-shadow: none;
  color: rgb(66, 108, 180);
  font-size: 1.6rem;
  line-height: 1;
  min-width: 0;
  padding: 0;
  padding-top: 3px;
  padding-right: 10px;
}
section a.button.chev-point::before, section a.button.chev-point::after, section div.button.chev-point::before, section div.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, .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 {
  background-color: rgb(66, 108, 180);
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 8px;
}
section a.button.chev-point::after, section div.button.chev-point::after, footer a.button.chev-point::after, footer div.button.chev-point::after, .bo-row a.button.chev-point::after, .bo-row div.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, footer a.button.chev-point:hover::before, footer div.button.chev-point:hover::before, .bo-row a.button.chev-point:hover::before, .bo-row div.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, footer a.button.chev-point:hover::after, footer div.button.chev-point:hover::after, .bo-row a.button.chev-point:hover::after, .bo-row div.button.chev-point:hover::after {
  transform: translateX(5px) translateY(-50%) rotate(-40deg);
}

.bg-1 {
  background-color: rgb(249, 174, 0);
  color: rgb(65, 65, 65);
}
.bg-1 * {
  color: rgb(65, 65, 65);
}
.bg-1 h1, .bg-1 .h1-style, .bg-1 h2, .bg-1 .h2-style, .bg-1 h3, .bg-1 .h3-style, .bg-1 h4, .bg-1 .h4-style, .bg-1 h5, .bg-1 .h5-style, .bg-1 h6.h6-style {
  color: rgb(66, 108, 180);
}
.bg-1 hr {
  border-color: rgb(66, 108, 180);
}
.bg-1 p {
  color: rgb(65, 65, 65);
}
.bg-1 a {
  color: rgb(66, 108, 180);
  text-decoration: none;
}
.bg-1 a:hover {
  text-decoration: underline;
}
.bg-1 a.button {
  border-color: rgb(66, 108, 180);
  background-color: rgb(66, 108, 180);
  color: rgb(255, 255, 255);
}
.bg-1 a.button:hover {
  background-color: transparent;
  color: rgb(66, 108, 180);
  text-decoration: none;
}

.bg-2 {
  background-color: rgb(255, 255, 255);
  color: rgb(65, 65, 65);
}
.bg-2 * {
  color: rgb(65, 65, 65);
}
.bg-2 h1, .bg-2 .h1-style, .bg-2 h2, .bg-2 .h2-style, .bg-2 h3, .bg-2 .h3-style, .bg-2 h4, .bg-2 .h4-style, .bg-2 h5, .bg-2 .h5-style, .bg-2 h6.h6-style {
  color: rgb(249, 174, 0);
}
.bg-2 hr {
  border-color: rgb(249, 174, 0);
}
.bg-2 p {
  color: rgb(65, 65, 65);
}
.bg-2 a {
  color: rgb(249, 174, 0);
  text-decoration: none;
}
.bg-2 a:hover {
  text-decoration: underline;
}
.bg-2 a.button {
  border-color: rgb(249, 174, 0);
  background-color: rgb(249, 174, 0);
  color: rgb(255, 255, 255);
}
.bg-2 a.button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(249, 174, 0);
  text-decoration: none;
}

.icon {
  max-width: 200px;
}

.is-main-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.is-main-header .is-tvw-menu {
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.is-main-header .is-tvw-menu.is-web {
  opacity: 0;
  position: absolute;
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body.maf-loaded .is-main-header .is-tvw-menu.is-web {
  right: 0;
  opacity: 1;
}
.is-main-header .is-tvw-menu.is-web > div .links > ul > li {
  position: relative;
}
.is-main-header .is-tvw-menu.is-web > div .links > ul > li > a::before {
  background-color: rgb(66, 108, 180);
  bottom: -5px;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  height: 1px;
  transform: translateX(-50%);
  transition: width 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 0;
}
.is-main-header .is-tvw-menu.is-web > div .links > ul > li:hover > a::before, .is-main-header .is-tvw-menu.is-web > div .links > ul > li.active > a::before {
  width: calc(100% + 4px);
}
.is-main-header .is-tvw-menu > div {
  margin: 0;
  max-width: none;
  text-align: right;
}
.is-main-header .is-tvw-menu.is-mobile .is-burger {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.is-main-header .is-tvw-menu #pointer {
  border-bottom: 1px solid rgb(255, 255, 255);
  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;
}
.is-main-header > div {
  max-width: 1280px;
  text-align: left;
}
.is-main-header > div .company-brand {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "Open Sans", serif;
  font-size: 1.5rem;
  font-weight: 200;
  height: 69px;
  justify-content: center;
  left: -300px;
  margin: 0 20px 0 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
  z-index: 102;
}
body.maf-loaded .is-main-header > div .company-brand {
  left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  body.maf-loaded .is-main-header > div .company-brand {
    left: 0;
  }
}
.is-main-header > div .company-brand h1 {
  display: inline-block;
  font-size: 2rem;
  height: 100%;
  line-height: 0;
  margin: 0;
  flex: 0 0 auto;
  width: auto;
}
.is-main-header > div .company-brand h1 img {
  height: 100%;
  max-height: 100%;
  max-width: none;
  transform: rotate(0deg);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: auto;
  vertical-align: middle;
}
.is-main-header > div .company-brand h1 img:hover {
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2));
}
.is-main-header > div .company-brand h2 {
  color: rgb(66, 108, 180);
  display: inline-block;
  flex: 0 0 auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 10px;
  width: auto;
}
@media only screen and (min-width: 576px) {
  .is-main-header > div .company-brand h2 {
    font-size: 2.5rem;
  }
}
.is-main-header > div .company-brand h2 span {
  font-size: 2.2rem;
}
.is-main-header > div #header-ui {
  display: none;
  opacity: 0;
  position: absolute;
  right: -300px;
  top: 5px;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .is-main-header > div #header-ui {
    top: 42px;
  }
}
.is-main-header > div #header-ui .phone {
  background-color: rgb(255, 255, 255);
  border-radius: 0 20px 20px 0;
  color: rgb(65, 65, 65);
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 8px;
  width: auto;
}
.is-main-header > div #header-ui .phone span {
  display: none;
}
@media only screen and (min-width: 960px) {
  .is-main-header > div #header-ui .phone span {
    display: inline;
  }
}
.is-main-header > div #header-ui .phone a {
  color: rgb(65, 65, 65);
}
.is-main-header > div #header-ui .phone a i {
  display: none;
  margin-right: 5px;
  vertical-align: -10%;
}
.is-main-header > div #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 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateY(0);
  width: auto;
}
.is-main-header > div #header-ui .login:hover {
  color: rgb(249, 174, 0);
  padding: 8px 10px 16px 10px;
  transform: translateY(-8px);
}
body.maf-loaded .is-main-header > div #header-ui {
  right: 30px;
  opacity: 1;
}
.is-main-header > div #translate {
  position: absolute;
  right: 10px;
  top: 5px;
}
.is-main-header.squish {
  border-bottom: 2px solid rgb(66, 108, 180);
  height: 80px;
}
.is-main-header.squish .is-tvw-menu {
  top: 60%;
  transform: translateY(-40%);
}

section.is-hero {
  min-height: 350px;
  padding: 0 7.5px;
  position: relative;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section.is-hero > .maf-background {
  background-position: bottom center;
  width: calc(100% + 2px);
}
section.is-hero .row {
  overflow: visible;
  padding-top: 0;
}
section.is-hero .row .maf-bg-overlay video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.is-hero .row .column {
  min-height: 110px;
  padding-top: 110px;
}
section.is-hero .row .column.maf-col-1 {
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.is-hero .row .column.maf-col-1 .maf-content {
  background-color: white;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.7);
  justify-content: center;
  max-width: 930px;
  padding: 30px;
}
section.is-hero .row .column.maf-col-1 .maf-content h1 {
  color: rgb(66, 108, 180);
  font-weight: 700;
  margin-bottom: 15px;
}
section.is-hero .row .column.maf-col-1 .maf-content p.page-lead {
  color: rgb(66, 108, 180);
  font-size: 1.8rem;
  font-weight: 700;
}
section.is-hero .footer {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
  text-align: left;
  z-index: 1;
}
section.is-hero .footer .maf-content {
  max-width: 1280px;
  padding: 20px 30px;
}
section.is-hero .hero-logo {
  display: none;
  max-height: 80%;
  width: 100%;
}
body.is-home section.is-hero {
  min-height: 100vh;
}
body.is-home section.is-hero .hero-logo {
  display: inline-block;
}
body.is-home section.is-hero .row {
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.maf-loaded section.is-hero .row {
  opacity: 1;
}
body.maf-loaded section.is-hero .row .column.maf-col-1 {
  transform: translateX(0%);
}
section.is-hero.slideshow .row .column.maf-col-1 {
  display: none;
}
section.is-hero.narrow {
  min-height: 250px;
}
section.is-hero.narrow .row .column.maf-col-2 .maf-content p {
  padding: 0;
  width: 100%;
}
section.is-hero.narrow .row .column.maf-col-2 .maf-content p::before {
  display: none;
}
section.one-column.call-out {
  background-color: rgb(66, 108, 180);
  color: rgb(255, 255, 255);
  min-height: 375px;
}
section.one-column.call-out * {
  color: rgb(255, 255, 255);
}
section.one-column.call-out h1, section.one-column.call-out .h1-style, section.one-column.call-out h2, section.one-column.call-out .h2-style, section.one-column.call-out h3, section.one-column.call-out .h3-style, section.one-column.call-out h4, section.one-column.call-out .h4-style, section.one-column.call-out h5, section.one-column.call-out .h5-style, section.one-column.call-out h6.h6-style {
  color: rgb(255, 255, 255);
}
section.one-column.call-out hr {
  border-color: rgb(255, 255, 255);
}
section.one-column.call-out p {
  color: rgb(255, 255, 255);
}
section.one-column.call-out a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
section.one-column.call-out a:hover {
  text-decoration: underline;
}
section.one-column.call-out a.button {
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  color: rgb(255, 255, 255);
}
section.one-column.call-out a.button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(66, 108, 180);
  text-decoration: none;
}
section.one-column.call-out .row .column {
  justify-content: center;
}
section.one-column.call-out .row .column .maf-content p.page-lead {
  font-size: 2.2rem;
}
section.two-column {
  overflow: hidden;
}
section.two-column .row {
  padding: 0;
}
section.two-column .row .column > .maf-background {
  height: calc(100% + 2px);
}
section.two-column .row .column .maf-content {
  padding: 0 7.5px;
}
@media only screen and (min-width: 1024px) {
  section.two-column .row .column .maf-content {
    padding: 0 15px;
  }
}
section.two-column.bg-img-right .row .column.maf-col-2 {
  min-height: 100vw;
}
@media only screen and (min-width: 1024px) {
  section.two-column.bg-img-right .row .column.maf-col-2 {
    min-height: 50vw;
  }
}
section.two-column.point-right {
  margin-top: 20px;
  min-height: 500px;
}
section.two-column.point-right .column.maf-col-1 {
  background-image: url("/images/Layout/pattern-left.png");
  z-index: 2;
}
section.two-column.point-right .column.maf-col-1::after {
  content: "";
  background-image: url("/images/Layout/bg-point-right.png");
  background-size: 100% 100%;
  display: inline-block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 80px;
}
section.two-column.point-right .column.maf-col-2 {
  z-index: 1;
}
section.two-column.point-right .column.maf-col-2 .maf-bg-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
section.two-column.point-left {
  margin-top: 20px;
  min-height: 500px;
}
section.two-column.point-left .column.maf-col-1 .maf-bg-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
section.two-column.point-left .column.maf-col-2 {
  background-image: url("/images/Layout/pattern-right.png");
}
section.two-column.point-left .column.maf-col-2::after {
  content: "";
  background-image: url("/images/Layout/bg-point-left.png");
  background-size: 100% 100%;
  display: inline-block;
  height: 100%;
  right: 100%;
  position: absolute;
  top: 0;
  width: 100px;
}
section.three-column p.page-lead {
  font-size: 1.8rem;
  line-height: 1;
}
section.three-column .row {
  padding: 0 15px 30px 15px;
}
section.three-column .row .column {
  text-align: center;
}
section.three-column .row .column .maf-content {
  background-color: rgb(246, 246, 246);
  border-radius: 40px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.3);
  padding: 40px 30px;
}
section.four-column h2 {
  font-weight: bold;
  text-transform: uppercase;
}
section.four-column .row {
  max-width: 100%;
}
section.four-column .row .column {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
section.slideshow-section {
  background-color: rgb(246, 246, 246);
}
section.slideshow-section .header {
  padding-bottom: 50px;
}
section.slideshow-section .header .maf-content {
  align-items: center;
  text-align: center;
}
section.slideshow-section .row .column {
  color: rgb(65, 65, 65);
  min-height: 900px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  section.slideshow-section .row .column {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) {
  section.slideshow-section .row .column {
    min-height: 600px;
  }
}
section.slideshow-section .row .column.maf-col-1 {
  padding-top: 0;
}
section.slideshow-section .row .column.maf-col-1 .maf-background::before {
  background-image: url("/images/Layout/quotes.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-color: rgb(227, 227, 227);
  border: 1px solid rgb(255, 255, 255);
  content: "";
  display: none;
  height: calc(100% - 60px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
}
section.slideshow-section .flickity-slideshow .ss-slide, section.slideshow-section .flickity-slideshow-edit .ss-slide {
  display: flex;
  justify-content: center;
  padding: 0;
}
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;
}
section.slideshow-section .flickity-slideshow .ss-slide > div p, section.slideshow-section .flickity-slideshow-edit .ss-slide > div p {
  margin: 0 0 20px 0;
  max-width: 950px;
}
section.slideshow-section .flickity-slideshow .ss-slide > div p.name, section.slideshow-section .flickity-slideshow-edit .ss-slide > div p.name {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
section.slideshow-section .flickity-slideshow .ss-slide > div p.company, section.slideshow-section .flickity-slideshow-edit .ss-slide > div p.company {
  font-size: 2.5rem;
}
section.slideshow-section .flickity-slideshow {
  flex: 1 1 auto;
  height: auto;
  left: auto;
  min-height: 0;
  position: relative;
  top: auto;
}
section.slideshow-section .flickity-slideshow .column {
  min-height: 0;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots {
  bottom: -20px;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots .dot {
  background: none;
  border: 2px solid rgb(66, 108, 180);
  height: 20px;
  margin: 0 3px;
  opacity: 1;
  width: 20px;
}
section.slideshow-section .flickity-slideshow .flickity-page-dots .dot.is-selected {
  background: rgb(66, 108, 180);
}
section.simple-gallery figcaption {
  display: none;
}
section.simple-gallery .row .column.maf-col-2 {
  padding: 0;
}
section.page-content-section ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 30px;
}
section.page-content-section ul li {
  text-align: left;
}
section.page-content-section .is-simple-gallery {
  margin-bottom: 20px;
}
section.page-content-section .is-simple-gallery figure {
  padding: 0 3px 0 0;
}
section.page-content-section .is-simple-gallery figure figcaption {
  display: none;
}
section.page-content-section .header {
  display: none;
}
section.page-content-section #contact-form {
  margin-bottom: 35px;
}
section.page-content-section .row {
  margin-bottom: 30px;
}
section.page-content-section .row .column {
  align-items: flex-start;
}
section.page-content-section .row .column.maf-col-1 {
  text-align: left;
}
section.page-content-section .row .column.maf-col-1 .maf-content {
  max-width: 900px;
}
section.page-content-section .row .column.maf-col-2 {
  text-align: right;
}
section.page-content-section .row .column.maf-col-2 img {
  display: inline-block;
}
section.contact-section h1 {
  margin-bottom: 0;
}
section.contact-section p, section.contact-section address {
  margin-bottom: 15px;
}
section.contact-section p i, section.contact-section address i {
  opacity: 0.8;
  font-size: 2.2rem;
  margin-right: 10px;
  vertical-align: -20%;
}
section.contact-section .name {
  color: rgb(66, 108, 180);
  font-weight: 600;
  margin-bottom: 0;
}
section.contact-section #contact-form label {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
section.contact-section #contact-form input[type=submit] {
  margin-bottom: 35px;
}
section.contact-section .social-icons {
  font-size: 3rem;
  margin-top: 30px;
}
section.contact-section .social-icons a i {
  background-color: rgb(65, 65, 65);
  border: 2px solid rgb(65, 65, 65);
  height: 45px;
  width: 45px;
}
section.contact-section .social-icons a i::before {
  color: rgb(255, 255, 255);
}
section.contact-section .social-icons a i:hover {
  background-color: transparent;
  border-color: rgb(65, 65, 65);
}
section.contact-section .social-icons a i:hover::before {
  color: rgb(65, 65, 65);
}
section.contact-section .row .column.maf-col-1 .maf-content {
  margin-bottom: 35px;
}
section.contact-section .row .column.maf-col-2 {
  text-align: right;
}
section.social-section h3 {
  margin-top: 0;
}
section.social-section .header {
  background-color: rgb(66, 108, 180);
}
section.social-section .row {
  background-color: rgb(66, 108, 180);
}
@media only screen and (min-width: 1024px) {
  section.social-section .row .column.third {
    padding-left: 0;
  }
}
section.call-out {
  min-height: 0px;
}
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 {
  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 {
    min-height: 25vw;
  }
}
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 {
    min-height: 50vw;
  }
}
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 {
    min-height: 50vw;
  }
}
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 {
    max-width: 84%;
  }
}
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 {
    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 {
  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 {
  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 {
  min-height: 100vw;
  padding: 0 30px;
}
@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 {
    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 {
    min-height: 25vw;
    padding: 50px;
  }
}
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 {
    min-height: 25vw;
  }
}
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 {
    min-height: 50vw;
  }
}
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 {
    min-height: 50vw;
  }
}
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 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
section.mailchimp .field-shift {
  left: -9999px;
  position: absolute;
}
section.mailchimp label {
  font-weight: 500;
}
section.mailchimp .checkbox-group {
  list-style-type: none;
  padding: 0;
}
section.mailchimp .radio-group label {
  font-weight: 400;
}
section.mailchimp .radio-group label input {
  margin-right: 10px;
}
section.mailchimp .row {
  padding: 0 30px;
}
section.mailchimp .row .column {
  padding-top: 0;
  text-align: left;
}
section.map-section {
  min-height: 540px;
}
section.map-section button {
  box-shadow: none;
}
section.map-section .row {
  max-width: none;
  padding: 0;
}
section.map-section .row .column {
  padding: 0;
}
section.map-section .row .column .is-map {
  position: absolute;
}
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 {
    max-width: 84%;
  }
}
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 {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  section.place-map-section .row.nested {
    max-width: 84%;
  }
}
section.place-map-section .row.nested .column .maf-content {
  max-width: none;
}
section.place-map-section .row.nested .column.maf-col-3 {
  padding: 30px 15px 0 0;
}
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 {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 576px) {
  section.place-map-section .row.nested .column.maf-col-4 {
    padding: 30px 0 0 15px;
  }
}
section#gallery {
  background-color: white;
  padding-bottom: 15px;
}
section#gallery .maf-background {
  height: 85%;
  top: 0;
  transform: translate(-50%, 0);
}
section#gallery .header {
  margin-bottom: 30px;
}
section#gallery .header hr {
  margin-right: auto;
  margin-left: auto;
}
section#gallery .row {
  overflow: visible;
}
section#gallery .row .column {
  background-color: white;
  box-shadow: 0 25px 80px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}
section#gallery .row .column .maf-content {
  max-width: none;
}
section#gallery .row .column .maf-content a.icon {
  bottom: 0;
  font-size: 6rem;
  position: absolute;
}
section#gallery .row .column .maf-content a.icon i {
  color: rgb(65, 65, 65);
  display: inline-block;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section#gallery .row .column .maf-content a.icon i:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
@media only screen and (min-width: 1024px) {
  section.twothirds-third .row .column.maf-col-1 {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  section.twothirds-third .row .column.maf-col-2 {
    flex-basis: 40%;
  }
}
section.twothirds-third .row .column.maf-col-2 img {
  width: 100%;
}
section.img-left .row .column.maf-col-1 {
  min-height: 650px;
  padding-top: 0;
  padding-bottom: 0;
}
section.img-left .row .column.maf-col-1.third .maf-background {
  max-width: 650px;
}
section.img-left .row .column.maf-col-1 .maf-content {
  max-width: none;
  padding: 0;
}
section.img-left .row .column.maf-col-1 .maf-content img {
  max-width: 600px;
  width: 100%;
}
section.img-right .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  section.img-right .row {
    flex-direction: row;
  }
}
section.img-right .row .column.maf-col-1 {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  section.img-right .row .column.maf-col-1 {
    padding-top: 30px;
  }
}
section.img-right .row .column.maf-col-2 {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  section.img-right .row .column.maf-col-2 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  section.img-right .row .column.maf-col-2 .maf-content {
    padding-left: 0;
  }
}
section.img-right .row .column.maf-col-2 .maf-content p {
  max-width: none;
}
section.img-right .row .column.maf-col-2 .maf-content img {
  max-width: none;
  width: 100%;
}
section.img-all .row .column.maf-col-1 {
  min-height: 650px;
  padding-top: 0;
  padding-bottom: 0;
}
section.img-all .row .column.maf-col-1.third .maf-background {
  max-width: 650px;
}
section.img-all .row .column.maf-col-1 .maf-content {
  max-width: none;
  padding: 0;
}
section.img-all .row .column.maf-col-1 .maf-content img {
  max-width: 600px;
  width: 100%;
}
section.img-all .row .column.maf-col-2 {
  min-height: 650px;
}
section.img-all .row .column.maf-col-2 .maf-content {
  max-width: none;
  padding: 0;
}
section.img-all .row .column.maf-col-2 .maf-content.third .maf-background {
  max-width: 600px;
}
section.img-all .row .column.maf-col-2 .maf-content img {
  width: 100%;
}
section#about {
  padding: 30px 15px 20px 15px;
}
section#about h2 {
  color: rgb(66, 108, 180);
}
section#about .img-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  section#about .img-box {
    margin-bottom: 0;
  }
}
section#about .img-box > div {
  display: inline-block;
  flex: 1 1 auto;
  font-size: 1.2rem;
}
section#about .img-box > div.img {
  min-width: 125px;
  max-width: 125px;
}
section#about .img-box > div.img img {
  border: 2px solid rgb(66, 108, 180);
  width: 100%;
}
section#about .img-box > div.desc {
  padding-left: 20px;
}
section#about .img-box > div.desc p {
  margin: 0;
  max-width: 400px;
}
section#about .row {
  border: 2px solid rgb(66, 108, 180);
}
section#about .row .column.maf-col-1 h2 {
  max-width: 320px;
}
section#about .row .column.maf-col-1 p.page-lead {
  color: rgb(65, 65, 65);
}
section#about .row .column.maf-col-1, section#about .row .column.maf-col-2 {
  padding-bottom: 30px;
}
section#about .row .column.maf-col-3, section#about .row .column.maf-col-4 {
  padding-top: 0;
}
section#about .row .column.maf-col-3 .maf-content, section#about .row .column.maf-col-4 .maf-content {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  section#about .row .column.maf-col-4 ol {
    margin-top: 60px;
  }
}
section#services {
  padding: 0 7.5px;
  margin-bottom: 30px;
}
section#services h2 {
  color: rgb(66, 108, 180);
  max-width: 380px;
}
section#services .row .column.maf-col-1 {
  min-height: 300px;
}
@media only screen and (min-width: 1024px) {
  section#services .row .column.maf-col-1 {
    padding: 0 10px 0 0;
  }
}
section#services .row .column.maf-col-1 .maf-content {
  height: 100%;
  flex: 1 1 auto;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  section#services .row .column.maf-col-2 {
    padding: 0 0 0 10px;
  }
}
section#services .row .column.maf-col-2 .maf-content {
  border: 2px solid rgb(66, 108, 180);
  height: 100%;
  padding: 20px;
}
section#services .row .column.maf-col-2 .maf-content .flags {
  max-width: 490px;
}

.is-footer {
  padding: 7.5px;
}
.is-footer h2 {
  color: rgb(66, 108, 180);
}
.is-footer p {
  margin-bottom: 15px;
}
.is-footer a {
  color: rgb(66, 108, 180);
}
.is-footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.is-footer .button {
  background-color: rgb(66, 108, 180);
  border-color: rgb(66, 108, 180);
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  padding: 10px 30px;
}
.is-footer .button:hover {
  background-color: transparent;
  color: rgb(66, 108, 180);
}
.is-footer p i, .is-footer address i {
  display: none;
  height: 20px;
  opacity: 0.8;
  font-size: 1.8rem;
  margin-right: 10px;
  position: relative;
  vertical-align: -10%;
  width: 20px;
}
.is-footer p i::before, .is-footer address i::before {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.is-footer address {
  font-weight: 200;
}
.is-footer form {
  margin-bottom: 10px;
  text-align: left;
}
.is-footer .phone-block {
  text-transform: uppercase;
}
.is-footer .email {
  display: none;
}
.is-footer .name {
  margin: 0 0 30px 0;
}
.is-footer .row {
  max-width: 1340px;
  padding: 0;
}
.is-footer .row .column.maf-col-1 {
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: left;
}
.is-footer .row .column.maf-col-1 .maf-content {
  align-items: flex-start;
  max-width: 485px;
  text-align: left;
}
.is-footer .row .column.maf-col-2 p img {
  border: 2px solid rgb(66, 108, 180);
}
.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 {
  color: rgb(255, 255, 255);
  display: none;
  padding: 10px 0;
  width: 100%;
}
.is-footer .legals p {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  width: auto;
}
.is-footer .legals a {
  color: rgb(255, 255, 255);
}
.is-footer .legals .row {
  justify-content: space-between;
}
.is-footer .bottom-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.is-footer .bottom-nav a {
  text-transform: uppercase;
}
.is-footer .is-map {
  box-shadow: 0 0 25px 12px rgba(0, 0, 0, 0.1);
  height: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .is-footer .is-map {
    height: 100%;
    width: 50%;
  }
}/*# sourceMappingURL=tvw-main.css.map */