@charset "utf-8";

/**************************************************
  Custom Page Specific Styles
  Author: Chuck Bunnell / Eagle Web Desings, Inc
  Modified: 05/01/2015
  MODIFICATIONS GO HERE!!
**************************************************/



/**************************************************
	staff_type_wrapper styles
**************************************************/
.staff_type_wrapper {  }
.staff_type_wrapper .staff_type {  }
.staff_type_wrapper .staff_type h3 { margin-top: 0; }
.staff_type_wrapper .staff_type .staff_group .staff_wrapper { padding-top: 15px; padding-bottom: 15px; }
.staff_type_wrapper .staff_type .staff_group .staff_wrapper:nth-child(odd) { background-color: #ffffff; }
.staff_type_wrapper .staff_type .staff_group .staff_wrapper:nth-child(even) { background-color: #eeeeee; border-top: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa; }
.staff_type_wrapper .staff_type .staff_group .staff_wrapper .staff_image img { margin-bottom: 10px; border-radius: 10px; box-shadow: 2px 2px 5px #555555; }
.staff_type_wrapper .staff_type .staff_group .staff_wrapper .staff_detail {  }
.staff_type_wrapper .staff_type .staff_group .staff_wrapper .staff_detail p.staff_label { font-weight: bold; font-size: large; font-style: italic; text-align: center; }
.staff_type_wrapper .staff_type .staff_group .staff_wrapper .staff_detail .staff_description {  }
@media (min-width: 768px) {
	.staff_type_wrapper .staff_type .staff_group .staff_wrapper .staff_image img { margin-bottom: 0; }
	.staff_type_wrapper .staff_type .staff_group .staff_wrapper .staff_detail p.staff_label { text-align: left; }
}


/**************************************************
	custom_content_index styles
**************************************************/
.custom_content_index p { text-align: justify; }
.custom_content_index p.text-center { text-align: center; }
.custom_content_index p a.btn { text-transform: uppercase; }


/**************************************************
	custom_content_forms styles
**************************************************/
.custom_content_forms table.table td.pdf_head a { color: inherit; }
@media (max-width: 767px) {
	.custom_content_forms table.table td { font-size: 12px; }
}


/**************************************************
	custom_content_services styles
**************************************************/
.custom_content_services .bullet_list_double { margin-bottom: 10px; } 
.custom_content_services .bullet_list_double ul { margin-bottom: 0; }
.custom_content_services .service_definition_wrapper .service_definition { margin-bottom: 15px; }
.custom_content_services .service_definition_wrapper .service_definition p strong { text-decoration: underline; }