@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap');

body {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    color: #333;
}

body .main {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

body .main.interior {
    margin-top: 110px;
}

.dnnEditState .main {
    margin-top: 10vh;
}

.DNNEmptyPane + .hero-area.main-landing {
    height: 0;
    min-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
    color: initial;
}

h1 {
    font-size: 3rem;
    line-height: 3.3rem;
    font-weight: 600;
    letter-spacing: -1.5px;
}

h2 {
    font-size: 2.5rem;
}

h2,
h3 {
    font-weight: 600;
}

small {
    color: #707070;
    font-size: 0.85rem;
    display: inline-block;
}

a,
a:visited {
    color: #e81f76;
    text-decoration: none;
    transition: color 0.3s ease;
}

p:empty {
    margin: 0;
    display: none;
}

a:hover {
    color: #773dbd;
}

li > * {
    vertical-align: top;
}

input {
    border-radius: 4px;
    font-size: 0.85rem;
    padding: 8px 20px;
    color: #707070;
}

.rich-text a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 200ms ease, color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease;
    color: #773dbd;
    font-weight: 600;
    text-decoration: none;
}

.rich-text img {
    max-width: 100%;
}

.rich-text a:hover {
    border-bottom-color: #410099;
    color: #410099;
}

/* Spacing*/
.p-clv-lg {
    padding: 80px 50px;
}

.vh-100 {
    height: 100vh !important;
}

.content-wrap {
    max-width: 85%;
    margin: 0 auto;
}

.content-wrap .narrow {
    max-width: 940px;
    margin: 0 auto;
}

.search-panel-wrap {
    padding: 80px 50px;
}

/************/

/* Navigation Menu */
/** Main Menu **/
.nav-stars {
    z-index: -1;
    left: -4%;
}

.clv-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}

.header-border-block._1 {
    height: 5px;
    flex: 1;
    background-color: #e81f76;
}

.header-border-block._2 {
    height: 5px;
    flex: 1;
    background-color: #ffc600;
}

.header-border-block._3 {
    height: 5px;
    flex: 1;
    background-color: #10cfc9;
}

.navbar-brand {
    font-size: 2rem;
    line-height: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: normal;
}

.navbar {
    /* width: 100%; */
    border-bottom: none;
    /* max-width: 1600px; */
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link {
    border-bottom: 3px solid transparent;
    transition: color 200ms ease, border-color 200ms ease;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 0.95rem;
    color: #231f21 !important;
}

.nav-link:hover,
.nav-link[aria-expanded='true'] {
    border-color: #e81f76;
    color: #773dbd !important;
    transition: 0.3s ease-in;
}

.weather-icon {
    color: #ffcf2b;
    font-size: 1.1rem;
}

.weather-digit {
    color: #773dbd;
    font-weight: 500;
    font-size: 1.05rem;
}

/** MegaMenu **/
#CLVMegaMenu {
    overflow: hidden;
    border-bottom: 1px solid #dee6ec;
    background-color: #f3f6ff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.mega-menu {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.mega-menu ul {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

#CLVMegaMenu ul li {
    list-style-type: none;
    border-bottom: 1px solid #dee6ec;
    font-weight: 400;
    cursor: pointer;
    margin-right: 10px;
    transition: margin 200ms ease;

    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-pink.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 100%;
}

#CLVMegaMenu ul li:hover {
    margin-right: 0;
}

#CLVMegaMenu ul li a {
    color: #333;
    text-decoration: none;
    width: 100%;
}

#CLVMegaMenu ul li:hover a {
    color: #773dbd;
}

#CLVMegaMenu h1 {
    color: #231f21;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
}

#CLVMegaMenu img {
    border-radius: 4px;
    height: 200px;
    width: 350px;
}

.nav-icon {
    line-height: 18px !important;
    font-size: 9px;
    text-align: center;
    background-color: #e81f76;
    width: 18px;
    border-radius: 50%;
    color: #fff;
}

.nav-item {
    font-weight: bold;
}

.stars {
    margin-left: -6%;
    margin-bottom: 3%;
}

.little-star {
    width: 40px;
    margin-top: 45px;
    margin-left: -10px;
}

.big-star {
    width: 80px;
}

.cta-wrap .star-image {
    z-index: 1;
    top: -45px;
    right: -35px;
}

.cta-wrap .star-image.small {
    top: 10px;
}

.cta-bg,
.cta-video-bg {
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-video-bg {
    height: 450px;
}

.cta-video-bg video {
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.star-image {
    left: auto;
    top: 0;
    right: 0;
    bottom: 0px;
    width: 80px;
    z-index: -1;
}

.star-image.left {
    left: 0;
    right: auto;
}

.star-image.small {
    top: 60px;
    width: 40px;
}

.breadcrumb-link {
    font-size: 0.85rem;
    margin-right: 5px;
    transition: color 200ms ease;
    color: #707070;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumb-link:visited {
    color: #909090;
}

.breadcrumb-arrow {
    width: 10px;
    margin-right: 10px;
}

.py-clv {
    padding-top: 3%;
    padding-bottom: 6%;
}

.py-clv:empty {
    padding-top: 0;
    padding-bottom: 0;
}

.pt-clv-md {
    padding-top: 3%;
}

/******* Top Request /Search ********* ***/

.display-grid {
    display: grid;
    overflow-y: auto;
}

.display-grid.col-2-eq {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

.search-wrap-close {
    right: 2rem;
    top: 1rem;
    font-size: 1.7rem;
}

.SearchInput {
    min-height: 50px;
    padding-right: 130px;
    padding-left: 25px;
    border-radius: 100px;
    transition: border-color 200ms ease;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    color: #333333;
    border: 1px solid #cccccc;
}

.SearchBtn {
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 0 20px 0 20px;
    border-radius: 100px;
    background-color: #e81f76;
    transition: background-color 200ms ease, color 200ms ease;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.SearchBtn:hover {
    background-color: #773dbd;
    color: #fff;
}

.searchInputContainer {
    display: block;
}

ul.searchSkinObjectPreview {
    position: relative;
    width: auto;
}

.searchResult {
    border-radius: 15px;
    text-decoration: none;
}
p.searchResultSnippet {
    color: #333;
}

.searchResultHeader {
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.searchPreview {
    list-style-type: none;
}

.searchResult .searchResultUrl {
    color: #773dbd;
    font-size: 0.8rem;
}

.searchPreviewGroup {
    color: #410099;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

a.top-request-link {
    border: 1px solid hsla(0, 0%, 100%, 0.28);
    padding: 12px 10px;
    border-radius: 4px;
    -webkit-transition: color 200ms ease, border-color 200ms ease;
    transition: color 200ms ease, border-color 200ms ease;
    color: hsla(0, 0%, 100%, 0.85);
    text-decoration: none;
}

.top-request-link i {
    font-size: 1.4rem;
}

a.top-request-link:hover {
    border-color: #fff;
    color: #fff;
}

.top-requests {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid;
}

.top-requests a span.d-flex {
    gap: 0.4rem;
}

img.quick-task-icon {
    width: 30px;
    margin-right: 10px;
}

i.request-icon {
    line-height: 14px !important;
    font-size: 0.7rem;
    text-align: center;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #410099;
    flex-shrink: 0;
}

.searchMoreResult {
    transition: margin 200ms ease, padding 200ms ease;
    color: #410099;
    font-weight: 500;
    text-decoration: none;
}

.searchMoreResult:hover {
    margin-right: -5px;
    padding-right: 10px;
    color: #773dbd;
}

.searchMoreResult + .nav-icon {
    width: 14px;
    height: 14px;
    line-height: 14px !important;
    font-size: 0.5rem;
}

/****************************************/

/******* Styling ********/
.clv-input {
    min-height: 50px;
    padding-right: 130px;
    padding-left: 25px;
    border-radius: 100px;
    transition: border-color 200ms ease;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    color: #333333;
    border: 1px solid #cccccc;
}

.clv-btn-round {
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 0 20px 0 20px;
    border-radius: 100px;
    background-color: #e81f76;
    transition: background-color 200ms ease, color 200ms ease;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-color: transparent;
}

.hr-flex {
    height: 1px;
    margin-left: 20px;
    -ms-flex: 1;
    flex: 1;
    background-color: #dee6ec;
}

.txt-clv-purple {
    color: #773dbd !important;
}

.txt-clv-pink {
    color: #e81f76 !important;
}

.bg-clv-lavender {
    background-color: #f3f6ff;
}

.bg-clv-purple {
    background-color: #773dbd;
}

.bg-clv-violet {
    background-color: #410099;
}

.bg-clv-yellow {
    background-color: #ffc600;
}

.bg-clv-pink {
    background-color: #e81f76;
}

.bg-clv-green {
    background-color: #00ae42;
}

.bg-clv-teal {
    background-color: #10cfc9;
}

.small-heading {
    color: #410099;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #231f21;
}

.btn-reset {
    border: none;
    background-color: transparent;
}

.btn {
    transition: background-color 200ms ease;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 8px 20px 8px 20px;
    border-radius: 100px;
    font-size: 0.95rem;
}

.btn.clv-pink {
    background-color: #e81f76;
    color: #fff;
}

.btn.clv-pink:hover {
    background-color: #773dbd;
}

.btn.clv-purple {
    background-color: #773dbd;
    border-color: #773dbd;
    color: #fff;
}

.btn.clv-transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.clv-purple:hover {
    background-color: #fff;
    color: #773dbd;
}
.footer-link-wrap {
    display: grid;
    padding-bottom: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 3px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
.footer-link {
    font-size: 0.9rem;
}

a.footer-link {
    color: #fff;
}
a.footer-link:visited {
    color: #c5c5c5;
}
.footer-city-info {
    display: flex;
    gap: 2rem;
}
.footer-city-info img {
    width: 125px;
    height: 125px;
}
.footer-city-info .text {
    color: #fff;
}

.footer-city-info .text p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    line-height: 1.2rem;
}

/***************************/

/**** Homepage skin ***/
.hero-area {
    display: grid;
    /* max-height: 800px; */
    min-height: 700px;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: auto;
}

.hero-area.main-landing {
    min-height: 450px;
    grid-template-columns: 1fr 0.5fr;
}

.hero-area.main-landing.hero-50 {
    grid-template-columns: 1fr 1fr;
}

.featured-hero-block-wrap {
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.hero-side-wrap {
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
	align-items: center;
}

.hero-area .content-wrap {
    width: 100%;
}

.featured-hero-block-wrap > div,
.featured-hero-block-wrap > div > div,
.featured-hero-block-wrap > div > div > div,
.featured-hero-block-wrap > div > div > div > div,
.featured-hero-block-wrap > div > div > div > div > div {
    height: 100%;
}

.interior-hero-block-wrap > div,
.interior-hero-block-wrap > div > div,
.interior-hero-block-wrap > div > div > div,
.interior-hero-block-wrap > div > div > div > div,
.interior-hero-block-wrap > div > div > div > div > div {
    height: 100%;
}

.hero-description {
    max-width: 70%;
}

/*


.hero-side-wrap > div,
.hero-side-wrap > div > div,
.hero-side-wrap > div > div > div,
.hero-side-wrap > div > div > div > div  {
	height: 100%
}
*/
/* Interior Hero */

.interior-hero-area.main-landing {
    margin-top: 105px;
}

.interior-hero-area {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.interior-hero-block-wrap {
    max-height: 600px;
    /* min-height: 450px; */
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.eud-hero-block-wrap,
.interior-hero-block-wrap.news-hero {
    min-height: 450px;
}

.interior-featured-hero-block {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

/*Location infos */
.location-info-wrap > div,
.contact-info-wrap > div {
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
    background-size: 15px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.location-info-wrap .address {
    background-image: url('/Portals/_default/Skins/CLV2023/Images/pin.svg');
}

.location-info-wrap .phone,
.contact-info-wrap .phone {
    background-image: url('/Portals/_default/Skins/CLV2023/Images/phone.svg');
}

.contact-info-wrap .email {
    background-image: url('/Portals/_default/Skins/CLV2023/Images/email.svg');
    word-break: break-all;
}

/*Featured Video/LatestNews*/
.play-icon {
    width: 70px;
    height: 70px;
    font-size: 4rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
}

.play-icon:hover {
    transform: scale(1.2);
}

.video-block {
    cursor: pointer;
}

.announcement-image,
.video-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 180px;
    border-radius: 4px;
    aspect-ratio: 16/10;
}

.announcement-image.large,
.video-image.large {
    min-height: 270px;
}

.latest-updates-header h3,
h3.purple-box-title {
    border-radius: 2px;
    color: #410099;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: rgba(243, 246, 255, 0.9);
}
.announcement-title {
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: -0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.6rem;
}

.announcement-content > div {
    margin-right: 10px;
}

.carousel-item a {
    text-decoration: none;
}

.announcement-content,
.video-content {
    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-pink.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 100%;
    padding-right: 30px;
    margin-right: 10px;
    transition: margin 0.3s ease;
}

.announcement-content:hover,
.video-content:hover {
    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-purple.svg);
    margin-right: 0;
}

.announcement-content > h4,
.video-content > h4 {
    font-size: 1.3rem;
    height: 2.3rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.6rem;
    color: #333;
}

.announcement-content p {
    color: #333;
    height: 2.75rem;
    overflow: hidden;
}

.announcements-nav {
    flex-grow: 0;
    flex-shrink: 0;
}

.announcements-nav > button {
    color: #10cfc9;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid #10cfc9;
    border-radius: 100%;
    transition: 0.3s ease;
}

.announcements-nav > button:hover {
    background-color: #10cfc9;
    color: #fff;
}

.announcements-wrap .nav-icon {
    width: 25px;
    height: 25px;
    padding-top: 4px;
    padding-left: 1px;
}

.priority-slider-grid .carousel-item {
    align-items: center;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
}

.priority-item {
    z-index: 1;
    border-radius: 4px;
}

.priority-item p,
.priority-item h2 {
    max-width: 90%;
}

.priority-slider-grid .carousel-item.active,
.priority-slider-grid .carousel-item-next,
.priority-slider-grid .carousel-item-prev {
    display: grid;
}

.priority-icon,
.stat-icon {
    border-width: 8px;
    border: 8px #fff solid;
    background-size: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: 50%;
    margin-top: -65px;
    right: -60px;
    left: auto;
    border-radius: 100%;
}

.priority-img-bg {
    background-image: url('https://assets.website-files.com/627c0ffbfc0b6810f0c1161b/628471369bb7f406f071c7d1_29527488765_b338806752_k.jpg');
    background-size: cover;
    min-height: 500px;
    border-radius: 4px;
    margin-left: -40%;
}

.stats-wrap {
    display: grid;
    margin-top: 80px;
    grid-auto-columns: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

ul.link-links {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin-left: 0;
    padding-left: 0;
}

ul.link-links li {
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 15px 40px 15px 0px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dee6ec;
    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-pink.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 100%;
    padding-right: 30px;
    margin-right: 10px;
    transition: margin 0.3s ease;
}

ul.link-links li:hover {
    margin-right: 0;
}

ul.link-links li a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
    width: 100%;
}

ul.link-links li a:hover {
    color: #773dbd;
    border-color: transparent;
    text-decoration: none;
}

.page-card-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}

.event-date {
    color: #410099;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hero-info-header-text .event-time,
.hero-info-header-text .event-loc,
.hero-info-header-text .event-date {
    font-size: 1rem;
}

.hero-info-header-text .event-date {
    font-size: 1rem;
    letter-spacing: initial;
    font-weight: initial;
    text-transform: none;
}

.event-time,
.event-loc,
.event-date {
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-position: 0% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
}

.event-loc {
    background-image: url('/portals/_default/skins/CLV2023/images/pin.svg');
}

.event-date {
    background-image: url('/portals/_default/skins/CLV2023/images/calendar.svg');
}

.event-time {
    background-image: url('/portals/_default/skins/CLV2023/images/time.svg');
}

.page-card-tile {
    line-height: 1.4rem;
    background-color: white;
    transform: translateY(0);
    transition: transform 300ms ease;
}

.page-card-tile a {
    text-decoration: none;
    color: black;
}

.page-card-tile a:visited {
    color: black;
    text-decoration: none;
}

.page-card-tile a:hover {
    text-decoration: none;
    color: inherit;
}

.page-card-tile:hover {
    transform: translateY(-10px);
}

.page-card-tile:hover .card-arrow-link-hover-hr {
    width: 100%;
}

.page-card-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.page-card-title {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.card-link-block {
    border: none;
}

.card-arrow-link-hover-hr {
    width: 0px;
    height: 5px;
    background-color: #773dbd;
    transition: width 300ms ease;
}

.card-arrow-link-wrap {
    margin-right: 10px;
    transition: margin 200ms;
}

.card-arrow-link-wrap:hover {
    margin-right: 0px;
}

.cta-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    align-items: center;
}

.cta-wrap .cta-image {
    min-height: 400px;
}

.cta-text {
    width: 80%;
}

.cta-image,
.cta-image-left {
    aspect-ratio: 16/10;

    background-size: cover;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
    min-height: 300px;
    border-radius: 4px;
}

.cta-image-left {
    min-height: 400px;
}
.cta-text-left {
    transition: 0.3s ease;
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
}

.cta-text-left.animateIn {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.play-icon {
    width: 70px;
    height: 70px;
    font-size: 4rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.play-icon:hover {
    transform: scale(1.2);
}

.video-block {
    cursor: pointer;
}

.category-dropdown {
    border-radius: 4px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #707070;
    transition: border-color 0.2s ease;
}

.category-dropdown:focus {
    border-color: #410099 !important;
    color: #333;
    outline: 0;
    box-shadow: none;
}

.events-toggle span {
    color: #333;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 500;
}
.events-toggle i {
    color: #13cfc9;
}

.pagination {
    justify-content: flex-end;
}

.pag-wrapper {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.page-item-page a {
    color: #333;
    font-size: 0.95rem;
}

.pag-wrapper li {
    list-style-type: none;
    margin: 0 5px;
}

.btn-next,
.btn-prev,
.page-item-next,
.page-item-prev {
    border-radius: 50%;
    background-size: 12px;
    background-image: url('/portals/_default/skins/CLV2023/images/next.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #773dbd;
    width: 35px;
    height: 35px;
    background-color: transparent;
    cursor: pointer;
}

.btn-prev,
.page-item-prev {
    background-image: url('/portals/_default/skins/CLV2023/images/back.svg');
}
.page-item-prev.disabled {
    background-image: url('/portals/_default/skins/CLV2023/images/back-white.svg');
}
.page-item-next.disabled {
    background-image: url('/portals/_default/skins/CLV2023/images/next-white.svg');
}
.page-item-prev.disabled,
.page-item-next.disabled {
    color: #aaa;
    border-color: #abb;
}

.hero-info-header-text {
    max-width: 70%;
    margin: 0 auto;
}

.share-link,
.social-wrap a {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #410099;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    background-position: 45% 45%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: background-position 200ms ease, background-color 200ms ease,
        border-color 200ms ease;
    transition: background-position 200ms ease, background-color 200ms ease, border-color 200ms ease;
}
.share-link.fb,
.social-wrap .facebook {
    background-image: url('/portals/_default/skins/CLV2023/images/fb-purple.svg');
}
.share-link.fb:hover {
    background-image: url('/portals/_default/skins/CLV2023/images/fb-white.svg');
}
.share-link.twtr,
.social-wrap .twitter {
    background-image: url('/portals/_default/skins/CLV2023/images/twtr-purple.svg');
}
.share-link.twtr:hover {
    background-image: url('/portals/_default/skins/CLV2023/images/twtr-white.svg');
}
.share-link.mail {
    background-image: url('/portals/_default/skins/CLV2023/images/mail-purple.svg');
}
.share-link.mail:hover {
    background-image: url('/portals/_default/skins/CLV2023/images/mail-white.svg');
}
.share-link:hover {
    border-color: #773dbd;
    background-color: #773dbd;
}

/*News sections */

.news-search-clear {
    right: 1rem;
    background-color: transparent;
    border: none;
}

.news-search-clear i {
    color: #888;
}

.scroll-card {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.scroller-content {
    padding: 20px;
    flex: 1;
}
.scroller-content > .rich-text {
    max-width: 900px;
}
.news-scroller-header {
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    border-bottom: 1px solid #dee6ec;
}
.header-info {
    margin-right: auto;
    margin-left: auto;
    padding: 29px 50px;
}
.header-image {
    min-height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}

/* Mayor Council */
.mayor-council-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.contact-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-grid div.text-center {
    flex-basis: calc(25% - 1rem);
    flex-shrink: 1;
}

.mayor-council-headshot,
.contact-headshot {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-position: 50% 0;
    border-radius: 100%;
    background-size: 200px;
}

.mayor-council-content h2,
.contact-content h2,
.directory-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.6rem;
}

.mayor-council-content,
.contact-content {
    padding: 20px;
}

.arrow-link {
    display: inline-block;
    padding-right: 30px;
    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-pink.svg);
    background-position: 100% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: margin 200ms ease, padding 200ms ease;
    transition: margin 200ms ease, padding 200ms ease;
    color: #410099;
    font-weight: 500;
    text-decoration: none;
}

.arrow-link:hover {
    margin-right: -5px;
    padding-right: 35px;
    color: #773dbd;
}

.mayor-council-grid a {
    transition: transform 0.3s ease;
}

.mayor-council-grid p,
.contact-grid p {
    color: #231f21;
}

.mayor-council-grid a:hover {
    transform: translate3d(0, -20px, 0);
}

.council-intro {
    display: grid;
    margin-bottom: 30px;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto;
}

.directory-tab {
    border-radius: 4px;
    border: 1px solid #dee6ec;
    margin-bottom: 2.5rem;
}

.directory-btn {
    font-size: 1.05rem;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 12px 30px;
    font-weight: 600;
    transition: border-color 0.3s ease-in;
}
.directory-btn.active,
.directory-btn:hover {
    border-bottom-style: solid;
    border-bottom-color: #773dbd;
}

.directory-tab.d-flex.justify-content-center.bg-white {
    border: 1px solid #dee6ec;
    margin-bottom: 2.5rem;
}

.directory-grid {
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
}

.directory-card {
    padding: 20px;
    flex: 1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);

    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: 0.3s ease-in;
}

.directory-card.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.directory-card p {
    color: #757575;
    font-size: 1rem;
}

.social-wrap a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dee6ec;
    background-size: 25px;
    box-shadow: none;
    filter: none;
    transition: border-color 200ms ease;
}

@keyframes animateIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 767px) {
}
/***** TABS ******/
.clv-tab {
    opacity: 0;
    transform: translateY(100px);
    transition: 0.3s ease;
    /* flex-direction: column; */
}

.clv-tab.show {
    opacity: 1;
    transform: translateY(0);
}

.main-tab-navs {
    margin: 0;
    background-color: #773dbd;
    justify-content: flex-start;
    border-bottom: 0;
}
.tab-dropdown {
    display: none;
}
li.nav-item {
    margin: 0;
}

.sub-tab-navs .nav-item > .nav-link {
    color: #6e6e6e !important;
}

.sub-tab-navs .nav-item > .nav-link.active {
    color: #410099 !important;
}

.main-tab-navs .nav-item > .nav-link {
    margin: 0;
    border-radius: 0;
    border: none;
    color: #fff !important;
    padding: 20px 15px;
}

.main-tab-navs .nav-item > .nav-link.active {
    color: #773dbd !important;
}

.sub-tab-navs {
    margin: 0;
    border: none;
}

.main-tab-content > .tab-pane > h3 {
    padding: 40px 50px 5px;
    border-bottom: 1px none #dee6ec;
}

.main-tab-content > .tab-pane.no-subtab > h3 {
    padding: 0;
}

.main-tab-content > .tab-pane > .sub-tab-navs {
    display: flex;
    padding: 15px 40px 0px;
}

.main-tab-content > .tab-pane > .sub-tab-navs .nav-link {
    margin: 0 10px;
    border: 0;
    padding: 0;
}

.tab-pane img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
}

.sub-tab-content,
.no-subtab {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 50px 50px;
    border-top: 1px solid #dee6ec;
}

.no-subtab {
    border-top: 0;
    margin-top: 0;
}

.tab-dropdown > button.dropdown-toggle {
    border-radius: 0;
    background: #773dbd;
    width: 100%;
}

.tab-dropdown > .dropdown-menu {
    width: 100%;
    background-color: #773dbd;
    border-radius: 0;
}

.tab-dropdown > .dropdown-menu a {
    color: #fff;
}

.history {
    background: transparent url('images/lv-then-now.png') 50% 100% no-repeat;
    position: relative;
    padding: 70px 5%;
}
.history:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    top: 70px;
    bottom: 0;
    width: 1px;
    background: #cacacc;
}
.history:after {
    content: '';
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cacacc;
    border-radius: 50%;
}

.history-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5% 70px;
    position: relative;
}
.history-item.active .history-item-dot {
    transform: scale(1);
    opacity: 1;
}
.history-item.active .history-item-line:before {
    transform: translate3d(0, 0, 0) !important;
}
.history-item.active .history-item-wrapper {
    background: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.history-item.active .history-item-photo img {
    opacity: 1;
}
.history-item.active .history-item-content {
    opacity: 1;
}
.history-item.history-item-rev .history-item-dot {
    right: auto;
    left: -12.5%;
    margin-right: 0;
    margin-left: -10px;
}
.history-item.history-item-rev .history-item-line {
    right: auto;
    left: -12.5%;
}
.history-item.history-item-rev .history-item-line:before {
    transform: translate3d(-101%, 0, 0);
}

.history-item-wrapper {
    transition: all 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
}

.history-item-line {
    position: absolute;
    right: -12.5%;
    width: 12.5%;
    height: 1px;
    top: 50%;
    overflow: hidden;
}
.history-item-line:before {
    background: #e81f76;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(101%, 0, 0);
    transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.275s;
}

.history-item-dot {
    width: 20px;
    height: 20px;
    background: #e81f76;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -10px;
    right: -12.5%;
    margin-right: -10px;
    transform: scale(0.1);
    transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.history-item.active .history-item-dot {
    transform: scale(1);
    opacity: 1;
}

.history-item-photo {
    position: relative;
}
.history-item-photo img {
    display: block;
    width: 100%;
    height: auto;
    /*transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
	opacity: 0;*/
}

.history-item-content {
    padding: 5% 8% 8% 6%;
    background-color: #fff;
    display: flex;
    font-size: 16px;
    letter-spacing: -0.25px;
    /*transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
	opacity: 0;*/
}

.history-item-date {
    padding-right: 30px;
}
.history-item-date span {
    color: #222222;
    font-family: 'ITC Avant', Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: 32px;
    line-height: 1.2;
    padding-bottom: 5px;
    border-bottom: 4px solid #e81f76;
}

.history-item-description {
    flex-grow: 1;
}

.history-items {
    display: flex;
    flex-wrap: wrap;
}

.embed-responsive.embed-responsive-16by9 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.embed-responsive iframe {
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*EUD */
.carousel-item .image {
    height: 90px;
    width: 100%;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.slideshow > img {
    width: 200px;
    transform: translate3d(0, 0, 0);
}
.slideshow {
    animation: moveSlideshow 10s linear infinite;
}
.slideshow-main {
    overflow: hidden;
}

.contact-headshot {
    background-position: 50%;
    background-size: cover;
}

.contact-content p {
    margin-bottom: 0;
}

.contact-content a {
    display: block;
    color: #333;
}

.contact-content i {
    color: #10cfc9;
}

.contact-grid a {
    transition: none;
}

.contact-grid a:hover {
    transform: translate3d(0, 0, 0);
}

#video-slider .carousel-item {
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #000;
}

#video-slider.carousel {
    height: 50vh;
}

#video-slider .overlay {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#video-slider .video-slider-thumb-wrap {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}

#video-slider .video-slider-thumb {
    width: 100px;
    height: 60px;
    border-radius: 2px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    opacity: 0.85;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.85;
}
#video-slider .video-slider-thumb.active {
    opacity: 1;
    filter: grayscale(0);
}

#video-slider .arrow {
    left: auto;
    top: -42px;
    right: 0%;
    bottom: auto;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #10cfc9;
    border-radius: 100%;
    background-color: transparent;
    background-image: url('/Portals/_default/Skins/CLV2023/images/next-teal.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
    color: #773dbd;
    font-size: 1rem;
    font-weight: 500;
}

#video-slider .arrow.left {
    right: 35px;
    background-image: url('/Portals/_default/Skins/CLV2023/images/back-teal.svg');
}

#video-slider .arrow:hover {
    border-color: #10cfc9;
    background-color: #10cfc9;
    background-image: url('/Portals/_default/Skins/CLV2023/images/next-white.svg');
    color: #fff;
}

#video-slider .arrow.left:hover {
    background-color: #10cfc9;
    background-image: url('/Portals/_default/Skins/CLV2023/images/back-white.svg');
}

#video-slider .img-scale-icon.eud {
    width: 60px;
    padding: 16px 10px 16px 16px;
    border-radius: 20px;
    background-color: #fff;
    transition: background-color 200ms ease, width 150ms ease;
}

#video-slider .img-scale-icon.eud:hover {
    width: 65px;
    background-color: #773dbd;
}

.translate-options a {
    color: #773dbd;
    display: flex;
    align-items: center;
}
.translate-options a img {
    width: 20px;
    height: initial;
}

.translate-options a.active {
    font-weight: 600;
    color: #773dbd;
    background-color: #fff;
}
.translate-options a:active,
.translate-options a:hover {
    color: #fff;
    background-color: #773dbd;
}

@keyframes moveSlideshow {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 991px) {
    .categories ul li {
        display: inline-block;
        margin-right: 3px;
    }
    .categories ul li div {
        border-radius: 5px;
        border: 2px solid transparent;
        font-size: 0.75rem;
    }
    .mayor-council-grid {
        grid-column-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .hero-area {
        grid-template-columns: 1fr;
        grid-template-rows: 45vh auto;
        max-height: none;
        min-height: auto;
    }

    .hero-area.main-landing.interior {
        display: block;
    }

    .hero-area.main-landing.interior .eud-hero-block-wrap {
        margin-bottom: 1rem;
    }
    .navbar.content-wrap {
        max-width: 95%;
        flex: 1;
    }
    .nav-stars {
        left: -3%;
    }

    .cta-text {
        width: 100%;
    }

    .stats-wrap {
        grid-row-gap: 75px;
        grid-column-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .cta-wrap .cta-image {
        min-height: 250px;
    }

    .hero-side-wrap {
        margin-top: 1rem;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem;
    }
    .hero-area .content-wrap {
        width: initial;
    }
}

@media screen and (max-width: 767px) {
    .nav-link {
        border: none;
    }

    .nav-link:hover,
    .nav-link[aria-expanded='true'] {
        background-color: #773dbd;
        color: #fff !important;
        border-color: transparent;
    }

    .navbar-nav {
        margin-left: 0;
    }

    .display-grid.col-2-eq {
        grid-template-columns: 1fr;
    }

    .display-grid.col-2-eq .p-clv-lg {
        padding: 2.5rem 1rem;
    }

    .searchResult .searchResultUrl {
        word-break: break-all;
    }

    .display-grid.col-2-eq .section-heading {
        font-size: 1.5rem;
    }

    .top-requests {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    body .main.interior {
        margin-top: 80px;
    }
    .container {
        max-width: 90%;
    }

    .navbar-brand {
        font-size: 1.05rem;
    }

    nav.navbar .big-star {
        width: 50px;
    }

    nav.navbar .little-star {
        width: 20px;
    }

    .stars {
        margin: 1rem auto;
        text-align: center;
    }

    .big-star {
        width: 60px;
    }
    .little-star {
        width: 25px;
    }

    .btn.search-btn {
        background-color: transparent;
        font-size: 1.4rem;
        padding: 0;
        color: #e81f76;
    }

    .priority-slider-grid .carousel-item {
        grid-template-columns: 1fr;
    }

    .priority-icon {
        bottom: -38%;
        right: 10%;
        top: initial;
    }

    .priority-img-bg {
        margin-left: 0;
        min-height: 300px;
    }

    .interior-hero-block-wrap {
        min-height: 320px;
    }

    .content-wrap .narrow {
        max-width: 100%;
    }

    ul,
    ol {
        padding-left: 0.5rem;
    }

    .hero-description {
        max-width: 85%;
    }

    .hero-area.main-landing,
    .hero-area.main-landing.hero-50 {
        display: block;
        grid-template-columns: 1fr;
        grid-template-rows: 40vh 1fr;
        grid-auto-rows: minmax(300px, 1fr);
    }

    .interior-hero-info .location-info-wrap {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .news-scroller-header {
        grid-row-gap: 0px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .mayor-council-grid {
        grid-template-columns: 1fr;
    }
    .main-tab-content > .tab-pane {
        padding: 25px 20px;
    }

    .sub-tab-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .main-tab-content > .tab-pane > .sub-tab-navs .nav-link {
        margin: 0;
        margin-right: 15px;
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .main-tab-content > .tab-pane > h3 {
        padding-left: 0;
        padding-right: 0;
    }

    .main-tab-content > .tab-pane > .sub-tab-navs {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 576px) {
    .searchResultHeader {
        word-break: break-all;
    }

    .searchResult .searchResultUrl {
        display: none;
    }

    .events-toggle {
        padding: 0.5rem;
    }

    .event-header {
        flex-wrap: wrap;
    }

    .event-header .dropdown,
    .event-header .dropdown .category-dropdown {
        width: 100%;
        text-align: left;
    }

    .hero-side-wrap {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {

	.directory-tab {
		flex-direction: column
	}

	.directory-grid {
		grid-template-columns: 1fr
	}

    .rich-text img,
    .rich-text figure img,
    .rich-text iframe {
        width: 100%;
    }
    .header-info {
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-tab-navs {
        display: none;
    }
    .tab-dropdown {
        display: block;
    }

    .clv-tab {
        flex-direction: column;
    }

    .stats-wrap {
        grid-template-columns: 1fr;
    }

    .stars {
        margin: 0;
    }

    .stars.top-left,
    .stars.bottom-right {
        display: block !important;
    }

    .priority-icon {
        display: none;
    }

    ul.link-links {
        grid-template-columns: 1fr;
    }

    .main-tab-content > .tab-pane > h3 {
        padding-top: 0;
    }

    .sub-tab-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .search-wrap-close button i {
        color: #444 !important;
    }

    .star-image {
        top: -20px;
        right: -15px;
        z-index: 1;
    }
    .star-image.small {
        top: 30px;
    }
    .cta-wrap {
        grid-template-columns: 1fr;
    }

    .cta-image {
        min-height: 220px;
    }
    .history-items {
        display: block;
    }
    .history-item {
        max-width: 100%;
    }
    .history-item-dot {
        top: -15% !important;
        left: 46.3% !important;
    }

    .history-item.history-item-rev .history-item-dot {
        left: 50.3% !important;
    }
    .history-item-line {
        display: none;
    }

    .history-item-content {
        display: block;
    }
    .history-item-date {
        margin-bottom: 8px;
    }

    .history {
        padding: 40px 5%;
    }

    .history .container {
        max-width: 100%;
    }
}

body {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    color: #333;
}

body .main {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

body .main.interior {
    margin-top: 110px;
}

.dnnEditState .main {
    margin-top: 10vh;
}

.DNNEmptyPane + .hero-area.main-landing {
    height: 0;
    min-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
    color: initial;
}

h1 {
    font-size: 3rem;
    line-height: 3.3rem;
    font-weight: 600;
    letter-spacing: -1.5px;
}

h2 {
    font-size: 2.5rem;
}

h2,
h3 {
    font-weight: 600;
}

small {
    color: #707070;
    font-size: 0.85rem;
    display: inline-block;
}

a,
a:visited {
    color: #e81f76;
    text-decoration: none;
    transition: color 0.3s ease;
}

p:empty {
    margin: 0;
    display: none;
}

a:hover {
    color: #773dbd;
}

li > * {
    vertical-align: top;
}

input {
    border-radius: 4px;
    font-size: 0.85rem;
    padding: 8px 20px;
    color: #707070;
}

.rich-text a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 200ms ease, color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease;
    color: #773dbd;
    font-weight: 600;
    text-decoration: none;
}

.rich-text img {
    max-width: 100%;
}

.rich-text a:hover {
    border-bottom-color: #410099;
    color: #410099;
}

/* Spacing*/
.p-clv-lg {
    padding: 80px 50px;
}

.vh-100 {
    height: 100vh !important;
}

.content-wrap {
    max-width: 85%;
    margin: 0 auto;
}

.content-wrap .narrow {
    max-width: 940px;
    margin: 0 auto;
}

.search-panel-wrap {
    padding: 80px 50px;
}

/************/

/* Navigation Menu */
/** Main Menu **/
.nav-stars {
    z-index: -1;
    left: -4%;
}

.clv-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}

.header-border-block._1 {
    height: 5px;
    flex: 1;
    background-color: #e81f76;
}

.header-border-block._2 {
    height: 5px;
    flex: 1;
    background-color: #ffc600;
}

.header-border-block._3 {
    height: 5px;
    flex: 1;
    background-color: #10cfc9;
}

.navbar-brand {
    font-size: 2rem;
    line-height: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: normal;
}

.nav-link {
    border-bottom: 3px solid transparent;
    transition: color 200ms ease, border-color 200ms ease;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 0.95rem;
    color: #231f21 !important;
}

.nav-link:hover,
.nav-link[aria-expanded='true'] {
    border-color: #e81f76;
    color: #773dbd !important;
    transition: 0.3s ease-in;
}

.weather-icon {
    color: #ffcf2b;
    font-size: 1.1rem;
}

.weather-digit {
    color: #773dbd;
    font-weight: 500;
    font-size: 1.05rem;
}

/** MegaMenu **/
#CLVMegaMenu {
    overflow: hidden;
    border-bottom: 1px solid #dee6ec;
    background-color: #f3f6ff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.mega-menu {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.mega-menu ul {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

#CLVMegaMenu ul li {
    list-style-type: none;
    border-bottom: 1px solid #dee6ec;
    font-weight: 400;
    cursor: pointer;
    margin-right: 10px;
    transition: margin 200ms ease;

    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-pink.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 100%;
}

#CLVMegaMenu ul li:hover {
    margin-right: 0;
}

#CLVMegaMenu ul li a {
    color: #333;
    text-decoration: none;
    width: 100%;
}

#CLVMegaMenu ul li:hover a {
    color: #773dbd;
}

#CLVMegaMenu h1 {
    color: #231f21;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
}

#CLVMegaMenu img {
    border-radius: 4px;
    height: 200px;
    width: 350px;
}

.nav-icon {
    line-height: 18px !important;
    font-size: 9px;
    text-align: center;
    background-color: #e81f76;
    width: 18px;
    border-radius: 50%;
    color: #fff;
}

.nav-item {
    font-weight: bold;
}

.stars {
    margin-left: -6%;
    margin-bottom: 3%;
}

.little-star {
    width: 40px;
    margin-top: 45px;
    margin-left: -10px;
}

.big-star {
    width: 80px;
}

.cta-wrap .star-image {
    z-index: 1;
    top: -45px;
    right: -35px;
}

.cta-wrap .star-image.small {
    top: 10px;
}

.cta-bg,
.cta-video-bg {
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-video-bg {
    height: 450px;
}

.cta-video-bg video {
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.star-image {
    left: auto;
    top: 0;
    right: 0;
    bottom: 0px;
    width: 80px;
    z-index: -1;
}

.star-image.left {
    left: 0;
    right: auto;
}

.star-image.small {
    top: 60px;
    width: 40px;
}

.breadcrumb-link {
    font-size: 0.85rem;
    margin-right: 5px;
    transition: color 200ms ease;
    color: #707070;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumb-link:visited {
    color: #909090;
}

.breadcrumb-arrow {
    width: 10px;
    margin-right: 10px;
}

.py-clv {
    padding-top: 3%;
    padding-bottom: 6%;
}

.py-clv:empty {
    padding-top: 0;
    padding-bottom: 0;
}

.pt-clv-md {
    padding-top: 3%;
}

/******* Top Request /Search ********* ***/

.display-grid {
    display: grid;
    overflow-y: auto;
}

.display-grid.col-2-eq {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

.search-wrap-close {
    right: 2rem;
    top: 1rem;
    font-size: 1.7rem;
}

.SearchInput {
    min-height: 50px;
    padding-right: 130px;
    padding-left: 25px;
    border-radius: 100px;
    transition: border-color 200ms ease;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    color: #333333;
    border: 1px solid #cccccc;
}

.SearchBtn {
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 0 20px 0 20px;
    border-radius: 100px;
    background-color: #e81f76;
    transition: background-color 200ms ease, color 200ms ease;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.SearchBtn:hover {
    background-color: #773dbd;
    color: #fff;
}

.searchInputContainer {
    display: block;
}

ul.searchSkinObjectPreview {
    position: relative;
    width: auto;
}

.searchResult {
    border-radius: 15px;
    text-decoration: none;
}
p.searchResultSnippet {
    color: #333;
}

.searchResultHeader {
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.searchPreview {
    list-style-type: none;
}

.searchResult .searchResultUrl {
    color: #773dbd;
    font-size: 0.8rem;
}

.searchPreviewGroup {
    color: #410099;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

a.top-request-link {
    border: 1px solid hsla(0, 0%, 100%, 0.28);
    padding: 12px 10px;
    border-radius: 4px;
    -webkit-transition: color 200ms ease, border-color 200ms ease;
    transition: color 200ms ease, border-color 200ms ease;
    color: hsla(0, 0%, 100%, 0.85);
    text-decoration: none;
}

.top-request-link i {
    font-size: 1.4rem;
}

a.top-request-link:hover {
    border-color: #fff;
    color: #fff;
}

.top-requests {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid;
}

.top-requests a span.d-flex {
    gap: 0.4rem;
}

img.quick-task-icon {
    width: 30px;
    margin-right: 10px;
}

i.request-icon {
    line-height: 14px !important;
    font-size: 0.7rem;
    text-align: center;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #410099;
    flex-shrink: 0;
}

.searchMoreResult {
    transition: margin 200ms ease, padding 200ms ease;
    color: #410099;
    font-weight: 500;
    text-decoration: none;
}

.searchMoreResult:hover {
    margin-right: -5px;
    padding-right: 10px;
    color: #773dbd;
}

.searchMoreResult + .nav-icon {
    width: 14px;
    height: 14px;
    line-height: 14px !important;
    font-size: 0.5rem;
}

/****************************************/

/******* Styling ********/
.clv-input {
    min-height: 50px;
    padding-right: 130px;
    padding-left: 25px;
    border-radius: 100px;
    transition: border-color 200ms ease;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    color: #333333;
    border: 1px solid #cccccc;
}

.clv-btn-round {
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 0 20px 0 20px;
    border-radius: 100px;
    background-color: #e81f76;
    transition: background-color 200ms ease, color 200ms ease;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-color: transparent;
}

.hr-flex {
    height: 1px;
    margin-left: 20px;
    -ms-flex: 1;
    flex: 1;
    background-color: #dee6ec;
}

.txt-clv-purple {
    color: #773dbd !important;
}

.txt-clv-pink {
    color: #e81f76 !important;
}

.bg-clv-lavender {
    background-color: #f3f6ff;
}

.bg-clv-purple {
    background-color: #773dbd;
}

.bg-clv-violet {
    background-color: #410099;
}

.bg-clv-yellow {
    background-color: #ffc600;
}

.bg-clv-pink {
    background-color: #e81f76;
}

.bg-clv-green {
    background-color: #00ae42;
}

.bg-clv-teal {
    background-color: #10cfc9;
}

.small-heading {
    color: #410099;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #231f21;
}

.btn-reset {
    border: none;
    background-color: transparent;
}

.btn {
    transition: background-color 200ms ease;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 8px 20px 8px 20px;
    border-radius: 100px;
    font-size: 0.95rem;
}

.btn.clv-pink {
    background-color: #e81f76;
    color: #fff;
}

.btn.clv-pink:hover {
    background-color: #773dbd;
}

.btn.clv-purple {
    background-color: #773dbd;
    border-color: #773dbd;
    color: #fff;
}

.btn.clv-transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.clv-purple:hover {
    background-color: #fff;
    color: #773dbd;
}
.footer-link-wrap {
    display: grid;
    padding-bottom: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 3px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
.footer-link {
    font-size: 0.9rem;
}

a.footer-link {
    color: #fff;
}
a.footer-link:visited {
    color: #c5c5c5;
}
.footer-city-info {
    display: flex;
    gap: 2rem;
}
.footer-city-info img {
    width: 125px;
    height: 125px;
}
.footer-city-info .text {
    color: #fff;
}

.footer-city-info .text p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    line-height: 1.2rem;
}

/***************************/

/**** Homepage skin ***/
.hero-area {
    display: grid;
    /* max-height: 800px; */
    min-height: 700px;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: auto;
}

.hero-area.main-landing {
    min-height: 450px;
    grid-template-columns: 1fr 0.5fr;
}

.hero-area.main-landing.hero-50 {
    grid-template-columns: 1fr 1fr;
}

.featured-hero-block-wrap {
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.hero-side-wrap {
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
	align-items: center;
}

.hero-area .content-wrap {
    width: 100%;
}

.featured-hero-block-wrap > div,
.featured-hero-block-wrap > div > div,
.featured-hero-block-wrap > div > div > div,
.featured-hero-block-wrap > div > div > div > div,
.featured-hero-block-wrap > div > div > div > div > div {
    height: 100%;
}

.interior-hero-block-wrap > div,
.interior-hero-block-wrap > div > div,
.interior-hero-block-wrap > div > div > div,
.interior-hero-block-wrap > div > div > div > div,
.interior-hero-block-wrap > div > div > div > div > div {
    height: 100%;
}

.hero-description {
    max-width: 70%;
}

/*


.hero-side-wrap > div,
.hero-side-wrap > div > div,
.hero-side-wrap > div > div > div,
.hero-side-wrap > div > div > div > div  {
	height: 100%
}
*/
/* Interior Hero */

.interior-hero-area.main-landing {
    margin-top: 105px;
}

.interior-hero-area {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.interior-hero-block-wrap {
    max-height: 600px;
    /* min-height: 450px; */
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.eud-hero-block-wrap,
.interior-hero-block-wrap.news-hero {
    min-height: 450px;
}

.interior-featured-hero-block {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

/*Location infos */
.location-info-wrap > div,
.contact-info-wrap > div {
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
    background-size: 15px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.location-info-wrap .address {
    background-image: url('/Portals/_default/Skins/CLV2023/Images/pin.svg');
}

.location-info-wrap .phone,
.contact-info-wrap .phone {
    background-image: url('/Portals/_default/Skins/CLV2023/Images/phone.svg');
}

.contact-info-wrap .email {
    background-image: url('/Portals/_default/Skins/CLV2023/Images/email.svg');
    word-break: break-all;
}

/*Featured Video/LatestNews*/
.play-icon {
    width: 70px;
    height: 70px;
    font-size: 4rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
}

.play-icon:hover {
    transform: scale(1.2);
}

.video-block {
    cursor: pointer;
}

.announcement-image,
.video-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 180px;
    border-radius: 4px;
    aspect-ratio: 16/10;
}

.announcement-image.large,
.video-image.large {
    min-height: 270px;
}

.latest-updates-header h3,
h3.purple-box-title {
    border-radius: 2px;
    color: #410099;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: rgba(243, 246, 255, 0.9);
}
.announcement-title {
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: -0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.6rem;
}

.announcement-content > div {
    margin-right: 10px;
}

.carousel-item a {
    text-decoration: none;
}

.announcement-content,
.video-content {
    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-pink.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 100%;
    padding-right: 30px;
    margin-right: 10px;
    transition: margin 0.3s ease;
}

.announcement-content:hover,
.video-content:hover {
    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-purple.svg);
    margin-right: 0;
}

.announcement-content > h4,
.video-content > h4 {
    font-size: 1.3rem;
    height: 2.3rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.6rem;
    color: #333;
}

.announcement-content p {
    color: #333;
    height: 2.75rem;
    overflow: hidden;
}

.announcements-nav {
    flex-grow: 0;
    flex-shrink: 0;
}

.announcements-nav > button {
    color: #10cfc9;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid #10cfc9;
    border-radius: 100%;
    transition: 0.3s ease;
}

.announcements-nav > button:hover {
    background-color: #10cfc9;
    color: #fff;
}

.announcements-wrap .nav-icon {
    width: 25px;
    height: 25px;
    padding-top: 4px;
    padding-left: 1px;
}

.priority-slider-grid .carousel-item {
    align-items: center;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
}

.priority-item {
    z-index: 1;
    border-radius: 4px;
}

.priority-item p,
.priority-item h2 {
    max-width: 90%;
}

.priority-slider-grid .carousel-item.active,
.priority-slider-grid .carousel-item-next,
.priority-slider-grid .carousel-item-prev {
    display: grid;
}

.priority-icon,
.stat-icon {
    border-width: 8px;
    border: 8px #fff solid;
    background-size: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: 50%;
    margin-top: -65px;
    right: -60px;
    left: auto;
    border-radius: 100%;
}

.priority-img-bg {
    background-image: url('https://assets.website-files.com/627c0ffbfc0b6810f0c1161b/628471369bb7f406f071c7d1_29527488765_b338806752_k.jpg');
    background-size: cover;
    min-height: 500px;
    border-radius: 4px;
    margin-left: -40%;
}

.stats-wrap {
    display: grid;
    margin-top: 80px;
    grid-auto-columns: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

ul.link-links {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin-left: 0;
    padding-left: 0;
}

ul.link-links li {
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 15px 40px 15px 0px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dee6ec;
    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-pink.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 100%;
    padding-right: 30px;
    margin-right: 10px;
    transition: margin 0.3s ease;
}

ul.link-links li:hover {
    margin-right: 0;
}

ul.link-links li a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
    width: 100%;
}

ul.link-links li a:hover {
    color: #773dbd;
    border-color: transparent;
    text-decoration: none;
}

.page-card-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}

.event-date {
    color: #410099;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hero-info-header-text .event-time,
.hero-info-header-text .event-loc,
.hero-info-header-text .event-date {
    font-size: 1rem;
}

.hero-info-header-text .event-date {
    font-size: 1rem;
    letter-spacing: initial;
    font-weight: initial;
    text-transform: none;
}

.event-time,
.event-loc,
.event-date {
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-position: 0% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
}

.event-loc {
    background-image: url('/portals/_default/skins/CLV2023/images/pin.svg');
}

.event-date {
    background-image: url('/portals/_default/skins/CLV2023/images/calendar.svg');
}

.event-time {
    background-image: url('/portals/_default/skins/CLV2023/images/time.svg');
}

.page-card-tile {
    line-height: 1.4rem;
    background-color: white;
    transform: translateY(0);
    transition: transform 300ms ease;
}

.page-card-tile a {
    text-decoration: none;
    color: black;
}

.page-card-tile a:visited {
    color: black;
    text-decoration: none;
}

.page-card-tile a:hover {
    text-decoration: none;
    color: inherit;
}

.page-card-tile:hover {
    transform: translateY(-10px);
}

.page-card-tile:hover .card-arrow-link-hover-hr {
    width: 100%;
}

.page-card-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.page-card-title {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.card-link-block {
    border: none;
}

.card-arrow-link-hover-hr {
    width: 0px;
    height: 5px;
    background-color: #773dbd;
    transition: width 300ms ease;
}

.card-arrow-link-wrap {
    margin-right: 10px;
    transition: margin 200ms;
}

.card-arrow-link-wrap:hover {
    margin-right: 0px;
}

.cta-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    align-items: center;
}

.cta-wrap .cta-image {
    min-height: 400px;
}

.cta-text {
    width: 80%;
}

.cta-image,
.cta-image-left {
    aspect-ratio: 16/10;

    background-size: cover;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1;
    min-height: 300px;
    border-radius: 4px;
}

.cta-image-left {
    min-height: 400px;
}
.cta-text-left {
    transition: 0.3s ease;
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
}

.cta-text-left.animateIn {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.play-icon {
    width: 70px;
    height: 70px;
    font-size: 4rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.play-icon:hover {
    transform: scale(1.2);
}

.video-block {
    cursor: pointer;
}

.category-dropdown {
    border-radius: 4px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #707070;
    transition: border-color 0.2s ease;
}

.category-dropdown:focus {
    border-color: #410099 !important;
    color: #333;
    outline: 0;
    box-shadow: none;
}

.events-toggle span {
    color: #333;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 500;
}
.events-toggle i {
    color: #13cfc9;
}

.pagination {
    justify-content: flex-end;
}

.pag-wrapper {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.page-item-page a {
    color: #333;
    font-size: 0.95rem;
}

.pag-wrapper li {
    list-style-type: none;
    margin: 0 5px;
}

.btn-next,
.btn-prev,
.page-item-next,
.page-item-prev {
    border-radius: 50%;
    background-size: 12px;
    background-image: url('/portals/_default/skins/CLV2023/images/next.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #773dbd;
    width: 35px;
    height: 35px;
    background-color: transparent;
    cursor: pointer;
}

.btn-prev,
.page-item-prev {
    background-image: url('/portals/_default/skins/CLV2023/images/back.svg');
}
.page-item-prev.disabled {
    background-image: url('/portals/_default/skins/CLV2023/images/back-white.svg');
}
.page-item-next.disabled {
    background-image: url('/portals/_default/skins/CLV2023/images/next-white.svg');
}
.page-item-prev.disabled,
.page-item-next.disabled {
    color: #aaa;
    border-color: #abb;
}

.hero-info-header-text {
    max-width: 70%;
    margin: 0 auto;
}

.share-link,
.social-wrap a {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #410099;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    background-position: 45% 45%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: background-position 200ms ease, background-color 200ms ease,
        border-color 200ms ease;
    transition: background-position 200ms ease, background-color 200ms ease, border-color 200ms ease;
}
.share-link.fb,
.social-wrap .facebook {
    background-image: url('/portals/_default/skins/CLV2023/images/fb-purple.svg');
}
.share-link.fb:hover {
    background-image: url('/portals/_default/skins/CLV2023/images/fb-white.svg');
}
.share-link.twtr,
.social-wrap .twitter {
    background-image: url('/portals/_default/skins/CLV2023/images/twtr-purple.svg');
}
.share-link.twtr:hover {
    background-image: url('/portals/_default/skins/CLV2023/images/twtr-white.svg');
}
.share-link.mail {
    background-image: url('/portals/_default/skins/CLV2023/images/mail-purple.svg');
}
.share-link.mail:hover {
    background-image: url('/portals/_default/skins/CLV2023/images/mail-white.svg');
}
.share-link:hover {
    border-color: #773dbd;
    background-color: #773dbd;
}

/*News sections */

.news-search-clear {
    right: 1rem;
    background-color: transparent;
    border: none;
}

.news-search-clear i {
    color: #888;
}

.scroll-card {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.scroller-content {
    padding: 20px;
    flex: 1;
}
.scroller-content > .rich-text {
    max-width: 900px;
}
.news-scroller-header {
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    border-bottom: 1px solid #dee6ec;
}
.header-info {
    margin-right: auto;
    margin-left: auto;
    padding: 29px 50px;
}
.header-image {
    min-height: 400px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}

/* Mayor Council */
.mayor-council-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.contact-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-grid div.text-center {
    flex-basis: calc(25% - 1rem);
    flex-shrink: 1;
}

.mayor-council-headshot,
.contact-headshot {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-position: 50% 0;
    border-radius: 100%;
    background-size: 200px;
}

.mayor-council-content h2,
.contact-content h2,
.directory-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.6rem;
}

.mayor-council-content,
.contact-content {
    padding: 20px;
}

.arrow-link {
    display: inline-block;
    padding-right: 30px;
    background-image: url(/Portals/_default/Skins/CLV2023/Images/arrow-right-pink.svg);
    background-position: 100% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: margin 200ms ease, padding 200ms ease;
    transition: margin 200ms ease, padding 200ms ease;
    color: #410099;
    font-weight: 500;
    text-decoration: none;
}

.arrow-link:hover {
    margin-right: -5px;
    padding-right: 35px;
    color: #773dbd;
}

.mayor-council-grid a {
    transition: transform 0.3s ease;
}

.mayor-council-grid p,
.contact-grid p {
    color: #231f21;
}

.mayor-council-grid a:hover {
    transform: translate3d(0, -20px, 0);
}

.council-intro {
    display: grid;
    margin-bottom: 30px;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto;
}

.directory-tab {
    border-radius: 4px;
    border: 1px solid #dee6ec;
    margin-bottom: 2.5rem;
}

.directory-btn {
    font-size: 1.05rem;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 12px 30px;
    font-weight: 600;
    transition: border-color 0.3s ease-in;
}
.directory-btn.active,
.directory-btn:hover {
    border-bottom-style: solid;
    border-bottom-color: #773dbd;
}

.directory-tab.d-flex.justify-content-center.bg-white {
    border: 1px solid #dee6ec;
    margin-bottom: 2.5rem;
}

.directory-grid {
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
}

.directory-card {
    padding: 20px;
    flex: 1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);

    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: 0.3s ease-in;
}

.directory-card.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.directory-card p {
    color: #757575;
    font-size: 1rem;
}

.social-wrap a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dee6ec;
    background-size: 25px;
    box-shadow: none;
    filter: none;
    transition: border-color 200ms ease;
}

@keyframes animateIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 767px) {
}
/***** TABS ******/
.clv-tab {
    opacity: 0;
    transform: translateY(100px);
    transition: 0.3s ease;
    /* flex-direction: column; */
}

.clv-tab.show {
    opacity: 1;
    transform: translateY(0);
}

.main-tab-navs {
    margin: 0;
    background-color: #773dbd;
    justify-content: flex-start;
    border-bottom: 0;
}
.tab-dropdown {
    display: none;
}
li.nav-item {
    margin: 0;
}

.sub-tab-navs .nav-item > .nav-link {
    color: #6e6e6e !important;
}

.sub-tab-navs .nav-item > .nav-link.active {
    color: #410099 !important;
}

.main-tab-navs .nav-item > .nav-link {
    margin: 0;
    border-radius: 0;
    border: none;
    color: #fff !important;
    padding: 20px 15px;
}

.main-tab-navs .nav-item > .nav-link.active {
    color: #773dbd !important;
}

.sub-tab-navs {
    margin: 0;
    border: none;
}

.main-tab-content > .tab-pane > h3 {
    padding: 40px 50px 5px;
    border-bottom: 1px none #dee6ec;
}

.main-tab-content > .tab-pane.no-subtab > h3 {
    padding: 0;
}

.main-tab-content > .tab-pane > .sub-tab-navs {
    display: flex;
    padding: 15px 40px 0px;
}

.main-tab-content > .tab-pane > .sub-tab-navs .nav-link {
    margin: 0 10px;
    border: 0;
    padding: 0;
}

.tab-pane img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
}

.sub-tab-content,
.no-subtab {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 50px 50px;
    border-top: 1px solid #dee6ec;
}

.no-subtab {
    border-top: 0;
    margin-top: 0;
}

.tab-dropdown > button.dropdown-toggle {
    border-radius: 0;
    background: #773dbd;
    width: 100%;
}

.tab-dropdown > .dropdown-menu {
    width: 100%;
    background-color: #773dbd;
    border-radius: 0;
}

.tab-dropdown > .dropdown-menu a {
    color: #fff;
}

.history {
    background: transparent url('images/lv-then-now.png') 50% 100% no-repeat;
    position: relative;
    padding: 70px 5%;
}
.history:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    top: 70px;
    bottom: 0;
    width: 1px;
    background: #cacacc;
}
.history:after {
    content: '';
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cacacc;
    border-radius: 50%;
}

.history-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5% 70px;
    position: relative;
}
.history-item.active .history-item-dot {
    transform: scale(1);
    opacity: 1;
}
.history-item.active .history-item-line:before {
    transform: translate3d(0, 0, 0) !important;
}
.history-item.active .history-item-wrapper {
    background: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.history-item.active .history-item-photo img {
    opacity: 1;
}
.history-item.active .history-item-content {
    opacity: 1;
}
.history-item.history-item-rev .history-item-dot {
    right: auto;
    left: -12.5%;
    margin-right: 0;
    margin-left: -10px;
}
.history-item.history-item-rev .history-item-line {
    right: auto;
    left: -12.5%;
}
.history-item.history-item-rev .history-item-line:before {
    transform: translate3d(-101%, 0, 0);
}

.history-item-wrapper {
    transition: all 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
}

.history-item-line {
    position: absolute;
    right: -12.5%;
    width: 12.5%;
    height: 1px;
    top: 50%;
    overflow: hidden;
}
.history-item-line:before {
    background: #e81f76;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(101%, 0, 0);
    transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.275s;
}

.history-item-dot {
    width: 20px;
    height: 20px;
    background: #e81f76;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -10px;
    right: -12.5%;
    margin-right: -10px;
    transform: scale(0.1);
    transition: transform 0.275s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.history-item.active .history-item-dot {
    transform: scale(1);
    opacity: 1;
}

.history-item-photo {
    position: relative;
}
.history-item-photo img {
    display: block;
    width: 100%;
    height: auto;
    /*transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
	opacity: 0;*/
}

.history-item-content {
    padding: 5% 8% 8% 6%;
    background-color: #fff;
    display: flex;
    font-size: 16px;
    letter-spacing: -0.25px;
    /*transition: opacity 0.275s cubic-bezier(0.4, 0, 0.2, 1) 0.55s;
	opacity: 0;*/
}

.history-item-date {
    padding-right: 30px;
}
.history-item-date span {
    color: #222222;
    font-family: 'ITC Avant', Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: 32px;
    line-height: 1.2;
    padding-bottom: 5px;
    border-bottom: 4px solid #e81f76;
}

.history-item-description {
    flex-grow: 1;
}

.history-items {
    display: flex;
    flex-wrap: wrap;
}

.embed-responsive.embed-responsive-16by9 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.embed-responsive iframe {
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*EUD */
.carousel-item .image {
    height: 90px;
    width: 100%;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.slideshow > img {
    width: 200px;
    transform: translate3d(0, 0, 0);
}
.slideshow {
    animation: moveSlideshow 10s linear infinite;
}
.slideshow-main {
    overflow: hidden;
}

.contact-headshot {
    background-position: 50%;
    background-size: cover;
}

.contact-content p {
    margin-bottom: 0;
}

.contact-content a {
    display: block;
    color: #333;
}

.contact-content i {
    color: #10cfc9;
}

.contact-grid a {
    transition: none;
}

.contact-grid a:hover {
    transform: translate3d(0, 0, 0);
}

#video-slider .carousel-item {
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #000;
}

#video-slider.carousel {
    height: 50vh;
}

#video-slider .overlay {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#video-slider .video-slider-thumb-wrap {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
}

#video-slider .video-slider-thumb {
    width: 100px;
    height: 60px;
    border-radius: 2px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    opacity: 0.85;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.85;
}
#video-slider .video-slider-thumb.active {
    opacity: 1;
    filter: grayscale(0);
}

#video-slider .arrow {
    left: auto;
    top: -42px;
    right: 0%;
    bottom: auto;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #10cfc9;
    border-radius: 100%;
    background-color: transparent;
    background-image: url('/Portals/_default/Skins/CLV2023/images/next-teal.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
    color: #773dbd;
    font-size: 1rem;
    font-weight: 500;
}

#video-slider .arrow.left {
    right: 35px;
    background-image: url('/Portals/_default/Skins/CLV2023/images/back-teal.svg');
}

#video-slider .arrow:hover {
    border-color: #10cfc9;
    background-color: #10cfc9;
    background-image: url('/Portals/_default/Skins/CLV2023/images/next-white.svg');
    color: #fff;
}

#video-slider .arrow.left:hover {
    background-color: #10cfc9;
    background-image: url('/Portals/_default/Skins/CLV2023/images/back-white.svg');
}

#video-slider .img-scale-icon.eud {
    width: 60px;
    padding: 16px 10px 16px 16px;
    border-radius: 20px;
    background-color: #fff;
    transition: background-color 200ms ease, width 150ms ease;
}

#video-slider .img-scale-icon.eud:hover {
    width: 65px;
    background-color: #773dbd;
}

.translate-options a {
    color: #773dbd;
    display: flex;
    align-items: center;
}
.translate-options a img {
    width: 20px;
    height: initial;
}

.translate-options a.active {
    font-weight: 600;
    color: #773dbd;
    background-color: #fff;
}
.translate-options a:active,
.translate-options a:hover {
    color: #fff;
    background-color: #773dbd;
}

@keyframes moveSlideshow {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 991px) {
    .categories ul li {
        display: inline-block;
        margin-right: 3px;
    }
    .categories ul li div {
        border-radius: 5px;
        border: 2px solid transparent;
        font-size: 0.75rem;
    }
    .mayor-council-grid {
        grid-column-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .hero-area {
        grid-template-columns: 1fr;
        grid-template-rows: 45vh auto;
        max-height: none;
        min-height: auto;
    }

    .hero-area.main-landing.interior {
        display: block;
    }

    .hero-area.main-landing.interior .eud-hero-block-wrap {
        margin-bottom: 1rem;
    }
    .navbar.content-wrap {
        max-width: 95%;
        flex: 1;
    }
    .nav-stars {
        left: -3%;
    }

    .cta-text {
        width: 100%;
    }

    .stats-wrap {
        grid-row-gap: 75px;
        grid-column-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .cta-wrap .cta-image {
        min-height: 250px;
    }

    .hero-side-wrap {
        margin-top: 1rem;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem;
    }
    .hero-area .content-wrap {
        width: initial;
    }
}

@media screen and (max-width: 767px) {
    .nav-link {
        border: none;
    }

    .nav-link:hover,
    .nav-link[aria-expanded='true'] {
        background-color: #773dbd;
        color: #fff !important;
        border-color: transparent;
    }

    .navbar-nav {
        margin-left: 0;
    }

    .display-grid.col-2-eq {
        grid-template-columns: 1fr;
    }

    .display-grid.col-2-eq .p-clv-lg {
        padding: 2.5rem 1rem;
    }

    .searchResult .searchResultUrl {
        word-break: break-all;
    }

    .display-grid.col-2-eq .section-heading {
        font-size: 1.5rem;
    }

    .top-requests {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    body .main.interior {
        margin-top: 80px;
    }
    .container {
        max-width: 90%;
    }

    .navbar-brand {
        font-size: 1.05rem;
    }

    nav.navbar .big-star {
        width: 50px;
    }

    nav.navbar .little-star {
        width: 20px;
    }

    .stars {
        margin: 1rem auto;
        text-align: center;
    }

    .big-star {
        width: 60px;
    }
    .little-star {
        width: 25px;
    }

    .btn.search-btn {
        background-color: transparent;
        font-size: 1.4rem;
        padding: 0;
        color: #e81f76;
    }

    .priority-slider-grid .carousel-item {
        grid-template-columns: 1fr;
    }

    .priority-icon {
        bottom: -38%;
        right: 10%;
        top: initial;
    }

    .priority-img-bg {
        margin-left: 0;
        min-height: 300px;
    }

    .interior-hero-block-wrap {
        min-height: 320px;
    }

    .content-wrap .narrow {
        max-width: 100%;
    }

    ul,
    ol {
        padding-left: 0.5rem;
    }

    .hero-description {
        max-width: 85%;
    }

    .hero-area.main-landing,
    .hero-area.main-landing.hero-50 {
        display: block;
        grid-template-columns: 1fr;
        grid-template-rows: 40vh 1fr;
        grid-auto-rows: minmax(300px, 1fr);
    }

    .interior-hero-info .location-info-wrap {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .news-scroller-header {
        grid-row-gap: 0px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .mayor-council-grid {
        grid-template-columns: 1fr;
    }
    .main-tab-content > .tab-pane {
        padding: 25px 20px;
    }

    .sub-tab-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .main-tab-content > .tab-pane > .sub-tab-navs .nav-link {
        margin: 0;
        margin-right: 15px;
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .main-tab-content > .tab-pane > h3 {
        padding-left: 0;
        padding-right: 0;
    }

    .main-tab-content > .tab-pane > .sub-tab-navs {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 576px) {
    .searchResultHeader {
        word-break: break-all;
    }

    .searchResult .searchResultUrl {
        display: none;
    }

    .events-toggle {
        padding: 0.5rem;
    }

    .event-header {
        flex-wrap: wrap;
    }

    .event-header .dropdown,
    .event-header .dropdown .category-dropdown {
        width: 100%;
        text-align: left;
    }

    .hero-side-wrap {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {

	.directory-tab {
		flex-direction: column
	}

	.directory-grid {
		grid-template-columns: 1fr
	}

    .rich-text img,
    .rich-text figure img,
    .rich-text iframe {
        width: 100%;
    }
    .header-info {
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-tab-navs {
        display: none;
    }
    .tab-dropdown {
        display: block;
    }

    .clv-tab {
        flex-direction: column;
    }

    .stats-wrap {
        grid-template-columns: 1fr;
    }

    .stars {
        margin: 0;
    }

    .stars.top-left,
    .stars.bottom-right {
        display: block !important;
    }

    .priority-icon {
        display: none;
    }

    ul.link-links {
        grid-template-columns: 1fr;
    }

    .main-tab-content > .tab-pane > h3 {
        padding-top: 0;
    }

    .sub-tab-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .search-wrap-close button i {
        color: #444 !important;
    }

    .star-image {
        top: -20px;
        right: -15px;
        z-index: 1;
    }
    .star-image.small {
        top: 30px;
    }
    .cta-wrap {
        grid-template-columns: 1fr;
    }

    .cta-image {
        min-height: 220px;
    }
    .history-items {
        display: block;
    }
    .history-item {
        max-width: 100%;
    }
    .history-item-dot {
        top: -15% !important;
        left: 46.3% !important;
    }

    .history-item.history-item-rev .history-item-dot {
        left: 50.3% !important;
    }
    .history-item-line {
        display: none;
    }

    .history-item-content {
        display: block;
    }
    .history-item-date {
        margin-bottom: 8px;
    }

    .history {
        padding: 40px 5%;
    }

    .history .container {
        max-width: 100%;
    }
}
