section.section-testimonials > div > div:nth-child(1){
  font-size: 29px;
    font-family: "Encode Sans Semi Expanded",Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
  text-transform: capitalize;
}

.d-flex::before, .d-flex::after {
  display: none;
}

.header .navbar-nav > li:last-of-type a {
    display: flex;
    align-items: center;
  	padding: 20px 15px;
    background: #2ca343;
    color: #fff;
    font-weight: bold;
}
.header .navbar-nav > li:last-of-type a:after {
  	display: inline-flex;
    justify-content: center;
  	align-items: center;
    content: "+";
  	margin-left: 15px;
    border-radius: 50rem;
    width: 30px;
    height: 30px;
    background: #cce63c;
    font-size: 36px;
    font-weight: 100;
}

p a {
  font-weight: bold;
}
.locations-list p {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
.main-banner {
max-height: 200px !important;
}
}

/* All white text in banner */
.banner-content h2, .banner-content h3 {
    color: #fff;
}

/* Small content on tablet and mobile fix */
.article.article-2v {
    max-width: unset;
}

/* Remove slider arrows and form title from subpage form template  */
.slider-with-form-contact .tparrows, .slider-with-form-contact .form-component .form-header  {
    display: none;
}