/* Static CSS styles for consultations */

.verra-button-link {
    display: inline-block;
    background: rgba(0, 174, 198, 0.1);
    border: 1px solid rgba(0, 174, 198, 0.5);
    padding: 15px 75px 15px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 125%;
    text-transform: uppercase;
    margin-right: 25px;
    position: relative;
}

.verra-button-link:hover {
    background-color: rgba(0, 174, 198, 0.5);
}

.verra-button-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500488 8.8877L15.275 8.88769' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 1.5L15.5 9L8 16.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

/* Consultation Results */
.consultation-accordion .card {
    margin-bottom: 12px;
    border: 1px solid #DBDBDB;
    border-radius: 0px !important;
}

.consultation-accordion .card .collapsing {
    transition: none !important;
}

.consultation-accordion .card-header {
    border-radius: 0px !important;
    padding: 0;
    background-color: transparent;
    border-bottom: none !important;
}

.consultation-accordion .card-body {
    padding: 10px 25px 30px;
    position: relative;
}

.consultation-accordion .consultation-link-wrap {
    margin-top: 30px !important;
}

.consultation-accordion .card-body::after {
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #DBDBDB;
    z-index: 2;
    background-color: #fff;
}

.consultation-button {
    border: none !important;
    box-shadow: none !important;
    text-align: left;
    background-color: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: block;
    width: 100%;
    padding: 20px 80px 20px 25px;
    position: relative;
}


.consultation-accordion .card:hover .consultation-button,
.consultation-accordion .card:hover .card-body {
    background-color: #f7f7f7;
}

/* 
.consultation-button:hover {
    background-color: #f7f7f7;
} */

.consultation-button::after {
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.99902L20 9.99902' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    border-left: 1px solid #DBDBDB;
}

.consultation-accordion .card:hover .consultation-button::after,
.consultation-accordion .card:hover .card-body::after {
    background-color: rgba(130, 195, 79, 0.2509803922);
}

/* .consultation-button:active::after,
.consultation-button:hover::after,
.consultation-button:focus-within::after,
.consultation-button:focus-visible::after {
    background-color:rgba(130, 195, 79, 0.2509803922);
} */
.consultation-button::after {
    border-bottom: 1px solid transparent;
}

.consultation-button.collapsed::after {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.99902L20 9.99902' stroke='black' stroke-width='2'/%3E%3Cpath d='M10 0L10 20' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.consultation-button span {
    font-size: 12px;
    line-height: 14.4px;
    color: #8E8E8E;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 7px;
    display: block;
}

.consultation-content {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.consultation-content p,
.consultation-content p strong {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .consultation-content p {
        padding-right: 52px;
    }
}

/* Accordion without border*/
.content-accordion-no-border .card-body .card-body-detail p,
.content-accordion-no-border .card-body .card-body-detail a {
    font-size: 16px;
    line-height: 22.4px;
}


.content-accordion-no-border .card-body .card-body-detail h3 {
    font-family: Quasimoda;
    font-size: 20px;
    font-weight: 850;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.content-accordion-no-border .card-body .card-body-detail strong {
    font-size: 16px;
    line-height: 22.4px;
}

.content-accordion-no-border .card-body .section-item-repeater-block .item-info-box h5 {
    font-family: Quasimoda;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: capitalize;
    font-style: normal;
}

.content-accordion-no-border .block-container .card-body .section-item-repeater-block .item-info-box p {
    text-transform: unset;
    color: #8e8e8e;
    font-style: normal;
    line-height: 14.4px;
}

/* Consultation Archives Accordion */
.consultation-accordion-archive .card {
    margin-bottom: 15px;
    border: none !important;
    border-radius: 0px !important;
}

.consultation-accordion-archive .card-header {
    border-radius: 0px !important;
    padding: 0;
    border-bottom: none !important;
    background-color: transparent;
}

.consultation-accordion-archive .card-body {
    padding: 20px 0 0 0;
}

.consultation-accordion-archive .consultation-archive-button {
    border: none !important;
    box-shadow: none !important;
    text-align: left;
    background-color: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: block;
    width: 100%;
    padding: 23px 60px 23px 19px;
    position: relative;
    text-transform: capitalize;
    background-color: #DBDBDB;
    color: #000000;
}

.accourdion-without-border-block .consultation-accordion-archive .consultation-archive-button {
    text-transform: none;
}

.consultation-accordion-archive .consultation-archive-button.collapsed {
    background-color: #F7F7F7;
}

.consultation-accordion-archive .consultation-archive-button::after {
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.99902L20 9.99902' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.consultation-accordion-archive .consultation-archive-button.collapsed::after {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.99902L20 9.99902' stroke='black' stroke-width='2'/%3E%3Cpath d='M10 0L10 20' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.consultation-arrow-link {
    display: block;
    border: 1px solid #DBDBDB;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: block;
    width: 100%;
    padding: 15px 75px 15px 20px;
    position: relative;
    margin-bottom: 15px;
}

.consultation-arrow-link::after {
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500488 8.8877L15.275 8.88769' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 1.5L15.5 9L8 16.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    border-left: 1px solid #DBDBDB;
}

.consultation-arrow-link span {
    font-size: 12px;
    line-height: 14.4px;
    color: #8E8E8E;
    text-transform: none;
}

.consultation-archive-label {
    margin-bottom: 25px;
}

a.consultation-arrow-link:hover {
    background-color: #F7F7F7;
}

a.consultation-arrow-link:hover::after {
    background-color: #00AEC640;
}

button.consultation-archive-button:hover {
    background-color: #DBDBDB !important;
}

.sidebar-sticky.public-consultation {
    padding-right: 0px;
}


.projects-open-for-public-comment .page-header__wrap .breadcrumbs,
.public-consultation .page-header__wrap .breadcrumbs {
    display: flex !important;
}


#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link,
header .navigation-wrap .right-nav-menu .header-desktop-hamburger #mega-menu-wrap-desktop_hamburger #mega-menu-desktop_hamburger li.mega-menu-megamenu > a.mega-menu-link,
header .navigation-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > .mega-sub-menu .mega-menu-link{
    outline: unset !important;
}

.single-programs .single-image-hero.medium-image {
    color: black;
    background-color: white;
}

.single-image-hero .page-header a {
    color: #ffffff;
    background-color: black;
}

.basic-call-out-box__body p a {
    color: #000000;
    background-color: #f7f7f7;
}

.cta-box h2 {
    color: white;
    background-color: black;
}

.cta-box a {
    color: #ffffff;
    background-color: black;
}

.cta-box .cta-title h2 {
    color: white;
    background-color: transparent;
}

.cta-box .cta-title a {
    background-color: transparent;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .verra-button-link {
        font-size: 16px;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}