/* All Core css styles */

/* BASIC RESET */

	@font-face {
	font-family: 'Roustel';
	src: url('Roustel-Regular.woff2') format('woff2'),
		url('Roustel-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

	body{
		padding:0;
		margin:0;
		-webkit-text-size-adjust:none;
	}

	*{
		box-sizing: border-box;
	}

	h1, h2, h3, h4, h5, h6, 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;
		font-family: din-condensed, sans-serif;
	}

	a:hover,
	a:hover *{
		text-decoration: none!important;
	}

	header a, header a:link, header a:visited, header a:hover, header a:active, header a:hover *,
	.button a, .button a:link, .button a:visited, .button a:hover, .button a:active, .button a:hover *,
	a.button, a.button:link, a.button:visited, a.button:hover, a.button:active, a.button:hover *,
	.related-links a.inner, .related-links a.inner:link, .related-links a.inner:visited, .related-links a.inner:hover, .related-links a.inner:active, .related-links a.inner:hover *,
	.statement-button a, .statement-button a:link, .statement-button a:visited, .statement-button a:hover, .statement-button a:active, .statement-button a:hover *,
	a.statement-button, a.statement-button:link, a.statement-button:visited, a.statement-button:hover, a.statement-button:active, a.statement-button:hover *{
		text-decoration: none!important;
	}

	p a,
	p a:link,
	p a:visited,
	p a:hover,
	p a:active{
	}

	a img{
		border: inherit;
	}

	img {
		display: block;
	}

	input, textarea,
	input:active, textarea:active,
	input:focus, textarea:focus,
	input:hover, textarea:hover,
	select{
		border:none;
		outline:none;
		background: none;
		border-radius: 0;
		-webkit-border-radius:0;
		-mos-border-radius:0;
		-o-border-radius:0;
		-ms-border-radius:0;
		padding:10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
	}

	select::-ms-expand {
		display: none;
	}

	select option,
	select option:disabled,
	select option:invalid {
		color:#000
	}

	/* GENERIC */

	table{
		border-collapse: collapse;
		width:100%;
		margin-top: 10px;
		word-wrap:break-word;
		border-color:#000;
		border:1px solid #000
	}

	table p{
		padding: 0;
	}

	table p + p{
		padding: 10px 0 0 0;
	}

	table tr td,
	table tr th{
		padding:7px 10px;
		box-sizing: border-box;
		vertical-align: middle;
	}

	.table{
		display: table;
		width:100%;
		border-collapse: collapse;
	}

	.table-row{
		display: table-row;
	}

	.table-cell{
		display: table-cell;
		vertical-align: middle;
	}

	.clear{
		clear:both;
	}

	.clearl{
		clear: left;
	}

	.clearr{
		clear: right;
	}

	span.clear{
		display: block;
		clear:both;
		height: 1px;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
	}

	.hide{
		display: none!important;
	}
	.hide-notImportant{
		display: none;
	}

	.hidden-field{
		width: 1px!important;
		padding: 0!important;
		margin: 0!important;
		height: 1px!important;
		opacity: 0.01!important;
		border: none!important
	}

	.noSelect{
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.right {
		float: right;
	}
	.center{
		margin: 0 auto;
	}
	.left {
		float: left;
	}

	.large-para{
	    font-size: 18px;
	    line-height: 21px;
	}

	.large-btn-txt{
	    font-size: 17px;
	    line-height: 12px;
	}

	.src-text{
	    font-size: 17px;
	    line-height: 19px;
		width: 102%;
		display: block;
	}

	.txt-right{
		text-align: right;
	}

	.txt-left{
		text-align: left;
	}

	.txt-center{
		text-align: center;
	}

	span.txt-right, span.txt-left, span.txt-center {
		display: block;
	}

	img.centered{
		vertical-align: middle;
	}

	img.fit-image{
		max-width: 100%;
		height: auto!important;
	}

	.img-container img{
		display: block;
		height: auto!important;
		max-width: 100%;
		image-rendering: -webkit-optimize-contrast;
	}

	.img-container p{
		padding: 0!important;
		margin: 0!important
	}

	.opt-contrast img{
		image-rendering: -webkit-optimize-contrast;
	}

	.zero-font{
		font-size: 0;
		line-height: 0;
	}

	.relative{
		position: relative;
	}

	.borderBox{
		box-sizing: border-box;
	}

	.imageWidth100 img{
		width: 100%;
	}

	.pointer{
		cursor: pointer;
	}

	.width100{
		width: 100%;
	}

	.width90{
		width: 90%;
	}

	.width85{
		width: 85%;
	}

	.width80{
		width: 80%;
	}

	.width75{
		width: 75%;
	}

	.width70{
		width:70%;
	}

	.width66{
		width: 66.666%;
	}

	.width65{
		width: 65%;
	}

	.width60{
		width: 60%;
	}

	.width55{
		width: 55%;
	}

	.width50{
		width: 50%;
	}

	.width48{
		width: 48%;
	}

	.width45{
		width: 45%;
	}

	.width40{
		width: 40%;
	}

	.width33{
		width: 33.333%;
	}

	.width34{
		width: 34%;
	}

	.width35{
		width:35%;
	}

	.width30{
		width:30%;
	}

	.width25{
		width: 25%;
	}

	.width20{
		width: 20%;
	}

	.width20important{
		width: 20%!important;
	}

	.width16{
		width: 16.666%;
	}

	.width125{
		width: 12.5%;
	}

	.width13 {
		width: 50%;
	}

	.width10{
		width: 10%;
	}

	.width5{
		width: 5%
	}

	.width772{
		width: 772px;
		max-width: 100%;
	}

	.width364{
		width: 364px;
		max-width: 100%;
	}

	.buffer5{
		height: 5px
	}

	.buffer10{
		height: 10px
	}

	.buffer20{
		height: 20px
	}

	.buffer30{
		height: 30px
	}

	.marginRight5{
		margin-right: 5%;
	}
	.marginRight10{
		margin-right: 10%;
	}

	.marginLeft10 {
		margin-left: 10%;
	}

	.marginLeft15{
		margin-left: 15%;
	}

	.marginTop10 {
		margin-top: 10%;
	}

	.marginTop7 {
		margin-top: 7%;
	}

	.marginTop5 {
		margin-top: 5%;
	}

	.marginTop3 {
		margin-top: 3%;
	}

	.marginLeft2 {
		margin-left: 2%;
	}

	.absolute {
		position: absolute;
	}

	.flex{
		display: flex;
	}

	.block{
		display: block!important;
	}

	.inline-block{
		display: inline-block;
	}

	.no-bottom-padding{
		padding-bottom: 0px!important;
	}

	.paddTop85{
		padding-top: 85px;
	}

	.padd10h{
		padding-left: 10px;
		padding-right: 10px;
	}

	.padd20h{
		padding-left: 20px;
		padding-right: 20px;
	}

	.padd30h{
		padding-left: 30px;
		padding-right: 30px;
	}

	.padd40h{
		padding-left: 40px;
		padding-right: 40px;
	}

	.padd50h{
		padding-left: 50px;
		padding-right: 50px;
	}

	.padd50r{
		padding-right: 50px;
	}

	.padd60h{
		padding-left: 60px;
		padding-right: 60px;
	}

	.padd100h{
		padding-left: 100px;
		padding-right: 100px;
	}

	.padd10v {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.padd20v {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.padd30v{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.padd40v {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.padd50v{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.paddTop50{
		padding-top: 50px;
	}

	.padd60v {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.padd100 {
		padding: 100px;
	}

	.padd100h{
		padding-left: 100px;
		padding-right: 100px;
	}

	.padd40btm{
		padding-bottom: 40px;
	}

	.padd50btm {
		padding-bottom: 50px;
	}

	.margin20{
		margin-left: 20px;
		margin-right: 20px;
	}

	.margin40h{
		margin-left: 40px;
		margin-right: 40px;
	}

	.margin20v{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* SPECIFIC */

	nav a, nav a:link, nav a:visited, nav a:hover, nav a:active {
		font-family: droid-sans, sans-serif!important;
	}

	nav a:hover{
		color: #46b57a!important;
	}

	html,body{
		background: #cccccc;
	}

	body{
		font-size: 16px;
		line-height: 21px;
		font-weight: 400;
		visibility: visible!important;
		color: #3e4088;
		font-family: droid-sans,sans-serif;
		overflow-x: hidden;
	}

	h1{
		font-size: 46px;
		line-height: 50px;
		padding-bottom:10px;
	}

	h2{
		font-size: 44px;
		line-height: 48px;
	}

	h3{
		font-size: 36px;
		line-height: 40px;
		padding-bottom:10px;
	}

	h4{
		font-size: 19px;
		line-height: 23px;
		padding-bottom:10px;
	}

	h5{
		font-size: 22px;
		line-height: 26px;
		padding-bottom:10px;
	}

	h6{
		font-size: 20px;
		line-height: 24px;
		padding-bottom:10px;
	}

	.nopadd h1,
	.nopadd h2,
	.nopadd h3,
	.nopadd h4,
	.nopadd h5,
	.nopadd h6,
	.nopadd p{
		padding: 0
	}

	p{
		font-size: 15px;
		line-height: 21px;
		padding:0 0 10px 0
	}

	hr{
		background: #000;
		margin: 5px 0;
		height: 2px;
		border: none;
		padding: 0;
		outline: none
	}

	sup{
		vertical-align: super;
		font-size: 12px;
	}

	sub{
		font-size: 12px;
		vertical-align: sub;
		line-height: 4px;
	}

	small,
	.small{
		font-size: 13px;
		line-height: 17px;
		display: block;
	}

	ul,
	ol{
		margin:5px 0 15px 0;
		padding:0 0 0 25px;
	}

	ul li,
	ol li{
		padding: 2px 0 0 0;
	}

	ul li ul,
	ul li ol,
	ol li ol,
	ol li ul{
		margin: 5px 0;
	}

	main p a,
	main p a:link,
	main p a:visited,
	main p a:hover,
	main p a:active{
	}

	input, textarea,
	input:active, textarea:active,
	input:focus, textarea:focus,
	input:hover, textarea:hover,
	select,
	.submit{
		padding: 5px 10px;
		border: 1px solid #000;
		height: 42px;
		background: #fff;
		font-size: 15px;
		line-height: 30px;
		box-sizing: border-box;
		display: block;
		width: 100%;
		resize: none;
		color: #000;
		margin: 0;
		font-weight: 400;
		font-family: "arial",sans-serif;
	}

	.submit{
		border: none;
	}

	textarea,
	textarea:active,
	textarea:focus,
	textarea:hover{
		height: 135px;
	}

	input::-webkit-input-placeholder{
		color:#888;
	}

	input::-moz-placeholder {
		color:#888;
	}

	input:-ms-input-placeholder {
		color:#888;
	}

	input:-moz-placeholder {
		color:#888;
	}

	input[type="checkbox"]{
		-webkit-appearance: checkbox;
		-moz-appearance: checkbox;
		-ms-appearance: checkbox;
		-o-appearance: checkbox;
		appearance: checkbox;
		border: 1px solid #183b76!important;
		background: #fff;
		display: inline-block;
		padding: 0;
		width: auto;
		width: 24px;
		height: 24px;
		vertical-align: middle;
	}

	/*FONTS*/

	.font-din{
		font-family: din-condensed, sans-serif;
	}

	/*COLOURS*/

	.bg-purple{
		background-color: #4b46d8;
	}

	.bg-light-green{
		background: #e2f3eb;
	}

	.bg-white{
		background: #ffffff;
	}

	.indent{
		padding-left: 35px;
		display: inline-block;
	}

	.indent-lg{
		padding-left: 70px;
		display: inline-block;
	}

	.gap{
		display: inline-block;
		width: 20px;
		vertical-align: middle;
		height: 10px;
	}
	.bg-lightpurple.button:hover{
		background-color: #46b57a;
	}
	.bg-lightpurple.button{
		margin-top: 20px!important;
	}

	.button,
	a.button{
		padding: 10px 30px;
		cursor: pointer;
		display: inline-block;
		max-width: 100%;
	}

	.button.wide,
	a.button.wide{
		padding: 7px 55px;
	}

	.button.narrow,
	a.button.narrow{
		padding: 7px 25px;
	}

	.button.button-250,
	a.button.button-250{
		width: 250px;
		text-align: center;
	}

	.button.bg-white:hover,
	a.button.bg-white:hover,
	.button.bg-blue4:hover,
	a.button.bg-blue4:hover,
	.button.bg-blue5:hover,
	a.button.bg-blue5:hover{
		background-color: #4b46d8!important;
		color: #fff!important;
		outline:1px solid #fff;
	}

	.button.bg-blue:hover,
	a.button.bg-blue:hover,
	.button.bg-blue2:hover,
	a.button.bg-blue2:hover,
	.button.bg-blue3:hover,
	a.button.bg-blue3:hover,
	.button.bg-black:hover,
	a.button.bg-black:hover{
		background-color: #fff!important;
		color: #183b76!important;
		outline:1px solid #183b76;
	}

	blockquote {
	}

	label{
		position: relative;
	}

	label input[type="submit"]{
		position: absolute;
		z-index: -1;
		width: 1px;
		height: 1px;
		display: block;
		opacity: 0.01;
		border: none;
		background: none;
		color:none;
		margin: none;
		padding:none;
	}

	.txt-lightpurple,
	a.txt-lightpurple{
	    color: #4b46d8;
	}

	.txt-darkpurple,
	a.txt-darkpurple{
	    color: #3e4088;
	}

	.txt-din,
	a.txt-din{
	    font-family: din-condensed, sans-serif;
	}

	.txt-droid,
	a.txt-droid{
	    font-family: 'droid-sans' ,sans-serif;
	}

	.txt-roustel,
	a.txt-roustel{
		font-family: 'Roustel';
	    font-weight: normal;
	    font-style: normal;
	}

	strong,
	.strong{
		font-weight: 900;
	}

	.weak{
		font-weight:300;
	}

	.txt-black,
	a.txt-black{
		color: #000!important;
	}

	.txt-white,
	a.txt-white{
		color: #fff!important;
	}

	.txt-uppercase{
		text-transform: uppercase;
	}

	.bg-black{
		background-color: #000;
	}

	.bg-white{
		background-color: #fff
	}

	.bg-lightpurple{
		background-color: #4b46d8;
	}

	.bg-palepurple{
		background-color: #f6f6fd;
	}

	em.sprite{
		background: url(../images/svg-fallback/sprites.png?v=0.08) 0 0 no-repeat;
		background: linear-gradient(transparent, transparent), url(../images/sprites.svg?v=0.08) 0 0 no-repeat;
		width: 32px;
		height: 32px;
		display: inline-block;
		vertical-align: top;
		background-size: auto 64px;
		cursor: pointer;
	}

	em.sprite.share{
		width: 32px;
		height: 32px;
		background-size: auto 64px;
	}

	.sprite.sprite-contact{
		background-position: -624px 0;
		width: 48px;
	    height: 48px;
	    background-size: auto 96px;
	}

	header a.contact:hover .sprite.sprite-contact{
		background-position: -624px -48px;
	}

	.sprite.home{
		background-position: -64px 0;
		left: 280px;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 1;
	}
	.sprite.home:hover{
		background-position: -257px 0;
	}

	.sprite.donate{
		background-position: -256px 0;
	}

	.sprite.shareTwitter{
		background-position: -32px -32px;
	}
	.sprite.shareTwitter:hover{
		background-position: -224px -32px;
	}
	.sprite.shareFacebook{
		background-position: -64px -32px;
	}
	.sprite.shareFacebook:hover{
		background-position: -256px -32px;
	}
	.sprite.shareLinkedIn{
		background-position: -96px -32px;
	}
	.sprite.shareLinkedIn:hover{
		background-position: -288px -32px;
	}
	.sprite.shareTelegram{
		background-position: -128px -32px;
	}
	.sprite.shareTelegram:hover{
		background-position: -320px -32px;
	}

	.sprite.facebook{
		background-position: 0px 0;
		top: 50%;
		right: 190px;
		transform: translateY(-50%) translateX(50%);
	}
	.sprite.mainInstagram{
		background-position: -351px 0;
		top: 50%;
		right: 150px;
		transform: translateY(-50%) translateX(50%);
	}
	.sprite.mainLinkedin{
		background-position: -384px 0;
		top: 50%;
		right: 110px;
		transform: translateY(-50%) translateX(50%);
	}
	.sprite.facebook:hover{
		background-position: -321px 0;
	}
	.sprite.mainInstagram:hover{
		background-position: -351px -33px;
	}
	.sprite.mainLinkedin:hover{
		background-position: -384px -33px;
	}
	.sprite.instagram{
		background-position: -351px 0;
	}
	.sprite.instagram:hover{
		background-position: -351px -31px;
	}
	.sprite.linkedin{
		background-position: -384px 0;
	}
	.sprite.linkedin:hover{
		background-position: -384px -31px;
	}
	.footerFacebook{
		left: 0px!important;
		bottom: auto!important;
		top: auto!important;
		transform: none!important;
	}

	.sprite.twitter{
		background-position: -32px 0;
		top: 50%;
		right: 16%;
		transform: translateY(-50%) translateX(-50%);
		display: none;
	}
	.sprite.twitter:hover{
		background-position: -288px 0;
	}
	.footerTwitter{
		right: 40px!important;
		top: auto!important;
		bottom: auto!important;
		transform: none!important;
		display: none!important;
	}

	.sprite.search{
		background-position: -96px 0;
		right: 220px;
		top: 50%;
		transform: translateY(-50%)
	}
	.sprite.search:hover{
		background-position: -224px 0;
	}

	.sprite.arrow-down{
		background-position: -96px 0;
	}

	.sprite.arrow-right{
		background-position: -128px 0;
	}

	.sprite.arrow-left{
		background-position: -160px 0;
	}

	.searchHeader {
		position: absolute;
		cursor: pointer;
		right: 19%;
		top: 50%;
		transform: translateY(-52%);
	}

	header{
		position: fixed;
		top:0%; /*Home page should be 3%*/
		left: 50%;
		transform: translateX(-50%);
		width: 1700px;
		max-width: 100%;
		z-index: 1001;
		padding: 0px;
		background: #fff;
		color: #113272;
		height: 70px;
		filter: drop-shadow(0px 0px 10px black);
	}
	.sprite.search{
		right: 300px;
	}

	header a.contact{
		display: flex;
		align-items: center;
		top: 0;
		right: 84px;
		height: 100%;
		background: #46b57a;
		padding: 0px 25px 0 15px;
	}
	header a.contact:hover{
		background: none;
		color: #46b57a;
	}
	header a.contact h4{
		padding-bottom: 0;
		padding-left: 10px;
		color: #ffffff;
	}
	header a.contact:hover h4{
		color: #46b57a;
	}
	header a.contact img{
		width: 35px;
		height: auto;
	}

	#google_translate_element{
		position: fixed;
		right: 0;
		bottom: 0px;
		z-index: 9;
	}

	.goog-te-gadget-simple{
	   width:110px!important;
	}

	.goog-te-gadget-simple a.VIpgJd-ZVi9od-xl07Ob-lTBxed span, .goog-te-gadget-simple a.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
	    display: inline-block!important;
	    position: static!important;
	}

	.VIpgJd-ZVi9od-ORHb-OEVmcd{
		height: 40px!important;
		left: 50%!important;
		transform: translateX(-50%)!important;
		bottom: 75px!important;
		width: 1700px!important;
		max-width: 100%!important;
	}

	.VIpgJd-ZVi9od-xl07Ob-OEVmcd{
		z-index: 9999999999999!important;
	}

	.goog-te-gadget-simple {
	    background: #eee!important;
	    border: none!important;
	    font-size: 13px!important;
	    display: inline-block!important;
		width: 100px;
	    padding: 5px 3px!important;
	    cursor: pointer!important;
	}

	.goog-te-gadget-simple span{
		display: inline-block!important;
	}

	.goog-te-gadget-icon {
	    display: none!important;
	}

	.skiptranslate{
		top: auto!important;
		/* left: auto!important; */
		right: 0;
		bottom: 0;
	}

	.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span{
		position: absolute!important;
	}

	/* .goog-te-gadget-simple > span * {
    	display: inline-block!important;
	} */

	.facebookHeader {
		right: 16%;
		top: 50%;
		transform: translateY(-50%);
	}

	.innerList {
		padding: 20px 0px!important;
		list-style: none;
		text-align: center;
		background-color: #fff;
	}

	.menu-item.parent:hover {
		text-align: center;
		width: 35%;
	}

	.innerList li {
		padding: 10px 0;
	}

	header .logo{
		height: 100px;
		width: auto;
		margin: 0;
	}

	header.smaller{
	}

	header.smaller .logo{
	}

	header nav{
	    position: relative;
	    text-align: center;
	    width: calc(100% - 310px);
	    left: 310px;
	}

	header nav > ul{
		padding: 0!important;
		text-align: left;
	}

	#searchBar{
		right: 0%;
	    top: 100%;
	    /* padding: 30px; */
	    padding: 15px;
	    width: 420px;
		background: rgb(75, 70, 216);
		border-top: 5px solid rgba(0,0,0,0.3);
	}

	#searchBar input[type=search] {
		width: 65%;
		border: none;
    	border-bottom: 1px solid black;
	}

	#searchBar input[type=image]{
		width: 10%;
	    height: auto;
	    border: none;
	    position: absolute;
	    right: 13%;
		background: rgb(75, 70, 216);
		top: 50%;
		transform: translateY(-50%);
	}

	header nav > ul > li{
		display: inline-block;
		font-size: 13px;
		line-height: 19px;
		position: relative;
		padding: 20px 5px;
	}

	header nav > ul > li > a{
		box-sizing: border-box;
	}

	header nav > ul > li > ul{
		display: none;
		position: absolute;
	    width: 210px;
	    left: 17px;
	    top: 100%;
	    background: #fff;
	    text-align: center;
	    font-size: 14px;
	    list-style: none;
	    line-height: 20px;
	    margin: 0px 0px 0px -97px;
	    padding: 10px 0px;
	}

	header nav > ul > li:hover{
		text-align: center;
	}

	header nav > ul > li:hover > ul{
		display: block;
	}

	header nav > ul > li > ul > li {
		margin: 20px 0 20px 0;
	}

	header nav > ul > li > ul > li > a {
	}

	header nav ul li:hover,
	header nav ul li.selected {
	}

	.wrapper{
		max-width: 100%;
		width: 1700px;
		margin: 0 auto
	}

	.wrapper1093{
		max-width: 100%;
		width: 1093px;
		margin: 0 auto;
	}

	.wrapper1100{
		max-width: 100%;
		width: 1100px;
		margin: 0 auto;
	}

	.wrapper900{
		max-width: 100%;
		width: 900px;
		margin: 0 auto;
	}

	.wrapper950{
		max-width: 100%;
		width: 950px;
		margin: 0 auto;
	}

	.carousel {
		position: relative;
	}

	.carouselOverlay {
		text-align: center;
		color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 100px 0 165px 0;
	}

	.carouselOverlay.nonHome{
		padding: 100px 0;
	}

	.carouselBarContent {
		margin-left: 50%;
		transform: translateX(-50%);
		width: 67%;
		text-align: center;
		color: #113272;
		background: #fff;
		padding: 30px 0px 100px 0px;
		font-family: droid-sans, sans-serif;
	}

	.carouselBarContent img {
		margin-left: 50%;
		transform: translateX(-50%);
		width: 365px!important;
		height: auto!important;
	}

	.carouselBar {
		background-color: #fff;
		bottom: 0;
		width: 100%;
		padding: 20px;
		position: static!important;
	}

	.help {
		background: #f6f6fd;
		background-repeat: no-repeat;
		padding: 30px 50px;
		position: relative;
	}

	.helpLink {
		position: relative;
	}

	.touchText {
		top: 50%;
		margin-left: 50%;
		transform: translate(-50%, -50%);
		color: #113272;
		width: 90%;
		font-family: 'droid-sans', sans-serif!important;
	}

	.touchText.longText{
		width: 100%;
	}

	.touchText h4 {
		padding: 30px 0;
	}

	.touchText a {
		background: #46b57a;
		padding: 10px 30px;
		color: #fff;
		font-family: din-condensed, sans-serif;
	}

	.touchText a:hover{
		background: #4b46d8;
	}

	/* .button {
		color: #fff;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		padding: 20px;
		position: absolute;
		bottom: 0;
	} */

	.donate h3 {
		color: #4b46d8;
		font-size: 60px;
	}

	.donateText {
		display: flex;
		justify-content: space-evenly;
	}

	.donateText p {
		width: 45%;
		margin-right: 20%;
	}

	.storyContentContainer {
		background: #fff;
	}

	.articleShare{
		gap: 15px;
		justify-content: center;
	}
	.shareArticle{
	    right: 50%;
	    width: 250px;
	    outline: 2px solid #46b57a;
	    top: -68px;
	    transform: translateX(50%);
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.shareArticle h4{
		text-align: center;
	}
	.shareArticle.case-study{
		top: 50px;
		right: 20%;
	}

	.textCarousel,
	.whoWeHelpTextContainer h3,
	.whatWeDoTextContainer h3,
	.servicesTitle h3,
	.newsContainer h3,
	.storyFirstLink,
	.storySecondLink
	 {
		font-family: din-condensed, sans-serif;
	}

	.newsContainer h3{
		position: relative;
		z-index: 999;
	}

	.tint{
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(151,156,211,0.4);
	}

	.newsContainer > a{
		pointer-events: none;
	}

	.newsContainer .overlay p{
		font-size: 12px;
		line-height: 16px;
	}

	.postTitle{
		font-weight: 900;
	}

	.postDesc p{
		font-family: 'droid-sans', sans-serif;
		font-size: 18px;
		line-height: 21px;
	}

	.recentPostsInner img{
		width: 100%;
		height: auto;
	}

	.shareHR{
		margin: 30px 0;
	}

	.viewRecent{
		text-align: center;
	    text-transform: uppercase;
	    font-family: 'din-condensed';
	    font-size: 20px;
	}

	.backToBlog{
		color: #fff;
		background-color: #46b57a;
		padding: 15px;
		font-size: 20px;
		width: 25%;
		text-align: center;
		margin-bottom: 20px;
		display: inline-block;
	}
	.backToBlog.case-study{
		width: 40%!important;
	}
	.backArrow{
		transform: scaleX(-1);
		left: 20px;
		/* top: 50%; */
		padding: 5px;
		color: #fff;
	}
	.blogFullContainer a.case-study{
		width: 40%;
	}

	.blog-full.noImage{
		min-height: auto;
	}
	.mainPost.noImage .width50.left,
	.mainPost.noImage .width50.right{
		width: 100%;
	}
	.mainPost.noImage .width50.right img{
		display: none;
	}
	.mainPost.noImage .shareArticle{
		margin-top: 20px;
		position: static;
		width: 30%;
	}
	.recentBlogs{
		display: flex;
		justify-content: center;
		gap: 40px;
	}

	.recentPostTitle{
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		background: rgba(255,255,255,0.8);
		padding: 25px;
	}

	.story {
		box-shadow: inset 0 0 0 1000px #3e4088;
		width: 50%;
		margin-left: 15%;
		padding-bottom: 4%;
		z-index: 0;
	}

	.storyLinks {
		display: flex;
		justify-content: space-around;
		color: #fff;
		z-index: 999;
	}

	.storyFirstLink,
	.storySecondLink {
		padding: 13px 27px;
	}

	.storyFirstLink {
		background-color: #46b57a;
		left: 5%;
	}
	.storyFirstLink:hover{
		background-color: #4b46d8;
	}
	.storyFirstLink.newsLink{
		left: 15%;
		top: -45px;
	}

	.storySecondLink {
		background-color: #4b46d8;
		left: 50%;
	}
	.storySecondLink:hover{
		background-color: #46b57a;
	}
	.storySecondLink.newsLink{
		top: -45px;
	}

	.stripes {
		right: -50%;
		height: 130%;
		z-index: -1;
		top: -10%;
	}

	.storyContainer {
		background-color: #e4e4ee;
	}

	.storyText {
		width: 70%;
		transform: translateX(-80%);
		margin-left: 85%;
		padding: 30px 20px;
	}

	.newsAndStoryContainer {
		background: #fff;
		padding-top: 75px;
		padding-bottom: 40px;
	}

	.story h3 {
		color: #fff;
		text-align: center;
	}

	.story p {
		color: #3e4088;
		width: 100%;
	}

	.storyPerson {
		top: -10%;
		width: auto;
		height: 122%;
		left: -25%;
	}

	.imageTitle {
		margin-left: 50%;
		transform: translateX(-50%);
		height: auto;
		width: 350px;
	}

	.news {
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 35px;
		color: #fff;
		position: relative;
		width: 27%;
		margin-right: 3%;
		margin-left: 5%;
		text-align: center;
	}

	.resetNews{
		background: #4b46d8;
	    top: 100%;
	    transform: translateY(-50%) translateX(-50%);
	    left: 50%;
	}
	.resetNews:hover{
		background: #46b57a;
	}

	.newsIndex.newsHeroContainer {
		background-image: url("/images/newsPostHeroBG.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		width: 80%;
		margin-left: 50%;
		transform: translateX(-50%);
		color: #fff;
	}
	.newsIndex.newsHeroContainer.case-study{
		padding-bottom: 80px;
	}

	.blogListContainer a{
		font-family: 'droid-sans', sans-serif;
	}

	.blogListContainer ul{
		list-style-type: ">     ";
		font-weight: 900;
	}

	.blogList .newsIndex.newsHeroContainer{
		width: 30%;
		padding: 90px 10px 37px 10px;
		margin-left: 0px;
		transform: translateX(0%);
		display: inline-block;
		margin-bottom: 35px;
	}

	.blogList .newsIndex.case-study{
		padding: 0 10px 37px 10px;
		margin-bottom: 0px;
		background: none;
		margin-top: auto;
	}

	.daterangepicker .calendar-table td {
		line-height: 16px!important;
		height: 32px!important;
	}

	.blogList .readMore.servicesLinkText {
		width: 50%;
		left: 50%;
		right: auto;
	}

	.showMoreNews {
	    color: #fff;
	    background: #4b46d8;
	    width: 17%;
	    font-size: 20px;
	    margin-left: 50%;
	    text-align: center;
	    line-height: 14px;
	    padding: 14px 30px;
	    transform: translateX(-50%);
	}

	.showMoreForm{
		position: absolute;
		left: 50vw;
		transform: translateX(-50%);
		width: 205px;
	}

	.newsIndex .textContainer {
		background: rgba(177, 180, 209,0.9);
		margin-top: 30px;
		padding: 20px 15px 55px 15px;
		background-repeat: no-repeat;
		background-position: left;
	}

	/* .showMoreContainer{
		position: absolute;
		top: 27vh;
		left: 50vh;
		transform: translateX(-50%);
		width: 100%;
		width: 240px;
	} */

	.showInput{
		font-family: 'din-condensed', sans-serif!important;
		font-weight: normal!important;
		width: 100%!important;
		border: none;
		color: #fff!important;
		background: #4b46d8;
		font-size: 25px;
		cursor: pointer;
		text-align: center!important;
	}

	.showInput:hover{
		border: none;
		color: #fff;
		background: #46b57a;
		font-size: 25px;
		cursor: pointer;
		font-family: din-condensed, sans-serif;
	}

	#txtBlogMainDesk{
		left: -142px;
	}

	#txtBlogMainDesk.case-study{
		left: 50%;
		transform: translateX(-50%);
	}

	#txtBlogMain{
		width: 50%;
		margin-left: 50%;
	}

	.blogList .newsIndex .textContainer {
		padding: 12px 19px 35px 10px;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.blogList .newsIndex .textContainer p {
		font-family: droid-sans, sans-serif;
	}

	/* .newsHeroContainer .imageContainer img {
		height: auto;
		width: 90%;
	} */

	.newsIndex .imageContainer {
		padding: 0px 0px 45px 45px;
	}

	.readMore.servicesLinkText {
		width: 25%;
		left: auto;
		right: 0;
		top: 100%;
		transform: translate(-50%, -50%);
	}

	.newsIndexNewsTitle{
		width: 100%;
		text-align: center;
		font-family: din-condensed, sans-serif;
	}
	.newsIndexNewsTitle h3{
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.blogContainer {
		background: #fff;
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.blogList{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-evenly;
		padding-top: 40px;
	}

	.filterNews {
	    width: 30%;
	    display: inline-block;
	    background: #f6f6fd!important;
	    margin-left: 50px;
	    padding: 5px 10px 5px 10px!important;
	    text-align: center;
	    font-family: 'din-condensed', sans-serif;
	}

	.filterNewsTitle {
		color: #4b46d8;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.filterForm {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-around;
		gap: 40px;
	}

	#submit-form-btn {
		text-align: center;
		width: 40%;
		background: #4b46d8;
		color: #fff;
		font-family: 'din-condensed';
		font-weight: normal;
		border: 0;
		margin-left: 50%;
		transform: translateX(-50%) translateY(-15px);
		font-size: 20px;
		line-height: 14px;
	}
	#submit-form-btn:hover{
		background: #46b57a;
	}

	.filterForm input,
	.filterForm select {
		text-align: left;
	    width: 80%;
	    margin-left: 50%;
	    transform: translateX(-50%);
	    font-family: 'droid-sans';
	    font-weight: 900;
	    color: #6e70a6;
	}

	.newsInner {
		width: 100%;
		padding: 35px 15px 15px 15px;
	}

	.newsInner p {
		background: #fff;
		color: #404040;
	}

	.newsImage {
		height: auto;
		width: 100%;
		display: block;
	}
	.accordion-content-image{
		margin: 0 auto;
	}

	#cookies{
		position: fixed;
	    z-index: 999;
	    bottom: 0;
	    left: 50%;
	    width: 1700px;
	    background: #4b46d8;
		color: #fff;
		font-family: 'droid-sans', sans-serif;
	    padding: 15px;
	    transform: translateX(-50%);
	}

	/*Footer Rules*/

	footer{
		background-color: #dbdaf7;
		width: 100%;
		max-width: 1700px;
		position: relative;
		height: 230px;
		color: #113272!important;
		padding: 47px;
	}
	.legalContent{
		padding-top: 100px;
	}
	.footerText .socials{
		left: 50%;
		transform: translateX(-50%);
		top: -13px;
	}
	.inline.footerNav{
		padding-bottom:10px;
	}

	.footerCenter {
		width: 100%;
	}

	.footerLogo {
		display: inline-block;
		position: absolute;
	}

	.footerLogo img {
		width: 100%;
		height: auto;
	}

	.footerText {
		display: inline-block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 0 105px;
	}

	.inline, .inline p {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}

	.location {
		display: inline-block;
		position: absolute;
		right: 50px;
	}

	.socialIcons {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	#qmcFerry {
		padding-top: 30px;
		display: none;
	}

	#ferryLogo {
		position: absolute;
		top: 80px;
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}

	footer hr {
		width: 40%;
		background: #113272;
	}

	.helpContainer {
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.carouselText p {
		padding: 20px 0;
	}

	.carouselText.right, .carouselText.left {
		width: 50%;
		padding-left: 30px;
	}

	.carouselBar {
		width: 100%;
		padding: 0px;
	}

	.helpOverall img {
		height: auto;
		top: 50%;
		width: 16%;
		transform: translate(-50%, -50%);
	}

	.helpOverall {
		text-align: center;
		width: 80%;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.indicatorLeft, .indicatorRight {
		width: auto;
		height: 10%;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}

	.indicator:hover {
		cursor: pointer;
	}

	.indicatorRight {
		transform: scaleX(-1) translateY(-50%);
		right: 5%;
	}

	.indicatorLeft {
		left: 5%;
	}

	.indicator {
		position: absolute;
		top: 226px;
		height: 40px;
		z-index: 1000;
	}

	.indicatorLeftDonate {
		left: 0;
		transform: translateY(-50%);
	}

	.indicatorRightDonate {
		right: 0;
		transform: scaleX(-1) translateY(-50%);
	}

	.donateSlides {
		background: #fff;
		display: flex;
		justify-content: space-around;
		width: 50%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.newsBlocksFlex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.newsText {
		background-color: #e5e5e5;
		padding-bottom: 20px;
	}


	.servicesContainer {
		background-color: #e5e5e5;
		margin-top: 35px;
		display: flex;
		color: #000;
		margin-bottom: 20px;
		text-align: left;
	}

	.servicesRepeater{
		width: 320px;
	}

	.servicesRepeater img{
		width: 100%;
	}

	.donateLink p, .donateLink h3 {
		color: #fff;
	}

	.donateTextBottom h3 {
		font-size: 22px;
		line-height: 22px;
	}

	.helpLink {
		position: relative;
		padding: 30px 0;
	}

	.helpLink p, .helpLink h3, .helpLink h5 {
		color: #113272!important;
		font-family: droid-sans, sans-serif;
	}

	.callLink {
		background-color: #fff;
		position: relative;
		padding: 30px 0;
	}

	.donateTextBottom {
		text-align: center;
		width: 40%;
		margin-right: 50%;
		transform: translateX(50%);
	}

	.donateImage {
		position: absolute;
		top: 50%;
		left: 25%;
		transform: translateY(-50%) translateX(-25%);
	}

	.text.absolute {
		width: 32%;
		right: 52%;
		top: 60px;
		transform: translateX(52%);
	}

	.text p {
		text-align: right;
	}

	.quote {
		position: absolute;
		width: 22%;
		right: 10%;
		top: 50%;
		transform: translateY(-50%);
	}

	.quote p {
		font-size: 25px;
		line-height: 28px;
		color: #404040;
	}

	.storyRead {
		color: #fff!important;
		background-color: #404040;
	}

	.storyButton {
		bottom: 5%;
	}

	.slideshowSlide {
		display: none;
	}

	.active {
		display: block!important;
	}

	.slide {
		display: none;
		margin-top: 70px;
		position: relative;
	}

	.fadeon{
		display: block;
	}

	.slide.on {
		display: block;
	}

	.fade {
	  animation-name: fade;
	  animation-duration: 1.5s;
	}

	.imageCarousel {
		top: 30%;
	}

	.imageCarousel img {
		width: 75%;
		height: auto;
	}

	.carouselChevron {
		bottom: 15%;
		transform: translateX(-50%);
		left: 50%;
	}

	.videoCarouselLink img {
		display: inline-block;
		vertical-align: middle;
	}

	.textContainerSlideshow2.width75.left {
		width: 10%;
	}

	.slideshowImage img {
		width: auto;
		height: 78%;
		max-width: 350px;
	}

	.donateText h5 {
		font-size: 20px;
		line-height: 20px;
		width: 16%;
	}

	.donateText p {
		width: 80%;
	}

	.textContainerSlideshow.price {
		text-align: revert;
		margin-left: 20%;
		transform: translateX(-25%);
		width: 150px;
		/* border: 1px solid #b8b6ec; */
		margin-top: 0%;
		font-family: din-condensed, sans-serif;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	#defaultPrice1:hover,
	#defaultPrice2:hover,
	#defaultPrice3:hover{
		background: #46b57a!important;
		color: #fff!important;
	}

	.defaultPrice {
		/* top: 50%;
		transform: translateY(-50%); */
		background: #dbdaf7;
		color: #a5a2eb;
		padding: 20px;
		font-size: 30px;
		cursor: pointer;
	}
	.setPrice{
		padding-bottom: 20px!important;
		padding-top: 20px!important;
		line-height: 80px!important;
		color: #4b46d8!important;
		font-size: 60px!important;
		background: none!important;
		border: 2px solid #4b46d8;
	}

	.slideshowSlide.donate {
		background-color: #f6f6fd;
	}

	.knowCarousel .slideshowSlide{
		margin-top: 40px;
	}

	.knowCarousel .slideshowSlide.active{
		position: relative;
		z-index: 999;
	}

	.textContainerSlideshow h5 {
		width: 75%;
		text-align: right;
		margin-left: 25%;
	}

	.donateText p {
		margin-right: auto;
		width: 80%;
	}

	.text p {
		text-align: left;
		font-size: 13px;
		line-height: 15px;
	}

	.headerLogo {
		height: auto;
		position: absolute;
		width: 13%;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
		z-index: 1;
		min-width: 160px;
	}

	.arrowIndicator {
		display: none;
	}

	.donateHeaderText {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-bottom: 0px!important;
	}

	.donateHeaderText h4{
		font-size: 20px;
		line-height: 14px;
	}

	.donateHeader {
		right: 0;
		color: #fff;
		background-color: #4b46d8;
		width: 85px;
		height: 100%;
		z-index: 99;
	}
	.donateHeader:hover{
		background: none;
		color: #4b46d8;
	}

	.helpBox {
		background: rgba(255,255,255,0.9);
		padding: 29px;
		position: relative;
		height: 144px;
		width: 24%;
		margin: 0 18px;
		display: inline-block;
	}

	.helpSpeechStart {
		top: 10px;
		left: 10px;
	}

	.helpSpeechEnd {
		right: 20px;
		bottom: 50px;
	}

	.carouselOverlay h2 {
		text-align: center;
		font-size: 48px;
		line-height: 47px;
		padding-bottom: 30px;
		text-shadow: 2px 2px #000;
	}

	.carouselOverlay.nonHome h2{
		padding-bottom: 0px;
	}

	.carouselOverlay h6 {
		position: absolute;
		left: 50%;
		bottom: -70%;
		transform: translate(-50%, 0%);
		background: #4b46d8;
		padding: 10px;
	}

	.donateLinkContainer {
		position: absolute;
	    top: 50%;
	    right: 10%;
	    transform: translateY(-50%);
	    background: #4b46d8;
	}

	.donateLinkText,
	.getHelp h4 {
		color: #fff!important;
		padding: 15px 30px;
	}

	.getHelp {
		top: 90%;
		right: 50%;
	}
	.donateLinkContainer:hover{
		background: #53ba83;
	}

	.textContainerSlideshow.description {
		position: absolute;
		top: 50%;
		right: -5%;
		transform: translate(-50%, -50%);
		text-align: left;
		font-family: droid-sans, sans-serif;
		width: 33%!important;
		margin-top: 0%;
	}

	.knowCarousel {
		color: #fff;
		background: url("/images/graphics/greenBackground.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 60px 20px;
		overflow: hidden;
	}
	.arc{
		width: 110%;
		bottom: -40%;
		left: -5%;
	}
	.arc > img{
		width: 100%;
		height: auto;
	}

	.knowCarousel .textContainerSlideshow2{
		border-left: 3px solid #fff;
		padding-left: 30px;
	}

	.didYouKnowTitle {
		font-size: 45px;
		line-height: 45px;
		font-family: 'din-condensed', sans-serif;
		margin-top: 25px;
	}

	.textContainerSlideshow h2 {
		font-size: 75px;
		line-height: 75px;
	}

	.helpOther {
		bottom: 7%;
		left: 50%;
		transform: translateX(-50%);
		background: #4b46d8;
		padding: 13px;
	}

	.helpOther:hover,
	.helpingHandLink:hover{
		background: #46b57a;
	}

	.helpOther h4 {
		color: #fff;
		padding-bottom: 0;
	}

	.helpingHandLink {
		left: 50%;
		transform: translateX(-50%);
		bottom: 25px;
		color: #fff;
		padding: 15px 60px;
		background: #4b46d8;
	}

	.helpingHandLink h4 {
		padding-bottom: 0px;
		color: #fff;
		font-family: din-condensed, sans-serif;
	}

	.newsContent {
		background: rgba(209, 212, 236, 0.9);
		width: 75%;
		margin-left: 50%;
		transform: translateX(-50%);
		color: #113272;
	}

	.newsContainer img {
		display: none;
	}

	.imageRegisteredCharity {
		background: url("/images/ourAimBG.jpg");
		background-size: auto 100%;
		background-position-x: -75px;
		position: relative;
	}

	.imageRegisteredCharity p {
		padding: 100px 120px;
		width: 100%;
	}

	.imageRegisteredCharity img{
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.whoWeHelpTextContainer {
		background: rgba(226, 233, 243);
		padding: 3.5%;
		background-repeat: no-repeat;
		background-size: 50%;
	}

	#helpText{
		padding-left: 75px;
	}

	#helpText p{
		width: 75%;
	}

	.whoWeHelpTextContainer h3,
	.whatWeDoTextContainer h3 {
		color: #4b46d8;
	}

	.whoWeHelpContainer {
		margin-bottom: -5px;
		position: relative;
	}

	.whatWeDoContainer {
		background: url("/images/backgroundImage.jpg");
		padding: 40px 0;
    	background-size: cover;
	}

	.whoWeHelpImageContainer img {
		height: 300px!important;
		width: auto;
	}

	.circleWhatWeDoContainer {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		position: relative;
		width: 60%;
		transform: translateX(-50%);
		margin-left: 50%;
	}

	.whoWeHelpOverlay {
		width: 100%;
	}

	.circleTextContainer {
		position: absolute;
		width: 75%;
	    top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	    text-align: center;
	}

	.circleTextcontainer p {
		font-size: 13px;
		line-height: 15px;
	}

	.circleContainer img {
		width: 160px;
	}

	.whatWeDoTextContainer {
		width: 33%;
		text-align: center;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.whatWeDoTextContainer h3 {
		text-align: center;
	}

	.faqs.bg-white{
		margin-top: -1px;
		padding-top: 30px;
	}

	.faqs h2{
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}

	.faqsinner{
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.skillsContainer {
		background-color: #fff;
		padding-top: 45px;
		padding-bottom: 75px;
	}

	.skills {
		width: 60%;
		margin-left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	.skills.onsiteServices{
		width: 75%;
	}
	.skills.services .skillsImageBlocksContainer{
		gap: 40px;
	}

	.skills h6 {
	    width: 75%;
	    text-align: center;
	    margin-left: 50%;
	    transform: translateX(-50%);
	}

	.skillsImageBlocksContainer {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.skillsImageBlocksContainer img{
		height: 105px;
	}
	.servicesSubTitle{
		width: 50%;
		margin: 0 auto;
		padding-top: 100px;
	}

	.servicesContainerAbout {
		background-image: url("/images/gradientBackground.jpg");
		padding-bottom: 215px;
		background-repeat: no-repeat;
		position: relative;
		background-size: cover;
	}

	.servicesContainerAbout.newsLook {
		padding-bottom: 80px;
	}

	.services {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		gap: 20px;
		row-gap: 200px;
	}

	.services.blogLook{
		row-gap: 70px;
	}

	.services.blogLook {
		width: 80%;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.servicesText p {
	    text-align: center;
	    padding: 10px 0;
	    font-weight: 900;
	}

	.servicesLinkText {
	    color: #fff;
	    background-color: #46b57a;
	    padding: 15px;
	    font-size: 20px;
	    width: 100%;
	    text-align: center;
 	}
	.servicesLinkText:hover{
		background-color: #4b46d8;
	}

	.overlay{
		background: rgba(255, 255, 255, 0.57);
	    margin: 20px;
	    padding: 30px;
	    text-align: left;
	    color: #113272;
		font-family: droid-sans, sans-serif;
		margin-top: 0px;
	}

	.overlay,
	.overlay *{
		z-index: 998;
	}

	.newsContainer h3{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.newsLook.servicesLinkText {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60%;
	}

	.servicesTitle {
		text-align: center;
		padding-top: 70px;
		padding-bottom: 35px;
	}

	.servicesTitle h3 {
		color: #46b57a;
	}

	/*CONTACT */

	.contactImg{
		width: 10%;
		height: auto;
	}

	.contactDetailsLeftInner,
	.contactDetailsRightInner{
		display: flex;
		margin-bottom: 30px;
		gap: 30px;
	}
	.contactDetailsLeftInner a,
	.contactDetailsRightInner a{
		font-family: droid-sans, sans-serif!important;
	}
	.contactDetailsLeftInner a:hover,
	.contactDetailsRightInner a:hover{
		color: #3e4088;
	}
	.contactDetailsLeftInner .leftImage{
		width: auto;
		height: 45px;
	}
	.contactDetailsRightInner .rightImage{
		width: 49px;
		height: 36px;
	}

	.left.width100 .contactDetailsLeftInner img{
		width: 84px;
		height: 86px;
	}

	@keyframes fade {
	  from {opacity: .4}
	  to {opacity: 1}
	}

	/*Services*/

	/*General*/

	.serviceBlockImage{
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.serviceBlockImage .video-block{
		background: #000;
		display: block;
		position: absolute;
	}
	#imageRight.serviceBlockImage{
		right:0
	}
	#imageLeft.serviceBlockImage{
		left:0
	}
	.accordion-item.immediate{
		background-color: #5b5c5e;
	}
	.homelessnessDetails.immediateHelp{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.homelessnessDetails.immediateHelp.newImmediate{
		gap: 0px;
	}
	#right.servicesText,
	#left.servicesText{
		background-size: auto 105%;
		background-repeat: no-repeat;
	}
	#right.servicesText{
		justify-content: flex-end;
	}
	#left.servicesText{
		justify-content: flex-start;
		background-position: right;
	}
	.homelessnessHubAbout{
		background-image: url('../images/gradientBackground.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 20px;
	}
	.servicesAvailable.imageContainer{
		width: 144px;
	}
	.servicesAvailable.imageContainer img{
		width: 100%;
		height: auto;
	}
	.servicesAvailable.textContainer{
		border-radius: 50%;
	    width: 100px;
	    height: 100px;
	    padding: 10px;
	    background: #46b57a;
	    color: #fff;
	    text-align: center;
	    bottom: -40%;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.servicesAvailable.textContainer *{
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -75%);
		width: 85%;
	}
	.servicesAvailable.textContainer p{
		font-size: 13px;
		line-height: 15px;
	}
	.servicesAvailable.textContainer h3{
		top: 40px;
	}
	.housingNumbers{
		gap: 10px;
		padding: 50px 0 50px 50px;
		flex-wrap: wrap;
		row-gap: 125px;
	}
	.referrals{
		background-image: url("../images/referralBG.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.referralAddresses{
		width: 100%;
		margin: 0 auto;
	}
	.referralAddresses a{
		font-family: 'droid-sans', sans-serif;
	}
	.referralAddresses p{
		padding: 0 0 15px 0;
	}
	.referralAddresses img{
		display: inline-block;
		vertical-align: top;
	}
	.referralsText{
		width: 80%;
		margin: 0 auto;
	}
	.referralsText h2,
	.referralsText h4{
		padding-bottom: 20px;
	}
	.textContainerServices{
		background-color: #e2f3eb;
	}
	.textContainerServices p{
		font-weight: normal;
	}
	.referralAddresses .textContainerServices p{
		text-align: left;
	}
	.referralAddresses .textContainerServices{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.textContainerServices h2{
		font-size: 40px;
		line-height: 45px;
		padding-bottom: 15px;
	}
	.skillsContainer.homelessnessHub .skillsTextContainer{
		font-family: 'Droid-Sans', sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 15px;
		padding-top: 10px;
	}
	.skillsTextContainer{
		padding-top: 10px;
	}
	.serviceContainerText{
		height: 100%;
		padding: 50px;
		overflow-y: scroll;
	}
	.left.serviceContainerText{
		left: 0;
	}
	.right.serviceContainerText{
		right: 0;
	}
	.serviceContainerImage img{
		width: 100%;
		height: auto;
	}

	/*IMMEDIATE HELP*/

	.form-success{
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    width: 100%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	    background: #fff;
	    max-width: 1024px;
	    outline: 2000px solid rgba(0, 0, 0, 0.5);
	    padding-top: 20px;
	    padding-bottom: 30px;
	    z-index: 9999;
	}
	.form-success .close{
	    width: 32px;
	    height: 32px;
	    display: block;
	    position: absolute;
	    right: 20px;
	    top: 20px;
	    cursor: pointer;
	}
	.form-success .sprite-close-2{
		font-size: 32px;
		line-height: 32px;
	}
	.immediate-help.contact-form .select{
		position: relative;
	}
	.immediate-help.contact-form label.agree p{
		font-size: 12px;
		line-height: 18px;
	}
	.immediate-help.contact-form h2{
		padding-bottom: 25px;
	}
	.immediate-help.contact-form .bottom-section{
		background: #ededfb;
		padding: 20px 20px 5px 20px;
	}
	.immediate-help.contact-form .select select{
		position: relative;
		z-index: 2;
		background: none;
	}
	.immediate-help.contact-form .select .box{
		position: absolute;
		width: 42px;
		height: 42px;
		top: 0;
		right: 0;
		user-select: none;
		z-index: 1;
		background-image: url('../images/accordionArrowPURPLE.png');
	    background-size: 20px;
	    background-repeat: no-repeat;
	    background-position: center;
	}

	.immediateHelp .textContainerServices{
		padding: 40px;
	}

	.immediateHelp .textContainerServices .bg-lightpurple.button{
		margin-top: 0!important;
		margin-right: 15px;
	}

	.immediate-help.contact-form h3.txt-roustel{
		padding-bottom: 40px;
	}

	.immediate-help.contact-form .input-container.text-area{
		padding-top: 20px;
	}
	label[for="agree"] p{
		font-size: 12px;
		line-height: 18px;
		float: right;
		width: calc(100% - 45px);
		padding-left: 0;
	}

	.input-container.submit{
		padding-top: 20px;
		padding-left: 0;
		height: 70px;
	}

	.input-container.width50{
		width: calc(50% - 15px);
		padding-bottom: 20px;
	}

	.form-inner{
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
	}

	
	.required-support{
		padding-bottom: 20px;
	}

	.compulsory p{
		padding-bottom: 0;
	}

	.required-support h6{
		padding-bottom: 0;
	}

	.checkbox-container{
		padding-top: 20px;
		width: 100%;
	}
	.checkbox-container input{
		float: left;
	}
	.checkbox-container p{
		padding-left: 45px;
	}

	.greenTextContainer{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
		padding-bottom: 30px;
	}

	.servicesAvailable.immediateHelp{
		transform: translateX(0%);
	}

	.immediateHelpIntro{
		text-align: left;
		padding-bottom: 30px;
	}

	/*JOB VACANCIES*/

	.indeed-jobs-user-root-container{
		display: none;
	}

	.first_loading_animation img{
		margin-left: 50%;
		transform: translateX(-50%);
	}

	body .sk-ww-indeed-jobs .sk_branding{
		display: none!important;
		overflow: hidden!important;
		opacity: 0!important;
		width: 0!important;
		height: 0!important;
	}

	.sk-ww-indeed-jobs{
		height: auto!important;
		margin: 0px!important;
	}
	.sk-ww-indeed-jobs ul{
		margin: 0px;
	}

	/*VENUE HIRE*/

	.venueContact a{
		font-family: droid-sans, sans-serif;
	}
	.venueContact h6:hover{
		color: red!important;
	}
	.accordion .accordion-item{
	    overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.accordion-title{
	    padding: 10px 15px;
	    cursor: pointer;
	}
	.accordion-title h2{
		text-align: center;
	}
	.accordion-content{
	    padding: 15px;
	}
	.accordion-title,
	.accordion-content{
		width: 900px;
		margin: 0 auto;
		max-width: 100%;
	}
	.accordion-content{
		padding-bottom: 0px!important;
	}
	.activeAccordion .accordion-content{
		padding-top: 0px!important;
	}
	.accordion{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.rooms{
		padding-top: 50px;
	}
	.rooms *{
		border: none;
	}
	.iframe-container {
	  position: relative;
	  padding-bottom: 56.25%; /* 16:9 */
	  height: 0;
	}
	.iframe-container.full{
		position: static;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    padding: 0;
	}
	.iframe-container iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.center-bg-img{
		background-position: center;
	}
	.rooms img{
		display: inline-block;
		vertical-align: middle;
		float: left;
		margin-right: 30px
	}
	.rooms table{
		width: 900px!important;
		max-width: 100%;
	}
	/* .rooms a{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 140px;
		font-size: 20px;
		line-height: 14px;
		padding: 20px 15px;
	} */
	.arrow{
		width: 31px;
		vertical-align: middle;
		margin-left: 30px;
		transition: 0.5s;
	}
	.activeAccordion .arrow{
		transform: rotate(-90deg);
	}
	.accordion-content-text{
		padding-left: 40px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin: 0 auto;

	}
	.contactDetailsRooms{
		padding-top: 20px;
	}
	.contactDetailsRooms h3{
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.map .hoverIndicator{
		position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 0;
	}

	.map:hover .hoverIndicator{
		width: 100%;
		background-color: rgba(70, 181, 122, 0.5);
		transition: 0.5s;
	}

	/*SITEMAP*/

	.sitemapMain{
		list-style: none;
		margin: 0 auto;
	}
	.sitemapMain li{
		text-align: center;
		font-size: 30px;
		line-height: 30px;
		border-bottom: 3px solid #46b57a;
		padding: 15px;
	}
	.sitemapMain li:hover{
		color: #46b57a;
	}
	.sitemapMain li:last-child{
		border-bottom: none;
	}

	/*acknowledgements*/

	.year-selector{
		display: inline-block;
		position: relative;
		cursor: pointer;
	}
	.year-selector:hover{
		opacity: 0.5;
	}
	.year-selectors{
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.year-selector .chevrons{
		width: 45px;
		position: absolute;
		top: 50%;
		left: 0;
	}
	.year-selector.year-prev .chevrons{
		transform: translateX(-170%) translateY(-50%);
	}
	.year-selector.year-current .chevrons{
		left: auto;
		right: 0;
		transform: translateX(170%) translateY(-50%);
	}
	.year-selector .arrow-head{
		position: absolute;
		width: 30%;
		height: auto;
		top: 50%;
		left: 0;
	}

	.year-funding.year-current{
		color: #4b46d8;
	}
	.year-funding.year-prev{
		color: #46b57a;
	}
	.year-selector.year-current .arrow-head{
		left: auto;
		right: 0;
		transform: translateX(100%) translateY(-50%);
	}
	.year-selector.year-prev .arrow-head{
		transform: rotate(-180deg) translateX(100%) translateY(50%);
	}
	.year-selector .button-main{
		display: inline-block;
		padding: 10px;
		border: 1px solid #b4b4d1;
		border-left: none;
	}
	.year-selector.year-current .button-main{
		border-right: none;
		border-left: 1px solid #b4b4d1;
	}
	.year-selector .button-main h4{
		padding-bottom: 0;
		font-family: 'din-condensed';
		font-size: 25px;
		line-height: 35px;
		color: #46b57a;
	}
	.year-selector.year-current .button-main h4{
		color: #4b46d8;
	}
	.ack-name,
	.ack-cost{
		font-family: 'din-condensed';
	}
	.acknowledgements-intro .textContainerServices{
		background: none;
		padding: 70px 40px 60px 0;
	}
	.ack-reason-popup{
		display: none;
	}
	.ack-reason{
		padding-left: 10px;
		padding-right: 10px;
	}
	.ack-reason-popup-toggle{
		background: #fff;
		padding: 8px;
		border-radius: 5px;
		cursor: pointer;
		max-width: 125px;
		margin: 0 auto;
	}
	.ack-reason-popup-toggle p{
		padding-bottom: 0;
	}
	.house-main.grid{
		padding: 25px 20px 20px 20px;
	}
	.acknowledgement.current{
		margin-bottom: 15px;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.bg-grey{
		background-color: #f2f2f5;
	}
	.house-wrapper{
		padding-bottom: 0px;
		position: relative;
		background: #f2f2f5;
	}
	.house-roof{
		position: relative;
	}
	.year-funding h4{
		font-size: 40px;
		line-height: 40px;
		font-family: 'din-condensed';
	    text-align: center;
	    transform: none;
	    padding-bottom: 0;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 70px;
	}
	.click-learn h5{
	    padding-bottom: 0;
	    position: absolute;
	    text-align: center;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 0px;
	}
	.support-icon{
		position: absolute;
		top: 35%;
		right: 15%;
		width: 10%;
		background: #f2f2f5;
	}
	.bottom-pattern{
		margin-top: -100px;
	}
	.coins{
		width: 120px;
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translateX(120px) translateY(-75px);
	}
	.house-main{
		border-left: 1px solid #B2B2CF;
		border-right: 1px solid #B2B2CF;
		border-bottom: 1px solid #B2B2CF;
	}
	.grid {
	  max-width: 1200px;
	}
	.grid-sizer{
		width: calc(100% / 6);
	}

	/* clearfix */
	.grid:after {
	  content: '';
	  display: block;
	  clear: both;
	}

	/* ---- grid-item ---- */

	.grid-item {
	  width: 130px;
	  max-height: 140px;
	  height: 140px;
	  float: left;
	  /* vertical gutter */
	  margin-bottom: 20px;
	  background: #D26;
	  border-color: hsla(0, 0%, 0%, 0.5);
	  border-radius: 5px;
	  display: none;
	  cursor: pointer;
	  transition: 0.3s ease-in-out;
	  transition-property: opacity!important;
	  opacity: 1!important;
	}
	.grid-item.animating{
		opacity: 0!important;
	}
	.grid-item.popup-active{
		cursor: default;
	}
	.grid-item:hover{
		opacity: 0.5;
	}
	.grid-item.popup-active:hover{
		opacity: 1;
	}
	.acknowledgement.grid-item.current.popup-active{
		z-index: 9999!important;
	}
	.ack-reason-popup-toggle{
		display: none!important;
	}

	.grid-item.grid-item-2,
	.grid-item.grid-item-6,
	.grid-item.grid-item-12,
	.grid-item.grid-item-15,
	.grid-item.grid-item-18{
		width: 280px;
	}
	.grid-item.grid-item-3,
	.grid-item.grid-item-14{
		height: 260px;
		max-height: 220px;
	}
	.grid-item.grid-item-4,
	.grid-item.grid-item-5,
	.grid-item.grid-item-7,
	.grid-item.grid-item-8
	.grid-item.grid-item-9,
	.grid-item.grid-item-13,
	.grid-item.grid-item-16,
	.grid-item.grid-item-17{
		height: 205px;
		max-height: 165px;
	}

	.grid-item .fake-border{
		width: 100%;
		height: 100%;
		top: 7px;
		left: -5px;
		border: 1px solid #b4b4d0;
		position: absolute;
		z-index: 1;
		border-radius: 5px;
	}
	.grid-item .ack-reason-popup-toggle{
		position: relative;
		z-index: 2;
	}

	.grid-item:nth-child(4n){
		background: #dbdaf7;
		color: #4b46d8;
	}
	.grid-item:nth-child(4n - 1){
		background: #46b57a;
		color: #ffffff;
	}
	.grid-item:nth-child(4n - 1) .ack-reason-popup-toggle{
		color: #46b57a;
	}
	.grid-item:nth-child(4n - 2){
		background: #4b46d8;
		color: #ffffff;
	}
	.grid-item:nth-child(4n - 2) .ack-reason-popup-toggle{
		color: #4b46d8;
	}
	.grid-item:nth-child(4n - 3){
		background: #d1edde;
		color: #46b57a;
	}
	.grid-item.current .inner{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ack-name p span.txt-droid{
		font-size: 17px;
		line-height: 20px;
		display: block;
		margin-bottom: 5px;
	}
	.grid-item.current .ack-reason-popup .inner{
		height: auto;
		display: block;
	}

/*	.grid-item.current:nth-child(3n+1) {
	  width: calc(100% / 6);
	  height: 150px;
	  color: red!important;
	}

	.grid-item.current:nth-child(3n+2) {
	  width: calc(100% / 6);
	  height: 250px;
	  color: blue!important;
	}

	.grid-item.current:nth-child(3n+3) {
	  width: calc(100% / 3);
	  height: 350px;
	  color: green!important;
	}*/

	.ack-name p,
	.ack-cost p{
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 0;
	}
	.ack-cost p{
		padding-top: 10px;
	}
	.ack-reason p{
		font-size: 17px;
		line-height: 20px;
		font-family: 'din-condensed';
	}
	.ack-cost{
		padding-bottom: 0;
	}

	.ack-reason-popup{
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
	}
	.ack-reason-popup .inner{
		border-radius: 5px;
		position: fixed;
		background: #ffffff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		outline: 20000px solid rgba(0, 0, 0, 0.75);
		max-width: calc(100% - 140px);
		width: max-content;
	}

	.ack-reason-popup .sprite.cross{
	    width: 32px;
	    height: 32px;
	    position: absolute;
	    right: -20px;
	    transform: translateX(100%);
	    cursor: pointer;
	}

	.ack-popup-inner{
		padding: 20px 30px;
		color: #000000;
	}

	.ack-popup-inner p{
		padding-bottom: 0;
		font-size: 19px;
		line-height: 30px;
		font-family: 'droid-sans';
		display: flex;
	}

	.ack-popup-inner .titles p{
		justify-content: end;
	}

	.ack-popup-inner .descriptions p{
		justify-content: start;
	}

	.ack-popup-inner p strong{
		display: inline-block;
		width: auto;
		text-align: right;
		margin-right: 15px;
		box-sizing: border-box;
		width: 165px;
	}

	.emergency-exit{
		display: flex;
		position: fixed;
		background: #ff0727;
		color: #fff;
		z-index: 2;
		right: 0;
		bottom: 64px;
		justify-content: center;
		align-items: center;
		padding: 15px 20px 15px 10px;
		gap: 15px;
		transition: 0.3s ease-in-out;
		cursor: pointer;
	}
	.emergency-exit-inner{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	.emergency-exit .emergency-exit-inner > img{
		width: 32px;
	}
	.emergency-exit:hover{
		opacity: 0.5;
	}
	.emergency-exit img{
		width: 48px;
	}
	.emergency-exit p{
		padding-bottom: 0;
		font-size: 25px;
		line-height: 26px;
	}

	/*DASHBOARD*/
		.dashboard-column{
			width: 25%;
			display: flex;
			flex-direction: column;
			row-gap: 20px;
			flex: 1;
		}
		.dashboard-wrapper{
			background: #f6f6fd;
			padding: 30px;
			display: flex;
			gap: 20px;
			height: 100%;
		}
		.dash-title p,
		.dash-title h4{
			padding-bottom: 0;
		}
		.dash-title h4{
			font-size: 30px;
			line-height: 30px;
			font-family: din-condensed,sans-serif;
			text-transform: uppercase;
		}
		.dash-title p{
			font-size: 18px;
			line-height: 24px;
		}
		.dash-item{
			padding: 30px;
			flex: 1;
		}
		.dash-item.no-icon .dash-title{
			text-align: center;
			display: flex;
			flex-direction: column;
			gap: 10px;
			margin-bottom: 15px;
		}
		.dash-link{
			transition: 0.3s ease-in-out;
		}
		.dash-link a{
			width: 100%;
			margin: 0 auto;
			font-size: 26px;
			line-height: 28px;
			text-align: center;
			padding: 10px;
			display: block;
			text-transform: uppercase;
		}
		.dash-item.dark-green{
			background: #46b57a;
			color: #fff;
		}
		.dash-item.dark-green .dash-link{
			border: 2px solid #fff;
		}
		.dash-item.dark-green .dash-link:hover{
			background: #fff;
			color: #46b57a;
			border: 2px solid transparent;
		}
		.dash-item.light-green{
			background: #c7e9d7;
			color: #46b57a;
		}
		.dash-item.light-green .dash-link{
			border: 2px solid #46b57a;
		}
		.dash-item.light-green .dash-link:hover{
			background: #46b57a;
			color: #c7e9d7;
			border: 2px solid transparent;
		}
		.dash-item.dark-purple{
			background: #4b46d8;
			color: #fff;
		}
		.dash-item.dark-purple .dash-link{
			border: 2px solid #fff;
		}
		.dash-item.dark-purple .dash-link:hover{
			background: #fff;
			color: #4b46d8;
			border: 2px solid transparent;
		}
		.dash-item.light-purple{
			background: #dbdaf5;
			color: #4b46d8;
		}
		.dash-item.light-purple .dash-link{
			border: 2px solid #4b46d8;
		}
		.dash-item.light-purple .dash-link:hover{
			background: #4b46d8;
			color: #dbdaf5;
			border: 2px solid transparent;
		}
		.dash-icon{
			width: 40%;
			max-width: 150px;
		}
		.dash-icon img{
			width: 100%;
		}
		.dash-item.icon-left{
			display: flex;
			flex-direction: row-reverse;
			align-items: center;
			gap: 30px;
		}
		.dash-item.icon-left .dash-details,
		.dash-item.icon-right .dash-details{
			width: 60%;
		}
		.dash-item.icon-left .dash-title,
		.dash-item.icon-right .dash-title{
			text-align: center;
			display: flex;
			flex-direction: column;
			gap: 15px;
			margin-bottom: 15px;
		}
		.dash-item.icon-right{
			display: flex;
			flex-direction: row;
			align-items: center;
			gap: 30px;
		}
		.dash-title{
			text-align: center;
			display: flex;
			flex-direction: column;
			gap: 10px;
		}
		.dash-item.icon-center{
			display: flex;
			flex-direction: column;
			justify-content: space-evenly;
			gap: 30px;
		}
		.dash-item.icon-center .dash-icon{
			margin: 0 auto;
		}
	/*DASHBOARD*/

	.view-cart-wrapper.mobile{
		display: none;
	}

	/* RESPONSIVE RULES */

	@media screen and (max-width: 1500px){
		.dash-item{
			padding: 15px;
		}
		.dash-icon{
			width: 30%;
		}
		.dash-item.icon-left .dash-details, .dash-item.icon-right .dash-details{
			width: 70%;
		}
		.dash-title p{
			font-size: 14px;
			line-height: 20px;
		}
		.dash-title h4{
			font-size: 22px;
			line-height: 21px;
		}
	}

	@media screen and (max-width: 1366px){
		.dashboard-column{
			width: 30%;
			flex: auto;
		}
		.dashboard-wrapper{
			flex-wrap: wrap;
		}
		header {
			width: 100%;
		}
		.circleWhatWeDoContainer {
			width: 100%;
			gap: 25px;
		}
		.textContainerHero{
			width: 65%;
			margin-left: 43%;
		}
		.newsIndex.newsHeroContainer{
			width: 100%;
		}
		.showMoreNews{
			width: 25%;
		}
		#txtBlogMainDesk{
			left: -20px;
			width: 60%;
		}
		#cookies{
			width: 100%;
		}
		.immediate-help.contact-form{
			padding: 20px;
		}
	}

	@media screen and (max-width: 1250px){
		.textContainerSlideshow{
			width: 33%;
			margin-left: 5%;
		}
		.followSteps{
			width: 100%;
		}
	}

	@media screen and (max-width: 1250px){
    	.sprite.search{
    		right: 390px;
    	}
    	.view-cart-wrapper p{
    		display: none!important;
    	}
    	.sprite.home{
    		left: 210px;
    	}
    	header nav{
    		left: 235px;
    	}
    	.sprite.sprite-contact{
    		display: none;
    	}
    	.view-cart-wrapper{
    		right: 220px;
    	}
    	.sprite.search{
    		right: 340px;
    	}
    }

	@media screen and (max-width: 1200px){
		.coins{
			width: 60px;
			transform: translateX(60px) translateY(-60px);
		}
		.sprite.search{
			background-position: -96px 0;
			top: 50%;
			transform: translateY(-50%);
			bottom: auto;
			left: auto;
		}
		.stripes{
			display: none;
			right: -5%;
		}
		.story{
			width: 100%;
			margin-left: auto;
		}
		.storyPerson{
			top: -10%;
			left: 0;
			height: 110%;
		}
		.news{
			width: 100%;
			margin-right: auto;
			background-size: cover;
		}
		.newsAndStoryContainer{
			background-color: #f6f6fd;
			padding-top: 30px;
			padding-bottom: 0px;
		}
		.textContainerSlideshow.price{
			margin-left: 19%;
		}
		header nav{
			left: 250px;
		}
		.sprite.home{
			left: 215px;
		}

	}

	@media screen and (max-width: 1150px){
		#txtBlogMainDesk{
			left: -52px;
			width: 50%;
		}
	}

	@media screen and (max-width: 1100px){
		.form-success{
			max-width: calc(100% - 50px);
		    padding-left: 20px;
		    padding-right: 20px;
		    box-sizing: border-box;
		}
		.form-success h3{
			font-size: 21px;
			line-height: 25px;
		}
		.form-success h2{
			font-size: 29px;
			line-height: 33px;
		}
		header nav > ul > li{
			padding: 20px 4px;
			font-size: 12px;
			line-height: 18px;
		}

		.helpBox{
			width: 50%;
			margin: 20px 18px;
			margin-left: 50%;
			transform: translateX(-50%);
			height: 120px;
		}
		.heroHome{
			width: 150%!important;
			height: auto!important;
		}
		/* html,
		body{
			overflow-x: hidden;
		} */
		.slide{
			margin-top: 35px;
		}
		.helpContainer{
			margin-top: auto;
		}
		.carouselOverlay{
			padding: 70px 0 100px 0;
		}
		.skills.onsiteServices{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
		}
		.skills.onsiteServices .skillsImageBlocksContainer{
			justify-content: center;
			column-gap: 45px;
			row-gap: 85px;
		}
		.shareArticle{
			right: 50%;
			transform: translateX(50%);
		}
		.shareArticle.case-study{
			width: inherit;
			right: 15%;

		}
		.blogFullContainer{
			padding-left: 50px;
			padding-right: 50px;
		}
		.slide{
			margin-top: 70px!important;
		}
		.year-selectors.wrapper900{
			width: 768px;
			padding-bottom: 20px;
		}
		.year-selector .button-main{
			padding: 5px 20px 5px 5px;
		}
		.year-selector.year-current .button-main{
			padding-right: 5px;
			padding-left: 20px;
		}
		.year-selector .button-main h4{
			font-size: 20px;
			line-height: 30px;
		}
		.year-selector .arrow-head{
			width: 28%;
		}
		.year-selector .chevrons{
			width: 35px;
		}
	}

	@media screen and (max-width: 1050px){
		.textRegisteredCharity{
			padding: 75px;
		}
		.carouselOverlay.nonHome{
			padding: 50px 0;
		}
		.aboutFerryProjectHero .slide{
			margin-top: 50px;
		}
		.coins{
			display: none;
		}
	}

	@media screen and (max-width: 1024px){
		header nav.navigation.transform{
			left: 0;
		}
		header nav > ul > li{
			padding: 0 4px;
		}
		.donateHeader{
			right: 65px;
			bottom: 0;
			height: 50%;
			width: 120px;
		}
		header a.contact{
			width: 120px;
			top: 0;
			right: 65px;
			padding: 0 15px 0 15px;
			height: 50%;
		}
		.view-cart-wrapper{
			right: 200px!important;
		}
		.view-cart-wrapper.mobile{
			display: flex!important;
			width: 100%;
			justify-content: center;
			position: static;
		}
		.sprite.search{
			right: 320px!important;
		}
		.donateHeaderText{
			display: block;
		}
		.sprite.sprite-contact{
			display: none;
		}
		header a.contact h4{
			padding-left: 0;
			text-align: center;
			width: 100%;
		}
		header a.contact img{
			display: none;
			width: 60px;
		}
		.sprite.home{
			display: none;
		}
		.sprite.search{
			right: 70px;
		}
		header nav > ul > li{
			display: block;
		}
		header nav > ul > li > ul{
			position: static;
			margin: 20px 0px 00px 0px;
			color: #fff;
			margin-left: 0px;
			width: 100%;
			background-color: #3e4088;
		}
		header nav > ul > li > ul > li{
			width: 50%!important;
			margin: 10px 0;
		}
		em.sprite.donate{
			display: none!important;
			background-size: auto 100px;
			width: 128px;
			height: 128px;
			position: absolute;
			top: -12px;
			left: -54px;
			transform: scaleX(-1);
		}
		header nav{
			left: auto;
			float: right;
		}
		header nav > ul > li:hover > ul {
			display: none;
		}
		#menu.rotate .menu-line2{
			opacity: 0;
		}
		.rotateArrow{
			transform: rotate(90deg);
			top: 10%!important;
		}
		.innerList {
			padding: 20px 0px!important;
			list-style: none;
			text-align: center;
			background-color: #4b46d8;
			color: #fff;
			width: 198%;
			margin-left: -50%;
			margin-top: 30%;
		}
		.mobileMenuItems {
			display: block;
			text-align: center;
			padding: 0px 0px 15px 0px!important;
		}
		.parent{
			position: relative;
		}
		.move{
			padding-top: 215px!important;
		}
		.parent::before{
			content: "\27A4";
			font-size: 20px;
			line-height: 33px;
			color: #3d4089;
			width: 35px;
			height: 35px;
			padding: 10px 10px 10px 26px;
			box-sizing: border-box;
			display: block;
			font-weight: 700;
			position: absolute;
			top: 3px;
			right: 25px;
			text-align: center;
			transition: 0.5s;
		}
		.parent.active::before{
			content: "\27A4";
			color: #3d4089;
			transform: rotate(90deg);
			top: -6px;
			right: 0px;
			transition: 0.5s;
		}
		.facebook,
		.twitter{
			display: none!important;
		}
		.footerFacebook{
			display: inline-block!important;
		}
		.footerTwitter{
			position: absolute!important;
			top: 0!important;
		}
		.socialLine.left{
			margin-left: -10%;
		}
		.socialLine.right{
			margin-right: -10%;
		}
		em.sprite.mobileFacebook,
		em.sprite.mobileTwitter{
			background-size: auto 96px;
			width: 48px;
			height: 48px;
			transform: none;
			position: static;
		}
		em.sprite.mobileInstagram,
		em.sprite.mobileLinkedIn{
			background-size: auto 96px;
			width: 48px;
			height: 48px;
		}
		em.sprite.mobileLinkedIn{
			background-position: -575px 0;
		}
		em.sprite.mobileInstagram{
			background-position: -528px 0;
		}
		em.sprite.mobileTwitter{
			background-position: -48px 0px;
			display: none;
		}
		.mobileFacebook{
			display: block!important;
			margin: 0 auto;
		}
		.mobileSocials{
			padding-bottom: 30px;
			display: flex;
			justify-content: center;
		}
		.parent .open{
			display: block;
			text-align: center;
			background: #4b46d8;
			color: #fff;
			width: 175px;
			right: -50%;
			left: auto;
			z-index: 1;
		}
		.mobileMenuItems li{
			padding-top: 20px;
			width: 100%;
			margin: 0px;
			padding-left: 0;
			padding-right: 0;
		}
		.open li{
			width: 100%;
			margin: 0!important;
			padding: 10px 20px!important;
			z-index: 2;
		}
		.arrowIndicator {
			position: absolute;
			width: 35px;
			right: -35px;
			top: 50%;
			color: #fff;
			background-color: #4b46d8;
			font-size: 35px;
			height: 35px;
			text-align: center;
			line-height: 35px;
			font-weight: 900;
		}
		.menu-item.parent:hover {
			width: 100%;
		}
		.mobileMenuItem {
			padding: 40px 0 0 0;
			font-size: 20px;
			width: 100%;
		}
		#menu.rotate .menu-line1{
			transform: translateY(10px) rotateZ(-45deg);
		}

		#menu.rotate .menu-line2 + .menu-line1{
			transform: translateY(-10px) rotateZ(45deg);
		}
		.navigation.transform{
			transform: translateY(80px);
			opacity: 1;
			display: block!important;
			background-color: #fff;
			width: 220px;
			height: 33vh;
			overflow-y: scroll;
		}
		.view-cart-wrapper.mobile{
			margin-top: 40px;
			background: #e3e1e1;
		}
		.navigation.transform.navMove{
			transform: translateY(17px);
		}
		nav {
			display: none;
		}
		#menu {
			top: 50%;
		    right: 70px;
		    width: 26px;
		    height: 30px;
		    display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		    transition: 0.6s;
		    z-index: 10;
		    position: fixed;
		    z-index: 10000;
		    cursor: pointer;
			transform: translateY(-50%);
		}
		.menu-line1 {
			width: 100%;
		    height: 2px;
		    background: #3e4088;
		    transition: 0.6s;
		}
		.menu-line2 {
			width: 100%;
			height: 2px;
			background: #3e4088;
			transition: 0.6s;
			margin: 8px;
		}
		#searchBar{
			left: 0%;
		}
		header{
			height: 90px;
		}
		.headerLogo{
			width: 275px;
		}
		#menu{
			right: 2%;
			transform: translate(0, -50%);
		}
		.dashboard-column{
			width: 45%;
			flex: auto;
		}
		.dashboard-wrapper{
			flex-wrap: wrap;
		}
		.acknowledgement.current{
			width: 20%!important;
			padding: 20px 0;
			height: auto!important;
			position: static!important;
			max-height: none!important;
			float: none!important;
		}
		.house-wrapper{
			padding-bottom: 30px;
		}
		.bottom-pattern{
			display: none;
		}
		.grid-item.current{
			width: calc(33.333% - 20px)!important;
			left: 0!important;
			position: static;
			transform: none!important;
		}
		.house-main.grid{
			display: flex;
			flex-wrap: wrap;
			column-gap: 30px;
			height: auto!important;
			justify-content: center;
		}
		.grid-item .fake-border{
			display: none;
		}
		.grid-sizer{
			display: none;
		}
	}

	@media screen and (max-width: 1000px){
		.house-wrapper{
			padding-left: 25px;
			padding-right: 25px;
		}
		.input-container.width25{
			width: 50%;
		}
		.headerLogo{
			min-width: 130px;
		}
		.sprite.home{
			left: 175px;
		}
		header nav{
			left: 200px;
		}
		.sprite.search{
			right: 190px;
		}
		.sprite.mainInstagram{
			right: 145px;
		}
		.sprite.mainLinkedin{
			right: 110px;
		}
		.sprite.facebook{
			right: 175px;
		}
		.headerLogo{
			left: 15px;
		}
		.mainPost img{
			width: 100%;
		}
		.knowCarousel .textContainerSlideshow2{
			border-left: none;
			padding-left: none;
		}
		.arc{
			bottom: -15%;
		}
		.visitOffices .left{
			padding: 25px 20px!important;
		}
		.contactDetailsLeftInner.address{
			margin-bottom: 0px!important;
		}
		.contactDetailsContainer .width50{
			width: 100%!important;
		}
		.contactIntro{
			padding-left: 30px;
			padding-right: 30px;
			text-align: center;
		}
		.donateLogo{
			position: static;
			width: 30%;
			display: inline-block;
			transform: none!important;
		}
		.textContainerSlideshow.price{
			justify-content: center;
			margin-top: 20px;
			width: 100%;
			margin-left: 25%;
		}
		.textContainerSlideshow.description{
			position: static;
			transform: none;
			width: 100%!important;
			text-align: center;
			padding-top: 35px;
		}
		/*.sprite.home,
		.sprite.search{
			left: 160px;
		}*/
		.filterNews{
			width: 100%!important;
		}
		.help{
			padding-bottom: 100px;
		}
		.skills{
			width: 100%;
			padding: 0px 50px
		}
		.stripes{
			display: none;
			right: -5%;
		}
		.story{
			width: 100%;
			margin-left: auto;
		}
		.storyPerson{
			top: -10%;
			left: 0;
			height: 110%;
		}
		.news{
			width: 100%;
			margin-right: auto;
			background-size: cover;
		}
		.newsAndStoryContainer{
			background-color: #f6f6fd;
			padding-top: 30px;
			padding-bottom: 0px;
		}
		.whatWeDoTextContainer {
			width: 80%;
		}
		.whoWeHelpTextContainer {
			background-size: cover;
			background-repeat: no-repeat;
			padding: 3.5% 0;
			width: 100%;
			text-align: center;
		}
		#helpText{
			padding: 50px;
			text-align: center;
			width: 100%;
			background-color: rgba(255,255,255,0.7);
		}
		#helpText p{
			width: 100%;
		}
		.circleWhatWeDoContainer {
			width: 100%;
		}
		.donateText {
			flex-direction: column;
			padding: 20px;
		}
		.donateText h5 {
			width: 100%;
			text-align: center;
		}
		.blogText {
			padding: 30px 15px 10px 15px;
		}
		footer {
			height: 385px;
		}
		.footerText {
			width: 100%;
			margin-top: 10%;
			position: static;
			transform: none;
		}
		.footerText .socials{
			top: -30px;
		}
		.footerLogo {
			left: 50%;
			position: absolute;
			transform: translateX(-50%);
			top: 30px;
		}
		.location {
			position: static;
			width: 100%!important;
			padding-top: 30px;
		}
		.inline.footerNav{
			padding-bottom: 30px;
		}
		.location p {
			text-align: center;
		}
		#ferryLogo {
			position: static;
			margin-left: 50%;
			transform: translateX(-50%);
		}
		#qmcFerry {
			position: static;
			margin-top: 40px;
			text-align: center;
		}
		.socialLine {
			margin-top: -15px;
		}
		.socialIcons {
			top: 25%;
			transform: translate(-50%, -25%);
		}
		.footerLogo {
			width: 35%;
		}
		.registeredCharityText.left {
			padding: 100px 30px;
		}
		.imageRegisteredCharity p {
			padding: 40px 20px;
		}
		.helpOverall img {
			width: 30%;
		}
		.textContainerSlideshow.description {
			right: auto;
			left: 100%;
		}
		.textContainerSlideshow.price {
			/* margin-left: 50%;
			transform: translateX(-50%); */
		}
		.donateLinkContainer {
			right: 50%;
			top: 90%;
		  	transform: translate(50%, -100%);
		}
		.getHelp.donateLinkContainer{
			transform: translate(50%, 50%);
			right: 50%;
			top: auto;
		}
		.knowCarousel{
			background-size: cover;
			background-repeat: no-repeat;
		}
		.textContainerSlideshow{
			width: 100%;
			margin-left: 0%;
			background-image: none;
		}
		.textContainerSlideshow h2,
		.textContainerSlideshow h5,
		.textContainerSlideshow2{
			width: 100%;
			text-align: center;
			margin: auto;
		}
		.slideshowImage{
			width: 50%;
			margin-left: 50%;
			transform: translateX(-50%);
			float: none;
		}
		.slideshowImage img {
			width: 100%;
			height: auto;
			padding-top: 30px;
		}
		.showMoreNews{
			width: 50%;
		}
		.newsIndex .imageContainer{
			width: 50%;
			float: left;
			padding: 0px 0px 45px 45px;
		}
		.largeBlog .newsIndex .textContainer{
			position: static;
			margin: 0px;
			width: 50%;
			float: right;
		}
		.largeBlog .newsHeroContainer .imageContainer img{
			width: 100%;
			height: auto;
		}
		.readMore.servicesLinkText{
			left: 50%
		}
		.largeBlog .newsIndex .textContainer{
			background-size: cover;
			background-position-y: top;
		}
		.largeBlog .newsIndex .textContainer{
			width: 100%;
		}
		#txtBlogMain{
			width: 100%;
			margin-left: auto;
			background-color: rgba(177, 180, 209,0.9);
			padding: 30px;
		}
		#respNewsMob{
			display: block;
		}
		#respNewsDesk{
			/* display: none; */
		}
		#txtBlogMainDesk{
			margin-top: 50px;
			width: 100%;
			transform: none!important;
		}
		.imageRegisteredCharity,
		.textRegisteredCharity{
			width: 100%;
			float: none;
		}
		.imageRegisteredCharity{
			width: 75%;
			background-position-x: 0;
			margin: 0 auto;
		}
		.serviceContainer:nth-child(even){
			display: flex;
			flex-direction: column-reverse;
		}
		.serviceContainerText,
		.serviceContainerImage{
			float: none;
			width: 100%;
			position: static;
		}
		/* .imageRegisteredCharity p img{
			margin: 0 auto;
		} */
		.knowCarousel .textContainerSlideshow{
			background: none;
		}
		.visitOffices .left,
		.visitOffices .right,
		.contactDetails .left,
		.contactDetails .right{
			float: none;
		}
		.contactDetailsContainer > .left,
		.contactDetailsContainer > .right{
			margin: 0 auto;
		}
		.visitOffices > .left,
		.visitOffices > .right{
			width: 100%;
		}
		.visitOffices .intro{
			text-align: center;
		}
		.visitOffices .contactDetailsLeftInner{
			justify-content: center;
		}
		.blogFullContainer{
			padding-left: 25px;
			padding-right: 25px;
		}
		.blog-full .title{
			font-size: 34px;
			line-height: 38px;
			padding-top: 5px;
			padding-bottom: 15px;
		}
		.mainPost img{
			width: 100%;
		}
		.year-selectors.wrapper900{
			width: calc(100% - 200px);
		}
	}

	@media screen and (max-width: 900px){
		.compulsory h5{
			font-size: 16px;
			line-height: 20px;
		}
		.required-support h6{
			font-size: 14px;
			line-height: 18px;
		}
		.acknowledgements-intro .textContainerServices{
			padding: 20px;
		}
		.year-funding h4{
			font-size: 30px;
			line-height: 30px;
			bottom: 50px;
		}
		.click-learn h5{
			font-size: 14px;
			line-height: 18px;
			width: 320px;
		}
	}

	@media screen and (max-width: 800px){
		.mainPost .width35.right,
		.mainPost .width65.left{
			float: none;
			width: 100%;
		}
		.blogList .readMore.servicesLinkText{
			width: 85%;
		}
		.mainPost .width50.right,
		.mainPost .width50.left{
			float: none;
			width: 100%;
		}
		.mainPost .padd50r{
			padding-right: 0px;
		}
		.blog-full{
			min-height: 1260px;
		}
		.shareArticle{
			top: auto;
			bottom: 0;
		}
	}

	@media screen and (max-width: 768px){
		.donateHeader{
			right: 55px;
		}
		header a.contact{
			right: 55px;
		}
		.headerLogo{
			width: 200px;
		}
		.view-cart-wrapper{
			right: 185px!important;
		}
		.dash-item{
			justify-content: center;
		}
		.dash-item.icon-left .dash-details, .dash-item.icon-right .dash-details, .dashboard-column{
			width: 100%;
		}
		.input-container.width50{
			width: 100%;
		}
		.emergency-exit{
			bottom: 48px;
			padding: 7px 10px 7px 10px;
			gap: 7px;
		}
		.emergency-exit img{
			width: 32px;
		}
		.emergency-exit p{
			font-size: 17px;
			line-height: 18px;
		}
	}

	@media screen and (max-width: 900px){
		.sprite.mainLinkedin,
		.sprite.mainInstagram{
			display: none!important;
		}
		.sprite.mobileInstagram,
		.sprite.mobileLinkedIn{
			display: block!important;
		}
		.serviceBlockImage.video-block{
			display: block;
			position: static;
			width: 100%;
		}
		.serviceBlockImage .video-container .iframe-container{
			position: relative;
			padding-bottom: 56.25%;
		}
		.backToBlog{
			width: 40%;
		}
		.sitemapMain{
			width: 40%;
		}
		.storyText{
			width: 60%;
		}
		.storyPerson{
			top: 0;
			height: 100%;
		}
		#right.servicesText,
		#left.servicesText{
			background-image: none!important;
			flex-direction: column-reverse;
		}
		.textContainerServices{
			width: 100%;
			float: none!important;
		}
		.serviceBlockImage{
			display: none;
		}
		.serviceBlockHiddenImage{
			display: block!important;
		}
		.serviceBlockHiddenImage img{
			width: 100%;
			height: auto;
		}
		.housingNumbers,
		.housingText{
			width: 100%;
			float: none;
		}
		.housingNumbers{
			justify-content: center;
			padding: 50px 0;
		}
		.servicesSubTitle{
			width: 90%;
		}
		.accordion-title h2{
			text-align: center;
		}
		.accordion-content-image,
		.accordion-content-text{
			float: none;
		}
		.accordion-content-image{
			width: 50%;
			margin: 0 auto;
		}
		.accordion-content-text{
			width: 85%;
			margin: 0 auto;
			padding-left: 0px;
		}
		.blogFullContainer{
			padding-top: 30px;
		}
		.shareArticle.case-study{
			top: 15px;
		}
		.mobileMenuItems > li > ul > li{
			padding-top: 10px;
			padding-bottom: 10px;
			border-bottom: 2px solid #46b57a;
			margin: 0 0 0 0px;
			width: 100%!important;
		}
		.mobileMenuItems > li > ul > li:last-child{
			border-bottom: 0px;
		}
		.aboutFerryProjectHero .slide{
			margin-top: 90px;
		}
		.slide{
			margin-top: 90px!important;
		}
		.greenTextContainer .followSteps{
			width: 100%;
			text-align: center;
		}
		.greenTextContainer{
			justify-content: center!important;
		}
		.immediateHelpIntro h3{
			text-align: center;
		}
	}

	@media screen and (max-width: 890px){
		.navMove{
			margin-top: 62px;
		}
	}

	@media screen and (max-width: 850px){
		.shareArticle.case-study{
			right: 20%;
		}
		.carouselBarContent img {
			width: 50%!important;
			height: auto!important
		}
		.registeredCharityText {
			width: 100%;
		}
		.registeredCharityText img {
			margin: 0 auto;
		}
		.registeredCharityText.left {
			padding: 30px;
			padding-bottom: 0px;
		    width: 75%;
		    margin-left: 50%;
			text-align: center;
		    transform: translateX(-50%);
		}
		.imageRegisteredCharity {
			background: none;
			padding-top: 80px;
		}
		.imageRegisteredCharity p {
			padding: 20px;
		}
		.registeredCharityMobBG{
			background-image: url("/images/ourAimBG.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position-x: -370px;
		}
	}

	@media screen and (max-width: 750px){
		.backToBlog.case-study{
			width: 50%!important;
		}
		.visitOffices .padd100h{
			padding-left: 20px;
			padding-right: 20px;
		}
		.visitOffices
		.skillsImageBlocksContainer{
			gap: 75px;
		}
		.helpingHandLink{
			width: 75%;
			text-align: center;
		}
		.knowCarousel{
			padding: 30px 20px;
		}
		.textContainerSlideshow.price{
			justify-content: center;
			margin-top: 20px;
			width: 100%;
		}
		.textContainerSlideshow.description{
			position: static;
			transform: none;
			width: 100%!important;
			text-align: center;
			padding-top: 35px;
		}
		.newsAndStoryContainer{
			padding-top: 0px;
		}
		.donateLinkContainer{
			top: 90%;
		}
		.blogList .newsIndex.newsHeroContainer{
			width: 35%;
		}
		.imageRegisteredCharity,
		.textRegisteredCharity{
			padding: 40px;
		}
		.skills h6{
			width: 100%;
		}
		.skills{
			padding: 0px 25px;
		}
		.accordion-title h2{
			font-size: 34px;
			line-height: 38px;
		}
		.carouselOverlay.nonHome{
			padding: 40px 0;
		}
	}

	@media screen and (max-width: 700px){
		.backToBlog{
			width: 100%;
		}
		.storyPerson{
			top: 25%;
			height: 75%;
		}
		.venueContact{
			float: none;
		}
		.rooms{
			padding: 25px;
		}
		.rooms a{
			margin-top: 10px;
		}
		/* .contactDetailsContainer > .left,
		.contactDetailsContainer > .right{
			width: 100%;
		} */
		.searchTerm{
			font-size: 24px;
			line-height: 28px;
		}
		.resultsContainer{
			padding-bottom: 0px;
		}
	}

	@media screen and (max-width: 650px){
		.ack-reason-popup .sprite.cross{
			right: 40px;
			top: -50px;
		}
		.house-main.grid{
			padding: 15px;
		}
		.grid-item.current{
			width: calc(50% - 20px)!important;
		}
		.grid-item.current:nth-child(odd){
			float: left;
		}
		.grid-item.current:nth-child(even){
			float: right;
		}
		.fake-border{
			display: none;
		}
		.year-selectors.wrapper900{
			padding-bottom: 50px;
			width: 100%;
		}
		.support-icon{
			width: 15%;
			top: 15%;
		}
		.year-funding h4{
			font-size: 20px;
			line-height: 20px;
			bottom: 25px;
		}
		.year-selector{
			float: none;
			margin-left: 50%;
			transform: translateX(-50%);
		}
		footer hr {
			width: 30%;
		}
		footer {
			height: 540px;
		}
		.location {
			bottom: 30px;
			width: 50%;
		}
		.storyContentContainer {
			padding-top: 15px;
		}
		.servicesContainer {
			flex-direction: row;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		.newsText .button {
			width: 50%;
		}
		.newsOther.button, .servicesOther.button{
			position: static;
			margin-left: 50%;
			margin-bottom: 15px;
		}
		.spacerServices {
			display: none;
		}
		.inline {
			text-align: center;
			flex-direction: column;
		}
		footer {
			height: 540px;
		}
		.socialIcons {
			top: 50%;
		}
		.footerText {
			padding: 0 30px;
		}
		.location {
			bottom: 60px;
		}
		.slideshowImage{
			width: 75%;
		}
		.indicator{
			top: 30px;
			height: 30px;
		}
		.helpOverall img{
			width: 50%;
		}
		.helpOverall{
			width: 100%;
		}
		.recentBlogs{
			flex-direction: column;
		}
		.newsIndex .imageContainer{
			width: 100%;
			float: none;
			padding-left: 0px;
		}
		.largeBlog .newsHeroContainer .imageContainer img{
			width: 50%;
			height: auto;
			margin: 0 auto;
		}
		#txtBlogMainDesk{
			width: 100%;
			margin-top: 0px;
		}
		.blogContainer{
			padding-top: 0px;
		}
		.newsIndexNewsTitle{
			padding-top: 30px;
		}
		.click-learn h5{
			font-size: 12px;
			line-height: 16px;
			width: 250px;
		}
	}

	@media screen and (max-width: 600px){
		.view-cart-wrapper.main .viewCartButtonContainer #cart-btn_count{
			display: none!important;
		}
		.view-cart-wrapper{
			top: auto!important;
			bottom: 0;
			right: 195px!important;
		}
		.buttonColorStyle{
			color: #3d4089;
		}
		.view-cart-wrapper.main .viewCartButtonContainer{
			height: 32px!important;
			padding: 0!important;
			background: none!important;
		}
		.sprite.search{
			right: 190px!important;
			top: 10px;
			transform: none;
		}
		.articleShare{
			justify-content: center;
		}
		.backToBlog.case-study {
			width: 100%!important;
		}
		.shareArticle.case-study{
			position: static;
			float: left;
			margin-bottom: 15px;
			width: 100%;
			text-align: center;
			margin-left: 50%;
			transform: translateX(-50%);
		}
		.sitemapMain{
			width: 75%;
		}
		.mobileMenuItems > li > ul > li{
			margin: 0;
			width: 100%!important;
		}
		.mobileMenuItems li{
			margin: 0 auto;
			padding-bottom: 0px;
		}
		header nav > ul > li{
			font-size: 19px;
			line-height: 25px;
		}
		header nav > ul > li > ul{
			width: 100%;
			margin: 25px 50% 00px 0%!important;
		}
		/* #searchBar{
			left: auto;
			right: 0%;
			transform: none;
			width: 100%;
		} */
		#searchBar input[type=image]{
			width: 42px;
		}
		.open{
			left: 50%!important;
			right: auto!important;
		}
		.helpBox{
			width: 75%;
			margin-left: auto;
			transform: none;
			margin: 20px 0;
		}
		.headerLogo{
			width: 200px;
		}
		/* .sprite.home{
			left: 200px;
		} */
		/* .donateHeader{
			width: 45px;
			height: 46px;
		} */
		/* em.sprite.donate{
			background-size: auto 64px;
			width: 64px;
			height: 64px;
			background-position: -138px 0;
			top: -18px;
			left: 0px;
		} */
		/* .sprite.home{
			left: 25%;
			top: 50%;
			transform: translateX(-25%) translateY(-50%);
		}
		.sprite.search{
			right: 25%;
			top: 50%;
			transform: translateX(25%) translateY(-50%);
			left: auto;
		} */
		#menu{
			right: 10px;
		}
		.navigation.transform{
			top: 10px;
			height: 100vh;
			width: 100%;
			background: #e3e1e1;
			overflow-y: scroll;
			position: relative;
		}
		.navigation.transform.navMove{
			top: 0;
			transform: translateY(50px);
			overflow-y: scroll;
		}
		.storySecondLink,
		.storyFirstLink{
			padding: 10px;
			width: 40%;
			text-align: center;
			font-size: 18px;
			line-height: 22px;
		}
		.blogFullContainer{
			padding-top: 25px;
		}
		.searchContainer{
			padding-top: 30px;
		}
		.shareArticle{
			width: 95%;
		}
	}

	@media screen and (max-width: 550px){
		.headerLogo{
			width: 150px;
		}
		#searchBar{
			width: 100%;
		}
		.sprite.search{
			right: 155px!important;
		}
		header a.contact h4,
		.donateHeaderText{
			font-size: 16px;
			line-height: 20px;
		}
		header a.contact,
		.donateHeader{
			width: 95px;
		}
		.view-cart-wrapper{
			right: 160px!important;
		}
		.dashboard-wrapper{
			padding: 20px;
		}
		.dash-item{
			padding: 15px;
		}
		.dash-item.icon-right,
		.dash-item.icon-left{
			flex-direction: column;
		}
		.carouselOverlay.nonHome{
			padding: 30px 0;
		}
		.storyPerson{
			display: none;
		}
		.storyText{
			width: 100%;
			transform: none;
			margin-left: auto;
		}
		.largeBlog .newsIndex .textContainer{
			padding: 20px 15px 55px 15px;
		}
		.imageTitle{
			width: 90%;
			height: auto;
		}
		.story{
			padding-bottom: 10%;
		}
		.largeBlog .newsHeroContainer .imageContainer img{
			width: 90%;
			height: auto;
		}
		.ack-reason-popup .inner{
			max-width: 100%;
		}
	}

	@media screen and (max-width: 500px){
		.ack-popup-inner{
			padding: 15px;
		}
		.ack-popup-inner p strong{
			width: auto;
		}
		.ack-popup-inner p{
			font-size: 12px;
			line-height: 23px;
		}
		.year-funding h4{
			font-size: 20px;
			line-height: 20px;
		}
		.grid-item.current{
			width: 100%!important;
		}
		.introContact{
			padding: 30px 20px;
		}
		.headerLogo{
			width: 150px;
		}
		.sprite.home,
		.sprite.search{
			left: 110px;
		}
		.sprite.search{
			left: auto;
		}
		.textContainerServices{
			padding: 25px;
		}
		.textContainerServices h3{
			font-size: 30px;
			line-height: 34px;
		}
		.imageRegisteredCharity{
			margin-top: 30px;
		}
		.imageRegisteredCharity img{
			width: 320px!important;
			height: auto!important;
		}
		.donateLinkContainer{
			width: 75%;
		}
		.donateLinkContainer h4{
			text-align: center;
		}
		.inline p {
			font-size: 12px;
			line-height: 14px;
		}
		.helpingHandLink{
			width: 100%;
			padding: 15px;
			width: 100vw;
		}
		.helpingHandLink h4{
			font-size: 17px;
			line-height: 21px;
		}
		.newsIndex{
			width: 100%!important;
			float: none!important;
			margin: auto;
		}
		.blogList{
			padding: 40px 30px 0px 30px;
		}
		.showMoreNews{
			width: 100%;
		}
		.readMore.servicesLinkText{
			width: 50%;
		}
		.referralAddresses p{
			font-size: 12px;
			line-height: 15px;
		}
		.accordion-title h2{
			font-size: 30px;
			line-height: 34px;
		}
		.accordion-content-image {
			width: 80%;
		}
		.imageRegisteredCharity,
		.textRegisteredCharity{
			padding: 20px;
		}
		.helpOther{
			bottom: 4%;
			width: 75%;
			text-align: center;
		}
		.mainPost .width50.right{
			font-size: 12px;
			line-height: 17px;
		}
		.blogListContainer{
			padding-left: 20px;
			padding-right: 20px;
		}
		.contactDetailsContainer > .left,
		.contactDetailsContainer > .right{
			margin: 0!important;
			width: 100%!important;
		}
		.contactDetailsLeftInner,
		.contactDetailsRightInner{
			gap: 10px!important;
		}
		.sprite.searchHeader{
			right: 45px;
		}
	}

	@media screen and (max-width: 450px){
		.servicesContainer {
			flex-direction: column-reverse;
		}
		.skillsImageBlocksContainer{
			row-gap: 75px;
			column-gap: 50px;
			justify-content: center;
		}
		.carouselOverlay h2{
			font-size: 33px;
			line-height: 32px;
		}
	}
	@media screen and (max-width: 425px){
		.headerLogo{
			width: 160px;
		}
		.immediateHelp .textContainerServices{
			padding: 20px;
		}
		.greenTextContainer{
			gap: 10px!important;
		}
		.servicesAvailable.textContainer{
			width: 85px;
			height: 85px;
		}
		.servicesAvailable.textContainer h3{
			top: 35px;
		}
	}
	@media screen and (max-width: 400px){
		.click-learn h5{
			bottom: -10px;
		}
		.year-funding h4{
			bottom: 10px;
		}
		.donateHeader h4,
		.absolute.contact h4{
			font-size: 14px;
			line-height: 21px;
		}
		.navigation.transform{
			top: -10px;
		}
		.sprite.home{
			display: none;
		}
		header{
			height: 70px;
		}
		.rooms{
			padding-left: 10px;
			padding-right: 10px;
		}
		.rooms a{
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		.sprite.search{
			right: 13%;
		}
		.view-cart-wrapper{
			transform: none!important;
		}
		.sprite.search{
			top: 3px;
		}
		.socialLine.left{
			margin-left: -30%;
		}
		.socialLine.right{
			margin-right: -30%;
		}
		.blog-full .title{
			font-size: 28px;
			line-height: 32px;
		}
		/* .shareArticle{
			bottom: -300px;
		} */
		.sprite.donate{
			background-size: auto 100px;
			width: 120px;
			height: 120px;
		}
		.aboutFerryProjectHero .slide{
			margin-top: 70px;
		}
		.carouselOverlay.nonHome{
			padding: 15px 0;
		}
		.slide{
			margin-top: 70px!important;
		}
		.footerCenter .socials{
			width: 100%;
			display: flex;
			justify-content: center;
		}
		.headerLogo{
			min-width: 0px;
			width: 125px;
		}
	}
	@media screen and (max-width: 350px){
		.imageRegisteredCharity img{
			width: 250px!important;
			height: auto!important;
		}
	}
	@media screen and (max-width: 340px){
		.blog-full{
			min-height: 1250px;
		}
	}

	/* PRINT RULES */

	@page {
		size: 42cm 59.4cm;
		margin: 5mm
	}

	@media print {
		*{
			page-break-inside: auto
		}

		header{
			position: relative
		}

		#headerdummy{
			display: none
		}
	}
