.textarea.table-responsive { padding: 1em 0; }
.textarea .table{
    width:100%;
    /* margin:20px 0 40px; */
    /* display:block; */
    border:1px solid #ddd!important
}
.textarea .table thead th{
    background:#f3f1eb;
    color:rgba(0, 0, 0, 0.45);
    font-family:"AvenirNextLTPro-Demi", "Futura", sans-serif;
    padding:18px 20px 15px;
    font-size:1.05em;
    font-weight:normal;
    font-style:normal;
    letter-spacing:2px;
    text-transform:uppercase;
    vertical-align:middle
}
.textarea .table thead th:first-child{
    border-top-left-radius:3px
}
.textarea .table thead th:last-child{
    border-top-right-radius:3px
}
.textarea .table tbody td {
    font-size:1.25em;
    font-family:"AvenirNextLTPro-Regular", "Futura", sans-serif;
    padding:15px 20px;
    text-align:left;
    vertical-align:middle
}
#wow-modal-window-1 { padding: 2em; }
.tot-search-results .section__body,
.tot-search-results .section__body * { text-align: left; }
.tot-search-results .section__body h4 { text-align: left; margin: 1em 0 0 !important; }
.tot-search-results .section__body h4 a { color: #31639e; display: block; }
.tot-search-results .section__body h4 a:hover { color: #003a71; }
.tot-search-results .section__body small a { font-weight: normal !important; color: #888; display: block; margin-bottom: 10px; }
.tot-search-results .section__body .tot-search-result { border-bottom: 1px solid #e9e9e9; margin-bottom: 1em; }
.tot-search-results .section__body .tot-search-result p { color: #777; font-size: 16px; margin-top: 8px; }
.tot-search-results .section__body .tot-search-result .no-excerpt { margin-bottom: .5em; display: block; }

.tot-search-results .page-numbers { display: inline-block; margin-right: 1em; padding: .5em 1em; border: 1px solid #e8e8e8; line-height: 1.5; }
.tot-search-results a.page-numbers:hover { background: #eee; }
.tot-search-results .page-numbers.current { background: #eee; font-weight: bold; }

/* Header Search Toggle */
header .headercontent .right-nav .search-btn { float: left; padding-left: 16px; border-left: 1px solid rgba(255, 255, 255, 0.45)!important; margin-left: 6px; margin-right: 20px; }
header.headroom.headroom--not-top .right-nav .search-btn { border-left: 1px solid rgba(50, 50, 50, 0.25)!important; }

header .headercontent .right-nav .search-btn svg { width: 16px; height: auto; fill: red; }
header .headercontent .right-nav .search-btn #ico-search { fill: #fff; transition: .2s fill; }
header.headroom.headroom--not-top .right-nav .search-btn #ico-search { fill: #000; }

#search-expanded { display: none; background-color: #5B595C; color: #fff; position: fixed; width: 100%; height: auto; padding: 30px 20px; z-index: 9001; }
#search-expanded .container { position: relative; }
#search-expanded input[type=text] { padding: 5px 0; width: calc(100% - 100px); border-top: 0; border-right: 0; border-left: 0; border-bottom: 1px solid #fff; background-color: transparent; font: 20px/1.0 "AvenirNextLTPro-Regular", "Futura", sans-serif; }
#search-expanded input[type=image] { margin-right: 16px; position: relative; top: 5px; }
#search-expanded .close-search-btn { position: absolute; top: 24px; right: 16px; font-size: 24px; }
#search-expanded .close-search-btn:hover { color: #eee; }

@media(max-width: 767px) {
	#search-expanded input[type=text] { font-size: 16px !important; }
}

/* Search Page */
.results-bar { padding-bottom: 16px; }
.search-form-with-results { float: right; padding-left: 16px; }
.search-form-with-results form { margin: 0; }
.search-form-with-results input[type=text], .search-form-with-results input[type=text]:active, .search-form-with-results input[type=text]:focus, .search-form-with-results input[type=text]:hover { border: 1px solid #ccc !important; padding-left: 8px; }
.results-count { font-style: italic; }

@media(max-width: 767px) {
	.search-form-with-results { float: none; text-align: center; padding-top: 16px; }
}

/* Sticky Sidebar */
@media (max-width: 992px) {

    ul#sidebarSticky.manual.affix {
        position: static !important;
        top: auto !important;
        left: auto !important;
    }

    #LeftSidebar {
        position: static !important;
    }

}
.back-to-top { display: none; }

@media (max-width: 767px) {
	.back-to-top { visibility: hidden; opacity: 0; display: block; width: 60px; height: 60px; background-color: #eee; text-align: center; position: fixed; bottom: 0px; left: 20px; border-radius: 98px; box-shadow: 0 0 6px rgba(0,0,0,.15); z-index: 99; }
	.back-to-top.active { opacity: 1.0; visibility: visible; bottom: 20px;}
	.back-to-top:hover { background-color: #fafafa }
	.back-to-top > span { display: block; width: 20px; height: 20px; background: url(../icons/back-to-top-arrow.svg) no-repeat center; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); }
    .back-to-top > span span { visibility: hidden; display: block; width: 0; height: 0; }
    .btn,.btn-outline-black,.btn-outline-blue,.btn-outline-red,.btn-outline-white,.btn-solid-blue,.btn-solid-red { line-height: 1.5em; }
}

.addthis_inline_share_toolbox { padding: .5em 0 1em; text-align: center; }

/* Mobile Only-White Menu Bar*/
@media (min-width:992px) {
	#lightbox-contact { display: none !important; }
}
@media (max-width:991px) {
	body.has-mobile-header-bar { padding-top: 78px !important; }

	body.has-mobile-header-bar .shiftnav-toggle .mobile-logo img { width: auto; max-height: 46px; }
	body.has-mobile-header-bar .szbl-frm-w-lightbox-trigger { top: 95px; }
	body.has-mobile-header-bar .shiftnav { top: 0 !important; }
	body.has-mobile-header-bar .shiftnav-toggle-main-block { padding-left: 0; padding-right: 0; }
	body.has-mobile-header-bar #shiftnav-toggle-main { top: 0 !important; padding-left: 20px; height: 78px; }
	body.has-mobile-header-bar #shiftnav-toggle-main:before { height: 78px; float: left; content: '\f0c9'; padding: 16px 10px; border-right: 1px solid #D8D8D8; }
	
	body.has-mobile-header-bar .mobile-header-bar { position: fixed; top: 0; right: 0; z-index: 5001; transition: .2s all; height: 78px; padding-right: 10px; padding-left: 10px; }
	body.has-mobile-header-bar .mobile-header-bar a { display: inline-block; height: 78px; line-height: 78px; border-radius: 99px; padding: 0 14px; font-size: 19px; color: #013A71; background-color: #fff; }
	body.has-mobile-header-bar.shiftnav-open-left .mobile-header-bar { opacity: 0; visibility: hidden; right: -200px; }
	
	#lightbox-contact { display: none; background-color: rgba(0,0,0,0.8); width: 100%; top: 0; height: 100%; position: fixed; z-index: 9999; text-align: center; }
	#lightbox-contact .lightbox-contact-bin { padding: 30px; position: relative; top: 50%; transform: translateY(-50%); }
	#lightbox-contact .button { display: block; margin: 30px auto; background: #B62A39; border-radius: 24px; width: 100%; max-width: 400px; height: 48px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; text-transform: uppercase; box-shadow: 0 0 10px rgba(0,0,0,.25); }
    #lightbox-contact .button-close { display: inline-block; width: 50px; height: 50px; margin: 10px auto; background: #fff; border-radius: 50%; line-height: 50px; text-align: center; color: #013A71; font-size: 22px; text-transform: uppercase; box-shadow: 0 0 10px rgba(0,0,0,.25); }
    .floatingbox .box .bottom-content-right ul { text-align: left; }
}
@media ( min-width: 400px ) and ( max-width: 991px ) {
	body.has-mobile-header-bar .mobile-header-bar a {  }
}

/* From WP Customizer in TX, push to all themes */
@media (max-width: 500px){

    #videoRotator iframe { max-width: 100%; height: 220px; }    
    .introsection h2,
    .header-banner h1 {
        font-size: 3.0em !important;
    }

}

.floatingbox .box .top-content .text-center .title-wrap { margin: 0 auto; float: none; display: inline-block; }
body.single-post .header-banner { padding: 145px 0 100px; }

.video-rotator.light h2,
.video-rotator.light p { color: #fff; }

body section.floatingbox #floatbox.light h2,
body section.floatingbox #floatbox.light h3,
body section.floatingbox #floatbox.light h4,
body section.floatingbox #floatbox.light li,
body section.floatingbox #floatbox.light a,
body section.floatingbox #floatbox.light p { color: #fff; }

body .header-banner.no-gradient { -webkit-box-shadow: none; box-shadow: none; }

.header-banner .text-dark,
.header-banner .text-dark p,
.header-banner h1.text-dark { color: #323232; }

body header.headroom.headroom--top .portal-btn { border-left: 0 !important; padding: 0; }
body header .headercontent .right-nav .search-btn { border: 0 !important; padding-left: 0; padding-top: 2px }
body header.headroom.headroom--not-top .right-nav .search-btn { border: 0 !important;}
body header .headercontent .right-nav .portal-btn { border: 0 !important; padding: 0; }
body header .headercontent .right-nav { width: auto; }
body header .headercontent .right-nav .apply-btn { background-color: #12a7e6; line-height: 1.0; }
body header .headercontent .right-nav .apply-btn:hover { background: #14b9ff; opacity:1; }

@media (max-width:992px) {
    
    .header-banner.hide-mobile-text { padding: 0; }
    .header-banner.hide-mobile-text .container  { display: none; }

    .contentblocks.no-mobile-img,
    .header-banner.no-mobile-img,
    .header-banner.no-mobile-img.light {
        background-image: none!important;
        padding-bottom: 0px!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        background-color: #FFFFFF!important;
        overflow: none;
        max-height: none;
        height: auto;
    }
    .contentblocks.no-mobile-img .container,
    .header-banner.no-mobile-img .container,
    .header-banner.no-mobile-img.light .container {
        padding-bottom: 60px;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        background: #FFFFFF!important
    }
    .contentblocks.no-mobile-img .container,
    .contentblocks.no-mobile-img {
        background-color: #323232 !important;
    }

    .contentblocks.no-mobile-img .container .tab-content .tab-pane {
        padding-bottom: 15% !important;
    }

    /* Content Blocks Brand Colors */
    .bkg-brand-red.contentblocks.no-mobile-img .container,
    .bkg-brand-red.contentblocks.no-mobile-img {
        background: #b62a39 !important;
    }

    .bkg-brand-white.contentblocks.no-mobile-img .container,
    .bkg-brand-white.contentblocks.no-mobile-img {
        background-color: #fff !important;
    }

    .bkg-brand-blue.contentblocks.no-mobile-img .container,
    .bkg-brand-blue.contentblocks.no-mobile-img {
        background: #003a71 !important;
    }

    .bkg-brand-yellow.contentblocks.no-mobile-img .container,
    .bkg-brand-yellow.contentblocks.no-mobile-img {
        background: #f6f0e5 !important;
    }

    .bkg-brand-gray.contentblocks.no-mobile-img .container,
    .bkg-brand-gray.contentblocks.no-mobile-img {
        background: #414042 !important;
    }
    .bkg-brand-gray.contentblocks.no-mobile-img h1,
    .bkg-brand-gray.contentblocks.no-mobile-img h2,
    .bkg-brand-gray.contentblocks.no-mobile-img h3,
    .bkg-brand-gray.contentblocks.no-mobile-img p,
    .bkg-brand-gray.contentblocks.no-mobile-img li,
    .bkg-brand-gray.contentblocks.no-mobile-img li a,
    .bkg-brand-gray.contentblocks.no-mobile-img .tab-pane
    {
        color: #fff !important;
    }

    .bkg-dark-white.contentblocks.no-mobile-img .container,
    .bkg-dark-white.contentblocks.no-mobile-img {
        background: #eeefef !important;
    }

    .bkg-light-white.contentblocks.no-mobile-img .container,
    .bkg-light-white.contentblocks.no-mobile-img {
        background: #fafafa !important;
    }


    .header-banner.no-mobile-img .container h1,
    .header-banner.no-mobile-img.light .container h1 {
        color: #323232 !important;
    }

    .header-banner.no-mobile-img .container p,
    .header-banner.no-mobile-img.light .container p {
        color: #808080 !important;
    }

    .header-banner.no-mobile-img .container a,
    .header-banner.no-mobile-img.light .container a {
        color: #323232 !important;
    }

    .contentblocks.no-mobile-img.light .mobile-background-image,
    .contentblocks.no-mobile-img .mobile-background-image,
    .header-banner.no-mobile-img.light .mobile-background-image,
    .header-banner.no-mobile-img .mobile-background-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        clear: both !important;
        position: relative !important;
        margin: 0 !important;
    }
}

h2.faux-h1,
h3.faux-h1,
h4.faux-h1,
h5.faux-h1,
h6.faux-h1 {
    font-size: 14px;
    font-family: "AGaramondProRegular", "EB Garamond", "Baskerville", serif; 
    margin: 0 auto 40px; 
    font-size: 5.65em; 
    line-height: 1.15em; 
}

.contentblocks .item .content.center-layout { text-align: center; }
.center-align-text { text-align: center; }

@media screen and (max-width: 767px) {
    
    .hide-on-mobile--always { display: none !important; }

}

form .frm_radio label { font-family: "AvenirNextLTPro-Regular", "Futura", sans-serif !important; font-size: 1.35em !important; text-indent: -28px !important; padding-left: 50px !important; }
form#form_texas-apply-success-form .frm_primary_label { font-weight: bold !important; }
form#form_texas-apply-success-form .frm_submit button {
    letter-spacing: 1px;
    padding: 15px 35px 12px;
    text-align: center;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.75);
    background: transparent;
    margin: 20px auto;
    width: auto;
    border: none!important;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: "AvenirNextLTPro-Demi", "Futura", sans-serif;
    text-decoration: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: #b62a39;
    color: #FFFFFF
}

#pre-form-content { padding-bottom: 0; }
#apply-next-steps.midpage-banner a.btn-solid-red { margin-top: 0 !important; }
@media screen and (min-width:768px) {
    label#field_dxzmu3710dbdbdd_label { display: block; padding-top: 1.333em !important; }
}

/* FAQs */
.section--faqs { background-color: #fff; padding: 80px 0; }
.section--faqs .shell { max-width: 1340px; margin: 0 auto; }
.section--faqs .section__head h2 { text-align: center; margin: 0; padding: 0; }
.section--faqs .section__head { text-align: center; margin-bottom: 30px; }
.section--faqs .section__body { max-width: 670px; margin: 0 auto; }

.section--faqs .accordion .accordion__section { border-bottom: 1px solid #D8D9DA; padding: 24px 0 0; }
.section--faqs .accordion .accordion__section:last-child { border-bottom: 0; }
.section--faqs .accordion .accordion__section .accordion__head h3 { font: 20px/1.2 "AvenirNextLTPro-Demi", "Futura", sans-serif; color: #323232; margin: 0 0 24px; padding: 0 50px 0 0; position: relative; transition: .3s color; }
.section--faqs .accordion .accordion__section .accordion__head:hover h3 { text-decoration: underline; cursor: pointer; color: #003a71; }
.section--faqs .accordion .accordion__section .accordion__head h3::after { content: ''; display: block; width: 20px; height: 20px; background: url('../icons/ico-faq-arrow.svg') no-repeat center; background-size: 100% auto; position: absolute; right: 0; top: 0; transition: .4s transform; }
.section--faqs .accordion .accordion__section .accordion__body { display: none; }
.section--faqs .accordion .accordion__section .accordion__body p { margin: 0 0 24px; padding: 0; }
.section--faqs .accordion .accordion__section .accordion__body a { text-decoration: underline !important; }

.section--faqs .accordion .accordion__section.accordion__section--active .accordion__head h3::after { transform: rotate(180deg); }

/* Page Specific */
/* https://www.teachersoftomorrow.com/texas/become-a-teacher-with-no-degree */
.page-id-121786 .timeline-blocks {
    padding-top: 0 !important;
    margin-top: -40px !important;
}

/* Fixed Height Header */
body #wrapper .header-banner.header--fixed-height {
    background-size: auto 460px !important;
    background-position: center bottom !important;
    padding: 0 !important;
    height: 460px;
    max-height: 460px;
}
@media (max-width: 767px) {
    body #wrapper .header-banner.header--fixed-height {
        padding-top: 75% !important; /* 4:3 aspect */
        height: auto !important;
        max-height: 460px !important;
        min-height: auto !important;
        background-size: cover !important;
    }
}

/* Reduce trailing nav items */
#header.header.headroom #topmenu>ul>li { white-space: nowrap; }
@media (min-width: 992px) and (max-width: 1199px) {
    #header.header.headroom #topmenu>ul>li { font-size: 13px; padding-left: 8px; padding-right: 8px; letter-spacing: 0; }
    header .headercontent .right-nav .portal-btn { padding-left: 0 !important; }
    header .headercontent .right-nav { padding-top: 16px !important; }
    header .headercontent .right-nav .portal-btn, header .headercontent .right-nav .talk-btn { font-size: 13px; letter-spacing: 0; }
}
@media (min-width: 992px) {
    body header .headercontent .right-nav .portal-btn { margin-bottom: 12px; }
    #header .col-lg-4.col-md-4 { width: 25%; float: right;}
    #header .col-lg-6.col-md-6 { width: 58.33333%;}

    /* New Navigation */
    #header.header.headroom.reduced-spacing #topmenu>ul>li { padding-left: 7px; padding-right: 7px; letter-spacing: .5px; }
    header.reduced-spacing .headercontent .right-nav .portal-btn, header.reduced-spacing .headercontent .right-nav .talk-btn { letter-spacing: .5px; }

    /* Flex Navigation */
    body #header .headercontent .container--flex { display: flex; }

    body #header .headercontent .container--flex .col-lg-2,
    body #header .headercontent .container--flex .col-lg-4,
    body #header .headercontent .container--flex .col-lg-6 { width: auto; }

    body #header .headercontent .container--flex .col-lg-2 { max-width: 220px; min-width: 160px; }
    body #header .headercontent .container--flex .col-lg-4 { min-width: 260px; margin-left: auto; }
    body #header .headercontent .container--flex .col-lg-6 { flex-grow: 1; }
    body #header .headercontent .container--flex .col-lg-6 nav > ul { display: flex; }
    body #header .headercontent .container--flex .col-lg-6 nav > ul > li { flex: 0 0 1; line-height: 1.0; }
    header.reduced-spacing .headercontent .container--flex .right-nav .portal-btn, header.reduced-spacing .headercontent .container--flex .right-nav .talk-btn { line-height: 1.0; }

    /* Level 3 */
    
    body #header .headercontent .container--flex #topmenu ul ul li.dropdown { position: relative; }
    body #header .headercontent .container--flex #topmenu ul ul li.dropdown a { padding-right: 34px; }
    body #header .headercontent .container--flex #topmenu ul ul li.dropdown > a::after { content: ''; position: absolute; right: 16px; top: 12px; display: block; width: 8px; height: 8px; transition: .3s transform;
        border: solid rgba(255,255,255,1);
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 1px;
        transform: rotate(45deg);
    }
    body #header .headercontent .container--flex #topmenu ul ul li.dropdown.accordion--open > a::after { transform: rotate(225deg); top: 16px; }
    body #header.headroom--not-top .headercontent .container--flex #topmenu ul ul li.dropdown > a::after { border-color: #111; }
    body #header .headercontent .container--flex #topmenu ul ul li.dropdown > a:hover::after { border-color: #003a71; }
    body #header .headercontent .container--flex #topmenu ul ul ul li a { font-size: 1em; padding-left: 30px !important; color: #eee; }
    body #header .headercontent .container--flex #topmenu ul ul ul.dropdown-menu { position: relative !important; /*display: block !important; opacity: 1 !important;*/ }
    body #header .headercontent .container--flex #topmenu > ul > li > ul { max-height: calc(100vh - 70px); overflow-y: auto; }
}

/* Testimonial Fix */
body.home .teastimonial-item-07 .bottom-content .clients-details .content .name,
body.home .teastimonial-item-07 .bottom-content p { color: #fff !important; }

/* ShiftNav Multi Level Support */
html .shiftnav.shiftnav-left-edge { left: -1px; }
.shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target { text-align: left !important; color: #111 !important; }
.shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target:hover { color: #fff !important; background-color: #003a71 !important; }
.shiftnav ul.shiftnav-menu li.menu-item ul li .shiftnav-target { font-size: 1.2em !important; background-color: #f1f1f1 !important; color: #333 !important; padding: 16px 16px 16px 30px !important; cursor: pointer; }
.shiftnav ul.shiftnav-menu li.menu-item ul li ul li .shiftnav-target { font-size: 1.1em !important; background-color: #ddd !important; color: #444 !important; padding: 14px 14px 14px 40px !important; }
.shiftnav ul.shiftnav-menu li.menu-item ul li .shiftnav-target:hover { background-color: #003a71 !important; }

.shiftnav ul.shiftnav-menu li.menu-item.menu-item-has-children>.shiftnav-target { position: relative; }
.shiftnav ul.shiftnav-menu li.menu-item.menu-item-has-children>.shiftnav-target::after { content: ''; position: absolute; right: 16px; top: 34px; display: block; width: 8px; height: 8px; transition: .3s all;
    border: solid rgba(0,0,0,1);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
}
.shiftnav ul.shiftnav-menu li.menu-item.menu-item-has-children>.shiftnav-target:hover::after,
.shiftnav ul.shiftnav-menu li.menu-item.menu-item-has-children.accordion--open>.shiftnav-target::after { border-color: #fff; }
.shiftnav ul.shiftnav-menu li.menu-item.menu-item-has-children.accordion--open>.shiftnav-target { background-color: #003a71 !important; color: #fff !important; }
.shiftnav ul.shiftnav-menu li.menu-item.menu-item-has-children.accordion--open>.shiftnav-target::after { transform: rotate(225deg); }
.shiftnav ul.shiftnav-menu ul li.menu-item.menu-item-has-children>.shiftnav-target::after { top: 20px; }

header .headercontent .right-nav .fa-phone,
header .headercontent .right-nav .fa-user { font-size: 1.4em; margin-right: 6px; }
header .headercontent .right-nav > a:hover,
header .headercontent .right-nav .talk-btn:hover { opacity: 0.7; }

@media (max-width: 1400px) {
    #talk-dropdown .dropdown-menu.lets-talk.lets-talk--icons .content-wrapper {
        right: 60px;
    }
}

#header.hide-menu .col-lg-6.col-md-6,
#header.hide-menu .col-lg-4.col-md-4 { display: none; }

/* Footer (2023 Update) */
#footer-branded { background-color: #003A71; padding: 54px 0 0; }
#footer-branded .top-bin .container { display: flex; }
#footer-branded .container { max-width: 1320px; padding-left: 15px; padding-right: 15px; width: calc(100% - 30px); }
#footer-branded a { color: #fff; }
#footer-branded img { width: auto; max-width: 100%; height: auto; padding: 0; margin: 0; }

#footer-branded ul,
#footer-branded ul li { text-align: left; margin-top: 0; padding-top: 0; }
#footer-branded .col { min-width: 200px; }

#footer-branded .col--about { width: 280px; padding-right: 80px; }
#footer-branded .col--about img { max-width: 190px; }
#footer-branded .col--about .partners { display: flex; padding: 24px 0; }
#footer-branded .col--about .partners img { width: 95px; }
#footer-branded .col--about .partners img.sk12 { width: 74px; margin-right: 20px; }
#footer-branded .col--about ul.social { display: flex; column-gap: 15px;}
#footer-branded .col--about ul.social li a { display: inline-block; width: 35px; height: 35px; border: 2px solid #fff; border-radius: 10px; text-align: center; display: flex; justify-content: center; align-items: center; }
#footer-branded .col--about ul.social li a:hover { background-color: #12A7E6; }

#footer-branded .col--links { min-width: 220px; padding-right: 40px; }
#footer-branded .col--links ul li { margin-bottom: 16px; padding: 0; }
#footer-branded .col--links ul li a { font: 300 16px/1.2 "AvenirNextLTPro-Regular", sans-serif; text-transform: none; letter-spacing: 0; }
#footer-branded .col--links ul li.footer-title a { font-family: 'AvenirNextLTPro-Demi', sans-serif; font-weight: normal; font-size: 20px; text-transform: uppercase; }

#footer-branded .col--apply .only-mobile { display: none; }
#footer-branded .col--apply .btn { display: inline-block; padding: 16px 40px 14px; background-color: #12A7E6; text-align: center; color: #003A71; text-transform: uppercase; font: 18px/1.0 'AvenirNextLTPro-Demi', sans-serif; letter-spacing: 0; }
#footer-branded .col--apply .btn:hover { background-color: #14B9FF; }

#footer-branded .bottom-bin { background-color: #12A7E6; padding: 54px 0; }
#footer-branded .bottom-bin .accreditation { max-width: 820px; display: flex; margin: 0 auto; justify-content: center; align-items: center; }
#footer-branded .bottom-bin .accreditation p { text-align: center; font-size: 15px; margin-top: 24px; padding-right: 30px; line-height: 1.2; color: #003A71; }
#footer-branded .bottom-bin .copyright { color: #fff; font-size: 13px; width: 100%; padding-top: 54px; display: flex; }
#footer-branded .bottom-bin .copyright p { color: #fff; letter-spacing: 0; font-size: 13px; width: auto; padding-right: 20px; }
#footer-branded .bottom-bin .copyright ul li { display: inline; }
#footer-branded .bottom-bin .copyright ul li a { color: #fff !important; letter-spacing: 0; }
#footer-branded .aaqep-logo { padding: 12px 20px; background-color: #fff; border-radius: 24px; text-align: center; width: 126px; height: auto; height: 80px; }
#footer-branded .aaqep-logo img { max-width: 80px; }

@media (max-width: 1100px) {
    #footer-branded .col { min-width: auto; width: 20%; }
    #footer-branded .col--about { width: auto; padding-right: 30px; }
    #footer-branded .col--links { min-width: auto; padding-right: 30px; }
    #footer-branded .col--apply .btn { padding: 12px 30px 10px; font-size: 16px; }
}
@media (max-width: 959px) {
    #footer-branded .top-bin .container { display: flex; flex-flow: row wrap; }
    #footer-branded .col--apply { width: 100%; text-align: center; padding-bottom: 54px; }
    #footer-branded .col--apply .btn { padding: 16px 40px 14px; font-size: 18px; margin: 0 auto; }

    #footer-branded .col { order: 3; width: 33%; }
    #footer-branded .col--about { order: 1; width: 50%; }
    #footer-branded .col--apply { order: 2; width: 50%; }

    #footer-branded .bottom-bin .copyright { display: block; padding-top: 20px; }

}

@media (max-width: 600px) {
    #footer-branded .top-bin .container { flex-flow: column wrap; }
    #footer-branded .col { width: 100%; max-width: 320px; margin: 0 auto; order: 3; }
    #footer-branded .col--about { order: 1; padding-right: 0; }
    #footer-branded .col--about .partners { justify-content: center; }
    #footer-branded .col--about .logo-a { display: block; text-align: center;}
    #footer-branded .col--about ul.social { justify-content: center; }
    #footer-branded .col--apply { text-align: center; order: 2; }
    #footer-branded .col--apply .only-mobile { display: block; }
    #footer-branded .col--apply .only-mobile p { color: #fff; font-size: 16px; line-height: 1.2; margin-top: 24px; }
    #footer-branded .col--apply .only-mobile .aaqep-logo { margin: 0 auto; }

    #footer-branded .bottom-bin .accreditation { display: none; }
    #footer-branded .bottom-bin .copyright { padding-top: 0; }
}

/* HTML Text Hero */
body .header-banner--with-text { padding: 80px 0 0 0; background-color: #003a71; color: #fff; min-height: 525px; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; }
body .header-banner--with-text .container { height: 100%; display: flex; align-items: bottom; }

body .header-banner--with-text .container.hero-headline--full { padding-top: 90px; display: block; height: auto; text-align: left; align-items: normal; margin:0 auto;}
body .header-banner--with-text .container.hero-headline--full h1 { font-size: 5em; line-height: 1.1; text-align: left; }
body .header-banner--with-text .container .hero-content { height: 100%; padding-top: 90px; padding-bottom: 30px; width: 50%; }
body .header-banner--with-text .container.with-hero-headline--full .hero-content { padding-top: 0; }
body .header-banner--with-text .container .hero-content h1 { font-size: 5em; line-height: 1.1; }
body .header-banner--with-text .container .hero-content p { color: #fff; }
body .header-banner--with-text .container .hero-content p:last-child { margin-bottom: 0; }
body .header-banner--with-text .container .hero-content p a { color: #fff; }
body .header-banner--with-text .container .hero-content p a:hover { color: #fff; text-decoration: underline !important; }
body .header-banner--with-text .container .hero-content .btn { background-color: #12A7E6; border: 2px solid #12A7E6 !important; margin-right: 12px; margin-top: 10px; margin-bottom: 10px; padding-top: 12px; padding-bottom: 10px; line-height: 1.4; }
body .header-banner--with-text .container .hero-content .btn:hover { background-color: #14b9ff; border-color: #14b9ff !important; text-decoration: none !important; }
body .header-banner--with-text .container .hero-content .btn.btn--secondary { border: 2px solid #12A7E6 !important; background-color: transparent; }
body .header-banner--with-text .container .hero-content .btn.btn--secondary:hover { background-color: #14b9ff; text-decoration: none !important; border-color: #14b9ff !important; }
body .header-banner--with-text .container .hero-content .btn.btn--custom { opacity: 1.0; transition: .3s all;}
body .header-banner--with-text .container .hero-content .btn.btn--custom:hover { opacity: .7; transition: .3s opacity; }

body .header-banner--with-text .container .hero-image { display: flex; justify-content: flex-end; align-items: flex-end; align-self: flex-end; flex-grow: 1; width: 50%; height: 100%; padding-top: 20px; text-align: center; }
body .header-banner--with-text .container .hero-image img { display: block; width: auto; max-width: 100%; height: auto; max-height: 500px; display: block; }

/* Align Image */
body .header-banner--with-text.align-image-left .container .hero-content { order: 2; }
body .header-banner--with-text.align-image-left .container .hero-image { order: 1; justify-content: flex-start; padding-right: 20px; }

/* Align Content */
body .header-banner--with-text.align-content-right .container .hero-content { text-align: right; }
body .header-banner--with-text.align-content-right .container .hero-content .btn { margin-right: 0; margin-left: 12px; }
body .header-banner--with-text.align-content-right .container .hero-content h1 { text-align: right; }

body .header-banner--with-text.align-content-center .container .hero-content { text-align: center; }
body .header-banner--with-text.align-content-center .container .hero-content h1 { text-align: center; }
body .header-banner--with-text.align-content-center.no-featured-image .container .hero-content { margin-left: auto; margin-right: auto; }


@media (max-width: 991px) {
    body .header-banner--with-text { padding-top: 60px; min-height: auto; }
    body .header-banner--with-text .container .hero-content { padding-top: 0; }
    body .header-banner--with-text .container .hero-content h1 { font-size: 3.5em; margin-bottom: 20px; }
    body .header-banner--with-text .container .hero-content p { font-size: 16px; margin-bottom: 16px; }

    body .header-banner--with-text .container .hero-image img { max-height: 400px; padding-top: 0; }
}
@media (max-width: 600px) {
    body .header-banner--with-text { padding-top: 40px; }
    body .header-banner--with-text .container { flex-flow: row wrap; width: 100%; }
    body .header-banner--with-text .container .hero-content { display: block; width: 100%; order: 2; }
    body .header-banner--with-text .container .hero-image { display: block; width: 100%; text-align: center; order: 1; padding-bottom: 40px; padding-right: 0; padding-left: 0; }
    body .header-banner--with-text .container .hero-image img { display: block; margin: 0 auto; }
}

#footer-branded .bottom-bin .container .copyright + .footer-addtext { margin-top: -40px; text-align: center; display: block !important; }
#footer-branded .bottom-bin .container .footer-addtext a { color: #fff; margin: 0 auto !important; padding: 0; color: #fff !important; display: inline !important; }
#footer-branded .bottom-bin .container .footer-addtext a:hover { text-decoration: underline; }

/* Responsive video embed */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* WP Layout Enhancements */
.standardblocks .item.item--no-hover, 
.standardblocks .item.item--no-hover:hover,
.standardblocks .item.item--no-hover:hover .content .in,
.standardblocks .item.item--no-hover:active .content .in,
.standardblocks .item.item--no-hover:focus .content .in,
.standardblocks .item.item.item--no-hover .content .in,
.standardblocks .item.item.item--no-hover .content .in:active,
.standardblocks .item.item.item--no-hover .content .in:focus,
.standardblocks .item.item.item--no-hover .content .in:hover { 
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    will-change: none !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.standardblocks .item:not(.item--no-hover) .content { padding-bottom: 30px; }
.standardblocks .item:not(.item--no-hover) .content .plus { bottom: -10px; }
.standardblocks .item .in .btn--custom { white-space: normal; }
.standardaccordion { color: #323232; }
.standard-accordion .introsection p,.standard-accordion .introsection * { color: inherit !important; }
.standard-accordion .panel-group .panel .panel-body { color: #323232; }
.standard-accordion .panel-group .panel .panel-body p, .standard-accordion .panel-group .panel .panel-body *:not(a) { color: inherit !important; }
.aligncenter--slim { text-align: center; }
.alignright--slim { text-align: right; }

body.single-post .post-content .in-content-cta,
.in-content-cta { background: #003A71 url('../images/bg-in-content-cta.png') no-repeat; background-size: cover; color: #fff; padding: 40px; }

.in-content-cta h4,
body.single-post .post-content .in-content-cta h4 { color: #fff; font-weight: bold !important; font-size: 4.2em !important; font-weight: bold; margin: 0 0 20px !important; padding: 0; }

.in-content-cta .btn-solid-blue,
body.single-post .post-content .in-content-cta .btn-solid-blue { padding: 16px 24px !important; border-radius: 99px; background: #12A7E6; color: #fff; font: 16px/1.0 "AvenirNextLTPro-Regular", "Futura", sans-serif !important; text-transform: none !important; text-decoration: none !important; margin: 0; }
.in-content-cta .btn-solid-blue:hover,
body.single-post .post-content .in-content-cta .btn-solid-blue:hover { background-color: #14B9FF; }

.in-content-cta p.support,
body.single-post .post-content p.support { margin: 12px 0 0; color: #fff; font-size: 14px; }

/* small size */
body.single-post .post-content .in-content-cta.size-small,
.in-content-cta.size-small { text-align: center; padding: 25px; }
body.single-post .post-content .in-content-cta.size-small h4,
.in-content-cta.size-small h4 { text-align: center; font-size: 32px !important; font-weight: normal !important; }


@media (max-width: 959px) {
    .in-content-cta h4,
    body.single-post .post-content .in-content-cta h4 { font-size: 34px !important; }
}

@media (max-width: 480px) {
    body.single-post .post-content .in-content-cta,
    .in-content-cta { padding: 20px; }
    
    .in-content-cta h4,
    body.single-post .post-content .in-content-cta h4 { font-size: 24px !important; }
}

/* ------------------------------------------------------------ *\
	State Select
\* ------------------------------------------------------------ */

body #wrapper .section--state-selector-grid { background-color: #01284E; color: #fff; padding: 80px 0; }
body #wrapper .section--state-selector-grid header { position: static !important; text-align: center; color: #fff; top: auto; }
body #wrapper .section--state-selector-grid ul.states { max-width: 1090px; margin: 0 auto; padding: 0; display: flex; flex-flow: row wrap; justify-content: center; }
body #wrapper .section--state-selector-grid ul.states li:before { display: none; }
body #wrapper .section--state-selector-grid ul.states li { padding: 0 !important; list-style: none; flex: 0 310px; margin: 20px !important; display: inline-block; width: 310px; height: 180px;  text-indent: 0; }
body #wrapper .section--state-selector-grid ul.states li a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; height: 100%; max-width: 100%; background-color: #011A33; border: 2px solid #011A33; border-radius: 12px; text-decoration: none; transition: all .3s ease-in; color: #fff; text-align: center; }
body #wrapper .section--state-selector-grid ul.states li a:hover { background-color: #12A7E6; border-color: #fff; }
body #wrapper .section--state-selector-grid ul.states li a div { width: 100%; }
body #wrapper .section--state-selector-grid ul.states li a .state-icon { width: 50px; height: 50px; margin: 0 auto 16px; }
body #wrapper .section--state-selector-grid ul.states li a .state-icon img { max-width: 100%; width: auto; height: auto; }
body #wrapper .section--state-selector-grid ul.states li a .state-name { font-size: 24px; font-weight: 600; text-indent: 0; }

/* If 10 States */
body #wrapper .section--state-selector-grid ul.states.count-10 li { flex: 0 230px; width: 230px; height: 180px; margin: 15px; }

@media (max-width: 767px) {
    body #wrapper .section--state-selector-grid .header { text-align: center; }
    body #wrapper .section--state-selector-grid .header a { margin: 0 auto; }
  
    body #wrapper .section--state-selector-grid ul.states li { flex: 0 calc(50% - 20px); margin: 10px; }
    body #wrapper .section--state-selector-grid ul.states li a.location-selected .location-notice { font-size: 12px; padding: 8px; line-height: 1.0; }
    body #wrapper .section--state-selector-grid ul.states li a.location-selected .location-notice img { margin-right: 4px; }
    body #wrapper .section--state-selector-grid ul.states li a .state-icon { width: 40px; height: 40px; margin: 0 auto 16px; }
    body #wrapper .section--state-selector-grid ul.states li a .state-name { font-size: 18px; font-weight: 600; }
  }

/* Logo Marquee Slider */
body #wrapper .marquee ul li:before {
    content: '';
    display: none;
}
.marquee {
    width: 100%; max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
}
.marquee .content {
    text-align: center;
    max-width: 768px;
    margin: 0 auto 60px;
}
.marquee .content h2 { text-align: center; }

.scroller__inner {
padding-block: 1rem;
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
}
.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(
        90deg,
        transparent,
        white 10%,
        white 90%,
        transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.scroller[data-animated="true"] .scroller__inner {
width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller__inner img {
max-width: 180px;
max-height: 80px;
margin: 0 24px;
}

.scroller[data-direction="right"] {
--_animation-direction: reverse;
}

.scroller[data-direction="left"] {
--_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
--_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
--_animation-duration: 60s;
}

@keyframes scroll {
to {
    transform: translate(calc(-50% - 0.5rem));
}
}


/* Testimonial Block */
.contentblocks.testimonials { padding-bottom: 80px;}
.alumni-section {
    padding: 60px 20px;
}

.contentblocks.testimonials { 
    padding-bottom: 80px;
}

.alumni-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.alumni-header {
    margin-bottom: 50px;
}

.alumni-title {
    font-size: 2.5em;
    color: #2c5282;
    margin-bottom: 10px;
    font-weight: normal;
}

.alumni-subtitle {
    font-size: 1.2em;
    color: #4a5568;
    margin: 0;
}

.alumni-grid {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
}

@media (max-width: 1024px) {
    .alumni-grid {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.alumni-card {
    background: linear-gradient(150deg, #003a71 25%, #0860B4 100%);
    border-radius: 20px;
    padding: 40px 30px;
    color: #fff;
    flex: 0 0 calc(33.333% - 13.33px);
    min-width: 270px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    scroll-snap-align: start;
}

.alumni-card p {
    color: #fff;
    font-size: 1.2em;
}

.alumni-card:hover {
    transform: translateY(-4px);
}

.alumni-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    object-fit: cover;
}

.alumni-name {
    font-size: 1.6em;
    font-weight: bold;
    font-family: "AvenirNextLTPro-Demi", "Futura", sans-serif;
    margin-bottom: 5px;
}

.alumni-achievement {
    font-size: 1em;
    font-style: italic;
    margin-bottom: 20px;
    opacity: 0.9;
}

.alumni-stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}

.star {
    color: #fbbf24;
    font-size: 1.5em;
}

.alumni-testimonial {
    font-size: 0.95em;
    line-height: 1.6;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .alumni-grid {
        padding: 0 20px 0 40px;
    }
    
    .alumni-card {
        flex: 1;
        scroll-snap-align: start;
    }
    
    .alumni-title {
        font-size: 2em;
    }
    
    .alumni-container {
        padding: 0;
    }
    
    .alumni-section {
        padding: 60px 0;
    }
}


/* Non-Bachelor Pathways */
.non-bachelor-pathways {
    background-color: #003A71;
    color: #fff;
    padding-top: 180px;
}
@media (max-width: 768px) {
    .non-bachelor-pathways {
        padding-top: 80px;
    }
}
.non-bachelor-pathways .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.non-bachelor-pathways .header {
    text-align: center;
    margin-bottom: 60px;
}

.non-bachelor-pathways .header h1 {
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}

.non-bachelor-pathways .header .subtitle {
    font-size: 24px;
    margin-bottom: 10px;
}

.non-bachelor-pathways .header .description {
    font-size: 16px;
    opacity: 0.9;
}

.non-bachelor-pathways .pathways {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    align-items: stretch;
}

.non-bachelor-pathways .pathway-section {
    border: 3px solid white;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.non-bachelor-pathways .pathway-section.bachelor {
    flex: 1;
}

.non-bachelor-pathways .pathway-section.experience {
    flex: 2;
}

.non-bachelor-pathways .section-title {
    background-color: white;
    color: #003A71;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.non-bachelor-pathways .pathway-cards {
    background-color: #003A71;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.non-bachelor-pathways .pathway-cards.experience-cards {
    flex-direction: row;
    gap: 20px;
}

.non-bachelor-pathways .card {
    background-color: white;
    color: #333;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.non-bachelor-pathways .logo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
    min-height: 70px;
}
.non-bachelor-pathways .logo img {
    height: auto !important;
    max-width: 120px;
}

.non-bachelor-pathways .card h3 {
    font-size: 18px;
    color: #003A71;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    font-family:"AvenirNextLTPro-Demi", "Futura", sans-serif;
}

.card .description {
    font-size: 14px;
    margin-bottom: 20px;
    color: #323232;
    font-family:"AvenirNextLTPro-Demi", "Futura", sans-serif;
}

.non-bachelor-pathways .features {
    text-align: left;
    margin-bottom: 30px;
    flex-grow: 1;
}

.non-bachelor-pathways .feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
}

.non-bachelor-pathways .feature:last-child {
    margin-bottom: 0;
}

.non-bachelor-pathways .feature::before {
    content: "●";
    color: #007acc;
    margin-right: 10px;
    margin-top: 2px;
    flex-shrink: 0;
}

.non-bachelor-pathways .get-started-btn {
    background-color: #003A71;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.non-bachelor-pathways .get-started-btn:hover {
    background-color: #12A7E6;
}

.non-bachelor-pathways .footer {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 40px;
}

.non-bachelor-pathways .footer .subtitle {
    font-size: 24px;
    margin-bottom: 10px;
}

.non-bachelor-pathways .footer .description {
    font-size: 16px;
    opacity: 0.9;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .non-bachelor-pathways .container {
        padding: 20px 15px;
    }

    .non-bachelor-pathways .header h1 {
        font-size: 32px;
    }

    .non-bachelor-pathways .header .subtitle {
        font-size: 18px;
    }

    .non-bachelor-pathways .pathways {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

    .non-bachelor-pathways .pathway-cards.experience-cards {
        flex-direction: column;
        gap: 20px;
    }

    .non-bachelor-pathways .card {
        padding: 20px;
    }

    .non-bachelor-pathways .footer .subtitle {
        font-size: 18px;
    }
}

/* Blog Single Author/Meta */
body.single-post .header-banner h1 {
    margin-bottom: 24px;
}body.single-post .header-banner .author {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 0;
}
body.single-post .header-banner .meta {
    margin-top: 8px;
}

body #wrapper #footer-branded ul li:before { display:none; content: ""; padding: 0; color: transparent; font-size: inherit; position: static; top: auto; }

/* Comparison Table - 9/12/25 */
.certification-comparison {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    background: #003a71;
    padding: 80px 20px;
    color: white;
    text-align: center;
}
.certification-comparison p { color: #fff; }

.certification-comparison .comparison-container {
    max-width: 1000px;
    margin: 0 auto;
}

.certification-comparison .comparison-header {
    margin-bottom: 50px;
}

.certification-comparison .comparison-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    opacity: 0.9;
}

.certification-comparison .comparison-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: center;
}

.certification-comparison .comparison-description {
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

.certification-comparison .table-wrapper {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
    overflow-x: auto;
    position: relative;
}

.certification-comparison .comparison-table {
    min-width: 700px;
    width: 1000px;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.certification-comparison .table-header {
    position: sticky;
    top: 0;
    z-index: 10;
}

.certification-comparison .table-header th {
    padding: 20px 15px;
    font-size: 18px;
    text-align: center;
    position: sticky;
    top: 0;
    background: #0f2b5b;
    color: white;
    font-weight: bold;
}

.certification-comparison .table-header th:first-child {
    background: #0f2b5b;
    text-align: left;
    position: sticky;
    left: 0;
    z-index: 11;
}

.certification-comparison .table-header th:nth-child(2) {
    background: #0f2b5b;
}

.certification-comparison .table-header th:nth-child(3) {
    background: #053a93;
    color: #adec03;
}

.certification-comparison .table-header th:nth-child(4) {
    background: #4d7399;
}

.certification-comparison .comparison-table tbody tr td {
    border-bottom: 1px solid #eff5f8;
}

.certification-comparison .comparison-table tbody tr:last-child {
    border-bottom: none;
}

.certification-comparison .comparison-table td {
    padding: 18px 15px;
    text-align: center;
    font-size: 18px;
    color: #374151;
    vertical-align: middle;
    border-bottom: 1px solid #eff5f8;
}

.certification-comparison .comparison-table td:first-child {
    width: 390px;
    text-align: left;
    font-weight: 600;
    color: #0f2b5b;
    background: #f3f8fa;
    position: sticky;
    left: 0;
    z-index: 5;
    /* border-right: 2px solid #eff5f8; */
    font-size: 18px;
}
.certification-comparison .comparison-table tr:nth-child(even) td:first-child {
    background: #fff;
}

.certification-comparison .check-icon {
    width: 24px;
    height: 24px;
    background: #12a7e6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.certification-comparison .x-icon {
    width: 24px;
    height: 24px;
    color: #4d7399;
    font-size: 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.certification-comparison .green-check {
    color: #4d7399;
    font-size: 20px;
    font-weight: bold;
}

.certification-comparison .price-text {
    font-weight: 600;
    font-size: 16px;
}

.certification-comparison tr td:first-child { padding-left: 32px; }
.certification-comparison td.our-program .price-text {
    color: #0f2b5b;
}

.certification-comparison td > img { max-height: 18px; height: 18px; width: auto; }
.certification-comparison td.our-program > img { max-height: 24px; height: 24px; width: auto; }
.certification-comparison td.epp2 { background: #f8ffe5; }
.certification-comparison td.epp2, td.epp3 { color: #4d7399; }

/* Scroll indicator for mobile */
.certification-comparison .table-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to left, rgba(255,255,255,0.8), transparent);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
    .certification-comparison {
        padding: 60px 15px;
    }

    .certification-comparison .comparison-title {
        font-size: 32px;
    }
    
    .certification-comparison .comparison-description {
        font-size: 14px;
    }

    .certification-comparison .table-wrapper {
        margin-top: 30px;
        border-radius: 8px;
    }

    .certification-comparison .table-wrapper::after {
        opacity: 1;
    }

    .certification-comparison .comparison-table {
        min-width: 600px;
    }

    .certification-comparison .table-header th,
    .certification-comparison .comparison-table td {
        padding: 12px 10px;
        font-size: 13px;
    }

    .certification-comparison .table-header th:first-child,
    .certification-comparison .comparison-table td:first-child {
        min-width: 200px;
        max-width: 200px;
    }

    .certification-comparison .price-text {
        font-size: 14px;
    }

    .certification-comparison .check-icon {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .certification-comparison .x-icon {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .certification-comparison {
        padding: 40px 10px;
    }

    .certification-comparison .comparison-title {
        font-size: 28px;
    }

    .certification-comparison .comparison-subtitle {
        font-size: 16px;
    }

    .certification-comparison .comparison-description {
        font-size: 13px;
    }

    .certification-comparison .table-header th,
    .certification-comparison .comparison-table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .certification-comparison .table-header th:first-child,
    .certification-comparison .comparison-table td:first-child {
        min-width: 180px;
        max-width: 180px;
    }
}