*,
*:before,
*:after {
    box-sizing: border-box;
}

:root {
    --page-width: 100vw;
    --primary: #00838f;
    --secondary: #ed9700;
    --accent: hsl(from var(--secondary) h calc(s*1.0) calc(l * 0.65));
    --text: #4d4d4d;
    --light-primary: hsl(from var(--primary) h calc(s*0.5) calc(l * 3.45));
    --light-secondary: hsl(from var(--secondary) h calc(s* 0.85) calc(l * 2.05));
    --gray: rgba(0, 0, 0, .6);
    --dark-gray: #242d2b;
    --light-gray: #F4F4F4;
    --radius: 20px;
    font-size: 16px;
    --side-margin: calc((100vw - var(--page-width)) / -2);
    font-family: "Be Vietnam Pro", sans-serif;
    overflow-x: clip;
    --footer-height: 156px;
    --path-1: shape(from 89.86% 13.43%, curve to 99.51% 49.7% with 98.66% 22.85%/101.2% 37.05%, curve to 83.08% 82.31% with 97.81% 62.34%/91.88% 73.38%, curve to 49.51% 99.67% with 74.35% 91.23%/62.74% 98.12%, curve to 12.29% 88.44% with 36.35% 101.21%/21.48% 97.37%, curve to 0.04% 51.74% with 3.1% 79.52%/-0.42% 65.38%, curve to 14.12% 15.47% with 0.5% 38.1%/4.93% 24.84%, curve to 51.66% 0.04% with 23.31% 6.05%/37.26% 0.53%, curve to 89.86% 13.43% with 66.13% -0.46%/81.06% 4.07%, close);
    --path-2: shape(from 88.54% 22.89%, curve to 99.9% 60.47% with 97.43% 34.6%/100.64% 47.87%, curve to 85.58% 91.64% with 99.24% 73.08%/94.55% 85.01%, curve to 50.03% 99.92% with 76.69% 98.28%/63.53% 99.62%, curve to 13.91% 92.98% with 36.46% 100.29%/22.55% 99.62%, curve to 0.66% 59.88% with 5.35% 86.35%/2.06% 73.75%, curve to 8.23% 19.02% with -0.82% 45.93%/-0.41% 30.72%, curve to 49.29% 0.08% with 16.79% 7.31%/33.58% -0.89%, curve to 88.54% 22.89% with 65.01% 1.05%/79.66% 11.19%, close);
    --path-3: shape(from 89.44% 7.08%, curve to 99.1% 47.8% with 98.47% 15.56%/101.77% 33.29%, curve to 78.76% 82.64% with 96.43% 62.32%/87.79% 73.63%, curve to 49.77% 99.76% with 69.73% 91.66%/60.33% 98.38%, curve to 17.74% 88.07% with 39.29% 101.06%/27.59% 97.09%, curve to 0% 51.17% with 7.88% 79.05%/-0.13% 65%, curve to 18.25% 15.1% with 0.13% 37.34%/8.39% 23.58%, curve to 52.57% 1.35% with 28.1% 6.62%/39.54% 3.34%, curve to 89.44% 7.08% with 65.67% -0.71%/80.41% -1.48%, close);
    --path-4: shape(from 84.86% 6.94%, curve to 99.99% 38.2% with 94.2% 13.66%/100.32% 26.14%, curve to 83.46% 74.17% with 99.66% 50.27%/92.88% 62.1%, curve to 48.9% 99.93% with 74.12% 86.32%/62.05% 98.79%, curve to 12.2% 78.54% with 35.84% 100.98%/21.54% 90.69%, curve to 0.63% 40.96% with 2.78% 66.47%/-1.77% 52.46%, curve to 21.96% 13.5% with 3.11% 29.38%/12.62% 20.22%, curve to 51.71% 0.7% with 31.38% 6.7%/40.72% 2.32%, curve to 84.86% 6.94% with 62.71% -1%/75.44% 0.14%, close);
    --path-5: shape(from 89.51% 17.44%, curve to 99.19% 61.23% with 99.6% 29.14%/101.33% 46.21%, curve to 81.13% 95.51% with 97.14% 76.33%/91.23% 89.47%, curve to 44.77% 98.31% with 71.04% 101.55%/56.76% 100.42%, curve to 17.19% 86.98% with 32.79% 96.19%/23.18% 93.02%, curve to 5.29% 59.87% with 11.2% 80.94%/8.9% 72.11%, curve to 2.83% 20.53% with 1.68% 47.72%/-3.16% 32.24%, curve to 43.29% 0.07% with 8.82% 8.75%/25.65% 0.83%, curve to 89.51% 17.44% with 60.94% -0.76%/79.49% 5.73%, close);
}

@media (min-width: 768px) {
     :root {
        /* --page-width: 750px; */
    }
}

@media (min-width: 992px) {
     :root {
        --page-width: 970px;
    }
}

@media (min-width: 1201px) {
     :root {
        --page-width: 1200px;
    }
}


body {
    color: var(--text);
    position: relative;
    max-width: 100%;
    overflow-x: inherit;
}

body,
header,
nav,
footer {
    font-family: inherit !important;
    font-size: inherit !important;
    /*^^ Overwrites mms_styles.css*/
}


/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: .5em;
    padding: 0;
    font-weight: 700;
    line-height: 1em;
    color: var(--dark-gray);
    font-family: "Be Vietnam Pro", sans-serif;
}

h1 {
    font-size: 33px;
}

h1.title:empty {
    /*^^Hides the extra margin that is added on pages without a title*/
    display: none;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p+h1,
p+h2,
p+h3,
p+h4 {
    margin-top: 1.25em;
}


/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/

a {
    color: inherit;
    text-decoration: none;
    transition: .125s color ease-in-out;
}

a:is(:hover, :focus) {
    color: var(--primary);
    /* text-decoration: underline; */
}

.button-link {
    color: #fff;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    padding: 1em 1.90ch;
    display: block;
    width: fit-content;
    margin: 1.25em 0;
    line-height: 1;
    text-decoration: none;
    background: var(--primary);
    border-radius: 12px;
    white-space: nowrap;
    font-size: 16px;
    transition: .125s background ease-in-out, .125s color ease-in-out;
}

.button-link:first-child {
    margin-top: 0;
}

.button-link:last-child {
    margin-bottom: 0;
}

.button-link:is(:hover, :focus) {
    background: var(--secondary);
    color: var(--dark-gray);
    text-decoration: none;
}


/*--------------------------------------------------------
    Objects
--------------------------------------------------------*/

.offscreen {
    position: absolute;
    left: -200vw;
}


/* Wrappers*/

.wrapper {
    /* .wrapper acts as a more symantic stand-in for <container><row><col-md-12></col-md-12></row></container> in sections of this build that don't require stacking columns  */
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    position: relative;
    height: inherit;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(var(--page-width) - 30px);
    width: var(--page-width);
}

.full-width {
    /* Make an element span the width of the viewport */
    position: relative;
    left: var(--side-margin);
    right: calc(var(--side-margin) - var(--scrollbarWidth));
    width: 100vw;
    padding-inline: 30px;
}

main:is(#homepage-main, #subpage-main) .full-width>.column {
    padding-left: 0;
    padding-right: 0;
}

#gm-canvas .full-width,
#gm-canvas .background-row {
    left: unset;
    right: unset;
    width: unset;
}

.background-row {
    position: relative;
}

.background-row:not(#mycanvas .background-row)::before,
.background-row:not(#gm-canvas .background-row)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--side-margin);
    right: var(--side-margin);
    display: block;
    background: var(--primary);
}

.background-row:not(#mycanvas .background-row)>.column,
.background-row:not(#gm-canvas .background-row)>.column {
    background: transparent !important;
    font-size: 25px;
    color: white;
    text-align: left;
    font-weight: bold;
    max-width: 1200px;
    margin: auto;
    line-height: 1.3;
}

.background-row:not(#mycanvas .background-row)>.column,
.background-row:not(#gm-canvas .background-row)>.column {
    /* Since element is extended past where the scrollbar is, extra padding is added to make sure it's content is not hidden under the scrollbar */
    padding-right: calc(15px + var(--scrollbarWidth));
}

#subpage-main:has(.background-row:last-child) {
    /* If .background-row is the last row, don't include a gap between main and footer */
    margin-bottom: 0;
    padding-bottom: 0;
}

#subpage-main>.background-row:last-child {
    /* If .background-row is the last row, don't include a gap between main and footer */
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .background-row:not(#mycanvas .background-row)>.column,
    .background-row:not(#gm-canvas .background-row)>.column {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .container,
    .wrapper {
        /* Extra wiggle room at a breakpoint that needs it  */
        width: 100%;
    }
    .full-width,
    .background-row {
        /* left: var(--side-margin);
        right: var(--side-margin);
        width: calc(100vw + var(--scrollbarWidth)); */
    }
}

@media (min-width: 992px) and (max-width: 1201px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1201px) {
    .container {
        width: 1170px;
    }
}


/* Lists */

.three-column-grid {
    display: grid;
    gap: 1rem 20px;
    grid-template-columns: repeat(auto-fill, minmax(min(275px, 100%), 1fr));
}

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


/* Tables */

#subpage-main table {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 990px) {
    #subpage-main table {
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    #subpage-main table {
        font-size: 15px;
        line-height: 1.25em;
    }
}

#subpage-main *+table {
    margin-top: 2em;
}

#subpage-main table+* {
    margin-top: 3em;
}

#subpage-main table caption {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#subpage-main table tr {
    border-left: .35em solid white;
    border-right: .35em solid white;
}

#subpage-main table *+strong {
    margin-top: .75em;
}

#subpage-main table tbody>tr:nth-of-type(even) {
    background: #F6F6F6;
    border-left: .35em solid #F6F6F6;
    border-right: .35em solid #F6F6F6;
}


/*Feed items */

[class*="item"] img[src=""] {
    /* Don't display a broken image if no image has been added to a feed item */
    display: none;
}

main [class*="item"] br {
    /* Remove gaps in description text of feed items */
    /* <main> included in selector to prevent the inclusion of ...-items in the footer*/
    display: none;
}


/* Slideshow defaults */

.carousel {
    font-size: 20px;
}

.carousel-control.left,
.carousel-control.right {
    display: none;
}

.caption-text {
    font-size: 28px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.alt-text {
    font-size: 16px;
    color: initial;
    margin-bottom: 10px;
}


/*Responsive Nivo Slideshow*/

div[id^=slider-container-FD],
div[id^=slider_FD],
.nivoSlider img {
    max-width: 100% !important;
    height: auto !important;
}


/*Nivo slideshow controls*/

.nivo-prevNav,
.nivo-nextNav {
    background-image: none !important;
    width: 25px !important;
    top: 25% !important;
    /*Fallback for browsers that don't support calc*/
    top: calc( 50% - 50px) !important;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 75px;
    font-family: Arial, sans-serif;
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
}

.nivo-prevNav:hover,
.nivo-nextNav:hover {
    text-decoration: none;
    color: #ae0e0d;
    text-shadow: none;
}

.nivo-prevNav {
    left: 10px !important;
}

.nivo-nextNav {
    right: 10px !important;
}

.nivo-prevNav:after {
    content: "‹";
}

.nivo-nextNav:after {
    content: "›";
}


/*Misc. Objects */

.script-row:not(#mycanvas .script-row),
.script-row:not(#gm-canvas .script-row) {
    /* Allows scripts to be added via the Grid Editor without displaying the padding, etc that would be included on the published page */
    display: none;
}

address {
    margin-bottom: unset;
    /*Overwrites Bootstrap style*/
}


/* Modal */

.modal-header {
    /*Applies to any modal on the site*/
    border: none;
}

.close,
.close:hover {
    opacity: 1;
}

.close svg.menu-trigger {
    width: 30px;
    height: 30px;
}

.close svg.menu-trigger line {
    stroke-width: 4px;
}

.close svg.menu-trigger .line-1 {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.close svg.menu-trigger .line-4 {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.close svg.menu-trigger .line-2 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.close svg.menu-trigger .line-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}




/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem 30px;
    background: transparent;
    padding: 2rem 5em;
}
    @media (max-width: 991px) {
        header {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

header>ul {
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 1em;
    justify-content: flex-start;
    line-height: 1;
    text-transform: uppercase;
}
header svg {
    vertical-align: middle;
    max-width: 100%;
}
header .button-link {
    padding: .75em 1.75ch;
    margin: 0;
}








/* Navigation */


body>nav {
    position: sticky;
    top: 2rem;
    z-index: 1;
    background: rgba(255, 255, 255, .25);
    padding: 0 3.5em;
}
    @media (max-width: 1700px) {
        body>nav {
            display: none;
        }
    }

#nav_menu {
    position: relative;
}

#nav_menu::before,
#nav_menu::after,
#nav_menu>ul::before,
#nav_menu>ul::after {
    content: none;
}

#nav_menu>ul {
    display: flex;
    flex-direction: column;
    padding: 1rem 1ch;
    border-radius: 2px;
    position: absolute;
    gap: 0.5em;
    width: 15%;
}

#nav_menu a {
    font-weight: 400;
    text-decoration: none;
    transition: .125s color ease-in-out;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #0a0904;
}

#nav_menu>.nav>li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}
#nav_menu>.nav>li>a {
    font-size: 16px;
    padding: 0;
    position: relative;
    line-height: 1;
    background: var(--light-primary);
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    border-radius: 6px;
    word-break: break-word;
}



#nav_menu>.nav>li>a:is(:hover, :focus){
    /* Overwrite BS defaults */
    background: var(--light-secondary);
    color: #0a0904;
}

#nav_menu .nav .open>a,
#nav_menu .nav .open>a:is(:hover, :focus) {
    transition: .125s background ease-in-out;
    background-color: var(--light-secondary);
    border: none;
}


#nav_menu .dropdown-submenu .caret {
}

#nav_menu .caret::after {
    /* content: url(../images/dropdown-arrow.svg); */
}

#nav_menu li:has(.caret) {
    /* Adjust width for absolutely positioned caret */
}

#nav_menu .dropdown-menu {
    top: calc(100% + 9px);
    border: none;
    font-size: 1rem;
}
#nav_menu .open>.dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
    top: 0;
    padding: 0;
}
#nav_menu .open>.dropdown-menu a {
    background: var(--light-primary);
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    border-radius: 6px;
}

#nav_menu .dropdown-menu:is(.men-level-1, .men-level-2) {
    top: -7px;
    margin-left: 15px;
}

#nav_menu .dropdown-menu>li {
    position: relative;
}

#nav_menu .dropdown-menu>li>a:is(:hover, :focus) {
    color: #0a0904;
    background: var(--light-secondary);
}

@media (max-width:990px) {
    #nav_menu {
        margin-bottom: 30px;
        display: block;
        /* Overwrite .collapse that hides desktop menu on smaller screens */
    }
    #nav_menu>.nav>li>a {
    }
}

@media (max-width:767px) {
    #nav_menu {
        margin-top: 0;
    }
}

@media (max-width:550px) {
    #nav_menu {
        margin-bottom: 18px;
    }
    #nav_menu>.nav>li>a {
    }
}


/* Site originally had no Mobile Navigation per design from outside designers, but this was abandoned by Ilana during Content Population */

#mobileMenuWrapper {
    position: fixed;
    background: var(--light-primary);
    z-index: 100;
    top: 0;
    bottom: 0;
    left: -200vw;
    overflow-y: auto;
    overflow-x: hidden;
    width: 300px;
    transition: .125s left ease-in-out;
    box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    border-right: 0px;
}

#mobileMenuWrapper.open {
    left: 0;
}

@media (min-width: 1701px) {
    .mobileMenuTrigger, .mobileMenuTrigger-wrap {
        display: none;
    }
}

button.mobileMenuTrigger {
    background: none;
    border: none;
    margin-left: auto;
}

.mobileMenuTrigger label {
    position: absolute;
    left: -200vw;
}

#mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0.55rem .25rem;
    font-size: 16px;
    list-style: none;
    padding: 1em 1.5em;
    color: var(--dark-gray);
}

.triggerClose {
    display: block;
    margin-left: auto;
}

.triggerClose button {
    background: none;
    border: none;
    font-size: 2em;
    line-height: 1;
    padding: 0;
}

.mDropdown {
    display: none;
}

.mDropdown.open {
    display: block;
}

#mobile-menu>li>a {
    font-weight: 400;
    color: var(--dark-gray);
    text-decoration: none;
}



#mobileMenuWrapper .mDropdown {
    list-style: none;
    padding: 0;
    background: none;
    font-weight: 500;
    margin-top: 5px;
}
#mobileMenuWrapper .mDropdown li {
    padding-top: 3px;
    padding-bottom: 3px;
}
.mDropdown a {
    font-size: 16px;
    color: var(--dark-gray);
    text-decoration: none;
    font-weight: 400;
}


#mobile-menu li.mobile-login .button-link.login-button {
    border: 1px solid #fff;
    padding: .75em 1.75ch;
    color: #fff;
}
#mobile-menu li.mobile-login .button-link.login-button:is(:hover, :focus) {
    color: var(--dark-gray);
}






/* Search */

.searchbox {
    position: relative;
    --size: 17.5px;
}

.searchbox .search-input {
    padding: .55em 1.5ch;
    border-radius: 12px;
    font-size: 1rem;
    width: 100%;
    min-width: 250px;
    border: 1px solid #cccccc;
}
    @media (max-width: 767px) {
        .searchbox .search-input {
            min-width: 100%;
        }
    }

.searchbox .search-button {
    background: url(../images/search-new.svg.php?fc=242d2b);
    background-size: 120%;
    height: var(--size);
    width: var(--size);
    position: absolute;
    top: calc(50% - (var(--size) / 2));
    color: transparent;
    border: none;
    outline: none;
    right: 1.5ch;
}





/* Main */

main {
    --gap: 50px;
    min-height: calc(100vh - 147.5px - var(--footer-height));
}

main>.row:not(main>.row#slideshow-row) {
    position: relative;
    padding-block: var(--gap);
    /* padding-top: var(--gap); */
}

main:is(#subpage-main, #mms-main)>.row {
    padding-block: calc(var(--gap) / 4);
}

main:is(#subpage-main, #mms-main)>.row:first-child {
    padding-top: var(--gap);
}

main:is(#subpage-main, #mms-main)>.row:last-child {
    padding-bottom: var(--gap);
}

@media (max-width: 990px) {
    main:is(#homepage-main, #subpage-main)>.row>.column:not(:first-child) {
        margin-top: var(--gap);
    }
}

@media (max-width: 767px) {
    main {
        --gap: 45px;
    }
}

@media (max-width: 550px) {
    main {
        --gap: 24px;
    }
}



/* rows and columns margin inside grid+ */
#gm-canvas .row, #gm-canvas .column {
    margin-top: 1em;
    margin-bottom: 1em;
}






/* Blob */
.blob {
    position: fixed;
    width: 300px;
    height: 300px;
    opacity: 0.08;
    pointer-events: none;
    z-index: -1;
    animation-name: blobby;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-direction: alternate;
}
    @media (max-width: 600px) {
        .blob {
            display: none;
        }
    }


.blob1 {
    top: -180px;
    right: -200px;
    width: 387px;
    height: 338px;
}
.blob2 {
    top: 30%;
    left: -180px;
    animation-delay: 3s;
}

.blob3 {
    top: 50%;
    right: -180px;
    animation-delay: 6s;
}
.blob4 {
    bottom: -150px;
    left: -150px;
    animation-delay: 9s;
}



.blob-one {
    top: -180px;
    right: -200px;
    width: 387px;
    height: 338px;
    clip-path: shape(from 66.2% 5.73%, curve by -49.99% 4.4% with -3.14% -1.6% / -29.49% -14.39%, curve to 0.18% 51.89% with 5.87% 19.6% / -1.26% 35.52%, curve by 44.48% 46.15% with 3.07% 34.91% / 42.8% 45.73%, curve by 43.96% -9.52% with 4.2% 1.07% / 28.07% 7.15%, curve by 10.9% -21.98% with 1.88% -1.98% / 8.96% -9.62%, curve by -7.69% -32.97% with 2.17% -13.88% / -3.53% -24.9%, curve by -25.64% -27.84% with -3.06% -5.92% / -10.37% -20.08%, close);
    background: var(--primary);
}
.blob-two {
    top: 30%;
    left: -180px;
    animation-delay: 3s;
    clip-path: shape(from 96.13% 70.49%,curve by -2.89% -36.99% with 4.91% -12.9%/6.32% -17.98%,curve by -26.88% -29.87% with -6.51% -13.44%/-11.73% -23.25%,curve by -33.94% -0.79% with -9.65% -4.22%/-22.77% -5.1%,curve to 3.59% 72.99% with 6.64% 12.79%/-6.95% 48.85%,curve by 30.43% 25.18% with 1.58% 3.62%/9.34% 19.89%,curve by 42.24% -5.44% with 3.48% 0.87%/23.18% 5.81%,curve by 19.87% -22.23% with 2.63% -1.55%/14.87% -9.1%,close);
    background: var(--primary);
}
.blob-three {
    top: 50%;
    right: -180px;
    animation-delay: 6s;
    clip-path: shape(from 28.11% 3.89%,curve to 95.12% 23.44% with 48.57% -4.24%/80.51% -0.5%,curve by -5.56% 50.07% with 9.4% 15.39%/3.93% 34.13%,curve by -48.96% 25.44% with -11.12% 18.66%/-28.19% 30.15%,curve by -34.52% -29.47% with -22.8% -5.18%/-32.69% -25.67%,curve by 0% -47.88% with -1.92% -3.98%/-12.67% -27.51%,curve to 28.11% 3.89% with 13.34% 9.93%/24.55% 5.3%,close);
    background: var(--primary);
}
.blob-four {
    bottom: -150px;
    left: -150px;
    animation-delay: 9s;
    clip-path: shape(from 72.99% 10.96%,curve to 4.45% 27.94% with 46.15% -10.84%/15.95% 2.52%,curve by 18.2% 64.39% with -10.45% 23.09%/-1.71% 51.56%,curve by 55.65% -0.33% with 16.06% 10.35%/37.3% 10.22%,curve by 21.28% -48.14% with 7.42% -4.27%/24.64% -23.59%,curve by -26.59% -32.9% with -2.39% -17.48%/-10.25% -19.62%,close);
    background: var(--primary);
}


    @keyframes blobby {
      0% {
        clip-path: shape(from 68.5% 6.19%, curve by -47.15% 4.4% with -3.14% -1.6% / -29.49% -14.39%, curve to 0.18% 51.89% with 5.87% 19.6% / -1.26% 35.52%, curve by 44.48% 46.15% with 3.07% 34.91% / 42.8% 45.73%, curve by 43.96% -9.52% with 4.2% 1.07% / 28.07% 7.15%, curve by 10.9% -21.98% with 1.88% -1.98% / 8.96% -9.62%, curve by -7.69% -32.97% with 2.17% -13.88% / -3.53% -24.9%, curve by -25.64% -27.84% with -3.06% -5.92% / -10.37% -20.08%, close);
    }
      20% {
        clip-path: shape(from 65.8% 6.12%, curve by -48.3% 4.4% with -3.14% -1.6% / -29.49% -14.39%, curve to 0.18% 51.89% with 5.87% 19.6% / -1.26% 35.52%, curve by 44.48% 46.15% with 3.07% 34.91% / 42.8% 45.73%, curve by 43.96% -9.52% with 4.2% 1.07% / 28.07% 7.15%, curve by 10.9% -21.98% with 1.88% -1.98% / 8.96% -9.62%, curve by -7.69% -32.97% with 2.17% -13.88% / -3.53% -24.9%, curve by -25.64% -27.84% with -3.06% -5.92% / -10.37% -20.08%, close);
        transform: rotate(36deg);
      }
      40% {
        clip-path: shape(from 64.7% 6.01%, curve by -47.2% 4.4% with -3.14% -1.6% / -29.49% -14.39%, curve to 0.18% 51.89% with 5.87% 19.6% / -1.26% 35.52%, curve by 44.48% 46.15% with 3.07% 34.91% / 42.8% 45.73%, curve by 43.96% -9.52% with 4.2% 1.07% / 28.07% 7.15%, curve by 10.9% -21.98% with 1.88% -1.98% / 8.96% -9.62%, curve by -7.69% -32.97% with 2.17% -13.88% / -3.53% -24.9%, curve by -25.64% -27.84% with -3.06% -5.92% / -10.37% -20.08%, close);
        transform: rotate(72deg);
      }
      80% {
        clip-path: shape(from 67.52% 6.12%, curve by -48.53% 4.4% with -3.14% -1.6% / -29.49% -14.39%, curve to 0.18% 51.89% with 5.87% 19.6% / -1.26% 35.52%, curve by 44.48% 46.15% with 3.07% 34.91% / 42.8% 45.73%, curve by 43.96% -9.52% with 4.2% 1.07% / 28.07% 7.15%, curve by 10.9% -21.98% with 1.88% -1.98% / 8.96% -9.62%, curve by -7.69% -32.97% with 2.17% -13.88% / -3.53% -24.9%, curve by -25.64% -27.84% with -3.06% -5.92% / -10.37% -20.08%, close);
        transform: rotate(108deg);
      }
      100% {
        clip-path: shape(from 63.9% 5.45%, curve by -47.45% 4.4% with -3.14% -1.6% / -29.49% -14.39%, curve to 0.18% 51.89% with 5.87% 19.6% / -1.26% 35.52%, curve by 44.48% 46.15% with 3.07% 34.91% / 42.8% 45.73%, curve by 43.96% -9.52% with 4.2% 1.07% / 28.07% 7.15%, curve by 10.9% -21.98% with 1.88% -1.98% / 8.96% -9.62%, curve by -7.69% -32.97% with 2.17% -13.88% / -3.53% -24.9%, curve by -25.64% -27.84% with -3.06% -5.92% / -10.37% -20.08%, close);
        transform: rotate(144deg);
      }
}







/* Home Slideshow */
#slideshow-row .carousel-caption {
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    top: auto;
    padding: 0;
    bottom: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    text-shadow: none;
    text-align: left;
    background: transparent;
}
#slideshow-row .caption-wrapper {
    background: rgb(from var(--dark-gray) r g b / 0.75);
    text-shadow: none;
    color: #fff;
    padding: 1em;
    border-radius: 8px;
}
#slideshow-row img {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}

#slideshow-row .carousel-indicators {
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 35px;
}
#slideshow-row .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin: 0 2px auto;
}
#slideshow-row .carousel-indicators li.active {
    background: #fff;
    border: 1px solid #fff;
}
#slideshow-row .caption-text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
#slideshow-row .alt-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}


    @media (max-width: 991px) {
        #slideshow-row .carousel-caption {
            position: relative;
            padding: 0;
            width: 100%;
            bottom: 0;
        }
        #slideshow-row .caption-wrapper {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }
        #slideshow-row img {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }
        #slideshow-row .carousel-indicators {
            padding-left: 20px;
        }
        #slideshow-row .alt-text {
            margin-bottom: 30px;
        }
    }






/* CTA */
#cta-row:not(#gm-canvas #cta-row) {
    position: relative;
    display: flex;
    gap: 15px;
    margin-top: 1em;
    padding-bottom: 2em;
}
    @media (max-width: 767px) {
        #cta-row:not(#gm-canvas #cta-row) {
            flex-direction: column;
            gap: 2em;
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    
#cta-row:not(#gm-canvas #cta-row) .column {
    position: relative;
    padding: 0px 30px 30px;
    display: flex;
    flex-direction: column;
    grid-gap: 0.5rem;
    background: var(--light-primary);
    border: 1px solid #e6e6ee;
    transition: .125s all ease-in-out;
    border-radius: 12px;
    margin-top: 1em;
}
#cta-row:not(#gm-canvas #cta-row) .column:is(:hover, :focus) {
    background: var(--light-secondary);
}
#cta-row:not(#gm-canvas #cta-row) h4 a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#cta-row:not(#gm-canvas #cta-row) .column p:last-child {
    margin: 0;
}
#cta-row:not(#gm-canvas #cta-row) .column:is(:hover, :focus) a {
    color: var(--accent);
    text-decoration: none;
}

#cta-row:not(#gm-canvas #cta-row) :is(svg, img) {
    position: relative;
    top: -1em;
    margin-top: -1em;
    padding: 1em;
    cursor: pointer;
    transition: clip-path 2s ease-in-out, background 1.4s;
    transition: .125s background ease-in-out;
    background: var(--primary);
    width: 56px;
    height: 59px;
    object-fit: contain;
}


#cta-row:not(#gm-canvas #cta-row) .column:nth-child(1) :is(svg, img) {
    --path: var(--path-1);
    clip-path: var(--path);
}

#cta-row:not(#gm-canvas #cta-row) .column:nth-child(2) :is(svg, img) {
    --path: var(--path-2);
    clip-path: var(--path);
}

#cta-row:not(#gm-canvas #cta-row) .column:nth-child(3) :is(svg, img) {
    --path: var(--path-3);
    clip-path: var(--path);
}


@keyframes blobbing {
    0%,
    66% {
        clip-path: var(--path);
    }
    33% {
        clip-path: var(--path-5);
    }
    100% {
        clip-path: var(--path-4);
    }
}


#cta-row:not(#gm-canvas #cta-row) .column:is(:hover, :focus) :is(svg, img),
.social-list li:is(:hover, :focus) svg {
    background: var(--secondary);
    animation-name: blobbing;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: both;
}

#cta-row:not(#gm-canvas #cta-row) .column svg .cls-1,
#cta-row:not(#gm-canvas #cta-row) .column svg .cls-2 {
    fill: #fff;
}







.feed-item {
    background: var(--light-primary);
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e6e6ee;
    padding: 15px 25px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 5%);
    margin-top: 3em;
    position: relative;
    transition: .125s background ease-in-out, .125s color ease-in-out;
}
.feed-item:is(:hover, :focus) {
    background: var(--light-secondary);
}
.feed-item time {
    background: #fff;
    display: inline-block;
    border: 1px solid var(--text);
    border-radius: 6px;
    padding: 0.25em 1em;
    position: relative;
    top: -1.5em;
    min-width: 200px;
}
.feed-item time::before {
    content: url(../images/calendar-icon.png);
    display: inline-block;
    text-indent: 0;
    position: relative;
    width: 13px;
    height: 15px;
    margin-right: 8px;
    top: 1px;
}




a.news-title-link:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
a.news-title-link:is(:hover, :focus) {
    color: var(--accent);
    text-decoration: none;
}



#events-row:not(#mycanvas #events-row, #gm-canvas #events-row) > .column  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem 15px;
    margin-bottom: 2.5em;
    text-align: left;
}
    @media (min-width: 560px) and (max-width: 990px) {
        #events-row:not(#mycanvas #events-row, #gm-canvas #events-row) > .column  {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 560px) {
        #events-row:not(#mycanvas #events-row, #gm-canvas #events-row) > .column  {
            grid-template-columns: repeat(1, 1fr);
        }

    }
#events-row:not(#mycanvas #events-row, #gm-canvas #events-row) > .column > div {
    display: contents;
}


#events-row:not(#mycanvas #events-row, #gm-canvas #events-row) > .column > h2,
#events-row:not(#mycanvas #events-row, #gm-canvas #events-row) > .column > .button-link  {
    grid-column: 1 / -1;
}
#events-row .feed-item {
    padding: 0;
    margin: 0;
}
    @media (max-width: 767px) {
        #events-row .feed-item {
            margin-bottom: 30px;
        }
        #events-row .feed-item:last-child {
            margin-bottom: 0px;
        }
    }

#events-row .feed-item > img {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.events-item-wrap time{
    margin-left: 15px;
    min-width: 265px;
    top: -1em;
}
#events-row .feed-item > h3 {
    padding: 0px 25px 15px;
    margin: 0;
}
a.ev-title-link {
    font-size: 18px;
    font-weight: 600;
}
a.ev-title-link:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
a.ev-title-link:is(:hover, :focus) {
    color: var(--accent);
    text-decoration: none;
}








/* Footer */
footer {
    position: relative;
    background: #e5e5e5;
    color: var(--text);
    padding: 3.2rem 5em 2.7rem;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 1rem 30px;
    font-size: inherit;
    font-family: inherit;
    margin-top: 0px;
}
    @media (max-width: 991px) {
        footer  {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media (max-width: 767px) {
        footer  {
            flex-direction: column;
        }
    }
footer::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--side-margin) * -1);
    right: calc(var(--side-margin) * -1);
    display: block;
    z-index: -1;
    background: #e5e5e5;
}
footer p {
    margin-bottom: 1em;
}
footer p a {
    text-decoration: underline;
    transition: .125s all ease-in-out;
}
footer p a:is(:hover, :focus) {
    color: var(--secondary);
    text-decoration: underline;
    transition: .125s all ease-in-out;
}
footer span.privacy-policy {
    border-left: 1px solid var(--text);
    margin-left: 12px;
    padding-left: 12px;
}




/* Social Media */
.social-list {
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 1em;
    justify-content: left;
    line-height: 1;
}

.social-list svg {
    background: var(--primary);
    width: 30px;
    height: 30px;
    padding: 0.55em;
    transition: .125s background ease-in-out;
}



.social-list li:nth-child(1n) svg {
    clip-path: var(--path-1);
    --path: var(--path-1);
}

.social-list li:nth-child(2n) svg {
    clip-path: var(--path-2);
    --path: var(--path-2);
}

.social-list li:nth-child(3n) svg {
    clip-path: var(--path-3);
    --path: var(--path-3);
}

.social-list li:nth-child(4n) svg {
    clip-path: var(--path-4);
    --path: var(--path-4);
}


.social-list li:is(:hover, :focus) svg {
    background: var(--secondary);
    clip-path: var(--path-5);
    animation-duration: 2s;
}




 




/*--------------------------------------------------------
                        Subpage Styles
--------------------------------------------------------*/


/*--------------------------------------------------------
                        MMS Styling
--------------------------------------------------------*/

#mms-main *[face] {
    font-family: inherit;
    font-size: inherit;
}

#mms-main *[style*="erdana"],
#mms-main *[font-family*="erdana"],

/*^^Targets both elements with Verdana and verdana spec'd*/

#mms-main div,
#mms-main span:not([class^="fa"]),

/*Allows the Font Awesome icons in the Grid Editor to show*/

#mms-main td,
#mms-main tr,
#mms-main table,
#mms-main input,
#mms-main textarea,
#mms-main label
/*^^Styles are meant to overwrite the MMS styles that set everything to Verdana*/

{
    font-family: inherit !important;
}


/*-----------Grid Page Editor-------------*/

#mycanvas a,
#gm-canvas a  {
    text-decoration: none;
}

#mycanvas a::before,
#gm-canvas a::before {
    position: initial;
    bottom: initial;
    left: initial;
    right: initial;
    background: initial;
    height: initial;
    transition: initial;
    display: initial;
    z-index: initial;
}