/* 23 April 2024*/
a[id*=v-pills-for] {
    color: #FFF !important;
}

/* 10 Jan 2023*/
.why-partner > .container > .row {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media screen and (max-width: 767px) {
    lottie-player {
        top: -6rem;
        left: -0.5rem;
    }

.webform-submission-partnership-concierge-form .card-body {
padding: 1.25rem 0;
}
#edit-what-kind-of-opportunities-are-our-most-interested-in- .form-check-label.option {
height: 100%;}

}




/* 15 dec 2023 */
a.cta.partnerships {
    background-color: #e37d64;
    color: #FFF;
    border: 2px solid #f7ab99;
    padding: 0.75rem 2rem !important;
    border-radius: 3rem;
    transition: all ease-in-out 0.4s;
    transform: translateY(0);
    box-shadow: 2px 4px 16px rgba(0,0,0,0.2);
    font-size: 1.25rem;
}
a.cta.partnerships svg {
    fill: #FFF;
    scale: 1.2;
}

a.cta.partnerships:hover {
    transform: translateY(3px);
    transition: all ease-in-out 0.2s;
    background-color: #c15e46 !important;
    color: #FFF;
    border: 2px solid #e37d64!important;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.4);
}
/* END OF 15 dec 2023*/

/* 14 dec 2023 new styles */
.cta-lg {
    font-size: 1.25rem;
}

.anchor {
    margin-top: -180px;
    padding-top: 180px;
}

#edit-what-kind-of-opportunities-are-our-most-interested-in- .form-check-label.option {
    background-color: #E37D64 !important;
}

#edit-which-best-represents-your-organisation .form-radio:checked+.form-check-label.option:after, 
#edit-which-best-represents-your-organisation--2 .form-radio:checked+.form-check-label.option:after,
#edit-what-kind-of-opportunities-are-our-most-interested-in- .form-checkbox:checked + .form-check-label.option:after {
    border-color: #FFF;
}

#edit-which-strategic-areas-are-you-interested-in- .form-check-label.option {
    background-color: #D1FFD6 !important;
    color: #333;
}

#edit-which-strategic-areas-are-you-interested-in- .form-checkbox:checked + .form-check-label.option:after {
    color: #333;
    border-color: #333;
}

#edit-which-best-represents-your-organisation .form-radio:checked+.form-check-label.option:after, 
#edit-which-best-represents-your-organisation--2 .form-radio:checked+.form-check-label.option:after,
#edit-what-kind-of-opportunities-are-our-most-interested-in- .form-checkbox:checked + .form-check-label.option:after,
#edit-which-strategic-areas-are-you-interested-in- .form-checkbox:checked + .form-check-label.option:after {
    border-radius: 50%;
}


#edit-what-kind-of-opportunities-are-our-most-interested-in- .form-check-label.option:hover,
#edit-which-strategic-areas-are-you-interested-in- .form-check-label.option:hover {
    filter: brightness(90%);
}

.card-body.fieldset-wrapper {
    min-height: 400px;
}

#edit-which-strategic-areas-are-you-interested-in---wrapper .card-body.fieldset-wrapper {
    min-height: 280px;
}

.recommendations {
    font-size: 1rem;
    border: 1px solid #DDD;
    box-shadow: 2px 4px 16px rgba(0,0,0,0.1);
    background: #FFF;
}


.selections {
    font-size: 0.875rem;
    line-height: 2;
    background: #F6F6F6;
}

@media (max-width: 992px) {
    .take-quiz {
        padding: 1rem 1rem 0;
    }

    .cta-lg {
        max-width: 600px !important;
        height: 64px;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {
    
    .cta-lg {
        width: 100%;
    }

    .page-title-slogan p {
        text-wrap: pretty;
    }
}

/* END OF 14 dec 2023 new styles */



/* 30 nov 2023 new styles */
.horizontal-scroll {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.horizontal-scroll .paragraph--type--card {
    padding: 0.25rem;
}


.horizontal-scroll .para-card-inner {
    padding: 1rem !important;
    background: rgba(0, 0, 0, 0.25) !important;
    border-radius: 1rem;

}

/* END OF 30 nov 2023 new styles */




h2 {
    font-size: 2.5rem;
}

.sticky-button-container {
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}

.news-carousel-slick .news-carousel-item-content,
.partnershipnews-carousel-slick .news-carousel-item-content {
    background-color: rgba(39, 57, 84, 0.85);
    /* changed background colour - this is partnership's blue */
    backdrop-filter: blur(8px);
    /* Added blur */
}

.partnershipnews-carousel-slick .news-carousel-item-image {
    transition: all ease-in-out 0.3s;
    background-size: 100%;
}

.partnershipnews-carousel-slick .news-carousel-item-image:hover {
    transition: all ease-in-out 0.3s;
    background-size: 110%;
}

.news-carousel-slick .news-carousel-item-content .news-carousel-item-title,
.partnershipnews-carousel-slick .news-carousel-item-content .news-carousel-item-title {
    color: #FFF;
    font-weight: 500;
    font-size: 1.125rem;
    /* 18px  */
}

.news-carousel-slick .news-carousel-item-content .news-carousel-item-date,
.partnershipnews-carousel-slick .news-carousel-item-content .news-carousel-item-date {
    font-weight: 400;
    font-size: 0.875rem;
    /* 14px  */
}

.news-carousel-slick .slick-dots,
.partnershipnews-carousel-slick .slick-dots {
    bottom: -8px;
    margin-top: 0;
}

.news-carousel-slick .slick-dots li button,
.partnershipnews-carousel-slick .slick-dots li button {
    width: 2rem;
    height: 6px;
    border-radius: 0;
    margin: 0 0.5rem 0 0;
}

.partnerships-events .partnerships-events-date {
    padding: 10px 0;
    background-color: #141B4d;
    text-transform: uppercase;
    width: 72px;
    height: 96px;
}

.partnerships-events .partnerships-events-date .day {
    font-size: 1.5rem;
}

.partnerships-events .partnerships-events-date .day {
    margin-top: -0.5rem;
}

.partnerships-events .col:last-child a {
    color: #000;
    margin-bottom: 0.5rem;
}

.partnerships-events .col:last-child p {
    font-size: 0.875rem;
}

.partnerships-events a:hover {
    color: #8a704C;
}

.page-node-type-partnerships .paragraph--type--card .para-card-inner h3 {
    font-size: 1.25rem;
}

.page-node-type-partnerships .paragraph--type--card .para-card-inner * {
    text-align: center;
}

a.cta svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #FFF;
    margin-top: -2px;
    margin-right: 0.25rem;
    transition: all ease-in-out 0.3s;
}

a.cta.cta-gold:hover svg {
    fill: #8A704C;
    transition: all ease-in-out 0.3s;
}

a.cta.cta-transparent-white {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.15);
    font-family: "open sans", sans-serif;
    text-transform: none;
    font-weight: 600;
}

#opportunities h2,
#our-partner-universities h2 {
    color: #FFF;
}

.page-node-type-partnerships .paragraph--type--card .para-card-inner * {
    text-align: initial;
}

ul.quick-links,
ul.link-list,
.grid-content .para-card-inner ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

ul.quick-links li {
    padding: 0.25rem 0 !important;
    margin-left: 0 !important;
    transform: translateX(0);
    transition: all ease-in-out 0.3s;
    list-style-type: none;
}

ul.quick-links li:hover {
    transform: translateX(4px);
    transition: all ease-in-out 0.3s;
}

ul.quick-links li::before {
    content: "\f08e ";
    color: #8a704C;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5rem;
}

ul.link-list li,
.grid-content .para-card-inner ul li {
    padding-left: 0.5rem !important;
    transform: translateX(0);
    transition: all ease-in-out 0.3s;
    list-style-type: none;
    text-align: left !important;
}

ul.link-list li:hover,
.grid-content .para-card-inner ul li:hover {
    transform: translateX(4px);
    transition: all ease-in-out 0.3s;
}

ul.link-list li::before,
.grid-content .para-card-inner ul li::before {
    content: "\203A ";
    color: #8a704C;
    font-weight: bold;
    margin-right: 0.5rem;
}

ul.link-list.text-white li::before,
.grid-content .para-card-inner ul li::before {
    color: #FFF !important;
}

ul.quick-links li:first-child,
ul.link-list li:first-child,
.grid-content .para-card-inner ul li:first-child {
    padding-top: 0;
}

.paragraph--type--carousel .slick-arrow.prev-arrow,
.paragraph--type--carousel .slick-arrow.next-arrow {
    width: 48px;
    height: 48px;
    text-align: center;
}

.paragraph--type--carousel .slick-arrow.prev-arrow:hover,
.paragraph--type--carousel .slick-arrow.next-arrow:hover {
    background: #8a704c;
}

.grid-content h3 {
    color: #FFF;
}

.grid-content .para-card-inner {
    margin-bottom: 1.5rem;
}

.grid-content .para-card-inner h4,
.grid-content .para-card-inner p {
    text-wrap: balance;
    color: #FFF;
    text-align: left !important;
    text-transform: initial;
}

.grid-content .para-card-inner h4 {
    margin: 1rem 0;
}

#something-new-is-brewing .row {
    flex-direction: row;
}

.border-top-dashed {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.border-bottom-dashed {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.paragraph--type--accordion a.btn[aria-expanded="false"] {
    border-radius: 0.5rem;
}

.paragraph--type--accordion a.btn[aria-expanded="true"] {
    border-radius: 0.5rem 0.5rem 0 0;
}

.paragraph--type--accordion .accordion-body {
    border-radius: 0 0 0.5rem 0.5rem;
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .grid-content h3 {
        text-align: left;
        align-items: center;
    }

    #something-new-is-brewing .row {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 0;
    }
}