/* #region Basic styling and fonts for the entire site */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Rubik'),
         local('Rubik Regular'),
         local('Rubik-Regular'),
         url('../fonts/rubik-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/rubik-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/rubik-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/rubik-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/rubik-v21-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
    font-display:swap
  }

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 16px;
    width: 100%;
    width: 100vw;
    overflow-x: hidden;
}

img {
    height: auto;
}

main {
    flex: 1 0 auto;
}

main > div.container {
    overflow-x: hidden;
}

main > .container.striped-page {
    width: 100%;
    max-width: 100%;
}

main > .container.striped-page * {
    font-family: "Rubik", sans-serif;
}

.striped-page {
    position: relative;
}

@media only screen and (max-width: 992px) {
    .container{
        width: 100%;
    }

    .container > .row {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* #endregion */

/* #region General */
.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.pos-relative {
    position: relative;
}

.flex {
    display: flex;
}

.bold {
    font-weight: bold;
}

.rubik {
    font-family: "Rubik", sans-serif;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.max-w-100 {
    max-width: 100%;
}

.italic {
    font-style: italic;
}

.fs-1-5 {
    font-size: 1.5rem;
}

.fs-1-25 {
    font-size: 1.25rem;
}

.fs-2-125 {
    font-size: 2.125rem;
}

.fb-order-1 {
    order: 1;
}

.fb-order-2 {
    order: 2;
}

.pb-1.pb-1.pb-1.pb-1 {
    padding-bottom: 1rem;
}

.pb-2.pb-2.pb-2.pb-2 {
    padding-bottom: 2rem;
}

.pb-3.pb-3.pb-3.pb-3 {
    padding-bottom: 3rem;
}

.pb-4.pb-4.pb-4.pb-4 {
    padding-bottom: 4rem;
}

.pb-5.pb-5.pb-5.pb-5 {
    padding-bottom: 5rem;
}

.pt-1.pt-1.pt-1.pt-1 {
    padding-top: 1rem;
}

.pt-2.pt-2.pt-2.pt-2 {
    padding-top: 2rem;
}

.pt-3.pt-3.pt-3.pt-3 {
    padding-top: 3rem;
}

.pt-4.pt-4.pt-4.pt-4 {
    padding-top: 4rem;
}

.pt-5.pt-5.pt-5.pt-5 {
    padding-top: 5rem;
}

.mt-1.mt-1.mt-1.mt-1 {
    margin-top: 1rem;
}

.mt-2.mt-2.mt-2.mt-2 {
    margin-top: 2rem;
}

.mt-3.mt-3.mt-3.mt-3 {
    margin-top: 3rem;
}

.mt-4.mt-4.mt-4.mt-4 {
    margin-top: 4rem;
}

.mt-5.mt-5.mt-5.mt-5 {
    margin-top: 5rem;
}

.mt-6.mt-6.mt-6.mt-6 {
    margin-top: 6rem;
}

.mt-7.mt-7.mt-7.mt-7 {
    margin-top: 7rem;
}

.mt-8.mt-8.mt-8.mt-8 {
    margin-top: 8rem;
}

.mt-9.mt-9.mt-9.mt-9 {
    margin-top: 9rem;
}

.mt-10.mt-10.mt-10.mt-10 {
    margin-top: 10rem;
}

.mt-20.mt-20.mt-20.mt-20 {
    margin-top: 20rem;
}

.mb-1.mb-1.mb-1.mb-1 {
    margin-bottom: 1rem;
}

.mb-2.mb-2.mb-2.mb-2 {
    margin-bottom: 2rem;
}

.mb-3.mb-3.mb-3.mb-3 {
    margin-bottom: 3rem;
}

.mb-4.mb-4.mb-4.mb-4 {
    margin-bottom: 4rem;
}

.mb-5.mb-5.mb-5.mb-5 {
    margin-bottom: 5rem;
}

.rounded-corners {
    border-radius: 10px;
}

.middle {
    margin: 0 auto;
    display: block;
}

.bit-navy-background {
    background-color: #104673;
}

.bit-navy-text {
    color: #104673;
}

.center-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #endregion */

/* #region Nav */
nav {
    height: 3rem;
    line-height: 3rem;
    position: fixed;
    z-index: 100;
}
nav .nav-wrapper.container {
    width: 65%;
}

nav .nav-wrapper.container .button-collapse, nav .nav-wrapper.container .button-collapse i{
    height: 100%;
    line-height: 3rem;
}

nav .brand-logo {
    max-height: 100%;
}

nav .brand-logo img {
    max-height: 3rem;
}

nav #full-nav {
    margin-left: 7rem;
}

nav #nav-cart-block {
    max-height: 100%;
    display: inline-block;
    margin-top: 1.25rem;
}

nav #nav-cart-block * {
    line-height: 1rem;
}

#nav-cart-block > div#nav-cart-block-row-1 * {
    display: inline-block;
}

nav #nav-bag {
    height: 2rem;
    margin: 0 auto;
    position: relative;
    top: 0.5rem;
}

nav #nav-person {
    font-size: 3rem;
    line-height: 3rem;
    height: 3rem;
}

/* Cart icon styling to match user icon */
nav .cart-nav-item i {
    font-size: 2.25rem !important;
    line-height: 3rem;
    height: 3rem;
}

/* Cart badge styling */
nav .cart-badge {
    position: absolute;
    top: -2px !important;
    right: -10px !important;
    background: #ff9800;
    color: white;
    border-radius: 50%;
    min-width: 22px !important;
    height: 22px !important;
    padding: 0 5px !important;
    text-align: center;
    line-height: 22px !important;
    font-size: 13px !important;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid white;
}

/* Cart badge animation */
@keyframes cartBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}

.cart-bounce {
    animation: cartBounce 0.3s ease-in-out;
}

#nav-cart-block > div#nav-cart-block-row-2 {
    margin-top: 0.25rem;
}

#nav-cart-block > div#nav-cart-block-row-2 > a {
    text-decoration: underline;
    font-size: 1.25rem;
}

nav #nav-cart-block i {
    height: 1rem;
}

nav #full-nav li a {
    padding: 0 1rem 0;
    line-height: 3rem;
    font-family: "Rubik", sans-serif;
    font-size: 1.25rem;
    height: 3rem;
}

nav #full-nav li ul {
    top: 3rem !important;
}

nav ul#full-nav li a.dropdown-button i.right{
    line-height: 3rem;
}

.dropdown-content a:hover{
    background-color: transparent;
}

@media only screen and (max-width: 1800px) {
    nav .nav-wrapper.container {
        width: 100%;
    }

    nav #nav-cart-block {
        margin-right: 1rem;
    }
}

@media only screen and (max-width: 1200px) {
    nav #full-nav {
        margin-left: 3rem;
    }
    
    nav #full-nav li a {
        padding: 0 0.75rem 0;
    }

    nav #mobile-nav-number {
        font-size: 1.25rem;
        float: right;
        margin-right: 3rem;
        font-family: "Rubik", sans-serif;
    }
}
/* #endregion */

/* #region Background Shapes for Air Scale */
#background-rectangles-right {
    position: absolute;
    left: 58%;
    width: 100%;
    height: 1790px;
    z-index: -1;
}

#background-rectangles-right #background-rectangle-light {
    position: absolute;
    width: 53rem;
    height: 100%;
    background: rgba(16, 70, 115, 0.7);
    transform: skew(27deg);
    left: 6rem;
}

#background-rectangles-right #background-rectangle-dark {
    position: absolute;
    width: 49rem;
    height: 100%;
    background: #104673;
    transform: skew(30deg);
    left: 11rem;
}

@media only screen and (max-width: 992px) {
    #background-rectangles-right {
        left: 0;
        height: 21rem;
    }

    #background-rectangles-right #background-rectangle-light {
        width: 0;
        height: 0;
    }

    #background-rectangles-right #background-rectangle-dark {
        transform: inherit;
        width: 100%;
        left: 0;
        padding: 0 0.5rem;
    }
}

/* #endregion */

/* #region The two rules below are trying to keep the polygons from bleeding into the sections that come after this one */
.polygon-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.polygon-container .transparent-blue-grey-background.section-feature{
    margin-bottom: 0;
}

/*These rules are to correct an issue with an existing .container > .row rule that's being broken*/
@media only screen and (max-width: 992px) {
    .polygon-container {
        width: 100%;
        margin: 0 auto;
    }

    .polygon-container > .row {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* #endregion */

/* #region Background Shapes Content */
#rectangle-headings {
    padding-top: 5rem;
}

#rectangle-headings #headline {
    font-size: 4rem;
}

#rectangle-headings #tagline {
    font-size: 2rem;
}

#rectangle-content{
    margin-top: 2rem;
}

.dashcam-page #rectangle-content {
    width: 100%;
}

#rectangle-content p {
    font-size: 1.6rem;
}

#rectangle-content .btn {
    text-transform: inherit;
}

@media only screen and (max-width: 992px) {
    #rectangle-headings {
        margin-bottom: 0 !important;
    }

    #rectangle-headings * {
        text-align: center;
    }

    #air-scale-box {
        width: 100%;
    }

    #rectangle-content {
        padding: 0 3rem;
    }

    #rectangle-content p {
        color: rgba(0, 0, 0, 0.87);
    }
}

.wide-shadow {    
    box-shadow: 0px 24px 30px -20px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 24px 30px -20px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 24px 30px -20px rgb(0 0 0 / 25%);
    position: absolute;
    bottom: 102px;
    height: 50px;
    width: 100vw;
    z-index: -5;
}
/* #endregion */

/* #region Main */

.transparent-blue-grey-background {
    background: rgba(230, 236, 240, 0.9);
}

.section-feature h2 {
    font-size: 2.125rem;
    font-weight: bold;
}

.section-feature a.btn{
    text-transform: inherit;

}

.section-feature-padding-l {
    padding: 9rem 0;
}

.section-feature-padding-m {
    padding: 5rem 0;
}

#air-scale-costs-img {
    right: -50px;
}

@media only screen and (max-width: 992px) {
    #air-scale-costs-img {
        right: inherit;
    }
}

.testimony {
    background-color: #2196F3;
    padding: 1rem 5rem;
    color: white;
    width: 100%;
    margin: 0 auto;
    box-shadow: 8px 8px 7px rgba(0, 0, 0, 0.25);
    padding-left: 25%;
    padding-right: 25%;
}

.testimony * {
    font-size: 1.5rem;
}

.testimony p.testimony-location {
    font-size: 1.25rem;
}

@media only screen and (max-width: 992px) {
    .testimony {
        width: 100%;
        padding: 1rem 3rem 1rem 2rem;
        border-left: none;
        border-right: none;
    }

    .testimony-row{
        padding: 0 !important;
    }

    .testimony-person {
        float: left;
        text-align: left;
        margin-top: 0;
    }
}

.icon-blurb {
    font-weight: bold;
    font-family: "Rubik", sans-serif;
    font-size: 1.25rem;
}

.icon-blurb-container {
  min-height: 10rem;
}

@media only screen and (min-width: 992px) {
    .icon-detail {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media only screen and (max-width: 992px) {
    .icon-blurb-no-description {
        min-height: 12rem;
    }

    .icon-detail {
        margin: 0 0 5rem;
    }

    .icon-blurb-container {
        min-height: 7rem;
    }

    .icon-blurb-container img{
        height: 3rem;
    }
}

.feature-trapezoid {
    position: relative;
    height: 30rem;
}

.feature-trapezoid .trapezoid-light {
    position: absolute;
    border-bottom: 30rem solid rgba(16, 70, 115, 0.7);
    border-right: 16rem solid transparent;
    width: 125%;
}

.feature-trapezoid .trapezoid-dark {
    position: absolute;
    border-bottom: 30rem solid #104673;
    border-right: 13rem solid transparent;
    width: 118%;
}

.trapezoid-content {
    position: absolute;
    top: 8rem;
    right: 0;
    color: white;
    width: 65%;
}

.feature-trapezoid-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
    position: relative;
    z-index: -1;
}

.row.section-highlight {
    margin-bottom: 14rem;
}

.air-scale-light-blue-features{
    background-color: #E6ECF0;
    padding: 2rem 1rem;
    margin-left: 1rem;
    border-radius: 8px;
}

.air-scale-light-blue-features h3 {
    font-size: 2.125rem;
    color: #104673;
    font-weight: bold;
}

.air-scale-light-blue-features p {
    font-size: 1rem;
    color: #104673;
}

.air-scale-light-blue-feature-img-container {
    max-height: 16rem;
    overflow: hidden;
}

/* #air-scale-install-container {
    margin-top: 50%;
} */

#air-scale-install-container {
    margin-top: 19%;
    width: 96%;
}

.index-page .trapezoid-scroll-img {
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 992px) {
    #air-scale-install-container {
        margin-top: 0;
    }

    .index-page .trapezoid-content {
        width: 100%;
        padding: 5%;
    }

    #simplify-compliance.index-page {
        padding-left: 0;
    }
}

@media only screen and (min-width: 580px) and (max-width: 992px) {
    .easy-setup .trapezoid-container .feature-trapezoid {
        width: 140%;
        background-color: #104673;
    }
}

@media only screen and (max-width: 580px) {
    .easy-setup {
        margin-bottom: 5rem !important;
    }

    .easy-setup .trapezoid-container .feature-trapezoid {
        width: 120%;
        background-color: #104673;
    }

    
    .simple-calibration .feature-trapezoid-image-container{
        margin-top: 5rem;
    }

    .easy-setup .chase-scroller {
        display: flex;
        flex-wrap: wrap;
    }
}


#air-scale-confidence-container { 
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.25);
    padding: 6rem 3rem;
    margin-left: 1rem;
}

#air-scale-confidence {
    position: absolute;
    top: 56%;
    left: 50%;
    font-size: 4rem;
    transform: translate(-50%, 0);
    font-weight: bold;
    font-family: "Rubik", sans-serif;
}

#air-scale-confidence-container img { 
    max-width: 34rem;
    width: 100%;
    font-family: "Rubik", sans-serif;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 992px) {
    #air-scale-confidence-container {
        margin: 0;
    }

    #air-scale-confidence-container img {
        max-width: 100%;

    }
}

@media only screen and (min-width: 580px) and (max-width: 1200px) {
    #air-scale-confidence {
        font-size: 3rem;
        transform: translate(-50%, -25%);
    }
}

@media only screen and (max-width: 560px) {

    #air-scale-confidence {
        transform: translate(-50%, 0%);
        font-size: 3.5rem;
    }
}

.img-article-link-container {
    position: relative;
    height: 15.3125rem;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.img-article-link-container a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.img-article-link-container img {
    position: relative;
    z-index: -1;
    width: 100%;
}

.img-article-link-container h3 {
    font-size: 1.5rem;
    font-family: "Rubik", sans-serif;
    color: white;
    font-weight: bold;
}

.img-article-link-container p {
    color: white;
}

.img-article-link-container .img-article-link-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

@media only screen and (max-width: 992px) {
    .img-article-link-container, .img-article-link-container img {
        max-width: 100%;
    }
}

/* #region ELD */
#background-rectangles-left {
    position: absolute;
    height: 112rem;
    left: 22%;
    z-index: -1;
    width: 100%;
}
#eld-background-rectangle-light {
    position: absolute;
    width: 53rem;
    height: 100%;
    background: rgba(16, 70, 115, 0.7);
    transform: skew(17deg);
    left: -16rem;
}

#eld-background-rectangle-dark {
    position: absolute;
    width: 50rem;
    height: 100%;
    background: #104673;
    transform: skew(21deg);
    left: -14rem;
}

#eld-background-img-container {
    position: absolute;
    right: 0;
    z-index: -2;
    height: 781px;
    width: 100%;
}

#eld-background-img-container img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#eld-page #rectangle-headings {
    margin-top: 12rem;
}

#eld-page #headline {
    color: #F37327;
    font-weight: bold;
}

#eld-page #tagline {
    margin-bottom: 5rem;
}

.btn-w-outline {
    background: #FFFFFF;
    border: 3px solid #2196F3;
    border-radius: 4px;
    padding: 0.75rem 0.75rem;
}

.btn.blue.mt-3 {
    margin-left: 3rem;
    font-size: 1.25rem;
    padding: 0.75rem;
    height: 3.5rem;
    line-height: 2rem;
}

#eld-page #rectangle-headings .btn-w-outline {
    margin-left: 5rem;
}

#rectangle-content {
    height: 731px;
}

main .striped-page ul {
    padding-left: 3rem;
}

main .striped-page ul li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
}

.trapezoid-scroller.tall-trapezoid .feature-trapezoid-image-container {
    display: block;
}

.trapezoid-scroller.tall-trapezoid .feature-trapezoid .trapezoid-dark {
    border-bottom: 679px  solid #104673;
    border-right: 7rem solid transparent;
    width: 114%;
}

.trapezoid-scroller.tall-trapezoid .feature-trapezoid .trapezoid-light{
    border-bottom: 679px solid rgba(16, 70, 115, 0.7);
    width: 121%;
    border-right: 10rem solid transparent;
}

#simplify-compliance .trapezoid-scroll-img img{
    margin-left: -5rem;
}

#bit-eld-wv {    
    text-align: center;
}

#bit-eld-wv img {
    margin-left: -8rem;
    max-width: 94%;
}

#still-have-questions {
    margin-top: 10rem;
}

#salesperson-contact-link-row{
    margin-bottom: 0;
}

#sales-navy-bottom-half {
    position: relative;
    height: 14rem;
}

#sales-navy-bottom-half #sales-navy-bottom-half-img-container {
    position: absolute;
    right: 0;
}

#sales-navy-bottom-half .sales-phone {
    color: white;
    font-size: 2.125rem;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}

#sales-navy-bottom-half .sales-email {
    color: white;
    font-size: 1.25rem;
    font-family: 'Rubik', sans-serif;
}

#sales-navy-bottom-half-img-container {
    transform: translate(0, -50%);
}

#sales-navy-bottom-half .btn-w-outline {
    font-size: 1.25rem;
}

#mobile-sales-title {
    position: absolute;
    bottom: 0;
    left: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1700px) {
    #eld-page #eld-background-img-container img {
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    #eld-page #eld-background-rectangle-light {
        width: 57%;
        min-width: 625px;
    }

    #eld-page #eld-background-rectangle-dark {
        width: 54%;
        min-width: 605px;
    }

    #eld-page #eld-background-img-container img {
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    #eld-page #eld-background-img-container img {
        right: -32%;
    }
}

@media only screen and (max-width: 992px) {
    #simple-to-use {
        display: flex;
        flex-wrap: wrap;
    }
    
    .index-page .max-w-100.pos-relative {
        height: 100px;
    }

    #simple-to-use .fb-order-1 {
        margin-bottom: 3rem;
    }

    #simple-to-use img {
        height: 75%;
    }

    .dashcam-page #simple-to-use img {
        height: inherit;
    }

    #bit-eld-wv img {
        max-width: 110%;
        margin-left: -8rem;
    }
    #eld-page #background-rectangles-left {
        height: 28rem;
        width: 100%;
        position: relative;
        left: inherit;
        right: inherit;
      }

    #eld-page #eld-background-rectangle-dark {
        width: 100%;
        transform: inherit;
        position: inherit;
        height: 28rem;
        left: 0;
    }

    #eld-page #rectangle-content {
        position: absolute;
        top: 0;
        height: auto;
    }

    #eld-page #rectangle-headings {
        margin-top: 0;
        padding-top: 2rem;
        text-align: center;
    }

    #eld-page #rectangle-headings .btn-w-outline {
        margin-left: 0;
    }

    #eld-page #eld-background-img-container {
        position: inherit;
        height: auto;
    }

    #eld-page #eld-background-img-container img {
        position: inherit;
        bottom: inherit;
        right: inherit;
        max-width: 100%;
        height: auto;
        display: block;
    }

    #eld-page .img-container {
        text-align: center;
        padding: 0;
    }
    .trapezoid-scroller.tall-trapezoid .feature-trapezoid .trapezoid-light, .trapezoid-scroller.tall-trapezoid .feature-trapezoid .trapezoid-dark {
        border-bottom: none;
    }

    .feature-trapezoid {
        height: 30rem;
        background-color: #104673;
    }

    #simplify-compliance .trapezoid-scroll-img img {
        margin-left: 0;
    }

    #eld-page #simplify-compliance .trapezoid-content {
        right: inherit;
        left: 5rem;
        top: 5rem;
    }

    #eld-page #simplify-compliance.index-page .trapezoid-content {
        left: 0;
    }

    #eld-page #simplify-compliance .col {
        padding-left: 0;
    }

    #eld-page #still-have-questions {
        margin-bottom: -1rem;
    }

    #salesperson-contact-link-row {
        padding: 1rem;
        margin: 0;
    }

    #sales-navy-bottom-half {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        /* margin: 0; */
        padding: 0;
    }

    #sales-navy-bottom-half #sales-navy-bottom-half-img-container {
        text-align: center;
        position: relative;
        top: -2rem;
        margin: 0;
        padding: 0;
    }

    /* #sales-navy-bottom-half div:first-child {
        margin-top: -8rem;
    } */
}

@media only screen and (max-width: 600px) {
    #bit-eld-wv img {
        margin-left: -4rem;
    }
}
/* #endregion */

/* #endregion */


#eld-background-img-container.dashcam-background-img-container > picture > img {
    position: inherit;
    width: 100%;
    max-width: 713px;
}

.dashcam-page

/* #region Contact Form */

#contact-form-container {
    margin-bottom: 0;
}

#contact-form-container * {
    color: white;
}

#contact-form-container p {
    font-size: 1.25rem;
}

#contact-form-container .salesperson {
    position: relative;
}

#contact-form-container .salesperson .salesperson-name-title {
    position: absolute;
    bottom: 15%;
    left: 17%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #104673;
    line-height: 1.8rem;
    background-color: #ffffff8a;
    padding: 0.25rem;
    border-radius: 5px;
}

#contact-form-container .sales-phone {
    display: inline-block;
    font-size: 2.125rem;
    font-weight: bold;
}

#contact-form-container .sales-email {
    display: inline-block;
    font-size: 1.25rem;
}

 
#contact-form-container form input:not([type]), #contact-form-container form input[type=text]:not(.browser-default), #contact-form-container form input[type=password]:not(.browser-default), #contact-form-container form input[type=email]:not(.browser-default), #contact-form-container form input[type=url]:not(.browser-default), #contact-form-container form input[type=time]:not(.browser-default), #contact-form-container form input[type=date]:not(.browser-default), #contact-form-container form input[type=datetime]:not(.browser-default), #contact-form-container form input[type=datetime-local]:not(.browser-default), #contact-form-container form input[type=tel]:not(.browser-default), #contact-form-container form input[type=number]:not(.browser-default), #contact-form-container form input[type=search]:not(.browser-default), #contact-form-container form textarea.materialize-textarea {
    background-color: white;
    border: 1px solid #2196F3;
    border-radius: 4px;
    color:   rgba(0, 0, 0, 0.87);
    padding-left: 0.25rem;
}

#contact-form-container form label{
    font-size: 1rem;
}

.website-row {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    height: 1px !important;
    width: 1px !important;
    opacity: 0 !important;
    z-index: -1 !important;
}

/* #endregion Contact Form */

/* #region Air Scale Calculator */
#air-scale-calculator-page {
    padding-top: 10rem;
}

.form-grouping {
    padding: 4rem 4rem;
}

#air-scale-calculator-container .container.striped-page input:not([type]), .container.striped-page input[type=text]:not(.browser-default), .container.striped-page input[type=password]:not(.browser-default), .container.striped-page input[type=email]:not(.browser-default), .container.striped-page input[type=url]:not(.browser-default), .container.striped-page input[type=time]:not(.browser-default), .container.striped-page input[type=date]:not(.browser-default), .container.striped-page input[type=datetime]:not(.browser-default), .container.striped-page input[type=datetime-local]:not(.browser-default), .container.striped-page input[type=tel]:not(.browser-default), .container.striped-page input[type=number]:not(.browser-default), .container.striped-page input[type=search]:not(.browser-default), .container.striped-page textarea.materialize-textarea {
    background-color: white;
    border: 1px solid #2196F3;
    border-radius: 4px;
    color:   rgba(0, 0, 0, 0.87);
    padding-left: 0.25rem;
}

.container.striped-page #air-scale-calculator-container label{
    font-size: 1rem;
    color: black;
    font-weight: bold;
}

#air-scale-savings-container {
    background-color: #E6ECF0;
}

#air-scale-calculator-container input, #air-scale-calculator-container select {
    display: block;
    height: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    width: 6rem;
}

#air-scale-calculator-page input {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 4px;
}

#air-scale-savings-container {
    padding: 2rem 3rem;
}

#air-scale-savings-container > h2 {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

#air-scale-savings-container #monthly-scaling-cost {
    text-align: right;
}

#air-scale-savings-container #monthly-scaling-cost h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

#air-scale-savings-container #monthly-scaling-cost > span {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

#air-scale-savings-container #savings-over-time {
    height: 100%;
    border-bottom: solid 0.25rem #104673;
    margin-top: 15rem;
}

#air-scale-savings-container #savings-over-time .col.s4 {
    position: relative;
}

#air-scale-savings-container #savings-over-time .savings-bar {
    position: absolute;
    bottom: -1px;
}

#air-scale-savings-container #air-scale-calc-new-cost {
    color: #2196F3;
    font-weight: bold;
}

#air-scale-savings-container #air-scale-calc-current-cost {
    font-weight: bold;
}

#air-scale-savings-container .savings-bar {
    background-color: #104673;
    width: 88%;
    text-align: center;
}

#air-scale-savings-container #as-savings-1-mo .savings-bar {
    height: 1rem;
}

#air-scale-savings-container #as-savings-6-mo .savings-bar {
    height: 6rem;
}

#air-scale-savings-container #as-savings-1-yr .savings-bar {
    height: 12rem;
}


#air-scale-savings-container .savings-bar-value {
    position: relative;
    top: -1.75rem;
    color: #2196F3;
    font-weight: bold;
    display: inline-block;
}

#air-scale-savings-container .savings-time-interval {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#air-scale-calculator-page #contact-form-container form label {
    color: black;
}

#air-scale-calculator-page #contact-form-container .salesperson-name-title {
    bottom: -50px;
    text-align: center;
    font-size: 1.25rem;
    color: #000;
    left: auto;
    width: 100%;
    display: block;
    font-weight: normal;
}

#air-scale-calculator-page #contact-form-container {
    margin-top: 3rem;
    margin-bottom: 9rem;
}

#percent-savings-month {
    text-align: center;
    color: #104673;
}

#percent-savings-number {
    display: block;
    font-size: 21px;
}

#percent-savings-month span + span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

#air-scale-calculator-page .sales-email {
    display: none;
}

@property --p{
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.pie {
    --p:20;
    --b:15px;
    --c:darkred;
    --w:185px;

    width:var(--w);
    aspect-ratio:1;
    position:relative;
    display:inline-grid;
    margin:5px;
    place-content:center;
    font-size:25px;
    font-weight:bold;
    font-family:sans-serif;
}
.pie:before,
.pie:after {
    content:"";
    position:absolute;
    border-radius:50%;
}
.pie:before {
    inset:0;
    background:
        radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
        conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
            mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
    inset:calc(50% - var(--b)/2);
    background:var(--c);
    transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}
.animate {
    animation:p 1s .5s both;
}
.no-round:before {
    background-size:0 0,auto;
}
.no-round:after {
    content:none;
}
@keyframes p {
    from{--p:0}
}

.speech-bubble {
    position: relative;
    border: 3px solid rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    padding: 0rem 2rem;
    margin-bottom: -3rem;
}

.speech-bubble:before,
.speech-bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}


.speech-bubble:before {
	left: 22.5%;
	bottom: -53px;
	border: 25px solid;
	border-color: rgba(0, 0, 0, 0.3) transparent transparent rgba(0, 0, 0, 0.3);
}

.speech-bubble:after {
    left: 23%;
    bottom: -43px;
    border: 24px solid;
    border-color: #fff transparent transparent #fff;
}

.speech-bubble h3 {
    font-size: 2rem;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    #air-scale-savings-container #monthly-scaling-cost {
        text-align: center;
    }

    #air-scale-calculator-explanation {
        font-size: 1rem !important;
    }

    #contact-form-container .salesperson {
        text-align: center;
    }

    #contact-form-container div.salesperson + div {
        margin-bottom: 5rem;
    }

    .speech-bubble:before {
        left: 62.5%;
    }

    .speech-bubble:after {
        left: 63%;
    }
}
/* #endregion Air Scale Calculator */

/* #region Footer */
footer * {
    font-family: "Rubik", sans-serif;
}

footer.page-footer .container {
    margin-top: 2.5rem;
    width: 65%;
}

footer.page-footer .container a {
    color: white;
}

footer.page-footer .container #footer-branding {
    margin-bottom: 1.5rem;
}

footer.page-footer .container #footer-branding img {
    height: 5rem;
}

footer.page-footer .container .company-name-line{
    display: block;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-family: "Roboto", sans-serif;
}

footer.page-footer .container .company-name-line:first-child{
    margin-top: 1rem;
}

footer.page-footer .container #footer-phone {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
}

footer.page-footer .container .footer-email {
    margin-bottom: 1rem;
}

footer.page-footer .container #footer-copyright-text{
    margin-top: 3rem;
}

footer.page-footer .container #bottom-nav h1 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

footer.page-footer .container #bottom-nav ul li {
    margin-bottom: 0.5rem;
}

footer.page-footer .container #bottom-nav ul li a {
    font-size: 1.25rem;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    #footer-branding {
        text-align: center;
    }
}

/* #endregion */
