.capbox {
	background-color: #369;
	border: none;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	* display: inline;
	zoom: 1;
	/* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#CaptchaInput {
	margin: 1px 0px 1px 0px;
	width: 135px;
}


.maintext {
	font-size: 15px;
	line-height: 22px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Oxygen, sans-serif;
}

.sidebartext {
	font-size: 15px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: 'Oxygen', sans-serif;
	vertical-align: top;
}

.heading {
	font-size: 25px;
	font-family: 'Prata', serif;
	color: #666;
}

.headingsecondary {
	font-size: 25px;
	font-family: 'Prata', serif;
	color: #369;
}

.largehome {
	font-size: 17px;
	line-height: 28px;
	color: #369;
}

.sidebarbg {
	background-image: url(images/grey-bar-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.ul {
	list-style-position: outside;
	list-style-type: circle;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.footertext {
	font-size: 11px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-family: 'Oxygen', sans-serif;
}

.subhead {
	font-size: 16px;
	font-family: 'Prata', serif;
}

.formtype {
	font-size: 13px;
	padding: 5px;
	vertical-align: text-top;
	font-family: Oxygen, sans-serif;
}

.centered {
	text-align: center;
}


.nav-menu {
	font-family: Arial, sans-serif;
	text-align: center;
}

.nav-menu a {
	display: block;
	padding: 8px 15px;
	color: #000;
	text-decoration: none;
	background-color: #f0f0f0;
	transition: background-color 0.3s, color 0.3s;
}

.nav-menu a:hover {
	background-color: #2868ad;
	color: #fff;
}

.nav-menu td {
	padding: 0;
}

/* Dropdown menu styling */
.nav-menu .dropdown {
	position: relative;
}

.nav-menu .dropdown-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	padding: 0;
	list-style: none;
	margin: 0;
	z-index: 1;
	min-width: 200px;
}

.nav-menu .dropdown-menu li {
	padding: 8px 16px;
}

.nav-menu .dropdown-menu li a {
	text-decoration: none;
	color: #333;
	display: block;
}

.nav-menu .dropdown:hover .dropdown-menu {
	display: block;
}

.nav-menu .dropdown-menu li a:hover {
	background-color: #000;
	color: #fff;
}

.section {
	background-color: #000;
	color: #fff;
	padding: 40px;
	text-align: center;
}

.cta-button {
	padding: 10px 20px;
	font-size: 1rem;
	background-color: #2868ad;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
}

.cta-button:hover {
	background-color: #e64a19;
}

.faq-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 60px;
}

.faq-th {
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #f4f4f4;
	text-align: left;
}

.faq-td {
	border: 1px solid #8d8d8d;
	padding: 10px;
	background-color: #ffffff;
}

.faq-accordion-content {
	display: none;
}

.faq-accordion-content.active {
	display: table-row;
}

.faq-accordion-header {
	cursor: pointer;
}

h1 {
	color: #2868ad;
}

/*Phone Icon Floating*/
.float-phone-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #2868ad;
	color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	font-size: 24px;
	text-decoration: none;
}

.float-phone-icon svg {
	fill: white;
	/* Ensures the phone icon is white */
	width: 24px;
	height: 24px;
}

.float-phone-icon:hover {
	background-color: #1d4f8d;
}


.nav-menu .dropdown-menu li a {
                           font-size: 18px !important;
                        }