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

:root {
    --teal: #008b99;
    --blue: #004b85;
    --yellow: #fca903;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

body {
    color: #333;
    font-size: inherit !important;
    overflow-x: hidden;
    font-family: inherit !important;
    font-weight: normal;
    z-index: 1;
}

@media(max-width: 767px) {
     :root {
        overflow-x: hidden;
    }
}


/*
--------------------------------------------------------------------------
 Typography 
--------------------------------------------------------------------------
 */

p {
    font-size: inherit;
    margin-bottom: .75em;
}

p:empty {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .75em;
    /* text-transform: uppercase; */
    padding: 0;
    font-weight: normal;
    color: #333;
    line-height: 1.1;
}

h1 {
    font-size: 54px;
    font-family: 'Dancing Script', cursive;
    color: var(--teal);
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 23px;
}

h6 {
    font-size: 20px;
}

#subpage-main p:not(:empty)+h2,
#subpage-main p:not(:empty)+h3,
#subpage-main p:not(:empty)+h4,
#subpage-main p:not(:empty)+h5,
#subpage-main p:not(:empty)+h6,
#subpage-main ul+h2,
#subpage-main ul+h3,
#subpage-main ul+h4,
#subpage-main ul+h5,
#subpage-main ul+h6,
#subpage-main table+h2,
#subpage-main table+h3,
#subpage-main table+h4,
#subpage-main table+h5,
#subpage-main table+h6 {
    margin-top: 1em;
}

#subpage-main h2+ul,
#subpage-main h3+ul,
#subpage-main h4+ul {
    margin-top: -.75rem;
    /*Adjusts for the margin-bottom placed on these headings to make the ul's look like they belong to that heading*/
}


/*  Links -------------------

 */

a {
    color: var(--yellow);
    text-decoration: none;
    font-weight: bold;
    transition: .125s color ease-in-out;
}

#mms-main a,
.cke_dialog a {
    /* color: currentColor; */
    color: var(--teal);
    font-weight: initial;
}

a:hover,
a:focus {
    color: black;
    text-decoration: none;
}

a.button-link,
#mms-main .btn-primary {
    background: var(--yellow);
    font-size: 1.1em;
    padding: .5em 4ch .75em;
    display: block;
    max-width: fit-content;
    color: white;
    position: relative;
    letter-spacing: 1px;
    transition: .125s background ease-in-out;
    border: 0;
    border-radius: 0;
}

#mms-main .btn-primary:hover,
#mms-main .btn-primary:focus,
.button-link:hover,
.button-link:focus {
    background: black;
}

.button-link:not(:last-child) {
    margin-bottom: 1.5em;
}


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


/*  Wrappers
    *.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 
 */

.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    position: relative;
    height: inherit;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
     :root {
        --page-width: 100vw;
        --side-margin: calc((100vw - var(--page-width) + 13px) / -2);
    }
}

@media (min-width:992px) {
    .wrapper {
        width: 100vw;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1200px) {
    .wrapper {
        width: calc(90vw - 4%);
        max-width: 100%;
    }
}

@media (max-width:767px) {
     :root {
        --side-margin: calc((100vw - 30px) / -2);
    }
}

.row_background {
    color: white;
    position: relative;
    padding: 2rem 30px;
    min-height: 30vh;
}

.row_background::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((100vw - 30px) / -2);
    right: calc((100vw - 30px) / -2);
    display: block;
    background: url(../images/spiral-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.row_background h1,
.row_background h2,
.row_background h3,
.row_background h4,
.row_background h5,
.row_background h6 {
    color: currentColor;
}

@media (max-width: 767px) {
    .row_background {
        padding: 1rem 15px;
    }
}

#homepage-main img:not(:last-child):not(.carousel img),
#subpage-main img:not(:last-child):not(.carousel img) {
    margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
    /*The following styles are meant to give more space to the label column in contact forms that are too narrow for the entire label to be read normally*/
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-2 {
        width: 25%;
        padding-right: 1em;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-10 {
        width: 75%;
        padding-left: 0;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-offset-2 {
        margin-left: 25%;
    }
    /*^^Adjusts the form-group placement of the reCAPTCHA iframe and submit buttom to match the new widths from the styles above*/
}

blockquote {
    font-size: inherit;
}


/*Styles below are taken from Bootstrap's table style to ensure that tables on content pages are responsive and neat whether Bootstrap classes are added or not*/

#subpage-main table {
    max-width: 100%;
    border-collapse: collapse;
    color: #212529;
    margin-bottom: 1em;
}

#subpage-main table td,
#subpage-main table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: inherit;
}

#subpage-main table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: none;
}

#subpage-main table caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

#subpage-main table tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

grammarly-btn {
    display: none;
    /*If someone copy/pastes text from Grammarly it will add this invisible button and cause the page to scroll horizontally. This style hides that.*/
}

.news-item,
.event-item {
    margin-bottom: .75em;
    line-height: 1.25;
}

.news-item .title,
.event-item .title {
    margin: 0;
}


/* Background styles from ticket #208639 message #13 */

[class*="impact-"] {
    text-align: center;
    padding: 25px;
}

[class*="impact-"] * {
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

[class*="impact-"] *+* {
    margin-top: 10px;
}

#mycanvas [class*="impact-"] h3,
#subpage-main [class*="impact-"] h3 {
    font-size: 22px;
    line-height: 1.2;
}

#subpage-main [class*="impact-"] p {
    line-height: 1.5;
}

#mycanvas [class*="impact-"] .button-link,
#subpage-main [class*="impact-"] .button-link {
    text-transform: uppercase;
}

.impact-teal {
    background-color: var(--teal);
}

.impact-darkblue {
    background-color: #004b85;
}

.impact-turquoise {
    background-color: #008ebd;
}

.impact-yellow {
    background-color: #fca903;
}


/*  Modals ---------------------------------
    ----------------------------------------
 */

.modal.in {
    display: flex !important;
    /* Overwrite the inline style of display: block; */
}

.modal-dialog {
    width: 260px;
    max-width: 100%;
    font-size: 16px;
    margin: auto;
}

.modal-title {
    text-transform: capitalize;
}

.modal a {
    display: block;
    margin-bottom: .5em;
}


/*  Login Forms ----------------------------
----------------------------------------
*/

.modal input[name="Username"],
.modal input[name="Password"] {
    width: 100%;
    padding-left: .25em;
    padding-right: .25em;
    margin-bottom: 0.5em;
    height: 2em;
}

.modal input[type="submit"] {
    color: white;
    display: inline-block;
    background: var(--blue);
    padding: calc(46px / 2 - 0.7em);
    text-decoration: none;
    z-index: 1;
    text-transform: capitalize;
    position: relative;
    min-width: calc(9vw + 5px);
    text-align: center;
    border: none;
    margin-top: 1em;
    transition: background .25s ease-in;
}

.modal input[type="submit"]+* {
    padding-top: 1.5em;
}


/*  Slideshows -------------------------
----------------------------------------
*/

.carousel-inner img {
    width: 100%;
}

.carousel-caption::before {
    content: '';
    background: var(--teal);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    z-index: -1;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    padding: 1em 30px 2em;
    left: 0;
    bottom: 0;
    right: 0;
    top: unset;
    text-align: center;
    text-shadow: none;
    color: white;
}

@media (max-width: 600px) {
    .carousel-caption {
        padding: 10px;
    }
}

.caption-text {
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    line-height: 1.1em;
    display: block;
    color: inherit;
    font-size: 70px;
    margin-bottom: 0;
}

.alt-text {
    font-size: 18px;
    font-weight: normal;
    color: inherit;
    margin: 10px 0 0;
    text-shadow: none;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    top: unset;
    left: unset;
    right: 30px;
    margin: 0;
    text-align: right;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border: 1px solid var(--blue);
    margin: 0;
    margin-left: 5px;
    background: white;
}

.carousel-indicators li.active {
    background: var(--blue);
}

@media (max-width: 1200px) {
    .caption-text {
        font-size: 50px;
    }
}

@media (max-width: 990px) {
    .caption-text {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .carousel-indicators {
        bottom: 0;
        top: 10px;
    }
}

@media (max-width: 500px) {
    .caption-text {
        font-size: 25px;
    }
}


/*----------Responsive Nivo*/

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


/*----------Nivo 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: "›";
}


/*  Header Top -------------------------
----------------------------------------
*/

.header-top {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 54px;
}

.header-top::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -666vw;
    right: -666vw;
    background: var(--blue);
    border-top: 2px solid var(--teal);
    z-index: -1;
}

.header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.header-top li:not(:last-child) {
    margin-right: 2ch;
}

.header-top a {
    color: white;
    text-transform: capitalize;
}

.header-top a:hover,
.header-top a:focus {
    color: var(--yellow);
}


/*
--------------------------------------------------------------------------
Header
--------------------------------------------------------------------------
 */

header {
    top: 0;
    position: sticky;
    padding: .5em 0 .75em;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
    background: white;
    z-index: 10;
}

header section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}


/*  Desktop Menu ---------------------------
    ----------------------------------------
 */

#nav_menu {
    padding: 0;
}

#nav_menu>ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    list-style: none;
    padding-left: 0;
    /* position: relative; */
    margin: 0;
}

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

#nav_menu .navbar-nav>li>a {
    padding: .5em 1.25ch;
    color: var(--teal);
    text-transform: uppercase;
    white-space: nowrap;
}

#nav_menu .dropdown-menu {
    border-top: 3px solid #ccc;
    padding: 0;
    min-width: 13vw;
}

#nav_menu .nav>li>a:focus,
#nav_menu .nav>li>a:hover,
#nav_menu .nav .open>a,
#nav_menu .nav .open>a:focus,
#nav_menu .nav .open>a:hover {
    /* Overwriting BS defaults */
    background: transparent;
    color: #666;
    transition: color .125s ease-in;
}

#nav_menu a {
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: .5px;
}

#nav_menu ul ul a {
    border-bottom: 1px solid #ddd;
    padding: .9em 2ch;
    line-height: 1;
}

#nav_menu>ul>.support-item>a {
    background: var(--teal);
    color: white;
    padding: .75em 3.5ch;
    transition: .125s background ease-in-out;
    margin-left: 1.25ch;
    letter-spacing: 1px;
}

#nav_menu>ul>.support-item>a:hover,
#nav_menu>ul>.support-item>a:focus {
    background: black;
    color: white !important;
}

#nav_menu .dropdown-toggle b {
    display: none;
}

@media (max-width: 1300px) {
    #nav_menu .navbar-nav>li>a:not(.support-item a) {
        padding: .5em 1ch;
        text-transform: capitalize;
    }
    #nav_menu a {
        letter-spacing: inherit;
    }
}

@media (max-width: 1200px) {
    #nav_menu>ul>.support-item>a {
        padding: .75em 2ch;
        text-transform: capitalize;
    }
}

@media (max-width: 990px) {
    #nav_menu {
        display: none !important;
    }
}


/*  Mobile Menu-----------------------------
    ----------------------------------------
 */

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

header .mobileMenuTrigger {
    background: none;
    border: none;
    color: var(--teal);
}

.menu-trigger line {
    color: inherit;
    stroke: currentColor !important;
    transition: stroke .25s ease-in;
}

#mobileMenuWrapper {
    box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 300px;
    background-color: white;
    transition: left 300ms ease-in-out;
}

#mobileMenuWrapper.open {
    left: 0px;
}

#mobile-menu {
    overflow-y: auto;
    overflow-x: visible;
    padding: 15px 15px 60px 10px;
    color: #333;
}

#triggerClose {
    display: inline;
    float: right;
    font-size: 30px;
}

.top-menu-mobile {
    border-bottom: 1px solid #ddd;
}

#mobileMenuWrapper .mDropdown {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
    padding: 0;
}

#mobileMenuWrapper ul {
    list-style: none;
}

#mobileMenuWrapper #mobile-menu a {
    width: 100%;
    color: #333;
    border-top: 1px solid #ddd;
    min-height: 32px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

@media (min-width: 1301px) {
    .top-menu-mobile {
        display: none !important;
    }
}

.top-menu-mobile>ul {
    margin-left: 0;
    padding-left: 0;
}


/*
--------------------------------------------------------------------------
 Main
--------------------------------------------------------------------------
 */

main {
    min-height: calc(100vh - 54px - 161px - 331px - 7.5ch);
    position: relative;
    background: white;
}

#homepage-main {
    width: 100%;
    padding: 0;
}

#subpage-main {
    width: 100%;
    padding: 30px;
}

@media (min-width: 767px) {
    #subpage-main .row+.row:not(.sidebar-row) {
        padding-top: 2.5rem;
    }
}

@media (max-width: 767px) {
    #homepage-main div[class^="col-md"],
    #subpage-main div[class^="col-md"] {
        padding-top: 1rem;
    }
}


/* Subpage headers */

main:not(#subpage-main) #subpage-header {
    display: none;
}

#subpage-header,
#subpage-footer {
    height: 380px;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: -1;
}

#subpage-header.mini {
    height: 150px;
}

#subpage-header img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    #subpage-header,
    #subpage-header.mini,
    #subpage-footer {
        height: 100px;
    }
}


/* Sidebar row  */

@media (min-width: 991px) {
    .sidebar-row:not(#mycanvas .sidebar-row) {
        display: flex;
        margin-top: -30px;
    }
}

#subpage-main .sidebar-row {
    margin-right: -30px;
    margin-left: -30px;
}

.sidebar-row:not(#mycanvas .sidebar-row) {
    --vertical-padding: calc(3% + 30px);
    --horizontal-padding: calc(8% + 30px);
}

.sidebar-row>.column:first-of-type {
    padding: var(--vertical-padding) var(--horizontal-padding);
}

.sidebar-row>.column:first-of-type h2 {
    color: #00b5f0;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: .25em;
    border-bottom: 3px solid var(--yellow);
    font-weight: bold;
    margin-bottom: 1em;
    width: fit-content;
}

.sidebar-row>.column:first-of-type p {
    line-height: 1.8;
}

.sidebar-row>.column:last-of-type {
    padding: var(--vertical-padding) calc(30px + 13px) var(--vertical-padding) 30px;
    background: url(../images/sidebar-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.sidebar-row>.column:last-of-type *:not(a) {
    color: inherit;
}

.sidebar-row>.column:last-of-type a:not(.button-link):not(ul a) {
    color: white;
    text-decoration: underline;
}

.sidebar-row>.column:last-of-type p {
    font-size: 18px;
}

.sidebar-row>.column:last-of-type ul {
    font-size: 20px;
    padding: 0;
    list-style: none;
}

.sidebar-row>.column:last-of-type ul a {
    text-decoration: none;
    color: #fedd9a;
    padding: .5em 0;
    display: block;
    border-bottom: 1px solid white;
}

@media (max-width: 990px) {
    .sidebar-row:not(#mycanvas .sidebar-row) {
        --vertical-padding: 1rem;
        --horizontal-padding: 30px;
    }
}


/* Subpage footers */

#subpage-footer {
    background-image: url(../images/blue-slides.jpg);
    background-attachment: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    font-size: 18px;
}


/*  Slide Row ------------------------------
    ----------------------------------------
 */

#slide-row:not(#mycanvas #slide-row) {
    color: white;
    display: grid;
    grid-template-columns: 1fr 530px;
}

@media (max-width: 767px) {
    #homepage-main #slide-row>div {
        padding-top: 0;
    }
}

#slide-row::before,
#slide-row::after {
    content: none;
}

#slide-row .column {
    padding: 0;
    width: 100%;
}

#slide-row .column:first-child {
    border-bottom: 5px solid var(--green);
}


/*  CTA row --------------------------------
    ----------------------------------------
 */

#cta-row {
    z-index: 1;
}

.cta-list {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    flex-wrap: wrap;
}

.cta-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 410px;
    text-align: center;
    padding-bottom: 50px;
}

.cta-list .img-wrapper {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    overflow: hidden;
}

.cta-list img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    transition: .25s transform ease-in-out;
}

.cta-list li:hover img,
.cta-list li:focus img {
    transform: scale3d(1.1, 1.1, 1);
}

.cta-list h2 {
    font-size: 36px;
    margin: .5em 0;
}

.cta-list .button-link {
    position: absolute;
    bottom: 10px;
}

@media (max-width: 500px) {
    .cta-list .img-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
}


/*  Welcome row ----------------------------
    ----------------------------------------
 */

#welcome-row h1 {
    font-size: 50px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--yellow);
    max-width: fit-content;
    color: var(--teal);
}

#homepage-main #events-news-column .event-item+h2 {
    border-top: 1px solid currentColor;
    padding-top: 0.5em;
    margin-top: 0.5em;
}


/*  Impact row ----------------------------
----------------------------------------
*/

#impact-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#impact-row::before {
    background: url('../images/blue-slides.jpg');
    background-attachment: fixed;
}

#impact-row h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    text-align: center;
}

.collective-impact-list {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    flex-wrap: wrap;
}

.collective-impact-list li {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    max-width: 330px;
    padding: 0 1ch;
}

#homepage-main .collective-impact-list img {
    margin-bottom: 0 !important;
}

.collective-impact-list .number {
    font-size: 40px;
    display: block;
}

.collective-impact-list p {
    font-size: 20px;
}

#impact-row .button-link {
    margin-left: auto;
    margin-right: auto;
}


/*  News and Events page -------------------
    ----------------------------------------
 */

#news-events-page {
    padding-bottom: 30px;
}

#news-events-page #news-row>.column,
#news-events-page #events-row>.column {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 1em 30px;
}

#mycanvas #news-events-page #news-row>.column,
#mycanvas #news-events-page #events-row>.column {
    display: block;
}

#news-events-page .feed-item {
    border: 1px solid #ebeaea;
    border-bottom-width: 3px;
    padding: 30px 30px 60px;
    position: relative;
}

#news-events-page .feed-item h3 {
    font-size: 20px;
    border-bottom: 1px solid #ebeaea;
    padding-bottom: .75em;
}

#news-events-page .description {
    margin-bottom: 1.5em;
}

#news-events-page .ev-more-info-link,
#news-events-page .news-more-info-link {
    display: block;
    position: absolute;
    bottom: 30px;
}

@media (max-width: 500px) {
    #news-events-page #news-row>.column,
    #news-events-page #events-row>.column {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    #news-events-page .feed-item:not(:last-child) {
        margin-bottom: 1em;
    }
}


/*  Footer -------------------
    ----------------------------------------
 */

footer {
    background: #f5f5f5;
    text-align: center;
}

footer section {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: center;
    justify-content: center;
}

footer>section:first-child {
    background: white;
}

footer img {
    width: 350px;
}

footer span {
    padding: 0 .75ch;
}

footer span+span {
    border-left: 1px solid currentColor;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 2ch;
    padding: 0;
    list-style: none;
}

.social-links .instagram-icon {
    width: 25px;
    height: 25px;
}

.social-links li {
    background: white;
    padding: 5px 5px 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .125s filter ease-in-out;
}

.social-links li:hover,
.social-links li:focus {
    filter: opacity(.8);
}

.social-links path,
.social-links circle {
    fill: var(--teal) !important;
}


/*  MMS Styles -------------------
    ------------------------------
 */

#gm-addnew a {
    color: white;
}

.anchor_gap {
    scroll-margin-top: 160px;
}