﻿@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url("/Fonts/Poppins-Black.woff2") format("woff2");
  font-weight: 800;
}
/*  SECTION BACKGROUND COLORS  */
body {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 300;
}

h1, h2, h4, h5 {
  font-weight: 700;
}

h3 {
  font-size: 42px;
  font-weight: 500;
  color: #A22621;
}

p {
  font-size: 18px;
}

li {
  font-size: 18px;
}

strong {
  font-weight: 600;
}

header .upper {
  height: 40px;
  background-color: #303E4F;
}
header .lower {
  padding: 20px 0;
}
header .lower img {
  height: 56px;
}

section {
  box-sizing: border-box;
}

.hero {
  background: url("/Images/HeroBG.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
.hero .hero-wrapper {
  text-align: center;
}
.hero .hero-wrapper h1 {
  margin-bottom: 50px;
  text-transform: uppercase;
}
.hero .hero-wrapper h2 {
  font-size: 22px;
}
.hero .hero-wrapper p {
  font-size: 20px;
}
.hero .hero-wrapper .button-block {
  text-align: center;
}

.solutions {
  background-color: #fff;
  padding: 0px 0 0px 0;
}
.solutions .solution-item {
  box-sizing: border-box;
  padding: 70px 0;
  display: flex;
  column-gap: 40px;
  border-bottom: 1px black solid;
}
.solutions .solution-item:nth-of-type(odd) {
  background-color: #fff;
}
.solutions .solution-item:nth-of-type(even) {
  background-color: #BDC3C7;
}
.solutions .solution-item:last-of-type {
  border-bottom: 0;
}
.solutions .solution-item .solution-content-wrapper {
  display: flex;
}
.solutions .solution-item .solution-content-wrapper .content, .solutions .solution-item .solution-content-wrapper .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solutions .solution-item .solution-content-wrapper .content {
  box-sizing: border-box;
}
.solutions .solution-item .solution-content-wrapper .content h3 {
  margin: 0 0 20px 0;
  font-size: 42px;
  font-weight: 500;
  color: #A22621;
}
.solutions .solution-item .solution-content-wrapper .content ul {
  margin: 0 0 0 -15px;
}
.solutions .solution-item .solution-content-wrapper .content p.centered {
  text-align: center;
}
.solutions .solution-item .solution-content-wrapper .content p.italic {
  font-style: italic;
}
.solutions .solution-item .solution-content-wrapper .image img {
  width: 200px;
}
.solutions .solution-item .solution-content-wrapper.text-left .content {
  box-sizing: border-box;
  padding-right: 100px;
  flex: 0 0 60%;
}
.solutions .solution-item .solution-content-wrapper.text-left .image {
  flex: 0 0 40%;
  border: 1px red solid;
}
.solutions .solution-item .solution-content-wrapper.text-left .image img {
  width: 100%;
}
.solutions .solution-item .solution-content-wrapper.text-right .content {
  box-sizing: border-box;
  padding-left: 100px;
  flex: 0 0 60%;
}
.solutions .solution-item .solution-content-wrapper.text-right .image {
  flex: 0 0 40%;
  border: 1px red solid;
}
.solutions .solution-item .solution-content-wrapper.text-right .image img {
  width: 100%;
}

.social-proof {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(158, 158, 158) 100%);
  padding: 100px 0;
}
.social-proof .social-proof-wrapper h3 {
  margin: 0 0 20px 0;
}
.social-proof .social-proof-items {
  display: flex;
  column-gap: 50px;
  margin-top: 60px;
}
.social-proof .social-proof-items .social-proof-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 30px;
  background-color: #303E4F;
  color: #fff;
  flex: 0 0 50%;
}

.cta-section {
  background-color: #fff;
  padding: 100px 0;
}
.cta-section .cta-section-wrapper h3 {
  margin: 0 0 20px 0;
  font-size: 42px;
  font-weight: 700;
}
.cta-section .cta-section-wrapper .cta-items {
  display: flex;
  column-gap: 50px;
}
.cta-section .cta-section-wrapper .cta-items .cta-item {
  flex: 0 0 50%;
}
.button-block {
  box-sizing: border-box;
  padding: 30px 0;
}

.site-button {
  background-color: #B31217;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  padding: 10px 15px 10px 15px;
  border: 0;
  text-transform: uppercase;
}
.site-button.wide {
  padding: 10px 70px;
}
.site-button.thin {
  padding: 5px 20px;
  font-size: 16px;
  text-transform: initial;
}
.site-button:hover {
  background-color: #bdc3c7;
  color: #b31217;
}

.form-container .form-item {
  margin-bottom: 16px;
}
.form-container .form-item .form-label {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.form-container .form-item .form-error {
  display: none;
  margin-bottom: 0;
  color: #f00;
  font-weight: 700;
  font-size: 12px;
}

.modal .modal-dialog {
  max-width: 750px;
}
.modal .modal-dialog .modal-header {
  background-color: #BDC3C7;
  color: #000;
}

#ajaxLoading {
  color: #fff;
  font-weight: normal;
  position: fixed;
  display: none;
  bottom: 0px;
  left: 0px;
  border: 2px #fff solid;
  background-color: #303E4F;
  padding: 20px 20px 10px 20px;
  border-top-right-radius: 20px;
  font-size: 24px;
}
#ajaxLoading #ajaxMessage {
  padding-left: 20px;
}

.spinner {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #fff;
  animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
