﻿@font-face {
    font-family: 'SegoeUI';
    src: url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot');
    src: local("Segoe UI"),local("Segoe"),local("Segoe WP"),url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot?#iefix') format('embedded-opentype'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff') format('woff'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf') format('truetype'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUISemiBold';
    src: url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.eot');
    src: local("Segoe UI Semibold"),local("Segoe Semibold"),local("Segoe WP Semibold"),url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.eot?#iefix') format('embedded-opentype'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff') format('woff'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.ttf') format('truetype'), url('https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*MAS*/

#leadcaptureform .btform {
    border-style: solid;
    float: none;
    display: inline;
}

#leadcaptureform .btn-holder {
    text-align: right;
}

#leadcaptureform .btn-wait {
    display: none;
    text-align: center;
}
a:focus, button:focus, input:focus, textarea:focus {
        outline: 1px dashed #000 !important;
} 
/**end MAS**/

button{
    border:none;
    outline:none;
}

#leadcaptureform #errors {
    margin-bottom: 10px;
    color: #cc0000;
}
#leadcaptureform #errors strong {
    display: block;
}

.reqdiv {
    margin: 3px 0;
    color: red;
    font-size: 14px;
    visibility: hidden;
    pointer-events: none;

}    

.updiv {
    margin-bottom: 3px;
    color: red;
    font-size: 14px;
    display: none;
}

    #leadcaptureform .form-title {
    font-family: "SegoeUISemiBold";
    font-size: 16px;
    text-align: center;
    padding-bottom: 24px;

}

#leadcaptureform label {
    display: block;
    margin-bottom: 5px;
    font-family: "SegoeUISemiBold";
    color: #000
}
#leadcaptureform .c-label {
    margin-bottom: 0px;
    font-family: "SegoeUI";
    display:inline-block;
}

#leadcaptureform input, #leadcaptureform select, #leadcaptureform textarea {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 1.2;
}

/*#leadcaptureform input {
    background: #fff no-repeat scroll right center;
}*/
#leadcaptureform .c-label input{
    border:0px;
}

#leadcaptureform textarea {
    resize: none;
}

#leadcaptureform .smallnote {
    font-size: 11px;
    font-family: 'SegoeUI';
}

#leadcaptureform .no-margin {
    margin-bottom: 0;
    float: left;
    width: 33.33333%;
}
#leadcaptureform .no-margin2 {
    margin-bottom: 0;
    float: left;
    width: 66.66666%;
}

#leadcaptureform .margin-b {
    margin-bottom: 16px;
}

#leadcaptureform .checkbox-holder {
    width: 100%;
    margin: 14px 0;
    display: table;
}

#leadcaptureform a {
    color: #000;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    #leadcaptureform a:hover {
        opacity: 0.9;
    }

#leadcaptureform .btn-holder {
    display: table;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 17px;
}

#leadcaptureform .btform {
    background: #eb3d01 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    float: right;
    margin-left: 10px;
    padding: 10px 20px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'SegoeUI';
}

    #leadcaptureform .btform:hover {
        opacity: 0.9;
    }

#leadcaptureform .reset-btn {
    opacity: 0.9;
}

    #leadcaptureform .reset-btn:hover {
        opacity: 1;
    }

#leadcaptureform .is-required {
    font-style: italic;
}

#leadcaptureform .btn-wait {
    cursor: default;
    display: none;
}

    #leadcaptureform .btn-wait:hover {
        opacity: 1;
    }

#leadcaptureform .thankyou {
    background: #399457;
    color: #fff;
    padding: 10px;
    position: absolute;
    display: none;
    cursor: pointer;
}

#leadcaptureform .wentwrong {
    background: red none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: none;
    margin-bottom: 18px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    background: #eee !important;
    opacity: 1;
    pointer-events: none;
}

#leadcaptureform select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff no-repeat scroll right center;
    background-image: url("../images/arrow-down-small.png");
    border-radius: 0 !important;
    cursor: pointer;
}

#leadcaptureform textarea, #leadcaptureform input {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0 !important;
    -webkit-opacity: 1 !important;
}

#leadcaptureform .squaredOne label::after {
    background: #eb3d01 none repeat scroll 0 0;
    border: 2px solid #999;
    content: "";
    height: 13px;
    left: -2px;
    opacity: 0;
    position: absolute;
    top: -2px;
    width: 13px;
}

#leadcaptureform .squaredOne label {
    border: 2px solid transparent !important;
    cursor: pointer;
    height: auto;
    position: relative;
    text-indent: 17px;
    cursor: pointer;
    line-height: 15px;
}

#leadcaptureform .squaredOne input[type="checkbox"] {
    display: none !important;
}

#leadcaptureform .squaredOne input[type="checkbox"] {
    display: block !important;
    width: 12px;
    height: 12px;
    padding: 0px;
    float: left;
    margin: 0;
}

    #leadcaptureform .squaredOne input[type="checkbox"]:checked + label::after {
        opacity: 1;
    }

#leadcaptureform .squaredOne {
    display: table-cell;
    width: 50%;
}

    #leadcaptureform .squaredOne div {
        margin-left: 24px;
        margin-top: -4px;
        cursor: pointer;
    }

#leadcaptureform .privacy, #leadcaptureform .checkbox-holder, #leadcaptureform .is-required, #leadcaptureform .thankyou, #leadcaptureform .wentwrong {
    font-family: 'SegoeUI';
    margin-top: 15px;
}

.display-table {
    width: 100%;
    display: table;
}

@media screen and (max-width: 587px) {
    #leadcaptureform .no-margin2{
        width:100%;
    } 
    #leadcaptureform .btn-wait {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    #leadcaptureform .thankyou {
        cursor: pointer;
        margin-bottom: 17px;
        position: relative;
        text-align: center;
    }

    #leadcaptureform .no-margin {
        float: none;
        width: 100%;
    }

    #leadcaptureform .send-btn {
        display: block;
        float: left;
        margin-left: 0;
        text-align: center;
        padding: 10px;
    }

    #leadcaptureform .reset-btn {
        display: block;
        padding: 10px;
        float: right;
        margin-left: 0;
        opacity: 0.6;
        text-align: center;
        width: 100px;
    }
}
