body{
    margin:0;
    font-family:'Roboto',Arial,sans-serif;
    color:#505053;
}
h1, h2, h3, h4, h5, h6 {
    color: #303234;
}
h6{
    letter-spacing:4px;
}
p,code{
    font-family:'Roboto',Arial,sans-serif;
    font-size:16px;
    line-height:26px;
}
h2,.content-wrapper h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 15px;
}
h3{
    font-family:'Montserrat',Arial,sans-serif;
    font-size:22px!important;
    font-weight:600!important;
    line-height:25px;
    color: #303234;
    margin: 10px 0 !important;
}
h4{
    font-family:'Montserrat',Arial,sans-serif;
    font-size:18px!important;
    font-weight:600!important;
    line-height:25px;
    color: #303234;
    margin: 10px 0 !important;
}
h6{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin: 0;
    color: #003399;
    text-transform: uppercase;
}
a{
    text-decoration:none;
}
.top-banner{
    display:flex;
    justify-content: space-between;
    background:#172940;
    color:white;
    font-size:12px;
    padding:10px 30px;
}
.header-container{
    height: 100%;
    margin: auto;
    max-width: 1450px;
    padding: 0 30px;
}
@media (max-width: 1060px) {
    .container {padding: 0 20px;}
}
#nav-top .wrapper,#white-top-nav .wrapper {
    padding: 15px 30px;
    max-width: 1450px;
    margin: auto;
}
#white-top-nav .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#white-top-nav .row, .footer-inner-wrap .row, .nav-inner-wrap .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row {
    margin: auto !important;
}
#white-top-nav .one-half {
    width: 49%;
}
.text-right {
    text-align: right;
}
#white-top-nav .link-button+.link-button {
    /* margin-left: 10px; */
    padding: 10px 30px;
    background:#003399;
}
#white-top-nav .link-button {
    padding: 1px 30px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    margin: 5px 0;
    background: #63bef2;
    color: #ffffff;
    text-transform: uppercase;
}
#white-top-nav .link-button.hollow {
    color: #003399;
    padding: 10px 30px;
    background: #63bef2 !important;
    border-radius: 5px !important;
    border: none !important;
}
#white-top-nav .link-button {
    font-size: 12px;
    font-weight: 600 !important;
    font-family: 'Montserrat', Arial, sans-serif;
    border-radius: 4px;
}
#nav-top{
    background: #eff2f5;
}
#nav-top .wrapper{
    font-size:14px;
    display:flex;
    justify-content:space-between;
    padding:0px 30px;
}
form.search{
    margin:0!important;
    width:65%;
    position:relative;
}
.header-search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
.quick-links .search{
    width: 100%;
    margin: 5px;
}
.quick-links .search-input{
    background: #f8f9fa;
    padding: 10px;
}
.visually-hidden{display:none;}
form i{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color:#003399;
}
.search-input{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    padding: 15px;
    padding-left: 40px!important;
    height: unset;
}
.header-search-box .search-input{
    padding:5px!important;
    padding-left: 40px!important;
}
.header-buttons{
    justify-content:flex-end;
    gap:10px;
}
.material-icons.header-search-toggle,.material-icons.header-search-toggle:hover{
    border-radius: 5px;
    background:#EFF2F5;
    color:#003399;
}
#topBanner a{
    color:white;
}
.flex{
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 40px;
}
.nav-item{
    position:relative;
    cursor:pointer;
    flex:3;
    text-align:center;
}
.nav-item:first-child{
    flex:1;
}
.nav-item a{
    color:inherit;
    padding:10px 0px;
    display: block;
}
.nav-item:hover{
    background:#dce1e6;
}
.dropdown a{
    color:#00538A;
    padding:5px;
    border-radius:5px;
}
.dropdown a:hover{
    background: #eff2f5;
}

/* Dropdown logic unchanged */
.dropdown{
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background:#fff;
    border:1px solid rgba(0,0,0,.12);
    border-radius:.5rem;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    padding:.5rem;

    opacity:0;
    visibility:hidden;
    transform:translateY(6px);
    pointer-events:none;

    transition:opacity .15s ease, transform .15s ease, visibility 0s linear .15s;
    z-index:1000;
    
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}

.nav-item.has-dropdown:hover > .dropdown,
.nav-item.has-dropdown:focus-within > .dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
}
#fresh-footer {
    background: #172940;
    color: #fff;
    font-weight: 300;
    float: left;
    width: 100%;
    padding-top: 0;
    font-size:0.9em;
}
.footer-social-icons ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ececec;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    margin: 0;
    list-style: none;
    color: #777;
}
.footer-social-icons ul li {
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer-inner-wrap {
    padding: 30px 0;
    max-width: 95%;
    margin: auto;
}
.footer-inner-wrap .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-logo-fc {
    padding: 30px 5vw;
}
.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
}
.nav-wrapper {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.address-block {
    margin: 30px auto;
}
.footer-compliance {
    border-top: 1px solid #fff;
    max-width: 95%;
    margin: auto;
}
.comp-wrap {
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-size: 11px;
    padding: 2em 0;
}
#copy-bar {
    background: #122134;
    padding: 15px;
    font-size: .8em;
    line-height: 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#fresh-footer a i {
    color: #777;
}
#fresh-footer a {
    display: inline-block;
    color:#fff;
}
.footer-social-icons ul a {
    padding: 0 9px;
    font-size: 1.3em;
}
.footer-nav-items ul {
    margin: 0;
    list-style: none;
    padding: 30px;
}
.footer-nav-items li {
    margin-bottom: 9px;
}
#fresh-footer .footer-logo-fc img {
    height: 100px;
}
.hero-section{
    height:686px;
    background-size:cover;
    background-position: center;
    background-blend-mode: multiply;
}
.content-left{
    width: 40%;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.content-left h3{ 
    color: white;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.content-left h1{
    color: white;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 50px;
    line-height: 54px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
.content-left h4{
    font-family: 'Roboto', Arial, sans-serif;
    color: white;
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 38px;
    margin: 10px auto 20px !important;
}
.buttons a{
    background: #63bef2; 
    padding: 15px;
    border-radius: 5px;
    margin-right: 10px;
    color: #003399;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    width: 182px;
    text-align: center;
}
.left,.right{
    flex:1;
    padding: 20px;
}
.left{
    padding-left: 0;
}
.container.home .row{
    max-width:1000px;
}
.home .left h4{
    font-family:'Montserrat', Arial, sans-serif;
    font-size:28px;
    line-height: 31px;
    font-weight: 600;
}
.events-flex {
    display: flex;
    gap: 15px;
    margin: 10px 0;
}
.event-calendar {
    flex: 1 1 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 6px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: fit-content;
    min-height: 55px;
}
.event-information-register {
    flex: 1 1 85%;
    display: flex;
    flex-direction: column;
}
.event-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #515053;
    line-height: 22px;
}
.event-place-date-time {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #515053;
    line-height: 14px;
}
.register-and-arrow {
    color: #00538A !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0 !important;
    text-decoration: none;
}
.event-month {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #003399;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
}
.event-day {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #63BEF2;
    font-family: 'Montserrat', sans-serif;
}
.event-section {
    border-left: solid 3px #003399;
    padding: 10px 20px;
    padding-top: 0;
}
.event-section h5{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}
.view-all-events{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 26px;
    color: #003399;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.events-flex:last-child{
    margin-bottom:30px;
}
.home .left h2{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 31px;
}
.dark-blue-btn{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
    color: white!important;
    background: #003399;
    margin-top: 15px;
    display: block;
    width: fit-content;
    text-align: center;
}
#top-content{
    margin-top:4em;
}
.membership-section{
    background-image:url('/ncoppe/wp-content/uploads/2026/02/benefits-bg.png');
    background-size:cover;
    background-position:center;
}
.membership-section .flex{
    flex-direction:column;
    align-items: center;
    width: 40%;
    margin: auto;
    padding: 8em 0;
    text-align: center;
}
.membership-section h2{
    font-family:'Montserrat',Arial,sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 31px;
    color: white;
}
.membership-section p{
    color: white;
}
.register-content{
    flex:2;
    margin-right:20px;
}
.register-price{
    flex:1;
}
.grey-box{
    padding: 30px 40px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 5px;
    position: relative;
    margin-bottom: 12px;
}
.plan-price{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 48px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.plan-name{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    color: #003399;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.per-year{
    text-align: left;
    font-size: 17px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.disclaimer{
    font-size:10px;
    font-weight: 400;
    line-height:14px;
}
.grey-box .disclaimer{
    margin-bottom: 0;
}
.wp-block-group{
    padding:0!important;
    background:white!important;
}
.wp-block-gutena-accordion-panel{
    background:#EFF2F5!important;
    border:none!important;
}
.gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title>.gutena-accordion-block__panel-title-inner h5, .gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title>.gutena-accordion-block__panel-title-inner h6{
    font-family:'Roboto',Arial,sans-serif;
    font-size:16px;
    line-height:24px;
    color:#515053!important;
    font-weight:700
}
.content-wrapper ol, .content-wrapper ul, div.wpcf7-response-output, p{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
}
.blue-button, .button, .button-primary, .mepr-share-button, .mepr-submit, input.submit, input.wpcf7-submit {
    background: #003399;
    color: white;
    border: none;
    border-radius: 5px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 600;
}
.light-blue-btn{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
    color: #003399;
    background: #63BEF2;
}
.event-tile{
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    flex:1;
    position: relative;
}
.event-tile .read-more-container{
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 40px);
}
.news-highlights .flex{
    gap:20px;
    margin-top: 20px;
}
.event-tile h5{
    font-family:'Montserrat',Arial,sans-serif;
    font-size:12px;
    margin:0;
    padding-bottom: 5px;
    border-bottom:2px solid #63bef2;
    text-transform: uppercase;
}
.event-tile img{
    margin-top: 10px;
    width:100%;
    border-radius:10px;
    object-fit:cover;
    height:165px;
}
.event-tile h3{
    font-family: 'Montserrat',Arial,sans-serif;
    font-size:16px;
    font-weight: 500;
    line-height: 23px;
}
.event-tile p{
    margin-top:10px;
    margin-bottom:50px;
}
.wpcw-unit-desc p{
    text-transform:lowercase;
}
.wpcw-unit-desc p:first-letter{
    text-transform:uppercase;
}
.read-more{
    background: #F0F0F3;
    border-radius: 6px;
    padding: 14px 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.15px;
    line-height: 14px;
    font-size: 14px;
    color: #003399;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.read-more:hover {
    background: linear-gradient(to right, #0033A0, #63BEF2);
    color: #fff;
}
.read-more i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.course{
    color: #003399;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.course:not(:first-child){
    border-top:1px solid lightgrey;
}
.news-highlights{
    margin:5em 0;
}
textarea,select,input[type=text],input[type=url],input[type=email],input[type=tel],input[type=number],input[type=password] {
    background: #f8f9fa;
    border: none!important;
    border-radius: 5px;
    padding: 10px;
}
.mepr_price{
    display:none;
}
.mp_login_form input[type=submit]{
    background:#003399!important;
}

/* MY COURSES SECTION */

#wpcw_fe_course_progress th{
    text-align:left;
    background:white;
}
.wpcw_fe_course_progress_course:not(.wpcw_fe_course_progress_row .wpcw_fe_course_progress_course),.wpcw_fe_course_progress_pc:not(.wpcw_fe_course_progress_row .wpcw_fe_course_progress_pc),.wpcw_fe_course_progress_grade:not(.wpcw_fe_course_progress_row .wpcw_fe_course_progress_grade){
    padding: 5px 0!important;
    color: #003399;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px!important;
}
#wpcw_fe_course_progress{
    border:none;
}
#wpcw_fe_course_progress td, #wpcw_fe_course_progress th{
    border-bottom:none;
}
.wpcw_fe_course_progress_row .wpcw_fe_course_progress_course a{
    background-position-y: center!important;
    font-family:'Roboto',Arial,sans-serif;
    font-size:16px;
    font-weight: 400!important;
    text-transform: none;
    line-height: 26px;
    color:#515053!important;
} 
.mp-courses-template-addition .wpcw_fe_course_progress_course a{
    background:none!important;
    color:#003399!important;
}
.wpcw_fe_course_progress_row:nth-child(4n+1),#wpcw_fe_course tr:nth-child(odd){
    background:#EFF2F5;
}
#wpcw_fe_course tr:nth-child(odd){
    background: #F8F9FA;
}

#wpcw_fe_course .wpcw_fe_module th{
    background:#EFF2F5;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}
.wpcw_fe_unit_title{
    font-size:16px;
}
#wpcw_fe_course_progress td.wpcw_fe_course_progress_detail{
    background:none;
    padding:10px 22px;
}
#wpcw_fe_course{
    border:none;
}
.wpcw_progress_bar {
    background-color: #63BEF2;
    background-image:none;
}
.wpcw_checkmark{
    background-color: #003399;
}
.wpcw_checkmark:before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.wpcw_fe_progress_box_pending {
    color: #303234;
    background: #F8F9FA;
    border-color: #F8F9FA;
}
.wpcw_fe_progress_box_text{
    font-weight:600;
    font-size:18px;
}
.wpcw_fe_quiz_submit_data input.fe_btn_completion, a.fe_btn_completion {
    border: none;
    background-color: #63BEF2;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #003399 !important;
    text-transform: uppercase;
}
.wpcw_fe_quiz_submit_data input.fe_btn_completion:hover, a.fe_btn_completion:hover{
    background-color: #63BEF2;
}
.wpcw_fe_navigation_box{
    text-align: left;
    padding-left:0;
}
a.fe_btn_navigation, a.fe_btn_navigation:hover {
    background-color: #003399;
}
a.fe_btn_navigation {
    border: 1px solid #003399;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
    padding: 15px 30px;
}
.fe_btn.fe_btn_navigation_prev{
    background-color:#EFF2F5!important;
    color:#003399!important;
    border:1px solid #EFF2F5;
    margin-right:10px;
}
.fe_btn.fe_btn_navigation_prev:hover{
    background-color:#EFF2F5;
}
.wpcw_fe_quiz_box_pending {
    background-color: #F8F9FA;
    border: none;
    position: relative;
}
.wpcw_fe_quiz_q_hdr,.wpcw_fe_quiz_q_single{
    border-color:#D4D8DE;
}
.wpcw_fe_quiz_title h2{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    width: 70%;
}
.wpcw_fe_quiz_answer_later{
    position: absolute;
    top: 15px;
    right: 20px;
    margin: 0;
}
.wpcw_fe_quiz_answer_later a,.wpcw_fe_quiz_answer_later a:hover{
    background-color: #EFF2F5;
    border-color: #EFF2F5;
    color: #003399 !important;
    font-weight: 600 !important;
}
.wpcw_fe_paging_progress,.wpcw_fe_quiz_q_title,.wpcw_fe_quiz_q_your_answer,.wpcw_fe_quiz_q_answers,.wpcw_fe_quiz_q_correct,.wpcw_fe_quiz_q_possible,.wpcw_fe_quiz_q_explanation,.wpcw_fe_quiz_q_result{
    font-family: 'Roboto', Arial, sans-serif!important;
    font-size: 16px!important;
    line-height: 26px!important;
}
.wpcw_fe_quiz_box_pending fieldset{
    margin: 0;
    padding: 0;
    border: none;
}
.wpcw_fe_quiz_retake, .wpcw_fe_quiz_submit {
    text-align: left;
    padding: 0;
}
#fe_btn_quiz_next,#fe_btn_quiz_prev{
    background-color: #003399;
    border: none;
    color:white!important;
}
.wpcw_fe_progress_box_complete{
    padding: 0;
    color: #003399;
    border: none;
}
.wpcw_fe_progress_box_success{
    color: #515053;
    background: white;
    border:none;
    padding: 0;
}
.wpcw_fe_progress_breakdown_wrap{
    border-top: 1px solid #D4D8DE;
    border-color: #D4D8DE !important;
}
.wpcw_fe_progress_breakdown_wrap{
    font-size:16px;
}
.wpcw_fe_quiz_box_full_answers b {
    font-weight: 700;
    color: #505053;
}
.wpcw_fe_quiz_q_result_incorrect:before {
    content: "\F00D";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    position: relative;
    vertical-align: middle;
    background: red;
    font-size: 12px;
    color: white;
    padding: 7px 8px;
}
.wpcw_fe_quiz_q_result_correct:before {
    content: "\F00C";
    height: 25px;
    width: 25px;
    border-radius: 25px;
    position: relative;
    vertical-align: middle;
    background: #003399;
    font-size: 10px;
    color: white;
    padding: 7px 8px;
}
.wpcw_fe_quiz_q_your_answer ul,.wpcw_fe_quiz_q_correct ul{
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    margin:0;
    margin-bottom:10px;
}
.wpcw_fe_quiz_q_your_answer li,.wpcw_fe_quiz_q_correct li{
    margin: 0!important;
    list-style: none;
}
.wpcw_fe_quiz_q_possible p, .wpcw_fe_quiz_q_your_answer p,.wpcw_fe_quiz_q_correct p{
    display:none;
}
.wpcw_fe_quiz_q_result_correct{
    color:#003399!important;
}
.wpcw_fe_quiz_q_result li{
    margin:0!important;
}
.wpcw_fe_quiz_q_possible_list{
    padding: 0!important;
}

@media only screen and (max-width: 500px){
    .wpcw_fe_quiz_answer_later{
        position: unset;
        width: 100%;
        margin-bottom: 10px;
    }
    .wpcw_fe_quiz_answer_later a{width:100%;}
    .wpcw_fe_quiz_submit_data input.fe_btn_completion, a.fe_btn_completion{
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .wpcw_fe_progress_box_pending div{
        display:block;
    }
    .wpcw_fe_navigation_box{
        padding:0;
    }
    .wpcw_fe_navigation_box a{
        width:100%;
        margin-bottom:5px;
    }
}


/*ABOUT SECTION*/
a,.subpage-content a, .subpage-fullwidth-content a {
    color: #003399;
    text-decoration: none;
    font-weight: 500!important;
    text-decoration:none!important;
}
a:hover{
    color: #003399;
    text-decoration: none;
}
.breadcrumb {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 10px;
    line-height: 24px;
    color: #515053;
    text-transform: uppercase;
    margin: 30px 0;
}
.breadcrumb a {
    font-weight: 500;
    color: inherit;
}
.staff-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 48px;
    align-items: flex-start;
    margin: 20px 0;
}


.staff-card {
    flex: 1 1 calc(50% - 24px);
    display: flex;
    gap: 14px;
    align-items: center;
    min-width: 280px; 
}

.staff-photo {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    flex: 0 0 100px;
    background: #EFF2F5;
}
.staff-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.staff-name {
    font-weight: 700;
    margin: 0 0 2px;
}

.staff-title {
    margin: 0 0 4px;
}

.staff-email {

    word-break: break-word;
}

/* SEARCH PAGE */
.subpage-content.advanced-search-wrapper {
    display: flex;
    gap: 20px;
}

.advanced-search-results{
    margin: 0;
    min-width: 74%;
}

#result-count{
    padding:0;
}

.advanced-search-wrapper aside{
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-search-result h3 a{
    color: #303234;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600 !important;
}

.material-icons {
    color:#003399;
}

.filter-search-result-main{
    padding:0;
    border-right:2px solid #D4D8DE;
    flex:2;
    padding-right: 10px;
}

.filter-search-result__aside{
    padding:0;
    flex:1;
    background: white;
}

.filter-search-result{
    display:flex;
    gap: 20px;
    padding: 20px;
    margin: 0;
    border: 0;
    border-bottom: 5px solid #D4D8DE;
}
.filter-search-result:first-child{
    border-top:5px solid #D4D8DE;
}
.filter-input{
    accent-color: #003399;
    height:16px;
    width:16px;
    margin:0;
}
/*.filter-input-wrapper{
    align-items:flex-start;
}*/
.filter-title{
    font-family:'Montserrat',Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #303234;
    text-transform:uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.filter-section-wrapper{
    padding-bottom: 20px;
}
.open-access-wrapper{
    display:none;
}
@media only screen and (max-width:1060px){
    .advanced-search-wrapper{
        flex-direction:column-reverse;
    }
    .show-search-filters{
        display:flex;
        flex-wrap:wrap;
    }
    .search-filters .filter-section-wrapper{
        flex-basis:100%;
    }
}

/* LOGIN PAGE */

h2{
    margin:0;
    margin-bottom: 15px;
}
.login .right{
    border-left: 2px solid #eeeeee;
}
.shadow{
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding:10px;
}
.flex.institutions{
    gap: 15px;
}
.shadow.horizontal{
    align-items:center;
    gap:30px;
}
.shadow.vertical{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:15px;
}
.flex.shadow img,.flex.shadow div{
    flex:1;
}
.sign-in-container{
    height:fit-content;
}
.sign-in{
    padding: 12px 10px;
    position: relative;
    width: 100%;
    display: inline-block;
    background: #eff2f5;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px; 
}
.sign-in i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mp_login_form{
    max-height: max-content;
    opacity: 1;
    transition: unset;
    visibility: visible;
}

/* LOGIN PAGE */

@media (max-width: 700px) {
    .staff-card {
    flex-basis: 100%;
    }
}

  .accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    margin-bottom: 40px;
  }

  @media (max-width: 720px) {
    .accordion {
      grid-template-columns: 1fr;
    }
  }

  .acc-item {
    border-radius: 10px;
    overflow: hidden;
  }

  .acc-btn {
    width: 100%;
    background: #EFF2F5;
    color: #515053;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.15px;
    font-family: 'Roboto', Arial, sans-serif;
    transition: background 0.15s ease, border-color 0.15s ease;
  }

  .acc-btn:hover {
    background: #EFF2F5;
  }

  .acc-btn[aria-expanded="true"] {
    background: #EFF2F5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .acc-title {
    font-weight: 600;
    color: #253041;
  }

  .acc-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    flex: 0 0 26px;
    position: relative;
  }

  .acc-icon::before,
  .acc-icon::after {
    content: "";
    position: absolute;
    background: #253041;
    border-radius: 6px;
  }

  .acc-icon::before {
    width: 12px;
    height: 2px;
  }

  .acc-icon::after {
    width: 2px;
    height: 12px;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .acc-btn[aria-expanded="true"] .acc-icon::after {
    transform: scaleY(0);
    opacity: 0;
  }

  .acc-panel {
    border-top: 0;
    background: #EFF2F5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 6px 20px;
    display: none;
  }

  .acc-panel.is-open {
    display: block;
  }

  @media (max-width: 800px) {
    .flex {
        flex-direction: column;
        gap: 20px;
    }
    .flex .right {
        padding: 0;
    }
    .event-section {
        border-left: none;
        padding: 0;
    }
    .membership-section {
        padding: 0 20px;
    }
    .membership-section .flex {
        width: 100%;
        margin: auto;
    }
    .event-tile .read-more-container {
        position: static;
        width: 100%;
    }
  }
  @media (max-width: 700px) {
    #white-top-nav .one-half {
        width: 100%;
        margin: 10px auto;
    }
    #white-top-nav .one-half img{
        width: 100%;
    }
    .text-right {
        text-align: center;
        display: flex;
    }
    #white-top-nav .one-half a{
        min-width: 20%;
    }
    .sign-in-container{
        text-align:left;
        width:100%;
    }
    .shadow.vertical{
        display:block;
        text-align:center;
    }
    .login .right{border-left:none;}
  }
.top-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.top-banner-left{
  display:flex;
  align-items:center;
  gap:10px;
}
.tb-icon{
  display:none;
  text-decoration:none;
}
.tb-text{ display:inline; }
.tb-links{ display:inline; }

.hamburger{
  display:none;
  border:0;
  background:transparent;
  padding:8px;
  cursor:pointer;
}
.hamburger span{
  display:block;
  width:22px;
  height:2px;
  margin:4px 0;
  background:currentColor;
}

/* drawer */
.drawer-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  z-index:9998;
}
.mobile-drawer{
  position:fixed;
  top:0;
  right:0;
  height:100vh;
  width:min(360px, 86vw);
  background:#fff;
  transform:translateX(100%);
  transition:transform .25s ease;
  z-index:9999;
  display:flex;
  flex-direction:column;
  overflow:auto;
  box-shadow: -10px 0 30px rgba(0,0,0,.2);
}
.mobile-drawer.is-open{ transform:translateX(0); }

.drawer-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px;
  border-bottom:1px solid #e6e6e6;
}
.drawer-close{
  border:0;
  background:transparent;
  padding:8px;
  cursor:pointer;
}

.drawer-utility{
  padding:12px 16px;
  border-bottom:1px solid #e6e6e6;
  display:grid;
  gap:10px;
}
.drawer-utility a{
  text-decoration:none;
  font-weight:600;
}

.drawer-nav{
  padding: 0;
}
.drawer-nav .nav-item{
  border-bottom:1px solid #f0f0f0;
}
.drawer-nav .nav-item > a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 16px;
  text-decoration:none;
  font-weight:600;
}
.drawer-nav .dropdown{
  display:none;
  padding:0 0 10px 0;
}
.drawer-nav .dropdown a{
  display:block;
  padding:10px 24px;
  text-decoration:none;
  font-weight:500;
}
.drawer-nav .nav-item.is-open .dropdown{ display:block; }

.drawer-cta{
  margin-top:auto;
  padding:16px;
  border-top:1px solid #e6e6e6;
  display:grid;
  gap:10px;
}

@media (max-width: 768px){
  .tb-icon{ display:inline-flex; align-items:center; justify-content:center;color:white; }
  .tb-text{ display:none; }
  .tb-links{ display:none; }
  .hamburger{ display:inline-block;color:#fff; }

  #nav-top{ display:none; }
    .buttons .link-button {
        background: #003399;
        color: #ffffff;
        padding: 10px 30px;
        border-radius: 5px !important;
        border: none !important;
        width: 82%;
    }
    .buttons .hollow {
        color: #003399;
        background: #63bef2 !important;
    }
}

.hero-section {
    background-image:linear-gradient(to right, rgb(0, 51, 160) 0%, rgb(99, 190, 242) 30%, rgba(99, 190, 242, 0.5) 45%, rgba(99, 190, 242, 0) 55%), url('/ncoppe/wp-content/uploads/2026/02/ncoppe-home-hero.png')
}
@media (max-width: 1150px) {
    .hero-section h1 {
        font-size: 36px;
        line-height: 36px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hero-section h3 {
        font-size: 28px;
    }
    .hero-section h4 {
        font-size: 26px;
    }
}
@media (max-width: 1050px) {
    .content-left {
        width: 100%;
    }
}
@media (max-width: 900px) {
    .hero-section {
        background-image: linear-gradient(to top, rgba(0, 51, 160, 1) 0%, rgba(99, 190, 242, 1) 30%, rgba(99, 190, 242, 0.5) 55%, rgba(99, 190, 242, 0) 60%), url('/ncoppe/wp-content/uploads/2026/02/ncoppe-home-hero.png');
        height: 400px;
    }
    .content-left {
        width: 100%;
        padding: 0;
        justify-content: flex-end;
    }
    .hero-section h1 {
        font-size: 25px !important;
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .hero-section h3 {
        font-size: 18px !important;
    }
    .hero-section h4 {
        font-size: 16px !important;
        line-height: 18px;
        margin: 0 0 20px !important;
    }
    .hero-section .buttons{
        display: none;
    }
}
.content-module {
    background-color: #ececec;
    border-radius: 10px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    flex: 1;
    position: relative;
    width: 100%;
}
.content-module h3, .full-width-content-module h3 {
    /* background: #172940; */
    /* border-bottom: 6px solid #71bef5; */
    /* border-radius: 10px 10px 0 0; */
    /* color: #fff; */
    /* font-size: 1.3em; */
    /* font-weight: 500; */
    /* padding: 1.4rem; */
    /* text-align: center; */
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px !important;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #63bef2;
    text-transform: uppercase;
    background: white;
    border-radius: 0;
    text-align: left;
    color: #303234;
    padding: 0;
    margin-top: 0 !important;
}
.content-module-inner, .full-width-content-module-inner {
    /* padding: 10px 20px; */
    padding: 0;
}

#mepr-account-nav ul{
    justify-content:space-between;
}

#post-7 .mepr-nav-item {
    padding: 14px 12px;
    cursor: pointer;
    background-color: #eff2f5 !important;
    color: #303234 !important;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-top: 10px;
    width: 24%;
    text-align: center;
}

#post-7 .mepr-nav-item:nth-last-child(-n+1) {
    display: none;
}

#post-7 .mepr-active-nav-tab{
    background-color: #003399 !important;
    color: #FFFFFF !important;
}

.mepr-nav-item a {
    color: inherit !important;
    font-weight: 600;
}

#post-7 .mp_wrapper{
    margin-bottom: 10px;
}

#post-7 .mp_wrapper:not(:first-of-type) {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    float: left;

    margin-bottom: 40px;
    border-radius: 5px;
}

#post-7 .mp-wrapper {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    float: left;

    margin-bottom: 40px;
    border-radius: 5px;
}

#post-7 .mepr-no-active-subscriptions{
width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    float: left;

    margin-bottom: 40px;
    border-radius: 5px;
}

#post-7 .mpcs-course-list {
width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    float: left;

    margin-bottom: 40px;
    border-radius: 5px;    
}

@media (max-width: 900px) {

  #post-7 .mepr-nav-item {
    width: 100%;
    text-align: center;
  }

}

.wpcw_fe_course_progress_pc,.wpcw_fe_course_progress_grade{width:15%;}
.wpcw_progress{width:60%}
.gutena-accordion-block>.gutena-accordion-block__panel {border-radius: 6px;}
.gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title>.gutena-accordion-block__panel-title-inner h6 {
    width: 100%;
    background: #EFF2F5;
    color: #515053;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.15px;
    font-family: 'Roboto', Arial, sans-serif;

}

div.wpcf7-response-output, p {color: #505053;}

.tribe-common h2{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 15px;
}

.tribe-common .row:first-child {padding-bottom:25px !important;}

.wp-block-buttons .wp-block-button__link {
    width: 100%;
    background: #63bef2 !important;
    padding: 15px;
    border-radius: 5px;
    margin-right: 10px;
    color: #003399 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    text-align: center;
}