/*
Theme Name: CarSaver Template
Theme URI: www.univisioncars.com
Description: CarSaver Unvision Employee Vehicle Purchase Program
Version: 1.0
Author: Michael Busta
Author URI: www.univisioncars.com
*/

/***** Global Styles *****/
* {
    box-sizing: border-box;
}
header {
    background-color: rgba(68, 68, 68, .5);
    padding: 0;
    margin: 0;
}
body {
    color: #000;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
}
h1 {
    font-size: 49px;
}
img {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}
a:hover {
    color: #FFF;
    text-decoration: none;
}
a {
    color: #FFF;
    text-decoration: none;
}
.btn-primary{
    border-radius: 0;
    background: #2358BF;
}
.form{
    margin-left: 30%;
    margin-right: 30%;
}
/***** End Global Styles *****/


/***** Custom Class Styles *****/
.univisionHeaderImg {
    width: 200px;
    padding: 20px 0 0 20px;
}
.univisionBodyImg {
    width: 162px;
    max-height: 50%;
    border-radius: 0;
}
.reg-link {
    color: #2358BF;
}
.navbar-link{
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
}
.learn-more-link:hover{
    color: #2358BF;
}
.program-code-submit{
    width: 150px;
}
.carsaver-logo {
    width: 130px;
    padding-top: 15px ;
    padding-left: 10px;
}
.carsaver-span{
    font-size: 20px;
}
.auto-advisor, .auto-advisor-info-wrapper {
    text-align: center;
}
.auto-advisor-info-wrapper {
    border-radius: 10px;
    width: 225px;
}
.auto-advisor {
    text-align: center;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
}
.advisor-header {
    font-size: 20px;
    font-weight: bold;
}
.auto-advisor-image {
    width: 180px;
    height: 180px;
    margin: 10px auto;
    background-image: url("img/girl_4_headset.png");
    background-size: 180px 180px;
    border-radius: 50%;
}
.auto-advisor-phone {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.form-wrapper {
    padding: 20px 0 0 65px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
/***** Custom Class Styles *****/


/***** CarSaver Sunset Image Overlay Styles *****/
.image-overlay {
    background-color: rgba(68, 68, 68, .5);
    color: #FFF;
    text-align: center;
    line-height: 3;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 25px;
}
.overlay-list, .overlay-list-item {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.glyphicon-chevron-down {
    vertical-align: middle;
    display: block !important;
    top: -20px !important;
}
/***** End Overlay Styles *****/


/***** Main Styles *****/
.main-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: url("img/Sunset_Car.jpg") no-repeat center;
    background-size: cover;
    color: #FFF;
}
.el-content {
    text-align: center;
    padding: 50px 5px;
    flex-direction: row;
}
.title {
    color: white;
    font-size: 1.625rem; /* 26px/16px */
    letter-spacing: .065em;
    font-weight: 200;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.program-code-wrapper {
    padding: 15px;
}
.primary-content,
.secondary-content,
.main-header,
.main-footer {
    text-align: center;
}
.primary-content, .secondary-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.main-footer {
    padding-top: 15px;
    padding-bottom: 5px;
    color: #FFF;
    background-color: rgb(68, 68, 68);
}
.primary-content img {
    width: 12em;
}
/***** End Main Styles *****/

/****** Layout Styles *****/
.primary-content {
    width: 75%;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    max-width: 960px;
}
.secondary-content {
    width: 100%;
    margin: auto;
    padding: 10px;
    background-color: rgba(179, 179,179,.4);
}
/****** End Layout Styles *****/


/***** Float Clearfix *****/
.group:after {
    content: "";
    display: table;
    clear: both;
}
/***** End Float Clearfix *****/



/***** Program Information Page Style *****/
.program-info-content-wrapper {
    padding: 5px 65px 65px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
.program-header{
    color: #2358BF;
    font-weight: bold;
    padding: 5px 5px 5px 0;
}
.steps-wrapper{
    padding: 20px;
    background-color: rgba(179, 179,179,.4);
}
.number-span{
    color: #2358BF;
    font-size: 30px;
    font-weight: bold;
}
.navbar-inverse {
    background-color: #2358BF;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
}
.navbar-nav {
    float: right;
    margin: 10px;
}
/***** End Program Information Page Style *****/


/***** Media Queries *****/
@media (max-width: 1024px) {
    .primary-content,
    .secondary-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .primary-content,
    .secondary-content {
        width: 100%;
        padding: 20px;
        border-top: none;
    }
    .title {
        font-size: 1.3rem;
        border: none;
    }
    h1{
        font-size: 23px;
    }
    .intro {
        font-size: 1.5rem;
    }
    .image-overlay {
        line-height: 2;
        font-size: 20px;
    }
    .glyphicon-chevron-down {
        top: -10px !important;
    }
    .main-footer {
        padding: 20px 0 15px 0;
        font-size: 12px;
    }
    .navbar-link{
        display: none;
    }
    .el-content{
        padding: 75px 0;
    }
    .univisionBodyImg {
        width: 200px;
        height: 20%;
    }
    .univisionHeaderImg {
        width: 150px;
    }
    .carsaver-logo {
        width: 100px;
    }
    .carsaver-span{
        font-size: 15px;
    }
    .form{
        margin-left: 0;
        margin-right: 0;
    }
    .program-info-button-wrapper{
        text-align: left;
        padding: 15px 0;
    }
    .program-info-content-wrapper {
        padding: 20px;
    }
    .navbar-nav {
        float: left;
    }
    .form-wrapper {
        padding: 20px 20px 20px 25px;
    }
}
@media (max-width: 425px) {
    .program-info-button-wrapper {
        text-align: center;
        padding: 15px;
    }
}
/***** End Media Queries *****/
