
/*
* Static City Pages Template
*/

.cityPageTempContent .orangeTxt,
.cityPageTempContent .orangeTxt:hover {
	color: #ea6319;
}
.cityPageTempContent .applyBtnWrap {
	width: 100%;
	max-width: 340px;
}
.cityPageTempContent .applyBtnWrap .applyBtn {
	width: 100%;
	font-size: 22px;
	color: white;
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.cityPageTempContent .applyBtnWrap .applyBtn:hover {
	color: white;
	text-decoration: none;
}
.cityPageTempContent .applyBtnWrap .applyBtn i {
	font-size: 14px;
	margin-left: 30px;
}
.cityPageTempContent .applyBtnWrap .applyBtn span {
	font-weight: 500;
}
.cityPageTempContent .thickRounded,
.cityPageTempContent .thickRounded .btn {
	border-radius: 60px;
}

.cityPageTempContent .orangeInnerShadow {
	box-shadow: inset 0 0 10px 2px rgb(234 99 25 / 55%);
}

/* down sm */
@media (max-width: 767.98px) {
	.cityPageTempContent .applyBtnWrap .applyBtn {
		font-size: 20px;
	}
}

/* down xs */
@media (max-width: 575.98px) {
	.cityPageTempContent .applyBtnWrap .applyBtn i {
		margin-left: 20px;
	}
}


.cityPageTempContent .headlineTeaser {
	text-align: center;
}
.cityPageTempContent .headlineTeaser .subHeadline {
	font-size: 18px;
	color: #f5a90c;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.cityPageTempContent .headlineTeaser .headline {
	font-size: 40px;
	color: #14213d;
	font-weight: bold;
	line-height: 3.5rem;
}

/* down md */
@media (max-width: 991.98px) {
	.cityPageTempContent .headlineTeaser .headline br {
		display: none;
	}
}
/* down sm */
@media (max-width: 767.98px) {
	.cityPageTempContent .headlineTeaser .subHeadline {
		margin-bottom: 20px;
	}
	.cityPageTempContent .headlineTeaser .headline {
		font-size: 30px;
		line-height: 2.5rem;
	}
}

.cityPageTempContent .ctaWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cityPageTempContent .ctaWrap .btn {
	border: none;
}
.cityPageTempContent .ctaWrap .sptrTxt {
	font-style: italic;
	font-size: 20px;
	padding: 0px 30px;
	color: #2b2b2b;
}
.cityPageTempContent .ctaWrap .callLinkTxt {
	color: #2b2b2b;
	font-weight: 500;
	font-size: 22px;
}
.cityPageTempContent .ctaWrap .callLinkTxt .orangeTxt {
	color: #f58a31;
}
@media (max-width: 991.98px) {
	.cityPageTempContent .ctaWrap .callLinkTxt {
		text-align: center;
   }
}
@media (max-width: 767.98px) {
	.cityPageTempContent .ctaWrap {
		flex-wrap: wrap;
	}
	.cityPageTempContent .ctaWrap .applyBtnWrap {
		flex: 1 100%;
	}
	.cityPageTempContent .ctaWrap .sptrTxt {
		flex: 1 100%;
		text-align: center;
	}
	.cityPageTempContent .ctaWrap .callLinkTxt {
		flex: 1 100%;
		text-align: center;
	}
}

.cityPageTempContent .benefitsSectionWrap {
	position: relative;
	padding: 85px 0px;
}
.cityPageTempContent .benefitsSectionWrap .bBoxWrap {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 45px 13px;
	text-align: center;
	height: 100%;
}
.cityPageTempContent .benefitsSectionWrap .bBoxWrap .bBoxIcon {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.cityPageTempContent .benefitsSectionWrap .bBoxWrap .bBoxIcon img {
	max-height: 100%;
}
.cityPageTempContent .benefitsSectionWrap .bBoxWrap .bBoxTitle {
	font-size: 22px;
	color: #14213d;
	font-weight: 400;
	margin-bottom: 10px;
}
.cityPageTempContent .benefitsSectionWrap .bBoxWrap .bBoxDesc {
	font-weight: 400;
	font-size: 16px;
	color: #292929;
	line-height: 2.5rem;
	margin: 0;
}

/* down sm */
@media (max-width: 767.98px) {
	.cityPageTempContent .benefitsSectionWrap .bBoxWrap {
		padding: 25px 15px;
	}
}

/* How it works */

.cityPageTempContent .howItWorksSecWrap {
	position: relative;
	padding: 100px 0px 50px;
	background-color: #f9fbfc;
	position: relative;
	overflow: hidden;
}
.cityPageTempContent .howItWorksSecWrap .bgImg {
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/storage/images/how-it-work-bg.png') no-repeat;
	background-position: calc(50% - 22rem) bottom;
	background-size: auto auto;
}
.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox {
	display: flex;
	position: relative;
}
.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrap {
	flex: 0 65px;
	flex-shrink: 0;
	width: 65px;
	height: 65px;
	background-image: linear-gradient(0deg, #fd644f 0%, #f28e26 100%);
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrap .icon {
	max-width: 60px;
	max-height: 60px;
}
.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap {
	flex: 1 auto;
	margin-left: 30px;
	margin-bottom: 50px;
}
.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap::after {
	content: " ";
	position: absolute;
	top: calc(65px + 4px);
	left: 32px;
	height: calc(100% - 65px - 8px);
	width: 2px;
	background: #ffaa01;
	z-index: 0;
}
.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap .headline {
	font-size: 24px;
	font-weight: 500;
	color: #292929;
	margin-bottom: 15px;
}
.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap .desc {
	font-size: 18px;
	font-weight: 400;
	color: #4f4f4f;
	margin-bottom: 0;
}
.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox:last-child .textWrap::after {
	display: none;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign {
	margin-top: 50px;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap {
	display: flex;
	margin: 0px 20px;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox {
	display: block;
	flex: 1 33%;
	padding: 0px 20px;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrapOutter {
	margin-bottom: 20px;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrapOutter::after {
	content: " ";
	display: block;
	position: absolute;
	width: 50%;
	height: 2px;
	top: 35px;
	left: 75%;
	background: #ffaa01;
	z-index: 0;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrapOutter .iconWrap {
	margin: 0px auto;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox:last-child .iconWrapOutter::after {
	display: none;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap {
	margin-left: 0;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap .desc {
	font-size: 16px;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap::after {
	content: "";
	display: none;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .additionalTxtWrp {
	text-align: center;
	max-width: 750px;
	margin: 20px auto 70px;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .additionalTxtWrp p {
	font-size: 22px;
	font-weight: 500;
	color: #2b2b2b;
	line-height: 2.25rem;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .btnWrap {
	text-align: center;
}
.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .btnWrap .applyBtnWrap {
	margin: 0px auto;
}
@media (max-width: 991.98px) {
	.cityPageTempContent .howItWorksSecWrap {
		padding-bottom: 0;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap {
		padding-bottom: 470px;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap .bgImg {
		top: unset;
		bottom: 0;
		background-position: center bottom;
		background-size: auto 100%;
		max-height: 450px;
   }
	.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
   }
	.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrap {
		margin-bottom: 20px;
   }
	.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap {
		position: relative;
		margin-left: 0;
   }
	.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap .headline {
		margin-bottom: 10px;
   }
	.cityPageTempContent .howItWorksSecWrap .howItWorkTeaserWrap .howItWorkTeaserBox .textWrap::after {
		top: calc(100% + 1px);
		left: calc(50% - 1px);
		height: 40px;
   }
	.cityPageTempContent .howItWorksSecWrap .applyBtnWrap {
		margin: 0px auto;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign {
		padding-bottom: 100px;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap {
		display: block;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox .iconWrapOutter::after {
		display: none;
   }
}
@media (max-width: 767.98px) {
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap {
		padding-bottom: 420px;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap .bgImg {
		max-height: 400px;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap {
		margin: 0px;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap.linearDesign .howItWorkTeaserWrap .howItWorkTeaserBox {
		padding: 0;
   }
}
@media (max-width: 575.98px) {
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap {
		padding-bottom: 350px;
   }
	.cityPageTempContent .howItWorksSecWrap .twoPortionWrap .bgImg {
		max-height: 320px;
   }
}

/* stat portion */
.cityPageTempContent .statsSectionWrap {
	position: relative;
	padding: 110px 0px 100px;
}
.cityPageTempContent .statsSectionWrap .sBoxWrap {
	padding: 45px 20px;
	text-align: center;
	height: 100%;
}
.cityPageTempContent .statsSectionWrap .sBoxWrap .sBoxIconLbl {
	font-size: 42px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
	background: -webkit-linear-gradient(#f28e26, #fd644f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}
.cityPageTempContent .statsSectionWrap .sBoxWrap .sBoxTitle {
	font-size: 20px;
	color: #15242b;
	font-weight: 500;
	margin-bottom: 15px;
}
.cityPageTempContent .statsSectionWrap .sBoxWrap .sBoxDesc {
	font-weight: 400;
	font-size: 16px;
	color: #15242b;
	line-height: 1.5rem;
	margin: 0;
}
@media (max-width: 991.98px) {
	.cityPageTempContent .statsSectionWrap .sBoxWrap {
		padding: 15px;
   }
}
@media (max-width: 767.98px) {
	.cityPageTempContent .statsSectionWrap .sBoxWrap {
		padding: 10px 0px;
   }
}

/* faq style */

.cityPageTempContent .faqSecWrap {
	background: #f9fbfc;
	position: relative;
	padding: 120px 0px;
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap {
	padding: 55px 70px;
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion {
	background-color: white;
	margin-bottom: 25px;
	border: 1px solid #ebeef3;
	box-shadow: 0 4px 10px 1px rgb(206 218 239 / 20%);
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader {
	padding: 22px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .faqQus {
	font-size: 20px;
	flex: 1 auto;
	color: #f6793b;
	font-weight: 500;
	padding-right: 20px;
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .accordSign {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #121212;
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .accordSign::before {
	content: "\F068";
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader.collapsed .faqQus {
	color: #121212;
	font-weight: 400;
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader.collapsed .accordSign {
	color: #121212;
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader.collapsed .accordSign::before {
	content: "\F067";
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqAns {
	font-weight: 400;
	font-size: 18px;
	color: #5c5c5c;
}
.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqAns .faqAnsInnerWrap {
	padding: 10px 100px 40px 40px;
	line-height: 2.25rem;
}
.cityPageTempContent .faqSecWrap .faqInfoTextWrap {
	text-align: center;
	max-width: 750px;
	margin: 0px auto;
}
.cityPageTempContent .faqSecWrap .faqInfoTextWrap h3 {
	font-size: 22px;
	font-weight: 500;
	color: #2b2b2b;
	line-height: 2.25rem;
}
@media (max-width: 767.98px) {
	.cityPageTempContent .faqSecWrap {
		padding: 80px 0px;
   }
	.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader {
		padding: 22px 25px;
   }
	.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqHeader .faqQus {
		font-size: 18px;
   }
	.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqAns {
		font-size: 16px;
   }
	.cityPageTempContent .faqSecWrap .faqAccordionWrap .singleAccordion .faqAns .faqAnsInnerWrap {
		padding: 10px 25px 40px 25px;
   }
}
@media (max-width: 991.98px) {
	.cityPageTempContent .faqSecWrap .faqAccordionWrap {
		padding: 30px 0px;
   }
	.cityPageTempContent .faqSecWrap .faqInfoTextWrap h3 {
		font-size: 20px;
		line-height: 1.75rem;
   }
}

/* find location */
.cityPageTempContent .loanServiceSection {
	padding: 70px 0px 50px;
	color: #45465a;
	text-align: center;
}
.cityPageTempContent .loanServiceSection .findServicesContainer {
	width: 100%;
	background: url("https://local.maxcashtitleloans.com/storage/images/location-section-bg.png") no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 70px;
	position: relative;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .bgOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fd644f;
	background-image: linear-gradient(#fd644f, #f28e26);
	z-index: 1;
	opacity: 0.85;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent {
	position: relative;
	z-index: 2;
	width: 80%;
	margin: 0px auto;
	padding: 100px 0px 80px;
	color: white;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent .info {
	font-size: 30px;
	margin-bottom: 30px;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent .selectBoxWrap {
	max-width: 420px;
	margin: 0px auto;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent .selectBoxWrap .customSelectBox .selectedText {
	flex: 0 100%;
	padding: 27px 35px;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
	color: #5f5f5f;
	font-size: 18px;
	text-align: center;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent .selectBoxWrap .customSelectBox .dropDownBtn {
	color: #363636;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent .selectBoxWrap .customSelectBox .dropDownIcon:before {
	content: "\F078";
}
.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent .btnWrap {
	max-width: 420px;
	margin: 0px auto;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .linkWrap {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.cityPageTempContent .loanServiceSection .findServicesContainer .linkWrap .link {
	color: #f0f0f0;
	font-weight: bold;
	font-size: 16px;
}
.cityPageTempContent .loanServiceSection .btnWrap .findLocationBtn {
	width: 100%;
	background-image: linear-gradient(#ecedea, #f8f8f6, #dcdbd8);
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	color: #45465a;
	padding: 27px 10px;
}
.cityPageTempContent .loanServiceSection .btnWrap .findLocationBtn:active {
	background-image: linear-gradient(#ecedea, #f8f8f6, #dcdbd8);
}
.cityPageTempContent .loanServiceSection .btnWrap .findLocationBtn i {
	margin-left: 10px;
}
@media (max-width: 767.98px) {
	.cityPageTempContent .loanServiceSection {
		padding: 50px 0px;
	}
	.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent {
		width: 100%;
		padding: 80px 30px 50px;
	}
	.cityPageTempContent .loanServiceSection .findServicesContainer .innerContent .info {
		font-size: 22px;
   }
	.cityPageTempContent .loanServiceSection .findServicesContainer .linkWrap .link {
		font-size: 14px;
	}
	.cityPageTempContent .loanServiceSection .btnWrap .findLocationBtn {
		font-size: 14px;
		padding: 20px 25px;
		border-radius: 0;
	}
}
@media (max-width: 575.98px) {
	.cityPageTempContent .loanServiceSection .findServicesContainer .linkWrap {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.cityPageTempContent .loanServiceSection .findServicesContainer .linkWrap .spLink {
		display: none;
	}
	.cityPageTempContent .loanServiceSection .findServicesContainer .linkWrap .link {
		flex: 1 100%;
		margin: 5px 0px;
	}
}

/* did you know section */
.cityPageTempContent .didYouKnowSection {
	padding: 50px 0px;
	color: #45465a;
	text-align: center;
}
.cityPageTempContent .didYouKnowSection .sliderContent {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-control-prev, .cityPageTempContent .didYouKnowSection .sliderContent .carousel-control-next {
	position: relative;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-control-prev-icon {
	background: url("https://local.maxcashtitleloans.com/storage/images/prevIcon.png") no-repeat;
	width: 20px;
	height: 30px;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-control-next-icon {
	background: url("https://local.maxcashtitleloans.com/storage/images/nextIcon.png") no-repeat;
	width: 20px;
	height: 30px;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-inner {
	min-height: 200px;
	display: flex;
	align-items: center;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-item {
	font-weight: 400;
	font-size: 20px;
	padding: 50px 10%;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-item p {
	margin-bottom: 0;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-item p::first-letter {
	text-transform: uppercase;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-indicators {
	margin-bottom: 0;
	bottom: -20px;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 3px solid #14213d;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-indicators li.active {
	background-color: #14213d;
}
.cityPageTempContent .didYouKnowSection .sliderContent .carousel-item-next, .cityPageTempContent .didYouKnowSection .sliderContent .carousel-item-prev, .cityPageTempContent .didYouKnowSection .sliderContent .carousel-item.active {
	display: flex;
	justify-content: center;
	height: 100%;
}
@media (max-width: 991.98px) {
	.cityPageTempContent .didYouKnowSection .sliderContent .carousel-item {
		padding: 30px 10%;
		font-size: 18px;
	}
}

/* Owner Data */

.cityPageTempContent .odGraphSection {
	padding: 50px 0px;
}
.cityPageTempContent .odGraphSection.faqSecWrap {
	padding-bottom: 20px;
}
.cityPageTempContent .odGraphSection.faqSecWrap .faqAccordionWrap {
	padding: 55px 0px;
	margin-bottom: 10px;
}
.cityPageTempContent .odGraphSection.faqSecWrap .faqAccordionWrap .faqAns .faqAnsInnerWrap .tableStats table th, .cityPageTempContent .odGraphSection.faqSecWrap .faqAccordionWrap .faqAns .faqAnsInnerWrap .tableStats table td {
	line-height: normal;
}
.cityPageTempContent .odGraphSection.faqSecWrap .faqAccordionWrap .faqAns .faqAnsInnerWrap .tableStats table td {
	vertical-align: middle;
}
.cityPageTempContent .odGraphSection .graphSection #ownerBarChart1 {
	height: 300px !important;
	width: 100% !important;
}
