/*
Theme Name: People's History Museum
Author: Powered By Reason
Version: 1.0
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1,h2,h3,p {
	margin-bottom: 20px;
}

h6 {
font-size: 0.8em;
}


html,body {
	font-family: "Poppins", sans-serif;	
	color: #525252;
	font-weight: 200;
}

p {
	line-height: 1.4em;
}

.content h2 {
    font-size: 1.3em;
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 600;
    
}

.content h3 {
    font-size: 1.2em;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.content h4 {
    font-size: 1em;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}


.content.main h3 {
color: #55b9e0;
}


em {
	font-style: italic;
}

.fullWidth a {

	color: #525252;
	font-weight: 400;

}

strong {
	font-weight: 600;
}

.fullWidth strong a {
    font-weight: bold;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.row {
	width: 100%;
	position: relative;
}

.container {
	width: 1440px;
	margin: 0 auto;
	position: relative;
	overflow-x: visible !important;
	box-sizing: border-box;
}

.innerContainer {
	width: 100%;
	padding: 0 80px;
	position: relative;
	overflow-x: visible !important;
	box-sizing: border-box;
}


.oneQuarter {
	width: 25%;
	width: calc((100% / 4) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}


.oneThird {
	width: 33.33333337%;
	width: calc((100% / 3) - 20.5px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}

.twoThirds {
	width: 66.6666666667%;
	width: calc(((100% / 3) * 2) - 20px);
	box-sizing: border-box;
	float: left;
	margin: 0 10px;
}

.fullWidth {
	width: calc(100% - 20px);
	margin: 0 10px;
}

.halfWidth {
	width: 50%;
	width: calc(50% - 20px);
	margin: 0 10px;
	float: left;
}


.oneFifth {
	width: 20%;
	width: calc((100% / 5) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}

.twoFifths {
	width: 40%;
	width: calc(((100% / 5) * 2) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}

.threeFifths {
	width: 60%;
	width: calc(((100% / 5) * 3) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}

.fourFifths {
	width: 80%;
	width: calc(((100% / 5) * 4) - 20px);
	box-sizing: border-box;
	float: left;
	margin:0 10px;
	position: relative;
}


.imageShadow {
	box-shadow: 0 0 23px 10px rgba(82,82,82,0.17);
}

.clear {
	clear:both;
}

.blueBG {
	background-color: #55b9e0 !important;
	color: #fff !important;
}

.redBG {
	 background-color: #ff6262 !important;
	 color: #fff !important;
}

.whiteBG {
	/*background-color: #fff !important;
	border: 1px solid #55b9e0;
	color: #55b9e0 !important;
	padding: 5px 50px 5px 15px !important;
	margin-top: 20px;
	*/
	background-color: #55b9e0 !important;
	color: #fff !important;
}

.whiteOnGreyBG {
	background-color: #fff !important;
	color: #525252 !important;
	padding: 5px 30px 5px 15px !important;
	margin-top: 20px;
}


.whiteBG.onPink {
	border:0;
	color: #525252 !important;
}



.buttonSmall {
	font-size: 0.8em;
}


hr {
	width: 100%;
	border: 1px #ccc solid;
	margintop: 30px 0;
	display: inline-block;
}


.slick-dots {
	position: absolute;
	bottom: -30px;
	left: 10px;

}

.slick-dots li {
    float: left;
    list-style-type: none;
}	

.slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: inline-block;
    border-radius: 10px;
	height: 18px;
	width: 18px;
    cursor: pointer;
    border: 2px solid #ccc;
    outline: none;
    background-color: #185364;
    margin-right: 10px;
    box-shadow: 0px 0px 1px 2px #7b7b7b;
}	

li.slick-active button {
    background-color: #39abce;
    border: 1px solid #39abce;
}	


.slick-next {
	position: absolute;
	bottom: -30px;
	right: 10px;
}
.slick-prev {
	position: absolute;
	bottom: -30px;
	right: 80px;
}


.slick-sr-only, .slick-autoplay-toggle-button {
	display: none;
}




/* HEADER */

.header {
	position: fixed;
	background-color: #fff;
	font-size: 0.9em;
	z-index: 500;
	transition: 0.2s;
	padding-bottom: 20px;
}

.header-ds {
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);

}

.header a{
	text-decoration: none;
}

.logo {
	position: absolute;
	top:10px;
	left:40px;
}

.logo img {
	max-width: 100px;
}

.topMenu {
	float: left;
	margin-left: 380px;	
	padding-top: 35px;
}

.topMenu li {
	display: block;
	float: left;
	margin-right: 30px;
}

.topMenu li a {
	text-decoration: none;
	color: #525252;
}
.topMenu li a:hover {
	text-decoration: none;
	color: #e4007d;
}

.topMenu .active {
	color: #e4007d;
}


.topButtons {
	float: right;
	padding-top: 25px;
}

.roundedButton {
	display: inline-block;
	background-color: #f3f3f3;
	border-radius: 20px;
	color: #525252;
	padding: 10px 50px 10px 20px;
	text-decoration: none;
    background-image: url(/wp-content/themes/phm/assets/images/button_pink_arrow.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: right center;
}

.roundedButton.blueBG,.redBG {
    background-image: url(/wp-content/themes/phm/assets/images/button_white_arrow.png);
}


.content.main p .roundedButton, .content.contentAdditional p .roundedButton {

	background-color: #55b9e0 !important;
	color: #fff !important;
    background-image: url(/wp-content/themes/phm/assets/images/button_white_arrow.png);	

}


.roundedButtonBack {
	display: inline-block;
	background-color: #f3f3f3;
	border-radius: 20px;
	color: #525252;
	padding: 10px 20px 10px 50px;
	text-decoration: none;
    background-image: url(/wp-content/themes/phm/assets/images/grey_left_arrow.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: left center;
}

.roundedButtonBack.blueBG {
    background-image: url(/wp-content/themes/phm/assets/images/white_left_arrow.png);
}

.roundedButton.noArrow {
	background-image: none;
	padding-right: 20px;
}



.headerSearchButton, .headerMenuButton {
display: inline-block;
    background-color: #55b9e0;
    border-radius: 20px;
    color: #525252;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    float: right;
    border: 0;
}

.headerMenuButton {
	display: none;
	background-color: #e4007d;
}

.searchBar {
	background-color: #525252;
	padding: 0;
	margin-top: -14px;
	min-height: 40px;
	padding: 40px 40px;
	width: 100%;
	margin: 0 auto;
	display: none;
	position: relative;
	box-sizing: border-box;
	z-index: 400;
	overflow: hidden;
}

.searchBarInput {
	border: 0;	
	border-bottom: 2px solid #c9c9c9;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 20px;
	font-size: 1.3em;
	box-sizing: border-box;
	background-color: #f3f3f3;
	float: left;
	
}

.submitSearchButton {
float: left;
    width: 64px;
    height: 64px !important;
    margin-left: -64px;
    display: block;
    border: 0;
    background-color: #c9c9c9;
    color: #fff;
    font-size: 2.5em;
    padding-bottom: 10px;
    font-weight: 600;
}

.searchClose {
    position: absolute;
    top: -11px;
    right: 45px;
    display: inline-block;
    background-color: #e4182b;
    color: #fff;
    font-weight: 900;
    padding: 3px 7px;
    border-radius: 50px;
    font-size: 0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}

.searchForm {
	padding: 0 60px;
}




/* END HEADER */


/* MEGA MENU */

	.megaMenu {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		top: 53px;
		box-sizing: border-box;
	}
	
	.megaMenuSpacer {
		height: 30px;
	}

	.megaMenu .container {
			background-color: rgba(0,0,0,0.85);
			position: relative;
			padding: 40px;
			color: #fff;
			box-sizing: border-box;
			width: 80%;
			border-radius: 20px;
			overflow: hidden;
	}
	
	.topMenuLink:hover .megaMenu {
		display: block;
	}
	
	.megaTitle {
		font-size: 1.5em;
		font-weight: 700;
		margin-bottom: 10px;
		display: block;
	}
	
	
	.megaLink {
		color: #fff !important;
		text-decoration: none;
		display: block;
		margin-bottom: 10px;
	}	
	
	.megaLink:hover {
	color: #e4007d !important;
	}
	
	
	.megaLike {
		color: #fff;
		padding-bottom: 20px;
		border-bottom: 1px dashed #fff;

	}
	
	.megaLike .title {
		font-size: 1.2em;
		font-weight: 600;
	}
	
	.megaMenu .whatsOnBlock {
		color: #fff;
	}
	
	
/* END MEGA MENU */



/* SUB NAV */

.subnav {
	position: fixed;
	top: 80px;
	height: 40px;
	/*background-color: #004b60;*/
	background-color: #023544;
	z-index: 400;
}

.subMenu {
	text-align: center;
}
.subnav li {
	display: inline-block;
	padding: 0 15px;
	margin-top: 12px;
	border-right: 1px solid #39abce;
	line-height: 12px;
}

.subnav li:last-of-type {
	border-right: 0;
}

.subnav li a {
	text-decoration: none;
	color: #39abce;
	font-size: 0.8em;
	text-transform: uppercase;
}

.subnav li a:hover {
	color: #e0e0e0;
}

.subnav li .active {
	text-decoration: none;
	color: #fff;
}

/* END SUB NAV */




/* HERO */

.hero {
	width: 100%;
	background-color: #e4007d;
	position: relative;
	padding: 60px 40px;
	box-sizing: border-box;
	color: #fff;
	padding-bottom: 100px;
	/*box-shadow: 0px 0px 23px 10px rgba(0,0,0,0.1);*/
}

.hero {
 display: none;
}

.hero:first-of-type {
	display: block;
}	

.heroIntro {
	position: absolute;
	bottom:0;
	right:0;
	max-width: 50%;
	background-color: #318eb2;
	/*background: linear-gradient(to top right, #1b7fa6, #55b9e0);*/
	background: linear-gradient(to top right, rgba(27,127,166,0.95), rgba(85,185,224,0.95));
	padding: 25px;
	box-sizing: border-box;
}

.heroIntro {
	font-size: 0.8em;
}	


.heroIntro h1 {

	font-size: 1.9em;
	line-height: 1em;
	text-transform: uppercase;
}

.heroIntro span {
	display: inline-block;
}

.heroWhen {
	font-size: 1.2em;
	font-weight: 600;
}	

.heroPrice {
	border: 2px solid #fff;
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 10px;
}

.heroblock {
	min-height: 800px;
}

.heroblock > .headerCarousel {
	background-color: #ccc;
	height: 100%;
}

.heroblock .hero {
	height: 735px;
}

.fullWidthHeader .headerImage {
	display: none;
}

.headerImage {
	position: relative;

}

.hero .onMobile {
	display: none;
}

.headerVideo .videoContent {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoContent iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.fullWidthHeaderBlock.oneThird {
	display: none;
}

.heroblock .slick-track {
	//min-height: 535px;
}

.slick-track {
  display: table !important;
}

/* END HERO */

/* VISIT US */

.visitUs .title,.address,.openingTimes {
	float: left;
	display: inline-block;
	margin-right: 40px;
	max-width: 40%;
}


.visitUs .title {
	font-size: 2em;
	font-weight: 900;
	margin-right: 200px;
	overflow: hidden;
}

.visitUs .address {
	font-size: 0.8em;
}
.visitUs .openingTimes {
	font-size: 0.8em;
}

.visitUs .planYourVisit {
	text-decoration: none;
	float: right;
	display: inline-block;
	font-size: 0.7em;
	color: #525252;
}

/* END VISIT US */


/* LEFT FULL RIGHT IMAGE */

.leftFullRightImage {
	background-image: url(/wp-content/themes/phm/assets/images/light_grey_5050_bg.png);
	background-size: 100% 100%;
	margin-top: 40px;
	margin-bottom: 260px;
}

.leftFullRightImage innerContainer {
	padding: 60px 0;
}

.leftFullRightImage .twoThirds {
	padding-right: 100px;
	padding-left: 50px;
}

.leftFullRightImage .twoThirds p {
	margin-left: -130px;
}

.leftFullRightImage h2 {
	font-size: 1.6em;
	font-weight: 500;
}

.leftFullRightImage p {	
	line-height: 1.4em;
	font-size: 0.9em;
}

.leftFullRightImage .roundel {
	position: absolute;
	top: -40px;
	z-index: 400;
	height: 100px;
	width: 100px;
}

.leftFullRightImage .oneThird img {
	position: absolute;
	right: -50px;
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
	max-width: 400px;
}


/* END LEFT FULL RIGHT IMAGE */


/* WHATS ON */

.margin40 {
	margin: 40px 0;
}

.whatsOn {
	/*margin-top: 40px;*/
}

.whatsOn a {
	text-decoration: none;
	color: #525252;
}

.whatsOn .title {
	font-size: 2em;
	font-weight: 900;
	float: left;
}

.whatsOnBlock .title {
	font-weight: 200;
}

.whatsOnBlock .subtitle {
	font-size: 1.5em;
	line-height: 1.1em;
    margin-bottom: 10px;
}

.whatsOn .button {
	float: right;
}

.whatsOn li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	font-size: 0.8em;
}

.whatsOn li a {
	text-decoration: none;
	color: #525252;
}

.whatsOnImage {
	width: 100%;
	height: 242px;
}

.whatsOnBlock {
	margin-top:40px;
	border-bottom: 7px solid;
	padding-bottom: 80px;
	position: relative;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	
}


.whatsOnBlock div {
	width: 100%;
}

.whatsOnBlock .type {
	position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    text-align: right;
    padding: 12px 25px;
    padding-bottom: 8px;
    font-size: 1em;
    background-color: #ec1c8d;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 0 0 0;
}

.whatsOnBlock .title {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.1em;
	margin: 15px 0;
}

.whatsOnBlock .priceWhen {
	font-size: 0.9em;
}

.whatsOnBlock span {
	color: #55b9e0; 
}

.whatsOnBlock .roundedButton {
	position: absolute;
	bottom: 30px;
}

.filterBlock {
	padding: 0 90px;
}

input.filterCheckbox {
    display: none;
}

input.filterCheckbox + label:active, input.filterCheckbox:checked + label {
    background-color: #4dae51;
    color: #fff;
    background-image: url('/wp-content/themes/phm/assets/images/filterTick.png');
}
input.filterCheckbox + label {
    display: inline-block;
    margin: 0px 0 5px 0;
    border-radius: 20px;
    padding: 10px;
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
    background-color: #cecece;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-image: url('/wp-content/themes/phm/assets/images/filterCross.png');
    cursor:pointer;
}


.filterCategoryButton {
    display: inline-block;
    margin: 0px 0 5px 0;
    border-radius: 20px;
    padding: 13px;
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
    background-color: #cecece;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    cursor:pointer;
    color: #fff;
    font-size: 100%;
    border: 0;
}

.hasDatepicker {
display: inline-block;
    margin: 0px 0 5px 0;
    border-radius: 20px;
    padding: 13px;
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
    background-color: #cecece;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    cursor:pointer;
    color: #fff;
    font-size: 100%;
    border: 0;
	background-color: #ec1d8d;
    background-image: url('/wp-content/themes/phm/assets/images/filterCalendar.png');
}

.hasDatepicker::placeholder {
	color: #fff;
}


.filterCategoryButton.Select {
	background-color: #ec1d8d;
    background-image: url('/wp-content/themes/phm/assets/images/filterChevron.png');
}

.filterCategoryButton.Deselect {
	background-color: #fb6162;
    background-image: url('/wp-content/themes/phm/assets/images/filterCross.png');
}



.filterBlockTitle {
display: inline-block; width: 150px; float: left; font-size: 1.4em; font-weight: bold;
}

.filterBlockWhenTitle {
 font-size: 1.4em; font-weight: bold
}


.filterBlockWhen {
	margin-top: 20px;
	text-align: center;
}

.filterBlockFilters {
display: inline-block; float: left; width: calc(100% - 150px);
}

.filterBlockWhen, .filterBlockCategories {
	overflow: hidden;
	width: 100%;
	display: inline-block;
}

.filterBlockCategories {
	display: none;
}

.whatsOnNoResults {
	text-align: center;
	font-size: 1.6em;
	margin: 20px 0;
	
}


/* END WHATS ON */


/* GREY PINK FULL BLEED */

.greyPinkFullBleed {
	margin-top: 120px;
	background-image: url(/wp-content/themes/phm/assets/images/grey_pink_full_bleed_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.greyTop {
	height:60px;
	background-color: #e3e3e3;
	 width: 100%;
}

.pinkBox {
	background-color: #e41b7e;
	width: 100%;
	position: relative;
	min-height: 500px;
}

.pinkBox .content {
	padding: 100px 130px 50px 50px;
	color: #fff;
	width: 35%;
}

.pinkBox .content h2 {
	font-size: 1.4em;
	font-weight: 600;
}
.pinkBox .content p {
	font-size: 0.9em;
	font-weight: 200;
}

.pinkBox .image {
	position: absolute;
	right: 50px;
	top: -100px;
}
.pinkBox img {
	width: 400px;
}

/* END GREY PINK FULL BLEED */

/* CALL TO ACTION */

.callToAction {
	margin-top: 40px;
}

.callToAction a {
	text-decoration: none;
	color: #525252;
}

.callToAction .oneThird:not(:last-child) {
	border-right: 1px solid #ccc;
	margin-right: 0px;
	padding-right: +20px;
}

.block img {
	width: 100px;
}

.block {
	margin-top:40px;
	padding-bottom: 20px;
	text-align: center;
	height: 300px;
	position: relative;
}

.block div {
	width: 100%;
}

.block .type {
	font-size: 0.8em;
}

.block .title {
	font-size: 2em;
	margin-bottom: 40px;
    line-height: 1em;
    margin-top: 20px;
}

.block .roundedButton {
	bottom: 0;
	position: absolute;
	left:50%;
	transform: translateX(-50%);	
}



/* END CALL TO ACTION */

/* SOCIAL */

.social {
	margin-top: 100px;
	background-color: #e3e3e3;
	height: auto;
	height: 450px;
	position: relative;
	padding-top: 10px;
}

.social .fullWidth {
	position: relative;
}

.social .oneQuarter img {
	width: 100%;
}

.socialTitle h2 {
	font-size: 2em;
	font-weight: 600;
	margin: 0;
	margin-bottom: -10px;
}

.socialTitle {
position: absolute;
	top: -35px;
	width: 100%;
	
}	

.social hr {
	width: 100%;
	margin-bottom: 20px;
}

.social .socialIcons img {
	float: left;
	width: 50px;
	margin-right: -20px;
}
.social .socialIcons {
	float: right;
	margin-top: 0px;
}


/* END SOCIAL */


/* FOOTER */

.footer {
	/*background-image: url(/wp-content/themes/phm/assets/images/footer_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	background-size: auto 100%;
	position: relative;
}

.footer .twoThirds {
	background-color: grey;
}

.footer h2 {
	font-size: 2em;
	font-weight: 600;
}

.footer ul {
	list-style: none;
}

.footer ul a {
	text-decoration: none;
	color: #525252;
}

.footer hr {
	margin-top: 10px;
}

.footer .oneThird {
	padding-top: 30px;
	overflow: hidden;
	min-height: 100px;
}

.footer .oneThird span {
	font-weight: 600;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0;
	background-image: url(/wp-content/themes/phm/assets/images/pink_arrow.png);
	background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 5px 7px;
	display: block;
	padding-left: 30px;
	margin-left: -30px;
}

.footerContent {
	padding-left: 30px;
	/*min-height: 450px;*/
}

.footer .twoThirds {

}

.footer .roundel {
	position: absolute;
	top: -80px;
	z-index: 600;
	height: 100px;
	width: 100px;
	left: 70px;
}

.footer .innerContainer {
	position: relative;
}

.footer .subBox {
	background-color: #39abce;
	background: linear-gradient(to top right, rgba(27,127,166,0.98), rgba(85,185,224,0.95));
	position: absolute;
	right: 130px;
	top: -100px;
	padding-top: 10px;
	color: #fff;
	padding: 40px;
}

.footer h3 {
	font-size: 1.8em;
	font-weight: 600;
}

.footer .socialIcons img {
	float: left;
	width: 40px;
	height: auto;
	margin-right: 10px;	
}
.footer .socialIcons {
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
}



/* END FOOTER */

/* COPYRIGHT */

.copyright {
	margin-top: 30px;
	font-size: 0.8em;
	margin-bottom: 40px;
}

.copyright a {
	text-decoration: none;
	color: #39abce;
}

.copyLeft {
	float: left;
}	

.copyRight {
	float: right;
}

.copyright li {
	float: left;
	list-style: none;
	display: inline-block;
	margin-left: 15px;
}


/* END COPYRIGHT */


/* FULL WIDTH HEADER */


.fullWidthHeader {
	min-height: 120px;
	padding-top: 80px;
	background-color: #185364;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.fullWidthHeader.bigImage {
	background: url('/wp-content/themes/phm/assets/images/header_bg.png');
	background-position: bottom center;
	margin-bottom: 0;	
}


/*
.fullWidthHeader.withImage {
	height: 250px;
    padding-bottom: 220px;
    margin-bottom: 200px;
}

.fullWidthHeader.withImage.bigImage {
	margin-bottom: 200px;
}

.fullWidthHeader.withImage.notbigImage {
	margin-bottom: 150px;
}
*/


.fullWidthHeader.whatsOn {
	padding-bottom: 60px;
	margin-bottom: 10px;
}

.fullWidthHeader h1 {
	font-size: 2em;
	font-weight: 600;
	color: #fff;
}

.fullWidthHeader h2 {
	font-size: 1.3em;
	font-weight: 600;
	color: #fff;
}

.fullWidthHeader p {
	color: #fff;
	font-size: 1.4em;
	font-weight: 200;
	line-height: 1.2em;
}

.fullWidthHeader .twoThirds {
	margin:0;
}


.fullWidthHeader h1 span {
	font-weight: 200;
}

.fullWidthHeader .fullWidth {
	position: relative;
}

.fullWidthHeader .fullImage {
	width: 100%;
}

.fullWidthHeader .smallImage {
	width: 75%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    max-height: 535px;
}


.fullWidthHeaderBlock {
	width: 33%;
	box-sizing: border-box;
	color: #fff;
	height: 300px !important;
	background-color: #39abce;
}

.fullWidthHeaderBlock .content {
	padding: 40px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: right;
}

.fullWidthHeaderBlock .heroType {
	font-size: 0.9em;
}

.fullWidthHeaderBlock h2 {
	font-size: 1.4em;
	line-height: 1.1em;
}

.fullWidthHeaderBlock .heroWhen {
	font-weight: 400;
	font-size: 1em;
}

.headerCarousel .slick-dots {
	bottom: 20px;
    left: 40px;
    position: absolute;
}

.headerCarousel .slick-dots li button {
	border:  2px #fff solid;
	background-color: #fff;
}

.headerCarousel li.slick-active button {

	background-color: #e41b7e;
}


/* END FULL WIDTH HEADER */


/* WHATS ON FILTERING */

.whatsOnFiltering {
	margin-top: 20px;
}

.whatsOnFiltering ul {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
}

.whatsOnFiltering li {

	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.whatsOnFiltering a {
	text-decoration: none;
	color: #525252;
}

.whatsOnFiltering .searchBox {
	display: inline-block;
	background-color: #f3f3f3;
	border-radius: 20px;
	color: #525252;
	padding: 10px 50px 10px 20px;
	text-decoration: none;
	border: 0;
	height: 25px;
	font-size: 1em;
	width: 100px;
}

.whatsOnFiltering .searchButton {
	display: inline-block;
	background-color: #55b9e0;
	border-radius: 30px;
	color: #525252;
	height: 30px;
	width: 30px;
	margin-left: -35px;
	margin-bottom: 2px;
	border: 0;
}

.whatsOnFiltering .eventSearch {
	width: 100%;
	text-align: right;
}

.whatsOnFiltering .viewTitle {
	font-size: 2em;
	font-weight: 600;
	padding: 0 20px;
}

.whatsOnFiltering .viewDate {
	font-size: 1em;
	font-weight: 600;
}

.whatsOnFiltering .viewSelect {
	width: 100%;
	text-align: center;
	float: left;
}


/* END WHATS ON FILTERING */


/* EXHIBITION */


/* SUB MENU CONTENT */

.subMenuContent {
	/*margin-top: 40px;*/
}

.leftMenu {
	padding-right: 30px;
}

.subMenuContent .leftMenu li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	font-size: 0.8em;
}

.subMenuContent .leftMenu .active {
	background-image: url(/wp-content/themes/phm/assets/images/pink_arrow.png);
	background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 5px 14px;
}

.subMenuContent .leftMenu li a {
	text-decoration: none;
	padding-left: 30px;
	color: #525252;
}


.subMenuContent .twoThirds.content {
	padding: 0 60px;
}

/*.subMenuContent .twoThirds.content .date {
	color: #bdbdbd;
}
*/

.subMenuContent .twoThirds.content .title {
	font-size: 2.2em;
	font-weight: 600;
	margin-top: 10px;
}

.subMenuContent .twoThirds.content .subtitle {
	font-size: 1.3em;
	font-weight: 200;
	margin-bottom: 20px;
}


.subMenuContent .twoThirds.content span {
	display: block;
}

.subMenuContent .twoThirds .intro {
	border-left: 3px solid #39abce;
	padding-left: 30px;
	margin-left: -33px;
}


.subMenuContent .twoThirds .priceBar {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.subMenuContent .twoThirds .priceBar .priceBox {
	border: 2px solid #39abce;
	padding: 5px;
	color: #39abce;
	float: left;
	border-radius: 2px;
}

.subMenuContent .twoThirds .priceBar .priceMessage {
	float: left;
	padding-left: 10px;
	margin-top: 10px;
	font-size: 0.9em;
}

.subMenuContent .twoThirds .priceBar .roundedButton {
	float: right;
}

.subMenuContent .twoThirds .content.main {
	padding-top: 20px;
}

.subMenuContent .twoThirds .content.main span {
	font-size: 1.4em;
	font-weight: 200;
	line-height: 1.2em;
}

.subMenuContent .twoThirds .content.main p {
	margin: 20px 0;
}

.subMenuContent .oneThird {
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid #ccc;
}

.subMenuContent .oneThird h2 {
	font-size: 1.6em;
    font-weight: 600;
    margin-top: 10px;
}

.oneThird .otherDates {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	max-width: 60%;
	margin: 0 auto;
}
.oneThird .otherDates:hover {
	background-color: #eaeaea;
	transition: 0.3s;
}

.oneThird .otherDates a {
	color: #525252;
	text-decoration: none;
}

.contentAdditional {
	margin-top: 20px;
}

.contentAdditional img {
	max-width: 35%;
	height: auto;
}

/* END SUB MENU CONTENT */


/* END EXHIBITION */



/* RELATED CONTENT */

.relatedContent {
	margin-top: 40px;
}

.relatedContent .title {
	font-size: 2em;
	font-weight: 600;
}

.relatedContentBlock img {
	width: 100%;
}

.relatedContentBlock {
	margin-top:20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
}

.relatedContentBlock div {
	width: 100%;
}

.relatedContentBlock .type {
	font-size: 0.8em;
}

.relatedContentBlock .title {
	font-size: 2em;
}

.relatedContentBlock .priceWhen {
	font-size: 0.9em;
	margin-bottom: 20px;
}

.relatedContentBlock span {
	color: #55b9e0; 
}

.relatedContentBlock .roundedButton {
	position: absolute;
	bottom: 20px;

}

/* END RELATED CONTENT */



/* LEFT CONTENT RIGHT IMAGE */

.leftContentRightImage {
	margin-top: 120px;
	margin-bottom: 100px;
}

.leftContentRightImage .fullWidth {
	background-color: #f3f3f3;
	padding: 80px;
	box-sizing: border-box;
}

.leftContentRightImage .halfWidth {
	position: relative;
}

.leftContentRightImage h2 {
	font-size: 1.6em;
	font-weight: 500;
	color: #e41b7e;
}

.leftContentRightImage p {
	font-weight: 200;
}

.leftContentRightImage .imageSide img {
	position: absolute;
	top: -120px;
	width: 100%;
	max-height: 500px;
}

.leftContentRightImage p .roundedButton {
	
	background-color: #55b9e0 !important;
	color: #fff !important;
	border: 0;

}




/* END LEFT CONTENT RIGHT IMAGE */

/* LEFT CONTENT RIGHT IMAGE BLEED */

.leftContentRightImageBleed {
	margin-top: 120px;
	margin-bottom: 200px;
}

.leftContentRightImageBleed  {
	background-color: #f3f3f3;
	padding: 80px 0;
	box-sizing: border-box;
}

.leftContentRightImageBleed .halfWidth {
	position: relative;
}

.leftContentRightImageBleed h2 {
	font-size: 1.6em;
	font-weight: 500;
	color: #e41b7e;
}

.leftContentRightImageBleed p {
	font-weight: 200;
}

.leftContentRightImageBleed img {
	position: absolute;
	top: -120px;
	width: calc(100% + 10px);
	max-height: 500px;
	right:-10px;
}


/* END LEFT CONTENT RIGHT IMAGE BLEED */


/* RIGHT CONTENT LEFT IMAGE BLEED */

.rightContentLeftImageBleed {
	margin-top: 120px;
	margin-bottom: 200px;
}

.rightContentLeftImageBleed  {
	background-color: #f3f3f3;
	padding: 40px 0;
	box-sizing: border-box;
}

.rightContentLeftImageBleed .halfWidth {
	position: relative;
}

.rightContentLeftImageBleed h2 {
	font-size: 1.6em;
	font-weight: 200;
}

.rightContentLeftImageBleed p {
	font-weight: 200;
}

.rightContentLeftImageBleed ul {
    list-style: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}


.rightContentLeftImageBleed img {
	position: absolute;
	top: -120px;
	width: calc(100% + 10px);
	max-height: 500px;
	left:-10px;
	max-width: 75%;
}


/* END RIGHT CONTENT LEFT IMAGE BLEED */
















/* FULL WIDTH IMAGE CAROUSEL */


.fullWidthImageCarousel {
	margin-top: 40px;
	background-color: #f3f3f3;
	box-sizing: border-box;
	height: 350px;
    margin-bottom: 150px;
}

.fullWidthImageCarousel .title {
	font-size: 2em;
	font-weight: 600;
}

.fullWidthImageCarousel .innerContainer {
	position: relative;
	min-height: 10px;
}

.fullWidthImageCarousel .theTitle {
	position: absolute;
	top: -25px;
	width: 100%;
}

.fullWidthImageCarousel .oneThird {
	height: 300px;
}


.fullWidthImageCarousel .sliderItems {
	margin-top: 50px;
}

.sliderItem a {
	text-decoration: none;
}

.sliderContent {
	display: none;;
	background-color: rgba(82,82,82,0.85);
	padding: 20px;
	color: #fff;
	height: calc(100% - 40px);
	margin: 20px;
	box-sizing: border-box;
}

.sliderContent h3 {
	font-size: 1.3em;
}

.sliderItem:hover .sliderContent {
	display: block;
}




.fullWidthImageCarousel .slick-dots {
	position: absolute;
	top: -50px;
	left: 10px;

}

.fullWidthImageCarousel .slick-dots li {
    float: left;
    list-style-type: none;
}	

.fullWidthImageCarousel .slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: inline-block;
    border-radius: 10px;
	height: 18px;
	width: 18px;
    cursor: pointer;
    border: 2px solid #ccc;
    outline: none;
    background-color: #f3f3f3;
    margin-right: 10px;
}	

.fullWidthImageCarousel li.slick-active button {
    background-color: #39abce;
    border: 1px solid #39abce;
}	


.fullWidthImageCarousel .slick-next {
	position: absolute;
	bottom: -30px;
	right: 10px;
}

.fullWidthImageCarousel .slick-prev {
	position: absolute;
	bottom: -30px;
	right: 80px;
}


/* END FULL WIDTH IMAGE CAROUSEL */


/* THREE COLUMN INTRO */

.threeColumnIntro {
	margin-bottom: 40px;
}

.threeColumnIntro .oneThird {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: 200;
}

.threeColumnIntro .twoThirds {
	padding-left: 30px;
}

.threeColumnIntro .twoThirds ul {
    list-style: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;

}

/* END THREE COLUMN INTRO */


/* LEFT SUMMARY BIG IMAGE */

.leftSummaryBigImage {
	margin: 80px 0px;
	padding-bottom: 40px;
}

.leftSummaryBigImage.Right .oneThird {
	float: right;
	padding-left: 20px;
	padding-right: 0;
}

.leftSummaryBigImage h2 {
	font-size: 1.4em;
	font-weight: 600;
}

.leftSummaryBigImage .oneThird {
	padding-top: 100px;
    padding-right: 20px;
}

.leftSummaryBigImage img {
	width: 100%;
}

.leftSummaryBigImage.showBG {

	background-image: url(/wp-content/themes/phm/assets/images/100topgreybg.png);
    background-position: center -40px;

}


/* END LEFT SUMMARY BIG IMAGE */


/* LEFT SUMMARY BIG IMAGE */

.halfContentImage {
	/*margin: 120px 0;*/
	padding: 40px 0;
}

.halfContentImage h2 {
	font-size: 1.4em;
	font-weight: 600;
}

.halfContentImage .halfWidth {
	position: relative;
}

.halfContentImage .halfWidth.content {
	padding-top: 40px;
    padding-right: 50px;
    box-sizing: border-box;
}

.halfContentImage .imageSide img {	
	width: 100%;
	/*position: absolute;
	top: -80px;*/
	
}

.halfContentImage.Right .halfWidth.content {
	float: right;
    padding-left: 50px;
    padding-right: 0;
}

/* END LEFT SUMMARY BIG IMAGE */


/* CONTENT IMAGE SUB HEADER */

.contentImageSubHeader {
	margin: 60px 0;
}

.contentImageSubHeader h2 {
	font-size: 1.4em;
	line-height: 1.3em;
}

.contentImageSubHeader ul {
    list-style: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.contentImageSubHeader img.imageShadow {
	max-width: 85%;
	float: right;
}

.contentImageSubHeader.Right .halfWidth.content {
	float: right;
}

/* END CONTENT IMAGE SUB HEADER */


/* TWO COLUMN CTA */

.twoColumnCTA {
	margin-top: 160px;
	padding: 40px 0;
	background-color: #f3f3f3;
}

.twoColumnCTA h2 {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: 400;
}

.twoColumnCTA .halfWidth {
	padding: 0 60px;
	box-sizing: border-box;
}
.twoColumnCTA .halfWidth:first-of-type {
	border-right: 1px solid #ccc;
}

.twoColumnCTA img {
	width: 100%;
	margin-top: -80px;
}

.twoColumnCTA li {
	margin-left: 30px; 
}

/* END TWO COLUMN CTA */


/* CHILD BOXES */

.childBoxes {
	margin: 40px 0;
}

.childBoxes .oneThird {
	background-color: #f3f3f3;
	padding: 40px;
	padding-bottom: 80px;
	position: relative;
	font-size: 0.9em;
	margin-top:20px;
}

.childBoxes .oneThird img {
	max-width: 100%;
	height: auto;
}
.childBoxes .oneThird .roundedButton {
	position: absolute;
	bottom: 40px;
    max-width: calc(100% - 80px);
    box-sizing: border-box;
}
.childBoxes h3 {
	font-size: 1.4em;
	font-weight: 400;
}

.childBoxes .title {
	font-size: 2em;
	font-weight: 600;
}


/* CHILD BOXES */

/* PRODUCT LISTING */

.productRecord {
	overflow:hidden;
}

.productListing .theTitle {
	font-size: 2em;
	font-weight: 600;
}

.productListing hr {
	margin-top: 20px;
	margin-bottom: 40px;
}

.productListing .productRecord h2 {
	font-size: 1.4em;
	font-weight:600;
	margin-bottom: 0;
}

.productListing .productRecord h3 {
	font-weight:400;
}

.productListing .oneThird img {
	max-width: 100%;
}

.productRecord .oneThird {
	padding-left: 0;
	padding-right: 20px;
}

.productRecord.Right .oneThird {
	float: right;
	padding-left: 20px;
	padding-right: 0;
}


/* END PRODUCT LISTING */



/* GENERAL CONTENT */

.generalContent {
	margin: 40px 0;
}

.generalContent h2, .pressContainer h2, .storyHighlight h2 {
	font-size: 2em;
	font-weight: 600;
}

.generalContent h3, .pressContainer h3, .storyHighlight h3 {
	color: #55b9e0;
	font-weight: 400;
	font-size: 1.4em;
}


/*.generalContent  ul {
    list-style: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}*/

.generalContent  ul {

	margin-left: 60px;

}


.generalContent .innerContainer {
padding: 0 160px;
}

.generalContent .roundedButton {
	background-color: #55b9e0;
	color: #fff;
}

.generalContent .innerContainer.makeFull {
	padding: 0 80px;
}


.generalContent img {
	max-width: 100%;
	height: auto;
}

.generalContent p iframe {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #c9c9c9;
    border-top: 2px solid #c9c9c9;
    margin: 20px 0;
}

/* END GENERAL CONTENT */



/* CTA BAR */

.ctaBar {
	margin: 40px 0;
}

.ctaBar a {
	color: #fff;
	font-weight: 400;
}

.ctaBar .roundedButton {
	color: #525252;
}

.ctaBar ul {
	margin-left: 40px;
}

.ctaBar .fullWidth {
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.ctaBar .blue {
	color: #fff;
	background-color: #55b9e0;
}

.ctaBar .pink {
	color: #fff;
	background-color: #e41b7e;
}

.ctaBar h2 {
	font-weight: 400;
	font-size: 1.6em;
}

.ctaBar .center {
	text-align: center;
}

.bannerTopPage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9999;
	margin: 0;
	background-color: #e41b7e;
}

.bannerTopPage .notificationButton, .emergencyBanner .notificationButton {

	font-size: 1em;
	border: 0;
	padding: 10px 15px;
	background-color: #fff;
	color: #282828;
	border-radius: 5px;
	position: relative;
	float: right;
	margin-bottom: 20px;
	cursor: pointer;

}




/* END CTA BAR */

.inputBox {
    display: inline-block;
    background-color: #f3f3f3;
    border-radius: 20px;
    color: #525252;
    padding: 10px 50px 10px 20px;
    text-decoration: none;
    border: 0;
    height: 25px;
    font-size: 1em;
}

.inputBox.inputArea {
    height: 150px;
    font-family: "Poppins";
}

.donationForm .inputBox {
	vertical-align: top;
    padding-top: 10px;
	width: 250px;
    max-width: 100%;
}

.donationForm .formField {
	margin-bottom: 20px !important;
}


/* THREE GREY BOXES */

.threeBoxes {
	margin: 40px 0;
	position: relative;
}

.threeBoxes .oneThird {
	background-color: #f3f3f3;
	padding: 60px 40px;
	position: relative;
	font-size: 0.9em;
	margin-top:20px;
	padding-bottom: 80px;
	min-height: 350px;
}
.threeBoxes .oneThird .roundedButton {
	position: absolute;
	bottom: 40px;
}
.threeBoxes h3 {
	font-size: 1.4em;
	font-weight: 400;
}

.threeBoxes .title {
	font-size: 2em;
	font-weight: 600;
}

.threeBoxesIcon{
position: absolute;
left: 40px;
top: -30px;
}



/* END THREE GREY BOXES */


/* COLLECTION SEARCH */

.collectionSearch .inputBox {

	width: 60%;

}


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

.form-field label {
float: left;
margin-right: 30px;
width: 175px;
font-weight: 400;
margin-top: 10px;
}

.collectionSearch .selectBox {
    height: 40px;
	width: calc(60% + 70px);
}

.resultsTable {
border-spacing: 0;
}

.resultsTable tr:nth-child(n+3) {background: #f3f3f3;}
.resultsTable td {
	padding: 10px;
}

.resultsTable tr {
	
	border-spacing: 20px;
	
}


.tableRow {
	background-color: #f3f3f3;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 50px;
}


.tableRow .roundedButton {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.tableCell {

	margin: 0 1px;
	margin-left: 10px;
}

.tableCell a {
	text-decoration: none;
}

.tableCell img {
width: 100%;
}


.tableCell .resultImage {
	max-width: 100px;
}

.tableHeader {


}

.tableResults {
	width: 100%;
}

.resultImage {
	margin-left: 0;
	max-width: 100px;
	text-align: center;
}


.collectionResultsButtons {

margin: 20px 0;
	text-align: center;
}

.collectionResultsButtons a {
	margin-right: 10px;

}

.collectionResultsPagination {
	margin-bottom: 10px;
}

/* END COLLECTION SEARCH */


.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;

}

.searchResult {
	margin: 20px 0;
	padding: 20px;
	overflow: hidden;
}

.searchResult:nth-child(even) {
	background-color: #f3f3f3;
}


.mobileMenu {
	top: 60px;
	display: none;
	height: 100%;
	width: 100%;
	padding: 50px 0;
	z-index:400;
	background-color: #004b60;
	color: #fff;
	box-sizing: border-box;
}

.mobileMenu>ul {
	margin-left: 50px;
}

.mobileMenu li a {
	color: #fff;
	text-decoration: none;
}
.mobileMenu li {
	margin-bottom: 10px;
}

.mobileMenu ul li ul {
	margin-left: 20px;
}


.mobileAction {
	display: none;
}

.menu-mainmenu-container {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}


/* GETTING HERE */

.gettingHere {
	margin: 40px 0;
	overflow: hidden;
	background-image: url(/wp-content/themes/phm/assets/images/greytopwhitebottom50bg.png);
	background-size: 100% 100%;
}


.gettingHere a {
	color: #fff;
}	


.gettingHere .fullWidthDirections {
	padding: 40px;
	box-sizing: border-box;
	color: #fff;
	background-color: #42b2d5;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.gettingHere .title {
	font-size: 2em;
	font-weight: 600;
	float: left;
	margin-top: 40px;
}

.gettingHere .directions {
	display: none;
    position: fixed;
    top: 0px;
    left: 0px;
	width: calc(100% - 40px);
	margin: 20px;
	box-sizing: border-box;
	background-color: rgb(14,119,149);
	padding: 20px;
	padding-top:60px;
	border-radius: 10px;
	z-index:9999;
	height: calc(100% - 40px);
    overflow-y: auto;
    overflow-x: hidden;
}

.gettingHere .directions ul,ol {
	margin-left: 40px;
}

.gettingHere .roundedButton {
	display: inline-block;
	margin-bottom: 10px;
	color: #525252;
	width: calc(50% - 20px);
	box-sizing: border-box;
	float: left;
	margin: 10px;
}

.closeDirections {
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	background-color: #ff6262;
	color: #fff;
	font-weight: 600;
	font-size: 1.6em;
	border-radius: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	text-decoration: none;
}

/* END GETTING HERE */


/* DONATION */

.formRadio {
	display: inline-block;
	float: left;
	padding-right: 20px;
}

.formRadio label {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}


.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 0;
	height:20px;
	width: 20px;
	border-radius: 10px;
	background-color: #d0d0d0;
	float: left;
	margin-right: 15px;
	margin-top: 12px;
}

.form-radio:checked {
	border: 4px solid #d0d0d0;
	height: 20px;
	width: 20px;
	background-color: #e41b7e;
}

.form-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 0;
	height:20px;
	width: 20px;
	background-color: #d0d0d0;
	float: left;
	margin-right: 15px;
	margin-top: 12px;
}

.form-check:checked {
	border: 4px solid #d0d0d0;
	height: 20px;
	width: 20px;
	background-color: #e41b7e;
}


.donationBox {
	padding-right: 20px;
	padding-left: 10px;
	width: 200px;
}

.otheramount {
	float: left;
}
/* END DONATION */

.giftaidLabel {
    margin-top: -25px !important;
    margin-left: 30px;
}

.formRow {
	overflow: hidden;
	margin-bottom: 20px;
}

.formField {
	margin-bottom: 10px;
}

.formField label {
	display: inline-block;
	width: 200px;
    padding-right: 20px;
}
.formField span {
	color: red;
	margin-left: 5px;
	display: inline-block;
}

.formField .selectBox {
	height: 40px;
	min-width: 150px;
}

.selectMultiBox {
    height: 100px;
	width: 250px;
	max-width:100%;
}

.redOutline {
	border: 1px solid red;
}

.inputBox.formList {
    background-color: #fff !important;
    overflow: hidden;
    height: auto;
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin-left: 230px;
    margin-top: -40px;
    box-sizing: border-box;
}

.formList .listItem {
	margin-bottom: 5px;
	display: block;
	width: 50%;
	float: left;
	max-width: 300px;
}

.formList .form-check {
	margin-top: 0;
}


/* VIDEO MODULE */

.videoModule {
	position: relative;
	margin-top: 40px;
}

.videoModule .greyBox {
	width: 60%;
	background-color: #f3f3f3;
	padding: 40px;
	padding-bottom: 80px;
	margin-bottom: -60px;
	box-sizing: border-box;
}

.videoModule .videoContent {
	position: relative;
	width: 90%;
	float: right;
}


.videoModule h2 {
	font-weight: 600;
	font-size: 1.4em;
}

.videoModule .videoContent, .promotionalContent .videoContent {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.promotionalContent .videoContent {
	padding-top: 0;
}

.videoContent iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* END VIDEO MODULE */



/* NEWSLETTER MODULE */

.newsletterModule .subBox {
	/*background-color: #39abce;*/
	/*background: linear-gradient(to top right, rgba(27,127,166,0.98), rgba(85,185,224,0.95));*/
	/*background-color: #cd4139;*/
	width: 100%;
	padding-top: 10px;
	color: #fff;
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.subBox span {
	//position: absolute;
	top: 20px;
	left: 20px;
}

.newsletterModule h3 {
	font-size: 1.8em;
	font-weight: 600;
	margin-left: 60px;
}


.subBoxContent {
	width: 100%;
}

/* END NEWSLETTER MODULE */


/* SOCIAL MODULE */


.socialModule {
	text-align: center;
	margin-bottom: 40px;
}

.socialModule h2 {
	font-weight: 600;
	font-size: 1.4em;
}

.socialModule .socialIcon {
	height: 60px;
	width: 60px;
	margin: 10px;
}



/* END SOCIAL MODULE */


/* PROMOTIONAL CONTENT MODULE */


.promotionalBlock {
	padding: 20px;
	box-sizing: border-box;
	background-color: #f3f3f3;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.promotionalContent .title {
	font-size: 2em;
	font-weight: 600;
}

.promotionalBlock.single {
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin: 10px;
	margin-bottom: 40px;
}

.promotionalBlock.multi {
	width: calc(50% - 20px);
	margin: 10px;
	float: left;
}

.promotionalBlock.single .promotionalHeader{
	float: left;
	width: 50%;
}

.promotionalBlock.multi .promotionalHeader{
	float: left;
	width: 100%;

}

.promotionalBlock .promotionalHeader img {
	width: 100%;
	height: auto;
}

.promotionalBlock.single .promotionalContent {
	margin-left: 40px;
	float: left;
	width: calc(50% - 40px);
}

.promotionalBlock.single .roundedButton {
	margin-left: 40px;
}


.promotionalContent {
	position: relative;
	margin-bottom: 60px;
	float: left;
}

.promotionalBlock.multi .roundedButton {
	position: absolute;
	bottom: 20px;
	left: 20px;	
}




/* END PROMOTIONAL CONTENT MODULE */


.eventPreviousLink {
	text-decoration: none;
	color: #525252;
	
}

.eventPreviousLink:hover {
	border-bottom: dashed 1px #525252;
}

.prevEvents {
	display: none;
}

.eventCatTextBlob {
	display: inline-block;
	background-color: #e41b7e;
	font-size: 0.8em; color: #fff;
	margin-right: 5px;
	margin-bottom: 5px; 
	text-decoration: none;
	padding: 8px;
	border-radius: 15px;
	width: auto !important;
}

.eventCatImage {
	width: 40px;
	height: 40px;
	margin: 10px;
	display: inline-block;
}

.eventCatLink {
	height: 60px;
	transition: 0.2s;
}

.eventCatLink:hover {
	margin-top: -5px;
	transition: 0.2s;
}

.collabLogo {
	float: right;
	max-width: 250px;
	height: auto;
}


.blogRecord {
    margin: 40px 0;
    background-color: #f3f3f3;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

.blogRecord h4 {
	font-weight: 600;
}

.collaborationRecord {
	margin: 40px 0;
    background-color: #f3f3f3;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

.blogCol {
	padding-top: 30px;
	text-align: right;
}

.blogCol ul {
margin-left: 0;
}

.blogCol li {
	list-style: none;
}

.blogCol li a {
	text-decoration: none;
	color: #525252;
}

.blogCol li a:hover {
	border-bottom: 1px dashed #525252;
}

.blogCol h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.blogSubBox {
	margin-top: 50px;
}

.pressContainer .blogCol {
	padding-top: 0;
}

.pressContainer {
	overflow: hidden;
}

.paginationBlock {
	text-align: center;
	text-decoration: none;
	color: #525252;
	margin-right: 10px;	
	height: 25px;
	width: 25px;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #525252;
}

.paginationBlock:hover {
	background-color: #cecece;
}

.paginationBlock.active {	
	height: 25px;
	width: 25px;
	background-color: #e41b7e;
	color: #fff;
	border: 1px solid #e41b7e;
}

.paginationBlock.active:hover {	
	opacity: 0.8;
}

.showMobile {
	display: none;
}



/* VITAL VOTERS */


	.vitalVotersHeader {
		overflow: hidden;
	}

	.vitalVotersHeader p {
		line-height: 1.6em;
	}

	.vvHeaderImage {
		float: right;
		padding-bottom: 40px;
		width: 40%;
		
	}

	.vvHeaderImage img {
		width: 100%;
	}
	
	.vvHeaderContent {
		padding-right: 60px;
		float: left;
		width: 60%;
		box-sizing:border-box;
		padding-top: 60px;
	}	
	
	.vvBlockHead {
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		background-size: cover;
		background-position: center;
		//background-color: #185364;
	}
	
	.vvBlockContent {
		text-align: left;
		padding: 5px;
		padding-bottom: 60px;
	}
	
	.vvBlockContent h2 {
		margin-top: 10px;
		font-weight: bold;
	}
	


	.vvBlockHead img {
		max-width: 100%;
		height: auto;
		width: 100%;
	}
	


.vvListing  .vvBlockHead {
	//padding-bottom: 56.25%; /* 16:9 */
	background-color: none;
}

.vvDetail .vvBlockHead {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.vvDetail .vvBlockHead iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


	
	.vitalVoters .oneThird, .vitalVoters .halfWidth {
		background: #efefef;
		padding: 10px;
		border: 0;	
		box-shadow: 1px 4px 4px rgba(0,0,0,0.2);
		min-height: 600px;
		position: relative;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	
	.vvContentButton {
		position: absolute;
		bottom: 10px;
		background-color: #ec1d8d;
		color: #fff;
		font-weight: 900;
		//text-transform: uppercase;
		font-size: 1.4em;
		width: calc(100% - 20px);
		padding: 10px 15px;
		box-sizing: border-box;
		text-align: center;
	}




	.vvDetailAuthor {	
		float: right;
		color: #fff;
		font-size: 1.4em;
		clear:both;
		text-align: right;
	}

	.vvDetailAuthor span {
		font-weight: bold;
	}

	.vvDetail .vvBlockContent {
	
		margin-top: 20px;
	
	}


/* END VITAL VOTERS */



/* GENERAL ROW MODULE */

.generalRow {
	padding: 40px 0;
	position: relative;
	overflow:hidden;
}

.generalRow .fullWidth {
position: relative;
}

.generalRow.withBG {
	background-color: #f3f3f3;
}

.generalRowSub, .generalRowVideoContainer {
	float: right;
	width: 33%;
	margin-bottom: 20px;
	margin-left: 40px;
	
}

.generalRowVideoContainer {
	width: 50%;
	border: 2px solid rgba(0,0,0,0.1);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.4);
}

.generalRowSub img {
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
}

.left .generalRowSub, .left .generalRowVideoContainer {
	float: left;
	margin-right: 40px;
	margin-left: 0;
}


.generalRow h2 {
	font-size: 2em;
	font-weight: 600;
}

.generalRow h3 {
	color: #55b9e0;
	font-weight: 400;
	font-size: 1.4em;
}


.generalRowSubVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.generalRowSubVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* END GENERAL ROW MODULE */


.vacanciesPic {
	position: absolute;
	top: -120px;
	width: 100%;
}


.onlineEvent {
	background-color: #39abce;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.eventClosureBox {
	background-color: #eaea1d;
	border: 4px dashed #525252; 
	border-radius: 15px; 
	padding: 20px; 
	font-size: 1.4em; 
	text-align: center;
}

.eventClosureBox p {
	margin-bottom: 0;
}

.whatsOnBlock .eventClosureBox {
background-color: #eaea1d;
    border: 2px dashed #525252;
    border-radius: 15px;
    padding: 5px;
    font-size: 1em;
    text-align: center;
    box-sizing: border-box;
}



/* FULL WIDTH IMAGE CAROUSEL */


.imageGallery {
margin-top: 40px;
    box-sizing: border-box;
    padding: 40px;
    padding-bottom: 60px;
}

.imageGallery .title {
	font-size: 2em;
	font-weight: 600;
}

.imageGallery .innerContainer {
	position: relative;
	min-height: 10px;
}

.imageGallery .theTitle {
	position: absolute;
	top: -25px;
	width: 100%;
}

.imageGallery .oneThird {
	height: 300px;
}


.imageGallery .sliderItems {
	margin-top: 50px;
}

.sliderItem a {
	text-decoration: none;
}

.sliderContent {
	display: none;;
	background-color: rgba(82,82,82,0.85);
	padding: 20px;
	color: #fff;
	height: calc(100% - 40px);
	margin: 20px;
	box-sizing: border-box;
}

.sliderContent h3 {
	font-size: 1.3em;
}

.sliderItem:hover .sliderContent {
	display: block;
}




.imageGallery .slick-dots {


}

.imageGallery .slick-dots li {
    float: left;
    list-style-type: none;
}	

.imageGallery .slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: inline-block;
    border-radius: 10px;
	height: 18px;
	width: 18px;
    cursor: pointer;
    border: 2px solid #ccc;
    outline: none;
    background-color: #f3f3f3;
    margin-right: 10px;
}	

.imageGallery li.slick-active button {
    background-color: #39abce;
    border: 1px solid #39abce;
}	


.imageGallery .slick-next {
	position: absolute;
	bottom: -30px;
	right: 10px;
}

.imageGallery .slick-prev {
	position: fixed;
	bottom: -30px;
	right: 80px;
}



.galleryModal {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	text-align: center;
}

.modalImage {
	margin: 0 auto;
	background-color: white;
	border-radius: 10px;
	border: 2px #525252 solid;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
	padding: 40px;
	width: auto;
	box-sizing: border-box;
	max-width: 80%;
	max-height: 90vh;
	display: inline-block;
}	


.modalImage img {
    max-width: 100%;
    max-height: 80vh;
	border-radius: 10px;
}



/* END FULL WIDTH IMAGE CAROUSEL */


/* STORY MODULE */

.storyQuestion {
	background-color: #f3f3f3;
	padding: 40px;
	margin: 20px;
	border: 2px #525252 solid;
	border-radius: 30px;
	box-sizing: border-box;
}

.storyIntroduction {
	border-top: 2px solid #525252;
	padding-top: 20px;
}




/* END STORY MODULE */

.emergencyBanner {

	box-shadow: 0 0 3px 4px rgba(0,0,0,0.4);
}


.emergencyBanner.red {
	background-color: rgb(222,69,69);
	color: #fff;
}

.emergencyBanner.Red a {
	color: #fff;
}



.emergencyBanner.Blue {
	background-color: #55b9e0 !important;
	color: #fff !important;
}

.emergencyBannr.Red {
	 background-color: #ff6262 !important;
	 color: #fff !important;
}


.emergencyBanner.Pink {
	background-color: #e41b7e;
	color: #fff;
}
.emergencyBanner.Grey {
	background-color: lightgrey;
	color: #282828;
}

.emergencyBannerContent {
	padding: 20px;
	text-align: center;
}

.emergencyBannerContent h2 {

	font-size: 2em;
	font-weight: bold;

}


.accordionTitle {
background-color: #f1f1f1;
border-radius: 5px;
color: #282828;
padding: 10px;
margin-bottom: 5px;
width: 100%;
border: 0;
text-align: left;
font-size: 1em;
}

.accordionTitle span {
	background-image: url('/wp-content/themes/phm/assets/images/down_arrow.png');
	height: 10px;
	width: 20px;
	float: right;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 7px;
}


.accordionContent {
background-color: #f1f1f1;
border-radius: 5px;
color: #282828;
padding: 10px;
margin-bottom: 5px;
}

.accordionContent a {
	color: #282828;
}

.accordionContent ul {
	margin-left: 40px;
}

.accordionArrowRotate {
	transform: rotate(180deg);
}




.storySlide {
	
	overflow: hidden;
	padding: 40px;
	background-position: center;
	background-size: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.3);
	color: #525252;

}


.storySlide .left {
	box-sizing: border-box;
	padding-right: 50px;
}


.slick-arrow {
	position: absolute;
	bottom: -50px;
	z-index: 9990;
}

.slick-prev {
	left: 40px;
}

.slick-next {
	right: 40px;
}
.storyHighlight .slick-disabled {
	display: none;
}

.storyHighlight .slick-dots {
	bottom: -40px;
}

.storyImage {
		
	border-radius: 14px;
	position: relative;
	border: 10px solid #fff;
	border-bottom: 40px solid #fff;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.3);
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
		
}
	
.left .storyImage {
	transform: rotate(-4deg);
	margin-bottom: 20px;
}	
	
.right .storyImage {
	transform: rotate(4deg);
	margin-bottom: 20px;
}

.storySlide {

	color: #282828;

}

.storyHighlight .slick-prev {

display: inline-block;
position: absolute;
width: 75px;
height: 75px;
border-radius: 50%;
border: 4px solid #fff;
bottom: 0;
left: -16px;
content: url('/wp-content/themes/phm/assets/prev.png');
background-color: rgb(161, 125, 19);
font-size: 15px;
color: #fff;
}


.storyHighlight .slick-next {

display: inline-block;
position: absolute;
width: 75px;
height: 75px;
border-radius: 50%;
border: 4px solid #fff;
bottom: 0;
right: -16px;
content: url('/wp-content/themes/phm/assets/next.png');
background-color: rgb(161, 125, 19);
font-size: 16px;
color: #fff;
}

.storySlide .slideContentHighlight {
	padding: 60px !important;
	font-size: 125%;
}


.enewsLeft {width: 49%; float: left;}

.zcwf_row {width: 50%; float: left;}




/* MEDIA QUERIES */

@media screen and (max-width:1500px) {
	.container { width: 1140px;}
	.logo img { max-width: 100px;}
	.heroblock .hero { height: 535px;}
	.heroblock {min-height: 600px;}
	.topMenu {margin-left: 180px;}
	.whatsOnImage {height: 179px;}
	.visitUs .title { margin-right: 40px; }
		.zcwf_row {width: 100%; float: left;}
}

@media screen and (max-width:1280px) {
	.whatsOnBlock .title {font-size: 1.8em;}

}

@media screen and (max-width:1200px) {
	.container {width: 95%;}
	.visitUs .twoThirds {width: 100%;}
	.threeFifths { width: calc(100% - 20px);}
	.oneFifth { width: calc(100% - 20px);}
	.vitalVoters .oneThird { width: calc(50% - 20px);}
}


@media screen and (max-width:1150px) {
	.topMenu {margin-left: 130px;}
	.topMenu {display: none;}
	.headerMenuButton {display: block;}
	.subnav {display: none;}
	.headerPad {padding-bottom: 80px !important;}
	.whatsOnBlock .title {font-size: 1.6em;}
	.whatsOnBlock {height: 450px;}
	.generalRowSub,.generalRowVideoContainer { width: 50%;}
	.visitUs .title,.address,.openingTimes { width: 100%; max-width: 100%;}
}

@media screen and (max-width:990px) {
	.container {width: 95%;}
	.fullWidth {width: calc(100% - 20px);}
	.oneThird {width: calc(33.333% - 20px);}
	.twoThirds {width: calc(66.6667% - 20px);}
	.heroSearchInput {width: 80%;}
	.leftContentRightImage img {position: relative; top:0;}
	.halfContentImage img {position: relative; top:0;}
	.halfContentImage {margin: 0;}
	.pinkBox .content {width: 50%; float: left; box-sizing: border-box; padding: 20px;}
	.pinkBox .image {width: 50%; position: relative; top:-30px; right:0; float: left;}
	.pinkBox img {max-width: 100%;}
	.leftFullRightImage .twoThirds img {display: none;}
	.leftFullRightImage .oneThird img {position: relative;}
	.leftFullRightImage .twoThirds { padding-left: 0px;}
	.leftFullRightImage .twoThirds p { margin-left: 0;}
	.leftFullRightImage .twoThirds {width: 100%; padding-right: 20px; box-sizing: border-box;}
	.leftFullRightImage .oneThird {float: right;}
	.leftFullRightImage .oneThird img {right: 0; max-width: 100% !important; min-height: 10px !important;}
	.heroIntro h1 { font-size: 2em;}
	.subMenuContent .fourFifths.content {padding: 0;}
	.copyRight, .copyLeft {width: 100%; text-align: center; margin-bottom: 10px;}
	.copyright li {float: none;}
	.whatsOnImage {height: auto;}
	.fullWidthHeader.bigImage { background-position: bottom -40px center; }
	.enewsLeft {width: 100%;}
	.enewsRight {width: 100%;}
}

@media screen and (max-width:850px) {
	.container {width: 95%;}
	.fullWidth {width: calc(100% - 20px);}
	.halfWidth {width: calc(100% - 20px);}	
	.oneThird {width: calc(50% - 20px);}
	.twoThirds {width: calc(100% - 20px);}
	.fourFifths { width: calc(100% - 20px);}
	.callToAction .oneThird:not(:last-child) { border: 0;}
	.threeColumnIntro .twoThirds {padding-left: 0;}
	.contentImageSubHeader img.imageShadow { width: 100%;max-width: 100%;}
	.halfContentImage img { position: relative; top: 0; }
	.halfContentImage .halfWidth.content { padding: 0;}
	.leftContentRightImage img {position: relative; top: 0;}
	.whatsOnImage { height: auto;}
	.whatsOnBlock .roundedButton { position: relative; bottom: 0;}
	.generalContent .innerContainer { padding: 80px;}
	.footer .subBox { position: relative; top: 0; right: 10px; width: 100%;}
	.footer { background-image: url();}
	.footerContent {min-height: 10px;}
	.footer .roundel {top: 100px; right: 70px; height: 200px; width: 200px; left: inherit;}
	.threeBoxes .oneThird	 { margin-top: 40px;}
	.halfContentImage { margin: 0px;}
	.leftSummaryBigImage { margin: 0;}
	.whatsOn { margin-top:40px;}
	.blogCol { text-align: left;}
	.filterBlockFilters { width: 100%; margin-top: 20px;}
	/*
	.fullWidthHeader { margin-bottom: 40px !important; padding-bottom: 80px !important;}
	.fullWidthHeader.withImage { margin-bottom: 120px !important; padding-bottom: 80px !important;}*/
	.twoColumnCTA img {margin-top: 0;}
	.halfContentImage.Right .halfWidth.content { padding-left:0;}
	.formList .listItem {width: 100%; max-width: 4000px;}
	.promotionalBlock.multi { width: calc(100% - 20px); }
	.promotionalBlock.single .promotionalHeader{float: left;width: 100%;}
	.promotionalBlock.single .roundedButton {position: absolute;bottom: 20px;left: -20px;}
	.promotionalBlock.single .promotionalContent { margin-left: 0; width: calc(100% - 20px);}
	.vitalVoters .oneThird, .vitalVoters .halfWidth { min-height: 100px;}
	.vitalVoters .oneThird { width: calc(100% - 20px);}
	.generalRowSub,.generalRowVideoContainer { width: 100%;}
	.storyHighlight .storySlide {background: none !important; background-color: #fff !important;}
}


@media screen and (max-width:790px) {
	
	.innerContainer {padding: 0;}
	.leftContentRightImage .fullWidth {	padding: 20px 10px;}
	.generalContent .innerContainer { padding: 0;}
	.generalContent .innerContainer.makeFull {padding: 0px;}
/*	.header { position: relative; }
	.headerPad {padding-bottom: 0 !important;}*/
	.visitUs .title { width: 100%; }
	.footerPad {height: 0px !important;}
	.oneThird {width: calc(100% - 20px);}
	.whatsOnBlock { height: auto;}
	.whatsOnFiltering li { display: inline-block; margin-bottom: 10px; box-sizing: border-box;}
	.whatsOnFiltering .searchBox {width: 100%; box-sizing: border-box; height: 40px; margin-top: 20px;}
	.whatsOnFiltering ul { margin-bottom: 0px;}
	.logo img {width: 75px;}
	.header { height: 60px;}
	.headerPad { padding-bottom: 80px !important;}
	.topButtons {padding-top: 10px;}
	.subMenuContent .oneThird {border-left: none;}
	.collabLogo { max-width: 25%;}
	.childBoxes .oneThird .roundedButton { position: relative; bottom: auto;}
	.childboxes .oneThird {overflow: hidden;}
	.leftContentRightImage .imageSide img {position: relative; margin-top: 20px; top: 0;}
	.vvHeaderImage {float: left; width: 100%; padding: 0 40px; box-sizing: border-box;}
	.vvHeaderContent {width: 100%; padding: 0; margin-top: 20px;}
	.heroblock .hero { background-image:none !important; height: auto;}
	.hero .onMobile { display: block; width: 100%;}
	.heroIntro {position: relative;}
	.hero {padding: 0;}
	.heroblock {min-height: 100px;}
	.storySlide .halfWidth {padding-bottom: 20px; padding: 20px 0 !important;}

}

@media screen and (max-width:600px) {
	.pinkBox .content {width: 100%; float: left; box-sizing: border-box; padding: 20px;}
	.pinkBox .image {width: 100%; position: relative; top:0px; right:0; float: left; margin-bottom: 40px;}
	.pinkBox img {max-width: 80%; width: 80%; float: right;}	
	.footer .roundel { right: 20px; height: 100px; width: 100px;}
	/*
	.fullWidthHeader.withImage { margin-bottom: 130px !important; padding-bottom: 80px !important;}	*/
	.fullWidthHeader p { font-size: 1.2em;}
	.oneFifth {text-align: center;}
	.actionButtons { display: none;}
	.mobileAction {display: block;}
	.heroIntro {max-width: 100%; width: 100%; padding-bottom: 60px;}
	.subMenuContent .twoThirds.content {padding: 0 10px;}
	.videoModule .greyBox {width: 100%;}
	.videoModule .videoContent { width: 100%;}
	.inputBox.formList { margin-left: 0; margin-top:20px;}
	.formField label { width: 100%;}
	.showMobile {display: block;}
	.gettingHere .roundedButton { width: 100%; margin: 5px 0; }
	.storyHighlight .slick-dots { bottom: 5px;}
	.storyHighlight img {max-width: 100%;}
}

