h1 {
    margin-bottom: 30px;
}

h2,h3,h4 {
    margin-bottom: 25px;
}

a {
  color: #00923E;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
}

ul li {
    list-style-type: disc !important;
}

.text-with-image img {
    height: auto !important;
}

.SkinWidth {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

.dnn-logo {
    padding: 10px;
}

.sticky-wrapper {
	height: auto !important;
}

.sticky-wrapper .SkinWidth {
	padding: 0;
}

#dnn_dnnLOGO_imgLogo {
}


/* FLEX BOX */

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row.justify-center {
    justify-content: center;
}

.flex-row.align-center {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.pad-25 {
    padding: 25px;
}

.hero-container {
    width: 100%;
    max-width: 1600px;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: auto;
}

.hero-container img {
    width: 100% !important;
    height: auto !important;
}
/*Testimonial*/
.quote.fa {
    background: none repeat scroll 0% 0% #1abc9c;
    border-radius: 50%;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 75px;
}

.Testimonial { color:#fff;   overflow:hidden;}
.quote-name{
	margin:10px 0px 10px 0;
}

.quote-name em {
    font-size: 18px;
    text-align: right;
    font-style: normal;
    float: right;
	padding:10px 0 0 0;
}
.Testimonial .figure a {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	border: 2px solid white;
}

.Testimonial .figure a img {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	margin: 10px 0 0 0px;
	display: inline-block;
}

.Testimonial .figure {
    max-width: 900px;
    margin: 0 auto;
	padding: 0 40px;
}

.Testimonial .figure p {
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
}
.quote-name span{ font-size:48px;}
.ParallaxCover2 {
  opacity: 0.4;
}

.ParallaxBg {
    background-image: url('https://ambleraccess.org/portals/ambler/Mile-Post-122_4_Photo-1.png?ver=q7N9EXMi2Tio9mK-1UyrCg%3d%3d');
}
.owl-centered .owl-wrapper {
  display: table !important;
}
.owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.owl-centered .owl-item > div {
  text-align: left;
}

.home-banner .txt-content {
top: 80%;
}
/*
.mycontent {
margin-top: 0;
}

.NoTitle .contentpane {
    padding: 15px;
}



@media only screen and (min-width: 750px) {
    .hero-container {
        max-width: 1600px;
        height: 500px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
      .NoTitle .contentpane {
        padding: 50px;
    }
}




*/


