html, body {
    overflow-x: hidden;
}

body {
    margin-bottom: 0px;
}

.divider-line {
    height: 1px;
    width: 100%;
    background-color: #70acee;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-prompt-title {
    font-size: 20px;
    text-align: center;
}

.home-prompt-message {
    color: #666666;
    font-size: 14px;
}

.home-line-input {
    margin: 1%;
    width: 48%;
}


#versaterm-banner {
    background-image: url(../images/versaterm_homepage/Brand_Website_Banner.png);
    background-size: cover;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: right;
}

#banner-content {
    padding-top: 140px;
    color: #fff;
}

@media (max-width: 576px) {
    #banner-content {
        padding-top: 75px;
    }
}

#vl-vt-title {
    display: block;
    font-size: 30px;
}

.versaterm-vl-logo {
    height: 50px;
    display: block;
    margin-top: 40px;
}

#versaterm-navbar {
    background-color: #fff;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-button {
    background-color: #00505D;
}

.contact-button:hover {
    background-color: #00505DBB;
}

.login-button {
    background-color: #E76E25;
}

.login-button:hover {
    background-color: #E76E25BB;
}

.login-submit-button {
    background-color: #E76E25;
    margin-left: 0px !important;
}

.login-submit-button:hover {
    background-color: #E76E25BB;
}

.vt-home-button {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 2px;
    margin: 5px;
}

.home-title-text {
    font-family: "ArticulatCF", DemiBold;
}

.home-light-text {
    font-family: "publico-headline-light";
}

#note-to-customers {
    background-color: #35333422;
    padding: 30px;
    margin-top: 20px;
}

.vt-homepage-header {
    display: block;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

a.home-link {
    color: #888;
    text-decoration: underline;
}

.learn-more-link {
    display: block;
    margin-top: 10px;
    font-family: 'publico-headline-light';
}

a.home-link:hover {
    color: #666;
    text-decoration: underline;
}

#our-solutions {
    background-color: #35333422;
    padding-bottom: 50px;
    margin-top: 50px;
}

#our-solutions .learn-more-link {
    color: #fff;
    font-size: 16px;
}

#camera-solutions {
    background-image: url(../images/versaterm_homepage/VL_Banner_BWC.webp);
}

#dems-solution {
    background-image: url(../images/versaterm_homepage/VL_Banner_DEMS.webp);
}

.solution-div {
    background-size: cover;
    height: 280px;
    background-color: rgba(100,100,100,.8);
    background-blend-mode: multiply;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.copyspan {
    margin-right: 10px;
}

.vl-rebranded-footer {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #353334;
    color: #fff;
}

.long-row {
    width: 98%;
}

.jqimessage {
    font-family: "publico-headline-light";
}

.home-line-input input {
    border: none;
    background-color: #eee;
}

.home-line-input input:focus {
    border: 1px solid #E76E25;
}

.home-line-input select {
    background-color: #eee;
    border: none;
}

.home-line-input select:focus {
    border: 1px solid #E76E25;
}

#inquiry-type-row .second-icon.fui-radio-checked {
    color: #E76E25;
}

#inquiry-type-row .radio.radio-inline.checked {
    color: #666666;
}

.solution-col1 {
    padding-left: 0px;
}

.solution-col2 {
    padding-right: 0px;
}


@media (max-width: 992px) {
    .solution-col {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 992px) {
    #our-solutions {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#navbar-toggle:before {
    color: #00505D;
}
