@charset "UTF-8";
@font-face {
  font-family: 'dax';
  src: url(../assets/dax.woff);
  font-weight: normal;
  font-style: normal; }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region breakpoints for use in js */
body:before {
  content: "xs";
  display: none;
  /* Prevent from displaying. */ }

@media (min-width: 576px) {
  body:before {
    content: "sm"; } }

@media (min-width: 768px) {
  body:before {
    content: "md"; } }

@media (min-width: 992px) {
  body:before {
    content: "lg"; } }

@media (min-width: 1250px) {
  body:before {
    content: "xl"; } }

/* #endregion breakpoints */
/* @group reset */
body {
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "IBM Plex Sans", sans-serif;
  color: #959595;
  font-size: 15px;
  line-height: 23px;
  font-weight: 100;
  position: relative;
  transition: 1s ease;
  background: #000000; }

body,
html {
  overflow-x: hidden; }

p, ol, ul, h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0; }

dl, dt, dd {
  margin: 0; }

h1, h2, h3, h4, b, strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal; }

h1, h2, h3, h4 {
  font-family: "dax", sans-serif; }

h1 {
  font-size: 34px;
  line-height: 40px; }

h2, h1 {
  color: #ffffff; }

h2 {
  font-size: 20px;
  line-height: 26px; }

a {
  color: #32DFD7;
  display: inline-block;
  text-decoration: none; }

a:focus {
  color: inherit !important; }

i {
  font-style: normal; }

.collapse.in {
  display: block !important; }

.open > a {
  text-decoration: none; }

.home strong {
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: #959595;
          text-decoration-color: #959595; }

@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 24px; }
  h2 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff; }
  h1 {
    font-size: 40px;
    line-height: 50px; } }

@media (min-width: 992px) {
  body {
    font-size: 20px;
    line-height: 28px; }
  h2 {
    font-size: 26px;
    line-height: 34px; }
  h1 {
    font-size: 55px;
    line-height: 65px; } }

/* @end */
/* @group bootstrap overrides */
body.modal-open {
  padding-right: 0 !important; }

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

@media (min-width: 768px) {
  .container {
    width: 676px;
    padding-left: 7.5px;
    padding-right: 7.5px; } }

@media (min-width: 992px) {
  .container {
    width: 930px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 930px; } }

@media (min-width: 1250px) {
  .container {
    width: 1220px;
    max-width: 1220px; }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px; } }

/* @end */
/* @group lists */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block; }

/* @end */
/* Helper Classes */
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.position-relative {
  position: relative; }

.float-right {
  float: right; }

.float-left {
  float: left; }

@media (min-width: 768px) {
  .pull-right-sm {
    float: right; }
  .pull-left-sm {
    float: left; } }

/* @end */
/* @group Backgrounds */
.bg-transparent {
  background: transparent; }

/* @end */
/* @group Buttons */
.slide-hover,
.navbar-nav li a {
  position: relative;
  overflow: hidden; }

.slide-hover:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 0;
  bottom: 0px;
  background: #ed174f;
  height: 2px;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-out; }

.slide-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 100%;
  bottom: 0px;
  background: #ffffff;
  height: 2px;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-out; }

.navbar-nav li a:before {
  background-color: transparent; }

a.slide-hover,
.navbar-nav li a {
  padding-bottom: 2px;
  transition: 0.7s; }

a.slide-hover:hover,
.navbar-nav li a:hover,
a.slide-hover:focus,
ul.navbar-nav li a:focus {
  color: #ed174f !important;
  transition: 0.7s;
  text-decoration: none; }

.navbar-nav li a.active:before {
  background-color: #ed174f; }

.navbar-nav li a:hover {
  margin-left: 0px; }

.slide-hover:hover:after,
.slide-hover:focus:after,
.slide-hover:active:after,
.navbar-nav li a:hover:after,
.navbar-nav li a:focus:after,
.navbar-nav li a:active:after {
  left: 0;
  right: auto;
  width: 100%;
  text-decoration: none; }

.label {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 2px solid black;
  display: inline-block;
  font-weight: 500;
  color: #000000; }
  @media (min-width: 1250px) {
    .label {
      font-size: 20px;
      line-height: 28px; } }

.scroll-button {
  cursor: pointer; }

.img-responsive {
  width: 100% !important; }

button.btn-primary,
.btn-primary {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 20px 12px 20px;
  border-radius: 3px;
  border-radius: 50px;
  min-height: 50px;
  color: #1D1C1B;
  background-color: #32DFD7;
  display: inline-block;
  transition: 0.3s ease-in-out;
  font-weight: 500; }
  button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active,
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background-color: #1af7ed !important;
    color: white !important;
    text-decoration: none;
    border: none;
    box-shadow: none !important; }
  @media (min-width: 768px) {
    button.btn-primary,
    .btn-primary {
      padding: 18px 30px;
      font-size: 18px; } }

.btn-primary,
.btn-arrow {
  font-weight: 500; }
  .btn-primary img,
  .btn-arrow img {
    margin-left: 10px;
    width: 14px !important;
    height: 14px !important;
    top: -1px;
    position: relative; }
    @media (min-width: 768px) {
      .btn-primary img,
      .btn-arrow img {
        margin-left: 15px;
        top: -1px; } }
  @media (min-width: 768px) {
    .btn-primary,
    .btn-arrow {
      font-size: 18px; } }

.btn-arrow:hover,
.btn-arrow:focus,
.btn-arrow:active {
  color: #32DFD7 !important; }

a:hover {
  text-decoration: none;
  color: #32DFD7; }

/* @end */
/* @group Line Between */
.line-between {
  width: 2px;
  height: 60px;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  background: #ffffff;
  bottom: -30px;
  z-index: 10; }

@media (min-width: 768px) {
  .line-between {
    height: 70px;
    bottom: -35px; } }

@media (min-width: 992px) {
  .line-between {
    height: 80px;
    bottom: -40px; } }

@media (min-width: 1250px) {
  .line-between {
    height: 100px;
    bottom: -50px; } }

/* @end  */
/* @group Colors */
.dark {
  color: #ffffff; }

.color-white {
  color: white; }

/* @end */
/* Page Container */
#page-wrap {
  margin-top: 70px; }

@media (min-width: 768px) {
  #page-wrap {
    margin-top: 80px; } }

@media (min-width: 992px) {
  #page-wrap {
    margin-top: 120px; } }

/* @end */
/* @group Inputs */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input:-webkit-autofill {
  box-shadow: 0 0 0 100px #ffffff inset;
  -webkit-text-fill-color: transparent; }

/* @end */
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  visibility: hidden;
  transition: all 500ms ease 0s;
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  transition: all 2500ms ease 0s;
  visibility: visible;
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

/* @group Backgrounds */
.bg-one {
  background-color: #000000; }

.bg-two {
  background-color: #FAE100; }

.bg-three {
  background-color: #9013FE; }

.bg-four {
  background-color: #32DFD7; }

/* @end */
/* #region clip-paths */
.clip-path-svg {
  position: absolute;
  width: 0;
  height: 0; }

img.clip-path-curve-left {
  -webkit-clip-path: url(#clip-path-curve-left);
          clip-path: url(#clip-path-curve-left); }

img.clip-path-curve-right {
  -webkit-clip-path: url(#clip-path-curve-right);
          clip-path: url(#clip-path-curve-right); }

img.clip-path-curve-both {
  -webkit-clip-path: url(#clip-path-curve-both);
          clip-path: url(#clip-path-curve-both); }

/* #endregion clip-pathss */
html {
  height: 100%; }

body.noscroll {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.site-header {
  background-color: #FAE100;
  background-color: #FAE100;
  position: fixed;
  width: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.2s ease-in-out; }
  .site-header .navigation {
    padding-left: 0px;
    padding-right: 0px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .site-header .menu-img {
    display: none; }
  .site-header .hamburger {
    display: inline-block;
    cursor: pointer; }
    .site-header .hamburger:before {
      height: 30px;
      width: 2px;
      background-color: #c7b300;
      content: " ";
      display: inline-block;
      position: relative;
      margin-right: 17px;
      margin-left: 15px;
      top: 11px; }
    .site-header .hamburger span {
      display: none; }
  .site-header .phone span {
    display: none; }
  .site-header .phone.callback {
    margin-left: 15px; }
  .site-header .text-right {
    text-align: right; }
  .site-header .navigation.main {
    background-color: #FAE100;
    z-index: 10000;
    width: 100%; }
  .site-header .close {
    display: inline-block;
    opacity: 1;
    margin-top: 20px;
    margin-right: 3px;
    cursor: pointer;
    font-size: 15px;
    text-shadow: none; }
    .site-header .close span {
      display: none; }
  .site-header .brand img {
    width: auto;
    position: relative;
    top: -2px; }
  .site-header .menu-panel {
    height: 100%;
    padding-bottom: 30px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0px;
    background: #32DFD7;
    z-index: 1000;
    width: 100%;
    display: none; }
    .site-header .menu-panel .navigation {
      position: relative;
      background-color: transparent;
      z-index: 5000; }
    .site-header .menu-panel .btn-transparent,
    .site-header .menu-panel .btn-primary {
      margin-top: 30px;
      min-width: 130px; }
    .site-header .menu-panel .btn-primary {
      margin-left: 15px; }
    .site-header .menu-panel .dropdown {
      display: inline-block; }
    .site-header .menu-panel .nav-main {
      margin-top: 40px; }
      .site-header .menu-panel .nav-main .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg); }
      .site-header .menu-panel .nav-main .dropdown-toggle::after {
        border: none;
        background: url("/themes/harlands_new/img/icons/chevrondown.svg");
        background-size: contain;
        width: 19px;
        height: 13px;
        top: 5px;
        position: relative; }
      .site-header .menu-panel .nav-main .dropdown-toggle,
      .site-header .menu-panel .nav-main .dropdown {
        display: inline-block;
        width: 100%; }
        .site-header .menu-panel .nav-main .dropdown-toggle .dropdown-menu,
        .site-header .menu-panel .nav-main .dropdown .dropdown-menu {
          width: 100%; }
      .site-header .menu-panel .nav-main li a {
        font-size: 34px;
        line-height: 38px;
        color: #1D1C1B;
        font-family: "dax", sans-serif; }
        .site-header .menu-panel .nav-main li a:hover, .site-header .menu-panel .nav-main li a:focus, .site-header .menu-panel .nav-main li a:active {
          color: white !important; }
      .site-header .menu-panel .nav-main li + li {
        margin-top: 5px; }
      .site-header .menu-panel .nav-main ul {
        margin-top: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative !important;
        border: none;
        background: transparent;
        transform: none !important; }
        .site-header .menu-panel .nav-main ul li a {
          font-size: 20px;
          line-height: 28px; }
        .site-header .menu-panel .nav-main ul li + li {
          margin-top: 10px; }
    .site-header .menu-panel .nav-others {
      list-style: none;
      padding: 0px;
      margin-top: 30px; }
      .site-header .menu-panel .nav-others li a {
        color: #1D1C1B;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500; }
        .site-header .menu-panel .nav-others li a:hover, .site-header .menu-panel .nav-others li a:active, .site-header .menu-panel .nav-others li a:focus {
          color: white !important; }
      .site-header .menu-panel .nav-others li + li {
        margin-top: 10px; }
    .site-header .menu-panel .socials {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-top: 15px;
      border-radius: 16px; }
      .site-header .menu-panel .socials ul {
        list-style: none;
        width: 100%;
        padding-left: 0px; }
      .site-header .menu-panel .socials li {
        display: inline-block; }
        .site-header .menu-panel .socials li + li {
          margin-left: 10px; }
        .site-header .menu-panel .socials li a {
          font-size: 18px;
          line-height: 24px;
          color: #ffffff;
          background: #1D1C1B;
          width: 36px;
          height: 36px;
          border-radius: 100%;
          text-align: center; }
          .site-header .menu-panel .socials li a i {
            position: relative;
            top: 10px; }
          .site-header .menu-panel .socials li a i:first-child {
            top: 9px; }
  @media (min-width: 768px) {
    .site-header .socials {
      margin-top: 40px; }
    .site-header .navigation {
      height: 80px; }
    .site-header .btn-transparent.d-none,
    .site-header .btn-enquire.d-none {
      display: inline-block !important; }
    .site-header .phone.callback {
      margin-left: 20px; }
    .site-header .hamburger:before {
      margin-right: 22px;
      margin-left: 20px; }
    .site-header .btn-enquire,
    .site-header .btn-transparent {
      margin-right: 30px;
      margin-top: -5px;
      min-width: 109px; }
    .site-header .mobile-panel .navigation + .container {
      width: 630px;
      margin-left: auto;
      margin-right: auto; }
    .site-header .mobile-panel .contacts {
      display: inline-block !important; }
      .site-header .mobile-panel .contacts a {
        color: #1D1C1B;
        font-size: 16px;
        line-height: 22px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500;
        margin-left: 18px;
        position: relative;
        top: 6px; }
      .site-header .mobile-panel .contacts .email {
        margin-left: 25px; }
    .site-header .mobile-panel .btn-transparent.d-none,
    .site-header .mobile-panel .btn-enquire.d-none {
      min-width: 109px;
      margin-right: 15px;
      margin-top: -5px;
      margin-left: 0px; }
    .site-header .mobile-panel .btn-enquire.d-none {
      margin-right: 30px; } }
  @media (min-width: 992px) {
    .site-header .navigation {
      height: 120px; }
    .site-header .brand img {
      height: 90px; }
    .site-header .nav-others {
      margin-top: 50px; }
      .site-header .nav-others li a {
        font-size: 20px;
        line-height: 28px; }
    .site-header .hamburger span,
    .site-header .phone span {
      display: inline-block;
      color: #1D1C1B;
      font-weight: 500; }
    .site-header .menu-panel .socials li a {
      width: 48px;
      height: 48px; }
      .site-header .menu-panel .socials li a i:first-child {
        top: 12px;
        font-size: 25px; }
    .site-header .hamburger img {
      margin-left: 7.5px; }
    .site-header .hamburger:before {
      top: 18px;
      height: 50px; }
    .site-header .phone {
      border: 1px solid #c7b300;
      padding: 15px 24px;
      border-radius: 100px;
      font-size: 18px; }
      .site-header .phone img {
        margin-left: 13px;
        position: relative;
        top: -1px; }
    .site-header .menu-panel .socials {
      margin-top: 85px;
      padding-bottom: 60px; }
      .site-header .menu-panel .socials a {
        width: 48px;
        height: 48px; }
        .site-header .menu-panel .socials a i:first-child {
          font-size: 22px;
          top: 13px; }
    .site-header .menu-panel .nav-main {
      margin-top: 120px; }
      .site-header .menu-panel .nav-main ul li a {
        font-size: 26px;
        line-height: 34px; }
      .site-header .menu-panel .nav-main ul li + li {
        margin-top: 15px; }
      .site-header .menu-panel .nav-main li a {
        font-size: 36px;
        line-height: 44px; }
    .site-header .menu-panel .menu-img {
      width: 50%;
      position: fixed;
      top: 0px;
      right: 0px;
      display: inline-block;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .site-header .menu-panel .close {
      font-size: 18px;
      line-height: 24px;
      color: white;
      margin-top: 32px;
      text-shadow: none;
      right: 20px;
      position: absolute; }
      .site-header .menu-panel .close span {
        display: inline-block; }
      .site-header .menu-panel .close img {
        margin-left: 10px; } }

.site-header.navdown,
.site-header.navup {
  transition: 0.2s ease-in-out; }

.site-header.navdown {
  top: 0px; }

.site-header.navup {
  top: -150px;
  transition: top 0.5s ease-in-out; }

footer {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #121212; }
  footer .brand img {
    width: 96px;
    margin-bottom: 10px; }
  footer .copyright {
    font-size: 13px;
    line-height: 20px;
    margin-top: 70px;
    font-weight: 500; }
  footer .socials {
    margin-top: 30px; }
    footer .socials ul {
      list-style: none;
      padding-left: 0px; }
      footer .socials ul li {
        display: inline-block; }
        footer .socials ul li + li {
          margin-left: 10px; }
      footer .socials ul a {
        color: white;
        background-color: #1D1C1B;
        width: 36px;
        height: 36px;
        text-align: center;
        padding-top: 10px;
        border-radius: 100%; }
        footer .socials ul a:hover {
          color: #32DFD7; }
  footer .sub-menu {
    margin-top: 30px; }
    footer .sub-menu h3 {
      font-size: 10px;
      line-height: 13px;
      letter-spacing: 1.25px;
      font-weight: bold;
      font-family: "IBM Plex Sans", sans-serif;
      color: #FAE100;
      text-transform: uppercase; }
    footer .sub-menu ul {
      list-style: none;
      padding-left: 0px;
      margin-top: 20px; }
      footer .sub-menu ul li {
        font-size: 13px;
        line-height: 20px; }
        footer .sub-menu ul li + li {
          margin-top: 15px; }
        footer .sub-menu ul li a {
          color: white;
          font-weight: 500; }
          footer .sub-menu ul li a:hover {
            color: #32DFD7; }
  @media (min-width: 768px) {
    footer {
      padding-top: 40px; }
      footer .brand img {
        margin-bottom: 0px; }
      footer .copyright {
        font-size: 14px;
        line-height: 22px;
        margin-top: 100px; }
      footer .col-md-6:nth-child(3) .sub-menu ul li,
      footer .col-md-6:nth-child(4) .sub-menu ul li {
        width: 50%;
        float: left;
        display: inline-block; }
        footer .col-md-6:nth-child(3) .sub-menu ul li:nth-child(2),
        footer .col-md-6:nth-child(4) .sub-menu ul li:nth-child(2) {
          margin-top: 0px; }
      footer .sub-menu {
        margin-top: 50px; }
        footer .sub-menu h3 {
          font-size: 11px;
          line-height: 14px;
          letter-spacing: 1.5px; }
        footer .sub-menu ul li {
          font-size: 14px;
          line-height: 22px; } }
  @media (min-width: 992px) {
    footer {
      padding-top: 70px; }
      footer .brand img {
        width: 116px; }
      footer .sub-menu {
        margin-top: 0px; }
      footer .copyright {
        margin-top: 110px;
        max-width: 680px; }
      footer .col-md-6:nth-child(3) .sub-menu ul li,
      footer .col-md-6:nth-child(4) .sub-menu ul li {
        width: 100%;
        float: none;
        display: block; }
        footer .col-md-6:nth-child(3) .sub-menu ul li:nth-child(2),
        footer .col-md-6:nth-child(4) .sub-menu ul li:nth-child(2) {
          margin-top: 15px; } }
  @media (min-width: 1250px) {
    footer {
      padding-top: 100px;
      padding-bottom: 55px; }
      footer .copyright {
        margin-top: 170px;
        max-width: 50%;
        display: inline-block; }
      footer .socials {
        width: 49%;
        display: inline-block;
        text-align: right;
        margin-top: 180px;
        position: relative;
        top: -25px; }
        footer .socials ul li a {
          height: 48px;
          width: 48px;
          padding-top: 15px; }
      footer .brand img {
        width: 175px; }
      footer .sub-menu h3 {
        font-size: 12px;
        line-height: 15px; }
      footer .sub-menu ul li {
        font-size: 16px;
        line-height: 24px; } }

/* @group Glide */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__slide {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide--rtl {
  direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }

.glide__arrow:focus {
  outline: none; }

.glide__arrow:hover {
  border-color: white; }

.glide__arrow--left {
  left: 2em; }

.glide__arrow--right {
  right: 2em; }

.glide__arrow--disabled {
  opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }

.glide__bullet:focus {
  outline: none; }

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5); }

.glide__bullet--active {
  background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

/* @end */
.clip-path-svg {
  position: absolute;
  width: 0;
  height: 0; }

.clip-path-curve-left {
  -webkit-clip-path: url(#clip-path-curve-left);
          clip-path: url(#clip-path-curve-left); }

.clip-path-curve-right {
  -webkit-clip-path: url(#clip-path-curve-right);
          clip-path: url(#clip-path-curve-right); }

.clip-path-curve-both {
  -webkit-clip-path: url(#clip-path-curve-both);
          clip-path: url(#clip-path-curve-both); }

.form-group {
  margin-bottom: 15px; }

.error input,
.error select {
  border: 1px solid red !important; }

input::-webkit-autofill {
  background-color: #e7eaee; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #909090;
  -webkit-box-shadow: 0 0 0px 1000px #F8F8F8 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

input.form-control,
select.form-control,
textarea.form-control {
  border-radius: 5px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px !important;
  outline: none !important;
  background-color: #F8F8F8;
  color: #909090;
  font-weight: 500;
  -webkit-appearance: none;
  font-size: 16px; }
  input.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #909090;
    font-weight: 500; }
  input.form-control::-moz-placeholder, select.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
    color: #909090;
    font-weight: 500; }
  input.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #909090;
    font-weight: 500; }
  input.form-control::-ms-input-placeholder, select.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
    color: #909090;
    font-weight: 500; }
  input.form-control::placeholder,
  select.form-control::placeholder,
  textarea.form-control::placeholder {
    color: #909090;
    font-weight: 500; }

.paging {
  margin-top: 30px;
  text-align: center; }
  .paging .pagination {
    display: inline-block;
    width: 100%; }
  .paging .chevron span a,
  .paging span.disabled {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border: 2px solid #413D3B;
    border-radius: 100px;
    padding-top: 16px;
    cursor: pointer; }
    .paging .chevron span a i,
    .paging span.disabled i {
      top: 2px;
      font-size: 10px;
      position: relative; }
    .paging .chevron span a:first-child,
    .paging span.disabled:first-child {
      padding-right: 3px; }
    .paging .chevron span a:last-child,
    .paging span.disabled:last-child {
      padding-left: 3px;
      margin-left: 10px; }
    .paging .chevron span a:hover,
    .paging span.disabled:hover {
      border: 2px solid #32DFD7;
      transition: 0.2s; }
  .paging .numbers {
    margin-left: 10px; }
  .paging .number {
    font-family: "dax", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    width: 25px;
    display: inline-block;
    position: relative;
    top: 4px; }
  @media (min-width: 768px) {
    .paging {
      margin-top: 50px; }
      .paging .numbers {
        margin-left: 20px;
        margin-right: 10px; }
        .paging .numbers .number {
          font-size: 22px;
          line-height: 28px;
          width: 40px; } }
  @media (min-width: 992px) {
    .paging {
      margin-top: 50px; }
      .paging .numbers {
        margin-left: 20px;
        margin-right: 10px; }
        .paging .numbers .number {
          font-size: 22px;
          line-height: 28px;
          width: 40px; } }
  @media (min-width: 1250px) {
    .paging {
      margin-top: 80px; }
      .paging .numbers .number {
        font-size: 26px;
        line-height: 34px; }
      .paging .chevron span a,
      .paging span.disabled {
        width: 60px;
        height: 60px;
        padding-top: 20px;
        padding-right: 5px; }
        .paging .chevron span a i,
        .paging span.disabled i {
          font-size: 14px; } }

.error400 {
  padding-top: 45px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden; }
  .error400 img.multiple-circle {
    position: absolute;
    top: 0px; }

.error400 h1 {
  margin-top: 10px; }

.error400 p,
.error400 .btn-primary {
  margin-top: 20px;
  border: 0px; }

.error400 img {
  margin-top: 30px; }

.error400 .btn-primary + .btn-primary {
  margin-lefT: 10px; }

@media (min-width: 768px) {
  .error400 {
    padding-top: 50px;
    padding-bottom: 60px; }
  .error400 h1 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .error400 {
    padding-top: 70px;
    padding-bottom: 80px; }
  .error400 .btn-primary {
    margin-top: 30px; }
  .error400 h1 {
    max-width: 600px; } }

@media (min-width: 1200px) {
  .error400 {
    padding-bottom: 100px; }
  .error400 h1 {
    margin-top: 20px; }
  .error400 p {
    margin-top: 30px; }
  .error400 img {
    margin-top: 40px; } }

.accreditations {
  text-align: center; }
  .accreditations p {
    margin-top: 15px; }
  .accreditations .col-xl-6 + .col-xl-6 {
    margin-top: 25px; }
    .accreditations .col-xl-6 + .col-xl-6 img {
      width: auto;
      margin-bottom: 20px; }
      .accreditations .col-xl-6 + .col-xl-6 img:nth-child(2) {
        margin-left: 30px;
        margin-right: 30px; }
  @media (min-width: 768px) {
    .accreditations .col-xl-6 + .col-xl-6 {
      margin-top: 40px; }
      .accreditations .col-xl-6 + .col-xl-6 img {
        margin-bottom: 0px; } }
  @media (min-width: 1250px) {
    .accreditations {
      text-align: left; }
      .accreditations p {
        font-size: 20px;
        line-height: 28px; }
      .accreditations .col-xl-6 + .col-xl-6 {
        margin-top: 0px; }
        .accreditations .col-xl-6 + .col-xl-6 img:nth-child(2) {
          margin-left: 92px;
          margin-right: 115px; } }

.article-main {
  padding-bottom: 50px;
  background-color: white; }
  .article-main .img-responsive {
    margin-top: -40px; }
  .article-main .from-wysiwyg {
    margin-top: 30px; }
    .article-main .from-wysiwyg h2,
    .article-main .from-wysiwyg h3,
    .article-main .from-wysiwyg blockquote,
    .article-main .from-wysiwyg strong {
      color: #1D1C1B; }
    .article-main .from-wysiwyg strong {
      font-weight: 500; }
    .article-main .from-wysiwyg p,
    .article-main .from-wysiwyg ul,
    .article-main .from-wysiwyg cite {
      color: #909090; }
  @media (min-width: 768px) {
    .article-main {
      padding-bottom: 60px; }
      .article-main .from-wysiwyg {
        margin-top: 50px; }
      .article-main .img-responsive {
        margin-top: -60px; } }
  @media (min-width: 992px) {
    .article-main {
      padding-bottom: 110px; }
      .article-main .from-wysiwyg {
        margin-top: 60px; }
      .article-main .img-responsive {
        margin-top: -50px; } }
  @media (min-width: 1250px) {
    .article-main {
      padding-bottom: 150px; }
      .article-main .img-responsive {
        margin-top: -80px; } }

.article-header {
  padding-top: 65px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .article-header .multiple-circle {
    position: absolute;
    left: -143px;
    bottom: -290px;
    width: 254%; }
  .article-header span {
    font-family: "IBM Plex Sans", sans-serif; }
  .article-header .date {
    display: block;
    margin-top: 30px; }
  @media (min-width: 768px) {
    .article-header {
      padding-top: 100px;
      padding-bottom: 110px; }
      .article-header .multiple-circle {
        left: -115px;
        bottom: -290px;
        width: 135%; } }
  @media (min-width: 992px) {
    .article-header .multiple-circle {
      left: 107px;
      bottom: -387px;
      width: 88%; }
    .article-header h1 {
      font-size: 46px;
      line-height: 48px; } }
  @media (min-width: 1250px) {
    .article-header {
      padding-top: 140px;
      padding-bottom: 180px; }
      .article-header .multiple-circle {
        left: 254px; }
      .article-header .date {
        display: inline-block; }
      .article-header h1 {
        font-size: 60px;
        line-height: 62px; } }

.related-article.blog.index {
  padding-top: 0px;
  padding-bottom: 60px; }

.related-article.blog.index .row + .row {
  margin-top: 60px; }

.col-md-5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  float: right; }

@media (min-width: 768px) {
  .related-article.blog.index {
    padding-bottom: 100px; }
  .related-article.blog.index .row + .row {
    margin-top: 70px; } }

@media (min-width: 992px) {
  .related-article.blog.index {
    padding-bottom: 120px; }
  .related-article.blog.index .row + .row {
    margin-top: 80px; } }

@media (min-width: 1250px) {
  .related-article.blog.index {
    padding-bottom: 150px; }
  .related-article.blog.index .row + .row {
    margin-top: 100px; } }

.related-article {
  padding-top: 30px;
  padding-bottom: 60px; }

.related-article p,
.related-article .btn-primary {
  margin-top: 20px; }

.related-article h2 {
  margin-top: 10px; }

@media (max-width: 767px) {
  .related-article h2 {
    font-size: 18px;
    line-height: 28px; } }

@media (min-width: 768px) {
  .related-article {
    padding-top: 50px;
    padding-bottom: 100px; }
  .related-article p {
    margin-top: 20px; } }

@media (min-width: 992px) {
  .related-article {
    padding-top: 65px;
    padding-bottom: 130px; }
  .related-article .btn-primary {
    margin-top: 30px; } }

@media (min-width: 992px) {
  .related-article {
    padding-top: 75px;
    padding-bottom: 150px; }
  .related-article h2 {
    margin-top: 35px; }
  .related-article p {
    margin-top: 25px; } }

.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: -75px;
  margin-top: 71px; }
  .breadcrumbs .crumbs {
    display: none;
    font-weight: 500; }
  .breadcrumbs a,
  .breadcrumbs span {
    color: white;
    font-weight: 500; }
    .breadcrumbs a img,
    .breadcrumbs span img {
      transform: rotate(180deg);
      margin-right: 10px; }
  @media (min-width: 768px) {
    .breadcrumbs {
      font-size: 16px;
      line-height: 24px;
      margin-top: 84px; }
      .breadcrumbs .crumbs {
        display: inline-block; }
      .breadcrumbs span {
        display: none; }
      .breadcrumbs a:after {
        background-image: url("/themes/harlands_new/img/icons/chevron.svg");
        width: 12px;
        height: 12px;
        display: inline-block;
        background-size: contain;
        content: " ";
        background-repeat: no-repeat;
        margin-left: 12px;
        position: relative;
        margin-right: 10px;
        top: 1px; } }
  @media (min-width: 992px) {
    .breadcrumbs {
      position: absolute;
      width: 100%;
      z-index: 1;
      padding-top: 30px;
      top: 34px; } }
  @media (min-width: 1250px) {
    .breadcrumbs {
      padding-top: 35px; } }

.blog .breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 1; }

.simple-carousel {
  padding-top: 15px;
  padding-bottom: 15px; }
  .simple-carousel .glide {
    box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0px; }
    .simple-carousel .glide img {
      border-radius: 0px; }
  .simple-carousel .glide__slide {
    height: auto; }
    .simple-carousel .glide__slide img {
      width: 100%; }
  @media (min-width: 768px) {
    .simple-carousel {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 992px) {
    .simple-carousel {
      padding-top: 40px;
      padding-bottom: 40px; } }

.enquiry-form.contact {
  padding-top: 30px;
  padding-bottom: 40px; }
  .enquiry-form.contact form {
    width: 100%; }
  .enquiry-form.contact button {
    margin-top: 10px; }
  .enquiry-form.contact h2 {
    margin-top: 15px; }
  .enquiry-form.contact p {
    margin-top: 20px; }

@media (min-width: 768px) {
  .enquiry-form.contact form {
    margin-top: 50px; }
  .enquiry-form.contact {
    padding-top: 60px;
    padding-bottom: 50px; }
  .enquiry-form.contact textarea.form-control {
    height: 236px !important;
    border-radius: 26px; }
  .col-md-6 {
    float: left; } }

@media (min-width: 992px) {
  .enquiry-form.contact {
    padding-top: 100px;
    padding-bottom: 120px; }
    .enquiry-form.contact p {
      margin-top: 30px; }
  .enquiry-form.contact form {
    margin-top: 70px; }
  .enquiry-form.contact.application {
    padding-top: 74px;
    padding-bottom: 90px; }
  .enquiry-form.contact textarea.form-control {
    height: 246px !important;
    border-radius: 26px; }
  .enquiry-form.contact form {
    margin-top: 40px; } }

.content-card {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer; }
  .content-card .featured-img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .content-card a.btn-arrow:hover {
    color: black !important; }
  @media (min-width: 768px) {
    .content-card {
      font-size: 12px;
      line-height: 14px; }
      .content-card .featured-img {
        height: 235px; } }
  @media (min-width: 992px) {
    .content-card .featured-img {
      height: 217px; } }
  @media (min-width: 1250px) {
    .content-card .featured-img {
      height: 285px; } }
  .content-card .label {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.25px;
    font-weight: 500;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 3px; }
    .content-card .label.sector, .content-card .label.guide {
      border: 2px solid #FAE100; }
    .content-card .label.article {
      border: 2px solid #9013FE; }
    .content-card .label.podcast {
      border: 2px solid #32DFD7; }
  .content-card .content-wrap {
    position: relative;
    padding: 0px 25px 30px 25px;
    margin-top: -34px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 20px; }
    .content-card .content-wrap:before {
      content: " ";
      height: 44%;
      display: inline-block;
      width: 100%;
      position: absolute;
      bottom: 98%;
      left: 0px;
      z-index: 0;
      background: linear-gradient(189deg, rgba(253, 187, 45, 0) 50%, #1D1C1B 51%); }
    .content-card .content-wrap .icon {
      width: 60px;
      height: 60px;
      position: relative;
      z-index: 1; }
    .content-card .content-wrap a {
      margin-top: 20px; }
    .content-card .content-wrap h3,
    .content-card .content-wrap a {
      color: white; }
    .content-card .content-wrap h3 {
      margin-top: 15px;
      font-size: 26px;
      line-height: 32px;
      min-height: 224px; }
    @media (min-width: 768px) {
      .content-card .content-wrap {
        padding: 10px 30px 35px 30px;
        margin-top: -65px; }
        .content-card .content-wrap h3 {
          font-size: 30px;
          line-height: 36px;
          margin-top: 20px; }
        .content-card .content-wrap a.btn-arrow {
          margin-top: 30px; }
        .content-card .content-wrap:before {
          content: " ";
          height: 40%; } }
    @media (min-width: 1250px) {
      .content-card .content-wrap {
        padding: 0px 40px 40px 40px; }
        .content-card .content-wrap .icon {
          width: 80px;
          height: 80px; }
        .content-card .content-wrap h3 {
          font-size: 36px;
          line-height: 44px; }
        .content-card .content-wrap a.btn-arrow {
          margin-top: 35px; }
        .content-card .content-wrap:before {
          height: 80px;
          top: -80px; } }
  .content-card.bg-two .content-wrap {
    background: #FAE100; }
    .content-card.bg-two .content-wrap h3,
    .content-card.bg-two .content-wrap a {
      color: black; }
  .content-card.bg-three .content-wrap {
    background: #9013FE; }
    .content-card.bg-three .content-wrap h3,
    .content-card.bg-three .content-wrap a {
      color: black; }
  .content-card.bg-four .content-wrap {
    background: #32DFD7; }
    .content-card.bg-four .content-wrap h3,
    .content-card.bg-four .content-wrap a {
      color: black; }
  .content-card.bg-two .content-wrap:before {
    background: #FAE100;
    background: linear-gradient(189deg, rgba(253, 187, 45, 0) 50%, #FAE100 51%); }
  .content-card.bg-two .btn-arrow:hover {
    color: black; }
  .content-card.bg-three .content-wrap:before {
    background: #9013FE;
    background: linear-gradient(189deg, rgba(253, 187, 45, 0) 50%, #9013FE 51%); }
  .content-card.bg-three:hover {
    color: black; }
  .content-card.bg-four .content-wrap:before {
    background: #32DFD7;
    background: linear-gradient(189deg, rgba(253, 187, 45, 0) 50%, #32DFD7 51%); }
  .content-card.bg-four:hover {
    color: black; }

.index .content-card a.btn-arrow:hover,
.index .content-card:hover a.btn-arrow {
  color: #32DFD7 !important; }

.global-cta {
  color: #000000;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center; }
  .global-cta .btn-primary {
    background-color: #000000;
    color: white;
    margin-top: 50px; }
    .global-cta .btn-primary:hover {
      background: white !important;
      color: black !important; }
  .global-cta h2 {
    font-size: 34px;
    line-height: 38px;
    margin-top: 30px;
    color: #000000; }
  @media (min-width: 768px) {
    .global-cta {
      padding-top: 80px;
      padding-bottom: 100px; }
      .global-cta h2 {
        font-size: 46px;
        line-height: 48px; }
      .global-cta .btn-primary {
        margin-top: 40px; } }
  @media (min-width: 1250px) {
    .global-cta {
      padding-top: 140px;
      padding-bottom: 180px; }
      .global-cta h2 {
        font-size: 60px;
        line-height: 62px;
        margin-top: 40px; }
      .global-cta .btn-primary {
        margin-top: 60px; } }

.featured-content .content-card {
  background-color: #1D1C1B;
  color: white; }
  .featured-content .content-card .label {
    margin-top: 0px; }
  .featured-content .content-card h3 {
    font-size: 20px;
    line-height: 26px;
    min-height: 78px; }
  .featured-content .content-card .btn-arrow,
  .featured-content .content-card h3 {
    color: white; }
  .featured-content .content-card .content-wrap {
    margin-top: 0px; }

@media (min-width: 768px) {
  .featured-content .content-card h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    min-height: 112px; } }

@media (min-width: 1250px) {
  .featured-content .content-card h3 {
    font-size: 26px !important;
    line-height: 34px !important;
    min-height: 136px !important; } }

.featured-sectors,
.featured-content {
  padding-top: 40px;
  padding-bottom: 50px; }
  .featured-sectors .container,
  .featured-content .container {
    position: relative; }
  .featured-sectors .glide-sectors,
  .featured-content .glide-sectors {
    margin-top: 40px; }
    .featured-sectors .glide-sectors.featured .content-card .content-wrap:before,
    .featured-content .glide-sectors.featured .content-card .content-wrap:before {
      bottom: 94.5%;
      height: 27%; }
    .featured-sectors .glide-sectors.featured .content-card .content-wrap h3,
    .featured-content .glide-sectors.featured .content-card .content-wrap h3 {
      min-height: 224px; }
    .featured-sectors .glide-sectors .content-card .content-wrap:before,
    .featured-content .glide-sectors .content-card .content-wrap:before {
      bottom: 226px; }
    .featured-sectors .glide-sectors .content-card .content-wrap h3,
    .featured-content .glide-sectors .content-card .content-wrap h3 {
      min-height: 66px; }
  .featured-sectors .controls.arrows,
  .featured-content .controls.arrows {
    display: none; }
  .featured-sectors .slider__bullets,
  .featured-content .slider__bullets {
    position: relative;
    bottom: 0px;
    left: 0px;
    transform: none;
    margin-top: 30px; }
  .featured-sectors .arrows,
  .featured-content .arrows {
    position: absolute;
    top: -15px;
    right: 15px; }
  @media (min-width: 768px) {
    .featured-sectors,
    .featured-content {
      padding-top: 50px;
      padding-bottom: 70px; }
      .featured-sectors .controls.arrows,
      .featured-content .controls.arrows {
        display: inline-block; }
      .featured-sectors .slider__bullets,
      .featured-content .slider__bullets {
        display: none; }
      .featured-sectors .glide-sectors,
      .featured-content .glide-sectors {
        margin-top: 50px; }
        .featured-sectors .glide-sectors.featured .content-card .content-wrap:before,
        .featured-content .glide-sectors.featured .content-card .content-wrap:before {
          bottom: 96.5%; }
        .featured-sectors .glide-sectors.featured .content-card .content-wrap h3,
        .featured-content .glide-sectors.featured .content-card .content-wrap h3 {
          min-height: 112px; }
        .featured-sectors .glide-sectors .content-card .content-wrap h3,
        .featured-content .glide-sectors .content-card .content-wrap h3 {
          min-height: 80px; } }
  @media (min-width: 992px) {
    .featured-sectors,
    .featured-content {
      padding-top: 60px;
      padding-bottom: 80px; } }
  @media (min-width: 1250px) {
    .featured-sectors,
    .featured-content {
      padding-top: 140px;
      padding-bottom: 150px; }
      .featured-sectors .glide-sectors,
      .featured-content .glide-sectors {
        margin-top: 90px; }
        .featured-sectors .glide-sectors.featured .content-card .content-wrap:before,
        .featured-content .glide-sectors.featured .content-card .content-wrap:before {
          bottom: 100% !important;
          height: 32% !important;
          top: auto !important; }
        .featured-sectors .glide-sectors.featured .content-card .content-wrap h3,
        .featured-content .glide-sectors.featured .content-card .content-wrap h3 {
          min-height: 155px !important; }
        .featured-sectors .glide-sectors .content-card h3,
        .featured-content .glide-sectors .content-card h3 {
          min-height: 88px !important; } }

.slider__bullets .glide__bullet {
  background-color: #EAECED;
  width: 10px;
  height: 10px;
  box-shadow: none; }

.slider__bullets .glide__bullet--active {
  background-color: #FAE100 !important;
  border: 0px; }

.arrows .glide-control {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border: 2px solid #413D3B;
  border-radius: 100px;
  padding-top: 16px;
  cursor: pointer; }
  .arrows .glide-control img {
    top: -8px;
    position: relative; }
  .arrows .glide-control:first-child {
    padding-right: 3px; }
  .arrows .glide-control:last-child {
    padding-left: 0px;
    margin-left: 10px; }
  .arrows .glide-control:hover {
    border: 2px solid #32DFD7;
    transition: 0.2s; }

.slider__bullets .glide__bullet {
  width: 6px;
  height: 6px;
  top: 2px;
  position: relative; }

.slider__bullets .glide__bullet--active {
  height: 10px;
  width: 10px;
  top: 0px;
  position: relative; }

.featured-services {
  padding-top: 40px;
  padding-bottom: 40px; }
  .featured-services .container {
    position: relative; }
  .featured-services .slider__bullets {
    position: relative;
    bottom: 0px;
    left: 0px;
    transform: none;
    margin-top: 30px; }
  .featured-services .arrows {
    position: absolute;
    top: -15px;
    right: 15px;
    display: none; }
  .featured-services .glide-services {
    margin-top: 40px; }
  @media (min-width: 768px) {
    .featured-services {
      padding-top: 50px;
      padding-bottom: 60px; }
      .featured-services .glide-services {
        margin-top: 50px; }
      .featured-services .controls:not(arrows) {
        display: none; } }
  @media (min-width: 992px) {
    .featured-services {
      padding-top: 60px;
      padding-bottom: 80px; }
      .featured-services .controls.arrows {
        display: inline-block; }
      .featured-services .glide-services {
        margin-top: 60px; } }
  @media (min-width: 1250px) {
    .featured-services {
      padding-top: 140px;
      padding-bottom: 180px; }
      .featured-services .glide-services {
        margin-top: 92px; } }

.service-card {
  padding: 25px 25px 30px 25px;
  text-align: center;
  background: #1D1C1B;
  border-radius: 10px; }
  .service-card img {
    height: 60px;
    width: 60px; }
  .service-card .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 128px; }
    .service-card .title .title-wrap {
      width: 100%;
      text-align: center; }
  .service-card h3 {
    font-size: 26px;
    line-height: 32px;
    color: white;
    margin-top: 15px; }
  .service-card p {
    font-weight: 500;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    min-height: 242px; }
  .service-card .breaker {
    display: block;
    background-color: #000000;
    height: 1px;
    margin-top: 25px; }
  .service-card a.btn-arrow {
    margin-top: 20px; }
    .service-card a.btn-arrow:hover {
      color: white !important; }
    .service-card a.btn-arrow img {
      width: 14px;
      height: 14px; }
  @media (min-width: 768px) {
    .service-card {
      padding: 40px 30px; }
      .service-card h3 {
        font-size: 30px;
        line-height: 36px;
        margin-top: 20px; }
      .service-card p {
        margin-top: 25px;
        min-height: 200px; }
      .service-card a.btn-arrow,
      .service-card .breaker {
        margin-top: 30px; } }
  @media (min-width: 1250px) {
    .service-card {
      padding: 40px;
      min-height: 454px; }
      .service-card .title {
        min-height: 152px; }
      .service-card img.icon {
        width: 80px;
        height: 80px; }
      .service-card h3 {
        min-height: 0px;
        font-size: 35px;
        line-height: 44px; }
      .service-card p {
        font-size: 16px;
        line-height: 24px; } }

.guide-body {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: white;
  position: relative;
  overflow: hidden; }
  .guide-body .multiple-circle {
    position: absolute;
    bottom: 10px;
    transform: rotate(283deg); }
  .guide-body h2,
  .guide-body h3 {
    color: #1D1C1B; }
  .guide-body h2 {
    font-size: 26px;
    line-height: 32px; }
    .guide-body h2 + .from-wysiwyg {
      margin-top: 30px; }
  .guide-body .guide-box {
    padding: 25px 25px 30px 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.1);
    margin-top: 60px; }
    .guide-body .guide-box ul {
      padding: 0px; }
    .guide-body .guide-box .from-wysiwyg {
      margin-top: 20px; }
    .guide-body .guide-box .btn-primary {
      margin-top: 30px; }
    .guide-body .guide-box .from-wysiwyg li {
      position: relative;
      padding-left: 56px;
      font-size: 14px;
      font-weight: 500; }
      .guide-body .guide-box .from-wysiwyg li + li {
        margin-top: 25px; }
      .guide-body .guide-box .from-wysiwyg li:before {
        background-image: url(/themes/harlands_new/img/checkmarkyellow.svg);
        content: " " !important;
        display: inline-block;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        position: absolute;
        left: 27px; }
  @media (min-width: 768px) {
    .guide-body {
      padding-top: 50px;
      padding-bottom: 70px; }
      .guide-body h2 {
        font-size: 30px;
        line-height: 36px; }
      .guide-body h3 {
        font-size: 16px;
        line-height: 24px; }
      .guide-body .guide-box {
        padding: 40px 80px 50px 80px; }
        .guide-body .guide-box .from-wysiwyg {
          margin-top: 30px; }
        .guide-body .guide-box .btn-primary {
          margin-top: 40px; }
      .guide-body .multiple-circle {
        transform: rotate(260deg);
        width: 50%;
        bottom: 175px;
        right: 68px; } }
  @media (min-width: 992px) {
    .guide-body {
      padding-top: 80px;
      padding-bottom: 120px; }
      .guide-body h2 {
        font-size: 30px;
        line-height: 36px; }
      .guide-body .guide-box {
        margin-top: 0px;
        padding: 40px 40px 50px 40px; }
      .guide-body .multiple-circle {
        transform: rotate(269deg);
        width: 38%;
        bottom: 306px;
        right: 120px; } }
  @media (min-width: 1250px) {
    .guide-body {
      padding-top: 140px;
      padding-bottom: 150px; }
      .guide-body .multiple-circle {
        transform: rotate(269deg);
        width: 38%;
        bottom: 194px;
        right: 93px; }
      .guide-body .guide-box .from-wysiwyg li {
        font-size: 16px;
        line-height: 24px; }
      .guide-body h2 {
        font-size: 35px;
        line-height: 44px; }
        .guide-body h2 + .from-wysiwyg {
          margin-top: 40px; } }

.share {
  margin-top: 30px; }
  .share .title {
    font-weight: 500;
    color: #1D1C1B;
    margin-right: 20px; }
  .share .fa {
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer; }
    .share .fa.fa-facebook {
      color: #3B5998; }
    .share .fa.fa-twitter {
      color: #00ACEE; }
    .share .fa.fa-linkedin {
      color: #0E76A8; }
  @media (min-width: 768px) {
    .share {
      margin-top: 40px; }
      .share .fa {
        font-size: 20px; } }
  @media (min-width: 1250px) {
    .share {
      font-size: 20px; }
      .share .fa {
        font-size: 22px; } }

.icon-columns {
  padding-top: 40px;
  padding-bottom: 50px;
  background: black;
  position: relative;
  overflow: hidden; }
  .icon-columns h2 {
    margin-bottom: 44px; }
  .icon-columns h3 {
    display: inline-block;
    font-size: 34px;
    line-height: 38px;
    font-family: "dax", sans-serif;
    color: #ffffff;
    margin-left: 10px;
    position: relative;
    font-weight: 500;
    top: 10px; }
  .icon-columns img {
    width: 44px;
    height: 44px; }
  .icon-columns .col-md-3 + .col-md-3 {
    margin-top: 30px; }
  .icon-columns p {
    color: #909090;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    font-weight: 500; }
  .icon-columns .circle,
  .icon-columns .multiple-circle {
    width: 200px;
    height: 200px;
    transform: rotate(130deg);
    position: absolute;
    bottom: -100px;
    right: -33px; }
  .icon-columns .multiple-circle {
    display: none; }
  .icon-columns .col-lg-6 + .col-lg-6,
  .icon-columns .col-md-6 + .col-md-6 {
    margin-top: 15px; }
  @media (min-width: 768px) {
    .icon-columns {
      padding-top: 50px;
      padding-bottom: 70px; }
      .icon-columns .circle {
        display: none; }
      .icon-columns .multiple-circle {
        width: 636px;
        height: auto;
        transform: rotate(0deg);
        position: absolute;
        bottom: auto;
        right: 0px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        top: 0px; }
      .icon-columns h3 {
        font-size: 46px;
        line-height: 48px; }
      .icon-columns p {
        margin-top: 18px; } }
  @media (min-width: 992px) {
    .icon-columns {
      padding-top: 150px;
      padding-bottom: 150px; }
      .icon-columns .multiple-circle {
        width: 850px; }
      .icon-columns .col-lg-6 + .col-lg-6 {
        margin-top: 0px; }
      .icon-columns p {
        font-size: 16px;
        line-height: 24px; } }
  @media (min-width: 1250px) {
    .icon-columns h3 {
      font-size: 60px;
      line-height: 62px;
      top: 14px; }
    .icon-columns .icon-box {
      margin-top: -21px; } }
  .icon-columns.title-text-button {
    background-color: white; }
    .icon-columns.title-text-button .container {
      position: relative;
      z-index: 1; }
    .icon-columns.title-text-button h2 {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 0px; }
    .icon-columns.title-text-button p {
      font-weight: 400; }
    .icon-columns.title-text-button h4 {
      font-size: 14px;
      line-height: 22px;
      margin-top: 30px;
      margin-bottom: 30px;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 500; }
    .icon-columns.title-text-button .multiple-circle {
      display: inline-block;
      width: 100%;
      height: 60%;
      transform: rotate(90deg);
      position: absolute;
      bottom: -60px;
      right: 50px; }
    .icon-columns.title-text-button .icon-box {
      padding: 20px;
      box-shadow: 0px 0px 20px #eaeced;
      border-radius: 10px;
      background-color: white; }
      .icon-columns.title-text-button .icon-box p {
        font-weight: 500;
        margin-top: 12px; }
    .icon-columns.title-text-button a.btn-primary {
      margin-top: 40px; }
    .icon-columns.title-text-button h2,
    .icon-columns.title-text-button h4,
    .icon-columns.title-text-button h3 {
      color: #1D1C1B; }
    .icon-columns.title-text-button .from-wysiwyg {
      margin-top: 30px; }
    @media (min-width: 768px) {
      .icon-columns.title-text-button {
        padding-top: 50px;
        padding-bottom: 70px; }
        .icon-columns.title-text-button p {
          font-size: 18px;
          line-height: 24px; }
        .icon-columns.title-text-button h4 {
          margin-top: 50px; }
        .icon-columns.title-text-button .icon-box {
          padding: 25px 30px; }
        .icon-columns.title-text-button a.btn-primary {
          margin-top: 50px; }
        .icon-columns.title-text-button .multiple-circle {
          width: 97%;
          height: 66%;
          transform: rotate(-88deg);
          top: auto;
          bottom: -17px;
          right: 68px; } }
    @media (min-width: 992px) {
      .icon-columns.title-text-button {
        padding-bottom: 80px; }
        .icon-columns.title-text-button h2 {
          font-size: 30px;
          line-height: 32px; }
        .icon-columns.title-text-button a.btn-primary {
          margin-top: 40px; }
        .icon-columns.title-text-button h4 {
          margin-top: 0px; }
        .icon-columns.title-text-button .col-md-6 + .col-md-6 {
          margin-top: 30px; }
        .icon-columns.title-text-button .multiple-circle {
          width: 97%;
          height: 102%;
          transform: rotate(3deg);
          bottom: -41px;
          right: -190px;
          left: auto; }
        .icon-columns.title-text-button .icon-box p {
          font-size: 16px;
          line-height: 24px; }
        .icon-columns.title-text-button p {
          font-size: 20px;
          line-height: 28px; } }
    @media (min-width: 1250px) {
      .icon-columns.title-text-button {
        padding-top: 140px;
        padding-bottom: 180px; }
        .icon-columns.title-text-button h2 {
          font-size: 36px;
          line-height: 44px; }
        .icon-columns.title-text-button .icon-box {
          margin-top: 0px;
          padding: 22px 30px 40px 30px; }
        .icon-columns.title-text-button .from-wysiwyg {
          margin-top: 40px; }
        .icon-columns.title-text-button a.btn-primary {
          margin-top: 50px; }
        .icon-columns.title-text-button .multiple-circle {
          width: 91%;
          height: 85%;
          transform: rotate(-81deg);
          bottom: -68px;
          right: -226px;
          left: auto; } }

.icon-columns-with-buttons {
  padding-top: 40px;
  padding-bottom: 50px; }
  .icon-columns-with-buttons .icon-box {
    padding: 25px 25px 30px 25px;
    background-color: #1D1C1B;
    text-align: center;
    border-radius: 10px; }
    .icon-columns-with-buttons .icon-box img {
      width: 60px;
      height: 60px; }
    .icon-columns-with-buttons .icon-box h2 {
      font-size: 26px;
      line-height: 32px;
      margin-top: 15px; }
    .icon-columns-with-buttons .icon-box p {
      font-size: 13px;
      line-height: 22px;
      font-weight: 500;
      margin-top: 20px; }
    .icon-columns-with-buttons .icon-box a.btn-arrow {
      color: white;
      margin-top: 30px; }
    .icon-columns-with-buttons .icon-box .breaker {
      display: block;
      margin-top: 30px;
      height: 1px;
      background-color: black; }
  .icon-columns-with-buttons .col-md-8 + .col-md-8 {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .icon-columns-with-buttons {
      padding-top: 70px;
      padding-bottom: 70px;
      position: relative; }
      .icon-columns-with-buttons img.multiple-circle {
        position: absolute;
        top: 0px; }
      .icon-columns-with-buttons .col-md-8 + .col-md-8 {
        margin-top: 30px; }
      .icon-columns-with-buttons h2 {
        font-size: 30px;
        line-height: 26px; }
      .icon-columns-with-buttons .icon-box {
        padding: 35px 30px 30px 30px; }
        .icon-columns-with-buttons .icon-box .col-lg-12 {
          text-align: left; }
        .icon-columns-with-buttons .icon-box h2 {
          margin-top: 0px; }
        .icon-columns-with-buttons .icon-box .breaker {
          margin-top: 40px; }
        .icon-columns-with-buttons .icon-box p {
          margin-top: 5px; }
        .icon-columns-with-buttons .icon-box img {
          width: 80px;
          height: 80px; } }
  @media (min-width: 992px) {
    .icon-columns-with-buttons {
      padding-top: 80px;
      padding-bottom: 80px; }
      .icon-columns-with-buttons .col-md-8 + .col-md-8 {
        margin-top: 0px; }
      .icon-columns-with-buttons img.multiple-circle {
        width: 41%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0; }
      .icon-columns-with-buttons .icon-box .col-lg-12 {
        text-align: center; }
      .icon-columns-with-buttons .icon-box h2 {
        margin-top: 25px; }
      .icon-columns-with-buttons .icon-box p {
        margin-top: 20px; } }
  @media (min-width: 1250px) {
    .icon-columns-with-buttons {
      padding-bottom: 100px; }
      .icon-columns-with-buttons h2 {
        font-size: 36px;
        line-height: 44px;
        margin-top: 20px; }
      .icon-columns-with-buttons img.multiple-circle {
        top: 3px;
        width: 75%;
        transform: rotate(0deg); }
      .icon-columns-with-buttons .icon-box {
        padding: 40px; }
        .icon-columns-with-buttons .icon-box p {
          font-size: 16px;
          line-height: 24px; }
      .icon-columns-with-buttons .breaker {
        margin-top: 30px; } }

.img-title-rte-button {
  padding-bottom: 50px; }
  .img-title-rte-button.bg-one .btn-primary {
    background-color: #32DFD7;
    color: black; }
    .img-title-rte-button.bg-one .btn-primary:hover {
      background: #ffffff !important;
      color: black !important; }
  .img-title-rte-button.bg-one .from-wysiwyg ul li:before {
    background-image: url(/themes/harlands_new/img/checkmarkyellow.svg); }
  .img-title-rte-button.bg-two h2,
  .img-title-rte-button.bg-two .label,
  .img-title-rte-button.bg-two .from-wysiwyg, .img-title-rte-button.bg-four h2,
  .img-title-rte-button.bg-four .label,
  .img-title-rte-button.bg-four .from-wysiwyg {
    color: #1D1C1B; }
  .img-title-rte-button.bg-two .label, .img-title-rte-button.bg-four .label {
    border-bottom: 2px solid #1D1C1B; }
  .img-title-rte-button .btn-primary {
    margin-top: 40px;
    background-color: black; }
    .img-title-rte-button .btn-primary:hover {
      color: #000000 !important;
      background: #ffffff !important; }
  .img-title-rte-button .label,
  .img-title-rte-button .btn-primary {
    color: white; }
  .img-title-rte-button .label {
    border-bottom: 2px solid white; }
  .img-title-rte-button h2 {
    margin-top: 30px;
    font-size: 34px;
    line-height: 38px; }
  .img-title-rte-button img {
    height: auto; }
  .img-title-rte-button .from-wysiwyg ul {
    padding: 0px; }
    .img-title-rte-button .from-wysiwyg ul li {
      position: relative;
      padding-left: 56px;
      font-size: 13px;
      line-height: 20px; }
      .img-title-rte-button .from-wysiwyg ul li + li {
        margin-top: 25px; }
      .img-title-rte-button .from-wysiwyg ul li:before {
        background-image: url(/themes/harlands_new/img/checkmark.svg);
        content: " " !important;
        display: inline-block;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        position: absolute;
        left: 27px; }
  .img-title-rte-button .from-wysiwyg {
    margin-top: 40px;
    color: white; }
  @media (min-width: 768px) {
    .img-title-rte-button {
      padding-top: 50px;
      padding-bottom: 70px; }
      .img-title-rte-button .col-md-6:nth-child(2) {
        position: relative; }
      .img-title-rte-button h2 {
        font-size: 46px;
        line-height: 48px;
        position: absolute;
        bottom: 0px; }
      .img-title-rte-button .text-center-md {
        text-align: center; }
      .img-title-rte-button .from-wysiwyg,
      .img-title-rte-button .btn-primary {
        margin-top: 60px; }
        .img-title-rte-button .from-wysiwyg ul li,
        .img-title-rte-button .btn-primary ul li {
          float: left;
          display: inline-block;
          width: 50%; }
          .img-title-rte-button .from-wysiwyg ul li:nth-child(2),
          .img-title-rte-button .btn-primary ul li:nth-child(2) {
            margin-top: 0px; }
          .img-title-rte-button .from-wysiwyg ul li + li,
          .img-title-rte-button .btn-primary ul li + li {
            margin-top: 40px; } }
  @media (min-width: 992px) {
    .img-title-rte-button {
      padding-top: 60px;
      padding-bottom: 80px; }
      .img-title-rte-button .from-wysiwyg,
      .img-title-rte-button .btn-primary {
        margin-top: 70px; }
        .img-title-rte-button .from-wysiwyg ul li,
        .img-title-rte-button .btn-primary ul li {
          padding-right: 40px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 500; } }
  @media (min-width: 1250px) {
    .img-title-rte-button {
      padding-top: 140px;
      padding-bottom: 150px; }
      .img-title-rte-button h2 {
        position: relative;
        font-size: 60px;
        line-height: 62px;
        margin-tOp: 0px; }
      .img-title-rte-button img.img-responsive {
        width: 525px !important; }
      .img-title-rte-button .from-wysiwyg {
        margin-top: 50px; }
        .img-title-rte-button .from-wysiwyg ul li {
          font-size: 16px;
          padding-right: 0px; }
      .img-title-rte-button .text-center-md {
        text-align: left; }
      .img-title-rte-button .btn-primary {
        margin-top: 50px; } }
  .img-title-rte-button.label-text .label {
    margin-top: 40px; }
  .img-title-rte-button.label-text .from-wysiwyg {
    margin-top: 20px; }
    .img-title-rte-button.label-text .from-wysiwyg p {
      font-size: 15px;
      font-weight: 500; }
  @media (min-width: 768px) {
    .img-title-rte-button.label-text {
      text-align: center; }
      .img-title-rte-button.label-text h2 {
        position: relative;
        font-size: 30px;
        line-height: 36px; }
      .img-title-rte-button.label-text .label {
        font-size: 18px; }
      .img-title-rte-button.label-text a.btn-primary {
        margin-top: 40px; } }
  @media (min-width: 992px) {
    .img-title-rte-button.label-text {
      padding-top: 90px;
      padding-bottom: 100px;
      text-align: left; }
      .img-title-rte-button.label-text .label,
      .img-title-rte-button.label-text .from-wysiwyg {
        margin-top: 30px; }
      .img-title-rte-button.label-text h2 {
        margin-top: 25px; } }
  @media (min-width: 1250px) {
    .img-title-rte-button.label-text {
      padding-top: 140px;
      padding-bottom: 150px; }
      .img-title-rte-button.label-text h2 {
        font-size: 36px;
        line-height: 44px; }
      .img-title-rte-button.label-text .label,
      .img-title-rte-button.label-text a.btn-primary {
        margin-top: 50px; }
      .img-title-rte-button.label-text .from-wysiwyg {
        margin-top: 40px; }
        .img-title-rte-button.label-text .from-wysiwyg p {
          font-size: 20px;
          line-height: 28px; } }

.img-title-rte-button.background-color {
  background: #000000; }

.featured-content.index.podcasts .content-card .label {
  border: 2px solid #32DFD7; }

.featured-content.index.blog .content-card .label {
  border: 2px solid #9013FE; }

.featured-content.index .dropdown p.current-category {
  display: none; }

.featured-content.index .dropdown img {
  width: 26px;
  position: relative;
  top: -1px; }

.featured-content.index .col-6 + .col-6 {
  text-align: right; }

.featured-content.index a.dropdown-toggle {
  color: white;
  font-size: 16px; }

.featured-content.index .dropdown-toggle::after {
  content: none; }

.featured-content.index .row.cards {
  margin-top: 40px; }

.featured-content.index .content-card .label {
  border: 2px solid #FAE100; }

@media (max-width: 767px) {
  .featured-content.index .col-md-6 + .col-md-6,
  .featured-content.index .col-md-6 + .clearfix,
  .featured-content.index .clearfix + .col-md-6 {
    margin-top: 20px; } }

@media (min-width: 768px) {
  .featured-content.index .dropdown p.current-category {
    display: inline-block;
    font-family: "dax", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-right: 10px; }
  .featured-content.index .row.cards {
    margin-top: 50px; }
    .featured-content.index .row.cards .clearfix {
      margin-bottom: 30px;
      width: 100%; } }

@media (min-width: 992px) {
  .featured-content.index {
    padding-top: 80px; } }

@media (min-width: 1250px) {
  .featured-content.index {
    padding-top: 140px;
    padding-bottom: 150px; }
    .featured-content.index .row.cards {
      margin-top: 80px; }
      .featured-content.index .row.cards .clearfix {
        margin-bottom: 30px; } }

.introduction {
  padding-bottom: 40px;
  padding-top: 60px; }

.introduction h2 {
  font-size: 20px;
  line-height: 28px; }

.introduction p,
.introduction h2,
.introduction .btn-primary {
  margin-top: 20px; }

.page_jpn.home .introduction .label {
  text-transform: none; }

@media (min-width: 768px) {
  .introduction {
    padding-bottom: 60px; }
  .introduction h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 15px; }
  .introduction .btn-primary {
    margin-top: 30px; } }

@media (min-width: 992px) {
  .introduction {
    padding-top: 80px;
    padding-bottom: 100px; }
  .introduction h2 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 25px; }
  .introduction p {
    margin-top: 30px; } }

@media (min-width: 1250px) {
  .introduction {
    padding-bottom: 120px; }
  .introduction h2 {
    font-size: 42px;
    line-height: 48px; }
  .introduction p {
    margin-top: 30px; } }

.legal-body {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: white; }
  .legal-body h1,
  .legal-body .from-wysiwyg {
    color: #1D1C1B;
    margin-top: 30px; }
  .legal-body .from-wysiwyg h2,
  .legal-body .from-wysiwyg h3,
  .legal-body .from-wysiwyg strong {
    color: #1D1C1B; }
  .legal-body .from-wysiwyg strong {
    font-weight: 500; }
  .legal-body .dropdown .dropdown-menu {
    width: 100%;
    left: -18px;
    top: 12px;
    border: 0px;
    border-radius: 0;
    padding: 0px;
    padding-top: 10px; }
    .legal-body .dropdown .dropdown-menu a.dropdown-item {
      border-radius: 0px; }
  .legal-body .dropdown a {
    border-radius: 5px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px !important;
    outline: none !important;
    background-color: #F8F8F8;
    color: #909090;
    font-weight: 500;
    -webkit-appearance: none;
    font-size: 16px;
    padding-top: 14px;
    display: block; }
    .legal-body .dropdown a:after {
      content: none; }
    .legal-body .dropdown a img {
      float: right;
      position: relative;
      transform: rotate(90deg);
      top: 4px; }
  @media (min-width: 768px) {
    .legal-body {
      padding-top: 50px;
      padding-bottom: 60px; }
      .legal-body h1 {
        margin-top: 50px; } }
  @media (min-width: 992px) {
    .legal-body {
      padding-top: 80px;
      padding-bottom: 100px; }
      .legal-body .from-wysiwyg {
        margin-top: 40px; }
      .legal-body h1 {
        margin-top: 0px; }
      .legal-body .menu-box {
        padding: 30px;
        border-radius: 5px;
        box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.1);
        width: 210px; }
        .legal-body .menu-box h3 {
          font-size: 11px;
          font-weight: 600;
          line-height: 14px;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          color: #1D1C1B;
          margin-bottom: 5px; }
        .legal-body .menu-box a {
          margin-top: 15px;
          font-weight: 500; }
          .legal-body .menu-box a.highlighted {
            color: #32DFD7; }
        .legal-body .menu-box a,
        .legal-body .menu-box h1 {
          color: #1D1C1B; } }
  @media (min-width: 1250px) {
    .legal-body {
      padding-top: 140px;
      padding-bottom: 150px; }
      .legal-body .menu-box {
        width: 275px; } }

.logo-carousel {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  background-color: white; }
  .logo-carousel .glide__bullets {
    bottom: -38px; }
  @media (min-width: 768px) {
    .logo-carousel {
      padding-top: 30px;
      padding-bottom: 30px; } }

.map-section {
  text-align: center; }
  .map-section p {
    margin-top: 15px; }
  .map-section .google-map {
    margin-top: 50px; }
  .map-section .google-map {
    height: 390px;
    margin-top: 45px;
    height: 320px; }
  @media (min-width: 768px) {
    .map-section p {
      margin-top: 25px;
      font-size: 18px;
      line-height: 24px; }
    .map-section .google-map {
      margin-top: 70px;
      height: 450px; } }
  @media (min-width: 992px) {
    .map-section .google-map {
      margin-top: 80px;
      height: 450px; } }
  @media (min-width: 1250px) {
    .map-section .google-map {
      margin-top: 150px;
      height: 550px; }
    .map-section p {
      margin-top: 25px;
      font-size: 18px; } }

.page-header-one {
  background-color: #1D1C1B;
  padding-bottom: 50px; }
  .page-header-one h1,
  .page-header-one .btn-primary {
    margin-top: 30px; }
  .page-header-one p,
  .page-header-one a.btn-arrow {
    margin-top: 25px; }
  .page-header-one h1 {
    font-size: 34px;
    line-height: 38px; }
  .page-header-one p {
    color: #909090; }
  .page-header-one .main-btn {
    display: block; }
  .page-header-one a.btn-arrow {
    color: white; }
  .page-header-one a.btn-primary:hover,
  .page-header-one a.btn-primary:active,
  .page-header-one a.btn-primary:focus {
    background-color: white !important;
    color: black !important; }
  @media (min-width: 768px) {
    .page-header-one {
      text-align: center;
      padding-bottom: 70px; }
      .page-header-one h1 {
        margin-top: 50px;
        font-size: 46px;
        line-height: 48px; }
      .page-header-one a.btn-primary {
        margin-top: 40px;
        margin-right: 30px; }
      .page-header-one .main-btn {
        display: inline-block; } }
  @media (min-width: 992px) {
    .page-header-one {
      padding-top: 80px;
      padding-bottom: 110px;
      text-align: left;
      background-color: black;
      position: relative; }
      .page-header-one img.background {
        position: absolute;
        height: 100%;
        top: 0; }
      .page-header-one img.img-responsive {
        border-right: 10px solid #FAE100; }
      .page-header-one .col-md-6:first-child {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
      .page-header-one h1 {
        font-size: 50px;
        line-height: 58px;
        margin-top: 0px; }
      .page-header-one p {
        margin-top: 40px; }
      .page-header-one a.btn-primary {
        margin-top: 50px;
        margin-right: 40px; } }
  @media (min-width: 1250px) {
    .page-header-one h1 {
      font-size: 59px;
      line-height: 62px; } }

.page-header-three,
.page-header-four {
  position: relative;
  background: #1D1C1B;
  padding-bottom: 50px;
  overflow: hidden; }
  .page-header-three.podcast h1,
  .page-header-four.podcast h1 {
    margin-top: 20px; }
  .page-header-three.podcast .label,
  .page-header-four.podcast .label {
    margin-top: 30px; }
  @media (min-width: 768px) {
    .page-header-three.podcast .label,
    .page-header-four.podcast .label {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .page-header-three.podcast .label,
    .page-header-four.podcast .label {
      margin-top: 0px; } }
  @media (min-width: 1250px) {
    .page-header-three.podcast h1,
    .page-header-four.podcast h1 {
      margin-top: 30px; }
    .page-header-three.podcast .play,
    .page-header-four.podcast .play {
      width: 53%; } }
  .page-header-three .label,
  .page-header-four .label {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.25px;
    font-weight: 500;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #32DFD7; }
  .page-header-three .play,
  .page-header-four .play {
    position: relative; }
    .page-header-three .play img,
    .page-header-four .play img {
      height: auto;
      z-index: 0; }
    .page-header-three .play .icon,
    .page-header-four .play .icon {
      position: absolute;
      top: 28vw;
      left: 0;
      right: 0;
      z-index: 10;
      margin-left: auto;
      margin-right: auto; }
  .page-header-three h1,
  .page-header-three p,
  .page-header-four h1,
  .page-header-four p {
    margin-top: 30px; }
  .page-header-three .modal,
  .page-header-four .modal {
    background-color: rgba(0, 0, 0, 0.5); }
    .page-header-three .modal .close,
    .page-header-four .modal .close {
      font-size: 16px;
      color: white;
      text-shadow: none;
      cursor: pointer;
      opacity: 1;
      top: 15px;
      right: 15px;
      position: absolute;
      font-weight: 500; }
  @media (min-width: 768px) {
    .page-header-three,
    .page-header-four {
      text-align: center;
      padding-bottom: 70px; }
      .page-header-three h1,
      .page-header-four h1 {
        font-size: 46px;
        line-height: 48px;
        margin-top: 50px; }
      .page-header-three p,
      .page-header-four p {
        font-size: 18px;
        line-height: 24px; }
      .page-header-three .modal .close,
      .page-header-four .modal .close {
        font-size: 18px;
        top: 33px;
        right: 33px; } }
  @media (min-width: 992px) {
    .page-header-three,
    .page-header-four {
      text-align: left;
      padding-top: 111px;
      padding-bottom: 111px; }
      .page-header-three h1,
      .page-header-four h1 {
        margin-top: 0px; }
      .page-header-three .play,
      .page-header-four .play {
        position: absolute;
        width: 64%;
        height: 100%;
        right: -61px;
        top: 0; }
        .page-header-three .play .icon,
        .page-header-four .play .icon {
          top: 190px; }
      .page-header-three .modal .close,
      .page-header-four .modal .close {
        font-size: 20px;
        top: 50px;
        right: 55px; } }
  @media (min-width: 1250px) {
    .page-header-three,
    .page-header-four {
      padding-top: 140px;
      padding-bottom: 150px; }
      .page-header-three h1,
      .page-header-four h1 {
        font-size: 60px;
        line-height: 62px; }
      .page-header-three p,
      .page-header-four p {
        margin-top: 40px;
        font-size: 20px;
        line-height: 28px; }
      .page-header-three .play,
      .page-header-four .play {
        width: 60%; }
        .page-header-three .play .icon,
        .page-header-four .play .icon {
          height: 80px;
          width: 80px;
          top: 224px; }
      .page-header-three .modal .close,
      .page-header-four .modal .close {
        right: 64px; } }

.page-header-six {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #1D1C1B;
  position: relative;
  overflow: hidden; }
  .page-header-six p {
    margin-top: 30px; }
  .page-header-six .multiple-circle {
    width: 390%;
    height: 167%;
    position: absolute;
    bottom: -103px;
    right: -458px; }
  @media (min-width: 768px) {
    .page-header-six {
      padding-top: 70px;
      padding-bottom: 90px; }
      .page-header-six p {
        font-size: 18px;
        line-height: 24px; }
      .page-header-six .multiple-circle {
        width: 100%;
        height: 167%;
        position: absolute;
        bottom: -103px;
        right: -10px; } }
  @media (min-width: 992px) {
    .page-header-six {
      padding-top: 140px;
      padding-bottom: 160px; }
      .page-header-six h1 {
        font-size: 60px;
        line-height: 62px; }
      .page-header-six p {
        margin-top: 20px;
        font-size: 20px;
        line-height: 28px; }
      .page-header-six .multiple-circle {
        width: 97%;
        height: 139%;
        position: absolute;
        bottom: -114px;
        right: -9px; } }

.podcast-body {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: white; }
  .podcast-body .from-wysiwyg {
    margin-top: 30px; }
    .podcast-body .from-wysiwyg h2,
    .podcast-body .from-wysiwyg h3 {
      color: #1D1C1B; }
    .podcast-body .from-wysiwyg h2 {
      font-size: 26px;
      line-height: 32px; }
  @media (min-width: 768px) {
    .podcast-body {
      padding-top: 50px;
      padding-bottom: 70px; }
      .podcast-body .from-wysiwyg {
        margin-top: 70px; }
        .podcast-body .from-wysiwyg h2 {
          font-size: 30px;
          line-height: 36px; } }
  @media (min-width: 992px) {
    .podcast-body {
      padding-top: 60px;
      padding-bottom: 80px; }
      .podcast-body .from-wysiwyg {
        margin-top: 80px; }
        .podcast-body .from-wysiwyg h2 {
          font-size: 30px;
          line-height: 36px; }
          .podcast-body .from-wysiwyg h2 + p {
            margin-top: 30px; } }
  @media (min-width: 1250px) {
    .podcast-body {
      padding-top: 80px;
      padding-bottom: 150px; }
      .podcast-body .from-wysiwyg {
        margin-top: 100px; }
        .podcast-body .from-wysiwyg h2 {
          font-size: 36px;
          line-height: 44px; }
          .podcast-body .from-wysiwyg h2 + p {
            margin-top: 40px; } }

.popout {
  position: fixed;
  background-color: white;
  padding: 80px 18px 50px 18px;
  display: inline-block;
  width: 100%;
  top: 0px;
  overflow: scroll;
  z-index: 1000;
  right: 0px;
  height: 100%;
  box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.1);
  display: none; }
  .popout.submitted p {
    font-size: 20px;
    line-height: 26px;
    font-family: "dax", sans-serif;
    margin-top: 30px; }
  .popout.submitted a {
    color: #1D1C1B;
    margin-top: 20px; }
  @media (min-width: 992px) {
    .popout.submitted p {
      font-size: 26px;
      line-height: 34px;
      margin-top: 40px; }
    .popout.submitted a {
      margin-top: 30px; } }
  .popout .btn-primary {
    border: 0px; }
  .popout .profile {
    width: 50px;
    height: 50px;
    margin-top: 25px; }
  .popout .call,
  .popout p.dark {
    color: #1D1C1B;
    font-weight: 500; }
  .popout .row + p,
  .popout p.dark {
    margin-top: 20px; }
  .popout .call {
    margin-top: 30px; }
  .popout h2,
  .popout label,
  .popout .call,
  .popout p.dark {
    color: #1D1C1B; }
  .popout .call {
    font-size: 15px;
    line-height: 24px; }
    .popout .call span {
      font-size: 20px;
      line-height: 26px;
      font-weight: 500;
      font-family: "dax", sans-serif;
      color: #32DFD7;
      display: block; }
  .popout label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-size: 10px;
    line-height: 13px; }
  .popout .hide-popout {
    position: absolute;
    right: 20px;
    top: 25px; }
  .popout .popout-wrap,
  .popout .hide-popout {
    display: none; }
  .popout .hide-popout {
    cursor: pointer; }
  .popout h2 + p,
  .popout form,
  .popout .btn-primary {
    margin-top: 30px; }
  .popout h2 {
    font-size: 26px;
    line-height: 32px; }
  .popout .select-department {
    position: relative; }
    .popout .select-department img {
      position: absolute;
      right: 20px;
      top: 40px;
      transform: rotate(90deg);
      pointer-events: none; }
  .popout .checkbox {
    position: relative;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 0px; }
    .popout .checkbox input {
      z-index: 1;
      opacity: 0;
      width: 1px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px; }
    .popout .checkbox input:checked + label {
      background: url("/themes/harlands_new/img/icons/checked.svg"); }
    .popout .checkbox label {
      display: inline-block;
      position: absolute;
      width: 21px;
      height: 20px;
      display: inline-block;
      position: absolute;
      border: 2px solid greens;
      border-radius: 50px;
      background-size: contain;
      background: url("/themes/harlands_new/img/icons/notick.svg"); }
    .popout .checkbox p {
      font-size: 13px;
      line-height: 20px;
      margin-top: 10px;
      padding-left: 30px;
      font-weight: 500; }
      .popout .checkbox p a {
        text-decoration: underline; }
  @media (min-width: 768px) {
    .popout {
      width: 658px;
      padding: 120px 86px 140px 86px; }
      .popout form {
        margin-top: 50px; }
      .popout .form-control {
        margin-bottom: 20px; }
      .popout .hide-popout {
        right: 86px;
        top: 48px;
        color: #1D1C1B; }
        .popout .hide-popout span {
          margin-right: 10px; } }
  @media (min-width: 992px) {
    .popout {
      width: 720px;
      padding-bottom: 125px; }
      .popout img.profile {
        width: 70px;
        height: 70px;
        margin-top: 40px; }
      .popout .row + p {
        margin-top: 30px; }
      .popout p.dark {
        margin-top: 47px; }
      .popout .checkbox p {
        font-size: 16px;
        line-height: 24px;
        position: relative;
        top: -2px; }
      .popout .call {
        font-size: 20px;
        line-height: 28px;
        margin-top: 70px; }
        .popout .call span {
          font-size: 26px;
          line-height: 34px; }
      .popout form {
        margin-top: 40px; }
      .popout label {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1.5px; }
      .popout h2 {
        font-size: 36px;
        line-height: 44px; }
        .popout h2 + p {
          margin-top: 40px; } }

.review-slider {
  padding-top: 50px;
  padding-bottom: 50px; }
  .review-slider h2 {
    margin-top: 15px; }

.review-slider .glide__track {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -10px;
  margin-right: -31px; }

.glide.reviews .glide__slides {
  padding-top: 30px;
  padding-bottom: 10px; }

.review-slider .review-card {
  padding: 20px 15px 20px 15px;
  text-align: left; }

.review-card {
  box-shadow: 0px 5px 20px 0px rgba(39, 35, 46, 0.15);
  border-radius: 16px; }

.review-card .review {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  color: #32DFD7;
  font-family: "dax", sans-serif; }

.review-card p {
  font-size: 14px;
  line-height: 20px;
  color: #353441;
  margin-top: 15px; }

.review-card h3 {
  margin-top: -20px;
  color: #ffffff; }

.review-card .author {
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  color: #32DFD7;
  font-family: "dax", sans-serif; }

@media (min-width: 768px) {
  .review-slider {
    padding-top: 60px; }
  .glide.reviews .glide__slides {
    padding-top: 40px;
    padding-bottom: 40px; }
  .review-card .author {
    margin-top: 20px; } }

@media (min-width: 992px) {
  .review-slider {
    padding-top: 80px;
    padding-bottom: 80px; }
  .glide.reviews .glide__slides {
    padding-top: 50px; }
  .review-slider .review-card {
    padding: 40px 30px 40px 30px; }
  .review-card .review {
    font-size: 100px;
    line-height: 118px; }
  .review-card p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px; }
  .review-card h3 {
    margin-top: -50px; } }

@media (min-width: 1250px) {
  .review-slider {
    padding-top: 100px;
    padding-bottom: 100px; }
  .review-card .author {
    margin-top: 30px; }
  .review-card p {
    font-size: 20px;
    line-height: 30px; } }

.staff-carousel {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #1D1C1B; }
  .staff-carousel .dropdown {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500; }
    .staff-carousel .dropdown a.dropdown-toggle {
      color: white; }
      .staff-carousel .dropdown a.dropdown-toggle:after {
        content: none; }
      .staff-carousel .dropdown a.dropdown-toggle img {
        transform: rotate(90deg);
        margin-left: 10px; }
  .staff-carousel .glide {
    visibility: hidden;
    height: 0; }
    .staff-carousel .glide.staffall {
      visibility: visible;
      height: auto; }
    .staff-carousel .glide .controls.arrows {
      display: none;
      position: absolute;
      right: 0px; }
    .staff-carousel .glide .slider__bullets {
      position: relative;
      bottom: 0px;
      left: 0px;
      transform: none;
      margin-top: 30px; }
    .staff-carousel .glide .staff-card {
      border-radius: 10px; }
      .staff-carousel .glide .staff-card img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      .staff-carousel .glide .staff-card .socials {
        margin-top: 25px; }
        .staff-carousel .glide .staff-card .socials a {
          color: #1D1C1B;
          background-color: #32DFD7;
          width: 36px;
          height: 36px;
          text-align: center;
          padding-top: 10px;
          border-radius: 100%; }
          .staff-carousel .glide .staff-card .socials a:first-child,
          .staff-carousel .glide .staff-card .socials a i {
            position: relative; }
          .staff-carousel .glide .staff-card .socials a i {
            top: -3px; }
          .staff-carousel .glide .staff-card .socials a img {
            width: 16px;
            position: relative;
            top: -5px;
            border-radius: 0px; }
          .staff-carousel .glide .staff-card .socials a + a {
            margin-left: 10px; }
      .staff-carousel .glide .staff-card img {
        max-width: 100%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px; }
      .staff-carousel .glide .staff-card .content-wrap {
        padding: 20px 25px 30px 25px;
        background-color: black;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; }
      .staff-carousel .glide .staff-card h3 {
        color: #FAE100;
        font-size: 20px;
        line-height: 26px; }
      .staff-carousel .glide .staff-card p.white {
        color: white; }
      .staff-carousel .glide .staff-card p {
        margin-top: 10px;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px; }
        .staff-carousel .glide .staff-card p + p {
          min-height: 88px; }
  @media (min-width: 768px) {
    .staff-carousel {
      padding-top: 50px;
      padding-bottom: 70px; }
      .staff-carousel h2 {
        text-align: center; }
      .staff-carousel .dropdown {
        margin-top: 50px;
        margin-bottom: 50px; }
      .staff-carousel .glide .controls.arrows {
        display: inline-block;
        top: -89px; }
      .staff-carousel .glide .staff-card p.white {
        margin-top: 15px; }
      .staff-carousel .glide .staff-card p {
        font-size: 14px;
        line-height: 22px; } }
  @media (min-width: 992px) {
    .staff-carousel {
      padding-top: 60px;
      padding-bottom: 80px; }
      .staff-carousel .slider__bullets {
        display: none; }
      .staff-carousel .glide .staff-card h3 {
        font-size: 22px;
        line-height: 28px; }
      .staff-carousel .glide .staff-card p + p {
        min-height: 120px; }
      .staff-carousel .glide .staff-card .content-wrap {
        padding: 25px 30px 35px 30px; }
      .staff-carousel .glide .staff-card .socials {
        margin-top: 20px;
        height: 52px; }
        .staff-carousel .glide .staff-card .socials a {
          width: 48px;
          height: 48px;
          font-size: 22px;
          padding-top: 13px; }
          .staff-carousel .glide .staff-card .socials a:first-child {
            top: -4px;
            padding-top: 10px; }
          .staff-carousel .glide .staff-card .socials a i {
            position: relative;
            top: -3px; }
          .staff-carousel .glide .staff-card .socials a img {
            width: 18px;
            top: -3px; } }
  @media (min-width: 1250px) {
    .staff-carousel {
      padding-top: 120px;
      padding-bottom: 150px; }
      .staff-carousel h2 {
        font-size: 36px;
        line-height: 44px; }
      .staff-carousel .dropdown {
        margin-top: 80px;
        margin-bottom: 80px; }
        .staff-carousel .dropdown img {
          width: 10px; }
      .staff-carousel .glide .controls.arrows {
        top: -122px; }
      .staff-carousel .glide .staff-card h3 {
        font-size: 26px;
        line-height: 34px; }
      .staff-carousel .glide .staff-card p {
        font-size: 16px;
        line-height: 24px; }
        .staff-carousel .glide .staff-card p + p {
          min-height: 98px; }
      .staff-carousel .glide .staff-card .socials {
        margin-top: 20px; }
      .staff-carousel .glide .staff-card .content-wrap {
        padding: 30px 40px 40px 40px; } }

.visible {
  visibility: visible; }

.services-index {
  padding-top: 50px;
  padding-bottom: 50px; }

.services-index .col-sm-8 p {
  margin-bottom: 30px; }

.services-index .service p {
  margin-top: 15px; }

.services-index p,
.services-index .service h3 {
  margin-top: 20px; }

.services-index .service a.btn-secondary {
  margin-top: 30px; }

.services-index .col-sm-4 + .col-sm-4,
.services-index .col-sm-4 + .clearfix,
.services-index .clearfix + .col-sm-4 {
  margin-top: 40px; }

.services-index .service .circle {
  width: 116px;
  border-radius: 100%;
  margin-lefT: auto;
  margin-right: auto;
  background-color:   #FDF9F6;
  padding: 27px 25px 27px 25px; }

.services-index .service h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color:   #BC4935; }

@media (min-width: 768px) {
  .services-index {
    padding-bottom: 60px; }
  .services-index .col-sm-8 p {
    margin-top: 25px;
    margin-bottom: 40px; }
  .services-index .col-sm-4 + .col-sm-4 {
    margin-top: 0px; }
  .services-index .clearfix {
    margin-bottom: 40px; }
  .services-index .col-sm-4 + .clearfix,
  .services-index .clearfix + .col-sm-4 {
    margin-top: 0px; } }

@media (min-width: 992px) {
  .services-index {
    padding-top: 80px;
    padding-bottom: 80px; }
  .services-index .service p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px; }
  .services-index .service a.btn-primary,
  .services-index .service h3 {
    margin-top: 25px; }
  .services-index .clearfix {
    margin-bottom: 60px; }
  .services-index .col-sm-8 p {
    margin-bottom: 80px; }
  .services-index .service .circle {
    width: 130px; }
  .services-index .service h3 {
    font-size: 20px;
    line-height: 30px; } }

@media (min-width: 1250px) {
  .services-index {
    padding-top: 100px;
    padding-bottom: 100px; }
  .services-index .service p {
    margin-top: 15px;
    min-height: 72px; }
  .services-index .service a.btn-secondary {
    margin-top: 25px; }
  .services-index .service h3 {
    margin-top: 30px; }
  .services-index .col-sm-8 p {
    margin-bottom: 70px; }
  .services-index .clearfix {
    margin-bottom: 90px; }
  .services-index .service .circle {
    width: 160px; } }

.testimonials {
  padding-bottom: 40px;
  background-color: #1D1C1B; }
  .testimonials .container {
    position: relative; }
  .testimonials h3 {
    font-size: 16px;
    margin-top: 30px;
    color: white; }
  .testimonials .quote {
    margin-top: 20px;
    font-family: "dax", sans-serif;
    font-size: 26px;
    line-height: 32px;
    color: white;
    display: inline-block; }
  .testimonials .col-lg-7 .img-responsive {
    border-left: 5px solid #FAE100; }
  .testimonials .glide__bullets {
    position: relative;
    margin-top: 30px;
    left: auto;
    bottom: auto;
    transform: none; }
  .testimonials .author {
    margin-top: 25px; }
    .testimonials .author .author-img {
      width: 50px; }
    .testimonials .author .author-info {
      display: inline-block; }
      .testimonials .author .author-info img {
        width: 100px;
        margin-top: 5px; }
      .testimonials .author .author-info .author-name {
        color: #FAE100;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 1.25px;
        text-transform: uppercase;
        display: block;
        font-weight: 500; }
  @media (min-width: 768px) {
    .testimonials {
      padding-bottom: 90px; }
      .testimonials h3 {
        margin-top: 40px;
        font-size: 18px;
        line-height: 24px; }
      .testimonials .quote {
        font-size: 22px;
        line-height: 28px; }
      .testimonials .author {
        margin-top: 30px; }
      .testimonials .glide__bullets {
        margin-top: 50px; }
      .testimonials .controls.arrows {
        position: absolute;
        right: 10px;
        bottom: -20px; } }
  @media (min-width: 992px) {
    .testimonials {
      padding-top: 70px;
      background-color: black;
      position: relative;
      overflow: hidden; }
      .testimonials h3 {
        margin-top: 0px; }
      .testimonials img.background {
        position: absolute;
        top: 0;
        right: -129px;
        height: 100%;
        transform: rotate(180deg); }
      .testimonials .col-lg-7 .img-responsive {
        border-left: 10px solid #FAE100; }
      .testimonials .quote {
        margin-top: 30px; }
      .testimonials .author {
        margin-top: 40px; }
      .testimonials .controls.bullets {
        position: absolute;
        right: 330px;
        bottom: 20%; }
      .testimonials .controls.arrows {
        position: absolute;
        right: 10px;
        bottom: 22px; }
      .testimonials .col-lg-7,
      .testimonials .col-lg-5 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; } }
  @media (min-width: 1250px) {
    .testimonials {
      padding-top: 80px;
      padding-bottom: 110px; }
      .testimonials .quote {
        margin-top: 40px; }
      .testimonials .img-responsive {
        max-width: 630px; }
      .testimonials .controls.bullets {
        right: 441px; }
      .testimonials .controls.arrows {
        bottom: 0px; }
      .testimonials h3 {
        font-size: 28px;
        line-height: 28px; }
      .testimonials .quote {
        font-size: 26px;
        line-height: 36px; }
      .testimonials .author {
        margin-top: 50px; }
        .testimonials .author .author-img {
          width: 70px; }
        .testimonials .author .author-info img {
          margin-top: 10px; }
        .testimonials .author .author-info .author-name {
          font-size: 12px;
          line-height: 15px; } }

.text-block {
  padding-top: 40px;
  padding-bottom: 45px; }
  .text-block + .text-block {
    padding-top: 0px; }
  .text-block h2,
  .text-block .btn-primary {
    margin-top: 25px; }
  .text-block .text,
  .text-block .text p + p,
  .text-block p {
    margin-top: 30px; }
  @media (min-width: 768px) {
    .text-block {
      padding-top: 70px;
      padding-bottom: 70px; }
      .text-block .text,
      .text-block .text p + p {
        margin-top: 25px; } }
  @media (min-width: 992px) {
    .text-block {
      padding-top: 60px;
      padding-bottom: 600px; }
      .text-block .text,
      .text-block .text p + p,
      .text-block p {
        margin-top: 30px; }
      .text-block h2,
      .text-block .btn-primary {
        margin-top: 30px; } }
  @media (min-width: 992px) {
    .text-block {
      padding-top: 80px;
      padding-bottom: 80px; }
      .text-block .text,
      .text-block .text p + p,
      .text-block p {
        margin-top: 20px; }
      .text-block h2 {
        margin-top: 25px; } }
  @media (min-width: 1250px) {
    .text-block {
      padding-top: 100px;
      padding-bottom: 100px; } }

.title-title-text-columns {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #9013FE; }
  .title-title-text-columns .column {
    padding-left: 40px;
    margin-top: 30px; }
    .title-title-text-columns .column p,
    .title-title-text-columns .column h3 {
      color: white; }
    .title-title-text-columns .column p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 22px; }
    .title-title-text-columns .column:before {
      background-image: url(/themes/harlands_new/img/checkmark.svg);
      content: " " !important;
      display: inline-block;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 15px; }
  @media (min-width: 768px) {
    .title-title-text-columns {
      padding-top: 50px;
      padding-bottom: 70px; }
      .title-title-text-columns .column {
        margin-top: 50px;
        padding-left: 64px; }
        .title-title-text-columns .column:before {
          width: 36px;
          height: 36px;
          left: 17px; }
        .title-title-text-columns .column h3 {
          font-size: 18px;
          line-height: 24px; }
        .title-title-text-columns .column p {
          margin-top: 15px; } }
  @media (min-width: 992px) {
    .title-title-text-columns {
      padding-top: 80px;
      padding-bottom: 100px; }
      .title-title-text-columns h2 {
        margin-bottom: 20px; }
      .title-title-text-columns .column {
        margin-top: 30px;
        padding-left: 64px; } }
  @media (min-width: 1250px) {
    .title-title-text-columns {
      padding-top: 140px;
      padding-bottom: 150px; }
      .title-title-text-columns h2 {
        margin-bottom: 40px; }
      .title-title-text-columns .column {
        margin-top: 40px; }
        .title-title-text-columns .column:before {
          left: 27px; }
        .title-title-text-columns .column h3 {
          font-size: 20px;
          line-height: 28px; }
        .title-title-text-columns .column p {
          margin-top: 20px;
          font-size: 16px;
          line-height: 24px; } }

.simple-carousel + .two-images {
  padding-top: 0px; }

.two-images + .simple-carousel {
  padding-top: 0px;
  margin-top: -45px; }
  @media (min-width: 992px) {
    .two-images + .simple-carousel {
      margin-top: -60px; } }

.two-images {
  padding-top: 30px;
  padding-bottom: 60px; }
  .two-images img {
    border-radius: 0px;
    box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.1); }

.two-images p {
  margin-top: 20px; }

@media (min-width: 768px) {
  .two-images {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (min-width: 992px) {
  .two-images {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (min-width: 1250px) {
  .two-images {
    padding-top: 100px;
    padding-bottom: 100px; } }

.drawers {
  padding-top: 40px;
  padding-bottom: 50px; }
  .drawers h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center; }
    .drawers h2 + p {
      margin-top: 30px;
      text-align: center; }
  .drawers p + .drawer {
    margin-top: 30px; }
  .drawers .drawer + .drawer {
    margin-top: 10px; }
  .drawers .drawer {
    background-color: #1D1C1B; }
    .drawers .drawer .drawer-body {
      padding: 0px 20px 30px 20px; }
      .drawers .drawer .drawer-body .btn-primary {
        margin-top: 25px; }
        .drawers .drawer .drawer-body .btn-primary:hover {
          background-color: white !important;
          color: black !important; }
    .drawers .drawer .drawer-header {
      padding: 20px; }
      .drawers .drawer .drawer-header .drawer-title {
        display: block; }
        .drawers .drawer .drawer-header .drawer-title.collapsed img {
          transform: rotate(0deg); }
      .drawers .drawer .drawer-header h3 {
        color: white;
        font-size: 13px;
        line-height: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500; }
      .drawers .drawer .drawer-header img {
        float: right;
        width: 15px;
        transform: rotate(45deg); }
  @media (max-width: 767px) {
    .drawers .drawer-body p {
      font-size: 13px;
      line-height: 20px; } }
  @media (min-width: 768px) {
    .drawers {
      padding-top: 50px;
      padding-bottom: 70px; }
      .drawers p + .drawer {
        margin-top: 40px; }
      .drawers .drawer .drawer-body {
        padding: 5px 30px 40px 30px; }
      .drawers .drawer .drawer-header {
        padding: 24px 30px; }
        .drawers .drawer .drawer-header h3 {
          font-size: 18px;
          line-height: 24px; }
        .drawers .drawer .drawer-header img {
          position: relative;
          top: 5px; } }
  @media (min-width: 992px) {
    .drawers {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media (min-width: 1250px) {
    .drawers {
      padding-top: 140px;
      padding-bottom: 150px; }
      .drawers h2 {
        font-size: 36px;
        line-height: 44px; }
      .drawers .drawer .drawer-header {
        padding: 26px 40px 26px 40px; }
        .drawers .drawer .drawer-header h3 {
          font-size: 20px;
          line-height: 28px; }
        .drawers .drawer .drawer-header img {
          width: 18px; }
      .drawers .drawer .drawer-body {
        padding: 0px 40px 50px 40px; }
        .drawers .drawer .drawer-body .btn-primary {
          margin-top: 40px; } }

.vacancy-body {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: white; }
  .vacancy-body a.btn-primary {
    margin-top: 30px; }
  .vacancy-body .from-wysiwyg h2,
  .vacancy-body .from-wysiwyg h3 {
    color: #1D1C1B; }
  @media (min-width: 768px) {
    .vacancy-body {
      padding-top: 50px;
      padding-bottom: 70px; }
      .vacancy-body a.btn-primary {
        margin-top: 50px; } }
  @media (min-width: 992px) {
    .vacancy-body {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media (min-width: 1250px) {
    .vacancy-body {
      padding-top: 140px;
      padding-bottom: 150px; } }

.from-wysiwyg h2,
.from-wysiwyg h3,
.from-wysiwyg strong {
  font-weight: 700; }

.from-wysiwyg h3 {
  font-size: 16px;
  line-height: 22px; }

.from-wysiwyg a {
  color: #909090;
  border-bottom: 1spx solid #32DFD7; }

.from-wysiwyg strong,
.from-wysiwyg h2 {
  font-size: 20px;
  line-height: 26px; }

.from-wysiwyg img,
.from-wysiwyg iframe,
.from-wysiwyg div {
  width: 100%;
  max-width: 100%;
  height: auto; }

.from-wysiwyg iframe,
.from-wysiwyg div {
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto; }

.from-wysiwyg iframe {
  margin-top: 0px; }

.from-wysiwyg ul {
  list-style: none;
  padding-left: 35px; }
  .from-wysiwyg ul li + li {
    margin-top: 15px; }
  .from-wysiwyg ul li:before {
    margin-right: 19px;
    position: relative;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0px;
    content: "•";
    font-size: 14px;
    color: #32DFD7;
    margin-left: -24px; }

.from-wysiwyg blockquote {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  font-family: "dax", sans-serif;
  display: block; }
  .from-wysiwyg blockquote cite {
    margin-top: 20px;
    color: #32DFD7;
    font-size: 15px;
    line-height: 24px;
    display: block;
    font-style: normal;
    font-weight: 400; }
  .from-wysiwyg blockquote:before {
    content: "“";
    width: 15px;
    font-size: 34px;
    line-height: 38px;
    height: 38px;
    color: #FAE100;
    display: block;
    font-family: "dax", sans-serif;
    position: relative;
    margin-top: 30px; }

.from-wysiwyg p + p,
.from-wysiwyg h2 + p,
.from-wysiwyg p + h3,
.from-wysiwyg h3 + p,
.from-wysiwyg p + ul,
.from-wysiwyg h3 + ul,
.from-wysiwyg h2 + ul,
.from-wysiwyg ul + p,
.from-wysiwyg ul + h2,
.from-wysiwyg ul + h3 {
  margin-top: 25px; }

.from-wysiwyg p + h2 {
  margin-top: 30px; }

@media (min-width: 768px) {
  .from-wysiwyg h2 {
    font-size: 22px;
    line-height: 28px; }
  .from-wysiwyg img {
    margin-top: 20px;
    margin-bottom: 20px; }
  .from-wysiwyg div {
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto; }
  .from-wysiwyg p + p,
  .from-wysiwyg h2 + p,
  .from-wysiwyg p + h3,
  .from-wysiwyg h3 + p,
  .from-wysiwyg p + ul,
  .from-wysiwyg h3 + ul,
  .from-wysiwyg h2 + ul,
  .from-wysiwyg ul + p,
  .from-wysiwyg ul + h2,
  .from-wysiwyg ul + h3 {
    margin-top: 35px; }
  .from-wysiwyg blockquote {
    font-size: 29px;
    line-height: 36px;
    padding-left: 85px;
    margin-top: 50px;
    margin-bottom: 50px; }
    .from-wysiwyg blockquote:before {
      font-size: 90px;
      line-height: 92px;
      position: absolute;
      margin-top: 0px;
      left: 0px; }
    .from-wysiwyg blockquote cite {
      font-size: 18px;
      line-height: 24px;
      margin-top: 20px; } }

@media (min-width: 992px) {
  .from-wysiwyg h2 + p,
  .from-wysiwyg p + h3,
  .from-wysiwyg h3 + p,
  .from-wysiwyg p + ul,
  .from-wysiwyg h3 + ul,
  .from-wysiwyg h2 + ul,
  .from-wysiwyg ul + p,
  .from-wysiwyg ul + h2,
  .from-wysiwyg ul + h3 {
    margin-top: 40px; }
  .from-wysiwyg p + p,
  .from-wysiwyg p + ul,
  .from-wysiwyg ul + p {
    margin-top: 30px; }
  .from-wysiwyg h2 {
    font-size: 22px;
    line-height: 28px; }
  .from-wysiwyg blockquote {
    margin-top: 60px;
    margin-bottom: 60px; }
    .from-wysiwyg blockquote cite {
      margin-top: 30px; } }

@media (min-width: 1250px) {
  .from-wysiwyg img {
    margin-top: 30px;
    margin-bottom: 30px; }
  .from-wysiwyg blockquote {
    font-size: 36px;
    line-height: 44px; }
  .from-wysiwyg h2 {
    font-size: 26px;
    line-height: 34px; } }

