/** Will be class of body on all academy pages. */
.academy-page {}

.academy-page header.site-header.academy-header {
    background-image: url('../images/background-academy-header.jpg');
    background-color: #001737;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.academy-page header.site-header.academy-header .academy-header-inner {
    background-color: rgba(0,0,0,.5);
    margin-bottom: 34px;
}


.academy-page header.site-header.academy-header .tagline {
    color: #abdedf;
    font-size: 18px;
    font-style: italic;

}

.academy-page header.site-header.academy-header .tagline p {
    font-weight: 300;
    margin-top: -25px;
}

.academy-page header.site-header.academy-header .navi {
    vertical-align: top;
    text-align: right;
}

.academy-page header.site-header.academy-header .navi .main-site-link{
    margin-top: -10px;
    margin-bottom: 15px;
}

.academy-page header.site-header.academy-header .navi .main-site-link a {
    color: #fff;
    text-decoration: underline;
    width: 100%;
    font-size: 12px;
}

.academy-page header.site-header.academy-header .navi .button-account {
    width: auto;
    border: none;
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    background: #2e8ece;
    display: inline-block;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}

.academy-page header.site-header.academy-header .academy-hidden-widget {
    height: 0;
    visibility: hidden;
}

@media screen and (max-width: 945px) {
    .academy-page header.site-header.academy-header .width-logo,
    .academy-page header.site-header.academy-header .width-logo > a {
        width: 200px;
    }

    .academy-page header.site-header.academy-header .width-logo img {
        display: block;
        width: 100%;
    }

    .academy-page header.site-header.academy-header .tagline {
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    .academy-page header.site-header.academy-header .table-cell {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 1460px) {
    body.academy-page #wrapper-container #main-content {
        padding-top: 0 !important;
    }
}

.academy-page #content div.product div.images {
    width: 33%;
}


.academy-page #content div.product div.summary {
    width: 63%
}


.academy-page #content div.product div.related-products {
    display: none;
}


/**
 * Academy section page
 */


.section-title {
    padding-top: 0;
    margin-top: 0;
}
.academy-page .section-video {
    margin-bottom: 10px;
    display: none;
}

.academy-page .section-video.loaded {
    display: block;
}

.academy-page .section-video video {
    max-width: 100%;
}

.academy-page .section-resources {
    margin-bottom: 25px;
}

.academy-page .section-resources .button {
    margin-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 3px;
    color: #fff;
}

.academy-page .section-resources .button.active {
    background: #666;

}

.academy-page .section-resources .button .fa {
    font-size: 1.2em;
    margin-right: 3px;
}

.academy-page .section-resources .button-dropdown {
    display: inline-block;
    position: relative;
    overflow: visible;
    z-index: 1000;
}

.academy-page .section-resources .button-dropdown .button {
    margin-bottom: 0;
}

.academy-page .section-resources .button-dropdown .dropdown {
    position: absolute;
    top: 100%;
    right: 15px;
    max-width: 225px;
    background: #e4e4e4;
    padding: 5px 0;
    display: none;
}


.academy-page .section-resources .button-dropdown .dropdown a {
    color: #333333;
    padding: 2.5px 15px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 600;
    display: block;
}

.academy-page .section-resources .button-dropdown .dropdown a:hover {
    color: #fff;
    background-color: #333333;
}

.academy-page .section-resources .button-dropdown .dropdown a .fa {
    color: #2e8ece;
    font-weight: normal;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}

.academy-page .section-resources .button-dropdown .dropdown.in {
    display: block;
}

.academy-page .section-resources .button-dropdown .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.academy-page .section-transcripts {
    display: none;
    margin-bottom: 25px;
    position: relative;
}

.academy-page .section-transcripts.in {
    display: block;
}


.academy-page .section-transcripts .inner {
    white-space: pre-wrap;
    background-color: #e4e4e4;
    max-height: 350px;
    overflow: auto;
    border: #999999 1px solid;
    padding: 5px 15px;
    font-size: .8em;
    font-family: monospace;
}

.academy-page .section-transcripts .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #333333;
}


.academy-page .section-transcripts .download {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}


.academy-page .section-discussion {
    text-align: center;
    background-color: #e4e4e4;
    padding: 25px 30px;
    vertical-align: middle;
    margin-top: 25px;
}

.academy-page .section-discussion span {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
    display: block;
}

@media screen and (min-width: 1200px) {
    .academy-page .section-discussion span {
        display: inline;
        margin-right: 25px;
        margin-bottom: 0;
    }
}

/**
 * Academy Sidebar
 */
.academy-section-sidebar {

}

.academy-section-sidebar .modules-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.academy-section-sidebar .modules-menu > li {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 1.2em;
}

.academy-section-sidebar .modules-menu > li > a {
    color: #000;
    display: block;
}

.academy-section-sidebar .modules-menu > li > a > .fa {
    margin-left: 15px;
}

.academy-section-sidebar .modules-menu > li > a > .fa.fa-angle-up {
    display: none;
}

.academy-section-sidebar .modules-menu > li.open > a > .fa.fa-angle-up {
    display: inline-block;
}
.academy-section-sidebar .modules-menu > li.open > a > .fa.fa-angle-down {
    display: none;
}

.academy-section-sidebar .modules-menu > li > a > span.title {
    color: #337ab7;
    font-weight: 500;
    font-size: 15px;
    font-weight: 600;
}

.academy-section-sidebar .modules-menu .sections-menu {
    list-style: none;
    padding: 0;
    margin-left: 15px;
    margin-bottom: -5px;
    display: none;
}

.academy-section-sidebar .modules-menu > li.open .sections-menu {
    display: block;
}

.academy-section-sidebar .modules-menu .sections-menu > li {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    padding: 3px 15px 3px 5px;
}

.academy-section-sidebar .modules-menu .sections-menu > li > a  {
    position: relative;
    width: 100%;
    display: block;
    font-weight: 500;
}

.academy-section-sidebar .modules-menu .sections-menu > li > a .fa {
    position: absolute;
    right: -10px;
    top: 3px;
}

.academy-section-sidebar .modules-menu .sections-menu > li.current,
.academy-section-sidebar .modules-menu .sections-menu > li:hover  {
    background-color: #e4e4e4;
}

.academy-section-sidebar .modules-menu .sections-menu > li.current a {
    color: #000;
}


.academy-section-sidebar.widget-area aside .widget-title {
    text-transform: none;
    margin-bottom: 10px;
    font-size: 18px;
}

.academy-section-sidebar.widget-area aside .widget-title::before {
    display: none;
}

.ra-date {
    padding-left: 24px;
    position: relative;
    color: #666;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.15em;

}

.ra-date .ra-date-module {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.ra-date .ra-date-title {
    font-weight: normal;
    font-size: 15px;
}

.ra-date::before {
    font-family: FontAwesome;
    content: "\f073";
    position: absolute;
    top: 0;
    left: 0;
    color: #666;

}


.academy-page .order-again {
    display: none;
}

.academy-page .button-blue {
    width: auto;
    border: none;
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    background: #2e8ece;
    display: inline-block;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}
