/*
Theme Name: Baseline theme
Author: The Audit Lab
Author URI: https://theauditlab.com/
Description: Baseline theme
Tags: accessibility-ready, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, blog, e-commerce, portfolio
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: generic
*/
:root {
  --green: #83bb55;
  --light-grey: #c3c3c3;
  --light-blue: #319cc2;
  --blue: #355164;
  --dark-blue: #234c76;
  --red: #dc3232;
  --orange: #ea6a55;
}

.search main {
  min-height: 600px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #000000;
}

ul li {
  list-style: disc;
  line-height: 1.3;
}

u {
  text-decoration: none;
  border-bottom: 3px solid var(--orange);
}

ol li {
  list-style: auto;
  line-height: 1.3;
  margin-top: 10px;
}

.overflow {
  overflow: hidden;
}

#content {
  width: 100%;
}

@media (min-width: 1400px) {
  #content .container, #content .container-lg, #content .container-md, #content .container-sm, #content .container-xl, #content .container-xxl {
    max-width: 1200px;
    padding: 0;
  }
}

body {
  background: #ffffff;
  color: var(--dark-grey);
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .container {
    padding: 0 10px;
  }
}

#homepageHero, #thankYou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  background-size: cover;
  margin: 0;
  height: 700px;
}

#homepageHero::before, #thankYou::before {
  content: '';
  position: absolute;
  background: var(--blue);
  width: 100%;
  height: 700px;
  opacity: 0.45;
}

#homepageHero .header-title, #thankYou .header-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  color: #ffffff;
}

#homepageHero .header-title p, #thankYou .header-title p {
  color: #ffffff;
}

#thankYou {
  height: 100vh;
}

#thankYou::before {
  height: 100vh;
}

.agreement {
  z-index: 1;
  position: relative;
}

.wpcf7-form-control-signature-body {
  background: #DADADF;
}

.agreement-box {
  padding: 20px;
  border-top: 2px solid var(--blue);
  margin-top: 50px;
}

.sidebar {
  display: none;
}

.wpcf7-text {
  width: 100%;
  height: 40px;
  border: 1px solid;
}

form {
  margin-top: 25px;
}

form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

form .wpcf7-list-item-label {
  padding-left: 8px;
}

form .wpcf7-list-item {
  margin: 0;
}

form .wpcf7-form-control-clear-wrap {
  padding-top: 10px;
}

canvas {
  z-index: 11;
  position: relative;
}

#agreement {
  padding: 100px 0;
}

.signature, canvas, .wpcf7-form-control-signature-body, .wpcf7-form-control-signature-wrap {
  height: 100px !important;
}

.wpcf7-submit, #wpcf7_signature-tal_clear {
  background-color: #365163;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 25px;
  border: none;
  position: relative;
}

.wpcf7-submit:after, #wpcf7_signature-tal_clear:after {
  content: ">";
  display: block;
  position: absolute;
}

.home-btn {
  background-color: var(--orange);
  padding: 10px 25px;
}

hr {
  border-top: 2px solid #365163;
  opacity: 0.7;
  margin-bottom: 75px;
}

.quote-btn {
  position: fixed;
  left: -99px;
  top: 50%;
  background: var(--orange);
  padding: 15px 65px;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.quote-btn span {
  font-size: 24px;
  color: #ffffff;
}

label {
  display: block !important;
  margin-top: 20px;
}

.thank-you-text {
  text-align: center;
  padding: 150px;
}

.thank-you-text h1 {
  color: white;
  text-align: center;
  margin-bottom: 100px;
  font-family: "Gibson-Light", Arial, Helvetica, sans-serif;
}

.logo {
  position: absolute;
  opacity: 1;
  z-index: 2;
  max-width: 200px;
  margin: 30px 10px;
}

@font-face {
  font-family: Gibson-Bold;
  src: url("fonts/gibson-bold.ttf");
}

@font-face {
  font-family: Gibson-Regular;
  src: url("fonts/gibson-regular.ttf");
}

@font-face {
  font-family: Gibson-Light;
  src: url("fonts/gibson-light.otf");
}

h1, h2, h3, h4, h5 {
  -webkit-font-smoothing: antialiased;
  color: #355164;
}

p, a, span {
  font-family: "Gibson-Regular", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  color: #355164;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

strong, .wpcf7-submit {
  font-family: "Gibson-Regular", Arial, Helvetica, sans-serif;
}

h1 span {
  font-size: 40px;
  letter-spacing: 1px;
  font-family: "Gibson-Bold", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 24px;
  font-family: "Gibson-Bold", Arial, Helvetica, sans-serif !important;
}

@media screen and (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 30px;
  letter-spacing: 0.8px;
  font-family: "Gibson-Bold", Arial, Helvetica, sans-serif !important;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 37px;
  }
}

h4 {
  font-size: 22px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
}

.header-title h1 {
  font-family: "Gibson-Light", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 80px;
  font-weight: 200;
}
/*# sourceMappingURL=style.css.map */