html {
  font-size: 1.3em;
}

@media only screen and (min-width: 320px) {
  #home-header #home-header-heading h1 {
    font-size: 1.2em;
  }
  #home-header #home-header-heading h2 {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 820px) {
  .navbar-light .navbar-nav .nav-link:hover {
    color: #212529;
  }

  nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding: 0 20px;
    font-family: acumin-pro, sans-serif;
    font-size: 0.8em;
    color: white;
    background-color: transparent;
  }
  nav #desktop-nav {
    display: block;
  }
  nav .nav-logo {
    padding: 10px;
    display: inline-block;
  }
  nav .nav-logo img {
    width: 100px;
  }
  nav .nav-logo .logo-color {
    display: none;
  }
  nav .nav-links {
    float: right;
    right: 20px;
    padding: 20px 5%;
  }
  nav .nav-links li {
    list-style: none;
    position: relative;
    float: left;
    padding: 0 15px;
  }
  nav .nav-links li a {
    text-decoration: none;
    color: white;
    padding: 10px 0;
    display: block;
  }
  nav .nav-links li ul li {
    display: block;
    padding: 0;
  }
  nav .nav-links li:hover {
    font-weight: 200;
  }
  nav .nav-links .sub-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: white;
    color: #f2b41c;
  }
  nav .nav-links .sub-nav .sub-menu a {
    color: #f2b41c;
  }
  nav .nav-links .sub-nav .sub-menu li {
    width: 150px;
    display: block;
    clear: both;
    padding: 20px;
  }
  nav .nav-links .sub-nav .sub-menu li:hover > ul {
    padding: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    box-sizing: border-box;
  }
  nav .nav-links .sub-nav .sub-menu .sub-sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: white;
    color: #f2b41c;
    left: 100%;
    top: 0;
  }
  nav .nav-links .sub-nav:hover > ul {
    padding: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    box-sizing: border-box;
  }
  nav #mobile-nav {
    display: none;
  }

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

  #home-header {
    height: 100vh;
    position: relative;
    background: #ff5f6d;
    background: linear-gradient(125deg, #ffbb16 0%, #ffc371 100%);
  }
  #home-header .main-header-background-slider {
    position: relative;
    background: black;
  }
  #home-header .main-header-background-slider div {
    height: 100%;
  }
  #home-header #home-header-heading-video h1 {
    font-size: 2rem;
  }
  #home-header #home-header-heading-video h2 {
    font-size: 1.5rem;
  }
  #home-header #home-header-heading-video img {
    width: 30%;
    margin: 2%;
  }
  #home-header #home-header-heading-img-top {
    top: 30%;
  }
  #home-header #home-header-heading {
    position: absolute;
    transform: translateY(-55%);
    left: 0;
    width: 100%;
    padding: 20%;
    z-index: 5;
  }
  #home-header #home-header-heading h1 {
    font-family: utopia-std, serif;
    font-size: 2.5em;
    color: white;
    padding: 0 0 10px 0;
    text-align: center;
  }
  #home-header #home-header-heading h2 {
    font-family: acumin-pro, sans-serif;
    color: white;
    font-weight: 100;
    padding: 0 0 25px 0;
    text-align: center;
    font-size: 1.5em;
  }
  #home-header #home-header-heading img {
    width: 35%;
    margin-top: 0;
  }
  #home-header #home-header-heading #home-header-button {
    margin: 0.8em 0;
    text-align: center;
  }
  #home-header #home-header-heading #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-heading-wave {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    width: 30%;
    padding: 0 0 0 10%;
  }
  #home-header #home-header-heading-wave h1 {
    font-family: utopia-std, serif;
    font-size: 2em;
    color: white;
    padding: 0 0 10px 0;
    text-align: left;
    font-size: 2em;
  }
  #home-header #home-header-heading-wave h2 {
    font-family: acumin-pro, sans-serif;
    color: white;
    font-weight: 100;
    padding: 10px 0 10px 0;
    text-align: left;
    font-size: 1.5em;
  }
  #home-header #home-header-heading-wave #home-header-button {
    margin: 0.8em 0;
    text-align: left;
  }
  #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 {
    position: absolute;
    display: block;
    top: 65%;
    transform: translateY(-70%);
    width: 60%;
    height: 70%;
    right: 20px;
    z-index: 999;
    margin: 0;
  }
  #home-header #home-header-image img {
    width: 100%;
    height: 100%;
  }
  #home-header img {
    position: absolute;
    bottom: 0;
  }
  #home-header #mobile-header {
    display: none;
  }

  #home-process h1 {
    text-align: left;
    padding-left: 0;
  }
  #home-process .staggered-section-left, #home-process .staggered-section-right {
    position: relative;
    padding-top: 5%;
  }
  #home-process .home-process-image {
    width: 50%;
  }
  #home-process .staggered-section-left .home-process-image {
    float: left;
  }
  #home-process .staggered-section-left .home-process-description {
    float: right;
    right: 0%;
  }
  #home-process .staggered-section-right .home-process-image {
    float: right;
  }
  #home-process .staggered-section-right .home-process-description {
    float: left;
    left: 0%;
  }
  #home-process #home-process-step-1, #home-process #home-process-step-2, #home-process #home-process-step-3, #home-process #home-process-step-4, #home-process #home-process-step-5 {
    position: relative;
  }
  #home-process .home-process-image {
    text-align: center;
    height: 300px;
    margin: 0;
  }
  #home-process .home-process-image img {
    height: 100%;
  }
  #home-process .home-process-description {
    width: 50%;
    box-sizing: border-box;
    padding: 0 3% 3% 3%;
  }
  #home-process #home-process-step-1 .home-process-image {
    float: left;
  }
  #home-process #home-process-step-1 .home-process-description {
    float: right;
    right: 0%;
  }
  #home-process #home-process-step-2 .home-process-image {
    float: right;
  }
  #home-process #home-process-step-2 .home-process-description {
    float: left;
    left: 0%;
  }
  #home-process #home-process-step-3 .home-process-image {
    float: left;
  }
  #home-process #home-process-step-3 .home-process-description {
    float: right;
    right: 0%;
  }
  #home-process #home-process-step-4 .home-process-image {
    float: right;
  }
  #home-process #home-process-step-4 .home-process-description {
    float: left;
    left: 0%;
  }
  #home-process #home-process-step-5 .home-process-image {
    float: left;
  }
  #home-process #home-process-step-5 .home-process-description {
    float: right;
    right: 0%;
  }

  .large-card-list-section {
    display: block;
  }
  .large-card-list-section .large-card-section-two {
    overflow-y: auto;
    display: inline-block;
    width: 40%;
    margin: 5px;
    height: 500px;
    text-align: center;
    text-align: left;
    vertical-align: bottom;
  }
  .large-card-list-section .large-card-section-two .large-card-item-two {
    text-align: center;
  }
  .large-card-list-section .large-card-section-two h2 {
    font-size: 1.5em;
  }
  .large-card-list-section .large-card-panel {
    text-align: center;
  }
  .large-card-list-section .large-card-section-three {
    overflow-y: auto;
    display: inline-block;
    width: 25%;
    margin: 5px;
    height: 500px;
    text-align: left;
    vertical-align: bottom;
  }
  .large-card-list-section .large-card-section-three .large-card-item-three {
    text-align: center;
  }
  .large-card-list-section .large-card-section-three h2 {
    padding: 7%;
    font-size: 1.5em;
  }
  .large-card-list-section .large-card-section-three p {
    padding: 5%;
  }
  .large-card-list-section .large-card-panel {
    text-align: center;
  }

  #home-services {
    display: block;
  }
  #home-services [id^=home-services-] {
    overflow-y: auto;
    display: inline-block;
    width: 40%;
    margin: 5px;
    text-align: left;
    vertical-align: bottom;
  }
  #home-services [id^=home-services-] h2 {
    padding: 5%;
    font-size: 1.5em;
  }
  #home-services [id^=home-services-] p {
    padding: 0% 5%;
  }
  #home-services [id^=services-group-] {
    text-align: center;
  }

  .contact-section {
    padding: 8% 15%;
    border-top: 1px solid #e1e1e1;
    font-family: quasimoda, sans-serif;
    color: #4d4d4d;
    position: relative;
  }
  .contact-section .contact-section-header {
    text-align: left;
    float: left;
    width: 50%;
  }
  .contact-section .contact-section-header h1 {
    font-size: 2em;
    padding: 0 0 10px 0;
  }
  .contact-section .contact-section-header h3 {
    font-size: 1em;
    font-weight: 400;
  }
  .contact-section .contact-section-button-container {
    position: absolute;
    right: 15%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .contact-section .contact-section-button-container .contact-section-button {
    float: right;
  }

  .expanded-contact-form {
    padding: 0 15% 10% 15%;
  }

  footer {
    position: absolute;
    width: 100%;
    background-color: #f5f5f5;
    padding: 5% 10%;
    font-family: acumin-pro, sans-serif;
    color: #4d4d4d;
    font-weight: 100;
  }
  footer #footer-logo {
    border-right: 1px solid #4d4d4d;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  footer #footer-logo img {
    width: 200px;
  }
  footer #footer-main-contents {
    width: 50%;
    float: right;
  }
  footer #footer-nav-links {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-weight: 200;
    font-size: 1em;
  }
  footer #footer-nav-links li {
    padding: 0 0 20px 0;
  }
  footer #footer-licenses {
    width: 30%;
    display: inline-block;
    margin: 0 2% 0 0;
    vertical-align: top;
  }
  footer #footer-licenses #footer-contractors-license h1 {
    font-size: 1em;
    margin: 0 0 10px 0;
    font-weight: 200;
  }
  footer #footer-licenses #footer-contractors-license p {
    font-size: 0.8em;
    margin: 0 0 5px 0;
  }
  footer #footer-licenses #footer-ansi {
    margin: 20px 0;
  }
  footer #footer-licenses #footer-ansi h1 {
    font-weight: 200;
    margin: 0 0 10px 0;
  }
  footer #footer-licenses #footer-ansi img {
    width: 60%;
  }
  footer #footer-accredidations {
    width: 30%;
    display: inline-block;
  }
  footer #footer-accredidations #footer-better-business-bureau h1 {
    font-weight: 200;
  }
  footer #footer-accredidations #footer-better-business-bureau img {
    margin: 10px 0;
    width: 80%;
  }
  footer #footer-accredidations #footer-alliances img:nth-child(1) {
    width: 100%;
  }
  footer #footer-accredidations #footer-alliances img:nth-child(2) {
    width: 45%;
  }

  /******************
  *   SUBPAGE CSS
  *******************/
  #subpage-header {
    padding: 10% 0 0 0;
  }
  #subpage-header #mobile-header {
    display: none;
  }

  #solution-slides h1 {
    margin: 0;
    font-size: 1.8em;
  }
  #solution-slides .slick-solution-slider {
    margin: 20% 0;
  }
  #solution-slides p {
    font-size: 1em;
  }

  #solution-introduction .slick-photo-slider {
    margin: 0 5% 10% 0;
    width: 40%;
    float: left;
  }
  #solution-introduction p {
    width: 40%;
    float: right;
  }
  #solution-introduction p:after {
    content: "";
    clear: both;
  }

  #solution-equipment .solution-row {
    margin: 0 auto;
  }
  #solution-equipment .solution-row .solution-item {
    float: left;
    width: 31%;
    margin: 10px;
  }

  #vertical-list-section .vertical-list-item {
    margin: 0 10% 2% 10%;
  }

  #card-list-section select {
    display: none;
  }
  #card-list-section .mobile-swipe {
    display: none;
  }
  #card-list-section h1 {
    font-size: 1.8em;
    font-family: quasimoda, sans-serif;
    margin: 0 0 5% 0;
    text-align: left;
  }

  #card-list-section .filter-list {
    margin: 10px 0 20px 0;
    display: block;
    text-align: left;
  }
  #card-list-section .filter-list li {
    display: inline;
    margin: 0 10px;
    font-weight: 100;
  }
  #card-list-section .filter-list li:hover {
    cursor: pointer;
  }
  #card-list-section .filter-list .filter-list-selected {
    background-color: #f2b41c;
    border-radius: 5px;
    padding: 5px 10px;
  }
  #card-list-section .card-row {
    display: block;
    margin: 0 auto;
  }
  #card-list-section .card-row .card-item {
    float: left;
    width: 31%;
    margin: 10px;
    text-align: left;
  }
  #card-list-section .card-row .card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #card-list-section .card-row .card-item .card-link {
    height: 60px;
    line-height: 1;
    box-sizing: border-box;
    padding: 5%;
  }
  #card-list-section .large-card-row {
    display: block;
    margin: 0 auto;
  }
  #card-list-section .large-card-row .large-card-item {
    float: left;
    width: 31%;
    margin: 10px;
    text-align: left;
  }
  #card-list-section .large-card-row .large-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #card-list-section .large-card-row .large-card-item .large-card-link {
    height: 60px;
    line-height: 1;
    box-sizing: border-box;
    padding: 5%;
  }

  #project-description h1 {
    margin: 5%;
    padding: 0;
  }
  #project-description .left-image {
    width: 40%;
    float: left;
  }
  #project-description .left-image img {
    width: 100%;
  }
  #project-description .right-text {
    width: 40%;
    float: right;
  }

  #project-result .slick-photo-slider {
    margin: 0 5% 10% 0;
    width: 40%;
    float: left;
  }
  #project-result .slick-photo-slider img {
    width: 100%;
  }
  #project-result p {
    width: 40%;
    float: right;
  }
  #project-result p:after {
    content: "";
    clear: both;
  }

  #email-form-section #contact-info {
    width: 45%;
    float: left;
  }
  #email-form-section .contact-email-min {
    width: 70%;
    margin: 0 auto;
  }
  #email-form-section .contact-email-min li {
    list-style-type: none;
  }

  #contact-learn-more {
    position: relative;
    padding: 15%;
  }
  #contact-learn-more .left-image {
    height: 500px;
    width: 45%;
    float: left;
  }
  #contact-learn-more .right-learn-more-container {
    width: 50%;
    right: 15%;
    top: 50%;
    transform: translateY(-60%);
    position: absolute;
  }
  #contact-learn-more .right-learn-more {
    float: right;
    width: 50%;
    font-size: 1.3em;
    margin: 5% auto;
    position: relative;
  }
  #contact-learn-more .right-learn-more h1 {
    font-size: 1.7em;
    text-align: right;
  }
  #contact-learn-more .right-learn-more p {
    text-align: right;
    padding: 0 0 5% 5%;
  }
  #contact-learn-more .right-learn-more .learn-more-button-container {
    position: absolute;
    width: 170px;
    height: 50px;
    background-color: #f2b41c;
    color: white;
    border-radius: 5px;
    right: 0;
  }
  #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;
  }

  .simple-list {
    padding-bottom: 5%;
  }

  .centered-description, .left-description {
    padding-bottom: 5%;
  }

  #service-types .double-section {
    padding: 0 10%;
  }
  #service-types .double-section .double-section-value:nth-child(1) {
    float: left;
  }
  #service-types .double-section .double-section-value:nth-child(2) {
    float: right;
  }
  #service-types .double-section .double-section-value {
    display: inline-block;
    width: 45%;
  }
  #service-types .double-section .double-section-value .double-section-top h1 {
    padding: 5px;
  }
  #service-types .double-section .double-section-value .double-section-top h2 {
    padding: 5px;
  }

  #service-schedules {
    box-sizing: border-box;
  }
  #service-schedules .triple-section-value {
    float: left;
    width: 31%;
    margin: 10px;
  }
  #service-schedules .triple-section-value .triple-section-top h1 {
    padding: 5px;
  }

  .triple-section-with-image {
    padding: 5% 10%;
  }
  .triple-section-with-image .triple-section-row .triple-section-col {
    float: left;
    width: 33.33%;
    margin: 0;
  }
  .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 .triple-section-col p {
    padding: 20px;
  }
  .triple-section-with-image .triple-section-row:after {
    content: "";
    display: table;
    clear: both;
  }

  .image-banner {
    width: 100%;
    height: 400px;
  }

  .centered-image-block {
    width: 100%;
    height: 400px;
  }

  .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 {
    width: 70%;
    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;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 15%;
  }

  .close-cross {
    background-color: #f2b41c;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  #bootstrap-overrides .navbar-light, #bootstrap-overrides .navbar-nav, #bootstrap-overrides .nav-link {
    color: white;
  }
}

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