/*
Theme Name: Parallax Frame Child
Template: parallax-frame
Version: 1.0
*/

body {
    border-top: 5px solid red;
}

@font-face {
    font-family: 'Gothic';
    src: url('/wp-content/fonts/CenturyGothic.woff2') format('woff2'),
         url('/wp-content/fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/**************Hide non needed sections
 * ***************************/
/* hide footer credits globally */

#site-generator {
    display: none;
}

/* hide default page content ONLY on homepage */

.home .site-content {
    display: none;
}


/* Override Astra typography */
html, body,
body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
.ast-body, .site-content, .entry-title {
    font-family: 'Gothic' !important;
}

.custom-footer {
    background: #041b57;
    color: #ffffff;
    padding: 60px 40px 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #d7def5;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-logo p {
    color: #d7def5;
    line-height: 1.6;
    max-width: 260px;
}

.footer-contact li {
    color: #d7def5;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: #d7def5;
    font-size: 14px;
}

@media (max-width: 991px) {

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 640px) {

    .footer-container {
        grid-template-columns: 1fr;
    }

}
/* ABOUT / WHY BLUE PANTHER SECTION */


#hero-section {
    background: #f5f5f5;
    padding: 90px 0;
}

/* wrapper change for full screen*/

#hero-section .wrapper {
    width: 100%;
}

#hero-section .wrapper article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* TEXT SIDE */
#hero-section .entry-container {
    width: 45% !important;
    order: 1;
		padding-right: 30%;
}

/* IMAGE SIDE */
#hero-section .featured-image {
    width:55% !important;
    order: 2;
    margin: 0;
}

#hero-section .featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* TITLE */
#hero-section .entry-title {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
	 font-family: 'Gothic' !important;

}

#hero-section .entry-title a {
    color: #063b8b;	
    text-decoration: none;
}

/* REMOVE BLOCKQUOTE STYLE */

#hero-section blockquote:before {
	content: ""
		
}

#hero-section blockquote {
    border: none;
    padding: 0;
    margin: 0;
		
}

/* PARAGRAPHS */
#hero-section .entry-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #3d3d3d;
    margin-bottom: 28px;
    max-width: 700px;
}

/* FIRST LINE EMPHASIS */
#hero-section .entry-content p:first-child {
    font-size: 26px;
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 35px;
}
#hero-section .entry-content p:first-child:after{
	display: block;
	content:"__";
		font-weight: bold;
	color: #063b8b;
	line-height: 10px;
	
}

/* MOBILE */
@media (max-width: 991px) {

    #hero-section {
        padding: 60px 0;
    }

    #hero-section .wrapper article {
        flex-direction: column;
        gap: 40px;
    }

    #hero-section .entry-container,
    #hero-section .featured-image {
        width: 100%;
    }

    #hero-section .entry-title {
        font-size: 40px;
    }
	
}

/* =========================================
   WHY BLUE PANTHER MOBILE FIX
========================================= */

@media screen and (max-width: 991px) {

    #hero-section .wrapper {
        padding: 0 24px !important;
    }

    #hero-section .wrapper article {
        flex-direction: column !important;
        gap: 32px !important;
    }

    #hero-section .entry-container {
        width: 100% !important;
        max-width: 100% !important;

        padding-right: 0 !important;
        margin: 0 !important;
        order: 2 !important;
    }

    #hero-section .featured-image {
        width: 100% !important;
        order: 1 !important;
    }

    #hero-section .featured-image img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* kill global width rules */

    #hero-section .entry-title,
    #hero-section .entry-content,
    #hero-section .entry-content p {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* typography */

    #hero-section .entry-title {
        font-size: 14px !important;
        letter-spacing: 2px !important;
        margin-bottom: 22px !important;
    }

    #hero-section .entry-content p:first-child {
        font-size: 30px !important;
        line-height: 1.2 !important;
        margin-bottom: 24px !important;
    }

    #hero-section .entry-content p {
        font-size: 17px !important;
        line-height: 1.7 !important;
    }
}

@media screen and (max-width: 1300px) {

    #hero-section .entry-container {
        padding-right: 10% !important;
    }

}

/*******************************
 *  header / masthead **************************************/
#masthead.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

/* header inner wrapper */
#masthead .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* branding */
#site-branding {
    display: flex;
    align-items: center;
    flex-shrink: 0;
	padding: 0px !important;
}

/* site title text */
#site-header .site-title {
    margin: 0;
    line-height: 1;
}

#site-header .site-title a {
    font-size: 26px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #073b8e;
    text-decoration: none;
    max-width: 190px;
    display: block;
}

/* hide description */
.site-description {
    display: none;
}

/* navigation container */
#site-navigation.nav-primary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

/* menu list */
#site-navigation ul,
.nav-primary ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 34px;
}

/* menu links */
#site-navigation a,
.nav-primary a {
    font-size: 14px;
    font-weight: 500;
    color: #06122c;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1;
    padding: 8px 0;
    transition: color 0.2s ease;
}

/* active menu item underline */
#site-navigation .current-menu-item > a,
#site-navigation .current_page_item > a,
.nav-primary .current-menu-item > a,
.nav-primary .current_page_item > a {
    color: #003b95;
    border-bottom: 2px solid #003b95;
}

/* hover state */
#site-navigation a:hover,
.nav-primary a:hover {
    color: #003b95;
}

/* remove search from header */
.primary-search-icon {
    display: none;
}



/* dropdown indicator spacing */
#site-navigation .menu-item-has-children > a:after,
.nav-primary .menu-item-has-children > a:after {
    content: "⌄";
    font-size: 12px;
    margin-left: 6px;
    position: relative;
    top: -1px;
}

/* button-style final menu item, use for contact or let's talk */

.header-cta {
    display: flex;
    align-items: center;
    margin-left: 28px;
}

.lets-talk-button {
    background: #003b95;
    color: #ffffff !important;
    padding: 14px 26px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: none;
}

.lets-talk-button:hover {
    background: #002f78;
    color: #ffffff !important;
} 


/* dropdown menu */
#site-navigation ul ul,
.nav-primary ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 220px;
    background: #ffffff;
    padding: 14px 0;
    border-radius: 4px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    gap: 0;
}

#site-navigation li,
.nav-primary li {
    position: relative;
}

#site-navigation li:hover > ul,
.nav-primary li:hover > ul {
    display: block;
}

#site-navigation ul ul li,
.nav-primary ul ul li {
    width: 100%;
}

#site-navigation ul ul a,
.nav-primary ul ul a {
    display: block;
    padding: 12px 20px;
    font-size: 13px;
    border-bottom: none;
    white-space: nowrap;
}

#site-navigation ul ul a:hover,
.nav-primary ul ul a:hover {
    background: #f4f7fb;
}

/* stop fixed header covering page content */
body {
    padding-top: 88px;
}

/* mobile */
@media screen and (max-width: 900px) {
    #masthead .wrapper {
        padding: 18px 24px;
    }

    #site-header .site-title a {
        font-size: 22px;
        max-width: 170px;
    }

    #site-navigation ul,
    .nav-primary ul {
        display: none;
    }

    #mobile-header-right-menu {
        display: block;
    }

    .mobile-menu-text {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        color: #003b95;
    }

    body {
        padding-top: 76px;
    }
}

/****************************************************************************************
 * 
 * 
 * */



.entry-title, .entry-content{
	     text-align: left;
    max-width: 600px;
    width: 100%;
    color: #063b8b !important; 
	
}


#header-featured-image .readmore {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

#header-featured-image .readmore .secondary-button, #feature-slider .readmore a, #header-featured-image .readmore a {
     background: #003b95 !important;
    color: #ffffff !important;
    border: 1px solid #003b95 !important;
}

#header-featured-image .readmore .secondary-button:hover, #feature-slider .readmore a:hover, #header-featured-image .readmore a:hover {
   background: #002f78 !important;
    color: #ffffff !important;
}




/*
   INDUSTRIES WE SERVE
========================================= */

#featured-content.layout-three {
    background: #ffffff !important;
    padding: 70px 0 80px 0 !important;
    margin: 0 !important;
    border: none !important;
}

#featured-content .wrapper {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0px !important;
}

/* kill theme spacing */

#featured-content .featured-content-wrap,
#featured-content .featured_content_slider_wrap {
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    height: auto !important;
}

/* =========================================
   HEADINGS
========================================= */

#featured-content .featured-heading-wrap {
    text-align: center !important;
    margin: 0 0 55px 0 !important;
    padding: 0 !important;
}

#featured-content .section-title {
    color: #0b3d91 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    width: auto !important;
    max-width: none !important;
    text-align: center !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2 !important;
}

/* "We understand your world" */

#featured-content .featured-heading-wrap p {
    color: #111111 !important;
    font-size: 52px !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
    letter-spacing: -1px !important;
    margin: 0 !important;
    text-align: center !important;
    width: auto !important;
    max-width: none !important;
}

/* =========================================
   LAYOUT
========================================= */

#featured-content .featured_content_slider_wrap {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 55px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

/* cards */

#featured-content article.featured-post-content {
    width: 33.333% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 22px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    text-align: left !important;
}

/* remove theme junk */

#featured-content .featured-post-content::before,
#featured-content .featured-post-content::after {
    display: none !important;
    content: none !important;
}

/* =========================================
   ICONS
========================================= */

#featured-content .featured-homepage-image {
    flex: 0 0 68px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

#featured-content .featured-homepage-image img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    background: transparent !important;
    display: block !important;
}

/* =========================================
   TEXT
========================================= */

#featured-content .entry-container {
    flex: 1 !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* override your global width rule */

#featured-content .entry-title {
    width: auto !important;
    max-width: none !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    color: inherit !important;
}

#featured-content .entry-title a {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: block !important;
}

/* description */

#featured-content .entry-excerpt,
#featured-content .entry-content {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

#featured-content .entry-excerpt p {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    max-width: none !important;
    text-align: left !important;
}

/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 991px) {

    #featured-content {
        padding: 50px 0 !important;
    }

    #featured-content .wrapper {
        padding: 0 24px !important;
    }

    #featured-content .featured-heading-wrap {
        margin-bottom: 40px !important;
    }

    #featured-content .section-title {
        font-size: 14px !important;
        letter-spacing: 1.5px !important;
    }

    #featured-content .featured-heading-wrap p {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }

    #featured-content .featured_content_slider_wrap {
        flex-direction: column !important;
        gap: 35px !important;
    }

    #featured-content article.featured-post-content {
        width: 100% !important;
    }
}

/* =========================================
   CTA BAR FINAL
========================================= */

#promotion-message {
    background: #003b95 !important;
    padding: 30px 0 !important;
    margin: 0 !important;
    border: none !important;
}

#promotion-message .wrapper {
    max-width: 1500px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 30px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 60px !important;
}

/* reset theme nonsense */

#promotion-message h2,
#promotion-message p,
#promotion-message .section,
#promotion-message .section.left,
#promotion-message .section.right {
    width: auto !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
}

/* LEFT SIDE */

#promotion-message .section.left {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 35px !important;
    min-width: 0 !important;
}

/* ICON */

#promotion-message .section.left::before {
    content: "📅";
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

/* HEADING */

#promotion-message .section-title {
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: left !important;
   flex: 1 1 420px !important;
    min-width: 280px !important;
    margin: 0 !important;
}

/* SMALL COPY */

#promotion-message .section.left p {
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    text-align: left !important;

     flex: 1 1 320px !important;
    min-width: 240px !important;
    padding-left: 35px !important;
    border-left: 1px solid rgba(255,255,255,0.35) !important;
}

/* BUTTON */

#promotion-message .section.right {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#promotion-message .section.right a {
    display: inline-block !important;
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.45) !important;
    padding: 18px 42px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
}

/* MOBILE */

@media screen and (max-width: 991px) {
    #promotion-message .wrapper {
        flex-direction: column !important;
        gap: 30px !important;
    }

    #promotion-message .section.left {
        flex-direction: column !important;
        text-align: center !important;
    }

    #promotion-message .section-title {
        flex: none !important;
        text-align: center !important;
    }

    #promotion-message .section.left p {
        flex: none !important;
        border-left: none !important;
        padding-left: 0 !important;
        text-align: center !important;
    }
}
/* =========================================
   HOW WE HELP
========================================= */

#header-highlights-content {
    background: #ffffff !important;
    padding: 80px 0 !important;
    margin: 0 !important;
}

#header-highlights-content .wrapper {
    max-width: 1500px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0px !important;
}

/* =========================================
   HEADINGS
========================================= */

#header-highlights-content .header-highlight-heading-wrap {
    text-align: center !important;
    margin-bottom: 55px !important;
}

#header-highlights-content .section-title {
    color: #0b3d91 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin: 0 0 10px 0 !important;
    width: auto !important;
    text-align: center !important;
}

#header-highlights-content .header-highlight-heading-wrap p {
    color: #111111 !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    width: auto !important;
    text-align: center !important;
}

/* =========================================
   ROW
========================================= */

#header-highlights-content .header-highlight-content-wrap {
    display: flex !important;
    gap: 30px !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

/* =========================================
   CARDS
========================================= */

#header-highlights-content article.header-highlight-post-content {
    width: 33.333% !important;
    position: relative !important;

    display: flex !important;
    align-items: flex-start !important;
    gap: 24px !important;

    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px !important;

    padding: 34px !important;
    margin: 0 !important;

    box-shadow: none !important;
    overflow: visible !important;
    min-height: 320px !important;
}

/* REMOVE THEME OVERLAYS */

#header-highlights-content article::before,
#header-highlights-content article::after,
#header-highlights-content .entry-container::before,
#header-highlights-content .entry-container::after,
#header-highlights-content figure::before,
#header-highlights-content figure::after {
    display: none !important;
    content: none !important;
}

/* =========================================
   IMAGE
========================================= */

#header-highlights-content .header-highlight-homepage-image {
    position: static !important;
    width: auto !important;
    height: auto !important;
    flex: 0 0 78px !important;
 overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

#header-highlights-content .header-highlight-homepage-image a {
    display: block !important;
	
}

#header-highlights-content .header-highlight-homepage-image img {
    width: 78px !important;
    height: 78px !important;
	
    object-fit: contain !important;
    display: block !important;

    opacity: 1 !important;
    position: static !important;

    background: transparent !important;
    border-radius: 0 !important;
}

#header-highlights-content img {
    clip-path: none !important;
    border-radius: 0 !important;
}

/* =========================================
   CONTENT
========================================= */

#header-highlights-content .entry-container {
    position: static !important;

    flex: 1 !important;

    width: auto !important;
    max-width: none !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    text-align: left !important;
}

/* TITLE */

#header-highlights-content .entry-title {
    width: auto !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

#header-highlights-content .entry-title a {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* TEXT */

#header-highlights-content .entry-summary {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

#header-highlights-content .entry-summary p {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* fake blue subheading */

#header-highlights-content .entry-summary p::first-line {
    color: #0b3d91 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}


/* remove footer */

#header-highlights-content .entry-footer {
    display: none !important;
}

/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 991px) {

    #header-highlights-content .header-highlight-content-wrap {
        flex-direction: column !important;
    }

    #header-highlights-content article.header-highlight-post-content {
        width: 100% !important;
        min-height: auto !important;
    }

    #header-highlights-content .header-highlight-heading-wrap p {
        font-size: 34px !important;
    }
}

/* =========================================
   FOCUSED | AGILE | RELENTLESS | TRUSTED
========================================= */

#portfolio {
    background: #f7f7f7 !important;
    padding: 22px 0 !important;
    border-top: 1px solid #ececec !important;
    border-bottom: 1px solid #ececec !important;
    margin: 0 !important;
}

#portfolio .wrapper {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

/* remove empty portfolio area */

#portfolio .portfolio-content-wrap {
    display: none !important;
}

/* heading wrap */

#portfolio .portfolio-heading-wrap {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

/* text row */

#portfolio .section-title {
    margin: 0 !important;
    padding: 0 !important;

    color: #1b1b1b !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;

    text-transform: uppercase !important;
    text-align: center !important;

    width: auto !important;
    max-width: none !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 26px !important;
}

/* replace pipes with bullets visually */

#portfolio .section-title {
    word-spacing: 18px !important;
}

/* MOBILE */

@media screen and (max-width: 767px) {

    #portfolio .section-title {
        flex-wrap: wrap !important;
        gap: 12px !important;
        font-size: 13px !important;
        line-height: 1.8 !important;
    }
}

/* =========================================
   HERO FINAL STYLING
========================================= */

/* HERO POSITION */

#header-featured-image .hentry {
    width: 760px !important;

    margin-left: 8% !important;
    margin-right: 0 !important;

    padding: 0 !important;

    display: block !important;
}

/* HEADLINE */

#header-featured-image .entry-title {
    font-size: 52px !important;
    line-height: 1.02 !important;

    font-weight: 700 !important;
    letter-spacing: -2px !important;

    color: #111111 !important;

    margin-bottom: 22px !important;

    max-width: 760px !important;
}

/* optional blue emphasis */

#header-featured-image .entry-title strong,
#header-featured-image .entry-title span {
    color: #0b3d91 !important;
}

/* PARAGRAPH */

#header-featured-image .entry-content {
    margin: 0 !important;
    max-width: 620px !important;
}

#header-featured-image .entry-content p {
    font-size: 18px !important;
    line-height: 1.7 !important;

    color: #1f1f1f !important;

    max-width: 620px !important;

    margin: 0 0 28px 0 !important;

    text-align: left !important;
}

/* BUTTON */

#header-featured-image .readmore {
    display: block !important;
    margin-top: 10px !important;
}

#header-featured-image .readmore a {
    background: #003b95 !important;
    color: #ffffff !important;

    border: 2px solid #003b95 !important;

    padding: 15px 32px !important;

    border-radius: 4px !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;

    text-decoration: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#header-featured-image .readmore a:hover {
    background: #002f78 !important;
    border-color: #002f78 !important;
}
/* =========================================
   HERO MOBILE FIX
========================================= */

@media screen and (max-width: 991px) {

    #header-featured-image {
        padding: 80px 0 60px 0 !important;
        overflow: hidden !important;
    }

    #header-featured-image .hentry {
        width: auto !important;

        max-width: 100% !important;

        margin-left: 24px !important;
        margin-right: 24px !important;

        padding: 0 !important;
    }

    #header-featured-image .entry-title {
        font-size: 42px !important;
        line-height: 1.08 !important;

        letter-spacing: -1px !important;

        max-width: 100% !important;

        word-break: normal !important;
    }

    #header-featured-image .entry-content,
    #header-featured-image .entry-content p {
        max-width: 100% !important;

        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    #header-featured-image .readmore a {
        width: auto !important;

        padding: 15px 28px !important;

        font-size: 14px !important;
    }

    /* move blue graphic away */

    #header-featured-image::after,
    #header-featured-image .featured-image {
        opacity: 0.35 !important;
    }
}

#header-highlights-content article.header-highlight-post-content {
    height: auto !important;
    min-height: 0 !important;
    align-items: flex-start !important;
}

#header-highlights-content .entry-container {
    height: auto !important;
    min-height: 0 !important;
}