@charset "utf-8";
/* CSS Document */

/* Delete ALL font size / font-family / font-weight / line-height  in includes/Accordion CSS */
/* Adjust the font sizes according to screen size in the media query */
/* Make sure the Skin# and Accordion IDs match */

/* Accordion Mods - make sure you use the proper skin# used by the accordion */
/* 4 mobile - adjust larger screen sizes in media query at bottom */


/* in case there are multiple colour schemes in different accordions, the accordion needs to be targeted. The one below is for a single instance on the main page */

#accordion-format .DWAccordions_navLink .DWAccordions_navSpan
{
	font-size : 1rem!important;
	line-height: 1.4;
	text-decoration: none;
}
#accordion-format .DWAccordions_container h4 {
font-size: 1.3rem;
}
#accordion-format .DWAccordions_container h6 {
/* [disabled]font-size: 22px; */
}

#accordion-format .DWAccordions_contentDivs p a, #accordion-format .DWAccordions_contentDivs li a {
	color: inherit;
	white-space: normal!important;
	text-decoration: underline!important;
}

#accordion-format .DWAccordions_contentDivs p a:hover, #accordion-format .DWAccordions_contentDivs li a:hover {
	color: inherit;
	text-decoration: none!important;
}

/* Font size of title bar - delete the font size from the Accordion CSS */

#accordion-format .DWAccordions_navLink .DWAccordions_navImg
{
	font-size : 1.3rem;
	/*color : #2E4053;
	color : rgba(46, 64, 83, 0.75);
	*color : #2E4053;*/
}

/* Content */
#accordion-format p {
	font-size: 1rem!important;
	color: #2E2E2E!important;
}
.accordion_side-text-wrapper {
	/* if text is required to the side of an accordion section */
	padding-left: 0px!important;
	margin-bottom: 30px;
}
.accordion_side-text-wrapper p {
	/* if text is required to the side of an accordion section */
	color: #EAEAEA!important;
}

.DWAccordions_navSpan strong {
	/* if text is required to the side of an accordion section */
	font-style: italic;
}

#accordion-format .DWAccordions_contentDivs h1
{
	margin-top : 0px;
	margin-bottom : 30px;
	font-size : 22px;
	color : rgb(46, 64, 83);
}
#accordion-format .DWAccordions_contentDivs {
	font-size : 1rem;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	background-color : #FFFFFF;
	/* [disabled]border : 1px solid #F46A0E; */
	margin-bottom: 4px;
}
	
.accordionSection {
	/*float: none;
	clear: both;*/
}

/* make sure the layer ID matches the accordion name.  */
/* 4 mobile - adjust larger screen sizes in media query at bottom */

/* emphasize text */
.DWAccordions_navLink .DWAccordions_navSpan span {
	/* [disabled]margin-right: 6px; */
	transition: .6s;
}
.DWAccordions_navLink:hover .DWAccordions_navSpan span {
}


/* name below testimonials */
/* 4 mobile - adjust larger screen sizes in media query at bottom */
#accordion-format .serviceContent h4 {
	font-size: 1.4rem;
	color: #7A7A7A;
	/* [disabled]font-weight: bold; */
	margin-bottom: 16px;
	text-align: left;
	margin-left: 0px;
	line-height: 1.2;
}
#accordion-format h6 {
	font-size: 1.1rem;
	color: #949494;
	font-style: italic;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	text-align: center;
}

#accordion-format strong {
	font-weight: bold!important;
	color: inherit;
	/* [disabled]text-decoration: underline; */
	font-size: 100%;
}


/* Links */
/* Title Bar */
#accordion-format .DWAccordions_navLink.hover .DWAccordions_navSpan
{
}
#accordion-format .DWAccordions_navLink.selected .DWAccordions_navSpan
{
	/* [disabled]font-weight: normal; */
}

/* Content */

#accordion-format .DWAccordions_container ul li a {
	/* [disabled]color: #2F2F2F; */
	/* [disabled]background-color: #CCCCCC; */
	text-decoration: underline;
}


/* Lists */
#accordion-format .DWAccordions_container ol li {
	color: #515151;
	line-height: 1.4;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-bottom: 12px;
	font-size: 1rem;
} 
#accordion-format .DWAccordions_container ul {
	/* [disabled]font-size: 1rem; */
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}
#accordion-format .DWAccordions_container ul li {
	color: #515151;
	line-height: 1.4;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: square;
	padding-bottom: 12px;
	font-size: 1.1rem;
	font-weight: bolder;
}
#accordion-format .DWAccordions_container ul ul {
	margin-top: 6px;
	margin-bottom: 14px;
}
#accordion-format .DWAccordions_container ul ul li {
	color: #424242;
	/* [disabled]font-size: 1rem!important; */
	/*background-image: none;*/
	padding-left: 0px;
	margin-bottom: 4px;
	/* [disabled]min-height: 20px; */
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -10px;
	/* [disabled]background-position: left 6px; */
	background-repeat: no-repeat;
	list-style-type: none;
	background-image: none;
}
#accordion-format .DWAccordions_container ul ul ul li {
	color: #494949;
	font-size: 1rem!important;
	/*background-image: none;*/
	padding-left: 0px;
	margin-bottom: 4px;
	/* [disabled]min-height: 20px; */
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 8px;
	/* [disabled]background-position: left 6px; */
	background-repeat: no-repeat;
	list-style-type: square;
	background-image: none;
}

/* Makes sure content in panel will wrap and not cut off on mobile if text too long. Padding for nav bars needs to be specified here */
a.DWAccordions_navLink {
	word-wrap: break-word;
	height: auto!important;
	line-height: 110%!important;
	vertical-align: middle;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	padding-right: 40px!important;
}
a.DWAccordions_navLink:hover {
	text-decoration: none;
}

/* size of open/close icon it title bar */
.DWAccordions_navLink.selected .DWAccordions_navImg {
	font-size: 18px;
}

/* if the title bars need to contain numbers, add them in <span> tag right after <DWAccordions_navSpan> */
.DWAccordions_navSpan span {
	font-weight: bolder;
	letter-spacing: 1px;
	padding: 4px 10px;
	margin-right: 12px;
	background-color: rgba(0,0,0,0.20);
}

@media only screen and (min-width : 660px) {
	#accordion-format p {
	font-size: 1.1rem!important;
	}
	.accordion_side-text-wrapper {
		/* if text is required to the side of an accordion section */
		padding-left: 40px!important;
		margin-bottom: 20px;
	}
	
	#accordion-format .DWAccordions_navLink .DWAccordions_navSpan
	{
	font-size : 1.1rem!important;
	line-height: 1.2;
	}

	#accordion-format .serviceContent h4 {
	margin-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1.2;
	}
	#accordion-format .serviceContent h6 {
	/* [disabled]font-size: 22px; */
	}
	
	#accordion-format .DWAccordions_container ol li {
		line-height: 1.4;
		padding-bottom: 12px;
		font-size: 1.1rem;
	} 	
	
	#accordion-format .DWAccordions_container ul li {
	font-size: 1.1rem!important;
	padding-bottom: 6px;
	line-height: 1.3;
	margin-left: 8px;

	}
	#accordion-format .DWAccordions_container ul ul li {
	/* [disabled]font-size: 1rem!important; */
	/* [disabled]margin-left: 10px; */
	margin-bottom: 4px;

	}
	#accordion-format .DWAccordions_container ul ul ul li {
	font-size: 1rem!important;
	/* [disabled]margin-left: 10px; */
	margin-bottom: 4px;

	}	
}
