﻿body {
	font-family: "Open Sans", sans-serif;
	font-size: 0.85em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #696969;
}
a {
	color: #34734a;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: gray;
}
a,
a img {
	border: none;
	outline: none;
}
p {
	margin-bottom: 20px;
	line-height: 1.6em;
	font-size: 15px;
}
header,
footer,
nav,
section {
	display: block;
}

/* ==============={ HEADINGS }=============== */
h1 {
	padding-bottom: 0;
	margin-bottom: 0;
	color: #3d8658;
	font-family: "Cardo", serif;
	font-weight: normal;
	font-size: 38px;
}
#Home h1 {
	line-height: 32px;
	font-size: 27px;
	color: #fff;
}
h2 {
	padding: 0 0 0 0;
	font-size: 20px;
	line-height: 27px;
}
h3 {
	font-size: 17px;
	line-height: 25px;
	color: #3d8658;
}
h4 {
	font-size: 15px;
	color: #13133f;
	padding: 0;
	margin: 0;
}
#Home h5 {
	font-size: 15px;
	color: #fffcc5;
	line-height: normal;
}
h5 {
	font-size: 15px;
	color: #004c40;
	line-height: normal;
}

/*header*/
#headerContain {
	width: 100%;
	background: url(/Content/images/headerMainBackgroundFull.jpg) top center
		no-repeat #042932;
	background-size: cover;
	min-height: 109px;
}
#headerBar {
	margin: 0 auto;
	height: 109px;
	width: 1000px;
}
#leftHeader {
	width: 350px;
	float: left;
	margin-top: 48px;
}
#logoHeader {
	padding-left: 14px;
}
#logoHeader a:hover {
	opacity: 0.8;
}
#rightHeader {
	float: right;
	width: 600px;
}
#rightHeaderCTA {
	color: #fffcc5;
	width: 480px;
	float: right;
	margin-top: 11px;
	font-family: "Cardo", serif;
}
.ctaText {
	font-size: 17px;
	font-weight: bold;
}
.ctaText a {
	color: #fffcc5;
	text-decoration: none;
}
.ctaText a:hover {
	color: #4f9167;
}
.ctaPhone {
	font-size: 18px;
	padding-left: 10px;
}
.ctaPhone a {
	color: #fffcc5;
	text-decoration: none;
}
.ctaPhone a:hover {
	color: #fffcc5;
	text-decoration: underline;
}
.moreAnswersBtn {
}

/* New Navigation */
#newMainNav {
	margin: 0;
}
#newMainNav li {
	height: 54px;
}
#newMainNav li a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 100%;
}
#newMainNav li a span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#newMainNav li#newNestedLI {
	position: relative;
}
#newMainNav li#newNestedLI:hover ul.newNestedUL {
	display: block;
}
#newMainNav li ul.newNestedUL {
	z-index: 1000;
	background: #026167;
	margin: 0;
	padding: 20px 0 10px;
	width: 130px;
	display: none;
	float: left;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.43);
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.43);
}
#navigationContainer li ul.newNestedUL li {
	border-right: none;
}

#navigationContainer #leftNestUL li {
	width: 100%;
	max-width: 100%;
	height: 43px;
}
#leftNestUL {
	position: absolute;
	top: 54px;
	left: -70%;
}
#leftNestUL a {
	width: 100%;
}

#navigationContainer #rightNestUL li {
	width: 100%;
	max-width: 100%;
	height: 43px;
}
#rightNestUL {
	position: absolute;
	top: 54px;
	right: -70%;
}
#rightNestUL a {
	width: 100%;
}

#navigationContainer {
	float: right;
	width: 635px;
	font-size: 12px;
	margin-top: 19px;
	position: relative;
}
#navigationContainer li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #156e74;
	max-width: 105px;
	text-align: center;
}
#navigationContainer li:last-child {
	border-right: none;
}
#navigationContainer a {
	cursor: pointer;
	color: #fffcc5;
	display: block;
	text-decoration: none;
	width: 105px; /*height:44px; padding-top:10px; */
	text-transform: uppercase;
	line-height: 13px;
	text-align: center;
}
#navigationContainer a:hover {
	background: #042932;
}

#navigationContainer a.fb {
	cursor: pointer;
	color: #fffcc5;
	display: block;
	text-decoration: none;
	width: 105px;
	height: 44px;
	padding-top: 10px;
	text-transform: uppercase;
	line-height: 13px;
	text-align: center;
}
#navigationContainer a.fb:hover {
	background: none;
}

.mainNav {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 635px;
	height: 50px;
}
#navigationContainer .last {
	/*padding-top:22px; height:32px;*/
}
.boUL {
	padding-top: 10px;
	position: relative;
	z-index: 20;
}
.boUL:hover {
	background: #042932;
	cursor: default;
}

.boUL ul {
	display: none;
	height: 43px;
	float: left;
	background: #042932;
	padding: 0 0 0 50px;
	width: 330px;
	position: relative;
	z-index: 20;
	margin-left: -139px;
}
.boUL:hover ul {
	display: block;
	position: relative;
	z-index: 20;
}
.boUL li {
	margin: 0 auto;
	list-style-type: none;
	border-right: 1px solid #156e74;
}

#navigationContainer .mainNav #bankOptions {
	cursor: default;
}
#navigationContainer .mainNav #helpResourc {
	cursor: default;
}

#navigationContainer .boUL a {
	float: left;
	cursor: pointer;
	color: #fffcc5;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 44px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	line-height: 13px;
	position: relative;
	z-index: 20;
}
#navigationContainer .boUL li a {
	float: left;
	cursor: pointer;
	color: #fffcc5;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 34px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	line-height: 13px;
	position: relative;
	z-index: 20;
}
#navigationContainer .boUL li a:hover {
	text-decoration: underline;
}
#navigationContainer .boUL li {
	padding-top: 3px;
	max-width: 140px;
}

.hrUL {
	padding-top: 10px;
	position: relative;
	z-index: 20;
}
.hrUL:hover {
	background: #042932;
}
.hrUL ul {
	display: none;
	height: 43px;
	float: left;
	background: #042932;
	margin: 0 0 0 -300px;
	padding: 0 0 0 0;
	width: 585px;
	position: relative;
	z-index: 20;
}
.hrUL:hover ul {
	display: block;
	position: relative;
	z-index: 20;
}
.hrUL li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #156e74;
}
#navigationContainer .hrUL a {
	float: left;
	cursor: pointer;
	color: #fffcc5;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 44px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	line-height: 13px;
	position: relative;
	z-index: 20;
}
#navigationContainer .hrUL li a {
	float: left;
	cursor: pointer;
	color: #fffcc5;
	display: block;
	text-decoration: none;
	width: 135px;
	height: 29px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	line-height: 13px;
	position: relative;
	z-index: 20;
}
#navigationContainer .hrUL li a:hover {
	text-decoration: underline;
}
#navigationContainer .hrUL li {
	padding-top: 9px;
	max-width: 160px;
	padding-left: 5px;
	padding-right: 5px;
}
/*header end*/

/*rotator*/
#rotatorContainer {
	width: 100%;
	height: 420px;
	position: relative;
}
#idlebar {
	background: #043039;
	width: 100%;
	height: 40px;
	z-index: 12;
	margin-bottom: 70px;
}
#expandDiv {
	background: #3d8658;
	width: 100%;
	height: 300px;
	z-index: 12;
	border-top: 9px solid #043039;
}
#expandDivInner {
	width: 1000px;
	margin: 0 auto;
}
#expandDivLeft {
	width: 71%;
	float: left;
	padding: 21px 0 0 20px;
	height: 0px;
	color: #fff;
	font-size: 13px;
}
#expandDivLeft p {
	margin: 3px;
}
.expandLeftHeader {
	color: #fffcc5;
	display: block;
	font-size: 24px;
	font-family: "Cardo", serif;
	margin: 0;
	padding: 0;
}
.fillerText {
	color: #fff;
	font-size: 12px;
}

#expandDivRight {
	width: 24.2%;
	float: right;
	padding-top: 33px;
	height: 0px;
}
#locationBox {
	background: #35734a;
	border: 1px solid #285b3a;
	width: 210px;
	height: 188px;
	padding: 15px;
	color: #fffcc5;
}
.freeConsult {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.locationPhone {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-family: "Cardo", serif;
	font-weight: bold;
	font-size: 24px;
}
.locationPhone a {
	color: #fff;
}
#gmapHeader {
	display: block;
	margin: 0 auto;
	text-align: center;
	border-top: 3px solid #285b3a;
	height: 30px;
	width: 92%;
}
#gmapHeader img {
	float: left;
	padding-left: 15px;
}
.gmapheaderText {
	font-size: 11px;
	line-height: 15px;
	display: block;
	float: right;
	padding: 5px 37px 0 0;
}
#gmapBox {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#gmapBox:hover {
	opacity: 0.9;
}

#buttonContainer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 12;
}
#freshStart {
	position: absolute;
	right: 0;
	bottom: -4px;
	height: 45px;
}
#freshStart:hover {
	opacity: 0.9;
}
#buttonContainer a {
	cursor: pointer;
}

#navigationContainer a.contact {
	background: rgba(0, 0, 0, 0)
		linear-gradient(to bottom, #e2b044 0%, #ffd861 100%) repeat scroll 0 0;
}
#navigationContainer a.contact:hover {
	background: #042932 none repeat scroll 0 0;
}

/*================  Content Image Link Overlay Styling=====================*/
.contentImgContainer {
	float: right;
	margin: 10px;
}
.contentImgContainer .contentImg {
	position: relative;
}
.contentImgContainer img {
	display: block;
}
.contentImgContainer p {
	color: #fff;
	background: #096165;
	font-style: italic;
	text-align: center;
	padding: 5px;
	margin: 0;
}
#site .contentImgContainer .button {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #ffb807;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-shadow: 1px 1px 1px #333;
	opacity: 0;
	transition: opacity 0.5s, background 0.5s;
}
#site .contentImgContainer .contentImg:hover > .button {
	opacity: 1;
}
#site .contentImgContainer .button:hover {
	background: #ad7b06;
}

/*================  Sheen animation  =====================*/
#btnSheen {
	float: right;
	position: absolute;
	right: 260px;
	top: -41px;
	z-index: 500;
	display: block;
}

.animatedSheen {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(260px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(260px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

/*==============================================*/

#homeVideoContainer {
	display: block;
	float: left;
	text-align: left;
	padding: 20px 15px 0 0;
}

/* BACKGROUNDS STYLING
========================================================================== */
#site {
	position: relative;
	z-index: 5;
}
#backgroundsWrap {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
#backgrounds {
	background-color: #fff;
	min-height: 1200px;
	display: block;
	position: relative;
	top: 0px;
}
#backgrounds #firstBG {
	background: url(/Content/images/slideHomeMain.jpg) top center no-repeat #fff;
	min-height: 689px;
	width: 100%;
}
#backgrounds #secondBG {
	background: url(/Content/images/slideHomeMain2.jpg) top center no-repeat #fff;
	min-height: 689px;
	width: 100%;
}
#backgrounds #thirdBG {
	background: url(/Content/images/slideHomeMain3.jpg) top center no-repeat #fff;
	min-height: 689px;
	width: 100%;
}
#backgrounds #fourthBG {
	background: url(/Content/images/slideHomeMain4.jpg) top center no-repeat #fff;
	min-height: 689px;
	width: 100%;
}

/*mainContent*/
#mainContentBumpUp {
	position: relative;
	z-index: 10;
	top: -104px;
}
#mainContentWhite {
	width: 100%;
	background: url(/Content/images/whitebgBackground.png) repeat;
	position: relative;
}
.grnBtn {
	background: #35734a;
	padding: 14px 23px 14px 23px;
	color: #fffcc5;
	font-size: 12px;
	text-decoration: none;
	font-family: "bonvenocflight";
	text-transform: uppercase;
	margin: 20px 20px 20px;
	text-align: center;
}
.grnBtn:hover {
	color: #043039;
}
#topSection {
	height: 360px;
	width: 1000px;
	margin: 0 auto;
}
#contentColumns {
	color: #2a2a3f;
	font-size: 13px;
}
#contentColumns a {
	float: right;
	clear: both;
}
#contentColumns p {
	line-height: 15px;
	margin-top: 2px;
	font-size: 13px;
}
#contentColumns a img:hover {
	opacity: 0.8;
}
.moreAnswers {
	width: 186px;
	height: 40px;
	background: url(/Content/images/moreAnswers.jpg);
}
#columnsContainer {
}

#h1Container {
	margin-top: -80px;
	float: left;
	position: relative;
	z-index: 20;
}
#leftColumn {
	width: 23%;
	padding: 1%;
	float: left;
	background: #e9e9e9;
}
#LeftMColumn {
	width: 23%;
	padding: 1%;
	float: left;
}
#RightMcColumn {
	width: 23%;
	padding: 1%;
	float: left;
	background: #e9e9e9;
}
#RightColumn {
	width: 23%;
	padding: 1%;
	float: left;
}

#mainContentGreen {
	background: #004c40;
	width: 100%;
	min-height: 730px;
}
#middleSection {
	width: 1000px;
	margin: 0 auto;
}
#middleSection a {
	color: #6db889;
}
#middleLeft {
	width: 730px;
	float: left;
	color: #fff;
	line-height: 13px;
	padding-top: 20px;
}
#middleLeft h3 {
	color: #fffcc5;
}
#middleRight {
	width: 244px;
	float: right;
	height: 420px;
	margin-top: -23px;
}
#middleRightBar {
	width: 244px;
	height: 43px;
	position: relative;
}
#middleRightText {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0 0 10px;
}
#middleRightText ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 9px;
}
#middleRightText ul li {
	margin: 10px 0;
}
#middleRightText li:before {
	content: "• ";
	color: #3c8955;
	padding: 0;
}
#middleRight #middleRightImgContainer a {
	color: #fff;
}
#middleRight #middleRightImgContainer a:hover {
	color: #333;
}
#middleRightImgContainer {
	text-align: center;
	position: relative;
}
#middleRightImgContainer a img:hover {
	opacity: 0.8;
}
#steveOverBar {
	background: #35734a;
	padding: 14px 23px 14px 23px;
	color: #fffcc5;
	z-index: 20;
	font-size: 12px;
	position: absolute;
	text-decoration: none;
	font-family: "bonvenocflight";
	text-transform: uppercase;
	bottom: 15px;
	left: 20px;
}
#steveOverBar:hover {
	color: #043039;
}

#mainContentWhite2 {
	height: 255px;
	background: #fff;
	width: 100%;
	position: relative;
	clear: both;
}
#whitespaceBorderTop {
	border-bottom: 1px solid #a1a1a1;
	height: 30px;
}
#bottomSectionContainer {
	width: 100%;
	height: 190px;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 30px;
}
#bottomSection {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}
#bHeader {
	float: left;
	clear: both;
	width: 1000px;
}
.bankruptcyHeader {
	color: #04303a;
	font-size: 30px;
	font-family: "Cardo", serif;
	padding-left: 15px;
}
.bankruptcyNews {
	color: #34734a;
	font-size: 30px;
	font-family: "Cardo", serif;
	text-transform: uppercase;
}
.bNews {
	background: url(/Content/images/bankruptcyNews.jpg);
	width: 319px;
	height: 78px;
	float: left;
	margin-left: 12px;
}
.bNews:hover {
	opacity: 0.8;
}

#bodyContainer {
	width: 1000px;
	margin: 0 auto;
	min-height: 600px;
	overflow: hidden;
}

#newsHolder {
	width: 1000px;
	margin: 0 auto;
	height: 78px;
	clear: both;
}
.newsDateHome {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: "Cardo", serif;
	line-height: 30px;
	padding: 9px 0 0;
	width: 78px;
	text-align: center;
	font-weight: bold;
}
.newsBody {
	font-size: 13px;
	color: #000;
	float: right;
	width: 70%;
	margin: 14px 0 0;
}
/*mainContent end*/

/*footerContainer*/
#footerContainer {
	width: 100%;
	background: url(/Content/images/footerTexture.jpg) repeat;
	background-size: cover;
	min-height: 325px;
	padding-top: 34px;
	margin-top: 30px;
	clear: both;
}
#footerTopbar {
	background: #3d8658;
	width: 100%;
	height: 59px;
	clear: both;
}
#footerTopbarInner {
	width: 1000px;
	margin: 0 auto;
}
#footerTopbarLeft {
	float: left;
	color: #fff;
	margin-top: 6px;
}
#footerTopbarLeft a {
	color: #fff;
	padding: 5px 9px;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
}
#footerTopbarLeft a:hover {
	color: #004c40;
}
#footerTopbarLeft li {
	list-style-type: none;
	float: left;
	padding: 0px 1px;
	border-right: 1px solid #fff;
	font-size: 12px;
}
#footerTopbarLeft li:last-child {
	border: none;
}
#footerTopbarRight {
	float: right;
	margin-top: 15px;
}
#footerTopbarRight a {
	cursor: pointer;
}
#footerTopbarRight a:hover {
	opacity: 0.8;
}

#footer {
	width: 1000px;
	margin: 0 auto;
}
#footerbottomLeft {
	margin-top: 30px;
	float: left;
}
#footerbottomLeft a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footerbottomLeft a img:hover {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
}
#addressStuff {
	clear: both;
	padding-top: 15px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#freeConsultText {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 19px;
	font-weight: bold;
	width: 250px;
	margin: 0 auto;
}
#footerPhone {
	font-family: "Cardo", serif;
	font-size: 25px;
}
#footerbottomRight {
	float: right;
	width: 400px;
}
.footerText {
	color: #fff;
	display: block;
	font-size: 11px;
	text-align: right;
	padding-top: 20px;
	float: right;
}

#locations {
	color: #c7c5c5;
	width: 850px;
	margin: 0 auto;
	margin-top: 20px;
}
#locations a {
	color: #ffffff;
	text-decoration: none;
}
#locations a:hover {
	color: #054a2e;
	text-decoration: none;
}
/*footerContainer end*/

/*testimonial Styling*/
#testimonialContainer {
	width: 1000px;
	margin: 0 auto;
}
.testimonialBlock {
	width: 1000px;
	float: left;
	clear: both;
	margin-bottom: 40px;
}
.testimonialHeadline {
	font-size: 20px;
	color: #043039;
}
.testimonialFirstName {
	float: left;
	width: 500px;
	text-transform: uppercase;
	font-size: 17px;
	border-bottom: 1px solid #696969;
	color: #0c5f65;
}
.testimonialFirstName p {
	margin: 0;
	padding: 0;
}
.testimonialCityofOrigin {
	float: right;
	width: 500px;
	font-size: 17px;
	border-bottom: 1px solid #696969;
	text-align: right;
	color: #0c5f65;
}
.testimonialCityofOrigin p {
	margin: 0;
	padding: 0;
}
.testimonialBody {
	font-size: 13px;
}
/*testimonial end*/

/*faq Styling*/
.faqHeadlineBlock {
	float: left;
	clear: both;
	padding: 5px 0;
}
.faqHeadlineBlock a {
	font-size: 17px;
	color: #043039;
}
.faqHeadlineBlock a:hover {
	color: #3d8662;
}
.faqBodyBlock {
	width: 1000px;
	float: left;
}
.faqHead {
	font-size: 22px;
}
.faqHeadline {
	font-size: 17px;
	display: block;
	color: #3d8658;
	font-weight: bold;
}
.faqAnswer {
	padding: 20px 0 20px 0;
	display: block;
	clear: both;
	border-bottom: 1px solid #3d8658;
}
#faqBUMP {
	height: 45px;
	clear: both;
}
.backtoTop {
	clear: both;
	display: block;
	width: 100px;
	background: #3d8658;
	color: #fffcc5;
	text-decoration: none;
	text-align: center;
	padding: 3px 12px;
	margin: 10px 0 0;
	transition: all 0.2s ease;
}
.backtoTop:hover {
	background: #043039;
	transition: all 0.2s ease;
	color: #fffcc5;
}
/*faq end*/

/*news*/
.newsBlock {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #696969;
	float: left;
}
.headlineofNews {
	float: left;
	font-size: 18px;
	color: #043039;
}
.newsText {
	float: left;
	padding-left: 30px;
}
.moreLink {
	float: right;
	text-align: right;
	clear: both;
	background: #3d8658;
	color: #fffcc5;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
}
.moreLink:hover {
	color: #043039;
}
.returnBtn {
	float: left;
	clear: both;
	background: #3d8658;
	color: #fffcc5;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
}
.returnBtn:hover {
	color: #043039;
}
.newsDate {
	display: block;
	float: left;
	clear: both;
	font-size: 12px;
	font-style: italic;
}
/*news end*/

/*contact styling*/
#contactpageLeft {
	float: left;
	margin-left: 30px;
	width: 50%;
}
#contactpageLeft #ContactForm input:focus {
	background: #e2e2e2;
}
#contactpageLeft #ContactForm textarea:focus {
	background: #e2e2e2;
}
#contactpageLeft #SendButton input {
	border: 0;
	background: #35734a;
	padding: 9px 40px;
	outline: 0;
	color: #fffcc5;
	font-size: 15px;
	font-family: "bonvenocflight";
	text-transform: uppercase;
}
#contactpageLeft #SendButton input:hover {
	color: #043039;
	cursor: pointer;
}
#contactpageLeft .recaptchatable a {
	color: #35734a;
	font-size: 11px;
}
#contactpageRight {
	float: right;
	margin: 35px 20px 0 0;
}

/*page specific backgrounds*/
#Chapter7BankruptcyAttorney #bodyheaderImg {
}

@font-face {
	font-family: "bonvenocflight";
	src: url("BonvenoCF-Light-webfont.eot");
	src: url("BonvenoCF-Light-webfont.eot?#iefix") format("embedded-opentype"),
		url("BonvenoCF-Light-webfont.ttf") format("truetype"),
		url("BonvenoCF-Light-webfont.svg#bonvenocflight") format("svg");
	font-weight: normal;
	font-style: normal;
}

#FakeForm {
	margin-top: 20px;
}
#FakeForm input {
	padding: 6px;
	border-radius: 3px;
	border: 0;
	width: 200px;
	font-size: 16px;
}
#FakeForm label {
	line-height: 1.6em;
	margin-top: 0.2em;
	font-size: 14px;
	font-weight: 800;
}
#FakeForm input:focus {
	background: #e2e2e2;
}
#FakeForm textarea {
	width: 98.5%;
	padding: 6px;
	border-radius: 3px;
	font-family: "Open Sans", sans-serif;
}
#FakeForm textarea:focus {
	background: #e2e2e2;
}
.FakeButton button {
	border: none;
	padding: 9px 28px;
	color: #fffcc5;
	font-size: 12px;
	font-family: "bonvenocflight";
	text-transform: uppercase;
	background: #004c40;
}
.FakeButton button:hover {
	background: #0c5845;
}
.FakeNameContainer {
	width: 40%;
	float: left;
	display: block;
	clear: both;
	color: #fff;
	font-size: 11px;
}
.FakeEmailContainer {
	width: 40%;
	float: left;
	display: block;
	clear: both;
	color: #fff;
	font-size: 11px;
}
.FakePhoneContainer {
	width: 40%;
	float: left;
	display: block;
	clear: both;
	color: #fff;
	font-size: 11px;
}
.FakeMessageContainer {
	width: 60%;
	float: right;
	display: block;
	margin-top: -113px;
	color: #fff;
	font-size: 11px;
}
.FakeButton {
	float: right;
	display: block;
	margin-top: -26px;
	clear: both;
}

.pdf {
	width: 100%;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style-image: url(/Content/images/pdf.png);
}
.pdf a {
	display: block;
	text-decoration: none;
	width: auto;
	padding: 15px 10px;
	float: left;
	background: #3d8658;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pdf a:hover {
	background: #004537;
	color: #fff;
}

/* ==============={ FORM LAYOUT ELEMENTS }=============== */
fieldset {
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
	border: none;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {
	min-height: 93px;
}
select {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
}
input[type="text"],
input[type="email"],
input[type="password"] {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
	width: 200px;
}
input[type="submit"] {
	font-size: 1.2em;
	padding: 5px;
}

/* ==============={ TABLE }===============
table	{border: solid 1px #e8eef4; border-collapse: collapse; }
table td	{padding: 5px; border: solid 1px #e8eef4; }
table th	{padding: 6px 5px; text-align: left; background-color: #e8eef4; border: solid 1px #e8eef4; }
*/

/* ==============={ MISC }=============== */
.clear {
	clear: both;
}
.error {
	color: Red;
}
div#title {
	display: block;
	float: left;
	text-align: left;
}
#logindisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}
#logindisplay a:link {
	color: white;
	text-decoration: underline;
}
#logindisplay a:visited {
	color: white;
	text-decoration: underline;
}
#logindisplay a:hover {
	color: white;
	text-decoration: none;
}
.hidethis {
	visibility: hidden;
}
.image {
	text-align: center;
}

/* ==============={ Styles for validation helpers }=============== */
.field-validation-error {
	color: #ff0000;
}
.field-validation-valid {
	display: none;
}
.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}
.validation-summary-valid {
	display: none;
}

/* ==============={ Styles for editor and display helpers }=============== */
.display-label,
.editor-label {
	margin: 1em 0 0 0;
}
.display-field,
.editor-field {
	margin: 0.5em 0 0 0;
}
.text-box {
	width: 30em;
}
.text-box.multi-line {
	height: 6.5em;
}
.tri-state {
	width: 6em;
}

/* ==============={ Styles for validation helpers }=============== */
.field-validation-error {
	color: #f00;
}
.field-validation-valid {
	display: none;
}
.input-validation-error {
	border: 1px solid #f00;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-weight: bold;
	color: #f00;
}
.validation-summary-valid {
	display: none;
}

/* ==============={ Styles for File Management }=============== */
#DeleteSelectedFiles {
	background: none;
	border: 0;
	color: #2b94ff;
	cursor: pointer;
}
ul.FileManLinks li {
	display: inline;
}
ul.FileManLinks li a {
	text-decoration: underline;
}
p.FileManCwd {
	color: Gray;
	font-size: 1.2em;
	text-align: center;
}
ul.FileManOps li {
	display: inline;
}
ul.FileManip {
	margin-left: 150px;
}
ul.FileManip li {
	display: inline;
	padding: 0 3px;
}
#HelpOutput {
	border: 1px solid grey;
	margin-bottom: 20px;
	color: #2b94ff;
}
#FileManipSelectAllFiles {
	margin-left: 100px;
}

/* ==============={ Styles for Pagination }=============== */
#PaginationDisplay {
}
#PaginationDisplay a {
}
#PaginationDisplay .selected {
}

/* ==============={ Styles for Gallery Images }=============== */
.photoItem {
	float: left;
	text-align: center;
	width: 180px;
	height: 220px;
}
.ImageName {
	text-align: center;
}
.categoryItem {
	float: left;
	text-align: center;
	width: 180px;
	height: 220px;
}
.subCategoryName {
	text-align: center;
}

/* ==============={ Modal Contact Form }=============== */
#ContactFormModal fieldset #modalSubmitBtn input {
	width: 30%;
	font-size: 12px;
	border: none;
	min-height: 30px;
	float: left;
	cursor: pointer;
}
#ContactFormModal fieldset #modalCloseBtn input {
	width: 30%;
	font-size: 12px;
	border: none;
	min-height: 30px;
	float: right;
	display: block;
	margin-top: -6px;
	cursor: pointer;
}
#ContactFormModal fieldset #modalSubmitBtn input:hover {
	background: #065f63;
	color: #fffcc5;
}
#ContactFormModal fieldset #modalCloseBtn input:hover {
	background: #065f63;
	color: #fffcc5;
}
.modalHeader {
	font-family: "Cardo", serif;
	width: 500px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
#ModalContactFormSlot {
	float: right;
	width: 250px;
	display: inline-block;
}
#ModalContactMask {
	background-color: #004c40;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	display: none;
}
#ContactFormModal fieldset {
	padding: 10px 25px;
	border: none;
	margin-bottom: 0px;
	color: #000;
}
#ContactFormModal fieldset input {
	margin-bottom: 5px;
	width: 70%;
	border: none;
}
#ContactFormModal fieldset textarea {
	margin-bottom: 5px;
	width: 70%;
	border: none;
	font-family: "Open Sans", sans-serif;
}
#ContactFormModal #boxes fieldset {
	background-color: #3d8658;
	position: fixed;
	left: 0;
	top: 0;
	width: 500px;
	display: none;
	z-index: 9999;
	padding: 20px;
	color: #000;
}
#ContactFormModal #boxes fieldset legend {
	padding-top: 53px;
	text-align: center;
	border: none;
	width: 90%;
	display: block;
}
#ContactFormModal #boxes fieldset label {
	display: block;
	color: #fff;
}
#ContactFormModal #boxes fieldset label.error {
	display: inline;
	color: #f00;
}
#ContactFormModal #boxes fieldset input.error {
	border: 1px dotted #f00;
}
#ContactFormModal .CloseFieldset {
	margin: 10px 0 0 0;
	border-color: #ddd;
	color: #ddd;
	background-color: #222;
}
#ContactFormModal .CloseFieldset:hover {
	border-color: #eee;
	color: #eee;
	background-color: #444;
	font-weight: 900;
}
#ContactFormModal .formbg_top {
	display: block;
	width: 302px;
	height: 41px;
}
#ContactFormModal .formbg_middle {
	display: block;
	width: 302px;
	height: auto;
}
#ContactFormModal .formbg_bottom {
	display: block;
	width: 302px;
	height: 96px;
}
#ContactFormModal .section {
	margin-bottom: 26px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	float: left;
	margin-right: 42px;
}
#ContactFormModal #captcha {
	float: left;
}
#ContactFormModal legend {
	border: none;
	font-weight: bold;
	text-transform: uppercase;
}

.g-recaptcha,
#SendButton {
	text-align: center;
}
.g-recaptcha > div,
#SendButton > input {
	display: inline-block;
	margin-left: -5%;
}

/* ==============={ YouTube Thumbnail img }=============== */
.YoutubeThumb {
	width: 150px;
	height: 150px;
}

/* Testimonials sliders */
.reviews-slider-wrapper {
	position: relative;
	background-size: cover;
	margin-block: 40px;
	max-width: 100vw;
}

.reviews-slider-wrapper h2 {
	display: block;
	margin: 0 0 10px 0;
	font-size: clamp(23px, 1.46vw, 28px);
	letter-spacing: 0.03em;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	.reviews-slider-wrapper h2 {
		margin-bottom: 15px;
	}
}

.reviews-slider-wrapper .review-slide {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background-color: #3d8658;
	color: #fff;
	padding: 50px;
	margin: 0 10px;
}

@media only screen and (max-width: 1500px) {
	.reviews-slider-wrapper .review-slide {
		padding: 35px;
	}
}

@media only screen and (max-width: 1000px) {
	.reviews-slider-wrapper .review-slide {
		padding: 25px;
	}
}

.reviews-slider-wrapper .review-slide .review-headline p {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	margin: 0;
}

.reviews-slider-wrapper .review-slide .review-headline p::before {
	content: '“';
}

.reviews-slider-wrapper .review-slide .review-headline p::after {
	content: '”';
}

@media only screen and (max-width: 640px) {
	.reviews-slider-wrapper .review-slide .review-headline {
		flex-direction: column;
		align-items: flex-start;
	}
}

.reviews-slider-wrapper .review-slide review-body {
	margin-bottom: 15px;
}

.reviews-slider-wrapper .review-slide review-body p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.reviews-slider-wrapper .review-slide .review-name {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}

.reviews-slider-wrapper .review-slide .review-name p {
	display: inline;
}

.reviews-slider-wrapper .see-all-reviews {
	text-align: center;
	margin-top: 0;
}

.reviews-slider-wrapper .see-all-reviews a {
	font-size: 14px;

	&:hover {
		color: #000;
	}
}

.reviews-slider-wrapper .slick-slider {
	max-width: 100vw;
}

.reviews-slider-wrapper .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 20px 10px 0 10px;
	overflow-x: auto;
}

.reviews-slider-wrapper .slick-dots li {
	line-height: initial;
}

.reviews-slider-wrapper .slick-dots li::before {
	display: none;
}

.reviews-slider-wrapper .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	outline: none;
	background: #ebebeb;
	cursor: pointer;
}

.reviews-slider-wrapper .slick-dots li.slick-active button {
	background: #3d8658;
}

.reviews-slider-wrapper .slick-track {
	display: flex !important;
}

.reviews-slider-wrapper .slick-slide {
	height: auto;
}