@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	min-width: 420px;
	min-height: 100%;
}

#headerLogo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: none;
	text-align: center;
}
#tabletHeaderCallUs {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 134px;
	display: none;
}
#tabletHeaderEmailUs {
	clear: none;
	float: left;
	margin-left: 5px;
	width: 134px;
	display: none;
}
#tabletHeaderMenu {
	clear: none;
	float: left;
	margin-left: 3px;
	width: 69px;
	display: none;
}
#wideMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#tabletHeaderLogo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 198px;
	display: none;
	height: auto;
}

#tabletHeaderCost {
	clear: both;
	display: none;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tabletHeaderButtonsContainer {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: none;
}
.tabletCallButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 200px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 4px;
}
.tabletEmailButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 200px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 4px;
}

#mobileHeaderLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	padding-left: 2px;
}
.mobileCallButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 80px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-left: 4px;
	
}
.mobileCallButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.mobileCallButton:active {
	position: relative;
	top: 1px;
}
.mobileEmailButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 80px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-left: 0px;
	
}
.mobileEmailButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.mobileEmailButton:active {
	position: relative;
	top: 1px;
}
#mobileHeaderButtonsContainer {
	clear: none;
	float: right;
	display: inline;
	text-align: inherit;
	height: 67px;
}
#mobileHeaderVeteran {
	clear: both;
	float: right;
	margin-top: 4px;
	display: block;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	height: 30%;
	padding-right: 5px;

}
#mobileHeaderCost {
	clear: both;
	display: block;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #66C010;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 4px;
	padding-bottom: 2px;
	
}

.mobileButtonFont1
{
	color: #FFF;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
}

.mobileButtonFont2
{
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
}
.mobileButtonFont3
{
	color: #fff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
}

/* Style The Dropdown Button */
.dropbtn {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 60px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 19px;
	padding-bottom: 17px;
	margin-left: 0px;
}
.dropbtn div {
	height:3px;
	background-color:#000;
	margin:4px 0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline;
	width: auto;
	height: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: relative;
	background-color: #3e8e41;
	min-width: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: underline;
	display: block;
	text-align:center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #000000;
	color: #FFF;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
 
}


.accordion {
    box-sizing: border-box;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
}

.accordion-select {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.accordion-title {
    position: relative;
}

.accordion-title:not(:nth-last-child(2))::after {
    border: 1px solid transparent;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-title span {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.accordion-content {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    transition: margin 0.3s ease 0.1s;
	
}

.accordion-select:checked + .accordion-title + .accordion-content {
    margin-bottom: 0;
    margin-right: 0;
}

/* Generated styles starts here */

.accordion {
    border-color: #505050;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    flex-direction: column;
    height: auto;
} 

.accordion-title,
.accordion-select  {
    background-color: #197b30;
    color: #fbf6f6;
    width: 100%;
    height: 30px;
    font-size: 25px;

}

.accordion-select {
    margin-bottom: -30px;
    margin-right: 0;
}

.accordion-title:not(:nth-last-child(2))::after {
    border-bottom-color: #1f1f1f;
    border-right-color: transparent;
} 

.accordion-select:hover + .accordion-title,
.accordion-select:checked + .accordion-title {
    background-color: #197b30;
} 

 .accordion-title span  {	
    transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
} 

.accordion-content {
   	background-image: url(../img/logo_background.jpg);
    color: #f5f2f0;
    height: 300px;
    margin-bottom: -300px;
    margin-right: 0;
    padding: 10px 10px 10px 10px;
    width: 100%;
	font-size: 16px;
} 

#mobileFooterContainer {
	position: relative;
	background-color: #000;
	box-sizing: border-box;
	left: 0px;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font: bold 12px sans-serif;
	padding: 10px 10px 25px 10px;
	color: #CCC;
	box-shadow: 0 50vh 0 50vh #000;
}

.mobileFooterLinks	{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  #ffffff;
}

#mobileFooterBottom	{
	background-color: #000;
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	font: bold 12px sans-serif;
	color: #CCC;
}

.tabletBodyContainer {
	clear: both;
	display: none;
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	background-color: #000000;
	height: 300px;
	padding-bottom: 5px;
}

#tabletBodyDiv1 {
	background-color: #2F7D1F;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
}

#tabletBodyDiv1Left {
	background-color: #2F7D1F;
	float: left;
	display: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width: 48%;
	height: auto;
	text-align: left;
	text-wrap: normal;
	padding: 5px 5px 5px 5px;
}

#tabletBodyDiv1Right {
	background-color: #2F7D1F;
	float: right=;
	display: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width: 48%;
	height: auto;
	text-align: center;
	text-wrap: normal;

}

#tabletBodyDiv2 {
	background-color: #2F7D1F;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	
}
#tabletBodyDiv3 {
	background-color: #2F7D1F;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-top: 5px;
}
#tabletBodyDiv4 {
	background-color: #2F7D1F;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-top: 5px;
}
#tabletBodyDiv5 {
	background-color: #2F7D1F;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-top: 5px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 100px) {
.gridContainer {
	width: 98%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

.tabletBodyHeader
{
	color: #fffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	text-align: center;
}

.tabletDivBoldText
{
	color: #fffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	text-shadow: 0px 1px 0px #5b8a3c;
	text-align: center;
}

.tabletDivBoldTextNoUndln
{
	color: #fffff;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	text-align: center;
}

#headerLogo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: auto;
	display: none;
	height: auto;
}

#tabletHeaderLogo {
	clear: none;
	float: left;
	margin-left: 0%;
	padding-top: 5px;
	width: 198px;
	display: block;
	height: auto;
}

#tabletHeaderCallUs {
	clear: none;
	float: left;
	margin-left: 4px;
	width: 134px;
	display: none;
	height: 130px;
}

#tabletHeaderEmailUs {
	clear: none;
	float: left;
	margin-left: 4px;
	width: 134px;
	display: none;
	height: 130px;
}

#tabletHeaderMenu {
	clear: none;
	float: left;
	margin-left: 2px;
	width: 69px;
	display: none;
	height: 130px;
}

#tabletHeaderCost {
	clear: both;
	display: block;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	color: #66C010;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#tabletHeaderButtonsContainer {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: none;
}
.tabletCallButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 200px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 4px;
}
.tabletEmailButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 200px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 4px;
}

#wideMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#mobileHeaderLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 185px;
	display: none;
}

.mobileCallButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 80px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 4px;
}

.mobileCallButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}

.mobileCallButton:active {
	position: relative;
	top: 1px;
}

.mobileEmailButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 80px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}

.mobileEmailButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}

.mobileEmailButton:active {
	position: relative;
	top: 1px;
}

#mobileHeaderButtonsContainer {
	clear: none;
	float: right;
	display: inline;
	text-align: inherit;
	height: 82px;
}

#mobileHeaderVeteran {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: right;
}

#mobileHeaderCost {
	clear: both;
	display: none;
	text-align: center;
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tabletBodyContainer {
	clear: both;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	background-color: #000000;
	height: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image:url(../img/logo_background.jpg);
}

#tabletBodyDiv1 {
	background-color: transparent;
	border: none !important;
	display: inline-block;
	color: #f5f2f0;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
}

#tabletBodyDiv1Header {
	background-color: #000;
	display: block;
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

#tabletBodyDiv1Left {
	background-color: transparent;
	float: left;
	display: inline-block;
	color: #f5f2f0;
	width: 98%;
	height: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	
}

#tabletBodyDiv1Right {
	background-color: #3e3e3e;
	float: none;
	alignment-baseline: central;
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 90%;
	height: 100%;
	text-align: center;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#tabletBodyDiv2 {
	background-color: transparent;
	border: none !important;
	display: inline-block;
	color: #f5f2f0;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	margin-top: 5px;
}

#tabletBodyDiv2Header {
	background-color: #000;
	display: block;
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

#tabletBodyDiv2Left {
	float: none;
	display: inline-block;
	color: #f5f2f0;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tabletBodyDiv2Right {
	float: none;
	alignment-baseline: central;
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 97%;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
}

#tabletBodyDiv3 {
	background-color: transparent;
	border: none !important;
	display: inline-block;
	color: #f5f2f0;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	margin-top: 5px;
}

#tabletBodyDiv3Header {
	background-color: #000;
	display: block;
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

#tabletBodyDiv3Left {
	float: none;
	display: inline-block;
	color: #f5f2f0;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tabletBodyDiv3Right {
	float: none;
	alignment-baseline: central;
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 97%;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
}

#tabletBodyDiv4 {
	background-color: transparent;
	border: none !important;
	display: inline-block;
	color: #f5f2f0;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 10px;
}

#tabletBodyDiv4Header {
	background-color: #000;
	display: block;
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

#tabletBodyDiv4Left {
	float: none;
	display: inline-block;
	color: #f5f2f0;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tabletBodyDiv4Right {
	float: none;
	alignment-baseline: central;
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 97%;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
}

#tabletBodyDiv5 {
	background-color: transparent;
	border: none !important;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 5px;
}
#tabletBodyDiv5Header {
	background-color: #000;
	display: block;
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

#tabletBodyDiv5Left {
	float: none;
	display: inline-block;
	color: #f5f2f0;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tabletBodyDiv5Right {
	float: none;
	alignment-baseline: central;
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 97%;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
}
#tabletBodyDiv6 {
	background-color: transparent;
	border: none !important;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 5px;
}
#tabletBodyDiv6Header {
	background-color: #000;
	display: block;
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

#tabletBodyDiv6Left {
	float: none;
	display: inline-block;
	color: #f5f2f0;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tabletBodyDiv6Right {
	float: none;
	alignment-baseline: central;
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 97%;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
}
#tabletBodyDiv7 {
	background-color: transparent;
	border: none !important;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 98%;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-top: 5px;
}
#tabletBodyDiv7Header {
	background-color: #000;
	display: block;
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
}

#tabletBodyDiv7Left {
	float: none;
	display: inline-block;
	color: #f5f2f0;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tabletBodyDiv7Right {
	float: none;
	alignment-baseline: central;
	display: block;
	color: #ffffff;
	font-weight: normal;
	width: 97%;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 16px;
}

/* Style The Dropdown Button */
.dropbtn {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 80px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 25px;
	padding-bottom: 23px;
	margin-left: 0px;
}
.dropbtn div {
	height:3px;
	background-color:#000;
	margin:4px 0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline;
	width: 70px;
	height: 80px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: relative;
	background-color: #2E7D1F;
	min-width: 60px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.accordion {
    box-sizing: border-box;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
}

.accordion-select {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.accordion-title {
    position: relative;
}

.accordion-title:not(:nth-last-child(2))::after {
    border: 1px solid transparent;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-title span {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.accordion-content {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    transition: margin 0.3s ease 0.1s;
}

.accordion-select:checked + .accordion-title + .accordion-content {
    margin-bottom: 0;
    margin-right: 0;
}

/* Generated styles starts here */

.accordion {
    border-color: #505050;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    flex-direction: column;
    height: auto;
} 

.accordion-title,
.accordion-select  {
    background-color: #197b30;
    color: #fbf6f6;
    width: 100%;
    height: 30px;
    font-size: 20px;
}

.accordion-select {
    margin-bottom: -30px;
    margin-right: 0;
}

.accordion-title:not(:nth-last-child(2))::after {
    border-bottom-color: #1f1f1f;
    border-right-color: transparent;
} 

.accordion-select:hover + .accordion-title,
.accordion-select:checked + .accordion-title {
    background-color: #197b30;
} 

 .accordion-title span  {	
    transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
} 

.accordion-content {
    background-color: #3e3e3e;
    color: #f5f2f0;
    height: 140px;
    margin-bottom: -140px;
    margin-right: 0;
    padding: 0px;
    width: 100%;
} 

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98%;
	max-width: 1000px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headerLogo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 200px;
	display: block;
}
#tabletHeaderCallUs {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: none;
}
#tabletHeaderEmailUs {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: none;
}
#tabletHeaderMenu {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: none;
}
#tabletHeaderCost {
	clear: both;
	display: block;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	color: #66C010;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#wideMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mobileHeaderLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#tabletHeaderLogo {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 189px;
	display: none;
	height: 82px;
}
.mobileCallButton {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 90px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 4px;
}
.mobileCallButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.mobileCallButton:active {
	position: relative;
	top: 1px;
}
.mobileEmailButton {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 45%;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	
}
.mobileEmailButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.mobileEmailButton:active {
	position: relative;
	top: 1px;
}
.tabletButtonFont1
{
	color: #000;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
}
.tabletButtonFont2
{
	color: #000;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
}
#mobileHeaderButtonsContainer {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: none;
}
#mobileHeaderVeteran {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: right;
}

#mobileHeaderCost {
	clear: both;
	display: none;
	text-align: right;
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tabletHeaderButtonsContainer {
	clear: none;
	float: right;
	margin-left: 2.0408%;
	width: auto;
	display: inline;
}
.tabletCallButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 260px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 4px;
}
.tabletEmailButton {
	box-shadow: 0px 10px 14px -10px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 200px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 4px;
}

/* Style The Dropdown Button */
.dropbtn {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color: #77b55a;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: none;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	width: 80px;
	height: auto;
	text-align: center;
	text-wrap: normal;
	padding-top: 25px;
	padding-bottom: 23px;
	margin-left: 0px;
}
.dropbtn div {
	height:3px;
	background-color:#000;
	margin:4px 0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline;
	width: 70px;
	height: 80px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: relative;
	background-color: #f9f9f9;
	min-width: 60px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.accordion {
    box-sizing: border-box;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
}

.accordion-select {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.accordion-title {
    position: relative;
}

.accordion-title:not(:nth-last-child(2))::after {
    border: 1px solid transparent;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-title span {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.accordion-content {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    transition: margin 0.3s ease 0.1s;
}

.accordion-select:checked + .accordion-title + .accordion-content {
    margin-bottom: 0;
    margin-right: 0;
}

/* Generated styles starts here */

.accordion {
	border-color: #FFFFFF;
	border-radius: 0px;
	border-style: solid;
	border-width: 0px;
	flex-direction: column;
	height: auto;
} 

.accordion-title,
.accordion-select  {
    background-color: #197b30;
    color: #fbf6f6;
    width: 100%;
    height: 30px;
    font-size: 20px;
}

.accordion-select {
    margin-bottom: -30px;
    margin-right: 0;
}

.accordion-title:not(:nth-last-child(2))::after {
    border-bottom-color: #1f1f1f;
    border-right-color: transparent;
} 

.accordion-select:hover + .accordion-title,
.accordion-select:checked + .accordion-title {
    background-color: #197b30;
} 

 .accordion-title span  {	
    transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
} 

.accordion-content {
    background-color: #3e3e3e;
    color: #f5f2f0;
    height: 140px;
    margin-bottom: -140px;
    margin-right: 0;
    padding: 0px;
    width: 100%;
} 

}
