@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/icons.ttf?kmr99n") format("truetype"), url("../fonts/icons/icons.woff?kmr99n") format("woff"), url("../fonts/icons/icons.svg?kmr99n#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cross:before {
  content: "\e903"; }

.icon-down-chevron:before {
  content: "\e900"; }

.icon-left-chevron:before {
  content: "\e901"; }

.icon-right-chevron:before {
  content: "\e902"; }

/* Typography */
/* Colours */
/* Breakpoints:*/
/* MIXINS */
html,
body {
  font-size: 18px;
  font-family: "museo-sans", sans-serif;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    html,
    body {
      font-size: 16px; } }

body {
  font-family: "museo-sans", sans-serif;
  background-color: #ffffff;
  color: #354042;
  padding-top: 111px; }
  @media (max-width: 1199px) {
    body {
      padding-top: 102px; } }
  @media (max-width: 767px) {
    body {
      padding-top: 80px; } }
  body.locked {
    overflow: hidden; }
  body.toolbar-fixed.toolbar-horizontal {
    padding-top: 165px !important; }

/* TYPOGRAPHY */
h1 {
  font-family: "Playfair Display", serif;
  font-size: 6rem;
  margin-bottom: 2rem; }
  @media (max-width: 1299px) {
    h1 {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  margin-bottom: 0.5rem; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.3rem; } }

h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.4em; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.35rem; } }

h5 {
  font-family: "museo-sans", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: bold; }
  @media (max-width: 767px) {
    h5 {
      font-size: 1rem; } }

p, ul {
  margin-bottom: 2em; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-out; }
  a:hover {
    color: #BDA256;
    text-decoration: none; }

blockquote {
  padding-left: 30px;
  border-left: 5px solid #888888;
  margin-bottom: 2em;
  font-size: 1.25em; }
  @media (max-width: 767px) {
    blockquote {
      border-left-width: 3px;
      padding-left: 15px; } }

/* COLOR CLASSES */
.white {
  color: #ffffff;
  border-color: #ffffff; }

.white-bg {
  background-color: #ffffff; }

.black {
  color: #000000;
  border-color: #000000; }

.black-bg {
  background-color: #000000; }

/* AOS tweaks */
[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-30px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(30px, 0, 0); }

/* Helper Classes */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.fullHeight {
  height: 100%; }

/* Dividers */
/* Buttons */
button {
  border-radius: 0px !important; }
  button .button {
    outline: 0;
    border: none;
    box-shadow: none; }

.button {
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1em;
  padding: 18px 50px;
  color: #BDA256;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition-duration: 300ms;
  -webkit-appearance: none;
  text-transform: uppercase;
  border: 1px solid #BDA256; }
  .button i {
    margin-left: 10px; }
  .button:hover, .button:focus {
    color: #BDA256;
    text-decoration: none; }
  .button.big {
    font-size: 18px;
    padding: 15px; }
  .button.black, form .form-actions .webform-button--submit,
  form .form-actions .form-submit {
    background-color: transparent; }
    .button.black:hover, form .form-actions .webform-button--submit:hover,
    form .form-actions .form-submit:hover {
      background-color: rgba(189, 162, 86, 0.15); }

/* Pager */
.pager {
  position: relative;
  display: flex;
  max-width: 800px;
  width: 100%;
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .pager {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .pager .previous {
      text-align: left; } }
  @media (max-width: 767px) {
    .pager .next {
      text-align: right; } }
  .pager a {
    text-decoration: none; }
    .pager a.previous i {
      margin-right: 10px; }
      @media (max-width: 767px) {
        .pager a.previous i {
          margin-right: 5px; } }
    .pager a.next i {
      margin-left: 10px; }
      @media (max-width: 767px) {
        .pager a.next i {
          margin-left: 5px; } }

/* Form style */
form .form-item {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    form .form-item {
      margin-bottom: 30px; } }
  form .form-item.has-error input[type="text"],
  form .form-item.has-error input[type="email"],
  form .form-item.has-error input[type="tel"],
  form .form-item.has-error input[type="password"],
  form .form-item.has-error textarea {
    border-color: red; }
    form .form-item.has-error input[type="text"]:focus,
    form .form-item.has-error input[type="email"]:focus,
    form .form-item.has-error input[type="tel"]:focus,
    form .form-item.has-error input[type="password"]:focus,
    form .form-item.has-error textarea:focus {
      border-color: red; }
  form .form-item.has-error .help-block {
    color: red; }
  form .form-item label.form-required:after {
    content: '*';
    position: relative;
    font-weight: 300;
    margin-left: 3px; }
  form .form-item input[type="text"],
  form .form-item input[type="email"],
  form .form-item input[type="tel"],
  form .form-item input[type="password"],
  form .form-item textarea {
    width: 100%;
    border: 1px solid #4B4F54;
    border-radius: 0;
    padding: 15px;
    color: #BDA256;
    outline: 0;
    transition-duration: 300ms; }
    form .form-item input[type="text"]:focus,
    form .form-item input[type="email"]:focus,
    form .form-item input[type="tel"]:focus,
    form .form-item input[type="password"]:focus,
    form .form-item textarea:focus {
      border-color: #000000; }
    form .form-item input[type="text"].error,
    form .form-item input[type="email"].error,
    form .form-item input[type="tel"].error,
    form .form-item input[type="password"].error,
    form .form-item textarea.error {
      border-color: red; }
  form .form-item .form-item--error-message {
    color: red; }
  form .form-item textarea {
    min-height: 250px; }
  form .form-item select {
    width: 100%;
    height: 60px;
    padding: 15px;
    color: #BDA256;
    border-radius: 0;
    border: 1px solid #4B4F54; }
  form .form-item .select2-container .select2-selection--single {
    border-radius: 0px;
    background-color: transparent;
    outline: none;
    border: 1px solid #888888;
    height: auto; }
    form .form-item .select2-container .select2-selection--single .select2-selection__arrow {
      height: 100%; }
  form .form-item.js-form-type-checkbox input {
    display: none; }
    form .form-item.js-form-type-checkbox input:checked ~ label:before {
      border-color: #000000; }
    form .form-item.js-form-type-checkbox input:checked ~ label:after {
      opacity: 1; }
  form .form-item.js-form-type-checkbox label {
    display: inline;
    font-weight: 300;
    padding-left: 35px;
    cursor: pointer; }
    form .form-item.js-form-type-checkbox label:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0px;
      top: 1px;
      border: 1px solid #000000; }
    form .form-item.js-form-type-checkbox label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 6px;
      width: 10px;
      height: 10px;
      background-color: #BDA256;
      opacity: 0; }
  form .form-item.webform-type-radios legend {
    font-size: 1em; }
  form .form-item.webform-type-radios .fieldset-wrapper .form-item {
    margin-bottom: 10px;
    min-height: 20px; }
    form .form-item.webform-type-radios .fieldset-wrapper .form-item input {
      display: none; }
    form .form-item.webform-type-radios .fieldset-wrapper .form-item label {
      position: relative;
      padding-left: 35px;
      margin-bottom: 0px;
      cursor: pointer; }
      @media (max-width: 767px) {
        form .form-item.webform-type-radios .fieldset-wrapper .form-item label {
          padding-left: 30px; } }
      form .form-item.webform-type-radios .fieldset-wrapper .form-item label:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0px;
        top: 1px;
        border: 2px solid #000000;
        border-radius: 10px; }
      form .form-item.webform-type-radios .fieldset-wrapper .form-item label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 6px;
        width: 10px;
        height: 10px;
        background-color: #000000;
        border-radius: 5px;
        opacity: 0; }
    form .form-item.webform-type-radios .fieldset-wrapper .form-item input:checked ~ label:before {
      border-color: #000000; }
    form .form-item.webform-type-radios .fieldset-wrapper .form-item input:checked ~ label:after {
      opacity: 1; }

form .form-actions {
  text-align: center; }
  form .form-actions .webform-button--submit,
  form .form-actions .form-submit {
    border: none;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid #BDA256;
    min-width: 175px;
    transition-duration: 300ms;
    color: #BDA256; }

/* Shared Generic elements */
section {
  margin-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 1199px) {
    section {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    section {
      margin-bottom: 60px; } }
  @media (max-width: 374px) {
    section {
      margin-bottom: 45px; } }
  section.no-spacing-top {
    margin-top: 0px; }
  section.no-spacing-bottom {
    margin-bottom: 0px; }
  section.reduce-spacing-top {
    margin-top: 60px; }
    @media (max-width: 991px) {
      section.reduce-spacing-top {
        margin-top: 45px; } }
    @media (max-width: 767px) {
      section.reduce-spacing-top {
        margin-top: 30px; } }
  section.reduce-spacing-bottom {
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      section.reduce-spacing-bottom {
        margin-bottom: 45px; } }
    @media (max-width: 767px) {
      section.reduce-spacing-bottom {
        margin-bottom: 30px; } }
  section.expand-spacing-top {
    margin-top: 240px; }
    @media (max-width: 991px) {
      section.expand-spacing-top {
        margin-top: 180px; } }
    @media (max-width: 767px) {
      section.expand-spacing-top {
        margin-top: 90px; } }
  section.expand-spacing-bottom {
    margin-bottom: 180px; }
    @media (max-width: 1199px) {
      section.expand-spacing-bottom {
        margin-bottom: 120px; } }
    @media (max-width: 767px) {
      section.expand-spacing-bottom {
        margin-bottom: 90px; } }
    @media (max-width: 374px) {
      section.expand-spacing-bottom {
        margin-bottom: 75px; } }
  section.has-bg {
    padding-top: 120px;
    padding-bottom: 120px; }
    @media (max-width: 1199px) {
      section.has-bg {
        padding-top: 90px;
        padding-bottom: 90px; } }
    @media (max-width: 767px) {
      section.has-bg {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (max-width: 374px) {
      section.has-bg {
        padding-top: 45px;
        padding-bottom: 45px; } }
    section.has-bg.no-spacing-top {
      padding-top: 0px; }
    section.has-bg.no-spacing-bottom {
      padding-bottom: 0px; }
    section.has-bg.reduce-spacing-top {
      padding-top: 60px;
      margin-top: 0px; }
      @media (max-width: 991px) {
        section.has-bg.reduce-spacing-top {
          padding-top: 45px; } }
      @media (max-width: 767px) {
        section.has-bg.reduce-spacing-top {
          padding-top: 30px; } }
    section.has-bg.reduce-spacing-bottom {
      padding-bottom: 60px; }
      @media (max-width: 991px) {
        section.has-bg.reduce-spacing-bottom {
          padding-bottom: 45px; } }
      @media (max-width: 767px) {
        section.has-bg.reduce-spacing-bottom {
          padding-bottom: 30px; } }
    section.has-bg.expand-spacing-top {
      padding-top: 200px;
      margin-top: 0px; }
      @media (max-width: 991px) {
        section.has-bg.expand-spacing-top {
          padding-top: 120px; } }
      @media (max-width: 767px) {
        section.has-bg.expand-spacing-top {
          padding-top: 90px; } }
    section.has-bg.expand-spacing-bottom {
      padding-bottom: 200px; }
      @media (max-width: 991px) {
        section.has-bg.expand-spacing-bottom {
          padding-bottom: 120px; } }
      @media (max-width: 767px) {
        section.has-bg.expand-spacing-bottom {
          padding-bottom: 90px; } }

/* Table */
/* System message */
section.message #block-messages > div > div {
  padding-top: 30px;
  padding-bottom: 30px; }

.system-message {
  text-align: center;
  padding-top: 30px;
  padding: 15px;
  background-color: #484848;
  color: #ffffff; }
  .system-message .sf-dump {
    text-align: left; }
  .system-message a {
    color: #ffffff;
    text-decoration: underline; }

/* Admin edit buttons */
#block-oandg-local-tasks {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #000000;
  position: relative;
  top: 0px;
  /*
  .role-authenticated &{
    display: none;
  }
  .role-manager &{
    display: block!important;
  }*/ }
  #block-oandg-local-tasks ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #block-oandg-local-tasks ul li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
      #block-oandg-local-tasks ul li a {
        font-size: 11px;
        text-decoration: none;
        transition-duration: 300ms;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
        color: #ffffff; }
        #block-oandg-local-tasks ul li a:hover {
          color: #ffffff; }

/* User forms */
section.user-forms {
  padding-top: 90px;
  margin-bottom: 120px; }
  section.user-forms .container {
    max-width: 700px; }
    section.user-forms .container h2 {
      text-align: center;
      margin-bottom: 30px; }
    section.user-forms .container form .form-item .description {
      display: none; }
    section.user-forms .container form .form-actions input {
      min-width: 150px; }

/* Overrides */
.img-fluid, .content-blocks .content-block .content-block__image img {
  max-width: 100%;
  height: auto; }

.select2-container .select2-results .select2-results__options {
  max-height: 400px;
  overflow-y: visible; }

.mfp-inline-holder .mfp-content {
  width: auto !important; }

.mfp-wrap {
  overflow: auto; }

/* Custom Icons */
/* Header */
header {
  background-color: #374B55;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  transition: 300ms top ease-out; }
  header.low-profile .main-bar {
    padding: 15px 0px; }
    header.low-profile .main-bar .call-to-action .button {
      color: #ffffff;
      padding: 10px 25px; }
      @media (max-width: 1199px) {
        header.low-profile .main-bar .call-to-action .button {
          padding: 10px 15px; } }
  .toolbar-fixed.toolbar-horizontal header {
    top: 39px !important; }
  header .main-bar {
    background-color: #374B55;
    padding: 30px 0px;
    transition-duration: 300ms; }
    @media (max-width: 767px) {
      header .main-bar {
        padding: 20px 0px; } }
  header .logo {
    position: relative;
    max-width: 200px;
    z-index: 11; }
    header .logo a {
      display: inline-block; }
  header .main-menu {
    position: relative;
    transition: opacity 300ms ease-out; }
    @media (max-width: 991px) {
      header .main-menu {
        display: none; } }
    header .main-menu ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      display: flex; }
      header .main-menu ul li {
        display: flex;
        align-items: center;
        height: 35px;
        margin-right: 40px;
        position: relative; }
        @media (max-width: 1199px) {
          header .main-menu ul li {
            margin-right: 30px; } }
        header .main-menu ul li:first-of-type {
          margin-left: 0px; }
        header .main-menu ul li:last-of-type {
          margin-right: 0px; }
        header .main-menu ul li.has-submenu i, header .main-menu ul li.menu-item-has-children i {
          display: none; }
        header .main-menu ul li.has-submenu > a, header .main-menu ul li.has-submenu > span, header .main-menu ul li.menu-item-has-children > a, header .main-menu ul li.menu-item-has-children > span {
          padding-right: 15px; }
          header .main-menu ul li.has-submenu > a:after, header .main-menu ul li.has-submenu > span:after, header .main-menu ul li.menu-item-has-children > a:after, header .main-menu ul li.menu-item-has-children > span:after {
            content: "\f078";
            position: absolute;
            right: 0px;
            top: 0px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            color: #888888;
            font-size: 10px;
            top: 50%;
            transform: translateY(-50%); }
          header .main-menu ul li.has-submenu > a.active:after, header .main-menu ul li.has-submenu > span.active:after, header .main-menu ul li.menu-item-has-children > a.active:after, header .main-menu ul li.menu-item-has-children > span.active:after {
            content: "\f077"; }
        header .main-menu ul li a,
        header .main-menu ul li > span {
          display: flex;
          align-items: center;
          position: relative;
          font-size: 0.9rem;
          height: 100%;
          text-transform: uppercase;
          color: #ffffff;
          text-decoration: none;
          transition: all 0.3s; }
          @media (max-width: 1199px) {
            header .main-menu ul li a,
            header .main-menu ul li > span {
              font-size: 0.8rem; } }
          header .main-menu ul li a.active, header .main-menu ul li a.is-active, header .main-menu ul li a:focus, header .main-menu ul li a:hover,
          header .main-menu ul li > span.active,
          header .main-menu ul li > span.is-active,
          header .main-menu ul li > span:focus,
          header .main-menu ul li > span:hover {
            text-decoration: none;
            color: #BDA256; }
        header .main-menu ul li .sub-menu {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 100%;
          background-color: #ffffff;
          z-index: 1;
          padding: 15px;
          min-width: 175px;
          transition: 300ms all; }
          header .main-menu ul li .sub-menu ul {
            display: block; }
            header .main-menu ul li .sub-menu ul li {
              height: auto;
              display: block; }
              header .main-menu ul li .sub-menu ul li:first-of-type {
                padding-left: 0px; }
              header .main-menu ul li .sub-menu ul li:last-of-type {
                padding-right: 0px; }
                header .main-menu ul li .sub-menu ul li:last-of-type a {
                  margin-bottom: 0px; }
              header .main-menu ul li .sub-menu ul li a {
                font-size: 15px;
                margin-bottom: 15px;
                padding-left: 0px;
                border-left: 0px;
                transition-duration: 300ms; }
                header .main-menu ul li .sub-menu ul li a:focus, header .main-menu ul li .sub-menu ul li a:hover {
                  text-decoration: none; }
        header .main-menu ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible; }
  @media (max-width: 991px) {
    header .ctaMobileMenuContainer {
      justify-content: space-between !important; } }
  header .ctaMobileMenuContainer .mobile-menu-button {
    display: none;
    width: 50px;
    height: 100%;
    position: relative; }
    @media (max-width: 991px) {
      header .ctaMobileMenuContainer .mobile-menu-button {
        display: block; } }
    header .ctaMobileMenuContainer .mobile-menu-button a {
      position: absolute;
      top: 0px;
      right: 0px;
      height: 100%;
      text-align: center;
      z-index: 15;
      cursor: pointer;
      display: inline-block;
      height: 100%;
      transition-duration: 300ms;
      transition-timing-function: ease-in-out; }
      header .ctaMobileMenuContainer .mobile-menu-button a.open .menu-btn-icon span {
        height: 2px; }
        header .ctaMobileMenuContainer .mobile-menu-button a.open .menu-btn-icon span:nth-child(1) {
          top: 0px;
          width: 0%;
          left: 50%; }
        header .ctaMobileMenuContainer .mobile-menu-button a.open .menu-btn-icon span:nth-child(2) {
          transform: rotate(45deg); }
        header .ctaMobileMenuContainer .mobile-menu-button a.open .menu-btn-icon span:nth-child(3) {
          transform: rotate(-45deg); }
        header .ctaMobileMenuContainer .mobile-menu-button a.open .menu-btn-icon span:nth-child(4) {
          top: 14px;
          width: 0%;
          left: 50%; }
      header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 30px; }
        @media (max-width: 767px) {
          header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon {
            width: 30px;
            height: 20px; } }
        header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span {
          background-color: #ffffff;
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          border-radius: 0px;
          opacity: 1;
          left: 0;
          transform: rotate(0deg);
          transition: 300ms ease-in-out; }
          @media (max-width: 767px) {
            header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span {
              height: 2px; } }
          header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span:nth-child(1) {
            top: 0px; }
          header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span:nth-child(2), header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span:nth-child(3) {
            top: 14px; }
            @media (max-width: 767px) {
              header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span:nth-child(2), header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span:nth-child(3) {
                top: 9px; } }
          header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span:nth-child(4) {
            top: 29px; }
            @media (max-width: 767px) {
              header .ctaMobileMenuContainer .mobile-menu-button a .menu-btn-icon span:nth-child(4) {
                top: 19px; } }
  header .ctaMobileMenuContainer .call-to-action {
    text-align: right; }
    header .ctaMobileMenuContainer .call-to-action .button {
      color: #ffffff;
      padding: 15px 25px;
      border: 2.5px solid #BDA256;
      font-size: 0.9rem;
      font-weight: normal; }
      @media (max-width: 1199px) {
        header .ctaMobileMenuContainer .call-to-action .button {
          padding: 12px 15px;
          border: 2px solid #BDA256;
          font-size: 0.8rem; } }

/* Mobile Menu */
#mobile-menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  background-color: #374B55;
  overflow: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  /*
	&:before{
		content: '';
		position: fixed;
		top:0px;
		left:0px;
		width:100%;
		height:130px;
		background-color: $white;
		z-index: 1;
		@media (max-width: $mobile) {
		height: 75px;
		}
	}*/ }
  @media (max-width: 767px) {
    #mobile-menu {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transition-duration: 300ms;
    transition-timing-function: ease-out; }
  #mobile-menu .container {
    max-width: 500px; }
  #mobile-menu .logo {
    margin-left: 0px;
    padding-top: 30px; }
    #mobile-menu .logo img {
      height: 36px; }
      @media (max-width: 767px) {
        #mobile-menu .logo img {
          height: 28px; } }
  #mobile-menu .menu-block {
    position: relative;
    border-left: 0;
    padding-left: 0;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 45px; }
  #mobile-menu .main-menu {
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block; }
    #mobile-menu .main-menu ul {
      display: block;
      padding: 0px;
      margin: 0px;
      list-style: none;
      text-align: center; }
      #mobile-menu .main-menu ul li {
        display: block;
        height: auto;
        border-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        margin-bottom: 35px; }
        #mobile-menu .main-menu ul li a, #mobile-menu .main-menu ul li span {
          color: #ffffff;
          font-size: 1.125rem;
          line-height: 1.2em;
          position: relative;
          display: inline-block;
          border-left: none;
          padding-left: 0px;
          transition-duration: 300ms; }
          #mobile-menu .main-menu ul li a:hover, #mobile-menu .main-menu ul li span:hover {
            text-decoration: none; }
          #mobile-menu .main-menu ul li a:after, #mobile-menu .main-menu ul li span:after {
            display: none; }
        #mobile-menu .main-menu ul li i {
          display: block;
          color: #888888;
          float: right;
          line-height: 30px;
          font-size: 20px;
          transition: all 300ms ease-out; }
          @media (max-width: 767px) {
            #mobile-menu .main-menu ul li i {
              font-size: 18px; } }
          #mobile-menu .main-menu ul li i.active {
            transform: rotate(180deg); }
        #mobile-menu .main-menu ul li .sub-menu,
        #mobile-menu .main-menu ul li .fixed-sub-menu {
          opacity: 0;
          visibility: hidden;
          max-height: 0;
          transition: all 300ms ease-out;
          position: relative;
          top: inherit;
          background-color: transparent;
          padding: 0px; }
          #mobile-menu .main-menu ul li .sub-menu.active,
          #mobile-menu .main-menu ul li .fixed-sub-menu.active {
            opacity: 1;
            visibility: visible;
            max-height: 480px; }
          #mobile-menu .main-menu ul li .sub-menu ul,
          #mobile-menu .main-menu ul li .fixed-sub-menu ul {
            padding-top: 20px; }
            #mobile-menu .main-menu ul li .sub-menu ul li,
            #mobile-menu .main-menu ul li .fixed-sub-menu ul li {
              margin-bottom: 10px; }
              #mobile-menu .main-menu ul li .sub-menu ul li:last-of-type,
              #mobile-menu .main-menu ul li .fixed-sub-menu ul li:last-of-type {
                margin-bottom: 0px; }
              #mobile-menu .main-menu ul li .sub-menu ul li a,
              #mobile-menu .main-menu ul li .fixed-sub-menu ul li a {
                font-size: 17px;
                color: #484848;
                text-transform: none;
                position: relative;
                padding-right: 0px; }
                #mobile-menu .main-menu ul li .sub-menu ul li a:after,
                #mobile-menu .main-menu ul li .fixed-sub-menu ul li a:after {
                  display: none; }
  #mobile-menu .social-links {
    /*position: absolute;
		width: 100%;
		bottom: 0px;
		text-align: center;*/
    left: 0px; }
    @media (max-width: 767px) {
      #mobile-menu .social-links {
        position: relative; } }
    #mobile-menu .social-links a {
      display: inline-block;
      color: #ffffff;
      width: 30px;
      height: 30px;
      text-align: center;
      border-radius: 30px;
      line-height: 30px;
      background-color: #484848;
      font-size: 18px;
      margin-left: 7.5px;
      margin-right: 7.5px;
      transition: 300ms all linear; }
      #mobile-menu .social-links a:first-of-type {
        margin-left: 0px; }
      #mobile-menu .social-links a:last-of-type {
        margin-right: 0px; }
      #mobile-menu .social-links a:hover, #mobile-menu .social-links a:focus {
        background-color: #888888; }
  #mobile-menu .call-to-action {
    text-align: center;
    margin-bottom: 40px; }
    #mobile-menu .call-to-action .button {
      color: #ffffff;
      padding: 15px 25px;
      border: 2.5px solid #BDA256;
      font-size: 0.9rem;
      font-weight: normal; }
      @media (max-width: 1199px) {
        #mobile-menu .call-to-action .button {
          padding: 15px 20px;
          border: 2px solid #BDA256;
          font-size: 1rem; } }
  #mobile-menu .address {
    color: #ffffff;
    text-align: center;
    font-size: 1.125rem; }

/* Social links */
.social-links {
  position: relative; }
  .social-links a {
    display: inline-block;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    background-color: #484848;
    font-size: 18px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    transition: 300ms all linear; }
    .social-links a:first-of-type {
      margin-left: 0px; }
    .social-links a:last-of-type {
      margin-right: 0px; }
    .social-links a:hover, .social-links a:focus {
      background-color: #888888; }

/* User Account menu */
nav.account {
  display: none; }
  .role-special nav.account {
    display: block; }

/* Footer */
footer {
  background-color: rgba(189, 162, 86, 0.1);
  color: #354042;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center; }
  @media (max-width: 767px) {
    footer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  footer .social-links {
    margin-bottom: 30px; }
  footer .cta-address {
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 1.325em;
    line-height: 1.4em; }
    @media (max-width: 767px) {
      footer .cta-address {
        margin-bottom: 25px;
        font-size: 1.125rem; } }
    footer .cta-address span {
      color: #BDA256; }
    footer .cta-address a {
      border-bottom: 2px solid transparent; }
      footer .cta-address a:hover {
        color: #354042;
        border-bottom: 2px solid #354042; }
  @media (max-width: 767px) {
    footer .copyright-text {
      font-size: 0.9rem; } }

/* SECTION: BASIC */
section.basic {
  padding-top: 90px; }
  @media (max-width: 991px) {
    section.basic {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    section.basic {
      padding-top: 45px; } }

/* SECTION: HERO */
section.hero {
  position: relative; }
  section.hero.basic {
    padding-top: 120px;
    padding-bottom: 550px;
    margin-bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 324px;
    background-position: -22px -90px;
    background-image: url(../images/bg-hero-top-left.svg); }
    @media (max-width: 1299px) {
      section.hero.basic {
        padding-bottom: 270px;
        background-size: 150px;
        background-position: -11px -5px; } }
    @media (max-width: 767px) {
      section.hero.basic {
        padding-top: 70px;
        padding-bottom: 170px;
        background-size: 76px;
        background-position: 0px -5px; } }
    section.hero.basic:before, section.hero.basic:after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-repeat: no-repeat;
      z-index: 0;
      overflow: hidden; }
    section.hero.basic:before {
      background-size: 538px;
      background-position: calc(100% + 20px) calc(100% - 37px);
      background-image: url(../images/bg-hero-bottom-right.svg); }
      @media (max-width: 1299px) {
        section.hero.basic:before {
          background-size: 270px;
          background-position: calc(100% + 10px) calc(100% - 18px); } }
      @media (max-width: 767px) {
        section.hero.basic:before {
          background-size: 150px;
          background-position: calc(100% + 35px) calc(100% + 18px); } }
    section.hero.basic:after {
      background-size: 432px;
      background-position: 270px calc(100% + 247px);
      background-image: url(../images/bg-hero-bottom-left.svg); }
      @media (max-width: 1299px) {
        section.hero.basic:after {
          background-size: 220px;
          background-position: 100px calc(100% + 120px); } }
      @media (max-width: 767px) {
        section.hero.basic:after {
          background-size: 170px;
          background-position: -47px calc(100% + 70px); } }
  section.hero .hero--image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    overflow: hidden; }
    section.hero .hero--image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
  section.hero .hero--content {
    text-align: center;
    z-index: 1;
    position: relative; }
    section.hero .hero--content h1 {
      margin-bottom: 4rem;
      color: #BDA256; }
      @media (max-width: 767px) {
        section.hero .hero--content h1 {
          margin-bottom: 2rem; } }
    section.hero .hero--content h5 {
      color: #BDA256;
      text-transform: uppercase;
      margin-bottom: 1.8rem; }
      @media (max-width: 767px) {
        section.hero .hero--content h5 {
          margin-bottom: 0rem; } }
    section.hero .hero--content p {
      font-size: 1.2rem; }
      @media (max-width: 767px) {
        section.hero .hero--content p {
          font-size: 1rem; } }
      section.hero .hero--content p:last-of-type {
        margin-bottom: 0px; }
    section.hero .hero--content.copy {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        section.hero .hero--content.copy {
          margin-bottom: 30px; } }
  section.hero .hero--down-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    section.hero .hero--down-arrow a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      width: 100%;
      height: 100%;
      font-size: 10px;
      border: 1px solid #BDA256;
      color: #BDA256;
      transition-duration: 300ms;
      transition-timing-function: ease-out; }
      section.hero .hero--down-arrow a:hover {
        background-color: rgba(189, 162, 86, 0.15);
        color: #BDA256; }

/* SECTION: CONTENT BLOCKS */
.content-blocks .content-blocks--intro {
  text-align: center;
  margin-bottom: 45px; }
  .content-blocks .content-blocks--intro .content-blocks--intro--text {
    margin: auto;
    max-width: 600px; }

.content-blocks .content-block {
  margin-bottom: 45px; }
  .content-blocks .content-block .content-block__image {
    margin-bottom: 30px; }

/* SECTION: FILE LINKS */
.content-blocks.file-links .content-block {
  margin-bottom: 0px; }

.content-blocks.file-links .content-block__file-links .file-link a {
  width: 100%;
  margin-bottom: 15px; }

/* SECTION: CONTENT AND IMAGE */
.content-and-image {
  overflow: hidden; }
  @media (max-width: 991px) {
    .content-and-image.left-image .content-and-image__text {
      padding-left: 30px; } }
  @media (max-width: 991px) {
    .content-and-image.right-right .content-and-image__text {
      padding-right: 30px; } }
  .content-and-image .content-and-image__image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1199px) {
      .content-and-image .content-and-image__image {
        height: 600px; } }
    @media (max-width: 991px) {
      .content-and-image .content-and-image__image {
        height: 500px; } }
    @media (max-width: 767px) {
      .content-and-image .content-and-image__image {
        height: 340px; } }
    @media (max-width: 374px) {
      .content-and-image .content-and-image__image {
        height: 260px; } }
  .content-and-image .content-and-image__text {
    max-width: 800px;
    padding: 100px; }
    @media (max-width: 1499px) {
      .content-and-image .content-and-image__text {
        max-width: 100%;
        padding: 50px; } }
    @media (max-width: 767px) {
      .content-and-image .content-and-image__text {
        padding: 30px; } }
    @media (max-width: 374px) {
      .content-and-image .content-and-image__text {
        padding: 30px 0px;
        padding-left: 0px !important;
        padding-right: 0px !important; } }
    .content-and-image .content-and-image__text h4 {
      color: #BDA256; }
    .content-and-image .content-and-image__text ul {
      -webkit-padding-start: 20px;
              padding-inline-start: 20px; }
      .content-and-image .content-and-image__text ul li {
        padding-left: 10px;
        margin-bottom: 12px; }
  .content-and-image .content-and-image__slider {
    margin-top: 100px; }
    @media (max-width: 991px) {
      .content-and-image .content-and-image__slider {
        margin-top: 70px; } }
    @media (max-width: 767px) {
      .content-and-image .content-and-image__slider {
        margin-top: 50px; } }
    .content-and-image .content-and-image__slider .slide .slide-image {
      margin: 0 10px; }
      .content-and-image .content-and-image__slider .slide .slide-image a:focus {
        outline: 0; }
      .content-and-image .content-and-image__slider .slide .slide-image img {
        width: 100%; }
    .content-and-image .content-and-image__slider .slick-disabled {
      visibility: hidden;
      opacity: 0; }
    .content-and-image .content-and-image__slider .slick-arrow {
      opacity: 1;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      z-index: 1;
      width: 32.5px;
      height: 50px;
      font-size: 0px;
      line-height: 0px;
      padding: 0px;
      outline: none;
      background-color: transparent;
      border-color: transparent;
      color: #BDA256;
      font-family: "icons" !important;
      speak: none;
      font-style: normal;
      font-weight: 900;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0px;
      outline: none;
      transition-duration: 300ms; }
      @media (max-width: 767px) {
        .content-and-image .content-and-image__slider .slick-arrow {
          width: 30px;
          height: 30px;
          margin-top: -15px;
          padding: 0px; } }
      @media (max-width: 374px) {
        .content-and-image .content-and-image__slider .slick-arrow {
          color: #ffffff; } }
      .content-and-image .content-and-image__slider .slick-arrow:hover {
        color: #354042; }
        @media (max-width: 374px) {
          .content-and-image .content-and-image__slider .slick-arrow:hover {
            color: #ffffff; } }
      .content-and-image .content-and-image__slider .slick-arrow:before {
        font-size: 30px;
        line-height: 1em; }
        @media (max-width: 767px) {
          .content-and-image .content-and-image__slider .slick-arrow:before {
            font-size: 24px; } }
    .content-and-image .content-and-image__slider .slick-prev {
      left: -40px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .content-and-image .content-and-image__slider .slick-prev {
          left: -30px; } }
      @media (max-width: 374px) {
        .content-and-image .content-and-image__slider .slick-prev {
          left: 15px; } }
      .content-and-image .content-and-image__slider .slick-prev:before {
        content: "\e901"; }
    .content-and-image .content-and-image__slider .slick-next {
      right: -40px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .content-and-image .content-and-image__slider .slick-next {
          right: -30px; } }
      @media (max-width: 374px) {
        .content-and-image .content-and-image__slider .slick-next {
          right: 15px; } }
      .content-and-image .content-and-image__slider .slick-next:before {
        content: "\e902"; }
  .content-and-image .content-and-image__link {
    margin-top: 30px; }

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close {
  padding: 6px 14px;
  background: #BDA256;
  width: auto;
  right: 0;
  line-height: 28px;
  opacity: 1; }
  .mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-close:active {
    top: 0px; }

.mfp-gallery .mfp-container .mfp-content .mfp-figure img.mfp-img {
  padding: 0; }

.mfp-gallery .mfp-container .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter {
  display: none; }

.mfp-gallery .mfp-container .mfp-arrow {
  color: #BDA256;
  font-family: "icons" !important;
  transition: all 0.3s; }
  @media (max-width: 767px) {
    .mfp-gallery .mfp-container .mfp-arrow {
      color: #ffffff; } }
  .mfp-gallery .mfp-container .mfp-arrow:hover {
    color: #ffffff; }
  .mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left:before {
    content: "\e901";
    border: 0;
    font-size: 30px;
    opacity: 1; }
  .mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left:after {
    display: none; }
  .mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right:before {
    content: "\e902";
    border: 0;
    font-size: 30px;
    opacity: 1; }
  .mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right:after {
    display: none; }

/* SECTION: SINGLE-IMAGE */
.single-image.background {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 991px) {
    .single-image.background {
      min-height: 480px; } }
  @media (max-width: 767px) {
    .single-image.background {
      min-height: 320px; } }
  @media (max-width: 374px) {
    .single-image.background {
      min-height: 240px; } }

/* SECTION: IMAGE GALLERY */
.image-gallery .image-gallery--title {
  text-align: center;
  margin-bottom: 30px; }

.image-gallery .image-gallery--image {
  margin-bottom: 10px; }
  .image-gallery .image-gallery--image a {
    display: block; }

/* SECTION: IMAGE SLIDER */
@media (max-width: 1499px) {
  section.image-slider .slick-slider .slider-content {
    margin-left: 60px; } }

@media (max-width: 767px) {
  section.image-slider .slick-slider .slider-content {
    margin-left: 15px; } }

section.image-slider .slick-slider .slider-content .slider-content__text {
  display: inline-block;
  font-size: 21px;
  color: #ffffff;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slider-content .slider-content__text {
      font-size: 18px;
      padding: 15px;
      margin-bottom: 15px; } }
  section.image-slider .slick-slider .slider-content .slider-content__text p:last-of-type {
    margin-bottom: 0px; }

@media (max-width: 767px) {
  section.image-slider .slick-slider .slider-content .slider-content__link a {
    font-size: 14px;
    padding: 10px; } }

section.image-slider .slick-slider .slide {
  position: relative;
  height: 600px;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    section.image-slider .slick-slider .slide {
      height: 500px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slide {
      height: 380px;
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 374px) {
    section.image-slider .slick-slider .slide {
      height: 280px;
      padding-top: 30px;
      padding-bottom: 30px; } }

section.image-slider .slick-slider .slide-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1; }
  section.image-slider .slick-slider .slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }

section.image-slider .slick-slider .slick-disabled {
  visibility: hidden;
  opacity: 0; }

section.image-slider .slick-slider .slick-arrow {
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  width: 32.5px;
  height: 50px;
  font-size: 0px;
  line-height: 0px;
  padding: 0px;
  outline: none;
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0px;
  outline: none;
  transition-duration: 300ms; }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-arrow {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      padding: 0px;
      background-color: #000000; } }
  section.image-slider .slick-slider .slick-arrow:hover {
    color: #cacaca; }
    @media (max-width: 767px) {
      section.image-slider .slick-slider .slick-arrow:hover {
        color: #ffffff;
        background-color: #484848; } }
  section.image-slider .slick-slider .slick-arrow:before {
    font-size: 50px;
    line-height: 1em; }
    @media (max-width: 767px) {
      section.image-slider .slick-slider .slick-arrow:before {
        font-size: 24px; } }

section.image-slider .slick-slider .slick-prev {
  left: 30px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    section.image-slider .slick-slider .slick-prev {
      left: 15px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-prev {
      left: 15px;
      top: calc(100% - 60px); } }
  section.image-slider .slick-slider .slick-prev:before {
    content: "\f053"; }

section.image-slider .slick-slider .slick-next {
  right: 30px;
  cursor: pointer; }
  @media (max-width: 1499px) {
    section.image-slider .slick-slider .slick-next {
      right: 40px; } }
  @media (max-width: 1199px) {
    section.image-slider .slick-slider .slick-next {
      right: 15px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-next {
      left: 55px;
      top: calc(100% - 60px); } }
  section.image-slider .slick-slider .slick-next:before {
    content: "\f054"; }

/* Testimonials */
section.testimonials {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #484848;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 991px) {
    section.testimonials {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    section.testimonials {
      padding-top: 45px;
      padding-bottom: 45px; } }
  section.testimonials .testimonials__testimonial-slider .slick-dots {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    section.testimonials .testimonials__testimonial-slider .slick-dots li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
      section.testimonials .testimonials__testimonial-slider .slick-dots li.slick-active button {
        background-color: #ffffff; }
      section.testimonials .testimonials__testimonial-slider .slick-dots li button {
        border-color: #ffffff;
        background-color: transparent;
        width: 16px;
        height: 16px;
        border-radius: 20px !important;
        outline: 0;
        overflow: hidden;
        font-size: 0px;
        text-indent: -9999px; }
  section.testimonials .testimonials__testimonial-slider .slick-disabled {
    visibility: hidden;
    opacity: 0; }
  section.testimonials .testimonials__testimonial-slider .slick-arrow {
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    width: 32.5px;
    height: 50px;
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    font-family: "Font Awesome 5 Free" !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
    outline: none;
    transition-duration: 300ms; }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        padding: 0px;
        background-color: #888888;
        color: #ffffff;
        display: none; } }
    section.testimonials .testimonials__testimonial-slider .slick-arrow:hover {
      color: #cacaca; }
    section.testimonials .testimonials__testimonial-slider .slick-arrow:before {
      font-size: 50px;
      line-height: 1em; }
      @media (max-width: 767px) {
        section.testimonials .testimonials__testimonial-slider .slick-arrow:before {
          font-size: 24px; } }
  section.testimonials .testimonials__testimonial-slider .slick-prev {
    left: 30px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      section.testimonials .testimonials__testimonial-slider .slick-prev {
        left: 15px; } }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-prev {
        left: 10px; } }
    section.testimonials .testimonials__testimonial-slider .slick-prev:before {
      content: "\f053"; }
  section.testimonials .testimonials__testimonial-slider .slick-next {
    right: 30px;
    cursor: pointer; }
    @media (max-width: 1499px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 40px; } }
    @media (max-width: 1199px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 15px; } }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 10px; } }
    section.testimonials .testimonials__testimonial-slider .slick-next:before {
      content: "\f054"; }
  section.testimonials .testimonials__testimonial-slider__testimonial {
    text-align: center; }
    section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
      font-size: 28px;
      line-height: 1.2em;
      max-width: 850px;
      margin: auto;
      margin-bottom: 0px; }
      @media (max-width: 1199px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 26px;
          padding-left: 60px;
          padding-right: 60px; } }
      @media (max-width: 991px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 22px;
          padding-left: 75px;
          padding-right: 75px; } }
      @media (max-width: 767px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 18px;
          padding-left: 45px;
          padding-right: 45px; } }
      @media (max-width: 374px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 16px;
          line-height: 1.4em; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text i {
        margin-bottom: 30px;
        color: #cacaca; }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text i {
            margin-bottom: 15px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text p:last-of-type {
        margin-bottom: 30px; }
    section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author {
      margin-bottom: 60px; }
      @media (max-width: 1199px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author {
          margin-bottom: 30px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 700; }
        @media (max-width: 991px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
            font-size: 14px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
        font-size: 18px;
        line-height: 1.2em; }
        @media (max-width: 991px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
            font-size: 14px; } }

/* SECTION: Video player */
section.video {
  text-align: center; }
  @media (max-width: 1199px) {
    section.video {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    section.video {
      margin-bottom: 30px; } }
  section.video .video-js,
  section.video iframe {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 640px; }
    @media (max-width: 991px) {
      section.video .video-js,
      section.video iframe {
        height: 400px; } }
    @media (max-width: 767px) {
      section.video .video-js,
      section.video iframe {
        height: 250px; } }
    @media (max-width: 374px) {
      section.video .video-js,
      section.video iframe {
        height: 200px; } }

/* Section: Form */
section.form {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 336px;
  background-position: calc(100% - 97px) -19px;
  background-image: url(../images/bg-contact-top-right.svg); }
  @media (max-width: 1299px) {
    section.form {
      background-size: 170px;
      background-position: calc(100% - 30px) -10px; } }
  @media (max-width: 767px) {
    section.form {
      background-image: none; } }
  section.form:before, section.form:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden; }
  section.form:before {
    background-size: 334px;
    background-position: 112px calc(100% + 2px);
    background-image: url(../images/bg-contact-bottom-left.svg); }
    @media (max-width: 1499px) {
      section.form:before {
        background-position: -50px calc(100% + 2px); } }
    @media (max-width: 1299px) {
      section.form:before {
        background-size: 170px;
        background-position: 55px calc(100% + 1px); } }
    @media (max-width: 991px) {
      section.form:before {
        background-position: -35px calc(100% + 1px); } }
    @media (max-width: 767px) {
      section.form:before {
        display: none; } }
  section.form .form__title {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #BDA256;
    margin-top: 140px; }
    @media (max-width: 767px) {
      section.form .form__title {
        margin-top: 40px; } }
  section.form .form__intro {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      section.form .form__intro {
        margin-bottom: 40px; } }
  section.form .form__container {
    position: relative;
    z-index: 1;
    margin-bottom: 120px; }
    @media (max-width: 767px) {
      section.form .form__container {
        margin-bottom: 40px; } }

/* Section: Map Embed */
section.map-embed .map iframe {
  height: 600px; }
  @media (max-width: 1199px) {
    section.map-embed .map iframe {
      height: 450px; } }
  @media (max-width: 767px) {
    section.map-embed .map iframe {
      height: 320px; } }
  @media (max-width: 374px) {
    section.map-embed .map iframe {
      height: 200px; } }

/* Section: News */
.news.landing {
  padding-top: 90px; }
  @media (max-width: 767px) {
    .news.landing {
      padding-top: 45px; } }
  @media (max-width: 374px) {
    .news.landing {
      padding-top: 30px; } }
  .news.landing .news__article {
    margin-bottom: 45px; }
    @media (max-width: 374px) {
      .news.landing .news__article {
        margin-bottom: 30px; } }

@media (max-width: 991px) {
  .news.block .news__article {
    max-width: 600px;
    margin: auto;
    margin-bottom: 60px; } }

@media (max-width: 767px) {
  .news.block .news__article {
    margin-bottom: 30px; } }

.news .news__title {
  text-align: center;
  margin-bottom: 30px; }

.news .news__article {
  margin-bottom: 30px; }
  .news .news__article .news__article__image {
    margin-bottom: 30px; }
  .news .news__article .news__article__date {
    font-size: 0.8em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .news .news__article .news__article__date {
        font-size: 0.9em; } }
  .news .news__article .news__article__title {
    margin-bottom: 15px; }
  .news .news__article .news__article__text {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .news .news__article .news__article__text {
        margin-bottom: 15px; } }

.news .news__view-all {
  text-align: center;
  margin-top: 30px; }
  .news .news__view-all a {
    min-width: 175px; }

/* Section: News-single */
.news-single .news-single__title h1 {
  margin-bottom: 0px; }

.news-single .news-single__date {
  margin-bottom: 30px;
  font-size: 0.8em;
  text-transform: uppercase; }
  @media (max-width: 374px) {
    .news-single .news-single__date {
      margin-bottom: 15px;
      font-size: 0.9em; } }

.news-single .news-single__intro {
  margin-bottom: 45px; }
  @media (max-width: 374px) {
    .news-single .news-single__intro {
      margin-bottom: 30px; } }

.news-single .news-single__image {
  margin-bottom: 45px; }
  @media (max-width: 374px) {
    .news-single .news-single__image {
      margin-bottom: 30px; } }

/* Magnific popup animations */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* =transition */
.mfp-ready .mfp-figure {
  opacity: 0; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95); }

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0; }

.mfp-iframe-scaler {
  overflow: visible;
  /*so the close button is shown*/ }

.mfp-zoom-out-cur {
  cursor: auto; }

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

/* Fix for videos */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-close {
  z-index: -1; }
