	/*
		██████  ███████ ███████ ███████ ████████
		██   ██ ██      ██      ██         ██
		██████  █████   ███████ █████      ██
		██   ██ ██           ██ ██         ██
		██   ██ ███████ ███████ ███████    ██
	*/

	body{
		padding:0;
		margin:0;
		-webkit-text-size-adjust:none;
		overflow-x: hidden;
	}

	h1, h2, h3, h4, h5, p, pre{
		padding:0;
		margin:0;
		line-height: inherit;
	    white-space: normal;
		display: block;
		font-weight: inherit;
		font: inherit;
		vertical-align: baseline;
	}

	a, a:link, a:visited, a:hover, a:active{
		text-decoration: none;
		color: inherit;
	}

	a img{
		border: inherit;
	}

	input, select, textarea,
	input:active, select:active, textarea:active,
	input:focus, select:focus, textarea:focus,
	input:hover, select:hover, textarea:hover{
		border:none;
		outline:none;
		background: none;
		-webkit-appearance:none;
		box-sizing:border-box;
		-moz-appearance:none;
		-ms-appearance:none;
		-o-appearance:none;
		appearance:none;
		border-radius: 0;
		-webkit-border-radius:0;
		-mos-border-radius:0;
		-o-border-radius:0;
		-ms-border-radius:0;
		padding:5px;
	}

	label{
		position: relative;
		display: block;
	}

	input[type='text'],
	input[type='number'],
	input[type='email'],
	input[type='date']{
		display: block;
		width:100%;
		background: #fff;
		height:28px;
		line-height: 18px;
		box-sizing: border-box;
		padding:5px 15px;
		margin:0 0 10px 0;
	}

	label input[type='submit']{
		height:0;
		width:0;
		overflow: hidden;
		display: inline;
		visibility: hidden;
		position: absolute;
	}

	ul{
		padding:7px 0 7px 25px;
		margin:0;
	}

	ul li{
		padding:0 0 7px 0;
		margin:0;
	}

	/*
		 ██████  ███████ ███    ██ ███████ ██████  ██  ██████
		██       ██      ████   ██ ██      ██   ██ ██ ██
		██   ███ █████   ██ ██  ██ █████   ██████  ██ ██
		██    ██ ██      ██  ██ ██ ██      ██   ██ ██ ██
		 ██████  ███████ ██   ████ ███████ ██   ██ ██  ██████
	*/

	/*
		Dull Blue - rgb(113,153,172);
		Dark Blue - rgb(45,105,128);
	*/

	body{
		font-family: 'Archivo', sans-serif;
		font-size:12px;
		color:rgb(51,51,51);
		line-height:16px;
		font-weight: 400;
	}

	b, strong{
		font-weight: 700;
	}

	p b, p strong{
		/* font-size: 15px;
		line-height: 19px; */
	}

	.clear{
		clear:both;
	}

	.noSelect{
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.right {
		float: right;
	}
	.left {
		float: left;
	}

	.text-right{
		text-align: right;
	}

	.text-left{
		text-align: left;
	}

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

	.text-justify{
		text-align: justify;
	}

	.wrap-main{
		width:1168px;
		max-width: 100%;
	}

	.padd-left-match-wrap{
		padding-left: 99px;
	}

	.block-center{
		margin:0 auto;
	}

	.bg-lightBlue{
		background: rgb(235,241,244);
	}

	.bg-lightPink{
		background: rgb(246,243,249);
	}

	.bg-lightPurple{
		background: rgb(244,241,247);
	}

	.bg-lightYellow{
		background: rgb(247, 243, 232);
	}

	.bg-dullBlue{
		background: rgb(113,153,172);
	}

	.bg-darkBlue{
		background: rgb(45,105,128);
	}

	.bg-blue{
		background: rgb(0,95,181);
	}

	.bg-lpurple{
		background: rgb(235, 227, 242);
	}

	.bg-yellow{
		background: rgb(217,169,89);
	}

	.title-trim-yellow{
		border-bottom: 9px solid rgb(217,169,89);
	}

	.title-trim-blue{
		border-bottom: 9px solid rgb(0,95,181);
	}

	.title-trim-purple{
		border-bottom: 9px solid rgb(106,64,121);
	}

	.title-trim-olive {
		border-bottom: 9px solid rgb(130, 144, 78);
	}

	.title-trim-orange {
		border-bottom: 9px solid #e6823c;
	}

	.title-trim-grey {
		border-bottom: 9px solid #3f3f3f;
	}

	.bg-purple{
		background: rgb(142,100,181);
	}

	.bg-olive{
		background: rgb(169,169,95);
	}

	.bg-red{
		background: rgb(176,0,69);
	}

	.bg-grey{
		background: rgb(63,63,63);
	}

	.bg-lightGrey{
		background: rgb(235,235,235);
	}

	.red {
		color:rgb(176,0,69);
    background-color: rgba(247, 230, 236, 1);
	}

	.red .expand {
		background-color: rgb(253,250,251);
	}

	.yellow {
		color: rgb(217,169,89);
		background-color: rgb(251,246,238);
	}

	.yellow .expand {
		background-color: rgb(254,253,252);
	}

	.purple {
		color:rgb(142,100,181);
		background-color: rgb(244,240,248);
	}

	.purple .expand {
		background-color: rgb(253,252,254);
	}

	.blue {
		color:rgb(0,95,181);
		background-color: rgb(230,239,248);
	}

	.blue .expand {
		background-color: rgb(250,252,254);
	}

	.teal {
		color:rgb(45,105,128);
		background-color: rgb(234,240,242);
	}

	.teal .expand {
		background-color: rgb(251,252,252);
	}

	.dot {
    position: absolute;
    height: 15px;
    width: 15px;
    border: 2px solid rgb(106,64,121);
    border-radius: 15px;
	}

	main a,
	main a:link,
	main a:visited,
	main a:hover,
	main a:active{
		color: rgb(192,51,106);
	}

	.text-blue,
	main a.text-blue{
		color: rgb(0,95,181);
	}

	.text-red,
	main a.text-red{
		color: rgb(176,0,69);
	}

	.text-yellow,
	main a.text-yellow{
		color: rgb(217,169,89);
	}

	.text-olive,
	main a.text-olive{
		color: rgb(169,169,95);
	}

	.text-darkBlue,
	main a.text-darkBlue{
		color: rgb(45,105,128);
	}

	.text-green,
	main a.text-green{
		color: rgb(101,152,92);
	}

	.text-purple,
	main a.text-purple{
		color: rgb(142,100,181);
	}

	.text-dullBlue,
	main a.text-dullBlue{
		color: rgb(113,153,172);
	}

	.text-lightGrey,
	main a.text-lightGrey{
		color:rgb(176,176,176)
	}

	.text-white,
	main a.text-white{
		color: #fff;
	}

	.button, .button2{
		padding:7px 20px 7px 14px;
		display: inline-block;
		margin:5px 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}

	.button::after, .button2::after{
		content:"";
		position: absolute;
		top:50%;
		left:50%;
		height:0;
		width:0;
		margin:0;
		background: rgba(255,255,255,0.8);
		border-radius: 1000px;
	}

	.button:hover::after, .button2:hover::after{
		height:240%;
		transition:0.3s;
		width:120%;
		top:-70%;
		left:-10%;
		background: rgba(255,255,255,0.25);
	}

	.button:active::after, .button2:active::after{
		height:100%;
		width:100%;
		top:0;
		transition: 0s;
		left:0;
		background: rgba(0,0,0,0.15);
		border-radius: 0;
	}

	label .button{
		margin:0;
	}

	.font-cairo{
		font-family: 'Cairo', sans-serif;
	}

	.padd0{
		padding: 0!important;
		box-sizing: border-box;
	}

	.padd15{
		padding: 15px!important;
		box-sizing: border-box;
	}

	.padd20{
		padding:20px;
		box-sizing: border-box;
	}

	.padd25{
		padding: 25px!important;
		box-sizing: border-box;
	}

	.padd35{
		padding: 35px!important;
		box-sizing: border-box;
	}

	.padd50{
		padding: 50px!important;
		box-sizing: border-box;
	}

	.padd75{
		padding: 75px!important;
		box-sizing: border-box;
	}

	.paddV20{
		padding-top: 20px!important;
		padding-bottom: 20px!important;
		box-sizing: border-box;
	}

	.paddV40{
		padding-top: 40px!important;
		padding-bottom: 40px!important;
		box-sizing: border-box;
	}

	.paddV60{
		padding-top: 60px!important;
		padding-bottom: 60px!important;
		box-sizing: border-box;
	}

	.paddH5{
		padding-left: 5px!important;
		padding-right: 5px!important;
		box-sizing: border-box;
	}

	.paddH40{
		padding-left: 40px!important;
		padding-right: 40px!important;
		box-sizing: border-box;
	}

	.paddH60{
		padding-left: 60px!important;
		padding-right: 60px!important;
		box-sizing: border-box;
	}

	.paddTop25{
		padding-top: 25px!important;
		box-sizing: border-box;
	}

	em.sprite{
	    background: url(../images/svg-fallback/sprites.png) 0 0 no-repeat;
	    background: linear-gradient(transparent, transparent), url(../images/sprites.svg) 0 0 no-repeat;
		width: 25px;
		height: 25px;
		display: inline-block;
		vertical-align: top;
	}

	em.sprite-lg{
	    background: url(../images/svg-fallback/sprites-lg.png) 0 0 no-repeat;
	    background: linear-gradient(transparent, transparent), url(../images/sprites-lg.svg) 0 0 no-repeat;
		width: 110px;
		height: 110px;
		display: inline-block;
		vertical-align: top;
	}

	a em.sprite{
		vertical-align: middle;
	}

	em.sprite.facebook{
		background-position: 0 0;
	}

	em.sprite.twitter{
		background-position: -25px 0;
	}

	em.sprite.clock{
		background-position: -50px 0;
	}

	em.sprite.ticket{
		background-position: -75px 0;
	}

	em.sprite.location{
		background-position: -100px 0;
	}

	em.sprite.arrow-green{
		background-position: 0 -25px;
		height:12px;
		width:12px;
		margin:0 6px;
	}

	em.sprite.arrow-olive{
		background-position: 0 -37px;
		height:12px;
		width:12px;
		margin:0 6px;
	}

	em.sprite.arrow-red{
		background-position: -12px -25px;
		height:12px;
		width:12px;
		margin:0 6px;
	}

	em.sprite.arrow-blue{
		background-position: -12px -37px;
		height:12px;
		width:12px;
		margin:0 6px;
	}

	em.sprite.search{
		background-position: -25px -25px;
	}

	em.sprite.search-lg{
		background-position: -75px -25px;
	}

	em.sprite.search-blue-lg{
		background-position: -100px -25px;
	}

	em.sprite.arrow-l-blue{
		height:50px;
		background-position: -300px 0;
	}

	em.sprite.arrow-r-blue{
		height:50px;
		background-position: -325px 0;
	}

	em.sprite.facebook-grey{
		background-position: -125px 0;
	}

	em.sprite.twitter-grey{
		background-position: -150px 0;
	}

	em.sprite-lg.donate{
		background-position: 0 0;
	}

	em.sprite-lg.newsletter{
		background-position: -110px 0;
	}

	em.sprite-lg.did-you-know{
		background-position: -220px 0;
		height:220px;
	}

	em.sprite-lg.success{
		background-position: 0 -110px;
	}

	h2{
		font-size: 45px;
		line-height: 45px;
		padding:0 0 15px 0;
		font-family: 'cairo', sans-serif;
	}

	h3{
		font-size: 65px;
		line-height: 65px;
		padding:0 0 15px 0;
		font-family: 'cairo', sans-serif;
	}

	h4{
		font-size: 32px;
		line-height: 33px;
		padding:0 0 15px 0;
	}

	h5{
		font-size: 17px;
		line-height: 20px;
		padding:0 0 15px 0;
	}

	p{
		padding:0 0 7px 0;
	}

	hr{
		margin:0;
		padding:0;
		border:none;
		height:1px;
		width:100%;
		background:	#8e64b5;
	}

	hr.short{
		display:block;
		margin:5px 0 15px 0!important;
		padding:0;
		border:none;
		height:1px!important;
		border-radius: 0!important;
		width:70px;
		background:	 rgb(45,105,128);
	}

	.buffer{
		padding:30px 0;
	}

	.buffer.big{
		padding:60px 0;
	}

	.percent-10{
		width: 10%;
	}

	.percent-20{
		width: 20%;
	}

	.percent-25{
		width: 25%;
	}

	.percent-30{
		width: 30%;
	}

	.percent-33{
		width: 33.333%;
	}

	.percent-40{
		width: 40%;
	}

	.percent-45{
		width: 45%;
	}

	.percent-50{
		width: 50%;
	}

	.percent-55{
		width: 55%;
	}

	.percent-60{
		width: 60%;
	}

	.percent-67{
		width: 67%;
	}

	.percent-70{
		width: 70%;
	}

	.percent-75{
		width: 75%;
	}

	.percent-80{
		width: 80%;
	}

	.percent-85{
		width: 85%;
	}

	.percent-90{
		width: 90%;
	}

	.relative{
		position: relative;
	}

	.overflow-hide{
		overflow: hidden
	}

	/*
		███████ ██████  ███████  ██████ ██ ███████ ██  ██████ ███████
		██      ██   ██ ██      ██      ██ ██      ██ ██      ██
		███████ ██████  █████   ██      ██ █████   ██ ██      ███████
		     ██ ██      ██      ██      ██ ██      ██ ██           ██
		███████ ██      ███████  ██████ ██ ██      ██  ██████ ███████
	*/

	header{
		font-family: 'Cairo', sans-serif;
		width:100%;
		height:auto;
		color:#fff;
		font-size: 13px;
		position: fixed;
		top:0;
		z-index: 99;
		left:50%;
		margin-left:-584px
	}

	.pre-nav{
		padding: 20px 20px 0 20px;
		font-size: 0;
		line-height: 0;
	}

	.pre-nav a{
		padding:0 18px;
		position: relative;
		border-right: 1px solid #fff;
		font-size: 13px;
		line-height: 16px;
	}

	.pre-nav a.last{
		border: none;
		padding:0 10px;
	}

	header .donation{
		width:170px;
		height:115px;
		display: block;
		background:url(../images/donate.png) 0 0 no-repeat;
		background-size:170px 115px;
	}

	header .donation:hover {
		filter: brightness(80%);
	    -webkit-filter: brightness(80%);
		-moz-filter: brightness(80%);
		-ms-filter: brightness(80%);
		-o-filter: brightness(80%);
	}

	header .pre-nav a:hover em{
		opacity: 0.5;
	}

	nav{
		width:100%;
		background: rgba(255,255,255,0.8);
		text-align: center;
	}

	nav ul{
		padding:0;
		margin:0;
		text-align: center;
		display: inline-block;
	}

	nav ul li{
		padding:12px 25px;
		margin:0;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
	    height: 40px;
	}

	nav em.sprite{
		display: none;
	}

	nav ul li em.sprite{
		position: absolute;
		top:14px;
		margin-top:0!important;
		right:0;
	}

	nav ul li.open em.sprite{
		transform:rotate(90deg);
	}

	nav ul li ul li a em.sprite{
		display: none!important
	}

	nav ul li.selected > a,
	nav ul li.ancestor > a{
		font-weight: 700;
	}

	nav ul li a:hover::after,
	nav > ul > li.selected::after,
	nav > ul > li.ancestor::after{
		content:"";
		position: absolute;
		bottom:6px;
		left:50%;
		margin-left:-13px;
		width:26px;
		background: rgb(45,105,128);
		height:2px;
	}

	.pre-nav a:hover,
	.pre-nav a.selected{
		background: #fff;
		color:rgb(113, 152, 172)
	}

	.pre-nav a:hover em.sprite.search,
	.pre-nav a.selected{
		opacity: 1!important;
		background-position: -50px -25px;
	}

	.pre-nav .social-media a:hover{
		background: none;
	}

	.hamburger{
		display:none;
		height:22px;
		width:26px;
		padding:24px 22px;
		position: relative;
	}

	.hamburger span{
		display: block;
		height:2px;
		position: absolute;
		top:0;
		left:22px;
		width:26px;
		background: rgb(227,235,238);
		transition:0.25s;
	}

	.hamburger span.bar1{
		top:24px;
	}

	.hamburger span.bar2{
		top:34px;
	}

	.hamburger span.bar3{
		bottom:24px;
		top:auto;
	}

	.hamburger.on{
		background: rgb(227,235,238);
	}

	.hamburger.on span{
		background: rgb(113,153,172)
	}

	.hamburger.on span.bar1{
		top: 34px;
	    transform: rotate(45deg);
	}

	.hamburger.on span.bar2{
		display: none;
	}

	.hamburger.on span.bar3{
		bottom: 34px;
	    transform: rotate(-45deg);
	}

	.mobile-search {
		display:none;
	}

	nav ul li ul{
		display: none;
		position: absolute;
		top:40px;
		left:50%;
		background: rgba(45,105,128,0.85);
		width:224px;
		margin-left:-112px;
		color:#fff;
		text-align: center;
		padding:15px 5px;
		box-sizing: border-box;
	}

	nav ul li ul li{
		height: auto;
		padding:7px 0;
		display: block;
	}

	#logo{
		padding:28px 30px 10px 30px;
	}

	header,
	#logo,
	pre-nav .social-media,
	.donation img,
	nav{
		transition: 0.3s;
	}

	header.small{
		width: 100%;
		left:0;
		margin-left: 0;
		transition: 0.3s;
	}

	header.small #logo{
		padding: 15px 15px 0 15px;
		height: 44px;
		width: 197px;
		transition: 0.3s;
	}

	header.small .pre-nav .social-media{
		display: inline-block;
		padding-top:0!important;
		transition: 0.3s;
	}

	header.small .donation{
		height: 70px;
	    width: 94px;
		transition: 0.3s;
		background:url(../images/donate-small.png) 0 0 no-repeat;
		background-size:94px 70px;
	}

	header.small nav{
		background: rgb(45,105,128);
	    color: #fff!important;
		transition: 0.3s;
	}

	header.small nav ul li a:hover::after,
	header.small nav > ul > li.selected::after,
	header.small nav > ul > li.ancestor::after{
		background: #fff
	}

	#slideshow,
	#titleBanner{
		width:100%;
		height: auto;
		position: relative;
	}

	#slideshow img,
	#titleBanner img{
		display: block;
		width:100%;
		height: auto;
	}

	#slideshow .overlay,
	#titleBanner .overlay{
		width: 100%;
		color:rgb(250,244,226);
		top:50%;
		position:absolute;
	}

	#slideshow .overlay h1,
	#titleBanner .overlay h1{
		font-size: 50px;
		line-height: 50px;
		font-family: 'Archivo', sans-serif;
		font-weight: 500;
	}

	#titleBanner .overlay h1{
		margin-top: 50px;
	}

	#slideshow .overlay h1 strong,
	#titleBanner .overlay h1 strong{
		font-size: 70px;
		font-weight: 500;
	}

	#slideshow .overlay h2,
	#titleBanner .overlay h2{
		font-size: 24px;
		line-height: 32px;
		font-family: 'Cormorant Garamond', serif;
		font-weight: 300;
		font-style: italic;
	}

	.detail-banner span{
		display: inline-block;
		padding:12px 25px;
		height:25px;
		line-height: 25px;
		vertical-align: middle
	}

	.detail-banner span em{
		margin:0 10px 0 0;
	}

	.side-block-narrow {
    max-width: 300px;
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
	}

	.side-block-wide{
		/* width:800px; */
		width:70%;
		height:380px;
		padding:65px;
		position: relative;
		box-sizing: border-box;
	}

	.side-block-wide.height-auto{
		height: auto;
	}

	.hang-up,
	.relative .hang-up{
		position: absolute;
		top:-30px;
		left:25px;
	}

	.hang-out.left{
		margin-left:-40px;
	}

	.hang-out.right{
		margin-right:-40px;
	}

	.hang-off{
		margin-bottom: -75px;
	}

	#whatsOnHome .arrow-l, #whatsOnHome .arrow-r{
		position: absolute;
		top:50%;
		left:12px;
		padding:0 13px;
		width:25px;
		height:51px;
		z-index: 2;
	}

	#whatsOnHome .arrow-r{
		left: auto;
		right:12px;
	}

	#whatsOnHome .event,
	#whatsOn .event{
		width:45%;
		height:355px;
		background: #fff;
		margin:0 12px;
		border-bottom: 2px solid rgb(0,95,181);
		display: none;
		position: relative;
		overflow: hidden;
	}

	#whatsOn .event{
		width:340px;
		margin:30px 12px 30px 12px;
		display: block;
		display: inline-block;
	}

	#whatsOnHome .event.on{
		display: block;
	}

	#whatsOnHome .event .this-week{
		position: absolute;
		top:-4px;
		right:-4px;
		z-index: 2
	}

	#whatsOnHome .event img,
	#whatsOn .event img{
		display: block;
		object-fit: cover;
		object-position: center;
	}

	#whatsOnHome .event span,
	#whatsOn .event span{
		font-size: 14px;
		line-height: 14px;
		padding:0 0 8px 0;
		display: inline-block;
	}

	#whatsOnHome .event h4,
	#whatsOn .event h4{
		font-size: 17px;
		line-height: 20px;
		padding: 0 0 7px 0;
	}

	#whatsOnHome .event p,
	#whatsOn .event p{
		display: none;
		height:32px;
		overflow: hidden;
		padding:0;
		margin:0 0 7px 0;
	}

	#whatsOnHome .event .excerpt p:first-child,
	#whatsOn .event p{
		display: block;

	}

	#collectionsHome img{
		display: block;
		padding:0 0 25px 0;
		max-width: 300px;
		width:100%;
		height:auto;
		object-fit: cover;
		object-position: center;
	}

	#supportHome{
		max-width: 430px;
		width:30%;
    height: 430px;
		background: url(../images/support.jpg) 50% 50% no-repeat;
		background-size: cover;
		position: relative;
	}

	#supportHome p{
		width: 200px;
		max-width: 100%;
		position: relative;
		z-index: 1;
	}

	#supportHome .logo{
		position: absolute;
		bottom:40px;
		right:71px;
	}

	#newsHome {
    max-width: 880px;
    width: 65%;
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#newsHome h4, #newsHome div{
		flex-basis: 100%;
	}

	#newsHome .news{
		max-width: 232px;
		width:29%;
		/* margin: 5px 27px 0 0; */
		background: #fff;
		overflow: hidden;
	}

	#newsHome .news h5{
		padding: 0 0 5px 0;
	}

	#newsHome .news img{
		display: block;
		object-fit: cover;
		object-position: center;
	}

	#newsHome .news p{
		display: none;
		height:48px;
		overflow: hidden;
		padding:0;
		margin:0;
	}

	#newsHome .news .excerpt p:first-child{
		display: block;

	}

	.relative > * {
		position: relative;
		z-index: 1;
	}

	.relative .bg-image{
		position: absolute;
		top:11px;
		right:11px;
		z-index: 0;
	}

	.relative .bg-image.corner-1-0{
		top:auto;
		left:auto;
		bottom:-15px;
		right:-15px;
	}

	.relative .bg-image.corner-1-1{
		bottom:auto;
		left:auto;
		top:-15px;
		right:-15px;
	}

	#donateHome{
		max-width:380px;
		width:30%;
		height:200px;
	}

	#newsletterHome{
		max-width: 720px;
		width:70%;
		height:auto;
	}

	.collection img{
		width: 100%;
		display: block;
		padding:0 0 20px 0;
	}

	.collection h4{
		font-size: 24px;
		line-height: 26px;
	}

	#didYouKnow h3{
		font-size: 51px;
		line-height: 51px;
	}

	.related-links:hover a img{
		-webkit-filter:saturate(0%);
	}

	.related-links a img{
		margin-top: 10px;
		transition: 0.3s;
	}

	.related-links h5{
		padding:0;
		margin:0 0 15px 0;
	}

	.related-links a:hover h5{
		color:#fff;
		background: rgb(63,63,63);
		outline:8px solid rgb(63,63,63);
	}

	.related-links a:hover img{
		margin-top:5px;
		-webkit-filter:saturate(100%);
		box-shadow:0px 25px 0px -10px rgba(0,0,0,0.4);
		transition: 0.3s;
	}

	.related-links-footer{
		margin-top:-130px;
		height:130px;
	}

	.popup-container{
		width:100%;
		display: none;
		height:100%;
		top:0;
		left:0;
		position: fixed;
		z-index: 999;
		background: rgba(0,0,0,0.5);
	}

	.popup{
		width:60%;
		height:80%;
		left:20%;
		top:10%;
		position: absolute;
		z-index: 2;
		background: #fff;
		box-sizing: border-box;
	}

	.search-item{
		padding:10px 0;
		border-bottom: 1px solid #ddd;
	}

	.search-item h4{
		padding:0;
	}

	.search-item h5{
		padding:0 10px 0 10px;
		font-size: 12px;
		line-height: 20px;
		box-sizing: border-box;
		margin:0;
	}

	.search-item p{
		padding:10px 20px 0 20px;
		box-sizing: border-box;
	}

	.gettingHere iframe{
		width:100%;
		height:100%;
		display: block;
		margin:0;
		padding:0;
		border:none;
	}

	footer{
		/*padding:60px 115px 60px 115px;*/
		box-sizing: border-box;
		width: 100%;
		position: relative;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	footer .left{
		/*position: absolute;*/
		top:90px;
		left:0px;
		width:15%;
		margin-left: 10%;
		margin-top: 30px;
		display:inline-block;
	}

	footer .text-center {
		width:50%;
		float:left;
		display:inline-block;
		position: relative;
	}

	footer .social {
		position: relative;
	}

	.horizontalLine:nth-of-type(2) {
    position: absolute;
    right: 40px;
    top: 12px;
	}

	.horizontalLine:nth-of-type(1) {
    position: absolute;
    top: 12px;
    left: 40px;
	}

	.horizontalLine {
    border: 1px solid #b0b0b0;
    width: 35%;
	}

	footer .logos {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
	}

	footer .logo img {
    width: 80%;
	}

	footer .right{
		/*position: absolute;*/
		top:40px;
		/*right:115px;*/
		display: inline-block;
		width:15%;
		margin-right: 10%;
	}

	footer .links a{
		padding:5px;
		display: inline-block;
		margin:8px 15px 0 15px;
	}

	footer a:hover{
		color:#fff;
	}

	footer a:hover em{
		-webkit-filter: brightness(150%);
		-moz-filter: brightness(150%);
		-ms-filter: brightness(150%);
		-o-filter: brightness(150%);
		filter: brightness(150%);
	}

	#cookieBar {
    height: 40px;
    background-color: rgb(113,153,172);
    line-height: 40px;
    text-align: center;
		overflow: hidden;
		position: sticky;
		bottom:-1px;
		z-index: 999999;
	}

	#cookieBar p{
		color:#ffffff;
		display:inline-block;
	}

	#cookieBar .close {
		display:inline-block;
		margin-left: 20px;
		height:60px;
		width:60px;
		background-color: rgb(127,163,180);
		border-radius: 30px;
		margin-top: -10px;
		position: absolute;
		line-height: 65px;
	}

	.clarkson, .clarkson div, .clarkson img {
		position: absolute;
	}

	.clarkson .wrapper {
    position: relative;
		overflow: hidden;
		transition: max-height 0.5s;
		z-index: 1;
		/* padding: 20px; */
	}

	.clarkson#heading {
    width: 100%;
    top: 80px;
    left: 180px;
		z-index: 1;
	}

	.clarkson#heading .wrapper {
    position: absolute;
    left: 450px;
    top: 20px;
	}

	.clarkson#heading .wrapper h2 {
    color: rgb(0,95,181);
    font-size: 38px;
    line-height: 60px;
    padding: 0px;
	}

	.clarkson#heading h3 {
    font-size: 22px;
    color: rgb(217,169,89);
    line-height: 22px;
	}

	.clarkson#heading .wrapper p {
    font-size: 15px;
    margin-bottom: 10px;
    max-width: 500px;
	}

	#timeline {
    position: relative;
    top: 400px;
    left: 115px;
		z-index: 3;
		pointer-events: none;
	}

	.clarkson.beige {
    width: 100%;
    background-color: rgb(251,247,236);
    height: 950px;
    z-index: 0;
    top: 300px;
	}

	.clarkson h2 {
    color: rgb(0,95,181);
    font-size: 26px;
		font-family: 'cairo';
	}

	.clarkson p {
		font-size: 12px;
		color:#000000;
	}

	.clarkson p b{
		font-size: 15px;
	}

	.toggleButton {
    width: 80px;
    color: #ffffff;
    height: 30px;
    z-index: 4;
    text-align: center;
    line-height: 30px;
		margin-top: 20px;
	}

	.clarkson .toggleButton {
		background-color: rgb(255,50,80);
		margin-left: 20px;
	}

	.dickens .toggleButton {
		background-color: rgb(106,64,121);
	}

	.toggleButton:after{
		content:'More ' url('/images/moreArrow.png');
	}

	.toggleButton.more:after{
		content:'Less ' url('/images/lessArrow.png');
	}

	.clarkson #earlyLife {
    top: 360px;
    left: 680px;
    max-width: 400px;
	}

	.clarkson #slaveTrade {
    top: 620px;
    left: 280px;
    max-width: 345px;
	}

	.clarkson #slaveMap {
    top: 500px;
    left: 655px;
	}

	.clarkson #slaves {
    top: 1000px;
    left: 300px;
    background-color: #fbf7ec;
    height: 410px;
    padding-left: 40px;
    padding-bottom: 10px;
    width: 315px;
	}

	.clarkson #slaves p {
    bottom: 0px;
    position: absolute;
    font-style: italic;
		padding-bottom: 15px;
	}

	.clarkson #campaign {
    width: 400px;
    top: 1455px;
    left: 760px;
	}

	.clarkson #chest {
    top: 1530px;
    left: 300px;
    background-color: rgb(217,231,244);
    padding-left: 40px;
    height: 340px;
    width: 300px;
	}

	.clarkson #chest img {
    margin-top: -40px;
		z-index: 4;
	}

	.clarkson #chest p {
    bottom: 15px;
    position: absolute;
	}

	.clarkson #chest .red {
    width: 70%;
    height: 70%;
    z-index: 9;
    left: 25%;
    top: 0%;
	}

	.clarkson #chest .red p {
    font-size: 26px;
    text-align: center;
    width: 100%;
    line-height: 26px;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
	}

	.clarkson #chest .red .tint {
		background-color: red;
		opacity: 0.7;
		width:100%;
		height:100%;
	}

	.clarkson #beige2 {
    top: 1920px;
    height: 400px;
	}

	.clarkson #wilberforceContainer {
    top: 1950px;
    left: 300px;
	}

	.clarkson #wilberforceContainer {
    top: 1950px;
    left: 300px;
    width: 850px;
	}

	#wilberforceContainer #opinion {
    width: 260px;
		margin-top: -15px;
		margin-left: -20px;
	}

	.clarkson #wilberforceContainer img {
    left: 300px;
	}

	#wilberforceContainer #wilberforce {
    right: 0px;
    width: 250px;
	}

	.clarkson #redBlock {
    top: 100px;
	}

	#wilberforceContainer .redText {
    width: 100px;
    display: inline-block;
    color: rgb(255,91,115);
    margin-top: 70px;
    float: left;
    margin-right: 10px;
		margin-left: 20px;
	}

	#wilberforceContainer .redText b {
    font-size: 40px;
    line-height: 40px;
	}

	.clarkson #wedgewood {
    background-color: rgb(217,231,244);
    width: 220px;
    height: 300px;
    padding: 30px;
    padding-top: 0px;
    top: 2400px;
    left: 400px;
		z-index: 4;
	}

	.clarkson #wedgewood img {
    margin-top: -30px;
	}

	.clarkson #wedgewood p {
    bottom: 15px;
    position: absolute;
	}

	.clarkson #parliment {
    top: 2350px;
    left: 760px;
    width: 380px;
	}

	.clarkson #parliment h2 {
		width:380px;
	}

	.clarkson #parliment .infoCard img, .clarkson #parliment .infoCard {
    position: relative;
	}

	.clarkson #parliment .infoCard {
    width: 530px;
    height: 286px;
    background-color: #dae7f4;
		margin-bottom: 10px;
	}

	.clarkson #parliment .infoCard p {
    width: 200px;
    margin-right: 40px;
    margin-top: 40px;
	}

	.clarkson #parliment p {
		width:380px;
	}

	.clarkson #parliment p b {
		font-size: 12px;
	}

	.clarkson #slaveTradeAct {
    top: 2770px;
    left: 180px;
    width: 380px;
	}

	.clarkson #slaveTradeAct .wrapper .imgContainer, .clarkson #slaveTradeAct .wrapper .imgContainer img {
    position: relative;
	}

	.clarkson #slaveTradeAct .wrapper .imgContainer {
		max-width: 50%;
	}

	.clarkson #slaveTradeAct .wrapper .imgContainer:first-of-type p {
    width: 200px;
	}

	.clarkson #slaveTradeAct .wrapper p {
		width:380px;
	}

	.clarkson #slaveTradeAct .wrapper .imgContainer p {
		width:auto;
	}

	.clarkson #didYouKnow {
    top: 2720px;
    left: 780px;
	}

	.clarkson #slaveryTimeLine {
    height: 460px;
    background-color: rgb(252,249,241);
    top: 3080px;
    width: calc(100% - 125px);
    left: 125px;
	}

	.clarkson #slaveryTimeLine h2 {
    margin-left: 60px;
    margin-top: 20px;
	}

	.clarkson .card {
    /*position: relative;*/
    display: inline-block;
    width: 260px;
    height: 430px;
	}

	.clarkson .card .dots {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    top: 43px;
    border: 3px solid rgb(0,95,181);
    border-radius: 10px;
    left: 123px;
    z-index: 2;
	}

	.clarkson .card:first-of-type .dots{
		background-color: rgb(213,166,185);
		border-color: rgb(213,166,185);
	}

	.clarkson #slaveryTimeLine .card.fade p.year {
    font-size: 26px;
    color: rgb(213,166,185);
	}

	.clarkson #slaveryTimeLine .card p:first-of-type {
    color: red;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    transition: all 1s;
	}

	.clarkson #slaveryTimeLine #line {
		border-bottom: 2px solid rgb(0,95,181);
		top:50px;
		left:80px;
	}

	.clarkson .card img {
		top:100px;
		width:100%;
		object-fit: cover;
		object-position: center;
	}

	.clarkson #slaveryTimeLine .card .text p {
    color: #000000;
    font-size: 12px;
		text-align: left;
		line-height: 15px;
		margin:20px;
	}

	.clarkson #slaveryTimeLine .card .text {
    background-color: #ffffff;
    height: 140px;
    top: 280px;
    border-bottom: 2px solid rgb(0,95,181);
		width:100%;
	}

	#slaveryTimeLine #wrapper {
    width: 100%;
		left:0px;
		transition: left 1s;
		z-index: 0;
	}

	.rotateText {
		transform: rotate(-90deg);
    left: 130px;
    position: absolute;
    width: 300px;
    top: 160px;
	}

	.clarkson .card.hide {
    display: none;
	}

	div#rightSlaveArrow {
    /* left: 1150px; */
		left: calc(100% - 80px);
    top: 280px;
	}

	#slaveryTimeLine .mask, #artifacts .mask{
		height: 550px;
		width: 200px;
		top: 0px;
		left: -200px;
		background-color: #ffffff;
		z-index: 2;
	}

	.clarkson #laterLife {
		top: 3635px;
		left: 200px;
		width: 400px;
	}

	.clarkson #laterLife .tsar {
    left: 450px;
	}

	.clarkson #laterLife .clarksonMemorial {
    left: 750px;
	}

	.clarkson #laterLife div:not(:first-of-type) p {
    top: 305px;
    position: absolute;
    width: 250px;
	}

	.clarkson #artifacts {
    top: 4100px;
    left: 125px;
    width: calc(100% - 125px);
    height: 400px;
    background-color: rgba(252, 249, 241, 1);
	}

	.clarkson #artifacts .wrapper, .clarkson #artifactPopUp .wrapper {
    padding: 0px;
	}

	.clarkson #artifacts h2 {
    top: 25px;
    left: 40px;
    position: absolute;
	}

	.clarkson #artifacts .circle {
    width: 200px;
    height: 200px;
    border-radius: 300px;
    display: inline-block;
    position: absolute;
    margin-left: 45px;
    margin-top: 125px;
    margin-right: 45px;
    background-position: center;
	}

	#artifacts .circle h3 {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-top: 50%;
    line-height: 0px;
		position: relative;
	}

	#artifacts .circle p {
    color: #ffffff;
    text-align: center;
		position: relative;
	}

	#artifacts .tint {
    height: 100%;
    width: 100%;
		border-radius: 100%;
    opacity: 0.3;
    background-color: #000000;
		z-index: 0;
	}

	#artifacts .magnify {
    background-image: url('/images/lookingGlass.png');
    width: 50px;
    height: 50px;
    right: 0px;
    background-size: 100%;
    z-index: 1;
	}

	.clarkson #artifacts .wrapper {
    left: 0px;
    transition: left 1s;
		overflow: visible;
	}

	.clarkson #artifactPopUp {
    top: 4100px;
    left: 0px;
    width: 100%;
    height: 400px;
    background-color: rgba(255, 50, 80, 0.9);
    z-index: 9;
	}

	#artifactPopUp .wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 10%;
    height: 80%;
	}

	.clarkson #artifactPopUp .right {
    position: relative;
    width: 50%;
    color: #ffffff;
	}

	.clarkson #artifactPopUp .right h3 {
		font-size: 15px;
		line-height: 15px;
		margin-top: 40px
	}

	.clarkson #artifactPopUp .right p {
		font-size: 12px;
	}

	.clarkson #artifactPopUp .right p:last-of-type {
    margin-top: 40px;
	}

	.clarkson #artifactPopUp .right h3, .clarkson #artifactPopUp .right p {
		color:#ffffff;
		width:55%;
		margin-left: 20%;
		float:left;
	}

	.popUp {
    height: 100%;
    width: 100%;
    position: relative;
	}

	.clarkson #artifactPopUp .rightArrow {
    right: 70px;
    top: 170px;
    position: absolute;
    width: 50px;
		z-index: 999
	}

	.clarkson #artifactPopUp .leftArrow {
    left: 70px;
    top: 170px;
    position: absolute;
    width: 50px;
		z-index: 999
	}

	.clarkson #artifactPopUp .leftArrow img {
    transform: rotate(180deg);
	}

	.clarkson #artifactPopUp .close {
    top: 40px;
    right: 80px;
	}

	.clarkson #artifactPopUp .left {
    width: 40%;
		margin-left: 10%;
    height: 100%;
    background-position: center;
    background-size: cover;
	}

	#artifactPopUp .wrapper div img {
    height: 100%;
    position: relative;
	}

	.hide{
		display: none;
	}

	.clarkson #johnClarkson {
    top: 4680px;
    left: 250px;
    background-color: rgb(255,224,229);
    width: 340px;
    height: 400px;
	}

	.clarkson #johnClarkson img {
    margin-left: 30px;
    margin-top: -20px;
	}

	.clarkson #johnClarkson p {
    bottom: 20px;
    left: 30px;
    position: absolute;
	}

	.clarkson #johnClarksonText {
		top:4640px;
		width:380px;
		left:750px;
	}

	.clarkson #johnClarksonText .wrapper img {
    position: relative;
	}

	.clarkson #didyouknow2 {
    /* top: 4930px; */
		top:80px;
    left: 750px;
		position: relative;
		margin-bottom: 220px;
	}

	.clarkson #didyouknow2 img {
    position: relative;
	}

	.archives .dickens#donate {
    margin-top: 0px;
	}

	.clarkson #donate, .dickens#donate {
    background-color: rgb(113,153,172);
    top: 5350px;
    width: 1000px;
    height: 146px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
	}

	.clarkson #donate img:nth-of-type(2), .dickens#donate img:nth-of-type(2) {
    position: absolute;
    top: -5px;
    right: -5px;
	}

	.clarkson #donate h2, .clarkson #donate p, .dickens#donate h2, .dickens#donate p {
    color: #ffffff;
	}

	.clarkson #donate .button, .dickens#donate .button {
    background-color: rgb(217,169,89);
    color: #ffffff;
    right: 20px;
		top:90px;
    z-index: 9;
		width:auto!important;
	}

	.clarkson #donate .wrapper, .dickens#donate .wrapper {
    width: 65%;
    margin-left: 18%;
    position: relative;
		padding:0px;
	}

	.clarkson #donate h2, .dickens#donate h2 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 20px;
		font-weight: 900;
	}

	.clarkson #donate p, .dickens#donate p {
    font-size: 19px;
    line-height: 25px;
	}

	#artifacts .rightArrow {
    top: 340px;
    left: calc(100% - 40px);
	}

	.clarkson #earlyLife .wrapper {
		height:auto;
		max-height: 0px;
	}

	.clarkson #earlyLife.more .wrapper {
		max-height:400px;
	}

	.clarkson #slaveTrade .wrapper {
		height:auto;
		z-index: 4;
		max-height: 0px;
	}

	.clarkson #slaveTrade.more .wrapper {
    max-height: 300px;
    background-color: #fbf7ec;
	}

	.clarkson #campaign .wrapper {
		height:auto;
		max-height: 0px;
	}

	.clarkson #campaign.more .wrapper {
		max-height:300px;
	}

	.clarkson #opinion .wrapper .blocks{
		width:260px;
	}

	.clarkson #opinion .wrapper {
		/* height:60px;
		width:240px; */
		height:auto;
		width: auto;
		max-height: 0px;
		background-color: #fbf7ec;
		z-index: 9;
	}

	.clarkson #opinion.more .wrapper {
    /* height: 245px;
    width: 550px; */
    background-color: #fbf7ec;
		/* padding-bottom: 30px; */
		margin-bottom: 30px;
		max-height: 600px;
	}

	.clarkson #opinion.more .toggleButton {
		margin-top: 0px;
	}

	.clarkson #parliment .wrapper{
		height:auto;
		max-height: 0px;
		width: 560px;
	}

	.clarkson #parliment.more .wrapper {
		max-height: 600px;
		background-color: #ffffff;
	}

	.clarkson #slaveTradeAct .wrapper {
    height: auto;
		width:460px;
		max-height: 0px;
	}

	.clarkson #slaveTradeAct.more .wrapper {
    height: auto;
		background-color: #ffffff;
		width:460px;
		max-height: 800px;
	}

	.clarkson #johnClarksonText .wrapper p, .clarkson #johnClarksonText .wrapper h2 {
		width:400px;
	}

	.clarkson #johnClarksonText .wrapper {
		height:auto;
		max-height: 0px;
		width:400px;
		background-color: #ffffff;
	}

	.clarkson #johnClarksonText.more .wrapper {
    max-height: 700px;
    background-color: #ffffff;
    width: 420px;
	}

	.dickens p b {
		font-size: 15px;
	}

	#greatExpectations .header {
    width: 470px;
		margin-left: 80px;
		padding-top: 100px;
	}

	#greatExpectations .header h3 {
    font-size: 22px;
    line-height: 22px;
    color: rgb(217, 169, 89);
	}

	#greatExpectations .header h2 {
    font-size: 65px;
    color: rgb(106, 64, 121);
    line-height: 65px;
    font-weight: 900;
	}

	#greatExpectations .header p {
    font-size: 14px;
    line-height: 16px;
	}

	#greatExpectations .grey {
		background-color: rgb(248,246,250);
		padding:80px;
		margin-top: 80px;
	}

	#greatExpectations .grey .left, #greatExpectations .grey .right {
    width: 50%;
	}

	.purpleHeading {
		font-size: 26px;
		color:rgb(106,64,121);
		line-height: 26px;
	}

	#greatExpectations .left p {
    width: 370px;
    font-size: 15px;
		margin-bottom: 40px;
		line-height: 19px;
		margin-top: 10px;
	}

	#greatExpectations .left p i {
		font-size: 12px;
		line-height: 16px;
	}

	#greatExpectations .grey .right img {
    float: left;
    margin-top: -300px;
		margin-bottom: 20px;
	}

	#greatExpectations .grey .right div.right {
		margin-right: 80px;
		margin-bottom: 50px;
	}

	#greatExpectations .grey .right div.right p {
		width:100%;
	}

	#greatExpectations .grey .pageContainer {
		margin-top: 100px;
	}

	#greatExpectations .grey .pageContainer img {
    margin: 0px;
    padding: 0px;
		margin-right: 40px;
	}

	#year-1868 .imgContainer {
    background-color: rgb(106,64,121);
    width: 360px;
    height: 100%;
    position: relative;
    margin-left: 80px;
    margin-top: 30px;
    width: 30%;
    display: inline-block;
	}

	#year-1868 .imgContainer img {
		left: 40px;
		position: relative;
		z-index: 9;
		width: 97%;
		bottom:80px;
	}

	#year-1868 .imgContainer p {
    bottom: 0px;
    position: absolute;
    color: #ffffff;
    margin: 0 0 10px 40px;
    width: 78%;
	}

	#year-1868 .right {
		display: inline-block;
		width: 60%;
	}

	#year-1868 .line {
    width: 200px;
    border-bottom: 2px solid rgb(106,64,121);
    margin-left: -120px;
    margin-top: 14%;
    float: left;
    position: relative;
	}

	#year-1868 .dot {
    position: absolute;
    height: 15px;
    width: 15px;
    right: -17px;
    border: 2px solid rgb(106,64,121);
    bottom: -8px;
    border-radius: 15px;
	}

	#year-1868 .right .right {
    margin-top: 16%;
    margin-right: 22%;
		font-size: 15px;
		line-height: 19px;
	}

	.fadeYear {
    color: rgb(106,64,121);
    font-size: 28px;
    line-height: 28px;
    margin-left: 120px;
    padding-bottom: 0px;
		opacity: 0.3;
		font-family: 'Archivo', sans-serif;
	}

	#year-1798{
		background-color: rgb(252,249,241);
		padding:20px;
		position: relative;
		margin-top: 40px;
		max-width: 1366px;
	}

	#year-1798 .fadeYear.rotate {
    transform: rotate(90deg);
    position: absolute;
    font-size: 90px;
    left: 0px;
    top: 45%;
		margin-left: -20px;
	}

	#year-1798 .locator {
		height: 0px;
    position: absolute;
    top: 50%;
    right: 0px;
	}

	#year-1798 img {
		float: right;
    margin-right: 80px;
    position: relative;
    margin-top: -50%;
	}

	#year-1798 .textContainer {
    width: 270px;
    margin: 40px 200px;
	}

	#year-1798 div:last-of-type p {
		position: absolute;
		left: 0px;
		bottom: -240px;
	}

	#year-1798 .line {
    position: absolute;
    right: 26%;
    top: 50%;
    width: 30%;
    border-bottom: 2px solid rgb(106,64,121);
	}

	#year-1798 .line .dot {
    left: -17px;
    top: -8px;
	}

	#townshend {
		margin-top: 80px;
	}

	#townshend .left{
		width:40%
	}

	#townshend .left div {
		margin-left: 80px;
		height: 60px;
		width: 380px;
		background-color: rgb(106,64,121);
		text-align: center;
		margin-top: 300px;
		margin-bottom: 40px;
		color:#ffffff;
	}

	#townshend .left div p {
		margin-top: 10px;
	}

	#townshend .left div img{
		margin-top: -100%;
	}

	#townshend .right {
		width:60%;
	}

	#townshend .right .quillBox {
    background-color: rgb(252,249,241);
    padding: 40px;
    width: 60%;
    margin-top: 40px;
    margin-left: 80px;
    padding-right: 100px;
    background-image: url(/images/quill.png);
    background-repeat: no-repeat;
    background-position: 95%;
	}

	#bleaker .line {
    width: 80%;
    float: right;
    border-bottom: 2px solid rgb(106,64,121);
		position: relative;
	}

	#bleaker .line .dot {
		left:-17px;
		top:-9px;
	}

	#bleaker.grey {
    background-color: rgb(248,246,250);
		padding-top: 40px;
		padding-bottom: 400px;
		max-width: 1366px;
		margin:0 auto;
	}

	#bleaker .left {
    width: 30%;
    margin-left: 13%;
    margin-top: 40px;
	}

	#bleaker .right {
    width: 50%;
		margin-top: 40px;
	}

	#bleaker .right div {
    width: 50%;
    display: inline-block;
    float: left;
	}

	#bleaker .right div:first-of-type p {
    margin-top: -70px;
    margin-left: 20px;
    font-size: 16px;
    color: #ffffff;
    font-style: italic;
		line-height: 22px;
	}

	#bleaker .right div:last-of-type p {
		margin-top: 20px;
	}

	#bleakerBottom {
    margin-top: -350px;
	}

	div#documentContainer {
    margin-left: 80px;
    position: relative;
    height: 500px;
		width:50%;
	}

	.document {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
		width:380px;
		transition: all 1s;
	}

	.document.selected {
    top: 100px;
    left: 100px;
    z-index: 2;
	}

	.document.selected:hover .magnifier-lens {
    display: block;
	}

	.magnifier-lens {
    display: none;
	}

	.tint {
    width: 100%;
    height: 100%;
    background-color: black;
    position: inherit;
    opacity: 0.3;
		display:block;
		transition: all 1s;
		pointer-events: none;
	}

	.document.selected .tint{
		opacity:0;
	}

	.document img {
		width:100%;
	}

	.switcher {
    background-color: #6a4078;
    width: 43px;
    height: 43px;
    position: absolute;
    left: 400px;
    top: 30px;
    color: #ffffff;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
	}

	#bleakerBottom .textContainer {
    width: 25%;
    display: inline-block;
    float: right;
    background-color: #fdf9f1;
    padding: 10px 40px;
	}

	#bleakerBottom .textContainer {
    width: 25%;
    display: inline-block;
    float: right;
    background-color: #fdf9f1;
    padding: 10px 40px;
    margin-top: -280px;
    margin-right: 60px;
	}

	#bleakerBottom .searchContainer {
    margin-left: 180px;
    margin-top: 150px;
		width:380px;
		height:42px;
		position: relative;
		display: inline-block;
	}

	#bleakerBottom .searchContainer .tint {
    position: absolute;
    background-color: rgb(106,64,121);
    opacity: 1;
	}

	#bleakerBottom .searchContainer img:first-of-type{
		width:100%;
	}

	#bleakerBottom .searchContainer img:last-of-type {
    position: absolute;
    margin-top: 7px;
		height:25px;
		width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
	}

	#bleakerBottom .line {
    display: inline-block;
    height: 200px;
    width: 27%;
    border-bottom: 2px solid rgb(106,64,121);
    border-right: 2px solid rgb(106,64,121);
    margin-top: -30px;
    position: absolute;
    z-index: 0;
	}

	#bleakerBottom .line .dot {
		right: -10px;
		top: -17px;
	}

	#bleakerBottom .document:not(.selected) .magnifier-lens {
    display: none;
	}

	.sonnet {
		margin-top: 150px;
	}

	.sonnet .right, .sonnet .left {
    width: 46%;
	}

	.sonnet .left {
    margin-left: 80px;
	}

	.sonnet .left div {
    background-color: rgb(106,64,121);
    width: 420px;
		height: 100%;
	}

	.sonnet .left div img {
    margin-left: 50px;
    margin-top: -50px;
	}

	.sonnet .left div p {
		margin-left: 50px;
		color: #ffffff;
		margin-top: 5px;
	}

	.sonnet .right .purpleHeading {
		margin-top: -50px;
	}

	.sonnet .right div img:first-of-type {
    margin-bottom: -55px;
    margin-left: -25px;
	}

	.sonnet .right div img:last-of-type {
    transform: rotate(180deg);
    right: -15px;
    position: absolute;
    bottom: 0px;
	}

	.sonnet .right div {
    width: 82%;
    position: relative;
	}

	div#dickensTimeLine {
    /*margin-top: 100px;*/
    background-color: rgba(252, 249, 241, 1);
		height:345px;
		max-width: 1366px;
		margin:100px auto;
	}

	#dickensTimeLine .right {
    width: 75%;
		position: relative;
	}

	#dickensTimeLine #dickensPortrait{
		z-index: 9;
    position: absolute;
    width: 300px;
	}

	#dickensTimeLine .right p:first-of-type {
    margin-top: 20px;
	}

	#dickensTimeLine .right .purpleHeading {
    text-align: center;
		margin-top: 20px;
	}

	#dickensTimeLine .wrapper {
    margin-top: 60px;
		display:inline-flex;
		position: relative;
		margin-bottom: 60px;
		margin-left: 0px;
		transition: all 1s;
	}

	#dickensTimeLine .wrapper .card {
    display: inline-block;
    width: 200px;
		margin-left: 40px;
    flex: 1;
    text-align: center;
    position: relative;
	}

	#dickensTimeLine .card .dot {
    height: 10px;
    width: 10px;
    border-color: #000000;
    left: 95px;
		background-color: #fdf9f1;
	}

	#dickensTimeLine .card .dot.purple {
    background-color: rgb(106,64,121);
    border-color: rgb(106,64,121);
	}

	#dickensTimeLine .white {
    background-color: #ffffff;
    min-height: 80px;
		max-height: 80px;
    padding: 20px;
		border-bottom: 4px solid rgb(203,188,208);
    width: 65%;
    margin: 40px auto 0 auto;
		transition: all 1s;
		overflow: hidden;
	}

	#dickensTimeLine .card.selected .white {
		border-bottom: 4px solid rgb(106,64,121);
		max-height:120px;
	}

	#dickensTimeLine .card .white p {
		opacity: 0.3;
		transition: all 1s;
	}

	#dickensTimeLine .card.selected .white p{
		opacity: 1;
	}

	#dickensTimeLine .wrapper .line{
    position: absolute;
    border-bottom: 2px solid rgb(106,64,121);
    left: 148px;
    top: 66px;
	}

	#dickensTimeLine .mask {
		overflow: hidden;
	}

	div#timeLeft {
    position: absolute;
    top: 265px;
		z-index: 9;
	}

	div#timeRight {
    top: 265px;
    position: absolute;
		right:20px;
    transform: rotate(180deg);
		z-index: 9;
	}

	#dickensTimeLine .card.selected h2 {
    color: rgb(106,64,121);
    font-size: 40px;
    font-weight: 900;
	}

	#dickensTimeLine .card h2 {
    color: rgb(203,188,208);
    font-size: 26px;
		transition: all 1s;
	}

	#dickensTimeLine .card .white p:last-of-type {
    opacity: 0;
	}

	#dickensTimeLine .card.selected .white p:last-of-type {
    opacity: 1;
	}

	#writing {
    margin-top: 150px;
	}

	#writing .imageContainer {
		position: relative;
		height:100%;
		width:100%;
	}

	#writing .switcher {
		top:-60px;
		left:unset;
		right:0px;
	}

	#writing .images {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
		right:350px;
		transition: all 1s;
	}

	#writing .left {
    margin-left: 120px;
		margin-top: -40px;
	}

	#writing .right {
		margin-right: 120px;
		width:45%;
		height:440px;
	}

	#writing .line {
    width: 58%;
    border-top: 2px solid rgb(106,64,121);
    border-right: 2px solid rgb(106,64,121);
    margin: 0 auto;
    height: 100px;
    margin-bottom: 40px;
	}

	#writing .line .halfLine {
    height: 50px;
    border-left: 2px solid rgb(106,64,121);
		position: relative;
	}

	#writing .line .halfLine .dot {
    position: absolute;
    bottom: -17px;
    left: -11px;
	}

	#writing .line .halfLine .dot {
    position: absolute;
    bottom: -17px;
    left: -11px;
	}

	#writing .left p {
		width:310px;
	}

	#writing .right .images p {
    font-size: 12px;
    border-bottom: 2px solid rgb(106,64,121);
    line-height: 30px;
    opacity: 0.5;
		transition: all 1s;
	}

	#writing .right .images.selected {
		right:0px;
	}

	#writing .right .images.selected .tint {
		opacity: 0;
	}

	#writing .right .images.selected p {
    font-size: 21px;
    border-bottom: 2px solid rgb(106,64,121);
    line-height: 50px;
		opacity: 1;
	}

	.dickens#donate {
		top: auto;
    margin-top: 100px;
	}

	.dickens#donate .wrapper {
		position: absolute;
		top:0px;
		max-height: 150px;
	}

	.dickens#donate .button{
		position: absolute;
	}

	.dickens .wrapper{
		overflow: hidden;
    max-height: 0px;
    transition: all 1s;
	}

	.more .toggleButton:after {
		content:'Less ' url('/images/lessArrow.png');
	}

	.dickens#writing .left.more .wrapper {
		max-height: 350px;
	}

	#bleaker .left.more .wrapper {
    max-height: 50px;
	}

	#townshend .quillBox.more .wrapper {
		max-height: 120px;
	}

	#greatExpectations .right.more .wrapper {
    max-height: 100px;
	}

	#writing .images img {
    width: auto;
    height: 100%;
    transition: all 1s;
	}

	/*#writing .images.selected img {
    height: 380px;
	}*/

	#writing .images .container {
    height: 220px;
    position: relative;
		transition: all 1s;
	}

	#writing .images.selected .container {
    height: 380px;
	}

	#writing .container .tint {
    position: absolute;
	}

	.mobile {
		display:none!important;
	}

	#search-container{
		display:none;
	}

	.support .intro, .volunteer .intro {
		width:80%;
		margin: 0 auto;
		margin-top: 80px;
	}

	.support .intro div {
    display: inline-block;
    width: 35%;
	}

	.support .intro .paragraphContainer {
		width: 80%;
	}

	.support .intro .imageContainer img {
    width: 100%;
	}

	.volunteer .intro div {
		display: inline-block;
		/* margin-bottom: 40px; */
	}

	.volunteer .intro .paragraphContainer h2 {
    font-size: 27px;
    line-height: 33px;
	}

	.volunteer .introText {
    max-width: 40%;
    margin-left: 80px;
    margin-bottom: 20px;
	}

	.support .intro .right, .volunteer .intro .right{
		width:60%;
	}

	.support .intro .right p, .volunteer .intro .right p{
    max-width: 85%;
	}

	.support .intro .right {
    background-image: url(/images/present.png);
    background-repeat: no-repeat;
    background-position: 100% 60%;
	}

	.support .intro h2, .volunteer .intro h2 {
    color: rgba(142, 100, 181, 1);
    font-size: 38px;
    font-weight: 900;
	}

	.support .button {
    width: 70px!important;
    height: 15px;
    color: #ffffff;
	}

	.support .bg-lightPurple {
    width: 85%;
    margin: 0 auto;
	}

	.support .volunteer {
    padding-top: 60px;
    margin-top: 60px;
	}

	.support .bg-lightPurple .volunteer .right {
    width: 55%;
	}

	.volunteer .left img {
    margin-left: -50px;
	}

	.support .bg-lightPurple h2 {
    font-size: 26px;
    line-height: 28px;
    color: rgba(142, 100, 181, 1);
    /* max-width: 70%; */
		margin-top: 15px;
	}

	.support .bg-lightPurple .volunteer .right img.left {
    width: 20%;
    margin-top: 40px;
	}

	.support .volunteer .paragraphContainer {
    float: right;
    width: 75%;
	}

	.support .volunteer .paragraphContainer:nth-of-type(2) {
    float: left;
	}

	.support .volunteer img.left.after {
    float: right;
		margin-right: 20px;
	}

	.support .volunteer p {
    max-width: 75%;
	}

	.support .volunteer .button {
    background-color: transparent;
    color: #000000;
    width: 170px!important;
    padding: 0px;
	}

	.support .volunteer .button::after {
    content: " >";
    top: 0px;
    color: rgb(142, 100, 181);
	}

	.experience div {
    display: inline-block;
    width: 40%;
	}

	.experience .left {
    width: 45%;
    margin-left: 80px;
    margin-top: 20px;
    padding-bottom: 10px;
	}

	.support .experience .right img {
    margin-top: 10px;
    width: 460px;
    height: 365px;
    object-fit: cover;
    object-position: center;
}

	.support .friendsOf div {
    width: 50%;
	}

	.support .friendsOf {
    width: 85%;
    margin: 0 auto;
		margin-top: 100px;
	}

	.support .friendsOf .purpleHeading {
    font-size: 49px;
    line-height: 55px;
    font-weight: 900;
    color: rgb(142, 100, 181);
	}

	.support .friendsOf .right img {
		width: 80%;
    margin-left: 10%;
    margin-bottom: -15%;
    margin-top: 10%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.support .friendsOf .right.bg-lightPurple {
    width: 45%;
    margin-top: 120px;
	}

	.support .friendsOf p strong {
    color: rgba(142, 100, 181, 1);
    font-size: 20px;
    line-height: 22px;
	}

	.support .friendsOf .applyNow {
    background-color: rgb(250, 244, 226);
    color: rgb(113, 153, 172);
    padding-left: 40px;
    padding-right: 40px;
    width: 69%;
    margin-top: 50px;
    position: relative;
    padding-top: 50px;
		padding-bottom: 20px;
	}

	.friendsOf ul {
		-webkit-padding-start:20px;
	}

	.friendsOf ul li {
		padding:0px;
	}

	.applyNow h2 {
    top: -20px;
    position: absolute;
    font-size: 47px;
    font-weight: 900;
	}

	.applyNow p:first-of-type{
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.applyNow p:last-of-type {
    width: 55%;
    float: left;
		font-weight: 900;
	}

	.volunteer .imageContainer.left {
    background-color: rgba(244, 241, 247, 1);
    width: 40%;
    margin-left: -5%;
		margin-bottom: 80px;
	}

	.support .volunteer .imageContainer.left {
		background-color: transparent;
		margin-left: -120px;
	}

	.support .volunteer .imageContainer.left img {
    margin-top: 0px;
    width: 460px;
    height: 315px;
    object-fit: cover;
    object-position: center;
	}

	.volunteer .left img {
    margin-left: 10%;
    margin-top: 10%;
    margin-bottom: -15%;
    width: 80%;
    object-fit: cover;
    object-position: center;
	}

	.volunteer .intro p strong {
		font-size: 13px;
	}

	.volunteer .intro {
    padding-bottom: 80px;
	}

	.volunteer .columns div {
    width: 50%;
	}

	.volunteer .columns div.heading {
    width: 100%;
	}

	.volunteer .columns h3 {
    font-size: 20px;
    line-height: 28px;
		font-weight: 600;
		margin-top: 20px;
		width:calc(90% - 20px);
		float:left;
		margin-left: 20px;
	}

	.volunteer .columns div.open {
    float: right;
    margin-top: 20px;
    font-size: 40px;
    transition: 1s all;
    width: 23px;
    height: 22px;
    margin-right: 20px;
	}

	.volunteer .columns div.open.spin {
		transform: rotate(225deg);
	}

	.volunteer .columns div.expand {
    clear: both;
    width: 100%;
    margin: 0 auto;
    max-height: 0px;
		padding:20px;
		padding-top: 0px;
		padding-bottom: 0px;
    overflow: hidden;
		transition: 1s all;
		box-sizing: border-box;
	}

	.volunteer .columns div.expand.up {
		max-height: 300px;
		padding:20px;
		padding-bottom:40px;
	}

	.volunteer .columns h2 {
    font-size: 38px;
    font-weight: 900;
		margin-left: 80px;
	}

	.volunteer .columns h2.purple {
		background-color: transparent;
	}

	.volunteer .columns .cards {
    margin: 0 auto;
    width: 90%;
		margin-bottom: 20px;
	}

	.volunteer .columns hr {
		margin-top: 20px;
	}

	.volunteer .columns div.applyBox {
    width: 70%;
    margin: 0 auto;
    background-color: rgb(250, 244, 226);
    margin-top: 100px;
		position: relative;
	}

	.volunteer .columns .applyBox h2 {
    color: rgb(113, 153, 172);
    position: absolute;
    margin: 0px;
    top: -20px;
    left: 30px;
	}

	.volunteer .columns .applyBox p {
		color: rgb(113, 153, 172);
		margin-left: 60px;
	}

	.volunteer .columns .applyBox p:first-of-type {
    padding-top: 50px;
    font-size: 21px;
    line-height: 25px;
		padding-bottom: 40px;
	}

	.volunteer .columns .applyBox p:nth-of-type(2) {
    font-weight: 900;
    width: 50%;
    float: left;
	}

	.volunteer .columns .applyBox img {
    margin-right: 20px;
    margin-bottom: 20px;
	}

	.volunteer .columns .applyBox .applyButton {
    background-color: rgb(217, 169, 88);
    height: 30px;
    clear: left;
    margin-left: 60px;
    width: 120px;
    line-height: 30px;
    color: #ffffff;
    padding-left: 10px;
	}

	.outro {
    width: 85%;
    margin: 0 auto;
    margin-top: 60px;
		margin-bottom: -40px;
	}

	.threeBlock {
    background-color: rgb(235,241,244);
		position: relative;
		margin-top: 100px;
		margin-bottom: 80px;
	}

	.threeBlock h2 {
    font-size: 65px;
    color: rgb(0,95,181);
    position: absolute;
    left: 40px;
    top: -30px;
    font-weight: 900;
	}

	.threeBlock .intro {
		padding:40px;
		width:60%;
	}

	.threeBlock .admission.bg-blue {
    width: 140px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: -20px;
    right: 40px;
	}

	.threeBlock .cardBox {
		display:flex;
		justify-content: space-between;
		margin-left: 40px;
		margin-right: 40px;
		padding-bottom: 40px;
	}

	.threeBlock .cards {
    width: 30%;
    display: inline-block;
    float: left;
		margin-bottom: 40px;
		border-bottom-width: 2px;
	}

	.threeBlock .cards img {
		width:100%;
		height:30em;
		object-fit: cover;
		object-position: center;
	}

	.threeBlock .cards div {
		height:100px;
		padding:20px;
		background-color: #ffffff;
	}

	.threeBlock .outro {
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    width: 50%;
    padding: 20px;
    position: absolute;
    left: 20%;
    bottom: -70px;
		text-align: center;
	}

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

	.openingHours .bg-lightBlue {
		width:80%;
		position:relative;
		padding-bottom: 40px;
	}

	.openingHours h2 {
    font-size: 65px;
    color: rgb(0,95,181);
    position: absolute;
    top: -30px;
    right: 80px;
    font-weight: 900;
	}

	.openingHours .bg-lightBlue h3 {
    font-size: 32px;
    color: rgb(45,105,128);
    font-weight: 900;
    line-height: 35px;
		margin-bottom: 20px;
	}

	.openingHours .bg-lightBlue p strong {
		font-size: 12px;
	}

	.openingHours .bg-lightBlue img{
    width: 40%;
	}

	.openingHours:not(.dyk) .bg-lightBlue img:last-of-type {
    position: absolute;
    right: -200px;
    bottom: -40px;
	}

	.openingHours .bg-lightBlue div {
    width: 25%;
    display: inline-block;
    margin-left: 80px;
	}

	.openingHours .bg-lightBlue .button {
    width: 100px;
    color: #ffffff;
    margin-left: 0px;
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.gettingHere .containers {
    float: left;
	}

	.gettingHere .large-container {
    width: 75%;
		height: 400px;
    background-color: rgba(247, 238, 212, 1);
	}

	.gettingHere .large-container .padding {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    margin-top: 40px;
	}

	.gettingHere .containers h2 {
    padding-top: 80px;
    color: rgba(217, 169, 89, 1);
    font-weight: 900;
    font-size: 38px;
    line-height: 39px;
	}

	.gettingHere .button2.bg-purple {
    background-color: #d9a958;
    color: #ffffff;
    height: 15px;
    line-height: 15px;
	}

	.learning .gettingHere .containers:nth-of-type(1) {
    /* width: 36%; */
    background-color: rgba(250, 244, 226, 1);
    padding: 40px;
    box-sizing: border-box;
		position: relative;
	}

	.gettingHere .containers:nth-of-type(1) .imageContainer {
		position: absolute;
		right:20px;
		bottom: 0px;
		overflow: hidden;
	}

	.gettingHere .containers:nth-of-type(1) img {
    margin-bottom: -10px;
	}

	.gettingHere .containers:nth-of-type(1) h2 {
    font-size: 47px;
    position: absolute;
    top: -20px;
    font-weight: 900;
    color: rgba(113, 153, 172, 1);
	}

	.gettingHere .containers:nth-of-type(1) h1 {
    font-size: 31px;
    line-height: 35px;
    color: rgb(45,105,128);
	}

	.gettingHere .containers:nth-of-type(1) p {
    font-size: 18px;
    line-height: 22px;
    color: rgb(45,105,128);
    margin-top: 20px;
    max-width: 60%;
	}

	.gettingHere .containers:nth-of-type(2) {
    width: 20%;
		overflow: hidden;
	}

	.gettingHere .containers:nth-of-type(2) img {
    height: 100%;
	}

	.gettingHere .containers:nth-of-type(3) {
    width: 22%;
    padding-left: 40px;
    padding-right: 40px;
		position: relative;
	}

	.gettingHere .containers:nth-of-type(3) .right {
		position: absolute;
		bottom:0px;
	}

	.gettingHere .containers:nth-of-type(3) h2 {
    color: rgb(217, 169, 89);
    font-weight: 900;
    font-size: 38px;
	}

	.gettingHere .containers:nth-of-type(3) .button {
		background-color: rgb(217, 169, 89);
		color:#ffffff;
	}

	.gettingHere {
    display: flex;
    justify-content: space-between;
	}

	.equalFlex {
    display: flex;
    justify-content: space-between;
	}

	.equalFlex div {
		width:25%;
	}

	.accessability {
    background-color: rgb(246,243,249);
    margin-top: 140px;
		padding:40px;
		position: relative;
		margin-bottom: 40px;
	}

	.accessability img {
    width: 100%;
		object-fit: cover;
		object-position: center;
	}

	.accessability .equalFlex div:first-of-type img {
    height: 55%;
	}

	.accessability .equalFlex div:last-of-type img {
    height: 100%;
	}

	.accessability h2 {
		color: rgb(176,0,69);
		font-size: 65px;
		font-weight: 900;
		position: absolute;
		top:-30px;
		left:40px;
	}

	.accessability .equalFlex h2 {
		position: relative;
		font-size: 32px;
		top:0px;
		left:0px;
	}

	.accessability .equalFlex p strong {
		font-size: 12px;
		color:rgb(192,51,106);
	}

	.slider {
    width: 65%;
    height: 300px;
    overflow: hidden;
		float:left;
	}

	.dots {
    position: absolute;
    right: 20px;
    top: 10px;
	}

	.giftShop .slider .dot {
		position: relative;
		margin-left: 10px;
		display: inline-block;
		height:10px;
		width:10px;
		background-color: #ffffff;
		border: none;
	}

	.giftShop {
    padding: 40px;
		padding-top: 0px;
	}

	.giftShop .right{
		width:25%;
	}

	.giftShop .right h2 {
		font-size: 38px;
		font-weight: 900;
		color:rgb(217,169,89);
		margin-bottom: 20px;
		/* max-width: 40px; */
	}

	.giftShop .right p {
		max-width: 90%;
		/* margin-top: 20px;
		margin-bottom: 20px; */
	}

	.giftShop .right .button {
		background-color: rgb(217,169,89);
		width:100px;
		height:30px;
		line-height: 30px;
		color:#ffffff;
	}

	.giftShop .right .button p {
		margin:0px;
	}

	.groupVisits {
    background-color: rgb(235,241,244);
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
		margin-bottom: 100px;
	}

	.groupVisits h2 {
    font-size: 65px;
    font-weight: 900;
    color: rgb(0,95,181);
    position: absolute;
    left: 40px;
    top: -30px;
	}

	.groupVisits .whiteCard h2 {
		position: relative;
	}

	.groupVisits .bg-blue {
    width: 200px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 40px;
    top: -20px;
	}

	.groupVisits .card, .groupVisits .whiteCard {
		width:27%;
		overflow: hidden;
		margin-bottom: -80px;
	}

	.groupVisits .card {
    width: 27%;
	}

	.groupVisits .card p {
    font-size: 14px;
    line-height: 20px;
	}

	.groupVisits .whiteCard {
		background-color: #ffffff;
		border-bottom: 2px solid rgb(0,95,181);
	}

	.groupVisits .whiteCard h2 {
    font-size: 14px;
  	line-height: 14px;
	  top: 0px;
    left: 0px;
		padding:20px;
	}

	.groupVisits .whiteCard p {
		margin-left:20px;
		margin-right:20px;
		margin-bottom: 20px;
	}

	.groupVisits .whiteCard img {
		width:100%;
	}

	.groupVisits .donate {
    background-color: rgb(113,153,172);
    position: relative;
    padding: 20px;
    color: #ffffff;
		margin-top: 20px;
	}

	.groupVisits .donate img {
    position: absolute;
    top: 10px;
    right: -45px;
	}

	.groupVisits .donate p {
    z-index: 5;
    position: relative;
		font-size: 12px;
		line-height: 16px;
	}

	.wisbechTown .explore h2 {
    font-size: 32px;
    color: rgb(42,105,128);
    font-weight: 900;
		line-height: 33px;
	}

	.wisbechTown .explore {
    width: 20%;
    margin-left: 5%;
    float: left;
	}

	.wisbechTown .explore .button {
    background-color: rgb(0,95,181);
    line-height: 20px;
    height: 20px;
    width: 70px;
    color: #ffffff;
	}

	.wisbechTown .bg-lightGrey {
		position: relative;
		padding-top: 60px;
		width:70%;
		float:right;
	}

	.wisbechTown .bg-lightGrey h2 {
    color: rgb(0,95,181);
    font-weight: 900;
    font-size: 65px;
    line-height: 65px;
    position: absolute;
    left: 40px;
    top: -40px;
	}

	.wisbechTown .cardContainer {
    display: flex;
    justify-content: space-between;
    z-index: 9;
    background-color: #ebebeb;
    position: relative;
		padding-left: 40px;
		padding-right: 40px;
	}

	.wisbechTown .bg-blue {
    display: block;
    position: absolute;
    bottom: -60px;
    left: -20px;
    height: 160px;
    z-index: 0;
    width: 65%;
	}

	.wisbechTown .bg-blue p {
		position: absolute;
		bottom:10px;
		margin-left: 40px;
		color:#ffffff;
		padding-right: 20px;
	}

	.wisbechTown .cardContainer .placeCard {
    width: 28%;
		overflow: hidden;
		background-color: #ffffff;
		margin-bottom: 30px;
		transition: all 1s;
	}

	.wisbechTown .cardContainer .placeCard img{
    width: 100%;
		height: 140px;
		object-fit: cover;
	}

	.wisbechTown .cardContainer .placeCard h2{
		font-size: 14px;
		position: relative;
		line-height: 16px;
		left:20px;
		top:0px;
	}

	.wisbechTown .cardContainer .placeCard p{
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	main .wisbechTown a {
    color: rgb(0,95,181);
	}

	main .wisbechTown .bg-blue a {
		color:#ffffff;
	}

	.wisbechTown .rightArrow {
    width: 30px;
    margin-top: 140px;
		right:0px;
	}

	.wisbechTown .cardContainer .placeCard{
		display: none;
	}

	.wisbechTown .cardContainer .placeCard.on {
    display: block;
	}

	.wisbechTown {
    margin-top: 160px;
	}

	.mostRecent {
		margin-top: 100px;
		position: relative;
		padding-top: 60px;
		margin-bottom: 40px;
		background-color: rgb(235,241,244);
	}

	.mostRecent .cardContainer {
		display:flex;
		justify-content: space-around;
		width:100%;
		margin-left: 0%;
		transition: 0.5s all;
	}

	.mostRecent .cardContainer.slide{
		margin-left: -30%;
	}

	.mostRecent .cardContainer .eventCard {
    width: 40%;
    display: inline-block;
		background-color: #ffffff;
		margin-bottom: 40px;
		position: relative;
		overflow: hidden;
	}

	.mostRecent .cardContainer .clear {
		position: absolute;
	}

	.mostRecent .cardContainer .eventCard img {
    width: 100%;
		height:100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.mostRecent h2 {
    width: 100%;
    position: absolute;
    top: -35px;
    font-weight: 900;
    color: rgb(0,95,181);
    font-size: 65px;
    text-align: center;
	}

	.eventCard .left {
    overflow: hidden;
		height:100%;
		width:40%;
		margin-bottom: -4px;
	}

	.eventCard .right {
		position: relative;
		overflow: hidden;
		width:60%;
	}

	.eventCard .cornerBanner.bg-blue {
    width: 200px;
    height: 40px;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
		right: -50px;
		top: 30px;
	}

	.eventCard .cornerBanner.bg-blue p {
		font-size: 20px;
		line-height: 40px;
		color:#ffffff;
		margin:0px;
	}

	.eventCard .right p {
		margin-left: 20px;
		margin-right: 20px;
	}

	.mostRecent .cardContainer .eventCard h2 {
    position: relative;
    font-size: 32px;
    line-height: 33px;
		top:0px;
		left:0px;
		color:rgb(45,105,128);
		margin-top: 20px;
		margin-left: 20px;
		text-align: left;
		width:65%;
	}

	.eventCard .button {
    background-color: rgb(0,95,181);
    color: #ffffff;
    margin-left: 20px;
		margin-bottom: 20px;
	}

	.eventsCalendar {
    width: 100%;
    background-color: rgb(235,241,244);
		margin-top: 340px;
	}

	.eventsCalendar .wrap-main {
		margin-top: -340px;
		position: relative;
	}

	.eventsCalendar .eventsContainer {
		width:80%;
		margin:0 auto;
	}

	.eventsCalendar .wrap-main h2 {
    font-size: 65px;
    font-weight: 900;
    color: rgb(0,95,181);
	}

	.eventsCalendar .wrap-main ul {
    display: flex;
    justify-content: space-between;
		padding:0px;
	}

	.eventsCalendar .wrap-main ul li {
    list-style: none;
    font-size: 22px;
    margin-top: 40px;
	}

	.eventsCalendar .wrap-main ul li a {
    color: rgb(0,95,181);
    padding: 5px 20px;
	}

	.eventsCalendar .wrap-main ul li a.selected {
    color: #ffffff;
    background-color: rgb(0,95,181);
	}

	.eventsCalendar .wrap-main .bg-blue {
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    margin-bottom: 40px;
    width: 300px;
    margin: 0 auto;
    margin-top: 70px;
	margin-right: 10%;
	}

	.calendar {
    display: flex;
    /* justify-content: space-between; */
		justify-content: space-evenly;
		/* padding-bottom: 100px; */
	}

	.calendar .blueTitle {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
	}

	.calendar .blueTitle .tint {
		position: absolute;
		top:0px;
		left:0px;
		background-color: rgb(0,95,181);
		z-index: 0;
		opacity: 0.6;
	}

	.calendar .blueTitle p {
	    width: 70%;
	    color: #ffffff;
	    margin: 0 auto;
	    font-size: 21px;
	    line-height: 22px;
	    text-align: center;
	    position: relative;
	    z-index: 4;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.calendar .white {
	    background-color: #ffffff;
	    text-align: center;
	    color: #000000;
	    border-bottom: 6px solid rgb(0,95,181);
	    position: absolute;
	    width: 100%;
	    bottom: -100px;
		max-height: 100px;
	}

	.calendar .white p {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.calendar .eventwrap {
    width: 30%;
		position: relative;
	}

	.eventwrap:nth-of-type(n+4) {
    display: none;
	}

	.eventsCalendar .eventDetailed {
    margin-top: 150px;
    background-color: #ffffff;
		display:flex;
	}

	.eventsCalendar .eventDetailed .left {
    width: 50%;
	}

	.eventsCalendar .eventDetailed .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

	.eventsCalendar .eventDetailed .right {
    width: 50%;
    padding: 40px;
		padding-bottom: 20px;
    box-sizing: border-box;
		border-bottom: 5px solid rgb(0,95,181);
	}

	.eventsCalendar .eventDetailed h2 {
    font-size: 32px;
    line-height: 35px;
		padding-bottom: 0px;
	}

	.eventDetailed hr {
		background-color: rgb(0,95,181);
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.eventsCalendar .eventDetailed p {
		font-size: 12px;
		line-height: 16px;
	}

	.eventsCalendar .eventDetailed p.details {
		color:rgb(0,95,181);
		font-size: 12px;
		margin-bottom: 30px;
	}

	.eventsCalendar .eventDetailed p.additional-details {
		color:rgb(51,127,196);
	}

	.eventsCalendar .leftArrow img {
    transform: rotate(180deg);
		z-index: 4;
		position: relative;
	}

	.leftArrow {
    position: absolute;
    top: 30%;
    left: -50px;
	cursor: pointer;
	}

	.rightArrow {
    position: absolute;
    top: 30%;
    right: -50px;
	cursor: pointer;
	}

	/* about us page */

	.aboutUs .container {
    background-color: rgb(235,241,240);
    width: 80%;
    margin: 40px;
		margin-top: 120px;
		position: relative;
		margin-bottom: 120px;
	}

	.aboutUs .container div.right {
    width: 25%;
    margin-right: 31%;
	}

	.aboutUs .container img:first-of-type {
    width: 40%;
		float: left;
	}

	.aboutUs .container .right img {
    position: absolute;
    bottom: -40px;
    right: -120px;
	}

	.aboutUs .container h2 {
    position: absolute;
    top: -40px;
    right: 0;
    width: 60%;
    text-align: center;
    color: rgba(45, 105, 128, 1);
    font-size: 65px;
    font-weight: 900;
    line-height: 65px;
	}

	.aboutUs .container p {
    float: left;
    margin-left: 5%;
		font-size: 13px;
		line-height: 16px;
	}

	.aboutUs .container p:first-of-type {
    margin-top: 40px;
	}

	.aboutUs .container .button {
    background-color: #2d697f;
    color: #ffffff;
    margin-left: 5%;
	}

	.aboutUs .container div.right {
    /* width: 60%; */
	}

	.contactUs .container {
		width:80%;
		margin:0 auto;
	}

	.contactUs .container .left {
    width: 45%;
    background-color: rgb(234, 234, 217);
    margin-bottom: 180px;
    margin-top: 80px;
	}

	.contactUs .container .left img {
    width: 80%;
    margin-left: 10%;
    margin-top: 10%;
    margin-bottom: -35%;
	}

	.contactUs .container .right {
    width: 50%;
    margin-top: 80px;
	}

	.contactUs .container .right p {
    font-size: 13px;
    line-height: 17px;
	}

	.contactUs .container .right h2 {
    font-size: 26px;
    line-height: 28px;
    color: rgb(130, 144, 78);
    margin-top: 30px;
	}

	.contactUs .container .right .social img {
    float: left;
    display: inline-block;
    margin-left: 10px;
	}

	.contactUs .container .right .social p {
    display: inline-block;
    float: left;
    line-height: 20px;
	}

	.contactUs .container .button {
    background-color: #82904e;
    height: 20px;
    width: 70px;
	}

	.contactUs .container .button p {
    color: #ffffff;
    line-height: 20px;
	}

	.contactUs .container .contactForm {
    background-color: rgb(237, 232, 242);
    width: 100%;
    margin: 0 auto;
		position: relative;
	}

	.contactUs .container .contactForm h2 {
    color: rgb(130, 144, 78);
    font-size: 32px;
    line-height: 33px;
    font-weight: 900;
    position: absolute;
    left: 40px;
    top: -15px;
	}

	.contactUs .container .contactForm .left {
    margin: 0px;
    margin-top: 40px;
    margin-left: 40px;
    width: calc(50% - 60px);
    margin-right: 20px;
    background-color: transparent;
	}

	.contactUs .container .contactForm .right {
    width: calc(50% - 60px);
    margin-right: 40px;
    margin-left: 20px;
		margin-top: 40px;
	}

	.contactUs .contactForm input, .contactUs .contactForm textarea {
    width: 100%;
	}

	.contactUs .contactForm input {
    height: 33px;
    margin-bottom: 20px;
	}

	.contactUs .contactForm textarea {
    background-color: #ffffff;
    height: 140px;
    margin-bottom: 20px;
	}

	.contactUs .contactForm input[type=submit], .contactUs .contactForm input[type=button] {
    background-color: #82904e;
    width: 120px;
    height: 30px;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
		cursor: pointer;
	}

	.contactUs .contactForm input::placeholder, .contactUs .contactForm textarea::placeholder{
		color:rgb(45, 105, 128);
	}

	.contactUs .contactForm .successMessage {
    padding: 40px;
	}

	.contactUs .contactForm .successMessage p {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    color: rgb(136, 0, 56);
    font-size: 14px;
    line-height: 21px;
	}

	.aboutUs .bg-lpurple {
    width: 80%;
    margin: 0 auto;
    position: relative;
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.aboutUs .bg-lpurple .imageContainer.left {
    margin-left: -40px;
    margin-top: -40px;
    width: 45%;
	}

	.aboutUs .bg-lpurple .imageContainer.left img{
		width:100%;
	}

	.aboutUs .bg-lpurple .heritage .right {
		width: 50%;
	  padding: 40px;
	}

	.aboutUs .bg-lpurple h2 {
    font-size: 26px;
    line-height: 28px;
    color: rgb(142, 100, 181);
	}

	.aboutUs .bg-lpurple .imageContainer.right {
    margin-right: -40px;
    margin-bottom: -40px;
    width: 45%;
    height: 400px;
	}

	.aboutUs .bg-lpurple .imageContainer.right img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.aboutUs .bg-lpurple .allAges .left {
    width: 50%;
    padding: 40px;
	}

	.aboutUs .vision .main {
    width: 46%;
	}

	.aboutUs .vision .main.left h2 {
    font-size: 21px;
    line-height: 26px;
    color: rgb(87, 135, 153);
    /* max-width: 65%; */
		padding:40px;
	}

	.aboutUs .vision .main.left {
    width: 49%;
    background-color: rgb(205, 219, 224);
    margin-bottom: 80px;
	}

	.aboutUs .vision .imageContainer.right {
    margin-bottom: -40px;
    margin-right: 40px;
    width: 80%;
    height: 300px;
	}

	.aboutUs .vision .imageContainer.right img{
    width: 100%;
    height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.aboutUs .vision .main.right h2 {
    font-size: 32px;
    line-height: 33px;
    color: rgb(45, 105, 128);
		font-weight: 900;
	}

	.vision {
    width: 80%;
    margin: 0 auto;
	}

	.impact .right, .impact .left {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
	}

	.aboutUs .impact {
    background-color: rgb(249,242,230);
    width: 80%;
    margin: 0 auto;
    background-image: url(/images/impactMagnify.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(0% + 10px);
		margin-bottom: 80px;
		padding-top: 70px;
		position: relative;
	}

	.impact h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 900;
    color: rgb(45,105,128);
    position: absolute;
    top: -20px;
    left: 40px;
	}

	.impact .left h2, .impact .right h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 200;
		position: relative;
		top:0px;
		left:0px;
	}

	.impact img {
    width: 120%;
    margin-bottom: -40px;
		margin-top: 40px;
	}

	.aboutUs .people {
    width: 80%;
    margin: 0 auto;
	}

	.people h2{
		font-size: 65px;
		line-height: 65px;
		font-weight: 900;
		color:rgb(45,105,128);
	}

	.people h2:nth-of-type(2) {
    font-size: 26px;
    line-height: 28px;
    color: rgba(176, 0, 69, 1);
    text-align: center;
		margin-top: 20px;
	}

	.aboutUs .directorContainer .director {
    width: 25%;
    float: left;
	}

	.people .director .redBox {
    background-color: rgb(247, 230, 236);
    width: 80%;
    margin: 0 auto;
		text-align: center;
	}

	.people .director h2 {
    font-size: 17px;
    line-height: 28px;
    color: rgb(176, 0, 69);
		padding:0px;
	}

	.people .director h2 {
		font-size: 14px;
		line-height: 17px;
		padding-top: 5px;
	}

	.people .director img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
		width: 120px;
		height: 120px;
		object-fit: contain;
		object-position: center;
	}

	.aboutUs .people .left, .aboutUs .people .right {
    width: 40%;
    margin: 0 auto;
	}

	.aboutUs ul li {
		list-style: none;
		height:40px;
		padding:0px;
	}

	.aboutUs ul li p {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
		padding:0px;
		position:relative;
		top:50%;
		transform: translateY(-50%);
	}

	.aboutUs .Friends ul li:nth-of-type(2n+1){
		background-color: rgb(217,231,244);
	}

	.aboutUs .Support ul li:nth-of-type(2n+1){
		background-color: rgb(238,232,244);
	}

	.aboutUs .Staff ul li:nth-of-type(2n+1){
		background-color: rgb(249,242,230);
	}

	.aboutUs .Board ul li:nth-of-type(2n+1) {
    background-color: #f7e7ec;
	}

	.aboutUs .Volunteers ul li:nth-of-type(2n+1){
		background-color: rgb(223,233,236);
	}
	.aboutUs .people .Friends h2, .aboutUs .people .Support h2, .aboutUs .people .Staff h2, .aboutUs .people .Volunteers h2, .aboutUs .Board h2{
		font-size: 26px;
		line-height: 28px;
		margin-top: 30px;
	}

	.aboutUs .people .Friends h2 {
		color:rgb(0,95,181);
	}

	.aboutUs .people .Support h2 {
		color:rgb(142,100,181);
	}

	.aboutUs .people .Staff h2 {
		color:rgb(217,169,89);
	}

	.aboutUs .people .Volunteers h2 {
		color:rgb(45,105,128);
	}

	.aboutUs .people .Board h2 {
		color:rgb(176, 0, 69);
	}

	.aboutUs ul li p:first-of-type {
    font-weight: 900;
	}

	.aboutUs .right ul li {
    font-weight: 900;
	}

	.supporters {
		background-color: rgb(230,230,230);
		width:100%;
		margin-top: 40px;
	}

	.supporters h2 {
		font-size: 32px;
		line-height: 36px;
		color:rgb(103, 112, 115);
		font-weight: 900;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.supporters .logo {
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    float: left;
		min-height: 90px;
		filter: grayscale(1);
	}

	.logoRow {
    display: flex;
    justify-content: space-evenly;
	}

	.supporters div:not(.logo) {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
	}

	.supportUs {
    display: flex;
    justify-content: space-between;
	}

	.supportUs .donate-small {
    background-color: rgb(113,153,172);
    width: 50%;
    padding: 40px;
    color: #ffffff;
    background-image: url(/images/clarksonDonate.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 10px) calc(0% - 10px);
		float:left;
	}

	.supportUs .donate-small h2 {
    font-size: 32px;
    line-height: 33px;
    font-weight: 900;
	}

	.supportUs .donate-small h2 {
    font-size: 32px;
    line-height: 33px;
    font-weight: 900;
	}

	.supportUs .donate-small p {
		font-size: 16px;
		line-height: 25px;
		font-weight: 100;
		max-width: 90%;
	}

	.supportUs .donate-small .button {
    background-color: rgb(217,169,89);
    color: #ffffff;
    margin-top: 20px;
	}

	.getInTouch {
    width: 30%;
    float: right;
    background-color: rgba(250, 244, 226, 1);
    padding: 40px;
    color: rgb(45,105,128);
    position: relative;
    background-image: url(/images/blueI.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(100% + 10px);
	}

	.getInTouch h2 {
    font-size: 47px;
    line-height: 47px;
    font-weight: 900;
    position: absolute;
    top: -20px;
    left: 20px;
    color: rgb(113,153,172);
	}

	.getInTouch p {
		font-size: 20px;
		line-height: 26px;
		max-width: 90%;
	}

	.getInTouch .button {
    background-color: #d9a958;
    color: #ffffff;
    width: 100px;
	}

	.getInTouch a p {
    color: rgba(45, 105, 128, 1);
    font-size: 16px;
    line-height: 22px;
	}

	.overflowHide {
    overflow: hidden;
	}

	.learning .gettingHere .containers {
    width: 32%;
	}

	.learning .gettingHere .containers:nth-of-type(3){
		width:22%;
	}

	.wisbechTown.keyStage1, .wisbechTown.keyStage2 {
    margin-bottom: 140px;
		margin-top: 80px;
	}

	.wisbechTown.keyStage1 .bg-blue, .wisbechTown.keyStage2 .bg-blue {
		bottom:-80px;
		height:180px;
	}

	.learning .specialEducation {
    width: 90%;
    margin: 0 auto;
		margin-bottom: 60px;
	}

	.learning .specialEducation .left {
    width: 35%;
	}

	.learning .specialEducation .left h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    color: rgb(1, 94, 181);
	}

	.learning .specialEducation .left p {
    width: 55%;
    margin: 0 auto;
    margin-top: 30px;
	}

	.specialEducation .imageContainer.right {
    width: 65%;
    object-fit: cover;
	}

	.specialEducation .imageContainer img {
    width: 100%;
    object-fit: cover;
	}

	.learning .giftShop .right h2 {
    font-size: 32px;
    max-width: 100%;
    line-height: 34px;
	}

	.learning .gettingHere {
    width: 90%;
		padding-top: 40px;
    margin: 0 auto;
	}

	.learning .gettingHere .containers h2 {
    padding-top: 0px;
	}

	.learning .gettingHere .containers:nth-of-type(1) p {
		margin-top: 0px;
		max-width: 85%;
	}

	.learning .gettingHere .containers:nth-of-type(3) .paragraphContainer p {
    max-width: 56%;
	}

	.learning .gettingHere .containers .button {
    width: 80px;
	}

	.learning .openingHours h2 {
		text-align: center;
		width: 100%;
		margin-left: 80px;
		right:unset;
	}

	.learning .openingHours {
		margin-top: 70px;
	}

	.learning .openingHours .bg-lightBlue .button {
		margin-bottom: 120px;
		width:120px;
	}

	.learning .accessability {
    width: 90%;
    margin: 0 auto;
	}

	.learning .accessability ul li {
    padding: 0px;
	}
	.learning .groupVisits {
		margin-top: 80px;
	}

	.learning #donate p {
		font-size: 17px;
		line-height: 19px;
	}

	.ssslide {
		object-fit: cover;
		height: 300px;
	}

	.dropdownMonth {
		position: relative;
		display:inline-block;
	}

	.dropdown-content {
		display:none;
		position: absolute;
		background-color: #ffffff;
		z-index: 9;
		width: 100%;
    box-sizing: border-box;
		width: 165px!important;
	}

	.dropdownMonth:hover .dropdown-content {
		display:block;
	}

	.dropbtn.button {
    background-color: #015eb5;
    color: #ffffff;
		width:60px;
		padding: 5px 40px 5px 5px;
    margin-top: 40px;
    margin-bottom: 0px;
	}

	.dropdown-content p {
    text-align: center;
    border-bottom: 1px solid #035db5;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #035db5;
	}

	.dropdown-content p:hover {
    color: #98b1ca;
	}

	.dropdownMonth {
		display:none;
	}

	.calendar.equalFlex {
		width:100%;
		padding-bottom: 0px;
		margin-top: 20px;
	}

	.calendar.equalFlex .button {
    background-color: #015eb5;
    color: #ffffff;
	}

	.calendar.equalFlex div {
    width: 120px;
	}

	.threeBlock .cards p {
    width: auto;
    padding: 0px;
	}

	.threeBlock .cards p strong, .giftShop .right p strong, .wisbechTown .explore p strong {
    font-size: 13px;
    line-height: 14px;
	}

	.button.whatsOn {
    background-color: #015eb5;
    color: #ffffff;
    margin: 0 auto;
    width: 60px;
    display: block;
	}

	.openingHours .bg-lightBlue .didYouKnow {
    position: absolute;
    width: 40%;
    right: -150px;
    height: 270px;
    background-color: rgba(250, 244, 226, 1);
    bottom: -40px;
    overflow: hidden;
	}

	.openingHours .didYouKnow img {
    width: auto;
    position: absolute;
    bottom: -10px;
    right: -5px;
	}

	.openingHours .bg-lightBlue .didYouKnow h2 {
    width: 100%;
    font-size: 45px;
    position: relative;
    top: 40px;
    left: 40px;
	}

	.openingHours .bg-lightBlue .didYouKnow p {
    width: 55%;
    font-size: 20px;
    left: 40px;
    position: relative;
    top: 40px;
    line-height: 22px;
	}

	.volunteer #donate h3{
    font-size: 19px;
    line-height: 20px;
    padding-bottom: 0px;
    color: #ffffff;
	}

	.volunteer #donate p{
		font-size: 12px;
		max-width: 80%;
		line-height: 14px;
		margin-top: 10px;
	}

	.volunteer #donate {
    height: 200px;
		margin-top: 0px;
	}

	.volunteer .dickens#donate .wrapper {
    max-height: 300px;
		margin-left: 25%;
	}

	.volunteer #donate .button {
    position: relative;
    top: 0;
    right: 0px;
	}

	.volunteer .dickens#donate img:nth-of-type(1) {
		height:100%;
	}

	.volunteer .dickens#donate img:nth-of-type(2) {
    top: unset;
    right: 40px;
    bottom: 40px;
	}

	.cookies hr, .termsAndConditions hr {
    margin-top: 20px;
    background: #7199ac;
    height: 5px;
    border-radius: 10px;
	}

	.cookies h2.heading, .termsAndConditions h2.heading {
    margin-top: 40px;
	}

	.cookies table, .cookies tr, .cookies td, .cookies th {
    border: 1px solid #0f5065;
    border-collapse: collapse;
    padding: 8px;
    min-width: 150px;
    vertical-align: top;
	}

	.artsAward a{
		color: rgb(45,105,128)!important;
		text-decoration: underline!important;
	}

	.wrap-main.block-center.cookies {
    margin-top: 40px;
		width:80%;
	}

	.wrap-main.block-center.sitemap {
    margin-top: 40px;
		margin-bottom: 40px;
	}

	.eventsCalendar .error h2 {
    font-size: 32px;
	}

	.eventsCalendar .error .button {
    background-color: #035db5;
    color: #ffffff;
		margin: 0 auto;
    width: 230px;
    display: block;
	}

	.calendar .error {
    display: none;
		margin: 0 auto;
	}

	.collectionPopup {
    display: none;
	}

	.collectionPopup.open {
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
	}

	.collectionPopup .inner {
    background-color: #ffffff;
    margin: 40px;
    box-sizing: border-box;
    padding: 40px;
    z-index: 999;
    position: relative;
		max-height: 90%;
		overflow-y: scroll;
	}

	.collectionPopup .tint {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 992;
	}

	.collectionPopup .inner .close {
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: 900;
    margin: 0 auto;
    margin-top: 20px;
	}

	.collectionPopup .inner img {
    width: 100%;
	}

	.anchor {
    margin-top: -200px;
    height: 0px;
    width: 0px;
    float: left;
	}

	.sitemap h3 {
    font-size: 65px;
    font-weight: 900;
    color: #7199ac;
	}

	main .sitemap a {
    color: unset;
    margin-top: 20px;
    width: 100px;
	}

	.termsAndConditions {
    margin-top: 80px;
	}

	.termsAndConditions .heading {
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
	}

	.termsAndConditions a, .cookies a {
    width: 200px;
    margin-top: 10px;
	}

	.bg-lightPurple.block-center .button {
    background-color: rgb(217,169,89);
    color: #ffffff;
		padding: 7px 5px 7px 5px;
		width:280px;
	}

	.archives .bg-lightPurple.paddV60 img {
    width: 50%;
    object-fit: cover;
	}

	.archives .percent-50.paddH60:nth-of-type(3) {
    margin-top: 40px;
	}

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

	.mobileNav {
		display:none!important;
	}

	.searchBox {
    width: 100%;
    margin-top: 40px;
	}

	.searchBox .searchInputs {
    display: inline-block;
	}

	.searchBox .searchInputs input[type="text"] {
    border: 1px solid black;
    width: 250px;
	}

	.searchBox .searchInputs input[type="submit"] {
    font-size: 18px;
    line-height: 11px;
		cursor: pointer;
	}

	input#submitLock {
    -webkit-appearance: checkbox;
	}

	.submitBox {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
	}

	.contactUs .contactForm input[type=submit]:disabled, .contactUs .contactForm input[type=button]:disabled {
    filter: grayscale(50);
	}

	input#submitLock {
    -webkit-appearance: checkbox;
    display: inline-block;
    width: 20px;
    height: 14px;
	}

	.submitBox p:nth-of-type(2) {
    width: 90%;
    display: inline-block;
	}

	#learningHome img {
    width: 270px;
    height: 170px;
    object-fit: cover;
    object-position: center;
	}

	.archives .hang-off {
		width: 100%;
		object-fit: cover;
		object-position: center;
		height: 450px;
	}

	.objectFit {
		object-fit: cover;
		object-position: center;
	}

	.eventCard h4.blue {
    font-size: 20px;
    font-weight: 100;
    margin-left: 20px;
    padding-bottom: 0px;
	}

	.eventCard .blue {
    background-color: #ffffff;
		font-family: 'cairo';
	}

	.eventDetailed .blue {
		font-family: 'cairo';
		font-weight: 100;
		background-color: #ffffff;
	}

	.eventDetailed h4.blue {
	font-size: 20px;
	padding-bottom: 0px;
	}

	#whatsOnHome a {
    color: #000000;
	}

	div#whatsOnHome .fillImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	}

	#whatsOnHome .noEventsContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 40px;
	}

	#whatsOnHome .noEventsContainer .tint{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0px;
		left:0px;
		opacity: 0.7;
	}

	#whatsOnHome .noEventsContainer h2,#whatsOnHome .noEventsContainer h3, #whatsOnHome .noEventsContainer p {
    position: relative;
    color: #ffffff;
	}

	#whatsOnHome .noEventsContainer h3 {
    font-size: 28px;
    line-height: 30px;
	}

	.backgroundTint {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 100;
    top: 0px;
    left: 0px;
    opacity: 0.7;
		display: none;
	}

	.backgroundTint.open {
		display: block;
	}

	.modal {
    width: 80vw;
    /* height: 80vh; */
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
		display: none;
	}

	.eventsCalendar .modal .eventDetailed h2 {
		height: auto;
		margin-bottom: 20px;
	}

	.volunteer .columns .left a {
    color: unset;
	}

	input#form2_hiddenSubmit {
    display: none;
	}
	#form2_newsletter .g-recaptcha {
		margin-bottom: 10px;
	}

	.g-recaptcha {
    margin-bottom: 20px;
	}

	input#form2_submit {
	    display: none;
	}

	button#submitNewsletter {
    border: none;
    color: #ffffff;
	}

	div#newsletterHome.full-width {
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    margin-top: 40px;
		margin-bottom: -50px;
	}

	button#submitNewsletter {
    border: none;
    color: #fff;
    height: 35px;
    width: auto!important;
	}

	.blog .text.left {
    width: 70%;
	}

	.blog .image.left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

	.blog .image.left {
    width: 30%;
    height: 200px;
		box-shadow: 0px 0px 15px lightgrey;
	}

	.blog .text.left {
    width: 70%;
    box-sizing: border-box;
    padding: 10px 40px;
	}

	.blog {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #7199ac;
	}

	.blog:first-of-type {
    border-top: 1px solid #7199ac;
	}

	.blogLatest {
    background-color: #eaf0f2;
    margin-top: 100px;
    margin-bottom: 60px;
    position: relative;
    height: 350px;
	}

	.blogLatest .text.left {
    box-sizing: border-box;
    padding: 40px;
    padding-top: 0px;
		width: 60%;
	}

	.blogLatest .image.left {
    width: 40%;
    height: 350px;
    position: absolute;
    right: -20px;
    top: 20px;
    box-shadow: 5px 5px 15px lightgrey;
	}

	.blogLatest .image.left img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.blogLatest .latest {
    color: #005fb5;
    font-weight: 600;
    margin-top: -40px;
    font-size: 65px;
    line-height: 65px;
	}

	.blogLatest p.date {
    font-size: 20px;
    line-height: 22px;
    color: #000000;
	}

	.blogLatest h2.title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #2d6980;
	}

	.blogLatest .text p {
    font-size: 16px;
    line-height: 22px;
	}

	.blogLatest p.author {
    font-weight: 100;
	}

	.blog p.date {
    font-size: 19px;
    line-height: 23px;
	}

	.blog h2.title {
    font-size: 21px;
    line-height: 21px;
    color: #005fb5;
    font-weight: 900;
	}

	.blog p {
    font-size: 16px;
    line-height: 21px;
	}

	.blogContainer {
		position: relative;
		clear:left;
	}

	.archive {
    position: absolute;
    top: 0px;
    left: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    border-left: 1px solid #7199ac;
    margin-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.archive h2 {
    font-size: 26px;
    line-height: 22px;
    color: #005fb5;
    font-weight: 600;
	}

	.archive .year {
    font-size: 18px;
    line-height: 24px;
	}

	.archive .month {
    font-size: 18px;
    line-height: 24px;
		margin-left: 15px;
		font-weight: 100;
	}

	.archive p {
    vertical-align: middle;
    position: relative;
	}

	.archive p img {
    max-width: 10px;
    max-height: 10px;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
		transition: all 0.5s;
	}

	.yearContainer.hideMonths .yearArrow {
    transform: rotate(-450deg);
	}

	.monthContainer {
    transition: all 0.5s;
    max-height: 372px;
    overflow: hidden;
	}

	.yearContainer.hideMonths .monthContainer {
    max-height: 0px;
	}

	.backToBlog img {
    max-height: 10px;
    margin-right: 10px;
    margin-top: 20px;
		transform: rotate(180deg);
	}

	.blog-full {
		width: 70%;
		float: left;
	}

	.backToBlog {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
	}

	.blog-full .date {
		font-size: 28px;
		line-height: 32px;
	}

	.blog-full .title {
		font-size: 47px;
		line-height: 44px;
		font-weight: 900;
		color: rgb(87, 135, 153);
	}

	.blog-full h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.blog-full .full-width {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
	}

	.blog-full .author {
		font-size: 20px;
		line-height: 32px;
	}

	.blog-full .notes {
		border-top: 1px solid #7199ac;
		padding-top: 20px;
		margin-top: 20px;
		margin-right: 20px;
	}

	.blog-full .notes h2 {
		font-size: 24px;
		line-height: 20px;
		color: rgb(0,95,181);
	}

	.blog-full .intro p {
    color: #005fb5;
    padding-top: 20px;
		font-size: 18px;
		line-height: 24px;
	}

	.blog-full p {
    font-size: 16px;
    line-height: 22px;
	}

	.blog-full .mainPost {
    border-right: 1px solid #7199ac;
    padding-right: 20px;
    box-sizing: border-box;
		position: relative;
	}

	.blog-full .rightColumn {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 280px;
    box-sizing: border-box;
    padding: 0px 20px;
	}

	.socialLinks {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7199ac;
	}

	.socialLinks img {
    max-width: 30px;
    max-height: 30px;
    display: inline-block;
    margin-right: 20px;
	}

	.rightColumn h2 {
		font-size: 24px;
		line-height: 22px;
		color: rgb(0,95,181);
		font-weight: 600;
	}

	.blog-full .rightColumn p img {
    max-height: 10px;
    margin-right: 10px;
	}

	.blog-full .rightColumn p {
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    border-bottom: 1px solid #7199ac;
    margin-bottom: 10px;
	}

	.blog-full .rightColumn p:last-of-type {
		border-bottom: none;
	}

	.blog-full .rightColumn p a {
    color: #000000;
	}

	.filters h2 {
    font-size: 24px;
    line-height: 20px;
    font-weight: 900;
    color: #005fb5;
	}

	.filters img {
    max-height: 10px;
    margin-right: 10px;
	}

	.filters p {
    font-size: 16px;
    line-height: 22px;
	}

	.filters {
    padding-left: 40px;
    box-sizing: border-box;
	}

	.filters p a {
    color: #000000;
	}

	.largeFilter .month, .largeFilter .year {
    display: inline-block;
    margin-right: 40px;
    font-size: 35px;
    line-height: 35px;
		margin-bottom: 20px;
		font-weight: 400;
	}

	.largeFilter .month a, .largeFilter .year a {
		color: #2d6980;
	}

	.largeFilter .month.selected, .largeFilter .year.selected {
    text-decoration: underline;
		font-weight: 900;
	}

	.columns .leftColumn, .columns .rightColumn {
    width: 50%;
    float: left;
		box-sizing: border-box;
		padding: 20px;
	}

	.columns .leftColumn .cards h3, .columns .rightColumn .cards h3 {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
		padding: 10px 0px;
		margin-left: 20px;
		font-size: 20px;
		line-height: 28px;
		font-weight: 600;
	}

	.columns .leftColumn .cards h3 img, .columns .rightColumn .cards h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
		max-height: 30px;
	}

	.columns .leftColumn .open, .columns .rightColumn .open {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
		position: absolute;
		right: 20px;
		top: 7px;
	}

	.columns .leftColumn .cards, .columns .rightColumn .cards {
    box-sizing: border-box;
		position: relative;
		margin-bottom: 20px;
	}

	.columns .cards .expand .title {
    font-size: 15px;
    line-height: 15px;
    padding: 5px 20px;
    box-sizing: border-box;
    margin-left: 0px;
	}

	.cards .smallExpand {
    max-height: 30px;
    overflow: hidden;
		transition: all 0.5s;
	}

	.cards .smallExpand.show {
		max-height: 250px;
	}

	.columns .cards .expand {
    overflow: hidden;
    max-height: 0px;
    transition: all 0.5s;
	}

	.columns .cards.show .expand{
    max-height: 500px;
	padding-top: 20px;
	}

	.columns .cards .expand p {
    margin-left: 40px;
	}

	.columns .leftColumn .open p, .columns .rightColumn .open p {
    transition: all 0.5s;
	}

	.cards.show .open p {
    transform: rotate(315deg);
	}

	.resources .intro {
		box-sizing: border-box;
		padding: 20px;
	}

	.resources .intro h2 {
    font-size: 65px;
    line-height: 65px;
    font-weight: 900;
    color: #e6823c;
	}

	.resources .intro p {
		font-size: 16px;
		line-height: 21px;
		max-width: 480px;
	}

	.columns .cards hr {
    background-color: #e5eff8;
	}

	.columns .rightColumn .cards .icon img,
	.columns .leftColumn .cards .icon img {
    max-height: 30px;
	}

	.columns .leftColumn .cards .icon,
	.columns .rightColumn .cards .icon {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    width: 10%;
    margin-left: 20px;
	}

	.cards.show p {
		transition: all 0.5s;
	}

	.resourceSearch {
    position: absolute;
    right: 20px;
    border: 1px solid #e6823c;
    top: 140px;
    width: 25%;
    height: 30px;
	}

	.resourceSearch img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 10px;
	}

	.resourceSearch #searchValue {
    color: #e6823c;
    float: left;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
	}

	.resourceSearch #searchValue::-webkit-input-placeholder,
	.resourceSearch #searchValue::-moz-placeholder,
	.resourceSearch #searchValue:-ms-input-placeholder,
	.resourceSearch #searchValue:-moz-placeholder,
	.resourceSearch #searchValue::placeholder {
		color: #e6823c;
	}

	.resources .container {
		position: relative;
	}

	.recentBlogs {
		background-color: rgb(233,233,236);
		max-width: 1024px;
		margin: 0 auto;
		margin-bottom: 100px;
		padding-top: 40px;
		position: relative;
	}

	.recentCards {
    width: 30%;
    float: left;
    overflow: hidden;
    margin-left: 1.5%;
    margin-right: 1.5%;
		margin-bottom: -50px;
	}

	.recentBlogs .padding {
    width: 90%;
    margin: 0 auto;
	}

	.recentCards .top.image {
		line-height: 0px;
		position: relative;
	}

	.recentCards .top.image img.latestPost {
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 80px;
	}

	.recentCards .top.image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
	}

	.recentCards .postTitle {
    font-size: 18px;
    line-height: 18px;
    color: #2d6980;
	}

	.recentBlogs .blueHeading {
    color: #2d6980;
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: -25px;
	}

	.recentCards .bottom.text {
		background-color: #ffffff;
		border-bottom: 2px solid #005fb5;
		box-sizing: border-box;
		padding: 10px 20px;
		min-height: 200px;
		color: #000000;
		position: relative;
		padding-bottom: 40px;
	}

	a.bottom-left {
    position: absolute;
    bottom: 10px;
    left: 20px;
	}

	.columns .cards .expand .title img {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.5s;
	}

	.columns .cards .smallExpand.show .title img {
    transform: rotate(-270deg);
	}

	.cards.outline .heading,
	.smallExpand.outline .title{
    border: 2px solid rgb(45,105,128);

	}
	.cards .heading,
	.smallExpand .title{
		border: 2px dotted transparent;
		transition: all 0.5s;
	}

	.cards .smallExpand p a {
    color: #000000;
	}

	.columns .cards {
		overflow: hidden;
		transition: all 1s;
		max-height: 500px;
	}

	.columns.hidelist .cards {
		max-height: 0px;
		margin-bottom: 0px;
	}

	.columns.hidelist .cards.outline {
		max-height: 300px;
	}

	.social-mobile {
    display: none;
	}

	.resources .columns .cards {
    cursor: pointer;
	}

	header .donation {
    	/* display: none; */
	}

	.blogLatest .text p img {
	    width: 100%!important;
	    height: 100%!important;
	    display: block;
	}

	.donationSlider .dot {
	    width: 10px;
	    height: 10px;
	    border-radius: 20px;
	    border: 1px solid #fff;
	    position: relative;
	    display: inline-block;
	    margin: 0 5px;
	}

	.donationSlider .dot .innerDot {
	    background-color: #ffffff;
	    height: 6px;
	    width: 6px;
	    border-radius: 10px;
	    top: 2px;
	    left: 2px;
	    position: absolute;
	    display: none;
	}

	.donationSlider .dot.selected .innerDot {
		display: block;
	}

	.dotcontainer {
	    height: 20px;
	    position: absolute;
	    bottom: 20px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.donations .percent-85 .percent-50 strong {
	    color: #b11847;
	    font-size: 14px;
	    line-height: 16px;
	}

	.treasureHouse h3 strong {
	    color: #b11847;
	}

	.text-teal {
		color: rgb(45, 105, 128);
	}

	.fullCalendar {
	    background-color: #fff;
	    margin-left: 10%;
	    position: relative;
	    float: left;
	    margin-top: 40px;
	    margin-bottom: 40px;
	}

	.fullCalendar .purple-border-bottom {
	    border-bottom: 4px solid #b00045;
	    float: left;
	    left: 60px;
	    bottom: 4px;
	    padding-right: 20px;
		color: #b00044;
	}

	.fullCalendar .image img {
	    width: 100%;
		display: block;
	}

	.fullCalendar .image {
	    width: 60px;
	    float: left;
	}

	.fullCalendar .purple-border-bottom p {
	    float: left;
	    vertical-align: middle;
	    font-size: 18px;
	    line-height: 20px;
	    padding: 25px 20px;
	    font-weight: 900;
	}

	.fullCalendar .purple-border-bottom img {
	    float: left;
	    vertical-align: middle;
	    padding: 17px 0;
		border: none;
	}

	.openingHours .bg-lightBlue div.fullCalendar {
	    width: auto!important;
	    position: absolute;
	    display: block;
	    margin: 0;
	    right: -100px;
	    top: 30px;
		line-height: 0px;
	}

	.openingHours .fullCalendar .image {
	    width: 100px;
	    margin: 0px;
	}

	.openingHours .fullCalendar .purple-border-bottom {
	    padding: 0;
	    margin: 0;
	    width: 120px;
	    position: absolute;
	    left: 100px;
	    bottom: 4px;
	}

	.openingHours .fullCalendar .purple-border-bottom img {
	    width: 40px;
	    clear: left;
	    margin-left: 20px;
	    padding: 11px;
	}

	.fullCalendar .purple-border-bottom p {
	    padding: 5px;
	}

	#articles .half{
		width: 50%;
	}

	#articles .toTop h2 {
    font-size: 22px;
    line-height: 18px;
    text-align: center;
    padding-top: 15px;
    color: #d9a959;
	}

	#articles .button {
    color: #ffffff;
	}

	#articles .toTop {
    background-color: #faf2e6;
		clear: both;
	}

	#articles .leftColumn {
	    width: 70%;
	    float: left;
	    border-right: 1px solid #d9a858;
			box-sizing: border-box;
			padding-right: 20px;
	}

	#articles .leftColumn p{
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 0px;
	}

	#articles .leftColumn .wrap {
		max-width: 817px;
		float: right;
		box-sizing: border-box;
		width: 100%;
		position: relative;
	}

	#articles .leftColumn .wrap>* {
    float: left;
	}

	#articles .leftColumn .wrap .right{
		float: right;
	}

	#articles .leftColumn .wrap p, #articles .leftColumn .wrap h2 {
    float: none;
	}

	#articles .leftColumn .wrap p {
    width: 100%;
	}

	#articles .leftColumn .yellowText, #articles .leftColumn .inline-span-yellow{
		color: #d9a858;
		font-size: 24px;
		font-weight: 800;
		margin-right: 5px;
	}

	#articles .articleIntro .yellow p {
	    color: #000000;
			font-size: 22px;
			line-height: 30px;
			padding-bottom: 10px;
	}

	#articles .belowFold.show {
    max-height: 500px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#articles .belowFold {
    overflow: hidden;
    transition: all 0.5s;
    max-height: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	#articles .articleIntro .wrap p .inline-span {
    display: inline-block;
    margin-right: 10px;
    max-width: 80%;
    vertical-align: top;
	}

	#articles .threeImageText .imageContainer {
    position: relative;
    width: 100%;
    line-height: 0px;
	}

	#articles .threeImageText .imageContainer .big {
    width: 542px;
    height: 402px;
    overflow: hidden;
	}

	#articles .threeImageText .imageContainer .small .image {
    width: 240px;
    height: 192px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
	}

	#articles .threeImageText .imageContainer img {
    min-width: 100%;
    min-height: 100%;
	}

	#articles .threeImageText hr {
    margin-top: 40px;
    margin-bottom: 40px;
	}

	#articles .rightColumn {
    width: 30%;
    float: left;
	}

	#articles .rightColumn .wrap {
		max-width: 351px;
		padding-left: 20px;
		box-sizing: border-box;
	}

	#articles .leftColumn .wrap h2:not(.blue) {
    color: #d9a757;
    font-weight: 800;
	}

	#articles .leftColumn .wrap h2.blue {
		background-color: unset;
		font-weight: 800;
	}

	#articles .fullImage {
    position: relative;
	}

	#articles #team .yellow, #articles .yellow-underlay.yellow {
		background-color: #f9e9cf;
	}

	#articles .fullImage.mb70{
		margin-bottom: -70px;
	}

	#articles .fullImage .label {
    position: absolute;
    bottom: 0px;
    background-color: #000000cc;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
		box-sizing: border-box;
	}

	#articles .image-quote .yellow .centralText {
    padding-bottom: 20px;
    padding-top: 100px;
	}

	#articles .image-quote .centralText p {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #333333;
	}

	#articles .image-text hr {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	#articles .image-text .contentContainer {
    display: flex;
    justify-content: center;
    align-items: center;
	}

	#articles .oneImageText {
    padding-bottom: 40px;
	}

	#articles .yellow-underlay.yellow {
    height: 260px;
    margin-bottom: -220px;
	}

	#articles .yellow-text-image {
    background-color: #f9f2e6;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
	}

	#articles .yellow-text-image .wrapImage {
    margin-right: 20px;
    margin-left: 20px;
		margin-bottom: 20px;
		max-width: 50%;
	}

	#articles .imagewraptext .wrapImage {
    margin-right: 20px;
    margin-bottom: 10px;
	}

	#articles .imagewraptext {
		margin-bottom: 40px;
	}

	#articles .yellow-image-text hr {
    margin-top: 40px;
    margin-bottom: 40px;
	}

	#articles .yellow-image-text .imageContainer img {
    min-width: 100%;
    min-height: 100%;
		display: block;
	}

	#articles .yellow-image-text .imageContainer {
    width: 100%;
    max-height: 320px;
		box-shadow: 0px 3px 10px grey;
		margin-bottom: 20px;
	}

	#articles .gallery {
    padding-bottom: 40px;
	}

	.gallerypopup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
		z-index: 99;
	}

	.gallerypopup.show {
		display: block;
	}

	.gallerypopup .modal {
	    display: block;
	    border: 1px solid grey;
	    min-height: 70%;
	    box-sizing: border-box;
	    padding: 0px;
			display: table;
	}

	.gallerypopup .tint {
    background-color: #ffffff;
	}

	.gallerypopup .modal .close {
    background-color: #d9a858;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
	}

	.gallerypopup .modal .text {
    width: 35%;
    box-sizing: border-box;
    padding: 20px;
	}

	.gallerypopup .modal .img {
    width: 65%;
	}

	.gallerypopup .modal .img img{
		max-width: 100%;
	}

	.gallerypopup .modal .text, .gallerypopup .modal .img  {
		vertical-align: middle;
		display: table-cell;
	}

	.gallerypopup .modal .verticalCenter {
		display: table-row;
		height: 100%;
	}

	.gallerypopup .modal .text h3.yellow-text {
    font-size: 28px;
    line-height: 30px;
    color: #d9a757;
    font-weight: 800;
	}

	.gallerypopup .modal .text p {
    font-size: 14px;
    line-height: 14px;
	}

	#articles .galleryBig .overlay {
    position: absolute;
    bottom: -100px;
    background-color: #00000094;
    width: 100%;
    padding: 10px;
    margin: 0px;
		box-sizing: border-box;
		transition: all 0.5s;
	}

	#articles .galleryBig:hover .overlay {
		bottom: 0px;
	}

	#articles .galleryBig {
    position: relative;
    width: 100%;
		margin-bottom: 10px;
		height: 430px;
		overflow: hidden;
	}

	#articles .galleryBig img {
    min-width: 100%;
		min-height: 100%;
		max-width: 120%;
		display: block;
	}

	#articles .gallery .yellow-text {
		color: #d9a858;
	}

	#articles .galleryBig .overlay h3 {
    font-size: 28px;
    font-weight: 800;
		line-height: 30px;
		padding: 0px;
		margin-bottom: 10px;
	}

	#articles .leftColumn .wrap p.more {
    color: #ffffff;
		font-size: 12px;
		line-height: 7px;
	}

	#articles .galleryThumbs {
    height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
	}

	#articles .galleryThumbs .slide {
    width: 2000px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
		transition: all 0.5s;
	}

	#articles .galleryThumbs .slide .thumbs {
    height: 150px;
    width: 218px;
    overflow: hidden;
    float: left;
		position: relative;
		margin-right: 10px;
		cursor: pointer;
	}

	#articles .galleryThumbs .slide .thumbs img {
    min-width: 100%;
    min-height: 100%;
    max-width: 120%;
	}

	#articles .gallery .galleryThumbs .gradient, #articles .gallery .galleryThumbs .gradientLeft {
	    position: absolute;
	    right: 0px;
	    top: 0px;
	    height: 100%;
	    z-index: 9;
	}

	#articles .gallery .galleryThumbs .gradientLeft {
	    right: unset;
	    left: 0px;
	    transform: rotate(180deg);
	}

	#articles .gallery .galleryThumbs .arrowRight,
	#articles .gallery .galleryThumbs .arrowLeft,
	.gallerypopup .arrowLeft,
	.gallerypopup .arrowRight {
		position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
		cursor: pointer;
		z-index: 12;
	}

	.gallerypopup .arrowLeft {
    left: -50px;
    right: unset;
    transform: translateY(-50%) rotate(180deg);
	}

	.gallerypopup .arrowRight {
	    right: -50px;
	}

	#articles .gallery .galleryThumbs .arrowLeft {
		right: unset;
		left: 10px;
		transform: translateY(-50%) rotate(180deg);
	}

	#articles .galleryThumbs .slide .thumbs .overlay {
    position: absolute;
    bottom: 0px;
    background-color: #00000094;
		width: 100%;
		margin-bottom: -100px;
		transition: all 0.5s;
		box-sizing: border-box;
		padding: 10px;
	}

	#articles .galleryThumbs .slide .thumbs:hover .overlay {
		margin-bottom: 0px;
	}

	#articles .galleryThumbs .slide .thumbs .overlay h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    padding-bottom: 7px;
    max-width: 75%;
	}

	#articles .leftColumn .article-banner .wrap {
    overflow: hidden;
	}

	#articles .article-banner .background-image {
    position: absolute;
    top: 0px;
		left: 0px;
    width: 100%;
	}

	#articles .leftColumn .article-banner .content {
    position: relative;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background-color: #2d000091;
		box-sizing: border-box;
	}

	#articles .leftColumn .article-banner .wrap h2 {
    color: #ffffff;
	}

	#articles .leftColumn .article-banner .content .button {
    color: #ffffff;
		margin-bottom: 0px;
	}


	#articles .news-cards .card {
    width: 30%;
    float: left;
		box-sizing: border-box;
		border: 1px solid blue;
		padding: 10px;
		position: relative;
	 	margin-bottom: 30px;
	}

	#articles .leftColumn .wrap .news-cards .card .button {
    position: absolute;
    bottom: -20px;
    right: -10px;
    color: #ffffff;
    margin: 0px;
	}

	#articles .news-cards .card:nth-of-type(2n){
		margin-left: 5%;
		margin-right: 5%;
	}

	#articles .news-cards .card h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
	}

	#articles .news-cards .card .small {
    font-size: 12px;
    line-height: 13px;
    font-weight: 800;
	}

	#articles .leftColumn .wrap .blue-line {
    border-bottom: 5px solid blue;
    margin-top: 40px;
    margin-bottom: 40px;
	}

	#articles .article-related-news a.center,
	#articles .related-blogs a.center,
	#articles .related-events a.center {
		margin-left: 50%;
		transform: translateX(-50%);
	}

	#articles .article-related-news .button {
    color: #ffffff;
	}

	#articles .article-related-news .center .button,
	#articles .related-blogs .center .button,
	#articles .related-events .center .button {
		font-weight: 800;
		font-size: 18px;
		line-height: 24px;
	}

	#articles .related-blogs {
    padding-top: 40px;
	}

	#articles .related-blogs .cardContainer {
    padding-right: 20px;
		padding-bottom: 20px;
	}

	#articles .related-blogs .cardContainer .cards {
    width: 30%;
    overflow: hidden;
    float: left;
	}

	#articles .related-blogs .cardContainer .cards:nth-of-type(2) {
		margin-left: 5%;
		margin-right: 5%;
	}

	#articles .related-blogs .cardContainer .cards .top {
    max-height: 180px;
    overflow: hidden;
	}

	#articles .related-blogs .cardContainer .cards .top img {
    width: 100%;
		display: block;
	}

	#articles .related-blogs .cardContainer .cards .top {
    max-height: 180px;
    overflow: hidden;
	}

	#articles .related-blogs .cardContainer .cards h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
	}

	.related-blogs .cardContainer .cards .content {
    color: #000000;
    background-color: #ffffff;
		box-sizing: border-box;
    padding: 10px;
		position: relative;
		padding-bottom: 30px;
		min-height: 220px;
	}

	#articles .related-blogs .cardContainer .cards .content p {
    font-size: 12px;
    line-height: 14px;
	}

	#articles .related-blogs .cardContainer .cards .content p.more {
    color: #b00045;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto;
	}

	#articles .related-events .half {
    width: 50%;
		overflow: hidden;
		margin-bottom: -5px;
	}

	#articles .related-events .half a {
    float: right;
	}

	#articles .related-events .half img {
    width: 100%;
    display: block;
	}

	#articles .related-events .half h2.blue {
    font-size: 25px;
    line-height: 22px;
	}

	#articles .related-events .half:nth-of-type(2) {
    padding: 20px;
    box-sizing: border-box;
	}

	#articles .related-events .bigEvent, #articles .related-events .smallEvent {
	    border-bottom: 5px solid #005fb5;
	    box-shadow: 0px 0px 5px grey;
	}

	#articles .smallEvent {
    width: 49%;
    margin-top: 20px;
	}

	#articles .related-events .smallEvents {
    padding-bottom: 20px;
	}

	#articles .smallEvent:nth-of-type(1) {
    margin-right: 2%;
	}

	#articles .leftColumn .related-events .wrap .button {
    margin-bottom: 0px;
	}

	#articles .leftColumn .wrap p.date {
    font-size: 15px;
    line-height: 18px;
    color: #005fb5;
    font-weight: 100;
	}

	#articles .related-events .smallEvents .half img {
    height: 240px;
    min-width: 100%;
    width: auto;
	}

	#articles .article-support hr {
    border-bottom: 5px solid #d9a656;
    border-radius: 5px;
    background-color: #d9a656;
    margin-top: 40px;
    margin-bottom: 40px;
		height: 0px;
	}

	#articles .article-support .underline {
    border-bottom: 2px solid #d9a656;
    width: 100px;
    border-radius: 5px;
    margin-bottom: 20px;
	}

	#articles .article-support .support:nth-of-type(4n) {
    margin-right: 0px;
	}

	#articles .article-support .support {
    width: 185px;
    height: 150px;
    float: left;
    margin-right: 20px;
		box-shadow: 0px 0px 5px grey;
		margin-bottom: 20px;
		position: relative;
	}

	#articles .article-support .support img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}

	#articles .leftColumn .wrap .button {
    margin-bottom: 20px;
	}

	#articles .articleIntro .wrap {
    padding-bottom: 20px;
    padding-top: 20px;
	}

	#articles .leftColumn .wrap hr {
    border-bottom: 5px solid #d9a858;
    background-color: #d9a858;
    height: 0px;
		border-radius: 5px;
	}

	#articles .rightColumn h2 {
    color: #d9a757;
    font-size: 26px;
	}

	#articles .rightColumn .chapters img {
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
	}

	#articles .rightColumn .chapters hr {
    border-bottom: 2px solid #d9a757;
    background-color: #d9a757;
    height: 0px;
    border-radius: 5px;
    margin-bottom: 10px;
	}

	#articles .rightColumn .chapters hr:last-of-type {
    display: none;
	}

	#articles .rightColumn .chapters p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
		cursor: pointer;
		color: #000000;
	}

	#articles .sidebarPhotos img {
    width: 100%;
    margin-top: 20px;
	}

	#articles .image-text .contentContainer .imageContainer img {
    width: 90%;
	}

	#articles .article-banner .wrap {
    background-size: cover;
    background-position: center;
	}

	.gallerypopup .verticalCenter .scroll {
    max-height: 50vh;
    overflow-y: scroll;
	}

	.popup.banner {
    z-index: 99;
    height: auto;
		width: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
    box-sizing: border-box;
		position: fixed;
	}

	.popup.banner.hide {
		display: none;
	}

	.popup .surveyIcon {
    position: absolute;
    bottom: 20px;
    right: 20px;
		z-index: -1;
	}

	.popup.banner .imageContainer{
		position: absolute;
		left: 0px;
		background-image: url(/images/surveyImage.jpg);
		background-size: cover;
		background-position: center;
		height: 100%;
		width: 300px;
	}

	.popup.banner .imageContainer img {
    display: none;
	}

	.popup.banner .textContainer {
    color: #2d6980;
    box-sizing: border-box;
    padding: 20px;
    padding-right: 60px;
		padding-left: 320px;
	}

	.popup.banner h2 {
    font-size: 18px;
    line-height: 19px;
    font-weight: 800;
	}

	.popup.banner .textContainer p {
    max-width: 400px;
    font-size: 12px;
    line-height: 15px;
	}

	.popup.banner .close {
    font-size: 20px;
    line-height: 21px;
    font-weight: 900;
    color: #2d6980;
    position: absolute;
    right: 20px;
    top: 15px;
		cursor: pointer;
	}

	.popup.banner .button.yellow {
    background-color: #d9a959;
    color: #ffffff;
	}

	.popup.banner .button.purple {
    background-color: #8e64b5;
    color: #ffffff;
	}

	.blog-full.event .mainPost {
    border: none;
    padding: 0px;
	}

	.blog-full.event {
    margin: 0 auto;
    float: none;
	}

	.socialshare p {
    font-size: 16px;
    font-weight: 800;
	}

	.exhibition-purple .backgroundcolor {
		background-color: #6a4079;
	}

	.exhibition-blue .backgroundcolor {
		background-color: #005fb5;
	}

	.exhibition-grey .backgroundcolor {
		background-color: #3f3f3f;
	}

	.exhibition-yellow .backgroundcolor {
		background-color: #d9a959;
	}

	.exhibition-purple .backgroundlightcolor {
		background-color: rgb(223, 226, 235);
	}

	.exhibition-blue .backgroundlightcolor {
		background-color: #ebf1f4;
	}

	.exhibition-yellow .backgroundlightcolor {
		background-color: #f7f3e8;
	}

	.exhibition-grey .backgroundlightcolor {
		background-color: #b0b0b0;
	}

	.exhibition-purple .color-text {
		color: #6a4079;
	}

	.exhibition-blue .color-text {
		color: #005fb5;
	}

	.exhibition-yellow .color-text {
		color: #d9a959;
	}

	.exhibition-grey .color-text {
		color: #3f3f3f;
	}

	#exhibitions .lowerContent {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    transition: all 0.5s;
	}

	#exhibitions .open .lowerContent {
		max-height: 600px;
	}

	#exhibitions .item.list {
    width: 33%;
    float: left;
		cursor: pointer;
	}

	#exhibitions .fullWidth .item.list {
    width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	#exhibitions .item img {
    height: 230px;
    margin: 0 auto;
    display: block;
	}

	#exhibitions .fullWidth .item img {
    width: 100%;
    height: auto;
	}

	#exhibitions .item .details {
    padding: 20px 20px 40px;
	}

	#exhibitions .item.popup .details {
		width: 40%;
    box-sizing: border-box;
    float: left;
    overflow-y: scroll;
    position: relative;
    bottom: 0px;
    height: 100%;
    padding: 0px 20px 0px 70px;
	}

	#exhibitions .item.popup .imageContainer .details:hover {
    max-height: 400px;
	}

	#exhibitions h2 {
    font-weight: 800;
	}

	#exhibitions .block-center .percent-70 {
    padding-right: 40px;
    box-sizing: border-box;
	}

	#exhibitions .item.popup {
    display: none;
		width: 90%;
    max-height: 90%;
    position: fixed;
    z-index: 99;
    border: 1px solid lightGrey;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 100px;
    left: 50%;
		max-width: 1280px;
	}

	#exhibitions .item.popup.open {
    display: block;
	}

	#exhibitions .popup .close {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    top: 0px;
    right: 0px;
		z-index: 99;
		cursor: pointer;
	}

	#exhibitions .item.popup .imageContainer img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		width: auto;
		object-fit: contain;
		padding: 0px;
		box-sizing: border-box;
	}

	#exhibitions .item.popup .imageContainer {
    height: 100%;
    float: left;
    max-width: 100%;
    width: 60%;
		position: relative;
	}

	#exhibitions .popup h2 {
    font-size: 28px;
    line-height: 30px;
	}

	#exhibitions .popup p {
    font-size: 18px;
    line-height: 24px;
	}

	#exhibitions .popup .imageContainer {
		margin-top: 0px;
	}

	#exhibitions .button {
		color: #ffffff;
	}

	#exhibitions .button img {
    margin-left: 10px;
	}

	.socialshare .links img {
    width: 30px;
    margin-right: 10px;
	}

	#exhibitions .wrap-main .right p {
    font-size: 18px;
    line-height: 22px;
    max-width: 170px;
    float: right;
    margin-left: 20px;
	}

	#exhibitions .wrap-main .right .magnify {
    width: 65px;
    height: 65px;
    background-size: contain;
    float: left;
	}

	#exhibitions .exhibition-purple .wrap-main .right .magnify {
		background-image: url(/images/magnify-purple.png);
	}

	#exhibitions .exhibition-yellow .wrap-main .right .magnify {
		background-image: url(/images/magnify-yellow.png);
	}

	#exhibitions .exhibition-blue .wrap-main .right .magnify {
		background-image: url(/images/magnify-blue.png);
	}

	#exhibitions .exhibition-grey .wrap-main .right .magnify {
		background-image: url(/images/magnify-grey.png);
	}

	#exhibitions .gallery .top {
    max-width: 1024px;
	}

	#exhibitions .imageContainer .center img {
    margin: 0 auto;
    position: relative;
    display: block;
    margin-bottom: 20px;
		max-width: 80%;
	}

	#exhibitions .imageContainer .center {
    margin-top: -60px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
	}

	#exhibitions .imageContainer .center p {
    max-width: 80%;
    margin: 0 auto;
	}

	#exhibitions .imageContainer {
    margin-top: 60px;
	}

	#exhibitions .item.popup .arrow {
    width: 24px;
		height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
		background-size: 24px 30px;
		background-repeat: no-repeat;
		z-index: 5;
		cursor: pointer;
	}

	#exhibitions .item.popup .arrow.prev {
		left: 20px;
	}

	#exhibitions .item.popup .arrow.next {
		right: 20px;
	}

	#exhibitions .features .divide {
    width: 250px;
    margin-bottom: 40px;
    margin-top: 20px;
	}

	#exhibitions .exhibition-purple .features .divide {
		border: 1px solid #6a4079;
	}

	#exhibitions .exhibition-yellow .features .divide {
		border: 1px solid #d9a959;
	}

	#exhibitions .exhibition-blue .features .divide {
		border: 1px solid #005fb5;
	}

	#exhibitions .exhibition-grey .features .divide {
		border: 1px solid #3f3f3f;
	}

	#exhibitions .exhibition-purple .block-center hr {
		background-color: #6a4079;
	}

	#exhibitions .exhibition-yellow .block-center hr {
		background-color: #d9a959;
	}

	#exhibitions .exhibition-blue .block-center hr {
		background-color: #005fb5;
	}

	#exhibitions .exhibition-grey .block-center hr {
		background-color: #3f3f3f;
	}

	#exhibitions .exhibition-purple .block-center h5.text-purple {
    color: #6a4079;
	}

	#exhibitions .exhibition-yellow .block-center h5.text-purple {
		color: #d9a959;
	}

	#exhibitions .exhibition-blue .block-center h5.text-purple {
		color: #005fb5;
	}

	#exhibitions .exhibition-grey .block-center h5.text-purple {
		color: #3f3f3f;
	}

	#exhibitions .exhibition-purple .item.popup .arrow.prev {
		background-image:url('/images/left-purple.png');
	}

	#exhibitions .exhibition-yellow .item.popup .arrow.prev {
		background-image:url('/images/left-yellow.png');
	}

	#exhibitions .exhibition-blue .item.popup .arrow.prev {
		background-image:url('/images/left-blue.png');
	}

	#exhibitions .exhibition-grey .item.popup .arrow.prev {
		background-image:url('/images/left-grey.png');
	}

	#exhibitions .exhibition-purple .item.popup .arrow.next {
		background-image:url('/images/right-purple.png');
	}

	#exhibitions .exhibition-yellow .item.popup .arrow.next {
		background-image:url('/images/right-yellow.png');
	}

	#exhibitions .exhibition-blue .item.popup .arrow.next {
		background-image:url('/images/right-blue.png');
	}

	#exhibitions .exhibition-grey .item.popup .arrow.next {
		background-image:url('/images/right-grey.png');
	}

	.links a {
    cursor: pointer;
	}

	#exhibitions p {
    font-size: 16px;
    line-height: 18px;
	}

	.gallery .seconds {
    display: none;
	}

	#exhibitions .item.popup .details::-webkit-scrollbar-thumb {
    background-color: #cacaca;
	}

	#exhibitions .item.popup .details::-webkit-scrollbar {
    width: 5px;
	}
	#exhibitions .item.popup .details::-webkit-scrollbar-track {
    background-color: #ffffff00;
	}

	#exhibitions .item.popup .imageContainer .details .touchIcon {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    padding: 0px;
	}

	.fullWidthOverflow .overflow {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
	}

	#exhibitions .fullWidthOverflow .item.popup .overflow .imageContainer {
    width: 100%;
    height: auto;
	}

	#exhibitions .fullWidthOverflow .item.popup .overflow .details {
    width: 100%;
    padding-top: 40px;
    height: auto;
	}

	.popup .overflow {
    height: 100%;
	}

	#articles.article-purple .leftColumn .wrap h2:not(.blue), #articles.article-purple .text-yellow {
    color: #6a4079;
	}

	#articles.article-yellow .leftColumn .wrap h2:not(.blue), #articles.article-yellow .text-yellow {
		color: #d9a959;
	}

	#articles.article-blue .leftColumn .wrap h2:not(.blue), #articles.article-blue .text-yellow {
		color: #005fb5;
	}

	#articles.article-grey .leftColumn .wrap h2:not(.blue), #articles.article-grey .text-yellow {
		color: #3f3f3f;
	}

	#articles.article-purple .yellow {
    color: #6a4079;
    background-color: rgb(244,240,248);
	}

	#articles.article-yellow .yellow {
		color: #d9a959;
		background-color: rgb(251,246,238);
	}

	#articles.article-blue .yellow {
    color: #005fb5;
    background-color: rgb(230,239,248);
	}

	#articles.article-grey .yellow {
		color: #3f3f3f;
		background-color: #b0b0b0;
	}

	#articles.article-purple .leftColumn .wrap hr {
		border-bottom-color: #6a4079;
	}

	#articles.article-yellow .leftColumn .wrap hr {
		border-bottom-color: #d9a959;
	}

	#articles.article-blue .leftColumn .wrap hr {
		border-bottom-color: #005fb5;
	}

	#articles.article-grey .leftColumn .wrap hr {
		border-bottom-color: #3f3f3f;
	}

	#articles.article-purple .bg-yellow.button {
		background-color: #6a4079;
	}

	#articles.article-yellow .bg-yellow.button {
		background-color: #d9a959;
	}

	#articles.article-blue .bg-yellow.button {
		background-color: #005fb5;
	}

	#articles.article-grey .bg-yellow.button {
		background-color: #3f3f3f;
	}

	#articles.article-purple #team .yellow, #articles.article-purple .yellow-underlay.yellow, #articles.article-purple .yellow-text-image {
		background-color: rgb(244,240,248);
	}

	#articles.article-yellow #team .yellow, #articles.article-yellow .yellow-underlay.yellow, #articles.article-yellow .yellow-text-image {
		background-color: rgb(251,246,238);
	}

	#articles.article-blue #team .yellow, #articles.article-blue .yellow-underlay.yellow, #articles.article-blue .yellow-text-image {
		background-color: rgb(230,239,248);
	}

	#articles.article-grey #team .yellow, #articles.article-grey .yellow-underlay.yellow, #articles.article-grey .yellow-text-image {
		background-color: #b0b0b0;
	}

	#articles .leftColumn #learning.article-banner .wrap h2 {
		color: #ffffff;
	}

	/*
		███    ███ ███████ ██████  ██  █████                ██    ██ ██████        ███████  ██████  █████  ██      ███████
		████  ████ ██      ██   ██ ██ ██   ██               ██    ██ ██   ██       ██      ██      ██   ██ ██      ██
		██ ████ ██ █████   ██   ██ ██ ███████     █████     ██    ██ ██████  █████ ███████ ██      ███████ ██      █████
		██  ██  ██ ██      ██   ██ ██ ██   ██               ██    ██ ██                 ██ ██      ██   ██ ██      ██
		██      ██ ███████ ██████  ██ ██   ██                ██████  ██            ███████  ██████ ██   ██ ███████ ███████
	*/

	@media all and (min-width:880px) {
		#search-container {
    	display: none!important;
		}
	}

	/*
		███    ███ ███████ ██████  ██  █████                ██████   ██████  ██     ██ ███    ██       ███████  ██████  █████  ██      ███████
		████  ████ ██      ██   ██ ██ ██   ██               ██   ██ ██    ██ ██     ██ ████   ██       ██      ██      ██   ██ ██      ██
		██ ████ ██ █████   ██   ██ ██ ███████     █████     ██   ██ ██    ██ ██  █  ██ ██ ██  ██ █████ ███████ ██      ███████ ██      █████
		██  ██  ██ ██      ██   ██ ██ ██   ██               ██   ██ ██    ██ ██ ███ ██ ██  ██ ██            ██ ██      ██   ██ ██      ██
		██      ██ ███████ ██████  ██ ██   ██               ██████   ██████   ███ ███  ██   ████       ███████  ██████ ██   ██ ███████ ███████
	*/

	@media screen and (max-width:1300px){
		.rightArrow {
			right:0px;
		}

		.leftArrow {
			left: 0px;
		}

		.calendar {
			width:90%;
			margin: 0 auto;
		}

		.wisbechTown .bg-blue {
			bottom: -80px;
		}
	}

	@media all and (max-width:1280px){
		.eventsCalendar .rightArrow, .eventsCalendar .leftArrow {
		    margin: 0px 10px;
		}

		#articles .chapters, #articles .sidebarPhotos {
    	display: none;
		}

		#articles .leftColumn {
			padding: 0px;
		}

		#articles .leftColumn, #articles .rightColumn {
    	width: 100%;
		}

		#articles .leftColumn .wrap, #articles .rightColumn .wrap {
	    float: none;
	    margin: 0 auto;
	    max-width: 817px;
		}

		#articles .rightColumn .wrap {
			padding: 0px;
		}

		.popup.banner {
			width: 60%;
		}

		#exhibitions .features {
	    padding-left: 20px;
	    padding-right: 20px;
		}

	}

	@media screen and (max-width: 1168px){
		header{
			width:100%;
			left:0;
			margin:0;
		}

		#greatExpectations .grey .pageContainer img{
			width:40%;
		}

		#year-1798 .textContainer {
			margin: 40px 140px;
		}

		#year-1798 .fadeYear.rotate {
			margin-left: 0px;
		}

		#year-1868 .right {
			width:55%;
		}

		#bleaker .right div img {
    	height: 270px;
		}

		.sonnet .right{
			width:42%;
		}

		#dickensTimeLine .right {
			width: 70%;
		}

		#writing .left {
			margin-left: 60px;
		}

		#writing .right {
			margin-right: 60px;
		}

		.related-links .padd25 {
			padding:0px!important;
		}

		.related-links a img {
			min-width:100%;
			max-width: 100%;
			height:auto;
			object-fit: cover;
			height: 225px;
		}

		.detail-banner span {
			padding: 12px 10px;
		}

		#newsHome{
			width: 70%;
    	padding: 40px;
		}

		.openingHours .bg-lightBlue div:not(.button) {
			margin-left: 60px;
		    height: 320px;
		}

		.openingHours .bg-lightBlue .button {
			margin-bottom: 20px;
  	  margin-top: 20px;
		}

		.openingHours h2 {
			right:40px;
		}

		.wisbechTown .bg-blue {
			bottom:-80px;
			height:180px;
		}

		.wisbechTown {
    	margin-bottom: 120px;
		}

		.ssslide{
			width:150%!important;
			left:-25%!important;
		}

		.groupVisits .card {
    	width: 25%;
		}

		.mostRecent .cardContainer .eventCard h2 {
			font-size: 25px;
			line-height: 26px;
		}

		.eventCard .left{
			height:100%;
		}

		.mostRecent .cardContainer .eventCard img {
			height:100%;
		}

		#timeline {
			left:50px;
		}

		.clarkson #earlyLife {
			left:600px;
		}

		.clarkson#heading .wrapper {
			left:400px;
		}

		.clarkson#heading .wrapper p {
			max-width: 350px;
		}

		.clarkson #slaveTrade {
			left:230px;
		}

		.clarkson #slaves {
			left:200px;
		}

		.clarkson #slaveMap {
			width:600px;
			left:535px;
		}

		.clarkson #earlyLife.more .wrapper {
    	/* height: 320px; */
		}

		.clarkson #chest {
			left:200px;
		}

		.clarkson #campaign.more .wrapper {
    	/* height: 392px; */
		}

		.clarkson #wilberforceContainer {
			left:200px;
			width:780px;
		}

		.clarkson #wilberforceContainer #wilberforce{
			width:200px;
		}

		.clarkson #wilberforceContainer img {
			left:280px;
		}

		.clarkson #wedgewood {
			left:300px;
		}

		.clarkson #parliment{
			left:650px;
		}

		.clarkson #parliment .wrapper{
			/* height:260px; */
		}

		.clarkson #parliment.more .wrapper {
    	/* height: 1045px; */
			max-height: 850px;
		}

		.clarkson #parliment .infoCard {
			width:300px;
			height:580px;
		}

		.clarkson #parliment h2 {
    	width: 300px;
			line-height: 28px;
		}

		.clarkson #parliment p {
			width:300px;
		}

		.clarkson #didYouKnow {
    	top: 2720px;
    	left: 630px;
		}
		.clarkson #campaign{
			width:337px;
			left:660px;
		}

		.clarkson #laterLife {
			left:100px;
		}

		.clarkson #laterLife .tsar{
			left:400px;
		}

		.clarkson #laterLife .clarksonMemorial {
			left:650px;
		}

		.clarkson #artifacts{
			left:60px;
			width:calc(100% - 60px);
		}

		.clarkson #johnClarkson{
			left:150px;
		}

		.clarkson #johnClarksonText {
			left:650px;
			width:350px;
		}

		.clarkson #johnClarksonText .wrapper p {
			width:300px;
		}

		.clarkson #didyouknow2 {
			left:650px;
		}

		.clarkson #slaveTradeAct .wrapper{
			/* height:135px; */
		}

		.clarkson #johnClarksonText .wrapper{
			/* height: 200px; */
		}

		.clarkson #johnClarksonText.more .wrapper {
			/* height:740px; */
			z-index: 3;
		}

		.clarkson #slaveryTimeLine {
			left:60px;
			width:calc(100% - 60px);
		}

		.support .intro {
			width:90%;
			margin-bottom: -60px;
		}

		.support .volunteer .imageContainer.left img{
			width:100%;
		}

		.support .volunteer .imageContainer.left {
			width:50%;
		}

		.support .bg-lightPurple h2 {
    	font-size: 25px;
    	line-height: 26px;
		}

		.support .friendsOf .purpleHeading {
    	font-size: 35px;
  	  line-height: 40px;
		}

		.clarkson .card {
    	margin-left: 200px;
		}

		.clarkson #slaveryTimeLine #line {
			margin-left: 200px;
		}

		.sitemap h3 {
			margin-left: 40px;
			font-size: 50px;
		}

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

		.support .intro .right p, .volunteer .intro .right p {
    	max-width: 100%;
		}

		.support .intro .paragraphContainer {
		  width: 100%;
		}

		.support .intro div.clear {
    	width: 100%;
		}

		.blog-full {
			padding: 0px 20px;
			box-sizing: border-box;
		}

		.largeFilter {
			box-sizing: border-box;
			padding: 0px 20px;
		}

		.backToBlog {
    	margin-left: 20px;
		}

		.related-links h5 {
			margin-left: 10px;
		}

		.openingHours .bg-lightBlue .fullCalendar div:not(.button), .openingHours .bg-lightBlue div.fullCalendar {
		    margin-left: 0px;
		    height: auto;
		}

		.openingHours .bg-lightBlue .didYouKnow {
			bottom: -80px;
		}

		.openingHours .bg-lightBlue div.fullCalendar {
			right: -30px;
			top: 20px;
		}

	}

	@media all and (max-width:1060px){
		#exhibitions .item.list {
			width: 50%;
		}

		#exhibitions .gallery .top {
			max-width: 90%;
		}

		.gallery .seconds {
    	display: block;
		}

		.gallery .threes {
			display: none;
		}
	}

	@media all and (max-width: 1024px){
		#whatsOnHome .event, #whatsOn .event {
			width:44%;
		}

		#learningHome img {
	    width: 45%;
	    height: auto;
	    margin-top: 40px;
		}

		#learningHome h4, #supportHome h4 {
    	font-size: 27px;
    	line-height: 29px;
		}

		#newsHome .news {
			width:28%;
		}

		.openingHours{
			margin-top: 160px;
		}

		.openingHours .bg-lightBlue div:not(.button){
			margin-left: 30px;
		}

		.openingHours .bg-lightBlue h3 {
			font-size: 20px;
			margin-bottom: 10px;
		}

		.openingHours h2 {
			font-size: 50px;
		}

		.threeBlock .outro{
			bottom:-100px;
		}

		.accessability .equalFlex h2{
			font-size: 30px;
		}

		.equalFlex div {
    	width: 30%;
		}

		.mostRecent h2 {
			right:0px;
			text-align: center;
		}

		.eventsCalendar .eventDetailed h2 {
    	font-size: 25px;
    	line-height: 27px;
		}

		.eventCard .left{
			height:200px;
			width:100%;
		}

		.eventCard .right {
    	width: 100%;
		}

		.learning .accessability h2 {
			font-size: 50px;
		}

		#timeline {
	    left: -130px;
		}

		.clarkson#heading {
			left:40px;
		}

		.clarkson#heading .wrapper {
			left:360px;
		}

		.clarkson #earlyLife {
    	left: unset;
    	right: 40px;
		}

		.clarkson #slaveTrade {
    	left: 40px;
		}

		.clarkson #slaves {
    	left: 40px;
		}

		.clarkson #slaveMap {
    	left: unset;
    	right: -80px;
		}

		.clarkson #campaign {
	    left: unset;
	    right: 40px;
		}

		.clarkson #chest {
	    left: 40px;
		}

		.clarkson #wilberforceContainer {
    	left: 40px;
    	width: 780px;
		}

		.clarkson #wedgewood {
    	left: 40px;
		}

		.clarkson #parliment {
	    left: unset;
	    right: 0px;
		}

		.clarkson #slaveTradeAct {
			left:40px;
		}

		.clarkson #didYouKnow {
    left: 440px;
		}

		.clarkson #slaveryTimeLine {
    	left: 0px;
    	width: 100%;
		}

		.clarkson #laterLife {
    	left: 0px;
    	width: 100%;
		}

		.clarkson #artifacts {
    	left: 0;
    	width: 100%;
		}

		.clarkson #johnClarkson {
    	left: 40px;
		}

		.clarkson #johnClarksonText {
	    /* left: unset;
	    right: 40px; */
			left:480px;
		}

		.clarkson #didyouknow2 {
	    right: 0px;
	    left: 500px;
		}

		.volunteer .intro .right{
			width:55%;
		}
		.aboutUs .heritage .right, .aboutUs .allAges .left {
    	box-sizing: border-box;
		}

		.aboutUs .bg-lpurple .imageContainer {
	    width: 50%;
		}

		.aboutUs .bg-lpurple .heritage .right, .aboutUs .bg-lpurple .allAges .left {
	    width: 58%;
	    padding: 20px;
		}

		.clarkson #laterLife div:first-of-type {
	    width: 46%;
	    box-sizing: border-box;
	    padding-left: 20px;
	    padding-right: 10px;
		}

		.clarkson #laterLife .tsar img, .clarkson #laterLife .clarksonMemorial img{
			width: 200px;
		}

		.clarkson #laterLife .tsar {
			left:425px;
		}

		.clarkson #laterLife .clarksonMemorial {
			left:650px;
		}

		.clarkson #laterLife div:not(:first-of-type) p {
			width: 200px;
		}

		div#clarkson {
    	padding-bottom: 120px;
		}

		.clarkson .card {
			margin-left: 150px;
		}

		.clarkson #slaveryTimeLine #line {
			margin-left: 150px;
		}

		.cookies h2.heading, .termsAndConditions h2.heading {
			font-size: 38px;
		}

		.cookies table, .cookies tr, .cookies td, .cookies th{
			min-width: auto;
		}

		.openingHours .bg-lightBlue .didYouKnow h2 {
			font-size: 35px;
		}

		.popup.banner {
			width: 80%;
		}

		#exhibitions .item.popup {
			/* padding: 50px; */
			height: auto;
		}

		#exhibitions .fullWidthOverflow .item.popup {
    	height: 100%;
			padding: 50px;
		}

	}

	@media screen and (max-width: 980px){
		#logo{
		    padding: 28px 0 10px 30px;
		}

		.pre-nav a {
		    padding: 0 13px;
		}

		.pre-nav {
		    padding: 20px 20px 0 0;
		}

		#greatExpectations .header{
			width:40%;
		}

		#greatExpectations .grey .right {
			width:40%;
		}

		#greatExpectations .grey .right img {
			width:100%;
		}

		#greatExpectations .grey .right div.right {
			width:100%;
			margin:0px;
		}

		#greatExpectations .grey .pageContainer img{
			width:45%;
			margin-right: 10px;
		}

		#year-1868 .imgContainer {
			width:35%;
		}

		#year-1868 .right {
			width:45%;
		}

		#year-1868 .line {
			width:130px;
			margin-left: -90px;
		}

		#year-1868 .fadeYear {
			margin-left: 50px;
		}

		#year-1798 .line {
			right:20%;
		}

		#year-1798 .textContainer {
			width: 250px;
		}

		#townshend .left div {
			width:100%;
		}

		#townshend .left div img {
	    width: 90%;
		}

		#townshend .right {
			width:50%;
		}

		#townshend .right .quillBox {
			margin-left: 0px;
			width:50%;
			margin-bottom: 40px;
		}

		#townshend .quillBox.more .wrapper {
  	  max-height: 220px;
		}

		#bleaker .left {
			margin-left: 80px;
		}

		#bleaker .right {
			margin-right: 80px;
		}

		#bleaker .right div img {
			height:220px;
		}

		.document {
			width:350px;
		}

		.document.selected {
			left:50px;
		}

		#bleakerBottom .textContainer {
			width:25%;
		}

		#bleakerBottom .searchContainer {
			width:350px;
			margin-left: 130px;
			margin-top: 110px;
		}

		#bleakerBottom .line {
			height:160px;
		}

		.sonnet .left div img{
			width:100%;
		}

		.sonnet .left div {
			width:300px;
		}

		#writing .right {
			height:360px;
		}

		#writing .images {
			right:260px
		}

		#writing .images .container{
			height:160px;
		}

		#writing .images.selected .container {
			height:300px;
		}

		.dickens#donate {
			margin-top: 50px;
		}

		.clarkson #donate h2, .dickens#donate h2 {
			font-size: 30px;
		}

		.clarkson #donate p, .dickens#donate p {
			font-size: 17px;
		}

		footer .left {
			width:20%;
			margin-left: 5%;
		}

		footer .right{
			width:20%;
			margin-right: 5%;
		}

		.eventsCalendar .wrap-main ul li a{
			padding: 5px 10px;
		}

		.eventsCalendar .eventDetailed .right {
			padding-top: 20px;
		}

		.volunteer .intro {
			width:90%;
		}

		.volunteer .imageContainer.left {
			margin-left: 0px;
		}

		.volunteer .intro .paragraphContainer h2 {
	    font-size: 23px;
	    line-height: 25px;
		}

		.volunteer .intro .right p {
    	max-width: 100%;
		}

		.volunteer .columns h3 {
			width: calc(90% - 40px);
		}

		.aboutUs .container img:first-of-type{
			width:37%;
		}

		.aboutUs .container div.right{
			width: 33%;
			margin-right: 26%;
		}

		.aboutUs .people .left, .aboutUs .people .right {
    	width: 50%;
		}

		.sitemap h3 {
			font-size: 45px;
		}
		.cookies h2.heading, .termsAndConditions h2.heading{
			font-size: 35px;
		}

		.support div#newsletterHome.full-width {
			margin-bottom: 0px;
			width:90%;
		}

		.blogContainer {
    	width: 70%;
    	margin-left: 40px;
		}

		.fullCalendar {
			margin-left: 5%;
		}

		.eventsCalendar .wrap-main .bg-blue {
		    margin-right: 5%;
		}
	}

	@media screen and (max-width: 880px){
		nav ul li a:hover::after, nav > ul > li.selected::after, nav > ul > li.ancestor::after{
			display: none;
		}

		header,
		#logo,
		pre-nav .social-media,
		.donation img,
		nav{
			transition: none!important;
		}
		#logo{
			height: 40px;
		    padding: 15px 30px;
		    width: auto;
		}

		nav{
			position: fixed;
		    right: 0;
			top:70px;
			height: calc(100% - 70px);
		    width: 320px;
			max-width: 100%;
		    background: rgb(227,235,238);
		    padding: 40px;
		    box-sizing: border-box;
			color:rgb(75,75,75)!important;
			display: none;
		    font-size: 15px;
		}

		nav ul{
			text-align: left;
			display: block;
		}

		nav ul li{
			display: block;
			width:100%;
			padding:0;
			height: auto;
			min-height: 40px;
			border-bottom: 1px solid rgb(203, 211, 214);
		}

		nav ul li ul{
		    position: relative;
		    top: 0;
		    left: 0;
		    margin: 0;
		    background: none;
		    color: rgb(75,75,75)!important;
		    text-align: left;
		    width: 100%;
			padding:0 0 10px 20px;
			font-size: 13px;
		}

		nav ul li ul li {
		    padding: 0;
			border:none;
			min-height: auto;
		}

		.pre-nav,
		header .donation{
			display: none;
		}

		nav ul li a{
			padding:12px 0;
			display: inline-block
		}

		nav ul li ul li a{
			padding:6px 0;
		}

		nav ul li em.sprite{
			display: block
		}

		#titleBanner img{
			margin-top: 70px;
		}

		#titleBanner .overlay {
			transform: translateY(-50%);
		}

		#search-container {
		    width: 100%;
		    height: calc(100% - 70px);
		    position: fixed;
		    background: #e4ebef;
		    z-index: 9;
			overflow-y: scroll;
		}

		#search-container input {
		    border-bottom: 1px solid grey;
		    width: 90%;
		    margin-left: 5%;
		    margin-top: 100px;
		}

		#search-container .recent-searches {
		    padding: 5%;
		    padding-top: 20px;
		    color: grey;
			overflow-y: scroll;
			display: block;
		}

		#search-container .recent-searches h2 {
		    font-size: 20px;
		    line-height: 20px;
		    padding-bottom: 0px;
		}

		.hamburger{
			display: block;
		}

		.mobile-search {
		    display: inline-block;
		    float: right;
			width:70px;
			height:70px;
		}

		.mobile-search .sprite {
			margin-left: 22px;
	    	margin-top: 22px;
		}

		.mobile-search.on {
			background-color: #e4ebef ;
		}

		.mobile-search.on .sprite {
			background-position: -100px -25px;
		}

		#titleBanner .overlay h1 {
	    	margin-top: 0px;
		}

		#greatExpectations .header {
			margin-left: 40px;
		}

		#greatExpectations .left p {
			width:auto;
		}

		#greatExpectations .left img {
			width:100%;
		}

		#greatExpectations .grey {
			padding:40px;
		}

		#year-1868 .imgContainer {
			margin-left: 40px;
		}

		#year-1868 .right .right {
			margin-right: 15%;
		}

		#year-1868 .right {
			width:50%;
		}

		#year-1868 .line {
			width:130px;
			margin-left: -45px;
		}

		#year-1798 .fadeYear.rotate {
			left:-20px;
		}

		#year-1798 .textContainer {
			width:230px;
			margin: 40px 110px;
		}

		#year-1798 img {
			margin-right: 20px;
			margin-top: -57%;
		}

		#townshend .left div {
			margin-left: 40px;
		}

		#bleaker .left{
			margin-left: 40px;
		}

		#bleaker .right {
			margin-right: 40px;
		}

		#bleakerBottom .textContainer {
			margin-right: 40px;
		}

		div#documentContainer {
			margin-left: 40px;
		}

		#bleakerBottom .searchContainer {
			margin-left: 90px;
		}

		.sonnet .left {
			margin-left: 40px;
		}

		#writing .left {
			margin-left: 40px;
			width:35%;
		}

		#writing .images {
			right:245px;
		}

		#writing .right {
			margin-right: 40px;
		}

		#writing .left p {
			width:auto;
		}

		.dickens#donate .wrapper {
			width:65%;
			margin-left: 22%;
		}

		.clarkson #timeline {
			display: none;
		}

		.clarkson #donate h2, .dickens#donate h2{
			font-size: 26px;
		}

		.clarkson #donate p, .dickens#donate p {
			font-size: 15px;
		}

		/* .side-block-narrow h4, #learningHome h4 {
    	font-size: 26px;
    	line-height: 28px;
		} */

		.side-block-narrow h4, #learningHome h4 {
    	font-size: 22px;
    	line-height: 24px;
		}

		#whatsOnHome .event, #whatsOn .event {
    	width: 43%;
		}

		#supportHome .logo {
			right:20px;
		}

		#newsHome .news {
			width:27%;
		}

		#donateHome .button {
			padding-right: 30px;
		}


		#newsletterHome input {
    	width: 95%;
    	float: right;
		}

		.side-block-narrow, .side-block-wide {
    	max-width: 100%;
    	width: 100%;
		}

		.side-block-narrow h4 br {
    	display: none;
		}

		#whatsOnHome {
    	margin-top: 40px;
		}

		#whatsOnHome .event, #whatsOn .event {
    	width: 45%;
		}

		#learningHome img {
			margin-top: 0px;
		}

		#collectionsHome img {
    	float: right;
			padding:0px;
		}

		#collectionsHome h4 {
	    float: left;
	    margin-left: 15%;
	    margin-top: 40px;
	    margin-bottom: 20px;
		}

		#collectionsHome p {
	    float: left;
	    margin-left: 15%;
	    max-width: 200px;
		}

		#newsHome {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	    box-sizing: border-box;
			display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
		}

		#newsHome h4 {
			flex-basis: 100%;
		}

		#newsHome .news {
    	width: 32%;
    	max-width: 32%;
			margin:0px;
		}

		#newsHome .news img {
    width: 100%;
    height: auto;
		}

		#supportHome {
    	max-width: 100%;
    	width: 100%;
		}

		#newsHome .news img {
    	width: 100%;
    	height: auto;
		}

		#donateHome {
			max-width: 100%;
			width:100%;
			margin-bottom: 20px;
		}

		#newsletterHome {
    	max-width: 100%;
    	width: 100%;
		}

		.openingHours .bg-lightBlue{
			width:100%;
		}

		.openingHours .bg-lightBlue div:not(.button){
			width:50%;
			float:right;
		}

		.openingHours h2 {
			width: 50%;
			text-align: center;
		}

		.gettingHere {
			flex-wrap: wrap;
		}

		.gettingHere .containers, .gettingHere .containers:nth-of-type(2) {
			width:100%;
		}

		.gettingHere .containers .right {
	    width: 90%;
	    margin: 0 auto;
	    float: none;
		}

		.wisbechTown .bg-blue{
			width:85%;
		}

		.threeBlock .cards div{
			height:130px;
		}

		.openingHours .bg-lightBlue div:not(.button){
			padding-right: 20px;
			box-sizing: border-box;
		}

		.openingHours .bg-lightBlue div:not(.button).didYouKnow {
    	display: none;
		}

		.wisbechTown .explore {
			width:90%;
			padding-bottom: 40px;
			margin:0 auto;
			float:none;
		}

		.wisbechTown .bg-lightGrey{
			width:100%;
		}

		.wisbechTown .cardContainer{
			justify-content: space-evenly;
			padding-left: 0px;
		}

		.contactUs .container .right h2{
			margin-top: 0px;
		}

		.openingHours:not(.dyk) .bg-lightBlue img:last-of-type {
    	display: none;
		}

		.percent-90.block-center.padd50 {
    	display: table;
			width:100%;
		}

		.percent-90.block-center.padd50 h4 {
    	display: table-header-group;
		}

		.percent-90.block-center.padd50 br {
    	display: none;
		}

		.percent-90.block-center.padd50 img {
    	display: table-footer-group;
			margin-top: 20px;
			margin-bottom: 20px;
		}

		.percent-90.block-center img {
	    width: 100%;
	    object-fit: cover;
	    padding: 0!important;
		}

		.accessability{
			margin-top: 60px;
		}

		.archives .bg-lightPurple.paddV60 img {
	    width: 100%;
	    height: 400px;
		}

		.archives .bg-lightPurple.paddV60 .percent-50 {
	    width: 100%;
		}

		.archives .percent-45 {
    	width: 100%;
		}

		.archives #didYouKnow h3 {
    	font-size: 40px;
		}

		.archives .hang-off {
	    width: 100%;
	    height: 400px;
	    object-fit: cover;
		}

		.archives #didYouKnow {
    	margin-top: 60px;
		}

		.archives .percent-85.paddV40 br {
    	display: none;
		}

		.archives #donate {
    	margin-top: 0px;
		}

		.archives.paddV60 {
    	padding-bottom: 0px!important;
		}

		.archives .paddH60 {
    	padding-left: 20px!important;
			padding-right: 20px!important;
		}

		.archives .percent-50.paddH60:nth-of-type(3) {
	    margin-top: 0px;
		}

		.clarkson#heading, .clarkson #earlyLife, .clarkson #slaveTrade, .clarkson #slaves, .clarkson #slaveMap, .clarkson #campaign, .clarkson #chest, .clarkson #wilberforceContainer, .clarkson #wedgewood, .clarkson #parliment, .clarkson #slaveTradeAct, .clarkson #didYouKnow, .clarkson #slaveryTimeLine, .clarkson #laterLife,
		 .clarkson #artifacts, .clarkson #artifactPopUp, .clarkson #johnClarkson, .clarkson #johnClarksonText, .clarkson #didyouknow2 {
			position: relative;
		    float: left;
		    width: 100%;
		    left: unset;
		    right: unset;
		}

		.clarkson#heading {
  	  		padding: 80px;
			/* padding-top: 0px; */
    		box-sizing: border-box;
		}

		.clarkson#heading .wrapper p{
			max-width: 100%;
		}

		.clarkson#heading .wrapper {
		    left: unset;
		    padding: 0px;
		    top: -40px;
			width: 100%;
		    left: 0px;
		    box-sizing: border-box;
		    padding-left: 40px;
		    padding-right: 40px;
		}

		img#clarksonPortrait {
		    top: 140px;
		    left: 15%;
		    width: 70%;
		    height: 300px;
		    object-fit: cover;
		    object-position: top;
		}

		.clarkson #earlyLife {
		    max-width: 100%;
		    margin-top: 80px;
			background-color: #fbf7ec;
			padding-left: 40px;
			padding-right: 40px;
		}

		.clarkson #earlyLife .wrapper {
		    /* max-height: 80px; */
		    height: auto;
			background-color: #fbf7ec;
		}

		.clarkson #earlyLife.more .wrapper {
	    	max-height: 200px;
			background-color: #fbf7ec;
	    	height: auto;
		}

		.clarkson #slaveMap {
	    	margin-top: -800px;
			background-color: #fbf7ec;
		}

		.clarkson #slaveTrade {
		    top: 420px;
		    max-width: 100%;
			background-color: #fbf7ec;
			padding-left: 40px;
			padding-right: 40px;
			box-sizing: border-box;
		}

		.clarkson #slaveTrade .wrapper {
	    	height: auto;
	    	/* max-height: 80px; */
			background-color: #fbf7ec;
		}

		.clarkson #slaveTrade.more .wrapper {
		    max-height: 200px;
		    background-color: #fbf7ec;
		    height: auto;
		}

		.clarkson #campaign {
    		top: 500px;
			background-color: #fbf7ec;
			padding-bottom: 40px;
			padding-left: 40px;
			padding-right: 40px;
			box-sizing: border-box;
		}

		.clarkson #campaign .wrapper {
		  /* max-height: 80px; */
			height:auto;
		}

		.clarkson #campaign.more .wrapper {
			height:auto;
			max-height: 250px;
		}

		.clarkson #slaves {
	    	width: 100%;
	    	top: 500px;
			padding-left: 0px;
			text-align: center;
		}

		.clarkson #slaves img {
		    /* margin-left: 25%; */
		    margin-top: 20px;
			width: 50%!important;
		}

		.clarkson #slaves p {
			width: 100%;
		}

		.clarkson #beige2 {
	    	display:none;
		}

		.clarkson #chest {
    		top: 500px;
		}

		.clarkson #chest img {
		    right: 0px;
		    width: 50%!important;
		    height: 350px;
		    object-fit: cover;
		    top: 80px;
		}

		.clarkson #chest p {
			left:55%;
		}

		.clarkson #wilberforceContainer {
	    	top: 600px;
		}

		.clarkson #wedgewood {
	    	top: 1000px;
		}

		.clarkson #parliment {
    		top: 1000px;
		}

		.clarkson #parliment .wrapper {
		    height: auto;
		    /* max-height: 100px; */
		    width: 100%;
		}

		.clarkson #parliment p {
			width: 100%;
		}

		.clarkson #parliment .wrapper p {
			width:100%;
		}

		.clarkson #parliment.more .wrapper {
		    height: auto;
		    width: auto;
		    max-height: 550px;
		}

		.clarkson #parliment .infoCard{
			width:100%;
			height: 285px;
	    	overflow: hidden;
		}

		.clarkson #parliment .infoCard p {
			width:60%;
			margin-top: 80px;
		}

		.clarkson #parliment .infoCard .right {
			width: 60%;
		}

		.clarkson #slaveTradeAct {
    		top: 1050px;
			box-sizing: border-box;
		    padding-left: 40px;
		    padding-right: 40px;
		    padding-top: 20px;
		}

		.clarkson #slaveTradeAct .wrapper {
			width:100%;
			height:auto;
			/* max-height: 135px */
		}

		.clarkson #slaveTradeAct .wrapper p{
			width:95%;
		}

		.clarkson #slaveTradeAct.more .wrapper {
		    width: 100%;
		    height: auto;
		    /* max-height: 870px; */
		}

		.clarkson #slaveTradeAct .wrapper .imgContainer img {
		    position: relative;
		    width: 90%;
			margin-right: 5%;
		}

		.clarkson #slaveTradeAct .wrapper .imgContainer {
			width:50%;
		}

		.clarkson #didYouKnow {
		    top: 1100px;
		    width: 50%;
		    left: 25%;
		}

		.clarkson #slaveryTimeLine {
    		top: 1500px;
		}

		.clarkson #laterLife {
    		top: 1600px;
		}

		.clarkson #laterLife div:first-of-type {
	    	width: 90%;
	    	margin-left: 40px;
			position: relative;
		}

		.clarkson #laterLife .tsar {
		    left: 40px;
		    top: 300px;
		    width: 45%;
		}

		.clarkson #laterLife .clarksonMemorial{
			left: 50%;
			top: 300px;
			width: 45%;
		}

		.clarkson #laterLife .tsar img, .clarkson #laterLife .clarksonMemorial img {
			width:100%;
			position: relative;
		}

		.clarkson #laterLife div:not(:first-of-type) p {
  	  		top: unset;
		}

		.clarkson #artifacts {
    		top: 2450px;
		}

		/* #clarkson {
    	height: 7000px;
		} */

		.clarkson #artifactPopUp {
    		top: 2050px;
		}

		.clarkson #johnClarkson {
    		top: 2450px;
		}

		.clarkson #johnClarksonText {
    		top: 2450px;
		}

		.clarkson #johnClarksonText .wrapper {
		    width: 100%;
		    height: auto;
		    /* max-height: 100px; */
		}

		.clarkson #johnClarksonText.more .wrapper {
		    max-height: 480px;
		    width: 100%;
			background-color: #ffe0e5;
		}

		.clarkson #johnClarksonText .wrapper p {
    		width: 95%;
		}

		.clarkson #didyouknow2 {
		    top: 2500px;
		    left: 25%;
		}

		.support .intro .right {
    		width: 100%;
		}

		.support .intro div {
			width:100%;
		}

		.support .intro .imageContainer img {
		    height: 350px;
		    object-fit: cover;
		    object-position: top;
		}

		.support .volunteer .imageContainer.left, .support .experience .imageContainer.right {
    		width: 100%;
			margin:0px;
		}

		.support .experience .imageContainer.right {
  	  		margin-right: 0px;
			margin-bottom: -20px;
		}

		.support .experience .imageContainer.right img {
		    width: 100%;
		    height: 300px;
		    object-fit: cover;
		    object-position: top;
		}

		.support .volunteer .imageContainer.left {
			height:300px;
		}

		.support .volunteer .imageContainer.left img {
		    height: 300px;
		    object-fit: cover;
		    object-position: top;
		}

		.support .volunteer {
			margin-top: 20px;
		}

		.support .bg-lightPurple .volunteer .right {
    		width: 95%;
		}

		.experience .left {
    		width: 90%;
			margin-left: 5%;
		}

		.support .friendsOf {
			margin-top: 40px;
		}

		.support .friendsOf div {
    		width: 100%;
		}

		.support .friendsOf .right.bg-lightPurple {
	    	width: 100%;
			margin-bottom: 60px;
			margin-top: 20px;
		}

		.support .friendsOf .right.bg-lightPurple img{
			height:400px;
			object-fit: cover;
		}

		.support .intro {
			display:table;
			margin-top: 40px;
		}

		.support .intro .imageContainer {
			display:table-footer-group;
			float: none;
		}

		.support .intro .right {
			display:table-header-group;
			float:none;
		}

		.volunteer .intro {
			display:table;
			margin-top: 40px;
			padding-bottom: 100px;
		}

		.volunteer .imageContainer.left {
		    display: table-footer-group;
		    float: none;
		}

		.volunteer .intro .right {
		    display: table-header-group;
		    width: 100%;
		    float: none;
		}

		.volunteer .left img {
		    width: 80%;
		    height: 400px;
		    margin: 0px;
		    margin-top: 40px;
		    object-fit: cover;
		    margin-left: 10%;
		    margin-bottom: -80px;
		}

		.volunteer .columns div {
    		width: 100%;
		}

		.volunteer .introText {
		    width: 90%;
		    margin: 0 auto;
		    max-width: 90%;
		}

		.volunteer .columns h2.purple {
		    width: 90%;
		    margin: 0 auto;
		}

		.aboutUs .container {
	    	display: table;
		}

		.aboutUs .container img:first-of-type {
		    display: table-footer-group;
		    width: 100%;
		    height: 300px;
		    object-fit: cover;
		}

		.aboutUs .container h2 {
		    display: table-header-group;
		    float: none;
		    position: relative;
		}

		.aboutUs .container {
			width:90%;
			margin:0px;
			margin-left: 5%;
			margin-top: 40px;
		}

		.aboutUs .container div.right {
		    margin: 0px;
		    float: none;
		    width: 100%;
		}

		.aboutUs .container .right img {
		    position: relative;
		    margin: 0px;
		    padding: 0px;
		    float: none;
		    padding-top: 20px;
		}

		.aboutUs .container .button {
	    	position: relative;
	    	margin-right: 50%;
		}

		.aboutUs .heritage {
    		display: table;
		}

		.aboutUs .bg-lpurple .imageContainer.left {
		    display: table-footer-group;
		    float: none;
		    width: 100%;
		}

		.aboutUs .bg-lpurple .heritage .right {
		    width: 100%;
		    display: table-header-group;
		    float: left;
		}

		.aboutUs .bg-lpurple .allAges .left {
    		width: 100%;
		}

		.aboutUs .bg-lpurple .imageContainer.right {
		    margin: 0px;
		    padding: 0px;
		    width: 100%;
		    float: none;
			height:100%;
		}

		.aboutUs .bg-lpurple .imageContainer.right img {
    		width: 100%;
		}

		.aboutUs .vision .main.left {
	    	width: 100%;
		}

		.aboutUs .vision .main {
			width: 100%;
		}

		.aboutUs .vision .imageContainer.right {
		    margin-bottom: -40px;
		    margin-right: 40px;
		    width: 80%;
		    float: left;
		    margin-left: 10%;
		}

		.vision {
			margin-bottom: 40px;
		}

		.aboutUs .vision .imageContainer.right img {
			width: 100%;
		}

		.people h2 {
			font-size: 55px;
			line-height: 58px;
		}

		.aboutUs .directorContainer .director{
			width:50%;
		}

		.aboutUs .people .left, .aboutUs .people .right {
    		width: 100%;
		}

		.supporters .logo {
	    	width: 40%;
	    	margin-left: 5%;
	    	margin-right: 5%;
		}

		.eventsCalendar .eventDetailed {
			flex-wrap: wrap;
		}

		.eventsCalendar .eventDetailed .left {
		    position: relative;
		    width:100%;
		}

		.eventsCalendar .eventDetailed .right{
			width:100%;
		}

		.eventsCalendar .eventDetailed p {
    		font-size: 12px;
		}

		#timeline {
			display:none;
		}

		.clarkson, .clarkson div, .clarkson img {
			position: relative;
		}

		.clarkson.beige {
		    position: absolute;
		    top: 90px;
		}

		.clarkson #earlyLife {
		    max-width: 100%;
		    margin-top: -200px;
			margin-bottom: 20px;
		}

		.clarkson #slaveTrade {
		    top: 340px;
		    max-width: 100%;
		}

		.clarkson #slaveMap {
	    	margin-top: -800px;
	    	background-color: #fbf7ec;
		}

		#wilberforceContainer #opinion {
		    width: 50%;
		    float: left;
		    margin: 0px;
			box-sizing: border-box;
			padding: 20px;
		}

		.clarkson #wilberforceContainer img {
		    width: 50%;
		    float: right;
		    margin: 0px;
		    left: 0px;
		}

		.clarkson #wilberforceContainer #wilberforce {
		    float: left;
		    width: 50%;
			box-sizing: border-box;
    		padding: 20px;
		}

		.clarkson #redBlock {
    		top: 20px;
		}

		#wilberforceContainer .redText {
	    	margin-top: 0px;
	    	margin-bottom: 20px;
		}

		.clarkson #opinion .toggleButton {
			margin-left: 0px;
		}

		#wilberforceContainer .redText {
			margin-left: 0px;
		}

		.clarkson #opinion .wrapper {
			padding:0px;
			width:100%;
			height:auto;
			/* max-height: 70px; */
			background-color: #ffffff;
		}

		.clarkson #opinion .wrapper .blocks {
			width:100%;
		}

		.clarkson #opinion.more .wrapper {
		    /* max-height: 340px; */
		    width: 100%;
		    height: auto;
		    background-color: transparent;
		}

		#wilberforceContainer .wrapper .blocks {
		    top: 0px!important;
		    left: 0px!important;
		    width: 100%;
		}

		.clarkson #wedgewood {
		    top: 630px;
		    float: left;
			box-sizing: border-box;
		}

		.clarkson #wedgewood p {
			right:20px;
			height:50%;
			width:50%;
		}

		.clarkson #parliment {
    		top: 630px;
			box-sizing: border-box;
			padding-left: 40px;
			padding-right: 40px;
			padding-top: 20px;

		}

		.clarkson #parliment h2 {
    		width: 100%;
		}

		.clarkson #slaveTradeAct {
    		top: 640px;
		}

		.clarkson #didYouKnow {
		    top: 640px;
		    width: 50%;
		    left: 25%;
		}

		.clarkson #slaveryTimeLine {
    		top: 670px;
		}

		#slaveryTimeLine .mask {
			position: absolute;
		}

		.clarkson .card img {
			position: absolute;
		}

		.clarkson .card, .clarkson #slaveryTimeLine .card .text {
			position: absolute;
		}

		.clarkson #laterLife {
    		top: 740px;
		}

		.clarkson #laterLife .tsar {
		    left: 40px;
		    width: 45%;
		    float: left;
			top:0px;
		}

		.clarkson #laterLife .clarksonMemorial {
		    left: unset;
		    width: 45%;
		    float: right;
		    right: 40px;
			top:0px;
		}

		.clarkson #artifacts {
			top:820px;
		}

		.clarkson #artifacts .mask, #artifacts .tint, .clarkson #artifactPopUp .close{
			position: absolute;
		}

		#artifacts .tint {
			top:0px;
		}

		#artifacts .circle h3 {
			margin-top: 50px;
		}

		.clarkson #artifactPopUp {
    		top: 420px;
			margin-bottom: -600px;
		}

		.clarkson #artifactPopUp .close {
			z-index: 99;
		}

		.clarkson #johnClarkson {
		    top: 860px;
		    margin-bottom: 80px;
		}

		.clarkson #johnClarkson {
		    top: 860px;
		    margin-bottom: 80px;
		    height: auto;
		    padding-bottom: 20px;
		}

		.clarkson #johnClarkson img {
			margin-right: 20px;
			float:right;
		}

		.clarkson #johnClarksonText {
		    top: 420px;
		    width: 55%;
			box-sizing: border-box;
			padding-left: 40px;
		}

		.clarkson #johnClarksonText .wrapper {
			background-color: #ffe0e5;
		}

		.clarkson #johnClarkson p {
		    bottom: -5px;
		    right: 50px;
		    position: absolute;
		    left: unset;
		}

		.clarkson #johnClarksonText.more .wrapper {
    		max-height: 600px;
		}

		.clarkson #didyouknow2 {
		    top: 450px;
		    left: 20px;
		    margin-bottom: 300px;
			width: 50%;
			margin-left: 25%;
			padding-bottom: 40px;
			margin-top: 100px;
		}

		.volunteer .dickens#donate img:nth-of-type(2) {
			right:20px;
			bottom: 20px;
			z-index: 0;
		}

		.volunteer .dickens#donate .wrapper {
			margin-left: 28%;
		}

		.volunteer #donate h3 {
			width:90%;
			font-size: 17px;
		}

		.sitemap h3 {
			font-size: 40px;
		}

		.mobileNav {
			display:block!important;
		}

		#earlyLife p, #earlyLife h2, #slaveTrade p, #slaveTrade h2 {
	    position: relative;
	    z-index: 9;
		}

		.support .intro {
			width:85%;
		}

		.support .volunteer .imageContainer.left {
			display: block;
		}

		.support .volunteer .imageContainer.left img {
			margin:0px;
		}

		.support .bg-lightPurple .volunteer .right img.left {
			margin-top: 20px;
		}

		.support .volunteer .paragraphContainer:nth-of-type(2) {
			margin-top: 60px;
		}

		.g-recaptcha {
	    position: relative;
	    float: left;
	    margin-bottom: 0px;
		}

		button#submitNewsletter {
    	margin-left: 20px;
			float: left;
		}

		#newsletterHome .percent-33, #newsletterHome .percent-50 {
    	width: 100%;
		}

		#newsletterHome input {
			width:70%;
			float: left;
		}

		.contactUs .container .contactForm .left, .contactUs .container .contactForm .right {
    	width: 90%;
			margin:0px;
			margin-left: 5%;
			float: none;
		}

		.contactUs .container .contactForm .left {
			padding-top: 40px;
		}

		.contactUs .contactForm input[type=submit], .contactUs .contactForm input[type=button] {
    	float: left;
    	clear: both;
    	margin-top: 20px;
		}

		.horizontalLine {
	    width: 30%;
		}

		.blogContainer {
			width: 100%;
			box-sizing: border-box;
			padding: 40px 20px;
			margin: 0 auto;
		}

		.blog .image.left {
	    width: 40%;
	    margin: 0 auto;
	    float: none;
		}

		.blogLatest {
			height: auto;
		}

		.blog .text.left {
			width: 100%;
		}

		.blog-full {
	    width: 100%;
		}

		.blog-full .mainPost {
    	border: none;
		}

		.blog-full .rightColumn {
	    position: relative;
	    left: 0px;
	    width: 100%;
	    margin-top: 50px;
		}

		.filteredBlog .percent-70 {
	    width: 100%;
		}

		.filteredBlog .percent-30 {
    	width: 100%;
    	margin-top: 20px;
			padding: 10px;
		}

		.recentCards {
	    width: 100%;
	    margin-bottom: 10px;
	    min-height: 0px;
	    padding: 0px;
		}

		.resources .columns .leftColumn, .resources .columns .rightColumn {
	    width: 100%;
	    padding-bottom: 0px;
	    padding-top: 0px;
		}

		.resources .columns {
			margin-top: 20px;
		}

		.resourceSearch {
	    position: relative;
	    width: 90%;
	    right: 0px;
	    top: 0px;
	    margin: 0 auto;
		}

		.recentCards .bottom.text {
			text-align: left;
		}

		.archive {
	    position: relative;
	    left: 0px;
	    padding: 0px;
	    margin: 0px;
	    border-left: none;
	    border-bottom: 1px solid #7199ac;
			box-sizing: border-box;
			padding: 0px 40px;
		}

		.archive .year, .archive .monthContainer, .archive .monthContainer .month {
			display: inline-block;
			vertical-align: middle;
		}

		.social-mobile {
    	display: block;
		}

		.social-mobile h2 {
			font-size: 24px;
	    line-height: 22px;
	    color: rgb(0,95,181);
	    font-weight: 600;
		}

		.desktop {
			display: none;
		}

		.aboutUs .container h2 {
		    font-size: 35px;
		}

		.aboutUs .impact {
			padding-top: 20px;
		}

		.impact h2 {
			position: relative;
			top: 0px;
			width:90%;
			font-size: 25px;
			line-height: 30px;
		}

		.impact .right, .impact .left {
		    width: 100%;
		    margin: 0px;
		    box-sizing: border-box;
		    padding: 10px;
		}

		.aboutUs .people ul {
		    padding: 0px;
		}

		.buffer.big {
			padding: 20px  0px;
		}

		.side-block-wide {
		    padding-bottom: 0px;
		}

		#collectionsHome h4 {
		    margin-top: 10px;
		    margin-bottom: 0px;
		}

		.paddV60 {
		    padding-top: 20px!important;
		    padding-bottom: 20px!important;
		}

		.threeBlock {
		    margin-top: 50px;
		}

		.eventsCalendar .wrap-main h2 {
		    margin-left: 20px;
		}

		.dickens#donate {
		    margin-top: 0px;
		}

		.percent-90.block-center.padd50 {
		    padding-top: 20px!important;
		    padding-bottom: 0px!important;
		}

		.support .volunteer .paragraphContainer:nth-of-type(2){
			clear:left;
		}

		.support .friendsOf .applyNow {
		    width: 90%;
		    margin-left: 5%;
		    box-sizing: border-box;
		    padding-left: 10px;
		    padding-right: 10px;
		}

		.hang-out.right {
			margin: 0px;
		}

		.archives .percent-45 {
		    padding: 0px!important;
		    margin-bottom: 20px;
		}

		.archives .hang-off {
		    margin: 0px;
		}

		.archives #didYouKnow {
		    margin-top: 20px;
		}

		.hang-up, .relative .hang-up {
			top: -50px;
			left: 0px;
		}

		.archives .paddV40 {
		    padding-top: 0px!important;
		    padding-bottom: 0px!important;
		}

		.hang-out.left {
		    margin: 0px;
		}

		.blog-full {
		    width: 100%;
		}

		.blog-full .rightColumn {
		    position: relative;
		    clear: left;
		    width: 100%;
		    left: 0px;
		}

		.blog-full .mainPost p img {
		    width: 100%!important;
		    height: auto!important;
		    margin: 0px!important;
		    margin-bottom: 20px!important;
		}

		.blog-full .mainPost p img.arrow {
		    width: auto!important;
		    margin-bottom: 0px!important;
		    margin-right: 10px!important;
		}

		.blog-full .rightColumn {
		    padding: 0px;
		}

		.aboutUs .bg-lpurple {
		    margin-bottom: 20px;
		    margin-top: 20px;
		}

		.impact img {
		    width: 100%;
		}

		.aboutUs .bg-lpurple {
			width: 90%;
		}

		.contactUs .container .right {
			margin-top:40px;
		}

		#greatExpectations .grey .right div.right.desktop {
		    display: block;
		}

		#greatExpectations .header {
		    padding: 5%;
		}

		.clarkson #artifactPopUp .left {
			width: 80%;
			margin-left: 10%;
			height: 50%;
		}

		.clarkson #artifactPopUp .right{
			width: 100%;
			height: 50%;
			overflow: scroll;
		}

		.clarkson #artifactPopUp .right h3, .clarkson #artifactPopUp .right p {
			width: 80%;
			margin-left: 10%;
		}

		.clarkson #artifactPopUp .right p:last-of-type {
		    margin-top: 0px;
		}

		.clarkson #artifactPopUp .close {
		    top: 20px;
		    right: 20px;
		}

		.wrap-main.block-center.paddV60.archives {
		    padding-top: 60px!important;
		}

		.blog-full .mainPost {
		    padding: 0px;
		}

		.openingHours .bg-lightBlue div.fullCalendar {
		    position: relative;
		    float: right;
		    top: auto;
		    right: auto;
		    display: block;
		}

		.openingHours .bg-lightBlue .fullCalendar div.image {
		    position: relative;
		    width: 100px;
		    float: none;
		    padding-right: 0px;
		}

		.openingHours .bg-lightBlue .fullCalendar div.purple-border-bottom {
		    width: 270px;
		    position: relative;
		    padding: 0px;
		    margin: 0px;
		    left: 0px;
			height: 164px;
		}

		.openingHours .fullCalendar .purple-border-bottom p br {
		    display: none;
		}

		.openingHours .bg-lightBlue div.fullCalendar {
		    position: relative;
		    float: none;
		    top: auto;
		    right: auto;
		    display: block;
		    width: 370px!important;
		    margin: 0 auto;
		    margin-top: 20px;
		    padding: 0px;
		}

		.fullCalendar .purple-border-bottom p {
		    padding: 20px;
		}

		.eventsCalendar .fullCalendar {
		    float: none;
		    margin: 20px auto 0px auto;
		    width: 383px;
		}

		.eventsCalendar .wrap-main .bg-blue {
		    margin: 20px auto 0px;
		}

		#articles .news-cards .card {
			width: 100%;
		}

		#articles .news-cards .card:nth-of-type(2n) {
	    margin-left: 0px;
	    margin-right: 0px;
		}

		#articles .fullImage img {
	    width: 100%;
		}

		#articles .fullImage {
	    width: 100%;
		}

		#articles .related-blogs .cardContainer .cards {
	    width: 100%;
	    margin-bottom: 20px;
		}

		#articles .related-blogs .cardContainer .cards:nth-of-type(2){
			margin-left: 0px;
			margin-right: 0px;
		}

		#articles .related-blogs .cardContainer .cards .top {
	    width: 30%;
	    float: left;
		}

		.related-blogs .cardContainer .cards .content{
			width: 70%;
			float: left;
		}

		.related-blogs .cardContainer .cards .content {
	    width: 70%;
	    float: left;
	    min-height: unset;
		}

		#articles .related-blogs .cardContainer .cards {
			background-color: #ffffff;
		}

		#articles .related-blogs .cardContainer{
			padding-bottom: 0px;
		}

		#articles .smallEvent {
	    width: 100%;
	    margin: 0px;
	    margin-top: 20px;
		}

		#articles .related-events .half:first-of-type {
	    border-right: 1px solid #005fb5;
	    box-sizing: border-box;
			height: 240px;
		}

		#articles .related-events .half img, #articles .related-events .smallEvents .half img {
	    width: 100%;
	    min-width: unset;
	    height: auto;
		}

		#articles .yellow-image-text .imageContainer img {
			width: 100%;
		}

		#articles .leftColumn .wrap .news-cards .card .button {
    	right: 10px;
		}

		#articles .threeImageText .imageContainer .big {
	    width: 100%;
		}

		#articles .threeImageText .imageContainer .small {
	    width: 100%;
		}

		#articles .threeImageText .imageContainer .small .image {
	    width: 50%;
	    float: left;
	    margin: 0px;
	    height: 300px;
		}

		#articles .leftColumn .wrap, #articles .rightColumn .wrap {
			padding: 20px;
			box-sizing: border-box;
		}

		#articles .leftColumn .article-banner .wrap {
	    padding: 0px;
		}

		#articles .article-support .supportContainer {
	    display: block;
	    position: relative;
	    width: 100%;
		}

		#articles .article-support .support {
			width: 48%;
			float: left;
			margin-right: 1%;
			margin-left: 1%;
		}

		#articles .threeImageText .imageContainer{
			margin-bottom: 20px;
		}

		#articles .oneImageText .fullImage {
	    margin-bottom: 20px;
		}

		.popup.banner {
			width: 95%;
		}

		#exhibitions .item img {
    	width: 90%;
			height: auto;
		}

		#exhibitions .item.list {
			width: 100%;
		}

		#exhibitions .item .details {
			max-width: 90%;
			margin: 0 auto;
			padding: 20px 0px;
		}

		#exhibitions .open .lowerContent {
    	max-height: 900px;
		}

		#exhibitions .item.popup .imageContainer {
			width: 100%;
			height: 50%;
			max-width: 100%;
		}

		/* #exhibitions .item.popup .imageContainer img {
	    width: auto;
	    height: 100%;
		} */

		#exhibitions .item.popup .imageContainer .details .touchIcon {
    	height: auto;
		}

		#exhibitions .item.popup .details {
	    margin: 40px 0px 0px 0px;
	    width: 100%;
	    max-width: 100%;
	    max-height: 50%;
	    padding: 0px;
			height: 200px;
		}

		.gallery .seconds {
    	display: none;
		}

		#exhibitions .item.popup {
			padding: 20px 60px;
		}

	}

	@media all and (max-width:768px){
		#greatExpectations .header{
			width:50%;
		}

		#year-1868 .imgContainer {
			/*height:300px;*/
		}

		#bleakerBottom .textContainer {
			padding:20px 20px;
		}

		#bleakerBottom .line {
			height:130px;
			margin-top: 0px;
		}

		#year-1798 {
			padding-top: 0px;
			padding-bottom: 0px;
		}

		#year-1798 p {
			padding:15px;
		}

		#year-1798 .line {
			right:15%;
		}

		.locator p {
	    position: absolute;
	    left: 80px;
	    top: 140px;
		}

		#bleakerBottom .line {
			width:18%;
		}

		#bleakerBottom .textContainer {
			margin-right: 20px;
		}

		.sonnet .left div {
			width:90%;
		}

		.sonnet .left div p {
			margin-left: 30px;
		}

		.sonnet .left div img {
			margin-left: 30px;
		}

		#year-1798 img {
			width:70%;
			margin-top: -44%;
		}

		.dickens#donate .wrapper {
			width:60%;
			margin-left: 25%;
		}

		.clarkson #donate h2, .dickens#donate h2 {
			font-size: 20px;
		}

		.clarkson #donate p, .dickens#donate p {
			font-size: 12px;
		}

		#slideshow .overlay h1 {
	    font-size: 48px;
	    line-height: 48px;
		}

		.threeBlock .cards{
			width:32%;
		}

		.threeBlock .cards div {
    	height: 150px;
		}

		.threeBlock .outro {
	    bottom: -60px;
	    width: 100%;
	    left: 0px;
	    box-sizing: border-box;
		}

		.dropdownMonth {
			display:inline-block!important;
		}

		.calendar-nav {
			display:none!important;
		}

		.contactUs .container .left {
			width:100%;
			margin-bottom: 20px;
			margin-top: 40px;
		}

		.contactUs .container .left img {
			object-fit: cover;
			margin-bottom: -40px;
			height:280px;
		}

		.contactUs .container .right {
			width:100%;
			margin-bottom: 40px;
		}

		.contactUs .container .contactForm .right {
			margin-bottom: 0px;
		}

		.threeBlock{
			margin-bottom: 100px;
		}

		.openingHours {
			margin-top: 40px;
		}

		.mostRecent .cardContainer .eventCard{
			width:50%;
		}

		.calendar.equalFlex div {
	    width: 120px;
	    margin: 0px;
	    margin-bottom: 10px;
		}

		.mostRecent .cardContainer .eventCard h2 {
			width:80%;
		}

		.eventCard .right {
			text-align: left;
		}

		.eventsCalendar .eventDetailed {
			flex-wrap: wrap;
		}

		.eventsCalendar .eventsDetailed .left {
			width:100%;
		}

		.supportUs{
			flex-wrap: wrap;
		}

		.supportUs .donate-small {
    	width: 100%;
		}

		.supportUs .getInTouch {
    	width: 100%;
			margin-top: 40px;
		}

		.clarkson #slaveMap {
    	margin-top: -700px;
		}

		.clarkson #slaves {
			padding:0px;
		}

		.clarkson #opinion .wrapper{
			/* max-height: 90px; */
		}

		.clarkson #wilberforceContainer #wilberforce {
			width:100%;
		}

		.clarkson #parliment .wrapper {
			/* max-height: 160px; */
		}

		.clarkson #slaveTradeAct .wrapper {
			/* max-height: 150px; */
		}

		#artifacts .rightArrow {
			left: calc(100% - 80px);
		}

		.clarkson #didyouknow2 {
			width:50%;
			top:440px;
			margin-bottom: 340px;
			left:0px;
		}

		.clarkson #didyouknow2 img {
			width:100%;
		}

		.clarkson #johnClarksonText{
			width:51%;
		}

		.clarkson #johnClarksonText.more .wrapper {
	    /* max-height: 850px; */
	    box-sizing: border-box;
	    height: auto;
		}

		.clarkson .card {
    	margin-left: -140px;
		}

		.clarkson #slaveryTimeLine #line{
			margin-left: -140px;
		}

		.volunteer .dickens#donate .wrapper {
			margin-left: 32%;
		}

		.volunteer .dickens#donate h2 {
			line-height: 20px;
		}

		.volunteer .dickens#donate h3 {
			width:70%;
		}

		.volunteer .dickens#donate p {
			max-width: 65%;
		}

		.sitemap h3 {
			font-size: 35px;
		}

		.cookies h2.heading, .termsAndConditions h2.heading {
			font-size: 30px;
		}
		.clarkson #parliment .infoCard p {
			margin-top: 40px;
			float: right;
			width: 90%;
		}
		.clarkson #parliment .infoCard .right{
			width: 45%;
		}

		.clarkson #artifactPopUp .rightArrow {
			right:0px;
		}

		.clarkson #artifactPopUp .leftArrow {
			left:20px;
		}

		.support .volunteer .paragraphContainer:nth-of-type(2) {
			margin-top: 0px;
		}

		.calendar.equalFlex .button {
	    	padding: 0px;
		    line-height: 25px;
		    padding-left: 10px;
		}

	}

	@media all and (max-width:650px){
		.desktop {
			display:none!important;
		}

		.mobile {
			display:block!important;
		}

		#greatExpectations .header{
			width:80%;
			margin:0 auto;
			padding:10%;
			padding-top: 20px;
			padding-bottom: 20px;
		}

		#greatExpectations .grey {
			margin-top: 0px;
			padding:80px;
			padding-top: 80px;
		}

		#greatExpectations .grey .mobile{
			width: 100%;
			margin: 0 auto;
			margin-top: -50px;
		}

		#greatExpectations .grey .left img {
			width:100%;
		}

		#greatExpectations .grey .mobile img, #greatExpectations .left p {
			width:100%;
		}

		#greatExpectations .left p {
			margin-bottom: 0px;
		}

		#greatExpectations .grey .pageContainer {
			margin-top: 40px;
			padding-bottom: 40px;
		}

		#greatExpectations .grey .left, #greatExpectations .grey .right {
			width:100%;
		}

		#year-1868 .right{
			width:80%;
			margin-left: 10%;
		}

		#year-1868 .imgContainer {
			width:70%;
			margin-left: 10%;
			/*height:460px;*/
		}

		#year-1868 .line {
			width:40%;
			margin-left: -25%;
		}

		#year-1868 .fadeYear {
			position: absolute;
			right: 20px;
			top:-30px;
		}

		#year-1868 .right .right {
	    width: 100%;
	    margin-right: 10%;
		margin-top: 20px;
		}

		#year-1798 {
			width:80%;
			padding:10%;
			padding-top: 0px;
		}

		#year-1798 .textContainer {
			width:100%;
			margin-left: 0px;
		}

		#year-1798 .locator {
			position: relative;
			width:100%;

		}

		#year-1798 img {
			width:100%;
			margin: 0px
		}

		#year-1798 .line {
			right:0px;
			position: relative;
			float: right;
			margin-right: -15%;
			margin-bottom: 40px;
			width:80%;
		}

		#year-1798 .locator p {
    	float: left;
			margin-top: 100%;
	 		left: 0px;
		}

		#year-1798 .fadeYear.rotate {
			top:140px;
		}

		#townshend {
			margin-top: 0px;
		}

		#townshend .left {
			width:80%;
			margin-left: 10%;
		}

		#townshend .left div {
			margin-left: 0px;
		}

		#townshend .right {
			width:80%;
			margin-right: 10%;
		}

		#townshend .right .quillBox {
	    width: 100%;
	    padding: 0px;
			padding-bottom: 20px;
		}

		#townshend .right .quillBox p {
			width:90%;
			margin:0 auto;
			padding-top: 20px;
		}

		#townshend .right .quillBox .toggleButton {
			margin-left: 20px;
		}

		#bleaker .left {
	    width: 80%;
	    margin-left: 10%;
		}

		#bleaker .right {
	    width: 80%;
	    margin-right: 10%;
	    margin-top: 20px;
		}

		#bleaker .right div {
			overflow: hidden;
		}

		#bleaker .right div:first-of-type p {
			font-size: 12px;
			line-height: 20px;
		}

		div#documentContainer {
			width:80%;
			margin: 0px;
			margin-left: 5%;
			height:575px;
		}

		.switcher {
			left:unset;
			right:-45px;
			top:0px;
		}

		.document {
			width:100%;
		}

		#bleakerBottom .textContainer {
		    width: 80%;
		    margin: 0px;
		    margin-top: 20px;
				margin-bottom: 80px;
		}

		#bleakerBottom .line {
	    border-bottom: none;
	    width: 0px;
	    left: 50%;
	    height: 20px;
	    margin-top: -60px;
		}

		#bleakerBottom .searchContainer {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 280px;
		}

		.sonnet .left {
			width:80%;
			margin-left: 10%;
		}

		.sonnet .left div {
			width:auto;
		}

		.sonnet .right {
			width:80%;
			margin-top: 80px;
		}

		#dickensTimeLine #dickensPortrait {
			z-index: 0;
			opacity: 0.5;
		}

		#dickensTimeLine .right {
			width:100%;
		}

		div#timeLeft {
			margin-left: 20px;
		}

		#dickensTimeLine .mask {
			margin-left: -190px;
		}

		#writing .line {
			display:none;
		}

		#writing .left {
			padding-bottom: 80px;
			width:80%;
			margin-left: 10%;
		}

		#writing .right {
			width:80%;
			margin-right: 10%;
			height:340px;
		}

		#writing .images {
			right: calc(100% - 140px);
		}

		#writing .images .container {
			height:190px;
		}

		#writing .images.selected .container {
			height:290px;
		}

		#cookieBar {
			height:60px;
			line-height: 20px;
			text-align: left;
		}

		#cookieBar p{
			width:85%;
			margin-top: 10px;
			margin-left: 5px;
		}

		#cookieBar .close {
			margin-top: 0px;
			right:-10px;
			text-align: center;
		}

		.dickens#donate .wrapper{
			width:75%;
			margin-left: 20px;
		}

		.clarkson #donate h2, .dickens#donate h2 {
			font-size: 20px;
		}

		.clarkson #donate p, .dickens#donate p {
			line-height: 15px;
			max-width: 80%;
		}

		#donate img:first-of-type{
			opacity: 0.3;
		}

		.related-links h5 {
			font-size: 15px;
		}

		footer {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		footer .left {
			width:100%;
			margin-left: 0px;
		}

		footer .text-center {
			width:100%;
		}

		footer .right {
			width:100%;
			text-align: center;
			margin:0px;
			margin-top: 20px;
		}

		#slideshow .overlay h1 {
    	font-size: 30px;
    	line-height: 30px;
		}

		#slideshow .overlay h1 strong {
    	font-size: 50px;
		}

		#slideshow .overlay h2{
			font-size: 18px;
		}

		.detail-banner span {
    	padding: 0px 10px;
		}

		.detail-banner {
    	padding-top: 10px;
    	padding-bottom: 10px;
		}

		#whatsOnHome .event, #whatsOn .event {
    	width: 43%;
		}

		#learningHome img {
	    max-width: 100%;
	    width: 100%;
	    margin-bottom: 20px;
	    margin-top: 20px;
		}

		#learningHome .percent-50 {
    	width: 100%;
		}

		#collectionsHome h4 {
    	width: 100%;
  	  margin-left: 0px;
		}

		#collectionsHome img {
    	position: relative;
    	float: none;
    	margin: 0 auto;
			margin-bottom: 20px;
		}

		#collectionsHome p {
			max-width: 100%;
			width:100%;
			margin-left: 0px;
		}

		#newsletterHome input {
			width:90%;
		}

		#whatsOnHome .event.on:nth-of-type(2) {
    	display: none;
		}

		#whatsOnHome .event, #whatsOn .event {
    	width: 95%;
			height:auto;

		}

		#whatsOnHome .event img:not(.this-week), #whatsOn .event img {
    	width: 100%;
    	height: auto;
		}

		#learningHome {
    	margin-top: 20px;
		}

		.threeBlock .cardBox{
			flex-wrap: wrap;
		}

		.threeBlock .cards {
			width:100%;
		}

		.threeBlock .cards div {
			height:auto;
		}

	 .equalFlex {
			flex-wrap: wrap;
		}

		.equalFlex div{
			width:100%;
		}

		.slider {
			width:100%;
		}

		.giftShop .right {
    	width: 100%;
		}

		.giftShop .right h2 {
			max-width: 100%;
			padding-top: 20px;
		}

		.groupVisits {
			flex-wrap: wrap;
			margin-bottom: 60px;
		}

		.groupVisits .card p {
			padding-left: 40px;
			padding-right: 40px;
		}

		.groupVisits h2, .threeBlock h2, .accessability h2, .openingHours h2, .wisbechTown .bg-lightGrey h2 {
			font-size: 50px;
		}

		.groupVisits .card, .groupVisits .whiteCard{
			width:100%;
			margin-bottom: 20px;
		}

		.wisbechTown .cardContainer .placeCard:nth-of-type(n+3),  .wisbechTown .cardContainer .placeCard:nth-of-type(1){
    	display: none;
		}

		.wisbechTown .cardContainer .placeCard{
			width:80%;
		}

		.wisbechTown .bg-blue {
    	width: 100%;
    	left: 0;
		}

		.wisbechTown .cardContainer .placeCard img {
			height:250px;
		}

		.mostRecent .cardContainer .eventCard h2 {
	    margin-top: 40px;
	    font-size: 20px;
	    line-height: 22px;
		}

		.dropbtn.button, .eventsCalendar .wrap-main .bg-blue {
			padding:5px;
		}

		.dropdown-content {
			width:130px!important;
		}

		.mostRecent h2, .eventsCalendar .wrap-main h2 {
			font-size: 45px;
			line-height: 46px;
			top:-25px;
			text-align: center;
		}

		.openingHours h2 {
	    font-size: 35px;
	    top: -20px;
	    right: 20px;
		}

		.openingHours:not(.dyk) .bg-lightBlue div:not(.button){
			padding-top: 0px;
		}

		.learning .openingHours .bg-lightBlue .button{
			margin-bottom: 0px;
			margin-top: 0px;
		}
		.learning .accessability h2 {
    	font-size: 35px;
		}

		.learning .accessability {
			box-sizing: border-box;
			margin: 0px;
			padding: 20px;
			width:100%;
		}

		.learning .specialEducation .left {
			width:100%;
		}

		.specialEducation .imageContainer.right, .specialEducation .imageContainer.right img {
			width:100%;
		}

		.learning .specialEducation .left p {
    	width: 100%;
    	margin-top: 10px;
    	margin-bottom: 20px;
		}

		.giftShop .right p {
			margin-bottom: 0px;
		}

		.learning .gettingHere .containers {
			width:100%;
		}

		.gettingHere .containers:nth-of-type(1) .imageContainer{
			width:14%;
		}

		.gettingHere .containers:nth-of-type(2) img {
	    height: 300px;
	    object-fit: cover;
	    width: 100%;
		}

		.learning .gettingHere .containers:nth-of-type(3) {
			width:100%;
			height:200px;
		}

		.learning .gettingHere .containers:nth-of-type(3) .paragraphContainer p {
			max-width: 100%;
		}

		.groupVisits h2 {
			font-size: 35px;
		}

		.learning .groupVisits {
			margin-top: 40px;
		}

		/* .groupVisits .bg-blue {
			position: relative;
			left:0px;
		} */

		.learning .dickens#donate p {
    	max-width: 90%;
		}

		.collection.percent-33 {
    	width: 50%;
			padding:5px!important;
		}

		.collection.percent-33 p {
    	display: none;
		}

		.collection h4{
			position: absolute;
		  top: 50%;
		  transform: translate(-50%, -50%);
		  background-color: #d9a959;
		  color: #ffffff;
		  left: 50%;
		  padding: 10px;
		  line-height: 20px;
		  font-size: 18px;
		}

		.collection img {
			padding:0px;
		}

		.archives .bg-lightPurple.paddV60 {
    	width: 100%;
		}

		.archives .bg-lightPurple.paddV60 img{
			margin:0px;
		}

		.support .volunteer .imageContainer.left img, .support .experience .imageContainer.right{
			margin: 0px;
		}

		.support .bg-lightPurple {
			width:100%;
		}

		.support .volunteer .paragraphContainer{
			width:73%;
		}

		.threeBlock .outro{
			bottom: -100px;
		}

		.threeBlock {
    	margin-bottom: 140px;
		}

		.wisbechTown {
			margin-top: 0px;
		}

		.leftArrow, .rightArrow {
			top:100px;
			margin-left: 20px;
			margin-right: 20px;
		}

		.calendar{
			width:100%;
		}

		.calendar .blueTitle p {
	    font-size: 16px;
	    width: 90%;
	    line-height: 18px;
		}

		.wisbechTown.keyStage1 .bg-blue, .wisbechTown.keyStage2 .bg-blue {
			bottom:-100px;
		}

		.wisbechTown .rightArrow {
			top:-100px;
		}

		.clarkson#heading {
			padding:0px;
		}

		img#clarksonPortrait {
			width:100%;
			left: 0px;
			margin-top: 20px;
		}

		.clarkson#heading .wrapper{
			padding:20px;
			padding-top: 0px;
		}

		.clarkson #earlyLife{
			margin-top: -150px;
		}

		.clarkson #earlyLife .wrapper {
			/* max-height: 100px; */
		}

		.clarkson #earlyLife.more .wrapper {
			/* max-height: 300px; */
		}

		.clarkson #slaveMap {
			margin-top: -550px;
		}

		.clarkson #slaveTrade .wrapper {
			/* max-height: 100px; */
		}

		.clarkson #slaveTrade.more .wrapper {
			/* max-height: 300px; */
		}

		.clarkson #slaves {
			padding-bottom: 40px;
		}

		.clarkson #slaves img {
			width:70%;
			/* margin-left: 15%; */
		}

		.clarkson #slaves p {
			width:80%;
			margin:0 auto;
			position: relative;
		}

		.clarkson #campaign .wrapper {
			/* max-height: 100px; */
		}

		.clarkson #campaign.more .wrapper {
		    /* max-height: 340px; */
		}

		.clarkson #chest {
			padding:0px;
		}

		.clarkson #chest img {
			width:80%;
			margin-left: 25%;
		}

		.clarkson #chest p {
			bottom:-90px;
			width:100%;
			left:0px;
			text-align: center;
		}

		#wilberforceContainer #opinion {
			width:100%;
		}

		.clarkson #opinion .wrapper {
			/* max-height: 70px; */
		}

		#wilberforceContainer .redText {
			width:50%;
			margin:0px;
			max-width: 120px;
		}

		.clarkson #redBlock {
			display: flex;
			justify-content: space-around;
			margin-bottom: 20px;
		}

		.clarkson #wilberforceContainer img{
			float:none;
			margin-left: 25%;
		}

		.clarkson #wedgewood img {
	    height: 300px;
	    width: 100%;
	    object-fit: cover;
	    object-position: top;
			margin:0 auto;
			display:block;
		}

		.clarkson #wedgewood {
			padding:0px;
		}

		.clarkson #wedgewood p {
			bottom:0px;
			width:100%;
			text-align: center;
			color:#ffffff;
		}

		.clarkson #parliment .wrapper {
			box-sizing: border-box;
	    /* max-height: 130px; */
		}

		.clarkson #slaveTradeAct .wrapper {
	    box-sizing: border-box;
	    /* max-height: 120px; */
		}

		.clarkson #didYouKnow {
	    top: 640px;
	    width: 100%;
	    left: 0;
		}

		.clarkson #didYouKnow img {
			width: 100%;
		}

		.clarkson #laterLife div:first-of-type {
	    width: 100%;
	    margin: 0px;
	    box-sizing: border-box;
	    padding: 20px;
		}

		.clarkson #laterLife .tsar {
			left:20px;
		}

		.clarkson #laterLife .clarksonMemorial{
			right:20px;
		}

		.clarkson #laterLife div:not(:first-of-type) p {
    	width: 100%;
		}

		.clarkson #johnClarkson img {
	    margin-right: 0px;
	    float: unset;
	    width: 100%;
	    margin: 0px;
	    margin-top: -40px;
		}

		.clarkson #johnClarkson {
			padding:20px;
			margin:0px;
			box-sizing: border-box;
			margin-bottom: 430px;
		}

		.clarkson #johnClarksonText {
	    width: 100%;
		}

		.clarkson #johnClarksonText .wrapper {
	    box-sizing: border-box;
	    /* padding: 20px; */
	    /* max-height: 120px; */
			background-color: #ffffff;
		}

		.clarkson #johnClarksonText.more .wrapper {
			background-color: #ffffff;
		}

		.clarkson #didyouknow2 {
			width:100%;
			margin-left: 0px;
			margin-top: 0px;
		}

		.volunteer .dickens#donate .wrapper {
			margin-left: 20px;
		}

		.volunteer .dickens#donate h3 {
			width:80%;
		}

		.volunteer .dickens#donate p {
    	max-width: 80%;
		}

		.sitemap h3 {
			font-size: 25px;
			line-height: 25px;
		}

		.wrap-main.block-center.cookies {
			width:90%;
		}

		.clarkson #wedgewood p {
			height: auto;
		}

		.clarkson #parliment .infoCard {
			height: auto;
		}

		.clarkson #parliment .infoCard img {
			width: 50%;
		}

		.clarkson #parliment .infoCard p {
			margin-top: 20px;
			margin-right: 20px;
			line-height: 12px;
		}

		#eventsCalendar .modal {
    	width: 90vw;
		}

		.calendar .eventwrap {
			width:50%;
		}

		.eventsCalendar .eventDetailed .right {
			padding: 20px;
		}

		.submitBox {
			padding:0px 20px;
		}

		button#submitNewsletter {
			clear:both;
			margin-left: 0px;
		}

		footer .logos {
			display: block;
		}

		footer .logos img {
			max-width: 80%;
			width: auto;
			margin-bottom: 20px;
		}

		.blogLatest {
			margin-top: 0px;
			margin-bottom: 0px;
		}

		.blogLatest .latest {
			margin-top: 0px;
			padding-top: 20px;
		}

		.blogLatest .text.left {
	    width: 100%;
	    float: none;
		}

		.blogLatest .image.left {
	    position: relative;
	    margin: 0 auto;
	    float: none;
	    right: 0px;
			width: 100%;
		}

		.blog .image.left {
			width: 100%;
		}

		.blog .text.left {
			padding: 10px 0px;
		}

		.blogLatest h2.title {
    	font-size: 25px;
    	line-height: 26px;
		}

		.blog-full .title {
    	font-size: 30px;
    	line-height: 35px;
		}

		.blog .text.left {
			box-sizing: border-box;
			padding: 10px;
		}

		.largeFilter .month, .largeFilter .year {
	    font-size: 20px;
	    line-height: 20px;
	    margin-bottom: 5px;
			margin-right: 5px;
		}

		.resources .columns .leftColumn .cards h3, .resources .columns .rightColumn .cards h3 {
	    font-size: 15px;
		}

		.resources .intro h2 {
	    font-size: 40px;
	    line-height: 40px;
		}

		.related-links .percent-33 {
		    width: 100%;
		}

		.related-links h5 {
		    margin: 0px;
		    margin-top: 20px;
		}

		.openingHours .bg-lightBlue div:not(.button){
			height: auto;
			position: relative;
			float: none;
			display: inline-block;
		}

		.openingHours {
			margin-bottom: 20px;
		}

		#greatExpectations .grey {
		    width: 80%;
		    padding: 10%;
		}

		#year-1798 .line {
		    display: none;
		}

		.clarkson #earlyLife {
			padding-left: 20px;
			padding-right: 20px;
		}

		.clarkson .toggleButton {
			margin-left: 0px;
		}

		.clarkson #slaveTrade {
		    padding-left: 20px;
		    padding-right: 20px;
		}

		.clarkson #campaign {
		    padding-left: 20px;
		    padding-right: 20px;
		}

		.clarkson #parliment {
			padding-left: 20px;
			padding-right: 20px;
		}

		.clarkson #slaveTradeAct {
			padding-left: 20px;
			padding-right: 20px;
		}

		.clarkson #artifacts h2 {
			left:20px;
		}

		.clarkson #johnClarksonText {
		    padding: 0 20px;
		    padding-top: 20px;
		}

		.blogLatest .text p img {
		 	margin: 20px 0px!important;
		}

		.openingHours .bg-lightBlue div.fullCalendar {
		    width: 100%!important;
		    margin: 0px;
		}

		.openingHours .bg-lightBlue div.fullCalendar {
			width: 100%!important;
			margin: 0px;
			margin-top: 20px;
		}

		.openingHours .bg-lightBlue .fullCalendar div.image{
			width: 20%;
		}

		.openingHours .bg-lightBlue .fullCalendar div.purple-border-bottom {
		    position: absolute;
		    left: 20%;
		    bottom: 0px;
		    width: 80%;
		}

		.openingHours .bg-lightBlue .fullCalendar img {
			height: auto;
		}

		#articles .related-blogs .cardContainer .cards .top {
    	width: 100%;
		}

		#articles .related-blogs .cardContainer .cards .content {
	    width: 100%;
		}

		#articles .related-events .half {
	    width: 100%;
		}

		#articles .leftColumn .wrap .wrapImage {
	    width: 100%;
	    margin: 0px;
	    margin-bottom: 20px;
		}

		.popup.banner .textContainer {
			padding: 20px;
			padding-left: 20px;
			padding-right: 20px;
			float: left!important;
		}

		.popup.banner .imageContainer {
			display: none;
		}

		#exhibitions .block-center .percent-70,
		#exhibitions .block-center .percent-30 {
			width: 100%;
		}

		#exhibitions .block-center .percent-70 {
			padding-right: 0px;
		}

		#exhibitions .block-center .percent-30 {
			margin-top: 20px;
		}

		#exhibitions .item.popup .details {
	    max-width: 100%;
	    height: 200px;
	    max-height: max-content;
	    position: relative;
	    overflow-y: scroll;
		}

		#exhibitions .item.popup .imageContainer img {
			padding: 0px;
		}

		#exhibitions .item.popup {
			width: 100%;
		}

	}

	@media all and (max-width:500px){
		#greatExpectations .header {
			padding-left: 0px;
			padding-right: 0px;
		}

		#greatExpectations .grey {
			padding-top: 80px;
		}

		#bleakerBottom .searchContainer {
			margin-top: 100px;
		}

		.dickens#donate .wrapper {
			margin-left: 10px;
		}

		.clarkson #donate h2, .dickens#donate h2{
			line-height: 22px;
			font-size: 20px;
		}

		.clarkson #donate p, .dickens#donate p{
			max-width: 60%;
		}

		#bleakerBottom .searchContainer {
			margin-top: 120px;
		}

		#newsHome .news {
    	max-width: 100%;
    	width: 100%;
    	margin-bottom: 20px;
		}

		#newsletterHome {
			height:auto;
		}

		#newsletterHome .percent-50 {
    	width: 100%;
    	margin-top: 20px;
		}

		#newsletterHome input {
			width:100%;
		}

		#slideshow .overlay h1 {
    	font-size: 24px;
    	line-height: 24px;
		}

		#slideshow .overlay h1 strong {
    	font-size: 30px;
		}

		#slideshow .overlay h2 {
    	font-size: 15px;
		}

		.detail-banner span {
    	font-size: 10px;
    	padding: 0px 0px;
		}

		#whatsOnHome .event, #whatsOn .event {
	    width: 100%;
	    margin: 0;
			height:auto;
		}

		.groupVisits h2, .threeBlock h2, .accessability h2, .openingHours h2, .wisbechTown .bg-lightGrey h2 {
			font-size: 35px;
		}

		.threeBlock .outro {
			bottom: -100px;
		}

		.openingHours .bg-lightBlue div:not(.button){
			width:55%;
			margin-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
		}

		.openingHours .bg-lightBlue h3{
			padding-bottom: 0px;
			margin-bottom: 0px;
		}

		.openingHours .bg-lightBlue .button{
			margin-top: 0px;
		}

		.openingHours {
			margin-bottom: 20px;
		}

		.accessability {
			margin-top: 40px;
		}

		.groupVisits h2, .threeBlock h2, .accessability h2, .openingHours h2, .wisbechTown .bg-lightGrey h2 {
	    font-size: 30px;
	    line-height: 30px;
	    top: -20px;
		}

		.openingHours h2 {
			top:-50px;
			text-align: center;
			width: 100%;
			right:0px;
		}

		.threeBlock .outro {
			width:100%;
			left:0px;
			box-sizing: border-box;
		}

		.openingHours .bg-lightBlue div:not(.button) {
			width:100%;
			float:none;
		}

		.openingHours .bg-lightBlue img {
			width:100%;
			height:300px;
			object-fit: cover;
		}

		.learning .openingHours h2 {
    	margin-left: 0px;
		}

		.wisbechTown .cardContainer .placeCard:nth-of-type(n+3) {
    	display: none;
		}

		.wisbechTown .cardContainer .placeCard:nth-of-type(1){
			display:none;
		}

		.wisbechTown .cardContainer{
			/* min-height: 600px; */
		}

		.threeBlock {
    	margin-bottom: 130px;
		}

		.openingHours {
    	margin-top: 70px;
		}

		.learning .openingHours .bg-lightBlue .button{
			margin-bottom: 20px;
		}

		.learning .accessability {
			margin-top: 40px;
		}

		.openingHours{
			padding-top: 40px;
		}

		.groupVisits .bg-blue {
	    position: relative;
	    margin-top: 20px;
		}

		.eventsCalendar .wrap-main h2 {
			font-size: 45px;
			margin-bottom: 20px;
			text-align: center;
		}

		.eventsCalendar .wrap-main .white h2 {
	    font-size: 30px;
	    line-height: 30px;
	    /* height: 0px; */
			margin-left: 0px;
			text-align: left;
		}

		.wisbechTown .bg-blue p {
			bottom:10px;
		}

		.wisbechTown.keyStage1 .bg-blue, .wisbechTown.keyStage2 .bg-blue {
			bottom:-120px;
		}

		img#clarksonPortrait {
			margin-top: 50px;
		}

		.clarkson #slaveMap {
    	margin-top: -450px;
		}

		.clarkson #slaves {
			padding-bottom: 0px;
		}

		.clarkson #campaign .wrapper{
			/* max-height: 120px; */
		}

		.clarkson #earlyLife .wrapper {
    	/* max-height: 120px; */
		}

		.clarkson #earlyLife.more .wrapper {
			/* max-height: 350px; */
		}

		.clarkson #slaveTrade.more .wrapper {
    	/* max-height: 350px; */
		}

		.clarkson #slaves {
			height: auto;
		}

		.clarkson #slaves img {
			width:100%;
			margin:0px;
			margin-top: 20px;
		}

		.clarkson #campaign.more .wrapper {
    	/* max-height: 420px; */
		}

		.clarkson #opinion .wrapper {
    	/* max-height: 90px; */
		}

		.clarkson #opinion.more .wrapper{
			/* max-height: 400px; */
		}

		.clarkson #wilberforceContainer img {
			width:100%;
			margin-left: 0px;
		}

		.clarkson #wedgewood img {
			margin-top: -40px;
		}

		.clarkson #wedgewood p {
			width: 90%;
			text-align: center;
			margin: 0 auto;
			display: block;
			color:#000000;
		}

		.clarkson #parliment .wrapper {
			/* max-height: 160px; */
		}

		.clarkson #parliment.more .wrapper {
			max-height: 800px;
		}

		.clarkson #slaveTradeAct .wrapper {
			/* max-height: 150px; */
		}

		.clarkson #johnClarksonText .wrapper {
			/* max-height: 140px; */
		}
		.clarkson .card{
			margin-left: 70px;
		}
		.clarkson #slaveryTimeLine #line {
			margin-left: 70px;
		}

		.sitemap h3 {
			font-size: 20px;
			line-height: 20px;
		}

		.wrap-main.block-center.cookies {
			width:100%;
		}

		.cookies h2.heading, .cookies p, .termsAndConditions h2.heading, .termsAndConditions p{
    	padding-left: 20px;
    	padding-right: 20px;
		}

		.cookies a, .termsAndConditions a, .sitemap a.backToTop {
			padding-left: 20px;
		}
		.clarkson #parliment .infoCard img{
			width: 100%;
		}

		.clarkson #parliment .infoCard .right {
			width: 100%;
			margin-bottom: 20px;
		}

		.clarkson #chest img {
			width:80%!important;
			margin-left: 10%;
		}

		#form2_newsletter .g-recaptcha {
			margin-bottom: 0px;
		}

		button#submitNewsletter {
			margin-left: 0px;
			clear:left;
		}

		.contactUs .container {
			width:90%;
		}

		.blogLatest .latest {
			font-size: 40px;
			line-height: 40px;
		}

		#slideshow, #titleBanner {
			height: 250px;
			background-color: #000000;
		}

		#slideshow img, #titleBanner img {
			height: 100%;
			object-fit: cover;
			object-position: center;
			opacity: 0.7;
		}

		#slideshow .overlay h2 {
		    font-size: 15px;
		    line-height: 16px;
		    margin-top: 10px;
		    font-weight: 900;
		}

		.detail-banner span {
			display: inline;
		}

		.people h2 {
			font-size: 25px;
			line-height: 30px;
		}

		.aboutUs ul li p {
		    width: 100%;
		    line-height: 20px;
		    top: 15px;
		}

		.aboutUs ul li {
		    height: 50px;
		}

		.logoRow .logo {
		    display: block;
		    width: 40%;
		    float: left;
		    margin-bottom: 20px;
		}

		.logoRow {
		    display: block;
		}

		.supporters div:not(.logo){
			margin-bottom: 0px;
		}

		.threeBlock .paddH40.paddV20 {
		    margin-top: -60px;
		}

		.threeBlock {
		    margin-top: 100px;
		}

		.contactUs .container {
		    width: 100%;
		}

		.contactUs .container .right {
		    padding: 0px 10px;
		    box-sizing: border-box;
		}

		.submitBox {
		    padding: 0 10px;
		}

		.contactUs .container .contactForm .left, .contactUs .container .contactForm .right {
		    width: 100%;
		    margin: 0;
		    float: none;
		    box-sizing: border-box;
		    padding: 0px 10px;
		}

		.contactUs .contactForm textarea {
		    padding-left: 15px;
		    padding-top: 15px;
		}

		.contactUs .container .contactForm h2 {
		    position: relative;
		    padding-bottom: 0;
		    box-sizing: border-box;
		    display: inline-block;
		}

		.openingHours .bg-lightBlue div.fullCalendar {
			padding: 0px;
			margin: 0px;
		}

		.openingHours .bg-lightBlue .fullCalendar div.image {
			padding: 0px;
		}

		.openingHours .bg-lightBlue .fullCalendar .clear {
		    padding: 0px;
		    margin: 0px;
		}

		.openingHours .bg-lightBlue .fullCalendar div.purple-border-bottom {
			height: auto;
			margin-bottom:4px;
		}

		.fullCalendar .purple-border-bottom p {
		    padding: 10px 20px;
		    font-size: 15px;
		    line-height: 16px;
		}

		.eventsCalendar .fullCalendar {
			width: 348px;
		}

		#articles .article-support .support {
	    width: 100%;
	    margin: 0px;
	    margin-bottom: 20px;
		}

		#articles .image-text .contentContainer .imageContainer img {
	    width: 100%;
		}

		#articles .image-text .contentContainer .imageContainer, #articles .image-text .contentContainer .textContainer {
    	width: 100%;
		}
		#articles .image-text .contentContainer {
    	display: block;
		}

	}

	@media all and (max-width:420px){
		#bleakerBottom .searchContainer {
			margin-top: 40px;
		}

		#writing .right {
			height: 300px;
		}

		#writing .images {
			right: calc(100% - 120px);
		}

		#writing .images .container {
			height:160px;
		}

		#writing .images.selected .container {
			height:240px;
		}

		#logo {
			padding-right: 0px;
		}
		#bleaker .right div {
			width:100%;
		}

		#bleaker .right div img {
			width:100%;
			height:auto;
		}

		#dickensTimeLine .right p:first-of-type i{
			margin-left: 20px;
		}

		.accessability h2 {
			left: 0px;
		}

		#articles .article-related-news .center .button, #articles .related-blogs .center .button, #articles .related-events .center .button {
			font-size: 14px;
			line-height: 20px;
		}
	}

	@media all and (max-width:400px){
		#writing .images.selected .container {
    	height: 200px;
		}

		div#documentContainer {
			height:520px;
		}

		#writing .right{
			height:260px;
		}

		.clarkson #donate img:nth-of-type(2), .dickens#donate img:nth-of-type(2){
			right: -25px;
		}

		.clarkson #donate .button, .dickens#donate .button{
			right:10px;
		}

		.clarkson #donate p, .dickens#donate p{
			max-width: 65%;
		}

		.threeBlock .outro{
			bottom:-120px;
		}

		.openingHours {
			padding-top: 60px;
		}

		.eventsCalendar .eventDetailed p {
			line-height: 12px;
		}

		.eventsCalendar .eventDetailed p.details {
			margin-bottom: 0px;
		}

		.eventsCalendar .modal .eventDetailed h2 {
			margin-bottom: 0px;
			font-size: 22px;
			line-height: 25px;
		}

		.eventDetailed h4.blue {
			font-size: 15px;
			line-height: 20px;
		}

		.logoRow .logo{
			width: 90%;
			text-align: center;
		}

		.threeBlock h2 {
		    position: relative;
		    margin: 0px;
		    padding-top: 40px;
		}

		.threeBlock {
			margin-top: 40px;
		}

		.collection.percent-33 {
			width: 100%;
		}

		#didYouKnow big, #reaserch big {
			display: block!important;
			margin: 0 auto!important;
			margin-bottom: 10px!important;
		}

		div#documentContainer {
			margin-left: 3%;
		}

		.clarkson#heading .wrapper {
			top: -60px;
		}

		.clarkson #slaveMap {
		    margin-top: -415px;
		}

		.openingHours .fullCalendar .purple-border-bottom img {
		    padding: 5px 10px;
		}

		.eventsCalendar .fullCalendar {
		    width: 320px;
		}

		.fullCalendar .purple-border-bottom p {
		    padding: 30px 6px 0px;
		    font-size: 15px;
		    line-height: 16px;
		}

		#exhibitions .open .lowerContent {
    	max-height: 1200px;
		}

	}

	@media all and (max-width:350px){
		div#documentContainer {
			height:480px;
		}

		#writing .images {
			right: calc(100% - 90px);
		}

		#writing .images .container {
			height: 130px;
		}

		.clarkson #donate .button, .dickens#donate .button {
			padding-right: 14px;
		}

		.clarkson #donate p, .dickens#donate p {
			max-width: 75%;
		}

		.related-links h5 {
    	font-size: 13px;
		}

		#logo {
			padding-left: 0px;
		}

		#greatExpectations .header h3 {
			font-size: 19px;
		}

		#greatExpectations .left p i {
			font-size: 11px;
		}

		#year-1798 .fadeYear.rotate {
			top:170px;
		}

		.mobile-search {
			width: 40px;
		}

		.percent-90.block-center.padd50 {
		    padding: 20px!important;
		}

	}


	/*TEMP*/
	html{
		background: #141414;
	}

	body{
		/*min-width:1366px;*/
		background: #fff;
		/*width:1366px;*/
		margin:0 auto;
	}
