@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-Black.ttf) format("truetype");
    font-weight: 900;
    /* Black */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    /* Black */
    font-style: italic;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-Bold.ttf) format("truetype");
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    /* Bold */
    font-style: italic;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    /* Extra Bold */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    /* Extra Bold */
    font-style: italic;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-SemiBold.ttf) format("truetype");
    font-weight: 600;
    /* Semi Bold */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    /* Semi Bold */
    font-style: italic;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-Medium.ttf) format("truetype");
    font-weight: 500;
    /* Medium */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    /* Medium */
    font-style: italic;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-Regular.ttf) format("truetype");
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-RegularItalic.ttf) format("truetype");
    font-weight: 400;
    /* Regular */
    font-style: italic;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-Light.ttf) format("truetype");
    font-weight: 300;
    /* Light */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-LightItalic.ttf) format("truetype");
    font-weight: 300;
    /* Light */
    font-style: italic;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    /* Extra Light */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-ExtraLightItalic.ttf) format("truetype");
    font-weight: 200;
    /* Extra Light */
    font-style: italic;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-Thin.ttf) format("truetype");
    font-weight: 100;
    /* Thin */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis-Cust";
    src: url(/_assets/fonts/custom-metropolis/Metropolis-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    /* Thin */
    font-style: italic;
}

/* Site specific CSS - This will load after the main CSS file */
.cust-hide {
    max-height: 0px !important;
    overflow: hidden !important;
    padding: 0px !important;
}

.no-display {
    display: none !important;
}

.flex-items-evenly {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.msuText {
    color: #18453b !important;
}

.msuTextBg {
    background-color: #18453b;
}

.msuText a {
    color: #18453b !important;
}

.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:link {
    text-decoration: none;
}

.text-underline-hover:visited {
    text-decoration: none;
}

.text-underline-hover:active {
    text-decoration: none;
}

.text-underline-hover:hover {
    text-decoration: underline;
}

.btn-msuGreenButton {
    color: #fff !important;
    background-color: #18453b !important;
    border-color: #18453b5 !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.mega-menu {
    background: #113d34;
    z-index: 5;
    position: absolute;
    width: 100%;
    left: 0;
    /*min-height: 50%;
       */
    color: white;
}

.mega-menu h1,
.mega-menu h2,
.mega-menu h3,
.mega-menu h4,
.mega-menu h5,
.mega-menu h6 {
    color: #6cb7a5;
}

.mega-menu p,
.mega-menu span {
    color: white;
}

.mega-menu .mega-menu-page {
    margin-top: 1rem;
}

.mega-menu .__mm-header {
    font-size: 1.3rem;
}

.mega-menu .__mm-list {
    list-style: none;
    width: auto;
    padding-left: 0;
    margin-left: 0;
}

.mega-menu .__mm-list li {
    /*margin-bottom: 2rem;
       */
    /*margin-bottom: 1.25rem;
       */
    margin-bottom: 0.5rem;
}

.mega-menu .__mm-sub-list li {
    /*margin-bottom: 2rem;
       */
    /*margin-bottom: 1.25rem;
       */
    margin-bottom: 0.1rem;
}

.mega-menu .__mm-list--noborder {
    border-right: none;
}

@media (min-width: 853px) {
    .mega-menu-mobile {
        display: none !important;
    }
}

@media (max-width: 852px) {
    #mega-menus-holder {
        display: none !important;
    }

    .mega-menu-desktop {
        display: none !important;
    }
}

.mega-menu .__mm-link {
    color: white;
    text-decoration: none;
    display: inline;
    font-weight: 600;
    letter-spacing: 1px;
}

.mega-menu .__mm-sub-link {
    color: white;
    text-decoration: none;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
}

.mega-menu .__mm-sub-link:hover,
.mega-menu .__mm-sub-link:focus {
    color: #63b3a2 !important;
}

.mega-menu .__mm-link span {
    display: none;
    height: 1.1rem;
    width: 1.1rem;
    background-color: rgba(0, 0, 0, 0.5);
    align-self: center;
    justify-self: center;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    position: relative;
    left: 5px;
    color: #63b3a2;
}

.mega-menu .__mm-link:hover,
.mega-menu .__mm-link:focus {
    border-bottom: 0.125rem solid #63b3a2;
    color: #fff;
    text-decoration: none;
    padding-bottom: 0.2rem;
}

.mega-menu .__mm-link:hover span,
.mega-menu .__mm-link:focus span {
    display: inline-flex;
}

.mega-menu .__mm-back-btn span {
    color: #63b3a2;
    text-transform: capitalize;
}

#offcanvas-nav ul>li>div.mobile-mega-menu-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #fff;
    margin-bottom: 5px;
}

#offcanvas-nav ul>li>div.mobile-mega-menu-holder .link {
    min-width: 175px;
}

.nav-item-arrow,
.mm-item-arrow {
    display: none !important;
}

#offcanvas-nav .nav-item-arrow,
#offcanvas-nav .mm-item-arrow {
    display: block !important;
}

.mobile-mega-menu-trigger {
    width: 46px;
    height: 35px;
    background-color: #103129;
    /*position: absolute;
       */
    right: 0;
    top: 7px;
    text-align: center;
    padding-top: 0;
    color: #d3eeb8;
    cursor: pointer;
}

.custom-events-calendar {
    position: relative;
    border: 5px solid #97a2a2;
    background: #fff;
    text-align: center;
}

.custom-events-calendar div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.custom-events-calendar span {
       */
/* display: block;
       */
/* 
  }
   */
.custom-events-calendar .month {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #757575;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    display: block;
}

.custom-events-calendar .month-different-month {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #757575;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    display: inline;
}

.custom-events-calendar .date-different-month {
    margin: 10px 0;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1;
    color: #18453b;
    font-weight: 700;
    display: inline;
}

.custom-events-calendar .date-same-month {
    margin: 10px 0;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1;
    color: #18453b;
    font-weight: 700;
    display: block;
}

.custom-events-calendar .date {
    margin: 12px 0;
    padding: 0;
    font-size: 4.25rem;
    line-height: 1;
    color: #18453b;
    font-weight: 700;
    display: block;
}

@media screen and (max-width: 414px) {
    .custom-events-calendar .date {
        margin: 4px 0;
        font-size: 3.625rem;
    }
}

.custom-events-calendar .year {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #757575;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    display: block;
}

.location {}

.location div {
    padding-left: 30px;
}

/*Used to move off-canvas to the front of the page so it isn't overlapped*/
.off-canvas-front {
    z-index: 5;
}

.contextual-msu-sidenav-outer {
    color: #0a0a0a;
    margin: 0;
    float: right;
    width: 100%;
    max-width: 319px;
    background-color: #fafafa;
    padding: 27px 27px 0;
    border-top: 6px solid #959595;
    top: 0;
    position: sticky;
}

.contextual-msu-sidenav-inner {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

.forceHideNav {
    display: none;
}

.forceHideNav.is-open {
    display: block;
}

.skip-nav {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

/* Start of news page CSS */

.grid-container {
    border: solid 1px #eeeeee;
    padding: 0.5vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    @media (max-width: 1250px) {
        display: grid;
        grid-template-columns: auto;
        padding: 0;
    }
}

.griditem {
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    padding: 2vw;
    font-size: 0.8em;
    box-sizing: border-box;

    @media (max-width: 1250px) {}
}

.griditem:hover {
    cursor: pointer;
    filter: brightness(70%) grayscale(100%);

    @media (max-width: 1250px) {}
}

.topright {
    position: relative;
    right: 0;
    top: 0;

    @media (max-width: 1250px) {}
}

.mod-img {
    /* rsponsive display full image within in view area */
    object-fit: scale-down;
    display: block;
    max-height: 99vh;
    max-width: 99vw;
    margin: 0.5vh auto;
}

.newsImg-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: none;
    text-align: center;

    @media (max-width: 1250px) {}
}

.newsInner-img {
    transition: 0.5s;
    filter: brightness(75%);
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;

    @media (max-width: 1250px) {}
}

.newsInner-img:hover {
    transform: scale(1.25);
}

.bottomCenteredImg {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
}

.centeredImg {
    position: absolute;
    top: 50%;
    left: 5%;
}

.linkDecoration {
    text-decoration: none;
    color: white !important;
    text-shadow: 2px 2px 3px black;
}

.newsPageDropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.newsPageDropdown-contentNews {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style for links inside the dropdown */
.newsPageDropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover state */
.newsPageDropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

/* Selected state for dropdown items */
.dropdown-item.selected {
    border-left: 4px solid #18453b; /* Optional: Add an accent border */
}

.showNewsItems {
    display: block;
}

/* Style the buttons */
.newsPagebtn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.newsPagebtn.active {
    background-color: #666;
    color: white;
}

/* End of news page CSS
  */

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Image Modaling */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}



.modalStyling {
    position: relative;
    display: flex;
    width: 1000px;
    background-color: white;
    margin: auto;
    padding: 20px;
    z-index: 102;
    border-radius: 5px;
}

.modalFlex {
    display: flex;
    height: auto;
    flex-flow: column wrap;
}

.no-modal:hover {
    opacity: 1 !important;
    cursor: default !important;
}

.myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content-img {
    width: 335px;
    height: 386px;
    float: left;
    margin-right: 20px;
}

/* Caption of Modal Image */
#caption {
    display: block;
    width: 80%;
    max-width: 700px;
    margin: auto;
    height: 150px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Caption of Description Image */
#caption2 {
    display: block;
    text-align: justify;
    color: black;
    padding: 10px 0;
    min-width: 600px;
}

/* Caption Name of Description Image */
#captionName2 {
    font-size: 22px;
    display: block;
    text-align: left;
    color: #18453b;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* Add Animation */
.modal-content,
#caption2 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* Add Animation */
.modal-content,
#captionName2 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* Add Animation */
.modal-content,
#captionTitle2 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    height: inherit;
    width: inherit;
    z-index: 101;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}



/**  biography css **/
.BiographyCardsContainer {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

.BiographyCard {
    position: relative;
    margin-right: 20px;
    margin-bottom: 40px;
    display: flex;
    height: 100%;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.BiographyTitle {
    text-align: center;
    font-weight: 400px;
}

.BiographyCardTitle {
    padding-top: 10px;
    height: 60px;
    overflow: hidden;
    margin: auto;
    color: #121111;
    text-align: center;
}

.buttonBio {
    background-color: #28bf63;
    /* Green */
    border-radius: 15px;
    color: white;
    padding: 8px 24px;
    width: 180px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.buttonBio:hover {
    /** box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); */
    background-color: white;
    color: #28bf63;
}

/* _   _                 ______               _       */
/*| \ | |               |  ____|             | |      */
/*|  \| | _____      __ | |____   _____ _ __ | |_ ___ */
/*| . ` |/ _ \ \ /\ / / |  __\ \ / / _ \ '_ \| __/ __|*/
/*| |\  |  __/\ V  V /  | |___\ V /  __/ | | | |_\__ \*/
/*|_| \_|\___| \_/\_/   |______\_/ \___|_| |_|\__|___/*/

.event {
    --ls-width: 173px;
    display: flex;
    width: 100%;
    height: 173px;

    font-family: Metropolis-Cust;

    /*border: #18453b solid 1px;*/

    line-height: normal;
}

.event .event-left-side {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-color: #18453b;
    color: #fff;
    width: var(--ls-width);

    font-weight: 800;
}

.event .event-left-side .month {
    font-size: 2rem;
}

.event .event-left-side .date {
    font-size: 4.5rem;
    /* margin-top: -.75rem; */
}

.event .event-left-side .date.same-month {
    font-size: 2rem;
    margin-top: 0rem;
    text-align: center;
}

.event .event-left-side .date.diff-month {
    font-size: 2.5rem;
    margin-top: 0rem;
    text-align: center;
}

.event .event-left-side .month.diff-month {
    font-size: 1.5rem;
    margin-top: 0rem;
    text-align: center;
}

.event .event-left-side .dash {
    height: 0.15rem;
    width: 15px;
    margin: 0 auto;
    margin-bottom: 0.4rem;

    background-color: white;
}

.event .event-right-side {
    display: flex;
    justify-content: space-between;
    flex-direction: column;

    width: calc(100% - var(--ls-width));
    padding: 0 3%;
}

.event .event-right-side .info .full-date {
    font-size: 1rem;
    font-weight: 800;
    margin-top: 0.5rem;
}

.event .event-right-side .info .divider {
    background-color: #63c001;
    width: 20%;
    height: 3px;

    margin-top: calc(0.5rem - 3px + 5px);
    margin-bottom: calc(0.5rem + 5px);
}

.event .event-right-side .info .headline {
    font-weight: 600;
    font-size: 1.5rem;
    
}

.event .event-right-side .view-details {
    width: fit-content;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    /*margin-bottom: .25rem;*/
    box-shadow: none;
    background-color: #fff;
    color: #18453b;
    border: #18453b solid 2px;
    cursor: pointer;
    transition: all 0.1s ease;
    border-radius: 50px;
}

.event .event-right-side .view-details:hover {
    border: #18453b solid 2px;
    color: #fff;
    background-color: #18453b;
    /*box-shadow: 0 2px 4px 0 rgba(21, 26, 34, 0.6);*/
}

@media screen and (max-width: 1200px) {
    
    .event .event-right-side .info .headline {
        font-size: 1.4rem;
    }
    
}

@media screen and (max-width: 650px) {
    
    .event .event-right-side .info .headline {
        font-size: 1.3125rem;
    }
    
    
}

@media screen and (max-width: 400px) {
    .event .event-right-side .info .headline {
        font-size: 1rem;
    }
}

@media screen and (max-width: 350px) {
    .event {
        --ls-width: 25%;
    }
}

.rsgis-orbit-button {
    border-style: solid;
    border-width: 2px;
    border-color: #18453b !important;
    background-color: #ffffff !important;
}
.rsgis-orbit-button.is-active,
.rsgis-orbit-button:hover,
.rsgis-orbit-button:focus {
    background-color: #18453b !important;
}


/*-----------------------------------*/
/*------Uncontained Content Main-----*/
 .content-main-uncontained {
	 width: 100%;
}
/*Adapting old stuff*/
 .center-old {
	 margin-left: auto;
	 margin-right: auto;
}
 .contain-old {
	 max-width: 1170px;
}
/*------------------*/
/*-----------------------------------*/
/*-----------------------------------*/



/* ▄▀▀█▄▄   ▄▀▀▀▀▄     ▄▀▀█▄▄▄▄  ▄▀▀█▄▄▄▄  ▄▀▀█▄▄       ▄▀▄▄▄▄   ▄▀▀▀▀▄   ▄▀▀▄ ▀▄  ▄▀▀▀█▀▀▄  ▄▀▀█▄▄▄▄  ▄▀▀▄ ▀▄  ▄▀▀▀█▀▀▄ */
/*▐ ▄▀   █ █    █     ▐  ▄▀   ▐ ▐  ▄▀   ▐ █ ▄▀   █     █ █    ▌ █      █ █  █ █ █ █    █  ▐ ▐  ▄▀   ▐ █  █ █ █ █    █  ▐ */
/*  █▄▄▄▀  ▐    █       █▄▄▄▄▄    █▄▄▄▄▄  ▐ █    █     ▐ █      █      █ ▐  █  ▀█ ▐   █       █▄▄▄▄▄  ▐  █  ▀█ ▐   █     */
/*  █   █      █        █    ▌    █    ▌    █    █       █      ▀▄    ▄▀   █   █     █        █    ▌    █   █     █      */
/* ▄▀▄▄▄▀    ▄▀▄▄▄▄▄▄▀ ▄▀▄▄▄▄    ▄▀▄▄▄▄    ▄▀▄▄▄▄▀      ▄▀▄▄▄▄▀   ▀▀▀▀   ▄▀   █    ▄▀        ▄▀▄▄▄▄   ▄▀   █    ▄▀       */
/*█    ▐     █         █    ▐    █    ▐   █     ▐      █     ▐           █    ▐   █          █    ▐   █    ▐   █         */
/*▐          ▐         ▐         ▐        ▐            ▐                 ▐        ▐          ▐        ▐        ▐         */


.bleed-content {
    width: 100%;
    min-height: 200px;
    
    display: flex;
    justify-content:space-around;
    align-items: center;
    
    position: relative;
    overflow: hidden;
    
    padding: 5% 5%;
    
    margin: 30px auto;
    gap:5%;
}

.bleed-content .just-text {
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    text-justify: center;
    
    
    font-family:Metropolis-Cust;
    font-weight: 600;
    
}

.bleed-content .infographic {
    height: 100%;
    width: 300px;
    
    display: flex;
    justify-content:center;
    align-items:center;
    
    flex-direction: column;
    
    gap: 5%;
    
}

.bleed-content .infographic .ig-data {
    font-family: Metropolis-Cust;
    font-weight: 700;
    font-size: 35pt;
}

.bleed-content .infographic .ig-blurb {
    font-family: Metropolis-Cust;
    text-align: center;
    font-size: 10pt;
}

@media (max-width: 600px) {
    .bleed-content {
        flex-direction: column;
    }
    
    .bleed-content .infographic {
        margin: 10px 0;
    }
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.news-index-rework {
    display: flex;
    justify-content: space-around;
    
    position: relative;
    
    flex-wrap: wrap;
    
    width: 90%;
    margin: 0 auto;
    
    margin-top: 30px;
    text-decoration: none;
}


.news-index-rework .reworked-news-card{
    width: 300px;
    height: 300px;
    position: relative;
}

.news-index-rework .reworked-news-card a {
    text-decoration: none;
}

.news-index-rework .reworked-news-card a:visited {
    text-decoration: none;
}

.news-index-rework .reworked-news-card .thumb {
    display: flex;
    flex-direction: column;
    
    
    width: 100%;
    height: 200px;
    position: relative;
    
    padding-left: 5px;
    color: #fff;
}

.news-index-rework .reworked-news-card .thumb .space {
    flex-grow: 1;
}

.news-index-rework .reworked-news-card .thumb .category {
    font-family: Metropolis-Cust;
    font-weight: 200;
    
    margin-top: auto;
}

.news-index-rework .reworked-news-card .thumb .title {
    font-family: Metropolis-Cust;
    /*font-weight: 700;*/
    text-decoration: none;
}

.news-index-rework .reworked-news-card .desc {
    
    font-family: Metropolis-Cust;
    font-size: 10pt;
    
    display: flex;
    
    margin: 10px 0;
    
    min-height: 60px;
    text-decoration: none;
    
}

.news-index-rework .reworked-news-card .desc .decor{
    /*height: 100%;*/
    min-width: 2px;
    background-color:#18453b;
    
}

.news-index-rework .reworked-news-card .desc .text {
    margin-left: 10px;
    /*font-weight: 700;*/
}

/* NEWS CSS */
.newsPageCssnavbar {
    
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    font-family: Metropolis-Cust;
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
    padding: 0 20px;
}

.news-filters {
    width: 90%;
    margin: 0 auto;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding: 0 20px;
    
}



.newsPageCssnavbar .dropdown {
    float: left;
    overflow: hidden;
    width: 200px;
    height: 40px;
    
    
    
    
    background-color: #18453b;
}



.newsPageCssnavbar .dropdown .dropbtn {
    display: flex;
    justify-content: space-between;
    
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.newsPageCssnavbar .dropdown:hover > .dropdown-contentNews {
    display: block;
}

.newsPageCssnavbar a:hover,
.dropdown:hover .dropbtn,
.dropbtn:focus {
    background-color: #18453b;
}

.newsPageCssnavbar .news-search {
    height: 40px;
    width: 350px;
}

.newsPageCssnavbar .apply-btn {
    width: 150px;
    height: 40px;
    
    background-color: #18453b;
    color: #fff;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsPageCssnavbar .apply-btn:hover {
    cursor: pointer;
}

.dropdown-contentNews {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-contentNews:hover {
    display: block;
}


.dropdown-contentNews a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-contentNews a:hover {
    background-color: #ddd;
}

.showNewsItemsDropdown {
    display: block;
}

.news-thumb {
    width: 173px;
    height: 173px;
}

.news-header {
    font-family: Metropolis-Cust;
    font-weight: 600;
    font-size: 1.5rem;
}

.news-info {
    width: calc(100% - 173px);
    padding: 0 3%;
}

.news-half {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    
    .news-header {
        font-size: 1.4rem;
    }
    
}

@media screen and (max-width: 650px) {
    
    .news-header {
        font-size: 1.3125rem;
    }
    
    
}

@media screen and (max-width: 400px) {
    .news-header {
        font-size: 1rem;
    }
}

/* Clear Filters Button */
.clear-filters-btn {
    padding: 8px 16px;
    background-color: #18453b;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.clear-filters-btn:hover {
    background-color: #145e4c;
}

/* Applied Filters Display */
#appliedFilters {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

#filterTags {
    margin-left: 5px;
    color: #555;
    font-weight: normal;
}

.splitter {
    border-bottom: solid 1px;
    border-color: #9a9a9a;
}


/* news hero */
.new-news-hero {
    display: flex;
    flex-direction: column;
    justify-content: end;
    
    align-items: start;
    
    
    
    color: #fff;
    font-family: Metropolis-Cust;
    font-weight: 800;
    font-size: 25pt;
    
    
    padding-left: 10%;
    padding-bottom: 25pt;
}

.new-news-hero p {
    color: #fff;
    font-family: Metropolis-Cust;
    font-weight: 800;
    font-size: 25pt;
    text-align: left;
    
    margin: 0;
    
}





