@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;; 
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #031545;
}

h1 {
    font-weight: 300;
    color: #0177bd;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}

.constraint {
    max-width: 72em;
    width: 95%;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.container-spacing, .box {
    margin: 2em 0;
}

.flex--center {
    justify-content: center;
}

.flex-container--video {
    justify-content: space-between;
}

.flex-48, .flex-48 {
    width: 100%;
}

.header {
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 1.5em 0;
}

.header__logo {
    width: 100%;
    max-width: 10.93em;
    height: auto;
}

.stage {
    background-color: #fff;
}

.stage-title {
    position: relative;
    font-size: 3.2142em;
}

.stage-title:before {
    content: "";
    position: absolute;
    background: #0177bd;
    width: 100%;
    height: 1pt;
    bottom: 27px;
    z-index: 0;
    left: 0;
}

.stage-title span {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 0.5em;
    display: inline-block;
}

.video-container {
    overflow: hidden;
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 0 auto;
}

.photo-gallery {
    margin: 1.5em 0;
    text-align: center;
}

#js-custom_content {
    margin: 3em 0 1.5em 0;
}

.details-table-container {
    background-color: #0177bd;
    padding: 0.5em 1em;
}

.details-table {
	margin: 1em 0;
    border-width: 0;
    color: #fff;
}

.details-table tr, .details-table tr:nth-of-type(even) {
    background: transparent;
}

.details-table td {
    padding: 1.2em 0;
}

.details-table td, .details-table th {
    border-top: none;
    border-bottom: none;
}

.details-table__title {
    text-transform: uppercase;
    letter-spacing: .1875rem;
    font-weight: 700;
    font-size: 1em;
    width: 10em;
}

.details-table__detail {
	text-align: right;
    font-size: 1em;
}

.cta--primary {
    display: inline-block;
    background-color: #fff;
    min-width: 14.375rem;
    min-height: 3.75rem;
    padding: 1.375rem 2.1875rem;
    border: .125rem solid #031545;
    border-radius: 2.5rem;
    text-align: center;
    line-height: normal;
    font-size: 1em;
    font-weight: 700;
    color: #031545;
}

.cta--primary:hover, .cta--primary:focus {
    background-color: #031545;
    border: .125rem solid hsla(0,0%,100%,.5);
    color: #fff;
}

.cta-button-block ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.cta-button-block li {
	flex: 1;
	margin-left: 0;
}

.box {
	background-color: #fff;
	width: 100%;
    padding: 1.5em;
    border: none;
	border: 1px solid #1e77bd;
    border-radius: 4px;
    color: #1e77bd;
}

.box a {
    color: #1e77bd;
}

.box a:hover, .box a:focus {
    color: #1e77bd;
    text-decoration: underline;
}

.small-title {
    font-size: 1.25em;
    padding-bottom: 0.3em;
}

.social-container {
    background-color: #0377bd;
    padding: 1em 0;
}

.social-text {
    font-size: 1.142em;
    color: #fff;
    margin-right: 2.5em;
}

.flex-container--social {
    align-items: center;
}

.flex-container--social-icon {
    width: 3em;
    height: 3em;
    background-size: contain;
}

.flex-container--social-icon:not(:last-of-type) {
    margin-right: 2.5em;
}

.flex-container--social-icon a {
    display: block;
}

.flex-container--social-icon .icon {
    width: 3em;
    height: 3em;
    text-decoration: none;
    color: #fff;
}

.flex-container--social-icon .icon:hover, .flex-container--social-icon .icon:focus {
    opacity: .7;
}

.icon-social--facebook {
    background: url(/vp_pages/themes/bourne_leisure/assets/images/social-facebook.svg) no-repeat;
    display: inline-block;
}

.icon-social--twitter {
    background: url(/vp_pages/themes/bourne_leisure/assets/images/social-twitter.svg) no-repeat;
    display: inline-block;
}
.icon--email {
    background: url(/vp_pages/themes/bourne_leisure/assets/images/social-mail.svg) no-repeat;
    display: inline-block;
}

.footer {
    background-color: #031545;
    padding: 2.5em 0;
    color: #fff;
}

.footer-title {
    display: inline-block;
    margin: 0 0 1em;
    padding-bottom: .625rem;
    font-size: 1.142em;
    color: #7bcef4;
    border-bottom: .0625rem solid rgba(123,206,244,.2);
}

.footer span {
    display: inline-block;
    width: 1.4375rem;
    height: 1.4375rem;
    background-size: 100%;
    vertical-align: top;
    margin-right: .625rem;
}

.haven-icon {
    background: url(/vp_pages/themes/bourne_leisure/assets/images/haven-icon.svg) no-repeat;
}

.legal-list__item a {
    text-decoration: none;
    color: #7bcef4;
}

.legal-list__item a:hover, .legal-list__item a:focus {
    text-decoration: underline;
    color: #7bcef4;
}

.legal-list {
	margin: 1em 0;
}

.legal-list__item {
    display: inline-block;
    font-size: 0.825em;
}

.legal-list__item:not(:last-of-type)::after {
	content: "|";
    width: 0.5px;
	padding: 0 1em;
    color: rgba(123,206,244,.2);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 53em) {
    .header {
        padding: 1.5em 0 0;
        text-align: center;
    }

    .flex-container--video {
        flex-direction: column;
    }

    .details-table-container {
        margin-top: 1.5em;
    }

    .cta-button-block ul {
		flex-wrap: wrap;
	}

	.cta-button-block li {
		flex: 1 1 100%;
	}

	.cta-button-block li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 1em;
	}

    .flex-container--social-icon:not(:last-of-type) {
        margin-right: 1.5em;
    }

    .cta--primary {
        width: 100%;
    }
}

@media screen and (min-width: 53em) {
    .flex-container--video {
        justify-content: space-between;
    }

    .flex-48 {
        width: 48%;
    }

    .flex-48 {
        width: 48%;
    }

    .container-spacing, .box{
        margin: 3em 0;
    }

    .details-table {
		margin: 0;
	}
}

.confirmation-dialog.confirmation-dialog .button-group a {
    color: #333;
}