/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato:300|PT+Serif:400);

html {height: 100%;}
body {  margin: 0px; padding: 0px; height: 100%;}

div.statgraphdm {
   color: #fff;
}

#sizer {
    padding: 0px;
    height: 60%;
}

.hmarquee {
    font-size:16px;
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 400px;
    width: 100%;
    margin: 0px auto;
//    border-bottom: 5px solid #000;
    box-shadow: 0px 8px 25px rgba(0,0,0,.2);
}

.hmarquee .hmarquee_data {
    display: none;
}

.hmarquee .hmarquee_stage_large {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.hmarquee .hmarquee_container_1, .hmarquee .hmarquee_container_2 {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.hmarquee .hmarquee_container_1 {
    z-index: 101;
}

.hmarquee .hmarquee_container_2 {
    z-index: 102;
}

.hmarquee .hmarquee_panel {
    height: inherit;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hmarquee .hmarquee_panel .panel_caption {
    width: 90%;
    position: absolute;
    bottom: 35px;
    left: 0px;
    margin-left: 5%;
    font-family: 'Arial', sans-serif;
    padding-bottom: 15px;
}

.hmarquee #stata14.hmarquee_panel .panel_caption {
    width: 90%;
    position: absolute;
    bottom: 5%;
    left: 0px;
    margin-left: 10%;
    font-family: 'Arial', sans-serif;
    padding-bottom: 15px;
}

.hmarquee #stata14a.hmarquee_panel .panel_caption {
    width: 90%;
    position: absolute;
    bottom: 5%;
    left: 0px;
    margin-left: 10%;
    font-family: 'Arial', sans-serif;
    padding-bottom: 15px;
}

.hmarquee #training.hmarquee_panel .panel_caption {
    width: 40%;
    position: absolute;
    top: 30%;
    left: 0px;
    margin-left: 65%;
    font-family: 'Arial', sans-serif;
    padding-bottom: 15px;
}

.hmarquee #training.hmarquee_panel .panel_caption br {
    display: none;
}

.hmarquee .hmarquee_panel .panel_caption h3 { font-family: 'Arial', serif; margin: 0px 0px 0px 0px; font-weight: 400; font-size: 2.7em; color:#fff; }
.hmarquee #stata14.hmarquee_panel .panel_caption h3 { font-family: 'Arial', serif; margin: 0px 0px 0px 0px; font-weight: 400; font-size: 2.7em; color:#145e8f; }
.hmarquee #stata14a.hmarquee_panel .panel_caption h3 { font-family: 'Arial', serif; margin: 0px 0px 0px 0px; font-weight: 400; font-size: 2.7em; color:#145e8f; }
.hmarquee .hmarquee_panel .panel_caption p { margin: 0px 50px 15px 50px; font-size: 1.3em; color: rgba(255,255,255,.75); }
.hmarquee #stata14.hmarquee_panel .panel_caption p { margin: 0px 50% 15px 5px; color: #fff; font-size: 1.3em; color: rgba(255,255,255,.75); }
.hmarquee #stata14a.hmarquee_panel .panel_caption p { margin: 0px 50% 15px 5px; color: #fff; font-size: 1.3em; color: rgba(255,255,255,.75); }
.hmarquee #training.hmarquee_panel .panel_caption p { margin: 0px 50% 15px 5px; font-size: 1.3em; };
.hmarquee .hmarquee_panel .panel_caption a.cta { display: inline-block; background-color: rgba(255,255,255,0); text-transform: uppercase; color:#fff; font-size: .9em; padding: 6px 20px; transition: background-color .7s, border .7s; border: 1px solid rgba(255,255,255,.5); border-radius: 5px; text-decoration: none; }

.hmarquee .hmarquee_panel .panel_caption a:hover { background-color: rgba(255,255,255,.6); color:#000; border-color: rgba(255,255,255,0); }

.hmarquee .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0) 45%, rgba(0,0,0,.7) 70%);
    background-size: 100%;
}

#stata14 {
    text-align: left;
}

#stata14a {
    text-align: left;
}

#training {
    text-align: left;
}

#stata14 h3 img {
    width: 50%;
    max-width: 500px;
}

#stata14a h3 img {
    width: 50%;
    max-width: 500px;
}

.hmarquee #training.hmarquee_panel .overlay {
    background-image: linear-gradient(rgba(0,0,0,0) 45%, rgba(0,0,0,.3) 70%);
}

.hmarquee #stata14 .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(left bottom, rgba(0,0,0,.65) 40%, rgba(0,0,0,.3) 65%);
    background: -o-radial-gradient(left bottom, rgba(0,0,0,.65) 40%, rgba(0,0,0,.3) 65%);
    background: -moz-radial-gradient(left bottom, rgba(0,0,0,.65) 40%, rgba(0,0,0,.3) 65%);
    background: radial-gradient(left bottom, rgba(0,0,0,.65) 40%, rgba(0,0,0,.3) 65%);
    background-position: left bottom;
}

.hmarquee #stata14a .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(left bottom, rgba(0,0,0,.65) 40%, rgba(0,0,0,0) 75%);
    background: -o-radial-gradient(left bottom, rgba(0,0,0,.65) 40%, rgba(0,0,0,0) 75%);
    background: -moz-radial-gradient(left bottom, rgba(0,0,0,.65) 40%, rgba(0,0,0,0) 75%);
    background: radial-gradient(left bottom, rgba(0,0,0,.65) 40%, rgba(0,0,0,0) 75%);
    background-position: left bottom;
}

.hmarquee .hmarquee_nav {
    position: absolute;
    bottom: 10px;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 103;
}

.hmarquee .hmarquee_nav div {
    display: inline-block;
    width: 10px;
    height: 5px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 2px;
    margin: 0px 8px;
    cursor: pointer;
    transition: background-color .4s, border .4s;
}


.hmarquee .hmarquee_nav div:hover {
    border-color: #fff;
    background-color: #rgba(255,255,255,.2);
}

.hmarquee .hmarquee_nav div.selected {
    background-color: #fff;
}

.hmarquee .btn {
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,.4) no-repeat;
    background-size: 30px 20px;
    position:absolute;
    top: 50%;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.5);
    transition: background-color .4s, border .4s;
}

.hmarquee .btn:hover {
    border-color: #fff;
    background-color: rgba(0,0,0,.6);
}

.hmarquee .btn.prev {
    left: 20px;
    z-index: 104;
    background-image: url(/includes/images/arrow_left.svg);
    background-position: -6px 0px;
    background-repeat: no-repeat;
}

.hmarquee .btn.next {
    right: 20px;
    z-index: 105;
    background-image: url(/includes/images/arrow_right.svg);
    background-position: -2px 0px;
     background-repeat: no-repeat;
}

.hmarquee .hmarquee_stage_small {
    height: inherit;
    position: relative;
    overflow: hidden;
}

.hmarquee .hmarquee_stage_small .hmarquee_panel {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
}

.hmarquee #disciplines.hmarquee_panel h3 br {
    display: none;
}
    
.hmarquee #disciplines.hmarquee_panel .panel_caption {
    bottom: 20%;
}
    
.hmarquee #disciplines.hmarquee_panel .panel_caption p.keepsmall{
    margin-top: 15px;
    font-size: 2em;
}

@media screen and (max-width: 800px) {
    
    .hmarquee {
        font-size: 14px;
        height: 325px;
        min-height: 325px;
        background-color: #444;
    }
    
    #sizer {
        height: 320px;
    }
    
    .hmarquee .btn {
        width: 29px;
        height: 29px;
        background-size: 33px 20px;
        top: 140px;
    }
    
    .hmarquee .btn.prev {
        background-position: -6px 2px;
    }
    
    .hmarquee .btn.next {
        background-position: -2px 2px;
    }
    
    .hmarquee .hmarquee_panel .panel_caption {
        width: 80%;
        margin-left: 10%;
    }

    .hmarquee #training.hmarquee_panel .panel_caption br {
        display: inline;
    }

    .hmarquee #training.hmarquee_panel .panel_caption .whiteghost {
        margin-bottom: 5px;
    }

    .hmarquee #training.hmarquee_panel .panel_caption {
        text-align: center;
        margin-left: 55%;
    }
   
    .hmarquee #stata14.hmarquee_panel {
        vertical-align: bottom;
    }
    
    .hmarquee #stata14.hmarquee_panel .panel_caption {
        width: 80%;
        position: absolute;
        bottom: 35px;
        top: auto;
        left: 0px;
        margin-left: 10%;
        padding-bottom: 15px;
        vertical-align: bottom;
        text-align: center;
    }

    .hmarquee #stata14 .overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 60%);
        background-size: 100%;
    }
   
    .hmarquee #stata14a.hmarquee_panel {
        vertical-align: bottom;
    }
    
    .hmarquee #stata14a.hmarquee_panel .panel_caption {
        width: 80%;
        position: absolute;
        bottom: 35px;
        top: auto;
        left: 0px;
        margin-left: 10%;
        padding-bottom: 15px;
        vertical-align: bottom;
        text-align: center;
    }

    .hmarquee #stata14a .overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 60%);
        background-size: 100%;
    }
    
    .hmarquee #disciplines.hmarquee_panel .panel_caption {
        bottom: 10%;
    }

    .hmarquee #chicago .overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 60%);
        background-size: 100%;
    }

    .hmarquee #chicago.hmarquee_panel .panel_caption .whiteghost {
        margin: 20px auto 5px;
    }
    
    .hmarquee .hmarquee_panel .panel_caption p {
        display: none;
    }
    .hmarquee .hmarquee_panel .panel_caption a.cta {
        margin-top: 10px; padding: 4px 20px;
    }
    .hmarquee .hmarquee_nav div {
        width: 10px;
        height: 5px;
        margin: 0px 12px 0px 12px;
    }

    div.statgraphdm img {
       width: 55px;
    }
}

@media screen and (max-width: 600px) {

    div.statgraphdm {
       padding: 0px 5px;
       margin-top: 0px;
       margin-bottom: 5px;
    }

    div.statgraphdm img {
       width: 45px;
    }
 
    .hmarquee {
        height: 250px;
        min-height: 250px;
    }
    
    #sizer {
        height: 245px;
    }
    
    .hmarquee .btn {
        display: none;
    }
    
    .hmarquee .overlay {
        display: none;
    }
    
    .hmarquee .hmarquee_panel .panel_caption {
        margin: 0px;
        padding: 10px 10px 20px 10px;
        width: 100%;
        bottom: 0px;
        background-color: rgba(0,0,0,.65);
    }
    
    .hmarquee #chicago.hmarquee_panel .panel_caption {
        margin: 0px;
        padding: 5px;
        vertical-align: middle;
        height: 250px;
        width: 100%;
        bottom: 0px;
        background-color: rgba(0,0,0,.65);
    }
    
    .hmarquee #training.hmarquee_panel .panel_caption {
        top: 15%;
        text-align: center;
        margin-left: 55%;
        background-color: rgba(0,0,0,0);
    }
    
    .hmarquee #disciplines.hmarquee_panel .panel_caption p.keepsmall{
        margin-top: 10px;
        font-size: 1.5em;
    }
    
    .hmarquee #mp.hmarquee_panel .panel_caption {
	height: 100%;
	padding-top: 10%;
    }
    
    .hmarquee #disciplines.hmarquee_panel .panel_caption {
        bottom: 20px;
        background-color: rgba(0,0,0,0);
    }

    .hmarquee #stata14.hmarquee_panel .panel_caption {
        margin: 0px;
        padding: 10% 10px 20px 10px;
        width: 100%;
        height: 100%;
        bottom: 0px;
        background-color: rgba(0,0,0,.65);
    }

    .hmarquee #stata14.hmarquee_panel .panel_caption .blackghost {
        margin: 5px auto;
    }

    .hmarquee #stata14a.hmarquee_panel .panel_caption {
        margin: 0px;
        padding: 10% 10px 20px 10px;
        width: 100%;
        height: 100%;
        bottom: 0px;
        background-color: rgba(0,0,0,.65);
    }

    .hmarquee #stata14a.hmarquee_panel .panel_caption .blackghost {
        margin: 5px auto;
    }
    
    .hmarquee .hmarquee_panel .panel_caption a.cta {
        padding: 8px 30px;
    }
    
    .hmarquee .hmarquee_nav {
        bottom: 3px;
    }
    
    .hmarquee .hmarquee_nav div {
        margin: 5px 10px 0px 10px;
    }
    
    .hmarquee .hmarquee_panel .panel_caption h3 { margin: 0px 0px 0px 0px; font-weight: 400; font-size: 2em; color:#fff; }
}
   
@media screen and (max-width: 480px) { 
    .hmarquee #training.hmarquee_panel .panel_caption {
        margin-left: 60%;
    }

    .hmarquee #stata14.hmarquee_panel .panel_caption {
        padding-top: 5px;
    }

    .hmarquee #stata14a.hmarquee_panel .panel_caption {
        padding-top: 5px;
    }

    .hmarquee #stata14.hmarquee_panel .panel_caption .whiteghost {
        margin: 5px auto;
    }

    .hmarquee #stata14a.hmarquee_panel .panel_caption .whiteghost {
        margin: 5px auto;
    }

    .hmarquee #stata14.hmarquee_panel .panel_caption h3 img {
        width: 75%;
    }

    .hmarquee #stata14a.hmarquee_panel .panel_caption h3 img {
        width: 75%;
    }

    .hmarquee #disciplines.hmarquee_panel h3 br {
       display: inline;
    }

    .hmarquee #chicago.hmarquee_panel .panel_caption {
       bottom: 0px;
       padding-top: 8%;
    }

    div.statgraphdm img {
       display: none;
    }
}
