@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	background-color: #ffffff;
	font-size: 16px;
}
p {
	margin: 0px 0 20px 0;
}
header {
	background-color: #596970;
}
a {
	color: #003643;
	text-decoration: underline;
}
a:visited, a:active, a:focus, a:active:focus {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}
.form-container {
	padding: 0px;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
.preferences .form-container {
	max-width: 860px;
}
.greyBox {
	padding: 20px 0;
	background-color: #f8f8f8;
}
.flexBox {
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
header .flexBox {
	max-width: 1200px;
	margin: 0 auto;
/*	background-image: url();*/
	height: 150px;
	background-repeat: no-repeat;
	background-position-x: right;
	align-items: center;
	flex-wrap: nowrap;
}
.flexBox .form-group {
	display: flex;
	flex-direction: column;
	padding: 10px;
	width: 280px;
}
.greyBox .flexBox .form-group {
	width: 420px;
}
.form-group {
	display: flex;
	margin-bottom: 20px
}
.form-group:last-child {
	margin-bottom: 0px;
}
.greyBox label {
	color: #003643;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	padding: 4px 0px 13px 0px;
	font-family: Arial, serif;
	margin-bottom: 0px;
}
.greyBox input {
	padding: 10px 20px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: normal;
	color: #003643;
	vertical-align: none;
	text-align: left;
	text-transform: none;
	background-color: #ffffff;
	border-color: transparent;
}
.preferences {
	padding: 20px;
	background-color: #FFFFFF;
}
.preferences .flexBox {
	margin: 20px 0;
}
.preferences p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #003643;
}
.preference .name {
	font-size: 17px;
	font-weight: bold;
}
.preference .frequency {
	font-size: 11px;
}
.preference .more-info {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.25s ease-out;
	margin-bottom: 0;
}
.preference .show.more-info {
	max-height: 100px;
}
.preference .see-more-link {
	text-decoration: underline;
	cursor: pointer;
	font-size: 13px;
	color: #003643;
}
.preferences .form-group {
	margin-bottom: 15px
}
.form-group.preference {
	-webkit-box-shadow: 0px 0px 0px 2px #F8F8F8; 
	box-shadow: 0px 0px 0px 2px #F8F8F8;
	padding: 0;
}
.form-group.preference:nth-of-type(3n+2), .optstatus + .optstatus {
	margin-left: 10px;
	margin-right: 10px;
}
.preference .details, .preference .subscribe, .preference .unsubscribe, .optstatus .optin, .optstatus .optout {
	padding: 10px;
}
.form-group.optstatus {
	padding: 0px;
}
.preference .details {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
label.radio-container {
	display: flex;
	cursor: pointer;
}
.preference .subscribe, .preference .unsubscribe, .optstatus .optin, .optstatus .optout {
	-webkit-box-shadow: 0px -1px 0px 1px #F8F8F8; 
	box-shadow: 0px -1px 0px 1px #F8F8F8;
	border: 1px solid #ffffff;
}
.preference .remove-shadow, .optstatus .remove-shadow {
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}
input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-right: 10px;
}
input#email:read-only {
	background-color: #e3e3e3;
	cursor: no-drop;
}
h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #003643;
	font-size: 28px;
	font-weight: normal;
	font-family: 'Lora', serif;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003643;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Lora', serif;
}
.clCompulsoryMarker {
	color: #003643;
	font-weight: bold;
}
p.clCompulsoryMarker {
	padding: 0;
	margin: 0;
}
input[type=submit]:hover {
	background-color: #007FB0 !important;
}
input[type=submit]:active, input[type=submit]:active:focus, input[type=submit]:focus {
	background-color: #007FB0 !important;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}
input[type=submit] {
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #007FB0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	padding: 8px 20px;
	color: #FFFFFF !important;
	border-radius: 5px;
	border: 0 !important;
	cursor: pointer;
}
input[type=radio] + label {
	margin-left: 10px;
}
.has-error * {
	color: red !important;
}
.privacy-error {
	display: block !important;
	margin-top: 20px;
}
.form-control {
	border-radius: 0px;
}
.form-control:focus {
	border: 1px solid #003643;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* Customize the label (the container) */
.checkbox-container {
	position: relative;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
	line-height: 25px;
	border: 1px solid #D9D9D9;
	padding: 10px 10px 10px 45px;
}
/* Customize the label when selected */
.checkbox-container.selected {
	background-color: #CDEDF9;
	border: 1px solid #003643;
}
.checkbox-container:hover {
	background-color: #CDEDF9;
	border: 1px solid #003643;
}
.subscribe.selected, .unsubscribe.selected, .optin.selected, .optout.selected {
	background-color: #CDEDF9;
	border: 1px solid #003643;
}
.subscribe:hover, .unsubscribe:hover, .optin:hover, .optout:hover {
	background-color: #CDEDF9;
	border: 1px solid #003643;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 25px;
	width: 25px;
	background-color: #FFFFFF;
	border: 1px solid #003643;
}
/* On mouse-over */
.checkbox-container:hover input ~ .checkmark {
	background-color: #ffffff;
}
/* When the checkbox is checked */
.checkbox-container input:checked ~ .checkmark {
	background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 9px;
	top: 4px;
	width: 6px;
	height: 12px;
	border: solid #00A3E2;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (min-width: 959px) {
}

@media (min-width: 768px) {
}

@media (max-width: 1024px) {
	.form-group.preference:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	.form-group.preference:nth-of-type(2n) {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 707px) {
	.form-group.preference:nth-of-type(2n) {
		margin-left: 0;
		margin-right: 0;
	}
	.form-group.preference:nth-of-type(n) {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 687px) {
	.form-group.preference:nth-of-type(n) {
		margin-left: 0;
		margin-right: 0;
	}
    .optstatus + .optstatus {
	margin-left: 0px;
	margin-right: 0px;
}
}

@media (max-width: 768px) {
.form-container {
	width: 100% !important;
}
}

@media (max-width: 575px) {
h1 {
	font-size: 36px !important;
}
input[type=submit] {
	width: 100% !important;
}
}

@media (max-width: 450px) {
}
