﻿@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  */
@media screen and (max-width: 768px) {
  h3 {
    font-size: 32px;
  }
  header .lower {
    text-align: center;
  }
  header .lower img {
    height: 46px;
  }
  section {
    box-sizing: border-box;
  }
  .hero {
    padding: 30px 0;
  }
  .solutions {
    background-color: #fff;
    padding: 0px 0 0px 0;
  }
  .solutions .solution-content-wrapper.text-right {
    flex-direction: column;
  }
  .solutions .solution-content-wrapper.text-left {
    flex-direction: column-reverse;
  }
  .solutions .solution-item {
    box-sizing: border-box;
    padding: 30px 0;
    display: block;
    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.text-left .content {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .solutions .solution-item .solution-content-wrapper.text-left .content h3 {
    font-size: 32px;
    text-align: center;
  }
  .solutions .solution-item .solution-content-wrapper.text-left .content p {
    text-align: center;
  }
  .solutions .solution-item .solution-content-wrapper.text-right .content {
    flex: 0 0 100%;
    padding-left: 0;
  }
  .solutions .solution-item .solution-content-wrapper.text-right .content h3 {
    font-size: 32px;
    text-align: center;
  }
  .solutions .solution-item .solution-content-wrapper.text-right .content p {
    text-align: center;
  }
  .solutions .solution-item .solution-content-wrapper .image {
    margin-bottom: 20px;
  }
  .social-proof {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(158, 158, 158) 100%);
    padding: 30px 0;
  }
  .social-proof .social-proof-wrapper h3 {
    margin: 0 0 0px 0;
    text-align: center;
  }
  .social-proof .social-proof-items {
    display: block;
    margin-top: 30px;
  }
  .social-proof .social-proof-items .social-proof-item {
    margin-bottom: 20px;
    display: block;
    padding: 20px 20px;
  }
  .cta-section {
    background-color: #fff;
    padding: 30px 0;
  }
  .cta-section .cta-section-wrapper h3 {
    margin: 0 0 20px 0;
    font-size: 32px;
    text-align: center;
  }
  .cta-section .cta-section-wrapper .cta-items {
    display: block;
    column-gap: 50px;
  }
  .cta-section .cta-section-wrapper .cta-items .cta-item p {
    text-align: center;
  }
  footer .footer-container {
    display: block;
    padding-top: 10px;
  }
  footer .footer-container .footer-item {
    text-align: center;
  }
  footer .footer-container .footer-item img {
    height: 40px;
  }
  footer .footer-container .footer-item:nth-of-type(1) {
    padding: 0;
  }
  footer .footer-container .footer-item .social-container {
    display: block;
  }
  footer .footer-container .footer-item .social-container .social-item {
    display: inline;
  }
  footer .footer-container .footer-item .social-container .social-item:last-of-type {
    margin-right: 0;
  }
  footer .footer-bottom-container p {
    text-align: center;
  }
  .button-block {
    box-sizing: border-box;
    padding: 30px 0;
  }
  .site-button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 8px 5px 8px 5px;
  }
  .site-button.thin {
    padding: 5px 20px;
    font-size: 16px;
    text-transform: initial;
  }
  .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);
    }
  }
}
