/**
@file
CSS for the OCA endcard.
*/

/* hide form in phone mode */
@media (max-width: 767px) { .oca-signup-endcard {
    display: none;
} }

.oca-signup-endcard {
    padding: 20px 20px 30px 50px;
    background: url(/theme/images/landing-pages/oca-endcard-st-bg.jpg) top left no-repeat white;
    height: 100%;
}

@media (max-width: 1065px) {
    .oca-signup-endcard {
        padding: 10px 15px 20px 40px;
    }
}

.oca-signup-endcard .big-title {
    padding: 0 0 15px 0;
    font-size: 27px;
    font-family: "Jost", Arial, Verdana;
    color: #2e578b;
    font-weight: bold;
    text-align: left;
    margin-right: 280px;
}
/* .oca-signup-endcard .big-title {
    text-align: left;
    padding: 0 0 15px 0;
    font-size: 27px;
    font-family: "Jost", Arial, Verdana;
    color: #2e578b;
    font-weight: bold;
    margin-right: 280px;
} */


@media (max-width: 1181px) {
    .oca-signup-endcard .big-title {
        font-size: 24px;
        margin-right: 256px;
    }
}

@media (max-width: 1065px) {
    .oca-signup-endcard .big-title {
        font-size: 22px;
    }
}

@media (max-width: 1016px) {
    .oca-signup-endcard .big-title {
        font-size: 20px;
    }
}


.oca-signup-endcard .main-text {
    display: block;
    /*
    float: left;
    width: 460px;
    */
    font-size: 13px;
    line-height: 1.25em;
}

@media (max-width: 1016px) {
    .oca-signup-endcard .main-text {
        font-size: 12px;
        line-height: 1.4em;
    }
}

@media (max-width: 970px) {
    .oca-signup-endcard .main-text {
        line-height: 1.2em;
    }
}

.oca-signup-endcard .row {
    width: 100%;
    padding-right: 280px;
}


/*
@media (max-width: 1200px) {
    .oca-signup-endcard .main-text {
        width: auto;
        margin-right: 280px;
    }
}
*/

.oca-signup-endcard .main-text h3 {
    font-size: 21px;
    font-family: "Jost", Arial, Verdana;
    color: #369;
    font-weight: normal;
    line-height: 1.2;
    /* add a slight glow to the text that will offset it from the background in cases where that's needed */
    text-shadow: 0px 0px 5px #fff;
}

@media (max-width: 1160px) {
    .oca-signup-endcard .main-text h3 {
        font-size: 18px;
        line-height: 1.1em;
    }
}

@media (max-width: 1098px) {
    .oca-signup-endcard .main-text h3 {
        font-size: 17px;
        margin-bottom: 7px;
    }
}

@media (max-width: 1112px) {
    .oca-signup-endcard .main-text h3 {
        margin-top: 0;
    }
    .oca-signup-endcard .main-text ul {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}


.oca-signup-endcard .main-text li,
.oca-signup-endcard .main-text p {
    color: #6b6b6b;
    /* add a slight glow to the text that will offset it from the background in cases where that's needed */
    text-shadow: 0px 0px 5px #fff;
}

.oca-signup-endcard .main-text li {
    padding-bottom: 8px;
}

.oca-signup-endcard .main-text a {
    color: #326188;
    font-family: Arial, Verdana;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 1.1em;
}

.oca-signup-endcard .oca-image-sidebar {
    font-size: 12px;
    color: #4e545f;
    
    width: 280px;
    /*
    font-weight: bold;
    float: left;
    */
}

.oca-signup-endcard .oca-image-sidebar .under-text {
    padding: 0 0 0 10px;
}

@media (max-width: 1055px) {
    .oca-signup-endcard .oca-image-sidebar {
        width: 240px;
    }
    .oca-signup-endcard .oca-image-sidebar img {
        width: 90%;
    }
    .oca-signup-endcard .oca-image-sidebar .under-text {
        font-size: 11px;
        padding: 0;
    }
    .oca-signup-endcard {
        background-position: -116px 0;
    }
}

@media (max-width: 880px) {
    .oca-signup-endcard .oca-image-sidebar {
        width: 213px;
    }
    .oca-signup-endcard .oca-image-sidebar .under-text {
        padding-right: 20px;
       text-align: center;
    }
    .oca-signup-endcard .oca-image-sidebar .under-text ul {
        padding-left: 0;
    }
}

@media (max-width: 840px) {
    .oca-signup-endcard .oca-image-sidebar {
        width: 183px;
    }
}

.oca-signup-endcard .oca-image-sidebar ul {
    list-style-type: none;
}
.oca-signup-endcard .oca-image-sidebar li {
    padding-bottom: 8px;
}
.oca-signup-endcard .oca-image-sidebar li a {
    color: #4e545f;
}

.oca-signup-endcard .main-form {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 250px;
}

.oca-signup-endcard .layer1 {
    border: 1px solid white;
}
.oca-signup-endcard .layer2 {
    border-top: 3px solid #478bac;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background: white;
    padding: 5px 15px 15px 15px;
}

.oca-signup-endcard .main-form label {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
}
:lang(hu) .oca-signup-endcard .main-form label {
    font-size: 12px;
    margin-top: 7px;    
}

.cancel-notifyjs .oca-signup-endcard .main-form label {
    margin-top: 9px;
}

.oca-signup-endcard .main-form input,
.oca-signup-endcard .main-form select {
    width: 213px;
    font-size: 12px;
}

.oca-signup-endcard .main-form input {
    padding: 4px 5px 4px 5px;
}

.oca-signup-endcard .main-form .submit-button {
 
    
			background: #e0561f; /* Old browsers */
			background: -moz-linear-gradient(top, #e0561f 0%, #bd4110 100%); /* FF3.6&#43; */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0561f), color-stop(100%,#bd4110)); /* Chrome,Safari4&#43; */
			background: -webkit-linear-gradient(top, #e0561f 0%,#bd4110 100%); /* Chrome10&#43;,Safari5.1&#43; */
			background: -o-linear-gradient(top, #e0561f 0%,#bd4110 100%); /* Opera 11.10&#43; */
			background: -ms-linear-gradient(top, #e0561f 0%,#bd4110 100%); /* IE10&#43; */
			background: linear-gradient(to bottom, #e0561f 0%,#bd4110 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#e0561f&#39;, endColorstr=&#39;#bd4110&#39;,GradientType=0 ); /* IE6-9 */
		

    color: white;
    border: 2px solid #e0490b;
    border-radius: 5px;

    font-size: 20px;
    font-family: "Jost", Arial, Verdana;

    color: white;
    line-height: normal;
    clear: both;
    cursor: pointer;

}
:lang(fr) .oca-signup-endcard .main-form .submit-button {
    font-size: 18px;
}

.oca-signup-endcard .main-form .submit-button:hover,
.oca-signup-endcard .main-form .submit-button:active {
    color: white;
}

.oca-signup-endcard .main-form .submit-button:hover {
    
			background: #f0662f; /* Old browsers */
			background: -moz-linear-gradient(top, #f0662f 0%, #cd5120 100%); /* FF3.6&#43; */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0662f), color-stop(100%,#cd5120)); /* Chrome,Safari4&#43; */
			background: -webkit-linear-gradient(top, #f0662f 0%,#cd5120 100%); /* Chrome10&#43;,Safari5.1&#43; */
			background: -o-linear-gradient(top, #f0662f 0%,#cd5120 100%); /* Opera 11.10&#43; */
			background: -ms-linear-gradient(top, #f0662f 0%,#cd5120 100%); /* IE10&#43; */
			background: linear-gradient(to bottom, #f0662f 0%,#cd5120 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#f0662f&#39;, endColorstr=&#39;#cd5120&#39;,GradientType=0 ); /* IE6-9 */
		
}

.oca-signup-endcard .main-form .gender-box {
    border: 1px solid #CCCCCC;
    float: left;
    padding: 5px 0 5px 10px;
    width: 97px;
    height: 28px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 12px;
}
:lang(pt) .oca-signup-endcard .main-form .gender-box {
    padding: 5px 0 5px 3px;
}

.cancel-notifyjs .oca-signup-endcard .main-form .gender-box {
    margin-bottom: 10px;
}


.oca-signup-endcard .main-form .radio-size {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 15px;
    float: left;
}


.oca-signup-endcard .main-form .zipcode {
    margin-top: 4px;
    width: 120px;
    float: right;
}

.oca-signup-endcard .privacy-info-link {
    clear: both;
    padding: 3px 0;
    font-size: 10px;
    position: relative;
    float: right;
}
.oca-signup-endcard .privacy-info-link .link-part {
    cursor: pointer;
}
.oca-signup-endcard .privacy-info-link .info-part {
    display: none;
    position: absolute;
    bottom: 20px;
    width: 216px;
    background: #F0F2FF;
    border: 1px solid #333;
    padding: 10px;
    font-size: 11px;
    border-radius: 3px;
    text-align: left;
    right: 0px;
}
.oca-signup-endcard .privacy-info-link:hover .info-part {
    display: block;
}

.oca-signup-endcard .main-form .more-info-box {
    clear: both;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

.cancel-notifyjs .oca-signup-endcard .main-form .more-info-box {
    padding-top: 12px;
    line-height: 12px;
}

.oca-signup-endcard .main-form .more-info-box .more-info {
    display: inline-block;
    width: auto;
}

.even-more-info-box {
    position: absolute;
    right: 104%;
    background: #f2fbfe;
    padding: 10px 17px;
    border-radius: 7px;
    border: 1px solid #7cb0ca;
    width: 230px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    font-weight: normal;
    transition: opacity .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) .3s, visibility .1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s;
    -webkit-transition: opacity .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) .3s, visibility .1s cubic-bezier(0.165, 0.840, 0.440, 1.000) .5s;
}

.more-info-box {
    background: #f2fbfe;
    padding: 5px 15px 5px 15px;
    margin: 10px -15px 10px -15px;
}

.first-name-blurred .more-info-box:hover .even-more-info-box {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition: opacity .3s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.even-more-info-box div {
    margin-bottom: 4px;
}

.even-more-info-box > strong {
    display: block;
    margin-bottom: 5px;
}

#shell .even-more-info-box input[type="checkbox"] {
    border: 1px solid #336699;
    width: auto;
    margin-right: 12px;
    display: block;
    float: left;
    clear: both;
}

.oca-signup-endcard .main-text .last-one {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 13px;
    font-family: Verdana;
}

@media (max-width: 1160px) {
    .oca-signup-endcard .main-text .last-one {
        font-size: 10px;
        line-height: 12px;
    }
}

/*
@media (max-width: 850px) {
    .oca-signup-endcard .oca-image-sidebar {
        display: none;
    }
}
*/

#oca_submit_form {
    position: relative;
}

#oca_submit_form .spinner {
    bottom: -72px !important;
    top: auto !important;
    position: absolute !important;
}

.cancel-notifyjs .notifyjs-wrapper {
    display: none !important;
}

#oca_submit_form .errormsg {
    display: none !important;
    position: absolute;
    color: #900;
    font-size: 12px;
    font-family: Verdana;
    right: 5px;
    font-weight: bold;
    bottom: -13px;
    top: auto;
}

#oca_submit_form .invalid {
    outline: 1px solid #900;
}

#oca_submit_form .errormsg-gender {
    display: none;
    right: 15px;
    z-index: 0;
    top: auto;
    bottom: -4px;
}

#oca_submit_form .errormsg-zip {
    display: none;
    padding-top: 5px;
    right: 2px;
    bottom: auto;
}

.cancel-notifyjs #oca_submit_form .email-label {
    margin-top: 12px;
}

