@charset "utf-8";
/* CSS Document */


body {
	font-family: 'Open Sans', Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	font-size: 14px;
	width: 100%;
    overflow-x: hidden; 
	margin: 0px;
	padding: 0px;
	line-height: 150%; 
	color: #472d30;
	background-color: #ffffff;
	height: 100vh;
}

a {
	text-decoration: none;
	color: #23C6C8;
}
a:hover {
	text-decoration: underline;
	color: #5F0F40;
}

a.breadcrumb {
	color: #676A6C;
}

h1, h2, h3, h4 {
	font-family: 'Cormorant Unicase', 'Open Sans', 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif'
}
h1 {
	text-align: center;
	font-size: 45px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 18px 0px;
	color: #733d46;
}
h2 {
	text-align: left;
	font-size: 	18px;
	font-weight: bold;
	margin: 12px 0px;
	padding: 15px 0px;
}
h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 13px 0px;
}
h4 {
	background-image: none;
	border: none;
	color: #107A81;
	font-size: 14px;
}


h1.site_title {
	font-weight: normal;
	margin: 0px;
	padding: 20px;
	text-align: left;
	color: #262626;
	font-size: 18px;
}

.table_container {
	padding: 0px 20px 20px;
}
table {
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}
tbody {
	width: 100%;
}
th {
	border-bottom: 1px solid #D2D1D1;
	font-weight: bold; 
}
th, td {
	padding: 8px;
	text-align: left;
	box-sizing: border-box;
}
tr:nth-child(even) {
	background-color: #F2F2F2;
}
tr:nth-last-child(1) {
	border-bottom: 1px solid #D2D1D1;
}

.form_container {
	padding: 16px 20px;
}
input {
	width: 100%;
	display: inline-block;
	padding: 6px 16px;
	box-sizing: border-box;
	margin: 4px 0px;
	border: none;
	border-bottom: 1px solid #c8caa3;
	color: #c8caa3;
	background-color: transparent;
}
input[type=submit] {
	background-image: url("images/form_button_submit.png");
	width: 180px;
	height: 46px;
	color: #ffffff;
	font-family: 'Cormorant Unicase', 'Open Sans', 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
	font-size: 18px;
	border: none;
}
input[type=submit]:hover {
	background-image: url("images/form_button_submitHOVER.png");
}
input:focus {
	border: none;
}
input[type=submit].submit2 {
	background-image: url("images/form_button_submit2.png");
}
input[type=submit]:hover.submit2 {
	background-image: url("images/form_button_submit2HOVER.png");
}

.small_form_text {
	text-align: right;
	position: relative; 
	top: -6px;
	font-size: 11px;
}
.two_col {
	display: inline-block;
	width: 49%;
}





#login_page {
	width: 100%;
	text-align: center;
}
#login_container {
	display: inline-block;
	margin-top: 20vh;
	width: 640px;
	height: 510px;
	background-image: url("images/login_mainbg2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 110px 80px 40px 260px;
}
#login_join {
	padding: 5px 20px;
}
#login_bottom {
	text-align: left;
	padding: 5px 20px;
	color: #c8caa3;
}