html, body {
	padding: 0;
	height: 100%;
	width: 100%;
}

div.cookies {
	width: calc(100% - 100px);
	padding: 10px 100px 10px 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: absolute;
	left: 50px;
	bottom: 0;
	display: block;
	margin: 0 auto 0 auto;
	background-color: #eaeaea;
	background-color: rgba(255, 255, 255, 0.7);
}

div.cookies p {
	font-weight: 100;
	line-height: 2.2em;
	height: 2.1em;
}

button.cookiesOK {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 80px;
	height: calc(100% - 20px);
	background-color: transparent;
	border: 1px solid #5a5a5a;
}

button.cookiesOK:hover {
	color: #e5e5e5;
	cursor: pointer;
	background-color: #5a5a5a;
}

button.cookiesOK:active {
	border-color: #ddd;
	background-color: #ddd;
	color: #5a5a5a;
}

@media screen and (max-width: 768px) {
	div.cookies p {
		line-height: 1.5em;
		height: auto;
	}
	button.cookiesOK {
		height: auto;
	}
}

div#head {
	position: relative;
	min-width: 100%;
/*	min-height: 400px;*/
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 3px solid #660066;
}

h1.boom {
	text-align: center;
	font-size: 3em;
	margin: 60px 10px;
}

h1.boom.smallBoom {
	font-size: 1.8em;
	line-height: 1.9em;
	width: 100%;
	max-width: 1000px;
	display: block;
	position: relative;
	margin: auto;
}

div.background {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #fff;
}

div.preloadedImages {
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 1px;
	left: -9999px;
	top: -9999px;
}

div#logoBox {
	position: relative;
	bottom: 0;
	height: auto;
	max-height: calc(100% - 80px);
	padding: 20px;
	width: 100%;
	background-position: bottom;
}

img.orgLogo {
	position: relative;
	border-radius: 3px;
	display: block;
	margin: 0 auto 10px auto;
	width: 100%;
	max-width: 450px;
	height: auto;
	max-height: 130px;
	background-color: #fff;
	padding: 5px;
}

div.grad {
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	z-index: 0;
	background: linear-gradient(0deg, rgba(102, 0, 102, 0.9), transparent);
}

div#logoBox img.logo,
div#logoBox img.poweredBy {
	display: block;
	margin: auto;
	width: 90%;
	height: auto;
	max-width: 450px;
}

div#logoBox img.poweredBy {
	max-width: 100px;
	margin-bottom: 20px;
}

div#logoBox h3 {
	width: 100%;
	text-align: center;
	font-size: 1.7em;
	margin: 20px 0 0 0;
	color: #fff;
	opacity: 0.8;
}

div#head div.buttons {
	width: calc(100% - 14px);
	max-width: 400px;
	margin: 0px auto 20px auto;
	padding: 7px;
	z-index: 2;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
	top: 7px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

div.buttons label,
div.buttons input {
	width: 100%;
	font-size: 1em;
	margin-bottom: 10px;
	display: block;
	color: #3a3a3a;
}

div.buttons label {
	font-size: 1em;
	margin-bottom: 0px;
}

div.buttons input {
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 5px;
	border-radius: 3px;
	background-color: #f1f1f1;
}

div.buttons input.logIn {
	text-align: center;
}

div.buttons input:focus {
	background-color: #dafbff;
}

div#loginDots,
div#loginDots2 {
	height: 40px;
	width: 40px;
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
	display: none;
}

p.loggedIn {
	padding: 10px;
	border-radius: 3px;
	width: 100%;
	max-width: 400px;
	background-color: #fff;
	text-align: center;
}

a.loggedIn {
	color: #5a5a5a;
	font-weight: 100;
	border-radius: 3px;
	width: calc(50% - 5px);
	display: block;
	float: left;
	background-color: #abdbe1;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
}

a.loggedIn:first-of-type {
	margin-right: 10px;
}

a.loggedIn:hover {
	background-color: #00c5da;
	color: #fff;
	cursor: pointer;
}

p.welcomeName {
	position: relative;
	z-index: 900;
	font-size: 1.2em;
	text-align: center;
	color: #3a3a3a;
	font-weight: light;
/*	padding: 5px;*/
	width: 100%;
	max-width: 300px;
	margin: 0 auto 5px auto;
}

p.iForgot {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 7px;
	font-weight: 700;
	text-align: center;
	color: #3a3a3a;
}

p.iForgot a {
	color: #606 !important;
}

button.indexButton {
	width: 100%;
	height: 30px;
	display: block;
	float: left;
	padding: 0 10px;
	border-radius: 3px;
	background-color: transparent;
	border: 2px solid #606;
	font-weight: 100;
	color: #606;
	font-size: 1.3em;
}

button.indexButton.logInSend,
button.indexButton.logInCancel {
/*	width: 100px;*/
	float: left;
}

button.indexButton.soloButton {
	float: none;
	margin: auto;
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding: 20px 40px;
	height: auto;
	width: auto;
}

button.indexButton:hover {
	background-color: #606;
	color: #fff;
}

button.indexButton:active {
	background-color: #543ede;
	border-color: #543ede;
}

button.indexButton.logInSend,
button.indexButton.signUpSend {
	margin-right: 10px;
}

div#inputBox {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 347px;
	background-color: #fff;
	display: none;
	z-index: 1000;
	border-bottom: 3px solid #660066;
}

div.christmasMessage {
	padding: 20px;
	text-align: center;
	background-color: #abdbe1;
}

div.christmasMessage p {
	margin-bottom: 10px;
}

div.christmasMessage p:last-of-type {
	margin-bottom: 0;
}

div.formBox {
	padding: 20px;
	display: none;
	max-width: 800px;
	margin: auto;
	font-weight: 100;
	z-index: 3000;
}

div.formBox h3 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: 100;
}

div.loginError {
	float: left;
	padding-top: 3px;
	display: none;
}

div.loginError p.error {
	text-align: left;
	color: #cd5648;
	font-weight: 700;
}

div.iforgot {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 50px 10px 10px 10px;
	width: 100%;
	max-width: 700px;
	border-radius: 3px;
	position: relative;
	margin: auto;
	top: 20px;
}

div.iforgot h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #00c5da;
	color: #fff;
	border-bottom: 2px solid #660066;
	padding: 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

div.iforgot p,
div.iforgot label,
div.iforgot input {
	margin-bottom: 10px;
	display: block;
}

div.iforgot input {
	width: 100%;
	max-width: 600px;
	border: 1px solid #5a5a5a;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 1.3em;
}

button.indexButton.iforgot {
	float: none;
}

div.errorBox,
div.successBox {
	margin-bottom: 10px;
	border: 3px solid #d66565;
	border-radius: 3px;
	background-color: #f6dede;
	padding: 10px;
}

div.errorBox p,
div.successBox p {
	font-weight: 700;
	font-size: 1.1em;
	color: #d66565;
	text-align: center;
	margin-bottom: 0;
}

div.successBox {
	border-color: #5abf5a;
	background-color: #dbf1db;
	margin-bottom: 0;
}

div.successBox p {
	color: #5abf5a;
}

div.wordWrap {
	min-height: 200px;
	width: 100%;
	width: calc(100% - 40px);
	max-width: 1360px;
	margin: auto;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 0 0 0 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

div.wordWrap h2 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 2em;
}

div.wordWrap h2:first-of-type {
	margin-top: 20px;
}

div.wordWrap p,
div.wordWrap li {
	max-width: 80%;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
}

div.wordWrap div.indexFooter p.address {
	margin-bottom: 3px;
}

div.wordWrap p.policyLinks {
	max-width: none;
	margin-bottom: 0;
	float: none;
	clear: right;
}

div.wordWrap p.policyLinks a {
	color: #a2aab2;
}

div.wordWrap ol {
	width: 60%;
	margin: auto;
	display: block;
	position: relative;
	margin-bottom: 40px;
}

div.wordWrap li {
	text-align: left;
	margin-bottom: 0;
	max-width: 90%;
}

div.wordWrap img {
	/*border: 1px solid #5a5a5a;*/
	border-radius: 3px;
	height: auto;
	width: auto;
	max-width: 80%;
	margin: 0 auto 40px auto;
	display: block;
}

div.wordWrap a {
	color: #00c5da;
}

div.browsers {
	width: 100%;
	margin: 40px 0;
}

div.wordWrap div.browsers a img.browserImage {
	width: 14%;
	margin: 20px 1.33333333%;
	display: inline;
	height: auto;
	float: left;
	border: 0;
	transition: -webkit-filter 0.2s linear, filter 0.2s linear;
	-webkit-transition: -webkit-filter 0.2s linear;
}

div.browsers:hover a img.browserImage {
	filter: blur(3px) grayscale(100%);
	-webkit-filter: blur(3px) grayscale(100%);
}

div.browsers:hover a img.browserImage:hover {
	filter: blur(0px) grayscale(0%);
	-webkit-filter: blur(0px) grayscale(0%);
}

div.wordWrap div.browsers a {
	border: 0;
}

div.wordWrap ul {
	display: block;
	width: auto;
	margin: auto;
	max-width: 90%;
	text-align: center;
	margin-bottom: 20px;
}

/*div.wordWrap ul li {
	text-align: center;
	list-style: none;
	font-weight: 700;
}*/

iframe {
	/*display: block;
	position: relative;
	margin: auto;*/
}

/*iframe.youTube {
	width: 100%;
	height: 100%;
	position: absolute;
}

div.youTubeWrapper {
	width: 100%;
	padding-bottom: 56.25%;
	display: block;
	position: relative;
	margin: auto;
}*/

div.orgGrid {
	width: 100%;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}

div.org {
	width: 25%;
	height: 140px;
	min-height: 140px;
	float: left;
	padding: 20px;
	white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

div.orgGrid.three div.org {
	width: 33.333%;
}

div.org img {
	max-height: 140px;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

div.contrastStrip {
	padding: 20px;
	background-color: #00c5da;
	margin-bottom: 20px;
}

div.contrastStrip:nth-last-child(2) {
	margin-bottom: 0;
}

div.contrastStrip p,
div.contrastStrip p span.bold,
div.contrastStrip a,
div.contrastStrip h2,
div.contrastStrip * {
	color: #fff;
}

div.contrastStrip a {
	font-weight: 700;
}

div.wordWrap img.ig {
	width: 100%;
	height: auto;
	max-width: 1100px;
}

div.indexFooter {
	height: 100px;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
}

div.indexFooter:after {
	content: "";
	height: 70px;
	width: 100%;
	display: block;
	clear: both;
}

div.indexFooter img {
	height: 50px;
	width: auto;
	float: left;
}

div.indexFooter p {
	float: right;
	text-align: right;
	color: #b2bac2;
	font-size: 0.7em;
	line-height: 1.2em;
}

div.socialMediaIcons {
	width: 100%;
	height: auto;
	max-width: 330px;
	position: relative;
	margin: auto;
}

div.socialMediaIcons a {
	width: 60px;
	height: 60px;
	margin-right: 30px;
	float: left;
	border: 0;
}

div.socialMediaIcons a:last-child {
	margin-right: 0;
}

div.socialMediaIcons img.smIcon {
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	transition: -webkit-filter 0.2s linear, filter 0.2s linear;
	-webkit-transition: -webkit-filter 0.2s linear;
	border: 0;
}

div.socialMediaIcons:hover a img.smIcon {
	filter: blur(3px);
	-webkit-filter: blur(3px);
}

div.socialMediaIcons a img.smIcon:hover {
	filter: blur(0px);
	-webkit-filter: blur(0px);
}

div.indexNav {
	width: 100%;
	height: 60px;
	background-color: #abdbe1;
	border-bottom: 2px solid #660066;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}

div.indexNav div.navItem {
	width: 20%;
	float: left;
	height: 60px;
}

div.indexNav a {
	text-decoration: none;
}

div.indexNav div.navItem p {
	line-height: 60px;
	font-weight: 700;
	color: #5a5a5a;
	text-align: center;
}

div.indexNav div.navItem:hover {
	background-color: #00c5da;
	border-bottom: 2px solid #660066;
}

div.indexNav div.navItem:hover p {
	color: #fff;
}

div.indexNav div.navItem:active {
	background-color: #0097a7;
}

div.indexNav div.navItem.menu {
	display: none;
}

div.basket {
	width: 120px;
	height: 70px;
	background-color: #ff7800;
	position: fixed;
	top: 140px;
	right: 0;
	z-index: 1000;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: none;
}

div.basket:hover {
	cursor: pointer;
	background-color: #00c5da;
}

div.basket img {
	width: 57px;
	height: 37px;
	position: absolute;
	right: 5px;
	top: 15px;
}

div.basket p.itemCount {
	color: #fff;
	font-weight: 700;
	height: 70px;
	line-height: 70px;
	font-size: 2em;
	width: 50%;
	text-align: center;
}

div.basketWrap {
	max-width: 1360px;
}

/* Media Queries */

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 740px) {
	div.wordWrap {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 740px) {

	div#logoBox img.logo {
		max-width: 250px;
	}

	div#logoBox img.poweredBy {
		margin-bottom: 5px;
		display: none;
	}

	div#logoBox h3 {
		margin: 5px 0;
		font-size: 1.2em;
	}

}

@media screen and (max-height: 768px) {
	
}

@media screen and (max-width: 570px) {
	div.org {
/*		width: 90%;*/
		display: block;
		position: relative;
		float: none;
		margin: 10px auto;
	}
	div#logoBox {
		padding-bottom: 80px;
	}
}

@media screen and (orientation: portrait) and (max-width: 570px) {

	div.basket {
		width: 80px;
		height: 50px;
	}

	div.basket img {
		width: 35px;
		height: 23px;
		top: 13px;
	}

	div.basket p.itemCount {
		height: 50px;
		line-height: 50px;
		font-size: 1.8em;
	}

	div#head {
		background-position: -120px center;
	}

	div#logoBox h3 {
		font-size: 1.2em;
	}

	div#logoBox img.poweredBy {
		max-width: 100px;
		height: auto;
		margin-bottom: 20px;
	}

	div.loginError {
		background-color: #fff;
		padding: 10px;
		border-bottom: 3px solid #660066;
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	div.wordWrap ul li {
		margin-bottom: 30px;
		font-size: 1.1em;
	}

	div.indexNav {
		height: auto;
	}

	div.indexNav div.navItem {
		width: 100%;
		float: none;
	}

	div.indexNav div.navItem:hover {
		border: 0;
	}

	div.indexNav div.navItem.item {
		display: none;
	}

	div.indexNav div.navItem.menu {
		display: block;
	}

}

@media screen and (max-width: 740px) {

	img.orgLogo {
		height: 130px;
/*		width: auto;*/
		max-width: 100%;
		padding: 5px;
	}

	div#logoBox img.logo {
		width: auto;
		height: 80px;
	}

}

@media screen and (orientation: landscape) and (max-width: 570px) {

	div#logoBox img.poweredBy {
		max-width: 100px;
		height: auto;
		margin-bottom: 20px;
	}

	div#logoBox img.logo {
		max-width: 250px;
	}

	div#logoBox img.poweredBy {
		display: none;
	}

	div#logoBox h3 {
		margin: 5px 0;
		font-size: 1em;
	}

	img.orgLogo {
		height: 100px;
		width: auto;
		max-width: 100%;
		padding: 5px;
	}

	div#logoBox img.logo {
		width: auto;
		height: 60px;
	}

}

@media screen and (max-width: 375px) {

	div.socialMediaIcons a {
		width: 25%;
		margin: 0;
		padding: 5px;
	}

}































