.carousel-container{
    font-size: 16px;
    position: relative;
    margin: 30px auto 0 auto;
    width: 940px;
    height: 560px;
}
.carousel__title {
    height: 25px;
    padding-bottom: 5px;
    background-color: #f2f2f2;
    color: #33495F;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.slider {
    height: 100%;
    width: 100%;
}

/* small slider */

.carousel__small-slider-wrapper {
    width: 905px;
    height: 120px;
    margin-top: 5px;
    margin-bottom: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.small-slider {
    float: left;
    height: 130px;
    width: 100%;
    padding-left: 10px !important;
    padding-right: 25px;
}

.small-slider .small-slide, .small-slider .small-slide--exclude {
    float: left;
    height: 120px;
    width: 132px;
    margin: 10px 0 0 15px;
}

.selected .small-slide__image {
    opacity: 1;
    width: 128px;
    background-position: center;
    background-repeat: no-repeat;
}

.small-slide__image {
    height: 70px;
    opacity: 0.8;
    border-radius: 10px;
    background-position: center;
}

.small-slide__action {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 10px;
    color: #a24a00;
    font-size: 14px;
}

.small-slide__organization {
    height: 82px;
    width: 110px;
    display: table-cell;
    vertical-align: middle;
    background-color: #F4F4F4;
    color: #33495f;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Source Sans Pro ',sans-serif !important;
    text-shadow: none;
    text-align: center;
    padding: 10px;
    border-radius: 10px; /* stay consistant with .small-slide__image */
}

.selected .small-slide--border, .selected .small-slide--border:hover {
    border: 2px solid #BD5600;
}

.small-slide--border {
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 10px; /* stay consistant with .small-slide__image */
}

.small-slide--border:hover {
    border: 1px solid #E0B1A2;
    -webkit-box-shadow: 1px 1px 3px #E0B1A2;
    box-shadow: 1px 1px 3px #E0B1A2;
}

.small-slide__scrim {
    background: #fff;
    opacity: .5;
    border-radius: 10px;
    height: 100%;
}

/* back and forward buttons for the small slider */

.small-slider__button {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 75px;
    margin: 0;
    z-index: 2;
}

.previous-button {
    float: left;
    left: 7px;
    background: url(/images/arrow_active_left.png) no-repeat;
}

.previous-button--inactive {
    background: url(/images/arrow_disable_left.png) no-repeat !important;
    cursor: default !important;
}

.next-button {
    float: right;
    right: 7px;
    background: url(/images/arrow_active_right.png) no-repeat;
}

.next-button--inactive {
    background: url(/images/arrow_disable_right.png) no-repeat !important;
    cursor: default !important;
}

/* orange bar between sliders*/

.small-slide__pointer {
    background: url('../images/triangle.png') no-repeat;
    height: 13px;
    width: 20px;
    margin: 5px auto;
    display: none;
}

.selected .small-slide__pointer{
    display: block;
}

#carousel__slider-divider {
    width: 942px;
    margin: auto;
    border-bottom: 2px solid #FFF;
}

#carousel__slider-divider.orange-bar {
    border-bottom: 2px solid #BD5600;
}

/* large slider */

.carousel__large-slider-wrapper {
    width: 940px;
    height: 340px;
    margin: auto;
}

.large-slider {
    width: 940px;
    height: 340px;
    border: 1px solid #a9a9a9;
    margin: auto;
}

.large-slide {
    position: relative;
    top: 0;
    left: 0;
    width: 940px;
    height: 370px;
    margin: 0 0 0 0;
    background-color: #aaa;
    background-repeat: no-repeat;
}

.large-slider--no-course {
    overflow: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border: 1px solid #a9a9a9;;
}

/* large slider content formatting (partially here, partially in sliderstyles.css) */

.large-slide .caption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 886px;
    padding: 7px;
    text-align: center;
}

.large-slide .caption .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}

.large-slide .caption span {
    font: normal 11px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    text-shadow: 0 -1px 0 #333;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.large-slide__button {
    margin-top: 0;
}

.large-slide__button--closed {
    background-color: #c6c6c6 !important;
    color: #525252 !important;
    cursor: -webkit-grab !important;
}

.large-slide__button--closed:focus {
    box-shadow: 0 0 0 !important;
}

.large-slide__button--closed:hover {
    background-color: #c6c6c6 !important;
    color: #525252 !important;
}

.certificate-link {
    float: right;
    text-decoration: underline;
    margin-top: -9px;
    margin-right: 8px;
}

.certificate-link img {
    padding-left: 3px;
    margin-bottom: -4px;
}

.certificate-link__real-anchor {
    display: none;
}
#tech_support_tab {
    opacity:.95;
    position:absolute;
    right:-1px;
    top:250px;
    width:27px;
    height:144px;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    background-image:url(/images/tech_support_new.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius:8px 0 0 8px;
    cursor:pointer;
    z-index:1000;
}

/* On desktop IFrame width is 940px, use these media query for mobile */
@media only screen and (max-width: 939px){
    .carousel-container {
        overflow: hidden;
        width: 100%;
        margin-top: 0px;
        height: 660px;
    }
    .carousel__small-slider-wrapper{
        width: 95%;
        margin: 5px auto 10px auto;
    }
    .small-slider{
        padding: 0 !important;
    }
    .carousel__large-slider-wrapper{
        width: 100%;
        height: 450px;
    }
    .large-slider, .large-slide{
        height: 450px;
    }
    .large-slide{
        background-size: cover;
    }
}

@media only screen and (max-width: 450px){
    .carousel-container{
        height: 760px;
    }
    .carousel__large-slider-wrapper, .large-slider, .large-slide{
        height: 550px;
    }
}

#label_key {
    margin-top: 12px !important;
}

.user_agreement_modal-title {
    color: black;
    display: inline;
}

.agreementButton {
    font-weight: 400;
    margin: 0 auto;
    padding: 8px 17px;
    font-size: 14px;
}