/*
Theme Name: Winston Churchill Centre
Theme URI: https://wcc.britishnormandymemorial.org
Description: Custom template for Winston Churchill Centre
Author: Sean Bowen for Digital Island
Version: 2.0
*/


/*
Reset
---------------------------------------
*/

*, html, body { 
	margin:0; 
	padding:0; 
	}

fieldset, img { 
	border:0; 
}

h1, h2, h3, h5, h5, h6 { 
	font-size:100%; 
	}

ul { 
	list-style:none; 
}



/*
General Styling
---------------------------------------
*/

body {
	font-family: "articulat-cf", sans-serif; 
	font-weight: 400; 
	font-style: normal; 
	font-size: 25px;
	line-height: 28px;
	color: #707070;
	background: #C9DCFFA8;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3 {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	text-transform: uppercase;
}

h1 {
	
}

h2 {
	
}


p {
	
}


a {
	text-decoration: none;
}

a:hover {
	
}


.clear { 
	clear: both; 
}



/*
Site Strucutre
---------------------------------------
*/


.function-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #90A8D5;
	z-index: 1006;
}

.mobile-guardian, .mobile-nav-icon, .mobile-logo, .mobile-menu, .mobile-menu-close {
	display: none;
}

.masthead {
	position: relative;
	width: 100%;
	height: 90px;
	margin-top: 60px;
}

.function-bar-inner, .masthead-inner, .main-menu-inner, .main-menu-close, .masthead-bar-inner, .hero-inner, .content, .partner-logos, .image-tiles, .image-panel, .video-panel, .random-testimonial, .ambassador-panel-inner,
.phase-panel, .phase-panel-image, .text-panel, .contact-map, .spacer-block, .content-gallery, .support-functional, .roh-form, .school-booking-form, .footer-inner, .footer-menu-inner {
	margin: 0px auto; 
	width: auto;
	max-width: 1860px;
	height: auto;
	padding-left: 90px;
	padding-right: 90px;
}

.function-bar-inner {
	height: 60px;
}

.logo {
	margin-top: -5px;
	width: 13%;
	max-width: 270px;
	height: auto;
}


.logo img, .main-nav-icon img, .hero-inner img, .wcc-logo img, .main-site img, .bnm-logo img, .image-panel-image img, .partner-logo img, .image-tiles-image img, .testimonial-rating img, .ambassador-panel-image img,
.image-button-image img, .phase-panel-image img, .gallery-slide img, .mobile-logo inmg, .mobile-nav-icon img, .sharable-roh-record-location-map img, .sharable-roh-record-image img, .footer-partner-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery, .gallery-slide {
	width: 100%;
	height: auto;
}

.guardian {
	float: right;
	text-align: right;
	margin-right: -3%;
	padding-top: 20px;
}

.guardian a, .mobile-guardian a, .main-site a {
	display: inline-block;
   padding: 5px 20px 5px 20px;
   width: auto;
   min-width: 200px;
   min-height: 40px;
   background: #001B4E;
   color: #fff;
   border-radius: 30px;
   text-align: center;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.main-site {
	position: absolute;
	top: 10px;
	right: 30px;
}

.visit-bnm {
	vertical-align: text-top;
}

.main-site a {
	padding: 5px 10px 5px 10px;
	min-width: 160px;
	min-height: 20px;
	line-height: 20px;
}

.main-site img {
	display: inline-block;
	width: auto;
	height: 25px;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero {
	position: relative;
	width: 100%;
	height: auto;
}

.content {
	position: relative;
}

.content-inner, .image-tiles-inner, .image-panel-inner, .video-panel-inner, .random-testimonial-inner, .phase-panel-inner, .roh-form-inner, .school-booking-form-inner, .contact-map-inner {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.content-inner.learning-content, .education-tiles .image-tiles-inner {
	padding-top: 0;
}

.content-gallery-inner {
	padding-bottom: 50px;
	background: #fff;
}

.content-text, .partner-logos-container, .image-tiles-container, .image-panel-container, .video-panel-container, .random-testimonial-container, .phase-panel-container,
.text-panel-container, .contact-map-container, .content-contact-container, .spacer-block-inner, .support-functional-container, .roh-form-container, .school-booking-form-container {
	width: calc(100% - 80px);
	margin-right: 40px;
	margin-left: 40px;
	height: auto;
}

.content-first-col, .support-functional-form {
	float: left;
	width: 48%;
	height: auto;
}

.content-second-col, .support-functional-contacts {
	float: right;
	width: 48%;
	height: auto;
}

.planning-content .content-first-col, .support-functional-form {
	width: 58%;
	border-right: 1px solid #707070;
}

.planning-content  .content-second-col, .support-functional-contacts {
	width: 38%;
}

.support-content .content-first-col {
	width: 58%;
}

.support-content  .content-second-col {
	width: calc(38% - 30px);
	padding-right: 30px;
}

.support-content .content-first-col {
	border-right: 1px solid #707070;
}

.support-content .donate-button {
	display: inline-block;
   padding: 5px 20px 5px 20px;
   width: auto;
   min-width: 200px;
   min-height: 40px;
   background: #001B4E;
   color: #fff;
   border-radius: 30px;
   text-align: center;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.support-content a.donate-button:hover {
	color: #fff;
}

.content-first-col-text {
	width: 70%;
	margin-left: 40px;
}

.content-second-col-text {
	width: 80%;
	margin-right: 20px;
}

.home-content h2, .content-text h2, .partner-logos-container h2, .image-panel-content h3, .video-panel-content h3, .image-tile-two-grid .image-tiles-content h3,
.planning-content h2,.youth-content h2, .phase-panel-content h3, .text-panel-text h3, .support-functional-form h2 {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 40px;
	line-height: 44px;
	color: #001B4E;
	padding-bottom: 25px;
}

.home-content p, .content-text p, .content-text a, .content-text li, .image-panel-content p, .video-panel-content p, .planning-content p, .youth-content p, .phase-panel-content p,
.support-functional-form p {
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 25px;
}

.content-text a:hover {
	color: #001B4E;
}

.content-text ul {
	list-style: disc;
	margin-left: 20px;
}

.content-text ol {
	list-style: decimal;
	margin-left: 20px;
}

.content-text li {
	padding-bottom: 15px;
}

.content-text a {
	color: #707070;
}

.planning-content .content-second-col p {
	color: #001B4E;
}

.partner-logos-inner {
	background: #fff;
}

.partner-logos-container {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.youth-content-text, .education-content-text {
	float: left;
	width: 58%;
	height: auto;
}

.youth-content-buttons, .education-content-buttons {
	float: right;
	width: 38%;
	height: auto;
}

.phase-panel-content {
	width: 58%;
	height: auto;
}

.partner-logos-list, .footer-partner-logos-list  {
	display: flex;
   justify-content: space-between;
	align-items: flex-start;
}

div.partner-logo, div.footer-partner-logo {
	flex-shrink: 1;
	width: auto;
	height: auto;
	margin-right: 1%;
}

.image-tiles-grid.image-tile-two-grid {
	display: grid;
  overflow: hidden;
	grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 20px;
  justify-content: center;
}

.image-tiles-grid.image-tile-three-grid {
	display: grid;
  overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 20px;
  justify-content: center;
}

.image-tiles-grid.image-tile-four-grid{
	display: grid;
  overflow: hidden;
	grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 20px;
  justify-content: center;
}

.image-tile-two-grid .image-tiles-content, .image-tile-three-grid .image-tiles-content, .image-tile-four-grid .image-tiles-content {
	margin-top: 20px;
}

.image-tile {
	position: relative;
}

.image-tile-link {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
}

.image-tiles-content {
	padding-bottom: 40px;
}

.image-tile-two-grid .image-tiles-content p {
	font-size: 22px;
	line-height: 32px;
	color: #707070;
	padding-bottom: 30px;
}

.image-tile-three-grid .image-tiles-content h3, .image-tile-four-grid .image-tiles-content h3 {
	font-size: 30px;
	line-height: 36px;
	color: #001B4E;
	padding-bottom: 20px;
}

.image-tile-three-grid .image-tiles-content p, .image-tile-four-grid .image-tiles-content p {
	font-size: 22px;
	line-height: 32px;
	color: #707070;
	padding-bottom: 20px;
}

.image-tiles-boxout {
	background: #90A8D5;
	padding: 20px;
	height: auto;
	min-height: 200px;
}

.image-tiles-boxout h3, .image-tiles-boxout p {
	color: #fff;
	padding-bottom: 30px;
}

.education-tiles .image-tile-three-grid .image-tiles-content h3, .image-tiles-content h4 {
	font-size: 25px;
	line-height: 28px;
	padding-bottom: 25px;
}

.random-testimonial-blocks {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	box-sizing: border-box;
}

.testimonial-box {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.testimonial-box1, .testimonial-box3 {
	background-color: #A48237;
	color: white;
	width: calc(33.333% - 20px);
	height: auto;
	min-height: 200px;
}

.testimonial-box2 {
	background-color: white;
	border: 1px solid #001C4F;
	color: #707070;
	width: calc(33.333% + 50px);
	height: auto;
	min-height: 380px;
	margin: -25px 0; 
}

.testimonial-rating {
	width: 60%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.testimonial-box-text {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.random-testimonial-copy {
	width: 70%;
}

.random-testimonial-copy p {
	font-size: 28px;
	font-size: 1.1vw;
	line-height: 28px;
	line-height: 1.1vw;
}

.testimonial-box-text p:first-child {
	margin: 0 0 50px 0;
}

.testimonial-box-text p:last-child {
	margin: 0;
	padding-bottom: 20px;
}

.testimonial-box2 .testimonial-rating {
	margin-top: 7%;
}

.testimonial-box2 .testimonial-box-text {
	padding-bottom: 5%;
}

.image-panel-content {
	margin-top: 30px;
	width: 70%;
}

.image-panel-inner {
	padding-bottom: 10px;
}

.image-panel-link a, .image-tile-link a {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 25px;
	line-height: 28px;
	color: #707070;
}

.video-panel-container {
	border-top: 1px solid #707070;
}

.video-panel-content {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 70%;
}

.video-panel-embed-block {
	height: auto;
	overflow: hidden;
}

.video-panel-embed, .video-content-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

.video-panel-player iframe, .video-content-player iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ambassador-panel-main {
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #001B4E;
}

.ambassador-panel-image {
	display: inline-block;
	width: 50%;
	height: auto;
	align-self: flex-start;
	flex-direction: column;
}

.ambassador-panel-content {
	display: inline-block;
	width: 50%;
	height: auto;
	align-self: flex-start;
	flex-direction: column;
}

.ambassador-panel-text {
	padding: 40px;
}

.ambassador-panel-text h3, .contact-details h3, .contact-opening-hours h3, .contact-key-contacts h3 {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 40px;
	font-size: 1.6vw;
	line-height: 44px;
	line-height: 1.7vw;
	color: #fff;
	padding-bottom: 30px;
}

.ambassador-panel-text p, .contact-details p, .contact-details a, .contact-opening-hours p, .contact-key-contacts p, .contact-key-contacts a {
	font-size: 25px;
	font-size: 1vw;
	line-height: 28px;
	line-height: 1.05vw;
	color: #fff;
	padding-bottom: 25px;
}

.image-button {
	display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.image-button-image {
	display: inline-block;
	width: 30%;
	height: auto;
	align-self: flex-start;
	flex-direction: column;
}

.image-button:nth-child(odd) {
	background: #CF152D;
}

.image-button:nth-child(even) {
	background: #001B4E;
}

.image-button-content {
	display: inline-block;
	width: auto;
	height: auto;
	align-self: flex-start;
	flex-direction: column;
}

.image-button-text {
	padding: 20px 10px 20px 10px;
}

.image-button-text h3 {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 35px;
	font-size: 1.4vw;
	line-height: 40px;
	line-height: 1.5vw;
	color: #fff;
	padding-bottom: 20px;
}

.image-button-text p {
	font-size: 25px;
	font-size: 1vw;
	line-height: 28px;
	line-height: 1.05vw;
	color: #fff;
	padding-bottom: 10px;
}

.text-panel-inner {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #001B4E;
}

.text-panel-text {
	width: 70%;
}

.text-panel-text h3 {
	color: #fff;
}

.text-panel-text p {
	font-family: "articulat-cf", sans-serif;
	font-weight: 700; 
	font-style: normal; 
	font-size: 34px;
	line-height: 48px;
	color: #fff;
	padding-bottom: 40px;
}

.text-panel-button {
	margin-top: 50px;
	margin-bottom: 30px;
}

.text-panel-button a {
	padding: 10px 30px 10px 30px;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	background: #90A8D5;
	border: 5px solid #fff;
	border-radius: 25px;
}

.spacer-block-container {
	width: 100%;
	height: 40px;
	background: #fff;
}

.support-functional-inner {
	background: #fff;
	padding-bottom: 50px;
}

.support-functional-form-inner {
	width: 70%;
}

.support-functional-contacts-inner {
	padding-right: 40px;
}

.contact-grid {
	display: grid;
  overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 20px;
  justify-content: center;
}

.contact-details, .contact-opening-hours, .contact-key-contacts {
	min-height: 400px;
}

.contact-details-inner, .contact-opening-hours-inner, .contact-key-contacts-inner {
	padding: 40px 20px 40px 20px;
}

.contact-details, .contact-key-contacts {
	background: #90A8D5;
}

.contact-opening-hours h3 {
	color: #001B4E;
}

.contact-opening-hours p {
	color: #707070;
}

.contact-map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.roh-form-inner, .school-booking-form-inner {
	background: #001B4E;
}

a.guidance-button {
	display: inline-block;
   padding: 5px 20px 5px 20px;
   width: auto;
   min-width: 200px;
   min-height: 40px;
   background: #90A8D5;
   color: #fff;
   border-radius: 30px;
   text-align: center;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

a.guidance-button:hover {
	color: #fff;
}

ul.fs-results {
	list-style: none;
	margin-left: 0;
}

.fs-results li {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #102240;
}

.fs-results a {
	text-decoration: none;
}

p.search-instruction {
	display: block;
	margin-top: 50px;
	font-size: 18px;
   line-height: 26px;
	color: #102240;
}

.result-name h3 {
	font-weight: 700;
   font-style: normal;
   font-size: 27px;
   line-height: 32px;
	padding-bottom: 20px;
	color: #102240;
	text-transform: uppercase;
}

.result-service-num h3 {
	font-weight: 700;
   font-style: normal;
   font-size: 24px;
   line-height: 29px;
	padding-bottom: 20px;
	color: #90A8D5;
}

.result-details {
	padding-bottom: 20px;
}

.result-details h4 {
	display: inline-block;
	width: 30%;
	font-size: 18px;
   line-height: 26px;
	color: #102240;
}

.summary-reg-unit-display h4 {
   font-size: 18px;
   line-height: 26px;
	padding-bottom: 20px;
	color: #90A8D5;
}

.content-main-panel-roh-record {
	width: 80%;
	padding-left: 30px;
	height: auto;
	overflow: hidden;
}

.sharable-roh-record-image {
	width: 40%;
	height: auto;
}

.sharable-roh-record-name h2, .trustee-list-inner h2 {
	font-weight: 700;
   font-style: normal;
   font-size: 46px;
   line-height: 55px;
	color: #102240;
	padding-bottom: 20px;
}

.sharable-roh-record-detail h3, .sharable-roh-record-context h3, .dve-roh-record-story h3, .sharable-roh-record-location h3, .patron-panel-text h3 {
	font-weight: 700;
   font-style: normal;
   font-size: 27px;
   line-height: 32px;
	color: #90A8D5;
	padding-bottom: 20px;
}

.sharable-roh-record-context h3, .dve-roh-record-story h3, .patron-panel-text h3 {
	color: #102240;
	padding-bottom: 10px;
}

.sharable-roh-record-location-map {
    width: 80%;
    height: auto;
}

.sharable-roh-record-image {
    width: 30%;
    height: auto;
}

.content-main-panel a:hover {
    text-decoration: none;
}
a.dve-story-button {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 50px 10px 50px;
    color: #fff;
    background: #102240;
    text-align: center;
}

a.dve-story-button:hover {
	color: #fff;
}

p.search-detail-back {
    display: inline-block;
    margin-top: 50px;
}

p.search-detail-back a {
    text-decoration: none;
}

.search-detail-back a {
    margin-right: 20px;
    padding: 10px 100px 10px 100px;
}

.search-detail-back a{
    display: inline-block;
    font-family: "priori-sans";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 50px 10px 50px;
    color: #fff;
    background: #102240;
    text-align: center;
}

h3.roh-distance-detail {
	font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
	 color: #102240;
	 padding-bottom: 10px;
	text-transform: uppercase;
}

h3.roh-distance-detail:hover {
	color: #102240;
}

h3.roh-distance-explainer {
	font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
	 color: #000;
	 padding-bottom: 10px;
	font-style: italic;
}

h3.roh-location-memorial-column {
	display: none;
}

a.trustee-button:hover {
	color: #fff;
}

.search-detail-back a {
	margin-right: 20px;
	padding: 10px 100px 10px 100px;
}

.sharable-roh-record-location-map {
	width: 80%;
	height: auto;
}

p.search-detail-back {
	display: inline-block;
	margin-top: 50px;
}

p.search-detail-back a {
	text-decoration: none;
}

p.search-detail-back a:hover {
	color: #fff;
}

.search-location-map {
    width: 100%;
    height: auto;
    max-height: 900px;
    margin-bottom: 10px;
    overflow: hidden;
}

p.location-map-explainer {
	font-style: normal; 
   font-size: 14px;
   line-height: 18px;
	font-style: italic;
	padding-bottom: 30px;
}

.roh-location-map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

.roh-location-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bubble-photo {
	float: left;
	width: 40%;
	height: auto;
}

.bubble-text {
	float: right;
	width: 55%;
	height: auto;
}

.bubble-full-text {
	display: inline-block;
	width: 100%;
	height: auto;
}

.roh-location-map h3 {
	font-weight: 700; 
	font-style: normal; 
   font-size: 20px;
   line-height: 24px;
	padding-bottom: 5px;
	color: #102240;
	text-transform: uppercase;
}

.roh-location-map h4, .roh-location-map h5 {
	font-weight: 600; 
	font-style: normal; 
   font-size: 18px;
   line-height: 24px;
	padding-bottom: 2.5px;
	color: #946108;
}

.roh-location-map h5 {
	color: #102240;
}

p.location-search-warning {
	display: none;
	font-style: normal; 
   font-size: 18px;
   line-height: 24px;
	color: red;
}

p.location-searching-message {
	display: none;
	font-weight: 700; 
	font-style: normal; 
   font-size: 20px;
   line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}

.pagination {
	padding: 30px 0 40px 0;
}

.search-results .pagination ul {
	float: right;
}

.search-results .pagination li {
	float: left;
	display: inline-block;
	width: 15px;
	height: 10px !important;
	color: #000;
	margin: 0 15px 0 0;
	text-align: center;
	border-bottom: 0;
}

.search-results .pagination li:first-child, .search-results .pagination li:last-child {
    border-right: none;
}

.search-results .pagination li:first-child {
	width: 50px;
}

.search-results .pagination p {
	display: inline-block;
}

.story-search-results .pagination {
	width: 100%;
	height: auto;
	text-align: center;
}

.search-results .pagination a, .story-search-results .pagination a {
	float: left;
	display: inline-block;
	width: 15px;
	background: transparent;
	text-decoration: none;
	color: #002856;
	margin: 0 15px 0 0;
}

.search-results .pagination li a:hover {
	color: #102240;
}

.search-results .pagination a.pagination-selected {
	color: #102240;
}

.search-within-results-form-in-results, .submission-criteria {
	display: none;
}

.search-results a.search-button {
	display: inline-block;
	width: 45%;
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
   padding: 10px 50px 10px 50px;
   color: #fff;
   background: #102240;
	text-decoration: none;
	text-align: center;
}

.search-within-results-form-in-results {
    margin-top: 30px;
	 padding-top: 30px;
	 padding-bottom: 30px;
}

.footer-partner-logos-container h2 {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 30px;
	line-height: 31px;
	color: #fff;
	padding-bottom: 30px;
}

.footer {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 300px;
	background: #001B4E;
}

.footer-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-logos {
	float: left;
	width: 30%;
	height: auto;
}

.wcc-logo {
	float: left;
	width: 30%;
	margin-right: 10%;
}

.bnm-logo {
	float: left;
	width: 20%;
}

.footer-partners {
	float: right;
	width: 60%;
	height: auto;
}

.footer-legal {
	margin-top: 30px;
}

.footer-legal p, .footer-legal a  {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.menu-legal-menu-container li {
	display: inline-block;
	float: left;
	width: auto;
}

.menu-legal-menu-container li:after {
  content: " | ";
  font-family: "articulat-heavy-cf", sans-serif; 
  font-weight: 900; 
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

li.credit  {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	text-transform: uppercase;
}

.menu-legal-menu-container li.credit:after {
	content: "";
}

.footer-menu {
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 40px;
}

.footer-menu-inner {
	padding-top: 30px;
}

.footer-menu-inner li {
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 1%;
}

.footer-menu-inner li a  {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-size: 18px;
	font-size: 0.7vw;
	line-height: 18px;
	font-size: 0.7vw;
	color: #001B4E;
	text-transform: uppercase;
}


/*
Navigation
---------------------------------------
*/


.mobile-nav-icon, .mobile-menu {
	display: none;
}

.main-nav-icon {
	float: right;
	text-align: right;
	margin-top: -5px;
}

.main-nav-icon a {
	display: inline-block;
	width: 50%;
	height: auto;
	min-width: 60px;
	min-height: 60px;
}

.main-menu, .mobile-menu {
	display: none;
	position: fixed;
	top: 60px;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: #D1DEF5;
	z-index: 1005;
}

.main-menu-inner, .mobile-menu-inner {
	z-index: 1005;
}

.main-menu-buttons a {
	display: inline-block;
	padding: 10px 40px 10px 40px;
	margin-right: 30px;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 40px;
	line-height: 65px;
	color: #001B4E;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-menu-buttons a:hover {
	background: #fff;
	color: #0F2240;
}

.main-menu-close {
	float: right;
	margin-top: 30px;
}

.main-menu-close a {
	display: inline-block;
   padding: 5px;
   width: auto;
   min-width: 160px;
   min-height: 30px;
   background: #001B4E;
   color: #fff;
   border-radius: 25px;
   text-align: center;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 26px;
	line-height: 27px;
	text-transform: uppercase;
	cursor: pointer;
}

.main-menu-menus, .mobile-menu-menus {
	margin-top: 12%;
	width: 80%;
	margin-left: 15%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  justify-content: center;
}

.first-menu li > a, .second-menu li > a {
	display: inline-block;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 40px;
	line-height: 65px;
	color: #001B4E;
	padding-bottom: 10px;
} 

.first-menu ul li ul, .second-menu ul li ul {
	margin-left: 40px;
}

.first-menu ul li ul li > a, .second-menu ul li ul li > a {
	display: inline-block;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 40px;
	line-height: 65px;
	color: #001B4E;
	padding-bottom: 5px;
} 

.main-menu-aux, .mobile-menu-aux {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}

.main-menu-app {
	display: inline-block;
	width: auto;
	height: 80px;
}

.main-menu-app img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 80px;
	margin-right: 20px;
}

/*
Forms
---------------------------------------
*/


.signup-form {
	margin-bottom: 20px;
}

.signup-form input[type="text"], .signup-form input[type="email"] {
	width: calc(100% - 20px);
	height: 30px;
	margin-right: 2.5%;
	padding: 10px;
	border: 1px solid #707070;
   outline: none;
	color: #343434;
	background: #fff;
	margin-bottom: 30px;
}

.form-disclaimer {
	padding-bottom: 20px;
}

.signup-form select {
	width: calc(100% - 20px);
	height: 50px;
	margin-right: 2.5%;
	padding: 10px;
	border: 1px solid #707070;
   outline: none;
	font-family: "articulat-cf", sans-serif;
	font-size: 19px;
   line-height: 20px;
	color: #343434;
	background: #fff;
}

.signup-form select option, .no-country {
	font-family: "articulat-cf", sans-serif;
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.signup-form #mce-MMERGE3 {
	display: none;
}

.signup-form .additional-field {
	margin-top: 30px;
}

.signup-form input[type="submit"] {
    display: inline-block;
    padding: 5px;
	 margin-top: 30px;
    width: calc(25% - 4px);
    border: none;
	 font-family: "articulat-heavy-cf", sans-serif; 
	 font-weight: 900;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
	 background: #BDCEEB;
	 border-radius: 25px;
	 text-transform: uppercase;
    text-align: center;
	 cursor: pointer;
}

.signup-form ::-webkit-input-placeholder {
	font-family: "articulat-cf", sans-serif;
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.signup-form :-moz-placeholder { 
	font-family: "articulat-cf", sans-serif;
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.signup-form ::-moz-placeholder { 
	font-family: "articulat-cf", sans-serif;
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.signup-form :-ms-input-placeholder { 
	font-family: "articulat-cf", sans-serif; 
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.booking-form label {
	float: left;
	display: inline-block;
	width: 15%;
	height: auto;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900;
	font-size: 22px;
   line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}

.booking-form input[type="text"] {
	float: left;
	width: 50%;
	height: 20px;
	padding: 10px;
	border: 1px solid #fff;
   outline: none;
	font-size: 16px;
	line-height: 20px;
	color: #102240;
	background: #fff;
	margin-bottom: 40px;
}

.booking-form select, .booking-form textarea {
	float: left;
	width: 51%;
	height: 40px;
	padding: 10px;
	border: 1px solid #fff;
   outline: none;
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	color: #102240;
	margin-right: 30px;
	margin-bottom: 40px;
}

.booking-form textarea {
	width: 50%;
	height: 200px;
	margin-bottom: 40px;
}

.booking-form input[type="submit"] {
	float: left;
	margin-left: 15%;
    display: inline-block;
    padding: 5px;
    margin-top: 30px;
    width: calc(20% - 4px);
    border: none;
    font-family: "articulat-heavy-cf", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background: #BDCEEB;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.consent-label {
	font-family: "articulat-cf", sans-serif; 
	font-size: 19px;
   line-height: 20px;
	color: #fff;
}

.search-names-form {
	margin-bottom: 30px;
}

.search-names-form h2, .location-search h2, .school-booking-form h2 {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	padding-bottom: 20px;
}

.search-names-form p.search-warning, .search-names-form p.search-date-warning {
	display: none;
	font-size: 19px;
   line-height: 40px;
	color: red;
} 

.search-names-form label {
	float: left;
	display: inline-block;
	width: 15%;
	height: auto;
	font-weight: 700;
	font-size: 22px;
   line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}

.search-names-form input[type="text"], .location-search input[type="text"] {
	float: left;
	width: 50%;
	height: 20px;
	padding: 10px;
	border: 1px solid #102240;
   outline: none;
	font-size: 16px;
	line-height: 20px;
	color: #102240;
	background: #fff;
	margin-bottom: 20px;
}

.search-names-form select {
	float: left;
	width: 20%;
	height: 40px;
	padding: 10px;
	border: 1px solid #102240;
   outline: none;
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	color: #102240;
	margin-right: 30px;
	margin-bottom: 20px;
}

.search-within-results-form-in-results .search-names-form select, select.productsize, .checkout-form select {
	width: 50%;
}

.death-date-year {
	width: 10%;
	font-weight: 700;
	font-size: 22px;
   line-height: 40px;
	color: #fff;
}

.search-names-form input[type="submit"], .donate-form input[type="submit"], .checkout-form input[type="submit"], .customer-login-form input[type="submit"],
.customer_form_fields input[type="submit"], .card-form button, .location-search input[type="submit"], .location-search a.search-button, .search-names-form a.search-button {
    display: inline-block;
    padding: 5px;
	 margin-top: 20px;
	 margin-left: 15%;
    width: 51.5%;
	 padding: 5px 10px 5px 10px;
	 border: 1px solid #102240;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
	 background: #90A8D5;
	 border-radius: 25px;
    text-align: center;
	 cursor: pointer;
}

.location-search input[type="submit"] {
	margin-left: 0;
}

.location-search a.search-button, .search-names-form a.search-button {
	margin-left: 0;
	width: 50.5%;
	/*background: #946108;*/
	text-decoration: none;
	margin-top: 40px;
}

.search-names-form a.search-button.roh-location-search-button {
	margin-left: 15%;
}

.location-search label {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
   line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}

.search-within-results-form-in-results .search-names-form input[type="submit"] {
	margin-left: 0;
	width: 51%;
}

input.error, textarea.error, input[type=checkbox].error , select.error { 
	background-color: #FFDAD5 !important;
}

.ui-widget-header {
    border: 1px solid #102240;
    background: #102240;
    color: #ffffff;
    font-weight: bold;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl  {
    border-bottom-right-radius: 0; 
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #cccccc;
    background: #fff;
    font-weight: bold;
    color: #102240;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #cccccc;
    background: #946108;
    font-weight: bold;
    color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover,  .ui-widget-content .ui-state-highlight:hover {
    border: 1px solid #cccccc;
    background: #946108;
    font-weight: bold;
    color: #fff;
}

.ui-widget-content  .ui-state-hover.ui-datepicker-next-hover, .ui-widget-content  .ui-state-hover.ui-datepicker-prev-hover {
	background: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #fff;
    color: red;
}
	
#wccrequestform input.error, #wccrequestform textarea.error, #wccrequestform input[type=checkbox].error, #wccrequestform select.error { 
	background-color: #FFDAD5 !important;
	border: 1px solid red;
	}


/*
Responsive
---------------------------------------
*/	

@media only screen and (max-device-width: 1920px), screen and (max-width: 1920px) {

.ambassador-panel-text h3, .contact-details h3, .contact-opening-hours h3, .contact-key-contacts h3 {
    font-size: 36px;
    line-height: 44px;

}

.ambassador-panel-text p, .contact-details p, .contact-details a, .contact-opening-hours p, .contact-key-contacts p, .contact-key-contacts a {
    font-size: 20px;
    line-height: 28px;
}

div.partner-logo, div.footer-partner-logo {
    flex-shrink: 1;
    width: auto;
    height: auto;
    margin-right: 4%;
}

}


@media only screen and (max-device-width: 1700px), screen and (max-width: 1700px) {

.ambassador-panel-text h3, .contact-details h3, .contact-opening-hours h3, .contact-key-contacts h3 {
    font-size: 32px;
    line-height: 42px;

}

.ambassador-panel-text p, .contact-details p, .contact-details a, .contact-opening-hours p, .contact-key-contacts p, .contact-key-contacts a {
    font-size: 18px;
    line-height: 26px;
	 padding-bottom: 20px;
}
}


@media only screen and (max-device-width: 1600px), screen and (max-width: 1600px) {

.ambassador-panel-text h3, .contact-details h3, .contact-opening-hours h3, .contact-key-contacts h3 {
    font-size: 32px;
    line-height: 42px;
	padding-bottom: 25px;
}

.ambassador-panel-text p, .contact-details p, .contact-details a, .contact-opening-hours p, .contact-key-contacts p, .contact-key-contacts a {
    font-size: 18px;
    line-height: 24px;
	 padding-bottom: 10px;
}

div.partner-logo, div.footer-partner-logo {
    flex-shrink: 1;
    width: auto;
    height: auto;
    margin-right: 6%;
}

}


@media only screen and (max-device-width: 1500px), screen and (max-width: 1500px) {

.ambassador-panel-text h3, .contact-details h3, .contact-opening-hours h3, .contact-key-contacts h3 {
    font-size: 28px;
    line-height: 36px;
	 padding-bottom: 20px;

}

.ambassador-panel-text p, .contact-details p, .contact-details a, .contact-opening-hours p, .contact-key-contacts p, .contact-key-contacts a {
    font-size: 16px;
    line-height: 22px;
	 padding-bottom: 10px;
}

div.partner-logo, div.footer-partner-logo {
    flex-shrink: 1;
    width: auto;
    height: auto;
    margin-right: 7%;
}

.footer-menu {
	display: none;
}
}


@media only screen and (max-device-width: 1300px), screen and (max-width: 1300px) {

body {
	max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.logo, .main-site, .guardian, .main-nav-icon {
	display: none;
}

.masthead {
	margin-top: 40px;
}

.function-bar-inner, .masthead-inner, .main-menu-inner, .main-menu-close, .masthead-bar-inner, .hero-inner, .content, .partner-logos, .image-tiles, .image-panel, .video-panel, .random-testimonial, .ambassador-panel-inner, .phase-panel, .phase-panel-image, .text-panel, .contact-map, .spacer-block, .content-gallery, .support-functional, .roh-form, .school-booking-form, .footer-inner, .footer-menu-inner {
    margin: 0px auto;
    width: auto;
    max-width: 1860px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-guardian {
	float: left;
	display: inline-block;
	padding-top: 5px;
}

.mobile-nav-icon {
	float: right;
	display: inline-block;
	padding-top: 5px;
}

.mobile-logo {
	display: block;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	z-index: 1001;
}

.mobile-logo img {
	width: 200px;
}

.content-first-col, .support-functional-form, .content-second-col, .support-functional-contacts {
	float: none;
	width: 100%;
}

.home-content h2, .content-text h2, .partner-logos-container h2, .image-panel-content h3, .video-panel-content h3, .image-tile-two-grid .image-tiles-content h3, .planning-content h2, .youth-content h2, .phase-panel-content h3, .text-panel-text h3, .support-functional-form h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 25px;
}

.image-tiles-grid.image-tile-two-grid, .image-tiles-grid.image-tile-three-grid, .image-tiles-grid.image-tile-four-grid {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
    justify-content: center;
}

.image-tiles-content {
    padding-bottom: 20px;
}

.youth-content-text, .education-content-text {
    float: none;
    width: 100%;
    height: auto;
}

.youth-content-buttons, .education-content-buttons {
    display: none;
}

.text-panel-text {
    width: 100%;
}

.content-first-col-text, .content-second-col {
    width: 100%;
    margin-left: 40px;
	 margin-right: 40px;
}

.planning-content .content-first-col, .support-functional-form {
    width: 100%;
    border-right: 0;
	 margin-bottom: 20px;
}

.planning-content .content-second-col, .support-functional-contacts {
    width: 100%;
}

.ambassador-panel-text h3, .contact-details h3, .contact-opening-hours h3, .contact-key-contacts h3 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 30px;
}

.ambassador-panel-text p, .contact-details p, .contact-details a, .contact-opening-hours p, .contact-key-contacts p, .contact-key-contacts a {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    padding-bottom: 25px;
}

.ambassador-panel-main {
	display: block;
}

.ambassador-panel-image, .ambassador-panel-content {
    width: 100%;
}

.support-content .content-first-col {
    border-right: 0;
}

.support-content .content-first-col {
    width: 100%;
	 margin-bottom: 20px;
}

.support-content .content-second-col {
    width: 100%;
    padding-right: 0;
	 margin-left: 0;
	 margin-right: 0;
}

.support-functional-contacts-inner {
    padding-right: 0;
}

.contact-grid {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
    justify-content: center;
}

.contact-opening-hours p {
	color: #707070;
}

.footer-partner-logos-container h2 {
    font-size: 20px;
    line-height: 21px;
    padding-bottom: 20px;
}

.footer-legal p, .footer-legal a {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 20px;
}

li.credit {
    font-size: 14px;
    line-height: 40px;
}

.footer-menu {
	display: none;
}

/* Navigation */

.mobile-menu-close {
	display: none;
	position: absolute;
	top: 5px;
	right: 20px;
}

.mobile-menu-close a {
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}

.mobile-menu-menus {
    margin-top: 180px;
    width: 100%;
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-content: center;
	 text-align: center;
}

.mobile-menu-logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	z-index: 1001;
}

.mobile-menu-logo img {
	width: 180px;
}

.mobile-menu-menus li > a {
	display: inline-block;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 28px;
	line-height: 40px;
	color: #001B4E;
	padding-bottom: 10px;
} 

.mobile-menu-menus ul li ul li > a {
	display: inline-block;
	font-family: "articulat-heavy-cf", sans-serif; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 28px;
	line-height: 40px;
	color: #001B4E;
	padding-bottom: 5px;
} 

.main-menu-aux, .mobile-menu-aux {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}

.main-menu-app {
	display: inline-block;
	width: auto;
	height: 80px;
}

.main-menu-app img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 80px;
	margin-right: 20px;
}



/* Forms */

.booking-form label, .search-names-form label {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    font-family: "articulat-heavy-cf", sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
	 margin-bottom: 20px;
}

.booking-form input[type="text"], .search-names-form input[type="text"], .location-search input[type="text"] {
    float: none;
    width: calc(100% - 22px);
    height: 20px;
    padding: 10px;
    border: 1px solid #fff;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    color: #102240;
    background: #fff;
    margin-bottom: 40px;
}

.search-names-form select {
    float: left;
    width: 30%;
    height: 40px;
    padding: 10px;
    border: 1px solid #102240;
    outline: none;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #102240;
    margin-right: 30px;
    margin-bottom: 20px;
}

.booking-form select, .booking-form textarea, .search-names-form select#nmt_force {
    float: none;
    width: calc(100% - 22px);
    height: 40px;
    padding: 10px;
    border: 1px solid #fff;
    outline: none;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #102240;
    margin-right: 30px;
    margin-bottom: 40px;
}

.booking-form input[type="submit"], .search-names-form input[type="submit"], .location-search a.search-button, .search-names-form a.search-button {
    float: none;
    margin-left: 0;
    display: inline-block;
    padding: 5px;
    margin-top: 30px;
    width: calc(100% - 10px);
    border: none;
    font-family: "articulat-heavy-cf", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background: #BDCEEB;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.search-names-form a.search-button.roh-location-search-button {
    margin-left: 0;
}

.support-functional-form-inner {
    width: 100%;
}

}

@media only screen and (max-device-width: 500px), screen and (max-width:500px){ 

body {
	max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.mobile-logo {
        display: block;
        position: absolute;
        top: 70px;
        left: 50%;
        margin-left: -60px;
        width: 180px;
        z-index: 1001;
}

.mobile-logo img {
   width: 120px;
}

.content-text, .partner-logos-container, .image-tiles-container, .image-panel-container, .video-panel-container, .random-testimonial-container, .phase-panel-container, .text-panel-container, .contact-map-container, .content-contact-container, .spacer-block-inner, .support-functional-container, .roh-form-container, .school-booking-form-container {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    height: auto;
}

.function-bar-inner, .masthead-inner, .main-menu-inner, .main-menu-close, .masthead-bar-inner, .hero-inner, .content, .partner-logos, .image-tiles, .image-panel, .video-panel, .random-testimonial, .ambassador-panel-inner, .phase-panel, .phase-panel-image, .text-panel, .contact-map, .spacer-block, .content-gallery, .support-functional, .roh-form, .school-booking-form, .footer-inner, .footer-menu-inner {
   padding-left: 0;
   padding-right: 0;
}

.contact-grid {
	display: block;
}

.contact-details-inner, .contact-opening-hours-inner, .contact-key-contacts-inner {
    padding: 10px;
}

.contact-details-inner {
	width: calc(100% - 20px);
}

.content-first-col-text, .content-second-col {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}

.content-second-col-text {
    width: 95%;
    margin-right: 5%;
}

.home-content h2, .content-text h2, .partner-logos-container h2, .image-panel-content h3, .video-panel-content h3, .image-tile-two-grid .image-tiles-content h3, .planning-content h2, .youth-content h2, .phase-panel-content h3, .text-panel-text h3, .support-functional-form h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 25px;
}

.home-content p, .content-text p, .content-text a, .content-text li, .image-panel-content p, .video-panel-content p, .planning-content p, .youth-content p, .phase-panel-content p, .support-functional-form p {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.ambassador-panel-text p, .contact-details p, .contact-details a, .contact-opening-hours p, .contact-key-contacts p, .contact-key-contacts a {
   font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.phase-panel-content {
    width: 95%;
	 height: auto;
}

.footer-inner {
	padding-left: 2.5%;
	padding-right: 2.5%;
	text-align: center;
}

.footer-logos, .footer-partners {
    float: none;
    width: 100%;
    height: auto;
	 margin-bottom: 20px;
}

.wcc-logo {
    float: left;
    width: 30%;
    margin-right: 1%;
    margin-left: 15%;
}

.footer-partner-logos-list, .partner-logos-list {
    display: block;
}

div.footer-partner-logo, div.partner-logo {
    width: 70%;
    height: auto;
	 margin-left: 15%;
    margin-right: 15%;
	 margin-bottom: 20px;
}

/* Navigation */

.mobile-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100vw;
    height: 100vh;
	 min-height: 1500px;
    background: #D1DEF5;
    z-index: 1005;
}


/* Forms */

.search-names-form select {
        float: none;
        width: calc(100% - 22px);
        height: 40px;
        padding: 10px;
        border: 1px solid #102240;
        outline: none;
        background: #fff;
        font-size: 16px;
        line-height: 20px;
        color: #102240;
        margin-right: 0;
        margin-bottom: 20px;
    }


}

