@charset "UTF-8";
@font-face {
  font-family: "Fira Sans", sans-serif;
  font-style: normal; }
@font-face {
  font-family: "Lato", sans-serif;
  font-style: normal; }
/******************
 * SCSS Variables   *
 ******************/
/*
** http://stackoverflow.com/questions/17181849/placeholder-mixin-scss-css
*/
/*
** https://github.com/mastastealth/sass-flex-mixin
*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
------------------------------------------------------------- */
/** HIDE GFORMS HONEYPOT */
.gform_validation_container {
  display: none !important; }

/** END HIDE GFORMS HONEYPOT */
/******************
 * SCSS Variables   *
 ******************/
[class*="block-grid-"], .row .row {
  margin: 0; }

[class*="column"] + [class*="column"]:last-child {
  float: left; }

html, body {
  min-height: 100%;
  background: #d2d2d2;
  line-height: 26px;
  color: #333333; }

body, input, textarea {
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 26px; }

a {
  text-decoration: none;
  color: #5f5f5f;
  transition: 0.3s; }

a:hover {
  text-decoration: underline; }

.std p {
  margin: 0 0 20px; }
  .std p img.left {
    float: left; }
  .std p img.right {
    float: right; }
.std a:not([class]) {
  text-decoration: underline; }
  .std a:not([class]):hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  text-decoration: none; }

h1 {
  font-size: 24px;
  line-height: normal;
  font-weight: 300; }

h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: 300; }

h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 300; }

h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: 300; }

h5 {
  font-size: 13px;
  line-height: normal;
  font-weight: 300; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

.std dl dl {
  margin: 0 0 1.5em 0; }
  .std dl dl dt {
    font-weight: normal; }
.std dl dd {
  margin-left: 1.5em; }
.std dl table {
  margin-bottom: 1.4em; }
.std dl th {
  font-weight: normal; }
.std dl th, .std dl td, .std dl caption {
  padding: 3px 10px 3px 0; }
.std dl tfoot {
  font-style: italic; }
.std dl caption {
  background: #eee; }

.readmore {
  text-transform: uppercase; }
  .readmore:after {
    padding-left: 25px;
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 12px;
    margin-top: -1px; }

.bottom-collapse-container {
  overflow: hidden;
  cursor: pointer; }
  .bottom-collapse-container .bottom-collapse {
    background-color: #d2d2d2;
    bottom: -70px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .bottom-collapse-container .bottom-collapse span {
      margin-top: 10px;
      display: block;
      -webkit-transition: transform 0.35s;
      -khtml-transition: transform 0.35s;
      -moz-transition: transform 0.35s;
      -ms-transition: transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 200%, 0);
      -khtml-transform: translate3d(0, 200%, 0);
      -moz-transform: translate3d(0, 200%, 0);
      -ms-transform: translate3d(0, 200%, 0);
      -o-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0);
      text-transform: uppercase; }
    .bottom-collapse-container .bottom-collapse .fa {
      font-size: 12px;
      margin-top: 10px;
      -webkit-transition: transform 0.35s;
      -khtml-transition: transform 0.35s;
      -moz-transition: transform 0.35s;
      -ms-transition: transform 0.35s;
      -o-transition: transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: translate3d(0, 200%, 0);
      -khtml-transform: translate3d(0, 200%, 0);
      -moz-transform: translate3d(0, 200%, 0);
      -ms-transform: translate3d(0, 200%, 0);
      -o-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0); }
  .bottom-collapse-container:hover .bottom-collapse {
    bottom: 0; }
    .bottom-collapse-container:hover .bottom-collapse span, .bottom-collapse-container:hover .bottom-collapse .fa {
      margin-top: 0;
      -webkit-transition-delay: 0.05s;
      -khtml-transition-delay: 0.05s;
      -moz-transition-delay: 0.05s;
      -ms-transition-delay: 0.05s;
      -o-transition-delay: 0.05s;
      transition-delay: 0.05s;
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .bottom-collapse-container:hover .bottom-collapse .fa {
      -webkit-transition-delay: 0.125s;
      -khtml-transition-delay: 0.125s;
      -moz-transition-delay: 0.125s;
      -ms-transition-delay: 0.125s;
      -o-transition-delay: 0.125s;
      transition-delay: 0.125s;
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.hide {
  overflow: hidden;
  height: 0; }

.nodisplay {
  display: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 2em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/******************************************
 * Border (single-line)                   *
 * -------------------------------------- *
 * a: all             l: light            *
 * t: top             m: medium           *
 * r: right           d: dark             *
 * b: bottom          b: black            *
 * l: left                                *
 * h: horizontal                          *
 * v: vertical                            *
 ******************************************/
.no-border {
  border: none; }

.bal {
  border: 1px solid #111111; }

.bam {
  border: 1px solid #dadada; }

.bad {
  border: 1px solid #ccc; }

.bab {
  border: 1px solid #000; }

.btl {
  border-top: 1px solid #111111; }

.btm {
  border-top: 1px solid #dadada; }

.btd {
  border-top: 1px solid #ccc; }

.btb {
  border-top: 1px solid #000; }

.brl {
  border-right: 1px solid #111111; }

.brm {
  border-right: 1px solid #dadada; }

.brd {
  border-right: 1px solid #ccc; }

.brb {
  border-right: 1px solid #000; }

.bbl {
  border-bottom: 1px solid #111111; }

.bbm {
  border-bottom: 1px solid #dadada; }

.bbd {
  border-bottom: 1px solid #ccc; }

.bbb {
  border-bottom: 1px solid #000; }

.bll {
  border-left: 1px solid #111111; }

.blm {
  border-left: 1px solid #dadada; }

.bld {
  border-left: 1px solid #ccc; }

.blb {
  border-left: 1px solid #000; }

.bhl {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111; }

.bhm {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }

.bhd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.bhb {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.bvl {
  border-left: 1px solid #111111;
  border-right: 1px solid #111111; }

.bvm {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.bvd {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.bvb {
  border-left: 1px solid #000;
  border-right: 1px solid #000; }

/******************************************
 * Border radius                          *
 * -------------------------------------- *
 * a: all                n: none          *
 * t: top                t: tiny (2px)    *
 * r: right              s: small (5px)   *
 * b: bottom                              *
 * l: left                                *
 ******************************************/
.bran {
  border-radius: 0; }

.brat {
  border-radius: 2px; }

.bras {
  border-radius: 5px; }

.brtn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.brtt {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.brts {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.brrn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.brrt {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.brrs {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.brbn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.brbt {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.brbs {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.brln {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.brlt {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.brls {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

/******************************************
 * Margins & Paddings                     *
 * -------------------------------------- *
 * a: all                n: none          *
 * t: top                t: tiny (2px)    *
 * r: right              s: small (5px)   *
 * b: bottom             m: medium (10px) *
 * l: left               l: large (15px)  *
 * h: horizontal         h: huge (20px)   *
 * v: vertical                            *
 ******************************************/
.man {
  margin: 0; }

.mat {
  margin: 2px; }

.mas {
  margin: 15px; }

.mam {
  margin: 30px; }

.mal {
  margin: 60px; }

.mah {
  margin: 90px; }

.mtn {
  margin-top: 0; }

.mtt {
  margin-top: 2px; }

.mts {
  margin-top: 15px; }

.mtm {
  margin-top: 30px; }

.mtl {
  margin-top: 60px; }

.mth {
  margin-top: 90px; }

.mrn {
  margin-right: 0; }

.mrt {
  margin-right: 2px; }

.mrs {
  margin-right: 15px; }

.mrm {
  margin-right: 30px; }

.mrl {
  margin-right: 60px; }

.mrh {
  margin-right: 90px; }

.mbn {
  margin-bottom: 0; }

.mbt {
  margin-bottom: 2px; }

.mbs {
  margin-bottom: 15px; }

.mbm {
  margin-bottom: 30px; }

.mbl {
  margin-bottom: 60px; }

.mbh {
  margin-bottom: 90px; }

.mln {
  margin-left: 0; }

.mlt {
  margin-left: 2px; }

.mls {
  margin-left: 15px; }

.mlm {
  margin-left: 30px; }

.mll {
  margin-left: 60px; }

.mlh {
  margin-left: 90px; }

.mhn {
  margin-left: 0;
  margin-right: 0; }

.mht {
  margin-left: 2px;
  margin-right: 2px; }

.mhs {
  margin-left: 15px;
  margin-right: 15px; }

.mhm {
  margin-left: 30px;
  margin-right: 30px; }

.mhl {
  margin-left: 60px;
  margin-right: 60px; }

.mhh {
  margin-left: 30px;
  margin-right: 90px; }

.mvn {
  margin-top: 0;
  margin-bottom: 0; }

.mvt {
  margin-top: 2px;
  margin-bottom: 2px; }

.mvs {
  margin-top: 15px;
  margin-bottom: 15px; }

.mvm {
  margin-top: 30px;
  margin-bottom: 30px; }

.mvl {
  margin-top: 60px;
  margin-bottom: 60px; }

.mvh {
  margin-top: 30px;
  margin-bottom: 90px; }

.pan {
  padding: 0; }

.pat {
  padding: 2px; }

.pas {
  padding: 15px; }

.pam {
  padding: 30px; }

.pal {
  padding: 60px; }

.pah {
  padding: 90px; }

.ptn {
  padding-top: 0; }

.ptt {
  padding-top: 2px; }

.pts {
  padding-top: 15px; }

.ptm {
  padding-top: 30px; }

.ptl {
  padding-top: 60px; }

.pth {
  padding-top: 90px; }

.prn {
  padding-right: 0; }

.prt {
  padding-right: 2px; }

.prs {
  padding-right: 15px; }

.prm {
  padding-right: 30px; }

.prl {
  padding-right: 60px; }

.prh {
  padding-right: 90px; }

.pbn {
  padding-bottom: 0; }

.pbt {
  padding-bottom: 2px; }

.pbs {
  padding-bottom: 15px; }

.pbm {
  padding-bottom: 30px; }

.pbl {
  padding-bottom: 60px; }

.pbh {
  padding-bottom: 90px; }

.pln {
  padding-left: 0; }

.plt {
  padding-left: 2px; }

.pls {
  padding-left: 15px; }

.plm {
  padding-left: 30px; }

.pll {
  padding-left: 60px; }

.plh {
  padding-left: 90px; }

.phn {
  padding-left: 0;
  padding-right: 0; }

.pht {
  padding-left: 2px;
  padding-right: 2px; }

.phs {
  padding-left: 15px;
  padding-right: 15px; }

.phm {
  padding-left: 30px;
  padding-right: 30px; }

.phl {
  padding-left: 60px;
  padding-right: 60px; }

.phh {
  padding-left: 30px;
  padding-right: 90px; }

.pvn {
  padding-top: 0;
  padding-bottom: 0; }

.pvt {
  padding-top: 2px;
  padding-bottom: 2px; }

.pvs {
  padding-top: 15px;
  padding-bottom: 15px; }

.pvm {
  padding-top: 30px;
  padding-bottom: 30px; }

.pvl {
  padding-top: 60px;
  padding-bottom: 60px; }

.pvh {
  padding-top: 30px;
  padding-bottom: 90px; }

.header .grid-x {
  position: relative; }
.header .logo {
  margin-top: 20px;
  display: block;
  width: 340px; }
.header ul {
  list-style: none;
  margin: 0;
  padding: 30px 0 20px 0;
  text-align: right;
  background-color: #ffffff;
  position: relative;
  z-index: 1000; }
  .header ul li {
    display: inline-block;
    position: relative; }
    .header ul li:not(:last-of-type) {
      border-right: 1px solid #9e478e; }
      .header ul li.current-menu-item a, .header ul li.current-post-ancestor a {
        color: #9e478e; }
        .header ul li.current-menu-item ul li a, .header ul li.current-post-ancestor ul li a {
          color: #000000; }
          .header ul li.current-menu-item ul li a:hover, .header ul li.current-post-ancestor ul li a:hover {
            color: #9e478e; }
    .header ul li:last-of-type a {
      padding-right: 0; }
    .header ul li a {
      display: block;
      text-transform: uppercase;
      color: #000000;
      padding: 10px 20px 4px 20px;
      font-weight: 700; }
      .header ul li a:hover {
        text-decoration: none;
        color: #9e478e; }
    .header ul li.menu-item-has-children a:after {
      display: inline-block;
      font: normal normal normal 14px/1 "Font Awesome 5 Free";
      font-weight: 900;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "";
      display: inline-block;
      margin-left: 6px;
      position: relative;
      top: -4px; }
  .header ul li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1; }
  .header ul li ul {
    transition: ease-in-out 0.3s;
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 1em 1em 1em 0;
    left: 0;
    background: #ffffff;
    text-align: left;
    z-index: 999; }
    .header ul li ul li {
      border: none !important; }
      .header ul li ul li a {
        font-weight: 500; }
        .header ul li ul li a:after {
          display: none !important; }
      .header ul li ul li.current-menu-item a {
        color: #9e478e; }
.header .search-toggle {
  cursor: pointer; }
  .header .search-toggle.active a {
    color: #9e478e; }
.header .search {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0.9375em;
  background: #ffffff;
  padding: 1.5em 2em;
  transition: ease 0.5s;
  background: #f1f1f1; }
  .header .search .search-form .search-input-container {
    display: inline-block; }
    .header .search .search-form .search-input-container input {
      border: none;
      width: 400px;
      padding: 12px 16px; }
  .header .search .search-form .search-submit {
    display: inline-block;
    padding: 12px 16px;
    cursor: pointer;
    background: #9e478e;
    color: #ffffff;
    transition: 0.3s;
    border-radius: 0; }
    .header .search .search-form .search-submit:hover {
      background: #000000;
      color: #ffffff; }
  .header .search.active {
    top: 100%;
    z-index: 10; }
.header .page-header .header-image {
  position: relative;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  padding-top: 210px;
  padding-bottom: 210px; }
  .header .page-header .header-image .titles {
    position: relative;
    z-index: 100; }
    .header .page-header .header-image .titles h1 {
      font-weight: 700;
      font-size: 5.25rem;
      font-style: italic;
      margin: 0; }
    .header .page-header .header-image .titles h2 {
      font-weight: 700;
      margin: 0;
      font-size: 2.25rem; }
  .header .page-header .header-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/bg-overlay.png);
    background-position: center center;
    background-size: cover; }
.header .page-header .usps {
  background: #9e478e;
  color: #ffffff;
  font-weight: 700;
  font-family: "Fira Sans"; }
  .header .page-header .usps .uspwrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    justify-content: space-between; }
    .header .page-header .usps .uspwrapper .uspholder {
      display: flex;
      align-items: center;
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
      .header .page-header .usps .uspwrapper .uspholder .top {
        margin-right: 10px; }
        .header .page-header .usps .uspwrapper .uspholder .top img {
          width: 50px;
          height: auto; }
      .header .page-header .usps .uspwrapper .uspholder .usp-text {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 1.5em; }
      @media (max-width: 64em) {
        .header .page-header .usps .uspwrapper .uspholder {
          flex-basis: 50%; } }

.fixed-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: #ffffff;
  box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.2); }
  .fixed-header .search {
    top: -100%; }
  .fixed-header .fixed-logo {
    display: block;
    padding-top: 14px; }
    .fixed-header .fixed-logo img {
      height: 24px; }
  .fixed-header ul {
    padding: 10px 0; }
    .fixed-header ul li a {
      padding: 4px 20px; }

.mobile-header {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #ffffff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999; }
  .mobile-header .menu-toggle {
    width: 30px;
    height: 24px;
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    .mobile-header .menu-toggle span {
      display: block;
      background: #9e478e;
      height: 5px;
      position: absolute;
      left: 0;
      right: 0;
      transition: ease-in-out 0.3s; }
      .mobile-header .menu-toggle span:first-of-type {
        top: 0;
        transform-origin: top left; }
      .mobile-header .menu-toggle span:nth-of-type(2) {
        top: 50%;
        transform: translate(0, -50%);
        transform-origin: center left; }
      .mobile-header .menu-toggle span:last-of-type {
        bottom: 0;
        transform-origin: bottom left; }
        .mobile-header .menu-toggle span.active:first-of-type {
          transform: rotate(45deg);
          top: -1px; }
        .mobile-header .menu-toggle span.active:nth-of-type(2) {
          opacity: 0; }
        .mobile-header .menu-toggle span.active:last-of-type {
          transform: rotate(-45deg); }

.mobile-nav {
  position: fixed;
  z-index: 9999;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 90vw;
  min-height: 100vw;
  background: #ffffff;
  transition: ease-in-out 0.3s;
  padding: 80px 24px;
  box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.2); }
  .mobile-nav.active {
    right: 0; }
  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-nav ul li {
      margin: 0;
      padding: 4px 0; }
      .mobile-nav ul li a {
        color: #000000;
        text-transform: uppercase;
        font-weight: 700; }
      .mobile-nav ul li ul {
        margin-left: 1rem; }
        .mobile-nav ul li ul li a {
          font-weight: 300; }
      .mobile-nav ul li.search-toggle {
        display: none; }
  .mobile-nav .mobile-search {
    margin-top: 1.5em;
    width: 100%; }
    .mobile-nav .mobile-search .search-form form {
      display: flex;
      width: 100%; }
    .mobile-nav .mobile-search .search-input-container {
      flex-grow: 1; }
      .mobile-nav .mobile-search .search-input-container input {
        width: 100%;
        background: #f1f1f1;
        border: none;
        padding: 16px 24px; }
    .mobile-nav .mobile-search .search-submit {
      display: inline-block;
      padding: 12px 16px;
      cursor: pointer;
      background: #9e478e;
      color: #ffffff;
      transition: 0.3s;
      border-radius: 0; }
      .mobile-nav .mobile-search .search-submit:hover {
        background: #000000;
        color: #ffffff; }

.footer {
  padding-top: 80px;
  background: #000000;
  color: #ffffff; }
  .footer a {
    color: #ffffff; }
    .footer a:hover {
      text-decoration: none;
      color: #9e478e; }
  .footer .footer-col {
    line-height: 1.75; }
    .footer .footer-col .contentholder {
      margin-bottom: 40px; }
      .footer .footer-col .contentholder.mobile {
        position: relative; }
      .footer .footer-col .contentholder h3 {
        margin-bottom: 2px;
        font-weight: 700; }
        .footer .footer-col .contentholder h3:after {
          display: inline-block;
          font: normal normal normal 14px/1 "Font Awesome 5 Free";
          font-weight: 900;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          content: "";
          color: #ffffff;
          position: absolute;
          display: block;
          right: 0;
          top: 3px;
          transform-origin: 50% 50%;
          transition: ease 0.3s; }
          .footer .footer-col .contentholder h3.active:after {
            transform: rotate(135deg); }
      .footer .footer-col .contentholder.mobile .content {
        display: none; }
      .footer .footer-col .contentholder .noab {
        width: 90%;
        margin-top: 1.5em; }
        .footer .footer-col .contentholder.social ul {
          margin: 0;
          padding: 0;
          list-style: none;
          font-size: 1.5em; }
          .footer .footer-col .contentholder.social ul li {
            margin: 0 8px 0 0;
            padding: 0;
            display: inline-block; }
  .footer .footer-contact:not(:last-of-type) {
    margin-bottom: 40px; }
  .footer .footer-contact span {
    display: block; }
    .footer .footer-contact span:before {
      display: inline-block;
      width: 24px;
      font-size: 16px; }
      .footer .footer-contact span.email:before {
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
    .footer .footer-contact span.phone:before {
      display: inline-block;
      font: normal normal normal 14px/1 "Font Awesome 5 Free";
      font-weight: 900;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: ""; }
.footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer .footer-menu ul li {
    margin: 0;
    padding: 0; }
.footer .site-bottom {
  padding-top: 24px;
  padding-bottom: 32px; }
@media (max-width: 40em) {
  .footer .site-bottom .cell {
    text-align: center; }
    .footer .site-bottom .cell ul {
      margin-top: 1rem;
      text-align: center; }
      .footer .site-bottom .cell ul li {
        display: list-item;
        border: none; } }
.footer .site-bottom .devider {
  position: relative;
  width: 100%;
  height: 24px;
  margin-bottom: 10px; }
  .footer .site-bottom .devider:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background: #ffffff;
    height: 1px; }
  .footer .site-bottom .devider:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    background-color: #000000;
    background-image: url(../img/w-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 47px 45px;
    padding: 0 5px;
    width: 60px;
    height: 50px; }
.footer .site-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }
  .footer .site-bottom ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ffffff; }
    .footer .site-bottom ul li:last-of-type {
      border: none;
      padding-right: 0; }
    .footer .site-bottom ul li a {
      display: block;
      color: #ffffff; }
      .footer .site-bottom ul li a:hover {
        text-decoration: none;
        color: #9e478e; }

body {
  overflow-x: hidden; }
@media screen and (min-width: 64rem) {
  body {
    background: url(../img/w-background.svg) bottom left -15% / 40vw no-repeat fixed #ffffff !important; } }

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.breadcrumbs {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem; }
  .breadcrumbs a {
    display: inline-block;
    color: #9e478e; }
    .breadcrumbs a:not(:last-of-type):after {
      display: inline-block;
      margin: 0 4px; }
  .breadcrumbs .sep {
    color: #9e478e;
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 2px 0 2px; }

.btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Fira Sans";
  font-weight: 300;
  padding: 10px 40px;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 0; }
  .btn:hover {
    text-decoration: none; }
  .btn.btn-black {
    background: #000000;
    color: #ffffff; }
    .btn.btn-black:hover {
      background: #9e478e; }
  .btn.btn-purple {
    background: #9e478e;
    color: #ffffff; }
    .btn.btn-purple:hover {
      background: #000000;
      color: #ffffff; }
  .btn.hover-white:hover {
    background: #ffffff;
    color: #000000; }

/** FORMS **/
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.gform_wrapper .validation_error {
  border: none !important;
  background: #ff0000;
  color: #ffffff !important; }
  .gform_wrapper .gform_body ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gform_wrapper .gform_body ul li {
      margin: 0 !important;
      padding: 0 !important; }
      .gform_wrapper .gform_body ul li input, .gform_wrapper .gform_body ul li textarea {
        width: 100% !important;
        border: none;
        color: #000000;
        margin: 0;
        padding: 14px 10px !important;
        border-radius: 0; }
        .gform_wrapper .gform_body ul li input::placeholder, .gform_wrapper .gform_body ul li textarea::placeholder {
          color: #9e478e; }
      .gform_wrapper .gform_body ul li .validation_message {
        display: none; }
      .gform_wrapper .gform_body ul li.gfield_error {
        border: none;
        max-width: 100% !important; }
        .gform_wrapper .gform_body ul li.gfield_error label {
          margin: 0;
          background: none; }
        .gform_wrapper .gform_body ul li.gfield_error .ginput_container {
          margin-top: 0 !important; }
        .gform_wrapper .gform_body ul li.gfield_error input {
          border: 1px solid #f00 !important;
          margin: 0 !important; }
.gform_wrapper .gform_footer input[type="submit"] {
  background: #000000;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 12px 40px; }
.gform_wrapper .gform_footer button {
  cursor: pointer; }
.gform_wrapper .gform_footer .required {
  vertical-align: top;
  font-size: 0.875rem;
  margin-left: 1em; }

/** Homepagina **/
.home-content {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto; }
  .home-content .singular-content {
    padding: 0 !important;
    text-align: center; }
    .home-content .singular-content h2 {
      font-size: 3rem;
      font-style: italic; }
  @media (max-width: 40em) {
    .home-content {
      width: 100%; }
      .home-content .singular-content h2 {
        font-size: 2rem; } }
.home-content .featured-team .member {
  display: flex;
  justify-content: space-around; }
  .home-content .featured-team .member figure {
    width: 80px;
    height: 80px;
    margin-right: 1rem; }
  .home-content .featured-team .member h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #9e478e; }
  .home-content .featured-team .member span {
    font-size: 0.875rem;
    font-weight: 600; }

.service-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .service-list .service-item {
    flex-basis: 18%;
    height: 270px;
    position: relative; }
    .service-list .service-item .post-thumbnail {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover;
      background-position: center center; }
    .service-list .service-item .service-title {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #000000;
      color: #ffffff;
      padding: 22px 16px;
      transition: ease 0.3s; }
      .service-list .service-item .service-title h3 {
        font-size: 1rem;
        font-weight: 700; }
    .service-list .service-item:hover .service-title {
      background: #ffffff;
      color: #000000; }
  @media (max-width: 64em) {
    .service-list {
      justify-content: center; }
      .service-list .service-item {
        flex-basis: 31%;
        margin: 0 1% 32px 1%;
        height: auto; }
        .service-list .service-item:after {
          content: "";
          display: block;
          padding-bottom: 100%; } }
@media (max-width: 40em) {
  .service-list .service-item {
    flex-basis: 46%; } }

.section-cta {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold; }
  .section-cta h3 {
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic; }
  .section-cta a {
    color: #9e478e;
    display: inline-block;
    font-size: 3rem;
    font-family: "Fira Sans"; }
    .section-cta a:before {
      display: inline-block;
      font: normal normal normal 14px/1 "Font Awesome 5 Free";
      font-weight: 900;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "";
      display: inline-block;
      margin-right: 12px;
      font-size: 0.75em;
      position: relative;
      bottom: 2px; }
    .section-cta a:hover {
      color: #000000;
      text-decoration: none; }

/** Content **/
.main-container {
  padding-top: 90px; }
  .main-container .singular-header .singular-title {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 1.5rem 0; }
  @media (max-width: 40em) {
    .main-container .singular-header .singular-title {
      font-size: 2rem; } }
  .main-container .singular-content {
    padding-right: 2em; }
    .main-container .singular-footer .readmore {
      position: relative;
      display: block;
      padding-top: 6px;
      text-decoration: none;
      text-transform: uppercase;
      color: #9e478e;
      font-weight: 600;
      margin-top: 26px; }
      .main-container .singular-footer .readmore:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #9e478e;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      .main-container .singular-footer .readmore:hover {
        color: #000000; }
      .main-container .singular-footer .readmore:before {
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        display: inline-block;
        margin-right: 8px; }

.std p {
  line-height: 1.75rem; }
.std h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 1.5rem 0; }
.std h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 1rem 0; }
.std h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1rem 0; }
.std a {
  color: #9e478e;
  text-decoration: none !important; }
  .std a:hover {
    color: #333333;
    text-decoration: underline !important; }

.section-title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
  padding-bottom: 32px;
  margin-bottom: 40px; }
  .section-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
    height: 4px;
    background: #9e478e; }
  .section-title.white {
    color: #ffffff; }
    .section-title.white:after {
      background: #ffffff; }
  @media (max-width: 40em) {
    .section-title {
      font-size: 2.25rem; } }

.sidebar h2, .sidebar h3 {
  font-weight: bold;
  margin: 0; }
.sidebar .sidebar-widget {
  background: #9e478e;
  color: #ffffff;
  padding: 30px;
  margin-bottom: 50px; }
  .sidebar .sidebar-widget .widget-title {
    margin-bottom: 20px;
    font-size: 1.75rem; }
    .sidebar .sidebar-widget .team-member img {
      width: 100%; }
.sidebar .latest-post {
  padding: 0; }
  .sidebar .latest-post .list-item {
    position: relative; }
    .sidebar .latest-post .list-item a:hover {
      text-decoration: none; }
    .sidebar .latest-post .list-item img {
      width: 100%; }
    .sidebar .latest-post .list-item .date {
      font-size: 0.875em;
      font-weight: 900; }
    .sidebar .latest-post .list-item .entry-footer {
      padding: 30px 30px 10px 30px; }
    .sidebar .latest-post .list-item .overlay {
      display: none;
      position: absolute;
      z-index: 15;
      background: #9e478e;
      color: #ffffff;
      height: 100%;
      bottom: 0;
      left: 0;
      right: 0; }
      .sidebar .latest-post .list-item .overlay .overlay-wrapper {
        padding: 32px;
        height: 460px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      .sidebar .latest-post .list-item .overlay .overlay-head {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 700; }
      .sidebar .latest-post .list-item .overlay .overlay-content {
        flex-grow: 1; }
        .sidebar .latest-post .list-item .overlay .overlay-content h3 {
          font-weight: 700;
          font-size: 1.375rem;
          margin-top: 32px;
          margin-bottom: 24px;
          color: #ffffff; }
.sidebar a {
  color: #ffffff; }
  .sidebar .advice .team-name {
    margin: 10px 0 0 0;
    font-size: 1.35em; }
  .sidebar .advice span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.875em;
    font-weight: 700; }
  .sidebar .advice .gform_wrapper {
    margin: 0; }
    .sidebar .advice .gform_wrapper .gform_body input {
      margin-bottom: 6px; }
    .sidebar .advice .gform_wrapper .gform_footer {
      margin: 0;
      padding-bottom: 0; }
.sidebar .advice-mobile {
  margin-top: 40px; }

.skewed {
  position: relative;
  margin: 200px 0;
  padding: 40px 0;
  background: #9e478e; }
  .skewed:before, .skewed:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    background: transparent;
    border-style: solid;
    overflow-x: hidden; }
  .skewed:before {
    bottom: 100%;
    border-width: 0 540px 120px 1380px;
    border-color: transparent transparent #9e478e transparent; }
  .skewed:after {
    top: 100%;
    border-width: 120px 1380px 0 540px;
    border-color: #9e478e transparent transparent transparent; }
  .skewed.grey {
    background: #d2d2d2; }
    .skewed.grey:before {
      border-color: transparent transparent #d2d2d2 transparent; }
    .skewed.grey:after {
      border-color: #d2d2d2 transparent transparent transparent; }
  @media (max-width: 64em) {
    .skewed:before {
      border-width: 0 340px 80px 684px; }
    .skewed:after {
      border-width: 80px 684px 0 340px; } }
@media (max-width: 48em) {
  .skewed:before {
    border-width: 0 240px 60px 528px; }
  .skewed:after {
    border-width: 60px 528px 0 240px; } }
@media (max-width: 30em) {
  .skewed:before {
    border-width: 0 180px 60px 300px; }
  .skewed:after {
    border-width: 60px 300px 0 180px; } }

/** News archive **/
.news-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.subscribe {
  margin-left: auto;
  margin-right: auto; }
  .subscribe form {
    display: flex;
    flex-wrap: wrap; }
    .subscribe form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      width: 100% !important;
      max-width: 100% !important; }
    .subscribe form .gform_body {
      flex-basis: 66.66%;
      margin: 0; }
      .subscribe form .gform_body .ginput_container {
        margin: 0 !important;
        padding: 0; }
      .subscribe form .gform_body li.gfield_error {
        max-width: calc(100% + 16px) !important;
        width: 100%;
        border: none;
        margin: 0 !important; }
      .subscribe form .gform_body .gfield {
        width: 100% !important;
        max-width: 100% !important; }
      .subscribe form .gform_body input {
        background: #d2d2d2; }
        .subscribe form .gform_body input::placeholder {
          color: #000000 !important;
          text-transform: uppercase;
          font-weight: 700; }
      .subscribe form .gform_body .validation_message {
        display: none; }
    .subscribe form .gform_footer {
      flex-basis: 33.33%;
      margin: 0;
      padding: 0; }
      .subscribe form .gform_footer button {
        margin: 0;
        background: #9e478e;
        color: #ffffff;
        font-weight: 300;
        border-radius: 0;
        display: flex;
        cursor: pointer;
        padding: 14px 20px;
        height: 100%; }
        .subscribe form .gform_footer button i {
          display: inline-block;
          margin-left: 6px; }
        .subscribe form .gform_footer button:hover {
          color: #ffffff;
          background: #000000; }
    @media (max-width: 30em) {
      .subscribe form {
        display: block; }
        .subscribe form .gform_footer {
          background-color: rgba(255, 255, 0, 0.2); }
          .subscribe form .gform_footer button {
            width: 100%;
            display: flex;
            justify-content: center; } }

.news-filters {
  margin-bottom: 30px;
  text-align: center; }
  .news-filters .selectbox {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    padding-left: 60px;
    padding-right: 60px;
    position: relative; }
    .news-filters .selectbox select {
      text-transform: uppercase;
      font-weight: 700;
      width: 160px;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-radius: 0;
      background: transparent;
      cursor: pointer;
      transition: ease-in-out 0.3s; }
      .news-filters .selectbox select option {
        text-transform: capitalize !important; }
    .news-filters .selectbox:after {
      display: inline-block;
      font: normal normal normal 14px/1 "Font Awesome 5 Free";
      font-weight: 900;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "";
      position: absolute;
      top: 42%;
      transform: translateY(-50%); }
      .news-filters .selectbox:hover select {
        color: #9e478e; }
      .news-filters .selectbox:hover:after {
        color: #9e478e; }

.newsrow .list-item {
  background-color: #ffffff;
  margin-bottom: 12px; }
  .newsrow .list-item .list-item-wrapper .post-thumbnail {
    flex-basis: 18%;
    background-size: cover;
    background-position: center center; }
  .newsrow .list-item .list-item-wrapper .news-wrapper {
    flex-grow: 1;
    flex-basis: 82%;
    padding: 30px; }
    .newsrow .list-item .list-item-wrapper .news-wrapper .entry-meta {
      font-family: "Fira Sans";
      color: #9e478e;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 0.875rem; }
    .newsrow .list-item .list-item-wrapper .news-wrapper h2 {
      font-weight: bold;
      font-size: 1.75rem; }
      .newsrow .list-item .list-item-wrapper .news-wrapper h2 a {
        color: #000000; }
        .newsrow .list-item .list-item-wrapper .news-wrapper h2 a:hover {
          color: #9e478e;
          text-decoration: none; }
    .newsrow .list-item .list-item-wrapper .news-wrapper .more {
      margin-top: 16px; }
      .newsrow .list-item .list-item-wrapper .news-wrapper .more a {
        font-weight: 300; }

/** Single news **/
.news-list .list-item {
  position: relative;
  background: #ffffff;
  padding: 30px;
  height: 460px; }
@media (max-width: 64em) {
  .news-list .list-item {
    margin-bottom: 32px;
    height: auto; }
    .news-list .list-item:after {
      content: "";
      display: block;
      padding-bottom: 100%; } }
.news-list .list-item .imageholder {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover; }
.news-list .list-item .entry-content {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 24px 30px; }
  .news-list .list-item .entry-content .entry-title {
    font-size: 1.375rem;
    color: #000000;
    margin: 0; }
.news-list .list-item .overlay {
  display: none;
  position: absolute;
  z-index: 15;
  background: #ffffff;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0; }
  .news-list .list-item .overlay .overlay-wrapper {
    padding: 32px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .news-list .list-item .overlay .overlay-head {
    color: #9e478e;
    border-bottom: 1px solid #9e478e;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700; }
  .news-list .list-item .overlay .overlay-content {
    flex-grow: 1; }
    .news-list .list-item .overlay .overlay-content h3 {
      font-weight: 700;
      font-size: 1.375rem;
      margin-top: 32px;
      margin-bottom: 24px; }

.client-carousel {
  color: #ffffff;
  margin-bottom: 50px;
  position: relative; }
  .client-carousel .carouselholder {
    position: relative; }
    .client-carousel .carouselholder .background {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 50%;
      background-size: cover;
      background-position: center center; }
    @media (max-width: 64em) {
      .client-carousel .carouselholder .background {
        right: 0; } }
    .client-carousel .carouselholder .background .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url(../img/client-bg.png);
      background-position: center center;
      background-size: cover; }
  @media (min-width: 64em) {
    .client-carousel #client-carousel {
      background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #9e478e 50%, #9e478e 100%); } }
  .client-carousel #client-carousel .client-review {
    height: 590px;
    padding-left: 96px;
    padding-right: 96px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .client-carousel #client-carousel .client-review .quote {
      font-size: 1.5rem; }
      .client-carousel #client-carousel .client-review .quote p {
        line-height: 2.25rem; }
    .client-carousel #client-carousel .client-review .client-data {
      font-family: "Fira Sans";
      font-weight: 700;
      font-size: 1.375rem; }
  .client-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    color: transparent;
    width: 60px;
    height: 60px;
    background-size: 96%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    border: 2px solid #ffffff;
    border-radius: 50px; }
    .client-carousel .slick-arrow.slick-next {
      right: 20px; }
      .client-carousel .slick-arrow.slick-next:after {
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        transition: ease-in-out 0.3s;
        color: #ffffff;
        font-size: 32px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-40%, -50%); }
    .client-carousel .slick-arrow.slick-prev {
      left: 20px; }
      .client-carousel .slick-arrow.slick-prev:after {
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        transition: ease-in-out 0.3s;
        color: #ffffff;
        font-size: 32px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-60%, -50%); }
    .client-carousel .slick-arrow:hover {
      border-color: #000000; }
      .client-carousel .slick-arrow:hover:after {
        color: #000000; }

/** Faceted search **/
.facetsearch {
  position: relative; }
  .facetsearch:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 60;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all ease-in-out; }
    .facetsearch.loading:after {
      opacity: 1;
      pointer-events: auto; }
    .facetsearch.loading .loader {
      opacity: 1; }
  .facetsearch .faceted-search-footer {
    text-align: center; }
    .facetsearch .faceted-search-footer .more-items {
      display: inline-block; }
      .facetsearch .faceted-search-footer .more-items:hover {
        color: #000000; }
      .facetsearch .faceted-search-footer .more-items.loading {
        background: #000000;
        color: #ffffff;
        border-color: #000000; }
        .facetsearch .faceted-search-footer .more-items.loading .label {
          display: none; }
        .facetsearch .faceted-search-footer .more-items.loading .load-indicator {
          display: block; }
      .facetsearch .faceted-search-footer .more-items .load-indicator {
        display: none; }
        .facetsearch .faceted-search-footer .more-items .load-indicator span {
          animation-name: blink;
          animation-duration: 1.4s;
          animation-iteration-count: infinite;
          animation-fill-mode: both; }
          .facetsearch .faceted-search-footer .more-items .load-indicator span:nth-child(2) {
            animation-delay: 0.2s; }
          .facetsearch .faceted-search-footer .more-items .load-indicator span:nth-child(3) {
            animation-delay: 0.4s; }
  .facetsearch .loader {
    position: fixed;
    top: calc(50% - 120px);
    left: 0;
    width: 100%;
    z-index: 9000;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s all ease-in-out; }
    .facetsearch .loader .sk-cube-grid {
      width: 40px;
      height: 40px;
      margin: 100px auto; }
      .facetsearch .loader .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #9e478e;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
      .facetsearch .loader .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .facetsearch .loader .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .facetsearch .loader .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      .facetsearch .loader .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      .facetsearch .loader .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .facetsearch .loader .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .facetsearch .loader .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .facetsearch .loader .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      .facetsearch .loader .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.faceted-paginate li {
  outline: 1px solid #ffffff;
  display: inline-block;
  margin: 0 0.5rem; }
  .faceted-paginate li a, .faceted-paginate li span {
    color: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 0.3s; }
    .faceted-paginate li .current span {
      color: #000000; }
  .faceted-paginate li i {
    transform: 0.3s; }
    .faceted-paginate li a i {
      transition: 0.3s; }
    .faceted-paginate li a:hover {
      text-decoration: none; }
      .faceted-paginate li a:hover span, .faceted-paginate li a:hover i {
        color: #000000; }

/** Contact **/
.top-content {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .top-content .singular-content {
    padding: 0 !important;
    text-align: center; }
    .top-content .singular-content h2 {
      font-size: 3rem; }
  .top-content .btn {
    font-weight: 300; }

.section-contact {
  margin-top: 90px; }
  .section-contact h3 {
    font-size: 1.75rem;
    font-weight: 700; }
  .section-contact .contactform {
    background: #d2d2d2; }
    .section-contact .contactform .formholder {
      padding: 30px; }
      .section-contact .contactform .formholder .gform_body ul li {
        width: 48%;
        display: inline-block;
        margin-bottom: 4px !important; }
        .section-contact .contactform .formholder .gform_body ul li:nth-child(odd) {
          margin-right: 4% !important; }
        .section-contact .contactform .formholder .gform_body ul li input, .section-contact .contactform .formholder .gform_body ul li textarea {
          color: #000000 !important; }
          .section-contact .contactform .formholder .gform_body ul li input::placeholder, .section-contact .contactform .formholder .gform_body ul li textarea::placeholder {
            color: #727272; }
        .section-contact .contactform .formholder .gform_body ul li:last-of-type {
          width: 100%; }
  .section-contact .contactdetails {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .section-contact .contactdetails .overlay {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url(../img/client-bg.png);
      background-size: cover;
      background-position: center center; }
    .section-contact .contactdetails .detailholder {
      position: relative;
      z-index: 10;
      padding: 30px;
      color: #ffffff; }
      .section-contact .contactdetails .detailholder h4 {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 4px; }
      .section-contact .contactdetails .detailholder a {
        color: #ffffff; }
        .section-contact .contactdetails .detailholder a:before {
          margin-right: 8px; }
          .section-contact .contactdetails .detailholder a.email:before {
            display: inline-block;
            font: normal normal normal 14px/1 "Font Awesome 5 Free";
            font-weight: 900;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            content: ""; }
        .section-contact .contactdetails .detailholder a.phone:before {
          display: inline-block;
          font: normal normal normal 14px/1 "Font Awesome 5 Free";
          font-weight: 900;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          content: ""; }
      .section-contact .contactdetails .detailholder .contact {
        margin-top: 16px; }
      .section-contact .contactdetails .detailholder .devider {
        width: 100%;
        background: #ffffff;
        height: 1px;
        margin: 24px 0; }
        .section-contact .contactdetails .detailholder .open img {
          display: none; }
      .section-contact .contactdetails .detailholder .details .detail {
        display: flex;
        justify-content: flex-start;
        line-height: 1.75; }
        .section-contact .contactdetails .detailholder .details .detail .label {
          flex-basis: 20%; }
        .section-contact .contactdetails .detailholder .details .detail .data {
          flex-grow: 1; }

.section-fact {
  color: #ffffff;
  text-align: center; }
  .section-fact .fact {
    font-size: 2rem;
    font-style: italic;
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px; }

.section-team .team-list-alt {
  justify-content: space-between;
  flex-wrap: wrap; }
  .section-team .team-list-alt .team-member {
    flex-basis: 30%;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px; }
    .section-team .team-list-alt .team-member .name {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000000;
      color: #ffffff;
      text-align: center;
      padding: 16px 0; }
      .section-team .team-list-alt .team-member .name h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.5rem; }
    .section-team .team-list-alt .team-member:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
.section-team .team-list-alt.flip-cards .flip-card {
  width: 100%;
  aspect-ratio: 1;
  perspective: 1000px; }
.section-team .team-list-alt.flip-cards .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 600ms;
  transform-style: preserve-3d; }
.section-team .team-list-alt.flip-cards .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }
.section-team .team-list-alt.flip-cards .flip-card-front, .section-team .team-list-alt.flip-cards .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.section-team .team-list-alt.flip-cards .flip-card-front {
  overflow: hidden; }
  .section-team .team-list-alt.flip-cards .flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.section-team .team-list-alt.flip-cards .flip-card-back {
  background-color: #9e478e;
  color: #ffffff;
  transform: rotateY(180deg);
  padding: 2rem; }
  .section-team .team-list-alt.flip-cards .flip-card-back a {
    color: #ffffff;
    text-decoration: underline; }
    .section-team .team-list-alt.flip-cards .flip-card-back a:hover {
      text-decoration: none; }
  .section-team .team-list-alt.flip-cards .flip-card-back .row {
    padding-block: 0.5em;
    flex-wrap: nowrap;
    gap: 1em; }
    .section-team .team-list-alt.flip-cards .flip-card-back .row .label {
      font-weight: 700; }
      .section-team .team-list-alt.flip-cards .flip-card-back .row .label.block {
        display: block; }
    .section-team .team-list-alt.flip-cards .flip-card-back .row .value:not(.description) {
      text-align: right; }
.section-team .team-list-alt.flip-cards .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 16px 0; }
  .section-team .team-list-alt.flip-cards .name h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem; }

/** Service archive **/
.service-archive-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .service-archive-list .service-item {
    position: relative;
    flex-basis: 30.5%;
    height: 420px; }
    .service-archive-list .service-item .post-thumbnail {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center; }
    .service-archive-list .service-item .service-title {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000000;
      color: #ffffff;
      text-align: center; }
      .service-archive-list .service-item .service-title h3 {
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        padding: 22px; }
    .service-archive-list .service-item .overlay {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      color: #000000;
      text-align: center;
      padding: 40px; }
      .service-archive-list .service-item .overlay a h3 {
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #000000; }
      .service-archive-list .service-item .overlay a .excerpt {
        margin: 1rem 0;
        color: #000000; }
      .service-archive-list .service-item .overlay a:hover {
        text-decoration: none; }
  .service-archive-list .service-item:first-of-type, .service-archive-list .service-item:nth-of-type(2) {
    flex-basis: 48%;
    height: 665px;
    margin-bottom: 50px; }
@media (max-width: 64em) {
  .service-archive-list .service-item {
    height: auto !important; }
    .service-archive-list .service-item .service-title h3 {
      font-size: 1em; }
    .service-archive-list .service-item:after {
      content: "";
      display: block;
      padding-bottom: 100%; } }
@media (max-width: 48em) {
  .service-archive-list {
    justify-content: center; }
    .service-archive-list .service-item {
      flex-basis: 48%;
      margin: 0 1% 50px 1%; } }
@media (max-width: 30em) {
  .service-archive-list {
    flex-direction: column;
    margin-top: 100px; }
    .service-archive-list .service-item {
      margin-bottom: 80px !important; }
      .service-archive-list .service-item .post-thumbnail {
        display: none; }
      .service-archive-list .service-item:after {
        display: none; }
      .service-archive-list .service-item .overlay {
        visibility: hidden; } }

/** Search results **/
.searchresults {
  margin-top: 24px; }
  .searchresults .search-result {
    margin-top: 80px; }
    .searchresults .search-result a {
      text-decoration: none !important;
      color: #000000; }
      .searchresults .search-result a h2 {
        font-size: 1.5rem; }
      .searchresults .search-result a .btn {
        font-weight: 300; }
