html, body { margin: 0; padding: 0; }
body { background-color: #f2f2f2; }
.soa-tmpl-topbar {
	border-top: 3px solid #edbd03;
	background-color: #072f49;
	text-align: left;
	padding: 5px;
}
.soa-tmpl-topbar-container {
	height: 35px;
	margin: 0 auto;
	max-width: 960px;
}
.soa-tmpl-topbar-tray { display: none; }
.soa-tmpl-topbar-sm-tray { display: block; }
.soa-tmpl-topbar-tray, .soa-tmpl-topbar-sm-tray {
	float: right;
	margin: 15px 0 0 0;
}
.soa-tmpl-topbar-tray a, .soa-tmpl-topbar-sm-tray a {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 8px;
	text-decoration: none;
	color: #fff;
}
.soa-tmpl-topbar-tray a:hover, .soa-tmpl-topbar-sm-tray a:hover {
	text-decoration: underline;
}
.soa-tmpl-topbar-logo {
	margin: 0 0 0 10px;
}
.soa-tmpl-topbar-logo img { border: none; }
.soa-tmpl-content-header {
	max-width: 960px;
	margin: 0 auto;
	min-height: 75px;
	background-color: #194a6b;
	color: #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	clear: both;
}
.soa-tmpl-title a:hover, .soa-tmpl-title a { /* added in order to link to home page from title banner */
 color:#fff;
 text-decoration:none
}

.soa-tmpl-title-minor {
	font-size: 17px;
	margin: 8px 0 0 0; /* added this to vertically align the title */
}
.soa-tmpl-title-seal {
	width: 72px; 
	height: 72px;
	float: left;
	margin: 0 4px 0 0; /*  adjusted this to vertically align the title - 8px 0 8px 8px; */
}
.soa-tmpl-search {
	display: none;
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0;
}
.soa-tmpl-search-text, .soa-tmpl-search-submit {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: none;
	height: 29px;
}
.soa-tmpl-search-text {
	width: 140px;
	padding: 0 5px;
}
.soa-tmpl-search-submit {
	padding: 5px;
}
.soa-tmpl-breadcrumb {
	padding: 8px 8px 0 8px;
}
.soa-tmpl-breadcrumb-sm {
	display: inline;
}
.soa-tmpl-breadcrumb-lg {
	display: none;
}
.soa-tmpl-menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background-color: #3f78a7;
	max-width: 960px;
	position: relative;  /* added to fix images overlapping menu */
	z-index: 999;	    /* added to fix images overlapping menu */	
}
.soa-tmpl-menu ul {
	display: block;
	margin: 0; padding: 0;
	white-space: normal;
}
.soa-tmpl-menu li {
	display: block;
	text-align: center;
	letter-spacing: 5px;
}
.soa-tmpl-menu li a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	padding: 8px;
}
.soa-tmpl-menu li > ul {
	display: none;
	position: absolute;
}
.soa-tmpl-menu li:hover {
	background-color: #8AB6D4;	
}
.soa-tmpl-content {
	background-color: #fff;
	margin: 0 auto;
	max-width: 960px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.soa-tmpl-content h1 {
	color: #014c8b;
	font-size: 30px;
	margin: 10px 0;
}
.soa-tmpl-content h2 {
	color: #014c8b;
	font-size: 22px;
	margin: 0 0 10px 0;
}
.soa-tmpl-content a {
	color: #06c;
	text-decoration: none;
}
.soa-tmpl-content a:hover {
	text-decoration: underline;
}
.soa-tmpl-content p {
	margin: 0 0 20px 0;
}
.soa-tmpl-container {
	padding: 8px 20px 8px 20px; /* increased left and right */
}
.soa-tmpl-clear {
	clear: both;
}
.soa-tmpl-sidebar-block {
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
.soa-tmpl-linklist, .soa-tmpl-linklist-scroll {
	list-style: none;
	margin: 0; 
	padding: 0;
}
.soa-tmpl-linklist-scroll {
	max-height: calc(100vh - 9rem);
	overflow-y: auto;
	bottom: 0;
}
.soa-tmpl-sidebar-block h4, .soa-tmpl-linklist h4, .soa-tmpl-linklist-scroll h4 {
	padding: 8px;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	background-color: #f5f5f5;
	color: #014c8b;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.soa-tmpl-linklist h4, .soa-tmpl-linklist-scroll h4 {
	border-left: 1px solid #e2e2e2;
}
.soa-tmpl-linklist li, .soa-tmpl-linklist-scroll li {
	display: block;
	border-top: 1px solid #e2e2e2;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.soa-tmpl-linklist li a, .soa-tmpl-linklist-scroll li a {
	display: block;
	padding: 8px 20px;
	color: #333;
	border-left: 3px solid transparent;
}
.soa-tmpl-linklist li a:hover, .soa-tmpl-linklist-scroll li a:hover {
	border-left: 3px solid #0066cc;
	background-color:#e8f1fa;
}
/**** side bar lists that are not links */
.soa-tmpl-sidebar-block ul {
	padding: 0 20px;
}
.soa-tmpl-sidebar-block ul > li {
	background-image: none;
	list-style: none;
	padding: 0 0;
	font-size: 90%;
	margin-bottom: 15px;
}
.soa-tmpl-content-footer {
	margin: 0 auto;
	max-width: 960px;
	background-color: #194a6b;
	color: #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.soa-tmpl-content-footer a {
	color: #fff;
	text-decoration: none;
}
.soa-tmpl-content-footer a:hover {
	text-decoration: underline;
}
.soa-tmpl-content-footer-left {
	padding: 8px 16px;
	float: left;
}
.soa-tmpl-content-footer-right {
	padding: 8px 16px;
	text-align: right;
}
.soa-tmpl-content-footer-social {
	margin-bottom: 8px;
}
.soa-tmpl-content-footer-social a {
	display: inline-block;
	background-color: #ddd;
	width: 32px;
	height: 32px;
	border-radius: 2px;
	margin: 8px 8px 8px 0;
}
.soa-tmpl-content-footer-social a:hover {
	background-color: #888;
}
.soa-tmpl-content-footer-social a img {
	border: none;
	height: 24px;
	width: 24px;
	margin: 4px;
}
.soa-tmpl-content-footer-links a {
	display: inline-block;
	margin-right: 8px;
}
.soa-tmpl-content-footer-address-head {
	font-weight: bold;
	margin-bottom: 8px;
}
.soa-tmpl-tail {
	text-align: center;
	margin: 2px 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.soa-tmpl-tail a {
	text-decoration: none;
	color: #06c;
}
.soa-tmpl-tail a:hover {
	text-decoration: underline;
}
.soa-tmpl-tail-links {
	margin-bottom: 16px;
	font-size: 13px;
}
.soa-tmpl-tail-links a {
	display: inline-block;
	margin-right: 8px;
}
@media screen and (min-width: 1px){
	.soa-tmpl-content-header {
		padding: 8px;
	}
	.soa-tmpl-search {
		display: block;
	}
	.soa-tmpl-title-seal {
		margin: 0 4px 32px 0;
	}
}
@media screen and (min-width: 500px) {
	.soa-tmpl-breadcrumb-sm {
		display: none;
	}
	.soa-tmpl-breadcrumb-lg {
		display: inline;
	}
	.soa-tmpl-linklist, .soa-tmpl-sidebar-block, .soa-tmpl-linklist-scroll {
		margin: 0 0 20px 0;
	}
	.soa-tmpl-linklist li, .soa-tmpl-linklist-scroll li {
		border: 1px solid #e2e2e2;
		border-top: none;
		border-right: none;
	}
	.soa-tmpl-columns23 {
		width: 67%;
		float: left;
	}
	.soa-tmpl-columns13 {
		width: 33%;
		float: left;
	}
	.soa-tmpl-content-header {
		padding: 0;
	}
	.soa-tmpl-title {
		float: left;
		padding: 0;
		margin: 8px 0 8px 8px;
		width: 60%; /*added this to put title on one line */
	}
	.soa-tmpl-topbar-tray {
		display: block;
	}
	.soa-tmpl-topbar-sm-tray { display: none; }
	.soa-tmpl-search {
		float: right;
		clear: none;
		margin: 0 8px 8px 0;
	}
	.soa-tmpl-title-seal {
		/* margin: 8px 4px 8px 0; */
		margin: 0 4px 0 0; /*  adjusted this to vertically align the title */
	}
	.soa-tmpl-menu li {
		text-align: left;
		display: inline-block;
		letter-spacing: normal;
	}
	.soa-tmpl-menu li a {
		display: block;
	}
	.soa-tmpl-menu li:hover > ul {
		display: block;
		box-shadow: 0 0 5px #666;
		border: 1px solid #f5f5f5 \9;
	}
	.soa-tmpl-menu li:hover > ul li {
		display: block;
		background-color: #fff;
		border-top: 1px solid #f5f5f5;
		width: 100%;
	}
	.soa-tmpl-menu li:hover > ul a {
		color: #333;
		font-weight: 400;
		font-size: 14px;
		border-left: 4px solid #fff;
		/* width: 150px; */
	}
	.soa-tmpl-menu li:hover > ul li:hover a {
		text-decoration: underline;
		border-left: 4px solid #e4cd6c;
		background-color: #fbf8e9;
	}
	.soa-tmpl-linklist-scroll {
		height: 100%;
	}
}
@media screen and (min-width: 960px) {
	body {
		background-image: url('../img/soa-background.jpg');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 0 -40px;
	}
	.soa-tmpl-content-header {
		width: 960px;
		max-width: 960px;
		margin: 32px auto 0 auto;
	}
	.soa-tmpl-topbar-logo {
		margin: 0;
	}
}
@media print {
	.soa-tmpl-menu, .soa-tmpl-content-footer, .soa-tmpl-columns13 {
		display: none;
	}
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../font/opensans-light.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/opensans-regular.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
