html {

}

body {
	background-color: #FFF;
  	font-family: source_sans_proregular,Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #4d545d;
}

h1 {
	font-family: source_sans_proregular;
	color: #4d545d;
	font-size: 45px;
}

h2 {
	font-family:source_sans_proregular;
	font-size:30px;
	margin-bottom:20px;
}

h3 {
	font-family:source_sans_proregular;
	font-size:30px;
	margin-bottom:20px;
}

h4 {
    font-family: source_sans_proregular;

	text-align:center;
	text-transform: none;
	font-size:25px;
	margin-bottom:20px;
}

h5 {

}

h6 {

}

p {
    font-family: source_sans_proregular;
	font-size: 16px;
}

ul {
    list-style: disc;
    padding-left:25px;
}

ul li {
    font-family: source_sans_proregular;
	font-size: 18px;
}

a {
	color: #112b36;
}

a:hover {
	color: #112b36;
	text-decoration: underline;
}

a:focus {
	color: #112b36;
	text-decoration: none;
}

.form-error label {
	color:#c80000;
}

/*.form-error input, .form-error select, .form-error textarea {
	border:1px solid #c80000;
}*/

.form-control {
	border: 0.5px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

.form-control.select2{
	border: 0;
  	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}

.btn {
	transition-duration: 250ms;
    transition-timing-function: ease-out;
    border-radius: 0;
}

.btn-success {
	background-color: #112b36;
	border-color: #112b36;
	color:#fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
	background-color: #96aab8;
	border-color: #96aab8;
	color: #112b36;
}

#login-form {
	padding: 0 20%;
}

#footer {
	background-color: #e2e4e7;
	padding: 50px 0;

    font-size:13px;
}

#footer p {
    font-size:13px;
    font-family: source_sans_proregular;
    margin:0;
}

#footer a {

}

#footer a:hover {
	color: #000;
}

@media (max-width: 1199px){
}

@media (max-width: 767px){
}
