/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* stylelint-disable selector-list-comma-newline-after */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, textarea, select, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

input, select, textarea, button {
  border-radius: 0;
}

/* remove spinner from number fields */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* stylelint-enable selector-list-comma-newline-after */
.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.inline-flex {
  display: inline-flex;
}
.inline-flex.is-invalid {
  border: none;
  background-color: none;
}

.display-none {
  display: none;
}

.position-relative {
  position: relative;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

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

.text-left {
  text-align: left !important;
}

.button-filler {
  height: 35px;
  width: 1px;
}

.warning-text {
  color: #856404;
}
.warning-text .icon {
  margin-right: 4px;
}

.nowrap {
  white-space: nowrap;
}

.vertical-align-top {
  vertical-align: top !important;
}

.h1,
.h2,
.h3,
.h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  font-weight: 600;
}

.h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  font-size: 35px;
  font-size: 2.3333333333rem;
  line-height: 40px;
  font-weight: 600;
}

.h2 {
  font-size: 25px;
  font-size: 1.6666666667rem;
}

.h3 {
  font-size: 18px;
  font-size: 1.2rem;
}

.h4 {
  font-size: 15px;
  font-size: 1rem;
}

.caption {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #4e5352;
}
.caption.reverse {
  color: #D93A0A;
}

.text-bold {
  font-weight: 600;
}
.text-bold.brand-color-1 {
  color: #4e5352;
}

a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a.with-icon {
  color: #222;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
a.with-icon:hover {
  color: #000000;
  text-decoration: none;
}
a.with-icon .icon {
  margin-right: 5px;
  margin-left: -5px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #000000;
}
a.with-icon.is-divider {
  position: relative;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-right: 10px;
}
a.with-icon.is-divider:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 20px;
  background-color: #aaa;
}
a.with-icon.disabled {
  cursor: auto;
}
a.with-icon.disabled:hover {
  color: #222;
}

p {
  color: #666;
  margin-bottom: 25px;
  line-height: 23px;
}
p.intro {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 27px;
}

ul.ul {
  margin-bottom: 30px;
}
ul.ul li {
  position: relative;
  color: #777;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -3px;
  padding-left: 15px;
  text-align: left;
  line-height: 20px;
}
ul.ul li:before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  vertical-align: -0.125em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' 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");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

ol.ol {
  list-style-type: decimal;
  list-style-position: inside;
}
ol.ol li {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.icon {
  color: #fff;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
}

.text-small {
  display: flex;
  gap: 5px;
  font-size: 12px;
  font-size: 0.8rem;
  font-style: italic;
  color: #777;
}

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  background-color: #F4F4F4;
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
body.landing-page {
  padding-top: 125px;
  background-color: #fff;
}

.animation {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 99999;
  background: #fff;
}

.outer {
  border: 1px solid #ced4da;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  background-color: #fff;
}

.contact-info {
  background-color: #4e5352;
  overflow: hidden;
  margin-top: -12px;
  margin-right: -12px;
  margin-left: -12px;
}
@media only screen and (min-width: 992px) {
  .contact-info {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.contact-info .telephone,
.contact-info .email {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  color: #fff;
}
.contact-info .telephone .icon,
.contact-info .email .icon {
  margin-right: 10px;
}
.contact-info .email {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-info .email {
    display: inline-flex;
  }
}
.contact-info .email a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.contact-info .email a:hover {
  color: #D93A0A;
  text-decoration: none;
}
.contact-info .social-media {
  position: relative;
  display: inline-flex;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  margin-right: -12px;
  background-color: #D93A0A;
}
.contact-info .social-media .icon {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fff;
}
.contact-info .social-media .icon.bi-facebook {
  display: none;
}
.contact-info .social-media:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #4e5352;
  z-index: 0;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: skewY(-45deg);
}

.header {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .header {
    height: 75px;
  }
}
.header .logo {
  width: 85px;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 1000;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  z-index: 1;
  background: #4e5352;
  border-radius: 100%;
  border: 5px solid #fff;
}
@media only screen and (min-width: 992px) {
  .header .logo {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 100px;
    border: 7px solid #fff;
  }
}
.header .logo-text {
  position: absolute;
  top: 28px;
  left: 95px;
  width: 150px;
}
@media only screen and (min-width: 992px) {
  .header .logo-text {
    position: absolute;
    top: 35px;
    left: 120px;
    width: 200px;
  }
}
.header .toggle-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  cursor: pointer;
}
.header .toggle-menu span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000;
  border-radius: 3px;
}
.header .toggle-menu:hover span {
  background-color: #4e5352;
}
.header .navigation {
  margin-left: auto;
  background-color: #4e5352;
}
@media only screen and (min-width: 992px) {
  .header .navigation {
    background-color: #fff;
  }
}
.header .navigation ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .header .navigation ul {
    flex-direction: row;
    gap: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }
}
.header .navigation .btn-close {
  opacity: 1;
}
.header .navigation a {
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #999;
}
.header .navigation a:hover {
  color: #D93A0A;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .header .navigation a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding-top: 0px;
    padding-bottom: 5px;
    text-transform: none;
    border-bottom: 5px solid transparent;
  }
  .header .navigation a:hover {
    color: #000000;
    text-decoration: none;
  }
  .header .navigation a:hover, .header .navigation a.active {
    border-bottom: 5px solid #D93A0A;
  }
}

.footer {
  background-color: #4e5352;
  margin-top: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .text {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .footer .text {
    width: 70%;
  }
}
.footer .logo {
  width: 35px;
}
.footer .social-media {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer .social-media .icon {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #D93A0A;
  border-radius: 100%;
}
.footer .social-media .icon i {
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #fff;
}
.footer .social-media .icon a {
  color: #fff;
}
.footer .social-media .icon:first-of-type {
  display: none;
}
.footer .h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .footer .h4 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.footer .navigation {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer .navigation {
    flex-direction: row;
    gap: 40px;
  }
}
.footer .navigation ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
  gap: 5px;
}
.footer .navigation a {
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer .navigation a:hover {
  color: #D93A0A;
  text-decoration: underline;
}
.footer .copyright {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #666;
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer .copyright {
    flex-direction: row;
    align-items: flex-end;
  }
}
.footer .copyright .company-name {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer .copyright .company-name {
    margin-top: 5px;
    margin-bottom: 0px;
  }
}
.footer .copyright .links {
  display: flex;
  margin-top: auto;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .footer .copyright .links {
    margin-top: auto;
    margin-left: auto;
  }
}
.footer .copyright .links a {
  color: #999;
  text-decoration: none;
}
.footer .copyright .links a:hover {
  color: #fff;
  text-decoration: none;
}

.white {
  background-color: #fff;
}

.grey {
  background-color: #F4F4F4;
}

.green {
  background-color: #4e5352;
}

.page-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 125px;
  background-color: #4e5352;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .page-image {
    height: 155px;
  }
}
.page-image .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #4e5352;
  opacity: 0.5;
}
.page-image .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 90%;
}
.page-image .content .caption {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .page-image .content {
    width: 60%;
  }
}
.page-image .content .h1 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .page-image .content .h1 {
    font-size: 30px;
    font-size: 2rem;
  }
}
.page-image .content .h1,
.page-image .content .intro-text {
  color: #fff;
  text-align: center;
}
.page-image .content .intro-text {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 25px;
}
@media only screen and (min-width: 576px) {
  .page-image .content .intro-text {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .page-image .content .intro-text {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}

.contact-banner {
  width: 335px;
}
.contact-banner .telephone {
  font-family: "Syncopate", sans-serif;
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 2rem;
  font-weight: 700;
}
.contact-banner .email {
  display: block;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 3px;
  background-color: #D93A0A;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
.contact-banner .email a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.contact-banner .email a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .wfm {
    margin-left: auto;
  }
}
.wfm a {
  color: #fff;
  font-size: 12px;
  font-size: 0.8rem;
  text-decoration: underline;
  opacity: 0.5;
  font-weight: 400;
}
.wfm a:hover {
  text-decoration: none;
}

.input-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

label {
  display: block;
  color: #4e5352;
  margin-bottom: 8px;
}
label.bold {
  font-weight: 600;
}
label .icon {
  color: #000000;
}

.form-control {
  border-radius: 4px !important;
  border-color: #999999;
}

.textbox {
  width: 100%;
  border: 1px solid #999999;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  color: #222;
  height: 35px;
}
.textbox:focus {
  border-color: #4e5352;
}
.textbox:focus-visible {
  outline: none;
}
.textbox:disabled {
  background-color: #e3e3e3;
}
.textbox:focus::-moz-placeholder {
  color: transparent;
}
.textbox:focus::placeholder {
  color: transparent;
}

.textarea {
  border: 1px solid #999999;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  color: #222;
  width: 100%;
  resize: vertical;
}
.textarea:focus {
  border-color: #4e5352;
}
.textarea:focus-visible {
  outline: none;
}

.select-menu {
  border: 1px solid #999999;
  padding-right: 30px;
  padding-left: 10px;
  color: #222;
  height: 35px;
  line-height: 35px;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='url-friendly-colour(#222)' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 16px;
  background-color: #fff;
  cursor: pointer;
}
.select-menu:focus-visible {
  outline: none;
}
.select-menu:focus {
  border-color: #4e5352;
}

.form-select {
  border-radius: 4px;
}

.btn {
  border-radius: 4px;
}

.btn {
  background-color: #D93A0A;
  color: #fff;
}
.btn:hover, .btn:active {
  background-color: #4e5352 !important;
  color: #fff !important;
}
.btn.secondary {
  background-color: #fff;
  border: 1px solid #4e5352;
  color: #4e5352;
}
.btn.secondary:hover, .btn.secondary:active {
  border-color: #D93A0A;
  background-color: #D93A0A !important;
  color: #fff !important;
}

.link {
  display: flex;
  gap: 5px;
  color: #222;
  text-decoration: underline;
}
.link:hover {
  color: #000000;
  text-decoration: none;
}
.link .icon {
  color: #222;
}

.nav-tabs {
  flex-direction: column;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .nav-tabs {
    flex-direction: row;
    border-bottom: 1px solid #ced4da;
  }
}
.nav-tabs .nav-item {
  margin-right: 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .nav-tabs .nav-item {
    margin-right: 5px;
    margin-bottom: 0px;
  }
}
.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10px;
  padding-top: 14px;
  padding-right: 40px;
  padding-bottom: 14px;
  padding-left: 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #222;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .nav-tabs .nav-link {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom-color: transparent;
    margin-right: 5px;
    margin-top: 0;
    background-color: #ebeff5;
  }
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  background-color: #4e5352;
  color: #D93A0A;
  border-color: #ced4da;
}
@media only screen and (min-width: 768px) {
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
    border-bottom-color: transparent;
    background-color: #fff;
    border-color: #ced4da;
    color: #222;
  }
}
.nav-tabs .nav-link:focus:after, .nav-tabs .nav-link:hover:after, .nav-tabs .nav-link.active:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav-tabs .nav-link:focus:after, .nav-tabs .nav-link:hover:after, .nav-tabs .nav-link.active:after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    bottom: -2px;
    left: 0px;
    height: 2px;
    background-color: #fff;
    z-index: 250;
  }
}
.nav-tabs .nav-link .icon {
  color: #000000;
  margin-right: 10px;
}

.tab-content {
  padding-top: 15px;
}
.tab-content .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table caption {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
.table caption.small {
  padding-top: 20px;
  padding-bottom: 15px;
}
.table tbody tr:hover {
  background-color: #f8f8f8;
}
.table tbody tr:hover td {
  background-color: #f8f8f8;
}
.table thead {
  background-color: #ebeff5;
  font-family: "Poppins", sans-serif;
  border-bottom: 0px solid #ced4da;
}
.table thead tr:hover,
.table thead td:hover {
  background-color: #ebeff5 !important;
}
.table .header-title {
  background-color: #4e5352;
  color: #fff;
}
.table td,
.table th {
  border: 0.5px solid #ced4da;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}
.table td {
  background: #fff;
}
.table td.last {
  text-align: right;
}
.table.fixed {
  table-layout: fixed;
}
.table.dimensions td:first-of-type {
  font-weight: 700;
}

.table-responsive {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.table-responsive .table th,
.table-responsive .table td {
  white-space: nowrap;
}
.table-responsive.wrap-text .table th,
.table-responsive.wrap-text .table td {
  white-space: normal;
}

.modal-content {
  border-radius: 0;
}
.modal-content .modal-header {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #4e5352;
  color: #fff;
  border-radius: 0;
}
.modal-content .modal-header.error {
  border-left: 4px solid #d0020b;
  background-color: #f8d7da;
  color: #d0020b;
}
.modal-content .modal-header .h3 {
  margin-bottom: 0;
}
.modal-content .modal-header .btn-close {
  opacity: 1;
  margin-right: -5px;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-content .modal-footer {
  justify-content: space-between;
}

.modal-xxl {
  max-width: 83%;
}
.modal-xxl .modal-content {
  height: 100%;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .banner {
    flex-direction: row;
  }
}
.banner .text {
  width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .banner .text {
    max-width: 640px;
    padding-right: 25px;
    padding-left: 30px;
  }
}
.banner .text .h1 {
  padding-bottom: 20px;
  font-size: 25px;
  font-size: 1.6666666667rem;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  .banner .text .h1 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    line-height: 40px;
  }
}
.banner .image {
  margin-bottom: 12px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .banner .image {
    max-width: 595px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 250px;
  }
}
.banner .image.large {
  display: none;
}
.banner .image.small {
  border-bottom-right-radius: 125px;
}
@media only screen and (min-width: 992px) {
  .banner .image.small {
    display: none;
  }
  .banner .image.large {
    display: block;
  }
}

.services-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.services-container .services {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 90%;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .services-container .services {
    flex-direction: row;
  }
}
.services-container .services .service {
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  border: 1px solid #ced4da;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background-clip: padding-box;
}
.services-container .services .service .icon {
  margin-bottom: 20px;
}
.services-container .services .service .h3 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.services-container .services .service p {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

.toilet-hire-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .toilet-hire-container {
    flex-direction: row;
  }
}
.toilet-hire-container .toilet-hire {
  width: 100%;
  text-align: center;
}
.toilet-hire-container .toilet-hire ul li {
  text-align: center;
}
.toilet-hire-container .toilet-hire ul li:before {
  display: none;
}
@media only screen and (min-width: 992px) {
  .toilet-hire-container .toilet-hire {
    width: 70%;
    text-align: left;
  }
  .toilet-hire-container .toilet-hire p {
    width: 75%;
  }
  .toilet-hire-container .toilet-hire ul li {
    text-align: left;
  }
  .toilet-hire-container .toilet-hire ul li:before {
    display: block;
  }
}
.toilet-hire-container .image img {
  margin-top: 30px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 100px;
}
@media only screen and (min-width: 992px) {
  .toilet-hire-container .image {
    display: block;
    width: 30%;
  }
  .toilet-hire-container .image img {
    margin-top: 0;
  }
}

.toilet-calculator-container {
  width: 90%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.toilet-calculator-container .h2,
.toilet-calculator-container p,
.toilet-calculator-container .toggle {
  color: #fff;
}
.toilet-calculator-container .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toilet-calculator-container .toggle[aria-expanded=false] .open {
  display: none;
}
.toilet-calculator-container .toggle[aria-expanded=true] .closed {
  display: none;
}
.toilet-calculator-container .toggle .text {
  cursor: pointer;
  text-decoration: underline;
}
.toilet-calculator-container .toggle .text:hover {
  text-decoration: none;
}
.toilet-calculator-container p {
  width: 85%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.toilet-calculator-container .toilet-calculator {
  width: 95%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .toilet-calculator-container .toilet-calculator {
    width: 50%;
    max-width: 400px;
  }
}
.toilet-calculator-container .toilet-calculator > div {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
}
.toilet-calculator-container .toilet-calculator .form-label {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: left;
}
.toilet-calculator-container .toilet-calculator .form-label .icon {
  color: #D93A0A;
  margin-right: 3px;
}
.toilet-calculator-container .toilet-calculator .btn {
  background-color: #D93A0A;
  color: #222;
  margin-top: auto;
}
.toilet-calculator-container .toilet-required {
  display: none;
  margin-top: 25px;
}
.toilet-calculator-container .toilet-required .total {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.welfare-units-container {
  margin: auto;
  width: 95%;
}

.welfare-unit-hire {
  width: 100%;
  text-align: center;
  margin: 20px 0 30px 0;
}
.welfare-unit-hire .intro {
  width: 85%;
}
.welfare-unit-hire p {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .welfare-unit-hire p {
    width: 75%;
  }
}

.welfare-unit {
  border: 1px solid #ced4da;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background-clip: padding-box;
}
.welfare-unit:hover {
  box-shadow: 3px 3px #e7e7e7;
  cursor: pointer;
}
.welfare-unit:hover a {
  text-decoration: none;
}
.welfare-unit .h3 {
  margin-bottom: 5px;
}
.welfare-unit .people {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  color: #999;
}
.welfare-unit img {
  margin-top: 25px;
}

.welfare-unit-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .welfare-unit-info {
    flex-direction: row;
    width: 95%;
  }
}
.welfare-unit-info .features {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .welfare-unit-info .features {
    width: 65%;
  }
}
.welfare-unit-info .features .h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.welfare-unit-info .image {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .welfare-unit-info .image {
    width: 35%;
    text-align: right;
  }
}
.welfare-unit-info .image img {
  max-width: 90%;
}

.portable-toilet-hire-container {
  display: flex;
  align-items: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.portable-toilet-hire-container .portable-toilet-hire {
  width: 100%;
  text-align: center;
}
.portable-toilet-hire-container .portable-toilet-hire .intro {
  width: 85%;
}
.portable-toilet-hire-container .portable-toilet-hire .our-toilets {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.portable-toilet-hire-container .portable-toilet-hire .our-toilets > div {
  width: calc(100% - 20px);
  text-align: center;
  border-bottom: 1px solid #ced4da;
}
.portable-toilet-hire-container .portable-toilet-hire .our-toilets > div:last-of-type {
  border: none;
}
@media only screen and (min-width: 992px) {
  .portable-toilet-hire-container .portable-toilet-hire .our-toilets > div {
    width: calc(95% - 20px);
    border: none;
  }
}
.portable-toilet-hire-container .portable-toilet-hire .our-toilets .icon {
  height: 55px;
  margin-bottom: 20px;
}
.portable-toilet-hire-container .portable-toilet-hire .our-toilets .h3 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.portable-toilet-hire-container .portable-toilet-hire .our-toilets p {
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.portable-toilet-hire-container .image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .portable-toilet-hire-container .image {
    display: block;
    width: 20%;
  }
  .portable-toilet-hire-container .image img {
    border-top-left-radius: 225px;
    border-top-right-radius: 25px;
  }
}

.call-or-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .call-or-email p {
    width: 75%;
  }
}

.how-we-work-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.how-we-work-container .our-process {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.how-we-work-container .our-process .process-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .how-we-work-container .our-process .process-item {
    width: calc(50% - 30px);
  }
}
.how-we-work-container .our-process .process-item .image {
  margin-bottom: 20px;
  border: 1px solid #ced4da;
  border-top-left-radius: 125px;
  border-top-right-radius: 20px;
}
.how-we-work-container .our-process .process-item .number {
  display: block;
  margin-right: 10px;
  background-color: #D93A0A;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 30px;
  font-weight: 600;
}
.how-we-work-container .our-process .process-item .h4 {
  display: flex;
  align-items: center;
}
.how-we-work-container .our-process .process-item p {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left;
}
.how-we-work-container .our-process .process-item .caption {
  font-size: 12px;
  font-size: 0.8rem;
}

.our-benefits-container {
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.our-benefits-container .our-benefits {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.our-benefits-container .our-benefits .benefits-list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) {
  .our-benefits-container .our-benefits .benefits-list {
    flex-direction: row;
    gap: 50px;
  }
}

.contact-container {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
.contact-container .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.contact-container .contact .intro {
  width: 85%;
}
.contact-container .contact .our-toilets {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-container .contact .our-toilets > div {
  width: calc(100% - 20px);
  text-align: center;
  border-bottom: 1px solid #ced4da;
}
.contact-container .contact .our-toilets > div:last-of-type {
  border: none;
}
@media only screen and (min-width: 992px) {
  .contact-container .contact .our-toilets > div {
    width: calc(33% - 20px);
    border: none;
  }
}
.contact-container .contact .our-toilets .icon {
  height: 55px;
  margin-bottom: 20px;
}
.contact-container .contact .our-toilets .h3 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.contact-container .contact .our-toilets p {
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.contact-container .image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .contact-container .image {
    display: block;
    width: 20%;
  }
  .contact-container .image img {
    border-top-left-radius: 225px;
    border-top-right-radius: 25px;
  }
}

.call-or-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .call-or-email p {
    width: 75%;
  }
}