@charset "UTF-8";
/*!
Theme Name: Highscore Business Package
Author: Highscore Web Design
Author URI: https://www.highscore.co.uk
Description: Highscore Business Package
Version: 1.0.0
*/
/* THEME - BASE - Base styles, Normalize, Colours, Typography */
/* champagne */
/* greys */
/* base */
/* borders */
/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%; }
  @media (min-width: 1921px) {
    html {
      font-size: 70.5%; } }
  @media (max-width: 1199px) {
    html {
      font-size: 58.5%; } }
body {
  height: 100%;
  position: relative;
  background: #FFFFFF;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #484848;
  letter-spacing: -0.02rem;
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.5; }

/* Text-level semantics */
p {
  margin: 0;
  padding: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

address {
  margin: 0; }

dfn {
  font-style: italic; }

mark {
  background: none;
  color: #999;
  font-weight: normal;
  font-style: italic; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

ins {
  color: white;
  background-color: #484848;
  text-decoration: none; }

del {
  text-decoration: line-through; }

strong {
  font-weight: 400; }

/* images */
img {
  border: none;
  display: block;
  font-size: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  background: transparent; }

/* Blockquotes */
blockquote {
  quotes: none;
  border: none;
  margin: 0;
  padding: 0; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

/* LISTS
 * ------------------------------------------------ */
ul,
ol,
dl {
  margin: 0;
  padding: 0; }

ul li,
ol li,
dl li {
  list-style-position: outside; }

/* BUTTONS & LINKS
 * ------------------------------------------------ */
a, a[href^=tel] {
  color: #484848;
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none; }
  a:hover, a:focus, a[href^=tel]:hover, a[href^=tel]:focus {
    cursor: pointer;
    text-decoration: none;
    color: #484848; }

button, input[type='button'] {
  outline: 0 !important; }

/* HEADINGS
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #484848;
  font-weight: 400;
  font-family: "Jost", sans-serif; }

/* POSITIONING
 * ------------------------------------------------ */
.top {
  top: 0;
  position: relative; }

.bottom {
  bottom: 0;
  position: relative; }

/* EXTRAS
 * ------------------------------------------------ */
* {
  outline: none !important; }

/* Mozilla based browsers */
::-moz-selection {
  background-color: #484848;
  color: white; }

/* Works in Safari */
::-moz-selection {
  background-color: #484848;
  color: white; }
::selection {
  background-color: #484848;
  color: white; }

/* FLEX LAYOUT
--------------------------------------------*/
/* base flex rows/columns */
.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-left: -15px;
  margin-right: -15px; }

.col-flex {
  display: flex; }

/* flex column sizes */
.col-flex-xs-1,
.col-flex-xs-2,
.col-flex-xs-3,
.col-flex-xs-4,
.col-flex-xs-5,
.col-flex-xs-6,
.col-flex-xs-7,
.col-flex-xs-8,
.col-flex-xs-9,
.col-flex-xs-10,
.col-flex-xs-11,
.col-flex-xs-12,
.col-flex-sm-1,
.col-flex-sm-2,
.col-flex-sm-3,
.col-flex-sm-4,
.col-flex-sm-5,
.col-flex-sm-6,
.col-flex-sm-7,
.col-flex-sm-8,
.col-flex-sm-9,
.col-flex-sm-10,
.col-flex-sm-11,
.col-flex-sm-12,
.col-flex-md-1,
.col-flex-md-2,
.col-flex-md-3,
.col-flex-md-4,
.col-flex-md-5,
.col-flex-md-6,
.col-flex-md-7,
.col-flex-md-8,
.col-flex-md-9,
.col-flex-md-10,
.col-flex-md-11,
.col-flex-md-12,
.col-flex-lg-1,
.col-flex-lg-2,
.col-flex-lg-3,
.col-flex-lg-4,
.col-flex-lg-5,
.col-flex-lg-6,
.col-flex-lg-7,
.col-flex-lg-8,
.col-flex-lg-9,
.col-flex-lg-10,
.col-flex-lg-11,
.col-flex-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-flex-xs-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-flex-xs-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-flex-xs-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-flex-xs-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-flex-xs-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-flex-xs-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-flex-xs-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-flex-xs-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-flex-xs-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-flex-xs-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-flex-xs-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-flex-xs-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (max-width: 767px) {
  .col-flex-lg-1,
  .col-flex-lg-10,
  .col-flex-lg-11,
  .col-flex-lg-12,
  .col-flex-lg-2,
  .col-flex-lg-3,
  .col-flex-lg-4,
  .col-flex-lg-5,
  .col-flex-lg-6,
  .col-flex-lg-7,
  .col-flex-lg-8,
  .col-flex-lg-9,
  .col-flex-md-1,
  .col-flex-md-10,
  .col-flex-md-11,
  .col-flex-md-12,
  .col-flex-md-2,
  .col-flex-md-3,
  .col-flex-md-4,
  .col-flex-md-5,
  .col-flex-md-6,
  .col-flex-md-7,
  .col-flex-md-8,
  .col-flex-md-9,
  .col-flex-sm-1,
  .col-flex-sm-10,
  .col-flex-sm-11,
  .col-flex-sm-12,
  .col-flex-sm-2,
  .col-flex-sm-3,
  .col-flex-sm-4,
  .col-flex-sm-5,
  .col-flex-sm-6,
  .col-flex-sm-7,
  .col-flex-sm-8,
  .col-flex-sm-9 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-flex-xs-1,
  .col-flex-xs-10,
  .col-flex-xs-11,
  .col-flex-xs-2,
  .col-flex-xs-3,
  .col-flex-xs-4,
  .col-flex-xs-5,
  .col-flex-xs-6,
  .col-flex-xs-7,
  .col-flex-xs-8,
  .col-flex-xs-9 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 567px) {
  .col-flex-xs-1,
  .col-flex-xs-10,
  .col-flex-xs-11,
  .col-flex-xs-12,
  .col-flex-xs-2,
  .col-flex-xs-3,
  .col-flex-xs-4,
  .col-flex-xs-5,
  .col-flex-xs-6,
  .col-flex-xs-7,
  .col-flex-xs-8,
  .col-flex-xs-9 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-flex-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-flex-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-flex-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-flex-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-flex-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-flex-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-flex-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-flex-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-flex-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-flex-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-flex-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-flex-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-flex-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-flex-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-flex-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-flex-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-flex-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-flex-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-flex-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-flex-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-flex-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-flex-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-flex-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-flex-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-flex-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-flex-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-flex-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-flex-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-flex-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-flex-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-flex-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-flex-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-flex-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-flex-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-flex-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-flex-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

/* GUTTERS
 * ------------------------------------------------ */
/* NO GUTTERS */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters div[class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* GUTTER SIZES */
.gutters-30 {
  margin-left: -30px;
  margin-right: -30px; }
  .gutters-30 div[class^="col"] {
    padding-left: 30px;
    padding-right: 30px; }

.gutters-50 {
  margin-left: -50px;
  margin-right: -50px; }
  .gutters-50 div[class^="col"] {
    padding-left: 50px;
    padding-right: 50px; }

a, .nav-extras .btn:before, .btn-icon:after, .btn-close:after, .play-icon:before, .feature-cta-widget .read-more, .page-link a:after, .breadcrumbs a, .breadcrumbs span, .slider-nav a:before {
  transition: color 0.3s ease; }

.play-icon {
  transition: color 0.3s ease, background 0.3s ease; }

.btn, .btn-close, .form-control, .gform_button, .category-navigation li a, .link-see-more .see-more {
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease; }

.bg-img, .img-list a:before, .logos-widget .img-responsive, .cta-caption .caption:after, .cta-caption .caption-flex:after {
  transition: opacity 0.3s ease; }

.nav-menu-btn .icon-bar, .btn-back, .flex-control-paging li a, .nav-tabs > li > a {
  transition: background 0.3s ease; }

.img-overlay {
  transition: background 0.3s ease, opacity 0.3s ease; }

.bg-scale-slow .bg-img {
  transition: -webkit-transform 10s ease;
  transition: transform 10s ease;
  transition: transform 10s ease, -webkit-transform 10s ease; }

.bg-scale .bg-img {
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease; }

.gallery-thumbnails .img-wrapper:before, .gallery-thumbnails .img-wrapper:after {
  transition: all 0.4s ease; }

#globalHeader, .sub-menu-wrapper, .header-wrapper, .logo, .nav-wrapper, .nav-primary, .main-navigation > li > a, .nav-contact, .nav-contact a, .nav-contact a:before, .nav-social, .nav-menu-btn {
  transition: all 400ms cubic-bezier(0.76, 0, 0.24, 1); }

.showme {
  transition: opacity 0.7s ease;
  transition-delay: 0.1s; }

/* CONTENT EFFECTS
 * ------------------------------------------------ */
/* bg scale */
.bg-scale:hover .bg-img,
.bg-scale-slow:hover .bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

/* FADES
 * ------------------------------------------------ */
.hideme,
.hideme-footer {
  opacity: 0; }
  @media (max-width: 1024px) {
    .hideme,
    .hideme-footer {
      opacity: 1 !important; } }
.showme {
  opacity: 1; }

/* SHADOWS
--------------------------------------------*/
.box-shadow {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3); }

.box-shadow-light {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15); }

/* THEME - TYPOGRAPHY - Text elements */
/* GENERIC HEADINGS
--------------------------------------------*/
/* heading xx large */
.heading-xxxxlg {
  font-size: 6.5rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-xxxxlg {
      font-size: 5.5rem; } }
  @media (max-width: 767px) {
    .heading-xxxxlg {
      font-size: 3.2rem; } }
/* heading xx large */
.heading-xxxlg {
  font-size: 5.5rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-xxxlg {
      font-size: 5rem; } }
  @media (max-width: 767px) {
    .heading-xxxlg {
      font-size: 3.2rem; } }
/* heading xx large */
.heading-xxlg {
  font-size: 5rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-xxlg {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .heading-xxlg {
      font-size: 3.2rem; } }
/* heading extra large */
.heading-xlg {
  font-size: 4.5rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-xlg {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .heading-xlg {
      font-size: 3.2rem; } }
/* heading large */
.heading-lg {
  font-size: 3.4rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-lg {
      font-size: 2.9rem; } }
  @media (max-width: 767px) {
    .heading-lg {
      font-size: 2.9rem; } }
/* heading medium */
.heading-md {
  font-size: 3rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-md {
      font-size: 2.7rem; } }
  @media (max-width: 767px) {
    .heading-md {
      font-size: 2.7rem; } }
/* heading small */
.heading-sm {
  font-size: 2.8rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-sm {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    .heading-sm {
      font-size: 2.4rem; } }
/* heading extra small */
.heading-xs {
  font-size: 2.3rem;
  line-height: 1.3; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-xs {
      font-size: 2.1rem; } }
  @media (max-width: 767px) {
    .heading-xs {
      font-size: 2.1rem; } }
/* heading xx small */
.heading-xxs {
  font-size: 2rem;
  line-height: 1.3; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .heading-xxs {
      font-size: 1.9rem; } }
  @media (max-width: 767px) {
    .heading-xxs {
      font-size: 1.9rem; } }
/* heading xxx small */
.heading-xxxs {
  font-size: 1.8rem;
  line-height: 1.3; }
  @media (max-width: 1199px) {
    .heading-xxxs {
      font-size: 1.6rem; } }
/* TYPOGRAPHY COLOURS
--------------------------------------------*/
/* white */
.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6,
.text-white p, .text-white li, .text-white a:not(.btn), .text-white span:not(.btn) {
  color: white; }

.text-white li:before {
  color: white !important; }

.text-white a:not(.btn):hover {
  color: #484848; }

/* grey */
.text-grey-dark h1, .text-grey-dark h2, .text-grey-dark h3,
.text-grey-dark h4, .text-grey-dark h5, .text-grey-dark h6,
.text-grey-dark p, .text-grey-dark li, .text-grey-dark span:not(.btn),
.text-grey-dark label {
  color: #484848; }

/* black */
.text-black h1, .text-black h2, .text-black h3,
.text-black h4, .text-black h5, .text-black h6,
.text-black p, .text-black li, .text-black span:not(.btn),
.text-black label {
  color: #000000; }

/* nested caption */
/* INTRO TEXT
--------------------------------------------*/
.text-intro {
  /* intro text with see more */ }
  .text-intro a:not(.btn) {
    text-decoration: underline; }
    .text-intro a:not(.btn):hover, .text-intro a:not(.btn):focus {
      text-decoration: none; }
  .text-intro.margin-xxlg {
    margin-bottom: 75px; }
    @media (min-width: 1921px) {
      .text-intro.margin-xxlg {
        margin-bottom: 85px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .text-intro.margin-xxlg {
        margin-bottom: 65px; } }
    @media (max-width: 767px) {
      .text-intro.margin-xxlg {
        margin-bottom: 45px; } }
  .text-intro.margin-xlg {
    margin-bottom: 45px; }
    @media (min-width: 1921px) {
      .text-intro.margin-xlg {
        margin-bottom: 55px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .text-intro.margin-xlg {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .text-intro.margin-xlg {
        margin-bottom: 25px; } }
  .text-intro.margin-lg {
    margin-bottom: 40px; }
    @media (min-width: 1921px) {
      .text-intro.margin-lg {
        margin-bottom: 45px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .text-intro.margin-lg {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .text-intro.margin-lg {
        margin-bottom: 20px; } }
  .text-intro.margin-sm {
    margin-bottom: 30px; }
    @media (min-width: 1921px) {
      .text-intro.margin-sm {
        margin-bottom: 35px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .text-intro.margin-sm {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .text-intro.margin-sm {
        margin-bottom: 20px; } }
  .text-intro.margin-xs {
    margin-bottom: 20px; }
  .text-intro.margin-xxs {
    margin-bottom: 15px; }
  .text-intro.link-see-more {
    z-index: 3;
    overflow: hidden; }
    @media (max-width: 767px) {
      .text-intro.link-see-more {
        margin-bottom: 20px; } }
    .text-intro.link-see-more h1, .text-intro.link-see-more h2, .text-intro.link-see-more h3,
    .text-intro.link-see-more h4, .text-intro.link-see-more h5, .text-intro.link-see-more h6 {
      float: left; }
      @media (max-width: 767px) {
        .text-intro.link-see-more h1, .text-intro.link-see-more h2, .text-intro.link-see-more h3,
        .text-intro.link-see-more h4, .text-intro.link-see-more h5, .text-intro.link-see-more h6 {
          float: none; } }
    .text-intro.link-see-more .see-more {
      float: right;
      font-size: 1.8rem;
      margin-top: 5px;
      position: relative;
      padding-bottom: 3px;
      display: inline-block;
      text-decoration: none;
      border-bottom: 3px solid transparent;
      font-weight: 400; }
      @media (max-width: 767px) {
        .text-intro.link-see-more .see-more {
          float: none;
          margin-top: 7px;
          font-size: 1.7rem; } }
/* TEXT SIZES
--------------------------------------------*/
.text-xxxlg {
  font-size: 3.4rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .text-xxxlg {
      font-size: 3.1rem; } }
  @media (max-width: 767px) {
    .text-xxxlg {
      font-size: 2.4rem; } }
.text-xxlg {
  font-size: 2.7rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .text-xxlg {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    .text-xxlg {
      font-size: 2.1rem; } }
.text-xlg {
  font-size: 2.3rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .text-xlg {
      font-size: 2.2rem; } }
  @media (max-width: 767px) {
    .text-xlg {
      font-size: 1.9rem; } }
.text-lg {
  font-size: 2rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .text-lg {
      font-size: 1.9rem; } }
  @media (max-width: 767px) {
    .text-lg {
      font-size: 1.7rem; } }
  @media (max-width: 320px) {
    .text-lg {
      font-size: 1.6rem; } }
.text-md {
  font-size: 1.8rem; }
  @media (max-width: 1199px) {
    .text-md {
      font-size: 1.7rem; } }
  @media (max-width: 320px) {
    .text-md {
      font-size: 1.6rem; } }
/* STANDARD TEXT
--------------------------------------------*/
.text-standard {
  position: relative;
  /* element margins */
  /* headings */
  /* list items */
  /* blockquote */
  /* buttons */
  /* img */
  /* tables */ }
  .text-standard * + p,
  .text-standard * + blockquote,
  .text-standard * + table,
  .text-standard * + form,
  .text-standard * + address,
  .text-standard * + ul,
  .text-standard * + ol,
  .text-standard * + dl,
  .text-standard * + img {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .text-standard * + p,
      .text-standard * + blockquote,
      .text-standard * + table,
      .text-standard * + form,
      .text-standard * + address,
      .text-standard * + ul,
      .text-standard * + ol,
      .text-standard * + dl,
      .text-standard * + img {
        margin-top: 15px; } }
  .text-standard * + h1,
  .text-standard * + h2,
  .text-standard * + h3,
  .text-standard * + h4,
  .text-standard * + h5,
  .text-standard * + h6 {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .text-standard * + h1,
      .text-standard * + h2,
      .text-standard * + h3,
      .text-standard * + h4,
      .text-standard * + h5,
      .text-standard * + h6 {
        margin-top: 20px; } }
  .text-standard h1 + h1,
  .text-standard h1 + h2,
  .text-standard h1 + h3,
  .text-standard h1 + h4,
  .text-standard h1 + h5,
  .text-standard h1 + h6,
  .text-standard h1 + ul,
  .text-standard h1 + ol,
  .text-standard h1 + dl,
  .text-standard h1 + p,
  .text-standard h1 + blockquote,
  .text-standard h1 + table,
  .text-standard h1 + form,
  .text-standard h1 + address,
  .text-standard h1 + img, .text-standard h2 + h1,
  .text-standard h2 + h2,
  .text-standard h2 + h3,
  .text-standard h2 + h4,
  .text-standard h2 + h5,
  .text-standard h2 + h6,
  .text-standard h2 + ul,
  .text-standard h2 + ol,
  .text-standard h2 + dl,
  .text-standard h2 + p,
  .text-standard h2 + blockquote,
  .text-standard h2 + table,
  .text-standard h2 + form,
  .text-standard h2 + address,
  .text-standard h2 + img, .text-standard h3 + h1,
  .text-standard h3 + h2,
  .text-standard h3 + h3,
  .text-standard h3 + h4,
  .text-standard h3 + h5,
  .text-standard h3 + h6,
  .text-standard h3 + ul,
  .text-standard h3 + ol,
  .text-standard h3 + dl,
  .text-standard h3 + p,
  .text-standard h3 + blockquote,
  .text-standard h3 + table,
  .text-standard h3 + form,
  .text-standard h3 + address,
  .text-standard h3 + img, .text-standard h4 + h1,
  .text-standard h4 + h2,
  .text-standard h4 + h3,
  .text-standard h4 + h4,
  .text-standard h4 + h5,
  .text-standard h4 + h6,
  .text-standard h4 + ul,
  .text-standard h4 + ol,
  .text-standard h4 + dl,
  .text-standard h4 + p,
  .text-standard h4 + blockquote,
  .text-standard h4 + table,
  .text-standard h4 + form,
  .text-standard h4 + address,
  .text-standard h4 + img, .text-standard h5 + h1,
  .text-standard h5 + h2,
  .text-standard h5 + h3,
  .text-standard h5 + h4,
  .text-standard h5 + h5,
  .text-standard h5 + h6,
  .text-standard h5 + ul,
  .text-standard h5 + ol,
  .text-standard h5 + dl,
  .text-standard h5 + p,
  .text-standard h5 + blockquote,
  .text-standard h5 + table,
  .text-standard h5 + form,
  .text-standard h5 + address,
  .text-standard h5 + img, .text-standard h6 + h1,
  .text-standard h6 + h2,
  .text-standard h6 + h3,
  .text-standard h6 + h4,
  .text-standard h6 + h5,
  .text-standard h6 + h6,
  .text-standard h6 + ul,
  .text-standard h6 + ol,
  .text-standard h6 + dl,
  .text-standard h6 + p,
  .text-standard h6 + blockquote,
  .text-standard h6 + table,
  .text-standard h6 + form,
  .text-standard h6 + address,
  .text-standard h6 + img {
    margin-top: 15px; }
  .text-standard h1 + ul,
  .text-standard h1 + ol,
  .text-standard h1 + dl,
  .text-standard h1 + p,
  .text-standard h1 + blockquote,
  .text-standard h1 + table,
  .text-standard h1 + form,
  .text-standard h1 + address,
  .text-standard h1 + img {
    margin-top: 20px; }
  .text-standard h1 + h1,
  .text-standard h1 + h2,
  .text-standard h1 + h3,
  .text-standard h1 + h4,
  .text-standard h1 + h5,
  .text-standard h1 + h6, .text-standard h2 + h1,
  .text-standard h2 + h2,
  .text-standard h2 + h3,
  .text-standard h2 + h4,
  .text-standard h2 + h5,
  .text-standard h2 + h6, .text-standard h3 + h1,
  .text-standard h3 + h2,
  .text-standard h3 + h3,
  .text-standard h3 + h4,
  .text-standard h3 + h5,
  .text-standard h3 + h6,
  .text-standard h4 + h1,
  .text-standard h4 + h2,
  .text-standard h4 + h3,
  .text-standard h4 + h4,
  .text-standard h4 + h5,
  .text-standard h4 + h6, .text-standard h5 + h1,
  .text-standard h5 + h2,
  .text-standard h5 + h3,
  .text-standard h5 + h4,
  .text-standard h5 + h5,
  .text-standard h5 + h6, .text-standard h6 + h1,
  .text-standard h6 + h2,
  .text-standard h6 + h3,
  .text-standard h6 + h4,
  .text-standard h6 + h5,
  .text-standard h6 + h6 {
    margin-top: 10px; }
  .text-standard h1,
  .text-standard .heading-1 {
    font-size: 3.4rem;
    line-height: 1.2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .text-standard h1,
      .text-standard .heading-1 {
        font-size: 2.9rem; } }
    @media (max-width: 767px) {
      .text-standard h1,
      .text-standard .heading-1 {
        font-size: 2.9rem; } }
  .text-standard h2,
  .text-standard .heading-2 {
    font-size: 2.8rem;
    line-height: 1.2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .text-standard h2,
      .text-standard .heading-2 {
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      .text-standard h2,
      .text-standard .heading-2 {
        font-size: 2.4rem; } }
  .text-standard h3,
  .text-standard .heading-3 {
    font-size: 2.3rem;
    line-height: 1.3; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .text-standard h3,
      .text-standard .heading-3 {
        font-size: 2.1rem; } }
    @media (max-width: 767px) {
      .text-standard h3,
      .text-standard .heading-3 {
        font-size: 2.1rem; } }
  .text-standard h4,
  .text-standard .heading-4 {
    font-size: 2rem;
    line-height: 1.3; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .text-standard h4,
      .text-standard .heading-4 {
        font-size: 1.9rem; } }
    @media (max-width: 767px) {
      .text-standard h4,
      .text-standard .heading-4 {
        font-size: 1.9rem; } }
  .text-standard h5,
  .text-standard .heading-5,
  .text-standard h6,
  .text-standard .heading-6 {
    font-size: 1.8rem;
    line-height: 1.3; }
    @media (max-width: 1199px) {
      .text-standard h5,
      .text-standard .heading-5,
      .text-standard h6,
      .text-standard .heading-6 {
        font-size: 1.6rem; } }
  .text-standard ul,
  .text-standard ol,
  .text-standard dl {
    margin-left: 0;
    list-style: none;
    text-align: left; }
  .text-standard li {
    word-wrap: break-word;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative; }
    @media (max-width: 767px) {
      .text-standard li {
        padding-left: 20px;
        margin-bottom: 10px; } }
    .text-standard li:last-of-type {
      margin-bottom: 0; }
  .text-standard ul li:before {
    content: '\e901';
    font-size: 1.1rem;
    background: none;
    font-family: 'icomoon';
    color: #484848;
    top: 3px;
    left: 0;
    position: absolute; }
  .text-standard ol {
    counter-reset: item; }
    .text-standard ol li {
      display: block; }
      .text-standard ol li:before {
        background: none;
        content: counter(item) "";
        counter-increment: item;
        color: #484848;
        top: 0;
        left: 0;
        position: absolute; }
  .text-standard blockquote {
    padding: 30px 25px;
    font-size: 1.7rem;
    border-left: 5px solid #000000;
    background: #d6d3cc; }
    @media (max-width: 767px) {
      .text-standard blockquote {
        font-size: 1.5rem;
        padding: 25px 20px; } }
  .text-standard .btn {
    margin-top: 25px; }
    @media (max-width: 767px) {
      .text-standard .btn {
        margin-top: 20px; } }
  .text-standard img {
    height: auto;
    max-width: 100%;
    display: inline-block; }
  .text-standard * + img {
    margin: 40px 0 5px; }
    @media (max-width: 767px) {
      .text-standard * + img {
        margin: 20px 0 5px; } }
  .text-standard .wp-caption {
    width: 100% !important;
    max-width: 100% !important; }
    .text-standard .wp-caption-text {
      display: none; }
  .text-standard * + .wp-caption {
    margin: 30px 0 40px; }
    @media (max-width: 767px) {
      .text-standard * + .wp-caption {
        margin: 20px 0 30px; } }
  .text-standard * + .table-container {
    margin-top: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .text-standard * + .table-container {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .text-standard * + .table-container {
        margin-top: 20px; } }
    .text-standard * + .table-container + h1,
    .text-standard * + .table-container + h2,
    .text-standard * + .table-container + h3,
    .text-standard * + .table-container + h4,
    .text-standard * + .table-container + h5,
    .text-standard * + .table-container + h6 {
      margin-top: 45px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .text-standard * + .table-container + h1,
        .text-standard * + .table-container + h2,
        .text-standard * + .table-container + h3,
        .text-standard * + .table-container + h4,
        .text-standard * + .table-container + h5,
        .text-standard * + .table-container + h6 {
          margin-top: 40px; } }
      @media (max-width: 767px) {
        .text-standard * + .table-container + h1,
        .text-standard * + .table-container + h2,
        .text-standard * + .table-container + h3,
        .text-standard * + .table-container + h4,
        .text-standard * + .table-container + h5,
        .text-standard * + .table-container + h6 {
          margin-top: 35px; } }
/* THEME - COMPONENTS - Individual site components */
/* ACCORDION
--------------------------------------------*/
.panel-group {
  margin: 0; }
  .panel-group .panel-default {
    border: none;
    margin: 0;
    border-radius: 0; }
  .panel-group .panel + .panel {
    margin: 20px 0 0; }
    @media (max-width: 767px) {
      .panel-group .panel + .panel {
        margin-top: 15px; } }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border: none; }

.panel {
  margin: 0;
  background: white; }

.panel-heading {
  padding: 0;
  overflow: hidden; }
  .panel-heading a {
    display: block;
    padding: 25px 110px 25px 25px;
    position: relative;
    font-weight: 400;
    color: #000000 !important;
    font-size: 2.8rem;
    line-height: 1.2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .panel-heading a {
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      .panel-heading a {
        font-size: 2.4rem; } }
    @media (min-width: 1921px) {
      .panel-heading a {
        padding: 30px 130px 30px 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .panel-heading a {
        padding: 25px 90px 25px 25px; } }
    @media (max-width: 767px) {
      .panel-heading a {
        padding: 25px 70px 25px 25px; } }
    .panel-heading a:after {
      content: '\e90e';
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: 25px;
      font-size: 2rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .panel-heading a:after {
          font-size: 1.8rem; } }
      @media (max-width: 767px) {
        .panel-heading a:after {
          font-size: 1.7rem; } }
.panel-default > .panel-heading {
  border: none;
  border-radius: 0;
  background: #d6d3cc; }

.panel-active > .panel-heading {
  background: #d6d3cc; }
  .panel-active > .panel-heading a:after {
    content: '\e90c'; }

.panel-title {
  font-size: inherit; }

.panel-body {
  padding: 0 25px 30px;
  color: #000000;
  background: #d6d3cc; }
  @media (min-width: 1921px) {
    .panel-body {
      padding: 0 30px 30px; } }
  @media (max-width: 991px) {
    .panel-body {
      padding: 0 25px 25px; } }
/* ADD THIS
--------------------------------------------*/
.add-this {
  margin-top: 25px; }

/* BLOCKS
--------------------------------------------*/
/* block listing */
.block-listing {
  position: relative; }
  .block-listing.margin-sm {
    margin-top: -30px; }
    @media (max-width: 567px) {
      .block-listing.margin-sm {
        margin-top: -25px; } }
    .block-listing.margin-sm .block,
    .block-listing.margin-sm .block-flex {
      margin-top: 30px; }
      @media (max-width: 567px) {
        .block-listing.margin-sm .block,
        .block-listing.margin-sm .block-flex {
          margin-top: 25px; } }
  .block-listing.margin-md {
    margin-top: -35px; }
    @media (max-width: 567px) {
      .block-listing.margin-md {
        margin-top: -25px; } }
    .block-listing.margin-md .block,
    .block-listing.margin-md .block-flex {
      margin-top: 35px; }
      @media (max-width: 567px) {
        .block-listing.margin-md .block,
        .block-listing.margin-md .block-flex {
          margin-top: 25px; } }
  .block-listing.margin-lg {
    margin-top: -50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block-listing.margin-lg {
        margin-top: -40px; } }
    @media (max-width: 767px) {
      .block-listing.margin-lg {
        margin-top: -30px; } }
    .block-listing.margin-lg .block,
    .block-listing.margin-lg .block-flex {
      margin-top: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .block-listing.margin-lg .block,
        .block-listing.margin-lg .block-flex {
          margin-top: 40px; } }
      @media (max-width: 767px) {
        .block-listing.margin-lg .block,
        .block-listing.margin-lg .block-flex {
          margin-top: 30px; } }
  .block-listing.margin-xlg {
    margin-top: -60px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block-listing.margin-xlg {
        margin-top: -50px; } }
    @media (max-width: 767px) {
      .block-listing.margin-xlg {
        margin-top: -30px; } }
    .block-listing.margin-xlg .block,
    .block-listing.margin-xlg .block-flex {
      margin-top: 60px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .block-listing.margin-xlg .block,
        .block-listing.margin-xlg .block-flex {
          margin-top: 50px; } }
      @media (max-width: 767px) {
        .block-listing.margin-xlg .block,
        .block-listing.margin-xlg .block-flex {
          margin-top: 30px; } }
  .block-listing .bg-img-wrapper {
    position: relative; }
  .block-listing .caption,
  .block-listing .caption-flex {
    width: 100%;
    z-index: 4; }

/* deafult block */
.block {
  width: 100%;
  height: 100%;
  position: relative; }

/* flex block */
.block-flex {
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  flex-direction: column; }

/* outlines */
.outline {
  outline-width: 2px !important;
  outline-style: solid !important; }

.outline-lg {
  outline-offset: -20px !important; }

.outline-white {
  outline-color: rgba(255, 255, 255, 0.7) !important; }

.outline-black {
  outline-color: rgba(72, 72, 72, 0.7) !important; }

/* BREADCRUMBS
--------------------------------------------*/
.breadcrumbs {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs a, .breadcrumbs span {
    color: #999;
    font-size: 1.6rem;
    line-height: 1; }
  .breadcrumbs a:hover, .breadcrumbs a:focus {
    color: #484848; }
    .breadcrumbs a:hover span, .breadcrumbs a:focus span {
      color: #484848; }
  .breadcrumbs > span {
    padding: 0 12px;
    position: relative; }
    .breadcrumbs > span:first-of-type {
      padding-left: 0; }
    .breadcrumbs > span:not(:last-of-type):after {
      content: '/';
      right: -4px;
      margin-top: 1px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .breadcrumbs > span > span,
    .breadcrumbs > span > span > span {
      padding: 0; }
    .breadcrumbs > span em {
      margin: 0 -15px 0 10px;
      font-style: normal;
      display: inline-block; }

/* BUTTONS
--------------------------------------------*/
/* primary button styles */
.btn {
  margin: 0;
  cursor: pointer;
  border: 2px solid;
  text-align: left;
  position: relative;
  display: inline-block;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 1.7rem;
  line-height: 1; }
  .btn:hover, .btn:focus {
    outline: none !important; }

/* large button */
.btn-lg {
  padding: 14px 20px 15px;
  font-size: 2rem;
  line-height: 1; }
  @media (min-width: 1200px) and (max-height: 830px) {
    .btn-lg {
      padding: 13px 20px 14px;
      font-size: 1.9rem; } }
  @media (max-width: 767px) {
    .btn-lg {
      font-size: 1.7rem;
      padding: 12px 20px; } }
/* button branding */
/* button hover branding */
/* button - white */
.btn-white {
  border-color: white;
  background-color: white;
  color: #000000; }
  .btn-white:hover, .btn-white:focus {
    color: white;
    background: transparent;
    border-color: white; }

a:hover .btn-white,
a:focus .btn-white {
  color: white;
  background: transparent;
  border-color: white; }

/* button - black */
.btn-black {
  border-color: #000000;
  background-color: #000000;
  color: white; }
  .btn-black:hover, .btn-black:focus {
    color: #000000;
    background: transparent;
    border-color: #000000; }

a:hover .btn-black,
a:focus .btn-black {
  color: #000000;
  background: transparent;
  border-color: #000000; }

/* button - champagne */
.btn-champagne {
  border-color: #d6d3cc;
  background-color: #d6d3cc;
  color: black; }
  .btn-champagne:hover, .btn-champagne:focus {
    color: #d6d3cc;
    background: transparent;
    border-color: #d6d3cc; }

a:hover .btn-champagne,
a:focus .btn-champagne {
  color: #d6d3cc;
  background: transparent;
  border-color: #d6d3cc; }

/* close button */
.btn-close {
  z-index: 999;
  display: block;
  border-radius: 40px;
  border: 2px solid white;
  background: transparent;
  width: 40px;
  height: 40px;
  top: 40px;
  right: 40px;
  position: absolute; }
  @media (max-width: 767px) {
    .btn-close {
      top: 15px;
      right: 20px;
      width: 34px;
      height: 34px; } }
  .btn-close:hover, .btn-close:focus {
    background: white; }
    .btn-close:hover:after, .btn-close:focus:after {
      color: #484848; }
  .btn-close:after {
    color: white;
    content: '\e90b';
    font-size: 2rem;
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 400; }
    @media (max-width: 767px) {
      .btn-close:after {
        font-size: 1.8rem; } }
/* back button */
.back-button {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #e8e8e8; }
  @media (min-width: 768px) and (max-width: 991px) {
    .back-button {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .back-button {
      margin-top: 40px; } }
  .back-button a {
    color: #484848;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 2.3rem;
    line-height: 1.3; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .back-button a {
        font-size: 2.1rem; } }
    @media (max-width: 767px) {
      .back-button a {
        font-size: 2.1rem; } }
    @media (max-width: 767px) {
      .back-button a {
        padding-left: 20px;
        font-size: 1.6rem; } }
    .back-button a:hover, .back-button a:focus {
      color: #484848; }
    .back-button a:before {
      content: '\e908';
      margin-top: 1px;
      font-size: 1.8rem;
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      left: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .back-button a:before {
          font-size: 1.5rem; } }
      @media (max-width: 767px) {
        .back-button a:before {
          font-size: 1.4rem; } }
/* CAPTION WRAPPER
--------------------------------------------*/
.caption-wrapper {
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative; }
  .caption-wrapper .container {
    height: 100%;
    z-index: 4;
    position: relative; }
  .caption-wrapper .caption {
    z-index: 4; }

.caption-wrapper-flex {
  z-index: 4;
  width: 100%;
  height: 100%;
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  flex-direction: column; }

/* CAPTION POSITIONING
--------------------------------------------*/
.caption-bottom {
  top: auto;
  bottom: 0;
  position: absolute !important; }
  .caption-bottom.caption-right {
    right: 0;
    float: none; }

.caption-left {
  float: left; }

.caption-right {
  float: right; }

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

/* CAPTION OVERLAY
--------------------------------------------*/
.caption-overlay {
  width: 100%;
  z-index: 5;
  left: 0;
  position: absolute; }
  .caption-overlay h1, .caption-overlay h2, .caption-overlay h3,
  .caption-overlay h4, .caption-overlay h5, .caption-overlay h6,
  .caption-overlay p, .caption-overlay li, .caption-overlay a:not(.btn), .caption-overlay span:not(.btn) {
    color: white; }
  .caption-overlay li:before {
    color: white !important; }
  .caption-overlay a:not(.btn):hover {
    color: #484848; }

.caption-overlay-flex {
  height: 100%;
  z-index: 5;
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  flex-direction: column; }
  .caption-overlay-flex h1, .caption-overlay-flex h2, .caption-overlay-flex h3,
  .caption-overlay-flex h4, .caption-overlay-flex h5, .caption-overlay-flex h6,
  .caption-overlay-flex p, .caption-overlay-flex li, .caption-overlay-flex a:not(.btn), .caption-overlay-flex span:not(.btn) {
    color: white; }
  .caption-overlay-flex li:before {
    color: white !important; }
  .caption-overlay-flex a:not(.btn):hover {
    color: #484848; }

/* CAPTION FLEX
--------------------------------------------*/
.caption-flex {
  z-index: 5;
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  flex-direction: column; }
  .caption-flex.text-left .btn {
    align-self: flex-start; }
  .caption-flex.text-center .btn {
    align-self: center; }

.caption-flex-top {
  justify-content: flex-start; }

.caption-flex-center {
  justify-content: center; }

.caption-flex-bottom {
  justify-content: flex-end; }

/* CTA BLOCK
--------------------------------------------*/
.cta-block {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }
  .cta-block .caption {
    -webkit-transform: translate3d(0, 0, 0); }

/* CTA FLEX
--------------------------------------------*/
.cta-flex {
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
  flex-direction: column; }
  .cta-flex .caption-flex {
    -webkit-transform: translate3d(0, 0, 0); }

/* CTA CAPTION
--------------------------------------------*/
.cta-caption {
  z-index: 4; }
  .cta-caption:hover .bg-none .caption:after, .cta-caption:hover .bg-none.caption:after,
  .cta-caption:hover .bg-none .caption-flex:after, .cta-caption:hover .bg-none.caption-flex:after, .cta-caption:hover.bg-none .caption:after, .cta-caption:hover.bg-none.caption:after,
  .cta-caption:hover.bg-none .caption-flex:after, .cta-caption:hover.bg-none.caption-flex:after,
  .cta-caption:hover .bg-white .caption:after,
  .cta-caption:hover .bg-white.caption:after,
  .cta-caption:hover .bg-white .caption-flex:after,
  .cta-caption:hover .bg-white.caption-flex:after, .cta-caption:hover.bg-white .caption:after, .cta-caption:hover.bg-white.caption:after,
  .cta-caption:hover.bg-white .caption-flex:after, .cta-caption:hover.bg-white.caption-flex:after, .cta-caption:focus .bg-none .caption:after, .cta-caption:focus .bg-none.caption:after,
  .cta-caption:focus .bg-none .caption-flex:after, .cta-caption:focus .bg-none.caption-flex:after, .cta-caption:focus.bg-none .caption:after, .cta-caption:focus.bg-none.caption:after,
  .cta-caption:focus.bg-none .caption-flex:after, .cta-caption:focus.bg-none.caption-flex:after,
  .cta-caption:focus .bg-white .caption:after,
  .cta-caption:focus .bg-white.caption:after,
  .cta-caption:focus .bg-white .caption-flex:after,
  .cta-caption:focus .bg-white.caption-flex:after, .cta-caption:focus.bg-white .caption:after, .cta-caption:focus.bg-white.caption:after,
  .cta-caption:focus.bg-white .caption-flex:after, .cta-caption:focus.bg-white.caption-flex:after {
    opacity: 0.05; }
  .cta-caption:hover .bg-champagne .caption:after, .cta-caption:hover .bg-champagne.caption:after,
  .cta-caption:hover .bg-champagne .caption-flex:after, .cta-caption:hover .bg-champagne.caption-flex:after, .cta-caption:hover.bg-champagne .caption:after, .cta-caption:hover.bg-champagne.caption:after,
  .cta-caption:hover.bg-champagne .caption-flex:after, .cta-caption:hover.bg-champagne.caption-flex:after, .cta-caption:focus .bg-champagne .caption:after, .cta-caption:focus .bg-champagne.caption:after,
  .cta-caption:focus .bg-champagne .caption-flex:after, .cta-caption:focus .bg-champagne.caption-flex:after, .cta-caption:focus.bg-champagne .caption:after, .cta-caption:focus.bg-champagne.caption:after,
  .cta-caption:focus.bg-champagne .caption-flex:after, .cta-caption:focus.bg-champagne.caption-flex:after {
    opacity: 0.1; }
  .cta-caption:hover .bg-grey-light .caption:after, .cta-caption:hover .bg-grey-light.caption:after,
  .cta-caption:hover .bg-grey-light .caption-flex:after, .cta-caption:hover .bg-grey-light.caption-flex:after, .cta-caption:hover.bg-grey-light .caption:after, .cta-caption:hover.bg-grey-light.caption:after,
  .cta-caption:hover.bg-grey-light .caption-flex:after, .cta-caption:hover.bg-grey-light.caption-flex:after, .cta-caption:focus .bg-grey-light .caption:after, .cta-caption:focus .bg-grey-light.caption:after,
  .cta-caption:focus .bg-grey-light .caption-flex:after, .cta-caption:focus .bg-grey-light.caption-flex:after, .cta-caption:focus.bg-grey-light .caption:after, .cta-caption:focus.bg-grey-light.caption:after,
  .cta-caption:focus.bg-grey-light .caption-flex:after, .cta-caption:focus.bg-grey-light.caption-flex:after {
    opacity: 0.04; }
  .cta-caption:hover .bg-black .caption:after, .cta-caption:hover .bg-black.caption:after,
  .cta-caption:hover .bg-black .caption-flex:after, .cta-caption:hover .bg-black.caption-flex:after, .cta-caption:hover.bg-black .caption:after, .cta-caption:hover.bg-black.caption:after,
  .cta-caption:hover.bg-black .caption-flex:after, .cta-caption:hover.bg-black.caption-flex:after, .cta-caption:focus .bg-black .caption:after, .cta-caption:focus .bg-black.caption:after,
  .cta-caption:focus .bg-black .caption-flex:after, .cta-caption:focus .bg-black.caption-flex:after, .cta-caption:focus.bg-black .caption:after, .cta-caption:focus.bg-black.caption:after,
  .cta-caption:focus.bg-black .caption-flex:after, .cta-caption:focus.bg-black.caption-flex:after {
    opacity: 0.3;
    background: white; }
  .cta-caption .caption:after,
  .cta-caption .caption-flex:after {
    content: '';
    z-index: 4;
    opacity: 0;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .cta-caption .text {
    z-index: 5;
    position: relative; }

/* CTA IMG
--------------------------------------------*/
.cta-img:hover .img-overlay {
  opacity: 0.3; }

.cta-img .img-overlay {
  opacity: 0; }

/* CTA IMG OVERLAY CAPTION
--------------------------------------------*/
.cta-img-overlay:hover .img-overlay {
  opacity: 0.85; }

.cta-img-overlay .img-overlay {
  opacity: 0.93; }

/* FORMS
--------------------------------------------*/
form p {
  margin: 0; }

form br {
  display: none; }

form label,
form legend {
  color: #000000;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    form label,
    form legend {
      margin-bottom: 7px; } }
form legend {
  border: none;
  font-size: 3.4rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    form legend {
      font-size: 2.9rem; } }
  @media (max-width: 767px) {
    form legend {
      font-size: 2.9rem; } }
/* resets */
input, textarea, button {
  outline: medium none; }

select {
  cursor: pointer; }

::-ms-clear {
  display: none; }

/* horizontal form */
.form-horizontal .form-group,
.form-group {
  margin: 0 0 15px; }

.form-group-btn {
  margin: 0; }

/* base form input */
/* base form select */
.select-wrapper {
  width: 100%;
  cursor: pointer;
  position: relative; }
  .select-wrapper:after {
    content: "\e907";
    font-family: 'icomoon';
    font-size: 8px;
    display: block;
    color: #484848;
    pointer-events: none;
    z-index: 2;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 15px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .select-wrapper:after {
        display: none; } }
/* base form checkbox */
/* base form textarea */
/* gravity forms */
body .gform_wrapper {
  margin: 0;
  /* top label */
  /* inner labels */
  /* hidden labels */
  /* form heading */
  /* form input/dropdown */
  /* complex fields */
  /* address fields */
  /* name field */
  /* validation */
  /* form section */
  /* form title & description */
  /* checkboxes/radio buttons */
  /* select dropdowns */
  /* multi select */
  /* time fields */
  /* date picker */
  /* file upload */
  /* recaptcha */
  /* footer */
  /* submit button */
  /* validation */ }
  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important; }
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label select.medium {
    width: 100% !important; }
  body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
  body .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    margin: 0;
    display: none; }
  body .gform_wrapper li.hidden_label input {
    margin-top: 0; }
  body .gform_wrapper .gform_heading {
    margin-bottom: 25px; }
  body .gform_wrapper .gfield {
    list-style: none;
    margin: 10px 0 0 !important;
    padding-right: 0 !important;
    /* half width fields */
    /* validation */ }
    body .gform_wrapper .gfield.hidden_label label {
      margin: 0 0 10px !important; }
      @media (max-width: 767px) {
        body .gform_wrapper .gfield.hidden_label label {
          margin-bottom: 7px !important; } }
    body .gform_wrapper .gfield input[type="text"],
    body .gform_wrapper .gfield input[type="email"],
    body .gform_wrapper .gfield input[type="tel"],
    body .gform_wrapper .gfield input[type="number"],
    body .gform_wrapper .gfield input[type="url"],
    body .gform_wrapper .gfield input[type="file"] {
      padding: 10px 15px !important;
      color: #484848;
      border-radius: 0;
      position: relative;
      border: none;
      box-shadow: none;
      background: #f0f0f0;
      margin-bottom: 0;
      width: 100%;
      height: 45px;
      font-size: 1.6rem !important;
      line-height: 1.5;
      /* focus */
      /* placeholder text */ }
      @media (max-width: 991px) {
        body .gform_wrapper .gfield input[type="text"],
        body .gform_wrapper .gfield input[type="email"],
        body .gform_wrapper .gfield input[type="tel"],
        body .gform_wrapper .gfield input[type="number"],
        body .gform_wrapper .gfield input[type="url"],
        body .gform_wrapper .gfield input[type="file"] {
          height: 40px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          padding: 8px !important; } }
      body .gform_wrapper .gfield input[type="text"]:focus,
      body .gform_wrapper .gfield input[type="email"]:focus,
      body .gform_wrapper .gfield input[type="tel"]:focus,
      body .gform_wrapper .gfield input[type="number"]:focus,
      body .gform_wrapper .gfield input[type="url"]:focus,
      body .gform_wrapper .gfield input[type="file"]:focus {
        outline: 0;
        box-shadow: none;
        background: white;
        transition: background 0.3s ease; }
      body .gform_wrapper .gfield input[type="text"]:-moz-placeholder,
      body .gform_wrapper .gfield input[type="email"]:-moz-placeholder,
      body .gform_wrapper .gfield input[type="tel"]:-moz-placeholder,
      body .gform_wrapper .gfield input[type="number"]:-moz-placeholder,
      body .gform_wrapper .gfield input[type="url"]:-moz-placeholder,
      body .gform_wrapper .gfield input[type="file"]:-moz-placeholder {
        opacity: 1;
        color: #484848;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield input[type="text"]::-moz-placeholder,
      body .gform_wrapper .gfield input[type="email"]::-moz-placeholder,
      body .gform_wrapper .gfield input[type="tel"]::-moz-placeholder,
      body .gform_wrapper .gfield input[type="number"]::-moz-placeholder,
      body .gform_wrapper .gfield input[type="url"]::-moz-placeholder,
      body .gform_wrapper .gfield input[type="file"]::-moz-placeholder {
        opacity: 1;
        color: #484848;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield input[type="text"]:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="email"]:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="tel"]:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="number"]:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="url"]:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="file"]:-ms-input-placeholder {
        opacity: 1;
        color: #484848;
        -ms-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield input[type="text"]::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="email"]::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="tel"]::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="number"]::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="url"]::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="file"]::-webkit-input-placeholder {
        opacity: 1;
        color: #484848;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield input[type="text"]:focus:-moz-placeholder,
      body .gform_wrapper .gfield input[type="email"]:focus:-moz-placeholder,
      body .gform_wrapper .gfield input[type="tel"]:focus:-moz-placeholder,
      body .gform_wrapper .gfield input[type="number"]:focus:-moz-placeholder,
      body .gform_wrapper .gfield input[type="url"]:focus:-moz-placeholder,
      body .gform_wrapper .gfield input[type="file"]:focus:-moz-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield input[type="text"]:focus::-moz-placeholder,
      body .gform_wrapper .gfield input[type="email"]:focus::-moz-placeholder,
      body .gform_wrapper .gfield input[type="tel"]:focus::-moz-placeholder,
      body .gform_wrapper .gfield input[type="number"]:focus::-moz-placeholder,
      body .gform_wrapper .gfield input[type="url"]:focus::-moz-placeholder,
      body .gform_wrapper .gfield input[type="file"]:focus::-moz-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield input[type="text"]:focus:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="email"]:focus:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="tel"]:focus:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="number"]:focus:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="url"]:focus:-ms-input-placeholder,
      body .gform_wrapper .gfield input[type="file"]:focus:-ms-input-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield input[type="text"]:focus::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="email"]:focus::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="tel"]:focus::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="number"]:focus::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="url"]:focus::-webkit-input-placeholder,
      body .gform_wrapper .gfield input[type="file"]:focus::-webkit-input-placeholder {
        opacity: 0; }
    body .gform_wrapper .gfield input[type="number"] {
      width: 100% !important; }
    body .gform_wrapper .gfield textarea {
      padding: 10px 15px !important;
      color: #484848;
      border-radius: 0;
      position: relative;
      border: none;
      box-shadow: none;
      background: #f0f0f0;
      margin-bottom: 0;
      width: 100%;
      height: 45px;
      font-size: 1.6rem !important;
      line-height: 1.5;
      /* focus */
      /* placeholder text */ }
      @media (max-width: 991px) {
        body .gform_wrapper .gfield textarea {
          height: 40px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          padding: 8px !important; } }
      body .gform_wrapper .gfield textarea:focus {
        outline: 0;
        box-shadow: none;
        background: white;
        transition: background 0.3s ease; }
      body .gform_wrapper .gfield textarea:-moz-placeholder {
        opacity: 1;
        color: #484848;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield textarea::-moz-placeholder {
        opacity: 1;
        color: #484848;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield textarea:-ms-input-placeholder {
        opacity: 1;
        color: #484848;
        -ms-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield textarea::-webkit-input-placeholder {
        opacity: 1;
        color: #484848;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield textarea:focus:-moz-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield textarea:focus::-moz-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield textarea:focus:-ms-input-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield textarea:focus::-webkit-input-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield textarea.small, body .gform_wrapper .gfield textarea.medium, body .gform_wrapper .gfield textarea.large {
        height: 130px !important; }
    body .gform_wrapper .gfield select {
      padding: 10px 15px !important;
      color: #484848;
      border-radius: 0;
      position: relative;
      border: none;
      box-shadow: none;
      background: #f0f0f0;
      margin-bottom: 0;
      width: 100%;
      height: 45px;
      font-size: 1.6rem !important;
      line-height: 1.5;
      /* focus */
      /* placeholder text */
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important;
      z-index: 1; }
      @media (max-width: 991px) {
        body .gform_wrapper .gfield select {
          height: 40px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          padding: 8px !important; } }
      body .gform_wrapper .gfield select:focus {
        outline: 0;
        box-shadow: none;
        background: white;
        transition: background 0.3s ease; }
      body .gform_wrapper .gfield select:-moz-placeholder {
        opacity: 1;
        color: #484848;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield select::-moz-placeholder {
        opacity: 1;
        color: #484848;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield select:-ms-input-placeholder {
        opacity: 1;
        color: #484848;
        -ms-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield select::-webkit-input-placeholder {
        opacity: 1;
        color: #484848;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      body .gform_wrapper .gfield select:focus:-moz-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield select:focus::-moz-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield select:focus:-ms-input-placeholder {
        opacity: 0; }
      body .gform_wrapper .gfield select:focus::-webkit-input-placeholder {
        opacity: 0; }
    body .gform_wrapper .gfield h5 {
      margin: 10px 0;
      font-size: 1.6rem;
      line-height: 1.5; }
    body .gform_wrapper .gfield.half-width {
      width: calc(50% - 8px); }
      @media (max-width: 567px) {
        body .gform_wrapper .gfield.half-width {
          width: calc(100% - 0px); } }
      body .gform_wrapper .gfield.half-width .ginput_container_select:after {
        right: 15px; }
    body .gform_wrapper .gfield.gfield_error {
      margin: 20px 0 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; }
      @media (max-width: 767px) {
        body .gform_wrapper .gfield.gfield_error {
          margin-top: 15px !important; } }
  body .gform_wrapper .ginput_complex .ginput_full,
  body .gform_wrapper .ginput_complex .ginput_left,
  body .gform_wrapper .ginput_complex .ginput_right {
    min-height: auto; }
  body .gform_wrapper .ginput_container_address span {
    display: block;
    margin-bottom: 15px !important; }
    @media (max-width: 767px) {
      body .gform_wrapper .ginput_container_address span {
        margin-bottom: 10px !important; } }
  body .gform_wrapper .ginput_container_name span {
    padding-right: 14px !important; }
    @media (max-width: 567px) {
      body .gform_wrapper .ginput_container_name span {
        padding-right: 0 !important; } }
  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important; }
  body .gform_wrapper .validation_message {
    display: none; }
  body .gform_wrapper .gsection {
    margin: 25px 0 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important; }
    body .gform_wrapper .gsection:first-of-type {
      margin-top: 0 !important; }
  body .gform_wrapper .gsection .gfield_label,
  body .gform_wrapper h2.gsection_title,
  body .gform_wrapper h3.gform_title {
    font-size: 2.8rem;
    line-height: 1.2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      body .gform_wrapper .gsection .gfield_label,
      body .gform_wrapper h2.gsection_title,
      body .gform_wrapper h3.gform_title {
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      body .gform_wrapper .gsection .gfield_label,
      body .gform_wrapper h2.gsection_title,
      body .gform_wrapper h3.gform_title {
        font-size: 2.4rem; } }
  body .gform_wrapper .gfield_description,
  body .gform_wrapper .gsection_description {
    padding: 0;
    margin: 15px 0;
    font-size: 1.7rem; }
  body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 10px; }
    @media (max-width: 767px) {
      body .gform_wrapper .field_description_below .gfield_description {
        padding-top: 5px !important; } }
  body .gform_wrapper .description_above .gfield_description {
    padding: 0; }
  body .gform_wrapper .ginput_container_checkbox,
  body .gform_wrapper .ginput_container_radio,
  body .gform_wrapper .ginput_container_consent {
    margin-bottom: 0 !important; }
    body .gform_wrapper .ginput_container_checkbox label,
    body .gform_wrapper .ginput_container_radio label,
    body .gform_wrapper .ginput_container_consent label {
      cursor: pointer;
      position: relative;
      font-weight: 400;
      margin: 4px 0 0 0 !important;
      display: inline-block !important;
      padding-left: 23px !important; }
      body .gform_wrapper .ginput_container_checkbox label:after, body .gform_wrapper .ginput_container_checkbox label:before,
      body .gform_wrapper .ginput_container_radio label:after,
      body .gform_wrapper .ginput_container_radio label:before,
      body .gform_wrapper .ginput_container_consent label:after,
      body .gform_wrapper .ginput_container_consent label:before {
        content: '';
        border-radius: 0;
        position: absolute; }
      body .gform_wrapper .ginput_container_checkbox label:before,
      body .gform_wrapper .ginput_container_radio label:before,
      body .gform_wrapper .ginput_container_consent label:before {
        left: 0;
        top: 4px;
        width: 15px;
        height: 15px;
        border: 1px solid #000000; }
        @media (min-width: 1921px) {
          body .gform_wrapper .ginput_container_checkbox label:before,
          body .gform_wrapper .ginput_container_radio label:before,
          body .gform_wrapper .ginput_container_consent label:before {
            top: 6px; } }
      body .gform_wrapper .ginput_container_checkbox label:after,
      body .gform_wrapper .ginput_container_radio label:after,
      body .gform_wrapper .ginput_container_consent label:after {
        opacity: 0; }
    body .gform_wrapper .ginput_container_checkbox input,
    body .gform_wrapper .ginput_container_radio input,
    body .gform_wrapper .ginput_container_consent input {
      display: none !important;
      opacity: 0;
      margin: 0 !important;
      padding: 0 !important; }
      body .gform_wrapper .ginput_container_checkbox input:checked + label, body .gform_wrapper .ginput_container_checkbox input:checked + label,
      body .gform_wrapper .ginput_container_radio input:checked + label,
      body .gform_wrapper .ginput_container_radio input:checked + label,
      body .gform_wrapper .ginput_container_consent input:checked + label,
      body .gform_wrapper .ginput_container_consent input:checked + label {
        font-weight: 400 !important; }
        body .gform_wrapper .ginput_container_checkbox input:checked + label:after, body .gform_wrapper .ginput_container_checkbox input:checked + label:after,
        body .gform_wrapper .ginput_container_radio input:checked + label:after,
        body .gform_wrapper .ginput_container_radio input:checked + label:after,
        body .gform_wrapper .ginput_container_consent input:checked + label:after,
        body .gform_wrapper .ginput_container_consent input:checked + label:after {
          left: 0;
          top: -6px;
          opacity: 1;
          color: #000000;
          content: '\e5ca';
          font-size: 2rem;
          font-family: 'icomoon'; }
          @media (min-width: 1921px) {
            body .gform_wrapper .ginput_container_checkbox input:checked + label:after, body .gform_wrapper .ginput_container_checkbox input:checked + label:after,
            body .gform_wrapper .ginput_container_radio input:checked + label:after,
            body .gform_wrapper .ginput_container_radio input:checked + label:after,
            body .gform_wrapper .ginput_container_consent input:checked + label:after,
            body .gform_wrapper .ginput_container_consent input:checked + label:after {
              top: -7px; } }
    body .gform_wrapper .ginput_container_checkbox li,
    body .gform_wrapper .ginput_container_radio li,
    body .gform_wrapper .ginput_container_consent li {
      display: inline;
      margin: 0 15px 5px 0 !important; }
    body .gform_wrapper .ginput_container_checkbox label:before,
    body .gform_wrapper .ginput_container_radio label:before,
    body .gform_wrapper .ginput_container_consent label:before {
      top: 3px; }
      @media (max-width: 1199px) {
        body .gform_wrapper .ginput_container_checkbox label:before,
        body .gform_wrapper .ginput_container_radio label:before,
        body .gform_wrapper .ginput_container_consent label:before {
          top: 2px; } }
    body .gform_wrapper .ginput_container_checkbox input:checked + label:after, body .gform_wrapper .ginput_container_checkbox input:checked + label:after,
    body .gform_wrapper .ginput_container_radio input:checked + label:after,
    body .gform_wrapper .ginput_container_radio input:checked + label:after,
    body .gform_wrapper .ginput_container_consent input:checked + label:after,
    body .gform_wrapper .ginput_container_consent input:checked + label:after {
      top: -7px; }
      @media (min-width: 1921px) {
        body .gform_wrapper .ginput_container_checkbox input:checked + label:after, body .gform_wrapper .ginput_container_checkbox input:checked + label:after,
        body .gform_wrapper .ginput_container_radio input:checked + label:after,
        body .gform_wrapper .ginput_container_radio input:checked + label:after,
        body .gform_wrapper .ginput_container_consent input:checked + label:after,
        body .gform_wrapper .ginput_container_consent input:checked + label:after {
          top: -10px; } }
      @media (max-width: 1199px) {
        body .gform_wrapper .ginput_container_checkbox input:checked + label:after, body .gform_wrapper .ginput_container_checkbox input:checked + label:after,
        body .gform_wrapper .ginput_container_radio input:checked + label:after,
        body .gform_wrapper .ginput_container_radio input:checked + label:after,
        body .gform_wrapper .ginput_container_consent input:checked + label:after,
        body .gform_wrapper .ginput_container_consent input:checked + label:after {
          top: -5px; } }
  body .gform_wrapper .ginput_container_select,
  body .gform_wrapper .gfield_time_ampm,
  body .gform_wrapper .ginput_container_address .address_country {
    position: relative; }
    body .gform_wrapper .ginput_container_select:after,
    body .gform_wrapper .gfield_time_ampm:after,
    body .gform_wrapper .ginput_container_address .address_country:after {
      content: "\e907";
      font-family: 'icomoon';
      font-size: 8px;
      display: block;
      color: #484848;
      pointer-events: none;
      z-index: 2;
      margin-top: 1px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: 15px; }
      @media (max-width: 991px) {
        body .gform_wrapper .ginput_container_select:after,
        body .gform_wrapper .gfield_time_ampm:after,
        body .gform_wrapper .ginput_container_address .address_country:after {
          right: 10px; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        body .gform_wrapper .ginput_container_select:after,
        body .gform_wrapper .gfield_time_ampm:after,
        body .gform_wrapper .ginput_container_address .address_country:after {
          display: none; } }
    body .gform_wrapper .ginput_container_select select.not_chosen,
    body .gform_wrapper .gfield_time_ampm select.not_chosen,
    body .gform_wrapper .ginput_container_address .address_country select.not_chosen {
      color: #999; }
    body .gform_wrapper .ginput_container_select select option,
    body .gform_wrapper .gfield_time_ampm select option,
    body .gform_wrapper .ginput_container_address .address_country select option {
      color: #484848; }
      body .gform_wrapper .ginput_container_select select option:first-child,
      body .gform_wrapper .gfield_time_ampm select option:first-child,
      body .gform_wrapper .ginput_container_address .address_country select option:first-child {
        color: #999; }
  body .gform_wrapper .ginput_container_multiselect .gfield_select {
    height: 150px !important; }
  body .gform_wrapper.gf_browser_safari .gfield_time_ampm select, body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select, body .gform_wrapper.gf_browser_gecko .gfield_time_ampm select, body .gform_wrapper.gf_browser_ie .gfield_time_ampm select, body .gform_wrapper.gf_browser_iphone .gfield_time_ampm select, body .gform_wrapper.gf_browser_unknown .gfield_time_ampm select {
    width: 100% !important;
    max-width: 100% !important; }
  body .gform_wrapper .gfield_time_ampm,
  body .gform_wrapper .gfield_time_hour,
  body .gform_wrapper .gfield_time_minute {
    width: 127px;
    max-width: 127px; }
  body .gform_wrapper .gfield_time_hour {
    margin-right: 5px; }
    body .gform_wrapper .gfield_time_hour i {
      display: none; }
  body .gform_wrapper input.medium.datepicker {
    width: 333px !important; }
    @media (min-width: 1921px) {
      body .gform_wrapper input.medium.datepicker {
        width: 423px !important; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      body .gform_wrapper input.medium.datepicker {
        width: 243px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .gform_wrapper input.medium.datepicker {
        width: 305px !important; } }
    @media (max-width: 767px) {
      body .gform_wrapper input.medium.datepicker {
        width: 100% !important; } }
  body .gform_wrapper .ginput_container_fileupload + .validation_message {
    display: block !important; }
  body .gform_wrapper .grecaptcha-badge {
    z-index: 998; }
  body .gform_wrapper .gfield_recaptcha {
    margin: 0 !important; }
  body .gform_wrapper .gform_page_footer {
    border: none; }
  body .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin-top: 5px !important; }
  body .gform_wrapper .gform_button,
  body .gform_wrapper .gform_next_button,
  body .gform_wrapper .gform_previous_button {
    margin: 0 !important;
    cursor: pointer;
    border: 2px solid white;
    color: #000000;
    background: white;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    display: inline-block;
    outline: none !important;
    font-weight: 400;
    padding: 12px 17px !important;
    font-size: 1.7rem !important;
    line-height: 1 !important; }
    @media (max-width: 767px) {
      body .gform_wrapper .gform_button,
      body .gform_wrapper .gform_next_button,
      body .gform_wrapper .gform_previous_button {
        width: auto !important;
        font-size: 1.7rem !important;
        line-height: 1 !important; } }
    body .gform_wrapper .gform_button:hover, body .gform_wrapper .gform_button:focus,
    body .gform_wrapper .gform_next_button:hover,
    body .gform_wrapper .gform_next_button:focus,
    body .gform_wrapper .gform_previous_button:hover,
    body .gform_wrapper .gform_previous_button:focus {
      width: auto;
      color: white;
      outline: none !important;
      background: transparent;
      border-color: white; }
  body .gform_wrapper .gfield_required,
  body .gform_wrapper .gfield_error .gfield_label,
  body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
  body .gform_wrapper li.gfield_error ul.gfield_checkbox,
  body .gform_wrapper li.gfield_error ul.gfield_radio,
  body .gform_wrapper .validation_message {
    color: red; }
  body .gform_wrapper div.validation_error {
    color: red;
    margin-top: 20px;
    text-align: left;
    border-color: red; }
  body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  body .gform_wrapper li.gfield_error textarea {
    width: 100%;
    border: 1px solid red; }

.gform_confirmation_message {
  color: white;
  margin-top: 20px; }

/* ui datepicker */
.ui-datepicker {
  margin-top: 0 !important; }

.ui-datepicker-header {
  color: #484848 !important; }

/* ICONS
--------------------------------------------*/
/* play icon */
.play-icon {
  z-index: 5;
  border-radius: 100%;
  background: #d6d3cc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .play-icon {
      width: 55px;
      height: 55px; } }
  @media (max-width: 767px) {
    .play-icon {
      width: 50px;
      height: 50px; } }
  .play-icon:before {
    content: '\e90d';
    z-index: 2;
    color: #000000;
    font-size: 2.2rem;
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 2px;
    text-indent: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .play-icon:before {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .play-icon:before {
        font-size: 2rem; } }
a:hover .play-icon {
  background: white; }
  a:hover .play-icon:before {
    color: #000000; }

/* LINKS
--------------------------------------------*/
/* see more link */
/* BOOTSTRAP MODAL
--------------------------------------------*/
/* modal backdrop */
.modal-backdrop.in {
  opacity: 1; }

.modal-backdrop {
  background: rgba(214, 211, 204, 0.95); }

.modal {
  overflow-y: auto; }

.modal-open {
  overflow: auto;
  padding-right: 0px !important; }

/* modal content */
.modal {
  padding: 0 !important; }

.modal-dialog {
  margin-top: 130px;
  -webkit-transform: none !important;
          transform: none !important; }
  @media (max-width: 767px) {
    .modal-dialog {
      margin: 0; } }
.modal-content {
  border: none;
  border-radius: 0;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
  @media (max-width: 767px) {
    .modal-content {
      box-shadow: none; } }
.modal-body {
  padding: 60px; }
  @media (min-width: 1921px) {
    .modal-body {
      padding: 70px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .modal-body {
      padding: 50px; } }
  @media (max-width: 767px) {
    .modal-body {
      padding: 30px 25px; } }
/* CATEGORY NAVIGATION/DROPDOWN
--------------------------------------------*/
/* category navigation */
.category-navigation {
  z-index: 1;
  margin-top: 35px;
  position: relative; }
  @media (min-width: 1921px) {
    .category-navigation {
      margin-top: 45px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .category-navigation {
      margin-top: 30px; } }
  .category-navigation ul {
    margin-top: -20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-navigation ul {
        margin-top: -15px; } }
    @media (max-width: 767px) {
      .category-navigation ul {
        margin-top: -10px; } }
  .category-navigation li {
    padding: 0;
    display: inline-block;
    margin: 20px 15px 0 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-navigation li {
        margin: 15px 10px 0 0; } }
    @media (max-width: 767px) {
      .category-navigation li {
        margin: 10px 10px 0 0; } }
    .category-navigation li:before {
      display: none; }
    .category-navigation li.current-cat a {
      color: white;
      border-color: #484848;
      background: #d6d3cc;
      font-weight: 400; }
    .category-navigation li.cat-item-none {
      display: none; }
  .category-navigation a {
    color: #484848;
    display: inline-block;
    padding: 15px 20px 16px;
    font-size: 1.9rem;
    line-height: 1;
    border: 2px solid #d6d3cc; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .category-navigation a {
        padding: 14px 17px 15px; } }
    @media (max-width: 767px) {
      .category-navigation a {
        font-size: 1.7rem;
        padding: 12px 13px 13px; } }
    .category-navigation a:hover, .category-navigation a:focus {
      color: white;
      border-color: #484848;
      background: #d6d3cc; }

/* category dropdown */
.category-dropdown {
  z-index: 2;
  position: relative;
  /* dropdown button */
  /* dropdown list */ }
  @media (max-width: 767px) {
    .category-dropdown {
      margin: 15px 0 5px; } }
  .category-dropdown-button {
    width: 100%;
    color: white;
    display: block;
    text-align: left;
    position: relative;
    background: #d6d3cc;
    font-weight: 400; }
    @media (max-width: 767px) {
      .category-dropdown-button {
        font-size: 2rem;
        padding: 10px 15px; } }
    .category-dropdown-button:after {
      content: '\e907';
      font-family: 'icomoon';
      color: white;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: 15px;
      font-size: 1.1rem; }
    .category-dropdown-button.open:after {
      content: '\e90a'; }
    .category-dropdown-button:hover, .category-dropdown-button:focus {
      color: white; }
  .category-dropdown-list {
    width: 100%;
    overflow: hidden;
    background: #d6d3cc;
    left: 0;
    position: relative; }
    .category-dropdown-list ul {
      list-style: none;
      text-align: left;
      padding: 0 15px 15px; }
    .category-dropdown-list li {
      margin: 0;
      padding: 5px 0;
      list-style: none; }
      .category-dropdown-list li:before {
        display: none; }
      .category-dropdown-list li.current-cat a,
      .category-dropdown-list li.current-cat a:hover,
      .category-dropdown-list li.current-cat a:focus {
        cursor: default;
        color: #f5f5f5; }
    .category-dropdown-list a {
      color: white;
      font-size: 2rem;
      display: inline-block; }
      .category-dropdown-list a:hover, .category-dropdown-list a:focus {
        color: #f5f5f5; }

/* PAGINATION
--------------------------------------------*/
.pagination-links {
  width: 100%;
  padding: 30px 0;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8; }
  @media (min-width: 1921px) {
    .pagination-links {
      margin-top: 60px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .pagination-links {
      margin-top: 40px;
      padding: 25px 0; } }
  @media (max-width: 767px) {
    .pagination-links {
      margin-top: 30px;
      padding: 20px 0; } }
  .pagination-links li.active a {
    color: #484848;
    font-weight: 400; }
    .pagination-links li.active a:hover, .pagination-links li.active a:focus {
      color: #484848; }
  .pagination-links a {
    font-size: 1.8rem;
    color: #555555;
    font-weight: 400; }
    .pagination-links a:hover, .pagination-links a:focus {
      color: #999; }
      .pagination-links a:hover:after, .pagination-links a:focus:after {
        color: #999; }
  .pagination-links .page-numbers {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .pagination-links .page-numbers li {
      margin: 0 5px;
      display: inline-block; }
      @media (max-width: 767px) {
        .pagination-links .page-numbers li {
          margin: 0 2px; } }
  .pagination-links .page-link a {
    position: relative; }
    .pagination-links .page-link a:after {
      font-size: 1.3rem;
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (min-width: 1921px) {
        .pagination-links .page-link a:after {
          font-size: 1.4rem; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .pagination-links .page-link a:after {
          margin-top: 1px; } }
      @media (max-width: 767px) {
        .pagination-links .page-link a:after {
          font-size: 1.2rem; } }
    @media (max-width: 767px) {
      .pagination-links .page-link a span {
        display: none; } }
  .pagination-links .page-prev {
    float: left; }
    .pagination-links .page-prev a {
      padding-left: 15px; }
      @media (min-width: 1921px) {
        .pagination-links .page-prev a {
          padding-left: 20px; } }
      .pagination-links .page-prev a:after {
        left: 0;
        content: '\e908'; }
  .pagination-links .page-next {
    float: right; }
    .pagination-links .page-next a {
      padding-right: 15px; }
      @media (min-width: 1921px) {
        .pagination-links .page-next a {
          padding-right: 20px; } }
      .pagination-links .page-next a:after {
        right: 0;
        content: '\e909'; }

/* BX SLIDER
--------------------------------------------*/
.bx-wrapper {
  margin: 0 !important;
  z-index: 996;
  /* pager */ }
  .bx-wrapper img {
    display: inline-block;
    height: auto; }
  .bx-wrapper .bx-loading {
    display: none !important; }
  .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
    background: none; }
    .bx-wrapper .bx-viewport ul {
      list-style: none;
      text-align: center; }
    .bx-wrapper .bx-viewport li {
      min-height: 1px;
      min-width: 1px;
      overflow: hidden;
      list-style: none !important; }
  .bx-wrapper .bx-pager {
    padding: 0;
    bottom: 0; }
    .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:not(:last-of-type) {
      margin-right: 15px; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      margin: 0;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: #f5f5f5; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .bx-wrapper .bx-pager.bx-default-pager a {
          width: 18px;
          height: 18px;
          border-radius: 18px; } }
      @media (max-width: 767px) {
        .bx-wrapper .bx-pager.bx-default-pager a {
          width: 15px;
          height: 15px;
          border-radius: 15px; } }
  .bx-wrapper .bx-controls {
    position: relative; }

/* slider nav buttons */
.slider-nav {
  z-index: 997;
  top: 0;
  right: 0;
  position: absolute; }
  .slider-nav span {
    display: inline-block; }
  .slider-nav a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    background: none;
    margin: 0 10px;
    width: 20px;
    height: 30px; }
    @media (max-width: 767px) {
      .slider-nav a {
        height: 20px;
        margin: 0 3px; } }
    .slider-nav a:hover:before {
      color: rgba(255, 255, 255, 0.5); }
    .slider-nav a:before {
      color: white;
      font-size: 2.4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 767px) {
        .slider-nav a:before {
          font-size: 2.1rem; } }
  .slider-nav .slider-prev a:before {
    content: '\e908'; }
  .slider-nav .slider-next a:before {
    content: '\e909'; }

/* FLEXSLIDER
--------------------------------------------*/
.flexslider {
  height: 100%;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0; }
  .flexslider:not(.box-shadow-base) {
    box-shadow: none; }
  .flexslider:hover .flex-prev,
  .flexslider:hover .flex-next {
    opacity: 1; }
  .flexslider .slides {
    height: 100%; }
    .flexslider .slides > li {
      height: 100%;
      margin: 0;
      position: relative; }

/* directional nav - arrows */
.flex-direction-nav li {
  margin: 0; }

.flex-direction-nav a {
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  text-shadow: none;
  background: white;
  margin-top: -25px;
  width: 50px;
  height: 50px; }
  @media (max-width: 767px) {
    .flex-direction-nav a {
      width: 34px;
      height: 37px;
      margin-top: -17px; } }
  .flex-direction-nav a:hover {
    opacity: 0.8 !important; }
  .flex-direction-nav a:before {
    color: black;
    font-size: 1.9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 768px) and (max-width: 991px) {
      .flex-direction-nav a:before {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .flex-direction-nav a:before {
        font-size: 1.5rem; } }
  .flex-direction-nav a.flex-prev {
    left: 0 !important; }
    .flex-direction-nav a.flex-prev:before {
      content: '\e908'; }
  .flex-direction-nav a.flex-next {
    right: 0 !important; }
    .flex-direction-nav a.flex-next:before {
      content: '\e909'; }

/* control nav - dots */
.flex-control-container {
  float: left;
  margin: 0 25px;
  display: inline-block;
  position: relative;
  overflow: hidden; }

.flex-control-nav {
  width: auto;
  bottom: inherit;
  text-align: left;
  position: relative; }
  .flex-control-nav li {
    margin: 0;
    display: inline-block; }
    .flex-control-nav li:not(:last-of-type) {
      margin-right: 15px; }

.flex-control-paging li a {
  width: 20px;
  height: 20px;
  box-shadow: none;
  background: transparent;
  border: 2px solid white; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .flex-control-paging li a {
      width: 18px;
      height: 18px; } }
  @media (max-width: 767px) {
    .flex-control-paging li a {
      width: 17px;
      height: 17px; } }
  .flex-control-paging li a:hover {
    background: white; }

.flex-control-paging li a.flex-active {
  background: white; }
  .flex-control-paging li a.flex-active:hover {
    background: white; }

/* SOCIAL
--------------------------------------------*/
.social-links {
  list-style: none; }
  .social-links li {
    margin-right: 15px;
    display: inline-block; }
    .social-links li:last-of-type {
      margin: 0; }
  .social-links a {
    display: block;
    position: relative;
    color: #484848; }
    .social-links a:hover {
      color: rgba(72, 72, 72, 0.6); }
  .social-links span {
    font-size: 2.8rem; }

/* TABLES
--------------------------------------------*/
.table-container {
  width: 100%;
  overflow-y: auto; }
  .table-container table {
    width: 100%;
    display: table;
    border-radius: 0 !important;
    border-spacing: 0;
    background: white;
    text-align: left;
    border-collapse: collapse !important;
    border: 1px solid #e8e8e8; }
    .table-container table tr:first-of-type th, .table-container table tr:first-of-type td {
      color: white;
      font-size: 2.3rem;
      line-height: 1.3;
      font-weight: 400;
      background: #d6d3cc;
      border-color: #d6d3cc; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .table-container table tr:first-of-type th, .table-container table tr:first-of-type td {
          font-size: 2.1rem; } }
      @media (max-width: 767px) {
        .table-container table tr:first-of-type th, .table-container table tr:first-of-type td {
          font-size: 2.1rem; } }
    .table-container table th, .table-container table td {
      padding: 15px 20px;
      background: white;
      border: 1px solid #e8e8e8; }
      @media (min-width: 1921px) {
        .table-container table th, .table-container table td {
          padding: 20px 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .table-container table th, .table-container table td {
          padding: 15px; } }
      @media (max-width: 767px) {
        .table-container table th, .table-container table td {
          padding: 10px 15px;
          border: none; } }
    @media (max-width: 767px) {
      .table-container table thead + tbody tr:nth-of-type(even) td {
        background: #f5f5f5; } }
    .table-container table thead th {
      color: white;
      font-size: 2.3rem;
      line-height: 1.3;
      font-weight: 400;
      background: #d6d3cc;
      border-color: #d6d3cc; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .table-container table thead th {
          font-size: 2.1rem; } }
      @media (max-width: 767px) {
        .table-container table thead th {
          font-size: 2.1rem; } }
/* TABS
--------------------------------------------*/
/* tab navigation - base */
.nav-tabs {
  border: none;
  padding: 0; }
  .nav-tabs > li {
    margin: 0;
    float: none;
    display: inline-block; }
    .nav-tabs > li:not(:last-of-type) {
      margin-right: 20px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .nav-tabs > li:not(:last-of-type) {
          margin-right: 10px; } }
  .nav-tabs > li > a {
    margin: 0;
    padding: 25px 30px;
    border: none;
    color: #000000 !important;
    background: none;
    border-radius: 0;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    background: #cbc7be; }
    @media (min-width: 1921px) {
      .nav-tabs > li > a {
        padding: 30px 35px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nav-tabs > li > a {
        font-size: 1.9rem;
        padding: 20px 25px; } }
  .nav-tabs > li > a:focus,
  .nav-tabs > li > a:hover {
    background: #d6d3cc; }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    border: none;
    background: #d6d3cc; }

/* panel content */
.tab-content {
  border: none;
  padding: 40px;
  background: #d6d3cc; }
  @media (min-width: 1921px) {
    .tab-content {
      padding: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tab-content {
      padding: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tab-content {
      padding: 30px; } }
  @media (max-width: 767px) {
    .tab-content {
      padding: 25px 0; } }
/* if tabs sits on grey/red bg */
.bg-grey-light .tab-content,
.bg-champagne .tab-content {
  background: white; }

.bg-grey-light .nav-tabs > li > a,
.bg-champagne .nav-tabs > li > a {
  color: #d6d3cc;
  background: #e8e8e8; }

.bg-grey-light .nav-tabs > li > a:focus,
.bg-grey-light .nav-tabs > li > a:hover,
.bg-champagne .nav-tabs > li > a:focus,
.bg-champagne .nav-tabs > li > a:hover {
  background: #cfcfcf; }

.bg-grey-light .nav-tabs > li.active > a,
.bg-grey-light .nav-tabs > li.active > a:focus,
.bg-grey-light .nav-tabs > li.active > a:hover,
.bg-champagne .nav-tabs > li.active > a,
.bg-champagne .nav-tabs > li.active > a:focus,
.bg-champagne .nav-tabs > li.active > a:hover {
  background: white; }

/* THEME - BACKGROUNDS - Background images and colours */
/* BACKGROUND COLOURS
--------------------------------------------*/
/* white */
.bg-white {
  background: white; }
  .bg-white a.see-more {
    color: #d6d3cc; }
    .bg-white a.see-more:hover, .bg-white a.see-more:focus {
      color: #d6d3cc; }
  .bg-white .flex-control-paging li a {
    border-color: #d6d3cc; }
    .bg-white .flex-control-paging li a:hover {
      background: #d6d3cc; }
  .bg-white .flex-control-paging li a.flex-active {
    background: #d6d3cc; }
    .bg-white .flex-control-paging li a.flex-active:hover {
      background: #d6d3cc; }
  .bg-white p, .bg-white ul, .bg-white li {
    color: #484848; }
  .bg-white .link-see-more .see-more {
    color: #484848; }
    .bg-white .link-see-more .see-more:hover, .bg-white .link-see-more .see-more:focus {
      color: #484848;
      border-color: #484848; }
  .bg-white .text-standard p a:not(.btn),
  .bg-white .text-standard li a:not(.btn) {
    color: #d6d3cc;
    font-weight: 400; }
    .bg-white .text-standard p a:not(.btn):hover, .bg-white .text-standard p a:not(.btn):focus,
    .bg-white .text-standard li a:not(.btn):hover,
    .bg-white .text-standard li a:not(.btn):focus {
      color: #484848; }

/* grey - light */
.bg-grey-light {
  background: #f5f5f5; }
  .bg-grey-light a.see-more {
    color: #d6d3cc; }
    .bg-grey-light a.see-more:hover, .bg-grey-light a.see-more:focus {
      color: #d6d3cc; }
  .bg-grey-light .flex-control-paging li a {
    border-color: #d6d3cc; }
    .bg-grey-light .flex-control-paging li a:hover {
      background: #d6d3cc; }
  .bg-grey-light .flex-control-paging li a.flex-active {
    background: #d6d3cc; }
    .bg-grey-light .flex-control-paging li a.flex-active:hover {
      background: #d6d3cc; }
  .bg-grey-light p, .bg-grey-light ul, .bg-grey-light li {
    color: #484848; }
  .bg-grey-light .link-see-more .see-more {
    color: #484848; }
    .bg-grey-light .link-see-more .see-more:hover, .bg-grey-light .link-see-more .see-more:focus {
      color: #484848;
      border-color: #484848; }
  .bg-grey-light .text-standard p a:not(.btn),
  .bg-grey-light .text-standard li a:not(.btn) {
    color: #d6d3cc;
    font-weight: 400; }
    .bg-grey-light .text-standard p a:not(.btn):hover, .bg-grey-light .text-standard p a:not(.btn):focus,
    .bg-grey-light .text-standard li a:not(.btn):hover,
    .bg-grey-light .text-standard li a:not(.btn):focus {
      color: #484848; }

/* champagne */
.bg-champagne {
  background-color: #d6d3cc; }
  .bg-champagne h1, .bg-champagne h2, .bg-champagne h3,
  .bg-champagne h4, .bg-champagne h5, .bg-champagne h6,
  .bg-champagne p, .bg-champagne li, .bg-champagne a:not(.btn), .bg-champagne span:not(.btn) {
    color: white; }
  .bg-champagne li:before {
    color: white !important; }
  .bg-champagne a:not(.btn):hover {
    color: #484848; }
  .bg-champagne a.see-more {
    color: white; }
    .bg-champagne a.see-more:hover, .bg-champagne a.see-more:focus {
      color: #d6d3cc; }
  .bg-champagne h1, .bg-champagne h2, .bg-champagne h3,
  .bg-champagne h4, .bg-champagne h5, .bg-champagne h6 {
    color: #000000; }
  .bg-champagne p, .bg-champagne ul, .bg-champagne li {
    color: #000000; }
  .bg-champagne .link-see-more .see-more {
    color: #000000; }
    .bg-champagne .link-see-more .see-more:hover, .bg-champagne .link-see-more .see-more:focus {
      color: #000000;
      border-color: #000000; }
  .bg-champagne .text-standard p a:not(.btn),
  .bg-champagne .text-standard li a:not(.btn) {
    color: white;
    font-weight: 400; }
    .bg-champagne .text-standard p a:not(.btn):hover, .bg-champagne .text-standard p a:not(.btn):focus,
    .bg-champagne .text-standard li a:not(.btn):hover,
    .bg-champagne .text-standard li a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.6); }
  .bg-champagne li:before {
    color: #d6d3cc !important; }
  .bg-champagne span:not(.btn) {
    color: black; }

/* black */
.bg-black {
  background-color: #000000; }
  .bg-black h1, .bg-black h2, .bg-black h3,
  .bg-black h4, .bg-black h5, .bg-black h6,
  .bg-black p, .bg-black li, .bg-black a:not(.btn), .bg-black span:not(.btn) {
    color: white; }
  .bg-black li:before {
    color: white !important; }
  .bg-black a:not(.btn):hover {
    color: #484848; }
  .bg-black a.see-more {
    color: white; }
    .bg-black a.see-more:hover, .bg-black a.see-more:focus {
      color: #d6d3cc; }
  .bg-black h1, .bg-black h2, .bg-black h3,
  .bg-black h4, .bg-black h5, .bg-black h6 {
    color: white; }
  .bg-black p, .bg-black ul, .bg-black li {
    color: white !important; }
  .bg-black .link-see-more .see-more {
    color: white; }
    .bg-black .link-see-more .see-more:hover, .bg-black .link-see-more .see-more:focus {
      color: white;
      border-color: white; }
  .bg-black .text-standard p a:not(.btn),
  .bg-black .text-standard li a:not(.btn) {
    color: white;
    font-weight: 400; }
    .bg-black .text-standard p a:not(.btn):hover, .bg-black .text-standard p a:not(.btn):focus,
    .bg-black .text-standard li a:not(.btn):hover,
    .bg-black .text-standard li a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.6); }

/* GRADIENT OVERLAYS
--------------------------------------------*/
.gradient-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2; }

/* black gradient */
.gradient-overlay-black-left {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }

.gradient-overlay-black-left-alt {
  background: rgba(0, 0, 0, 0.4) 0%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 70%); }

.gradient-overlay-black-top {
  background: rgba(0, 0, 0, 0.3) 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%); }

.gradient-overlay-black-bottom {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }

.gradient-overlay-black-bottom-alt {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%); }

.gradient-overlay-black-bottom-left {
  background: rgba(0, 0, 0, 0.6) 0%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 60%); }

.gradient-overlay-black-bottom-left-alt {
  background: rgba(0, 0, 0, 0.6) 0%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%); }

.gradient-overlay-black-top-bottom {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }

.gradient-overlay-black-top-left {
  background: black 0%;
  background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0.1) 60%); }

/* white gradient */
.gradient-overlay-white-left {
  background: white 0%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.7) 100%); }

.gradient-overlay-white-top {
  background: rgba(255, 255, 255, 0.5) 0%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%); }

.gradient-overlay-white-bottom {
  background: rgba(255, 255, 255, 0.7) 0%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%); }

/* IMG OVERLAYS
--------------------------------------------*/
.img-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0.8; }

/* block overlay colours */
.img-overlay-black {
  background-color: black; }

.img-overlay-white {
  background: white; }

.img-overlay-champagne {
  background-color: #d6d3cc; }

/* IMG POSITION
--------------------------------------------*/
.img-right .bg-img-wrapper {
  right: 0;
  left: auto; }

/* BG IMAGE
--------------------------------------------*/
.bg-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.bg-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* THEME - FULL WIDTH WIDGETS - Individual widgets */
/* WIDGET - FULL WIDTH
--------------------------------------------*/
.widget-full {
  padding: 65px 0;
  position: relative;
  /* no padding */
  /* if widget bg follows same bg */
  /* box */ }
  @media (min-width: 1921px) {
    .widget-full {
      padding: 75px 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widget-full {
      padding: 60px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .widget-full {
      padding: 55px 0; } }
  @media (max-width: 767px) {
    .widget-full {
      padding: 40px 0; } }
  .widget-full.no-padding {
    padding: 0; }
  .widget-full.bg-white + .bg-white {
    padding-top: 0; }
  .widget-full.bg-grey-light + .bg-grey-light {
    padding-top: 0; }
  .widget-full.bg-black + .bg-black {
    padding-top: 0; }
  .widget-full.bg-champagne + .bg-champagne {
    padding-top: 0; }
  .widget-full .box {
    padding: 35px; }
    @media (min-width: 1921px) {
      .widget-full .box {
        padding: 40px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .widget-full .box {
        padding: 30px; } }
    @media (max-width: 767px) {
      .widget-full .box {
        padding: 30px 25px; } }
    .widget-full .box .text-intro h2 {
      font-size: 3rem;
      line-height: 1.2; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .widget-full .box .text-intro h2 {
          font-size: 2.7rem; } }
      @media (max-width: 767px) {
        .widget-full .box .text-intro h2 {
          font-size: 2.7rem; } }
/* FEATURE CTA WIDGET
--------------------------------------------*/
.widget-full.feature-cta-widget .block-flex {
  min-height: 250px; }
  @media (min-width: 1921px) {
    .widget-full.feature-cta-widget .block-flex {
      min-height: 310px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widget-full.feature-cta-widget .block-flex {
      min-height: 210px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .widget-full.feature-cta-widget .block-flex {
      min-height: 250px; } }
  @media (max-width: 567px) {
    .widget-full.feature-cta-widget .block-flex {
      min-height: 230px; } }
/* TEXT CTA WIDGET
--------------------------------------------*/
.widget-full.text-cta-widget .block-flex {
  min-height: 230px; }
  @media (min-width: 1921px) {
    .widget-full.text-cta-widget .block-flex {
      min-height: 290px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widget-full.text-cta-widget .block-flex {
      min-height: 200px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .widget-full.text-cta-widget .block-flex {
      min-height: 250px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .widget-full.text-cta-widget .block-flex {
      min-height: 250px; } }
  @media (max-width: 567px) {
    .widget-full.text-cta-widget .block-flex {
      min-height: 230px; } }
.widget-full.text-cta-widget .caption-flex.bg-none.text-standard h1, .widget-full.text-cta-widget .caption-flex.bg-none.text-standard h2, .widget-full.text-cta-widget .caption-flex.bg-none.text-standard h3,
.widget-full.text-cta-widget .caption-flex.bg-none.text-standard h4, .widget-full.text-cta-widget .caption-flex.bg-none.text-standard h5, .widget-full.text-cta-widget .caption-flex.bg-none.text-standard h6, .widget-full.text-cta-widget .caption-flex.bg-white.text-standard h1, .widget-full.text-cta-widget .caption-flex.bg-white.text-standard h2, .widget-full.text-cta-widget .caption-flex.bg-white.text-standard h3,
.widget-full.text-cta-widget .caption-flex.bg-white.text-standard h4, .widget-full.text-cta-widget .caption-flex.bg-white.text-standard h5, .widget-full.text-cta-widget .caption-flex.bg-white.text-standard h6, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard h1, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard h2, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard h3,
.widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard h4, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard h5, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard h6 {
  color: #484848; }

.widget-full.text-cta-widget .caption-flex.bg-none.text-standard p, .widget-full.text-cta-widget .caption-flex.bg-white.text-standard p, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard p {
  color: #484848; }

.widget-full.text-cta-widget .caption-flex.bg-none.text-standard ul li, .widget-full.text-cta-widget .caption-flex.bg-white.text-standard ul li, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard ul li {
  color: #484848; }
  .widget-full.text-cta-widget .caption-flex.bg-none.text-standard ul li:before, .widget-full.text-cta-widget .caption-flex.bg-white.text-standard ul li:before, .widget-full.text-cta-widget .caption-flex.bg-grey-light.text-standard ul li:before {
    color: #484848 !important; }

/* FULL WIDTH IMAGE WIDGET
--------------------------------------------*/
.full-width-image-widget .img-responsive {
  width: 100%; }

/* FULL WIDTH IMAGE & TEXT WIDGET
--------------------------------------------*/
.full-width-img-text-widget {
  height: 750px; }
  @media (min-width: 1921px) {
    .full-width-img-text-widget {
      height: 900px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .full-width-img-text-widget {
      height: 600px; } }
  @media (max-width: 767px) {
    .full-width-img-text-widget {
      height: auto; } }
  @media (max-width: 767px) {
    .full-width-img-text-widget .bg-img-wrapper {
      position: relative; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .full-width-img-text-widget .bg-img-wrapper {
      height: 350px; } }
  @media (min-width: 413px) and (max-width: 567px) {
    .full-width-img-text-widget .bg-img-wrapper {
      height: 270px; } }
  @media (min-width: 375px) and (max-width: 413px) {
    .full-width-img-text-widget .bg-img-wrapper {
      height: 250px; } }
  @media (max-width: 374px) {
    .full-width-img-text-widget .bg-img-wrapper {
      height: 200px; } }
  .full-width-img-text-widget .container {
    height: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .full-width-img-text-widget .container {
        padding: 0; } }
  .full-width-img-text-widget .img-overlay {
    opacity: 0.5; }
    @media (max-width: 767px) {
      .full-width-img-text-widget .img-overlay {
        display: none; } }
  .full-width-img-text-widget .caption {
    width: 50%;
    padding: 60px 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0; }
    @media (min-width: 1921px) {
      .full-width-img-text-widget .caption {
        padding: 75px 65px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .full-width-img-text-widget .caption {
        padding: 50px 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .full-width-img-text-widget .caption {
        width: 46%;
        left: 15px; } }
    @media (max-width: 767px) {
      .full-width-img-text-widget .caption {
        width: 100%;
        top: 0;
        left: 0;
        bottom: auto;
        -webkit-transform: none;
                transform: none;
        position: relative;
        padding: 30px 20px; } }
    .full-width-img-text-widget .caption-white {
      background: rgba(255, 255, 255, 0.85); }
      @media (max-width: 767px) {
        .full-width-img-text-widget .caption-white {
          background: white; } }
    .full-width-img-text-widget .caption-champagne {
      background: rgba(214, 211, 204, 0.85); }
      @media (max-width: 767px) {
        .full-width-img-text-widget .caption-champagne {
          background: #d6d3cc; } }
/* TESTIMONIALS SLIDER WIDGET
--------------------------------------------*/
.testimonials-slider-widget .container {
  position: relative; }

.testimonials-slider-widget .testimonials-slider {
  width: 65%;
  height: 270px; }
  @media (min-width: 1921px) {
    .testimonials-slider-widget .testimonials-slider {
      height: 300px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-slider-widget .testimonials-slider {
      height: 230px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimonials-slider-widget .testimonials-slider {
      height: 250px; } }
  @media (max-width: 767px) {
    .testimonials-slider-widget .testimonials-slider {
      width: 100%; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .testimonials-slider-widget .testimonials-slider {
      height: 250px; } }
  @media (max-width: 567px) {
    .testimonials-slider-widget .testimonials-slider {
      height: 350px; } }
.testimonials-slider-widget .caption {
  padding-bottom: 50px;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimonials-slider-widget .caption {
      padding-bottom: 45px; } }
  @media (max-width: 767px) {
    .testimonials-slider-widget .caption {
      padding-bottom: 30px;
      line-height: 1.4 !important; } }
.testimonials-slider-widget .flex-control-nav {
  bottom: 20px; }
  @media (max-width: 767px) {
    .testimonials-slider-widget .flex-control-nav {
      bottom: 10px; } }
/* TEXT ENQUIRY FORM WIDGET
--------------------------------------------*/
.widget-full.text-enquiry-form-widget .widget-full {
  padding: 0; }

.widget-full.text-enquiry-form-widget .one-column-text-widget .caption {
  padding-right: 80px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widget-full.text-enquiry-form-widget .one-column-text-widget .caption {
      padding-right: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .widget-full.text-enquiry-form-widget .one-column-text-widget .caption {
      padding-right: 10px; } }
  @media (max-width: 767px) {
    .widget-full.text-enquiry-form-widget .one-column-text-widget .caption {
      padding-right: 0; } }
@media (max-width: 767px) {
  .widget-full.text-enquiry-form-widget .enquiry-form-widget {
    margin-top: 30px; } }

.widget-full.text-enquiry-form-widget .enquiry-form-widget .text-intro p {
  margin-top: 10px; }

.widget-full.text-enquiry-form-widget .enquiry-form-widget .form-wrapper {
  padding: 40px 30px; }
  @media (min-width: 1921px) {
    .widget-full.text-enquiry-form-widget .enquiry-form-widget .form-wrapper {
      padding: 55px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widget-full.text-enquiry-form-widget .enquiry-form-widget .form-wrapper {
      padding: 35px 30px; } }
  @media (max-width: 767px) {
    .widget-full.text-enquiry-form-widget .enquiry-form-widget .form-wrapper {
      padding: 30px 25px; } }
.widget-full.text-enquiry-form-widget .enquiry-form-widget .gform_wrapper .hidden_label .gfield_label {
  display: none; }

/* FIFTY FIFTY TEXT & IMAGE WIDGET
--------------------------------------------*/
.fifty-fifty-text-img-widget.text-left .container {
  margin-right: 0;
  align-self: flex-end; }

.fifty-fifty-text-img-widget.text-left .caption-flex {
  padding-left: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .fifty-fifty-text-img-widget.text-left .caption-flex {
      padding-right: 20px; } }
.fifty-fifty-text-img-widget.text-right .container {
  margin-left: 0;
  align-self: flex-start; }

.fifty-fifty-text-img-widget.text-right .col-flex:first-of-type {
  order: 2; }

.fifty-fifty-text-img-widget.text-right .caption-flex {
  padding-right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .fifty-fifty-text-img-widget.text-right .caption-flex {
      padding-left: 30px; } }
.fifty-fifty-text-img-widget .container {
  width: 585px;
  margin: 0;
  display: flex;
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
  flex-direction: column; }
  @media (min-width: 1921px) {
    .fifty-fifty-text-img-widget .container {
      width: 725px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .fifty-fifty-text-img-widget .container {
      width: 485px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .fifty-fifty-text-img-widget .container {
      width: 375px; } }
  @media (max-width: 767px) {
    .fifty-fifty-text-img-widget .container {
      width: 100%; } }
.fifty-fifty-text-img-widget .block-flex {
  min-height: 600px; }
  @media (min-width: 1921px) {
    .fifty-fifty-text-img-widget .block-flex {
      min-height: 700px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .fifty-fifty-text-img-widget .block-flex {
      min-height: 500px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .fifty-fifty-text-img-widget .block-flex {
      min-height: 400px; } }
  @media (max-width: 767px) {
    .fifty-fifty-text-img-widget .block-flex {
      min-height: 300px; } }
.fifty-fifty-text-img-widget .caption-flex {
  padding: 65px;
  text-align: left !important;
  align-items: flex-start; }
  @media (min-width: 1921px) {
    .fifty-fifty-text-img-widget .caption-flex {
      padding: 75px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .fifty-fifty-text-img-widget .caption-flex {
      padding: 50px; } }
  @media (max-width: 767px) {
    .fifty-fifty-text-img-widget .caption-flex {
      padding: 30px 0; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fifty-fifty-text-img-widget .caption-flex p, .fifty-fifty-text-img-widget .caption-flex ul, .fifty-fifty-text-img-widget .caption-flex ol, .fifty-fifty-text-img-widget .caption-flex li {
      max-width: 500px; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1921px), (-ms-high-contrast: none) and (min-width: 1921px) {
    .fifty-fifty-text-img-widget .caption-flex p, .fifty-fifty-text-img-widget .caption-flex ul, .fifty-fifty-text-img-widget .caption-flex ol, .fifty-fifty-text-img-widget .caption-flex li {
      max-width: 650px; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 992px) and (max-width: 1199px), (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1199px) {
    .fifty-fifty-text-img-widget .caption-flex p, .fifty-fifty-text-img-widget .caption-flex ul, .fifty-fifty-text-img-widget .caption-flex ol, .fifty-fifty-text-img-widget .caption-flex li {
      max-width: 400px; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px), (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .fifty-fifty-text-img-widget .caption-flex p, .fifty-fifty-text-img-widget .caption-flex ul, .fifty-fifty-text-img-widget .caption-flex ol, .fifty-fifty-text-img-widget .caption-flex li {
      max-width: 300px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
    .fifty-fifty-text-img-widget .caption-flex p, .fifty-fifty-text-img-widget .caption-flex ul, .fifty-fifty-text-img-widget .caption-flex ol, .fifty-fifty-text-img-widget .caption-flex li {
      max-width: 280px; } }
/* ONE COLUMN TEXT WIDGET
--------------------------------------------*/
.widget-full.one-column-text-widget .content-wrapper {
  width: 66%; }
  @media (max-width: 991px) {
    .widget-full.one-column-text-widget .content-wrapper {
      width: 100%; } }
/* THREE COLUMN TEXT WIDGET
--------------------------------------------*/
.widget-full.three-column-text-widget {
  overflow: hidden; }
  .widget-full.three-column-text-widget .text-intro {
    width: 66%; }
    @media (max-width: 991px) {
      .widget-full.three-column-text-widget .text-intro {
        width: 100%; } }
  .widget-full.three-column-text-widget .caption-flex {
    padding-right: 10px; }
    .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard h1, .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard h2, .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard h3,
    .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard h4, .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard h5, .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard h6, .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard h1, .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard h2, .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard h3,
    .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard h4, .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard h5, .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard h6, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard h1, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard h2, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard h3,
    .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard h4, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard h5, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard h6 {
      color: #484848; }
    .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard p, .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard p, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard p {
      color: #484848; }
    .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard ul li, .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard ul li, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard ul li {
      color: #484848; }
      .widget-full.three-column-text-widget .caption-flex.bg-none.text-standard ul li:before, .widget-full.three-column-text-widget .caption-flex.bg-white.text-standard ul li:before, .widget-full.three-column-text-widget .caption-flex.bg-grey-light.text-standard ul li:before {
        color: #484848 !important; }
    @media (max-width: 767px) {
      .widget-full.three-column-text-widget .caption-flex {
        padding-right: 0; } }
    .widget-full.three-column-text-widget .caption-flex.text-standard img {
      flex-shrink: 0; }
      .widget-full.three-column-text-widget .caption-flex.text-standard img + h2,
      .widget-full.three-column-text-widget .caption-flex.text-standard img + h3,
      .widget-full.three-column-text-widget .caption-flex.text-standard img + h4,
      .widget-full.three-column-text-widget .caption-flex.text-standard img + h5,
      .widget-full.three-column-text-widget .caption-flex.text-standard img + h6 {
        margin-top: 20px; }
    .widget-full.three-column-text-widget .caption-flex.text-standard li {
      margin-bottom: 5px; }
    .widget-full.three-column-text-widget .caption-flex.text-standard .btn {
      margin-top: 15px; }

/* TWO COLUMN TEXT WIDGET
--------------------------------------------*/
.widget-full.two-column-text-widget .text-intro {
  width: 66%; }
  @media (max-width: 991px) {
    .widget-full.two-column-text-widget .text-intro {
      width: 100%; } }
.widget-full.two-column-text-widget .caption-flex.bg-none.text-standard h1, .widget-full.two-column-text-widget .caption-flex.bg-none.text-standard h2, .widget-full.two-column-text-widget .caption-flex.bg-none.text-standard h3,
.widget-full.two-column-text-widget .caption-flex.bg-none.text-standard h4, .widget-full.two-column-text-widget .caption-flex.bg-none.text-standard h5, .widget-full.two-column-text-widget .caption-flex.bg-none.text-standard h6, .widget-full.two-column-text-widget .caption-flex.bg-white.text-standard h1, .widget-full.two-column-text-widget .caption-flex.bg-white.text-standard h2, .widget-full.two-column-text-widget .caption-flex.bg-white.text-standard h3,
.widget-full.two-column-text-widget .caption-flex.bg-white.text-standard h4, .widget-full.two-column-text-widget .caption-flex.bg-white.text-standard h5, .widget-full.two-column-text-widget .caption-flex.bg-white.text-standard h6, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard h1, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard h2, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard h3,
.widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard h4, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard h5, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard h6 {
  color: #484848; }

.widget-full.two-column-text-widget .caption-flex.bg-none.text-standard p, .widget-full.two-column-text-widget .caption-flex.bg-white.text-standard p, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard p {
  color: #484848; }

.widget-full.two-column-text-widget .caption-flex.bg-none.text-standard ul li, .widget-full.two-column-text-widget .caption-flex.bg-white.text-standard ul li, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard ul li {
  color: #484848; }
  .widget-full.two-column-text-widget .caption-flex.bg-none.text-standard ul li:before, .widget-full.two-column-text-widget .caption-flex.bg-white.text-standard ul li:before, .widget-full.two-column-text-widget .caption-flex.bg-grey-light.text-standard ul li:before {
    color: #484848 !important; }

/* FLOATED TEXT & IMAGE WIDGET
--------------------------------------------*/
.widget-full.floated-text-img-widget.text-left .caption {
  padding-right: 20px; }
  @media (max-width: 991px) {
    .widget-full.floated-text-img-widget.text-left .caption {
      padding-right: 0; } }
.widget-full.floated-text-img-widget.text-right .images {
  padding-right: 20px; }
  @media (max-width: 991px) {
    .widget-full.floated-text-img-widget.text-right .images {
      padding-right: 0; } }
/* THEME - BLOCK WIDGETS - Block widgets */
/* BLOCK WIDGETS
--------------------------------------------*/
.widgets-block {
  padding: 80px 0;
  margin-top: -60px; }
  @media (min-width: 1921px) {
    .widgets-block {
      padding: 90px 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widgets-block {
      padding: 70px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .widgets-block {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .widgets-block {
      padding: 35px 0;
      margin-top: -30px; } }
  @media (max-width: 567px) {
    .widgets-block {
      margin-top: -25px; } }
.widget-block {
  min-height: 450px;
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  flex-direction: column;
  margin-top: 30px; }
  @media (min-width: 1921px) {
    .widget-block {
      min-height: 550px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widget-block {
      min-height: 400px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .widget-block {
      min-height: 350px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .widget-block {
      min-height: 400px; } }
  @media (max-width: 567px) {
    .widget-block {
      margin-top: 25px;
      min-height: 300px; } }
  .widget-block .text-intro {
    text-align: left; }
  .widget-block .caption-flex {
    padding: 50px; }
    @media (min-width: 1921px) {
      .widget-block .caption-flex {
        padding: 60px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .widget-block .caption-flex {
        padding: 45px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .widget-block .caption-flex {
        padding: 40px 35px; } }
    @media (max-width: 767px) {
      .widget-block .caption-flex {
        padding: 30px 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .widget-block .caption-flex.outline {
        padding: 45px; } }
    @media (max-width: 767px) {
      .widget-block .caption-flex.outline {
        padding: 40px; } }
/* CONTACT WIDGET
--------------------------------------------*/
.widget-block.contact-widget h1, .widget-block.contact-widget h2, .widget-block.contact-widget h3,
.widget-block.contact-widget h4, .widget-block.contact-widget h5, .widget-block.contact-widget h6,
.widget-block.contact-widget p, .widget-block.contact-widget li, .widget-block.contact-widget a:not(.btn), .widget-block.contact-widget span:not(.btn) {
  color: white; }

.widget-block.contact-widget li:before {
  color: white !important; }

.widget-block.contact-widget a:not(.btn):hover {
  color: #484848; }

.widget-block.contact-widget .telephone-number,
.widget-block.contact-widget .email-address {
  display: block;
  margin-top: 20px;
  color: white;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .widget-block.contact-widget .telephone-number,
    .widget-block.contact-widget .email-address {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    .widget-block.contact-widget .telephone-number,
    .widget-block.contact-widget .email-address {
      margin-top: 15px;
      font-size: 1.9rem; } }
  .widget-block.contact-widget .telephone-number:hover, .widget-block.contact-widget .telephone-number:focus,
  .widget-block.contact-widget .email-address:hover,
  .widget-block.contact-widget .email-address:focus {
    color: rgba(255, 255, 255, 0.6) !important; }

.widget-block.contact-widget .link {
  display: block;
  margin-top: 20px;
  font-size: 1.9rem;
  font-weight: 400; }
  @media (max-width: 767px) {
    .widget-block.contact-widget .link {
      margin-top: 15px; } }
  .widget-block.contact-widget .link:hover, .widget-block.contact-widget .link:focus {
    color: rgba(255, 255, 255, 0.6) !important; }

/* LINK LIST WIDGET
--------------------------------------------*/
.widget-block.link-list-widget .link-list {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .widget-block.link-list-widget .link-list {
      margin-bottom: 10px; } }
.widget-block.link-list-widget .links {
  width: 47%;
  margin-right: 6%; }
  @media (max-width: 567px) {
    .widget-block.link-list-widget .links {
      width: 100%;
      margin-right: 0; } }
  .widget-block.link-list-widget .links:last-of-type {
    margin-right: 0; }
  .widget-block.link-list-widget .links li {
    padding: 0;
    margin-bottom: 10px; }
    .widget-block.link-list-widget .links li:before {
      display: none; }
  .widget-block.link-list-widget .links a {
    font-size: 1.9rem;
    color: white !important;
    font-weight: 400; }
    @media (min-width: 768px) and (max-width: 991px) {
      .widget-block.link-list-widget .links a {
        font-size: 2.3rem; } }
    .widget-block.link-list-widget .links a:hover, .widget-block.link-list-widget .links a:focus {
      color: rgba(255, 255, 255, 0.6) !important; }

.widget-block.link-list-widget .additional-text a:not(.btn) {
  text-decoration: underline; }
  .widget-block.link-list-widget .additional-text a:not(.btn):hover, .widget-block.link-list-widget .additional-text a:not(.btn):focus {
    text-decoration: none; }

.widget-block.link-list-widget .additional-text a {
  color: white !important; }

/* TEXT & IMAGE WIDGET
--------------------------------------------*/
.widget-block.text-img-widget h1, .widget-block.text-img-widget h2, .widget-block.text-img-widget h3,
.widget-block.text-img-widget h4, .widget-block.text-img-widget h5, .widget-block.text-img-widget h6,
.widget-block.text-img-widget p, .widget-block.text-img-widget li, .widget-block.text-img-widget a:not(.btn), .widget-block.text-img-widget span:not(.btn) {
  color: white; }

.widget-block.text-img-widget li:before {
  color: white !important; }

.widget-block.text-img-widget a:not(.btn):hover {
  color: #484848; }

@media (min-width: 768px) and (max-width: 991px) {
  .widget-block.text-img-widget .caption-flex {
    padding-right: 200px; } }

/* TEXT WIDGET
--------------------------------------------*/
/* THEME - SIDEBAR WIDGETS - Sidebar widgets */
/* SIDEBAR WIDGET
--------------------------------------------*/
#sidebar .widget {
  padding: 0;
  border: none; }
  #sidebar .widget:not(:last-of-type) {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      #sidebar .widget:not(:last-of-type) {
        margin-bottom: 25px; } }
  #sidebar .widget .cta-block .caption {
    padding-top: 70px; }
    @media (min-width: 1921px) {
      #sidebar .widget .cta-block .caption {
        padding-top: 90px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #sidebar .widget .cta-block .caption {
        padding-top: 170px; } }
    @media (min-width: 568px) and (max-width: 767px) {
      #sidebar .widget .cta-block .caption {
        padding-top: 130px; } }
    @media (max-width: 567px) {
      #sidebar .widget .cta-block .caption {
        padding-top: 100px; } }
  #sidebar .widget .caption {
    padding: 30px; }
    @media (min-width: 1921px) {
      #sidebar .widget .caption {
        padding: 35px; } }
    @media (max-width: 767px) {
      #sidebar .widget .caption {
        padding: 25px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #sidebar .widget h3 {
      font-size: 2.7rem; } }
  @media (max-width: 767px) {
    #sidebar .widget h3 {
      font-size: 2.3rem; } }
  #sidebar .widget .btn {
    margin-top: 20px; }

/* ADD THIS WIDGET
--------------------------------------------*/
#sidebar .add-this-widget .caption h4 {
  color: #484848;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3; }
  @media (max-width: 1199px) {
    #sidebar .add-this-widget .caption h4 {
      font-size: 1.6rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #sidebar .add-this-widget .caption h4 {
      font-size: 2.1rem; } }
  @media (max-width: 767px) {
    #sidebar .add-this-widget .caption h4 {
      font-size: 1.9rem; } }
/* IMAGE OVERLAY CTA WIDGET
--------------------------------------------*/
#sidebar .img-overlay-cta-widget .cta-block:hover .btn, #sidebar .img-overlay-cta-widget .cta-block:focus .btn {
  color: white;
  background: transparent;
  border-color: white; }

@media (max-width: 767px) {
  #sidebar .img-overlay-cta-widget .bg-img-wrapper {
    height: 100%;
    position: absolute; } }

@media (max-width: 767px) {
  #sidebar .img-overlay-cta-widget .gradient-overlay {
    display: block; } }

#sidebar .img-overlay-cta-widget .caption {
  width: 100%; }
  @media (max-width: 767px) {
    #sidebar .img-overlay-cta-widget .caption {
      bottom: auto;
      background: none; } }
/* TEXT CTA WIDGET
--------------------------------------------*/
/* CONTACT WIDGET
--------------------------------------------*/
#sidebar .contact-widget h4 {
  margin-bottom: 20px; }

#sidebar .contact-widget .telephone-number,
#sidebar .contact-widget .email-address {
  color: white;
  display: block;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    #sidebar .contact-widget .telephone-number,
    #sidebar .contact-widget .email-address {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    #sidebar .contact-widget .telephone-number,
    #sidebar .contact-widget .email-address {
      font-size: 1.9rem; } }
  #sidebar .contact-widget .telephone-number:hover, #sidebar .contact-widget .telephone-number:focus,
  #sidebar .contact-widget .email-address:hover,
  #sidebar .contact-widget .email-address:focus {
    color: rgba(255, 255, 255, 0.6); }

#sidebar .contact-widget .email-address {
  margin-top: 10px; }

#sidebar .contact-widget .link {
  display: block;
  margin-top: 15px;
  font-weight: 400; }
  #sidebar .contact-widget .link:hover, #sidebar .contact-widget .link:focus {
    color: rgba(255, 255, 255, 0.6); }

#sidebar .contact-widget img {
  width: 100% !important; }

#sidebar .trustpilot {
  display: block;
  border: 5px solid #d6d3cc !important; }

#sidebar .trustpilot-link {
  display: block;
  text-align: center;
  margin-top: 20px; }

/* PAGE LIST WIDGET
--------------------------------------------*/
#sidebar .page-list-widget h3 {
  font-size: 1.9rem;
  color: #484848; }

#sidebar .page-list-widget a {
  font-weight: 400; }

#sidebar .page-list-widget ul.children {
  margin-top: 10px; }
  #sidebar .page-list-widget ul.children li.current_page_ancestor > a {
    color: #d6d3cc;
    font-weight: 400; }
  #sidebar .page-list-widget ul.children ul.children li {
    padding-left: 15px;
    position: relative; }
    #sidebar .page-list-widget ul.children ul.children li:before {
      content: '—';
      color: #484848;
      display: block;
      top: 0;
      left: 0;
      position: absolute; }
    #sidebar .page-list-widget ul.children ul.children li.current_page_item > a {
      color: #d6d3cc;
      font-weight: 400; }

#sidebar .page-list-widget li {
  padding-left: 0;
  margin-bottom: 10px; }
  #sidebar .page-list-widget li:last-of-type {
    margin-bottom: 0; }
  #sidebar .page-list-widget li:before {
    display: none; }
  #sidebar .page-list-widget li.current_page_item > a {
    color: #d6d3cc;
    font-weight: 400; }

#sidebar .page-list-widget a {
  font-size: 1.6rem;
  display: inline-block;
  color: #484848; }
  #sidebar .page-list-widget a:hover, #sidebar .page-list-widget a:focus {
    color: #d6d3cc; }

/* THEME - MAIN WIDGETS - Individual widgets */
/* WIDGET
--------------------------------------------*/
/* base widget */
.widgets {
  padding: 70px 0 80px; }
  @media (min-width: 1921px) {
    .widgets {
      padding: 75px 0 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .widgets {
      padding: 60px 0 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .widgets {
      padding: 50px 0 60px; } }
  @media (max-width: 767px) {
    .widgets {
      padding: 35px 0; } }
.widget {
  position: relative;
  margin-bottom: 60px; }
  @media (min-width: 1921px) {
    .widget {
      margin-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .widget {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .widget {
      margin-bottom: 40px; } }
  .widget:last-of-type {
    margin-bottom: 0; }

/* FEATURE CTA WIDGET
--------------------------------------------*/
.feature-cta-widget .cta-flex:hover .btn, .feature-cta-widget .cta-flex:focus .btn {
  color: white;
  background: transparent;
  border-color: white; }

.feature-cta-widget .cta-flex:hover .read-more, .feature-cta-widget .cta-flex:focus .read-more {
  text-decoration: underline; }

.feature-cta-widget .bg-img-wrapper {
  position: absolute; }

.feature-cta-widget .img-overlay,
.feature-cta-widget .gradient-overlay {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.feature-cta-widget .block-flex {
  min-height: 270px; }
  @media (min-width: 1921px) {
    .feature-cta-widget .block-flex {
      min-height: 330px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .feature-cta-widget .block-flex {
      min-height: 230px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .feature-cta-widget .block-flex {
      min-height: 250px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .feature-cta-widget .block-flex {
      min-height: 250px; } }
  @media (max-width: 567px) {
    .feature-cta-widget .block-flex {
      min-height: 230px; } }
.feature-cta-widget .caption-flex {
  padding: 50px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .feature-cta-widget .caption-flex h1, .feature-cta-widget .caption-flex h2, .feature-cta-widget .caption-flex h3,
  .feature-cta-widget .caption-flex h4, .feature-cta-widget .caption-flex h5, .feature-cta-widget .caption-flex h6,
  .feature-cta-widget .caption-flex p, .feature-cta-widget .caption-flex li, .feature-cta-widget .caption-flex a:not(.btn), .feature-cta-widget .caption-flex span:not(.btn) {
    color: white; }
  .feature-cta-widget .caption-flex li:before {
    color: white !important; }
  .feature-cta-widget .caption-flex a:not(.btn):hover {
    color: #484848; }
  @media (min-width: 1921px) {
    .feature-cta-widget .caption-flex {
      padding: 60px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .feature-cta-widget .caption-flex {
      padding: 45px; } }
  @media (max-width: 767px) {
    .feature-cta-widget .caption-flex {
      padding: 40px; } }
  .feature-cta-widget .caption-flex .read-more {
    margin-top: 15px;
    display: inline-block;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1; }

/* COLOUR OVERLAY CTA WIDGET
--------------------------------------------*/
.colour-overlay-cta-widget .caption {
  padding: 140px 50px 55px; }
  @media (min-width: 1921px) {
    .colour-overlay-cta-widget .caption {
      padding: 160px 55px 60px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .colour-overlay-cta-widget .caption {
      padding: 130px 45px 50px; } }
  @media (max-width: 767px) {
    .colour-overlay-cta-widget .caption {
      padding: 40px; } }
  .colour-overlay-cta-widget .caption h1, .colour-overlay-cta-widget .caption h2, .colour-overlay-cta-widget .caption h3,
  .colour-overlay-cta-widget .caption h4, .colour-overlay-cta-widget .caption h5, .colour-overlay-cta-widget .caption h6 {
    color: #000000; }
  .colour-overlay-cta-widget .caption p, .colour-overlay-cta-widget .caption ul, .colour-overlay-cta-widget .caption ol {
    color: #000000; }

/* IMAGE OVERLAY CTA WIDGET
--------------------------------------------*/
.img-overlay-cta-widget .cta-block:hover .btn, .img-overlay-cta-widget .cta-block:focus .btn {
  color: white;
  background: transparent;
  border-color: white; }

@media (max-width: 767px) {
  .img-overlay-cta-widget .img-overlay {
    opacity: 0.2; } }

.img-overlay-cta-widget .caption {
  width: 70%;
  padding: 150px 50px 55px; }
  .img-overlay-cta-widget .caption h1, .img-overlay-cta-widget .caption h2, .img-overlay-cta-widget .caption h3,
  .img-overlay-cta-widget .caption h4, .img-overlay-cta-widget .caption h5, .img-overlay-cta-widget .caption h6,
  .img-overlay-cta-widget .caption p, .img-overlay-cta-widget .caption li, .img-overlay-cta-widget .caption a:not(.btn), .img-overlay-cta-widget .caption span:not(.btn) {
    color: white; }
  .img-overlay-cta-widget .caption li:before {
    color: white !important; }
  .img-overlay-cta-widget .caption a:not(.btn):hover {
    color: #484848; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .img-overlay-cta-widget .caption {
      width: 80%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .img-overlay-cta-widget .caption {
      padding: 130px 45px 50px; } }
  @media (max-width: 767px) {
    .img-overlay-cta-widget .caption {
      width: auto;
      padding: 40px; } }
/* TEXT CTA WIDGET
--------------------------------------------*/
.text-cta-widget .block-flex {
  min-height: 270px; }
  @media (min-width: 1921px) {
    .text-cta-widget .block-flex {
      min-height: 330px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text-cta-widget .block-flex {
      min-height: 230px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .text-cta-widget .block-flex {
      min-height: 250px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .text-cta-widget .block-flex {
      min-height: 250px; } }
  @media (max-width: 567px) {
    .text-cta-widget .block-flex {
      min-height: 230px; } }
  .text-cta-widget .block-flex .caption-flex {
    padding: 35px; }
    @media (min-width: 1921px) {
      .text-cta-widget .block-flex .caption-flex {
        padding: 40px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .text-cta-widget .block-flex .caption-flex {
        padding: 30px; } }
    @media (max-width: 767px) {
      .text-cta-widget .block-flex .caption-flex {
        padding: 30px 25px; } }
/* DIVIDER WIDGET
--------------------------------------------*/
.divider-widget {
  padding: 0 !important;
  margin: -5px 0 40px; }
  @media (max-width: 767px) {
    .divider-widget {
      margin: 0 0 30px; } }
  .divider-widget hr {
    margin: 0;
    border: none;
    background: #e8e8e8;
    width: 100%;
    height: 2px; }

/* DOWNLOADS WIDGET
--------------------------------------------*/
.downloads-widget .caption {
  padding: 25px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1921px) {
    .downloads-widget .caption {
      padding: 35px; } }
  @media (max-width: 767px) {
    .downloads-widget .caption {
      padding: 25px 20px; } }
.downloads-widget .download-icon {
  z-index: 5;
  float: left;
  position: relative;
  border-radius: 100%;
  background: black;
  width: 55px;
  height: 55px; }
  @media (max-width: 767px) {
    .downloads-widget .download-icon {
      width: 40px;
      height: 40px; } }
  .downloads-widget .download-icon:before {
    content: '\e900';
    z-index: 2;
    color: #d6d3cc;
    font-size: 2.2rem;
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .downloads-widget .download-icon:before {
        font-size: 2rem; } }
.downloads-widget .text {
  width: 80%;
  float: left;
  margin-left: 25px; }
  @media (max-width: 767px) {
    .downloads-widget .text {
      width: 70%;
      margin-left: 20px; } }
  .downloads-widget .text h3 {
    font-size: 2.8rem;
    line-height: 1.2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .downloads-widget .text h3 {
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      .downloads-widget .text h3 {
        font-size: 2.4rem; } }
  .downloads-widget .text .download-link {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1; }

/* ENQUIRY FORM WIDGET
--------------------------------------------*/
.enquiry-form-widget .form-wrapper {
  padding: 50px; }
  @media (min-width: 1921px) {
    .enquiry-form-widget .form-wrapper {
      padding: 55px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .enquiry-form-widget .form-wrapper {
      padding: 40px; } }
  @media (max-width: 767px) {
    .enquiry-form-widget .form-wrapper {
      padding: 30px 25px; } }
/* THUMBNAIL GALLERY WIDGET
--------------------------------------------*/
.gallery-thumbnail-widget {
  /* gallery image list */ }
  @media (max-width: 567px) {
    .gallery-thumbnail-widget .gallery-thumbnails .col-xs-6 {
      width: 50% !important;
      float: left !important; } }
  .gallery-thumbnail-widget .gallery-thumbnails .cta-block:hover .img-overlay {
    opacity: 0.6; }
  .gallery-thumbnail-widget .gallery-thumbnails .cta-block:hover .img-wrapper:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1); }
  .gallery-thumbnail-widget .gallery-thumbnails .cta-block .img-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .gallery-thumbnail-widget .gallery-thumbnails .cta-block .img-wrapper:before {
      content: '\e90f';
      color: white;
      opacity: 0;
      z-index: 5;
      text-indent: 0;
      font-size: 3.6rem;
      font-family: 'icomoon';
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%) scale(0, 0);
              transform: translate(-50%, -50%) scale(0, 0); }
    .gallery-thumbnail-widget .gallery-thumbnails .cta-block .img-wrapper:after {
      content: '';
      z-index: 5;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      border: 7px solid transparent; }
  .gallery-thumbnail-widget .gallery-thumbnails .cta-block .outline {
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }

/* GALLERY WIDGET
--------------------------------------------*/
.gallery-widget {
  position: relative; }
  .gallery-widget .slides {
    width: 100%;
    height: 500px; }
    @media (min-width: 1921px) {
      .gallery-widget .slides {
        height: 600px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gallery-widget .slides {
        height: 400px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .gallery-widget .slides {
        height: 450px; } }
    @media (min-width: 568px) and (max-width: 767px) {
      .gallery-widget .slides {
        height: 400px; } }
    @media (min-width: 375px) and (max-width: 567px) {
      .gallery-widget .slides {
        height: 270px; } }
    @media (max-width: 374px) {
      .gallery-widget .slides {
        height: 250px; } }
  .gallery-widget .caption {
    width: 100%;
    z-index: 5;
    padding: 45px;
    font-size: 1.7rem; }
    .gallery-widget .caption h1, .gallery-widget .caption h2, .gallery-widget .caption h3,
    .gallery-widget .caption h4, .gallery-widget .caption h5, .gallery-widget .caption h6,
    .gallery-widget .caption p, .gallery-widget .caption li, .gallery-widget .caption a:not(.btn), .gallery-widget .caption span:not(.btn) {
      color: white; }
    .gallery-widget .caption li:before {
      color: white !important; }
    .gallery-widget .caption a:not(.btn):hover {
      color: #484848; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gallery-widget .caption {
        padding: 35px; } }
    @media (max-width: 567px) {
      .gallery-widget .caption {
        display: none; } }
    @media (min-width: 568px) and (max-width: 767px) {
      .gallery-widget .caption {
        padding: 30px; } }
  .gallery-widget .img-overlay {
    opacity: 0.15; }
  @media (max-width: 567px) {
    .gallery-widget .gradient-overlay {
      display: none; } }
  .gallery-widget .flex-control-nav {
    margin-top: 30px; }
  .gallery-widget .flex-control-paging li a {
    border: 2px solid #d6d3cc; }
    .gallery-widget .flex-control-paging li a:hover {
      background: #d6d3cc; }
  .gallery-widget .flex-control-paging li a.flex-active {
    background: #d6d3cc; }
    .gallery-widget .flex-control-paging li a.flex-active:hover {
      background: #d6d3cc; }

/* IMAGE WIDGET
--------------------------------------------*/
.image-widget img {
  width: 100%; }

/* LOGOS WIDGET
--------------------------------------------*/
@media (max-width: 767px) {
  .logos-widget .col-flex-xs-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

.logos-widget .block-flex {
  padding: 10px;
  justify-content: center; }

.logos-widget .img-responsive {
  flex-shrink: 0;
  align-self: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.logos-widget .more-info {
  margin-top: 20px; }

/* MAP WIDGET
--------------------------------------------*/
.map-widget .map-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  min-height: 400px; }
  @media (max-width: 767px) {
    .map-widget .map-responsive {
      min-height: 300px; } }
.map-widget .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/* QUOTE WIDGET
--------------------------------------------*/
.quote-widget.background-image .quote .caption h1, .quote-widget.background-image .quote .caption h2, .quote-widget.background-image .quote .caption h3,
.quote-widget.background-image .quote .caption h4, .quote-widget.background-image .quote .caption h5, .quote-widget.background-image .quote .caption h6,
.quote-widget.background-image .quote .caption p, .quote-widget.background-image .quote .caption li, .quote-widget.background-image .quote .caption span:not(.btn),
.quote-widget.background-image .quote .caption label {
  color: #000000; }

.quote-widget .quote {
  overflow: hidden;
  position: relative; }
  .quote-widget .quote .caption {
    width: 85%;
    padding: 140px 40px 40px; }
    @media (min-width: 1921px) {
      .quote-widget .quote .caption {
        padding: 150px 45px 45px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .quote-widget .quote .caption {
        padding: 130px 35px 35px; } }
    @media (max-width: 767px) {
      .quote-widget .quote .caption {
        width: 100%;
        padding: 30px 25px; } }
/* RELATED LINKS WIDGET
--------------------------------------------*/
.related-links-widget .btn-wrapper {
  margin-top: -15px; }

.related-links-widget .btn {
  margin: 15px 5px 0; }

/* FLOATED TEXT & IMAGE WIDGET
--------------------------------------------*/
.floated-text-img-widget a:not(.btn) {
  text-decoration: underline; }
  .floated-text-img-widget a:not(.btn):hover, .floated-text-img-widget a:not(.btn):focus {
    text-decoration: none; }

.floated-text-img-widget.boxed {
  padding: 40px;
  border: 2px solid #d6d3cc;
  background-color: white; }
  @media (min-width: 1921px) {
    .floated-text-img-widget.boxed {
      padding: 45px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .floated-text-img-widget.boxed {
      padding: 35px; } }
  @media (max-width: 767px) {
    .floated-text-img-widget.boxed {
      padding: 30px 25px; } }
.floated-text-img-widget.text-right [class^='col'] {
  float: right; }
  @media (max-width: 567px) {
    .floated-text-img-widget.text-right [class^='col'] {
      width: 100%;
      float: none; } }
.floated-text-img-widget.text-right .text-intro,
.floated-text-img-widget.text-right .caption {
  text-align: left; }

.floated-text-img-widget .caption img {
  height: auto;
  max-width: 100%; }

@media (max-width: 567px) {
  .floated-text-img-widget .images {
    margin-top: 30px; } }

.floated-text-img-widget .images .img-responsive {
  width: 100%; }
  .floated-text-img-widget .images .img-responsive + .img-responsive {
    margin-top: 30px; }

/* ONE COLUMN TEXT WIDGET
--------------------------------------------*/
.one-column-text-widget a:not(.btn) {
  text-decoration: underline; }
  .one-column-text-widget a:not(.btn):hover, .one-column-text-widget a:not(.btn):focus {
    text-decoration: none; }

/* TWO COLUMN TEXT WIDGET
--------------------------------------------*/
.two-column-text-widget {
  overflow: hidden; }
  .two-column-text-widget .caption-flex {
    padding: 40px 35px; }
    @media (min-width: 1921px) {
      .two-column-text-widget .caption-flex {
        padding: 45px 40px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .two-column-text-widget .caption-flex {
        padding: 35px 30px; } }
    @media (max-width: 767px) {
      .two-column-text-widget .caption-flex {
        padding: 30px 25px; } }
    .two-column-text-widget .caption-flex.bg-white {
      padding: 0; }
    .two-column-text-widget .caption-flex.text-center {
      padding: 0 10px; }
      @media (max-width: 767px) {
        .two-column-text-widget .caption-flex.text-center {
          padding: 0; } }
      .two-column-text-widget .caption-flex.text-center h1 + h1,
      .two-column-text-widget .caption-flex.text-center h1 + h2,
      .two-column-text-widget .caption-flex.text-center h1 + h3,
      .two-column-text-widget .caption-flex.text-center h1 + h4,
      .two-column-text-widget .caption-flex.text-center h1 + h5,
      .two-column-text-widget .caption-flex.text-center h1 + h6, .two-column-text-widget .caption-flex.text-center h2 + h1,
      .two-column-text-widget .caption-flex.text-center h2 + h2,
      .two-column-text-widget .caption-flex.text-center h2 + h3,
      .two-column-text-widget .caption-flex.text-center h2 + h4,
      .two-column-text-widget .caption-flex.text-center h2 + h5,
      .two-column-text-widget .caption-flex.text-center h2 + h6, .two-column-text-widget .caption-flex.text-center h3 + h1,
      .two-column-text-widget .caption-flex.text-center h3 + h2,
      .two-column-text-widget .caption-flex.text-center h3 + h3,
      .two-column-text-widget .caption-flex.text-center h3 + h4,
      .two-column-text-widget .caption-flex.text-center h3 + h5,
      .two-column-text-widget .caption-flex.text-center h3 + h6, .two-column-text-widget .caption-flex.text-center h4 + h1,
      .two-column-text-widget .caption-flex.text-center h4 + h2,
      .two-column-text-widget .caption-flex.text-center h4 + h3,
      .two-column-text-widget .caption-flex.text-center h4 + h4,
      .two-column-text-widget .caption-flex.text-center h4 + h5,
      .two-column-text-widget .caption-flex.text-center h4 + h6, .two-column-text-widget .caption-flex.text-center h5 + h1,
      .two-column-text-widget .caption-flex.text-center h5 + h2,
      .two-column-text-widget .caption-flex.text-center h5 + h3,
      .two-column-text-widget .caption-flex.text-center h5 + h4,
      .two-column-text-widget .caption-flex.text-center h5 + h5,
      .two-column-text-widget .caption-flex.text-center h5 + h6, .two-column-text-widget .caption-flex.text-center h6 + h1,
      .two-column-text-widget .caption-flex.text-center h6 + h2,
      .two-column-text-widget .caption-flex.text-center h6 + h3,
      .two-column-text-widget .caption-flex.text-center h6 + h4,
      .two-column-text-widget .caption-flex.text-center h6 + h5,
      .two-column-text-widget .caption-flex.text-center h6 + h6 {
        margin-top: 8px; }
    .two-column-text-widget .caption-flex .img-responsive {
      flex-shrink: 0; }

/* THUMBNAILS WIDGET
--------------------------------------------*/
.thumbnails-widget .bg-img-wrapper {
  height: auto; }

.thumbnails-widget .img-responsive {
  width: 100%; }

.thumbnails-widget .caption-flex {
  padding: 35px; }
  @media (min-width: 1921px) {
    .thumbnails-widget .caption-flex {
      padding: 40px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .thumbnails-widget .caption-flex {
      padding: 30px; } }
  @media (max-width: 767px) {
    .thumbnails-widget .caption-flex {
      padding: 25px; } }
  .thumbnails-widget .caption-flex.bg-white {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .thumbnails-widget .caption-flex.text-standard h1 + h1,
  .thumbnails-widget .caption-flex.text-standard h1 + h2,
  .thumbnails-widget .caption-flex.text-standard h1 + h3,
  .thumbnails-widget .caption-flex.text-standard h1 + h4,
  .thumbnails-widget .caption-flex.text-standard h1 + h5,
  .thumbnails-widget .caption-flex.text-standard h1 + h6, .thumbnails-widget .caption-flex.text-standard h2 + h1,
  .thumbnails-widget .caption-flex.text-standard h2 + h2,
  .thumbnails-widget .caption-flex.text-standard h2 + h3,
  .thumbnails-widget .caption-flex.text-standard h2 + h4,
  .thumbnails-widget .caption-flex.text-standard h2 + h5,
  .thumbnails-widget .caption-flex.text-standard h2 + h6, .thumbnails-widget .caption-flex.text-standard h3 + h1,
  .thumbnails-widget .caption-flex.text-standard h3 + h2,
  .thumbnails-widget .caption-flex.text-standard h3 + h3,
  .thumbnails-widget .caption-flex.text-standard h3 + h4,
  .thumbnails-widget .caption-flex.text-standard h3 + h5,
  .thumbnails-widget .caption-flex.text-standard h3 + h6,
  .thumbnails-widget .caption-flex.text-standard h4 + h1,
  .thumbnails-widget .caption-flex.text-standard h4 + h2,
  .thumbnails-widget .caption-flex.text-standard h4 + h3,
  .thumbnails-widget .caption-flex.text-standard h4 + h4,
  .thumbnails-widget .caption-flex.text-standard h4 + h5,
  .thumbnails-widget .caption-flex.text-standard h4 + h6, .thumbnails-widget .caption-flex.text-standard h5 + h1,
  .thumbnails-widget .caption-flex.text-standard h5 + h2,
  .thumbnails-widget .caption-flex.text-standard h5 + h3,
  .thumbnails-widget .caption-flex.text-standard h5 + h4,
  .thumbnails-widget .caption-flex.text-standard h5 + h5,
  .thumbnails-widget .caption-flex.text-standard h5 + h6, .thumbnails-widget .caption-flex.text-standard h6 + h1,
  .thumbnails-widget .caption-flex.text-standard h6 + h2,
  .thumbnails-widget .caption-flex.text-standard h6 + h3,
  .thumbnails-widget .caption-flex.text-standard h6 + h4,
  .thumbnails-widget .caption-flex.text-standard h6 + h5,
  .thumbnails-widget .caption-flex.text-standard h6 + h6 {
    margin-top: 5px; }

/* YOUTUBE VIDEO WIDGET
--------------------------------------------*/
.youtube-video-widget .cta-block {
  text-indent: -9999px; }

.youtube-video-widget .video-container {
  position: relative;
  width: 100%;
  height: 500px; }
  @media (min-width: 1921px) {
    .youtube-video-widget .video-container {
      height: 600px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .youtube-video-widget .video-container {
      height: 400px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .youtube-video-widget .video-container {
      height: 450px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .youtube-video-widget .video-container {
      height: 400px; } }
  @media (min-width: 375px) and (max-width: 567px) {
    .youtube-video-widget .video-container {
      height: 270px; } }
  @media (max-width: 374px) {
    .youtube-video-widget .video-container {
      height: 250px; } }
.youtube-video-widget .caption {
  width: 100%;
  z-index: 4;
  padding: 0 25px 25px;
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (max-width: 767px) {
    .youtube-video-widget .caption {
      padding-top: 10px; } }
/* THEME - STRUCTURE - Structural elements */
/* FOOTER
--------------------------------------------*/
#footer {
  border-top: #d6d3cc 2px solid;
  border-bottom: #d6d3cc 8px solid;
  /* footer main */ }
  #footer .footer-main {
    color: #484848;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: white;
    /* footer contact */
    /* footer links */
    /* footer social */
    /* footer accreditations */
    /* footer bottom */ }
    @media (min-width: 1921px) {
      #footer .footer-main {
        padding: 90px 0; } }
    @media (min-width: 568px) and (max-width: 767px) {
      #footer .footer-main {
        padding: 40px 0; } }
    @media (max-width: 567px) {
      #footer .footer-main {
        padding: 35px 0; } }
    @media (min-width: 568px) and (max-width: 767px) {
      #footer .footer-main .footer-contact {
        width: 55%; } }
    #footer .footer-main .footer-contact p {
      margin-bottom: 15px;
      font-size: 2.8rem;
      line-height: 1; }
      @media (min-width: 1921px) {
        #footer .footer-main .footer-contact p {
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        #footer .footer-main .footer-contact p {
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        #footer .footer-main .footer-contact p {
          font-size: 2.6rem; } }
      @media (max-width: 767px) {
        #footer .footer-main .footer-contact p {
          font-size: 2.3rem; } }
      #footer .footer-main .footer-contact p a {
        color: #484848;
        font-weight: 400; }
        #footer .footer-main .footer-contact p a:hover {
          color: rgba(214, 211, 204, 0.6); }
    #footer .footer-main .footer-contact address {
      width: 85%;
      line-height: 1.5; }
      @media (min-width: 1921px) {
        #footer .footer-main .footer-contact address {
          width: 80%; } }
      @media (max-width: 991px) {
        #footer .footer-main .footer-contact address {
          width: 100%; } }
      @media (max-width: 767px) {
        #footer .footer-main .footer-contact address {
          margin-top: 20px; } }
    #footer .footer-main .footer-contact .get-directions {
      font-size: 1.7rem;
      margin-top: 10px;
      display: inline-block;
      color: white;
      font-weight: 400; }
      #footer .footer-main .footer-contact .get-directions:hover {
        color: rgba(255, 255, 255, 0.6); }
    #footer .footer-main .footer-links {
      overflow: hidden; }
      #footer .footer-main .footer-links h3 {
        text-align: right;
        color: #484848; }
      #footer .footer-main .footer-links .link-list {
        width: 325px;
        float: right;
        text-align: right;
        padding-left: 50px; }
        @media (min-width: 1921px) {
          #footer .footer-main .footer-links .link-list {
            width: 375px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          #footer .footer-main .footer-links .link-list {
            width: 250px;
            padding-left: 30px; } }
        @media (max-width: 991px) {
          #footer .footer-main .footer-links .link-list {
            width: 100%;
            padding-left: 0; } }
        @media (max-width: 991px) {
          #footer .footer-main .footer-links .link-list:not(:first-of-type) {
            margin-top: 30px; } }
        #footer .footer-main .footer-links .link-list h3 {
          color: #484848;
          margin-bottom: 15px;
          font-size: 2.3rem;
          line-height: 1.3; }
          @media (min-width: 992px) and (max-width: 1199px) {
            #footer .footer-main .footer-links .link-list h3 {
              font-size: 2.1rem; } }
          @media (max-width: 767px) {
            #footer .footer-main .footer-links .link-list h3 {
              font-size: 2.1rem; } }
        #footer .footer-main .footer-links .link-list li:not(:first-of-type) {
          margin-top: 5px; }
        #footer .footer-main .footer-links .link-list a {
          color: #484848;
          font-size: 1.7rem; }
          #footer .footer-main .footer-links .link-list a:hover {
            color: rgba(72, 72, 72, 0.6); }
    #footer .footer-main .footer-social {
      margin-top: 30px; }
      @media (min-width: 1921px) {
        #footer .footer-main .footer-social {
          margin-top: 35px; } }
      @media (max-width: 767px) {
        #footer .footer-main .footer-social {
          margin-top: 25px; } }
    #footer .footer-main .footer-accreditations {
      margin-top: 40px;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        #footer .footer-main .footer-accreditations {
          margin-left: 40px; } }
      @media (max-width: 767px) {
        #footer .footer-main .footer-accreditations {
          margin-top: 30px; } }
      #footer .footer-main .footer-accreditations img {
        float: right; }
        @media (max-width: 767px) {
          #footer .footer-main .footer-accreditations img {
            float: none; } }
    #footer .footer-main .footer-bottom {
      margin-top: 50px;
      font-size: 1.4rem;
      overflow: hidden; }
      @media (max-width: 767px) {
        #footer .footer-main .footer-bottom {
          margin-top: 30px; } }
      #footer .footer-main .footer-bottom p, #footer .footer-main .footer-bottom a {
        color: #484848; }
      #footer .footer-main .footer-bottom a:hover {
        text-decoration: underline; }
      #footer .footer-main .footer-bottom .copyright {
        float: left; }
        @media (max-width: 767px) {
          #footer .footer-main .footer-bottom .copyright {
            float: none; } }
      #footer .footer-main .footer-bottom .site-links {
        float: left; }
        @media (max-width: 767px) {
          #footer .footer-main .footer-bottom .site-links {
            float: none;
            margin-top: 5px; } }
        #footer .footer-main .footer-bottom .site-links span {
          margin: 0 15px;
          display: inline-block; }
          @media (min-width: 992px) and (max-width: 1199px) {
            #footer .footer-main .footer-bottom .site-links span {
              margin: 0 10px; } }
          @media (max-width: 767px) {
            #footer .footer-main .footer-bottom .site-links span {
              display: none; } }
      #footer .footer-main .footer-bottom .site-by {
        float: right; }
        @media (min-width: 768px) and (max-width: 991px) {
          #footer .footer-main .footer-bottom .site-by {
            width: 100%;
            float: left;
            margin-top: 10px; } }
        @media (max-width: 767px) {
          #footer .footer-main .footer-bottom .site-by {
            float: none;
            margin-top: 5px; } }
.insta-feed {
  padding-bottom: 40px;
  text-align: center; }
  .insta-feed h2 {
    padding-bottom: 10px; }
  .insta-feed h3 {
    padding-bottom: 20px; }

.sb_instagram_header {
  display: none !important; }

#sbi_load {
  display: none !important; }

/* GLOBAL HEADER
--------------------------------------------*/
/* header */
#globalHeader {
  width: 100%;
  z-index: 998;
  top: 0;
  left: 0;
  position: fixed; }
  #globalHeader .container-fluid {
    position: relative;
    width: 100%;
    height: 100%; }
  #globalHeader .header-wrapper {
    z-index: 998;
    position: relative;
    padding: 20px 30px;
    width: 100%;
    height: 110px; }
    @media (min-width: 1921px) {
      #globalHeader .header-wrapper {
        height: 120px;
        padding: 25px 35px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #globalHeader .header-wrapper {
        height: 100px; } }
    @media (max-width: 991px) {
      #globalHeader .header-wrapper {
        padding: 15px 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #globalHeader .header-wrapper {
        height: 90px; } }
    @media (max-width: 767px) {
      #globalHeader .header-wrapper {
        height: 70px; } }
  @media (max-width: 991px) {
    #globalHeader .nav-contact {
      float: none;
      margin-top: 0;
      background: #d6d3cc; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #globalHeader .nav-contact {
      height: 50px;
      padding: 0 30px; } }
  @media (max-width: 767px) {
    #globalHeader .nav-contact {
      height: 40px;
      padding: 0 20px; } }
  @media (max-width: 991px) {
    #globalHeader .nav-contact .email-address,
    #globalHeader .nav-contact .telephone-number {
      color: #000000;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  @media (max-width: 767px) {
    #globalHeader .nav-contact .email-address,
    #globalHeader .nav-contact .telephone-number {
      font-size: 1.4rem; } }
  @media (max-width: 991px) {
    #globalHeader .nav-contact .email-address:before,
    #globalHeader .nav-contact .telephone-number:before {
      top: 0;
      color: white; } }
  @media (max-width: 991px) {
    #globalHeader .nav-contact .email-address:hover, #globalHeader .nav-contact .email-address:focus,
    #globalHeader .nav-contact .telephone-number:hover,
    #globalHeader .nav-contact .telephone-number:focus {
      color: #000000; } }
  @media (max-width: 991px) {
    #globalHeader .nav-contact .telephone-number {
      right: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    #globalHeader .nav-contact .telephone-number:before {
      font-size: 1.3rem; } }
/* logo */
.logo {
  z-index: 996;
  text-indent: -9999px;
  left: 15px;
  position: absolute; }

.logo-lg {
  background: url(../img/logo-white.svg) no-repeat left top;
  top: 30px;
  background-size: contain;
  width: 110px;
  height: 96px; }
  @media (min-width: 1921px) {
    .logo-lg {
      top: 30px;
      width: 136px;
      height: 119px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .logo-lg {
      top: 20px;
      width: 103px;
      height: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo-lg {
      top: 30px;
      width: 103px;
      height: 90px; } }
  @media (max-width: 767px) {
    .logo-lg {
      top: 20px;
      left: 15px;
      width: 83px;
      height: 73px; } }
.logo-sm {
  opacity: 0;
  pointer-events: none;
  background: url(../img/logo-icon.svg) no-repeat left top;
  top: 0;
  background-size: contain;
  width: 50px;
  height: 50px; }
  @media (min-width: 1921px) {
    .logo-sm {
      width: 50px;
      height: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo-sm {
      top: 5px;
      left: 0;
      width: 40px;
      height: 40px; } }
  @media (max-width: 767px) {
    .logo-sm {
      top: 0;
      left: 0;
      width: 40px;
      height: 40px; } }
/* fixed header */
.header-fixed #globalHeader {
  background: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2); }
  .header-fixed #globalHeader .header-wrapper {
    height: 90px; }
    @media (min-width: 1921px) {
      .header-fixed #globalHeader .header-wrapper {
        height: 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-fixed #globalHeader .header-wrapper {
        height: 80px; } }
    @media (max-width: 767px) {
      .header-fixed #globalHeader .header-wrapper {
        height: 70px; } }
  @media (max-width: 991px) {
    .header-fixed #globalHeader .nav-contact {
      height: 0;
      opacity: 0;
      visibility: hidden; } }
.header-fixed .logo-lg {
  opacity: 0;
  pointer-events: none; }

.header-fixed .logo-sm {
  opacity: 1;
  pointer-events: all; }

@media (max-width: 991px) {
  .header-fixed .nav-wrapper {
    right: 0; } }

.header-fixed .nav-contact {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  @media (max-width: 991px) {
    .header-fixed .nav-contact {
      height: 0; } }
.header-fixed .nav-primary {
  margin-top: -30px; }
  @media (min-width: 1921px) {
    .header-fixed .nav-primary {
      margin-top: -40px; } }
  @media (max-width: 991px) {
    .header-fixed .nav-primary {
      margin-top: 0; } }
  .header-fixed .nav-primary .main-navigation > li.current-menu-item > a, .header-fixed .nav-primary .main-navigation > li.current-menu-parent > a, .header-fixed .nav-primary .main-navigation > li.current_page_parent > a, .header-fixed .nav-primary .main-navigation > li.current-page-ancestor > a {
    color: #d6d3cc; }
    .header-fixed .nav-primary .main-navigation > li.current-menu-item > a:hover, .header-fixed .nav-primary .main-navigation > li.current-menu-item > a:focus, .header-fixed .nav-primary .main-navigation > li.current-menu-parent > a:hover, .header-fixed .nav-primary .main-navigation > li.current-menu-parent > a:focus, .header-fixed .nav-primary .main-navigation > li.current_page_parent > a:hover, .header-fixed .nav-primary .main-navigation > li.current_page_parent > a:focus, .header-fixed .nav-primary .main-navigation > li.current-page-ancestor > a:hover, .header-fixed .nav-primary .main-navigation > li.current-page-ancestor > a:focus {
      color: #d6d3cc; }
  .header-fixed .nav-primary .main-navigation > li > a {
    font-size: 1.7rem;
    color: #484848; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header-fixed .nav-primary .main-navigation > li > a {
        font-size: 1.6rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-fixed .nav-primary .main-navigation > li > a {
        font-size: 3.4rem; } }
    @media (max-width: 767px) {
      .header-fixed .nav-primary .main-navigation > li > a {
        font-size: 2rem; } }
    .header-fixed .nav-primary .main-navigation > li > a:hover, .header-fixed .nav-primary .main-navigation > li > a:focus {
      color: #d6d3cc; }
      @media (max-width: 991px) {
        .header-fixed .nav-primary .main-navigation > li > a:hover, .header-fixed .nav-primary .main-navigation > li > a:focus {
          color: #484848; } }
  .header-fixed .nav-primary .main-navigation > li.menu-item-has-children > a:after {
    color: #d6d3cc !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .header-fixed .nav-menu-btn {
    margin-top: 4px; } }

@media (max-width: 767px) {
  .header-fixed .nav-menu-btn {
    margin-top: 2px; } }

.header-fixed .nav-menu-btn .icon-bar {
  background: #d6d3cc; }

/* alt header */
.header-alt .logo-lg {
  background: url(../img/logo.svg) no-repeat left top;
  top: 30px;
  background-size: contain;
  width: 110px;
  height: 96px; }
  @media (min-width: 1921px) {
    .header-alt .logo-lg {
      top: 30px;
      width: 136px;
      height: 119px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-alt .logo-lg {
      top: 20px;
      width: 103px;
      height: 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-alt .logo-lg {
      top: 30px;
      width: 103px;
      height: 90px; } }
  @media (max-width: 767px) {
    .header-alt .logo-lg {
      top: 20px;
      left: 15px;
      width: 83px;
      height: 73px; } }
.header-alt .nav-primary .main-navigation > li.current-menu-item > a, .header-alt .nav-primary .main-navigation > li.current-menu-parent > a, .header-alt .nav-primary .main-navigation > li.current_page_parent > a, .header-alt .nav-primary .main-navigation > li.current-page-ancestor > a {
  color: #d6d3cc; }
  .header-alt .nav-primary .main-navigation > li.current-menu-item > a:hover, .header-alt .nav-primary .main-navigation > li.current-menu-item > a:focus, .header-alt .nav-primary .main-navigation > li.current-menu-parent > a:hover, .header-alt .nav-primary .main-navigation > li.current-menu-parent > a:focus, .header-alt .nav-primary .main-navigation > li.current_page_parent > a:hover, .header-alt .nav-primary .main-navigation > li.current_page_parent > a:focus, .header-alt .nav-primary .main-navigation > li.current-page-ancestor > a:hover, .header-alt .nav-primary .main-navigation > li.current-page-ancestor > a:focus {
    color: #d6d3cc; }

.header-alt .nav-primary .main-navigation > li > a {
  color: #484848; }
  .header-alt .nav-primary .main-navigation > li > a:hover, .header-alt .nav-primary .main-navigation > li > a:focus {
    color: #d6d3cc; }
    @media (max-width: 991px) {
      .header-alt .nav-primary .main-navigation > li > a:hover, .header-alt .nav-primary .main-navigation > li > a:focus {
        color: #484848; } }
.header-alt .nav-primary .main-navigation > li.menu-item-has-children > a :after {
  color: #d6d3cc !important; }

.header-alt .nav-contact .email-address,
.header-alt .nav-contact .telephone-number {
  color: #484848; }
  @media (max-width: 991px) {
    .header-alt .nav-contact .email-address,
    .header-alt .nav-contact .telephone-number {
      color: #000000; } }
  .header-alt .nav-contact .email-address:hover, .header-alt .nav-contact .email-address:focus,
  .header-alt .nav-contact .telephone-number:hover,
  .header-alt .nav-contact .telephone-number:focus {
    color: #d6d3cc; }
    @media (max-width: 991px) {
      .header-alt .nav-contact .email-address:hover, .header-alt .nav-contact .email-address:focus,
      .header-alt .nav-contact .telephone-number:hover,
      .header-alt .nav-contact .telephone-number:focus {
        color: #000000; } }
  .header-alt .nav-contact .email-address:before,
  .header-alt .nav-contact .telephone-number:before {
    color: #d6d3cc; }
    @media (max-width: 991px) {
      .header-alt .nav-contact .email-address:before,
      .header-alt .nav-contact .telephone-number:before {
        color: white; } }
.header-alt .nav-menu-btn .icon-bar {
  background: #d6d3cc; }

/* PRIMARY NAV
--------------------------------------------*/
/* nav wrapper */
.nav-wrapper {
  z-index: 996;
  height: 100%;
  right: 15px;
  position: absolute; }
  @media (min-width: 768px) and (max-width: 991px) {
    .nav-wrapper {
      right: 20px; } }
  @media (max-width: 767px) {
    .nav-wrapper {
      right: 15px; } }
/* primary nav */
.nav-primary {
  float: right;
  clear: right;
  margin-top: 13px;
  position: relative;
  /* main navigation */ }
  @media (min-width: 1921px) {
    .nav-primary {
      margin-top: 17px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .nav-primary {
      margin-top: 11px; } }
  @media (max-width: 991px) {
    .nav-primary {
      float: none;
      margin-top: 0; } }
  .nav-primary .main-navigation {
    list-style: none; }
    @media (max-width: 991px) {
      .nav-primary .main-navigation {
        border-top: 2px solid gainsboro; } }
    .nav-primary .main-navigation > li {
      margin-left: 40px;
      display: inline-block;
      position: relative; }
      @media (min-width: 1921px) {
        .nav-primary .main-navigation > li {
          margin-left: 50px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .nav-primary .main-navigation > li {
          margin-left: 30px; } }
      @media (max-width: 991px) {
        .nav-primary .main-navigation > li {
          display: block;
          margin-left: 0;
          border-bottom: 2px solid gainsboro; } }
      .nav-primary .main-navigation > li:first-of-type {
        margin-left: 0; }
      .nav-primary .main-navigation > li.current-menu-item > a, .nav-primary .main-navigation > li.current-menu-parent > a, .nav-primary .main-navigation > li.current_page_parent > a, .nav-primary .main-navigation > li.current-page-ancestor > a {
        color: rgba(255, 255, 255, 0.6); }
        @media (max-width: 991px) {
          .nav-primary .main-navigation > li.current-menu-item > a, .nav-primary .main-navigation > li.current-menu-parent > a, .nav-primary .main-navigation > li.current_page_parent > a, .nav-primary .main-navigation > li.current-page-ancestor > a {
            color: #d6d3cc; } }
        .nav-primary .main-navigation > li.current-menu-item > a:hover, .nav-primary .main-navigation > li.current-menu-item > a:focus, .nav-primary .main-navigation > li.current-menu-parent > a:hover, .nav-primary .main-navigation > li.current-menu-parent > a:focus, .nav-primary .main-navigation > li.current_page_parent > a:hover, .nav-primary .main-navigation > li.current_page_parent > a:focus, .nav-primary .main-navigation > li.current-page-ancestor > a:hover, .nav-primary .main-navigation > li.current-page-ancestor > a:focus {
          color: rgba(255, 255, 255, 0.6); }
          @media (max-width: 991px) {
            .nav-primary .main-navigation > li.current-menu-item > a:hover, .nav-primary .main-navigation > li.current-menu-item > a:focus, .nav-primary .main-navigation > li.current-menu-parent > a:hover, .nav-primary .main-navigation > li.current-menu-parent > a:focus, .nav-primary .main-navigation > li.current_page_parent > a:hover, .nav-primary .main-navigation > li.current_page_parent > a:focus, .nav-primary .main-navigation > li.current-page-ancestor > a:hover, .nav-primary .main-navigation > li.current-page-ancestor > a:focus {
              color: #d6d3cc; } }
      .nav-primary .main-navigation > li.menu-item-has-children > a {
        padding-right: 20px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .nav-primary .main-navigation > li.menu-item-has-children > a {
            padding-right: 50px; } }
        @media (max-width: 767px) {
          .nav-primary .main-navigation > li.menu-item-has-children > a {
            padding-right: 40px; } }
        .nav-primary .main-navigation > li.menu-item-has-children > a:after {
          content: '\e907';
          font-size: 7px;
          font-family: 'icomoon';
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          right: -5px;
          color: white; }
          @media (max-width: 991px) {
            .nav-primary .main-navigation > li.menu-item-has-children > a:after {
              right: 0;
              color: #484848; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .nav-primary .main-navigation > li.menu-item-has-children > a:after {
              font-size: 1.4rem; } }
          @media (max-width: 767px) {
            .nav-primary .main-navigation > li.menu-item-has-children > a:after {
              font-size: 0.9rem; } }
      .nav-primary .main-navigation > li.menu-item-has-children.current-menu-item > a:after, .nav-primary .main-navigation > li.menu-item-has-children.current-menu-parent > a:after, .nav-primary .main-navigation > li.menu-item-has-children.current_page_parent > a:after, .nav-primary .main-navigation > li.menu-item-has-children.current-page-ancestor > a:after {
        color: rgba(255, 255, 255, 0.6); }
      .nav-primary .main-navigation > li > a {
        color: white;
        position: relative;
        display: inline-block;
        font-size: 1.8rem;
        line-height: 1; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .nav-primary .main-navigation > li > a {
            font-size: 1.7rem; } }
        @media (max-width: 991px) {
          .nav-primary .main-navigation > li > a {
            display: block;
            text-shadow: none;
            color: #484848; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .nav-primary .main-navigation > li > a {
            font-size: 3.4rem;
            padding: 20px 0; } }
        @media (max-width: 767px) {
          .nav-primary .main-navigation > li > a {
            font-size: 2rem;
            padding: 13px 0; } }
        .nav-primary .main-navigation > li > a:hover, .nav-primary .main-navigation > li > a:focus {
          color: rgba(255, 255, 255, 0.6); }
          @media (max-width: 991px) {
            .nav-primary .main-navigation > li > a:hover, .nav-primary .main-navigation > li > a:focus {
              color: #484848; } }
      .nav-primary .main-navigation > li.sub-menu-open > a:after {
        content: '\e90a'; }

/* nav contact */
.nav-contact {
  float: right;
  margin-top: 18px;
  position: relative; }
  @media (min-width: 1921px) {
    .nav-contact {
      margin-top: 23px; } }
  @media (max-width: 991px) {
    .nav-contact {
      float: none;
      margin-top: 0;
      background: #d6d3cc; } }
  .nav-contact .email-address,
  .nav-contact .telephone-number {
    color: white;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1; }
    .nav-contact .email-address:before,
    .nav-contact .telephone-number:before {
      color: white;
      font-family: 'icomoon';
      left: 0;
      position: absolute; }
    .nav-contact .email-address:hover, .nav-contact .email-address:focus,
    .nav-contact .telephone-number:hover,
    .nav-contact .telephone-number:focus {
      color: rgba(255, 255, 255, 0.6); }
  .nav-contact .email-address {
    padding-left: 30px; }
    @media (min-width: 1921px) {
      .nav-contact .email-address {
        padding-left: 35px; } }
    .nav-contact .email-address:before {
      top: 1px;
      content: '\e921';
      font-size: 1.3rem; }
  .nav-contact .telephone-number {
    margin-right: 25px;
    padding-left: 25px; }
    @media (min-width: 1921px) {
      .nav-contact .telephone-number {
        padding-left: 30px; } }
    @media (max-width: 991px) {
      .nav-contact .telephone-number {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .nav-contact .telephone-number {
        padding-left: 20px; } }
    .nav-contact .telephone-number:before {
      content: '\e922';
      font-size: 1.6rem; }
      @media (max-width: 767px) {
        .nav-contact .telephone-number:before {
          font-size: 1.3rem; } }
/* nav menu button */
.nav-menu-btn {
  float: right;
  position: relative;
  border: 2px solid #e8e8e8; }
  @media (min-width: 768px) and (max-width: 991px) {
    .nav-menu-btn {
      margin-top: 30px;
      padding: 11px 9px; } }
  @media (max-width: 767px) {
    .nav-menu-btn {
      margin-top: 20px;
      padding: 9px 8px; } }
  .nav-menu-btn .icon-bar {
    display: block;
    background: white; }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav-menu-btn .icon-bar {
        width: 25px;
        height: 4px; } }
    @media (max-width: 767px) {
      .nav-menu-btn .icon-bar {
        width: 20px;
        height: 3px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav-menu-btn .icon-bar + .icon-bar {
        margin-top: 4px; } }
    @media (max-width: 767px) {
      .nav-menu-btn .icon-bar + .icon-bar {
        margin-top: 3px; } }
/* dropdown menu */
.sub-menu-wrapper {
  opacity: 0;
  z-index: 997;
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  will-change: contents; }
  @media (max-width: 991px) {
    .sub-menu-wrapper {
      opacity: 1;
      visibility: visible;
      margin: 0;
      display: none;
      position: relative;
      background: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sub-menu-wrapper {
      padding: 0 0 20px; } }
  @media (max-width: 767px) {
    .sub-menu-wrapper {
      padding: 0 0 10px; } }
  .sub-menu-wrapper.menu-active {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 991px) {
      .sub-menu-wrapper.menu-active {
        display: block; } }
  .sub-menu-wrapper:before, .sub-menu-wrapper:after {
    content: '';
    z-index: 0;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #d6d3cc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
    left: 50%;
    position: absolute; }
    @media (max-width: 991px) {
      .sub-menu-wrapper:before, .sub-menu-wrapper:after {
        display: none; } }
  .sub-menu-wrapper:before {
    z-index: 1;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3); }
  .sub-menu-wrapper:after {
    z-index: 3; }

.sub-menu {
  z-index: 2;
  padding: 25px 40px;
  list-style: none;
  background: #d6d3cc;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
  top: 16px;
  position: relative; }
  @media (min-width: 1921px) {
    .sub-menu {
      padding: 30px 45px; } }
  @media (max-width: 991px) {
    .sub-menu {
      top: inherit;
      padding: 0;
      box-shadow: none;
      background: transparent; } }
  .sub-menu li {
    margin-bottom: 8px; }
    @media (max-width: 991px) {
      .sub-menu li {
        margin: 0; } }
    .sub-menu li:last-of-type {
      margin-bottom: 0 !important; }
    .sub-menu li > a {
      color: #484848;
      display: block;
      white-space: nowrap;
      text-align: center;
      font-size: 1.7rem;
      line-height: 1.5; }
      @media (max-width: 991px) {
        .sub-menu li > a {
          text-align: left; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sub-menu li > a {
          padding: 5px 0;
          font-size: 2.4rem; } }
      @media (max-width: 767px) {
        .sub-menu li > a {
          padding: 4px 0; } }
      .sub-menu li > a:hover, .sub-menu li > a:focus {
        color: white; }
        @media (max-width: 991px) {
          .sub-menu li > a:hover, .sub-menu li > a:focus {
            color: #d6d3cc; } }
    .sub-menu li.active > a, .sub-menu li.current-menu-item > a {
      font-weight: 400; }
      .sub-menu li.active > a:hover, .sub-menu li.active > a:focus, .sub-menu li.current-menu-item > a:hover, .sub-menu li.current-menu-item > a:focus {
        color: #d6d3cc; }

/* mobile nav */
.modal-mobile-nav-open .modal-backdrop {
  background: none; }

.mobile-nav-inactive {
  overflow: auto; }

#mobileNav {
  background: #f5f5f5;
  /* nav wrapper */
  /* nav contact */
  /* social links */
  /* close menu button */ }
  #mobileNav .mobile-nav-wrapper {
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      #mobileNav .mobile-nav-wrapper {
        padding: 100px 40px 150px; } }
    @media (min-width: 568px) and (max-width: 767px) {
      #mobileNav .mobile-nav-wrapper {
        padding: 80px 15px 120px; } }
    @media (max-width: 567px) {
      #mobileNav .mobile-nav-wrapper {
        padding: 60px 20px 120px; } }
  #mobileNav .nav-contact {
    opacity: 1;
    float: none;
    height: auto;
    margin-left: 0;
    background: none;
    visibility: visible;
    pointer-events: all; }
    @media (min-width: 768px) and (max-width: 991px) {
      #mobileNav .nav-contact {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      #mobileNav .nav-contact {
        margin-top: 30px; } }
    #mobileNav .nav-contact .email-address,
    #mobileNav .nav-contact .telephone-number {
      top: auto;
      -webkit-transform: none;
              transform: none;
      position: relative; }
      @media (max-width: 991px) {
        #mobileNav .nav-contact .email-address,
        #mobileNav .nav-contact .telephone-number {
          display: block;
          color: #484848; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #mobileNav .nav-contact .email-address,
        #mobileNav .nav-contact .telephone-number {
          font-size: 3.4rem;
          margin-top: 15px; } }
      @media (max-width: 767px) {
        #mobileNav .nav-contact .email-address,
        #mobileNav .nav-contact .telephone-number {
          font-size: 1.9rem;
          margin-top: 10px; } }
      #mobileNav .nav-contact .email-address:hover, #mobileNav .nav-contact .email-address:focus,
      #mobileNav .nav-contact .telephone-number:hover,
      #mobileNav .nav-contact .telephone-number:focus {
        color: #484848; }
      #mobileNav .nav-contact .email-address:before,
      #mobileNav .nav-contact .telephone-number:before {
        display: inline-block;
        color: #484848; }
        @media (min-width: 768px) and (max-width: 991px) {
          #mobileNav .nav-contact .email-address:before,
          #mobileNav .nav-contact .telephone-number:before {
            width: 45px; } }
        @media (max-width: 767px) {
          #mobileNav .nav-contact .email-address:before,
          #mobileNav .nav-contact .telephone-number:before {
            width: 23px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #mobileNav .nav-contact .email-address {
        padding-left: 55px; } }
    @media (max-width: 767px) {
      #mobileNav .nav-contact .email-address {
        padding-left: 35px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #mobileNav .nav-contact .email-address:before {
        top: 6px;
        font-size: 2.6rem; } }
    @media (max-width: 767px) {
      #mobileNav .nav-contact .email-address:before {
        top: 2px;
        font-size: 1.5rem; } }
    #mobileNav .nav-contact .telephone-number {
      right: auto;
      margin-right: 25px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #mobileNav .nav-contact .telephone-number {
          padding-left: 55px; } }
      @media (max-width: 767px) {
        #mobileNav .nav-contact .telephone-number {
          padding-left: 35px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #mobileNav .nav-contact .telephone-number:before {
          font-size: 3.1rem; } }
      @media (max-width: 767px) {
        #mobileNav .nav-contact .telephone-number:before {
          font-size: 1.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #mobileNav .social-links {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    #mobileNav .social-links {
      margin-top: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #mobileNav .social-links li {
      margin-right: 20px; } }
  #mobileNav .social-links a {
    color: #484848; }
    #mobileNav .social-links a:hover, #mobileNav .social-links a:focus {
      color: rgba(72, 72, 72, 0.6); }
      @media (max-width: 991px) {
        #mobileNav .social-links a:hover, #mobileNav .social-links a:focus {
          color: #484848; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #mobileNav .social-links span {
      font-size: 4rem; } }
  #mobileNav .close-nav-btn {
    display: block;
    color: #484848;
    z-index: 997;
    position: absolute; }
    @media (min-width: 768px) and (max-width: 991px) {
      #mobileNav .close-nav-btn {
        top: 50px;
        right: 50px; } }
    @media (max-width: 767px) {
      #mobileNav .close-nav-btn {
        top: 30px;
        right: 28px; } }
    #mobileNav .close-nav-btn:after {
      content: '\e90b';
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-width: 768px) and (max-width: 991px) {
        #mobileNav .close-nav-btn:after {
          font-size: 3.4rem; } }
      @media (max-width: 767px) {
        #mobileNav .close-nav-btn:after {
          font-size: 2.3rem; } }
    #mobileNav .close-nav-btn:hover {
      color: rgba(72, 72, 72, 0.6); }
      @media (max-width: 991px) {
        #mobileNav .close-nav-btn:hover {
          color: #484848; } }
/* PAGE BANNER
--------------------------------------------*/
/* image banner */
.page-banner-img {
  height: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-banner-img {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .page-banner-img {
      margin-top: 40px; } }
  .page-banner-img .content-wrapper {
    min-height: 530px;
    padding-top: 250px;
    padding-bottom: 60px;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    flex-direction: column; }
    @media (min-width: 1200px) and (max-height: 830px) {
      .page-banner-img .content-wrapper {
        min-height: 400px;
        padding-top: 200px; } }
    @media (min-width: 1921px) {
      .page-banner-img .content-wrapper {
        min-height: 650px;
        padding-bottom: 60px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .page-banner-img .content-wrapper {
        min-height: 430px;
        padding-top: 250px; } }
    @media (max-width: 767px) {
      .page-banner-img .content-wrapper {
        min-height: 350px;
        padding-top: 100px;
        padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .page-banner-img .bg-img-wrapper {
      background: black; }
      .page-banner-img .bg-img-wrapper .bg-img {
        opacity: 0.8; } }
  .page-banner-img .parent-page {
    color: rgba(255, 255, 255, 0.6); }
    .page-banner-img .parent-page:hover, .page-banner-img .parent-page:focus {
      color: white; }
  .page-banner-img h1, .page-banner-img h2, .page-banner-img h3,
  .page-banner-img h4, .page-banner-img h5, .page-banner-img h6 {
    color: white; }
  .page-banner-img p {
    color: white; }
    .page-banner-img p a {
      color: white; }
      .page-banner-img p a:hover, .page-banner-img p a:focus {
        color: rgba(255, 255, 255, 0.6); }
  .page-banner-img .btn:hover, .page-banner-img .btn:focus {
    color: white;
    background: transparent;
    border-color: white; }

/* PAGE BANNER - TEXT
--------------------------------------------*/
.page-banner-text .caption {
  position: relative;
  padding-top: 180px; }
  @media (min-width: 1921px) {
    .page-banner-text .caption {
      padding-top: 220px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-banner-text .caption {
      padding-top: 170px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-banner-text .caption {
      padding-top: 210px; } }
  @media (max-width: 767px) {
    .page-banner-text .caption {
      padding-top: 180px; } }
.page-banner-text .parent-page {
  color: #484848; }
  .page-banner-text .parent-page:hover, .page-banner-text .parent-page:focus {
    color: #d6d3cc; }

.page-banner-text + #mainContent .widget-full:first-of-type.bg-white,
.page-banner-text + #mainContent .section:first-of-type.bg-white {
  padding-top: 0; }

/* PAGE BANNER
--------------------------------------------*/
#pageBanner {
  width: 100%;
  z-index: 1;
  position: relative; }
  #pageBanner .caption {
    width: 60%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center; }
    @media (min-width: 1921px) {
      #pageBanner .caption {
        width: 65%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #pageBanner .caption {
        width: 75%; } }
    @media (min-width: 568px) and (max-width: 767px) {
      #pageBanner .caption {
        width: 65%; } }
    @media (max-width: 567px) {
      #pageBanner .caption {
        width: 88%; } }
  #pageBanner h2 {
    font-size: 3.4rem;
    line-height: 1.2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #pageBanner h2 {
        font-size: 2.9rem; } }
    @media (max-width: 767px) {
      #pageBanner h2 {
        font-size: 2.9rem; } }
  #pageBanner h1 {
    margin: 0;
    font-size: 4.5rem;
    line-height: 1.2; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #pageBanner h1 {
        font-size: 4rem; } }
    @media (max-width: 767px) {
      #pageBanner h1 {
        font-size: 3.2rem; } }
  #pageBanner p {
    margin-top: 15px;
    font-size: 2rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      #pageBanner p {
        font-size: 1.8rem; } }
    @media (max-width: 767px) {
      #pageBanner p {
        font-size: 1.7rem; } }
    #pageBanner p + h1,
    #pageBanner p + h2 {
      margin-top: 5px; }
  #pageBanner .parent-page {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 2.7rem;
    line-height: 1.3; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #pageBanner .parent-page {
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      #pageBanner .parent-page {
        font-size: 2rem;
        margin-bottom: 10px; } }
  #pageBanner .btn {
    margin-top: 30px;
    padding: 14px 20px 15px;
    font-size: 2rem;
    line-height: 1; }
    @media (min-width: 1200px) and (max-height: 830px) {
      #pageBanner .btn {
        padding: 13px 20px 14px;
        font-size: 1.9rem; } }
    @media (max-width: 767px) {
      #pageBanner .btn {
        font-size: 1.7rem;
        padding: 12px 20px; } }
    @media (max-width: 767px) {
      #pageBanner .btn {
        margin-top: 20px; } }
/* STRUCTURE
--------------------------------------------*/
/* main page wrapper */
#mainWrapper {
  overflow: hidden;
  position: relative; }

/* main content */
#mainContent {
  position: relative; }

/* container */
@media (min-width: 1921px) {
  .container {
    width: 1450px; } }

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

/* container fluid */
.container-fluid {
  padding-left: 0;
  padding-right: 0; }
  .container-fluid .row,
  .container-fluid .row-flex {
    margin: 0; }
  .container-fluid div[class^="col-"] {
    padding: 0; }

/* content wrapper */
.content-wrapper {
  width: 100%;
  z-index: 996;
  position: relative; }

/* 2 column content */
#content,
#sidebar {
  position: relative; }

#content {
  margin-right: 70px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #content {
      margin-right: 20px; } }
  @media (max-width: 991px) {
    #content {
      margin-right: 0; } }
  #content.no-margin {
    margin-right: 0; }
  #content.half-margin {
    margin-right: 30px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #content.half-margin {
        margin-right: 20px; } }
    @media (max-width: 991px) {
      #content.half-margin {
        margin-right: 0; } }
.content-right {
  float: right; }
  @media (max-width: 991px) {
    .content-right {
      float: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  #sidebar {
    margin-top: 40px; } }

@media (max-width: 767px) {
  #sidebar {
    margin-top: 25px; } }

/* bootstrap columns */
@media (max-width: 567px) {
  .col-xs-6 {
    height: auto;
    width: 100%;
    float: none; } }

/* centered columns */
.row-centered {
  text-align: center; }

.col-centered {
  float: none;
  margin-right: -4px;
  display: inline-block;
  vertical-align: top; }

/* justify content */
.justify-center {
  justify-content: center; }

/* align content */
.align-center {
  align-items: center; }

.align-bottom {
  align-items: flex-end; }

.align-right {
  float: right; }
  @media (max-width: 767px) {
    .align-right {
      float: none; } }
/* THEME - SECTIONS - Individual sections */
/* ARTICLES (NEWS)
--------------------------------------------*/
/* article listing */
.article-listing-page .page-banner-text .caption {
  width: 100%; }

.article-thumbnail .cta-flex {
  overflow: visible; }
  .article-thumbnail .cta-flex:hover h3, .article-thumbnail .cta-flex:focus h3 {
    color: #626262; }

.article-thumbnail .bg-img-wrapper {
  height: 250px;
  position: relative; }
  @media (min-width: 1921px) {
    .article-thumbnail .bg-img-wrapper {
      height: 310px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article-thumbnail .bg-img-wrapper {
      height: 230px; } }
  @media (max-width: 567px) {
    .article-thumbnail .bg-img-wrapper {
      height: 230px; } }
.article-thumbnail .caption-flex {
  padding: 25px 30px 0 0; }
  @media (min-width: 1921px) {
    .article-thumbnail .caption-flex {
      padding: 30px 40px 0 0; } }
  @media (max-width: 767px) {
    .article-thumbnail .caption-flex {
      padding: 20px 30px 0 0; } }
.article-thumbnail .article-date {
  margin-bottom: 5px;
  display: inline-block;
  color: #484848;
  font-weight: 400; }

.article-thumbnail h3 {
  margin-top: 0;
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 400; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article-thumbnail h3 {
      font-size: 2.1rem; } }
  @media (max-width: 767px) {
    .article-thumbnail h3 {
      font-size: 2.1rem; } }
  @media (max-width: 567px) {
    .article-thumbnail h3 {
      font-size: 2.3rem; } }
/* article detail */
.article-detail-page #pageBanner h1 {
  margin-top: 5px;
  font-size: 4.5rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article-detail-page #pageBanner h1 {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .article-detail-page #pageBanner h1 {
      font-size: 3.2rem; } }
.article-detail-page #pageBanner h2 {
  font-size: 2.3rem;
  line-height: 1.3; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article-detail-page #pageBanner h2 {
      font-size: 2.1rem; } }
  @media (max-width: 767px) {
    .article-detail-page #pageBanner h2 {
      font-size: 2.1rem; } }
  .article-detail-page #pageBanner h2 a {
    display: inline-block;
    color: #484848;
    font-weight: 400; }
    .article-detail-page #pageBanner h2 a:hover, .article-detail-page #pageBanner h2 a:focus {
      color: #999; }

.article-detail-page #pageBanner .article-date {
  display: block;
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 1; }

.article-detail-page #pageBanner .breadcrumbs span:nth-of-type(3):after {
  display: none; }

.article-detail-page #pageBanner .breadcrumbs span.current-item {
  display: none; }

/* CONTACT
--------------------------------------------*/
.contact {
  /* contact info */ }
  .contact .one-column-text-widget:first-of-type hr {
    border: none; }
  .contact .one-column-text-widget:first-of-type a:not(.btn) {
    text-decoration: none;
    color: #000000; }
    .contact .one-column-text-widget:first-of-type a:not(.btn):hover, .contact .one-column-text-widget:first-of-type a:not(.btn):focus {
      color: #484848; }

/* HOMEPAGE
--------------------------------------------*/
/* body class overwrites */
.home {
  /* page banner */
  /* main content */
  /* widgets */ }
  .home #pageBanner {
    height: 700px;
    /* home slider */ }
    @media (min-width: 1921px) {
      .home #pageBanner {
        height: 800px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .home #pageBanner {
        height: 600px; } }
    @media (max-width: 767px) {
      .home #pageBanner {
        height: 500px; } }
    @media (min-width: 1200px) and (max-height: 830px) {
      .home #pageBanner {
        height: 600px; } }
    .home #pageBanner .caption {
      width: 60%;
      padding-bottom: 80px; }
      .home #pageBanner .caption h1, .home #pageBanner .caption h2, .home #pageBanner .caption h3,
      .home #pageBanner .caption h4, .home #pageBanner .caption h5, .home #pageBanner .caption h6,
      .home #pageBanner .caption p, .home #pageBanner .caption li, .home #pageBanner .caption a:not(.btn), .home #pageBanner .caption span:not(.btn) {
        color: white; }
      .home #pageBanner .caption li:before {
        color: white !important; }
      .home #pageBanner .caption a:not(.btn):hover {
        color: #484848; }
      @media (min-width: 1921px) {
        .home #pageBanner .caption {
          width: 60%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .home #pageBanner .caption {
          width: 80%;
          padding-bottom: 70px; } }
      @media (max-width: 767px) {
        .home #pageBanner .caption {
          padding-bottom: 50px; } }
      @media (max-width: 767px) {
        .home #pageBanner .caption {
          width: 85%; } }
    .home #pageBanner h1 a, .home #pageBanner h2 a, .home #pageBanner h3 a,
    .home #pageBanner h4 a, .home #pageBanner h5 a, .home #pageBanner h6 a {
      color: white; }
      .home #pageBanner h1 a:hover, .home #pageBanner h1 a:focus, .home #pageBanner h2 a:hover, .home #pageBanner h2 a:focus, .home #pageBanner h3 a:hover, .home #pageBanner h3 a:focus,
      .home #pageBanner h4 a:hover,
      .home #pageBanner h4 a:focus, .home #pageBanner h5 a:hover, .home #pageBanner h5 a:focus, .home #pageBanner h6 a:hover, .home #pageBanner h6 a:focus {
        color: rgba(255, 255, 255, 0.6) !important; }
    @media (max-width: 767px) {
      .home #pageBanner h1, .home #pageBanner h2 {
        font-size: 3rem; } }
    .home #pageBanner h1 + h3, .home #pageBanner h2 + h3 {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .home #pageBanner h1 + h3, .home #pageBanner h2 + h3 {
          margin-top: 15px; } }
    @media (max-width: 767px) {
      .home #pageBanner h3 {
        font-size: 1.8rem; } }
    @media (max-width: 374px) {
      .home #pageBanner h3 {
        font-size: 1.6rem; } }
    .home #pageBanner .btn {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .home #pageBanner .btn {
          margin-top: 20px; } }
    @media (max-width: 767px) {
      .home #pageBanner .bg-img-wrapper {
        background: black; }
        .home #pageBanner .bg-img-wrapper .bg-img {
          opacity: 0.8; } }
    .home #pageBanner .home-slider {
      background: black;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
  .home #mainContent {
    padding: 0; }
  .home .widgets-intro .widget-full:last-of-type {
    padding-bottom: 0; }
  .home .widgets-intro .widget-full.one-column-text-widget .content-wrapper {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: relative; }
  .home .widgets-additional .widget-full:first-of-type {
    padding-top: 0; }

/* PROJECTS
--------------------------------------------*/
/* projects listing */
.projects-listing-page .bg-img-wrapper {
  height: 320px;
  position: relative; }
  @media (min-width: 1921px) {
    .projects-listing-page .bg-img-wrapper {
      height: 400px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .projects-listing-page .bg-img-wrapper {
      height: 290px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .projects-listing-page .bg-img-wrapper {
      height: 300px; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .projects-listing-page .bg-img-wrapper {
      height: 270px; } }
  @media (max-width: 567px) {
    .projects-listing-page .bg-img-wrapper {
      height: 230px; } }
.projects-listing-page h3 {
  font-size: 2.8rem;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .projects-listing-page h3 {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    .projects-listing-page h3 {
      font-size: 2.4rem; } }
/* projects detail */
/* SECTION
--------------------------------------------*/
.section {
  padding: 70px 0 80px; }
  @media (min-width: 1921px) {
    .section {
      padding: 75px 0 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .section {
      padding: 60px 0 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section {
      padding: 50px 0 60px; } }
  @media (max-width: 767px) {
    .section {
      padding: 35px 0; } }
