﻿a.cta {
    font-size: 15px;
    width: fit-content;
    padding: 5px 40px 5px 15px;
}

/* Background colour */
.white {
    background-color: white;
}
.grey {
    background-color: #F0F0F0;
}

/* * * * * * * * * *
 * * * * * * * * * *
HeroSearch - Component
* * * * * * * * * *
* * * * * * * * * */

.heroSearch-component {
    /* padding-bottom: 50px; */
}
.heroSearch-component .hero-image-background {
    height: 250px;
    background-repeat: no-repeat; 
    background-size: cover;
    
}
.heroSearch-component .hero-background-image {
    position: relative;
}
.heroSearch-component .hero-background-image-lg {
    top: 45px;
}
.heroSearch-component .hero-background-image-sm {
    top: 90px;
}

.heroSearch-component .hero-background-image h1 {
    font-size: 3rem;
    color: white;
}
.heroSearch-component .hero-background-image .cta {
    padding: 10px 75px 10px 14px;
    background-color: white;
    color: #10263B;
    border-color: white;
}

.heroSearch-component .hero-background-image .cta:before {
    content: "";
    border: solid #E5306D;
    display: inline-block;
    position: absolute;
    border-width: 0 4px 0 0;
    left: 0;
    height: 100%;
    top: 0px;
}


.heroSearch-component .hero-background-image .cta .cta-arrow {
    top: 16px;
    right: 15px;
    border-color: #B3B3B3;
}
.heroSearch-component .hero-background-image .cta:hover,
.heroSearch-component .hero-background-image .cta:focus {
    background-color: #10263B;
    border-color: #10263B;
    color: white;
}
.heroSearch-component .hero-background-image .cta:hover .cta-arrow,
.heroSearch-component .hero-background-image .cta:focus .cta-arrow {
    border-color: white;
}

@media (min-width: 992px) {
    .heroSearch-component .hero-background-image h1 {
        font-size: 3.5rem;
    }
    .heroSearch-component .hero-image-background {
        height: 450px;
    }
    .heroSearch-component .hero-background-image-lg {
        top: 100px;
    }
    .heroSearch-component .hero-background-image-sm {
        top: 130px;
    }
}

.heroSearch-component .search-block {
    background-color: #10263B;
}
.heroSearch-component .search-block .search-row {
    display: grid;
    grid-template-columns: repeat(1,1fr)
}

.heroSearch-component .search-block .search-row .search-col {
    position: relative;
}
.heroSearch-component .search-block .search-row .search-col:first-of-type {
    width: 100%;
}
.heroSearch-component .search-block .search-row .search-col:last-of-type {
    width: 100%;
    grid-column-start: 1;
    grid-row-start: 1;
}
.heroSearch-component .search-block .search-box {
    background-color: white;
    width: 100%;
}

.heroSearch-component .search-block h2 {
    color: #10263B;
}
.heroSearch-component .search-block label {
    display: block;
    color: #10263B;
    font-size: 0.9rem;
}
.heroSearch-component .search-block input {
    border: none;
    border-bottom: 2px solid #10263B;
    width: 100%;
    padding: 5px;
}
.heroSearch-component .search-block select {
    width: 100%;
    padding: 5px 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #10263B;
    background-color: white;
}
/* .heroSearch-component .search-block button {
    font-weight: normal;
} */
.heroSearch-component .search-block button:hover,
.heroSearch-component .search-block button:focus {
    background-color: white;
    color: #E5306D;
}
.heroSearch-component .search-block .extra-content h3 {
    color: white;
    font-size: 2.15rem;
    margin-bottom: 0px;
}
.heroSearch-component .search-block .extra-content p {
    margin-bottom: 0px;
    color: white;
}

.heroSearch-component .search-block .extra-content a {
    color: white;
    text-decoration: underline;
}
.heroSearch-component .search-block .extra-content a:hover {
    color: white;
    text-decoration: none;
}
.heroSearch-component .search-col .extra-content span {
    color: white;
    display: block;
    font-size: 0.85rem;
}

@media (min-width: 576px) {
    .heroSearch-component .search-block .extra-content h3 {
        font-size: 2.75rem;
    }
}
@media (min-width: 992px) {
    .heroSearch-component .search-block .search-row {
        display: flex;
    }
    .heroSearch-component .search-block .search-row .search-col:first-of-type {
        width: 50%;
    }
    .heroSearch-component .search-block .search-row .search-col:last-of-type {
        width: 50%;
    }
    .heroSearch-component .search-block .search-box {
        background-color: white;
        bottom: 0px;
        width: 90%;
        position: absolute;
    }
}


/* * * * * * * * * *
 * * * * * * * * * *
BasicHero - Component
* * * * * * * * * *
* * * * * * * * * */

.basicHero-component {
    /* padding-bottom: 50px; */
}
.basicHero-component .hero-content {
    position: relative;
}
.basicHero-component .hero-content h1 {
    font-size: 3rem;
    color: white;
}
.basicHero-component .hero-content .hero-text {
    color: white;
}
.basicHero-component .hero-content .cta {
    padding: 10px 75px 10px 10px;
    background-color: white;
    color: #10263B;
    border-color: white;
}
.basicHero-component .hero-content .cta .cta-arrow {
    top: 16px;
    right: 15px;
    border-color: #B3B3B3;
}
.basicHero-component .hero-content .cta:hover,
.basicHero-component .hero-content .cta:focus {
    background-color: #10263B;
    border-color: white;
    color: white;
}
.basicHero-component .hero-content .cta:hover .cta-arrow,
.basicHero-component .hero-content .cta:focus .cta-arrow {
    border-color: white;
}

@media (min-width: 992px) {
    .basicHero-component .hero-content {
        position: relative;
        padding: 6rem 0 !important;
    }
}


/* * * * * * * * * *
 * * * * * * * * * *
ctaTiles - Component
* * * * * * * * * *
* * * * * * * * * */
.ctaTiles-component .image-container {
    position: relative;
}

.ctaTiles-component .image-container img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.ctaTiles-component .image-container .cta {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: white;
    color: #10263B;
    border-color: white;
}
.ctaTiles-component .image-container .cta .cta-arrow {
    border-color: #B3B3B3;
    top: 11px;
    right: 15px;
}
.ctaTiles-component .image-container .cta:hover,
.ctaTiles-component .image-container .cta:focus {
    border-color: #10263B;
    background-color: #10263B;
    color: white;
}
.ctaTiles-component .image-container .cta:hover .cta-arrow,
.ctaTiles-component .image-container .cta:focus .cta-arrow {
    border-color: white;
}

/* largeCards - Component */
.largeCards-component .card-container {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 4px 6px 3px -4px rgba(0,0,0,0.32);
    -moz-box-shadow: 4px 6px 3px -4px rgba(0,0,0,0.32);
    box-shadow: 4px 6px 3px -4px rgba(0,0,0,0.32);
}
.largeCards-component .card-container img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}
.largeCards-component .card-container .content-container {
    padding: 20px;
}
.largeCards-component .card-container .content-container span {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
}
.largeCards-component .card-container .content-container .cta {
    float: right;
    margin-bottom: 20px;
}
.largeCards-component .card-container .content-container .cta .cta-arrow {
    top: 11px;
    right: 15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .largeCards-component .card-container img {
        height: 100%;
    }
    .largeCards-component .card-container {
        display: flex;
    } 
    .largeCards-component .card-container .image-container {
        width: 35%;
    }
    .largeCards-component .card-container .content-container {
        width: 70%;
    }
    .largeCards-component .card-container .content-container .cta {
        margin-bottom: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}


/* * * * * * * * * *
 * * * * * * * * * *
multiCTAStrip Component
* * * * * * * * * *
* * * * * * * * * */
.multiCTAStrip-component a.cta {
    padding: 20px 40px 20px 15px;
    width: 100%;
    background-color: #10263B;
    border-color: #10263B;
}
.multiCTAStrip-component a.cta:hover,
.multiCTAStrip-component a.cta:focus {
    border-color: #10263B;
    color: #10263B;
}
.multiCTAStrip-component a.cta:hover .cta-arrow,
.multiCTAStrip-component a.cta:focus .cta-arrow {
    border-color: #10263B;
}
.multiCTAStrip-component a.cta .cta-arrow {
    top: 25px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .multiCTAStrip-component a.cta {
        padding: 25px 40px 25px 25px;
        width: 100%;
        background-color: #10263B;
        border-color: #10263B;
    }
    .multiCTAStrip-component a.cta .cta-arrow {
        top: 30px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }


/* * * * * * * * * *
 * * * * * * * * * *
statsTilesBlock Component
* * * * * * * * * *
* * * * * * * * * */
/* Stats Block */
.statsTilesBlock-component .stats-block {
    height: 100%;
}
.statsTilesBlock-component .stats-block h3 {
    color: #10263B;
    font-size: 2.5rem;
}
.statsTilesBlock-component .stats-block .stats {
    display: flex;
    flex-wrap: wrap;
}
.statsTilesBlock-component .stats-block .stats .stat {
    padding-right: 15px;
    flex-grow: 1;
    width: 33%;
}
.statsTilesBlock-component .stats-block .stats span {
    display: block;
    font-weight: 600;
    font-size: 2rem;
}
.statsTilesBlock-component .stats-block .stats p {
    display: block;
}

.statsTilesBlock-component .stats-block .cta {
    background-color: transparent;
    color: #10263B;
    border-color: #10263B;
}
.statsTilesBlock-component .stats-block .cta .cta-arrow {
    border-color: #10263B;
    top: 11px;
    right: 15px;
}
.statsTilesBlock-component .stats-block .cta:hover,
.statsTilesBlock-component .stats-block .cta:focus {
    border-color: #10263B;
    background-color: #10263B;
    color: white;
}
.statsTilesBlock-component .stats-block .cta:hover .cta-arrow,
.statsTilesBlock-component .stats-block .cta:focus .cta-arrow {
    border-color: white;
}

/* Tiles Block */
.statsTilesBlock-component .tiles-block {
    height: 100%;
}

/* Row 1 */
.statsTilesBlock-component .tiles-block .tile-block-row-1 {
    display: block;
    margin-bottom: 24px;
}
.statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content:first-of-type {
    width: 100%;
    margin-bottom: 24px;
}
.statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content:last-of-type {
    width: 100%;
}
.statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content {
    position: relative;
    height: 250px;
}
.statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content .cta {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 5px 30px 5px 5px;
    background-color: white;
    color: #10263B;
    border-color: white;
}
.statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content .cta .cta-arrow {
    top: 10px;
    right: 10px;
    border-color: #B3B3B3;
}

/* Row 2 */
.statsTilesBlock-component .tiles-block .tile-block-row-2 {
    display: block;
}
.statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content:first-of-type {
    width: 100%;
    margin-bottom: 24px;
}
.statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content:last-of-type {
    width: 100%;
}
.statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content {
    position: relative;
    height: 250px;
}
.statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content .cta {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 5px 30px 5px 5px;
    background-color: white;
    color: #10263B;
    border-color: white;
    max-width: min-content;
}
.statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content .cta .cta-arrow {
    top: 10px;
    right: 10px;
    border-color: #B3B3B3;
}

.statsTilesBlock-component .tiles-block .tile-content .cta:hover,
.statsTilesBlock-component .tiles-block .tile-content .cta:focus {
    border-color: #10263B;
    background-color: #10263B;
    color: white;
}
.statsTilesBlock-component .tiles-block .tile-content .cta:hover .cta-arrow,
.statsTilesBlock-component .tiles-block .tile-content .cta:focus .cta-arrow {
    border-color: white;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .statsTilesBlock-component .tiles-block .tile-block-row-1 {
        display: flex;
    }
    .statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content:first-of-type {
        width: 35%;
        margin-right: 12px;
        margin-bottom: 0px;
    }
    .statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content:last-of-type {
        width: 65%;
        margin-left: 12px;
        margin-bottom: 0px;
    }
    .statsTilesBlock-component .tiles-block .tile-block-row-1 .tile-content {
        position: relative;
        height: 175px;
    }

    .statsTilesBlock-component .tiles-block .tile-block-row-2 {
        display: flex;
    }
    .statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content:first-of-type {
        width: 65%;
        margin-right: 12px;
        margin-bottom: 0px;
    }
    .statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content:last-of-type {
        width: 35%;
        margin-left: 12px;
        margin-bottom: 0px;
    }
    .statsTilesBlock-component .tiles-block .tile-block-row-2 .tile-content {
        height: 175px;
    }
}


/* * * * * * * * * *
 * * * * * * * * * *
smallCards Component
* * * * * * * * * *
* * * * * * * * * */
.smallCards-component .small-card-container {
    background-color: #10263B;
    color: white;
    position: relative;
    height: 100%;
}
.smallCards-component .small-card-container span {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
}
.smallCards-component .small-card-container p {
    margin-bottom: 2.5rem;
}
.smallCards-component .small-card-container a {
    color: white;
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
}
.smallCards-component .small-card-container a:hover,
.smallCards-component .small-card-container a:focus {
    text-decoration: none;
}

/* * * * * * * * * *
 * * * * * * * * * *
cardTiles Component
* * * * * * * * * *
* * * * * * * * * */
.cardTiles-component .card {
    height: 100%;
    border-radius: 0;
    color: #10263B;
}
.cardTiles-component .card .image-container {
    position: relative;
}
.cardTiles-component .card .image-container .card-title {
    position: absolute;
    width: 90%;
    background-color: white;
    text-align: center;
    bottom: 0px;
    color: #10263B;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0px;
}