header {
  background-color: #dadada;
  border-bottom: 3px solid #cccccc;
}
b {
  font-family: "ProximaNovaBold";
}

#ethnn_help_form .form-group ul {
  list-style-type: none;
  padding-left: 2px;
}

#ethnn_help_form .form-group ul li {
  padding: 8px 0px 2px 13px;
  border: 1px solid #EAEAE1;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
}

#ethnn_help_form .form-group ul li:hover {
  background:#F6FBFD; 
  border:#CFE8F1 1px solid;
  color:#555F63;
}

li.option_selected {
  background:#CAE4FF !important; 
  border:#C6DFFA 1px solid !important;
  color:#555F63 !important;
}

#ethnn_help_form .form-group ul li label {
  width: 100%;
  cursor: pointer;
}

#ethnn_help_form .form-group input {
  margin-right: 7px;
}

#ethnn_help_form .error_field_name {
  text-transform: capitalize;
}

#ethnn_help_form div.form-group {
  margin-bottom: 40px;
}

.modal-backdrop {
   background-color: black;
   opacity: .85 !important;
}

.categories-list h1 {
  margin-bottom: 0px;
}

.categories-list ul.list-unstyled {
  margin-top:25px !important;
}

.helpform_result_ul {
  margin-left: 0px;
  padding-left: 20px;
}

.helpform_result_ul li {
  padding-bottom: 20px;
}

.result_header {
  font-size: 26px;
  padding-bottom:15px;
}

.result_org_name {
  font-size: 20px;
  font-weight: bold;
}

.result_program_name {
  font-size: 20px;
}

.result_program_requirements {
  font-style: italic;
}

.result_program_contact {
  padding-top: 3px;
}

.panel-title {
  font-size: 20px;
}

.btn-primary {
	background-color: #154399 !important;
	border-color: #0E295A !important;
}

.btn-mazarine {
	background-color: #154399 !important;
}

.search-result-count {
	color: #154399 !important;
}



#feedback_btn {
	color:#fff !important;
	margin-bottom: 8px;
	background-color: #bf1e2d;
}

footer {
	background-color:#dadada;
	border-top: 2px solid #ccc;
	color: #2E2E2E;
	position:fixed !important;
  left:0px;
  bottom:0px;
  z-index: 1000;
}
.content {
	padding-bottom: 100px !important;
}




@media (max-width: 970px) {
	footer {
		height: inherit !important;
	}
	#feedback_btn {
		margin-bottom: 0px;
	}
	.col-sm-4 {
		margin-bottom: 8px;
	}
	.col-sm-12 {
		text-align: center;
	}
	#google_translate_element {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	footer {
		position:static !important;
	}
	.col-xs-12 {
		text-align: center;
		margin-bottom: 25px;
	}
	.content {
		padding-bottom: 20px !important;
	}
}
