@charset "utf-8";
body {
	margin:0px;
	font-family: 'Alegreya', serif;
	color:#000000;
	font-size:18px;
	line-height:1.5;
	background:#343533;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
a:active, a:focus {
	text-decoration: underline;
}
.e3pagetemplate {
	color:#000000;
	font-size:18px;
}
.e3pagetemplate a {
	color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	color:#003590;
	margin:0;
}
h4, h5, h6 {
	color: #000;
}
a.e3-button {
	background: #003590;
	border: 1px solid #003590;
	border-radius: 0;
	color: #fff;
}
a.e3-button:hover {
	background: #fff;
	color: #003590;
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.EditMode header {
    position: relative;
    z-index: 0;
}
.fa > span {
	display: none;
}
header {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 60px;
    transition: top 0.3s ease 0s;
    width: 100%;
    z-index: 200;
	position: fixed;
}
header .mobile-nav-btn {
    float: left;
    height: 30px;
    margin: 15px 0 0;
    width: 10%;
	position: relative;
    z-index: 5;
}
header #menu-button {
    color: #003590;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    font-size: 30px;
}
header nav {
    background: #dfe2e4 none repeat scroll 0 0;
	color: #000;
	box-shadow: 2px 1px 5px rgba(0,0,0,0.33);
}
.mobile-nav-btn {
    float: left;
}
#main-menu {
    box-shadow: none;
}
#main-menu li, #main-menu a {
    border-radius: 0;
    font-weight: normal;
	border:none;
}
#main-menu > li > a {
    background: #dfe2e4 none repeat scroll 0 0;
    color: #000;
    text-shadow: none;
}
#main-menu a.current {
	background: transparent;
	color: #000;
}
#main-menu ul a.current {
	background: #d2d5d7;
	color: #000;
}
#main-menu ul a {
	background: #d2d5d7 none repeat scroll 0 0;
    color: #000;
}
#main-menu > li > ul > li a {
    background: #d2d5d7 none repeat scroll 0 0;
    color: #000;
}
#main-menu > li > ul > li > ul > li a {
    background: #d2d5d7 none repeat scroll 0 0;
    color: #000;
}
#main-menu .sub-arrow {
    background:  #d2d5d7 none repeat scroll 0 0;
    color: #000 !important;
    width: 42px;
}
header .MyProfile_Member {
    background: transparent;
    border: medium none;
    float: right;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 10%;
}
.MyProfile_Svg {
	color: #003590;
	float: right !important;
	margin: 15px 0 0 10px !important;
	width: 30px !important;
	height: 30px !important;
}
.MyProfile_Svg svg {
	fill: currentcolor;
}
header .MyProfile_Member .click_transparent {
	width: 100%;
}
header .MyProfile_Member .MyProfile_Name {
    display: none;
}
header .MyProfile_Member .arrow-down {
    display: none;
}
header .MyProfile_Member .fullView {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 60px;
    width: 190px;
}
header .MyProfile_Member .MyProfile_FullMain {
    border: medium none;
    padding: 0;
    width: 100%;
}
header .MyProfile_Member .fullView a {
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
header .MyProfile_Member .fullView a:hover {
    color: #efefef;
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #fff;
}
.cmsdesklink {
    display: none;
}
header .logo {
    float: left;
    height: 52px;
    left: 50%;
    margin: 4px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
	display:block;
}
header .logo img {
    max-height: 52px;
}
.banner {
    clear: both;
    float: left;
    margin: 60px 0 0;
    position: relative;
    width: 100%;
}
.page-content {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}
.page-content .container {
    padding: 0;
}
.content-top {
	float: left;
	width: 100%;
	background: #fff;
}
.nav-btns {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}
.nav-btn {
    padding: 0;
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-height: 248px;
    flex-wrap: wrap;    
	float: left;
    width: 100%;
}
.nav-btn {
    background: #343533;
}
.nav-btn.btn1:hover {
	background: #335119;
}
.nav-btn.btn2:hover {
	background: #8d634c;
}
.nav-btn.btn3:hover {
	background: #003590;
}
.nav-btn.btn4:hover {
	background: #69337f;
}
.nav-btn img {
    width: 100%;
    opacity: 0.6;
    transition: all .2s ease;
}
.nav-btn:hover img {
	opacity: 0.3;
    transform: scale(1.2);
    transition: all .2s ease;
}
.nav-btn h2 {
    position: absolute;
    font-size: 32px;
    letter-spacing: 0.5px;
    color: #fff;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    margin: 0;
    transition: all .2s ease;
    opacity: 1;
}
.nav-btn a {
    color: #fff;
    text-decoration: none;
}
.content-middle {
	float: left;
	width: 100%;
	background: url('/SiteDesign/Images2017/content2-bg.aspx') repeat;
	padding: 20px;
}
.content-middle h2, .content-middle h3 {
	color: #343533;
}
.oa-btns {
	float: left;
	width: 100%;
}
.oa-btn {
	float: left;
	width: 100%;
	padding: 0;
	margin: 12px 0;
}
.oa-btn a {
	color: #fff;
	text-decoration: none;
}
.oa-btn-image {
	float: left;
	width: 100%;
}
.oa-btn-image img {
    width: 100%;
}
.oa-btn-text {
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 34px;
}
.oa-btn.btn1 h6 {
	color: #106bd0;
}
.oa-btn.btn2 h6 {
	color: #0ab00a;
}
.oa-btn.btn3 h6 {
	color: #c01338;
}
.oa-btn-link {
	float: left;
	width: 100%;
	padding: 16px 26px;
	background: #343533;
	color: #fff;
}
.oa-btn-link .fa {
    float: right;
    line-height: 1.6;
}
.oa-btn.btn1:hover .oa-btn-link {
	background: #106bd0;
}
.oa-btn.btn2:hover .oa-btn-link {
	background: #0ab00a;
}
.oa-btn.btn3:hover .oa-btn-link {
	background: #c01338;
}
.content-bottom {
	float: left;
	width: 100%;
	background: url('/SiteDesign/Images2017/video-bg.aspx') center / cover;
	position: relative;
}
.content-bottom a {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;

}
.content-bottom .fa {
	font-size: 80px;
	color: #fff;
	padding: 40px 0;
}
.content-bottom .container {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-flow: row wrap;
	height: 100%;
}
.gray75-overlay {
	background: rgba(53,53,53,0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}
footer {
	float: left;
	width: 100%;
	position: relative;
}
.footer-top {
	float: left;
	width: 100%;
	background: #343533;
	padding: 36px;
	color: #fff;
	text-align: center;
}
.footer-top a {
	color: #fff;
	text-decoration: none;
}
.poweredby {
	font-size: 13px;
	padding: 30px 0 0;
}
@media (min-width: 768px) {
	header {
		position: relative;
		height: 94px;
		background: #ebebeb;
	}
	header .logo {
		height: 78px;
		margin: 8px auto 0;
	}
	header .logo img {
		max-height: 78px;
	}
	.cmsdesklink {
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		display: block;
		float: right;
		font-size: 15px;
		margin: 0;
		padding: 8.3px 10px 8.3px 20px;
		text-decoration: none;
		width: auto;
	}
	/*my profile */
	header .MyProfile_Member {
		background: transparent none repeat scroll 0 0;
		color: #fff;
		float: right;
		height: auto;
		margin: 20px 0 0 0;
    	position: relative;
		right: 0;
		width: auto;
		z-index: 5;
	}
	header .MyProfile_SignedIn {
		height: auto;
	}
	header .MyProfile_SignedOut {
		height: auto;
	}
	.MyProfile_Svg {
		color: #000;
		float: left !important;
		margin: 5px 10px 0 0 !important;
		width: 30px !important;
		height: 30px !important;
	}
	.MyProfile_Svg svg {
		fill: currentcolor;
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #2a2a2a;
		display: inline-block;
		font-size: 15px;
		font-weight: normal;
		height: auto;
		line-height: 2.9;
		text-shadow: none;
		width: auto;
	}
	header .MyProfile_Member .arrow-down {
		border-top-color: #2a2a2a;
		display: inline-block;
		margin: 20px 5px 0 8px;
	}
	header .MyProfile_Member .fullView {
		background: rgba(0,0,0,0.8) none repeat scroll 0 0;
		left: auto;
		right: 0;
		top: 42px;
	}
	header .MyProfile_Member .MyProfile_FullMain {
	}
	header .MyProfile_Member .fullView a {
		color: #fff;
	}
	header .MyProfile_Member .fullView a:hover {
		color: #ececec;
	}
	header .MyProfile_Member .fullView a div {
	}
	.banner {
		margin:0;
	}
	.page-content > .container {
		width: 100%;
	}
	.nav-btn {
		flex: 0 1 25%;
	}
	.content-middle {
		padding: 36px 0;
	}
	.content-middle h3 {
		font-size: 24px;
		line-height: 1.2;
		padding: 24px 0 14px;
	}
	.oa-btns {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.oa-btn {
		flex: 0 1 30%;
		display: flex;
		flex-flow: column nowrap;
		background: #fff;
	}
	.oa-btn-text {
		flex: 1 1 auto;
	}
	.content-bottom {
		height: 290px;
	}
	.content-bottom .fa {
		font-size: 120px;
	}
	.footer-info {
		float: left;
		width: 80%;
		text-align: left;
	}
	.poweredby {
		float: left;
		width: 20%;
		text-align: right;
		padding: 0;
	}
}
@media (min-width: 1025px) {
	header > .container {
		width: 96%;
	}
	header .logo {
		width: 83px;
		left: 0;
		transform: translateX(0);
		position: relative;
		margin: 8px 0 0;
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
		position: relative;
		z-index: 5;
	}
	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		float: left;
		padding: 0;
		position: relative;
		text-align: center;
		width: 500px;
    	margin: 0 0 0 40px
	}
	#main-menu {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		display: table !important;
		white-space: nowrap;
		width: auto;
		float: left;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #000;
		padding: 37px 15px 32px;
		border-bottom: 2px solid transparent;
	}
	#main-menu a.hover {
		color: #003591;
	}
	#main-menu a.current {
		color: #003591;
	}
	#main-menu > li > a:hover {
		background: transparent none repeat scroll 0 0;
		color: #003591 !important;
		border-bottom: 2px solid #003591;
	}
	#main-menu ul {
		background: transparent;
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		left: auto !important;
		padding: 0;
	}
	#main-menu ul a.current {
		color: #000;
		background: rgba(235,235,235,1);
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #000;
		background: rgba(235,235,235,1);
	}
	#main-menu > li > ul > li a {
		background: rgba(235,235,235,0.9) none repeat scroll 0 0;
		color: #000;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li a {
		background: rgba(235,235,235,0.9) none repeat scroll 0 0;
		color: #000;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li a {
		background: rgba(235,235,235,0.9) none repeat scroll 0 0;
		color: #000;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: rgba(235,235,235,0.9) none repeat scroll 0 0;
		color: #000;
		text-align: left;
	}
	#main-menu .sub-arrow {
		display: none;
	}
}
@media (min-width: 1200px) {
	/* styles */
}