﻿body {
    margin: 0;
    /*font-family: Arial, sans-serif;*/
    font-size: 14px;
    color: #1e1e1e;
}

a:hover {
    text-decoration: none;
}

.survey-title {
    margin: 15px 0;
    padding: 10px;
    font-size: 22px;
    line-height: 1.1em;
    text-align: center;
    color: #fff;
    /*background-color: rgb(0, 155, 225);*/
}

.question-container {
    padding: 3px 0;
    color: #fff;
}

    .question-container span {
        display: block;
        margin: 10px 0;
        font-size: 18px;
    }

        .question-container span a {
            color: #fff;
            text-decoration: underline;
        }
 .question-container #userSlider span,
    .question-container #filesSlider span {
        margin-top: 0px;
    }
.error-msg {
    color: red;
    font-weight: normal;
}

input[type="submit"] {
    border: none;
}

.btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    /*line-height: 1.42857143;*/
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent;
    border-radius: 4px !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    color: white !important;
}

.btn-green {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

    .btn-green:hover {
        color: #fff !important;
        background-color: #449d44 !important;
        border-color: #398439 !important;
    }

.btn-ghost {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-ghost:hover {
        text-decoration: none;
        color: #EB3D01 !important;
        background-color: #fff;
    }

/*.btn-blue {
    color: #fff;
    background-color: #15adda;
    border-color: rgb(0, 155, 225);
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}*/

.btn-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.btn-left {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.survey-form {
    max-width: 850px;
    margin: 60px auto 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.form-group {
    display: inline-block;
    width: 31%;
    margin-right: 1%;
    margin-bottom: 5px;
    vertical-align: top;
}

.survey-form span,
.survey-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.1em;
}

.survey-form .form-control {
    display: block;
    width: 96%;
    height: 24px;
    padding: 1% 2%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.survey-intro {
    padding: 10px;
}

    .survey-intro p {
        font-size: 15px;
        line-height: 1.4em;
        margin-top: 0;
    }

.required-red {
    color: red;
}

.survey-form span.thank-you-text {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    padding: 0 55px;
    display: block !important;
    text-align: center;
    line-height: 1.3em;
    font-size: 16px;
}

.upper-section {
    /*background: #EB3D01 url("/Portals/0/Skins/TheFinanceGuruResponsive/images/landing-bg.jpg") no-repeat scroll center top / cover ;*/
    padding: 0 2%;
    width: 96%;
    z-index: 1;
}

    .upper-section .top-pane-outer {
        padding: 42px 0px 28px 0;
        position: relative;
        width: 100%;
        z-index: 100;
    }

    .upper-section .top-pane {
        margin: 0 auto;
        max-width: 960px;
        text-align: center;
        width: 100%;
    }

span.landing-intro {
    clear: both;
    color: #fff;
    display: block;
    /*font-family: "Titillium Web",sans-serif;*/
    font-size: 43px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 10px;
    text-align: center;
}

span.landing-intro-two {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    clear: both;
    color: #fff;
    /*font-family: "Titillium Web",sans-serif;*/
    font-size: 23px;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

a.landing-cta {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    background-color: transparent;
    /*font-family: "Titillium Web",sans-serif;*/
    font-size: 19px;
    font-weight: 300;
    line-height: 40px;
    margin: 20px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 240px;
    text-transform: uppercase;
    border-radius: 4px;
}

    a.landing-cta:hover {
        cursor: pointer;
        text-decoration: none;
        color: #EB3D01;
        background-color: #fff;
    }

#left, #right {
    position: relative;
    float: left;
    margin: 0;
    padding-bottom: 0;
    /*border: 1px solid black;*/
    width: 100%;
    min-height: 350px;
    height: auto;
    overflow: hidden;
}

div.panel {
    background-color: #EB3D01;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
}

div.panel-thankyou {
    background-color: #EB3D01;
    height: 350px;
    width: 100%;
    text-align: center;
    color: #fff;
}

div.panel-inner {
    position: relative;
    min-height: 335px;
    padding-left: 10px;
    padding-right: 10px;
}

.panel .fa {
    color: #fff;
    /*font-size: 72px;*/
}

    .panel .fa.fa-exclamation-triangle {
        color: #f5e964;
    }

#userSlider,
#dataSlider,
#filesSlider {
    margin: 0 auto;
    border-color: #fff !important;
}

.btn-custom-width {
    width: 29%;
}

@media only screen and (max-width: 810px) {
    span.landing-intro {
        font-size: 34px;
        margin-bottom: 30px;
    }

    span.landing-intro-two {
        font-size: 18px;
    }

    a.landing-cta {
        font-size: 17px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
    }

    .survey-title {
        padding-bottom: 5px;
    }

    .form-group {
        width: 30%;
    }
}

@media only screen and (max-width: 640px) {
    #right {
        height: 425px;
    }

    div.panel-inner {
        height: 410px;
    }
    /*.upper-section .top-pane-outer {
		padding-top: 30px;	
	}*/

    span.landing-intro {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 23px;
    }

    a.landing-cta {
        font-size: 16px;
        max-width: 220px;
    }

    .question-container span {
        font-size: 16px;
        line-height: 1.2em;
    }

    .survey-form {
        margin: 25px auto 0 auto;
    }

        .survey-form span {
            font-size: 14px;
        }

    .survey-title {
        padding-top: 30px;
    }

    .btn-custom-width {
        width: auto;
    }
}

@media only screen and (max-width: 478px) {
    span.landing-intro {
        font-size: 26px;
    }

    span.landing-intro-two {
        font-size: 15px;
    }

    a.landing-cta {
        /*margin-top: 20px;*/
        font-size: 15px;
    }

    .survey-title {
        /*padding-bottom: 0px;*/
        /*padding-top: 5px;*/
        /*margin-bottom: 10px;*/
    }
    /*.panel .fa-5x {
		font-size: 4.5em;
	}*/
    .question-container label {
        font-size: 13px;
    }

    .form-group {
        display: block;
        width: 100%;
    }
}
