html {
    background-color: #f2f2f2;
}

body {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #444;
}

h1, h2, h3, h4, h5 {
    font-family: Museo, Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #006db5;
}

a, a:hover, a:focus {
    color: #006db5;
    text-decoration: none;
}

a:hover, a:focus {
    color: #29566c;
    text-decoration: none;
}

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

.center {
    text-align: center;
}

.container-spacing {
    padding: 2em 0;
}

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

.flex-55, .flex-42 {
    width: 100%;
}

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

.flex-container--header, .flex-container--footer {
    display: flex;
    flex-wrap: wrap;
}

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

.flex-item--header {
    flex: 1 1 360px;
}

.flex-item--header:nth-child(2) {
    flex: 3 1 360px;
}

@media screen and (min-width: 720px) {
    .flex-item--header p {
        text-align: right;
    }
}

@media screen and (max-width: 720px) {
    .flex-item--header {
        text-align: center;
    }

    .flex-item--header:not(:last-of-type) {
        margin-bottom: 1em;
    }
}

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

.header-title a, .header-title a:hover, .header-title a:focus {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.75em;
    color: #006db5;
}

.header-subtitle a, .header-subtitle a:hover, .header-subtitle a:focus {
    text-decoration: none;
    font-weight: 700;
    font-size: .75em;
    color: #29566c;
}

.stage, .stalls {
    background-color: #f2f2f2;
}

.stage-title {
    position: relative;
    font-family: Museo, Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2.5em;
}

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

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

.stage-text {
    margin-bottom: 0;
}

.video {
    background-color: #29566c;
}

.details-table-container {
    background-color: #fff;
    padding: 1.5625em;
}

.details-table-container h2 {
    display: block;
    padding: 0 10px 5px;
    border-bottom: 1px solid #006db5;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: Museo, Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.75em;
}

.details-table {
	padding: 10px;
    border-width: 0;
}

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

.details-table td {
    padding: 0.625em;
}

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

.details-table__title {
    font-weight: 700;
    font-size: 1em;
    width: 10em;
}

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

.cta--primary {
    display: inline-block;
    background-color: #006db5;
    padding: 1.5em 2em;
    border: 1px solid #006db5;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    font-size: 0.75em;
    color: #fff;
}

.cta--primary:hover, .cta--primary:focus {
    background-color: #29566c;
    border: 1px solid #29566c;
    color: #fff;
}

.booking-cta-container {
    margin: 1.25em 0 0;
    text-align: center;
}

.stalls {
    padding: 1em 0;
}

.box {
	background-color: #fff;
	width: 100%;
    margin: 2em 0;
    padding: 1.5em;
	border: none;
}

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

.footer {
    background-color: #fff;
    padding: 3em 0;
    text-align: center;
    font-size: 1em;
}

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

.legal-list__item:not(:last-of-type)::after {
    content: "|";
    width: 0.5px;
    padding: 0 1em;
    color: #006db5;
}

.footer .flex-container {
    margin: 1em 0;
    justify-content: center;
}

.social-text {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75em;
}

.flex-container--social {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #29566c;
    width: 3em;
    height: 3em;
}

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

.flex-container--social .icon {
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
}

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

@media screen and (max-width: 53em) {
    .flex-container--video {
        flex-direction: column;
    }

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

    .details-table-container h2 {
        text-align: center;
    }
}

@media screen and (min-width: 53em) {
    body {
        font-size: 16px;
    }

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

    .flex-55 {
        width: 55%;
    }

    .flex-42 {
        width: 42%;
    }

    .container-spacing {
        padding: 3em 0;
    }

    .details-table {
		margin: 0;
	}

    .box {
        margin: 3em 0;
    }

    .photo-gallery {
        margin: 3em 0 1.5em;
    }
}