html, body { height:95%; }
* { box-sizing: border-box; }
div.inline { float:left; }
.clearBoth { clear:both; }

.container {
	position: relative;	
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100vh;
}

.main {
	width: 60%;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.content {
	width: 60%;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.menu {
	float: left;
	width: 20%;
	text-align: center;
}

.menu a {
	background-color: #e5e5e5;
	padding: 8px;
	margin-top: 7px;
	display: block;
	width: 100%;
	color: black;
}

.topnav {
	overflow: hidden;
	background-color: #fff;
	position: relative;
	top: 0;
	position:fixed;
	width:18%;
	z-index:9999;
}

.topnav #myLinks {
  	display: none;
	border: 1px #eee solid;
}

.topnav a {
  color: #333;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  background: #fff;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #eee;
  display: block;
  position: absolute;
  left: 25;
  top: 25;
  color: #333;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #fff;
  color: #5b5c5e;
 }
 
.topnav #myLinks a:hover {
	background-color: #f3f3f3;
	color: #5b5c5e;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.right {
	float: left;
	width: 20%;
	padding: 15px;
	margin-top: 7px;
	text-align: center;
}

.right_float {
	float: right;
}

.left_float {
	float: left;
}

.no_padding {
	padding:0;
	margin: 0;
}

.mg-r-10 {
	margin-right: 10px;
}

.mg-t-5 {
	margin-top: 5px;
}

.mg-t-10 {
	margin-top: 10px;
}

.pd-l-10 {
	padding-left: 10px;
}

.pd-l-20 {
	padding-left: 20px;
}

.pd-l-30 {
	padding-left: 30px;
}

.mg-t-20 {
	margin-top: 20px;
}

.mg-t-25 {
	margin-top: 25px;
}

.mg-t-30 {
	margin-top: 30px;
}

.mg-t-40 {
	margin-top: 40px;
}

.mg-t-50 {
	margin-top: 50px;
}

.pd-t-8 {
	padding-top: 8px;
}

.pd-t-9 {
	padding-top: 9px;
}

.pd-t-10 {
	padding-top: 10px;
}

.max_width {
	max-width:100%;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #0064a4;
	margin: 1em 0;
	padding: 0;
}

.header_txt {
	font-family: 'Gagalin', sans-serif;
	font-size: 4em;
	font-weight: normal;
}

.body_txt {
	font-family: 'TT Commons', sans-serif;
	font-size: 1.1rem;
}

.dash_txt {
	font-family: 'TT Commons', sans-serif;
	font-size: 0.9rem;
	color: #333;
}

td {
	line-height: 130%;
}

.login_header {
	font-family: 'Gagalin', sans-serif;
	font-size: 4em;
	font-weight: normal;
	text-align: right;
	margin: 0px 40px 0px 0px;
}

.choose_header {
	font-family: 'Gagalin', sans-serif;
	font-size: 4em;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 10px 1px;
}

.login_image_div {
	width: 52%;
	margin-left: 50px;
}

.login_image {
	max-width:100%;
	height:auto;
}

.login_div {
	width: 40%;
}

.font-1 {
	font-size: 1rem;
}

.font-09 {
	font-size: 0.9rem
}

.font-08 {
	font-size: 0.8rem
}

.blue_txt {
	color: #0064a4;
}

.gray_txt {
	color: #5b5c5e;
}

.green_txt {
	color: #199b00;
}

.error_txt {
	color: #ff0000;
}

.red::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #ff0000;
   opacity: 1; /* Firefox */
}

.red:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ff0000;
}

.red::-ms-input-placeholder { /* Microsoft Edge */
   color: #ff0000;
}

.right_align {
	text-align: right;
}

.left_align {
	text-align: left;
}

.center_align {
	text-align: center;
}

button.blue {
	border: 1px solid #e6e4e3;
	font-size: 13px;
	color: #fff;
	background-color: #0064a4;
	padding: 8px 40px 8px 40px;
	border-radius: 8px;
	width: 200px;
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

button.blue:hover {
	border: 1px solid #0064a4;
	font-size: 13px;
	color: #0064a4;
	background-color: #f7f7f7;
	padding: 8px 40px 8px 40px;
	border-radius: 8px;
	width: 200px;
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

a.blue {
	font-family: 'TT Commons', sans-serif;
	color: #0064a4;
	text-decoration: none;
}

a.button {
	border: 1px solid #e6e4e3;
	font-size: 13px;
	color: #fff;
	background-color: #0064a4;
	padding: 8px 60px 8px 60px;
	border-radius: 8px;
	/*width: 200px;*/
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

a.dash_button {
	border: 1px solid #e6e4e3;
	font-size: 13px;
	color: #fff;
	background-color: #0064a4;
	padding: 8px 40px 8px 40px;
	border-radius: 8px;
	
	display: block;
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

a.dash_button:hover {
	border: 1px solid #0064a4;
	font-size: 13px;
	color: #0064a4;
	background-color: #f7f7f7;
	padding: 8px 40px 8px 40px;
	border-radius: 8px;
	text-decoration: none;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.login_form {
	margin-top: 40px;
	text-align: right;
}

input.login {
	border: 1px solid #e6e4e3;
	width: 200px;
	font-size: 13px;
	color: #0064a4;
	background-color: #e6e4e3;
	padding: 8px;
	border-radius: 8px;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

input.submit {
	border: 1px solid #0064a4;
	width: 200px;
	font-size: 13px;
	color: #fff;
	background-color: #0064a4;
	padding: 8px;
	border-radius: 8px;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

select.login {
	border: 1px solid #e6e4e3;
	width: 200px;
	font-size: 13px;
	color: #0064a4;
	background-color: #e6e4e3;
	padding: 8px;
	border-radius: 8px;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.fieldbr {
	margin-top: 20px;
}

.help_bubble {
	border: 1px solid #fcbe10;
	min-width: 70%;
	color: #000;
	background-color: #f8f0d8;
	padding: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: 'TT Commons', sans-serif;
	font-size: 0.9rem;
}

.login_help_bubble {
	border: 1px solid #fcbe10;
	min-width: 70%;
	color: #000;
	background-color: #f8f0d8;
	padding: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: 'TT Commons', sans-serif;
	font-size: 0.9rem;
	float: right;
	margin-top: 30px;
}

.lightbulb_div {
	width:20%;
	text-align: right;
}

.login_lightbulb_txt {
	float: right;
	text-align: center;
	margin-top: 5px;
	width:80%;
}

.login_logos {
	width: 52%;
	margin-left: 150px;
	margin-top: 20px;
}

.create_header {
	font-family: 'Gagalin', sans-serif;
	font-size: 4em;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.create_div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pages_div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.create_form {
	margin-top: 40px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
}

input.next {
	border: 1px solid #0064a4;
	width: 70px;
	font-size: 13px;
	color: #fff;
	background-color: #0064a4;
	padding: 8px;
	border-radius: 8px;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.create_help_bubble {
	border: 1px solid #fcbe10;
	color: #000;
	width:35%;
	background-color: #f8f0d8;
	padding: 6px 6px 0px 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: 'TT Commons', sans-serif;
	font-size: 0.9rem;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.create_lightbulb_txt {
	margin-top: 5px;
	text-align: left;
	color: #0064a4;
	font-style: italic;
}

.content_help_bubble {
	border: 1px solid #fcbe10;
	min-width: 70%;
	width: 100%;
	color: #000;
	background-color: #f8f0d8;
	padding: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: 'TT Commons', sans-serif;
	font-size: 0.9rem;
	float: right;
	margin-top: 30px;
}

.content_div {
	width:10%;
	text-align: center;
}

.content_lightbulb_txt {
	float: right;
	text-align: center;
	margin-top: 5px;
	width:90%;
}

.choose_account_header {
	font-family: 'Gagalin', sans-serif;
	font-size: 3em;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.policies_header {
	font-family: 'Gagalin', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.policies_bubble {
	border: 1px solid #0064a4;
	color: #000;
	width:65%;
	background-color: #f7f7f7;
	padding: 10px 6px 10px 0px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-family: 'TT Commons', sans-serif;
	font-size: 0.9rem;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.green_dot {
  height: 25px;
  width: 25px;
  background-color: #6cc63c;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 5px;
}

.red_dot {
  height: 25px;
  width: 25px;
  background-color: #ff0000;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 5px;
}

.account_header {
	font-family: 'Gagalin', sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	float:  left;
	margin: 0px 40px 0px 0px;
}

.logout {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

a.logout {
	font-family: 'TT Commons', sans-serif;
	font-size: 0.9rem;
	color: #0064a4;
	text-decoration: none;
}

.dashboard {
	width: 60%;
	margin-top: 4%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.dash_left_div {
	width: 65%;
	padding: 25px 0px 0px 0px;
	font-size: 1rem;
}

.dash_right_div {
	width: 35%;
	border: 1px solid #0064a4;	
	background-color: #f7f7f7;
	padding: 10px 6px 10px 0px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-family: 'TT Commons', sans-serif;
	font-size: 1.3rem;
	text-align: left;
	color: #0064a4;
}

.dash_doc_div {
	margin-top: 40px;
	width: 95%;
	border: 1px solid #0064a4;	
	background-color: #f7f7f7;
	padding: 10px 6px 10px 0px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-family: 'TT Commons', sans-serif;
	font-size: 1.3rem;
	text-align: left;
	color: #0064a4;
}

.referral_div {
	margin-top: 15px;
	width: 95%;
	border: 1px solid #0064a4;	
	background-color: #f7f7f7;
	padding: 10px 6px 10px 0px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-family: 'TT Commons', sans-serif;
	font-size: 1.3rem;
	text-align: left;
	color: #0064a4;
}

a.dash_link {
	font-family: 'TT Commons', sans-serif;
	font-size: 1.1rem;
	color: #0064a4;
	text-decoration: none;
}

a.dash_link:hover {
	font-family: 'TT Commons', sans-serif;
	font-size: 1.1rem;
	color: #5b5c5e;
	text-decoration: none;
}

td.dash_menu {
	padding-bottom: 10px;
}

.valign {
	vertical-align: middle;
}

.footer {
	margin-top: auto;
	width: 100%;
	background-color: #0064a4;
	padding: 15px 20px 20px 20px;
	height: 70px;
	color: #fff;
	font-family: 'TT Commons', sans-serif;
	font-size: 0.8rem;
}

a.footer_link {
	color: #fff;
}

.footer_left {
	float: left;
	width: 33%;
}

.footer_center{
	float: left;
	text-align: center;
	width: 33%;
}

.footer_right {
	float: left;
	width: 33%;
	text-align: right;
}

@media only screen and (max-width: 620px) {
	/* For mobile phones: */
	.menu, .main, .right, .content {
	width: 100%;
}
