﻿/*! Website Styles */
/*!  MMW Styles */
/*
   Base and Utilities
   ========================================================================== */
/* ==========================================================================
  Variables
  ========================================================================== */
/*
   Colours
   ========================================================================== */
/*
   Sizes
   ========================================================================== */
/*
   Paddings and Margin - Gaps
   ========================================================================== */
/*
   Breakpoints
   ========================================================================== */
/* ==========================================================================
  Typography
  ========================================================================== */
/*
   Fonts 
   ========================================================================== */
/* noto-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../../css/fonts/noto-sans-v42-latin-300.woff2") format("woff2");
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../../css/fonts/noto-sans-v42-latin-regular.woff2") format("woff2");
}
/* noto-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../../../css/fonts/noto-sans-v42-latin-500.woff2") format("woff2");
}
/* noto-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../../css/fonts/noto-sans-v42-latin-600.woff2") format("woff2");
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../../css/fonts/noto-sans-v42-latin-700.woff2") format("woff2");
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../../../css/fonts/montserrat-v31-latin-300.woff2") format("woff2");
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../../../css/fonts/montserrat-v31-latin-regular.woff2") format("woff2");
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../../../css/fonts/montserrat-v31-latin-500.woff2") format("woff2");
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../../../css/fonts/montserrat-v31-latin-600.woff2") format("woff2");
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../../../css/fonts/montserrat-v31-latin-700.woff2") format("woff2");
}
/*
   Font Properties
   ========================================================================== */
/*
   Default Font - Paragraphs, Links, Lists
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #231F20;
}

p, span, small, s, u {
  font-family: "Noto Sans", sans-serif;
  color: #231F20;
}

.text-font {
  font-family: "Noto Sans", sans-serif;
}

.heading-font {
  font-family: "Montserrat", sans-serif;
}

h1, .size-h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 500;
}

h2, .size-h2 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
}

h3, .size-h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
}

h4, .size-h1 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
}

h5, .size-h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

h6, .size-h6 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
}

.content-body p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.content-body p a {
  line-height: 23px;
  font-weight: 400;
}
.content-body p small strong {
  font-weight: 600;
}
.content-body ul li {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}
.content-body ol li {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}

/*
   Layout
   ========================================================================== */
/* ==========================================================================
  Layout - Global
  ========================================================================== */
body {
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
}

.content-body {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .content-body {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.content-body img {
  width: 100%;
  height: auto;
}

.video-wrapper iframe {
  width: 100%;
  min-height: 100%;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1em 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #007acd;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
}
.button:hover {
  color: white;
}

.site-top-bar-notice {
  width: 100%;
  padding: 0.5em 0.5em 10px;
  z-index: 999;
  font-size: 1.1em;
  text-align: center;
}
.site-top-bar-notice a {
  color: black;
}
.site-top-bar-notice p {
  color: white !important;
}

.site-notice-dismiss {
  margin: 0;
}

.site-notice-dismiss a {
  font-size: 0.8em;
}

/* ==========================================================================
  Layout - Header
  Note: Styles for header navigation is in _navigation.scss
  ========================================================================== */
@media (max-width: 480px) {
  header .navbar {
    padding-bottom: 0;
  }
}
header .navbar .container {
  position: relative;
}
@media (min-width: 1200px) {
  header .navbar .container a.navbar-brand {
    position: absolute;
    top: -30px;
  }
}
@media (max-width: 480px) {
  header .navbar .container a.navbar-brand {
    margin-bottom: 10px;
  }
}
header .navbar .container a.navbar-brand img {
  position: relative;
  max-width: 160px;
}

/* ==========================================================================
  Layout - Footer
  Note: Styles for footer navigation is in _navigation.scss
  ========================================================================== */
.footer-banner {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  background: #0D7ACD;
  position: relative;
  overflow: hidden;
}
.footer-banner .button-secondary {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.footer-banner * {
  color: #ffffff;
}
.footer-banner .widget-heading {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-banner .widget-content p {
  font-size: 17px;
  line-height: 23px;
}
.footer-banner .widget-content small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.footer-banner:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background-image: url("../../../images/footer-icon.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  left: -100px;
  opacity: 0.1;
  top: 40px;
}
@media (max-width: 768px) {
  .footer-banner:before {
    width: 50%;
    height: 50%;
    left: -20%;
    top: 40%;
  }
}
.footer-banner:after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background-image: url("../../../images/footer-icon.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  right: -170px;
  opacity: 0.1;
  bottom: 40px;
}
@media (max-width: 768px) {
  .footer-banner:after {
    width: 50%;
    height: 50%;
    right: -20%;
    bottom: 80%;
  }
}

footer {
  background-color: #231F20;
  color: white;
}
footer .footer-container {
  padding-top: 40px;
  padding-bottom: 20px;
}
footer .footer-container p {
  color: white;
  margin-bottom: 5px;
  font-family: "Montserrat";
  font-size: 14px;
}
footer .footer-container .sign-up-box {
  margin-bottom: 30px;
}
footer .footer-container .sign-up-box p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer-container .sign-up-box p {
    text-align: left;
  }
}
footer .footer-container .sign-up-box .form-box .umbraco-forms-submitmessage {
  color: white;
}
footer .footer-container .sign-up-box .form-box .umbraco-forms-hidden {
  display: none;
}
footer .footer-container .sign-up-box .form-box .umbraco-forms-page {
  background-color: unset;
  padding: unset;
  border-radius: unset;
  margin-bottom: unset;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .footer-container .sign-up-box .form-box .umbraco-forms-page {
    justify-content: unset;
  }
}
footer .footer-container .sign-up-box .form-box .umbraco-forms-page label {
  display: none;
}
footer .footer-container .sign-up-box .form-box .umbraco-forms-page .text {
  width: 300px;
}
@media screen and (min-width: 1024px) {
  footer .footer-container .sign-up-box .form-box .umbraco-forms-page .text {
    width: 450px;
  }
}
footer .footer-container .sign-up-box .form-box .umbraco-forms-page .btn {
  margin-top: 0px !important;
}
footer .footer-container .sign-up-box .form-box input {
  height: 45px;
}
footer .footer-container .social-box {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) {
  footer .footer-container .social-box {
    text-align: left;
  }
}
footer .footer-container .social-box .icon-box {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  footer .footer-container .social-box .icon-box {
    justify-content: flex-start;
  }
}
footer .footer-container .social-box i {
  font-size: 35px;
  color: white;
}
footer .footer-container .nav-box {
  padding-top: 20px;
}
footer .footer-container .nav-box ul {
  padding-left: 0 !important;
}
@media screen and (min-width: 1024px) {
  footer .footer-container .nav-box ul {
    columns: 2;
  }
}
footer .footer-container .nav-box ul li {
  list-style: none;
  text-align: center;
  font-family: "Montserrat";
  color: white;
  font-family: inherit;
  font-size: 14px;
}
footer .footer-container .nav-box ul li a {
  text-decoration: none;
  color: white;
  font-family: inherit;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  footer .footer-container .nav-box ul li {
    text-align: right;
  }
}

/* ==========================================================================
  Layout - Navigation

   Dev Notes:
   The logged in styles can be refactored so that when in mobile, it uses
   the nav-link styles in the Menu dropdown
  ========================================================================== */
.navigation-menu .top-bar {
  padding-top: 5px;
}
.navigation-menu .top-bar a {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.navigation-menu .top-bar a:hover {
  color: #0D7ACD !important;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.navigation-menu .top-bar .nav-item a:hover {
  color: #231F20 !important;
}
.navigation-menu .top-bar p {
  line-height: 20px;
}
.navigation-menu .top-bar p a {
  font-weight: 600;
}
.navigation-menu .top-bar span {
  font-size: 12px;
  line-height: 20px;
  color: #8b8b8b;
  padding: 6px;
}
@media (min-width: 480px) {
  .navigation-menu .top-bar span {
    padding: 5px 5px 5px 5px;
    font-size: 14px;
  }
}
.navigation-menu .top-bar .top-bar-menu * {
  font-family: "Montserrat", sans-serif;
}
.navigation-menu .top-bar .top-bar-menu .nav .nav-item a {
  font-size: 12px;
  line-height: 20px;
  color: #8b8b8b;
  padding: 0px;
  text-align: center;
}
@media (min-width: 480px) {
  .navigation-menu .top-bar .top-bar-menu .nav .nav-item a {
    padding: 5px 5px;
    padding-left: 0px;
    font-size: 14px;
  }
}
.navigation-menu .top-bar .top-bar-cta * {
  font-family: "Montserrat", sans-serif;
}
.navigation-menu .top-bar .top-bar-cta p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}
.navigation-menu .top-bar .top-bar-cta p a {
  font-size: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #0099FF;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 480px) {
  .navigation-menu .top-bar .top-bar-cta p a {
    padding: 5px 5px;
    padding-left: 0px;
    font-size: 14px;
    display: inline-flex;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}

.navbar-toggler {
  border: none;
  padding: 0px;
  padding-right: 5px;
}

#primaryMenu * {
  font-family: "Montserrat", sans-serif;
}
#primaryMenu .navbar-nav .nav-item {
  position: relative;
}
#primaryMenu .navbar-nav .nav-item.highlight .nav-link {
  color: #0D7ACD;
}
#primaryMenu .navbar-nav .nav-item .nav-link {
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #231F20;
  padding: 10px 15px;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
#primaryMenu .navbar-nav .nav-item .nav-link:hover {
  color: #0099FF;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}
@media (min-width: 1200px) {
  #primaryMenu .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    border: unset;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    min-width: 250px;
    border: 1px solid #eeeeeb;
  }
  #primaryMenu .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px #eeeeeb solid;
  }
}
#primaryMenu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-weight: 500;
}
#primaryMenu .navbar-nav .keyWordSearch {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  #primaryMenu .navbar-nav .keyWordSearch {
    padding-left: unset;
  }
}
#primaryMenu .navbar-nav .keyWordSearch input {
  width: 50%;
  font-size: 14px;
}
@media (min-width: 1200px) {
  #primaryMenu .navbar-nav .keyWordSearch input {
    width: 6em;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #primaryMenu {
    background-color: #0D7ACD;
    margin-left: -15px;
    margin-right: -15px;
  }
  #primaryMenu * {
    color: #ffffff !important;
  }
  #primaryMenu .nav-item:after {
    content: "";
    display: block;
    width: 95%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
    margin: 0 auto;
  }
  #primaryMenu .nav-item .dropdown-menu {
    background-color: transparent;
    border: unset;
    margin-left: 0 !important;
    padding-top: 0;
  }
}

.navbar-collapse {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .navbar-collapse {
    position: absolute;
    right: 15px;
    top: 70px;
    z-index: 2;
    background-color: #0099FF;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  }
  .navbar-collapse .navbar-nav {
    padding: 10px 15px;
  }
  .navbar-collapse .navbar-nav .dropdown-menu {
    margin-left: 0 !important;
    background: none;
    border: none;
    color: white;
  }
  .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    color: white;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    width: 80%;
    padding: 10px 8px !important;
    color: #ffffff !important;
  }
  .navbar-collapse .navbar-nav .nav-item button {
    color: white;
  }
  .navbar-collapse .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navbar-collapse .navbar-nav .keyWordSearch {
    padding: 6px;
    padding-left: unset !important;
  }
  .navbar-collapse .navbar-nav .keyWordSearch input {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .navbar-nav .nav-item:not(:last-child) .nav-link {
    font-weight: 600 !important;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("/images/x-lg.svg") !important;
    background-size: 20px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
  }
}
/*
   Components
   ========================================================================== */
/* ==========================================================================
  Components - Animations
  ========================================================================== */
/* 
   Fading Effects
   =========================== */
/* ==========================================================================
  Components - Banners
       - Page Banner
       - Widget Banner
       - Alert Banner

  ========================================================================== */
.main .banner {
  background-repeat: no-repeat;
  position: relative;
}
.main .banner .button-secondary {
  margin-top: 30px;
}
.main .banner .container-fluid {
  display: flex;
  padding-top: 0;
  background-image: url("../../../images/header-banner-tint.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 30% bottom 45%;
  min-height: 200px;
}
@media (min-width: 375px) {
  .main .banner .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 550px) {
  .main .banner .container-fluid {
    padding-bottom: 200px;
  }
}
.main .banner .container-fluid .hero-title {
  width: 300%;
  color: #ffffff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .main .banner .container-fluid .hero-title {
    width: 100%;
  }
}
.main .banner .container-fluid .hero-content {
  width: 300%;
}
@media (min-width: 1000px) {
  .main .banner .container-fluid .hero-content {
    width: 100%;
  }
}
.main .banner .container-fluid .hero-content * {
  color: #ffffff;
  font-size: 17px;
  line-height: 23px;
}
.main .banner .container-fluid .stats-wrap {
  max-width: 250px;
  margin-left: auto;
  padding-left: 10px;
  border-left: 5px solid #0099FF;
}
.main .banner .container-fluid .stats-wrap * {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.main .banner .container-fluid .stats-wrap .stats p {
  margin-bottom: 0;
}
.main .banner .container-fluid .stats-wrap .stats p span {
  display: inline-block;
  margin-right: 5px;
}
.main .banner .container-fluid .stats-wrap .stats p .number {
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main .banner::after {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  background-image: url(../../../images/header-banner.png);
  background-size: 110%;
  background-position: top center;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-repeat: no-repeat;
}
@media (min-width: 378px) {
  .main .banner::after {
    height: 53px;
  }
}
@media (min-width: 480px) {
  .main .banner::after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .main .banner::after {
    height: 110px;
  }
}
@media (min-width: 1080px) {
  .main .banner::after {
    height: 150px;
  }
}
@media (min-width: 1280px) {
  .main .banner::after {
    height: 180px;
  }
}

.carousel-container {
  height: 250px;
}
@media (min-width: 500px) {
  .carousel-container {
    height: 350px;
  }
}
@media (min-width: 660px) {
  .carousel-container {
    height: 450px;
  }
}
@media (min-width: 780px) {
  .carousel-container {
    height: 500px;
  }
}
@media (min-width: 850px) {
  .carousel-container {
    height: 650px;
  }
}

/* Ow; Slider CSS*/
.full-viewport-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.half-viewport-height {
  height: 60vh;
}

.blue-background {
  background-color: #0D7ACD;
}

.owl-wrapper {
  positon: relative;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
}

#owl-slider-banner {
  z-index: 1;
}
@media (min-width: 900px) {
  #owl-slider-banner {
    margin-bottom: 35px;
  }
}
#owl-slider-banner .video-slider video {
  width: 100vw;
}
#owl-slider-banner .video-slider .content-block {
  position: absolute;
  top: 0;
}
#owl-slider-banner .item-video {
  max-height: 600px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 960px) {
  #owl-slider-banner .item-video .hero-content {
    height: 140px;
  }
}
#owl-slider-banner .item-video .owl-video {
  display: block !important;
}
@media (min-width: 450px) {
  #owl-slider-banner .item-video .container-fluid {
    padding-bottom: 140px;
  }
}
@media (min-width: 525px) {
  #owl-slider-banner .item-video .container-fluid {
    padding-bottom: 160px;
  }
}
@media (min-width: 600px) {
  #owl-slider-banner .item-video .container-fluid {
    padding-bottom: 235px;
  }
}
@media (min-width: 700px) {
  #owl-slider-banner .item-video .container-fluid {
    padding-bottom: 290px;
  }
}
@media (min-width: 760px) {
  #owl-slider-banner .item-video .container-fluid {
    padding-bottom: 80px;
  }
}
@media (min-width: 820px) {
  #owl-slider-banner .item-video .container-fluid {
    padding-bottom: 200px;
  }
}
#owl-slider-banner .owl-dots {
  margin-top: -80px;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  #owl-slider-banner .owl-dots {
    display: none;
  }
}
@media (max-width: 768px) {
  #owl-slider-banner .owl-nav {
    display: none;
  }
}
#owl-slider-banner .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 150px !important;
  background: none;
}
#owl-slider-banner .nav-button i {
  font-size: 50px;
  opacity: 0.5;
}
#owl-slider-banner .owl-prev {
  left: -20px;
}
#owl-slider-banner .owl-next {
  right: 20px;
}

.owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff !important;
}

.owl-img {
  width: 100%;
}

.owl-text-overlay {
  padding-top: 40px;
  text-align: center;
  width: 80%;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.owl-text-overlay hr {
  height: 3px;
  width: 50%;
  margin: 20px auto;
}
.owl-text-overlay p {
  color: white;
}
.owl-text-overlay .testimonial-heading {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
}
.owl-text-overlay .testimonial-text {
  font-size: 17px;
  line-height: 23px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.owl-text-overlay .testimonial-customer {
  font-size: 15px;
  line-height: 23px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.testimonial-owl-slider .owl-carousel {
  height: 100%;
}
@media (min-width: 500px) {
  .testimonial-owl-slider .owl-carousel {
    height: 90%;
  }
}
.testimonial-owl-slider .owl-carousel .owl-stage-outer {
  height: 90%;
}
.testimonial-owl-slider .owl-carousel .owl-stage-outer .owl-item {
  margin-top: 200px;
}
@media (max-width: 500px) {
  .testimonial-owl-slider .owl-carousel .owl-stage-outer .owl-item .owl-text-overlay p {
    font-size: 12px;
  }
}

h2.owl-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.owl-theme .owl-controls .owl-page span:active {
  background: #fff !important;
}

.dark-background {
  background: #131F29;
}

.step-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.step-container h3 {
  margin-bottom: 30px;
  color: white;
  text-align: center;
}
.step-container .tile-box {
  justify-content: center;
  flex-wrap: wrap;
}
.step-container .tile-box i {
  font-size: 40px;
  color: #0D7ACD;
  align-self: center;
}
.step-container .tile-box .car-transport-steps-card {
  padding-left: 1rem;
  padding-right: 1rem;
  background: #F1F1EF;
  width: 15em;
  height: 20em;
  margin: 1em;
  border-radius: 5px;
}
.step-container .tile-box .car-transport-steps-card .steps-icon {
  width: 150px;
  height: 100px;
  margin: 1.8em auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-container .tile-box .car-transport-steps-card .steps-icon img {
  width: unset;
  max-width: 100%;
  height: auto;
}
.step-container .tile-box .car-transport-steps-card p {
  text-align: center;
}
.step-container .tile-box .car-transport-steps-card .step-title {
  height: 50px;
  color: #4D9BD4;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0px;
}
.step-container .tile-box .car-transport-steps-card .step-description {
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.6;
}

/* ==========================================================================
  Components - Buttons
  ========================================================================== */
.button-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 39px;
  width: 155px;
  border-radius: 26px;
  border: none;
  padding: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: #0D7ACD;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.button-secondary.reverse {
  color: #ffffff;
  background-color: #0D7ACD;
}
.button-secondary:hover {
  background-color: #0099FF;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* ==========================================================================
  Components - Cards
  ========================================================================== */
.content-card-container {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  margin: 20px 0;
}
.content-card-container .card-body {
  padding: 25px;
  background-color: rgba(189, 189, 189, 0.25);
}
.content-card-container .card-body .content-card-header {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #0D7ACD;
}
.content-card-container .page-link-card {
  text-decoration: none;
}

/* ==========================================================================
  Components - Collapsible FAQs
  ========================================================================== */
/* ==========================================================================
  Components - Lists
  ========================================================================== */
.breadcrumbs-container ul {
  display: flex;
  list-style: none;
  padding: 1rem 0;
  list-style-type: none;
}
.breadcrumbs-container ul li {
  margin-right: 10px;
  color: #000;
  cursor: default;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 600;
}
.breadcrumbs-container ul li a {
  color: #007acd;
}

/* ==========================================================================
   Components - Miscellaneous
   ========================================================================== */
.umbraco-forms-page {
  background-color: #F8FAFB;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.umbraco-forms-page input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0D7ACD;
  height: 39px;
  width: 155px;
  border-radius: 26px;
  border: none;
  padding: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-top: 1.5rem !important;
}
.umbraco-forms-page .additionalcomments textarea {
  max-width: unset !important;
  width: 100% !important;
  border: 2px solid #0D7ACD !important;
  border-radius: 16px !important;
}
@media (min-width: 768px) {
  .umbraco-forms-page .row-fluid {
    display: flex;
    gap: 2%;
  }
  .umbraco-forms-page .row-fluid .col-sm-10 {
    width: unset;
  }
}

.umbraco-forms-container {
  padding-left: unset !important;
  padding-right: unset !important;
}
.umbraco-forms-container input[type=text], .umbraco-forms-container input[type=email], .umbraco-forms-container input[type=number], .umbraco-forms-container select {
  max-width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #0099FF;
  padding: 5px 20px;
  border: 2px solid #0D7ACD !important;
  border-radius: 16px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.umbraco-forms-container label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.5rem !important;
}
.umbraco-forms-container .form-control {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #0099FF;
  padding: 5px 20px;
  border: 2px solid #0D7ACD !important;
  border-radius: 16px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.umbraco-forms-container .form-group {
  margin-top: 1rem;
}
.umbraco-forms-container .field-validation-error {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0.5rem !important;
}
.umbraco-forms-container .control-label {
  width: unset !important;
}

.cta-text hr {
  border: 1px solid #E7E8E4;
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
}

.accordion-container {
  margin: 20px 0px;
}

.depot-map {
  height: 500px;
  margin-bottom: 30px;
}
.depot-map a {
  line-height: inherit;
  color: #25292f;
  text-decoration: underline;
  cursor: pointer;
}

.minor-heading {
  font-size: 0.8rem;
  color: #525b68;
  text-transform: uppercase;
}

.featured-page-content {
  margin-bottom: 50px;
}
.featured-page-content .content-body, .featured-page-content p, .featured-page-content a {
  font-size: unset !important;
  color: black;
}
.featured-page-content .content-body p strong {
  font-weight: bolder !important;
}

.depot-location-content {
  margin-bottom: 50px;
}

b, strong {
  font-weight: bolder !important;
}

#depot-list, #satellite-depot-list {
  webkit-columns: 3;
  columns: 3;
  margin-bottom: 50px;
}
#depot-list li, #satellite-depot-list li {
  padding-left: 0.5em;
  font-weight: 500;
  font-size: 14px !important;
  font-family: "Noto Sans";
}
#depot-list li a, #satellite-depot-list li a {
  color: black;
  font-size: 14px !important;
  font-family: "Noto Sans";
}

.blog-cards-container {
  display: flex;
  flex-wrap: wrap;
}
.blog-cards-container .post-card {
  padding-right: 1rem;
  padding-left: 1rem;
}
.blog-cards-container .post-card a {
  text-decoration: none;
}
.blog-cards-container .post-card img {
  margin-bottom: 10px;
  height: 220px;
  object-fit: cover;
}
.blog-cards-container .post-card h6 {
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.blog-cards-container .post-card p {
  text-decoration: none !important;
}
.blog-cards-container .post-card .button {
  margin-bottom: 30px;
}
.blog-cards-container .post-card .button-text {
  color: #fff;
}

.blog-page-container h1 {
  text-align: center;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #0D7ACD;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 35px;
}

.blog-post-body .reverse-wrap {
  flex-wrap: wrap-reverse;
}
.blog-post-body .featured-image-container {
  padding-right: 1rem;
  padding-left: 1rem;
}
.blog-post-body .featured-image-container img {
  border: 0 !important;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 5px #8c8c8b;
  box-shadow: 0 0 5px #8c8c8b;
  margin-bottom: 20px;
}

.keyWordSearch {
  margin-right: 10px;
}
.keyWordSearch #searchTerm {
  background-color: #fff;
  padding: 0.2em 0.4em;
  margin: 0 10px 0 0;
  width: 6em;
  font-weight: 400;
  height: inherit;
  border: 1px #007acd solid;
}
.keyWordSearch button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: pointer;
}
.keyWordSearch .search {
  color: #007acd;
  font-size: 1.2em;
  margin-top: 0.3em;
  vertical-align: top;
}

.search-results-container h1 {
  font-size: 2rem;
  font-family: "Noto Sans", sans-serif;
}
.search-results-container h1 .bolder {
  font-weight: 700;
  color: #0D7ACD;
}
.search-results-container a {
  color: #25292f;
  text-decoration: underline;
  cursor: pointer;
  line-height: 25px;
}
.search-results-container li span {
  font-family: inherit;
  font-size: inherit;
}

/*
   Pages
   ========================================================================== */
/* ==========================================================================
  Pages - Home
  ========================================================================== */
.content-body .row .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}
.content-body .row .col-md-3 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .content-body .row .col-md-3 {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .content-body .row .col-md-3 {
    width: 100%;
  }
}

.quote-form {
  background-color: #F8FAFB;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.quote-form h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 0;
}
.quote-form .col-md-12 {
  margin-bottom: 10px;
}
.quote-form .form-check {
  background-color: #ffffff;
  padding: 5px 10px;
  min-width: 90px;
  color: #0099FF;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  border: 2px solid #0D7ACD;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.quote-form .form-check.active {
  cursor: pointer;
  background-color: #0D7ACD;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.quote-form .form-check.active .form-check-input {
  cursor: pointer;
  background-color: #0D7ACD;
  border: 2px solid #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.quote-form .form-check:hover {
  cursor: pointer;
  /*			background-color: $color-dark-blue;
  			color: $color-white;*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.quote-form .form-check:hover .form-check-input {
  cursor: pointer;
  /*				background-color: $color-dark-blue;
  				border: 2px solid $color-white;*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.quote-form .form-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
  border: 2px solid #0D7ACD;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.quote-form input[type=text] {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #0099FF;
  padding: 5px 20px;
  border: unset;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.quote-form input[type=text]::placeholder {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #0099FF;
}

.map-wrap {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.map-wrap .map-form {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.map-wrap .map-form .d-flex {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.map-wrap .map-form .d-flex .search-textbox {
  max-width: 370px;
  margin-bottom: 35px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #0099FF;
  border: 2px solid #0D7ACD;
  padding: 5px 20px;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.map-wrap .map-form .d-flex .search-textbox::placeholder {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #0099FF;
}
.map-wrap iframe {
  width: 100%;
  min-height: 360px;
}

/*
   Widgets
   ========================================================================== */
