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

p.red {
	font-weight: 700 !important;
	color: red;
}

div.cookies {
	width: 100%;
	max-width: 1360px;
	padding: 10px 100px 10px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	display: block;
	margin: -57px 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;
	border-radius: 5px;
	font-size: 0.8em;
	font-weight: 700;
}

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 {
		position: relative;
		margin-top: 0;
	}
	div.cookies p {
		line-height: 1.5em;
		height: auto;
	}
	button.cookiesOK {
		/*height: auto;*/
	}
}

div#header {
	width: 100%;
	padding: 20px 200px 20px 20px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.90);
	position: relative;
	z-index: 100;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0px 15px 0px -10px #bfbfbf;
}

div#header img {
	width: 100%;
	max-width: 566px;
	height: auto;
	display: block;
}

div#rightSideWrap {
	width: 280px;
	position: absolute;
	top: 20px;
	right: 20px;
	height: auto;
	z-index: 200;
}

.loginBox,
.registerBox,
.logoBox {
	width: 100%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 70px 20px 20px;
	border-radius: 5px;
	box-shadow: 0px 15px 0px -10px #bfbfbf;
	margin: 0 0 20px 0;
	position: relative;
}

.logoBox {
	padding: 20px;
	margin: 0;
}

.logoBox a {
	border: 0;
}

.logoBox img {
	display: block;
}

.logoBox img:hover {
	cursor: pointer;
}

.loginBox form {
	width: 100%;
}

.loginBox label,
.loginBox input {
	display: block;
	height: 30px;
	width: 100%;
}

.loginBox label {
	height: auto;
	margin-bottom: 5px;
}

.loginBox input {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #5a5a5a;
	border-radius: 5px;
}

button.registerButton {
	width: 100%;
}

button.registerButton.individual {
	margin-bottom: 20px;
}

button.registerButton.home {
	margin-top: 20px;
	padding: 29px 20px;
}

div.photoBox.wide {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	background-image: url(../img/indexImage3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	padding: 20px 320px 20px 20px;
	border-bottom: 3px solid #ff7800;
}

div.introText {
	min-width: 200px;
	max-width: 300px;
	width: 30%;
	height: auto;
	position: relative;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.90);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 15px 0px -10px #bfbfbf;
	float: left;
}

div.introText h3 {
	margin-bottom: 20px;
}

div.introText p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 100;
	text-align: left;
}

div.introText ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

div.introText ul li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

div.introText p:last-child {
	margin-bottom: 0;
}

h1.strapLine {
	display: inline-block;
	width: auto;
	position: absolute;
	left: 20px;
	bottom: 20px;
	float: left;
	clear: both;
	padding: 20px;
	height: 70px;
	line-height: 30px;
	font-size: 30px;
	border-radius: 5px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.90);
	text-align: center;
	box-shadow: 0px 15px 0px -10px #bfbfbf;
}

.logoLogin {
	position: relative;
	top: 20px;
	left: 0;
	width: 210px;
	height: 50px;
	background-color: #00c5da;
	border-bottom: 5px solid #ff7800;
	z-index: 4;
}

.loginBox div.logoLogin,
.registerBox div.logoLogin {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px 20px;
	border-bottom: 3px solid #ff7800;
}

.loginBox div.logoLogin img,
.registerBox div.logoLogin img {
	float: right;
	height: 30px;
	width: auto;
}

.loginBox div.logoLogin h3,
.registerBox div.logoLogin h3 {
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 40px 0 0;
}

.bold {
	font-weight: 700 !important;
}

div.wordWrap {
	min-height: 200px;
	max-width: 1360px;
	margin: auto;
	background-color: #fff;
	padding: 40px 0 0 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.wordWrap h2 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

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 ol {
	width: 60%;
	margin: auto;
	display: block;
	position: relative;
	margin-bottom: 40px;
}

div.wordWrap li {
	text-align: left;
	margin-bottom: 0;
}

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

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

div#footer {
	padding: 20px;
}

.loggedInButtons {
	width: 100%;
}

a.loggedInButtons {
	margin-bottom: 20px;
	display: block;
}

a.loggedInButtons:last-child {
	margin-bottom: 0;
}

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;
}

p.forgotPasswordLink {
	margin-top: 20px;
}

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

div.contrastStrip:last-of-type {
	margin-bottom: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

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

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

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

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.christmasMessage {
	padding: 20px;
	text-align: center;
	background-color: #abdbe1;
}

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

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

@media screen and (max-width: 1361px) {
	div.wordWrap,
	div.contrastStrip:last-of-type {
		border-radius: 0;
	}
}

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

	div.photoBox.wide {
		padding: 20px;
	}

	div#rightSideWrap {
		position: relative;
		float: right;
		top: 0;
		right: 0;
		clear: right;
	}

	div#header {
		padding: 20px 200px 20px 20px;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.90);
		position: relative;
		z-index: 100;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	div.introText {
		min-width: auto;
		max-width: 25%;
		height: auto;
		position: relative;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.90);
		padding: 20px;
		border-radius: 5px;
		float: left;
		clear: left;
	}

	div.introText p {
		font-size: 14px;
	}

	h1.strapLine {
		font-size: 26px;
		position: relative;
		float: right;
		clear: both;
		left: auto;
		bottom: auto;
	}

}

@media screen and (max-width: 1023px) {
	h1.strapLine {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	h1.strapLine {
		font-size: 18px;
	}
	div.wordWrap ol {
		width: 80%;
	}
	div.introText {
		width: 40%;
		max-width: none;
	}
	div#rightSideWrap {
		width: 57%;
	}
	div.registerBox {
		margin-bottom: 0;
	}
	div.logoBox {
		display: none;
	}
	.loginBox.loggedIn {
		margin-bottom: 0;
	}
}

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

}

@media screen and (max-width: 540px) {
	div#header {
		padding: 20px 80px 20px 20px;
	}

	div.introText {
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
	}

	.logoBox img {
		display: block;
		margin: auto;
	}

	h1.strapLine {
		width: 100%;
		max-width: auto;
		display: block;
		font-size: 14px;
		clear: auto;
	}

	div#rightSideWrap {
		width: 100%;
	}

	div.wordWrap ol {
		width: 95%;
	}

	div.wordWrap img {
		max-width: 95%;
	}
}

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

}























