.header-g .cta-a .cta__links-wrapper a:nth-child(2) {
    display: block;
}
.header-g .cta-a .cta__links-wrapper a {
    width: 160px;
}
/* Header */
.logo-horizontal.image-position--left .logo__text {
    min-width: 200px;
}

/* Mobile Nav */
.mobileHeader-navigation .icon-bars:after {
    content: "";
}
.mobileHeader-container p {
    max-width: 170px;
    margin: 0 auto;
    font-weight: 700;
}
.mobileHeader-container .icon {
    padding-left: 0;
}

/* Featuredblocks */
.section.fb-grid-a-title-overlaps-image .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap:after {
    display: none;
}
.cta_button_defaults, .contactform--a .contactform__submit input, .form-a .form__submit input, .banner-e__form form .submit, .cta__button, .cta__link--icon, .cta__button--icon, .banner-e__form form.submit, .editable__container button, .editable__container input[type=button], .editable__container input[type=submit] {
    min-height: unset;
}

/* Forms */
.section--light .form-a .form__input input:not([type="radio"]):not([type="checkbox"]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    border: 2px solid #7A5646;
    border-radius: 3px;
}

/* Editable */ 
 .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
     clear: none;
}

/* Custom Colors */
.section--dark .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--dark .form-a .form__input textarea, .section--dark .form-a .form__input select {
    background: rgba(235, 235, 235, .9)
}
a.location__phone--link.piwik_ignore,
.section--dark .socialmedia__link, .section--light .socialmedia__link,
.section--dark .copyright__link, .section--dark #copyright__link {
    color: #F2B05E;
}
.section.fb-grid-a-section-overlap .section--light .featuredblocks-grid-a .featuredblocks,
.section.fb-grid-a-title-overlaps-image .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    background-color: #ffffff;
}
.section--dark .navigation-a .navigation__item:hover>.navigation__item--link {
    color: white;
}
.btn_cta a,
.section--light .form-a .form__submit input.component__button--3 {
    font-size: 0.875rem;
    line-height: 0.875rem !important;
    padding: 13px 12px;
    max-width: 240px;
    border-radius: 0;
    box-shadow: rgb(235, 146, 99) 2px 2px 0px 0px, rgb(235, 146, 99) 2px 2px 0px 0px inset;
    background: rgba(235, 146, 99, 0.7);
    color: rgb(255, 255, 255) !important;
    margin: 0 auto;
    font-family: roboto, Arial, sans-serif;
    font-weight: 700;
}
.section--dark .cta__button.component__button--1,
.section--dark .form-a .form__submit input.component__button--1,
.section--light .form-a .form__submit input.component__button--2 {
    box-shadow: rgb(235, 146, 99) 2px 2px 0px 0px, rgb(235, 146, 99) 2px 2px 0px 0px inset;
    background: rgba(235, 146, 99, 0.7);
    color: white;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 16px 12px;
}
.section--dark .cta__button.component__button--1:hover,
.btn_cta a:hover,
.section--dark .form-a .form__submit input.component__button--1:hover,
.section--light .form-a .form__submit input.component__button--2:hover,
.section--light .form-a .form__submit input.component__button--3:hover {
    box-shadow: rgb(241, 178, 144) 2px 2px 0px 0px, rgb(241, 178, 144) 2px 2px 0px 0px inset;
    background: rgb(241, 178, 144);
    color: white;
}
.section--light .form-a .form__input input:not([type="radio"]):not([type="checkbox"]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: rgb(250 239 233 / 70%);
    color: black;
}
.section--light .form-a  ::placeholder {
    color: black !important;
}
.mobileHeader-navigation .icon,
.mobileHeader-container[class*=section__bg--light] a {
    color: #7A5646;
}
p.seal_badge img {
  width: 216px;
  height: auto;
}
p.seal_badge {
  text-align: left;
  margin-top: 10px;
  position: absolute;
  bottom: 0%;
  left: -5%;
  margin-left: -7px;
}

.headway_badge{
    width: 200px;
    margin: 20px auto;
}

/* media query */
@media(max-width: 991px){
    p.seal_badge {
  text-align: center;
  margin-top: 10px;
  position: unset;
  /* bottom: 0%;
  left: -5%; */
  margin-left: unset;
}
#id_6b36147c-ec5c-57d5-a054-19151783da72 .col-lg-6.col-sm-12.section__column-2.ple-column-padding.alias-blank {
  padding-bottom: 0px;
}
}
@media (max-width: 425px) {
p.seal_badge {
  text-align: center;
 }
}