@font-face {
  font-family: "Arial";
  font-display: auto;
}

body {
  color: #fff;
  height: 100%;
  background: #000;
  font-family: "Open Sans", sans-serif;
}

body.noScroll {
  overflow: hidden;
}

.text-alt {
  color: #0F1522 !important;
}

.red-text {
  color: red;
}

.event-category {
  margin-right: 5px;
}

.rel-up-2 {
  top: -1rem;
  position: relative;
}

#page {
  min-height: 100vh;
  position: relative;
}

.bg-primary {
  background-color: #000 !important;
}

.bg-secondary {
  background-color: #22A3D9 !important;
}

.bg-accent {
  background-color: #2D2C28 !important;
}

.bg-dark {
  background-color: #191C24 !important;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
}

.bg-light-blue {
  background-color: #007fad !important;
}

.bg-mid-blue {
  background-color: #364760 !important;
}

.bg-dark-blue {
  background-color: #191C25 !important;
}

.bg-light-grey {
  background-color: #f7f7f7 !important;
}

.bg-light-grey .content {
  color: #434343;
}

.bg-light-grey .content p {
  opacity: 1;
}

.bg-light-grey .content h1,
.bg-light-grey .content h2,
.bg-light-grey .content h3,
.bg-light-grey .content h4,
.bg-light-grey .content h5,
.bg-light-grey .content h6 {
  color: #0A0A0A;
  opacity: 1;
}

.bg-light-grey .content a:not(.btn) {
  color: #11A2DB;
}

.bg-light-grey .content table td {
  opacity: 1;
}

.bg-light-grey .content table th,
.bg-light-grey .content table thead td,
.bg-light-grey .content table tr:first-child {
  background: #0F1522;
  color: #fff;
}

.bg-light-grey .content table tr {
  border-bottom: 1px solid #d5d5d5;
}

.bg-light-grey .content ul {
  opacity: 1;
}

.bg-light-grey .content ul li {
  line-height: 1.8;
}

.bg-light-grey .content .btn.btn-default {
  color: #fff !important;
  background: #22A3D9;
}

.bg-light-grey .content .btn.btn-default:hover {
  color: #fff !important;
  background: #F448AD;
}

.bg-light-grey .content .btn.btn-secondary {
  color: #fff;
}

.bg-light-grey .content .btn.btn-primary {
  color: #434343;
}

.bg-lighten-2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-darken-6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.title {
  font-weight: 700;
}

.no-border {
  border: none;
}

.vwh-100 {
  width: 100vw !important;
  height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.news-prev,
.news-next {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 2;
  font-size: 30px;
}

.news-next {
  right: 15px;
  left: auto;
  text-align: right;
}

a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #22A3D9;
}

.content a:not(.btn) {
  text-decoration: underline;
}

.content a:not(.btn) h1,
.content a:not(.btn) h2,
.content a:not(.btn) h3,
.content a:not(.btn) h4,
.content a:not(.btn) h5,
.content a:not(.btn) h6 {
  text-decoration: none;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 30px;
  font-weight: 300;
}

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

.content h1 {
  margin-bottom: 15px;
}

.content h5 {
  color: #22A3D9;
  margin-bottom: 1.5rem;
}

.content h6 {
  color: #F448AD;
}

.content p,
.content ul,
.content h4 {
  opacity: 0.8;
}

.content p {
  line-height: 1.8;
}

.content p.lead,
.content .lead {
  line-height: 1.8;
}

.content ul:not(.pagination) {
  margin-bottom: 2rem;
  list-style: none;
  display: block;
  padding: 0px;
}

.content ul:not(.pagination) li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

.content ul:not(.pagination) li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #22A3D9;
  position: absolute;
  top: 8px;
  line-height: 1.8;
  border-radius: 50%;
  left: 12px;
}

.content ul:not(.pagination) li ul {
  margin-top: 1.5rem;
}

.content table {
  margin: 2rem 0;
  width: 100%;
  border: none;
  display: inline-table;
}

.content table td {
  opacity: 0.8;
  border: none;
  padding: 0.75rem;
}

.content table th,
.content table thead td,
.content table tr:first-child {
  background: #191C24;
  border-top: none;
}

.content table tr {
  border-bottom: 1px solid #191C24;
}

.content blockquote {
  margin: 2rem 0 2rem 2rem;
  display: block;
  line-height: 1.8;
  opacity: 0.8;
  border-left: 4px solid #22A3D9;
  padding-left: 2rem;
  font-style: italic;
}

.content blockquote strong {
  font-weight: bold;
  margin-top: 10px;
  display: block;
  opacity: 1;
}

.content .small-text {
  font-size: 80%;
  font-weight: 400;
}

@media (min-width: 992px) {
  .content blockquote {
    margin: 2rem 8%;
  }

  .content p {
    margin-bottom: 1.8rem;
  }

  .content ul:not(.pagination) li:before {
    top: 11px;
  }
}

@media (min-width: 1200px) {
  .content h1 {
    font-size: 2.3rem;
  }
}

@media (min-width: 1600px) {
  .content h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 1600px) and (min-width: 992px) {
  .content .news-block-content p.lead {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .content .news-block-content h3 {
    margin-bottom: 20px;
  }
}

.news-page .content h5 {
  font-size: 1.4rem;
}

.event-description p:last-child {
  margin-bottom: 0px;
}

.invision-form input,
.invision-form select,
.invision-form textarea {
  font-size: 16px;
}

.border-light {
  border: 6px solid #191C24 !important;
}

.bg-none {
  background: none !important;
}

.user-cms h4 {
  font-size: 1.2rem;
}

.user-image-wrap .user-img,
.user-image-wrap .lazyload-placeholder {
  width: 48px;
  height: 48px;
}

.member .lazyload-placeholder {
  filter: grayscale(1);
  transition: all ease-in-out 0.5s;
}

.member .lazyload-placeholder:hover {
  filter: grayscale(0);
  transition: all ease-in-out 0.5s;
}

.small-line-height {
  line-height: 1.3;
}

.news-blocks .content blockquote {
  margin-left: 0px;
}

.hide-overflow {
  overflow: hidden;
}

.faq-accordion .content a {
  text-decoration: underline;
}

.address-direction {
  width: 450px;
  position: absolute;
  top: 50%;
  left: calc((100% - 1170px) / 2);
  transform: translateY(-50%);
  padding: 1.2rem 1rem 2rem 1rem;
}

.address-direction h4 {
  color: #fff;
}

@media (min-width: 1600px) {
  .address-direction {
    left: calc((100% - 1570px) / 2);
  }
}

.learn-more h2,
.learn-more p {
  opacity: 0.6;
}

.fixed-mob {
  position: fixed;
  width: 100%;
  bottom: 0px;
  top: auto;
  left: 0px;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.badge {
  border-radius: 2px;
  padding: 6px 15px;
  color: #fff;
  font-size: 100%;
  background: #22A3D9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #22A3D9 0%, #5AB7DE 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.badge.badge-white {
  background: #191C24;
  color: #fff;
}

.form .field-required {
  color: #F448AD;
  font-size: 0.9rem;
}

.form .field-title {
  opacity: 0.7;
  font-size: 0.9rem;
}

.form input,
.form textarea,
.form select {
  border-radius: 6px;
}

.form input:-ms-input-placeholder {
  opacity: 0.7;
}

.form input::placeholder,
.form input::-ms-input-placeholder {
  opacity: 0.7;
}

.no-display {
  display: none;
}

.sm-padd {
  padding-right: 5px;
  padding-left: 5px;
}

.even-space-2 .col:nth-child(1) {
  padding-right: 7px;
}

.even-space-2 .col:nth-child(2) {
  padding-left: 7px;
}

.client-logos h5 {
  opacity: 0.8;
}

.client-logo img {
  opacity: 0.3;
  transition: opacity ease-in-out 0.5s;
}

.client-logo:hover img {
  opacity: 1;
}

.grey-bg {
  background: #191C24;
}

img.c-logo {
  opacity: 0.3;
}

.job-panel {
  padding: 20px;
}

.job-panel h3 {
  font-family: "Open Sans", sans-serif;
}

.crispy {
  /* ------------ make shrunken images look crisp again! -------------- */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

#cms-bar,
#cms-bar-spacer {
  display: none;
  height: 45px !important;
}

ol.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0px;
  opacity: 0.7;
  background: none;
}

ol.breadcrumb li {
  display: inline-block;
}

ol.breadcrumb small {
  font-size: 12px;
}

ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 2px;
}

ol.breadcrumb a {
  text-decoration: none !important;
}

.journey .timeline {
  position: relative;
  display: flex;
  justify-content: center;
}

.journey .timeline .dot {
  background: #22A3D9;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  position: absolute;
  top: 0px;
}

.journey .timeline .timeline-line {
  width: 2px;
  height: 100%;
  background: #fff;
}

.journey h3,
.journey p {
  opacity: 0.8;
}

.journey h3 {
  width: 64px;
}

@media (min-width: 768px) {
  #cms-bar,
  #cms-bar-spacer {
    display: block;
  }
}

.sitemap-wrap h4 {
  width: 100%;
  background: #22A3D9;
  padding: 0px;
  color: #fff;
  margin: 0px;
  opacity: 0.8;
}

.sitemap-wrap ul.sitemap-block {
  list-style: none;
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
}

.sitemap-wrap ul.sitemap-block li a {
  opacity: 0.8;
}

.stat {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #22A3D9;
  display: inline-block;
}

.stat .stat-number {
  font-size: 20px;
  margin-top: 48%;
  transform: translateY(-50%);
}

.case-study .stat {
  border-color: #22A3D9;
  background: #101217;
}

.case-study .stat-name {
  color: #686868;
}

.stat-name {
  margin-top: 5px;
}

/*---------------------------------------------------------------------------------------------*/

.ofi-wrap {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.ofi-wrap.ie-fix {
  background-size: cover;
  background-position: top left;
}

.ofi-wrap.ie-fix .ofi-img {
  opacity: 0;
}

.ofi-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.page-panels {
  margin-bottom: -40px;
}

.page-panels .pan-pos {
  width: 100%;
  position: relative;
  bottom: 50px;
}

hr {
  border-top: 1px solid #333;
}

.bottom-gradient {
  background: #191C24;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #191C24 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.page-gradient {
  background: #191C24;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #191C24 70px, #000000 200px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.opacity {
  opacity: 0.8;
}

.user-image {
  width: 100px;
}

body.whitebg,
.sections .bg-white {
  background: #fff;
}

body.whitebg #page-wrap,
.sections .bg-white #page-wrap {
  background: #fff;
}

body.whitebg #page-wrap:after,
.sections .bg-white #page-wrap:after {
  background: #fff;
}

body.whitebg #header-wrap,
.sections .bg-white #header-wrap {
  background: #000;
}

body.whitebg .content,
.sections .bg-white .content {
  color: #434343;
}

body.whitebg .content p,
.sections .bg-white .content p {
  opacity: 1;
}

body.whitebg .content h1,
body.whitebg .content h2,
body.whitebg .content h3,
body.whitebg .content h4,
body.whitebg .content h5,
body.whitebg .content h6,
.sections .bg-white .content h1,
.sections .bg-white .content h2,
.sections .bg-white .content h3,
.sections .bg-white .content h4,
.sections .bg-white .content h5,
.sections .bg-white .content h6 {
  color: #0A0A0A;
  opacity: 1;
}

body.whitebg .content a:not(.btn),
.sections .bg-white .content a:not(.btn) {
  color: #11A2DB;
}

body.whitebg .content table td,
.sections .bg-white .content table td {
  opacity: 1;
}

body.whitebg .content table th,
body.whitebg .content table thead td,
body.whitebg .content table tr:first-child,
.sections .bg-white .content table th,
.sections .bg-white .content table thead td,
.sections .bg-white .content table tr:first-child {
  background: #0F1522;
  color: #fff;
}

body.whitebg .content table tr,
.sections .bg-white .content table tr {
  border-bottom: 1px solid #d5d5d5;
}

body.whitebg .content ul,
.sections .bg-white .content ul {
  opacity: 1;
}

body.whitebg .content ul li,
.sections .bg-white .content ul li {
  line-height: 1.8;
}

body.whitebg .content .btn.btn-default,
.sections .bg-white .content .btn.btn-default {
  color: #fff !important;
  background: #22A3D9;
}

body.whitebg .content .btn.btn-default:hover,
.sections .bg-white .content .btn.btn-default:hover {
  color: #fff !important;
  background: #F448AD;
}

body.whitebg .content .btn.btn-secondary,
.sections .bg-white .content .btn.btn-secondary {
  color: #fff;
}

body.whitebg .content .btn.btn-primary,
.sections .bg-white .content .btn.btn-primary {
  color: #434343;
}

body.whitebg ol.breadcrumb a,
.sections .bg-white ol.breadcrumb a {
  color: #434343 !important;
}

body.whitebg .banner-caption ol.breadcrumb a,
body.whitebg .banner-caption h1,
.sections .bg-white .banner-caption ol.breadcrumb a,
.sections .bg-white .banner-caption h1 {
  color: #ffffff !important;
}

body.whitebg #main-nav .navbar-nav .dropdown-menu,
.sections .bg-white #main-nav .navbar-nav .dropdown-menu {
  box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.75);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(209, 209, 209, 0.75);
}

body.whitebg .cms-block .btn.btn-primary,
.sections .bg-white .cms-block .btn.btn-primary {
  color: #434343;
}

body.whitebg .cms-block .list-unstyled a,
.sections .bg-white .cms-block .list-unstyled a {
  color: #434343;
}

body.whitebg .cms-block .list-unstyled a:hover,
.sections .bg-white .cms-block .list-unstyled a:hover {
  color: #22A3D9;
}

body.whitebg hr,
.sections .bg-white hr {
  border-top: 1px solid #dcdcdc;
}

body.whitebg .breadcrumb-item + .breadcrumb-item::before,
.sections .bg-white .breadcrumb-item + .breadcrumb-item::before {
  color: #ccc;
}

body.whitebg:not(.news-article) #footer {
  margin-top: 0px !important;
}

body.whitebg:not(.news-article) #footer hr {
  display: none;
}

body.whitebg:not(.news-article) #footer .row.flex-lg-row-reverse.mt-4 {
  margin-top: 0px !important;
}

body.whitebg.news-article #footer-wrap {
  background: #000;
}

body.whitebg.news-article #footer-wrap hr {
  border-top: 1px solid #333;
}

@media (min-width: 992px) {
  div.sticky {
    /* Safari */
    position: sticky;
    top: 3rem;
  }

  .badge {
    font-size: 60%;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu {
    transition: all 0.5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
    width: 100%;
    border: none;
  }

  .show .dropdown-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
    width: 100%;
    border: none;
  }

  .stat {
    width: 100px;
    height: 100px;
  }

  .stat .stat-number {
    font-size: 30px;
  }

  ol.breadcrumb small {
    font-size: 10px;
  }
}

.cc-window {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137) !important;
  border: 1px solid #DFE2E9;
  padding: 10px !important;
  border-radius: 4px !important;
  width: 530px;
  max-width: 100% !important;
}

.cc-window .cc-message {
  padding-right: 40px;
  font-size: 12px;
  margin-bottom: 0px !important;
}

.cc-window .cc-message a.cc-link {
  color: #22A3D9 !important;
  padding: 0px;
}

.cc-window .cc-btn {
  background-color: transparent !important;
  color: #0A0A0A !important;
  padding: 5px;
  width: auto;
  height: auto;
  min-width: auto !important;
  position: absolute;
  top: 2px;
  right: 10px;
}

.cc-window .cc-btn i {
  display: block;
  padding: 5px 0;
  pointer-events: none;
}

html,
body {
  font-size: 12px;
  min-width: 300px;
}

html .content,
body .content {
  font-size: 16px;
}

html .content .lead,
body .content .lead {
  font-size: 1.5rem;
}

html .card,
body .card {
  font-size: 16px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .cc-window.cc-left {
    left: calc((100vw - 1170px) / 2) !important;
  }

  .page-panels {
    margin-bottom: -210px;
  }

  .page-panels .pan-pos {
    bottom: 215px;
  }

  .case-study-img .lazyload-placeholder {
    padding-bottom: 320px !important;
  }
}

@media (min-width: 1600px) {
  .cc-window.cc-left {
    left: calc((100vw - 1570px) / 2) !important;
  }

  .page-panels {
    margin-bottom: -200px;
  }

  .page-panels .pan-pos {
    bottom: 225px;
  }

  .case-study-img .lazyload-placeholder {
    padding-bottom: 400px !important;
  }
}

body.nav-open {
  overflow: hidden;
}

body.nav-open #page-wrap:after {
  display: block;
}

.demo .btn {
  font-size: 0.8rem;
}

@media (max-width: 1199.98px) {
  #main-nav {
    display: block;
    top: 55px;
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: 0.5s all ease-in-out;
    padding-bottom: 80px;
  }

  #main-nav.open {
    opacity: 1;
    visibility: visible;
    overflow: scroll;
  }

  #main-nav.navbar {
    align-items: start;
  }

  #main-nav #menu {
    padding-top: 15px;
    width: 100%;
  }

  #main-nav #menu a {
    color: #434343;
    width: 100%;
    padding: 12px 8px;
    display: block;
    position: relative;
  }

  #main-nav #menu a .chevron {
    position: absolute;
    right: 15px;
  }

  #main-nav #menu .menu-text {
    font-size: 1.2rem;
  }

  #main-nav #menu .menu-text a {
    border-bottom: 1px solid #f4f4f4;
  }

  #main-nav #menu .menu-text.open .chevron {
    transform: rotate(180deg);
  }

  #main-nav #menu .sub-menu {
    display: none;
    font-size: 0.9rem;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
  }

  #main-nav #menu .sub-menu a {
    padding: 6px 20px;
  }

  #main-nav .nav-buts {
    width: 100%;
  }

  #main-nav .nav-buttons {
    width: 100%;
  }

  #main-nav .nav-buttons.my-digi .btn {
    background: #000;
  }

  #main-nav .nav-buttons.my-digi .btn:hover {
    background: #000;
    color: #fff !important;
  }
}

.my-digi {
  opacity: 0.8;
  font-size: 12px;
}

.sub-navigation {
  display: none;
}

.sub-navigation .menu-text a {
  padding: 8px;
  color: #0F1522;
  display: block;
  border-bottom: 1px solid #f5f5f5;
}

.sub-navigation .menu-text a:hover {
  background: #f5f5f5;
}

.sub-nav-button {
  padding: 8px;
}

@media (min-width: 992px) {
  .sub-navigation {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  :root {
    --items: 6;
    /* Number of items you have */
  }

  #main-nav {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    padding: 0 1.5rem;
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
    /* Menu specific */
    /* Define Icon Colors */
  }

  #main-nav nav {
    padding-right: 15px;
    display: flex;
    transform-style: preserve-3d;
    justify-content: space-evenly;
    position: relative;
    z-index: 2;
    margin-left: auto;
    perspective: 2000px;
    flex-wrap: wrap;
  }

  #main-nav nav .menu-item {
    color: white;
    transform-style: preserve-3d;
    flex-grow: 1;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    perspective: 200px;
    padding: 15px 1.5rem;
  }

  #main-nav nav .menu-text a {
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    text-align: center;
  }

  #main-nav nav .menu-text a:hover {
    opacity: 0.7;
  }

  #main-nav .menu-item .menu-text .chevron {
    position: relative;
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    left: 6px;
  }

  #main-nav .menu-item .sub-menu {
    position: absolute;
    top: 54px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0784313725);
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
    border-radius: 6px;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 999;
    margin-left: -5em;
    opacity: 0;
    min-width: 164px;
    font-weight: initial;
    padding: 1em 8px;
    transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, -webkit-clip-path 0.15s ease-out;
    transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
    transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out, -webkit-clip-path 0.15s ease-out;
  }

  #main-nav .menu-item .sub-menu.row {
    min-width: 424px;
  }

  #main-nav .menu-item:hover .sub-menu {
    pointer-events: all;
  }

  #main-nav .menu-text:after {
    transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
    opacity: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: -2px;
    left: calc(50% - 10px);
    border-color: transparent transparent white transparent;
    border-width: 10px;
    border-style: solid;
  }

  #main-nav .menu-item:not(.no-child):hover .menu-text:after {
    bottom: -2px;
    opacity: 1;
    transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.15s;
  }

  #main-nav .menu-item:hover .sub-menu {
    opacity: 1;
    margin-left: 0;
  }

@-webkit-keyframes clipPath {
    0% {
      opacity: 0;
    }

    100% {
      transform: rotateX(0deg) scale(1);
      top: 56px;
      opacity: 1;
    }
}

@keyframes clipPath {
    0% {
      opacity: 0;
    }

    100% {
      transform: rotateX(0deg) scale(1);
      top: 56px;
      opacity: 1;
    }
}

  #main-nav .menu-item .title {
    font-weight: 500;
    color: rgb(44, 70, 86);
    margin: 0 0 0.25em 0;
  }

  #main-nav .menu-item .icon-box * {
    transition: all 0.1s ease-out;
    position: relative;
  }

  #main-nav .menu-item .text {
    color: #9ea9af;
  }

  #main-nav .sub-menu.sub-col .icon-box .text {
    margin-right: 20px;
  }

  #main-nav .menu-item .icon {
    display: inline-block;
  }

  #main-nav .menu-item .icon-box {
    cursor: pointer;
  }

  #main-nav .menu-item .icon-box {
    width: 100%;
    margin: 0;
    row-gap: 0;
    line-height: 1em;
  }

  #main-nav .menu-item .icon-box:hover .text i {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path 0.1s ease-out;
    transition: clip-path 0.1s ease-out;
    transition: clip-path 0.1s ease-out, -webkit-clip-path 0.1s ease-out;
  }

  #main-nav .menu-item .icon-box:hover .icon,
  #main-nav .menu-item .icon-box:hover .title,
  #main-nav .menu-item .icon-box:hover .sub-text {
    color: rgb(89, 110, 123);
  }

  #main-nav .sub-menu a {
    width: 100%;
    font-size: 0.8rem;
    padding: 8px;
    font-weight: 400;
    color: #0F1522;
    text-decoration: none;
    display: flex;
    white-space: nowrap;
  }

  #main-nav .sub-menu a:hover {
    background: #f3f5fb;
  }

  .whitebg #main-nav .sub-menu {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0784313725);
  }

  .border-l {
    border-left: 1px solid #333;
    padding-left: 1.8rem !important;
  }

  .nav-buttons .btn {
    font-size: 0.8rem !important;
  }

  .nav-buttons .btn.btn-default {
    border: 1px solid rgba(255, 255, 255, 0);
    background: none;
  }

  .nav-buttons .btn.btn-default:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff !important;
  }

  #main-nav {
    right: calc((100vw - 1200px) / 2);
  }
}

@media (min-width: 1600px) {
  #main-nav {
    right: calc((100vw - 1600px) / 2);
  }
}

#mainNavButton {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background: none;
  margin: 0 20px 0 8px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #AFAFAF;
  border-radius: 4px;
  z-index: 100;
}

#mainNavButton #nav-icon {
  display: flex;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  top: 3px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#mainNavButton #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #AFAFAF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#mainNavButton #nav-icon span:nth-child(1) {
  top: 0px;
}

#mainNavButton #nav-icon span:nth-child(2),
#mainNavButton #nav-icon span:nth-child(3) {
  top: 6px;
}

#mainNavButton #nav-icon span:nth-child(4) {
  top: 12px;
}

#mainNavButton #nav-icon.open span:nth-child(1) {
  top: 3px;
  width: 0%;
  left: 50%;
}

#mainNavButton #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

#mainNavButton #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#mainNavButton #nav-icon.open span:nth-child(4) {
  top: 3px;
  width: 0%;
  left: 50%;
}

#mainNavButton .menu-txt {
  margin-left: 10px;
  display: flex;
}

#mainNavButton .intro-text {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

#footer-wrap {
  width: 100%;
  overflow-x: hidden;
}

#footer h4 {
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a span {
  transition: none;
  color: #fff !important;
}

#footer a:hover {
  color: #22A3D9;
}

#footer a:hover span {
  color: #fff !important;
}

#footer h6.nav-button {
  opacity: 0.8;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
}

#footer h6.nav-button:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}

#footer h6.nav-button.active:after {
  transform: rotate(90deg);
  transform-origin: top right;
  top: 25px;
  right: -10px;
}

#footer .footer-nav,
#footer .footer-nav-2 {
  padding-left: 10px;
  font-size: 12px;
  text-align: left;
}

#footer .footer-nav a,
#footer .footer-nav-2 a {
  opacity: 0.8;
}

#footer .footer-nav a span,
#footer .footer-nav-2 a span {
  background: #22A3D9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #22A3D9 0%, #5AB7DE 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 15px;
  padding: 2px 6px;
  font-size: 12px;
  margin-left: 5px;
}

#footer .nav-title span {
  background: #22A3D9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #22A3D9 0%, #5AB7DE 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 15px;
  padding: 2px 6px;
  font-size: 12px;
  margin-left: 5px;
}

#footer .footer-nav-2 {
  padding: 0 15px;
  margin-top: 15px;
  -moz-columns: 2;
       columns: 2;
  text-align: center;
}

#footer .footer-nav-2 a {
  padding: 0.5rem 0;
  display: block;
}

#footer small {
  font-size: 12px;
  opacity: 0.6;
}

#footer .logo {
  left: auto;
}

#footer .footer-socials a {
  color: #fff;
  display: block;
  text-align: center;
}

#footer .footer-socials a i {
  font-size: 25px;
}

#footer .footer-socials a:hover i {
  color: #22A3D9;
}

@media (min-width: 992px) {
  #footer h6.nav-button:after {
    display: none;
  }

  #footer .nav-title {
    position: relative;
    z-index: 0;
  }

  #footer .nav-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }

  #footer .footer-nav {
    padding-left: 0px;
    display: block !important;
    text-align: left;
  }

  #footer .footer-nav-2 {
    -moz-columns: 1;
         columns: 1;
    text-align: left;
  }

  #footer .footer-nav-2 .menu-item {
    display: inline-block;
    margin-right: 15px;
  }

  #footer .footer-nav-2 a {
    padding: 0px;
  }
}

#page-encapsulation {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

#header-wrap {
  flex: 0 1 auto;
}

#page-wrap {
  flex: 1 0 auto;
  flex: 1 0 auto;
}

#page-wrap:after {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

#footer-wrap {
  flex: 0 1 auto;
}

.video-wrap {
  position: relative;
  height: 400px;
  background: none;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.3;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100%;
  /*min-height: 100vh;*/
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-wrap {
  position: relative;
}

.banner-caption {
  top: 135px;
  transform: translateY(-50%);
  left: 15px;
  position: absolute;
  width: 80%;
  height: 150px;
  opacity: 1;
}

.banner-caption h1 {
  font-size: 1.8rem;
}

.internal-banners .lazyload-placeholder {
  padding-bottom: 300px !important;
}

.home-banner .banner-caption {
  opacity: 1;
  top: 16%;
  width: 95%;
  transform: none;
}

.home-banner .banner-caption .btn {
  font-size: 0.9rem;
}

.home-banner .banner-caption p {
  margin-bottom: 2.3rem;
  display: none;
}

.home-banner .banner-caption h1 {
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
}

.internal .internal-banners .btn {
  font-size: 0.9rem;
}

@media only screen and (min-width: 380px) {
  .home-banner .banner-caption p {
    display: block;
  }
}

@media (min-width: 768px) {
  .video-wrap {
    height: 500px;
  }

  .banner-overlay-panel {
    position: absolute;
    right: 15px;
    border: 3px solid #fff;
    top: 35px;
    z-index: 9;
    width: 30%;
  }

  .home-banner .banner-caption {
    width: 65%;
  }

  .banner-caption {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .internal-banners .lazyload-placeholder {
    padding-bottom: 500px !important;
  }

  .banner-caption {
    top: 150px;
  }

  .home-banner .banner-caption {
    top: 12%;
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .video-wrap {
    height: 800px;
  }

  .banner-caption {
    width: 33%;
    left: calc((100vw - 1170px) / 2);
    font-weight: 300;
    line-height: 1.6rem;
  }

  .home-banner .banner-caption {
    top: 10%;
    width: 48%;
  }

  .home-banner .banner-caption p {
    width: 65%;
    margin-bottom: 44px;
  }

  .home-banner .banner-caption h1 {
    margin-bottom: 40px !important;
  }

  .home-banner .banner-caption p {
    font-weight: 300;
    line-height: 1.6rem;
  }

  .internal .banner-caption p,
  .internal .banner-caption h1 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1600px) {
  .banner,
  .banner-caption {
    left: calc((100vw - 1570px) / 2);
  }

  .internal-banners .lazyload-placeholder {
    padding-bottom: 600px !important;
  }

  .home-banner .banner-caption h1 {
    font-size: 2.3rem;
  }

  .home-banner .banner-caption {
    top: 14%;
  }
}

.btn {
  color: #fff;
  border-radius: 4px;
  padding: 8px 15px;
  border: none;
  transition: all ease-in-out 0.5s;
}

.btn.btn-default {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.7);
}

.btn.btn-default:hover {
  background: #fff;
  color: #0F1522 !important;
}

.btn.btn-pink {
  background: #D3077F;
}

.btn.btn-secondary {
  background: #F448AD;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #F448AD 0%, #D3077F 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
  position: relative;
}

.btn.btn-secondary:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #D3077F;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #D3077F 0%, #D3077F 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
  border-radius: 4px;
}

.btn.btn-secondary:hover:before {
  opacity: 1;
}

.btn.btn-primary {
  position: relative;
  background: none;
  border-bottom: 3px solid #22A3D9;
  padding: 6px 0;
  border-radius: 0px;
}

.btn.btn-primary:after {
  position: absolute;
  top: 6px;
  transition: all ease-in-out 0.5s;
  right: -25px;
  font-family: FontAwesome;
  content: "\f061";
}

.btn.btn-primary:hover {
  border-color: #F448AD;
}

.btn.btn-primary:hover:after {
  color: #F448AD;
}

.btn:hover {
  color: #fff;
}

.btn.btn-blue {
  background: #5AB7DE;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5AB7DE 0%, #22A3D9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.news-tag {
  background: #ddd;
  padding: 3px 8px;
}

.news-tag:hover {
  background: #bbb;
  color: #000;
}

.btn-edit-block {
  position: absolute;
  right: 20px;
  z-index: 1;
}

.card-featured {
  background-color: #F448AD;
  border-color: #f11897;
}

.card-featured .card-header,
.card-featured .card-footer {
  background-color: transparent;
}

.card-hover-featured {
  background-color: #F448AD;
  border-color: #f11897;
  transition: background-color 0.5s ease-out;
}

.card-hover-featured .card-header,
.card-hover-featured .card-footer {
  background-color: transparent;
}

.card-hover-featured:hover {
  background-color: #f778c3;
}

.card-hover-primary {
  background-color: #000;
  border-color: black;
  transition: background-color 0.5s ease-out;
}

.card-hover-primary .card-header,
.card-hover-primary .card-footer {
  background-color: transparent;
}

.card-hover-primary:hover {
  background-color: #1a1a1a;
}

.card {
  border: none;
  background: none;
}

.card .list-date {
  position: absolute;
  top: 0;
  right: 0;
}

.card .focuspoint,
.card .lazyload-placeholder {
  min-height: 80px;
}

.card .focuspoint img,
.card .lazyload-placeholder img {
  transition: all 0.5s ease-in-out !important;
  transform: scale(1);
}

.card:hover .focuspoint img,
.card:hover .lazyload-placeholder img {
  transform: scale(1.1);
}

.panels .card h4 {
  color: #fff;
  font-size: 1.2rem;
}

.panels .card .card-img-top .svg-icon img {
  width: 70px;
  height: 70px;
}

.panels .card.icon-panel {
  transition-property: transform;
  transition-duration: 0.15s;
}

.panels .card.icon-panel h4 {
  font-family: "Open Sans", sans-serif;
}

.panels .card.icon-panel:hover {
  transform: translateY(-1rem);
}

.panels hr,
.panels .pansnipp {
  display: none;
}

.cms-block .panels hr,
.cms-block .panels .pansnipp {
  display: block;
}

.home-panels {
  margin-bottom: 20px;
  position: relative;
  transform: translateY(-50px);
}

.home-panels .icon-panel {
  background: #0F1522;
}

.home-panels .panels .card.icon-panel {
  transition: none;
  position: relative;
  border-radius: 5px;
  box-shadow: none;
}

.home-panels .panels .card.icon-panel:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #0F1522;
  transition-property: transform;
  transition-duration: 0.15s;
}

.home-panels .panels .card.icon-panel .card-img-top,
.home-panels .panels .card.icon-panel .card-title {
  z-index: 1;
  position: relative;
}

.home-panels .panels .card.icon-panel img {
  max-width: 50px;
}

.home-panels .panels .card.icon-panel:hover {
  transform: none;
}

.home-panels .panels .card.icon-panel:hover img {
  filter: invert(47%) sepia(96%) saturate(3395%) hue-rotate(300deg) brightness(100%) contrast(92%);
}

.home-panels .panels .card.icon-panel:hover:before {
  transform: scale(1.1);
}

.home-panels .panels .card h6 {
  font-size: 0.8rem;
}

.casestudy-card h3 {
  font-size: 1.2rem;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .casestudy-card .lazyload-placeholder {
    padding-bottom: 180px !important;
  }

  .card.card-news .lazyload-placeholder {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .cms-block .panels hr {
    display: none;
  }
}

@media (min-width: 992px) {
  .card {
    background: none;
  }

  .card.card-horizontal .focuspoint {
    min-height: 280px;
  }

  .panels .card h4 {
    font-size: 1.3rem;
  }

  .panels .card .card-img-top .svg-icon img {
    width: 100%;
    height: 60px;
  }

  .casestudy-card h3 {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .panels .card h4 {
    font-size: 1.4rem;
  }

  .panels hr,
  .panels .pansnipp {
    display: block;
  }

  .cms-block .panels hr,
  .cms-block .panels .pansnipp {
    display: block;
  }

  .home-panels {
    position: relative;
    transform: translateY(-50%);
    margin-bottom: -80px;
  }
}

@media (min-width: 1600px) {
  .panels .card h4 {
    font-size: 1.6rem;
  }

  .casestudy-card h3 {
    font-size: 1.6rem;
  }
}

.accord-panel {
  min-height: 84px;
  cursor: pointer;
}

.accord-panel .content {
  color: #fff;
}

.accord-panel .accord-panel-body {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}

.accord-panel .accord-panel-overlay {
  padding: 20px;
  transition: all ease-in-out 0.5s;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.accord-panel.show .accord-panel-overlay {
  padding-top: 100px;
}

.accord-panel.show .accord-panel-body {
  opacity: 1;
  max-height: none;
}

@media (min-width: 992px) {
  .accord-panel {
    border-radius: 8px;
    min-height: 400px;
    transition: all 0.4s ease-in-out;
    flex: 1 1 0;
    overflow: hidden;
  }

  .accord-panel .accord-bg {
    border-radius: 8px;
  }

  .accord-panel h4 {
    -ms-writing-mode: sideways-lr;
        writing-mode: sideways-lr;
    text-align: center;
    line-height: 5.3;
  }

  .accord-panel .accord-panel-overlay {
    align-items: end;
    justify-content: center;
    border-radius: 8px;
  }

  .accord-panel.show .accord-panel-overlay {
    padding-top: 0;
    justify-content: start;
  }

  .accord-panel.show h4 {
    -ms-writing-mode: initial;
        writing-mode: initial;
    text-align: start;
    line-height: 1;
  }

  .accord-panel.show .accord-panel-body {
    max-height: 400px;
  }

  .accord-panels .col-lg {
    flex: 1 1 0;
  }

  .accord-panels .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .accord-panel.expanded {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .accord-panel.shrinking {
    flex: 1 1 0 !important;
    max-width: 100% !important;
  }

  .card.card-horizontal .focuspoint {
    min-height: 280px;
  }
}

.share-popover i {
  font-size: 1.5rem;
}

.share-popover .fa-envelope {
  color: #767676;
}

.share-popover .fa-facebook-square {
  color: #2B65A4;
}

.share-popover .fa-twitter-square {
  color: #00B3F2;
}

.share-popover .fa-linkedin-square {
  color: #0171A3;
}

.share-popover .fa-google-plus-square {
  color: #E35338;
}

.modal:not(.ekko-lightbox) .modal-dialog {
  background: #22A3D9;
  position: relative;
  transform: translate(0, -50%) !important;
  top: 50% !important;
  margin: 0 auto !important;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.6);
}

.modal:not(.ekko-lightbox) .modal-dialog .modal-header {
  padding: 0;
  border-bottom: none;
}

.modal:not(.ekko-lightbox) .modal-dialog .modal-content {
  border: none;
}

.modal:not(.ekko-lightbox) .modal-dialog .modal-body {
  padding: 1.5rem;
  background: #fff;
}

.modal:not(.ekko-lightbox) .modal-dialog .close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 20;
  font-size: 2rem;
  text-shadow: 1px 1px 0 #000 !important;
}

.modal:not(.ekko-lightbox) .modal-dialog .modal-image {
  background: #aaa;
}

.modal:not(.ekko-lightbox) .modal-dialog .modal-image .close {
  color: #fff;
}

.modal:not(.ekko-lightbox) .modal-dialog h4.modal-title {
  color: #646464 !important;
  margin-bottom: 1rem;
}

.modal:not(.ekko-lightbox) .modal-dialog .modal-footer {
  border-top: none;
  background: #e9e9e9;
}

.modal:not(.ekko-lightbox) .modal-dialog button:hover {
  cursor: pointer;
}

.testimonial-cards .card {
  margin-top: 2rem;
}

.testimonial-cards .card-header {
  background: #000;
}

.testimonial-cards .card-header img {
  border: 5px solid #2D2C28;
}

.testimonial-cards .card-header h4 {
  position: relative;
  float: left;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.testimonial-cards .card-footer {
  background: #22A3D9;
}

.testimonial-cards .card-content p:last-of-type {
  margin-bottom: 0;
}

.ajax-testimonial {
  display: none;
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 3s;
}

.slick-active .ajax-testimonial {
  opacity: 1;
}

/* ---------------------- noui slider ------------------ */

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*-------------------------Ride filters---------------------------------*/

.status-table td {
  border-top: 1px solid #ddd;
}

.ride-status {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3rem;
  padding: 0.3rem 0.6rem 0.1rem 0.5rem;
}

@media (min-width: 576px) {
  .ride-status {
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem 0.2rem 0.5rem;
  }
}

@media (min-width: 768px) {
  .ride-status {
    font-size: 1.3rem;
    padding: 0.3rem 0.6rem 0.2rem 0.5rem;
  }
}

.ride-times {
  font-family: "Open Sans", sans-serif;
  color: #2D2C28;
  font-size: 1rem;
  line-height: 0.9rem;
}

@media (min-width: 576px) {
  .ride-times {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .ride-times {
    font-size: 1.1rem;
  }
}

.ride-times span {
  display: block;
  font-size: 85%;
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .ride-times span {
    display: inline;
  }
}

a.ride-title-link h4 {
  color: #000 !important;
  transition: color 0.5s;
  font-size: 1.3rem;
}

@media (min-width: 576px) {
  a.ride-title-link h4 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  a.ride-title-link h4 {
    font-size: 1.5rem;
  }
}

a.ride-title-link:hover h4 {
  color: #22A3D9 !important;
}

.item {
  display: none;
}

.visible {
  display: inline-block !important;
}

.cb-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-results {
  display: none;
}

label.filter-cb {
  margin-bottom: 8px;
  padding: 5px;
  display: block;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  border: 1px solid #ddd;
  transition: color 0.5s, border 0.5s, background 0.5s, border 0.5s;
}

label.filter-cb:hover {
  background: #77c8ea;
  cursor: pointer;
}

input:checked + label {
  background: #22A3D9;
  color: #000;
  border: 1px solid transparent;
}

input:checked + label:hover {
  background: #22A3D9;
  cursor: default;
}

.height-filter {
  text-align: center;
  padding-left: 40px;
  padding-top: 5px;
}

span.filter-btn {
  background: #ddd;
  padding: 5px 10px;
  transition: color 0.5s, background 0.5s;
}

span.filter-btn:hover {
  background: #7e7b70;
  color: #fff;
  cursor: pointer;
}

h4.card-title {
  font-size: 1.1em;
}

.ride-panels .card-footer small {
  line-height: 0.7rem;
}

.ride-filters {
  border: 1px solid #ddd;
  display: none;
}

.ride-filters .row.filter-row {
  margin-top: 15px;
}

#ride-height-slider {
  margin-top: 10px;
  margin-left: 13px;
}

#ride-height-slider.swap-sides .noUi-tooltip {
  right: initial;
  left: 120%;
}

#ride-height-slider.swap-sides .noUi-handle {
  border: 1px solid #2D2C28;
  background: #2D2C28;
}

#ride-height-slider.swap-sides .noUi-handle:after,
#ride-height-slider.swap-sides .noUi-handle:before {
  background: #121210;
}

#ride-height-slider.swap-sides .noUi-pips div:nth-child(12n+2) {
  font-size: 67%;
}

#ride-height-slider.swap-sides .noUi-pips div:nth-child(12n+1) {
  width: 10px !important;
}

#ride-height-slider.swap-sides .noUi-marker,
#ride-height-slider.swap-sides .noUi-marker {
  right: 0;
}

#ride-height-slider.swap-sides .noUi-pips {
  right: 200%;
  left: initial;
}

#ride-height-slider.swap-sides .noUi-value {
  right: 20px;
  margin-bottom: 2px;
}

.ride-height-filter .card-body {
  display: none;
}

.ride-height-filter .card-footer {
  border: none;
}

.ride-cats ul li {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  background: #fff;
  transition: background 0.5s, color 0.5s;
}

.ride-cats ul li a {
  color: #000;
  font-weight: bold;
}

.ride-cats ul li:hover {
  background: #77c8ea;
}

.ride-cats .fa {
  font-size: 20px;
  padding-top: 3px;
}

/*------------------------------------------------------------------------------ */

#minimap-wrap {
  position: relative;
}

#minimap-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------------------ */

.video-banner {
  width: 100%;
  height: 400px;
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("http://rs279.pbsrc.com/albums/kk143/faeini1/nosignaltvstaticavatar.gif?w=280&h=210&fit=crop") #888;
  background: #888;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  filter: grayscale(100%);
  transition: opacity 0.5s;
}

#vid-banner.fullscreen .tv .screen {
  filter: none;
}

.tv .screen.active {
  opacity: 0.9;
}

.tv:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);*/
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIElEQVQYV2NkQAL/////zwjjgzkgABKAcUBsRmQOSAAAIAYQASyLe4sAAAAASUVORK5CYII=);*/
}

.centered-banner-overlay {
  z-index: 11;
}

.centered-banner-overlay {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  text-align: center;
}

.strapline {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 400;
}

.yt-btn {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  /*text-align: center;*/
}

.yt-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}

.yt-controls {
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.yt-controls ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#hsmap {
  width: 100%;
  height: 560px;
  z-index: 1;
  opacity: 0.01;
  transition: opacity 1s;
}

#map-wrap {
  display: none;
  position: relative;
}

.on-desktop #map-wrap {
  top: -12px;
}

@media screen and (min-width: 1200px) {
  .on-desktop #map-wrap {
    display: block;
    top: 0;
  }
}

#map-wrap #close-map {
  position: absolute;
  top: 0;
  right: 0;
  background: #2D2C28;
  padding: 1px;
  z-index: 2;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 2rem;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: none !important;
}

.leaflet-control {
  margin-top: 0 !important;
  margin-left: 8px !important;
}

@media screen and (min-width: 768px) {
  .leaflet-control {
    margin-left: 0 !important;
  }
}

.leaflet-touch .leaflet-bar a {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  color: #fff !important;
  background: #2D2C28 !important;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 3px !important;
}

.leaflet-container a {
  color: #000 !important;
}

.leaflet-container a:hover {
  color: #fff !important;
}

html.device-ios #map-wrap {
  margin-top: 70px;
}

.hsmarker.style-1 {
  background: url("/images/map-marker-1.png") no-repeat;
  background-size: 100%;
}

.hsmarker.style-2 {
  background: url("/images/map-marker-2.png") no-repeat;
  background-size: 100%;
}

.hsmarker.style-3 {
  background: url("/images/map-marker-3.png") no-repeat;
  background-size: 100%;
}

.hsmarker.style-4 {
  background: url("/images/map-marker-4.png") no-repeat;
  background-size: 100%;
}

.hsmarker.style-5 {
  background: url("/images/map-marker-5.png") no-repeat;
  background-size: 100%;
}

.hsmarker {
  width: 33px;
  height: 45px;
  background-size: 100%;
  padding-top: 8px;
  color: #000;
  text-align: center;
  z-index: 700;
  display: inline-block;
}

.marker-list .hsmarker {
  width: 18px;
  height: 23px;
  font-size: 60%;
  font-weight: bold;
  padding-top: 1px;
  font-family: arial;
  padding-left: 1px;
  margin-right: 5px;
}

.marker-list .list-marker:hover {
  color: #000;
  cursor: pointer;
}

#prev-marker,
#next-marker {
  width: 50px;
  height: 50px;
  background: #000;
  border: none;
  color: #fff;
  overflow: hidden;
  font-size: 1.5rem;
}

#hsmap-infopane {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  height: 200px;
  border-top: 3px solid #fff;
  z-index: 800;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s, opacity 0.5s;
}

@media screen and (min-width: 400px) {
  #hsmap-infopane {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#hsmap-infopane div {
  z-index: 1;
}

#hsmap-infopane .tooltip {
  opacity: 0;
  height: 100%;
}

#hsmap-infopane:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 0;
}

#hsmap-infopane.open {
  transform: translateY(0);
  opacity: 1;
}

#hsmap-infopane .tooltip-img,
#hsmap-infopane .tooltip-details {
  opacity: 0;
  color: #fff;
}

#hsmap-infopane .tooltip-img {
  height: 45%;
}

#hsmap-infopane .tooltip-details {
  height: 55%;
}

#hsmap-infopane .tooltip-details h2 {
  font-size: 1.35rem !important;
  color: #fff;
  margin-bottom: 0.5rem;
}

#hsmap-infopane .tooltip-details p {
  padding-right: 60px;
  color: #fff;
  line-height: 1.5rem;
  font-size: 1.1rem;
}

#hsmap-infopane .tooltip-details .btn {
  outline: none;
  position: absolute;
  width: 50px;
  height: auto;
  right: 8px;
  bottom: 8px;
  padding: 4px 6px;
  font-size: 0.75rem;
  white-space: initial;
  line-height: 0.9rem;
}

#hsmap-infopane .tooltip-details .btn span {
  display: none;
}

#hsmap-infopane #tooltip-link {
  display: none;
}

#hsmap-infopane .close-btn {
  display: inline-block;
  position: absolute;
  top: -43px;
  right: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.7rem;
  padding-top: 6px;
  transition: color 0.5s, background 0.5s;
}

@media screen and (min-width: 400px) {
  #hsmap-infopane .close-btn {
    padding-top: 4px;
  }
}

@media screen and (min-width: 576px) {
  #hsmap-infopane .close-btn {
    padding-top: 2px;
  }
}

@media screen and (min-width: 768px) {
  #hsmap-infopane .close-btn {
    padding-top: 0px;
  }
}

#hsmap-infopane .close-btn:hover {
  background: #fff !important;
  color: #2D2C28 !important;
  cursor: pointer !important;
}

@media screen and (min-width: 400px) {
  #hsmap-infopane .tooltip-img,
  #hsmap-infopane .tooltip-details {
    height: 100%;
  }

  #hsmap-infopane .tooltip-details .btn {
    outline: none;
    position: absolute;
    width: calc(100% - 32px);
    left: 15px;
    bottom: 15px;
    padding: 8px 6px;
    font-size: 1rem;
  }

  #hsmap-infopane .tooltip-details p {
    padding-right: 0px;
  }

  #hsmap-infopane .tooltip-details .btn span {
    display: inline;
  }
}

@media screen and (min-width: 1200px) {
  #hsmap {
    margin-bottom: 20px;
  }

  #hsmap-infopane {
    bottom: 0;
    left: initial;
    right: 0;
    width: 300px;
    height: 100%;
    transform: translateX(100%);
    border-top: none;
  }

  #hsmap-infopane .tooltip-img,
  #hsmap-infopane .tooltip-details {
    height: 50%;
  }

  #hsmap-infopane.open {
    transform: translateX(0);
  }

  #hsmap-infopane .close-btn {
    top: 0;
    left: -40px;
    right: initial;
    width: 40px;
    height: 40px;
  }
}

#ride-select {
  opacity: 0;
  transition: opacity 0.5s;
}

#ride-select.active {
  opacity: 1;
}

.dropup .dropdown-toggle {
  display: block;
  width: 100%;
  text-align: left;
  height: 50px;
}

.dropup .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-10%);
}

.dropup .dropdown-menu {
  width: 100%;
  background: #22A3D9;
  color: #000;
}

.dropup .dropdown-item {
  padding: 3px 1rem;
}

.dropup .mob-marker-list-group {
  display: none;
}

#cat-select {
  width: 100px;
}

#cat-select .dropdown-toggle,
#ride-select .dropdown-toggle {
  padding-left: 8px;
  font-size: 0.9rem;
  padding-top: 11px;
  color: #000;
}

#cat-select .dropdown-toggle small,
#ride-select .dropdown-toggle small {
  display: block;
  font-size: 70%;
  font: "Open Sans", sans-serif;
}

#map-wrap {
  display: none;
  position: relative;
}

.on-desktop #map-wrap {
  top: -12px;
}

@media screen and (min-width: 1200px) {
  .on-desktop #map-wrap {
    display: block;
    top: 0;
  }
}

#ride-type-accordion .card-header {
  background: #000;
}

#ride-type-accordion .card-header a {
  color: #fff;
}

#ride-type-accordion .card-header a:hover {
  color: #22A3D9;
}

#ride-type-accordion .cat-group {
  margin-bottom: 10px;
}

.faq-qa-group {
  margin-top: 30px;
  padding-top: 30px;
}

.faq-qa-group .card-body {
  opacity: 0;
  transition: opacity 0.3s linear;
  border-radius: 4px;
  padding: 8px;
  background: #191c24;
}

.faq-qa-group .card-body p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}

.faq-qa-group .collapse.show .card-body {
  opacity: 0.6;
}

.faq-qa-group h3 {
  padding: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.faq-qa-group .card-header {
  padding: 0;
}

.faq-qa-group .card-header a {
  display: block;
  position: relative;
  font-size: 1.1rem;
  padding: 0.75rem 0;
}

.faq-accordion h5 a:after {
  content: "+";
  color: #22A3D9;
  position: absolute;
  font-size: 1.4rem;
  right: 0px;
  top: 1.4rem;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}

.cms-block .faq-accordion h5 a:after {
  top: 0.6rem;
}

.faq-accordion .card-header.open h5 a:after {
  transform: rotate(45deg);
  transition: transform 0.1s linear;
}

.faq-accordion .card {
  border-bottom: 1px solid #333;
  background: none;
}

.faq-qa-group .card-header {
  transition: background 0.5s;
}

.faq-accordion .collapse {
  display: none;
}

.faq-accordion .collapse.show {
  display: block;
}

.whitebg .faq-qa-group h5 a {
  color: #22A3D9;
}

.whitebg .faq-qa-group .card-header {
  background-color: transparent;
  border-bottom: none;
}

.whitebg .faq-qa-group .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.whitebg .faq-qa-group .card-body {
  background: none;
}

.accord-block .faq-qa-group .card {
  transition: all 0.5s;
}

.accord-block .card-header {
  border-bottom: none;
}

.accord-block .faq-qa-group .card-header a {
  background-color: #fff;
  color: #000 !important;
  padding: 1rem;
  border-radius: 8px;
}

.accord-block .faq-accordion h5 a:after {
  right: 15px;
  top: 15px;
}

.accord-block .faq-qa-group .card-body {
  background-color: unset;
  color: #fff !important;
  padding: 1rem;
}

.accord-block .faq-qa-group .card-body p {
  font-size: 1rem;
}

.accord-block .faq-accordion .card {
  border-bottom: none;
  margin-bottom: 0.25rem;
}

.accord-block .btn {
  color: #fff !important;
}

.accord-block .faq-qa-group .collapse.show .card-body {
  opacity: 1;
}

.bg-light-blue .accord-block .faq-qa-group .card-body,
.bg-mid-blue .accord-block .faq-qa-group .card-body {
  color: #fff !important;
}

.bg-light-blue .accord-block .btn,
.bg-mid-blue .accord-block .btn {
  color: #fff !important;
}

.bg-white .accord-block .faq-qa-group .card-header a,
.bg-light-grey .accord-block .faq-qa-group .card-header a {
  background-color: #000;
  color: #fff !important;
}

.bg-white .accord-block .card-body,
.bg-light-grey .accord-block .card-body {
  color: #000 !important;
}

.bg-white .accord-block .btn,
.bg-light-grey .accord-block .btn {
  color: #000 !important;
}

.list-row .featured-listing {
  background: #ccc !important;
}

.list-row .list-img {
  min-height: 150px;
}

.list-row .list-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  color: #ffffff;
  text-align: center;
}

.list-row .list-date span {
  display: block;
}

.list-row .list-description span {
  display: flex;
}

.list-row .list-description span.btn {
  display: inline-block;
  border: 1px solid #000;
}

.filter-wrap {
  position: relative;
  overflow: hidden;
}

.filter-wrap .listing-filters {
  position: fixed;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 90%;
  background: #fff;
  border-left: 5px solid #ccc;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  padding: 15px;
}

.filter-wrap .listing-filters.filter-open {
  right: 0px;
}

.filter-wrap .listing-filters .apply-filter {
  cursor: pointer;
}

.date {
  font-size: 0.7rem;
}

.over-scroll {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.event-date {
  position: sticky;
  top: 6rem;
}

@media (min-width: 992px) {
  .not-flipped .list-col:nth-of-type(1) {
    order: 2;
  }

  .not-flipped .list-col:nth-of-type(2) {
    order: 1;
  }

  .filter-wrap {
    position: relative;
  }

  .filter-wrap .listing-filters {
    position: relative;
    right: auto;
    height: auto;
    width: 100%;
    background: none;
    z-index: 1;
    padding: 0px;
    border: none;
  }
}

.updates .card.news-default,
.updates .card.panel-card {
  border-radius: 0 !important;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid #F0F0F0;
  background: #fff;
}

.updates .card.news-default .card-title,
.updates .card.panel-card .card-title {
  font-size: 24px;
  font-weight: bolder;
}

.updates .card.news-default .date,
.updates .card.panel-card .date {
  display: flex;
  align-items: center;
  justify-content: end;
}

.updates .badge {
  border-radius: 20px;
  font-size: 0.75em;
}

.product-cats {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid #F0F0F0;
  background: #fff;
  position: sticky;
  z-index: 2;
  top: 4rem;
}

.product-cats h6 {
  font-weight: 600;
}

.product-cats a.p-label {
  display: block;
  position: relative;
  color: #0F1522 !important;
  text-decoration: none !important;
  padding: 8px 8px 8px 20px;
  border-radius: 4px;
}

.product-cats a.p-label.active {
  background: #E8E7EE;
}

.product-cats a.p-label .edge {
  border-radius: 4px;
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  background: #2C1841;
  z-index: 1;
}

.product-cats a.p-label .hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  border-radius: 4px;
  background: #E8E7EE;
  transition: all ease-in-out 0.5s;
}

.product-cats a.p-label:hover .hover,
.product-cats a.p-label.active-cat .hover {
  width: 100%;
}

.schedule {
  position: relative;
  width: 100%;
}

.schedule .s-wrap {
  position: relative;
  padding: 10px;
  color: #000;
}

.schedule h4 {
  text-align: center;
  font-weight: 600;
}

.schedule .btn {
  display: block;
  width: 100%;
}

.schedule .time {
  background: #000;
  padding: 6px;
  color: #f1f1f1;
  width: 120px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.s-times {
  padding: 10px;
  display: block;
  color: #fff;
  background: #000;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .schedule {
    position: absolute;
    right: 15px;
    border: 3px solid #fff;
    top: 35px;
    z-index: 9;
    width: 30%;
  }
}

.main-img .focuspoint {
  min-height: 250px;
}

.media-credit {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  font-size: 0.6rem;
  padding: 4px 7px;
  color: #FFF;
}

.banner-wrap .media-credit {
  right: 6px;
  left: auto;
}

.galleries img.img-fluid {
  width: 100%;
}

.galleries a {
  display: block;
  position: relative;
}

.galleries a.last-item span.more-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.galleries a.last-item span.more-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.galleries a.last-item span.more-overlay .more {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -15px;
  color: #fff;
  font-size: 2em;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.galleries a.last-item span.more-overlay .more i {
  font-size: 1.3rem;
  position: relative;
  top: -3px;
  left: 4px;
}

.news-gallery .galleries {
  margin-top: 0;
}

.ekko-lightbox-nav-overlay a > * {
  font-size: 3em;
  color: #fff;
}

.case-studies-slider .slick-list {
  padding-left: 0px !important;
}

.case-studies-slider .slick-list.multi {
  padding-right: 130px !important;
}

@media (min-width: 1200px) {
  .case-studies-slider .slick-list {
    padding-right: calc((100vw - 790px) / 2) !important;
  }
}

@media (min-width: 1600px) {
  .case-studies-slider .slick-list {
    padding-right: calc((100vw - 1190px) / 2) !important;
  }
}

.gal-arrows div i {
  font-size: 2rem;
  cursor: pointer;
}

.ekko-lightbox .modal-body {
  padding: 0;
  border-radius: 0px;
}

.ekko-lightbox .modal-content {
  background-color: transparent;
  border: none;
}

.ekko-lightbox .modal-content h4.modal-title {
  color: #fff;
}

.ekko-lightbox .modal-content .close {
  color: #fff;
  font-size: 3em;
}

.ekko-lightbox .modal-content .modal-header {
  padding: 2px;
  border: none;
}

.ekko-lightbox .modal-content .ekko-lightbox-credit {
  position: absolute;
  bottom: 2px;
  right: 0px;
  padding: 2px 5px;
  color: #fff;
  background: #000;
  border: none;
}

.page-banners .banner-wrap {
  width: 100%;
  background-size: cover;
}

.page-banners .banner-wrap.init {
  min-height: 500px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}

.page-banners .media-wrap {
  position: relative;
}

.page-banners .media-credit {
  width: auto;
}

.page-banners .slick-slide {
  position: relative;
}

.page-banners .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.page-banners img.initial.img-lazy-load-responsive,
.page-banners img.loaded.img-lazy-load-responsive,
.page-banners img.error.img-lazy-load-responsive {
  opacity: 0.3;
}

.slick-arrow.slick-disabled,
.slick-arrow.slick-hidden {
  opacity: 0.4 !important;
}

@media (min-width: 992px) {
  .main-img .focuspoint {
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-img.tablet-height .lazyload-placeholder {
    padding-bottom: 380px !important;
  }
}

.block-media {
  position: relative;
}

.block-media .play-icon {
  color: #ffffff;
  font-size: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cms-block {
  margin-bottom: 9rem;
}

.cms-block.gallery,
.cms-block.noMedia {
  margin-bottom: 4rem;
}

.cms-block .content p:last-child {
  margin-bottom: 0px;
}

.cms-block:last-child {
  margin-bottom: 0px;
}

.gallery-slider.slick-slider:not(.case-studies-slider) .slick-dots li button::before {
  color: #fff;
  font-size: 14px;
}

.gallery-slider.slick-slider:not(.case-studies-slider) .slick-dots li button.slick-active::before {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

.white-bg .gallery-slider.slick-slider:not(.case-studies-slider) .slick-dots li button.slick-active::before {
  color: #000;
}

.module-blocks .cms-block {
  margin-bottom: 3rem;
}

.sections {
  z-index: 6;
  position: relative;
}

.sections h3 {
  font-weight: 300;
}

.whitebg .sections h2:not(.news-more h2),
.whitebg .sections h3,
.whitebg .sections h4,
.whitebg .sections h5,
.whitebg .sections h6,
.whitebg .sections .links p,
.sections .bg-white h2:not(.news-more h2),
.sections .bg-white h3,
.sections .bg-white h4,
.sections .bg-white h5,
.sections .bg-white h6,
.sections .bg-white .links p {
  color: #0A0A0A;
}

.whitebg .sections .bottom-gradient:not(.news-more),
.sections .bg-white .bottom-gradient:not(.news-more) {
  background: none !important;
}

.whitebg .sections .case-studies-slider .card .card-body a,
.sections .bg-white .case-studies-slider .card .card-body a {
  color: #fff !important;
}

.whitebg .sections .case-studies-slider .card .card-body a h3,
.sections .bg-white .case-studies-slider .card .card-body a h3 {
  color: #fff !important;
}

.whitebg .sections .panels h4.card-title,
.sections .bg-white .panels h4.card-title {
  color: #fff !important;
}

.whitebg .sections .panels .card .btn,
.sections .bg-white .panels .card .btn {
  color: #fff !important;
}

.whitebg .sections .gal-arrows .next,
.whitebg .sections .gal-arrows .prev,
.sections .bg-white .gal-arrows .next,
.sections .bg-white .gal-arrows .prev {
  color: #22A3D9 !important;
}

.whitebg .sections .gal-arrows .slick-disabled,
.sections .bg-white .gal-arrows .slick-disabled {
  color: #ccc !important;
}

.whitebg .sections .block-hr,
.sections .bg-white .block-hr {
  display: none;
}

.news-blocks div.cms-block:last-child {
  margin-bottom: 0px;
}

.news-blocks-margin {
  margin: 0;
}

.client-slides {
  margin: 0rem;
}

.block-0 .bottom-gradient.client-block {
  background: none;
}

.mobile-animation {
  position: absolute;
  bottom: -50px;
  opacity: 0;
  right: 10px;
  width: 23%;
  transition: all 0.5s ease-in-out;
}

.mobile-animation.fadeInUp {
  opacity: 1;
  transform: translateY(-50px);
}

.med-right .mobile-animation {
  left: 10px;
  right: auto;
}

.med-only .play-icon::before {
  z-index: 1;
  position: relative;
}

.med-only .play-icon::after {
  padding: 5px;
  background: rgba(244, 72, 173, 0.6);
  border-radius: 50%;
  position: absolute;
  width: 120%;
  height: 102%;
  top: -1%;
  left: -10%;
  content: "";
  z-index: 0;
}

.block-contents {
  font-size: 16px;
  background: #F6F5F8;
  color: #32194A;
  padding: 1.5rem;
}

.block-contents h3 {
  font-size: 1.5rem;
  color: #0a0a0a;
}

.block-contents ol {
  padding-left: 20px;
}

.block-contents li {
  margin-bottom: 0.4rem;
}

.block-contents li::marker {
  color: #32194A !important;
  transition: all ease-in-out 0.5s;
}

.block-contents a {
  color: #0a0a0a !important;
  background: none !important;
  display: block;
  text-decoration: underline;
}

.block-contents li:hover a,
.block-contents li:hover::marker {
  color: #0a0a0a !important;
  font-weight: bold;
}

.sections .bg-white a:not(.btn):not(.card a) {
  color: #F448AD;
}

.sections .bg-white .faq-qa-group .card-header {
  background-color: transparent;
}

.sections .bg-white .faq-qa-group .card-header a {
  color: #434343;
}

.sections .bg-white .faq-qa-group .collapse.show .card-body {
  opacity: 1;
  color: #fff;
}

.sections .bg-white .news-block-content {
  color: #fff;
}

.sections .bg-white .news-block-content .content,
.sections .bg-white .news-block-content h3 {
  color: #fff;
}

@media (min-width: 992px) {
  .block-contents {
    padding: 2rem;
  }

  .news-blocks-margin {
    margin: 0 -15px;
  }
}

@media (min-width: 1200px) {
  .block-right {
    position: relative;
    padding-left: calc((100% - 1170px) / 2);
  }

  .block-left {
    position: relative;
    padding-right: calc((100% - 1170px) / 2);
  }
}

@media (min-width: 1600px) {
  .block-right {
    padding-left: calc((100% - 1570px) / 2);
  }

  .block-left {
    padding-right: calc((100% - 1570px) / 2);
  }
}

/* Accordion responsive breakpoint */

@media only screen and (max-width: 992px) {
  .r-tabs .r-tabs-nav {
    display: none;
    margin: 0;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }

  .r-tabs .r-tabs-accordion-title a {
    display: block;
    padding: 15px;
    background: #22A3D9;
    color: #fff;
    width: 100%;
    border-bottom: 3px solid #fff;
    font-size: 1.6em;
  }

  .r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
    background: #000;
  }

  .sections #responsiveTabs {
    margin-bottom: 40px;
  }
}

.accordian-images div.accordian-image {
  position: relative;
  display: none;
}

.accordian-images div.accordian-image:first-child {
  display: block;
}

@media (min-width: 768px) {
  .block-icon {
    width: 75%;
    margin: 0 auto;
  }
}

.header-info .contact-details {
  text-align: right;
}

.header-info .contact-details .tel,
.header-info .contact-details .mail {
  display: block;
}

a.logo {
  transition: all ease-in-out 0.5s;
  position: relative;
}

a.logo img {
  max-width: 140px;
}

a.logo:hover {
  opacity: 0.8;
}

.book {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  padding: 9px 15px 9px 25px;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.book:hover {
  color: #ffc107;
  background-color: #000 !important;
}

.book:before {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: -12.5px;
  margin-top: -12.5px;
  content: "";
  background: #000;
}

#cms-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  z-index: 99;
  background: #333;
  border-bottom: 1px solid #ddd;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
}

#cms-bar a {
  float: right;
  margin-left: 10px;
  display: inline-block;
  padding: 10px;
}

#cms-bar a.cms-dash {
  float: left;
}

#cms-bar .user {
  display: inline-block;
  padding: 10px;
}

#cms-bar .user {
  font-weight: bold;
  margin-left: 10px;
}

#cms-bar #cms-bar-close {
  cursor: pointer;
}

#cms-bar #cms-bar-close i {
  font-size: 1.6em;
}

#cms-bar-spacer {
  width: 100%;
  height: 30px;
}

#header-wrap {
  position: fixed;
  z-index: 99;
  padding: 5px 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
  a.logo {
    z-index: 1001;
  }

  #header-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    transition-property: background, transform;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    transition-duration: 0.5s;
    transform: translateY(0px);
  }

  #header-wrap.scrolled {
    transform: translateY(-100%);
  }
}

@media (min-width: 1200px) {
  a.logo {
    left: calc((100vw - 1200px) / 2);
  }

  a.logo img {
    max-width: 150px;
  }

  #header-wrap {
    padding: 0px;
  }
}

@media (min-width: 1600px) {
  a.logo {
    left: calc((100vw - 1600px) / 2);
  }
}

.page-banners .container {
  position: relative;
}

[data-slick] {
  display: none;
}

[data-slick].slick-initialized {
  display: block;
}

.centered-banner-overlay {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  text-align: center;
}

.centered-banner-overlay img {
  margin: 15px;
}

.strapline {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.collapse:not(.show) {
  display: none;
}

.vision-calendar {
  width: 100%;
}

.vision-calendar .slick-arrow {
  bottom: -50px;
  top: auto;
  width: 40px;
  height: 40px;
}

.vision-calendar .slick-arrow:before {
  color: #333;
  font-size: 35px;
  opacity: 1;
}

.vision-calendar .slick-arrow.slick-prev {
  left: 6px;
}

.vision-calendar .slick-arrow.slick-next {
  right: 6px;
}

.vision-calendar table {
  position: relative;
}

.vision-calendar table .we {
  background: #c4c4c4;
}

.vision-calendar table td {
  text-align: center;
  max-width: 35px;
  border: none;
}

.vision-calendar table thead {
  background: #ededed;
  position: relative;
}

.vision-calendar table thead td {
  background: #ededed;
  font-weight: bold;
}

.vision-calendar table td.day {
  position: relative;
  padding: 4% 10px 0 10px;
}

.vision-calendar table td.day .bg {
  width: 98%;
  height: 98%;
  position: absolute;
  left: 1%;
  right: 1%;
  bottom: 1%;
  top: 1%;
  z-index: -1;
  cursor: pointer;
}

.vision-calendar table td.day.has-attachments {
  cursor: pointer;
  color: #666;
}

.vision-calendar table td.day.has-attachments .bg {
  background: #ccc;
}

.vision-calendar table td.day.day.out-of-bounds {
  opacity: 0.5;
}

.vision-calendar .slick-list {
  overflow-y: scroll;
  margin: 0 -10px;
}

.vision-calendar .slick-slide {
  margin: 0 10px;
}

.vision-calendar .tooltip > .tooltip-inner {
  background: #fff;
  color: #333;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 0;
}

.vision-calendar .tooltip > .tooltip-inner:after,
.vision-calendar .tooltip > .tooltip-inner:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.vision-calendar .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.vision-calendar .tooltip.tooltip-top .tooltip-inner::before {
  border-top-color: #fff;
}

.vision-calendar .tooltip .date-stripe {
  width: 100%;
  height: 2px;
}

.vision-calendar .tooltip.show {
  opacity: 1;
}

.cal-event {
  font-weight: bold;
}

.cal-event .bg {
  border: 4px solid #666;
}

.cal-data {
  position: absolute;
  display: none;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background: white;
  z-index: 999;
  border: solid 1px #666;
  padding: 10px 20px !important;
}

.cal-data .fa-close {
  float: right;
  font-size: 3em;
  color: #666;
  cursor: pointer;
}

.cal-data img {
  width: 100%;
}

.cal-title h5 {
  color: #fff;
  margin: 5px 0px !important;
}

.bg-white {
  background: #fff;
}

.cal-event-list {
  font-size: 1em;
}

.calendar-key {
  background: #e8e8e8;
}

.calendar-key .cal-key {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  padding-top: 12px;
  font-weight: bold;
  margin-right: 20px;
}

.calendar-key .cal-key.k-event {
  border: 4px solid #666;
  background: #ccc;
  padding-top: 9px;
}

@media (min-width: 992px) {
  .calendar-key .cal-key {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .vision-calendar {
    /* Safari */
    display: inline-flex;
    /* Safari */
    flex-direction: row;
    /* Safari */
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .month {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 10px;
  }

  .cal-data .fa-close {
    font-size: 1.5em;
  }

  .vision-calendar td {
    max-width: 40px;
  }
}

img.img-lazy-load-responsive {
  display: block;
  border: 0;
  opacity: 0;
}

img:not(.initial).img-lazy-load-responsive {
  transition: opacity 1s;
}

img.initial.img-lazy-load-responsive,
img.loaded.img-lazy-load-responsive,
img.error.img-lazy-load-responsive {
  opacity: 1;
}

.media-wrap {
  position: relative;
}

.lazyload-placeholder {
  position: relative;
  background-color: transparent !important;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.objectfit-image {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-slider {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}

.news-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.price-table-card {
  background: #fff;
  border: 2px solid #ccc;
}

.price-table-card h3 {
  background: #2D2C28;
  color: #fff;
  padding-bottom: 1rem;
}

.price-table-card h4 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.price-table-card .row {
  background: transparent !important;
}

.price-table-card .price-text {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

.price-table-card .price-text.strike-out {
  text-decoration: line-through;
  opacity: 0.5;
}

.price-table-card {
  background: #fff;
  border: 2px solid #ccc;
}

.price-table-card h3 {
  background: #2D2C28;
  color: #fff;
  padding-bottom: 1rem;
}

.price-table-card h4 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.price-table-card .row {
  background: transparent !important;
}

.price-table-card .price-text {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

.price-table-card .price-text.strike-out {
  text-decoration: line-through;
  opacity: 0.5;
}


/*# sourceMappingURL=site.css.map*/