@charset "utf-8";
/* CSS Document */

* {
	font-family:  "Roboto", sans-serif!important;
}

div.main {
	padding: 0;
}

div.pagetop_home img.logo {
	width: 275px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	font-size: 36px;
	font-weight: 500;
	color: #243763;
}

h2 {
	font-size: 18px;
	font-weight: 700;
	color: #444444;
}

a, a:link, a:visited {
	color: #dc6453;
	text-decoration: underline;
	cursor: pointer;
}

div.pagetop_home .header_border {
	height: 45px;
	background-color: #444444;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 15px;
}

div.pagetop_home .header_border a {
	text-decoration: underline;
	font-weight: 400;
	color: #ffffff;
}

div.main_footer {
	width: 100%;
	left: 0;
}

.footer_text, div.footer_text {
	padding-top: 15px;
	padding-bottom: 36px;
	background-color: #444444;
	color: #cccccc;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
}

.footer_text .footer_small {
	font-size: 14px;
	font-weight: 500;
}

.footer_text a, .footer_text a:link, .footer_text a:visited {
	text-decoration: none;
}

.main_footer img.logo, .main_footer_spacer img.logo {
	margin-top: 30px;
	margin-bottom: 14px;
}

div.home_login {
	width: 75%;
	max-width: 900px;
	min-width: 375px;
	margin-top: 40px;
	margin-bottom: 18px;
	padding: 36px 25px 24px 25px;
	background-color: #eaf0fb;
	border: solid 1px #d1d1d1;
	border-radius: 4px;
	box-shadow: none;
}

div.button_block {
	width: 95%;
	margin-top: 20px;
}

input[type="text"], select {
	border: none;
	border-bottom: 2px solid #444444;
	border-radius: 0;
}

input[type="submit"] {
	background: none;
	background-color: #dc6453;
	border: 0;
	border-radius: 3px;
	font-size: 15px;
	padding: 10px 12px ;
	height: auto;
}

input[type="submit"]:hover {
	background: none;
	background-color: #dc6453;
}

label {
	font-size: 18px;
	color: #444444;
	font-weight: 500;
	margin-bottom: 20px;
}

textarea:focus, input:focus, select:focus {
	outline: none;
}

div.empty_search {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
}

div.search_results_container {
	width: 75%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: left;
	max-width: 900px;
	min-width: 375px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

div.search_result {
	flex: 1 1 435px;
	box-sizing:border-box;
	display: inline-block;
	width: 400px;
	min-width:375px;
	max-width: 435px;
	border:1px solid #d1d1d1;
	border-radius:4px;
	box-shadow:1px 1px 8px 1px #bebebe;
	padding: 12px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

div.search_result h2 {
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	margin: 5px 0;
	color: black;
}

div.search_result h3 {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
	color: black;
}

div.search_result h4 {
	text-align: center;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 15px 0;
	color: black;
}
