/* ARTWORK NOTES
--------------------------------------------
NOTES
- Training is on 11/14
- Office Phone: (219) 844-3438
- 10.31 Called - Alexandria overall likes the mockup, but still needs to talk to Father.
- 11.3 - Sent a follow-up email to her and Father. I'll call tomorrow if no response.

REVISIONS
- Daily mass and weekend mass Spanish texts need to be swapped.


ADDITIONAL NOTES OR REVISIONS
- Add_notes

-------------
STUDIUS TEMPLATE
- Header / NAV: Rooftop Bar
- Rotator / ROT: Floatator
- Quicklinks / QL: Mugshot
- News: N/A
- Widgets: N/A
- Footer: N/A

-------------
COLORS
--primary-color-rgb: 37,58,124;      /* Deep Royal Blue (#253a7c) *
--secondary-color-rgb: 226,187,115;  /* Golden Wheat (#e2bb73) *
--tertiary-color-rgb: 90,109,160;    /* Dusty Blue (#5a6da0) *
--background-color-rgb: 252,234,220; /* Light Cream Blush (#fceadc) *

-------------
FONTS (Google)
--title-font-family: 'Open_Sans', sans-serif;
--body-font-family: 'Open_Sans', sans-serif;

<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
</style>

-------------
DESIGN NOTES
- Header image: 90% Opacity. 5 px blur.

-------------
REMINDERS FOR ADAM (Notes in Progress)
- Make image sizes ~500KB
- Use .jpg instead of .JPEG files
- Logo Files in all variations 
---- Mobile layout if needed
- Apple-Icon | Favicon | Email Header Logo (800px wide)
- Studius Templates / Canva
- Include a default-news.jpg file
- Include a tv-logo.png file (accents with primary)
- Include the design file
--------------------------------------------
*/
html body.site-home {
    --section-slideshow-bg: #fceadc;
    --section-header-bg: #fceadc;
    --section-above-bg: var(--secondary-color);

    --section-container-main-bg: var(--primary-color);

    --section-expanded-bg: #fceadc;
}

html body {
    --side-menu-bg: var(--primary-color);
    --side-menu-bg-hover: var(--secondary-color);
    --side-menu-font-size-desktop: min(1.25vw, 1.25rem);
    --side-menu-font-family: var(--body-font-family);
    --side-menu-font-weight: 400;

    --section-bottom-bg: #fceadc;
    --section-footer-bg: var(--primary-color);
}

html body #g-navigation {
    --main-menu-text-color: var(--default-white);
    --main-menu-text-color-hover: var(--default-white);
	--main-menu-bg: transparent;
    --main-menu-bg-color: transparent;

    --navigation-floating-social-padding: min(1vw, 1rem);
    --navigation-floating-social-bg: transparent;
}

.g-array-item-text {
    margin: 0!important;
    padding: 0!important;
}

/* NAVIGATION */
/*@media only screen and (min-width: 50.99rem) {
    #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
        position: relative;
    }
    #g-navigation > .g-container > .g-grid:has(.g-main-nav):before {
        content: '';
        background: var(--secondary-color);
        height: 100%;
        width: 3000%;
        margin-left: -500%;
        margin-right: -500%;
        position: absolute;
    }
}*/

@media only screen and (min-width: 50.99rem) {
    #g-navigation {
        background: url('/images/template/header.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
    #g-navigation:before {
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: rgba(var(--primary-color-rgb),.9);
        backdrop-filter: blur(5px);
        --webkit-backdrop-filter: blur(5px);
        z-index: 1;
    }
    #g-navigation > .g-container {
        position: relative;
        z-index: 2;
    }

    #g-navigation .g-toplevel > li:has(.g-social-items) {
        display: none!important;
    }

    #g-navigation.rooftop-bar > .g-container > .g-grid:has(.nav-social-icons) {
        position: absolute;
        top: 0;
        right: 0;
    }

    #g-navigation > .g-container > .g-grid:nth-child(3) {
        padding: min(3vw, 3rem) min(2vw, 2rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation {
        background: url('/images/template/header.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
    #g-navigation:before {
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: rgba(var(--primary-color-rgb),.9);
        backdrop-filter: blur(5px);
        --webkit-backdrop-filter: blur(5px);
        z-index: 1;
    }
    #g-navigation > .g-container {
        position: relative;
        z-index: 2;
        padding: 2rem 0!important;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #g-navigation .nav-social-icons {
        display: none!important;
    }

    #g-navigation > .g-container > .g-grid:nth-child(3) {
        display: none!important;
    }
    #g-navigation > .g-container > .g-grid:nth-child(4) {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container {
        color: var(--default-white);
    }
    #g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container:hover {
        background: var(--secondary-color);
        color: var(--default-white)!important;
    }
}

/* SLIDESHOW */
@media only screen and (min-width: 50.99rem) {
    .slideshow-spacing > .g-container > .g-grid > .g-block {
        --slideshow-height: min(36vw, 533px);
    }

    .floatator > .g-container {
        --slideshow-section-padding: min(2vw, 2rem);
    }

    .site-home #g-slideshow > .g-container > .g-grid:has(.swiper-overlay-logo) {
        position: absolute;
        top: min(2vw, 2rem);
        left: min(3vw, 3rem);
        pointer-events: none!important;
        z-index: 15;
    }

    .site-home #g-slideshow .swiper-overlay-logo {
        background: rgba(255,255,255,.9);
        width: min(20vw, 20rem);
        height: min(20vw, 20rem);
        padding: min(5vw, 5rem);
        border-radius: 50%;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

    .site-home #g-slideshow > .g-container > .g-grid:has(#rotate-addpic) {
        position: relative;
    }
}

@media only screen and (min-width: 50.99rem) {
    .mt-big-titles {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid var(--primary-color);
        padding-bottom: min(1vw, 1rem);
        margin-bottom: min(1vw, 1rem);
    }
    .mt-big-titles h1 {
        font-size: min(2vw, 2rem)!important;
        line-height: 1!important;
        margin: 0!important;
        padding: 0!important;
        font-weight: 700!important;
        text-transform: uppercase!important;
    }
    .mt-big-titles h2 {
        font-size: min(2vw, 2rem)!important;
        line-height: 1!important;
        margin: 0!important;
        padding: 0!important;
        font-weight: 400!important;
        text-transform: uppercase!important;
    }

    .mt-small-titles {
        display: flex;
        flex-direction: column;
    }
    .mt-small-titles h1 {
        font-size: min(1.5vw, 1.5rem)!important;
        line-height: 1!important;
        margin: 0!important;
        padding: 0!important;
        font-weight: 700!important;
    }
    .mt-small-titles h2 {
        font-size: min(1.5vw, 1.5rem)!important;
        line-height: 1!important;
        margin: 0!important;
        padding: 0!important;
        font-weight: 400!important;
    }

    .mass-times-block .g-array-item-text :is(p,li) {
        --mass-times-block-para-font-size: min(1vw, 1rem);
    }

    .mt-buttons {
        display: flex;
        flex-direction: column;
        gap: min(1vw, 1rem);
    }
    .mass-times-block .mt-buttons .button {
        background: var(--secondary-color);
        color: var(--primary-color)!important;
        border: none!important;
        text-transform: uppercase;
        font-weight: 700!important;
        border-radius: .5rem;
    }
    .mass-times-block .mt-buttons .sp-link {
        text-align: center;
        font-weight: 700;
        font-size: min(1vw, 1rem);
        text-decoration: underline;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mt-big-titles {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid var(--primary-color);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .mt-big-titles h1 {
        font-size: 6vw!important;
        line-height: 1!important;
        margin: 0!important;
        padding: 0!important;
        font-weight: 700!important;
        text-transform: uppercase!important;
    }
    .mt-big-titles h2 {
        font-size: 6vw!important;
        line-height: 1!important;
        margin: 0!important;
        padding: 0!important;
        font-weight: 400!important;
        text-transform: uppercase!important;
    }

    .mt-small-titles {
        display: flex;
        flex-direction: column;
    }
    .mt-small-titles h1 {
        font-size: 5vw!important;
        line-height: 1!important;
        margin: 0!important;
        padding: 0!important;
        font-weight: 700!important;
    }
    .mt-small-titles h2 {
        font-size: 5vw!important;
        line-height: 1!important;
        margin: 0!important;
        padding: 0!important;
        font-weight: 400!important;
    }

    .mass-times-block .g-array-item-text :is(p,li) {
        --mass-times-block-para-font-size: min(1vw, 1rem);
    }

    .mt-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .mass-times-block .mt-buttons .button {
        background: var(--secondary-color);
        color: var(--primary-color)!important;
        border: none!important;
        text-transform: uppercase;
        font-weight: 700!important;
        border-radius: .5rem;
    }
    .mass-times-block .mt-buttons .sp-link {
        text-align: center;
        font-weight: 700;
        font-size: 4vw;
        text-decoration: underline;
    }
}

@media only screen and (min-width: 50.99rem) {
    .mass-times-block {
        --mass-times-block-title-color: var(--primary-color);
        --mass-times-block-para-color: var(--primary-color);
    }

    .mass-times-block h1.mt-big-title {
        font-size: min(2vw, 2rem)!important;
        text-transform: uppercase!important;
        border-bottom: 2px solid var(--default-white)!important;
    }

    .mass-times-block p {
        margin-bottom: min(1vw, 1rem)!important;
    }

    .mass-times-block .button {
        padding: min(1vw, 1rem) min(1.5vw, 1.5rem)!important;
        color: var(--default-white)!important;
        line-height: 1;
        font-family: var(--title-font-family);
        border: 2px solid var(--default-white);
        border-radius: 1rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mass-times-block {
        padding: 1.5rem!important;
    }

    .mass-times-block {
        --mass-times-block-title-color-mobile: var(--primary-color);
        --mass-times-block-para-color-mobile: var(--primary-color);
    }

    .mass-times-block h1.mt-big-title {
        font-size: 6vw!important;
        text-transform: uppercase!important;
        border-bottom: 2px solid var(--default-white)!important;
    }

    .mass-times-block p {
        margin-bottom: 1rem!important;
    }

    .mass-times-block .button {
        padding: 1rem!important;
        color: var(--default-white)!important;
        line-height: 1;
        font-family: var(--title-font-family);
        border: 2px solid var(--default-white);
        border-radius: 1rem;
    }

    .site-home #g-slideshow > .g-container > .g-grid:has(.swiper-overlay-logo) {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .grid-title-size.grid-articles .g-item-title {
        --grid-title-font-size: min(1.5vw, 1.4rem);
    }
}

/* HEADER */
@media only screen and (min-width: 50.99rem) {
    .site-home #g-header > .g-container {
        padding: 0 min(2vw, 2rem) min(6vw, 6rem) min(2vw, 2rem)!important;
    }

    .ql-window-title .g-blockcontent-subcontent-block-content:before {
        --ql-item-outline-bg: var(--primary-color);
    }

    .ql-window-title .g-blockcontent-subcontent-title {
        --ql-title-bg: var(--secondary-color);
        --ql-title-color: var(--default-black);
        --ql-title-font-weight: 700;
        --ql-title-text-transform: uppercase;
        --ql-title-letter-spacing: normal;
    }

    .ql-window-title .g-blockcontent-subcontent-block-content:after {
        height: 0;
        width: 0;
    }

    .ql-window-title .g-blockcontent-subcontent-subtitle {
        position: absolute;
        top: 100%;
        transform: translateY(200%);
        margin: 0;
        padding: 0;
        background: none;
        color: var(--primary-color);
        opacity: .5;
        font-size: min(.9vw, .9rem);
        line-height: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-header > .g-container {
        padding: 2rem 1rem!important;
    }

    .ql-window-title .g-blockcontent-subcontent-block-content:before {
        --ql-item-outline-bg: var(--primary-color);
    }

    .ql-window-title .g-blockcontent-subcontent-title {
        --ql-title-bg-mobile: var(--secondary-color);
        --ql-title-color-mobile: var(--default-black);
    }

    .ql-window-title .g-blockcontent-subcontent-subtitle {
        position: absolute;
        bottom: 0;
        margin: 0;
        padding: .5rem .5rem 1rem .5rem;
        background: none;
        color: var(--primary-color);
        opacity: .5;
        font-size: 4vw;
        line-height: 1;
        z-index: 1;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-window-title .g-blockcontent-subcontent-img {
        --ql-aspect-ratio: 16/9;
    }
}

/* CONTAINER MAIN */
@media only screen and (min-width: 50.99rem) {
    .site-home #g-container-main {
        border-top: 1rem solid var(--secondary-color);
    }
    .site-home #g-container-main > .g-container {
        padding: min(4vw, 4rem) min(2vw, 2rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-container-main {
        border-top: 1rem solid var(--secondary-color);
    }
    .site-home.withmaxwidth #g-container-main > .g-container {
        padding: 2rem 0!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home .grid-articles .g-content-array > .g-grid {
        padding: 0 0 min(2vw, 2rem) 0!important;
    }
    .site-home #g-container-main .grid-articles .g-content-array > .g-grid:hover {
        transform: none!important;
    }
    .site-home #g-container-main .grid-articles .g-content-array > .g-grid:hover > .g-block {
        transform: scale(var(--grid-scale-amount));
    }
}

@media only screen and (min-width: 50.99rem) {
    .news-title-wrapper {
        border-bottom: 2px solid var(--default-white);
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        gap: min(2.5vw, 2.5rem);
        padding-bottom: min(1.25vw, 1.25rem);
        margin-bottom: min(1.5vw, 1.5rem);
    }
    .news-title-wrapper .news-title-heading {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: min(3vw, 3rem);
        line-height: 1;
        font-weight: 700;
        font-family: var(--title-font-family);
    }
    .news-title-wrapper .news-subtitle-heading {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: min(1.75vw, 1.75rem);
        line-height: 1;
        font-weight: 500;
        font-family: var(--title-font-family);
        opacity: .7;
    }

    .news-button-wrapper {
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 1.5rem);
        justify-content: flex-start;
        align-items: flex-start;
    }
    .news-button-wrapper .button {
        background: var(--secondary-color);
        color: var(--primary-color);
        font-weight: 700;
        text-transform: uppercase;
        font-variant-caps: normal;
        padding: min(1.5vw, 1.5rem) min(5vw, 5rem);
        width: 35%;
    }
    .news-button-wrapper .sp-link {
        width: 35%;
        color: var(--default-white);
        text-decoration: underline;
        font-size: min(1.25vw, 1.25rem);
        text-align: center;
        opacity: .7;
        transition: .3s all ease-in-out;
    }
    .news-button-wrapper .sp-link:hover {
        opacity: .4;
    }
}

@media only screen and (max-width: 50.99rem) {
    .news-title-wrapper {
        border-bottom: 2px solid var(--default-white);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1rem;
        padding: 0 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        margin: 0 1rem!important;
    }
    .news-title-wrapper .news-title-heading {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 7vw;
        line-height: 1;
        font-weight: 700;
        font-family: var(--title-font-family);
    }
    .news-title-wrapper .news-subtitle-heading {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-size: 7vw;
        line-height: 1;
        font-weight: 500;
        font-family: var(--title-font-family);
        opacity: .7;
    }

    .news-button-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }
    .news-button-wrapper .button {
        background: var(--secondary-color);
        color: var(--primary-color);
        font-weight: 700;
        text-transform: uppercase;
        font-variant-caps: normal;
        padding: 1rem;
    }
    .news-button-wrapper .sp-link {
        color: var(--default-white);
        text-decoration: underline;
        font-size: 4vw;
        text-align: center;
        opacity: .7;
        transition: .3s all ease-in-out;
    }
    .news-button-wrapper .sp-link:hover {
        opacity: .4;
    }

    .site-home #grid-addpic.grid-border-bottom-white-2 .g-content-array > .g-grid {
        border: none!important;
    }
}

/* EXPANDED */
@media only screen and (min-width: 50.99rem) {
    .site-home #g-expanded {
        border-top: 1rem solid var(--secondary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-expanded {
        border-top: 1rem solid var(--secondary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home #g-expanded.widget-parthenon-alt > .g-container {
        --widget-parthenon-section-padding: min(3vw, 3rem) min(2vw, 2rem);
    }

    .site-home #g-expanded.widget-parthenon-alt .widget-container {
        background: var(--primary-color);
        border-radius: 1rem;
        overflow: hidden;
        padding: min(1.5vw, 1.5rem)!important;
    }

    .site-home #g-expanded.widget-parthenon-alt .widget-title {
        display: flex;
        flex-direction: column;
        gap: min(.75vw, .75rem);
        justify-content: center;
        align-items: center;
    }
    .site-home #g-expanded .widget-container .widget-wrapper .widget-title .g-title {
        color: var(--default-white)!important;
    }
    .site-home #g-expanded .widget-container .widget-wrapper .widget-title .g-subtitle {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: min(1.25vw, 1.25rem);
        font-weight: 400;
        text-align: center;
        color: var(--default-white);
        opacity: .7;
    }

    .site-home #g-expanded .widget-container .widget-wrapper .widget-button {
        display: flex;
        flex-direction: column;
        gap: min(1vw, 1rem);
        justify-content: center;
        align-items: center;
    }
    .site-home #g-expanded .widget-container .widget-wrapper .widget-button .button {
        width: 100%;
        color: var(--primary-color);
    }
    .site-home #g-expanded .widget-container .widget-wrapper .widget-button .sp-link {
        text-decoration: underline;
        color: var(--default-white);
        font-size: min(1.25vw, 1.25rem);
        line-height: 1;
        opacity: .7;
    }

    .site-home #g-expanded .facebook-widget-wrapper {
        height: unset!important;
        max-height: 1000px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-expanded.widget-parthenon-alt .widget-container {
        background: var(--primary-color);
        border-radius: 1rem;
        overflow: hidden;
        padding: 1rem!important;
    }

    .site-home #g-expanded.widget-parthenon-alt .widget-title {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    .site-home #g-expanded .widget-container .widget-wrapper .widget-title .g-title {
        color: var(--default-white)!important;
    }
    .site-home #g-expanded .widget-container .widget-wrapper .widget-title .g-subtitle {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 6vw;
        font-weight: 400;
        text-align: center;
        color: var(--default-white);
        opacity: .7;
    }

    .site-home #g-expanded .widget-container .widget-wrapper .widget-button {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    .site-home #g-expanded .widget-container .widget-wrapper .widget-button .button {
        width: 100%;
        color: var(--primary-color);
    }
    .site-home #g-expanded .widget-container .widget-wrapper .widget-button .sp-link {
        text-decoration: underline;
        color: var(--default-white);
        font-size: 4vw;
        line-height: 1;
        opacity: .7;
    }

    .site-home #g-expanded .facebook-widget-wrapper {
        height: unset!important;
        max-height: 1000px;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ec-vert .rme-item {
        background: var(--default-white);
        border-radius: .5rem;   
        overflow: hidden;    
        align-items: stretch; 
    }
    .ec-vert .rme-badge {
        min-height: unset;
        height: unset;
        justify-content: center;
    }
    .ec-vert .rme-description {
        --ec-description-padding: min(2vw, 2rem) min(1vw, 1rem) min(2vw, 2rem) 0;
    }
    .ec-vert .rme-time {
        --ec-description-time-font-size: min(1.25vw, 1.25rem);
        --ec-description-time-font-weight: 700;
        --ec-description-time-color: var(--primary-color);
    }
    .ec-vert .rme-day {
        --ec-badge-day-color: var(--default-black);
        --ec-badge-day-font-weight: 700;
        --ec-badge-day-font-size: min(2vw, 2rem);
    }
    .ec-vert .rme-month {
        --ec-badge-month-color: var(--default-black);
    }
    .ec-vert .rme-items:after {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ec-vert .rme-item {
        background: var(--default-white);
        border-radius: .5rem;   
        overflow: hidden;    
        align-items: stretch; 
    }
    .ec-vert .rme-badge {
        min-height: unset;
        height: unset;
        justify-content: center;
    }
    .ec-vert .rme-description {
        --ec-description-padding: 2rem 1rem 2rem 0;
    }
    .ec-vert .rme-time {
        --ec-description-time-font-size: min(1.25vw, 1.25rem);
        --ec-description-time-font-weight: 700;
        --ec-description-time-color: var(--primary-color);
    }
    .ec-vert .rme-day {
        --ec-badge-day-color: var(--default-black);
        --ec-badge-day-font-weight: 700;
        --ec-badge-day-font-size: min(2vw, 2rem);
    }
    .ec-vert .rme-month {
        --ec-badge-month-color: var(--default-black);
    }
    .ec-vert .rme-items:after {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .flocknote-widget-container .widget-feed-inner-box {
        margin: 0!important;
        padding: 0!important;
    }
    .site-home #g-expanded .flocknote-text {
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 1.5rem);
    }
    .site-home #g-expanded .flocknote-text:before {
        content: '';
        border-bottom: 2px solid var(--default-white);
        order: 2;
        max-height: 2px;
    }
    .site-home #g-expanded .flocknote-text p {
        color: var(--default-white);
        font-family: var(--body-font-family);
        line-height: 1.4;
        font-size: min(1.5vw, 1.5rem);
    }
    .site-home #g-expanded .flocknote-text .flocknote-en-text {
        order: 1;
    }
    .site-home #g-expanded .flocknote-text .flocknote-sp-text {
        order: 3;
    }
    .site-home #g-expanded .flocknote-text .flocknote-sp-text p {
        opacity: .7;
    }
}

@media only screen and (max-width: 50.99rem) {
    .flocknote-widget-container .widget-feed-inner-box {
        margin: 0!important;
        padding: 0!important;
    }
    .site-home #g-expanded .flocknote-text {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .site-home #g-expanded .flocknote-text:before {
        content: '';
        border-bottom: 2px solid var(--default-white);
        order: 2;
        max-height: 2px;
    }
    .site-home #g-expanded .flocknote-text p {
        color: var(--default-white);
        font-family: var(--body-font-family);
        line-height: 1.4;
        font-size: 5vw;
    }
    .site-home #g-expanded .flocknote-text .flocknote-en-text {
        order: 1;
    }
    .site-home #g-expanded .flocknote-text .flocknote-sp-text {
        order: 3;
    }
    .site-home #g-expanded .flocknote-text .flocknote-sp-text p {
        opacity: .7;
    }
}

/* FOOTER */
@media only screen and (min-width: 50.99rem) {
    #g-footer {
        border-top: 1rem solid var(--secondary-color);
    }
    #g-footer > .g-container {
        padding: min(4vw, 4rem) !important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer {
        border-top: 1rem solid var(--secondary-color);
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: min(2vw, 2rem);
        justify-content: space-between;
    }
    .footer-wrapper .inner-footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: min(2vw, 2rem);
        justify-content: space-between;
    }
    .footer-wrapper .footer-social-items .g-social-items {
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 1.5rem);
        align-items: center;
        justify-content: center;
    }
    .footer-wrapper .footer-social-items .g-social-items a {
        font-size: min(2.25vw, 2.25rem);
    }
    .footer-wrapper .footer-content h1 {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        line-height: 1.2;
        font-size: min(2vw, 2rem);
        font-weight: 700;
        text-align: left;
        margin-bottom: min(1.5vw, 1.5rem);
    }
    .footer-wrapper .footer-content p {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        line-height: 1.6;
        font-size: min(1.25vw, 1.25rem);
        font-weight: 400;
        text-align: left;
    }
    .footer-wrapper .footer-logo {
        width: 30%;
    }
    .footer-wrapper .footer-important-links h1 {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        line-height: 1;
        font-size: min(2vw, 2rem);
        font-weight: 700;
        text-align: left;
        margin-bottom: min(1.5vw, 1.5rem);
    }
    .footer-wrapper .footer-important-links .footer-inner-links {
        display: flex;
        flex-direction: column;
        gap: min(.5vw, .5rem);
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-wrapper .footer-important-links .footer-inner-links a {
        text-decoration: underline;
        font-size: min(1.25vw, 1.25rem);
        line-height: 1.4;
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer > .g-container {
        padding-top: 3rem!important;
        padding-bottom: 5rem!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
    }
    .footer-wrapper .inner-footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
    }
    .footer-wrapper .footer-social-items .g-social-items {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-wrapper .footer-social-items .g-social-items a {
        font-size: 10vw;
    }
    .footer-wrapper .footer-content h1 {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        line-height: 1.2;
        font-size: 7vw;
        font-weight: 700;
        text-align: left;
        margin-bottom: 1rem;
    }
    .footer-wrapper .footer-content p {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        line-height: 1.6;
        font-size: 4vw;
        font-weight: 400;
        text-align: left;
    }
    .footer-wrapper .footer-logo {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .footer-wrapper .footer-logo img {
        width: 50%;
    }
    .footer-wrapper .footer-important-links h1 {
        margin: 0;
        padding: 0;
        color: var(--default-white);
        line-height: 1;
        font-size: 7vw;
        font-weight: 700;
        text-align: left;
        margin-bottom: 1rem;
    }
    .footer-wrapper .footer-important-links .footer-inner-links {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-wrapper .footer-important-links .footer-inner-links a {
        text-decoration: underline;
        font-size: 4vw;
        line-height: 1.4;
        color: var(--default-white);
    }
}

/*BOTTOM*/
@media only screen and (min-width: 50.99rem) {
    #g-bottom {
        position: relative;
        z-index: 10;
    }
    #g-bottom > .g-container {
        padding: 2rem 0!important;
    }
    #g-bottom .admod td {
        padding-top: 0!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-bottom {
        position: relative;
        z-index: 10;
    }
    #g-bottom > .g-container {
        padding: 2rem 0!important;
    }
    #g-bottom .admod td {
        padding-top: 0!important;
    }
}

.search-page #searchForm .btn {
    background: var(--primary-color);
}

.grid-articles .g-array-item-text a:not(a.button) {
    color: var(--primary-color);
}
.grid-articles .g-array-item-text a {
    color: var(--primary-color);
}

@media only screen and (max-width: 50.99rem) {
    .admod.adside tbody {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: .5rem .5rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    body#site-grid.newslayout #g-container-main > .g-container {
        padding: 2rem 1rem!important;
    }
    body#site-grid.newslayout #g-container-main #g-mainbar {
        margin: 0!important;
        padding: 0!important;
    }

    #site-grid.newslayout .grid-mobile-stacked .g-item-title {
        --grid-title-font-size: 3vw;
    }
}

.search-page .btn {
    background: var(--primary-color)!important;
}

#searchForm .btn, #finder-search .btn {
    background: var(--primary-color)!important;
}

.rooftop-bar > .g-container > .g-grid:has(.nav-social-icons) .g-social-items a:hover {
    color: var(--secondary-color)!important;
}

@media only screen and (min-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: row;
    }
    .bilingual > div {
        flex: 1;
    }
}

.bilingual .spanishtext {
    font-style: italic;
}

@media only screen and (min-width: 50.99rem) {
    .site-home .headlines-lower-titles-st .g-content-array .g-item-title {
        font-size: min(1.5vw, 1.5rem);
    }
    .site-home #grid-addpic.grid-articles .g-item-title a {
        font-size: min(1.5vw, 1.5rem);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-home #grid-addpic.grid-sideways .g-array-item-title {
        max-height: calc(45% - min(.5vw, 7.2px))!important;
    }
    .site-home #grid-addpic.grid-sideways .g-array-item-text {
        max-height: calc(55% - min(.5vw, 7.2px))!important;
    }
}