/* User editable variables - converted to CSS custom properties */
:root {
    --logoWidthFull: 140px;
    --logoWidthMobile: 100px;
    --phoneText: 1.4em;
}


html {
    height: 100%;
    box-sizing: border-box;
}

/* Ensure all elements include padding and border in width/height calculations */
*,
*::before,
*::after {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.setheight {
    min-height: 60vh;
}

hr {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h5 {
    font-size: 1.25rem;

}

header {
    width: 100%;
    height: auto;
    padding: 10px;
}

.header-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-body {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

@media(max-width: 768px) {
    .main-header {
        font-size: 1.45rem;
    }

    .form-body {
        margin-bottom: 20px !important;
    }
}

@media(max-width: 768px) {
    .sub-title {
        font-size: 1rem;
    }
}

.first-question,
.first-question-debt {
    margin-top: 30px;
    margin-bottom: 0px;
}

.first-question-debt {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

@media(max-width: 768px) {
    .button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.5rem;
    }

    .first-question {
        font-size: 1.2rem !important;
    }
}

body {
    height: 100vh;
    margin: 0;
    display: flex !important;
    flex-direction: column;
}

.bdb-footer {
    min-height: 100px;
    position: relative;
    margin-top: auto;
    bottom: 0 !important;
}

@media(max-width: 768px) {
    .bdb-footer {
        background-size: contain !important;
        min-height: 220px !important;
        margin-top: auto;
        float: bottom;
    }
}

.bdb-footer-text {
    color: black;
    text-align: center;
    position: relative;
    bottom: 0 !important;
    font-size: .9em;
    margin-top: 10px;
}

@media(max-width: 768px) {
    .bdb-footer-text {
        font-size: .6em;
        margin-top: 10px;
    }
}

.bdb-footer-text a {
    text-decoration: underline;
    color: blue;
}

.bdb-footer-text a:hover {
    color: rgb(154, 214, 160);
}

#logo {
    width: var(--logoWidthFull);
}

@media(max-width: 768px) {
    #logo {
        width: var(--logoWidthMobile) !important;
    }
}

#ex1Slider .slider-selection {
    background: #BABABA;
}

.sub-head {
    min-height: 40px;
    background: rgb(250, 250, 250);
    color: rgb(153, 153, 153);
    text-align: center;
    padding: 5px 30px;
}

.highlight {
    font-weight: 500;
    color: rgb(30, 87, 121);
}

.top-container {
    text-align: right !important;
}


.header-text {
    padding: 20px;
}


.page-button {
    display: inline-block !important;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    text-align: center;
    min-height: 200px;
    width: 200px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    transition: .35s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    font-weight: 600;
    padding: 10px;
    padding-top: 1.5em;
    box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.1);
}

.page-button:hover {
    transform: translateY(-10px);
    box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.5);
}

@media(max-width: 768px) {
    .page-button {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        border: 1px solid rgb(47, 134, 61);
        border-radius: 3px;
        padding: 12px;
        height: 70px;
        width: 80vw;
        min-height: auto;
        text-align: left;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .page-button:hover {
        transform: scale(1.02);
        box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 3px 3px 29px rgba(0, 0, 0, 0.1);
    }

    .page-button .button-icon-wrapper {
        flex-shrink: 0;
        width: 60px;
        margin-bottom: 0 !important;
        margin-right: 15px;
    }

    .page-button .button-text-wrapper {
        flex-grow: 1;
        display: flex;
        align-items: center;
        line-height: 1.2;
        font-weight: 400;
    }
}

.button-text-wrapper {
    font-size: 18px;
}

.btnIcon {
    height: 100%;
    width: 100%;
    max-width: 100px;
}

@media(max-width: 768px) {
    .btnIcon {
        max-width: 50px;
    }
}



.button-icon {
    scale: 1;
}

@media(max-width: 768px) {
    .button-icon {
        scale: .2 !important;
    }
}


.btn-subtext {
    font-size: .8em !important;
    font-weight: 300 !important;
    color: rgb(116, 116, 116);
}

@media(max-width: 768px) {
    .btn-subtext {
        display: inline-block !important;
    }
}

.inline-field {
    display: inline-block !important;
}

.icon-red {
    color: rgb(117, 17, 17);
}

.icon-blue {
    color: rgb(23, 50, 85);
}

.icon-green {
    color: rgb(38, 117, 65);
}

.icon-c2 {
    color: rgb(166, 179, 52);
}

.icon-c3 {
    color: rgb(202, 121, 15);
}

.icon-c4 {
    color: rgb(158, 16, 16);
}


.icon-orange {
    color: rgb(110, 83, 8);
}

.icon-white {
    color: rgb(255, 255, 255);
}

.data-alert {
    width: 50vw !important;
}

@media(max-width: 768px) {
    .data-alert {
        width: 80vw !important;
    }
}

.select-box {
    padding: 20px;
    font-size: 1.6em;
}

@media(max-width: 768px) {
    .select-box {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 80vw !important;
    }
}

.text-field {
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 768px) {
    .text-field {
        max-width: 100vw;
    }
}

@media(max-width: 768px) {
    .multi-input {
        width: 90vw !important;
        margin: 0 20px 20px 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.slider-feedback {
    font-size: 1.8em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

select {
    background: #fff;
    border: 1px solid #00AD0C !important;
    border-radius: 10px;
}

input[type='text'],
input[type='email'] {
    border: 1px solid #00AD0C;
    border-radius: 5px;
}

.btn {
    padding: 20px 40px !important;
    font-size: 1.3em !important;
    border: 0px solid transparent !important;
    background: linear-gradient(to left, #2274CB, #4dc3f2);
    transition: 0.2s;
}

.results {
    border: 1px solid #00AD0C;
    color: #000;
    width: 50vw;
    height: 400px;
    overflow: scroll;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 15px;
}

@media(max-width: 768px) {
    .results {
        width: 70vw;
    }
}

.landing-content {
    margin-bottom: 50px !important;
}

.answer {
    color: rgb(38, 117, 65);
    font-weight: 600;
}

/* Range Slider */
input[type=range] {
    height: 40px;
    -webkit-appearance: none;
    appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: linear-gradient(to left, #2274CB, #4dc3f2);
    border-radius: 50px;
    border: 0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000031;
    border: 2px solid #2274CB;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14.5px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: linear-gradient(to left, #2274CB, #4dc3f2);
    border-radius: 50px;
    border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000031;
    border: 2px solid #2274CB;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    transition: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: linear-gradient(to left, #2274CB, #4dc3f2);
    border: 0px solid #010101;
    border-radius: 100px;
    box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
    background: linear-gradient(to left, #2274CB, #4dc3f2);
    border: 0px solid #010101;
    border-radius: 100px;
    box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000031;
    border: 2px solid #2274CB;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: linear-gradient(to left, #2274CB, #4dc3f2);
}

input[type=range]:focus::-ms-fill-upper {
    background: linear-gradient(to left, #2274CB, #4dc3f2);
}

.call-line {
    text-align: center;
    background: rgb(231, 235, 238);
    padding: 10px;
    font-size: var(--phoneText);
    color: rgb(44, 113, 170);
    font-weight: 300;
    cursor: pointer;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.tcpa-disclaimer {
    font-size: .7em;
    text-align: justify;
    line-height: 1em;
    margin-top: 2.5em;
}

.warn-button {
    font-size: .9em !important;
    padding: 5px 10px !important;
    color: #fff !important;
    background-color: rgb(197, 72, 0) !important;
    border: none !important;
}

.py-3 {
    padding-top: .5rem !important;
    padding-bottom: 0rem !important;
}

.mt-md-4 {
    margin-top: .5rem !important;
}

.mt-md-5 {
    margin-top: .5rem !important;
}

.p-5 {
    padding: .5rem !important;
}

#logo2 {
    max-width: 200px;
    margin-top: 5px;
    width: 90%;
}

.security {
    width: 90%;
    max-width: 250px;
}

.depot-security {
    width: 90%;
    max-width: 250px;
    background: #4a148c;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    #logo2 {
        width: 100px;
        height: auto;
    }

    .security {
        width: 175px;
        height: auto;
    }

    .depot-security {
        width: 175px;
    }
}

@media screen and (max-width: 340px) {
    .security {
        display: none;
    }

    .depot-security {
        display: none;
    }
}

.btn {
    padding: 10px 80px !important;
}

.col-md-12 {
    flex: 0 0 auto;
    width: 50%;
}

.mt-4 {
    margin-top: 1rem !important;
}

.legal-text {
    margin: 2rem;
    font-size: 1rem;
}

.bg-success {
    background: linear-gradient(to left, #2274CB, #4dc3f2);
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.cityscape {
    min-height: 100px;
    background-image: url('/images/cityscape.png');
    background-repeat: repeat-x;
    background-position-x: center;
    background-size: contain;
    background-position-y: bottom;
}

/* .btn:hover {
    background: #006400 !important;
    font-size: 1.4em !important;
    border: 3px solid #006400 !important;
} */

.form-floating>.form-control:focus~label {
    opacity: 1;
    transform: scale(.85) translateY(-0.75rem) translateX(0.7rem);
    background: white;
    padding-top: 0;
    height: 50%;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #00AD0C;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.mt-md-5 {
    margin-top: .5rem !important;
}

@media (min-width: 768px) {
    .mt-md-5 {
        margin-top: 3rem !important;
    }
}

.mt-2 {
    margin-top: .5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

@media (min-width: 768px) {
    .p-md-3 {
        padding: 1rem !important;
    }
}

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

.p-1 {
    padding: .25rem !important;
}

#bottomfooter {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #666;
    text-align: center;
}

#bottomfooter a {
    color: #2274CB;
    text-decoration: none;
}

.copyright {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.content_container {
    width: 88%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
}

.line {
    margin-top: 1.25rem;
}