.mobile-header-touchups {
    display:none;
}
/* Pagination Styles */
.news-pagination-container {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
}

.pagination-info {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Circle buttons for prev/next */
.pagination-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid #115794;
    border-radius: 50%;
    color: #115794;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.pagination-circle:hover:not(:disabled) {
    background: #115794;
    color: white;
}

.pagination-circle:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: #d1d5db;
    color: #d1d5db;
}

.pagination-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Number buttons */
.pagination-number {
    width: 40px;
    height: 40px;
    padding:0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid #115794;
    border-radius: 50%;
    color: #115794;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-number:hover {
    background: #115794;
    color: white;
}

.pagination-number.active {
    background: #115794;
    color: white;
    border-color: #115794;
}

.pagination-ellipsis {
    padding: 0 4px;
    color: #9ca3af;
}

/* Hide paginated items properly */
.kadence-column-news-item.paginated-hidden {
    display: none !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .news-pagination-container {
        padding: 15px;
    }
    
    .pagination-controls {
        gap: 8px;
    }
    
    .pagination-circle,
    .pagination-number {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

.kt-row-column-wrap.kt-has-2-columns.kt-row-layout-equal.kt-tab-layout-row.kt-mobile-layout-row.kt-row-valign-middle {
    padding: 0 !important;
}
/* News Page Styles - Kadence Block Compatible */
.kb-row-layout-wrap.kb-row-layout-id-news {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Filter Section */
.news-filters-container {
    margin-bottom: 40px;
}

.filter-toggle-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .filter-toggle-section {
        margin-top:10px;
    }
}

.filter-buttons-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-button {
    background: transparent;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    padding: 8px 20px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-button.active,
.filter-button:hover {
    background: #1e3a8a;
    color: white;
    border-color: #1e3a8a;
}

.sort-dropdown-container {
    position: relative;
    min-width: 200px;
}

.sort-dropdown-btn {
    background: white;
    border: 2px solid #003c66;
    border-radius: 8px;
    padding: 12px 20px;
    color: #003c66;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: all 0.3s ease;
    width: 100%;
    min-width: 220px;
}

.sort-dropdown-btn:hover {
    border-color: #1e3a8a;
    color: #1e3a8a;
}

.sort-dropdown-btn.active {
    background: #1e3a8a;
    color: white;
    border-color: #1e3a8a;
}

.sort-dropdown-btn.has-active-filters {
    background: #f0f4ff;
    border-color: #1e3a8a;
    color: #1e3a8a;
    font-weight: 600;
}

.expanded-filters {
    position: absolute;
    top: 60px;
    right: 0;
    background: white;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    animation: slideDown 0.3s ease-out;
    z-index: 1000;
    min-width: 320px;
    margin-top: 4px;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.filter-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-column label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.2s ease;
}

.filter-column label:hover {
    color: #1e3a8a;
}

.filter-column input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1e3a8a;
    cursor: pointer;
}

/* Featured Article Section */
.kb-row-layout-featured {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #f2f7f8;
}

.kb-row-layout-featured .kt-row-column-wrap {
    margin: 0;
}

.kadence-column-featured-image {
    padding: 0 !important;
}

.featured-image-container {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.featured-news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.kadence-column-featured-content .news-meta,
.kadence-column-featured-content .news-date,
.kadence-column-featured-content .news-type{
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform:uppercase;
}

.kt-adv-heading-featured {
    text-transform: uppercase;
    color: #1e3a8a;
    letter-spacing: 0.06em !important;
    line-height: 30px !important;
    font-family: "myriad-pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 28px !important;
}

.kadence-column-featured-content p {
    font-family: "myriad-pro", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #061723;
}

/* Featured Article Button */
.kb-btns-featured .kb-btn-global-fill {
    border-color: transparent !important;
    background: #ffd100 !important;
    font-size: 18px !important;
    color: #115794 !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    border-radius: 80px !important;
    padding: 15px 30px !important;
    box-shadow: none !important;
    font-family: myriad-pro, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    max-width: 216px !important;
    white-space: nowrap !important;
    margin-top:20px;
}

/* News Grid */
.kb-row-layout-news-grid {
    margin-bottom: 60px;
}

.kb-row-layout-news-grid .kt-row-column-wrap.kt-has-3-columns {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.kadence-column-news-item {
    width: 100% !important;
}

.kadence-column-news-item.hidden {
    display: none !important;
}

.news-grid-item {
    background: white;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-item-image {
    position: relative;
    overflow: hidden;
    height: 340px;
    background: #f8f9fa;
}
.kb-btns-news-item a, 
.kb-btns-news-item button {
    border-radius: 24px !important;
    padding: 15px 15px !important;
    font-size: 15px !important;
    margin-top: 10px !important;
    
}
.news-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-content {
    padding: 28px 0px 18px 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-item-content .news-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
}

.news-date {
    font-weight: 500;
}

.news-type {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.news-type:before{
    content: '|';
    display: inline-block;
    width: 4px;
    position:relative;
    left: -6px;
}
.kadence-column-featured-content .news-type:before{
    margin-left:8px;
}
.kadence-column-featured-content .news-date,
.kadence-column-featured-content .news-type {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.kadence-column-featured-content {
    justify-content: center;
}
.wp-block-kadence-advancedbtn.kb-buttons-wrap.kb-btns-news-item {
    display:block;
}
.kt-adv-heading-news-item.news-item-title,
.kt-adv-heading-news-item.news-item-title a{
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;

}
.kt-adv-heading-news-item.news-item-title {
    margin-top:24px !important;
    margin-bottom:10px !important;
    min-height:60px;
}

.news-item-title a {
    color: inherit;
    text-decoration: none;
}

.news-item-title a:hover {
    color: #0f172a;
}

/* Button Styles */
.kb-buttons-wrap {
    margin-top: auto;
    display:block !important;
}

.kb-button {
    display: inline-block;
    border: 2px solid #fbbf24;
    color: #1e3a8a;
    background: #fbbf24;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kb-button:hover {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #1e3a8a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.25);
}

/* Responsive Design */
@media (max-width: 1023px) {
    .mobile-header-touchups > div:nth-of-type(3){
        display: none !important;
    }
}
@media (max-width: 1023px) {
    .mobile-header-touchups {
        display: block;
        top:-60px;
    }
    .kb-row-layout-news-grid .kt-row-column-wrap.kt-has-3-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .kadence-column-featured-content {
        padding: 40px !important;
    }
}

@media (max-width: 768px) {
    .filter-toggle-section {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-buttons-row {
        justify-content: flex-start;
    }
    
    /* Featured Article Mobile */
    .kb-row-layout-featured .kt-row-column-wrap {
        display: block !important;
    }
    
    .featured-image-container {
        min-height: 250px;
    }
    
    .kadence-column-featured-content {
        padding: 30px !important;
    }
    
    .kt-adv-heading-featured {
        font-size: 24px;
    }
    
    /* News Grid Mobile */
    .kb-row-layout-news-grid .kt-row-column-wrap.kt-has-3-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .filter-checkboxes {
        grid-template-columns: 1fr;
    }
}
.featured-row {
    display:flex !important;
    flex-wrap:nowrap !important;
    margin-bottom:60px !important;
}
.featured-row > .kadence-column-featured-image {
    flex:0 0 66% !important;
    max-width:66% !important;
}
.featured-row > .kadence-column-featured-content {
    flex:0 0 33% !important;
    max-width:33% !important;
    padding-right:30px !important
}
.kb-button.filter-button {
    background-color: #ffffff !important;
    display: inline-block !important;
    border: 2px solid #003c66 !important;
    margin-left: 0px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 32px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    color: #003c66 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    font-size: 14px;
    margin-right: 15px;
}
.kb-button.filter-button.active,
.kb-button.filter-button:hover,
.kb-button.filter-button:active,
.kb-button.filter-button:focus,
.kb-button.filter-button:focus-within {
    background-color: #003c66 !important;
    color: #ffffff !important;
    border-color: #003c66 !important;
}
.kadence-column-news-main .news-filters-container {
    border-bottom: 2px solid #003c66;
    margin-bottom: 60px !important;
    margin-bottom: 55px !important;
}
.kb-btns668_aa0e59-23 > a {display:none;}

.kb-btns-news-item > .kb-btn-news-item {
    background-color: #fff;
    color: #115794;
    margin-bottom:30px;
    max-height:50px;
    line-height: 1 !important;
    padding: 15px 30px !important;
}
.kadence-column-featured-content .kb-btn-featured  span {
    font-family: "myriad-pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 24px;
    letter-spacing: 0.06em;
    position: relative;
    top: 0px;

}
.kb-btns-news-item > .kb-btn-news-item span {
    background-color: transparent !important;;
    color: #115794;
    white-space: nowrap;

    font-family: "myriad-pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 24px;
    letter-spacing: 0.06em;

    position: relative;
    top: -5px;
}
.kb-btns-news-item > .kb-btn-news-item:hover,
.kb-btns-news-item > .kb-btn-news-item:focus,
.kb-btns-news-item > .kb-btn-news-item:active {
    background-color: #115794;
    border-color: #115794;
    color: #fff;
}
.kb-btns-news-item > .kb-btn-news-item:hover span,
.kb-btns-news-item > .kb-btn-news-item:focus span,
.kb-btns-news-item > .kb-btn-news-item:active span {
    background-color: transparent !important;
    color: #fff;
}
.kadence-column-featured-content .kb-btn-featured {
    font-family: "myriad-pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 24px;
    letter-spacing: 0.06em;
}
.kadence-column-featured-content .kb-btn-featured:hover,
.kadence-column-featured-content .kb-btn-featured:focus,
.kadence-column-featured-content .kb-btn-featured:active {
    background-color: #115794 !important;
    color: #ffd300 !important;
}
.kadence-column-featured-content .kb-btn-featured:hover span,
.kadence-column-featured-content .kb-btn-featured:focus span,
.kadence-column-featured-content .kb-btn-featured:active span {
    background-color: transparent !important;
    color: #ffd300 !important;
}

@media screen and (max-width: 575px){
    .kb-btns-news-item > .kb-btn-news-item,
    .kadence-column-featured-content .kb-btn-featured {
        width:100% !important;
        min-width:100%;
        text-align:center !important;
    }
}

.kb-row-layout-wrap.kb-row-layout-id-news {
    max-width: 1300px;
}

.hero-meta-info {
    text-transform:uppercase;
}
@media screen and (max-width: 1023px){
    .kb-row-layout-id668_af6116-54 > .kt-row-column-wrap {
        padding-top:0px !important;
        padding-left:0px !important;
        padding-right:0px !important;

    }
    .kadence-column668_364251-7d > .kt-inside-inner-col {
        margin-bottom:34px !important;
    }
    .kb-row-layout-wrap.wp-block-kadence-rowlayout.kb-row-layout-id668_d03d3d-74,
    .kb-row-layout-id668_af6116-54 > div {
        background-color:#fff;
    }
}

/* ==========================================================================
   CONSOLIDATED STYLES FROM PHP FILES
   ========================================================================== */

/* Styles from page-news.php */
#main .content-wrap {
    display: none;
}

/* Hide hero meta info on news index page only */
.page-template-page-news .hero-meta-info {
    display: none !important;
}

/* Hide featured section on mobile */
@media (max-width: 767px) {

    .kb-button.filter-button {
        margin-right:0px !important;
    }
    .mobile-header-touchups div:nth-child(3){
        display: block !important;
    }
    .mobile-header-touchups > div {
        text-align:left !important;
    }
    .kb-row-layout-featured {
        display: none !important;
    }
}

/* Mobile Header Touchup Stripes */
.mobile-header-touchups {
    position: relative;
    width: 100%;
    height: 0;
    pointer-events: none;
    z-index: 100;
}

/* Mobile Background Containers */
.mobileBgAnchor {
    position: absolute !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Fallback Mobile Background for Single Posts */
.fallback-mobile-bg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 205px !important;
    width: 100vw !important;
    z-index: 0 !important;
}

@media (max-width: 1023px) {
    .kb-row-layout-id668_af6116-54 > .kt-row-column-wrap {
        max-height: 205px;
        position: relative;
        z-index: 5;
    }
    .kb-row-layout-id668_d03d3d-74 {
        display:none !important;
    }
    
    /* Ensure mobile background containers work properly */
    .mobileBgAnchor {
        z-index: 1;
    }
    
    /* Ensure mobile header content appears above background */
    .mobile-header-touchups,
    .mobile-header-touchups > div {
        z-index: 10 !important;
    }
    .mobile-header-touchups div:first-child {
        position: absolute;
        top: -145px;
        left: 0;
        width: 20px;
        height: 316px;
        background-color: #f2f7f8;
        z-index: 10;
    }
    
    .mobile-header-touchups div:nth-child(2) {
        /* Right stripe */
        position: absolute;
        top: -145px;
        right: 0;
        width: 20px;
        height: 316px;
        background-color: #f2f7f8;
        z-index: 10;
    }
    .mobile-header-touchups div h1 {
    margin-top: 14px;
    }
    .wp-singular.single #secondary .mobile-header-touchups div h1 {
    padding-bottom: 0px;
    font-size: 29px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #003c66;
    margin-top: 14px;
    max-height:90px;
    }
    .mobile-header-touchups div:nth-child(3) {
        /* Middle title block */
        position: absolute;
        top: -200px;
        left: 20px;
        right: 20px;
        width: calc(100vw - 40px);
        height: 172px;
        background-color: #f2f7f8;
        z-index: 10;
        
        /* Title styling */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        color: #333;
        text-align: center;
        padding: 35px 20px 20px 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .kadence-column668_364251-7d > .kt-inside-inner-col {
        background-color: #fff !important;
    }
    
    .mobile-header-touchups div:first-child,
    .mobile-header-touchups div:nth-child(2) {
        width: 100vw;
        z-index: 1;
    }
    
    .mobile-header-touchups div:nth-child(3) {
        width: calc(100vw - 60px);
        left: 0;
        right: auto;
        z-index: 1;
        font-size: 20px;
        left: 50%;
        transform: translateX(-50%);
        top: -315px;
        
    }
    
    .wp-block-kadence-advancedheading.kt-adv-heading668_7af508-6e, 
    .wp-block-kadence-advancedheading.kt-adv-heading668_7af508-6e[data-kb-block="kb-adv-heading668_7af508-6e"] {
        z-index: 10;
        position: relative;
    }
}

/* Styles from single-post.php */
#primary,
header.entry-header,
article > div > .entry-header {
    display:none !important;
}  
.kb-row-layout-id668_af6116-54 > .kt-row-column-wrap {
    z-index: 101 !important;    
}
.wp-block-kadence-column {
    z-index: 100 !important;
}

/* Discover More Widget Styles */
.discover-more-widget {
    padding: 0px 0px 0px 60px;
}
@media screen and (max-width: 991px) {
    .discover-more-widget {
        padding: 0px 0px;
    }
}

.discover-more-title {
    color: #1e3a8a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.discover-more-divider {
    height: 3px;
    background-color: #1e3a8a;
    margin-bottom: 30px;
}

.discover-more-item {
    margin-bottom: 20px;
}

.discover-more-content {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.discover-more-image {
    flex: 0 0 33%;
    aspect-ratio: 4/3;
}

.discover-more-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.discover-more-text {
    flex: 0 0 66%;
}
@media screen and (min-width: 992px) {
    .discover-more-text {
        padding-left:4%;
    }
}

.discover-more-meta {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.discover-more-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-transform: uppercase;
}
@media screen and (max-width: 767px){
    .kadence-column668_a009ac-eb {display:none !important;}
.single-post-article {
position: relative;
z-index: 1000;
background-color: white;
        top: -200px;
}}
.discover-more-readmore {
    display: inline-block;
    border: 2px solid #1e3a8a;
    color: #1e3a8a;
    background: #fff;
    padding: 15px 15px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all .3s ease-in-out;
    box-shadow: none;
    cursor: pointer;
    border-radius: 24px !important;
    padding: 15px 30px !important;
    font-size: 15px !important;
    margin-top: 10px !important;
    font-family: "myriad-pro", sans-serif !important;
    font-weight: bold;
    max-height: 50px;
    line-height: 0.5 !important;
    font-family: "myriad-pro", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 24px !important;
    letter-spacing: 0.06em !important;
}
@media screen and (max-width: 575px){
    .discover-more-readmore {
        width:100% !important;
        min-width:100%;
        text-align:center !important;
    }
}
.discover-more-readmore:hover,
.discover-more-readmore:focus,
.discover-more-readmore:active,
.discover-more-readmore:focus-within {
    border: 2px solid #1e3a8a;
    color: #ffffff;
    background: #1e3a8a;
}
h2.wp-block-heading,
h3.wp-block-heading {
    line-height: 1.25 !important;
}

.discover-more-separator {
    border: none;
    border-top: 1px solid #4b4b4bff;
    margin: 30px 0;
}

.discover-more-item:last-child .discover-more-separator {
    display: none;
}

@media (max-width: 767px) {
    .discover-more-widget {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 2px solid #e0e0e0;
    }
    
    .discover-more-content {
        flex-direction: column;
    }
    
    .discover-more-image,
    .discover-more-text {
        flex: none;
        width: 100%;
    }
    
    .discover-more-image {
        aspect-ratio: 16/9;
        margin-bottom: 15px;
    }
}

.article-container {
    width: 100%;
    padding: 75px 0 40px 0;
}

.article-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1500px) {
    .wp-block-kadence-advancedheading.kt-adv-heading668_7af508-6e[data-kb-block="kb-adv-heading668_7af508-6e"],
    .kadence-column668_364251-7d > .kt-inside-inner-col {
        padding-left:60px !important;
    }
    .hero-meta-info {
        text-indent: 60px;
    }
}

/* Desktop styles (768px and up) */
@media (min-width: 768px) {
    .article-column {
        width: 50%;
        padding: 0 15px;
    }
}

/* Mobile styles (767px and below) */
@media (max-width: 767px) {
    .article-row {
        padding: 0 15px;
    }
    
    .article-column {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}

#secondary .mobile-header-touchups div span {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    line-height: 26px;    
    letter-spacing: 0.05px;
    font-family: "Myriad Pro Regular" !important;
    text-transform: uppercase;
}
#secondary .mobile-header-touchups div h1 {
    padding-bottom: 0px;
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #003c66;
}
@media screen and (max-width: 575px){
    #secondary .mobile-header-touchups div h1 {
       font-size: 32px;
       line-height: 30px;
    }
}

.kb-row-layout-id668_b945be-07 {background-image: none !important;}

@media screen and (max-width: 767px){
    .wp-singular.single .kb-row-layout-id668_b945be-07 > .kt-row-column-wrap {
        padding-top: 128vw !important;
    }
    .wp-singular.single .mobileBgAnchor {
        background-position: center 0px !important;
        background-size: 100% !important;
        background-color:white;
    }
}
@media screen and (max-width: 767px){
    .mobile-header-touchups div:first-child,
    .mobile-header-touchups div:nth-child(2) {
        top: -180px;
        z-index:101 !important;
    }
}
@media screen and (max-width: 575px){
    .page-template.page-template-page-news .mobile-header-touchups div:nth-child(2) {display:none !important;}
    .page-template.page-template-page-news .mobile-header-touchups div:first-child {display:none !important;}
    .page-template.page-template-page-news .mobile-header-touchups div:nth-child(3) {
            top: auto;
            height: auto;
            bottom: -85px;
    }
    .kb-row-layout-id668_b945be-07 > .kt-row-column-wrap {
        padding-top: 100vw !important;
    }
    .page-template.page-template-page-news .mobile-header-touchups div:nth-child(3) span { display:none !important; }
    .page-template.page-template-page-news .mobile-header-touchups div:nth-child(3) {  padding-top: 10px !important;}
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .page-template.page-template-page-news .mobile-header-touchups div:nth-child(2) {display:none !important;}
    .page-template.page-template-page-news .mobile-header-touchups div:first-child {display:none !important;}
    .page-template.page-template-page-news .mobile-header-touchups div:nth-child(3) {
            top: auto;
            height: auto;
            bottom: -85px;
    }
    .kb-row-layout-id668_b945be-07 > .kt-row-column-wrap {
            padding-top: 100vw !important;
    }
    .page-template.page-template-page-news .mobile-header-touchups div:nth-child(3) span { display:none !important; }
    .page-template.page-template-page-news .mobile-header-touchups div:nth-child(3) {  padding-top: 10px !important;}
}