@charset "UTF-8";
body {
	background-repeat: no-repeat;
	background-position: 50% 45px;
	background-size: 100% auto;
	background-image: url(../images/background-body.png), -webkit-linear-gradient(270deg,rgba(233,241,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: url(../images/background-body.png), linear-gradient(180deg,rgba(233,241,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#pageHeader {
	width: 100%;
}
#pageHeader .navContainer {
	width: 100%;
	background-color: #5E6C89;
	position: fixed;
	z-index: 100;
	-webkit-box-shadow: 0px 2px 3px #999999;
	box-shadow: 0px 2px 3px #999999;
	top: 0em;
	border-top-width: 0.em;
	border-top: 0.1875em solid #E6D7BA;
	border-bottom: 0.1875em solid #E6D7BA;
}
#pageHeader #logo {
	max-width: 500px;
	margin-top: 4em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
}
#pageHeader #logo img {
	max-width: 100%;
}
#pageContent {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1em;
	max-width: 65em;
}
#pageContent .splash {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 4px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 7px #BBD7F8;
	box-shadow: 0px 3px 7px #BBD7F8;
	width: 100%;
	height: auto;
	max-width: 1024px;
}
#pageContent .splash img {
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 4px;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 0.6em;
}
#pageContent .splash .pageTitle {
	margin-top: -5.5em;
	max-width: 100%;
	margin-left: 1em;
	padding-bottom: 0.25em;
}
#pageContent .splash .pageTitle h1  {
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #5E6C89;
}
#pageContent .textContent  {
	text-align: left;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
	margin-bottom: 1.5em;
}
#pageContent .textContent p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#pageContent .textContent p.important {
	font-weight: bold;
	font-style: italic;
	color: #5E6C89;
}
#pageContent .columnsContainer  {
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#pageContent .columnsContainer img  {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 4px;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 7px #E9F1FA;
	box-shadow: 0px 3px 7px #E9F1FA;
	max-width: 100%;
	width: 100%;
	height: auto;
}
#pageContent .leftColumn  {
	width: 32%;
	float: left;
	padding-right: 1%;
	min-width: 288px;
	padding-bottom: 1em;
}
#pageContent .centerColumn  {
	width: 32%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	min-width: 288px;
	padding-bottom: 1em;
}
#pageContent .rightColumn  {
	width: 32%;
	float: left;
	padding-left: 1%;
	min-width: 288px;
	padding-bottom: 1em;
}
#pageContent .textContent .contactInfo {
	font-size: 0.8em;
	font-weight: bold;
}
#pageContent h2{
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	font-size: 1.25em;
	font-weight: bold;
	color: #5E6C89;
}
#pageContent h3{
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	font-size: 1.15em;
	color: #5E6C89;
	font-weight: bold;
}
#pageContent a:link {
	color: #5db1e3;
	font-weight: bold;
	text-decoration: none;
}
#pageContent a:visited {
	color: #5db1e3;
	font-weight: bold;
	text-decoration: none;
}
#pageContent a:hover {
	color: #1E4877;
	font-weight: bold;
	text-decoration: none;
}
#pageContent a:active {
	color: #1E4877;
	font-weight: bold;
	text-decoration: none;
}
#pageFooter {
	width: 100%;
	padding-top: 1em;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(233,241,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(233,241,250,1.00) 0%,rgba(255,255,255,1.00) 100%);
	clear: both;
}
#pageFooter .copyrightContainer {
	text-align: center;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
	font-size: 0.8em;
}
#pageFooter .copyrightContainer p {
	margin-bottom: 0.55em;
}
#pageFooter a:link {
	text-decoration: none;
	color: #999999;
}
#pageFooter a:visited {
	text-decoration: none;
	color: #999999;
}
#pageFooter a:hover {
	text-decoration: none;
	color: #5E6C89;
}
#pageFooter a:active {
	text-decoration: none;
	color: #5E6C89;
}
#pageFooter #connectIcons {
	max-width: 625px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 0.5em;
}
#pageFooter #abmp {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 0.5em;
}
#connectIcons .socialIcon  {
	max-width: 125px;
	width: 20%;
	float: left;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
#abmp .abmpLogo  {
	max-width: 125px;
	width: 20%;
	display:block;
	height: auto;
	margin:auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
#connectIcons .socialIcon img {
	max-width: 100%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#abmp .abmpLogo img {
	max-width: 100%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#abmp img.top:hover {
  opacity:0;
}
#connectIcons img.top:hover {
  opacity:0;
}
#pageFooter .backToTop {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 50px;
	width: 25%;
	margin-bottom: 1em;
}
#pageFooter .backToTop img  {
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	height: auto;
	max-width: 100%;
}
#pageFooter .backToTop img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
#pageContent .mapContainer   {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.divider  {
	background-color: #A8C2F5;
	height: 0.0625em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
#pageContent .splash .pageTitle {
	margin-top: -4em;
	max-width: 100%;
	margin-left: 0.5em;
	padding-bottom: 0.25em;
}
#pageContent .splash .pageTitle h1  {
	font-size: 1.5em;
}
#pageContent .textContent p {
	font-size: 90%;
}
#pageContent h2{
	font-size: 1.15em;
	line-height: 1.25em;
}
#pageContent .columnsContainer  {
	margin-left: auto;
	margin-right: auto;
}
#pageContent .columnsContainer p {
	font-size: 90%;
}
#pageContent .columnsContainer img  {
	max-width: 100%;
	height: auto;
}
#pageContent .leftColumn  {
	width: 100%;
	float: none;
	border-top: 0.0625em solid #A8C2F5;
	padding-top: 1em;
	padding-bottom: 0;
	padding-right: 0;
}
#pageContent .centerColumn  {
	width: 100%;
	float: none;
	border-top: 0.0625em solid #A8C2F5;
	padding-top: 1em;
	margin-top: 1em;
	padding-bottom: 0;
}
#pageContent .rightColumn  {
	width: 100%;
	float: none;
	border-top: 0.0625em solid #A8C2F5;
	padding-top: 1em;
	margin-top: 1em;
	bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#pageFooter .copyrightContainer p {
	margin-bottom: 0.25em;
	font-size: 80%;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
#pageContent .leftColumn  {
	min-width: 0;
}
#pageContent .centerColumn  {
	min-width: 0;
}
#pageContent .rightColumn  {
	min-width: 0;
}
#pageContent .columnsContainer a {
	font-size: 0.8em;
}	
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#pageContent .columnsContainer p {
	font-size: 90%;
}	
}
