.animated,
.animated * {
	-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
}

.wideRow {
	max-width: 100%;
}

.blueText {
	color: #3c5472 !important;
}

body {
	font-family: "Myriad";
}

h1, h2, h3 {
	font-weight: bold;
	color: #31a3b8;
	font-family: "Myriad";
}

h4, h5, h6 {
	font-weight: normal;
	color: #3c5472;
	font-family: "Myriad";
}

.content p,
.content a {
	color: #4cafc1;
	font-size: 1.5rem;
	font-family: "Myriad";
	font-weight: normal;
}

.content a {
	color: #3c5472;
}

#ForgotPassword,
#ForgotPassword a {
	line-height: 1;
	display: none;
}


.header {
	background: transparent url(../images/header.png) no-repeat center bottom;
    position: fixed;
    top: -400px;
    z-index: 1000;
    left: 0px;
    right: 0px;
    padding-bottom: 22px;
}

.header.loaded {
	top: 0px;
}

/*.header .wideRow > div {
	position: relative;
}
	.header .wideRow > div:before {
		content: "";
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background: rgba(255,255,255,0.7);
		position: absolute;
		z-index: -1;
	}*/

.header .mainMenu > li {
	position: relative;
}

.header .mainMenu > li > a {
	color: #1a99b0;
	font-size: 1.875rem;
	font-weight: bold;
}
	.header .mainMenu > li > a:hover {
		background: #e9edef;
	}

	.header .mainMenu > .haveChildren > a {
		padding-left: 2rem;
		position: relative;
	}

	.header .mainMenu > .haveChildren > a:before {
		content: "";
		position: absolute;
		left: 10px;
		top: 0px;
		bottom: 0px;
		width: 20px;
		background: transparent url(../images/arrow.png) no-repeat center center;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
	}

	.header .mainMenu > .haveChildren:hover > a:before {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

.header .mainMenu li:hover .submenu {
	max-height: 10000px;
}

.header .mainMenu .submenu {
	position: absolute;
	top: 100%;
	background: #cdd6db;
	max-height: 0px;
	overflow: hidden;

}

.header .mainMenu .submenu li a {
	font-style: italic;
	font-size: 1.5rem;
	font-weight: normal;
}
	.mainMenu .submenu li a:hover {
		background-color: #a5bac6;
		color: #fff;
	}


.layoutHolder {
	background: transparent url(../images/line.png) repeat-x center top;
	margin-top: -25px;
	position: relative;
	z-index: 100;
}



.footer {
	background: #3c5472;
}

.footer * {
	color: #fff;
}

.footer a {
	padding: 0.1rem 1rem !important;
	font-style: italic;
	display: inline-block !important;
}

.footer .submenu a {
	font-weight: normal;
}

#Form_NewsletterForm .field.text,
#Form_NewsletterForm .field.dropdown {
	float: left;
	clear: both;
}

#Form_NewsletterForm .field.text label,
#Form_NewsletterForm .field.dropdown label {
	float: left;
	width: 100px;
}

#Form_NewsletterForm .field.dropdown .middleColumn,
#Form_NewsletterForm .field.text .middleColumn {
	width: 200px;
	float: left;
}

#Form_NewsletterForm .field.text input,
#Form_NewsletterForm .field.dropdown input,
#Form_NewsletterForm .field.dropdown select,
#Form_NewsletterForm .field.dropdown select * {
	color: #000;
}

#Form_NewsletterForm .field.checkbox {
	clear: both;
}

#Form_NewsletterForm_action_dosaveNewsletter {
	border: 1px solid #ab0000;
	background: #ab0000;
	padding: 5px 10px;
	color: #fff;
	border-radius: 0px;
	min-width: 150px;
	-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;

}
	#Form_NewsletterForm_action_dosaveNewsletter:hover {
		background: transparent;
	}

#Form_NewsletterForm_action_resetForm {
	border: 1px solid #fff;
	background: #fff;
	padding: 5px 10px;
	color: #7a7a7a;
	border-radius: 0px;
	min-width: 150px;
	-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;

}
	#Form_NewsletterForm_action_resetForm:hover {
		color: #fff;
		background: transparent;
	}

.accordion-title {
	font-size: 1.5rem;
	font-weight: bold;
	font-style: italic;
	background-color: #fff;
	border: 0px;
	color: #4cafc1 !important;
}
	.accordion-title::before {
		content: "" !important;
	}

	.accordion-title:hover,
	.accordion-title:focus,
	.is-active .accordion-title {
		background: transparent;
	}

	.accordion-title img {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);

	}

	.is-active .accordion-title img {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

.accordion-item,
.accordion-content,
.accordion-title {
	border: 0px !important;
}


#mobileMenu {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	background: #cdd6db;
	display: none;
	max-height: 0px;
	overflow: hidden;
}

.hamburger {
	display: none !important;
	color: #4cafc1;
	position: absolute;
	top: 30px;
	right: 0px;
}
	.hamburger span span,
	.hamburger span span::before,
	.hamburger span span::after {
		background-color: #4cafc1;
	}

.pageBoxLink {
	display: inline-block;
	background: #1a99b0;
	color: #fff;
	padding: 30px 10px;
	font-family: "Advertising";
	width: 220px;
	height: 220px;
	border-radius: 10px;
	margin: 0 5px 10px 5px;
	font-size: 4rem;
	border: 2px solid #1a99b0;
}
	.pageBoxLink:hover {
		background: #fff;
		color: #1a99b0;
	}

input,
option,
select {
	line-height: 1;
}

@media screen and (max-width: 82.5em) {
	.header .mainMenu {
		display: none;
	}

	.hamburger,
	#mobileMenu {
		display: block !important;
		
	}

	#mobileMenu.is-active {
		max-height: 1000px;
	}
}

@media screen and (max-width: 39.9375em) {
	.logo {
		width: 50%;
	}

	.header {
		padding-bottom: 5px;
	}

	.hamburger {
		right: 25px;
		top: 20px;
	}
}