body, html {
  /* height: 100%; */
  color: #384047;
}

/* Header Items */
.custom-nav {
  min-height: 75px;
}

.m-top-nav {
  margin-top: 75px;
}

.site-logo-small {
  width: 200px;
  height: 45px;
}

.site-logo {
  width: 440px;
  height: 40px;
}

@media (max-width: 350px) {
  .navbar-toggler {
    display: none;
  }
}
/* Common Items */
a {
  color: rgba(0, 0, 0, 0.55);
}

*, :active, :focus, a:hover, a:link, a:visited {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0 !important;
}

.color-white {
  color: #fff !important;
}

.color-mid {
  color: #717f86 !important;
}

.color-accent {
  color: #f12b24;
}

hr.hr-spacer {
  opacity: 0.8;
  border-top: 5px solid #07304e;
}

h3.underlined {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

h3.underlined:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #f12b24;
}

.no-resize {
  resize: none;
}

/* Override BS */
.btn-primary {
  color: #fff;
  background-color: #f12b24;
  border-color: #f12b24;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ff2b24;
  border-color: #ff2b24;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f12b24;
  border-color: #f12b24;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #fa2b24;
  border-color: #ff2b24;
  box-shadow: 0 0 0 0.25rem rgba(241, 43, 36, 0.5);
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 43, 36, 0.5);
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  border-top: 2px solid #f12b24;
}

.dropdown-menu.show {
  top: 59px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .dropdown-menu.show {
    top: 55px;
  }
}
/* Hero Section */
.hpf, .js_only {
  display: none;
}

.hero-image {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)), 
      url("/assets/images/bg-busy-office.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 75px;
  /* margin-bottom: 75px; */
}

.hero-overlay {
  background-color: #0e1d40;
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hero-content {
  /* margin-top: 75px; */
  /* position: absolute; */
  position: relative;
  display: block;
  /* top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
  z-index: 2;
  padding: 20px 0 20px 0;
}

.hero-form {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.35);
  color: #314555;
  border-radius: 0.5em;
  /* padding: 15px; */
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.hero-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  margin-bottom: 20px;
  box-shadow: 0 0px 0px 46px #f12b24 inset;
}
.hero-icon span svg {
  height: 35px;
  width: 35px;
  vertical-align: middle;
}

.hero-text-block {
  color: #fff;
}

/* Special Icons */
.point-icon i {
  display: inline-block;
  font-size: 1.5em;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 0.7em;
  box-shadow: 0 0px 0px 1.5em #f12b24 inset;
  color: #fff;
}
.point-icon i.fsn {
  font-size: 0.8em;
  margin-bottom: 0;
}
.point-icon span {
  vertical-align: super;
  padding-left: 10px;
  font-size: 1.2em;
}

.point-icon-blue i {
  box-shadow: 0 0px 0px 1.5em #388ccb inset;
}

.form_page {
  min-height: 350px;
}

.btn-fw {
  width: 100%;
}

.form-info-blurb {
  font-style: italic;
  font-weight: 300;
  color: #2d2d2d;
}

.hero-footer {
  background-color: #fff;
  height: 75px;
}

.tip_container {
  position: relative;
}

.tip_inner {
  opacity: 0.6;
  top: -45px;
}

@media (min-width: 576px) {
  .tip_inner {
    top: -61px;
    right: 12px;
  }
  .tip_arrow {
    right: 10px;
  }
}
div.hero-form {
  box-shadow: 5px 5px 1em rgba(0, 0, 0, 0.7), -5px 5px 1em rgba(0, 0, 0, 0.7);
}

/* Comparison table */
.comparison-table {
  font-size: 0.9rem;
}

.comparison-table .glyphicon {
  font-size: 1.5em;
}

.comparison-table .nonicon {
  font-weight: 700;
  font-size: 1.2em;
}

.question .fa {
  margin-right: 0 10px 0 0;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  /* background-color: #f12b24; */
}

.question-blue .fa {
  box-shadow: 0 0px 0px 1.5em #388ccb inset;
  /* background-color: #f12b24; */
}

/* Testimonials */
.testimonial-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/bg-thumbs-up.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* margin-top: 75px; */
}

.testimonial-single {
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  /* height: 100px; */
  margin: 20px 0 20px 0;
  padding: 20px 20px;
  position: relative;
}

.testimonial-info {
  position: relative;
}

.testimonial-info .testimonial-thumb {
  position: absolute;
  width: 30px;
  height: 30px;
}

.testimonial-info .testimonial-thumb img {
  display: block;
  width: 100%;
}

/* Footer */
.main-footer {
  background-color: #07304e;
  color: #eee;
  font-size: 14px;
}

.sub-footer {
  background-color: #f12b24;
  color: #eee;
  font-size: 12px;
}

/* Back to Top */
.back-top {
  z-index: 9999;
  position: fixed;
  right: 30px;
  bottom: -10px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}

.back-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.back-top.show {
  opacity: 1;
  bottom: 30px;
}

/* FAQs */
.question-box {
  padding: 30px;
  background-color: #f0f4f7;
  overflow: hidden;
  box-shadow: 0 2px 0px 0px #e8ecec;
  border-radius: 5px;
}

.question-box .fa {
  color: #fff;
  background-color: #f12b24;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  margin-left: -40px;
}

.question-box h5 {
  margin-left: 40px;
}

/* Contact Page */
.connect-online {
  background-color: #f0f4f7;
  box-shadow: 0 2px 0px 0px #e8ecec;
  border-radius: 5px;
  padding: 15px;
}

.contact-icon i {
  color: #f12b24;
  border-radius: 100%;
  box-shadow: 0 0px 0px 2px #f12b24 inset;
  font-size: 35px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 0 0 20px 0;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.connect-online:hover .contact-icon i {
  box-shadow: 0 0px 0px 46px #f12b24 inset;
  color: #fff;
}

/* Simple Progress */
.sp {
  /* display: none; */
  /* position: relative; */
  margin: 0;
  padding: 0;
  width: 100%;
  height: 25px;
  /* background-color: whitesmoke; */
}

ol.sp-list, .sp-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.sp-list {
  /* position: relative;
  overflow: hidden;
  z-index: 7; */
  height: 30px;
  text-align: center;
  -webkit-transition: -webkit-left 0.4s;
  -moz-transition: -moz-left 0.4s;
  transition: left 0.4s;
}

.sp-list li {
  z-index: 7;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  /* position: absolute; */
  color: #9e9d9d;
}

.sp-list .active {
  color: #7b9d6f !important;
}

.cdc-colour {
  color: #7b9d6f !important;
  /* color: #f12b24; */
}

/* Cookie Footer */
nav.cookie-footer .container-fluid {
  display: block;
}

/* Hero Image Customisation */
.hi-busy-office {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/themes/cdc/assets/images/hero-images/bg-busy-office.jpg");
}

.hi-notes-and-coins {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/themes/cdc/assets/images/hero-images/notes-and-coins_1920_80pc.jpg");
}

.hi-paperwork-on-desk {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/themes/cdc/assets/images/hero-images/paperwork-on-desk_1920_80pc.jpg");
}

.hi-the-city-in-london {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/themes/cdc/assets/images/hero-images/the-city-in-london_1920_80pc.jpg");
}

.hi-house-in-usa {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/themes/cdc/assets/images/hero-images/house-in-usa_1920_80pc.jpg");
}

/* Modal */
/* .modal-container {
    display: none;

    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;

    margin: 0;
    padding: 0;
}

.modal-v-centre {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 100%;

    border: 1px solid yellow;
}

.modal-box {
    border: 1px solid red;

    margin: 0 auto;    

    background-color: white;
    padding: 10px;

    width: 50%;

    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.modal-header {
    position: relative;

    font-size: 20px;
}

.modal-box-close {
    position: absolute;
    right: 0;
    top: 0;

    width: 20px;
    height: 20px;

    font-size: 20px;
    font-weight: bold;
    color: #101B32;
}

.modal-box-close :hover{
    cursor: pointer;
    color: #5C9ED6;    
}

.modal-content {

} */
.splide__track__custom {
  padding-bottom: 1em;
}

.icon-link-hover-reverse:hover > .bi, .icon-link-hover-reverse:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
}

button svg, label svg {
  margin: 2px 0px 4px 0;
}

.hidden {
  display: none;
}

.has-error label, .is-invalid label {
  color: var(--bs-form-invalid-color);
}
.has-error .input-group-text, .is-invalid .input-group-text {
  border-color: var(--bs-form-invalid-border-color);
}
.has-error svg, .is-invalid svg {
  color: var(--bs-form-invalid-color);
}

.form-label {
  font-weight: bold;
}

.fa-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
.fa-icon.nh {
  height: inherit;
}

.navbar-nav .dropdown-menu {
  transition: all 0.2s ease-in-out;
  transition-property: opacity, transform;
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
  width: max-content;
}
.navbar-nav .dropdown-header {
  padding: 5px 0 5px 0;
}
.navbar-nav .dropdown-item {
  white-space: normal;
  padding: 5px;
}
.navbar-nav .dropdown-item:hover {
  background-color: #eee;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  width: auto;
}
.navbar-nav .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.navbar-nav .dropdown-toggle::after {
  color: #f12b24;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu-adjust {
    min-width: 300px !important;
    left: -230px !important;
  }
}/*# sourceMappingURL=main.css.map */