.Disnone
{
	display:none;
}

.HomeLocalIntro {
	background: #f7f7f7;
	padding: 42px 20px 38px;
}
.HomeLocalIntro h1 {
	color: #272c31;
	font-family: "oswalddemibold";
	font-size: 42px;
	line-height: 1.15;
	text-transform: uppercase;
}
.HomeLocalIntro p {
	color: #333;
	font-size: 19px;
	line-height: 1.55;
	margin: 16px auto 0;
	max-width: 850px;
}
.HomeLocalIntroLinks {
	margin-top: 22px;
}
.HomeLocalIntroLinks a {
	background: #03b7d9;
	border: 2px solid #03b7d9;
	color: #fff;
	display: inline-block;
	font-family: "oswalddemibold";
	font-size: 14px;
	letter-spacing: .5px;
	margin: 5px;
	padding: 10px 20px 8px;
	text-transform: uppercase;
}
.HomeLocalIntroLinks a:hover,
.HomeLocalIntroLinks a:focus {
	background: #272c31;
	border-color: #272c31;
	color: #fff;
}

@media (max-width: 767px) {
	.HomeLocalIntro {
		padding: 30px 16px;
	}
	.HomeLocalIntro h1 {
		font-size: 30px;
	}
	.HomeLocalIntro p {
		font-size: 17px;
	}
	.HomeLocalIntroLinks a {
		box-sizing: border-box;
		width: 100%;
	}
}

.EditorText h1 {
	font-size:30px; font-weight:normal;line-height:40px
}
.EditorText h2 {
	font-size:28px; font-weight:normal;line-height:40px;
}
.EditorText  #SubHeading2 h2 {
	font-size:56px; font-weight:normal; line-height:62px;
}
.EditorText h3 {
	font-size:24px; font-weight:normal;line-height:34px;
}
.EditorText #SubHeading3 h3 {
	font-size:48px; font-weight:normal; line-height:52px;
}
.EditorText h4 {
	font-size:22px; font-weight:normal;line-height:34px;
}
.EditorText #SubHeading4 h5 {
	font-size:20px; font-weight:normal; line-height:32px;
}
.EditorText h5 {
	font-size:18px; font-weight:normal;line-height:28px;
}
.EditorText h6 {
	font-size:16px; font-weight:normal;line-height:26px;
}
.EditorText hr {
	margin: 0px;
	border-bottom: 1px solid #999;
	height: 1px;
	width: 100%;
}
.EditorText table tr td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 15px;
    border-left: 1px solid #000;
	 border-top: 1px solid #000;
}
.AboutNew.IdxTestimonialsPatternBg {
   background: url() no-repeat top center; 
    height: 24px;
    position: absolute;
    width: 100%;
    top: -23px;
}
.EditorText  li {
	margin:0px;
	padding:0px 0px 0px 20px !important;
	 
	background-image:url(../images/bullet-1.png) !important;
	border-bottom:0px solid #ddd !important;
	
}
.EditorText ol li {
	display: list-item !important;
	margin-left:20px;	
	width: auto !important;
	margin: 0px;
	text-align: left;
	cursor:text;
	background-image:none !important;	
	padding:0px !important;
	
}
.EditorText sup {
    vertical-align: super;
    font-size: smaller;
	top: 0px;
    left: 0px;
	line-height: 0px;
}

.EditorText sub {
    vertical-align: sub;
    font-size: smaller;
}

.EditorText blockquote {
    padding-left: 20px;
}


/* Create New Landing Page */
.NewLandWrapper .LeftBlock {
    width: 65%;
    display: table-cell;
    vertical-align: top;
    padding-right: 35px;
    border-right: 2px solid #ddd;
}
.NewLandWrapper .RightBlock {
    width: 32%;
    /* float: right; */
    display: table-cell;
    vertical-align: top;
    padding-left: 35px;
}
.NewLandWrapper .LeftFloat {
    float: left;
    padding-right: 20px;
}

/* END Create New Landing Page */


/*--------------Error------------*/


.ErrorBodyWrap .InfoWrapper .Error404Title {
	font-family: 'oswalddemibold';
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	color: #000;
	box-sizing: border-box;
}
.ErrorBodyWrap .InfoWrapper .TagLine {
	font-family: 'oswalddemibold';
	font-size: 18px;
	line-height: 30px;
	color: #000;
	box-sizing: border-box;
}

/*--------------ThankYou---MSG---CSS-----------------*/

.LoaderWrap {
	line-height: 0px;
	text-align: center;
	margin: 40px 0px;
}
.ThankYouMessageWrap {
	margin: 40px 0px;
}
.ThankYouMessageWrap h6 {
	text-align: center;
	font-size: 14px;
	color: #0a1640;
	/*text-transform: uppercase;*/
	letter-spacing: 0px;
	/*font-family: 'robotobold';*/
}
.DescFullWrap{
	width:100% !important;	
	box-sizing: border-box;
}
.LandingTitle {
	color: #000;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'oswalddemibold';
	padding:10px;
}
.LandingShortDesc{
	color: #000000;
    font-size: 23px;
    line-height: 30px;
    font-family: 'robotobold_condensed';
    margin-bottom: 10px;
}












.OddEvenWrap ul li:nth-child(odd) .DescWrap.Extra_Width_Wrap{    width: calc(100% - 34%);}

.OddEvenWrap ul li:nth-child(even) .DescWrap.Extra_Width_Wrap{ width: calc(100% - 40%);}



