/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

/* 

CORP APPROVED COLORS

WM Green
HEX: #00693C
RGB: 0, 105, 60
CMYK: 94, 11, 84, 43
PMS: 349
 
WM Gold
HEX: #EBAB00
RGB: 235, 171, 0
CMYK: 0, 28, 100, 6
PMS: 124 

*/

/* @font-face {
	font-family: "Arial";
	src: url("/wp-content/themes/bb-theme-child/fonts/ArialMT.eot");
	src: url("/wp-content/themes/bb-theme-child/fonts/ArialMT.eot?#iefix") format("embedded-opentype"),
		url("/wp-content/themes/bb-theme-child/fonts/ArialMT.woff2") format("woff2"),
		url("/wp-content/themes/bb-theme-child/fonts/ArialMT.woff") format("woff"),
		url("/wp-content/themes/bb-theme-child/fonts/ArialMT.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Arial";
	src: url("/wp-content/themes/bb-theme-child/fonts/Arial-BoldMT.eot");
	src: url("/wp-content/themes/bb-theme-child/fonts/Arial-BoldMT.eot?#iefix") format("embedded-opentype"),
		url("/wp-content/themes/bb-theme-child/fonts/Arial-BoldMT.woff2") format("woff2"),
		url("/wp-content/themes/bb-theme-child/fonts/Arial-BoldMT.woff") format("woff"),
		url("/wp-content/themes/bb-theme-child/fonts/Arial-BoldMT.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
} */

body {
	line-height: normal;
	font-size: 16px;
	color: #333;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

.fl-page {
	max-width: 940px !important;
	margin: 0 auto;
	padding: 0 0px;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #00693c;
	text-decoration: none;
	margin: 0;
}

h4 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00693c;
	text-decoration: none;
	margin: 0;
}

h5 {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00693c;
	text-decoration: none;
	margin: 0;
}

br {
	line-height: normal !important;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a.bc-sa {
	color: #336699 !important;
}

/* visited link */
a:active,
a:visited,
a.btn-link {
	color: #00693c;
	text-decoration: none;
}

/* mouse over link */
a:hover,
a.btn-link:hover {
	color: #84c747;
	text-decoration: none !important;
}

ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
}

/* General Style */
.wm-green {
	color: #00693c !important;
}

.wm-green-hover:hover {
	color: #00693c !important;
}

.bg-wm-green {
	background-color: #00693c;
}

.bg-yellow {
	background-color: #ebab00;
}

.bg-wm-gold,
.bg-wm-gold:focus {
	background-color: #ebab00;
}

.wm-pointer {
	cursor: pointer;
}

/*
	* 
	Header Style 
	*
*/

.fl-logo-img {
	width: 125px;
}

#wm-header-logo-col {
	width: 160px;
}

#wm-title-translate-container {
	display: flex;
	align-items: center;
}

.wm-page-sub-title {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

/* Navigation & Menu Style */

.menu {
	display: none;
}

li.menu-item > a {
	text-decoration: none;
}

/* li.current-menu-item > a {
	color: unset !important;
} */

ul.wm-nav > li {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 144px;
}

ul.wm-nav li a {
	color: white;
}

ul.wm-nav li > ul.sub-menu {
	width: 100%;
}

li.menu-item {
	position: relative;
	z-index: 2;
}

/* ul.wm-nav > li.current-menu-item.current_page_item,
ul.wm-nav > li.current-menu-item.current_page_item > a {
	color: white;
} */

li.menu-item-has-children:hover > ul.sub-menu {
	display: flex;
	flex-direction: column;
	width: 100%;
}

ul.wm-nav li ul.sub-menu {
	display: none;
	list-style: none;
	position: absolute;
	z-index: 2;
	border: 1px solid #66cf00;
}

#wm-home-page-menu ul.sub-menu {
	bottom: -25px;
}

#wm-home-page-menu ul.sub-menu li > a{
	padding-top: 4px !important;
	padding-bottom: 4px !important;;	
}

ul#wm-default-menu > li > ul.sub-menu,
ul.wm-nav > li ul.sub-menu.sub-menu-1 {
	top: 40px;
}

ul.sub-menu.sub-menu-2 {
	left: 100%;
	top: 0;
}

ul.wm-nav > li.current-menu-item > a, 
.fl-page-header .navbar-nav li > a:hover,
ul.wm-nav > li:hover > a,
ul.wm-nav > li ul.sub-menu > li.menu-item > a:hover {
	background-color: #66cf00;
	color: #00693c !important;
}

td.wm-service-area-nav-container {
	border-style: solid;
	border-color: #00693c;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	height: 20px;
}

ul.wm-nav > li.fl-sub-menu-open {
	background-color: #66cf00;
}

ul.wm-nav > li ul.sub-menu {
	padding: 0 0 !important;
	margin: 0 0 !important;
	background-color: #00693c;
}

ul.wm-service-area-nav > li > a {
	height: 40px;
}

ul.wm-service-area-nav a {
	width: -webkit-fill-available;
}

ul.wm-service-area-nav > li.menu-item ul.sub-menu > li > a {
	font-size: 12px !important;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* #wm-default-menu > li ul.sub-menu {
	width: 180px !important;
} */

.fl-page-nav .navbar-nav li > a {
	padding: unset;
}

.fl-page-header .navbar-nav li > a,
ul.wm-nav > li ul.sub-menu > li > a,
ul.wm-nav > li > a {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	color: rgb(255, 255, 255) !important;
	font-family: arial !important;
	font-size: 13px !important;
	font-style: normal;
	font-weight: bold !important;
	text-align: center;
}

ul.wm-nav > li ul.sub-menu > li > a {
	width: -webkit-fill-available;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

/* #wm-default-menu > li ul.sub-menu > li > a,
#wm-default-menu > li > a {
	width: 180px !important;
	height: 38px !important;
} */

ul.wm-nav > li.wm-width-200 > a {
	width: 200px !important;
}

a.wm-nav-item-link {
	font-family: verdana, arial, sans;
	font-size: small;
	color: rgb(0, 105, 60);
	font-weight: 700;
}

td.wm-nav-item-tl {
	width: 210px;
}

td.wm-nav-item-tl ul.sub-menu,
ul.wm-service-area-nav > ul.sub-menu {
	display: none !important;
}

td.wm-nav-item-tl.wm-current-page-parent {
	background: url("/wp-content/uploads/2024/12/servicebarbg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100%;
}

h4.facilities-title {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ebab00;
	margin: 0;
}

/* Service Area Select */
#wm-service-area-select-container,
table#wm-facilities-table {
	max-width: 520px;
	width: 100%;
}


body.home table#wm-menu-table,
body.home table#wm-title-table {
	width: 100%;
}

body:not(.home) table#wm-menu-table,
body:not(.home) table#wm-title-table {
	width: 940px;
}


h4.service-area-select-title {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00693c;
	text-decoration: none;
	margin: 0;
}

select#service-area-select {
	font-family: arial;
	color: #006633;
	font-weight: 600;
	font-size: 16px;
	padding: 8px;
}

select { 
	white-space: normal;
  word-wrap: break-word;
}



/* Home Page Facilities Links */
h5.facilities-link {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00693c;
	text-decoration: none;
	margin: 0;
}



/* Style for Footer Social Icons */
.fl-builder-content-149 {
	padding: 0;
}
#wm-social-icons-container .fl-icon-group .fl-icon {
	margin-top: 0;
	margin-bottom: 0;
}

/* Service Alert Shortcode Style */
.service-alert-bg {
	background-size: cover; /* Ensures the image covers the entire element */
	background-repeat: no-repeat; /* Prevents the image from repeating */
	background-position: center center; /* Centers the image */
}

.updated-banner-header,
.updated-banner-body-inner-right {
	background-color: #024731;
}

.updated-banner-body {
	background-color: rgb(230 241 216);
}

.updated-banner-body-inner {
	background-color: #218b3e;
}

ul.banner-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
}

ul.banner-list li {
	color: white;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.bannerlist li.span-two {
	grid-column: span 2;
}

ul.banner-list li::marker {
	color: rgb(194, 213, 68);
}

img.pr-image-button {
	height: 35% !important;
}

span.updated-banner-header-title {
	color: #bed600;
	display: block;
	font-size: 18.5pt;
	font-weight: 500;
	text-align: center;
}

.email-message p,
.automated-virtual-assistant p {
	font-size: 18px;
}

.dark-green {
	color: #00693c;
}

.triangle {
	width: 0;
	height: 0;
	border-top: 75px solid #024731;
	border-bottom: 75px solid #024731;
	border-left: 20px solid #218b3e;
}

.fw-300 {
	font-weight: 300;
}

.triangle-sm {
	width: 0;
	height: 0;
	border-top: 40px solid #024731;
	border-bottom: 40px solid #024731;
	border-left: 15px solid #218b3e;
}

.link-green {
	color: #00693c !important;
}

.update-banner-info p {
	font-size: 15px;
}

h3.wm-page-title {
	font-family: arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	margin: 0;
}

/* Banner - Service Alert */

#sa h2 {
	font-family: arial;
	color: #ebab00;
	font-weight: 800;
	font-size: 26px;
	letter-spacing: 0.1px;
	line-height: 30px;
}

#sa h3 {
	font-family: arial;
	color: white;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.3px;
	line-height: 12px;
}

#pr-img {
	height: 35%;
}

/* Social Media Icon Style */
.wm-social-icon {
	font-size: 30px;
}

.ot-floating-button {
	display: none !important;
}

/* CONTENT */
#content {
	padding-bottom: 50px;
}
#content h1,
h1.content-h1 {
	font-size: 33px;
	font-weight: normal;
	color: #555555;
	line-height: 33px;
	font-family: arial, sans-serif;
	margin-bottom: 0.67em;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #555555;
	line-height: 18px;
	font-family: arial, sans-serif;
}

#content p {
	margin: 10px 0 15px;
	color: #222222;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#left_nav {
	padding: 0;
}

#left_nav ul {
	border-bottom: 1px solid #ccc;
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#left_nav > ul > li {
	border-top: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

#left_nav > ul > li > a {
	color: #00693c;
	text-decoration: none;
	font-family: arial, sans-serif;
}

table.wm-table-outlined td {
	border: 2px solid #006633;
}

table.wm-table-outlined-black td {
	border: 2px solid black;
}

button.accordion {
	background-color: #00693c;
	color: white;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	transition: 0.4s;
}

button.accordion:after {
	content: "\002B";
	color: white;
	font-family: arial;
	font-size: 15px;
	float: left;
	margin-left: 5px;
	padding-right: 14px;
}

