﻿

.mat-card .mat-raised-button {
    background: #008da8;
    color: #fff;
}

.mat-card a.link-button {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.hero.account-hero {
    background: #0c2d31;
    display: flex;
    position: relative;
    margin-top: 120px;
    padding: 40px 0 30px 0;
}

.account-hero #user-init {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2faa4a;
    color: white;
    font-size: 27px;
    font-weight: 900;
    margin-left: 17px;
}

.account-hero #float-one, .account-hero #float-two, .account-hero #float-three {
    display: none;
}

.account-hero #float-four {
    position: absolute;
    width: 50px;
    height: 42px;
    top: 10px;
    right: 15px;
}

#globalNav {
    display: block;
}

/* .header .logo {
    width: 80px;
    margin-top: 0px;
} */

.myAccount {
    padding-bottom: 0;
}

.account-sidebar .accountTabs li {
    float: none;
}

.account-sidebar {
    padding: 30px;
}

.accountTabs li a {
    display: inline-block;
    padding: 10px 20px 10px 42px;
    text-decoration: none;
    margin: 0;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #0c2d31;
    position: relative;
}

.accountTabs li.current a {
    color: #2eab00;
}

    .accountTabs li.current a::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 4px;
        position: absolute;
        left: 21px;
        top: 18px;
        background: #2eab00;
    }

.CTAbar {
    background: #0d2d31;
}

.myAccount h2 {
    color: #0c2d31;
    font-weight: bold;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 30px;
}

.coming-up {
    border: solid 1px #757171;
    background: #757171;
    padding: 0;
    position: relative;
    color: #ebe9e4;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 8px 0 8px 58px;
    margin: 0;
}

    .coming-up::before {
        content: url('../../images/calendar.png') !important;
        width: 16px;
        height: 18px;
        display: inline-block;
        margin: -2px 4px 0 -25px;
        position: absolute;
    }

.collapsible {
    background: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    margin-bottom: 50px;
}

    .collapsible .courseName {
        background: #0d2d31;
        padding: 20px 20px 0 20px;
        color: #ebe9e4;
    }

        .collapsible .courseName a.description-link {
            font-size: 14px;
            font-weight: 400;
            color: #ebe9e4;
            text-decoration: underline;
        }

    .collapsible.expanded .courseDates,
    .collapsible.expanded .contactInfo,
    .collapsible.expanded .cpHeader,
    .collapsible.expanded .courseDetail,
    .collapsible.expanded .courseInstruction {
        display: block;
    }

    .collapsible .courseName .Show, .collapsible .courseName .Hide {
        font-size: 12px;
        font-weight: 400;
        float: right;
        position: relative;
        margin-right: 40px;
    }

        .collapsible .courseName .Show::after {
            width: 13px;
            height: 13px;
            content: url(../../images/trigger-arrow.png) !important;
            position: absolute;
            right: -20px;
            top: 3px;
        }

    .collapsible.expanded .courseName .Show::after {
        transform: rotate(180deg);
    }

    .collapsible .courseName .triggers {
        color: #ebe9e4;
        font-size: 18px;
        padding: 5px 0;
    }

    .collapsible .courseDates {
        background: #ebe9e4;
        border: solid 2px #bfb4ac;
        padding: 10px 20px;
        margin: 20px;
        color: #757171;
        font-size: 14px;
        font-weight: bold;
        display: none
    }

    .collapsible .contactinfo {
        padding: 0 20px;
        font-size: 12px;
        color: #404041;
        text-decoration: underline;
        display: none
    }

        .collapsible .contactinfo .modalTrigger {
            font-size: 12px;
            color: #404041;
            text-decoration: underline;
            float: right;
        }

    .collapsible .cpHeader, .collapsible .modalTrigger {
        font-size: 14px;
        color: #0d2d31;
        font-weight: 400;
        text-decoration: underline;
        padding: 5px 20px 0 20px;
        text-align: right;
    }

    .collapsible .instruct {
        padding: 0px 20px 0 20px;
        font-size: 16px;
    }

    .collapsible h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .collapsible .modalTrigger {
        display: block;
    }

    .collapsible .courseDetail {
        padding: 0 20px 20px 20px;
        color: #0d2d31;
        font-size: 14px;
    }

        .collapsible .courseDetail ul li {
            margin-bottom: 5px;
        }

        .collapsible .courseDetail a {
            color: #2eab00;
            font-weight: bold;
            text-decoration: underline;
        }

    .collapsible .courseInstruction {
        background: #757171;
        color: #efede7;
        padding: 20px;
        font-size: 14px;
        display: none
    }

        .collapsible .courseInstruction h3 {
            font-size: 24px;
            font-weight: 900;
        }

        .collapsible .courseInstruction h4 {
            font-size: 16px;
            font-weight: 900;
        }

        .collapsible .courseInstruction .courseLinks {
            text-align: right;
            color: #efede7;
        }

            .collapsible .courseInstruction .courseLinks a {
                color: #efede7;
                font-size: 12px !important;
                width: auto;
                padding: 0 !important;
                margin: 0 !important;
            }

        .collapsible .courseInstruction a {
            text-decoration: underline;
            font-weight: bold;
            color: #efede7;
        }

    .collapsible a#web-link, .collapsible .courseInstruction a#web-link {
        display: inline-flex;
        padding: 20px;
        align-items: center;
        justify-self: center;
        background: #2eab00;
        color: #ebe9e4;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
    }

    .collapsible a#zoom-link, .collapsible .courseInstruction a#zoom_gotoMeeting_1_0, .collapsible .courseInstruction a#zoom_link,
    .collapsible .courseInstruction a.green-button {
        display: inline-flex;
        padding: 20px;
        align-items: center;
        justify-self: center;
        background: #2eab00;
        color: #ebe9e4;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
    }

    .collapsible a#zoom-link img, .collapsible .courseInstruction a#zoom_gotoMeeting_1_0 img, .collapsible .courseInstruction a#zoom_link img,
    .collapsible .courseInstruction a.green-button {
        margin-right: 5px;
    }

#accountDetails .accountInfo {
    background: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    font-size: 16px;
    color: #0d2d31;
    text-align: left;
}

#accountDetails #userDetails {
    border-left: solid 2px #908c8b;
    border-right: solid 2px #908c8b;
    border-bottom: solid 2px #908c8b;
    background: #fff;
    padding: 15px;
}

#accountDetails .accountHeader {
    background: #0d2d31;
    padding: 40px 30px;
    color: #ebe9e4;
    font-size: 18px;
    font-weight: bold;
    border-top: solid 2px #908c8b;
    border-right: solid 2px #908c8b;
    border-left: solid 2px #908c8b;
}

#accountDetails .editButtons {
    margin: 20px 0 0 0;
}

    #accountDetails .editButtons li {
        margin: 8px 0;
    }

    #accountDetails .editButtons a {
        background: #2eab00;
        color: white;
        padding: 8px;
        font-size: 14px;
        line-height: 15px;
        font-weight: bold;
        margin: 0 auto;
        display: flex;
        width: 244px;
        height: 55px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

#account-area {
    background: #eceae4;
}

    #account-area .programList {
        background: #fff;
        border: solid 2px #878483;
        padding-bottom: 0;
    }

    #account-area .myAccount ul.programList li.group-header {
        background: #0d2d31;
        padding: 30px 40px;
    }

    #account-area .myAccount .group-header {
        background: #0d2d31;
        padding: 10px 20px 20px 0;
        font-weight: bold;
        font-size: 17px;
    }

        #account-area .myAccount .group-header .col-sm-9 {
            padding-left: 20px;
        }

    #account-area .myAccount ul.programList li .triggers {
        padding: 5px 0;
    }

    #account-area .programList li.group-header .row {
        font-size: 18px !important;
        color: #ebe9e4;
        font-weight: bold;
    }

    #account-area .programList li.group-header .Show {
        font-size: 12px;
        font-weight: 400;
        float: right;
        position: relative;
        margin-right: 20px;
    }

        #account-area .programList li.group-header .Show::after {
            width: 13px;
            height: 13px;
            content: url(../../images/trigger-arrow.png) !important;
            position: absolute;
            right: -20px;
            top: 4px
        }

    #account-area .programList li.group-header.expanded .Show::after {
        transform: rotate(180deg);
    }

    #account-area .myAccount ul.programList li:not(.group-header) {
        display: none;
    }

    #account-area .myAccount ul.programList.expanded li {
        display: list-item;
    }

    #account-area .myAccount ul.programList li {
        padding: 20px 30px;
    }

        #account-area .myAccount ul.programList li .row,
        #account-area .myAccount .collapsible .row.participation {
            font-size: 12px;
            line-height: 17px;
        }

    #account-area .myAccount .collapsible .row.participation {
        padding: 20px;
    }

        #account-area .myAccount .collapsible .row.participation .courseName {
            background: transparent;
            font-size: 14px;
            color: #0d2d31;
            font-weight: 700;
            padding-top: 0;
            padding: 15px;
        }

        #account-area .myAccount .collapsible .row.participation::after {
            content: '';
            width: calc(100% - 35px);
            height: 10px;
            margin: 20px auto -20px auto;
            background: #fff;
            border-bottom: solid 1px #0d2d31;
            display: block;
            position: relative;
            display: block;
        }

        #account-area .myAccount .collapsible .row.participation:last-child:after {
            content: '';
            width: calc(100% - 35px);
            height: 10px;
            margin: 20px auto -20px auto;
            background: #fff;
            border-bottom: none;
            display: block;
            position: relative;
            display: block;
        }

    #account-area .myAccount ul.programList li:nth-child(even) {
        background-color: transparent;
    }

    #account-area .myAccount ul.programList li::after {
        content: '';
        width: calc(100% - 35px);
        height: 1px;
        margin: 20px auto 0 auto;
        background: #0d2d31;
        display: block;
    }

    #account-area .myAccount ul.programList li:last-child::after {
        display: none;
    }

    #account-area ul.programList li.group-header::after {
        display: none;
    }

    #account-area .myAccount ul.programList li .courseName {
        font-size: 14px;
        color: #0d2d31;
    }

#divCancelled {
    margin-top: 40px;
}

.registration input.button {
    background: #2eab00;
    color: #efede7;
}

.registration .mat-form-field-label-wrapper {
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 900;
    color: #0d2d31;
}

.mat-form-field {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}

.registration a {
    color: #2eab00;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
}

#app_account_update_link_cancel {
    color: #757171;
    text-decoration: underline;
    font-size: 12px;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    height: 2px;
    background-color: #d9d2ce;
}

.web {
    padding: 0 15px;
}

    .web button[type=submit] {
        background: #2eab00;
        color: #efede7;
        border: none;
        outline: none;
        padding: 8px;
        font-size: 14px;
        line-height: 15px;
        font-weight: bold;
        margin: 20px 0 40px 0;
        display: flex;
        width: 155px;
        height: 44px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.CTAbar div.bordered {
    border-top: solid 1px #fff;
    ;
}

.cBlock a, .availablePrograms h3 {
    color: #2eab00;
}

.navigation ul li ul.dropdown-menu {
    background: #0d2d31;
    border-left: solid 1px rgba(0,0,0,0.7);
    border-bottom: solid 1px rgba(0,0,0,0.7);
    border-right: solid 1px rgba(0,0,0,0.7);
}

@media(max-width: 739px) {
    .navigation {
        background: #0d2d31 !important;
    }
}

.availablePrograms .container {
    padding: 0 15px;
}

h2.blue, .newsBlock h2 a, .researchBlocks h2 a {
    color: #0c2d31;
}

@media (min-width: 768px) {
    .navigation ul li ul.dropdown-menu li a {
        padding: 8px 10px;
        color: #EFEDE7;
    }

        .navigation ul li ul.dropdown-menu li a:hover {
            padding: 8px 10px;
            color: #fff;
        }
}

@media (min-width: 740px) {
    .header {
        height: 115px;
    }

        .header > .container, #globalNav > .container {
            max-width: calc(100% - 70px) !important;
        }

    /* .header .logo {
            width: 90px;
            margin-top: 20px;
        } 

        .header .topNav, .header #siteSearch {
            margin-top: 28px;
        }*/

    #globalNav {
        top: 74px;
    }

    .hero.account-hero {
        height: 340px;
        margin-top: 0;
    }

    .myAccount h2 {
        margin-left: 0px;
    }

    .account-hero #float-four {
        width: 91px;
        height: auto;
        top: 20px;
        right: 29px;
    }

    .account-sidebar {
        padding: 0px;
    }

        .account-sidebar .accountTabs {
            display: block !important;
        }

        .account-sidebar #accountSelect {
            display: none !important;
        }

    .account-hero #float-one, .account-hero #float-two, .account-hero #float-three {
        display: block;
    }

    .account-hero #user-init {
        position: absolute;
        top: 173px;
        left: 50px;
        width: 129px;
        height: 129px;
        margin-left: 0;
    }

    .account-hero #float-one {
        position: absolute;
        top: 83px;
        left: 25%;
        width: 134px;
        height: 134px;
    }

    .account-hero #float-two {
        position: absolute;
        top: 25px;
        left: 47%;
        width: 162px;
        height: 163px;
    }

    .account-hero #float-three {
        position: absolute;
        top: 120px;
        left: 74%;
        width: 172px;
        height: 172px;
    }

    .account-hero #float-four {
        position: absolute;
        top: 24px;
        right: 10px;
        width: 110px;
        height: 92px;
    }

    .CTAbar div.bordered {
        border-left: solid 1px #fff;
        border-top: none;
        min-height: 225px;
    }

    #account-area {
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        background: #eceae4;
    }

    .account-sidebar {
        display: flex;
        flex: 0 0 20%;
        background: #fff;
    }

    .account-content {
        display: flex;
        flex: 0 0 80%;
        flex-flow: column;
        flex-wrap: wrap;
        padding: 0 60px 60px 60px;
    }

    .web {
        padding: 0;
        margin: 0 -15px;
    }

        .web button[type=submit] {
            margin: 0 auto;
        }
}

@media(min-width: 992px) {

    #accountDetails .editButtons {
        display: flex;
        flex-flow: row;
        justify-content: center;
    }

        #accountDetails .editButtons a {
            margin: 0 20px;
        }

    #account-area .myAccount .collapsible .row.participation .courseName {
        padding: 0px 20px;
    }
}

.courseHostedBy {
    float: right;
}

.collapsible.expanded .modal {
    left: calc(50% - 142px);
}

    .collapsible.expanded .modal.courseDetail {
        left: calc(50% - 175px);
        background: rgba(255,255,255,0.95);
    }
