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

body {
  font-family: Verdana, sans-serif;
  background-color: #152f4e;
  color: #ffffff; }
  body.locked {
    overflow: hidden; }
  body.toolbar-fixed.toolbar-horizontal {
    padding-top: 165px !important; }

/* TYPOGRAPHY */
h1 {
  font-family: Verdana, serif;
  font-size: 3rem;
  margin-bottom: 2rem; }

h2 {
  font-family: Verdana, serif;
  font-size: 2.5rem;
  margin-bottom: 2rem; }

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

h4 {
  font-family: Verdana, serif;
  font-size: 1.5rem;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.25rem; } }

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

strong {
  color: #009fe3; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-out; }
  a:hover {
    color: #009fe3;
    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; }

/* 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: Verdana, sans-serif;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition-duration: 300ms;
  -webkit-appearance: none;
  border: 3px solid #009fe3;
  border-radius: 20px;
  font-weight: bold;
  width: 350px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .button {
      border: 3px solid #009fe3;
      width: 100%;
      border-radius: 10px; } }
  .button:hover, .button:focus {
    color: #ffffff;
    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: #009fe3; }

/* 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: 30px; }
  @media (max-width: 767px) {
    form .form-item {
      margin-bottom: 15px; } }
  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 #888888;
    padding: 10px;
    color: #000000;
    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: 45px; }
  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: 2px solid #000000; }
    form .form-item.js-form-type-checkbox label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 6px;
      width: 10px;
      height: 10px;
      background-color: #000000;
      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;
    padding: 10px 20px;
    min-width: 175px;
    transition-duration: 300ms;
    color: #ffffff; }

/* 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 {
  transition: 300ms top ease-out;
  padding: 50px 0px 25px; }
  @media (max-width: 991px) {
    header {
      padding: 30px 0px 15px; } }
  header .logo {
    position: relative;
    text-align: center;
    z-index: 11; }
    header .logo a {
      display: block; }
    header .logo img {
      width: 300px; }
      @media (max-width: 1199px) {
        header .logo img {
          width: 250px; } }
      @media (max-width: 991px) {
        header .logo img {
          width: 200px; } }
      @media (max-width: 767px) {
        header .logo img {
          width: 180px; } }

/* Social links */
.social-links {
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .social-links {
      margin-bottom: 30px; } }
  .social-links a {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    transition: 300ms all linear; }
    @media (max-width: 991px) {
      .social-links a {
        margin-left: 5px;
        margin-right: 5px; } }
    .social-links a:first-of-type {
      margin-left: 0px; }
    .social-links a:last-of-type {
      margin-right: 0px; }
    .social-links a img {
      width: 40px; }
      @media (max-width: 1199px) {
        .social-links a img {
          width: 30px; } }
      @media (max-width: 991px) {
        .social-links a img {
          width: 25px; } }
      @media (max-width: 767px) {
        .social-links a img {
          width: 25px; } }

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

/* Footer */
footer {
  padding-top: 0px;
  padding-bottom: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    footer {
      padding-top: 60px;
      padding-bottom: 30px; } }
  footer .social-links {
    margin-top: 30px;
    margin-bottom: 20px; }
  footer .logo {
    margin-bottom: 40px; }
    footer .logo img {
      width: 300px; }
      @media (max-width: 1199px) {
        footer .logo img {
          width: 250px; } }
      @media (max-width: 991px) {
        footer .logo img {
          width: 200px; } }
      @media (max-width: 767px) {
        footer .logo img {
          width: 180px; } }
  footer .textContainer.social {
    font-size: 26px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      footer .textContainer.social {
        font-size: 22px;
        margin-bottom: 25px; } }
  footer .textContainer.services {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      footer .textContainer.services {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 25px; } }
    @media (max-width: 374px) {
      footer .textContainer.services {
        font-size: 16px;
        line-height: 24px; } }
  footer .textContainer.tandcs {
    font-size: 14px;
    line-height: 20px;
    color: #009fe3;
    margin-top: 30px; }
    @media (max-width: 767px) {
      footer .textContainer.tandcs {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0px; } }
  footer .line {
    width: 460px;
    height: 4px;
    background: #009fe3;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      footer .line {
        width: 100%;
        height: 4px; } }
  footer .copyright-text {
    font-size: 12px; }
    @media (max-width: 767px) {
      footer .copyright-text {
        margin-bottom: 15px; } }
    footer .copyright-text a {
      color: #ffffff;
      text-decoration: underline; }
      footer .copyright-text a:hover, footer .copyright-text a:focus {
        color: #ffffff; }

/* 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: BASIC text */
section.basic-text {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    section.basic-text {
      margin-bottom: 30px; } }

/* SECTION: PEOPLE */
section.people {
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    section.people {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    section.people .personContainer {
      text-align: center !important;
      padding: 0 !important; } }
  section.people .personContainer.left {
    text-align: right;
    padding-right: 40px; }
    @media (max-width: 991px) {
      section.people .personContainer.left {
        margin-bottom: 50px; } }
  section.people .personContainer.right {
    padding-left: 40px; }
    section.people .personContainer.right .textContainer {
      position: relative; }
      section.people .personContainer.right .textContainer:before {
        content: '';
        height: 100%;
        left: -55px;
        width: 3px;
        background: #009fe3;
        position: absolute;
        border-radius: 3px; }
        @media (max-width: 991px) {
          section.people .personContainer.right .textContainer:before {
            display: none; } }
  section.people .personContainer .imageContainer {
    margin-bottom: 25px; }
    section.people .personContainer .imageContainer img {
      width: 150px; }
      @media (max-width: 767px) {
        section.people .personContainer .imageContainer img {
          width: 125px; } }
      @media (max-width: 374px) {
        section.people .personContainer .imageContainer img {
          width: 110px; } }
  section.people .personContainer .name {
    font-size: 20px; }
    @media (max-width: 767px) {
      section.people .personContainer .name {
        font-size: 16px; } }
    @media (max-width: 374px) {
      section.people .personContainer .name {
        font-size: 14px; } }
    section.people .personContainer .name span {
      font-size: 14px; }
      @media (max-width: 767px) {
        section.people .personContainer .name span {
          font-size: 12px; } }
      @media (max-width: 374px) {
        section.people .personContainer .name span {
          font-size: 11px; } }
  section.people .personContainer .tel {
    color: #009fe3; }
    section.people .personContainer .tel a {
      border-bottom: 2px solid transparent; }
      section.people .personContainer .tel a:hover {
        border-bottom: 2px solid #009fe3; }
  section.people .personContainer .email {
    font-size: 20px; }
    @media (max-width: 767px) {
      section.people .personContainer .email {
        font-size: 16px; } }
    @media (max-width: 374px) {
      section.people .personContainer .email {
        font-size: 14px; } }
    section.people .personContainer .email a {
      border-bottom: 2px solid #ffffff;
      padding-bottom: 2px; }
      section.people .personContainer .email a:hover {
        border-bottom: 2px solid #009fe3; }

/* SECTION: SERVICES ICONS */
section.services-icons {
  margin-bottom: 50px; }
  section.services-icons .iconContainer {
    border: 3px solid #009fe3;
    border-radius: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      section.services-icons .iconContainer {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px; } }
    @media (max-width: 374px) {
      section.services-icons .iconContainer {
        margin-bottom: 15px; } }
    section.services-icons .iconContainer .imageContainer {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        section.services-icons .iconContainer .imageContainer {
          margin-bottom: 20px; } }
      section.services-icons .iconContainer .imageContainer img {
        width: 100px; }
        @media (max-width: 767px) {
          section.services-icons .iconContainer .imageContainer img {
            width: 100px; } }
    section.services-icons .iconContainer .textContainer {
      font-weight: bold;
      line-height: 1em; }

.white-popup {
  position: relative;
  background: #152f4e;
  padding: 30px 70px;
  width: auto;
  max-width: 950px;
  margin: 20px auto;
  border: 7px solid #009fe3;
  border-radius: 35px;
  text-align: center; }
  @media (max-width: 767px) {
    .white-popup {
      padding: 25px 30px; } }
  @media (max-width: 374px) {
    .white-popup {
      padding: 20px 15px; } }
  .white-popup .imageContainer {
    margin-bottom: 20px; }
    .white-popup .imageContainer img {
      width: 100px; }
      @media (max-width: 767px) {
        .white-popup .imageContainer img {
          width: 100px; } }
  .white-popup .titleContainer {
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .white-popup .titleContainer {
        margin-bottom: 30px; } }
  .white-popup .textContainer strong {
    color: #ffffff; }
  .white-popup .textContainer a {
    font-weight: bold; }

.mfp-bg {
  background: #152f4e; }

body .mfp-close-btn-in .mfp-close {
  color: transparent;
  width: 40px;
  height: 39px;
  line-height: 39px;
  margin: 15px;
  background-image: url(../images/cross.png);
  background-size: contain;
  opacity: 1; }
  @media (max-width: 767px) {
    body .mfp-close-btn-in .mfp-close {
      width: 35px;
      height: 34px;
      line-height: 34px;
      background-size: contain; } }

body .mfp-fade.mfp-bg {
  transition: all 0.15s ease-out; }

body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

/* SECTION: HERO */
section.hero {
  position: relative; }
  section.hero.basic {
    min-height: 600px;
    overflow: hidden; }
    @media (max-width: 767px) {
      section.hero.basic {
        min-height: 480px; } }
  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;
      font-family: 'object-fit: cover; object-position: center center;'; }
  section.hero .hero--content {
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 60px; }
    @media (max-width: 767px) {
      section.hero .hero--content {
        padding: 15px 30px; } }
    section.hero .hero--content h1 {
      margin-bottom: .5rem; }
    section.hero .hero--content p:last-of-type {
      margin-bottom: 0px; }
  section.hero .hero--down-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    section.hero .hero--down-arrow a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      width: 100%;
      height: 100%;
      font-size: 16px;
      border: 1px solid #ffffff;
      color: #ffffff;
      transition-duration: 300ms;
      transition-timing-function: ease-out; }
      section.hero .hero--down-arrow a:hover {
        background-color: #ffffff;
        color: #888888; }

/* 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: 991px) {
      .content-and-image .content-and-image__image {
        height: 480px; } }
    @media (max-width: 767px) {
      .content-and-image .content-and-image__image {
        height: 320px; } }
    @media (max-width: 374px) {
      .content-and-image .content-and-image__image {
        height: 240px; } }
  .content-and-image .content-and-image__text {
    max-width: 600px;
    padding: 60px; }
    .content-and-image .content-and-image__text p:last-of-type {
      margin-bottom: 0px; }
    @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__link {
    margin-top: 30px; }

/* 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;
    font-family: 'object-fit: cover; 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 .form__title {
  text-align: center; }

section.form .form__intro {
  text-align: center;
  margin-bottom: 30px; }

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