#header, 
#header + hr {
    display: none;
}

.crisis_item.team_member.helpful-box {
    align-items: flex-start;
    transition: .3s;
}

.crisis_item.team_member.helpful-box h4 {
    margin-bottom: 0;
    text-align: left;
    margin-top: 10px;
}

.crisis_item.team_member.helpful-box a {
    margin: 0 0 20px;
}

.crisis_item.team_member.helpful-box .crisis_contact_wrap {justify-content: flex-start;text-align: left;}

.crisis_item.team_member.helpful-box img {
    box-shadow: 1px 1px 20px 0px #0000001c;
    margin-bottom: 10px;
}

.page-header .navbar ul li.nav-profile>a{
    text-transform: capitalize
}
.crisis_item.team_member.helpful-box:hover {
    background: #4a0909;
}

.crisis_item.team_member.helpful-box:hover p {
    color: #fff;
}
.crisis_item.team_member.helpful-box:hover h4 {
    color: #fff;
}

.crisis_item.team_member.helpful-box:hover span.btn.btn-primary.dark_btn {
    background: #fff;
    color: #4a0909;
}
.page-info{
    display: none;
}

.connect-container .page-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo-box {
    padding: 20px 0;
}

.logo-box .logo-text img {
    max-width: 170px;
}

.custom-dashboard-boxes {
        justify-content: center;
}

.custom-dashboard-boxes .stats-card {
    background: #F9F9F9 !important;
    border: 2px solid #f9f9f900 !important;
    border-radius: 20px !important;
    min-height: 300px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #4a09091c;
}

.custom-dashboard-boxes .stats-card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-dashboard-boxes .stats-card .stats-icon.change-success {
    width: fit-content;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    color: #000;
    background: transparent;
    border-radius: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 0;
    transition: all .3s ease;
}

.custom-dashboard-boxes .stats-card .box_logo {
    width: 100%;
    max-width: 250px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.custom-dashboard-boxes .stats-card .card-title {
    text-transform: none;
    font-size: 24px;
    line-height: normal;
    color: #000;
    font-weight: 700;
    text-align: center;
    transition: all .3s ease;
}

.custom-dashboard-boxes .stats-card.devine-sis{
    background: #e4c979 !important;
}

.custom-dashboard-boxes .stats-card.cochrane{
    background: #9a3494 !important;
}

.custom-dashboard-boxes .stats-card.fa-davis{
    background: #23815e !important;
}

.custom-dashboard-boxes .stats-card.blackboard{
    background: #272727 !important;
}

.custom-dashboard-boxes .stats-card.ati {
    background: #e74744 !important;
}

.custom-dashboard-boxes .stats-card.mailbox {
    background: #4A0909 !important;
}

.custom-dashboard-boxes .stats-card.mailbox .card-title,
.custom-dashboard-boxes .stats-card.mailbox .stats-icon.change-success,
.custom-dashboard-boxes .stats-card.fa-davis .card-title,
.custom-dashboard-boxes .stats-card.fa-davis .stats-icon.change-success,
.custom-dashboard-boxes .stats-card.blackboard .card-title,
.custom-dashboard-boxes .stats-card.blackboard .stats-icon.change-success,
.custom-dashboard-boxes .stats-card.ati .card-title,
.custom-dashboard-boxes .stats-card.ati .stats-icon.change-success,
.custom-dashboard-boxes .stats-card.cochrane .card-title,
.custom-dashboard-boxes .stats-card.cochrane .stats-icon.change-success{
    color: #fff;
}

.custom-dashboard-boxes .stats-card.mailbox .box_logo,
.custom-dashboard-boxes .stats-card.cochrane .box_logo,
.custom-dashboard-boxes .stats-card.fa-davis .box_logo,
.custom-dashboard-boxes .stats-card.ati .box_logo{
    filter: brightness(0) invert(1);
}

.custom-dashboard-boxes .stats-card .stats-icon.change-success:hover {
    color: #e4c979;
}

.custom-dashboard-boxes .stats-card.devine-sis .stats-icon.change-success:hover {
    color: #fb802a;
}

/*.custom-dashboard-boxes .stats-card:hover{*/
/*    background: #F47621 !important;*/
/*}*/

/*.custom-dashboard-boxes .stats-card:hover .card-title,*/
/*.custom-dashboard-boxes .stats-card:hover .stats-icon.change-success{*/
/*    color: #fff;*/
/*}*/

.mail-actions{
    padding: 50px 0;
}

.gmail_quote table, .gmail_quote .gmail_attr {
    margin-bottom: 20px;
}

.gmail_quote blockquote {
    margin-top: 20px;
}

.mail-text *:not(a, table, td, td>div) {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.mail-text * {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.mail-text .mobile-button.btn-primary:hover{
    background-color: #fff !important;
}

.mail-text #ReviewButton .mobile-button.btn-primary:hover{
    background-color: unset !important;
}

.mail-text .btn-primary:before{
    display: none;
}

#mailbox_close:hover{
    color: #4A0909;
}

.mail-text td>div{
    margin-bottom: 10px; 
}

.mail-text .mobile-hide {
    display: none;
}

.inbox-list li.unread a {
    color: #000;
}

.inbox-list .mail-author,
.inbox-options .inbox-page-count{
    display: flex !important;
    align-items: center;
    gap: 15px;
}

/*#profileUpdateForm .form-control span {*/
/*    display: block;*/
/*    line-height: 200%;*/
/*    padding: 5px 15px;*/
/*    background: #e4c979;*/
/*    width: fit-content;*/
/*    color: #000;*/
/*    border-radius: 9px;*/
/*    cursor: pointer;*/
/*}*/

#profileUpdateForm input::file-selector-button {
    display: inline-block;
    line-height: 150%;
    padding: 5px 15px;
    background-color: #e4c979;
    border-color: #e4c979;
    width: fit-content;
    color: #000;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: none;
}


#profileUpdateForm .form-control{
    min-height: 64px;
}

#profileUpdateForm .form-control[for="profile_picture"]{
    padding-left: 30px;
    padding-right: 30px;
}

#profileUpdateForm .btn.btn-primary:hover, 
#profileUpdateForm .btn.btn-primary:focus {
    background: #4a0909;
}

#profileUpdateForm .remove_profile_wrap {
    position: absolute;
    right: 30px;
    padding: 25px 20px 0 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

#profileUpdateForm .remove_profile_wrap input {
    display: none;
}

#profileUpdateForm .remove_profile_wrap label {
    margin: 0;
    color: red;
    cursor: pointer; 
}

#profileUpdateForm .remove_profile_wrap input:checked + img + label, 
#profileUpdateForm .remove_profile_wrap input:checked + img {
    display: none;
}

.form-control:focus {
    border-color: rgb(74 9 9 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(74 9 9 / 25%);
}

.login_register_section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #4A0909;
}


.login_wrap {
    background: #ffffff;
    max-width: 660px;
    margin: auto;
    padding: 100px 50px;
    border-radius: 25px;
}

.login_wrap h2 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.login_wrap .logo-box .logo-text img {
    max-width: 230px;
}

.login_wrap .conditional_message {
    color: #000;
}

.login_wrap .conditional_message a {
    color: #000;
    font-weight: 800;
    transition: all .3s ease;
}

.login_wrap .conditional_message a:hover {
    color: #e4c979;
}

.login_register_section h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.mail-header {
    display: flex;
    justify-content: space-between;
}

.page-header #logo_small_screen{
    display: none;
}

.main-wrapper.resources_wrapper {
    padding: 50px;
    background: #e4c979;
    border-radius: 30px;
}

.resources_wrapper h2{
    color: #101223;
}

.team_resources h4{
    color: #101223;
}

.crisis_item {
    padding: 20px;
    background: #F9F9F9;
    margin-bottom: 30px;
    /*box-shadow: 0px 2px 20px rgb(0 0 0 / 13%);*/
    min-height: 180px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    text-align: center;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.crisis_item .crisis_contact_wrap {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.crisis_item .crisis_contact_wrap h6 {
    margin: 0;
    font-weight: 600;
    transition: all .3s ease;
}

.crisis_item .crisis_contact_wrap h6:hover,
.crisis_item .crisis_contact_wrap a:hover{
    color: #e4c979;
}

.crisis_item h4 {
    color: #4a0909;
    font-weight: 700;
}

.crisis_item.student .crisis_contact_wrap {
    flex-direction: column;
}

.crisis_item.student .crisis_contact_wrap h6 {
    display: flex;
    gap: 8px;
    max-width: 500px;
    align-items: center;
    justify-content: center;
}

.crisis_item.student .crisis_contact_wrap h6.map{
    flex-direction: column;
}

.crisis_item.student .crisis_contact_wrap h6 i {
    font-size: 150%;
    color: #4a0909;
}

.resources_wrapper .btn-primary.dark_btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
    background: #4a0909;
}

.resources_wrapper .btn-primary.dark_btn:hover {
    background-color: #fff;
    color: #4a0909;
}

.resources_wrapper .btn-primary.dark_btn:before{
    display: none;
}

.crisis_item.team_member{
        margin: 0;
        min-height: 580px;
        justify-content: flex-start;
        margin-top: 20px;
}

.crisis_item.team_member .team_member_image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: top;
    border-radius: 16px;
}

.crisis_item.team_member .crisis_contact_wrap h6 {
    display: flex;
    gap: 8px;
    max-width: 500px;
    align-items: center;
    justify-content: center;
    text-transform: none;
}

.crisis_item.team_member .crisis_contact_wrap h6 i {
    font-size: 150%;
    color: #4a0909;
}

.sk-ww-youtube-playlist-videos:after {
    content: "";
    height: 60px;
    width: 100%;
    background: #e3c97e;
    position: absolute;
    bottom: 0;
}

.canva-video {
    max-width: 60%;
    margin: auto;
}

.bpa-front-module-container.bpa-front-module--category {
    display: none !important;
}

@media (max-width: 1366px){
    .custom-dashboard-boxes .stats-card .box_logo{
        max-width: 200px;
    }
    
    .canva-video {
        max-width: 70%;
    }
    .crisis_item.team_member .team_member_image {
        height: 250px;
    }
}

@media (max-width: 1036px){
    .login_wrap{
        padding: 50px;
    }
    .login_register_section h1 {
        font-size: 2rem;
    }
    .mailbox-item{
        padding: 20px;
    }
    
    .canva-video {
        max-width: 80%;
    }
}

@media (max-width: 1199px){
    .crisis_item.team_member {
        min-height: unset;
    }
    .crisis_item.team_member .team_member_image {
        height: 200px;
    }
    .page-header {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .page-header #logo_small_screen {
        padding: 0;
        display: block;
    }
    
    .canva-video {
        max-width: 70%;
    }
}

@media (max-width: 991px){
    .crisis_item.team_member{
        min-height: auto;
    }
    
    .canva-video {
        max-width: 100%;
    }
}

@media (max-width: 767px){
    .crisis_item.team_member .team_member_image {
        height: auto;
    }
    .crisis_item.team_member.helpful-box .crisis_contact_wrap {
        align-items: flex-start;
    }
    .page-header #logo_small_screen img{
        max-width: 100%;
    }
    .page-header #logo_small_screen{
        width: 150px;
    }
    .inbox-list li a{
        flex-direction: column;
        gap: 15px;
    }
    .login_wrap{
        padding: 25px;
    }
    .login_wrap .logo-box .logo-text img {
        max-width: 180px;
    }
    .login_register_section h1 {
        font-size: 1.5rem;
    }
    .crisis_item .crisis_contact_wrap{
        flex-direction: column;
    }
    .main-wrapper.resources_wrapper {
        padding: 25px; 
        border-radius: 16px;
    }
    
    .canva-video {
        max-width: 100%;
    }
}

@media (max-width: 575px){
    #profileUpdateForm .remove_profile_wrap {
        position: static;
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    .canva-video {
        max-width: 100%;
    }
    
    .canva-video .iframe-container {
        padding-bottom: 150% !important;
    }
}


#bpa-front-customer-panel-container .bpa-front-cp-left-sidebar {
    display: none;
}
.login_wrap .teacher-login a {
    display: block;
    width: fit-content;
    border-radius: 6px;
    background-color: #49070b;
    color: #fff;
    transition: .4s;
    outline: none !important;
    border: 1px solid #49070b !important;
    margin: 20px auto 0;
    text-transform: uppercase;
    letter-spacing: 0.5;
}
.login_wrap .teacher-login a:hover {
    color: #000;
    background-color: #e3c97e;
}
.login-form-teacher {
    background-color: #4a0b08;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-form-teacher form {
    width: 100%;
    max-width: 450px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.login-form-teacher form label {
    width: 100%;
    color: #000;
    font-weight: 600;
}
.login-form-teacher .wplf-lostpassword {
    display: none;
}
.login-form-teacher form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #8c8c8c;
    border-radius: 0px !important;
}
.login-form-teacher form .login-remember input {
    width: fit-content;
}
.login-form-teacher form input[type="submit"] {
    border-radius: 6px !important;
    background-color: #49070b;
    color: #fff;
    transition: .4s;
    outline: none !important;
    border: 1px solid #49070b !important;
    text-transform: uppercase;
    letter-spacing: 0.5;
    font-weight: 600;
}
.login-form-teacher form input[type="submit"]:hover {
    color: #000;
    background-color: #e3c97e;
}

.accordion-menu > li > h4 {
    font-size: 16px;
    color: #fff;
    padding: 7px;
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}