section.breadcrumb{
	font-size: 14px;
	width: 1200px;
	margin: 30px auto;
}

section.breadcrumb a{
	color: #29DFCB;
	font-weight: 600;
}

section.breadcrumb a:hover{
	text-decoration: underline;
}

section.breadcrumb span{
	display: inline-block;
	margin: 0px 5px;
	width: 4px;
	height: 4px;
	background-color: black;
	border-radius: 99px;
	vertical-align: middle;
}

section.breadcrumb img{
	height: 15px;
	vertical-align: bottom;
}

section.breadcrumb img:hover{
	opacity: 0.8;
}

@media (max-width: 1250px) {
	section.breadcrumb{
		width: 960px;
	}
}

@media (max-width: 1000px) {
	section.breadcrumb{
		width: auto;
		margin: 20px 15px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}








div.divPageScroller{
	position: relative;
	overflow: hidden;
	height: 600px;
}

div.divPageScroller div.image_container{
	background-size: cover;
	height: 100%;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	background-color: #E8FF0E;
}

div.divPageScroller div.image_container.text{
	background-image: none !important;
	background-color: #E8FF0E;
}

div.divPageScroller div.text_container{
	width: 1200px;
	margin: auto;
	padding: 30px 0px 60px 0px;
	height: 510px;
}

div.divPageScroller div.image_container div.text{
	float: left;
	width: 45%;
	height: 100%;
	overflow: hidden;
}

div.divPageScroller div.image_container div.text-inner{
	height: 510px;
	display: table-cell;
	vertical-align: middle;
}

div.divPageScroller div.image_container div.text div.title{
	font-size: 36px;
	font-weight: 900;
	line-height: 1.1em;
}

div.divPageScroller div.image_container div.text div.subtitle{
	font-size: 24px;
	font-weight: 400;
	margin-top: 25px;
	line-height: 1.6em;
}

div.divPageScroller div.image_container div.text a{
	margin-top: 20px;
}

div.divPageScroller div.image_container div.image{
	float: right;
	height: 100%;
	width: 50%;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

div.divPageScroller div.nav{
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
	text-align: center;
}

div.divPageScroller div.nav ul{
	display: inline-block;
	background-color: #E8FF0E;
	padding: 8px 20px;
	border-radius: 30px;
}

div.divPageScroller div.nav li{
	float: left;
}

div.divPageScroller div.nav li:not(:first-child){
	margin-left: 10px;
}

div.divPageScroller div.nav a{
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid black;
	border-radius: 10px;
}

div.divPageScroller div.nav a:hover,
div.divPageScroller div.nav a.active{
	background-color: black;
}

div.divPageScroller a.nav{
	display: none;
	position: absolute;
	width: 30px;
	height: 50px;
	top: 275px;
	background-size: cover;
	opacity: 0.6;
}

div.divPageScroller a.nav:hover{
	opacity: 1;
}

div.divPageScroller:hover a.nav{
	display: block;
}

div.divPageScroller a.nav.back{
	background-image: url(/main/_images/page/scroller_arrow_left.png);
	left: 80px;
}

div.divPageScroller a.nav.next{
	background-image: url(/main/_images/page/scroller_arrow_right.png);
	right: 80px;
}

@media (max-width: 1250px) {
	div.divPageScroller div.text_container{
		width: 960px;
	}
}

@media (max-width: 1000px) {
	div.divPageScroller div.image_container{
		background-size: auto 100%;
	}

	div.divPageScroller div.text_container{
		width: auto;
		padding: 10px 20px 0px;
		height: 160px;
	}

	div.divPageScroller div.text_container div.text{
		width: auto;
		float: none;
		text-align: center;
	}

	div.divPageScroller div.image_container div.text a{
		margin-top: 15px;
	}

	div.divPageScroller div.text_container div.text-inner{
		height: 160px;
	}

	div.divPageScroller div.text_container div.image{
		display: none;
	}

	div.divPageScroller:hover a.nav{
		display: none;
	}

	div.divPageScroller{
		height: 190px;
	}

	div.divPageScroller div.image_container div.text div.title{
		font-size: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	div.divPageScroller div.image_container div.text div.subtitle{
		font-size: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-top: 15px;
	}

	div.divPageScroller div.nav{
		bottom: 0px;
		left: auto;
		width: auto;
		right: 0px;
	}
}









section.big_standfirst{
	background-color: #E8FF0E;
	text-align: center;
	margin-bottom: 60px;
}

section.big_standfirst div.inner{
	max-width: 600px;
	margin: auto;
	padding: 60px 15px 80px;
}

section.big_standfirst h1{
	margin-bottom: 35px;
}

section.big_standfirst p{
	line-height: 1.7em;
	font-size: 22px;
}










div.page_standfirst{
	max-width: 600px;
	text-align: center;
	font-size: 22px;
	margin: 40px auto 0px;
}

div.page_standfirst p{
	line-height: 1.7em;
}










section.page_wide_block{
	padding: 90px 0px;
	border-top: 1px solid #29DFCB;
	margin: 0px 20px;
}

section.page_wide_block.no_border{
	border-top: 0px;
}

section.page_wide_block.bgcolour,
section.page_wide_block.bgimage{
	background-color: #E8FF0E;
	border-top: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

section.page_wide_block.bgcolour.orange{
	background-color: #FF7400;
}

section.page_wide_block.bgimage{
	position: relative;
	background-color: black;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	color: white;
}

section.page_wide_block.bgimage:before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	top: 0px;
	left: 0px;
}

section.page_wide_block.no_top_padding{
	padding-top: 0px;
	border-top: 0px;
}

section.page_wide_block div.inner{
	width: 1200px;
	margin: auto;
	position: relative;
}

section.page_wide_block.thin div.inner{
	width: 960px;
}

section.page_wide_block ul.item_listing{
	margin-top: 50px;
}

section.page_wide_block section.regions_map{
	margin-top: 80px;
}

section.page_wide_block h2{
	line-height: 1.3em;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}

section.page_wide_block div.description{
	max-width: 600px;
	font-size: 22px;
	margin: 40px auto 0px;
	line-height: 1.7em;
	text-align: center;
}

section.page_wide_block ul.item_listing_large{
	margin-top: 60px;
}

section.page_wide_block div.links{
	margin-top: 50px;
	text-align: center;
}

section.page_wide_block div.links a + a{
	margin-left: 20px;
}

@media (max-width: 1250px) {
	section.page_wide_block div.inner{
		width: 960px;
	}
}

@media (max-width: 1000px) {
	section.page_wide_block{
		margin: 0px 15px;
	}

	section.page_wide_block.bgcolour,
	section.page_wide_block.bgimage{
		padding-left: 15px;
		padding-right: 15px;
	}

	section.page_wide_block div.inner{
		width: auto !important;
	}

	section.page_wide_block div.links a + a{
		margin-left: 0px;
		margin-top: 15px;
	}
}













div.page_links{
	background-color: #eee;
	padding: 45px 0px;
}

div.page_links div.inner{
	width: 980px;
	margin: auto;
}

div.page_links div.title{
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #93E5AB;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	color: #00468B;
}

div.page_links ul li{
	float: left;
}

div.page_links ul li:not(:first-child){
	margin-left: 20px;
}

div.page_links ul li a{
	display: block;
	background-color: #93E5AB;
	color: #00468B;
	padding: 12px 42px 12px 22px;
	border-radius: 30px;
	text-transform: uppercase;
	background-image: url(/main/_images/page/link_arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 15px;
	font-weight: 600;
	text-align: left;
	width: 230px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.page_links ul.size_1 li a{
	width: 980px;
}

div.page_links ul.size_2 li a{
	width: 480px;
}

div.page_links ul.size_3 li a{
	width: 313px;
}

div.page_links ul.size_4 li a{
	width: 230px;
}

div.page_links ul li a:hover{
	background-color: #76DE95;
}

@media (max-width: 1000px) {
	div.page_links div.inner{
		width: 740px;
	}

	div.page_links ul li{
		float: none;
		margin-left: 0px !important;
	}

	div.page_links ul li:not(:first-child){
		margin-top: 10px;
	}

	div.page_links ul li a{
		width: 100% !important;
	}
}

@media (max-width: 760px) {
	div.page_links{
		padding: 30px 20px;
	}

	div.page_links div.inner{
		width: auto;
	}

	div.page_links div.title{
		line-height: 1.2em;
		text-align: center;
	}
}














div.page_stripes div.stripe div.inner{
	width: 980px;
	margin: auto;
	color: #00468B;
	height: 288px;
}

div.page_stripes div.stripe:nth-child(even){
	background-color: #eee;
}

div.page_stripes div.stripe:nth-child(odd){
	position: relative;
	box-shadow: 0px 0px 10px 0px #ccc;
}

div.page_stripes div.stripe{
	padding: 50px 0px;
}

div.page_stripes div.stripe div.contents{
	float: left;
}

div.page_stripes div.stripe div.contents div.middle{
	height: 288px;
	display: table-cell;
	vertical-align: middle;
	width: 480px;
}

div.page_stripes div.stripe div.image{
	float: right;
}

div.page_stripes div.stripe:nth-child(even) div.contents{
	float: right;
}

div.page_stripes div.stripe:nth-child(even) div.image{
	float: left;
}

div.page_stripes div.stripe div.contents{
	width: 400px;
}

div.page_stripes div.stripe div.image{
	width: 480px;
}

div.page_stripes div.stripe div.image img{
	width: 100%;
}

div.page_stripes div.stripe div.title{
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 600;
}

div.page_stripes div.stripe div.text{
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 25px;
}

div.page_stripes div.stripe a{
	margin-top: 25px;
	display: inline-block;
	border: 1px solid #FF468C;
	border-radius: 30px;
	padding: 9px 20px;
	background-color: #FF468C;
	color: white;
	font-size: 13px;
	font-weight: 600;
}

div.page_stripes div.stripe a:hover{
	background-color: #FF1C71;
	border-color: #FF1C71;
}

@media (max-width: 1000px) {
	div.page_stripes div.stripe div.inner{
		width: auto;
		max-width: 480px;
		height: auto;
	}

	div.page_stripes div.stripe div.contents,
	div.page_stripes div.stripe div.image{
		float: none !important;
	}

	div.page_stripes div.stripe div.contents div.middle{
		height: auto;
		display: block;
		width: auto;
	}

	div.page_stripes div.stripe div.contents{
		width: auto;
	}

	div.page_stripes div.stripe div.image{
		width: auto;
		margin-bottom: 25px;
	}
}

@media (max-width: 760px) {
	div.page_stripes div.stripe{
		padding: 30px 0px;
	}

	div.page_stripes div.stripe div.inner{
		padding: 0px 20px;
	}

	div.page_stripes div.stripe a{
		display: block;
		text-align: center;
	}
}















div.page_boxes{
	background-color: #eee;
	padding: 60px 0px;
}

div.page_boxes div.inner{
	max-width: 980px;
	margin: auto;
}

div.page_boxes div.box{
	background-color: white;
	float: left;
	width: 475px;
	box-sizing: border-box;
	padding: 30px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}

div.page_boxes div.box:nth-child(even){
	margin-left: 30px;
}

div.page_boxes div.box:nth-child(n+3){
	margin-top: 30px;
}

div.page_boxes div.box div.title{
	font-size: 24px;
	color: #00468B;
	border-bottom: 1px solid #D6E1EC;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.page_boxes div.box div.image{
	float: left;
	width: 200px;
}

div.page_boxes div.box div.image img{
	width: 100%;
}

div.page_boxes div.box div.content{
	float: right;
	width: 195px;
	position: relative;
	height: 160px;
}

div.page_boxes div.box div.text{
	color: #00468B;
	line-height: 1.5em;
	font-size: 13px;
}

div.page_boxes div.box div.content a{
	position: absolute;
	bottom: 0px;
	color: #FF468C;
	font-weight: 600;
	border-bottom: 1px solid #FF468C;
	display: inline-block;
	padding-bottom: 4px;
	line-height: 1.3em;
	font-size: 13px;
}

div.page_boxes div.box div.content a:hover{
	color: #FF1C71;
	border-color: #FF1C71;
}

@media (max-width: 1000px) {
	div.page_boxes div.box{
		float: none;
		margin: auto !important;
	}

	div.page_boxes div.box:not(:first-child){
		margin-top: 30px !important;
	}
}

@media (max-width: 740px) {
	div.page_boxes{
		padding: 30px 0px;
	}

	div.page_boxes div.box{
		width: auto;
		padding: 20px;
	}

	div.page_boxes div.box div.title{
		overflow: visible;
		white-space: normal;
		line-height: 1.1em;
	}

	div.page_boxes div.box div.image{
		float: none;
		width: auto;
		max-width: 200px;
		margin: auto;
	}

	div.page_boxes div.box div.content{
		float: none;
		width: auto;
		height: auto;
		margin-top: 15px;
	}

	div.page_boxes div.box div.content a{
		position: static;
		margin-top: 15px;
	}
}

















div.page_downloads ul{
	margin-top: 20px;
}

div.page_downloads ul li{
	float: left;
}

div.page_downloads ul li:not(:first-child){
	margin-left: 5px;
}

div.page_downloads ul li a{
	display: block;
	padding: 12px 22px;
	font-weight: 600;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #EEF2F7;
	color: #00468B;
}

div.page_downloads ul li a:hover{
	background-color: #C3D3E2;
}

div.page_downloads ul li a.active{
	color: white;
	background-color: #00468B;
}

div.page_downloads table{
	width: 100%;
	display: none;
}

div.page_downloads table tr:first-child td:last-child{
	border-top-right-radius: 8px;
}

div.page_downloads table tr:last-child td:first-child{
	border-bottom-left-radius: 8px;
}

div.page_downloads table tr:last-child td:last-child{
	border-bottom-right-radius: 8px;
}

div.page_downloads td{
	vertical-align: middle;
	line-height: 1.3em;
}

div.page_downloads table tr:nth-child(odd) td{
	background-color: #00468B;
}

div.page_downloads table tr:nth-child(even) td{
	background-color: #0A4E90;
}

div.page_downloads td.image{
	padding: 25px 30px;
	width: 1px;
}

div.page_downloads td.text{
	padding: 15px 25px 15px 0px;
}

div.page_downloads td a{
	color: #93E5AB;
	font-weight: 600;
}

div.page_downloads td a:hover{
	text-decoration: underline;
}

div.page_downloads td div.description{
	color: #eee;
	font-size: 13px;
	margin-top: 5px;
}

div.page_downloads td img{
	height: 35px;
	background-color: white;
	padding: 3px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}



















section.pagination{
	margin-top: 30px;
}

section.pagination div.left{
	float: left;
	font-weight: 600;
	font-size: 14px;
	padding-top: 7px;
}

section.pagination div.right{
	float: right;
}

section.pagination ul li{
	display: inline-block;
	margin-left: 4px;
}

section.pagination ul li a,
section.pagination ul li.disabled,
section.pagination ul li.active{
	display: inline-block;
	padding: 8px 0px;
	min-width: 30px;
	border: 1px solid white;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: black;
	background-color: white;
}

section.pagination ul li.disabled:first-child,
section.pagination ul li.disabled:last-child{
	display: none;
}

section.pagination ul li.disabled{
	border: 1px solid white;
}

section.pagination ul li a:hover{
	border: 1px solid black;
}

section.pagination ul li.active{
	border: 1px solid black;
}

section.pagination a.off{
	background-color: #CCC;
	color: #ddd;
	cursor: default;
	display: none;
}

@media (max-width: 760px) {
	section.pagination div.left{
		float: none;
		text-align: center;
	}

	section.pagination div.right{
		float: none;
		margin-top: 20px;
		text-align: center;
	}
}













section.asset_filters{
	position: relative;
	margin: 30px 0px 40px;
	text-align: center;
}

section.asset_filters input{
	vertical-align: middle;
	height: 41px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	outline: none;
}

section.asset_filters input[type=text]{
	padding: 12px 25px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 60%;
	max-width: none;
}

section.asset_filters input[type=submit]{
	background-color: #93E5AB;
	color: #00468B;
	font-weight: 600;
	padding: 0px 35px;
	border-radius: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-appearance: none;
	background-image: url(/main/_images/header/search.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

section.asset_filters input[type=submit]:hover{
	background-color: #7BDF99;
}

section.asset_filters input.active{
	background-color: orange;
}

section.asset_filters select{
	position: absolute;
	top: 0px;
	right: 231px;
	width: 150px;
	padding: 7px 10px;
	border-left: 1px solid #acbccb;
	height: 41px;
	outline: none;
}

section.asset_filters div.notes{
	font-size: 12px;
	line-height: 1.3em;
	width: 60%;
	margin: 10px auto 0px;
}

@media (max-width: 1000px) {
	section.asset_filters select{
		right: 183px;
	}
}

@media (max-width: 760px) {
	section.asset_filters select{
		right: 27%;
		width: 100px;
	}
}










ul.item_listing{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

ul.item_listing li{
	padding: 22px;
	border: 1px solid #29DFCB;
	border-radius: 10px;
	width: 228px;
	box-sizing: border-box;
	background-color: white;
}

ul.item_listing.square_image li{
	border-color: white;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

ul.item_listing li div.image{
	border-radius: 99px;
	background-color: #29DFCB;
	width: 160px;
	height: 160px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
}

ul.item_listing li div.image.icon{
	background-size: 40%;
}

ul.item_listing.square_image li div.image{
	border-radius: 10px;
	width: 184px;
	height: 184px;
}

ul.item_listing li div.text_container{
	height: 150px;
	overflow: hidden;
}

ul.item_listing.no_text li div.text_container{
	height: 100px;
}

ul.item_listing li div.title{
	font-weight: 900;
	font-size: 20px;
	line-height: 1.3em;
	margin: 20px 0px 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

ul.item_listing li div.text{
	font-size: 13px;
	line-height: 1.4em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

ul.item_listing li div.link{
	margin-top: 20px;
}

ul.item_listing li div.link a{
	color: black;
	font-size: 13px;
	font-weight: 900;
}

ul.item_listing li div.link a:hover{
	text-decoration: underline;
}

ul.item_listing.centred_text div.text_container{
	text-align: center;
}

ul.item_listing.centred_text div.text_container,
ul.item_listing.square_image div.text_container{
	height: 200px;
}

ul.item_listing.centred_text div.text,
ul.item_listing.square_image div.text{
	-webkit-line-clamp: 5;
	line-height: 1.5em;
}










ul.item_listing_large{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
}

ul.item_listing_large li{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	border-radius: 10px;
	width: 383px;
}

ul.item_listing_large li div.image{
	background-color: #29DFCB;
	height: 206px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0px 0px;
}

ul.item_listing_large.contain_image li div.image:not(.icon){
	background-size: contain;
	background-color: white;
}

ul.item_listing_large li div.image.icon{
	background-size: 20%;
}

ul.item_listing_large li div.content{
	padding: 25px;
}

ul.item_listing_large li div.date{
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.3em;
}

ul.item_listing_large li div.text_container{
	height: 127px;
	overflow: hidden;
}

ul.item_listing_large.long_title li div.text_container{
	height: 160px;
}

ul.item_listing_large.short_text li div.text_container{
	height: 104px;
}

ul.item_listing_large.single_line_text li div.text_container{
	height: 100px;
}

ul.item_listing_large.long_title.short_text li div.text_container{
	height: 129px;
}

ul.item_listing_large.long_title.single_line_text li div.text_container{
	height: 105px;
}

ul.item_listing_large li div.title{
	font-weight: 900;
	font-size: 20px;
	margin-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.3em;
}

ul.item_listing_large li div.text{
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}

ul.item_listing_large.short_text div.text{
	-webkit-line-clamp: 2;
}

ul.item_listing_large.single_line_text div.text{
	-webkit-line-clamp: 1;
}

ul.item_listing_large.long_title div.title{
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.item_listing_large.long_title div.content{
}

ul.item_listing_large li div.link{
	margin-top: 30px;
}

ul.item_listing_large li div.link a{
	color: black;
	font-size: 13px;
	font-weight: 900;
}

ul.item_listing_large li div.link a:hover{
	text-decoration: underline;
}

@media (max-width: 1000px) {
	ul.item_listing_large li{
		width: 320px;
	}

	ul.item_listing_large li div.image{
		height: 172px;
	}
}









section.filterable_items{
	margin-top: 30px;
}

section.filterable_items ul.item_listing_large{
	width: 791px;
	margin-top: 0px;
	float: left;
}

section.filterable_items aside.filters{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	width: 379px;
	float: right;
	position: sticky;
	top: 110px;
	background-color: #E8FF0E;
	border-radius: 10px;
	padding: 25px;
	box-sizing: border-box;
}

section.filterable_items aside.filters div.search{
	position: relative;
	margin-top: 15px;
}

section.filterable_items aside.filters div.search input[type=text]{
	width: 100%;
	max-width: none;
	border-color: white;
	padding: 14px 70px 14px 20px;
}

section.filterable_items aside.filters div.search input[type=submit]{
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 13px;
	padding: 9px 20px;
	background-image: url(/main/_images/header/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

section.filterable_items aside.filters div.search input[type=submit].location{
	background-image: url(/main/_images/soc_events/location_icon.png);
	background-size: 40%;
}

section.filterable_items aside.filters div.search input[type=submit].active{
	background-color: #FF7400;
	border-color: #FF7400;
}

section.filterable_items aside.filters div.search input[type=submit].active:hover{
	border-color: black;
}

section.filterable_items aside.filters h3{
	font-size: 16px;
}

section.filterable_items aside.filters h3:not(:first-child){
	margin-top: 25px;
}

section.filterable_items aside.filters div.tags{
	margin-top: 10px;
}

section.filterable_items aside.filters div.tags input{
	display: none;
}

section.filterable_items aside.filters div.tags label{
	display: inline-block;
	border: 1px solid black;
	padding: 11px 15px;
	font-weight: 600;
	font-size: 13px;
	border-radius: 10px;
	margin-top: 5px;
	cursor: pointer;
	position: relative;
}

section.filterable_items aside.filters div.tags label.active{
	background-color: #FF7400;
}

section.filterable_items aside.filters div.tags label:hover{
	background-color: white;
}

section.filterable_items aside.filters div.tags label.active:hover:after{
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255,0.9);
	border-radius: 10px;
	background-image: url(/main/_images/header/close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}

section.filterable_items a.mobile_filters_toggle{
	display: block;
	font-weight: 900;
	font-size: 18px;
	padding: 25px;
	background-color: #E8FF0E;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid white;
	background-image: url(/main/_images/page/arrow_down.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 25px center;
	display: none;
}

section.filterable_items.filters_active a.mobile_filters_toggle,
section.filterable_items a.mobile_filters_toggle:hover{
	background-color: #FF7400;
}

section.filterable_items a.mobile_filters_toggle.open{
	background-image: url(/main/_images/page/arrow_up.png);
}

@media (max-width: 1250px) {
	section.filterable_items ul.item_listing_large{
		width: 560px;
	}
}

@media (max-width: 1000px) {
	section.filterable_items ul.item_listing_large{
		width: 100%;
		margin-top: 30px;
	}

	section.filterable_items aside.filters{
		display: none;
		width: auto;
		float: none;
		position: static;
		border-radius: 0px 0px 10px 10px;
		box-shadow: none;
	}

	section.filterable_items a.mobile_filters_toggle{
		display: block;
	}
}












ul.asset_listing{
	margin-top: 25px;
}

ul.asset_listing.subpages{
	margin-top: 30px;
}

ul.asset_listing li{
	float: left;
	padding: 15px;
	width: 308px;
	margin-left: 28px;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px 0px rgba(0,70,139,0.2);
	background-color: #F4F6F9;
	height: 313px;
	position: relative;
}


ul.asset_listing.subpages li{
	height: 285px;
}

ul.asset_listing.no_date li{
	height: 290px;
}

ul.asset_listing li:nth-child(3n+1){
	margin-left: 0px;
}

ul.asset_listing li:nth-child(n+4){
	margin-top: 28px;
}

ul.asset_listing li div.image{
	height: 150px;
	text-align: center;
	background-color: white;
}

ul.asset_listing li div.image.no_image{
	background-color: #00468B;
}

ul.asset_listing li div.image img{
	height: 100%;
}

ul.asset_listing li div.date{
	margin-top: 15px;
	opacity: 0.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 16px;
}

ul.asset_listing li div.title{
	margin-top: 11px;
	font-weight: 600;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
}

ul.asset_listing.no_date li div.title{
	margin-top: 15px;
}

ul.asset_listing li div.description{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 8px;
	line-height: 16px;
	opacity: 0.9;
	font-size: 13px;
}

ul.asset_listing li div.link{
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin-top: 15px;
}

ul.asset_listing li div.link a{
	display: inline-block;
	border: 1px solid #FF468C;
	border-radius: 30px;
	padding: 9px 20px;
	color: #FF468C;
	font-size: 13px;
	font-weight: 600;
	background-color: white;
}

ul.asset_listing li div.link a:hover{
	background-color: #FF1C71;
	color: white;
}

@media (max-width: 1000px) {
	ul.asset_listing{
		text-align: center;
	}

	ul.asset_listing li{
		float: none;
		display: inline-block;
		margin: 0px !important;
		text-align: left;
	}

	ul.asset_listing li:nth-child(n+3){
		margin-top: 28px !important;
	}

	ul.asset_listing li:nth-child(even){
		margin-left: 28px !important;
	}
}

@media (max-width: 760px) {
	ul.asset_listing{
		width: 308px;
		margin: auto;
	}

	ul.asset_listing li{
		margin-top: 28px !important;
	}

	ul.asset_listing li:nth-child(even){
		margin-left: 0px !important;
	}
}













ul.contact_listing div.left{
	width: 150px;
	float: left;
}

ul.contact_listing div.right{
	width: 800px;
	float: right;
}

ul.contact_listing img{
	width: 100%;
	border-radius: 150px;
}

ul.contact_listing li{
	margin-top: 35px;
}

ul.contact_listing div.title{
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 600;
}

ul.contact_listing div.subtitle{
	font-size: 18px;
	line-height: 1.1em;
	margin-top: 10px;
}

ul.contact_listing div.subtitle a{
	color: #0070c1;
}

ul.contact_listing div.subtitle a:hover{
	text-decoration: underline;
}

ul.contact_listing div.info{
	font-size: 18px;
	line-height: 1.1em;
	margin-top: 10px;
	font-style: italic;
	color: #777;
}

ul.contact_listing div.more_info{
	margin-top: 20px;
}

ul.contact_listing div.more_info a{
	display: inline-block;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 9px 20px;
	background-color: #FF468C;
	color: white;
	font-size: 13px;
	font-weight: 600;
}

ul.contact_listing div.more_info a:hover{
	background-color: #FF1C71;
}

ul.contact_listing p{
	margin-top: 15px;
}

@media (max-width: 1000px) {
	ul.contact_listing div.left{
		width: 130px;
	}

	ul.contact_listing div.right{
		width: 590px;
	}
}

@media (max-width: 760px) {
	ul.contact_listing div.left{
		float: none;
		width: 100px;
	}

	ul.contact_listing div.right{
		float: none;
		width: auto;
		margin-top: 20px;
	}
}














table.asset_details{
	width: 100%;
	margin-top: 15px;
}

table.asset_details th,
table.asset_details td{
	padding-top: 12px;
	vertical-align: top;
	line-height: 1.3em;
}

table.asset_details th{
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
	text-transform: uppercase;
}

table.asset_details td{
	font-weight: 600;
}













div.asset_nav{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	background-color: #E8FF0E;
	border-radius: 10px;
	width: 1200px;
	margin: 40px auto 35px;
}

div.asset_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

div.asset_nav li{
	display: inline-block;
}

div.asset_nav li a{
	display: block;
	padding: 20px 25px;
	color: black;
	font-weight: 600;
	font-size: 14px;
}

div.asset_nav li a:hover{
	background-color: white;
}

div.asset_nav li a.active{
	background-color: #E926C2;
	color: white;
}

@media (max-width: 1250px) {
	div.asset_nav{
		width: 960px;
	}
}

@media (max-width: 1000px) {
	div.asset_nav{
		width: auto;
		margin: 0px 15px 35px;
	}

	div.asset_nav ul,
	div.asset_nav li{
		display: block;
	}

	div.asset_nav li:first-child a{
		border-radius: 10px 10px 0px 0px;
	}

	div.asset_nav li:last-child a{
		border-radius: 0px 0px 10px 10px;
	}
}











div.divReservationTimer{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	font-weight: bold;
	background-color: #eee;
	z-index: 9999;
	text-align: center;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	font-size: 13px;
	line-height: 1.1em;
}

div.divReservationTimer div.timer{
	font-size: 20px;
	color: red;
	margin-top: 9px;
}











div.page_subheading{
	font-weight: 900;
	margin: -20px 0px 50px;
	text-align: center;
	font-size: 18px;
}

div.page_subheading div.sub{
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin-top: 10px;
}


















section.item_info{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 40px;
}

section.item_info div.left{
	float: left;
	width: 559px;
	padding-right: 30px;
}

section.item_info div.right{
	width: 280px;
	float: right;
	border-left: 1px solid #eee;
	padding-left: 30px;
	padding-bottom: 15px;
	line-height: 1.4em;
	font-weight: 600;
}

section.item_info h2{
	text-align: center;
	font-size: 22px;
	line-height: 1.3em;
}

section.item_info dl{
	line-height: 1.3em;
	margin-top: 20px;
}

section.item_info dt{
	font-weight: 600;
	margin-top: 15px;
}

section.item_info dd{
	margin-top: 3px;
}

section.item_info div.image{
	height: 280px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 10px;
}

section.item_info div.image.icon{
	background-color: #29DFCB;
	background-size: 40%;
}

section.item_info div.bottom{
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 30px;
}

section.item_info div.bottom h2{
	margin: 30px 0px 20px;
}

@media (max-width: 1000px) {
	section.item_info div.left,
	section.item_info div.right{
		float: none;
		width: auto;
		padding: 0px;
		border: 0px;
	}

	section.item_info div.right{
		margin-top: 30px;
		text-align: center;
	}

	section.item_info div.image.icon{
		display: none;
	}
}













div.contact_profile{
	padding: 20px;
	width: 500px;
	max-height: 70vh;
	overflow: auto;
}

div.contact_profile div.image{
	border-radius: 99px;
	background-color: #29DFCB;
	width: 160px;
	height: 160px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
}

div.contact_profile div.image.icon{
	background-size: 40%;
}

@media (max-width: 1000px) {
	div.contact_profile{
		width: auto;
		max-height: none;
		overflow: auto;
	}
}














section.regions_map{
	max-width: 960px;
	margin: auto;
}

section.regions_map ul{
	float: left;
	width: 40%;
}

section.regions_map div.map{
	float: right;
	width: 54%;
	position: relative;
}

section.regions_map div.map img{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

section.regions_map div.map img:first-child{
	display: block;
}

section.regions_map li{
	border-top: 1px solid #29DFCB;
}

section.regions_map li:last-child{
	border-bottom: 1px solid #29DFCB;
}

section.regions_map a{
	display: block;
	font-weight: 900;
	font-size: 22px;
	padding: 15px 20px;
	position: relative;
	color: black;
}

section.regions_map a:hover{
	background-color: #E8FF0E;
}

section.regions_map a:after{
	content: '';
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	border-radius: 99px;
	background-color: #E8FF0E;
	background-image: url(/main/_images/layout/button_arrow.png);
	background-size: 7px;
	background-position: calc(50% + 1px) 50%;
	background-repeat: no-repeat;
	right: 15px;
	top: calc(50% - 15px);
}

section.regions_map a:hover:after{
	background-color: white;
}

@media (max-width: 1000px) {
	section.regions_map ul{
		float: none;
		width: auto;
	}

	section.regions_map div.map{
		display: none;
	}
}
















div.inline_profile{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	padding: 25px;
	border-radius: 10px;
	margin: 50px 0px;
}

div.inline_profile div.left{
	float: left;
	width: 200px;
	text-align: center;
}

div.inline_profile div.right{
	float: right;
	width: 665px;
	padding: 10px 15px 10px 0px;
}

div.inline_profile div.right :first-child{
	margin-top: 0px;
}

div.inline_profile div.image{
	border-radius: 99px;
	background-color: #29DFCB;
	width: 160px;
	height: 160px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
}

div.inline_profile div.image.icon{
	background-size: 40%;
}

div.inline_profile div.name{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2em;
	margin-top: 15px;
}

div.inline_profile div.title{
	font-weight: 600;
	margin-top: 15px;
}

div.inline_profile a{
	margin-top: 30px;
}

@media (max-width: 1000px) {
	div.inline_profile div.left,
	div.inline_profile div.right{
		float: none;
		width: auto;
		padding: 0px;
	}

	div.inline_profile div.right{
		margin-top: 35px;
	}
}












div.centred_link{
	text-align: center;
	margin: 40px 0px;
}















dl.faqs{
	border-top: 1px solid #29DFCB;
	border-bottom: 1px solid #29DFCB;
	margin-top: 40px;
}

dl.faqs dt{
	position: relative;
	font-size: 18px;
	line-height: 1.3em;
	padding: 25px 75px 25px 0px;
	cursor: pointer;
	font-weight: 600;
}

dl.faqs dt:after{
	position: absolute;
	display: block;
	content: '';
	right: 0px;
	top: calc(50% - 16px);
	background-image: url(/main/_images/page/arrow_down.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;
	background-color: #E8FF0E;
	border: 1px solid #E8FF0E;
	height: 32px;
	width: 32px;
	border-radius: 99px;
}

dl.faqs dt:hover:after{
	background-color: white;
	border-color: black;
}

dl.faqs dt:not(:first-child){
	border-top: 1px solid #29DFCB;
}

dl.faqs dd{
	display: none;
	margin-right: 75px;
	margin-bottom: 50px;
}

dl.faqs dd p{
	line-height: 1.5em;
	margin-top: 20px;
}

@media (max-width: 1000px) {
	dl.faqs dd{
		margin-right: 0px;
	}
}













ul.partners{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 51px;
}

ul.partners li{
	width: 366px;
	text-align: center;
	margin-top: 10px;
}

ul.partners li div.title{
	font-weight: 900;
	font-size: 22px;
	line-height: 1.3em;
}

ul.partners li div.text{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 18px;
	height: 80px;
	margin-top: 10px;
}












section.big_quote div.description{
	font-weight: 900;
	font-size: 32px;
	max-width: 400px;
	margin: 40px auto;
}

section.big_quote div.author{
	position: absolute;
	width: 100%;
	bottom: -95px;
	left: 0px;
	text-align: center;
}













section.price_list{
	max-width: 700px;
	margin: 80px auto 0px;
}

section.price_list div.type:not(:first-child){
	margin-top: 90px;
}

section.price_list h3{
	position: relative;
	font-size: 26px;
	font-weight: 900;
}

section.price_list h3 a{
	display: inline-block;
	background-color: #E8FF0E;
	border: 1px solid #E8FF0E;
	color: black;
	font-weight: 600;
	font-size: 18px;
	padding: 6px;
	border-radius: 99px;
	width: 32px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	margin-left: 20px;
}

section.price_list h3 a:hover{
	background-color: white;
	border-color: black;
}

section.price_list ul{
	margin-top: 20px;
}

section.price_list li{
	position: relative;
	padding: 30px 0px;
	line-height: 1.3em;
	font-size: 18px;
}

section.price_list li:not(:first-child){
	border-top: 1px solid #FF7400;
}

section.price_list li div.price{
	position: absolute;
	right: 0px;
	top: 28px;
}

@media (max-width: 1000px) {
	section.price_list li{
		text-align: center;
	}

	section.price_list li div.price{
		position: static;
		font-weight: 600;
		margin-top: 15px;
	}
}