﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,700italic,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:900,700,400,900italic,700italic,400italic&subset=latin);



/*###########################################################
### GLOBAL SITE STYLES ######################################
###########################################################*/

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    line-height: 180%;
}

    body.mobile .desktop-only {
        display: none !important;
    }

input, select, textarea, text-box {
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2 {
    font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, Sans-serif;
    text-align: center;
    font-weight: normal;
    margin: 0 0 0.25em 0;
    line-height: 1.3em;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
}

body.mobile h2 {
    font-size: 6vw;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

blockquote, ul, ol {
    margin: 1em 2em;
}

.clear-both, .clear_both {
    clear: both;
}

.center-text {
    text-align: center;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}


table, table tbody {
    margin: 0 auto;
}

    table tbody tr {
        width: 100%;
    }

        table tbody tr td, table tr th {
            padding: 0.5em 1em;
            vertical-align: middle;
        }


p {
    font-size: 1rem;
    /*line-height: 1.2rem;*/
    margin: 1rem 0;
}

.de-strong {
    font-weight: normal;
}

strong, .strong {
    font-weight: bold;
}

.align_center {
    text-align: center;
}

.proceeds_notice {
    color: rgba(234,178,181,1);
    text-align: center;
    padding: 1rem 5%;
}


.red_alert {
    padding: 0.5rem 2rem;
    text-align: center;
    font-weight: bold;
    background: #E8230B;
    color: white;
    text-transform: uppercase;
    display: block;
}

body.mobile .red_alert {
    font-size: 0.8rem;
}


/*nav#main {
    background: rgba(255,255,255,0.3);
}*/

/*###########################################################
### VIDEO ###################################################
###########################################################*/


div.video_region {
    max-width: 60em;
    margin: 0 auto;
}
div.video_wrapper, div.video-wrapper {
    padding-top: 0;
    background-color: black;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
    div.video_wrapper iframe, div.video-wrapper iframe {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



    

@media print 
{

    header.welcome .nav_wrapper, footer, .red_alert
    { display: none; }

    p, span, div, td, tr, section
    {
        font-size: 14px;
        line-height: 18px;
    }

    #tblMaster2 #tdTop, #tblMaster2 #tdNavigation, #tblMaster2 #tdFooter, #tblLoginForm, #tblMaster2 #tdAds, .tdMainLeft, .tdMainRight, .divProgressStages
    {
        display: none;
        visibility: hidden;
        position: absolute;
    }
	
    div#divMailLabel, #tblStage, #tdStage, .divStage
    {
        width: 100%;
        height: 100%;
    }
}