.pd-0 {
    padding: 0;
}

.bannerCarousel {
    height: 480px;
}

.bannerCarousel .carousel-inner {
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
}

.bannerCarousel .carousel-item {
    height: 100%;
}

.bannerCarousel .banner {
    width: 100%;
}

.bannerCarousel .carousel-control-prev,
.bannerCarousel .carousel-control-next {
    max-height: 97%;
    padding: 0 20px;
    width: fit-content;
}

.bannerCarousel .carousel-control-prev {
    justify-content: left;
}

.bannerCarousel .carousel-control-next {
    justify-content: right;
}

.bannerCarousel .carousel-control-prev-icon,
.bannerCarousel .carousel-control-next-icon {
    width: 30px;
    height: 40px;
}

.bannerCarousel .banner.bg-image-full {
    max-width: 100%;
}

.bannerCarousel .banner-image {
    width: 100%;
    aspect-ratio: 16/6;
}

.bannerCarousel .text-container {
    height: 100%;
}

.bannerCarousel .text-container-row {
    height: 100%;
    position: relative;
}

.bannerCarousel .text-content {
    position: absolute;
    left: 120px;
    max-width: 35%;
    top: 50%;
    transform: translateY(-50%);
    padding: 24px;
}

.bannerCarousel .banner-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.bannerCarousel .banner-caption p {
    font-size: 16px;
    font-weight: 400;
}

.bannerCarousel .button-primary {
    background-color: #4b771c;
    color: white;
    padding: 8px 12px;
    margin-top: 20px;
    display: block;
    width: fit-content;
}

.home-section-3-col-cta {
    display: flex;
    padding-top: 40px;
    padding-bottom: 20px;
}

.home-section-3-col-cta .text-wrapper {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}

.home-section-3-col-cta .title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 16px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.home-section-3-col-cta .description {
    flex-grow: 1;
}

.home-section-3-col-cta .description p {
    margin-top: 16px;
}

.home-section-3-col-cta .links {
    flex-grow: 1;
}

.home-section-3-col-cta .links a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.home-section-3-col-cta .main-link {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    padding: 4px 8px;
}

.home-section-3-col-cta .other-links {
    padding: 8px 8px 8px 0;
}

.home-section-blue-cta {
    background-color: #00a5dc;
    margin-bottom: 40px;
}

.home-section-blue-cta .text-wrapper {
    display: grid;
    grid-template-columns: 1fr 0px 3fr;
}

.home-section-blue-cta .title {
    font-size: 25px;
    padding-left: 27px;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 800;
}

.home-section-blue-cta .links {
    height: 100%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home-section-blue-cta .main-link,
.home-section-blue-cta .other-links {
    width: 33%;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.home-section-blue-cta .main-link {
    order: 1;
    background-color: #d07b22 !important;
    padding: 4px 8px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.home-section-blue-cta .other-links {
    font-size: 18px;
    height: 28%;
    padding-right: 56px;
    line-height: 1.2;
}

.home-section-blue-cta .other-links:nth-of-type(3),
.home-section-blue-cta .other-links:nth-of-type(6) {
    position: relative;
}

.home-section-blue-cta .other-links:nth-of-type(3)::before,
.home-section-blue-cta .other-links:nth-of-type(3)::after,
.home-section-blue-cta .other-links:nth-of-type(6)::before,
.home-section-blue-cta .other-links:nth-of-type(6)::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #d07b22;
}

.home-section-blue-cta .other-links:nth-of-type(3)::before,
.home-section-blue-cta .other-links:nth-of-type(6)::before {
    top: -10px;
}

.home-section-blue-cta .other-links:nth-of-type(3)::after,
.home-section-blue-cta .other-links:nth-of-type(6)::after {
    bottom: -10px;
}

.home-section-blue-cta .other-links:last-of-type {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-section-blue-cta .other-links:last-of-type::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url("../../../../contact-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.call-to-action.home-section-purple-cta {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 135px;
}

.home-section-purple-cta img {
    width: 100%;
}

.home-section-purple-cta .text-wrapper {
    border-left: 5px solid #48104a;
    border-right: 5px solid #48104a;
}

.home-section-purple-cta .title {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    padding: 32px 15px;
    background-color: #48104a;
    color: #fff;
    border-bottom: none !important;
}

.home-section-purple-cta .description {
    padding: 20px 15px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
}

.home-section-purple-cta .links {
    position: absolute;
    top: calc(100% - 135px);
    padding: 28px 10px 24px 10px;
    background-color: #48104a;
    width: calc(100% - 2px);
    left: 1px;
}

.home-section-purple-cta .main-link {
    background-color: #fff;
    padding: 16px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #48104a;
    font-weight: 800;
    font-size: 17px;
}

.covid-news {
    border: 2px solid #5D8432;
    padding: 20px 30px;
    font-size: 18px;
    height: 100%;
}

.covid-news h2 {
    color: #5D8432;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 800;
}

.covid-news a {
    color: #5D8432;
    font-size: 24px;
    text-decoration: none;
    display: block;
    font-weight: 800;
}

.covid-news hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 2px solid #5D8432;
}

.covid-news ul {
    padding-left: 0;
    list-style-position: inside;
}

.twitter-feed {
    overflow: auto;
    border-top: 1px solid #CFD9DE;
    border-bottom: 1px solid #CFD9DE;
    padding: 0;
    border-radius: 16px;
}

.twitter-feed::-webkit-scrollbar {
    width: 8px;
}

.boxed-centered-cta {
    margin: 24px;
    padding: 24px;
    border: 2px solid #4b771c;
}

.boxed-centered-cta .title {
    width: fit-content;
    align-self: center;
    font-size: 24px;
    font-weight: 700;
}

.boxed-centered-cta .description p {
    color: #4b771c;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}

.link-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.link-content a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    margin-bottom: 12px;
    text-decoration: none;
}

.link-content .desc {
    margin-top: 12px;
    margin-bottom: 0;
}