  .wave_highlevel {
    height: 25%;
    border: 0 solid red;
    z-index: 10;
}

@media screen and (max-width: 64em)/*1024 px*/ {
	.wave_highlevel { height: 22%;}
    .highlevel__image {width: 100%; height: auto;}
}
@media screen and (max-width: 40em)/*640 px*/{
	.wave_highlevel { height: 15%;}
    .highlevel__image {width: calc(10vw*5); height: auto;}
    .masthead__caption {margin-top: 0;}

}
@media screen and (max-width: 30em)/*480 px*/ {
	.wave_highlevel { height: 20%; }
    .highlevel__image {width: calc(10vw*7); height: auto; margin-left: -5rem; }
    /*.highlevel__image {width: 100%; height: auto;}*/
    
}
@media screen and (max-width: 25em)/*400 px*/ {
    .slider_content { z-index: 500;}
	.wave_highlevel { height: 15%; bottom: 0;}
    .highlevel__image {width: calc(10vw*8); height: auto; margin-left: -6rem; }
    /*.highlevel__image {width: 100%; height: auto;}*/
}
@media screen and (max-width: 20em)/*320 px*/ {
	.wave_highlevel { height: 20%;}
    .highlevel__image {width: calc(10vw*6); height: auto;}
    /*.highlevel__image {width: 100%; height: auto;}*/
}

.breadcrumbs {
    margin-bottom: -1rem;
    margin-left: -4rem;
}
@media screen and (max-width: 80em) {
    .breadcrumbs {
        margin-bottom: -1rem;
        margin-left: 0;
    }
    }

.hr-homepage section {
    border: 0;
}

#pageHeading {
    display: none;;
}
@media screen and (max-width: 40rem) {
    #pageHeading {
        display: block;
        text-align: center !important;
        font-size: 2rem !important;
        font-weight: 600 !important;
        line-height: 1.25;
    }
}

.hr-homepage {
    padding: 0 3rem;
    margin-bottom: 10rem;
}
@media screen and (max-width: 51.25em) {
    .hr-homepage {
        padding: 0 0 0 0;
        margin-bottom: 1rem;
    }
}

.hr-homepage .component {
    margin: 0;
    padding: 2rem 0;
}
.hr-homepage .component:first-of-type {
    padding: 0 0 0 0;
}

/*TOP RESOURCES */
.top-resources-header {
    color: black !important;
    font-weight: 600 !important;
    font-size: clamp(1.0625rem,1.75vw,1.75rem) !important;
    background-color: #FFFFFF !important;
    display: inline-block;
    /*margin-left: 15rem;
    margin-bottom: -2.5rem;*/
    border: 1px solid white;
    position: relative;
    top: 2rem;
    left: 10rem;
    z-index: 1;
    padding: 0 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
.top-resources {
    background-color: #F1EEE9;
    width: 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.top-resources a {
    color: black;
    text-decoration: none;
}
.top-resources div {
    padding: 0;
}
.top-resources div .top-text {
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: clamp(.75rem,1vw,.875rem);
    transition: transform, color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    line-height: 1.5;
}
.top-resources div:hover .top-text {
    transform: scale(1.1875);
    color: #8a0000;
}
.top-resources div img {
    padding: 1rem 2rem 1rem 2rem;
    transition: transform, filter;
    transition-delay: 0.1s, 0.1s;
    transition-duration: 375ms, 375ms;
    transition-timing-function: ease-in-out, ease-in-out;
}
.top-resources div:hover img {
    transform: scale(1.125);
    filter: brightness(115%);
}

@media screen and (max-width: 40em) {
    .top-resources-header {
        position: unset;
        text-align: center;
        display: block;
        font-size: 1.25rem;
    }
    .top-resources {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }
    .top-resources div {
        flex-basis: 50%;
        text-align: center;
    }
    .top-resources div img {
        padding: 1rem;
        max-height: 8rem;
        margin: auto;
    }
}
@media screen and (max-width: 30em) {
    .top-resources-header {
        position: unset;
        text-align: center;
        display: block;
        font-size: 1.25rem;
    }
    .top-resources {
        display: block;
        width: 100%;
    }
    .top-resources div {
        width: 100%;
        text-align: center;
    }
    .top-resources div img {
        padding: 1rem;
        max-height: 8rem;
        margin: auto;
    }
}
/****/
/*FIND IT FAST */
.important-updates {
    margin: 0 auto 2rem auto; 
    max-width: 35rem;
}
.important-updates h2 {
    color: #8a0000;/*#003333;*/
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    font-weight: bold;
    text-align: center;
}


.find-it-fast_container {
    width: 86%;
    margin: auto;
}
.find-it-fast {
    margin: 0;
    padding: 0;
    width: 100%;
}
.find-it-fast a.fif-header {
    color: white;
    background-color: #8a0000;
    text-align: center;
    transition-property: color, background-color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    font-size: clamp(1.25rem,1.75vw,1.75rem);
    font-weight: 600;
    display:block;
    text-decoration: none;
    padding: .5rem 0 .5rem 0;
    position: relative;
    margin-right: 0;
    width: 100%;
}
.find-it-fast a.fif-header svg {
    color: white;
    width: clamp(1.75rem,3vw,3.75rem);
    height: clamp(1.75rem,3vw,3.75rem);
    pointer-events: none;
    position: absolute;
    right: 38%;
    top: calc(50% - (clamp(1.75rem, 3vw, 3.75rem) / 2));
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-property: color,-webkit-transform;
    transition-property: color,transform;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
}
.find-it-fast a.fif-header:hover {
    cursor: pointer;
    color: #ffc420;
    background-color: #8a0000;
}
.find-it-fast a.fif-header:hover svg {
    color: #ffc420;
}

.find-it-fast_is-active a.fif-header {
    background-color: #8a0000;
    color: #ffc420;
}
.find-it-fast_is-active a.fif-header svg {
    color: #ffc420;
}

.find-it-fast_is-active a.fif-header svg {
    pointer-events: none;
    transform: rotate(270deg);
}
.fif-links-container {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
}
.fif-links-container_abs {
    position: absolute;
    background-color: white;
    z-index: 1;
    background-color: white;
    border: .0625rem solid #e2ded7;
    box-shadow: 0 1.875rem 0 -1.25rem #e2ded7; 
    padding-bottom: 2rem;
    width: 100%;
}

.fif-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 1rem;
}
.fif-links ul {
    padding: 0 2rem;
    list-style: none;
}
.fif-links ul li {
    margin: .5rem 0;
}
.fif-links ul li a {
    font-size: clamp(1rem,1.25vw,1.25rem);
    color: maroon;
    font-weight: 600;
    text-decoration: none;;
}
.fif-links ul li a:hover {
    color: #246070;
}
.find-it-fast .hr-contact {
    font-size: clamp(.875rem, 1vw, .1rem);
    color: black;
    text-align: center;
    border-top: .0625rem solid #e2ded7;
    border-bottom: .0625rem solid #e2ded7;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.find-it-fast .hr-contact-header {
    font-weight: 600;
}
@media screen and (max-width: 40em) {
    .find-it-fast {
        width: 100%;
    }
        .find-it-fast a.fif-header svg {
        display: none;
    }
    .fif-links {
        display: block;
        padding: .25rem;

    }
    .fif-links ul {
        padding: 0;
        list-style: none;
    }
    
    .fif-links ul li a {
        font-size: 1rem;
        color: maroon;
        font-weight: 600;
        text-decoration: none;;
     }
     
}
/****/
/*HR CALENDAR AND FRIDAYS WITH THE FLOCK WORKDAY LOGIN */
.hr-calendar-flock {
    padding: 0;
    width: 100%;
}
.hr-calendar {
    padding: 0;
    border: 0px solid black;
    width: 66%;
    float: left;
}
@media screen and (max-width: 64em /*51.25em*/) {
    .hr-calendar {
        width: 100%;
        float: none;
    }
}

.hr-calendar h2 {
    color: black;
    font-size: 1.375rem;
    font-weight: 600;
    text-align: center;
}
 //
/*EVENTS*/
.hr-calendar-events {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}
@media screen and (max-width: 40em) {
    .hr-calendar-events {
        display: block
    }
}

.hr-calendar-events .hr-event_display {
    border: 0px solid black;
    padding: .5rem .5rem 0rem .5rem;
    flex-basis: 33%;
    /*transition: color, background-color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;*/
}
.hr-event_display:hover {
    /*background-color: black;
    color: #FFFFFF;*/

}

.hr-event_display a {
    color: maroon;
    text-decoration: none;
    transition: color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
}
.hr-event_display a:hover {
    color: #246070;
    text-decoration: none;
}
/*HOVER EFFECTS*/
.hr-event_display img {
    transition: filter;
    transition-delay: 0.05s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
}
.hr-event_display:hover img {
    /*transform: scale(1.125);
    filter: brightness(50%);*/
}
.hr-event_display .event_title_div {
    /*transition: color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;*/
}
.hr-event_display:hover .event_title_div {
    color:maroon
}
.hr-event_display,
.hr-event_display .event__details,
.hr-event_display .event__heading,
.hr-event_display .eventText {
    transition: color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
}
.hr-event_display:hover,
.hr-event_display:hover .event__details,
.hr-event_display:hover .event__heading,
.hr-event_display:hover .eventText {
    /*color:white !important;*/
}
.hr-event_display .event__date-post,
.hr-event_display .event__date-post .event__month,
.hr-event_display .event__date-post .event__day,
.hr-event_display .event__date-post .event__year {
    /*transition: color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;*/
}
.hr-event_display:hover .event__date-post,
.hr-event_display:hover .event__date-post .event__month,
.hr-event_display:hover .event__date-post .event__day,
.hr-event_display:hover .event__date-post .event__year {
    /*color: #ffc420;*/
}

 //
 @media screen and (min-width: 48em) {
     .hr-event_display {
        padding: 0; /*1rem .5rem*/
    }
 }
.eventImg {
    margin: 0 0 .5rem 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}
/*.eventImg:hover { cursor: pointer};*/

.eventImg img {
    margin: 0;
    padding: 0;
    height: 100%;
}
.event_title_div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    margin-bottom: .5rem;
 }
 /*YELLOW BORDER DATE BOX*/
.event__date-post {
    height: 5rem;
    width: 4rem;
    flex-shrink: 3
}
.event__month {
     font-size: .75rem;
     text-transform: uppercase;
     color: #8a0000;
    }
.event__day {
    font-size: 2rem;
    margin-top: 0;
    text-transform: uppercase;
    color: #8a0000;
}
.event__year {
     font-size: .75rem;
     margin-top: 0;
     text-transform: uppercase;
     color: #8a0000;
}
 //
.event_title_div .event__details {
    margin: 0;
    padding: 0 .25rem;
}
.event_title_div .event__details .event__heading {
     font-size: clamp(.6875rem, 1vw, .875rem);
     text-align: left;
     line-height: 1.5;
     margin-bottom: .125rem;
}
 .event_title_div .event__details .event__heading:hover {
     /*cursor: pointer;*/
     color: maroon;
 }
 .event_title_div .event__details .eventloctype {
    font-size: clamp(.625rem, 1vw, .75rem);
    text-align: left;
    line-height: 1.5;
 }
 .event_title_div .event__details .eventloctype span { text-transform: uppercase;}

 .event__day:hover, .event__month:hover {
    background-color: white;
    color: maroon;
  }
.event_description .eventText p, 
 .event_description .eventText div, 
 .event_description .eventText li, 
 .event_description .eventText span, 
 .event_description .eventText font, 
 .event_description .eventText strong {
     font-size: clamp(.75rem, 1vw, .875rem);
     line-height: 1.5;
 }
 .hr-event_display .event_description .eventText p {
    margin-bottom: .75rem !important;
}
.hr-event_display .event_description .eventText p:last-of-type {
    margin-bottom: .25rem !important;
}
.event_description .eventText td {
     background-color: #FFFFFF;
     padding: .25rem;
     border: 0; 
  }
  .event_description a .eventText-more {
    display: inline-block;
    font-size: clamp(.6875rem, 1vw, .875rem);
    font-weight: 500;
    line-height: 1.5;
    background-color: white;
    color: black;
    transition: color,background-color, border-color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    padding: .5rem .75rem;
    border: .00125rem solid #aaa;
    border-radius: .25rem;
    margin-top: .5rem;
  } 
  .event_description a:hover .eventText-more {
    font-size: clamp(.6875rem, 1vw, .875rem);
    font-weight: 500;
    line-height: 1.5;
    color: white;
    background-color: maroon;
    border-color: maroon;
  } 

.eventText-hide {
    display: none;
 }
 @media screen and (min-width: 48em) {
     .eventText-hide {
         display: block;
     }
     .event_description .eventText {
         padding: 0 0 0 0;
     } 
 }
 .eventText font {
     background-color: #ffe920; 
     background-color: #fff16d;
     background-color: #fff6a0;
     font-size: clamp(.875rem, 1.25vw, 1rem);
 }
 .eventText strong {
    font-weight: 600;
 }

 .desktop_menu_div {
     background-color:rgba(240,238,234, .25);
     border: .0625rem #e2ded7 solid;
     padding: .25rem .5rem .125rem .5rem;
     text-align: left;
 }
 .bar-menu {
     padding: 0 !important;
     margin: 0 !important;
     line-height: 1;
 }
 .bar-menu li {
     display: inline;
     font-size: clamp(.5625rem, 1vw, .6875rem) !important;
     font-weight: 600;
     margin: 0;
     padding: 0;
     text-transform: uppercase;
 }
 @media screen and (min-width: 48em) {
     .bar-menu li {
         display: inline-block;
     }    
 }
 .bar-menu li:after {
     color: rgba(17, 34, 51, .75);
     content: '\25CF';
     margin: 0 .25rem;
 }
 .bar-menu li:last-child:after {
     content: '';
 }
 @media screen and (min-width: 48em) {
     .bar-menu li {
         padding: 0;
    }
 }
 .bar-menu li:first-child {
     padding-left: 0;
 }
 .bar-menu li:last-child {
     border-right: none;
 }
 .bar-menu .calendarname {
    font-weight: bold;
 }
 .bar-menu .calendarname a {
    text-decoration: none;
 }
 .bar-menu .eventlocation {
    font-weight: normal;
     text-transform: initial;
 }
/****/
/*FRIDAYS WITH THE FLOCK */
.hr-fridays-flock {
    width: 33%;
    padding: 0;
    background-color: rgba(240,238,234,.75);
    box-shadow: 0 1.875rem 0 -1.25rem #e2ded7; 
    float: right; 
    margin-top: 1rem;
}
@media screen and (max-width: 64em) {
    .hr-fridays-flock {
        width: 75%;
        float: none;
        margin: 1rem auto 0 auto;
    }
}
@media screen and (max-width: 51.25em) {
    .hr-fridays-flock {
        width: 100%;
    }
}
.hr-fridays-flock .flock {
    padding: 1rem;
    line-height: 1.5;
}
.hr-fridays-flock .flock p {
    font-size: .875rem;
    padding: 0;
    margin: 0 0 .5rem 0;
}
.hr-fridays-flock .flock h2 {
    font-size: clamp(1.125rem, 1.5vw, 1.375rem)
}
.hr-fridays-flock .latest-issue {
    padding: .5rem .75rem 0 .75rem;
    margin-bottom: .5rem;
    /*border: 1px ridge #a9a9a9;#246070 #e2ded7 #a9a9a9 */
}
.hr-fridays-flock .latest-issue h3 {
    font-size: clamp(1rem,1.5vw,1.25rem)
}
.hr-fridays-flock .latest-issue .h4 {
    font-size: clamp(.9375rem,1.5vw,1.125rem)
}
.hr-fridays-flock .latest-issue ul {
   padding: .25rem 0 0 0;
}
.hr-fridays-flock .archives {
    padding: 0 0 0 0;
}
.hr-fridays-flock .archives a {
    text-transform: capitalize;
}
/****/
/*WORKDAY LOGIN ADDED 7/26/2024 TVS */
.workday-login {display: block; padding: 1rem 1rem 1rem 2rem;}
.workday-login .imgdiv {max-width: 50%; padding-bottom: .5rem;}
.workday-login a.cta-link {
    font-size: clamp(.875rem,2.25vw,1rem);
    letter-spacing: .0125rem; 
}
/*.workday-login a.cta-link svg {
    height: 1.5rem;
    width: 1.5rem;
}*/
/****/
/*IMAGE COLLAGE */
.hr-image-collage {
    margin: 3rem 0 0 0;
}
.hr-image-collage-mobile {
    display: none;
}
@media screen and (max-width: 40em) {
    .hr-image-collage {
        display: none;
    }
    .hr-image-collage-mobile {
        display: block;
    }
}
/****/
/*BOTTOM ACCORDIONS */
.bottom-accordions {
    margin: 0 8rem;
}
.bottom-accordions .accordion__item:first-of-type {
    border-top: 0;
}
@media screen and (max-width: 51.25em) {
    .bottom-accordions {
        margin: 0 0 0 0;
    }
}
