/* Additional Styles based on Brand Guidelines */

/* Navigation */
.navigation {
	background-color: white;
}

.navigator a {
	font-size: 16px;
	font-weight: 750;
	color: #1e429a;
}

.topnav a {
	font-size: 16px;
	font-weight: 750;
	color: #1e429a;
}
/* Hero Section */
.hero {
    color: #ffffff;
}

.hero h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

.hero p {
    font-size: 16px;
}


.separator {
	background-color: #aadbd5;
	height: 10px;
}


/* OperatingArea Section */

.islandtext h1 b {
	color: #1e429a;
}

.island .container p {
	color: #1e429a;
}

/* Footer */
.footer {
    background-color: #FFFFFF;
    color: #1e429a;
}
.left-footer h2 {
	color: #1e429a;	
}

.foot-nav-links a {
	color: #1e429a;
	font-weight: 700;
}

.left-footer p ,p2 {
	color: #1e429a;
}

.webcopyright {
	background-color: #1e429a;
	color: #FFFFFF;
}
