@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	font-family: 'Helvetica Neue Bold', sans-serif;
}

body {
	margin: 0px;
	min-height: 100%;
	background-color: #fff;
}

h1 {
	color: #666;
	margin: 0px;
	font-size: 18px;
}

h2 {
	margin: 0px;
	
	text-align:center;
	color: #666;
	line-height: 70px;
	
	font-size: 19px;
	font-weight: 400;
}

h3 {
	display: block;
	padding: 15px 0px 15px 15px;
	margin: 0px 0px 1px 0px;
	font-size: 19px;
	font-weight: 400;
	cursor: pointer;
	color: #0572ce;
	background-color: #DFDFDF;

	background-image: url('images/arrow_right.png');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 10px;
}

h3.selected {
	color:#fff;
	background-color:#0572ce;
	background-image: url('images/arrow_down.png');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 25px;
}

h4 {
	color: #666;
	margin: 0px;
	font-size: 18px;
}

h5 {
	display: block;
	padding: 20px 0px 15px 0px;
	margin: 0px 0px 1px 0px;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	color: #0572ce;
	/*
	border-top: 1px solid #C4CED7;
	margin-top: -1px;
	vertical-align: text-top;
	*/
}

.arrow_down {
	border-color: #0572ce transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	
	margin-left: 5px;
	margin-bottom: 3px;
	display: inline-block;
	
	width: 0px;
	height: 0px;
}

.content {
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.topbackground {
	height: 60px;
	background-color: rgba(247,247,247,1.00);
}

.lowerbar {
	height: 20px;
	background-color: #0572ce;
	z-index: 1;
	position: relative;
}

.topbar {
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color: rgba(247,247,247,1.00);
}

.menubar {
	background-color:rgba(247,247,247,1.00);
	border-bottom: 1px solid #d3d3d5;
	white-space: nowrap;
	height: 70px
}

.menu_icon {
    height: 70px;
	width: 70px;
}

.back_icon {
    height: 52px;
	width: 30px;
	margin-top:-15px;
	float:left;
	vertical-align:middle;
	background-position: left  center;
	cursor:pointer;
}

.left {
	float:left;
	background-position: left 15px center;
}

.right {
	float:right;
	background-position: right 15px center;
}

.menu {
	background-image:url('images/menu.png');
	background-repeat:no-repeat;
	background-size:32px;
}

.logout {
	background-image:url('images/logout.png');
	background-repeat:no-repeat;
	background-size:35px;
}

.close {
	background-image:url('images/close.png');
	background-repeat:no-repeat;
	background-size:35px;
}

.back {
	background-image:url('images/arrow_left.png');
	background-repeat:no-repeat;
	background-size:10px;
}
.circle_1 {
	z-index: 3;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background-color: white;
	background-image: url('images/icon.png');
	background-size: 50px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.circle_2 {
	z-index: -1;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #c5d9ee;
	opacity: 0.4;
	position: absolute;
	right: 30px;
	bottom: 10px;
}

.circle_3 {
	z-index: -1;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-color: #c5d9ee;
	opacity: 0.75;
	position: absolute;
	bottom: 23px;
	left: 30px;
}

.circles {
	z-index: 2;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -180px;
}

.container {
	position: relative;
}

.w-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

button {
	padding: 10px;
	min-height: 44px;
	font-size: 20px;
	border-radius: 3px;
}

.blue {
	color: #fff;
	background-color: #0572ce;
	border: 1px solid #c4ced7;
}

.blue:active {
	color: #000;
	background-color: #efefef;
}

.gray {
	color: #075fa9;
	background-color: #efefef;
	border: 1px solid #c4ced7;
}

.gray:active {
	color: #fff;
	background-color: #075fa9;
}

.button {
	width: 100%;
}

.buttons {
	width: 48%;
}

input {
	border-width: 1px;
	border-style: solid;
	border-color: #dfe4e7;
	border-radius: 2px;
}

.textfield {
	padding: 10px;
	max-width: 600px;
	width: 100%;
	margin-bottom: 15px;
	
	-webkit-appearance: none;
	box-shadow: none !important;
}

.text {
	font-family: 'Helvetica Neue Bold', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: -10px;
	color: #666;
}

.error {
	font-weight:600;
	color:rgba(225,0,3,1.00);
}

.formcontainer {
	top: 50px;
	position: relative;
	margin-bottom: 85px;
	max-width: 600px;
	width: 100%;
}

form {
	width: 100%;
}

.sm {
	display: block;
	border-bottom: 1px solid #666;
	cursor: pointer;
	
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 1px 30px;
	
	background: none;
	
	color: #d7d7d7;
}

.lg {
	display: block;
	border-bottom: 1px solid #d5dfef;
	cursor:pointer;
	
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 1px 15px;
	
	background-image: url('images/arrow_right.png');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 10px;

}

.reverse {
	background-image: url('images/arrow_left.png');
	background-position: left 0px center;
	text-indent:30px;
	border-bottom:none;
}

.no-arrow {
	background-image: none;
}

.sm:last-child {
	border-bottom: 0px;
}

.lg:last-child {
	border-bottom: 0px;
}

a.sm {
	color: #d7d7d7;
	text-decoration: none;
}

a.sm:visited {
	color: #d7d7d7;
	text-decoration: none;
}

a.lg {
	color: #075fa9;
	text-decoration: none;
}

a.lg:visited {
	color: #075fa9;
	text-decoration: none;
}

a {
	color: #075fa9;
	text-decoration: none;
}

.subtext {
	font-size: 17px;
}

.footer {
	position: static;
	bottom: 0px;
	display: block;
	padding-bottom: 20px;
	text-align: left;
	width: 100%;
}

#footer {
	width: 100%;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
	border-top: 1px #e7e7e7 solid;
	background-color: rgba(255,255,255,1.00);
}

.hr {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d5d5d7;
  margin-top:15px;
  margin-bottom:15px;
}

.hr-top {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d5dfef;
}

.logo {
	vertical-align: baseline;
}

.logo_container {
	position: static;
	text-align:center;
}

.icon {
	vertical-align: middle;
}

.nav {
	background-color: #333;
	overflow:auto;
	height:100%;
}

#nav {
	width: 250px;
	height: 100%;

	left: -250px;
	top: 0px;
	position: absolute;
	border:none;
	overflow:auto;
}

.nav_header {
	display: block;
	background-color: #DFDFDF;
	padding: 10px 0px 10px 30px;
	color:#333;
}

#page {
	position:absolute;
	width:100%;
	height:100%;
}

.cover-page {
	width:100%;
	height:100%;
	top:70px;
	position:absolute;
	z-index:13;
	background-color:rgba(0,0,0,0.60);
}

.evenly {
	display:flex;
	justify-content: space-between;
}

.evenly div {
	white-space: wrap;
}