﻿.collection-subtitleH {
    font-family: Poppins, sans-serif;
    padding-bottom: 15px;
    font-size: 60px;
    color: #61A0ED;
    line-height: .9em;
}

    .collection-subtitleH h1 {
        font-family: Poppins, sans-serif;
        padding-bottom: 15px;
        font-size: 60px;
        color: #61A0ED;
        line-height: .9em;
        text-transform: capitalize;
    }

input[type="text"] {
    width: 95%;
}

.left-column {
    border-right: 2px solid #3aa6d7;
    max-height: 810px;
}

    @media (max-width: 991px) {
        #BodyContent_pnlTop .right-column {
            margin-top: 80px;
        }

        .left-column {
            border-right: none;
        }
    }

label {
    margin-top: 5px !important;
}

input[type="radio"] + label {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.header-banner {
    text-transform: unset;
    font-weight: bold;
    color: white;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    line-height: 3.5rem;
    font-size: 20px;
}

.header-content {
    color: black;
    font-family: "Source Sans 3", sans-serif;
    margin-top: 20px;
    min-height: 80px;
}

.blue-box {
    background-color: #9cd5ef;
    color: #13578c;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.form-scrollout {
    padding: 15px 40px !important;
}

.important {
    position: relative;
    color: red;
    z-index: 99;
}

.form-item {
    position: relative;
    margin-bottom: 15px;
}

.form-item-title {
    font-weight: bold;
    font-style: normal;
}

.select {
    font-size: initial !important;
}

.i-settings, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, input[type="file"] {
    font-size: 14px !important;
}

.form-item-last {
    position: relative;
    margin-top: 25px;
}

@media (max-width: 576px) {
    .collection-subtitleH h1 {
        font-size: 50px;
    }

    .header-banner {
        font-size: 20px;
        line-height: 3.5rem;
    }
}
