/* [class*="col"] { border:red dotted 1px;} [class*="row"] { border:green dashed 1px;} */
/* ------------------------  My Core CSS ------------------------ */
.background-primary {
  background-color: #113f46 !important;
}
.background-primary-light {
  background-color: #375053 !important;
}
.background-primary-lighter {
  background-color: #333333 !important;
}
.background-primary-dark {
  background-color: #0a2529 !important;
}
.background-secondary {
  background-color: #d41d49 !important;
}
.background-secondary-light {
  background-color: #eb6c8b !important;
}
.background-secondary-lighter {
  background-color: #ffffff !important;
}
.background-secondary-dark {
  background-color: #a7173a !important;
}
.background-tertiary {
  background-color: #002628 !important;
}
.background-tertiary-light {
  background-color: #00878e !important;
}
.background-tertiary-lighter {
  background-color: #51f6ff !important;
}
.background-tertiary-dark {
  background-color: #000000 !important;
}
.background-quaternary {
  background-color: #efede8 !important;
}
.background-quaternary-light {
  background-color: #f9f9f7 !important;
}
.background-quaternary-lighter {
  background-color: #fefdfd !important;
}
.background-quaternary-dark {
  background-color: #dad5ca !important;
}
.background-gray {
  background-color: #e9ebec !important;
}
.background-gray-light {
  background-color: #f9fafa !important;
}
.background-gray-dark {
  background-color: #d3d7d9 !important;
}
.background-body {
  background-color: #002628 !important;
}
.background-body-light {
  background-color: #004a4e !important;
}
.background-body-lighter {
  background-color: #005256 !important;
}
.background-body-dark {
  background-color: #000000 !important;
}
.background-offwhite {
  background-color: #f9f9f9 !important;
}
.background-white {
  background-color: white;
}
.background-off-white {
  background-color: #ece7e3;
}
.color-primary {
  color: #113f46 !important;
}
.color-primary-light {
  color: #2a9bad !important;
}
.color-primary-dark {
  color: #000000 !important;
}
.color-secondary {
  color: #d41d49 !important;
}
.color-secondary-light {
  color: #ffffff !important;
}
.color-secondary-dark {
  color: #000000 !important;
}
.color-tertiary {
  color: #002628 !important;
}
.color-secondary-light {
  color: #ffffff !important;
}
.color-secondary-dark {
  color: #000000 !important;
}
.color-body {
  color: #002628 !important;
}
.color-body-light {
  color: #00565b !important;
}
.color-body-dark {
  color: #000000 !important;
}
.color-white {
  color: #FFFFFF !important;
}
.background-off-white {
  background-color: #f5f6f6 !important;
}
img {
  display: block;
}
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
a {
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
body {
  background-color: #f4f5f5;
}
.container,
.container-fluid {
  background-color: white;
}
body,
.body {
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #002628;
  margin: 0em;
  font-display: swap;
}
.feature-font {
  font-family: 'Arbutus Slab', serif;
  font-display: swap;
}
p {
  font-weight: 300;
  line-height: 1.4em;
  margin: 0em 0em 1em 0em;
  color: inherit;
  font-size: 0.9em;
}
.light {
  font-weight: 100 !important;
}
.regular {
  font-weight: 300 !important;
}
.bold,
strong {
  font-weight: 700 !important;
  line-height: 1.35em;
}
.black {
  font-weight: 900 !important;
}
ul.body,
ol.body,
ul.tick {
  margin: 0em 0em 1.5em 0em;
  padding: 0em;
  color: inherit!important;
}
ul.body li,
ol.body li,
ul.tick li {
  margin: 0em 0em 0em 1em;
  padding: 0em;
  line-height: normal;
  position: relative;
  list-style: none;
  margin-bottom: 0.5em;
  color: inherit!important;
  font-weight: inherit!important;
}
ul.body li ul,
ol.body li ul,
ul.tick li ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0em;
}
ul.body li li,
ol.body li li,
ul.tick li li {
  margin: 0em 0em 0em 1.5em;
  padding: 0em;
  line-height: 1em;
  position: relative;
  list-style: none;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
ul.body li:before,
ol.body li::before,
ul.tick li:before {
  position: absolute;
  left: -1em;
  top: 0px;
  font-size: inherit;
}
ul.body li:before {
  content: "\25A0";
  color: #002628 !important;
  font-size: 0.8em;
}
ul.tick li:before {
  content: "\2714\0020";
  color: #002628 !important;
  left: -2em;
}
ul.tick li {
  margin: 0em 0em 0.7em 2em;
}
ol.body li {
  counter-increment: step-counter;
}
ol.body li::before {
  content: counter(step-counter) ".";
  color: #d41d49;
  font-weight: 700;
}
ul.body-none {
  list-style: none;
  padding: 0px;
}
ul.body-none li {
  font-weight: inherit!important;
  text-transform: uppercase;
}
.lead {
  font-size: 1.2em;
  font-display: swap;
}
.small {
  font-family: inherit!important;
  font-weight: inherit!important;
  font-size: 0.8em;
  font-display: swap;
}
a {
  color: #113f46;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #d41d49;
}
a.invert,
.invert a {
  color: white;
}
a.invert:hover,
.invert a:hover {
  text-decoration: none;
  color: #e6e6e6;
  color: #d41d49;
}
.no-break {
  white-space: nowrap;
}
.img-force-full {
  width: 100%!important;
  height: auto;
}
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 0.2em;
  right: 0.2em;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(17, 63, 70, 0.4);
  text-align: center;
  font-size: 2.2em;
  line-height: 0.2em;
  padding: 0em 0.2em 0em 0.2em;
}
.back-to-top:hover {
  background-color: rgba(17, 63, 70, 0.8);
  color: #ffffff;
}
.fade-transition {
  -webkit-transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  -ms-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}
.legal li {
  position: relative;
  padding: 0em 1em;
}
.legal li:after {
  content: "|";
  position: absolute;
  right: 0em;
  top: 0em;
}
.legal li:last-child:after {
  content: none!important;
}
#logo .st0 {
  fill: transparent;
}
.tel-link {
  color: #002628 !important;
}
.tel-link:hover {
  color: #113f46 !important;
}
/* Base Form */
.contactForm .form-group {
  padding: 0em;
  margin: 0em;
  text-indent: 0em;
  width: 100%;
}
.contactForm label {
  color: #002628;
  font-weight: 700;
  padding: 0em 0em 0.75em 0em;
  margin: 0em;
  font-size: 1em;
}
.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm textarea,
.contactForm select,
.contactForm input[type="date"],
.contactForm input[type="datetime-local"] {
  margin: 0em;
  width: 100%;
  border-radius: 0em;
  border: rgba(17, 63, 70, 0.8) 1px solid;
  padding: 0.5em 0.75em;
  margin-bottom: 1.5em;
  color: #002628;
  font-size: 1em!important;
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 0.95em;
}
.contactForm .btn {
  border: none;
  margin: 0.5em 0em 0em 0em;
  padding: 0.5em 0.5em !important;
  background-color: #d41d49 !important;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  display: block;
  font-size: 1em;
  font-weight: 700;
  width: 100%;
}
.contactForm .btn:hover {
  background-color: #0a2529 !important;
}
.contactForm .checkbox {
  margin: 1.1em 0em;
  display: block;
}
.contactForm .checkbox label {
  display: block;
  margin: 0em 0em 0.8em 1.1em;
  position: relative;
}
.contactForm .checkbox label input {
  display: block;
  position: inherit;
  float: left;
}
.contactForm .select {
  margin: 0em;
  width: 100%;
  border-radius: 0em;
  border: rgba(17, 63, 70, 0.8) 1px solid;
  padding: 0.5em 0.75em;
  margin-bottom: 1.5em;
  color: #002628;
  font-size: 1em!important;
  position: relative;
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 0.95em;
}
.contactForm .select:after {
  content: '>';
  color: white;
  position: absolute;
  right: 10px;
  top: 0px;
  right: 0px;
  z-index: 12;
  text-align: center;
  pointer-events: none;
  height: 1em;
  display: block;
  border: solid red 0px;
  font-family: 'Arbutus Slab', serif;
  font-size: 2em;
  font-display: swap;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.contactForm .checkbox {
  margin: 20px 0px 20px 0px;
  display: block;
}
.contactForm .checkbox label {
  display: block;
  margin: 0px 0px 10px 20px;
  position: relative;
}
.contactForm .checkbox label input {
  display: block;
  position: inherit;
  float: left;
}
.houdini {
  display: none;
}
/* Social Network icon render */
.social-bar {
  display: inline-block;
  padding: 0em 0.4em !important;
  font-size: 0.5em;
}
.social-icon-header-link {
  width: 2em!important;
  height: 2em!important;
  padding: 0.1em;
  display: inline-block;
  margin: 0px;
  background-color: transparent;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  border-radius: 50%;
}
.social-icon-header-link:hover {
  background-color: transparent;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.social-icon-header-link .svg {
  display: block;
  width: 100%;
  height: 100%;
}
.social-icon-header-link .svg {
  fill: #002628;
}
.social-icon-header-link:hover .svg {
  fill: #002628;
}
#mail-sent {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  animation: mail-sent 1s 1;
  -webkit-animation: mail-sent 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}
#mail-sent a {
  color: #d41d49;
  text-decoration: none;
}
@keyframes mail-sent {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#map_canvas1 {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px!important;
  border-radius: 0px;
  box-shadow: inset rgba(0, 0, 0, 0.14) 0px 0px 10px;
}
.themap {
  width: 100%;
  height: 500px;
  z-index: -100;
}
.scrolloff {
  pointer-events: none;
}
/* -- END wordpress css intergration -- */
.window-size {
  display: inline-block;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.61);
  border: dotted 1px red;
  color: black!important;
  padding: 0.5em 0.7em;
  font-size: 0.7em;
  box-shadow: 1px 1px 2.5px 2px rgba(0, 0, 0, 0.15);
}
/*.window-size{display:none;} */
.window-size:after {
  content: "XS - 576 and below";
}
@media (min-width: 576px) {
  .window-size:after {
    content: "SM - 576 and up";
  }
}
@media (min-width: 768px) {
  .window-size:after {
    content: "MD - 768 and up";
  }
  .navbar-collapse {
    padding: 0px 0px;
  }
}
@media (min-width: 992px) {
  .window-size:after {
    content: "LG - 992 and up";
  }
}
@media (min-width: 1200px) {
  .window-size:after {
    content: "XL - 1200 and up";
  }
}
@media (min-width: 1400px) {
  .window-size:after {
    content: "XXL - 1400 and up";
  }
}
/* END Base Form */
/* ------------------------ END My Core CSS ------------------------ */
/* ------------------------ Bootsrap Restyle ------------------------ */
/* Custom Menu nav */
.error {
  position: relative;
  color: white;
  background-color: white;
  font-size: 0.7em;
  min-height: 80vh;
  background-image: url("../../images/core/error-page.jpg");
}
.error .error-number {
  font-size: 10em;
  display: block;
  color: inherit;
  font-weight: 900;
}
.error .error-title {
  font-size: 3em;
  line-height: auto;
  text-align: inherit;
  font-weight: 100;
  color: inherit;
  margin: 0px;
  padding-bottom: 0.5em;
}
.error .error-sub-title {
  font-size: 1.6em;
  color: inherit;
  padding-bottom: 1em;
  font-weight: 100;
}
.error .copy {
  position: relative;
  /*background-color: @brand-body;*/
  color: inherit;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.error .error-text {
  font-size: 1.4em;
  color: inherit;
  text-align: left;
}
.error-divider {
  border-bottom: solid white 1px;
}
.navbar-toggler {
  background-color: #3abccf;
}
.dropdown-toggle::after {
  display: none;
}
.carousel-control-next,
.carousel-control-prev {
  width: 8%;
  opacity: 7;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 576px) {
  #myModalmech .modal-dialog {
    width: 750px;
  }
  .modal-dialog {
    width: 95%;
  }
  #myModalmech .modal-header .close {
    font-size: 50px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #002628;
    margin: 0px;
  }
  .modal-title {
    font-weight: 300;
  }
  .modal-title span {
    padding-right: 10px;
  }
  /* Carousel Changes */
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }
  /* END Carousel Changes */
  /* Tab Navigation */
  .modal-resize {
    width: 75%;
  }
  .carousel-caption {
    position: absolute;
    top: 55%;
    left: 0%;
    right: 60%;
    bottom: auto;
    z-index: 10;
    transform: translateY(-50%);
    font-size: 18px;
    padding: 0%;
    display: block;
    background-color: transparent;
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .error {
    font-size: 1em;
  }
  .error .copy {
    position: absolute;
    top: 50%;
    left: 4.5%;
    width: 65%;
    transform: translate(0%, -50%);
    padding: 0px!important;
    background-color: transparent;
    text-align: left;
  }
  .error {
    font-size: 0.6em;
  }
  .error .error-text {
    font-size: 1.4em;
    color: white!important;
  }
}
@media (min-width: 992px) {
  .carousel-caption {
    font-size: 1.8em;
  }
  .error {
    font-size: 0.9em;
  }
  .error .error-text {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .error {
    font-size: 1em;
  }
}
/* ------------------------ END Bootsrap Restyle ------------------------ */
/* ------------------------ Animations CSS ------------------------ */
.scroll-animations {
  opacity: 0;
}
.showme {
  opacity: 1;
}
.contain-animation {
  overflow: hidden!important;
}
/* ------------------------ END Animations CSS ------------------------ */
/* ------------------------ IE Fix ------------------------ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .img-fluid {
    width: 100%;
  }
}
/* ------------------------ END IE Fix ------------------------ */
/* ------------------------ Cookies CSS ------------------------ */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  font-display: swap;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: auto;
  bottom: 20px;
  width: 400px;
}
.cc-banner .cc-message {
  display: block;
  /*-webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;*/
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.cc-btn.cc-allow {
  background-color: #d41d49 !important;
  color: white;
}
.cc-btn.cc-allow:hover {
  background-color: white!important;
  color: #d41d49 !important;
}
.cc-btn.cc-deny {
  border: solid 1px #d41d49 !important;
}
.cc-btn.cc-deny:hover {
  background-color: white!important;
  color: #d41d49 !important;
  text-decoration: none!important;
}
.cc-window {
  background-color: #113f46 !important;
  font-size: 0.9em;
  line-height: 1.25em;
}
/* ------------------------ END Cookies CSS ------------------------ */
/* ------------------------ Site Specific CSS ------------------------ */
.title {
  font-size: 2.25em;
  line-height: 1.1em;
}
.subtitle {
  font-size: 2em;
  line-height: 1.25em;
}
.sub-subtitle {
  font-size: 1.8em;
  line-height: 1.25em;
}
.sub-sub-subtitle {
  font-size: 1.3em;
  line-height: 1.5em;
}
.small {
  font-size: 0.9em;
}
.lead {
  font-size: 1.1em;
  line-height: 1.25em;
}
.sub-navigation a {
  color: #113f46;
  font-size: 0.8em;
  font-weight: 300;
  display: inline-block;
}
.sub-navigation a::after {
  content: "|";
  padding: 0em 0.5em;
  display: inline-block;
  color: #113f46 !important;
}
.sub-navigation a:last-of-types::after {
  content: "";
}
.sub-navigation a.active {
  color: #d41d49;
}
.sub-navigation .contact {
  background-color: #e9ebec;
}
.sub-navigation a.social-link::after {
  content: "";
  display: inline-block;
}
.sub-navigation a.contact::after {
  content: "|";
}
.sub-navigation a.social-link {
  display: inline-block;
}
.main-menu {
  color: #113f46;
  font-size: 0.95em;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.main-menu a.nav-link {
  color: #113f46 !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
}
s .main-menu .fas {
  color: #d41d49;
  font-size: 0.75em;
  line-height: 1em;
  transform: translateY(-2px);
  font-weight: 700;
  padding-left: 0.5em;
}
.main-menu {
  text-transform: uppercase;
}
.dropdown-menu {
  left: 0px;
  margin-top: -4px !important;
}
.dropdown-toggle .fas {
  padding-left: 0.25em;
}
.menu-title {
  color: #d41d49;
  background: white;
  padding: 3em;
}
.base-box {
  display: flex;
}
.base-box a {
  display: flex;
  flex-direction: column;
  background-color: #3f5d5d;
  color: white;
  font-size: 1em;
  font-weight: 300;
  width: 100%;
}
.base-box .info {
  flex-grow: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  border: solid 1px rgba(255, 255, 255, 0);
}
.base-box a:hover .info {
  border: solid 1px rgba(17, 63, 70, 0.2);
  border-top: 0px;
  background-image: url("../../images/set-up/background-line-dark.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 400%;
  transition-duration: 0.5s;
}
.base-box a:hover {
  background-color: white!important;
  color: #113f46;
}
.base-box:nth-child(3n + 0) a {
  background: #74868c;
}
.base-box:nth-child(3n + 1) a {
  background: #283e44;
}
.base-box:nth-child(3n + 2) a {
  background: #4d6268;
}
.step_box {
  display: flex;
}
.step_box a {
  display: flex;
  flex-direction: column;
  background-color: rgba(63, 93, 93, 0);
  color: #d41d49;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 300;
}
.step_box .info {
  flex-grow: 0;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25em 0em;
}
.step_box .info .hold {
  width: 100%;
}
.step_box .info .step {
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.5em;
}
.step_box .info .title {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.step_box .info .subtitle {
  font-size: 0.65em;
  font-weight: 700;
  color: #113f46;
  display: none;
  line-height: 1.5em;
}
.main-menu .step_box .info .title {
  font-size: 0.8em;
}
.full-info .step_box .info .subtitle {
  display: block;
}
.btn-primary {
  background-color: #d41d49;
  border: 1px solid #d41d49;
  border-radius: 0px;
  font-weight: 700;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  font-size: 0.75em;
  color: white!important;
  padding-left: 2em;
  padding-right: 2em;
}
.btn-primary a {
  color: white;
}
.btn-primary:hover a {
  color: #d41d49 !important;
}
.btn-primary:hover {
  background-color: white;
  color: #d41d49 !important;
  border-color: #d41d49;
}
.link {
  color: #d41d49;
}
.link:hover {
  color: #113f46 !important;
}
.line-through-header {
  overflow: hidden;
  text-align: center;
  color: #113f46;
  font-size: 2em;
  padding: 0.5em 0em 1em 0em;
}
.line-through-header strong {
  color: #d41d49;
}
.line-through-header > span {
  position: relative;
  display: inline-block;
}
.line-through-header > span:before,
.line-through-header > span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #d41d49;
  width: 40vw;
  /* half of limiter*/
  margin: 0 20px;
}
.line-through-header > span:before {
  right: 100%;
}
.line-through-header > span:after {
  left: 100%;
}
.secondary-menu-box {
  border-bottom: solid 1px #113f46;
}
.secondary-menu li a {
  font-size: 0.73em !important;
  color: #113f46 !important;
  padding-right: 0em!important;
  font-weight: 700;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  letter-spacing: 0.03em;
  padding-left: 1.5em !important;
}
.secondary-menu li a:after {
  content: "|";
  display: inline-block;
  margin-left: 0.75em;
}
.secondary-menu li a.red {
  color: #d41d49 !important;
}
.secondary-menu li.gray {
  background-color: none;
}
.secondary-menu li a.none:after {
  content: "";
  display: none;
}
.secondary-menu li a.none {
  margin-right: 0.75em;
}
.secondary-menu li a.linked-in {
  background-color: #d41d49;
  color: white!important;
  font-weight: 900;
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
  margin-right: 0em;
  font-size: 1.2em !important;
  padding-top: 0em;
  padding-bottom: 0em;
  line-height: 1.5em;
}
.secondary-menu li a.linked-in:hover {
  background-color: white;
  color: #d41d49 !important;
}
.secondary-menu li a:hover {
  color: #d41d49 !important;
}
.secondary-menu li a.red:hover {
  color: #113f46 !important;
}
.secondary-menu li.active a {
  color: #d41d49 !important;
}
.navbar-toggler {
  background-color: white;
}
.how_we_do_it {
  margin-bottom: 0.5em;
  display: flex;
  border-left: solid 0.25em rgba(0, 128, 0, 0);
  border-right: solid 0.25em rgba(0, 128, 0, 0);
}
.how_we_do_it .info {
  font-size: 1em;
  font-weight: 300;
  color: #113f46;
  padding: 0em 2em ;
  line-height: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 0em!important;
}
.how_we_do_it .row {
  background-color: #e9ebec;
  display: flex;
  align-items: stretch;
  transition-duration: 0.5s;
}
.how_we_do_it .image {
  padding: 0px;
  overflow: hidden;
}
/*.how_we_do_it:nth-child(3n + 0 ) .row{ background-color: fade(white, 50%);}
.how_we_do_it:nth-child(3n + 1 ) .row{ background-color: fade(white, 25%);}
.how_we_do_it:nth-child(3n + 2 ) .row{ background-color: fade(@brand-primary, 2%);}
.how_we_do_it:nth-child(odd) .row{ background-color: fade(white, 100%);}*/
.how_we_do_it:nth-child(4n) .info,
.how_we_do_it:nth-child(4n+1) .info {
  background: #ffffff;
}
.how_we_do_it:nth-child(4n+2) .info,
.how_we_do_it:nth-child(4n+3) .info {
  background: rgba(255, 255, 255, 0.5);
}
.how_we_do_it .image img {
  transform: scale(1);
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.how_we_do_it:hover .image img {
  transform: scale(1.1);
}
.how_we_do_it:hover .row {
  background-color: #113f46;
  transition-duration: 0.5s;
}
.how_we_do_it:hover .row {
  background-image: url("../../images/set-up/background-line.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 200%;
  transition-duration: 0.5s;
}
.how_we_do_it:hover .info {
  color: white;
  background-color: rgba(0, 0, 0, 0);
}
.slider-overflow-box-offset {
  transform: translateY(0%);
}
.slider-overflow-box {
  display: flex;
  font-size: 1em;
  color: white;
  text-align: center;
  align-items: stretch;
  justify-content: center;
  z-index: 100;
}
.slider-overflow-box a {
  color: white;
  padding: 3em 1em;
  display: block;
  min-height: 20px;
  justify-content: center;
}
.slider-overflow-box .background a:hover {
  color: white;
  background-color: #113f46;
  background-image: url("../../images/set-up/background-line.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 400%;
  transition-duration: 0.5s;
}
.slider-overflow-box .info {
  width: 100%;
  font-size: 1em!important;
  margin-bottom: 0em!important;
}
.slider-overflow-box h2 {
  font-size: 1em!important;
}
.slider-overflow-box .background {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  align-self: stretch;
}
.slider-overflow-box:nth-child(1n) .background {
  background-color: #283e44;
}
.slider-overflow-box:nth-child(2n) .background {
  background-color: #4d6268;
}
.slider-overflow-box:nth-child(3n) .background {
  background-color: #74868c;
}
.slider-overflow-box2 {
  font-size: 1em;
  color: white;
  text-align: center;
  display: flex;
  line-height: 1em;
  transform: translateY(0%);
}
.slider-overflow-box2 a {
  color: white;
  width: 100%!important;
}
.slider-overflow-box2 .background {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.slider-overflow-box2 .background:hover {
  background-color: #113f46 !important;
}
.slider-overflow-box2 .info {
  width: 100%!important;
  padding: 2em 1.5em;
  color: white;
}
.slider-overflow-box2:nth-child(1n) .background {
  background-color: #283e44;
}
.slider-overflow-box2:nth-child(2n) .background {
  background-color: #4d6268;
}
.slider-overflow-box2:nth-child(3n) .background {
  background-color: #74868c;
}
.slider-overflow-box2:nth-child(4n) .background {
  background-color: #283e44;
}
.underline:after {
  border-bottom: solid 1px #d41d49;
  content: "";
  display: flex;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
.underline-full:after {
  border-bottom: solid 1px #d41d49;
  content: "";
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
.why-choose {
  text-align: center;
  margin-bottom: 2em;
}
.why-choose .icon {
  margin-bottom: 1.75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 110px;
}
.why-choose .title {
  font-size: 1.25em;
  color: #d41d49;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.why-choose .info {
  font-size: 0.95em;
  line-height: 1.2em;
  font-weight: 300;
  color: #113f46;
}
.link-group {
  text-align: center;
  margin-bottom: 0em;
  padding-left: 1.75em;
  padding-right: 1.75em;
}
.link-group .icon {
  margin-bottom: 1.75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 115px;
}
.link-group .title {
  font-size: 1.5em;
  color: #d41d49;
  font-weight: 700;
  margin-bottom: 1em;
}
.link-group .info {
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 300;
  color: #113f46;
}
.link-group {
  border-bottom: solid #d41d49 1px;
  border-right: 0px;
}
.link-group:last-child {
  border-bottom: solid #d41d49 0px;
}
.link-group .icon,
.link-group .title {
  transform: scale(1);
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.link-group:hover .icon,
.link-group:hover .title {
  transform: scale(1.1);
}
.grow {
  transform: scale(1);
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
.hero {
  position: relative;
}
.hero .image {
  width: 100%!important;
}
.hero .copy {
  position: relative;
  color: white;
  padding: 20px 20px 20px 20px;
  font-size: 1em;
  text-align: center;
  background-color: #f5f6f6;
}
.hero.contact .copy {
  background-color: #f5f6f6;
}
.hero .title {
  font-size: 2em;
}
.hero .strapline {
  font-size: 1.4em;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.line-height-extra {
  line-height: 1.75em;
}
.line-height-extra-little {
  line-height: 1.5em;
}
.line-through-box-header {
  transform: translateY(-29px);
}
.line-through-box-header {
  overflow: hidden;
  text-align: center;
  color: #113f46;
  font-size: 3em;
  padding: 0.25em 0em;
  font-weight: 900;
  margin-bottom: 0px!important;
  padding: 0px;
}
.line-through-box-header strong {
  color: #d41d49;
}
.line-through-box-header > span {
  position: relative;
  display: inline-block;
}
.line-through-box-header > span:before,
.line-through-box-header > span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #d41d49;
  width: 40vw;
  /* half of limiter*/
  margin: 0 20px;
}
.line-through-box-header > span:before {
  right: 100%;
}
.line-through-box-header span:after {
  left: 100%;
}
.line-through-box {
  border-left: solid 1px #d41d49;
  border-right: solid 1px #d41d49;
  border-bottom: solid 1px #d41d49;
  padding-top: 0em;
  margin-top: 3.5em;
  margin-bottom: 1.5em;
}
.line-through-box-info {
  font-size: 1.95em;
  line-height: 1.25em;
  text-align: center;
  font-weight: 500;
}
.w-100 {
  height: auto;
}
.red-box {
  font-size: 0.85em;
  text-align: center;
  display: flex;
  line-height: 1em;
}
.red-box .border {
  border: solid #d41d49 1px !important;
  border-radius: 1em;
  width: 100%;
  align-items: center;
  display: flex;
}
.red-box .info {
  width: 100%;
  padding: 1em 1.5em;
  color: #d41d49;
  font-weight: 700;
}
.carousel-indicator-box div {
  border: solid green 2px;
}
.carousel-indicator-box div.active {
  border: solid red 4px;
}
#carouselDual .carousel-indicators {
  margin: 0px!important;
  position: relative!important;
}
#carouselDual .carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0);
}
#carouselDual .carousel-indicators .step {
  width: auto;
  height: auto;
  color: black;
  text-indent: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1!important;
  background-color: rgba(255, 255, 255, 0) important;
  padding: 0.75em 1.5em;
  border-right: solid #113f46 0px;
  border-bottom: 0px;
  border-top: 0px;
  margin-left: 0pc;
  margin-right: 0px;
}
#carouselDual .carousel-indicators .step.active {
  background-color: #113f46;
  color: white!important;
}
#carouselDual .carousel-indicators .step .info {
  text-align: center;
  font: 1em;
}
#carouselDual .carousel-indicators .step .title {
  font-size: 1.45em;
  color: #113f46;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  white-space: nowrap;
}
#carouselDual .carousel-indicators .step.active .title {
  color: white;
}
#carouselDual .carousel-indicators .step .title span {
  font-size: 1.4em;
  color: #d41d49;
  font-weight: 700;
}
#carouselDual .carousel-indicators .step.active .title span {
  color: white;
}
#carouselDual .carousel-indicators .step .text {
  font-size: 1.15em;
  color: #d41d49;
  line-height: 1.1em;
}
#carouselDual .carousel-indicators .step.active .text {
  color: white;
}
#carouselDual .carousel-control-prev {
  position: relative!important;
}
#carouselDual .carousel-control-next {
  position: relative!important;
}
#carouselDual .carousel-control-prev,
#carouselDual .carousel-control-next {
  background-color: #f9f9f7;
}
#carouselDual .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d41d49'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#carouselDual .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d41d49'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.step-lower-left {
  text-align: center;
}
.step-lower-left .background {
  background-color: #fcfbfa;
}
.step-lower-left .image {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
}
.step-lower-left .title {
  font-size: 2em;
  margin-bottom: 0.5em;
  color: #113f46;
  text-transform: uppercase;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
  padding: 0.25em 0em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.step-lower-left .title strong {
  color: #d41d49;
}
.step-lower-left .title > span {
  position: relative;
  display: inline-block;
}
.step-lower-left .title > span:before,
.step-lower-left .title > span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: thin solid rgba(17, 63, 70, 0.2);
  width: 30vw;
  /* half of limiter*/
  margin: 0 20px;
}
.step-lower-left .title > span:before {
  right: 90%;
}
.step-lower-left .title span:after {
  left: 90%;
}
.step-lower-left .info {
  font-size: 1.8em;
  text-transform: uppercase;
  color: #d41d49;
  line-height: 1.1em;
}
.step-lower-right {
  padding-top: 2em;
  padding-bottom: 2em;
  color: #113f46;
}
.step-lower-right .background {
  background-color: #f5f6f6;
}
.step-lower-right .title {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.step-lower-right .body {
  font-size: 0.9em;
  font-weight: 300;
}
ul.body.red li:before {
  content: "\25A0";
  color: #d41d49 !important;
  font-size: 0.8em;
}
.tick-info {
  border-bottom: dotted 2px #d41d49;
  padding: 2em 3em;
}
.tick-info:last-child {
  border-bottom: 0px;
}
.tick-info .icon {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25em;
}
.tick-info .info {
  text-align: center;
  color: #d41d49;
  font-size: 1em;
}
.tick-info .info strong {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2em;
}
.eco-info {
  margin-bottom: 3em;
}
.eco-info .icon {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.eco-info .title {
  text-transform: uppercase;
  color: #d41d49;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.35em;
}
.eco-info .info {
  color: #113f46;
  font-size: 1.1em;
}
.eco-info .info p {
  margin-bottom: 0.3em;
}
.eco-info .info p:first-of-type {
  font-weight: 700;
}
.eco-divider {
  border-right: 0px gray solid;
}
.divider-line {
  border-bottom: 1px solid #d41d49;
}
.contact-info {
  margin-bottom: 3em;
}
.contact-info .title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contact-info .title .number {
  color: #d41d49;
}
.contact-info .first-line-address {
  font-size: 1.25em;
  margin-bottom: 0.2em;
}
.contact-info .address {
  font-size: 1em;
  margin-bottom: 1em;
}
.contact-info ul.contact-details {
  margin: 0px;
  padding: 0px;
}
.contact-info ul.contact-details li {
  display: inline-block;
  margin: 0em 0em 0em 0em;
  padding: 0em;
  line-height: normal;
  list-style: none;
  font-weight: 700;
}
.contact-info ul.contact-details li:after {
  content: "|";
  padding: 0 0.5em;
}
.contact-info ul.contact-details li:last-child:after {
  content: "";
  padding: 0 0em;
}
.contact-info ul.contact-details li a {
  color: #d41d49;
}
.selection {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.selection input[type="checkbox"][id^="cb"] {
  display: none;
}
.selection a {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.selection label {
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  position: relative;
  cursor: pointer;
  display: flex;
}
.selection label:before {
  background-color: white;
  color: black;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 0px solid #d41d49;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 33px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.selection label img {
  height: auto;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  margin-bottom: 0.5em;
}
.selection :checked + label {
  border-color: #d41d49;
}
.selection :checked + label:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  background-color: #d41d49;
  transform: scale(1);
  color: white;
  z-index: 100;
}
.selection :checked + label img {
  transform: scale(0.95);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.selection .name {
  padding: 0.5em 0em;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  text-align: center;
  font-size: 0.9em;
  font-weight: 700;
}
.selection a.name {
  color: #113f46;
}
.selection :checked + label .name {
  transform: scale(0.95);
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.selection .view-pdf {
  text-align: center;
  color: #d41d49;
  font-size: 0.8em;
  font-weight: 300;
  margin-top: auto;
}
.selection-tick {
  display: block;
}
.selection-tick input[type="checkbox"][id^="cb"] {
  display: none;
}
.selection-tick label {
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  position: relative;
  cursor: pointer;
}
.selection-tick label:before {
  background-color: white;
  color: black;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 0px solid #d41d49;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 33px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.selection-tick label img {
  height: auto;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  margin-bottom: 0.5em;
}
.selection-tick :checked + label {
  border-color: #d41d49;
}
.selection-tick :checked + label:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  background-color: #d41d49;
  transform: scale(1);
  color: white;
  z-index: 100;
}
.selection-tick :checked + label img {
  transform: scale(0.95);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.selection-tick .name {
  padding: 0.5em 0em;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  text-align: center;
  font-size: 0.9em;
  font-weight: 700;
}
.selection-tick a.name {
  color: #113f46;
}
.selection-tick :checked + label .name {
  transform: scale(0.95);
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.brochure label {
  font-size: 1em;
}
.brochure .control-label {
  padding-bottom: 0.5em;
}
.brochure input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm textarea,
.contactForm select,
.contactForm input[type="date"],
.contactForm input[type="datetime-local"] {
  padding: 0.25em 0.75em;
  margin-bottom: 1.25em;
}
.pdf-modal .modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: none!important;
}
.pdf-modal .modal-header {
  background-color: rgba(0, 0, 0, 0);
  border: none!important;
}
.pdf-modal .modal-body {
  background-color: rgba(0, 0, 0, 0);
  border: none!important;
}
.pdf-modal .btn-close {
  border: solid 1px white!important;
  opacity: 1;
  border: solid!important;
  margin-left: auto!important;
  margin-right: auto!important;
  border-radius: 50%;
}
.image-overlay-diagonal {
  position: relative;
}
.image-overlay-diagonal:before {
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  display: inline-block;
  background: linear-gradient(125deg, rgba(0, 0, 0, 0) 70%, rgba(17, 63, 70, 0.5) 70.15%);
}
.video-link-box .button {
  position: relative;
}
.video-link-box .button:before {
  display: block;
  content: url("../../images/set-up/play-button.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.list > .btn {
  font-size: 1em;
  color: #113f46;
  border-radius: 0px;
  padding: 0.25em 1em;
  background-color: white;
  border: solid 1px #113f46;
  margin-bottom: 0.5em;
}
.list > .btn:first-child {
  font-weight: 700;
}
.list > .btn:hover {
  border: solid 1px #002628;
}
/* Add a dark background to the active button */
.list > .btn.active {
  color: white!important;
  background-color: #002628 !important;
}
.view-pdf {
  font-size: 0.7em;
  padding: 0em 0.25em;
  line-height: normal;
}
.case .name {
  font-size: 0.9em;
  padding-bottom: 0px;
}
.wrapper {
  position: relative;
}
.pdf-block {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(249, 0, 4, 0);
}
.pdf-aspect {
  width: 100vw;
  height: 56.25vw;
}
/* -- Blueimp Gallerry css intergration -- */
.gallery-box {
  background-color: #d6d1c4 !important;
  padding: 1.5em 1.5em;
  margin-bottom: 1em;
}
.gallery-box .area-title {
  float: left;
  font-size: 1.3em;
  margin-bottom: 1em;
  line-height: 1em;
}
.gallery-box .lead {
  float: right;
  font-weight: 300;
  font-size: small;
  line-height: 1em;
}
.gallery-box .links {
  display: block;
  clear: both;
  overflow: auto;
}
.gallery-item {
  float: left;
  display: inline-block;
  padding: 0em 1em;
}
.gallery-item {
  width: 50%;
}
.gallery-item figcaption {
  display: none;
}
/* -- END Blueimp Gallerry css intergration -- */
/* -- Blueimp Gallery Lightbaox css -- */
.blueimp-gallery > a:not([href]):not([tabindex]) {
  color: #d41d49 !important;
}
.blueimp-gallery > a:not([href]):not([tabindex]):hover {
  color: white!important;
}
/* -- END Blueimp Gallery Lightbaox css -- */
.small-title {
  font-size: 1.2em;
}
.background-lines {
  background-image: url("../../images/set-up/background-line.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-lines-left {
  background-image: url("../../images/set-up/background-line-left.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-lines-dark {
  background-image: url("../../images/set-up/background-line-dark.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-lines-dark-left {
  background-image: url("../../images/set-up/background-line-dark-left.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.lines-overlay {
  position: relative;
  z-index: 10;
}
.lines-overlay:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: url("../../images/set-up/background-line-image.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  display: block;
}
.image-offset {
  transform: translate(0em, 0em);
}
.offset-shadow {
  box-shadow: -1em -1em 1em 0.25em rgba(0, 0, 0, 0);
}
.contact-list {
  margin: 0px;
  padding: 0px;
  color: #113f46;
}
.contact-list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.2em;
  margin-bottom: 0.75em;
  border-bottom: dotted 2px #d41d49;
  padding-bottom: 0.5em;
}
.contact-list li .office {
  margin-right: auto;
  font-weight: 700;
}
.contact-list li .number {
  color: #d41d49;
  font-weight: bold;
  padding-right: 0.25em;
}
.contact-list li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 1.25em;
  margin-top: 0.5em;
}
.contact-list li ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0.9em;
  color: #d41d49;
  margin-bottom: 0.25em;
  border-bottom: 0px;
  color: #113f46;
  line-height: 1em;
}
.nav-dropdown a.nav-link {
  margin: 0px!important;
  padding: 10px!important;
  background-color: white;
  font-size: 0.8em;
  color: #113f46 !important;
  border-bottom: solid 1px #d41d49;
  min-width: 200px;
}
.nav-dropdown a.nav-link:hover {
  color: white!important;
  background-color: #113f46;
}
.nav-dropdown {
  margin: 0px!important;
  padding: 0px!important;
}
.nav-dropdown .nav-item {
  list-style: none;
}
.off-on-site {
  position: relative;
}
.off-on-site .title-bar {
  background-color: #113f46;
}
.menu-link {
  display: flex;
  background-color: red;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.menu-link a {
  background-color: aliceblue;
  width: 100%;
  padding: 1em;
  display: flex;
}
.advantages .tick {
  padding: 0em 2em 0em 0em;
}
.advantages .info {
  padding: 1em 0.5em;
  border-bottom: solid 1px #002628;
}
.advantages .title {
  color: #002628;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.advantages .copy {
  color: #002628;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
}
.secondary-menu {
  background-color: #e9ebec !important;
}
.cold-formed-steel-background {
  background-image: url("../../images/heros/cold-formed-steel-supplier-mobile.jpg");
  background-position: center;
  background-size: cover;
  background-color: transparent!important;
}
.cold-formed-steel-background .copy {
  background-color: transparent!important;
}
@media (min-width: 576px) {
  .title {
    font-size: 3em;
    line-height: 1.15em;
  }
  .how_we_do_it .info {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .main-menu a.nav-link {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 2.75em;
    padding-bottom: 2.75em;
  }
  .main-menu {
    color: #113f46;
    font-size: 0.7em;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  .secondary-menu li.gray {
    background-color: #e9ebec !important;
  }
  .how_we_do_it .info {
    font-size: 1.25em;
  }
  .slider-overflow-box {
    transform: translateY(-50%);
  }
  .slider-overflow-box-offset {
    transform: translateY(-50%);
  }
  .hero .copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
    border-bottom: solid 0px #483a5d;
  }
  .hero.contact .copy {
    background-color: transparent;
  }
  .hero.overlay .info {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1.5em 3em;
  }
  .hero.overlay .copy {
    background-color: rgba(255, 255, 255, 0.2);
    top: 0%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    display: flex;
    align-items: center;
    padding: 0px!important;
  }
  .hero.overlay .container-xxl,
  .hero.overlay .container-fluid {
    width: auto!important;
  }
  .hero .title {
    font-size: 2.5em;
    white-space: nowrap;
  }
  .hero .strapline {
    font-size: 1.11em;
  }
  #carouselDual .carousel-indicators .step .text {
    font-size: 0.85em;
  }
  #carouselDual .carousel-indicators .step {
    width: 20%;
    padding: 1.5em 1.5em;
    border-right: solid #113f46 1px;
  }
  #carouselDual .carousel-indicators .step .text strong {
    display: block;
  }
  #carouselDual .carousel-indicators .step:first-child {
    border-left: solid #113f46 1px;
  }
  #carouselDual .carousel-indicators .step .title {
    font-size: 1.45em;
    color: #113f46;
    margin-bottom: 0.5em;
  }
  .tick-info {
    border-right: dotted 2px #d41d49;
    border-bottom: 0px;
  }
  .tick-info:last-child {
    border-right: 0px;
    border-bottom: 0px;
  }
  .off-on-site {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .off-on-site .title-bar {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .hero .title {
    font-size: 3em;
    white-space: nowrap;
  }
  .secondary-menu {
    background-color: white!important;
  }
  .main-menu {
    color: #113f46;
    font-size: 0.75em;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .how_we_do_it .info {
    font-size: 1.35em;
  }
  .link-group {
    border-right: solid #d41d49 1px;
    border-bottom: 0px;
  }
  .link-group:last-child {
    border-right: solid #d41d49 0px;
  }
  #carouselDual .carousel-indicators .step .text {
    font-size: 1.15em;
  }
  .eco-divider {
    border-right: 1px gray solid;
  }
  .image-offset {
    transform: translate(1em, 2em);
  }
  .offset-shadow {
    box-shadow: -1em -1em 1em 0.25em rgba(0, 0, 0, 0.25);
  }
}
/* ------------------------ END Site Specific CSS ------------------------ */
