
@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	background-image: linear-gradient(45deg, #42ae13, #a8dc19), linear-gradient(180deg, #000, #fff);
	font-family: Roboto, sans-serif;
	color: #212c42;
	font-size: 16px;
	line-height: 24px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
}

.header_outer {
    background-image: linear-gradient(225deg, #136ccc 41%, #42ae13);
    color: #fff;
    width: 100%;
    max-height: 500px;
    position: relative;
    overflow: hidden;
    height: calc(43vw + 79px);
}

.header_background {
    position: absolute;
    left: 0px;
    top: -30%;
    right: 0px;
    bottom: 0px;
    height: 160%;
    background-image: url(/images/onside-gameplay_elements-01.svg);
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.33;
	pointer-events: none;
}

.header_fixed {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    will-change: background-color, height;
    z-index: 2;
}

.logo_outer {
    height: 46px;
    width: 100%;
    position: fixed;
    top: 23px;
    left: 50%;
    z-index: 3;
    max-width: 1200px;
    transform: translate(-50%);
    pointer-events: none;
}

a.logo {
    background-image: url(/images/onside-logo-black-and-red.png);
    height: 46px;
    width: fit-content;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20px;
    pointer-events: all;
}

a.logo img {
    height: 46px;
    padding: 0 0 0 20px;
}

.team_outer {
    font-size: 18px;
    position: fixed;
    margin: 35px 0 0;
    z-index: 3;
    will-change: margin-top;
    display: block;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%);
    text-indent: 175px;
	pointer-events: none;
}

.current-team {
    font-family: Roboto, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    will-change: color;
    text-decoration: none;
	pointer-events: all;
}

.header_buttons {
    padding: 25px 92px 25px;
    position: fixed;
    left: 50%;
    will-change: padding;
    width: calc(100% - 184px);
    max-width: 1200px;
    text-align: right;
    transform: translate(-50%);
}

.header_buttons a {
    padding: 8px 17px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: rgba(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 0 12px;
    display: inline-block;
	will-change: color;
	transition: background-color 0.5s;
}

.header_buttons a:hover {
    background-color: rgba(77, 144, 255, 0.4);
}

.header_buttons a.book_now {
    font-weight: bold;
    background: #FFFFFF;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 2px 5px 0 rgba(33, 44, 66, 0.15);
	transition: box-shadow 0.5s;
}

.header_buttons a.book_now:hover {
	box-shadow: 0 5px 14px 0 rgba(33, 44, 66, 0.25);
}

#header_text {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

#header_text h1, #header_text h2 {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 105px;
    line-height: 1em;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 443px;
    text-align: left;
    color: #FFFFFF;
    border: none;
    width: 100%;
}

#header_text h2 {
    text-transform: none;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 0 3px;
    max-width: 508px;
    width: calc(100% - 3px);
}

.nav_button_outer {
    position: fixed;
    z-index: 101;
    right: 26px;
    top: 22px;
    cursor: pointer;
    will-change: top;
}

.nav_button_outer div {
	margin: 10px 0 0 0;
	transition: transform 0.5s, margin 0.5s;
}

.nav_button_outer div span {
	display: block;
	width: 40px;
	height: 2px;
	background: rgb(176, 185, 203);
	transition: background 0.5s;
}

.nav_button_outer.open .nav_button_top {
	transform: rotate(45deg);
	margin: 24px 0 0 0;
}

.nav_button_outer .nav_button_mid span {
	transition-delay: 0.125s;
}

.nav_button_outer.open .nav_button_mid {
	visibility: hidden;
}

.nav_button_outer.open .nav_button_bot {
	transform: rotate(-45deg);
	margin: -15px 0 0 0;
}

.nav_button_outer .nav_button_bot span {
	transition-delay: 0.25s;
}

.nav_button_outer:hover div span {
	background: rgb(227, 21, 24);
}

.nav .current-team {
    font-size: 23px;
    position: initial;
    margin: 30px auto;
    transform: none;
    width: fit-content;
    text-indent: initial;
    color: #b0b9cb;
}

.modal {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
}

.modal_cookies {
    background-color: rgba(0, 158, 226, 0.65);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(48, 49, 85, 0), #00346b 91%);
}

.nav {
    display: none;
    text-align: center;
    position: absolute;
    transform: translate(0, -50%);
    left: 0;
    top: 50%;
    color: #FFFFFF;
    width: 100%;
}

.nav_header {
    margin: 30px 0;
    color: #95a0b4;
    font-size: 23px;
    text-transform: uppercase;
}

.nav_link {
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 5px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    width: fit-content;
}

.nav_link:hover {
    color: #6c7a92;
}

.nav_link.nav_link_active:hover, .nav_link_border_red:hover {
    color: #e31518;
}

.nav_link_border_red, .nav_link_border_green {
    margin: 13px auto 0;
    padding-top: 27px;
    border-style: solid none none;
    border-width: 1px;
    border-color: #e31518;
    width: fit-content;
}

.nav_link_border_green {
    border-color: #81b926;
}

.nav_footer {
	padding-top: 22px;
    padding-bottom: 4px;
    color: #95a0b4;
    font-size: 11px;
}

.body {
	
    width: 100%;
}

.hero {
    background: url(/images/onside-welcome-page.png?v=1) no-repeat bottom right;
    width: 50%;
    background-size: auto 100%;
    height: 420px;
}

.content {
    background: #FFFFFF;
    margin: -1px 0 0 0;
}

.section_outer {
    background-image: linear-gradient(186deg, #fff 31%, #dce0e9);
    padding: 100px 0;
}

section, .footer {
    width: 96%;
    margin: 0 auto;
    max-width: 963px;
}

.children_playing {
    max-height: 180px;
    height: 17vw;
    overflow: hidden;
}

h1 {
    width: fit-content;
    margin: 0 auto;
    padding: 4px 8px;
    border: 1px solid #dce0e9;
    border-radius: 4px;
    color: #505e78;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-family: Roboto, sans-serif;
    color: #212c42;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
}

h2 span {
    color: #e31518;
}

h2 sup {
    font-size: 10px;
}

h3 {
    text-align: center;
    border: 1px solid #212c42;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    padding: 6px 0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 16px;
    margin: 50px 0 0 0;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

p, ol {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #505e78;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.team_cards {
    display: flex;
    width: 70%;
    margin: 0 auto 70px;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: #000;
    box-shadow: 0 3px 4px 1px rgba(108, 122, 146, 0.73);
    color: #FFFFFF;
    text-decoration: none;
}

#school_clubs .team_cards {
    margin: 40px auto 0;
}

.school_clubs {
    background-color: #e31518;
    background-image: linear-gradient(180deg, #e10613, #931b80);
    margin: 75px auto 70px;
}

.school_clubs p {
    margin: 0;
}

.school_clubs p, .school_club_section p {
    color: #dce0e9;
    padding: 0 20px;
}

#school_clubs div {
    position: relative;
}

#school_clubs .error_message {
    width: 90%;
    text-align: center;
    max-width: 605px;
    left: 50%;
    transform: translate(-50%);
}

.school_club_section input[type="text"].error {
    background: #FFDFDF;
    border: 1px solid rgb(255, 0, 0);
}

.team_cards h1 {
    margin: 0 0 23px 0;
    padding: 0 20px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    letter-spacing: initial;
    text-align: center;
}

.holiday_childcare {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #b0b9cb;
    font-size: 12px;
    letter-spacing: 1px;
}

.holiday_childcare span {
    background: #000000;
    display: block;
    margin: -14px auto 0;
    width: fit-content;
    padding: 0 10px;
}

.holiday_camps, .holiday_venues {
    text-align: center;
}

.holiday_venues {
    margin: 15px 0;
    color: #FFFFFF;
}

.holiday_camps div {
    display: inline-block;
    margin: 5px;
    padding: 3px 8px;
    background-color: #f76240;
    text-transform: uppercase;
    white-space: nowrap;
}

.school_club_section {
    padding: 100px 0;
    background-image: linear-gradient(180deg, #e31518, #a51a68);
}

.holiday_venues div {
    padding: 7px 19px 7px 50px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #136ccc;
    background-image: linear-gradient(180deg, #136ccc, #009ee2);
    position: relative;
    display: inline-block;
    margin: 10px 7px;
    font-size: 18px;
}

.holiday_venues div span, .course_venue_icons div {
    position: absolute;
    left: -8px;
    top: -4px;
    font-size: 23px;
    text-align: center;
    width: 45px;
    height: 35px;
    border: 1.5px solid #fff;
    border-radius: 100%;
    background-color: #136ccc;
    background-image: linear-gradient(180deg, #136ccc, #009ee2);
    padding: 10px 0 0 0;
    color: #FFFFFF;
}

.course_info_outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_info_prices, .course_info_times, .course_info_extra {
    text-align: left;
    margin: 0 0 0 10px;
}

.course_info_prices {
	font-weight: bold;
}

.holiday_venues div img {
    position: absolute;
    left: -8px;
    top: -4px;
    height: 48px;
}

.venue_toggle .course_venue_icons div {
    position: absolute;
    left: 50%;
    top: -24px;
    margin: 0 0 0 -24px;
}

.venue_toggle {
    position: relative;
    border: 1px solid #18601F;
    background: #FFDE00;
    border-radius: 15px;
    padding: 25px 15px 9px;
    margin: 35px 5px 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #18601F;
}

#book_course_group {
    display: flex;
    margin: 0 0 40px 0;
}

.book_course {
    padding: 0px 15px;
    width: 100%;
}

.book_course div:nth-of-type(1) img {
    max-height: 16vw;
    width: auto;
}

.book_course h2 {
	text-transform: none;
}

.book_course .course_venue_icons {
    position: relative;
    margin: 20px 0 0 0;
    height: 35px;
}

.book_course .course_venue_icons div {
    display: inline-block;
    position: relative;
}

.school_club_section h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
}

.team_cards h2 {
    text-transform: uppercase;
    color: #b0b9cb;
    font-size: 12px;
    letter-spacing: 1px;
    margin: -25px 0 0 0;
}

.school_club_section input[type="text"] {
    width: 90%;
    height: 30px;
    padding: 15px;
    border: 0px none transparent;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 30px auto 0;
    max-width: 600px;
    display: block;
    border: 1px solid transparent;
    font-size: 16px;
}

.school_club_section input[type="button"] {
    display: block;
    height: 40px;
    margin: 40px auto 0;
    padding: 0px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #e10613, #e10613);
    color: #FFFFFF;
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.school_results {
    position: absolute;
    width: 90%;
    background-color: #505e78;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    max-height: 170px;
    overflow: auto;
}

.school_results div {
    transition: all 500ms ease;
    padding: 5px 0;
}

.school_results div:hover {
    cursor: pointer;
    background-color: #000000;
}

.footer_outer {
    position: relative;
    background-image: linear-gradient(45deg, #030303, #212631);
    padding: 70px 0 0;
}

.footer {
    position: relative;
    color: #FFFFFF;
    display: flex;
	max-width: 1200px;
}

.footer_about, .footer_column {
    width: 50%;
}

.footer_about {
    margin: 0 8% 0 0;
}

.footer_column a {
    padding: 4px 0;
    opacity: 0.7;
    transition: opacity 200ms ease;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.footer_column a:hover {
    text-decoration: none;
    opacity: 1;
}

.footer_column h4 {
    text-align: left;
	margin: 17px 0 20px;
}

.to_top, .to_start {
    position: absolute;
    top: -23px;
    right: 20px;
    background: #FFFFFF;
    border-radius: 100%;
    width: 50px;
    height: 34px;
    padding: 16px 0 0 0;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.to_start {
    right: 20px;
    color: #212c42;
    box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.25);
    top: 380px;
}

.footer div:nth-of-type(1) a img {
	width: 160px;
}

.footer h4 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.footer p {
    color: #FFFFFF;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
	opacity: 0.7;
}

i.fab.fa-twitter {
    color: #1DA1F2;
}

i.fab.fa-facebook-f {
    color: #4267B2;
}

i.fab.fa-instagram {
    color: rgb(64,93,230);
    background: -webkit-linear-gradient(210deg, rgba(64,93,230,1) 0%, rgba(88,81,219,1) 10%, rgba(131,58,180,1) 20%, rgba(193,53,132,1) 30%, rgba(225,48,108,1) 40%, rgba(253,29,29,1) 50%, rgba(245,96,64,1) 60%, rgba(247,119,55,1) 80%, rgba(252,175,69,1) 90%, rgba(255,220,128,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

i.fab.fa-youtube {
    color: #FF0000;
}

.social div a {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 100%;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin: 2px;
    transition: all 250ms;
    opacity: 1;
    padding: 0;
}

.social div a:hover {
    line-height: 44px;
    width: 44px;
    margin: 0;
}

.bottom {
    margin: 80px auto 0;
    padding: 32px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 96%;
    max-width: 1200px;
    color: #FFFFFF;
}

.bottom span {
    opacity: 0.7;
}

.bottom a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 0 15px;
}

.bottom a:hover {
    text-decoration: underline;
}

.contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #a8dc19, #42ae13);
    font-size: 30px;
    border-radius: 100%;
    border: 3px solid #FFFFFF;
    padding: 13px 11.25px 13px 11px;
    cursor: pointer;
    box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.25);
}

.contact_form {
	display: none;
    background: #FFFFFF url(/images/here-to-help-ill.jpg) no-repeat top left;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 4px 16px 5px rgba(0, 0, 0, 0.2);
    background-size: contain;
}

.contact_close {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #FFFFFF;
    font-size: 20px;
    background: #000000;
    border-radius: 100%;
    width: 32px;
    text-align: center;
    border: 2px solid #FFFFFF;
    height: 28px;
    padding: 4px 0 0 0;
    cursor: pointer;
    transition: transform 0.5s;
    box-shadow: 0 0 5px 0 rgba(33, 44, 66, 0.4);
    z-index: 2;
}

.contact_close:hover {
    transform: rotate(90deg);
}

.onside_form.contact_form .form {
    display: inline-block;
    width: 325px;
    padding: 40px;
    margin: 0 0 0 404px;
    position: relative;
}

.contact_email {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 312px;
    color: #FFFFFF;
}

.contact_email a {
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.onside_form input[type="text"], .onside_form input[type="email"], .onside_form input[type="password"], .onside_form input[type="tel"], .onside_form input[type="date"], .onside_form textarea, .onside_form select {
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 30px;
    padding: 8px 16px;
    border: 1px solid #dce0e9;
    border-radius: 6px;
    background-color: #f8f8f9;
    display: block;
    font-size: 14px;
    color: #333333;
    width: calc(100% - 34px);
}

.onside_form input[type="text"]:focus, .onside_form input[type="email"]:focus, .onside_form input[type="password"]:focus, .onside_form input[type="tel"]:focus, .onside_form input[type="date"]:focus, .onside_form textarea:focus, .onside_form select:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(118, 197, 21, 0.5);
}

input[type="button"]:focus {
    outline: none;
}

.onside_form select {
    height: 48px;
    padding: 0 0 0 62px;
    width: 100%;
}

select::-ms-expand {
    display: none;
}

.onside_form input[type="text"], .onside_form input[type="email"], .onside_form input[type="password"], .onside_form input[type="tel"], .onside_form input[type="date"] {
    padding: 8px 16px 8px 62px;
    width: calc(100% - 80px);
}

.onside_form input[type="text"]:disabled {
    background: transparent;
    border: 1px solid #EEEEEE;
    font-style: italic;
    opacity: 0.7;
    cursor: not-allowed;
}

.onside_form textarea {
    height: auto;
    min-height: 120px;
    padding-top: 16px;
	resize: none;
}

.onside_form label {
    color: #212c42;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    display: inline-block;
    width: 90%;
    padding: 1px 10px 1px 5px;
    width: calc(100% - 41px);
    border: 1px solid #FFFFFF;
}

.onside_form label a {
    text-decoration: none;
    font-weight: bold;
    color: #212c42;
}

.onside_form .radios {
    display: flex;
}

.onside_form .radios div {
    width: 100%;
    text-align: center;
}

.onside_form .radios .flex_space {
    width: 30px;
    font-size: 8px;
    line-height: 47px;
}

.onside_form .radios.flex_wrap_3 {
    flex-wrap: wrap;
}

.onside_form .radios.flex_wrap_3 div {
    width: 33%;
    margin: 0 0 20px 0;
    text-align: left;
}

.onside_form h3 {
    margin: 40px 0 10px;
}

.onside_form .form_q input[type="radio"] {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.onside_form label {
    display: inline-block;
    width: auto;
    vertical-align: text-bottom;
    font-size: 16px;
    border: none;
}

.onside_form label.checkbox_label {
    font-size: 12px;
    width: 90%;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 43px);
}

.input_error {
    position: relative;
}

.input_error:not(.form_q) .error_message {
    left: 25px;
    width: calc(100% - 55px) !important;
    top: -23px;
}

.onside_form label.checkbox_label_large {
    font-size: initial;
    color: #505e78;
    line-height: 24px;
}

label.hidden {
    display: none;
}

.onside_form .form_q {
    margin: 0 0 20px 0;
    position: relative;
}

.onside_form input[type="submit"], .onside_form input[type="button"], .button {
    color: white;
    border: 0;
    cursor: pointer;
    height: 48px;
    box-shadow: 0 2px 5px 0 rgba(33, 44, 66, 0.15);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 100%;
    background-image: linear-gradient(180deg, #a8dc19, #42ae13);
    border-radius: 20px;
    margin-top: 15px;
	transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
}

.button {
    display: block;
    width: fit-content;
    padding: 10px 25px;
    height: auto;
    margin: 10px auto 65px;
    text-decoration: none;
}

.onside_form input[type="submit"]:hover, .onside_form input[type="button"]:hover, .button:hover {
	box-shadow: 0 5px 14px 0 rgba(118, 197, 21, 0.5);
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: top;
}

.input_icon, .select_icon, .input_icon_text {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(220,224,233,0) 0%, rgba(161,179,212,0.2) 100%);
    width: 30px;
    height: 30px;
    padding: 18px 7px 0 8px;
    border-right: 1px solid rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.4);
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	pointer-events: none;
}

.input_icon_text {
    padding: 12px 0 5px 15px;
}

.select_icon {
	left: auto;
    right: 0px;
    padding: 18px 0 0 16px;
	border-right: none;
    border-left: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.error_message {
    position: absolute;
    background: #FFDFDF;
    color: red;
    font-size: 80%;
    padding: 1px 10px 1px 17px;
    z-index: 1;
    left: 0;
    top: -13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    width: calc(100% - 29px) !important;
    border: 1px solid rgb(255, 0, 0);
    border-bottom: 0;
    text-align: left;
}

.error_message a {
    text-decoration: underline;
}

.non_input .error_message {
    bottom: -30px;
    top: auto;
    border: 1px solid rgb(255, 0, 0);
    border-radius: 5px;
}

.toggle_outer.non_input .error_message {
    position: relative;
    margin: 28px 0 0 0;
}

.error_message .fas {
    display: inline-block;
    margin: 0 32px 0 0;
}

.input_error input[type="text"], .input_error input[type="email"], .input_error input[type="password"], .input_error input[type="tel"], .input_error input[type="date"], .input_error select, .input_error textarea, .input_error input:-webkit-autofill {
    border: 1px solid rgb(255, 0, 0);
    background: #FFDFDF;
    -webkit-box-shadow: 0 0 0 30px #FFDFDF inset !important;
}

.input_error label {
    background: #FFDFDF;
    color: red;
    border-radius: 5px;
    border: 1px solid rgb(255, 0, 0);
}

.non_input .input_error label {
    background: transparent;
    border: none;
    color: initial;
}

.input_error .input_icon, .input_error .select_icon {
    z-index: 1;
    top: -10px;
    padding-top: 27px;
}

.form_success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: green;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
    z-index: 1;
}

.form_success span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}

.form_success i {
    display: block;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.social_promo_card {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 300px;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.9);
    box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.25);
    padding: 25px;
	opacity: 1;
	transition-property: bottom, opacity, transform !important;
}

.social_promo_card a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    color: #505e78;
}

.social_promo_card .fab {
    font-size: 24px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.social_promo_card div {
    font-size: 14px;
    display: inline-block;
    vertical-align: text-bottom;
}

.social_promo_card .fa-times {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.4;
    padding: 10px;
    cursor: pointer;
}

.social_promo_card .fa-times:hover {
    opacity: 1;
}

.social_promo_card.close {
    bottom: -100px;
    opacity: 0 !important;
}

.cookies, #customMessageInner {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 600px;
    height: 400px;
    margin: auto;
    padding: 0 49px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 13px 3px rgba(48, 49, 85, 0.55);
    font-size: 14px;
    line-height: 20px;
}

#customMessage {
    position: fixed;
    z-index: 10000000;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);	
}

#customMessageInner {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 16px;
    padding: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 65%;
    max-width: 750px;
    height: fit-content;
    max-height: 50%;
    overflow: auto;
    right: auto;
}

.cookies img {
    margin: -65px auto 0;
    display: block;
}

.we-use-cookies {
    margin: 8px 0;
    font-family: 'Open Sans', sans-serif;
    color: #e31518;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.cookies a:nth-of-type(1), .buttonMessageCustom {
    background-image: linear-gradient(180deg, #a8dc19, #42ae13);
    padding: 12px 24px;
    border-radius: 20px;
    background-color: #212c42;
    box-shadow: 0 2px 5px 0 rgba(33, 44, 66, 0.15);
    transition: box-shadow 300ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.buttonMessageCustom {
    border: none;
    cursor: pointer;
    margin: 18px auto 0;
}

#htmlMessage h1 {
    margin: 0 auto 20px;
}

.cookies a:nth-of-type(2) {
    margin-top: 11px;
    color: #505e78;
    text-align: center;
    display: block;
    font-weight: 500;
}

.cookies a:nth-of-type(1):hover, .buttonMessageCustom:hover {
    text-decoration: none;
	box-shadow: 0 5px 14px 0 rgba(118, 197, 21, 0.5);
}

#buttonMessage {
    margin: 0 auto 0;
}

.cookies a:nth-of-type(2):hover {
    text-decoration: none;
	color: #e31518;
}

.background_fixed {
	position: relative;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    height: 50vh;
    margin: 0;
}

#customMessage {
    position: fixed;
    z-index: 10000000;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);	
}

.modalFly {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: fit-content;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 16px 5px rgba(0, 0, 0, 0.2);
}

.account_buttons {
    display: flex;
}

.account_buttons div, .account_children input[type="button"], .account_info_full input[type="button"], .account_info_full .button {
    width: 100%;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 10px;
    margin: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(33 44 66 / 15%);
    font-size: 15px;
    background-image: linear-gradient(180deg, #a8dc19, #42ae13);
    border-radius: 20px;
    transition: box-shadow 200ms ease;
    font-weight: normal;
    max-width: 980px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
}

.account_info_full input[type="button"] {
    margin: 30px auto 0;
    display: block;
}

.account_buttons div.active {
    cursor: initial;
    background-image: none;
    color: #212c42;
}

.account_buttons div:not(.active):hover, .account_children input[type="button"]:hover, .account_info_full input[type="button"]:hover, .account_info_full .button:hover {
    background: #18601F;
    color: #E1E31B;
    box-shadow: 0 5px 14px 0 rgba(118, 197, 21, 0.5);
}

.account_child input[type="button"] {
    margin: 10px 0;
}

.account_children {
    background: #dce0e9;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.account_child {
    background: #FFFFFF;
    margin: 0 20px 20px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(33, 44, 66, 0.15);
}

.toggle_outer {
    text-align: center;
    margin: 30px auto;
}

.toggle_q, .toggle {
    display: inline-block;
    font-size: initial;
    color: #212c42;
}

.toggle {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 39px;
    border-radius: 100%;
    border: 1px solid #DDDDDD;
    margin: 0 0 0 10px;
    cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(33, 44, 66, 0.15);
	transition: box-shadow 200ms ease;
}

.toggle:hover {
	box-shadow: 0 5px 14px 0 rgba(118, 197, 21, 0.5);
}

.toggle_active {
	background: #FFFFFF;
	color: #7DC242;
}

#book_section1 {
    background-color: #414042;
    color: #FFFFFF;
}

#book_section1 h2, #book2_content h2 {
    padding: 40px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    width: auto !important;
    margin: 0;
}

#book_section1 p, #book2_content p {
    color: #FFFFFF;
    margin: 40px 0 0 0;
}

#book2_content h2, #book2_content p {
    color: #18601F;
}

.button_negative, .confirmation_button, .payment_button {
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 9px 15px;
    color: white;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 20px auto;
    background: transparent;
}

#book2 .button_negative {
    border: 1px solid #18601F;
    color: #18601F;
}

#book2 .button_negative:hover {
    color: #FFFFFF;
}

#book_section1 h1, .venue_back h1 {
    color: #FFFFFF;
    text-align: center;
    line-height: 1em;
    margin: 0 auto;
}

.book_names_back h1:nth-child(2) {
    font-size: 46px;
    text-transform: none;
    font-weight: bold;
    border: none;
    margin: 20px auto;
}

.book_names_back h1:first-child, .venue_back h1 {
    font-weight: normal;
    text-transform: none;
    font-size: 34px;
    border: none;
    margin: 0 auto;
    padding: 25px 0 15px 0;
}

.venue_back h1 {
    color: #18601F;
    padding: 20px 0 0 0;
}

#book_account_links {
    display: flex;
}

#book_account_links a {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    color: rgba(220, 224, 233, 0.8);
    text-decoration: none;
    height: 50px;
    line-height: 50px;
	background-color: rgba(33, 44, 66, 0);
	transition: background-color 200ms ease;
}

#book_account_links a:nth-of-type(1) {
    border-right: 1px solid #FFFFFF;
}

#book_account_links a:hover {
	background-color: rgba(33, 44, 66, 0.3);
    color: #fff;
}

.child_toggle, .course_toggle {
    margin: 10px 15px;
    padding: 2px 25px;
    background-color: rgba(56, 152, 236, 0.2);
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all 200ms ease;
    display: inline-block;
    line-height: 45px;
    cursor: pointer;
	position: relative;
}

.course_toggle span {
    position: absolute;
    top: -12px;
    padding: 5px;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    background: rgba(130, 150, 60, 1);
}

.child_toggle_active, .course_toggle_active {
    background-color: #3898ec;
}

.child_toggle:hover, .course_toggle:hover {
    background-color: rgba(56, 152, 236, 0.5);
}

.child_toggle_active:hover, .course_toggle_active:hover {
    background-color: #3898ec;
}

.booking_date_month {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    width: calc((100vw - 19px) / 6);
    padding: 7px 0;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 500;
    background-color: #3898EC;
	z-index: 1;
}

.booking_date_month .short {
	display: none;
}

.booking_calander_week h1, .booking_club_day h1 {
    color: #000;
    text-transform: uppercase;
    border: none;
    font-size: 32px;
}

.booking_confirmation thead tr:nth-of-type(2) th:nth-of-type(2) {
    width: 10%;
}

.booking_confirmation thead tr:nth-of-type(2) th:nth-of-type(4) {
    width: 20%;
}

.booking_confirmation thead tr:nth-of-type(2) th:nth-of-type(5) {
    width: 10%;
}

.booking_confirmation thead tr:nth-of-type(2) th:nth-of-type(6) {
    width: 10%;
}

.mini-header {
    display: flex;
    margin: 0 0 16px 0;
}

.mini-header .header_link {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    background: #2D2A2B;
    text-transform: uppercase;
    font-weight: bold;
}

.week_day {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1em;
    font-weight: 500;
}

.week_day_day {
    font-size: 4vmax;
}

.el_multi_inner h1 {
    color: #3898EC;
    font-size: 1.5vw;
    line-height: 1.6vw;
    text-transform: uppercase;
    border: none;
}

.el_multi_inner {
    padding-top: 50px;
}

.booking_overview img {
    width: 75%;
    max-width: 100px;
}

.booking_overview img {
    display: none;
}

#book3 {
    background-color: #00AEEF;
}

.timetable_back h1, .confirmation_back h1 {
    border: none;
    font-size: 34px;
    padding: 25px 0 8px 0;
    text-transform: capitalize;
    color: #FFFFFF;
}

#book4_content h1 {
    border: none;
    text-transform: capitalize;
    font-size: 32px;
	color: #FFFFFF;
}

#book4_content h3 {
    border: none;
    margin: 20px 0;
	color: #FFFFFF;
}

#book5_content h1 {
    border: none;
    text-transform: capitalize;
    font-size: 32px;
    margin: 45px auto;
    color: #3b3b3a;
}

#book5_content h2 {
    border: none;
    text-transform: capitalize;
    font-size: 18px;
    margin: 20px auto 30px;
    line-height: 26px;
    font-weight: bold;
}

#book5 .account_children {
    background: transparent;
}

#book5_content h2:nth-of-type(2) {
    font-weight: normal;
}

.account_confirmation_back h1 {
    border: none;
    font-size: 32px;
    padding: 25px 0 5px;
    text-transform: capitalize;
    line-height: 32px;
}

#book5_content h1 {
    line-height: 32px;
}

.account_confirmation_back .button_negative {
    color: #505e78;
    border: 1px solid #505e78;
}

#book6_content h1 {
    border: none;
    text-transform: capitalize;
    font-size: 36px;
}

#book6_content {
    color: #FFFFFF;
}

#book6_content h1, #book6_content h3, #payment_cost, #book6_content p {
    color: #FFFFFF;
    margin: 20px auto;
}

#book2 h1 {
    border: none;
    font-size: 32px;
    padding: 30px 0 0;
    line-height: 32px;
    text-align: center;
}

#book4 h1 {
    border: none;
    text-transform: capitalize;
    font-size: 32px;
    padding: 20px 0;
    line-height: 32px;
    text-align: center;
}

.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 325px;
    font-size: 16px;
    line-height: 24px;
}

.testimonials div {
    position: absolute;
    top: 10px;
    left: 50%;
    padding: 45px 90px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
    text-align: center;
    width: calc(100% - 373px);
    transform: translate(-50%);
}

.testimonials div.testimonial_nav {
    top: 275px;
    background: transparent;
    padding: 0;
    box-shadow: none;
    height: fit-content;
    width: 100%;
    left: auto;
    transform: none;
}

.testimonials span {
    display: block;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.testimonials div:after {
    content: '\f10d';
    font-family: 'fontawesome';
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 30px;
    font-size: 53px;
    left: 20px;
}

.testimonials nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.testimonials nav span {
    display: inline-block;
    padding: 0;
    margin: 0 1px;
    background-color: rgba(34, 34, 34, 0.4);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    overflow: hidden;
    text-indent: 10px;
    cursor: pointer;
}

.testimonials nav span.active {
    background-color: rgba(34, 34, 34, 1);
}

.testimonials .previous, .testimonials .next {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    box-shadow: 0 6px 14px 0 rgba(80, 94, 120, 0.08);
    left: 10px;
    top: 40%;
    cursor: pointer;
}

.testimonials .next {
    right: 10px;
	left: auto;
}

.videos {
    display: flex;
    flex-wrap: wrap;
}

.videos .video {
    width: calc(33% - 17px);
    margin: 15px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 14px 0 rgba(80, 94, 120, 0.08);
    text-decoration: none;
    overflow: hidden;
    transition: transform 600ms ease;
}

.videos .video iframe {
    margin: -61px 0 -13px 0;
    height: 279px;
    position: relative;
    z-index: 0;
}

.videos .video:nth-of-type(3n-2) {
    margin-left: 0;
}

.videos .video:nth-of-type(3n) {
    margin-right: 0;
}

.videos .video:hover {
    transform: translate(0px, -4px);
}

.video_summary {
    padding: 25px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin: -55px 0 0 0;
    position: relative;
    background: #FFFFFF;
}

.videos h1 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border: none;
    text-transform: capitalize;
    letter-spacing: initial;
    padding: 0;
    font-family: Roboto, sans-serif;
}

.blog_summaries {
    display: flex;
    flex-wrap: wrap;
}

.blog_summaries a {
    width: calc(33% - 17px);
    margin: 15px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 14px 0 rgba(80, 94, 120, 0.08);
    text-decoration: none;
    overflow: hidden;
    transition: transform 600ms ease;
}

.blog_summaries a:nth-of-type(3n-2) {
    margin-left: 0;
}

.blog_summaries a:nth-of-type(3n) {
    margin-right: 0;
}

.blog_summaries a:hover {
    transform: translate(0px, -4px);
}

.blog_image {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.blog_summary {
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.blog_summary h1 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border: none;
    text-transform: capitalize;
    letter-spacing: initial;
    padding: 0;
    height: 72px;
    font-family: Roboto, sans-serif;
}

.blog_summary p {
    text-align: justify;
    height: 140px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    overflow: hidden;
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: Roboto, sans-serif;
}

.blog_summary_footer {
    display: flex;
}

.blog_summary_footer div {
    width: 100%;
}

.blog_summary_footer div:nth-of-type(2) {
    width: 110px;
    text-align: right;
}

.blog_summary_footer span {
    display: inline-block;
    background-color: #2c42b4;
    color: #FFFFFF;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.blog_img {
    width: 100%;
    height: 50vmin;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 10px;
}

.staff_members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.staff_members .staff_break, .book_section1 .club_break {
    width: 100%;
}

.staff_members .staff_outer {
    margin: 30px 10px;
    width: 250px;
}

.staff_members .staff_img {
    width: 230px;
    height: 230px;
    margin-bottom: 15px;
    border: 10px solid #fff;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 1px 12px 4px rgba(220, 224, 233, 0.36);
}

.staff_members p {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: #212c42;
}

.staff_members span {
    font-family: Roboto, sans-serif;
    color: #e31518;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.staff_members .staff_outer.priority_2 {
    width: 200px;
}

.staff_members .staff_outer.priority_2 .staff_img {
    width: 180px;
    height: 180px;
}

.staff_members .staff_outer.priority_3 {
    width: 150px;
}

.staff_members .staff_outer.priority_3 .staff_img {
    width: 130px;
    height: 130px;
}

.timetable .holiday_venues {
    margin: -78px 0 20px 0;
}

.timetable .holiday_venues div {
    opacity: 0.5;
    cursor: pointer;
	transition: opacity 500ms ease;
}

.timetable .holiday_venues div.active, .timetable .holiday_venues div:hover {
    opacity: 1;
}

.booking_available i {
    color: #42ae13;
    text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
    display: block;
}

.booking_available a {
    color: white;
    border: 0;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(33 44 66 / 15%);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background-image: linear-gradient(180deg, #a8dc19, #42ae13);
    border-radius: 20px;
    margin-top: 15px;
    transition: box-shadow 200ms ease;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px;
}

.booking_available a:hover {
    background: #18601F;
    color: #E1E31B;
	box-shadow: 0 5px 14px 0 rgb(118 197 21 / 50%);
}

.booking_term_tab, .booking_overview, .booking_date {
    display: table-cell;
    background-color: #3898EC;
    transition: all 300ms ease;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: -0.3px;
}

.places_remaining {
    font-size: 75%;
    position: absolute;
    bottom: 10px;
    width: 100%;
    opacity: 0.8;
}

.venues .venue {
    display: flex;
    margin: 0 0 100px 0;
}

.venues .venue:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.venues .venue .venue_image {
    width: 50%;
    height: 550px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    box-shadow: 0 5px 14px 0 rgba(80, 94, 120, 0.3);
    margin: 0 80px 0 0;
}

.venues .venue:nth-of-type(even) .venue_image {
    margin: 0 0 0 80px;
}

.venues .venue .venue_info {
    width: 50%;
}

.venues .venue .venue_info img {
    height: 110px;
}

.venues .venue .venue_info h2, .venues .venue .venue_info p, .venues .venue .venue_info span, .venues .venue .venue_info ul {
    text-align: left;
    color: #FFFFFF;
}

.venues .venue .venue_info h2 {
    margin: 10px 0 0 0;
}

.venues .venue .venue_info span {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
    padding: 3px 8px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.venues .venue .venue_info ul {
    list-style: none;
    font-size: 16px;
    padding: 0;
    border-bottom: 1px solid #FFFFFF;
}

.venues .venue .venue_info ul li {
    border-top: 1px solid #FFFFFF;
    padding: 9px 0;
}

.venues .venue .venue_info ul li img {
    height: 30px;
    vertical-align: middle;
    padding: 0 6px 0 0;
}

.venues .venue .venue_info ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.prices ul, .wrap_prices ul, .forest_prices ul {
    list-style: none;
    text-align: center;
    padding: 0;
    color: #FFFFFF;
	margin: 0 0 40px 0;
}

.prices ul li, .wrap_prices ul li, .forest_prices ul li {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.3), transparent);
    font-size: 28px;
    padding: 20px 0;
    font-weight: bold;
    line-height: 28px;
}

.prices ul li:nth-of-type(even), .wrap_prices ul li:nth-of-type(even), .forest_prices ul li:nth-of-type(even) {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.6), transparent);
}

.childcare_payment {
    border: 1px solid #95a0b4;
    padding: 55px 20px 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin: 50px 0 0 0;
}

.childcare_payment select {
    background-image: linear-gradient(188deg, #e31518, #bb1012 64%);
    position: absolute;
    top: -30px;
    transform: translate(-50%);
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(112, 6, 6, 0.37);
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.childcare_info {
    font-weight: bold;
    font-size: 20px;
}

.childcare_payment select option {
    background: grey;
    padding: 5px;
}

.childcare_payment table {
    width: 100%;
    border-collapse: collapse;
}

.childcare_payment table th {
    background-color: #e31518;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
}

.childcare_payment table th:first-child {
    border-top-left-radius: 10px;
}

.childcare_payment table th:last-child {
    border-top-right-radius: 10px;
}

.childcare_payment table td {
    font-size: 16px;
    background: #dce0e9;
    padding: 5px 10px;
}

.childcare_payment table tr:nth-of-type(odd) td {
    background: #d4d8e0;
}

.childcare_payment table td a {
    color: initial;
    text-decoration: none;
}

.faqs {
    display: flex;
	flex-wrap: wrap;
}

.faqs .faq {
    width: 29%;
    margin: 0 3% 30px;
    text-align: center;
}

.faqs .faq:nth-of-type(3n-2) {
    margin-left: 0;
}

.faqs .faq:nth-of-type(3n) {
    margin-right: 0;
}

.faqs .faq h3 {
    border: none;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: initial;
    text-align: center;
}

.childcare_process {
    position: absolute;
    width: 80%;
    max-width: 760px;
    padding: 80px 20px 0 35px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #fff, #dce0e9);
    box-shadow: 0 5px 11px 3px rgba(0, 0, 0, 0.28);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.artos {
    background-image: url(/images/artos.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
}

.childcare_process .artos {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    height: 200px;
}

.childcare_process .info {
    max-height: 50vh;
    overflow-y: auto;
    margin: 0 0 30px 0;
    padding: 0 20px 0 0;
}

.childcare_process p {
    border-bottom: 1px solid #95a0b4;
    padding: 20px 0;
    margin: 0;
}

.childcare_process p.note {
    border: none;
    padding: 10px;
    border-radius: 5px;
    background-color: #dce0e9;
    margin: -5px 0 30px 0;
}

#book_section1 .toggle_q {
    color: #FFFFFF;
}

#book_section1 .toggle {
    background: rgba(56, 152, 236, 0.2);
    color: #FFFFFF;
}

#book_section1 .toggle_active {
    background: #3898ec;
}

.childcare_process .button {
    margin: -10px auto 30px;
}

.club_confirmation {
    display: flex;
    border: 2px solid #FFFFFF;
    margin: 10px 0 20px;
    flex-wrap: wrap;
    font-size: 16px;
    text-align: center;
}

.club_confirmation .club_confirmation_container {
    width: calc((100% / 3) - 21px);
    border: 0.5px solid #FFFFFF;
	padding: 10px;
}

.club_confirmation .club_confirmation_container.fill_5 {
    width: calc(((100% / 3) * 2) - 21px);
}

.club_confirmation .club_confirmation_container div {
    padding: 0 0 10px 0;
}

.club_confirmation .club_confirmation_container div:last-child {
    padding: 0;
}

.club_confirmation .club_confirmation_container hr {
    border-color: rgba(255, 255, 255, 0.4);
}

#bookClub3_content h2 {
    margin: 30px 0 -38px 0;
    width: 100%;
    border-top: 1px solid #FFFFFF;
    padding: 10px 0;
}

#bookClub3_content h3 {
    border: none;
}

#bookClub3_content p {
    color: #FFFFFF;
}

#bookClub3_content table {
    width: 100%;
    border-collapse: collapse;
}

#bookClub3_content table tr:nth-of-type(1) th, #bookClub3_content table td {
    background: #FFFFFF;
    color: red;
    font-size: 16px;
    padding: 5px;
	text-align: center;
}

#bookClub3_content table tr th {
    font-size: 16px;
    padding: 5px;
}

.club_confirmation .club_confirmation_container.dates span {
    display: inline-block;
    padding: 5px 10px;
}

.payment_confirmation_radio {
    margin: 0 0 20px;
}

.venue_toggle_active {
    background: #18601F;
    background-image: linear-gradient(1deg, #136ccc, #42ae13);
    color: #FFFFFF;
}

#book_section1 h3.welcome_balance {
    color: yellow;
    border: none;
    margin: 0;
    text-transform: none;
    font-size: 20px;
}

.pay_options_account div {
    width: 100%;
    overflow-x: auto;
}

.mini-header_logo {
    background: #FFFFFF;
    text-align: center;
    padding: 10px;
}

.mini-header_logo img {
    max-width: 80%;
    max-height: 200px;
}

.week_day_short {
    display: none;
}

.booking_date_camp, .booking_date_club {
	font-size: 24px;
}

label[for="confirm_child_info"] {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: text-top;
}

table.child_confirm, table.child_confirm_mobile {
    margin: 40px 0 0 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-collapse: collapse;
}

table.child_confirm_mobile, h2.child_confirm_mobile, h3.child_confirm_mobile {
    display: none;
}

table.child_confirm td, table.child_confirm_mobile td {
    border: 1px solid #DDDDDD;
    padding: 5px;
    background: #FFFFFF;
    color: #0F0F0F;
}

table.child_confirm td.dark, table.child_confirm_mobile td.dark {
    background: #000000;
    color: #FFFFFF;
}

table.child_confirm td.mid, table.child_confirm_mobile td.mid {
    background: #D3D3D3;
}

table.child_confirm td.mid {
    border-bottom: 2px solid black;
}

table.child_confirm td .times, table.child_confirm_mobile td .times {
    font-weight: bold;
    margin: 20px 0 0 0;
}

table.child_confirm td .dates span, table.child_confirm_mobile td .dates span {
    display: inline-block;
    margin: 5px;
    width: 91px;
    text-align: center;
}

#bookClub3_content {
    max-width: 96%;
}

.child_additional_info {
    height: auto;
}

.iPickup {
    margin: 0 0 -22px 0;
}

#total_cost {
	font-size: 4vw;
	line-height: 4vw;
}

#total_cost span {
    display: inline-block;
    font-size: 1.7vw;
    width: 10px;
    line-height: 1.7vw;
}

#total_cost h5 {
    font-size: 2vw;
    font-weight: normal;
    line-height: 2.8vw;
    margin: 1vw 0;
}

#total_cost h3 {
    font-size: 1.3vw;
    line-height: 1.5vw;
    margin: 0;
    border: none;
}

.hide_until_900 {
    display: none;
}

.confimation_table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0px;
}

.confimation_table td {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-align: center;
}

.confimation_table tr:nth-of-type(odd) {
    background: #DDDDDD;
}

.pay_options_account table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 16px;
    color: #41ba61;
    font-size: 14px;
}

.pay_options_account table {
    font-size: 14px !important;
}

.pay_options_account th, .pay_options_account td {
	text-align: left;
}

.booking_calendar_days .booking_date {
    padding-top: 50px;
}

.booking_date_club span .club_week_price_adhoc {
	display: none;
}

.club_adhoc_date, .club_date_incomplete {
    white-space: nowrap;
    margin-left: -63px;
    width: 185px;
    font-size: 16px;
}

.club_toggle, .club_toggle_wait, .club_toggle_on, .club_toggle_wait_on {
    border: 1px solid #000000;
    padding: 18px 0 0 0;
    border-radius: 30px;
    width: 60px;
    height: 42px;
    font-weight: bold;
    cursor: pointer;
}

.club_toggle_on, .club_toggle_wait_on {
    color: #FFFFFF;
    background: #000000;
}

.club_toggle_wait, .club_toggle_wait_on {
    margin: 0 auto;
    padding: 3px 0 0 0;
    font-size: 16px;
    line-height: 18px;
    height: 57px;
}

.club_toggle_incomplete {
    background: grey;
}

.club_toggle_included .club_adhoc_included {
    display: block;
}

.club_adhoc_included {
    white-space: nowrap;
    margin: -15px 0 0 -170px;
    width: 400px;
    display: none;
    text-align: center;
    line-height: 20px;
}

.booking_date_club a img {
    max-width: 100%;
    max-height: 100%;
    width: 20px;
    filter: invert(100%) brightness(2);
    position: absolute;
    top: 10px;
    left: 10px;
}

#booking_confirmation_radio {
    width: 600px;
    margin: 30px auto;
    line-height: 34px;
    max-width: 100%;
}

.voucher_code {
    margin: 35px 0 40px 0;
}

.voucher_code h3 {
    margin: 0 !important;
}

.voucher_code input[type="text"] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    color: #FFFFFF;
    text-align: right;
}

.voucher_code input[type="button"] {
    display: inline-block;
    margin: 0 0 0 -5px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.voucher_code input[type="button"]:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

input[type="button"].button_missing, .button.button_missing {
    background: #ED1D24;
    color: #FFFFFF;
}

.voucher_code .error {
    -webkit-text-stroke-color: black;
    font-size: inherit;
    margin: 5px 0 0 0;
}

.voucher_code .success {
    margin: 5px 0 0 0;
    color: green;
    font-weight: bold;
}

.must_book_minimum {
    position: absolute;
    background: #000000;
    color: #FFFFFF;
    top: 0;
    left: 0;
    width: calc(100vw - 22px);
    z-index: 1;
    padding: 2px;
    font-size: 16px;
}

.onsidelive_footer_outer {
	border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
	height: 44px;
}

.onsidelive_footer {
	text-align: center;
	margin: 10px auto;
	width: 320px;
	padding: 0 0 0 640px;
}

ul#payment_schedule {
    width: 179px;
    margin: 0 auto 20px;
}

.action_required {
    background: linear-gradient(180deg, transparent, rgba(255, 0, 0, 0.4));
	font-weight: bold;
}

.action_required div {
    text-align: center;
    white-space: normal;
}

.action_required div:nth-of-type(2) {
	font-weight: normal;
}

.action_required input {
    margin: 10px auto 14px !important;
}

.club_break {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 75%;
    margin: 0 auto;
}

.club_toggle_adhoc span {
    line-height: 16px;
    display: inline-block;
    margin: 13px 0 0 0;
}

.club_time span {
    display: inline-block !important;
    font-weight: bold;
}

.booking_club_day {
    width: 40vw;
    display: flex !important;
    align-items: center;
}

.booking_club_day h1 {
    padding: 0 !important;
}

.booking_club_day.booking_club_day_preview {
	cursor: pointer;
    width: 10vw;
    opacity: 0.5 !important;
}

@media all and (max-width: 690px) {
	.booking_club_day.booking_club_day_preview {
		display: none !important;
	}

	.booking_club_day {
	    width: 60vw;
	}
}

@media all and (max-width: 1610px) {
	.book_course {
		padding: 0px 1vw;
	}

	.book_course h2 {
		font-size: 2.45vw;
		line-height: 2.8vw;
	}
}



@media all and (max-width: 1650px) {
	.week_day_short {
		display: block;
	}

	.week_day_long, .el_full {
		display: none;
	}
}

@media all and (max-width: 1000px) {
	.onsidelive_footer {
		padding: 0 0 0 calc(100% - 360px);
	}
}

@media all and (max-width: 990px) {
	.hero {
	    height: 42.425vw;
	}

	#header_text h1 {
		font-size: 10.61vw;
		line-height: 10.6vw;
	}
	
	#header_text h2 {
		font-size: 2.53vw;
		line-height: 3.09vw;
	}

	.footer {
	    flex-wrap: wrap;
	}

	.footer_about {
	    width: 100%;
	}
	
	.to_start {
		top: 38vw;
	}
}

@media all and (max-width: 952px) {
	.videos .video {
	    width: calc(50% - 15px);
	}
	
	.videos .video:nth-of-type(3n-2), .videos .video:nth-of-type(3n) {
		margin: 15px;
	}
	
	.videos .video:nth-of-type(2n-1) {
		margin-left: 0;
	}

	.videos .video:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.videos .video iframe {
		height: 366px;
	}
	
	.blog_summaries a {
	    width: calc(50% - 15px);
	}
	
	.blog_summaries a:nth-of-type(3n-2), .blog_summaries a:nth-of-type(3n) {
		margin: 15px;
	}
	
	.blog_summaries a:nth-of-type(2n-1) {
		margin-left: 0;
	}

	.blog_summaries a:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 930px) {
	a.logo, a.logo img {
		height: 33px;
	}
	
	.team_outer {
		left: 20px;
		top: 19px;
		text-indent: 0;
		transform: none;
	}

	.current-team {
		font-size: 12px;
	}
}

@media all and (max-width: 900px) {
	.club_adhoc_included {
		font-size: 2.2vw;
		line-height: 2.2vw;
	}

	.hide_until_900 {
        display: table-cell;
    }
	
    .show_until_900 {
        display: none;
    }
}

@media all and (max-width: 870px) {
	.onside_form .radios.flex_wrap_3 div {
	    width: 50%;
	}
	
	.onside_form .radios {
	    flex-wrap: wrap;
	}
	
	.onside_form .radios .flex_space {
	    display: none;
	}
	
	.onside_form .radios div {
		margin: 0 0 10px 0;
	}

	.course_info_outer {
		display: block;
		margin: 0 0 20px 0;
	}
	
	.course_info_prices, .course_info_times, .course_info_extra {
		text-align: center;
	}
	
	.faqs .faq, .faqs .faq:nth-of-type(3n-2), .faqs .faq:nth-of-type(3n) {
		width: 45%;
		margin: 0 5% 30px;
	}

	.faqs .faq:nth-of-type(2n-1) {
		margin-left: 0;
	}

	.faqs .faq:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 850px) {
	.contact_form {
		background: #FFFFFF;
		width: 80%;
	}
	
	.onside_form.contact_form .form {
		display: block;
		width: 100%;
		width: calc(100% - 80px);
		margin: 0;
	}
	
	.contact_email {
		display: none;
	}

	.form_success {
		height: calc(50% - 30px);
		padding: calc(50% + 30px) 0 0 0;
		border-radius: 5px;
	}
	
	.booking_date_month span {
		display: none;
	}
	
	.booking_date_month .short {
		display: initial;
	}
	
	.booking_date_club a img {
		position: initial;
	}
	
	.booking_date_club .club_pdf {
		display: block;
	}
}

@media all and (max-width: 765px) {
	.header_outer {
		height: calc(59vw + 79px);
		max-height: 600px;
	}

	.hero {
		width: 100%;
		background-size: contain;
		height: 40vw;
		background-position-x: center;
		margin: 19vw 0 0 0;
	}

	#header_text {
		width: 100%;
	}

	#header_text h1 {
		font-size: 7vw;
		text-align: center;
		max-width: 90%;
		margin: 0 auto;
		line-height: 7vw;
	}
	
	#header_text h2 {
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.footer div:nth-of-type(1) a img {
		display: block;
		margin: 0 auto;
	}

	.footer p {
    	width: 100%;
    	text-align: center;
	}
	
	.social {
		position: initial;
	}
	
	h2 {
		font-size: 7vw;
		line-height: 7.5vw;
		margin: 14px auto 20px;
	}
	
	.nav_link {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}
	
	.nav_link_border_red, .nav_link_border_green {
		margin-top: 0;
	}
	
	.nav .current-team {
		font-size: 20px;
	}
	
	.background_fixed {
	    background-attachment: initial;
	}
	
	.to_start {
		top: 54vw;
	}
	
	.venues .venue {
	    display: block;
	}
	
	.venues .venue .venue_info {
		width: 100%;
	    text-align: center;
	}
	
	.venues .venue .venue_info h2, .venues .venue .venue_info p, .venues .venue .venue_info span, .venues .venue .venue_info ul {
	    text-align: center;
	}
	
	.venues .venue .venue_image {
		width: 100%;
		height: 70vw;
	}
	
	.venues .venue:nth-of-type(even) .venue_image {
		margin: 0;
	}
	
	.account_buttons {
		display: initial;
	}
	
	.account_buttons div {
		width: calc(100% - 20px);
		margin: 20px 0;
	}

	table.child_confirm {
		display: none;
	}

	table.child_confirm_mobile {
		display: table;
	}

	h2.child_confirm, h3.child_confirm {
		display: none;
	}

	h2.child_confirm_mobile, h3.child_confirm_mobile {
		display: block;
	}
}

@media all and (max-width: 750px) {
	.week_day {
	    font-size: 5.4vw;
	}
}

@media all and (max-width: 730px) {
	.header_buttons a:not(.book_now):nth-of-type(1) {
		display: none;
	}
	
	.to_start {
		top: 53vw;
	}
	
	.course_info_outer span {
		display: block;
	}
}

@media all and (max-width: 700px) {
	.booking_term_tab, .booking_overview, .booking_date {
	    font-size: 3.4vw;
	}
}

@media all and (max-width: 660px) {
	.form_section2 .toggle_outer {
		margin: 30px 60px;
	}
	
	.form_section2 .toggle_outer .toggle_q {
		line-height: 25px;
		margin: 0 0 10px;
	}
	
	.booking_date_club {
    	font-size: 4.5vw;
	}
	
	.club_adhoc_date, .club_date_incomplete {
		font-size: 3vw;
	}
}

@media all and (max-width: 630px) {
	.videos .video, .videos .video:nth-of-type(2n-1), .videos .video:nth-of-type(2n) {
	    width: 100%;
		margin: 15px 0;
	}
	
	.videos .video iframe {
		height: calc(78vw - 42px);
	}
	
	.blog_summaries a, .blog_summaries a:nth-of-type(2n-1), .blog_summaries a:nth-of-type(2n) {
	    width: 100%;
		margin: 15px 0;
	}
}

@media all and (max-width: 625px) {
	.form_section2 .toggle_outer {
		margin: 30px 6vw;
	}
	
	.booking_date_camp, .booking_date_club {
    	font-size: 3.4vw;
	}
	
	.club_toggle_incomplete .club_date_incomplete {
		font-size: 2.6vw;
		line-height: 2.6vw;
	}
}

@media all and (max-width: 590px) {
	.onside_form .radios.flex_wrap_3 div {
	    width: 100%;
	}
	
	.onside_form input[type="text"], .onside_form input[type="email"], .onside_form input[type="password"], .onside_form input[type="tel"], .onside_form input[type="date"], .onside_form textarea, .onside_form select {
		font-size: 16px;
	}
	
	.testimonials .previous, .testimonials .next {
		display: none;
	}
	
	.testimonials div {
		width: calc(91vw - 90px);
		padding: 45px;
	}
	
	.testimonials div:after {
		font-size: 30px;
		top: 15px;
		left: 14px;
	}
	
	.to_start {
		top: 52vw;
	}

	.faqs {
		display: block;
	}

	.faqs .faq, .faqs .faq:nth-of-type(2n-1), .faqs .faq:nth-of-type(2n) {
		width: 100%;
		margin: 0 0 30px;
	}
}

@media all and (max-width: 575px) {
	.form_section2 .toggle_outer {
		margin: 30px 21vw;
	}
}

@media all and (max-width: 560px) {
	.header_buttons a:nth-of-type(2) {
		display: none;
	}
	
	.section_outer:nth-of-type(1), .section_outer:nth-of-type(2) {
		padding-top: 50px;
	}
	
	.toggle_q {
		display: block;
	}
	
	.timetable .holiday_venues {
		margin: -32px 0 20px 0;
	}
}

@media all and (max-width: 511px) {
	.contact_form form {
		padding: 20px;
		width: calc(100% - 40px);
	}
	
	h2 {
		font-size: 8.5vw;
		line-height: 9.5vw;
		margin: 14px auto;
		width: 68vw;
	}
	
	.nav_link {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 15px;
	}
	
	.nav .current-team {
		font-size: 18px;
	}
	
	.to_start {
		top: 51vw;
	}
	
	.venues .venue .venue_info h2 {
	    text-align: center;
		width: 100%;
	}
}

@media all and (max-width: 479px) {
	.team_cards {
		width: 90%;
	}
}

@media all and (max-width: 453px) {
	.form_section2 .toggle_outer {
		margin: 30px 13vw;
	}
}

[data-aos="rotate-left"] {
    transform: rotate(360deg);
    transition-property: transform, right;
    right: -100px;
}

[data-aos="rotate-left"].aos-animate {
    transform: rotate(0deg);
    right: 20px;
}



body {
	background: #F5F9FA;
}

.columns {
	width: 100%;
	padding: 0px 0px 10px 0px;
}

#header_text {
	margin-left: -430px;
	left: 50%;
}