﻿@font-face {
    font-family: 'Aller Light';
    src: url("../font/Aller/Aller_Lt.ttf") format("truetype");
}

@font-face {
    font-family: 'Aller';
    src: url("../font/Aller/Aller_Rg.ttf") format("truetype");
}


body {
    background-color: black;
    height: 100vh;
    font-family: 'Aller Light', Arial, sans-serif;
}

h1, h2, h3, h4 {
    color: white;
}

h2{
    text-transform:uppercase;
    font-weight: 600;
}

.footer-text {
    color: lightgray;
}

.text-danger{
    color: #F13A4C !important;
    font-weight: 500;
}

.text-centered {
    text-align: center;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6); /* background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.content-box {
    margin: 50px;
    padding: 20px 50px 20px 50px;
    background-color: #0C232E;
    color: #FFFFFF;
}

.blue-button {
    background-color: #94C1F3 !important;
    border-color: #94C1F3 !important;
    border-style: solid !important;
    border-radius: 0 !important;
    color: #FFFFFF;
}

.blue-txt {
    color: #94C1F3;
}

.large-txt{
    font-size: larger;
}


/* styles for layout classes */

.layout-footer {
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    bottom: 0;
    width: 100%;
}

.layout-upper-spacer {
    height: 22%;
}

.layout-background {
    background-image: url('../images/bkg.jpg');
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    height: 100%;
    background-attachment: fixed;
}

.layout-band {
    background-color: rgba(0, 0, 0, 0.65);
}

layout-background: height:100%;

.inner-top-spacer {
    height: 30px;
}

.inner-bottom-spacer {
    height: 00px;
}

.alert {
    background: white;
    border-radius: 0;
}

.portal-link {
    color: black;
    background-color: white;
    border-radius: 5px;
    padding: 10px 20px;
}

    .portal-link:hover {
        color: black;
        text-decoration: none;
        box-shadow: 2px 4px 22px rgba(250,250,250, 0.6);
    }

.text-right {
    padding-top: 4px;
}

/* styles for content classes */

.content-text {
    color: white;
}

.content-row {
    padding-top: 16px;
}

@media (max-width: 768px) {
    .content-row {
        padding-top: 0px;
    }

    .form-control, .switch-control {
        margin-top: 16px;
    }

    .layout-upper-spacer {
        height: 7%
    }

    .checkbox {
        padding-top: 15px;
    }
}

@media (max-width: 576px) {
    .layout-footer {
        width: unset;
        position: initial;
    }

    .checkbox {
        padding-top: 15px;
    }
}

/* styles for input controls */

.form-control {
    background-color: white !important;
    color: #262a2d !important;
    border: 1px none rgba(93, 114, 130, 1) !important;
    border-radius: 0 !important;
}

    .form-control:hover {
        border-style: solid;
    }

    .form-control:focus {
        background-color: rgba(52, 68, 86, 1);
        box-shadow: 0px 0px 1px 1px white;
        color: white;
        border: 1px solid rgba(93, 114, 130, 1);
    }

    .form-control::placeholder {
        color: #A0A0A0;
    }

    .form-control::-webkit-input-placeholder { /* Edge */
        color: #A0A0A0;
    }

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #A0A0A0;
    }

#disclaimer {
    color: white;
    font-size: small;
}


/* styles for buttons */

#residential {
    margin: auto 7px;
    color: white;
    float: left;
}

#commercial {
    margin: auto 7px;
    color: white;
    float: right;
}

.checkbox {
    width: 100%;
    position: relative;
    display: block;
}

    .checkbox label {
        position: relative;
        display: block;
        padding-left: 35px;
        padding-top: 4px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        color: white;
    }

        .checkbox label span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .checkbox label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            margin: 4px;
            width: 22px;
            height: 22px;
            transition: transform 0.28s ease;
            border-radius: 0px;
            border: 2px solid white;
        }

        .checkbox label:after {
            content: "";
            display: none;
        }

    .checkbox input[type="checkbox"] {
        width: auto;
        opacity: 0.00000001;
        position: absolute;
        left: 0;
        margin-left: -20px;
    }

        .checkbox input[type="checkbox"]:checked ~ label:before {
            border: 2px solid white;
            background-color: #a0a0a0;
        }

        .checkbox input[type="checkbox"]:checked ~ label:after {
            transform: rotate(-45deg) scale(1);
        }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: 0;
        }

/* Base for label styling */
.btn {
    color: white;
    background-color: transparent;
    border-style: solid !important;
    border-color: white !important;
    border-radius: 0 !important;
}

    .btn:hover, .btn:focus {
        background-color: white;
        border-color: rgba(52, 68, 86, 1);
        box-shadow: 0px 0px 1px 1px white;
        color: #262a2d;
    }

    .btn:active {
        background-color: white;
        border-color: white;
    }

/* Thank you page spacers */

.thanks-upper-spacer {
    height: 40px;
}

.thanks-lower-spacer {
    height: 50px;
}

a {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

    a:hover {
        color: white;
        font-weight: 500;
        text-decoration: underline;
    }

/* Logo image */
.logo-image {
    max-width: 260px;
    padding-bottom: 10px;
    padding-top: 30px;
}
