html {
  color: #403f3f;
  font-family: acumin-pro, sans-serif, Arial, Helvetica, sans-serif;
  background-color: #f2b41c;
}

.navbar-light .navbar-nav .nav-link {
  color: #403f3f;
}

html {
  font-size: 1.3em;
}

.block-content {
  max-width: 1920px;
  margin: 0 auto;
}

body {
  width: 100%;
  max-width: 3840px;
  margin: 0 auto;
}

nav {
  z-index: 1000;
  font-weight: 200;
  max-width: 3840px;
  margin: 0 auto;
  width: 100%;
}
nav .nav-logo {
  width: 100px;
}
nav #desktop-nav {
  display: none;
}
nav .logo-color {
  display: none;
}
nav button.navbar-mobile-button {
  height: 50px;
  width: 50px;
  border: none;
  background-color: white;
  border-radius: 50%;
  padding: 0;
}
nav button.navbar-mobile-button .navbar-mobile-button-icon {
  height: 1.3em;
  width: 1.3em;
}
nav .solution-menu-header {
  font-weight: 500;
}
nav .dropdown-element {
  font-weight: 200;
}
nav .dropdown-menu h1 {
  font-size: 1em;
  padding: 0.25rem 1.5rem;
  font-weight: 400;
}
nav .dropdown-nested-submenu {
  padding: 0.25rem 2rem;
  font-size: 0.8em;
  font-weight: 400;
}
nav #mobile-nav {
  z-index: 2;
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  margin: 5%;
  top: 0;
  right: 0;
  position: fixed;
  text-align: center;
  box-shadow: 0 0 5px #7b7b7b;
}
nav #mobile-nav i {
  padding: 17px 0;
  color: #f2b41c;
}
nav #mobile-navigation {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f2b41c;
  position: fixed;
  z-index: 1;
}
nav #mobile-navigation #mobile-navigation-links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: white;
  font-size: 1.3em;
  font-weight: 400;
}
nav #mobile-navigation #mobile-navigation-links ul li {
  padding: 10px;
}
nav #mobile-navigation #mobile-navigation-links ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
nav #mobile-navigation #mobile-navigation-links ul li:hover > ul {
  padding: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
}
nav #mobile-navigation #mobile-navigation-links a {
  color: white;
  text-decoration: none;
}
nav .is-inactive {
  display: none;
}

.anchored-nav {
  transition: background-color 0.3s ease;
  background-color: #fff2d3;
  box-shadow: 0 0 10px #7b7b7b;
  color: #403f3f;
}

.anchored-nav-transparent {
  transition: background-color 0.3s ease;
  background-color: transparent;
  color: #403f3f;
}

#home-header {
  height: 100vh;
  position: relative;
  background: #920000;
  background: linear-gradient(125deg, #ffbbdd 0%, #ffc371 100%);
  box-sizing: border-box;
}
#home-header #full-screen-video-header {
  height: 100vh;
  overflow: hidden;
}
#home-header #full-screen-video-header video {
  min-width: 100%;
  min-height: 100%;
}
#home-header #home-header-heading-video {
  position: absolute;
}
#home-header #mobile-header {
  padding: 0 0 0 4%;
  display: block;
}
#home-header #mobile-header img {
  width: 100px;
}
#home-header .main-header-background-slider {
  position: relative;
  height: 100%;
  background: black;
}
#home-header .main-header-background-slider img {
  height: 100%;
  width: 100%;
  position: relative;
  object-fit: cover;
}
#home-header .main-header-background-slider .slick-list {
  height: 100%;
}
#home-header .main-header-background-slider .slick-list .slick-track {
  height: 100%;
  transform: none;
}
#home-header .main-header-background-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
#home-header .main-header-background-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
}
#home-header #home-header-heading-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: white;
  padding: 10%;
  text-align: center;
}
#home-header #home-header-heading-video h1 {
  font-size: 1.5rem;
}
#home-header #home-header-heading-video h2 {
  font-size: 1rem;
}
#home-header #home-header-heading-video img {
  position: relative;
  width: 80%;
  margin: 10% 0 0 0;
}
#home-header #home-header-heading-video .explore-down {
  position: relative;
  display: block;
  padding-top: 30px;
}
#home-header #home-header-heading-video .explore-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#home-header #home-header-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#home-header #home-header-heading img {
  width: 80%;
  margin: 3%;
  position: relative;
}
#home-header #home-header-heading h1 {
  font-size: 2.5em;
}
#home-header #home-header-heading, #home-header #home-header-heading-wave {
  position: absolute;
  z-index: 5;
  padding: 5%;
}
#home-header #home-header-heading-video #home-header-button {
  margin: 1.5em 0;
  text-align: center;
}
#home-header #home-header-heading-video #home-header-button a {
  font-size: 0.8em;
  background-color: white;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  font-family: quasimoda, sans-serif;
  color: #403f3f;
  text-decoration: none;
}
#home-header .main-header-background-video {
  height: 100%;
  overflow: hidden;
  color: #403f3f;
}
#home-header .main-header-background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-header #home-header-heading, #home-header #home-header-heading-wave {
  color: white;
}
#home-header #home-header-heading h1, #home-header #home-header-heading-wave h1 {
  font-family: utopia-std, serif, serif;
  font-size: 1.5em;
  text-align: center;
  padding: 5% 5% 0 5%;
  font-size: 1.5em;
}
#home-header #home-header-heading h2, #home-header #home-header-heading-wave h2 {
  font-family: acumin-pro, sans-serif, Arial, Helvetica, sans-serif;
  font-weight: 100;
  text-align: center;
  padding: 5% 10%;
  font-size: 1.2em;
}
#home-header #home-header-heading #home-header-button, #home-header #home-header-heading-wave #home-header-button {
  margin: 0.8em 0;
  text-align: center;
}
#home-header #home-header-heading #home-header-button a, #home-header #home-header-heading-wave #home-header-button a {
  font-size: 0.8em;
  background-color: white;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  font-family: quasimoda, sans-serif;
  color: #f2b41c;
  text-decoration: none;
}
#home-header #home-header-image {
  display: none;
  margin: 5% auto 0 auto;
  width: 70%;
}
#home-header #home-header-image img {
  width: 100%;
  height: 100%;
}
#home-header #wave {
  position: absolute;
  bottom: 0;
}

#home-process {
  padding: 5%;
}
#home-process h1 {
  text-align: center;
  color: #f2b41c;
  font-family: quasimoda, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  padding: 0 5% 5% 5%;
}
#home-process h2 {
  font-size: 1.5em;
}
#home-process .home-process-image {
  height: 200px;
  margin: 10% auto;
  text-align: center;
}
#home-process .home-process-image img {
  height: 100%;
}
#home-process .home-process-description {
  font-family: acumin-pro, sans-serif;
}

.large-card-list-section {
  padding: 5% 10%;
}
.large-card-list-section h1 {
  text-align: center;
  color: #f2b41c;
  font-family: quasimoda, sans-serif;
  font-size: 2em;
  font-weight: 600;
  padding: 0 5% 5% 5%;
}
.large-card-list-section h2 {
  margin: 0;
}
.large-card-list-section .large-card-section-two {
  position: relative;
  width: 100%;
  min-height: 250px;
  display: block;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 10px #bcbcbc;
  margin-top: 10%;
}
.large-card-list-section .large-card-section-two .large-card-item-two {
  width: 100%;
  position: absolute;
}
.large-card-list-section .large-card-section-two img {
  height: 100%;
  position: absolute;
  opacity: 0.2;
  right: 0;
}
.large-card-list-section .large-card-section-two h2 {
  padding: 5%;
  font-family: quasimoda, sans-serif;
  font-size: 1.1em;
  color: #f2b41c;
  width: 100%;
  background-color: #eaeaea;
}
.large-card-list-section .large-card-section-two p {
  padding: 1% 2%;
  font-family: acumin-pro, sans-serif;
  color: #403f3f;
}
.large-card-list-section .large-card-section-three {
  position: relative;
  width: 100%;
  min-height: 250px;
  display: block;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 10px #bcbcbc;
  margin-top: 10%;
}
.large-card-list-section .large-card-section-three .large-card-item-three {
  position: absolute;
  width: 100%;
}
.large-card-list-section .large-card-section-three img {
  height: 100%;
  position: absolute;
  opacity: 0.2;
  right: 0;
}
.large-card-list-section .large-card-section-three h2 {
  padding: 5%;
  font-family: quasimoda, sans-serif;
  font-size: 1.1em;
  color: #f2b41c;
  width: 100%;
  background-color: #eaeaea;
}
.large-card-list-section .large-card-section-three p {
  padding: 1% 2%;
  font-family: acumin-pro, sans-serif;
}

#home-services {
  padding: 5% 10%;
}
#home-services h1 {
  text-align: center;
  color: #f2b41c;
  font-family: quasimoda, sans-serif;
  font-size: 2em;
  font-weight: 600;
  padding: 0 5% 5% 5%;
}
#home-services h2 {
  margin: 0;
}
#home-services [id^=home-services-] {
  position: relative;
  width: 100%;
  min-height: 250px;
  display: block;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 10px #bcbcbc;
  margin-top: 10%;
  overflow-y: auto;
}
#home-services [id^=home-services-] .home-services-item {
  position: absolute;
}
#home-services [id^=home-services-] img {
  height: 100%;
  max-width: 100%;
  position: absolute;
  opacity: 0.2;
  right: 0;
}
#home-services [id^=home-services-] h2 {
  padding: 4%;
  font-family: quasimoda, sans-serif;
  font-size: 1.1em;
  color: #f2b41c;
}
#home-services [id^=home-services-] p {
  padding: 0 4%;
  font-family: acumin-pro, sans-serif;
  color: #403f3f;
}

#home-partners {
  padding: 5% 10%;
}
#home-partners h1 {
  text-align: center;
  color: #f2b41c;
  font-family: quasimoda, sans-serif;
  font-size: 2em;
  font-weight: 600;
  padding: 0 5% 5% 5%;
}
#home-partners .slick-partner-slider {
  text-align: center;
  margin: 5%;
}
#home-partners .slick-partner-slider img {
  margin: 0 auto;
  height: 25px;
  opacity: 0.3;
}

.contact-section {
  border-top: 1px solid #e1e1e1;
  padding: 5% 10%;
  font-family: quasimoda, sans-serif, Arial, Helvetica, sans-serif;
  color: #403f3f;
  text-align: center;
}
.contact-section .contact-section-header h1 {
  font-size: 1.5em;
  margin: 5% 0;
}
.contact-section .contact-section-header h3 {
  font-size: 1.25em;
  font-weight: 400;
}
.contact-section .contact-section-button-container {
  position: relative;
  width: 170px;
  height: 50px;
  background-color: #f2b41c;
  color: white;
  border-radius: 5px;
  margin: 5% auto;
}
.contact-section .contact-section-button-container:hover {
  cursor: pointer;
}
.contact-section .contact-section-button-container .contact-section-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.expanded-contact-form {
  font-family: quasimoda, sans-serif, Arial, Helvetica, sans-serif;
  color: #403f3f;
  text-align: left;
  display: none;
  padding: 0 10% 10% 10%;
}

.left-image-slider {
  padding: 5% 10%;
}
.left-image-slider h1 {
  font-size: 1.8em;
  color: #f2b41c;
}

footer {
  position: absolute;
  width: 100%;
  background-color: #f5f5f5;
  padding: 5%;
  box-sizing: border-box;
  color: #403f3f;
  max-width: 3840px;
  margin: 0 auto;
}
footer h1 {
  font-weight: 200;
  font-size: 1.2em;
}
footer #footer-links a {
  color: #403f3f;
  text-decoration: none;
}
footer #footer-logo {
  margin: 0 auto;
  width: 50%;
}
footer img {
  width: 100%;
}
footer ul {
  font-size: 0.9em;
}
footer ul li {
  margin: 10px 0;
}
footer #footer-contactors-license h1 {
  margin: 5px 0;
}
footer #footer-contactors-license p {
  font-size: 0.9em;
}
footer #footer-ansi {
  margin: 5% 0;
}
footer #footer-ansi img {
  width: 50%;
  margin: 5% 0;
}
footer #footer-better-business-bureau img {
  width: 50%;
  margin: 0 0 5% 0;
}
footer #footer-psni img {
  width: 50%;
}
footer #footer-gcahi img {
  width: 50%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/********************
*	SUBPAGE CSS
********************/
#subpage-header {
  width: 100%;
  background-color: #ffda7e;
  padding: 25% 0 5% 0;
}
#subpage-header #mobile-header {
  padding: 0 0 0 4%;
  display: block;
}
#subpage-header #mobile-header img {
  width: 100px;
}
#subpage-header h1 {
  padding: 2% 5%;
  color: white;
  font-family: quasimoda, sans-serif;
  font-size: 2em;
}

#solution-slides {
  text-align: center;
  padding: 5% 15%;
  color: #403f3f;
  text-align: center;
  margin: 5%;
}
#solution-slides .slick-solution-slider {
  margin: 30% 0;
}
#solution-slides h1 {
  margin: 10% 0;
  font-family: quasimoda, sans-serif;
  font-size: 1.5em;
}
#solution-slides img {
  margin: 0 auto;
  height: 25px;
  opacity: 0.3;
}
#solution-slides p {
  font-family: acumin-pro, sans-serif;
  text-align: left;
  font-size: 0.9em;
}

#solution-introduction {
  margin: 10%;
}
#solution-introduction .slick-photo-slider {
  margin: 30% 0;
}
#solution-introduction .slick-photo-slider img {
  width: 100%;
}
#solution-introduction p {
  font-size: 0.9em;
  font-family: acumin-pro, sans-serif;
}

#solution-equipment {
  background-color: #f9f9f9;
  padding: 5% 10%;
}
#solution-equipment h1 {
  font-size: 1.8em;
  font-family: quasimoda, sans-serif;
  margin: 0 0 5% 0;
}
#solution-equipment .solution-row .solution-item {
  position: relative;
  margin: 10% 0;
  width: 100%;
  height: 200px;
  background-color: aqua;
  box-shadow: 0 0 5px #7b7b7b;
  border-radius: 2%;
}
#solution-equipment .solution-row .solution-item .solution-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  line-height: 55px;
}
#solution-equipment .solution-row .solution-item .solution-link a {
  text-decoration: none;
  color: #403f3f;
  padding: 0 20px;
  width: 100%;
  font-size: 0.7em;
}

.banner-image {
  width: 100%;
  height: 200px;
  background-color: aqua;
}

#solution-introduction h1 {
  font-size: 1.8em;
  font-family: quasimoda, sans-serif;
  margin: 0 0 5% 0;
}

#vertical-list-section {
  padding: 5% 10%;
}
#vertical-list-section h1 {
  font-size: 1.8em;
  font-family: quasimoda, sans-serif;
  margin: 0 10% 5% 10%;
}
#vertical-list-section .vertical-list {
  position: relative;
}
#vertical-list-section .vertical-list .vertical-list-background {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 3%;
  height: 100%;
  width: 100%;
}
#vertical-list-section .vertical-list .vertical-list-background img {
  height: 100%;
  width: 100%;
}
#vertical-list-section .vertical-list .vertical-list-item {
  box-shadow: 0 0 5px #7b7b7b;
  display: block;
  border-radius: 10px;
  margin: 0 5% 2% 5%;
  overflow: hidden;
  position: relative;
  background-color: white;
  overflow-x: auto;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-a {
  background-color: #FF656D;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-b {
  background-color: #FF8677;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-c {
  background-color: #FFA96F;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-d {
  background-color: #FFC67B;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-color {
  width: 3%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-contents {
  width: 97%;
  float: right;
  box-sizing: border-box;
  position: relative;
  color: #403f3f;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-contents h1 {
  margin: 5% 0% 0% 5%;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-contents p {
  padding: 5% 5% 0 5%;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-link {
  text-align: right;
  width: 100%;
  padding: 3% 5%;
  bottom: 0;
  box-sizing: border-box;
}
#vertical-list-section .vertical-list .vertical-list-item .vertical-list-item-link a {
  color: #f2b41c;
  font-weight: 500;
}
#vertical-list-section .vertical-list .vertical-list-item div {
  display: inline-block;
}

#card-list-section {
  padding: 5% 10%;
  text-align: center;
  overflow: auto;
}
#card-list-section h1 {
  font-size: 1.8em;
  font-family: quasimoda, sans-serif;
  margin: 0 0 10% 0;
  text-align: left;
  color: #f2b41c;
}
#card-list-section .filter-list {
  display: none;
}
#card-list-section select {
  font-size: 1em;
  color: #403f3f;
  margin: 5%;
  border: 1px solid #e1e1e1;
}
#card-list-section .card-row {
  display: none;
}
#card-list-section .card-row .card-item {
  position: relative;
  margin: 10% 0;
  width: 100%;
  height: 250px;
  background-color: aqua;
  box-shadow: 0 0 5px #7b7b7b;
  border-radius: 2%;
}
#card-list-section .card-row .card-item .card-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  line-height: 55px;
}
#card-list-section .card-row .card-item .card-link a {
  text-decoration: none;
  color: #403f3f;
  width: 100%;
  font-size: 0.7em;
}
#card-list-section .large-card-row {
  display: none;
}
#card-list-section .large-card-row .large-card-item {
  position: relative;
  margin: 10% 0;
  width: 100%;
  height: 250px;
  background-color: aqua;
  box-shadow: 0 0 5px #7b7b7b;
  border-radius: 2%;
}
#card-list-section .large-card-row .large-card-item .card-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  line-height: 55px;
}
#card-list-section .large-card-row .large-card-item .card-link a {
  text-decoration: none;
  color: #403f3f;
  width: 100%;
  font-size: 0.7em;
}

.swipe-view {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-coordinate: 0 0;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: x mandatory;
  flex: 1;
  display: flex;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e1e1e1;
}
.swipe-view [class^=swipe-] {
  width: 100%;
  flex: 0 0 100%;
  scroll-snap-align: start;
}
.swipe-view .mobile-card-list-item {
  height: 100px;
  background-color: white;
  color: #403f3f;
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.swipe-view .mobile-card-list-item a {
  text-decoration: none;
  color: #403f3f;
}
.swipe-view .mobile-card-list-item h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3em;
  font-family: quasimoda, sans-serif;
  margin: 0 0 0 5%;
}

#project-description {
  padding: 5% 10%;
}
#project-description h1 {
  text-align: center;
  font-family: quasimoda, sans-serif, serif;
  font-size: 1.5em;
  text-align: center;
  padding: 5% 5% 10% 5%;
}

#project-analysis {
  background-color: #f9f9f9;
  position: relative;
}
#project-analysis .project-content {
  padding: 20% 10%;
}
#project-analysis .project-content h1 {
  font-family: quasimoda, sans-serif, serif;
  font-size: 1.5em;
  text-align: center;
  padding: 5% 5% 5% 5%;
}
#project-analysis .project-content hr {
  height: 5px;
  background-color: #f2b41c;
  width: 60%;
}
#project-analysis .project-content p {
  padding: 5% 0;
}

#project-result {
  margin: 10%;
}
#project-result .slick-photo-slider {
  margin: 30% 0;
}
#project-result p {
  font-size: 0.9em;
  font-family: acumin-pro, sans-serif;
}

.left-image-section .left-image {
  width: 100%;
  margin: 5% 0;
}
.left-image-section .left-image img {
  width: 100%;
}
.left-image-section .right-text {
  width: 100%;
  margin: 5% 0;
}

#email-form-section {
  padding: 5% 10%;
  font-family: quasimoda, sans-serif;
  font-weight: 100;
}

#contact-info h2 {
  font-size: 1.7em;
  font-weight: 400;
  margin: 10px 0;
}
#contact-info p {
  font-size: 1.4em;
  color: #f2b41c;
}

.contact-email-min {
  width: 100%;
  box-sizing: border-box;
}
.contact-email-min h1 {
  font-size: 1.8em;
  color: #f2b41c;
  margin-bottom: 1rem;
}
.contact-email-min li {
  list-style-type: none;
}
.contact-email-min label {
  font-size: 1.4em;
  font-weight: 200;
}
.contact-email-min input[type=submit] {
  width: 100%;
  font-size: 1.2em;
  color: white;
  background-color: #f2b41c;
  border: none;
  height: 50px;
}
.contact-email-min textarea[name=message] {
  height: 200px;
}
.contact-email-min input, .contact-email-min textarea, .contact-email-min select {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  margin: 10px 0;
  font-size: 1.2em;
  border: 1px solid #403f3f;
}
.contact-email-min .contact-email-min-desc {
  height: 200px;
}
.contact-email-min button {
  width: 100%;
  font-size: 1.2em;
  color: white;
  background-color: #f2b41c;
  border: none;
  height: 50px;
}

#contact-learn-more {
  padding: 15%;
}
#contact-learn-more .left-image {
  height: 500px;
  float: none;
  text-align: center;
  margin: 0 auto;
}
#contact-learn-more .left-image img {
  max-height: 100%;
  max-width: 100%;
}
#contact-learn-more .right-learn-more-container {
  width: 100%;
  top: 50%;
  position: relative;
  margin: 0 auto;
}
#contact-learn-more .right-learn-more {
  float: none;
}
#contact-learn-more .right-learn-more h1 {
  text-align: center;
}
#contact-learn-more .right-learn-more p {
  text-align: center;
}
#contact-learn-more .right-learn-more .learn-more-button-container {
  position: relative;
  width: 170px;
  height: 50px;
  background-color: #f2b41c;
  color: white;
  border-radius: 5px;
  margin: 0 auto;
}
#contact-learn-more .right-learn-more .learn-more-button-container:hover {
  cursor: pointer;
}
#contact-learn-more .right-learn-more .learn-more-button-container .learn-more-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-decoration: none;
}
#contact-learn-more .right-learn-more .learn-more-button-container .learn-more-button a {
  color: white;
}
#contact-learn-more .right-learn-more .learn-more-button-container .learn-more-button a:hover {
  text-decoration: none;
}

.simple-list {
  text-align: left;
  padding: 0 10% 10% 10%;
}
.simple-list h1 {
  font-family: acumin-pro, sans-serif, sans-serif;
  font-size: 1.2em;
  padding: 0 0 5% 0;
}
.simple-list a, .simple-list h1 {
  color: #403f3f;
  text-decoration: none;
}
.simple-list ul {
  list-style: none;
  padding: 0 0 2% 0;
}
.simple-list ul li h1 {
  padding: 0 0 2% 0;
}
.simple-list ul li ul {
  list-style: none;
}
.simple-list ul li ul h2 {
  font-size: 1em;
}
.left-description {
  text-align: left;
  padding: 5% 10%;
}
.left-description h1 {
  font-family: acumin-pro, sans-serif, sans-serif;
  font-size: 1.5em;
  padding: 0 0 5% 0;
}
.centered-description {
  text-align: center;
  padding: 5% 10%;
}
.centered-description h1 {
  font-family: acumin-pro, sans-serif, sans-serif;
  font-size: 1.5em;
  padding: 0 0 5% 0;
}
#service-types {
  padding: 5% 0;
}

#service-schedules {
  border-top: 1px solid #e1e1e1;
  padding: 5% 0;
}
#service-schedules h1 {
  font-family: acumin-pro, sans-serif, sans-serif;
  font-size: 1.5em;
  padding: 5%;
  text-align: center;
}

.double-section .double-section-value {
  width: 60%;
  border: 2px solid #403f3f;
  font-family: #f2b41c, sans-serif;
  margin: 5% auto;
  height: 400px;
}
.double-section .double-section-value .double-section-top {
  height: 20%;
  width: 100%;
  border-bottom: 2px solid #403f3f;
  text-align: center;
}
.double-section .double-section-value .double-section-top h1 {
  font-size: 1.5em;
  padding: 5%;
}
.double-section .double-section-value .double-section-top h2 {
  font-size: 1.2em;
}
.double-section .double-section-value .double-section-bottom {
  height: 80%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

.triple-section .triple-section-value {
  width: 60%;
  border: 2px solid #403f3f;
  font-family: #f2b41c, sans-serif;
  margin: 5% auto;
  height: 400px;
}
.triple-section .triple-section-value .triple-section-top {
  height: 20%;
  width: 100%;
  border-bottom: 2px solid #403f3f;
  text-align: center;
}
.triple-section .triple-section-value .triple-section-top h1 {
  font-size: 1.5em;
  padding: 5%;
}
.triple-section .triple-section-value .triple-section-top h2 {
  font-size: 1.2em;
}
.triple-section .triple-section-value .triple-section-bottom {
  height: 80%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

.simple-text {
  padding: 5% 10%;
}

.triple-section-with-image .triple-section-row .triple-section-col {
  width: 80%;
  margin: 10% auto;
}
.triple-section-with-image .triple-section-row .triple-section-col .triple-section-col-img {
  height: 200px;
  width: 100%;
  background-color: blue;
}
.triple-section-with-image .triple-section-row:after {
  content: "";
  display: table;
  clear: both;
}

#about-image-slider {
  padding: 5% 0;
}
#about-image-slider .slick-about-slider {
  width: 100%;
}
#about-image-slider .slick-about-slider div {
  background-color: red;
  border: 1px solid gray;
  height: 300px;
  width: 100%;
}

.image-banner {
  width: 100%;
  height: 200px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.centered-image-block {
  text-align: center;
  width: 100%;
  height: 200px;
  padding: 5% 0;
}
.centered-image-block img {
  max-height: 100%;
  max-width: 100%;
}

.full-sized-centered-image-block {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 5% 0;
}
.full-sized-centered-image-block img {
  max-height: 100%;
  max-width: 60%;
}

.full-size-image-block {
  text-align: center;
  width: 100%;
  height: auto;
}
.full-size-image-block img {
  max-height: 100%;
  max-width: 100%;
}

.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 2%;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 2000;
}
.cookie-banner .cookie-banner-content {
  position: relative;
}
.cookie-banner .cookie-banner-content p {
  font-size: 0.8em;
  display: inline-block;
}
.cookie-banner .cookie-banner-content .close-accept {
  background-color: #f2b41c;
  padding: 10px 30px;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.close-cross {
  background-color: #f2b41c;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  float: right;
}

ul.dashed {
  list-style: none;
  padding-left: 0;
}

ul.dashed > li {
  margin-left: 15px;
}

ul.dashed > li::before {
  content: "-";
  margin-left: -15px;
}

.top-slant {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}

.bottom-slant {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}

.underline {
  height: 5px;
  background-color: #f2b41c;
  width: 40%;
  margin: 0 auto;
}

#email-thanks {
  padding: 5% 10%;
}

.left-justified-text-section {
  text-align: left;
  margin-top: 5%;
}
.left-justified-text-section h1 {
  text-align: center;
  font-size: 1.8em;
  color: #f2b41c;
}
.left-justified-text-section h2 {
  font-size: 1.5em;
}

.cta-block-section {
  text-align: center;
  padding: 5%;
}
.cta-block-section h1 {
  font-size: 1.8em;
  color: #f2b41c;
}
.cta-block-section p {
  padding: 10px 0;
}
.cta-block-section a {
  color: white;
}
.cta-block-section a:hover {
  text-decoration: none;
}
.cta-block-section .text-cta-button-container {
  position: relative;
  width: 170px;
  height: 50px;
  background-color: #f2b41c;
  color: white;
  border-radius: 5px;
  margin: 0 auto;
}
.cta-block-section .text-cta-button-container:hover {
  cursor: pointer;
}
.cta-block-section .text-cta-button-container .text-cta-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.cta-list-section {
  padding: 5% 10%;
}
.cta-list-section .list-content .cta-list-item-section h1 {
  text-align: left;
  font-size: 1.8em;
  color: #f2b41c;
}
.cta-list-section .list-content .cta-list-item-section a {
  color: #f2b41c;
  font-weight: 400;
}
.cta-list-section .list-content .cta-list-item-section a:hover {
  color: #f2b41c;
}

.rich-text-block-container {
  padding: 5%;
}
.rich-text-block-container ul {
  padding: 0% 5%;
}
.rich-text-block-container ul li {
  list-style-type: disc;
}

.left-aligned-list-section, .right-aligned-list-section, .center-aligned-list-section {
  padding: 5% 10%;
}
.left-aligned-list-section h1, .right-aligned-list-section h1, .center-aligned-list-section h1 {
  font-size: 1.8em;
  color: #f2b41c;
  margin-bottom: 1rem;
}

.left-aligned-list-items h2, .right-aligned-list-items h2, .center-aligned-list-items h2 {
  font-size: 1.5em;
}
.hp-desc {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.embed-video-list {
  padding: 5% 10%;
}
.embed-video-list h1 {
  color: #f2b41c;
  font-family: quasimoda, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  padding: 0 2% 2% 0%;
}
.embed-video-list h2 {
  font-size: 1.5em;
}
.embed-video-list .video-block-left, .embed-video-list .video-block-right, .embed-video-list .video-block-center {
  margin-top: 5%;
}
.embed-video-list .video-block-left p, .embed-video-list .video-block-right p, .embed-video-list .video-block-center p {
  width: 70%;
}
.embed-video-list .video-block-left:first-of-type, .embed-video-list .video-block-center:first-of-type, .embed-video-list .video-block-right:first-of-type {
  margin-top: 0;
}

.video-block-left {
  text-align: left;
}
.video-block-left iframe {
  float: left;
  width: 25%;
  height: 250px;
}
.video-block-left p {
  float: right;
}

.video-block-right {
  text-align: left;
}
.video-block-right iframe {
  float: right;
  width: 25%;
  height: 250px;
}
.video-block-right p {
  float: left;
}

.video-block-center {
  text-align: center;
}
.video-block-center iframe {
  width: 40%;
  height: 360px;
}
.video-block-center p {
  width: 70%;
  margin: 2% auto;
}

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

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

.text-center {
  text-align: center;
}

.default-theme {
  background-color: white;
  color: #403f3f;
}

.light-gray-theme {
  background-color: #29282d;
  color: white;
}

.dark-gray-theme {
  background-color: #141319;
  color: white;
}

.off-white-theme {
  background-color: #f9f9f9;
}

/*# sourceMappingURL=style.css.map */
