
 
/* --------------------------------
DIRECTORY LIST
-------------------------------- */

.directory-page-title
{
	font-weight: 700;
	font-size: 26.1px;
	letter-spacing: -0.65px;
}

	.directory-phone
	{
		float: right;
	}
.directory-list-container,
.category-list-container
{
   padding: 20px 0 20px 0;
}


/* --------------------------------
DIRECTORY SEARCH FORM
-------------------------------- */

.directory-search-form-container
{
    background-color: #eaeaea;
    padding: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.loading-icon
{
	margin: auto;
	display: block;
	text-align: center;
}


.directory-search-form.pavo input.search
{
	margin-right: 2%;
	width: 40%;
	padding: 10px 20px;
}
.directory-search-form.pavo select
{
	margin-right: 2%;
	width: 40%;
	padding: 9px 20px;
}

.directory-search-form.pavo.new input.search
{
	width: 30%;
	margin-right: 2%;
}
.directory-search-form.pavo.new select
{
	margin-right: 2%;
	width: 24%;
	padding: 9px 20px;
}


@media (max-width: 761px)
{
	.directory-search-form.pavo input.search,
	.directory-search-form.pavo select,
	.directory-search-form.pavo.new input.search,
	.directory-search-form.pavo.new select,
	.directory-search-form.pavo button.submit
	{
		margin-right: 0%;
		width: 100%;
		margin-bottom: 10px;
	}
}

.directory-search-form.pavo button.submit
{
	padding: 11px 20px;
	float: right;
	cursor: pointer;
	border-radius : 1px;
	transition: background-color 0.3s ease;
	background: #413c59;
	color: #ffffff;
	border: 1px solid #413c59;
	font-size: 18px;
}
	.directory-search-form.pavo button.submit:hover
	{
		background: rgba(240, 240, 240, 1);
		color: #413c59;
	}


/* --------------------------------
DIRECTORY TABLE
-------------------------------- */

.showing-results
{
	margin-bottom: 10px;
}

a.a-to-z-list,
a.category-list
{
	float: right;
}

.directory-list-container.a-to-z,
a.category-list
{
	display: none;
}

.list-table,
table.datatable.list-table.no-footer
{
    border: 1px solid #eee;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%!important;
    table-layout: fixed;
}


.list-table a,
.list-table td
{
    font-weight: normal;
    color: #413c59;
}

.list-table h3
{
	margin: 0;
	padding: 10px;
	font-size: 20px!important;
}



table.datatable.list-table thead th
{
	text-align: left;
    padding: 0px;
    padding: 10px 20px;
}
table.datatable.list-table tbody td
{
    border-top: 1px solid #eee;
    padding: 0px;
}
	table.datatable.list-table.category-list-table tbody td
	{
	    border-top: 1px solid #ffffff;
	}
	.datatable.list-table.category-list-table tbody td
	{
	    background: #f3f3f3;
	}



	table.datatable.list-table tbody td > a
	{
		display: block;
	    padding: 20px;
	}
		table.datatable.directory-list-table tbody td > a
		{
		    padding: 20px 20px 0 20px;
		}
		table.datatable.directory-list-table tbody td > span
		{
			display: block;
		    padding: 0 20px 20px 20px;
		}
			table.datatable.directory-list-table tbody td > span.group
			{
			    padding: 7px 20px 5px 20px;
			    font-size: 22px;
			    background: #f1f1f1;
			}


	
.directory-list-table-row button.dt-button,
.directory-list-table-row div.dt-button,
.directory-list-table-row a.dt-button,
.directory-list-table-row input.dt-button
{
    padding: 3px 5px;
    font-size: 14px;
}

.directory-list-table-row .datatables_wrapper .dataTables_paginate .paginate_button 
{
    padding: 3px 15px;
    font-size: 14px;
}

.directory-list-table-top
{
	margin-bottom: 20px;
    overflow: hidden;
}


/* --------------------------------
DIRECTORY PAGE
-------------------------------- */

.directory-page-content
{
}

.single-directories h1
{
    font-size: 2em !important;
    padding-bottom: 0;
}

.single-directories .et_pb_row_0
{
    padding-bottom: 0;
}

.single-directories .et_pb_text ul
{
	list-style: disc;
	padding-left: 1em;
}

.directory_date_last_edited
{
    background: #ededed;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    margin: 40px 0 0 0;
}

.download-pdf
{
	float: right;
}
/* --------------------------------
DIRECTORY MAP
-------------------------------- */

#locations_map
{
	height: 600px;
	width: 100%;
}


.ol-popup
{
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 300px;
}
.ol-popup:after, .ol-popup:before
{
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after
{
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before
{
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer
{
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after
{
	content: "x";
}




/* Accordion */
.directory-accordion
{
	overflow: visible;
}
	.directory-accordion-row
	{
		position: relative;
	}
		.directory-accordion-title
		{
			display: block;
			padding: 12px;
		    background: #f4f4f4;
			margin: 0 0 15px;
			color: #000000;
			position: relative;
			border: 1px solid #d9d9d9;
		}
			.directory-accordion-title h3
			{
				font-size: 18px;
				padding: 0;
			}
			.directory-accordion-text
			{
				display: none;
				padding: 10px;
				margin: 0 0 10px;
			}
			
			
			.directory-accordion-title:after
			{
				content: "\E050";
				color: #4EA2BA;
				font-family: ETmodules!important;
				font-size: 22px;
				line-height: 1;
				position: absolute;
				margin-right: 0.5em;
				margin-top: -0.5em;
				right: 0;
				top: 50%;
			}
				.directory-accordion-title.open:after
				{
					content: "\E04F";
					color: #B9B9B9;
				}
			
