﻿/* Placeholders to be overrided with company specific colors */
:root {
    --MainThemeColor: #1E0DAD;
    --placeholder-secondary: #808080;
    --MainThemeAccentColor: #1E90FF;
    --BlackText: #000000;
    --WhiteText: #ffffff;
    --FontFamily: 'Comfortaa', 'PT Sans', sans-serif
}

/* Setting the background default / Fixing the navbar / Setting the page font */
body {
    background: url(../Custom/NOVA/images/network.jpg);
    background-size: cover;
    background-attachment: fixed !important;
    margin: 0;
    /*font-family: 'Comfortaa', 'PT Sans', sans-serif;*/
    font-family: var(--FontFamily);
    font-size: 10px;
}

/* Fixing headers / Distancing sections */
h2 {
    display: block;
    margin: 2em 0 1em;
    font-size: 2em;
}

/* Making buttons look clickable */
a {
    cursor: pointer;
}

i .fa-2x, i .fa-2-5x, i .fa-3x, i .fa-4x, i .fa-5x, i .fa-6x {
    font-size: inherit;
}

/* Fancy textbox styling */
input, select, .pac-container {
    padding: 0;
    font-size: 1.5em;
    width: 100%;
    color: #666;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-align: left;
    box-shadow: none;
}

    input:focus, select:focus, textarea:focus {
        outline: none;
    }

img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}

#topHdr {
    /* height: 30px; */
    background-color: #f1f2f2;
    position: relative;
    z-index: 1000;
    /* overflow: hidden; */
    /*float: initial;*/
    padding: 10px;
    display: flex;
    justify-content: end;
    align-items: flex-start;
}

#mainHdr {
    width: 100%;
    background-color: #f1f2f2;
    box-shadow: 0 4px 5px 0px rgba(0,0,0,0.4);
    padding: 0.5em 0em;
    position: relative;
    z-index: 1000;
}

#mainBody {
    max-width: 800px;
    background-color: rgba(252, 252, 252, 1);
    height: auto;
    margin: 6em auto 6em;
    padding-bottom: 1.25em;
    border-radius: 5px;
}

#contactUs {
    text-align: center;
    width: 100px;
    color: whitesmoke;
    /*border-left: 1px solid whitesmoke;*/
    border-right: 1px solid whitesmoke;
    display: inline-block;
    float: right;
    font-family: open sans,sans-serif;
    font-size: 12px;
    margin-top: 8px;
    line-height: 22px;
}

#phoneNbr {
    color: whitesmoke;
    text-align: center;
    display: inline-block;
    float: right;
    font-family: open sans,sans-serif;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    width: 100px;
    margin-right: 7px;
}

#poweredBy {
    background: transparent none repeat scroll 0 0;
    color: white;
    display: inline-block;
    float: right;
    font-family: play,sans-serif;
    font-size: 14px;
    height: 22px;
    margin-top: 12px;
    text-align: center;
    width: 98px;
    position: relative;
    right: -7px;
}

#llLogo {
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 9px;
    line-height: 18px;
    width: 150px;
    height: 30px;
    margin-right: 10px;
}

#companyLogo {
    padding-top: 1.1em;
    padding-left: 9%;
    height: 8em;
    display: inline-block;
}

#submitBtn, #nextBtn {
    text-decoration: unset;
}

    #submitBtn:hover, #nextBtn:hover {
        background-color: unset;
        color: var( --MainThemeColor, #7183A8);
        box-shadow: none;
        text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 5px;
        text-decoration: unset;
    }

.bodyHdr {
    background-color: var( --MainThemeColor, #7183A8);
    margin: 0 auto;
    width: %;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    /*text-align: center;*/
}

.bodyContent {
    padding: 1em;
    text-align: center;
    font-size: 0.95em;
}

.icon-bar {
    height: 30px;
    width: 120px;
    display: none;
    margin-right: 20px;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 20px;
    text-align-last: justify;
}

    .icon-bar a {
        text-decoration: none;
        color: whitesmoke;
    }

        .icon-bar a :hover {
            color: var( --MainThemeAccentColor, #F5CF76);
        }

.icon {
    display: inline-flex;
}

.contentTitle {
    color: var(--WhiteText, white);
    cursor: default;
    display: inline-block;
    font-family: Open sans,sans-serif;
    font-size: 2em;
    height: 2.8rem;
    line-height: 2.8rem;
    vertical-align: middle;
    padding-left: 1em
}

.carousel {
    overflow: hidden;
    margin: auto;
}

    .carousel .items {
        justify-content: unset;
        width: inherit;
        transform: translate3d(0px, 0px, 0px);
        transition: transform 400ms ease 0s;
    }

        .carousel .items .item {
            min-width: 10em;
        }

.nav {
    display: inline-grid;
    position: absolute;
}

.btnContainer {
    display: inline-flex;
    vertical-align: bottom;
    justify-content: center;
}

.intAppBox, .intAppNav {
    position: relative;
    justify-items: center;
    display: inline-grid;
    text-align: center;
    height: 8em;
    width: 10em;
    font-size: 1em;
    padding: 1em;
    margin: -2px;
    border-left: 2px rgba(0,0,0,0.1) solid;
    color: var(--MainThemeColor, #808080);
}

.intAppNav {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--MainThemeColor, #808080);
    align-content: center;
    width: 5em;
    position: absolute;
    border-left: none;
}

.intAppNav-prev {
    position: relative;
    right: 100%;
    border-right: solid 2px rgba(0,0,0,0.1);
}

.intAppBox:first-of-type, .intAppNav-prev {
    border-left: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.intAppBox:last-of-type, .intAppNav-next {
    border-right: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.intAppBox:hover, .intAppBox.active, .intAppNav:hover {
    background-color: var( --MainThemeColor, #7183A8);
    box-shadow: 0 0px 5px 0px rgba(0,0,0,0.4);
    z-index: 5;
    color: var(--WhiteText, white);
}

.intAppBox i {
    position: relative;
    margin-top: -1.15em;
    align-self: center;
    color: inherit;
}

.intAppBox::after {
    content: attr(data-after);
    position: absolute;
    justify-self: center;
    top: 4em;
    font-size: 1.45em;
}



.tuskerDescription {
    margin-top: 50px; /* Add some space below the Name/ShortName */
    font-weight: normal; /* Ensure the description is not bold */
    text-transform: none; /* Ensure the description is not uppercase */
}

.iconContainer {
    font-size: 2em;
    position: absolute;
    top: 1.5em;
}

.flex {
    display: flex;
    float: right;
    font-size: 1em;
    margin-top: 0.15em;
    margin-right: 1em;
    max-width: 10em;
    width: 100%;
    text-align: end;
}

    .flex input {
        line-height: 2;
        border-radius: 0.45em;
        background: white;
        width: 100%;
        border: 3px solid #ccc;
        padding-right: 0.5em;
    }

.hide {
    display: none;
    position: relative;
}

    .hide.swiper-container-parent {
        display: block;
    }

.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    right: -12vw;
    top: 0%;
    border: solid var(--MainThemeColor);
    border-radius: .5vw;
    padding-top: .5em;
    padding-bottom: 1em;
    font-size: 1.5em;
    width: 10vw;
    opacity: .95;
    background-color: #eee;
    z-index: 15;
    word-break: break-word;
}

.noShow {
    display: none !important;
}

.float-behind {
    position: absolute;
    width: 100%;
    top: 1.5em;
}

.float-ahead {
    position: absolute;
    width: 100%;
    bottom: 1em;
}

    .float-behind i,
    .float-ahead i {
        margin: -5px;
    }

.fa-2-5x {
    font-size: 2.5em;
}

.textInput {
    width: 35%;
    display: inline-grid;
    margin: 2% 4%;
    position: relative;
}

    .textInput::after {
        content: attr(data-after);
    }

    .textInput::after {
        white-space: pre;
        margin: 0.5em;
        justify-self: center;
        font-size: 1.45em;
        color: red;
    }

    .textInput label {
        font-size: 2em;
        /*position: absolute;*/
        bottom: 3em;
    }

    .textInput input, .textInput select, .pac-container {
        line-height: 1.5;
        border-radius: 0.45em;
        background: white;
        border: 3px solid #ccc;
        padding: 0.5em;
        margin-top: 1em;
    }

.ui-datepicker .ui-datepicker-title select {
    line-height: 1.5;
    border-radius: 0.45em;
    background: white;
    border: 3px solid #ccc;
    padding: 0.5em;
    margin-top: 1em;
}

.textInput input {
    width: auto;
    overflow: overlay;
}

.textInput textarea {
    line-height: 1.5;
    border-radius: 0.45em;
    background: white;
    border: 3px solid #ccc;
    padding: 0.5em;
    margin-top: 1em;
    width: auto;
    overflow: overlay;
}

.textInput select option {
    overflow: hidden;
}

.loanAmtInput::after {
    content: attr(data-after);
    white-space: pre;
    margin: 0.5em;
    justify-self: center;
    font-size: 1.45em;
    color: red;
}

.textareaInput {
    width: 80%;
    display: inline-grid;
    margin: 2% 4%;
    position: relative;
}

    .textareaInput::after {
        content: attr(data-after);
        white-space: pre;
        margin: 0.5em;
        justify-self: center;
        font-size: 1.45em;
        color: red;
    }

    .textareaInput textarea {
        line-height: 1.5;
        border-radius: 0.45em;
        background: white;
        border: 3px solid #ccc;
        padding: 0.5em;
        margin-top: 1em;
        width: auto;
        overflow: overlay;
    }

    .textareaInput label {
        font-size: 2em;
        /*position: absolute;*/
        bottom: 3em;
    }

    .tooLong {
        padding-left: 2em;
        padding-right: 2em;
    }

#errorMsg {
    display: block;
    text-align: center;
    font-size: 2em;
    margin-top: 1em;
    color: red;
}

.overlay-none {
    position: absolute !important;
    display: flex;
    bottom: 0;
}

    .overlay-none::before {
        content: "\f05e";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: #fff;
        text-shadow: var(--MainThemeColor) 0px 0px 2px;
    }

/********************************************** Date Picker *********************************************/

#ui-datepicker-div {
    display: none;
}

.ui-widget-header {
    border: none;
}

.ui-widget-content {
    border: none;
    color: inherit;
    background: none;
}

.ui-datepicker {
    width: 35%;
    margin: -5px auto 0;
    font: 10pt Arial, sans-serif;
    display: inherit;
    overflow: hidden;
    border-radius: 5px;
    padding-left: 4em;
    padding-right: 4em;
    position: relative;
    margin-top: 1em;
}

.ui-datepicker2 {
    width: 92%;
    margin: -5px auto 0;
    /* font: 8pt Arial, sans-serif; */
    display: inherit;
    overflow: hidden;
    border-radius: 5px;
    padding-left: 4em;
    padding-right: 4em;
    position: relative;
}

.ui-datepicker table {
    width: 100%;
    border-top: none;
    font-size: 1em;
    border-collapse: separate;
    margin: 0 0 .4em;
    border-spacing: 4px;
    background-color: var(--placeholder-secondary, #808080);
    z-index: 5;
}

.ui-datepicker-header {
    background: var( --MainThemeColor, #7183A8);
    color: var(--WhiteText, #fff);
    text-shadow: 0px 1px 0px #000;
    font-family: Play, sans-serif;
}

.ui-datepicker-title {
    line-height: 1.35em;
    text-align: center;
    /*font-size: 1.25em;*/
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
    display: none;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
    display: none;
}

.ui-datepicker thead {
    /* background-color: #f7f7f7; */
    /* border-bottom: 1px solid #bbb; */
    /* color: #fff; */
}

.ui-datepicker tbody {
    display: table-row-group;
    height: 100%;
}

.ui-datepicker th {
    background-color: lightgray;
    text-transform: uppercase;
    font-size: 8pt;
    color: var(--BlackText, black);
    /* text-shadow: 1px 0px 1px #fff; */
    /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker td {
    border: 0;
    width: calc(100% / 7);
}

.ui-datepicker tbody td {
    padding: 0;
    /* border-right: 1px solid black; */
    height: 100%;
    /* padding: 0.1em; */
    /* padding-left: 0.1em; */
    padding-right: 0.15em;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
    display: table-row;
    height: 100%;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--WhiteText, #fff);
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
    /*background: linear-gradient(#999999, #737373);*/
    color: var(--BlackText, #000);
    height: 90%;
    width: 95%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    font-weight: bold;
    /*color: #333333;*/
}

.ui-datepicker-calendar .ui-state-hover {
    background: #33adff;
    color: var(--WhiteText, #FFF);
}

.ui-datepicker-calendar .ui-state-active {
    background: #33adff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: var(--BlackText, #000);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    /*border: 1px solid #fed22f;*/
    color: var(--MainThemeColor, #000);
    background: #fff;
    text-shadow: 0.5px 0.5px 0.5px #000;
}

.ui-datepicker-calendar .ui-state-active {
    color: var(--WhiteText, #fff);
    background: var( --MainThemeAccentColor, #F5CF76);
    text-shadow: 0.5px 0.5px 0.5px #000;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    padding-top: 4%;
    padding-bottom: 4.2%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    width: 3.4em;
    background-color: var(--placeholder-secondary, #808080);
    top: 0;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: -0.5px;
    border: none;
    background: var( --MainThemeColor, #7183A8);
    box-shadow: 0 0px 5px 0px rgba(0,0,0,0.4);
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev:hover {
    left: -3.6em;
    border-radius: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

    .ui-datepicker .ui-datepicker-prev:before {
        content: '\f137';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: var(--WhiteText, white);
        font-size: 2em;
    }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next:hover {
    right: -3.6em;
    border-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

    .ui-datepicker .ui-datepicker-next:before {
        content: '\f138';
        font-family: 'Font Awesome\ 5 Free';
        color: var(--WhiteText, white);
        font-size: 2em;
        font-weight: 900;
    }

.datepicker2 .ui-datepicker select.ui-datepicker-year {
    width: auto;
}

/********************************************* Swiper **************************************************/
.swiper-container-parent {
    position: relative;
}

.swiper-container {
    width: calc(100% - 10em);
    height: 100%;
    position: static;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    background-color: rgba(252, 252, 252, 1);
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.intAppBox.swiper-slide {
    height: 86px;
    border-left: 2px rgba(0,0,0, 0.1) solid;
    border-right: -2px rgba(0,0,0, 0.1) solid;
}

.swiper-button-prev, .swiper-button-next {
    display: inline-grid;
    position: absolute;
    top: 67%;
}

    .swiper-button-next:after, .swiper-button-prev::after {
        position: absolute;
        color: var(--MainThemeColor);
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }
/********************************************* SLIDER **************************************************/
.sliderplaceholder {
    height: 12em;
    background-image: url(../Images/placeholderImages/transition-animation.gif);
    background-position-y: center;
}

.slidecontainer {
    width: 75%; /* Width of the outside container */
    margin-left: 12.5%;
    margin-bottom: 6em;
}

/* The slider itself */
.slider, .slider-percent {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 75%; /* Full-width */
    float: left;
    margin: 1em;
    height: 0.5em; /* Specified height */
    border-radius: 1em; /* Rounded bar */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.8; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover, .slider-percent:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb, .slider-percent::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 1.75em; /* Set a specific slider handle width */
        height: 1.75em; /* Slider handle height */
        border-radius: 50%; /* Circle handle*/
        border: solid rgba(0, 0, 0, 0.4) 1px;
        background: var( --MainThemeAccentColor, #F5CF76); /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

        .slider::-webkit-slider-thumb:hover, .slider-percent::-webkit-slider-thumb:hover {
            box-shadow: 0 0px 3px 0px rgba(0,0,0,0.4);
        }

    .slider::-moz-range-thumb, .slider-percent::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        border-radius: 50%; /* Circle handle*/
        border: solid rgba(0, 0, 0, 0.4) 1px;
        box-shadow: 0 0px 5px 0px rgba(0,0,0,0.4);
        background: #4CAF50; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

/************************************ Maps / StreetView **************************************/
#addressContainer, #manualCountyContainer {
    width: 60%;
}

.maps {
    display: flex;
    overflow: hidden;
    background-color: #eee;
    margin: -1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#map,
#pano {
    float: left;
    /* height: 40em; */
    /* width: 45%; */
    padding: 19.5em;
    margin: 0em;
    background-color: #eee;
    overflow: hidden;
    border-radius: 2em;
    position: relative;
    box-shadow: 0 0 2px black;
}

#map {
    margin-left: auto;
    border: .5em solid var(--mainthemecolor, blue);
}

#pano {
    margin-right: auto;
    background-color: #ccc;
    border: .5em solid var(--mainthemeaccentcolor, lightblue);
}

#description {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Montserrat, sans-serif;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 300;
    }

#searchAddress, #manualCounty {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
}

    #searchAddress:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

/************************************* Media Queries *****************************************/

@media screen and (max-width: 800px) {
    body {
        font-size: 12px;
        background: none;
        background-color: #dedede;
    }

    #companyLogo {
        width: 80vw;
        padding-left: 10vw;
        padding-right: 10vw;
        display: block;
        margin: auto;
    }

    .tooltip::after {
        display: none;
    }

    .intAppBox, .intAppNav {
        height: 12vw;
        width: 14vw;
        font-size: 0.8em;
    }
        .intAppBox i {
            margin-top: -0.5em;
        }

    .intAppNav {
        width: 7vw;
    }

    .intAppBox::after {
        font-size: 1em;
        top: auto;
        bottom: 1em;
    }
    .intAppBox, .intAppNav {
        padding-top: 2em;
    }

    .carousel .items .item {
        min-width: 14vw;
    }

    .flex {
        max-width: 9em;
    }

    .textInput {
        font-size: 0.75em;
    }

    .textareaInput{
        font-size: 0.75em;
    }

    .slidecontainer {
        width: unset;
        margin-left: unset;
    }

    .slider {
        width: calc(100% - 10em);
    }

    .ui-datepicker {
        width: 30em;
        max-width: 100%;
        padding: 0;
    }

        .ui-datepicker .ui-datepicker-next,
        .ui-datepicker .ui-datepicker-prev {
            padding: 0;
            background: none;
            top: 0.25em;
        }

            .ui-datepicker .ui-datepicker-next,
            .ui-datepicker .ui-datepicker-next-hover,
            .ui-datepicker .ui-datepicker-next:hover {
                position: absolute;
                right: 0;
            }

            .ui-datepicker .ui-datepicker-prev,
            .ui-datepicker .ui-datepicker-prev-hover,
            .ui-datepicker .ui-datepicker-prev:hover {
                position: absolute;
                left: 0;
            }

    .maps {
        display: block;
        padding: 1em;
        margin: 0;
    }

    #map,
    #pano {
        margin: auto;
        padding: 49.25%;
    }
}

@media screen and (max-width: 400px) {
    body {
        font-size: 10px
    }

    h2 {
        font-size: 1.5em;
    }

    .tooltip::after {
        display: none;
    }

    .fa-2-5x {
        font-size: 2.25em;
    }

    .intAppBox::after {
        bottom: 0.5rem;
        font-size: 0.95em;
    }

    .flex {
        margin-right: 4.5em;
    }

    .textInput {
        width: auto;
        display: grid;
    }

    .textareaInput{
        width: auto;
        display: grid;
    }

    .slidecontainer {
        position: relative;
 /*       top: -4em;*/
    }

    .slider {
        width: 80%;
        display: block;
        margin-left: 10%;
        margin-right: 10%
    }

    .ui-datepicker {
        font-size: 1.25em;
    }

        .ui-datepicker th {
            font-size: inherit;
        }

        .ui-datepicker td span, .ui-datepicker td a {
            line-height: 3em;
        }

    #addressContainer, #manualCountyContainer {
        width: auto;
    }
}

/************************************ VerifyBorrower *******************************/
#verifyBorrower {
    font-size: 12px;
}

    #verifyBorrower div::after {
        content: attr(data-after);
        position: absolute;
        left: 4em;
        bottom: -1.5em;
        display: inline-block;
        color: red;
    }

    #verifyBorrower p {
        font-size: 18px;
    }

    #verifyBorrower span {
        font-style: italic;
        color: #666;
    }

    #verifyBorrower input {
        width: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #verifyBorrower .verifyBtns {
        margin: auto;
        display: block;
        padding-left: .5em;
        padding-right: .5em;
    }

.loadingParent {
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.15);
}

    .loadingParent #Loading {
        position: absolute;
        top: 37%;
        left: 43.5%;
    }


.border-top {
    border-top: 1px solid;
}

label.form-check-label {
    width: 100%;
    display: block;
    font-size: 2em;
    padding: 5px;
}

.form-check.form-check-inline {
    display: inline-block;
}

.my-0 a {
    font-size: 2em;
    padding: 5px;
}

#hmdaethnicity input, #hmdarace input, #hmdasex input {
    line-height: 1.5;
    border-radius: 0.45em;
    background: white;
    border: 3px solid #ccc;
    padding: 0.5em;
    margin-top: 1em;
}

.hideTextInput {
    display: none;
    position: relative;
}

.trainingVid {
    color: white;
    float: right;
    padding-top: 1em;
    padding-right: 1em;
    font-size: 10px;
}


/************************************ Progress BAr **************************************/
#AppProgressBar {
    position: fixed;
    z-index: 100;
    margin-left: -1%;
    margin-right: -1%;
    width: 102%;
    height: 20px;
    bottom: -5px;
}

@media screen and (min-width: 768px) {
    #AppProgressBar {
        position: fixed;
        z-index: 100;
        margin-left: 25%;
        margin-right: 25%;
        width: 50%;
        height: 50px;
        bottom: 2px;
    }
}

/*======================TIPS HOVER BOTTOM RIGHT======================*/
.sideTips {
    position: fixed;
    bottom: 2em;
    right: 1em;
    z-index: 99;
    font-size: 14px;
}

#tipsSection{
    display: none;
}

#tipsDiv{
    color: black;
    padding: 1em;
    right: 4.75em;
    border: 5px solid #f7cc54;
    width: 425px;
    height: auto;
    z-index: 99;
    margin-top: 2em;
    position: absolute;
    background: white;
    padding: 1em;
    bottom: 2em;
    line-height: 1.5;
    box-shadow: 0px 0px 7px 0px #00000059;
    font-size: 14px;
}

#tipsStartDiv {
    color: black;
    padding: 1em;
    right: 4.75em;
    border: 5px solid #f7cc54;
    width: 425px;
    height: auto;
    z-index: 99;
    margin-top: 2em;
    position: absolute;
    background: white;
    padding: 1em;
    bottom: 2em;
    line-height: 1.5;
    box-shadow: 0px 0px 7px 0px #00000059;
    font-size: 14px;
}

.sideTips i {
    margin: 2em;
    float: right;
    background-color: #c7c7c9;
    padding: 1em;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0px #00000059;
    cursor: pointer;
}

.sideTips h5 {
    text-align: center;
    /* font-style: italic; */
    font-weight: bold;
}

#LoanTable th {
    font-size: 12px
}

.bottom {
    padding-bottom: 4em
}

@media only screen and (max-width: 800px) {
    /* For mobile: */
    .sideTips{
        display: none;
    }
}

/*======================END TIPS HOVER BOTTOM RIGHT======================*/


/*======================START INPUT GENERATED AFTER SLIDER MAX======================*/
.center{
    display: inline-block;
    font-size:1em;
}

    .center input {
        line-height: 2;
        border-radius: 0.45em;
        background: white;
        width: 100%;
        border: 3px solid #ccc;
        padding-right: 0.5em;
        text-align:center;
    }

/*======================END INPUT GENERATED AFTER SLIDER MAX======================*/


.form-check {
    position: relative;
    display: block;
}

.form-check-input {
    position: absolute
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
}