/* Utlities */
.u-mt-6 {
    margin-top: 20px;
}
.u-text-center {
    text-align: center;
}
.u-text-three-quarter {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.u-text-blue {
    color: #607c91;
}
.u-bg-grey {
    background-color: #f5f8f4;
}
.u-bg-brown {
    background-color: #8d8970;
    color: white
}
.u-bg-green {
    background-color: #bacdb5;
}
.u-large-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.85px;
}
.u-text-link {
    color: currentColor;
    font-weight: 600;
    border-color: currentColor;
}
.u-pb-6 {
    padding-bottom: 20px;
}
.u-pt-6 {
    padding-top: 20px;
}
.u-mb-6 {
    margin-bottom: 20px;
}
.u-mb-12 {
    margin-bottom: 40px;
}
.u-mb-0 {
    margin-bottom: 0;
}
.u-width-100 {
    width: 100%;
}

/* Script Text */
.o-script {
    font-family: 'Featherly', 'Georgia';
    font-weight: normal;
    font-size: 60px;
    line-height: 0.98em;
    -webkit-text-stroke: 1px;
    margin-left: 6px;
}
.o-script--character {
    display: inline-block;
    width: 15px;
}

/* Headings */
.o-sub-header {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 2.8px;
}

/* Section */
.o-section {
    padding: 50px 0;
}
.o-section--center {
    text-align: center;
}
.o-section--half {
    width: 50%;
}
.o-section--page-centered {
    margin: 0 auto;
}
.o-section--no-padding {
    padding: 0;
}


/* Section Typography */
p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.6px;
}

/* Split Section */
.c-split-section {
    display: flex;
    flex-wrap: wrap;
}
.c-split-section__half--padded {
    padding: 0 20px;
    box-sizing: border-box;
}
.c-split-section__half--flex-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.c-split-section__half {
    width: 50%;
}


/* Tile Grid */
.c-tile-grid {
    border-bottom: 15px solid #bacdb5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.c-tile-grid__tile {
    padding: 30px;
    width: 33%;
    box-sizing: border-box;
    min-width: 320px;
}
.c-tile-grid__title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
    color: #607c91;
}
.c-tile-grid__icon {
    height: 75px;
    width: 75px;
    background-color: #527184;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-tile-grid__icon-img {
    width: 40px;
}

/* Masonry Grid */
.c-masonry-grid {
    display: flex;
    flex-wrap: wrap;

}
.c-masonry-grid__tile {
    width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 10px;
}
.c-masonry-grid__inner {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    overflow: hidden;
}
.c-masonry-grid__tile--33 {
    width: 33.3%;
    flex-grow: 0;
}
.c-masonry-grid__tile--full {
    width: 100%;
}
.c-masonry-grid__inner--image {
    padding: 0;
    min-height: 150px;
    position: relative
}

/* Next Adventure Section */
.c-card {
    width: 100%;
}
.c-card__image {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.c-card__image--full-height {
    height: 400px;
}
.c-card__inner {
    background-color: #f7f6f4;
    margin-top: -40px;
    z-index: 1;
    position: relative;
    width: 95%;
    left: 2.5%;
    border-bottom: 10px solid #bacdb5;
    box-sizing: border-box;
    padding: 20px;
}
.c-card__title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
    color: #537185;
}
.c-card__text {

}
.c-card__link {

}

/* Image Grid */
.c-image-grid {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.c-image-grid__tile {
    position: relative;
    overflow: hidden;;
    margin: 10px;
    margin-bottom: 20px;
}
.c-image-grid__image {
    object-fit: cover;
    height: 250px;
    width: 100%;
}
.c-image-grid__half {
    width: 50%;
}
.c-image-grid__half--lower {
    margin-top: 40px;
}

/* Banner */
.c-reopening-banner {
    background-color: #527184;
    color: white;
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.c-reopening-banner__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.89;
    letter-spacing: 2.44px;
}

/* Page Responsive */
@media only screen and (max-width: 970px) {
    .c-split-section__half {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    .c-masonry-grid__tile {
        width: 100%;
    }
    .c-masonry-grid__inner--image {
        min-height: 300px;
    }
}
@media only screen and (max-width: 500px) {
    .o-section--half {
        width: 100%;
    }
}

/* Page Specific Heading Styles */
body.page-template-covid-response .feature .content h1 {
    margin-bottom: 20px;
}