﻿/* See /PLVIDS/slider.base.css for full stylesheet */

/**********************************************************************/
/* OVERRIDE CONFIGURATIONS
/**********************************************************************/
/*

   
/*
         COLOR GUIDE
        Black: Pantone Black | HEX: #231F20
        Blue: PMS 299 | HEX: #009DDC
        Orange: PMS 1375 | HEX: #FAA634
        Green: PMS 375 | HEX: #A0CF67
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.clear {
    clear: both
}

.banner {
    height: 65px;
    background-color: White;
    color: #006db6;
    padding: 15px 10px 0 10px;
}

#logo {
    /*background-color: #fff;
    border: 1px solid #3c3d43;*/
    max-width: 225px;
    padding: 0px;
    float: left;
    padding-top: 1px;
}

.progress {
    height: 8px;
    width: 100%;
    margin: auto;
    border-radius: 0;
    /*position: relative;
    top: 770px;*/
    clear: both;
    border-top: 0px solid #231F20;
    border-bottom: 0px solid #fff;
    background-color: #231F20;
    opacity: 1;
    margin-top: 11px;
}

.progress-bar {
    background-color: #231F20;
    background-image: none;
    opacity: 100;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    color: #bbbcbf;
    background-color: #231F20;
    text-align: center;
    border-top: 1px solid #231F20;
    vertical-align: middle;
}

.copyright {
    margin-right: 15px;
    color: #bbbcbf;
    font-size: 17px;
    padding-bottom: 3px;
}

.socialIcons {
    color: #bbbcbf;
}

a, a:hover {
    color: #55c6b4;
}

.fa {
    font-size: 24px;
    margin-right: 10px;
    color: #ffffff;
}

    .fa:hover {
        font-size: 24px;
        margin-right: 10px;
        color: #A0CF67;
    }

#device {
    display: inline;
    position: relative;
    top: 40px;
    left: 20px;
    visibility: hidden;
}

.loanOfficerLink {
    text-align: right;
    font-size: 17px;
    font-weight: normal;
    color: #5a5a5c;
}

.nmlsLink {
    text-align: right;
    font-size: 12px;
    color: #5a5a5c;
}

.glyphicon-phone-alt {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.glyphicon-info-sign {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.glyphicon-option-horizontal {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    text-align: center;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    border: 0px solid #231F20;
    width: 26px;
    height: 26px;
    padding-top: 5px;
    color: White;
    background-color: #231F20;
    cursor: pointer;
}

/* portal */
.tpd-skin-portal .tpd-content,
.tpd-skin-portal .tpd-title,
.tpd-skin-portal .tpd-close {
    color: #fff;
}

.tpd-skin-portal .tpd-background-content {
    background-color: #fff;
}

.tpd-skin-portal .tpd-background {
    border-width: 1px;
    border-color: #000;
}

.tpd-skin-portal .tpd-title {
    font-size: 18px;
    text-transform: capitalize;
}

.tpd-skin-portal .tpd-background-title {
    background-color: #009DDC;
}
/* line below the title */
.tpd-skin-portal .tpd-title-wrapper {
    border-bottom: 1px solid #009DDC;
}
/* shadow */
.tpd-skin-portal .tpd-background-shadow {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
/* spinner */
.tpd-skin-portal .tpd-spinner-spin {
    border-color: rgba(255,255,255,.2);
    border-left-color: #fff;
}
/* links */
.tpd-skin-portal a {
    color: #009DDC;
    text-decoration: underline;
}

    .tpd-skin-portal a:hover {
        text-decoration: none;
    }

.tpd-skin-portal .tpd-background {
    border-radius: 15px;
}

.tpd-skin-portal .tpd-no-stem .tpd-background-box,
.tpd-skin-portal .tpd-no-stem .tpd-shift-stem {
    display: none;
}

.tpd-skin-portal .tpd-no-stem .tpd-background-box-top {
    display: block;
}

.tipPhoto {
    margin-bottom: 20px;
    max-width: 350px;
    border: 1px solid silver;
}

.tipName {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid silver;
}

.tipLabel {
    font-size: 17px;
    width: 100px;
    font-weight: bold;
    /*opacity: 0.75;*/
    vertical-align: top;
    color: #3c3d43;
}

.tipData {
    font-size: 17px;
    display: inline-block;
    color: #009DDC;
}

    .tipData a {
        color: #009DDC;
        text-decoration: underline;
        font-weight: bold;
    }

.tpd-tooltip a:hover {
    color: #A0CF67 !important;
    font-weight: bold;
}

#carousel {
    margin-top: 120px;
    /*width: 1920px;*/
    width: 100%;
}

.wrapper {
    margin: 0 10%;
}

.lionSlider {
    list-style-type: none;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin: auto auto;
}

    .lionSlider li {
        position: absolute;
        left: 0;
        width: 88%;
        /*margin: 0 3%;*/
        margin: 0 6% 25px 6%;
    }

.btnPrevSlide {
    display: block;
    float: left;
    z-index: 99999;
    position: fixed;
    left: 15px;
    top: 45%; /*140px;*/
    background-image: url('../../9999/sys/images/arrow.png');
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    height: 100px;
    width: 25px;
    opacity: 0.50;
    cursor: pointer;
    border: 0 none;
}

    .btnPrevSlide:hover {
        opacity: 0.75;
    }

.btnNextSlide {
    display: block;
    float: right;
    z-index: 99999;
    position: fixed;
    right: 15px;
    top: 45%; /*140px;*/
    background-image: url('../../9999/sys/images/arrow.png');
    height: 100px;
    width: 25px;
    opacity: 0.35;
    cursor: pointer;
    border: 0 none;
}

    .btnNextSlide:hover {
        opacity: 0.75;
    }

.glyphicon-map-marker {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: orange;
}

.glyphicon-exclamation-sign {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: red;
}

.form-control {
    color: #3c3d43 !important;
}

    .form-control:focus {
        border-color: #006db6;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,121,193,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,121,193,.6);
    }

.message {
    font-family: 'Gotham Light', sans-serif;
    font-style: normal;
    font-size: 32px;
    color: #009DDC; /*#0082ca;*/
    margin-bottom: 20px;
    display: block;
    clear: both;
    /*visibility: hidden;*/
}

.addressWarning {
    font-family: 'Gotham Light', sans-serif;
    font-style: normal;
    font-size: 24px;
    color: red;
    margin-bottom: 20px;
    display: block;
    clear: both;
    /*visibility: hidden;*/
}

.summary {
    text-align: left;
    width: 80%;
}

    .summary div {
        border-bottom: 1px solid silver;
        text-align: right;
        padding: 5px 0;
        font-size: 18px;
        color: #009DDC;
    }

    .summary label {
        font-weight: bold;
        float: left;
    }

    .summary .detail {
        /*min-width: 100px;*/
        display: inline-block;
        text-decoration: underline;
        color: #009DDC;
        cursor: pointer;
    }

    .summary .detailLeftAlign {
        /*min-width: 100px;*/
        display: inline-block;
        text-decoration: underline;
        color: #009DDC;
        text-align: left;
        cursor: pointer;
    }

        .summary.detail:hover, .summary.detailLeftAlign:hover {
            text-decoration: none;
            cursor: pointer;
        }

.icon-ehl_2 {
    color: White;
}

/*************************************************************************************************************/


.slider-horizontal .slider-selection {
    background: #009DDC;
    opacity: 100;
}

.slider-tick.in-selection {
    background-color: silver;
    background-image: none;
    opacity: 1;
}

.slider-handle {
    top: -2px;
    width: 25px;
    height: 25px;
    background-color: #009DDC;
    background-image: none;
    /*background-image: -webkit-linear-gradient(top,#149bdf 0,#0480be 100%);
    background-image: -o-linear-gradient(top,#149bdf 0,#0480be 100%);
    background-image: linear-gradient(to bottom,#149bdf 0,#0480be 100%);
    background-repeat: repeat-x;*/
}

.textAnswerSlider {
    /*font-family: 'Gotham Light', sans-serif;*/
    font-style: normal;
    font-size: 40px;
    color: #3c3d43;
}

.textAnswerSliderLabel {
    /*font-family: 'Gotham Light', sans-serif;*/
    font-style: normal;
    font-size: 40px;
    color: #3c3d43;
}

.alignRight {
    text-align: right;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.alignLeft {
    text-align: left;
    /*padding-right: 5px !important;*/
    padding-left: 3px !important;
}

.linkButton {
    width: 300px;
    margin: auto auto;
    background-color: White;
    color: #009DDC;
    font-weight: normal;
    font-size: 24px;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 2px solid #009DDC;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
}

    .linkButton:hover {
        background-color: #009DDC;
        color: White;
        opacity: 1;
        border: 2px solid #009DDC;
    }

.linkButtonSelected {
    background-color: #009DDC;
    color: #fff !important;
    opacity: 1;
}

    .linkButtonSelected:hover {
        background-color: #009DDC;
        color: #fff;
        opacity: 1;
        border: 2px solid #009DDC;
    }

.input-lg {
    height: 66px;
    padding: 10px 16px;
    font-size: 30px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.slider-tick-label {
    font-size: 12px;
    color: #3c3d43;
}

.noBorder {
    border: 0;
    color: #3c3d43;
    font-size: 40px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

/* OLD STUFF */
/*.sliderContainer {
    padding: 20px;
    width: 90%;
    margin: auto auto;
    position: relative;
}*/

.question {
    font-family: 'Gotham Light', sans-serif;
    font-style: normal;
    font-size: 32px;
    color: #009DDC;
    margin-bottom: 20px;
    display: block;
    clear: both;
    padding-top: 15px;
}



/*.btn {
    outline: none;
}

#preloader {
    position: relative;
    top: -215px;
    left: 415px;
    z-index: 20000;
    visibility: visible;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #7388a5;
    border: solid 1px #7388a5;
    background-image: none;
}*/

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    padding-bottom: 15px;
}
