.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: unset!important;
}

.location__fax-cutom {
  font-family: "gothic-a1",Arial,sans-serif;
  font-size: .875rem;
  line-height: 1.375rem;
  margin-bottom: 0px;
  margin-top: 25px;
  font-weight: 300;
  color: #f3f3f3;
  position: relative;
  padding-left: 64px;
}
.location__fax-cutom:before {
  content: "\f1ac";
  font-family: font-awesome;
  font-size: .875rem;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  position: absolute;
  left: 0px;
  top: -6px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #f3f3f3;
  color: #f3f3f3;
  border-image: initial;
}

h3.featuredblocks__title.component__title p {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 500;
    font-style: normal;
}
span.featuredblock__title p {
    color: #094069 !important;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
    margin-right: 24px;
    margin-bottom: 0px;
    flex: 0 1 100%;
    font-weight: 600;
}

.flex-con-cstm {
    display: flex;
    justify-content: space-between;
}
.header-f .cta-a .cta__links-wrapper a:nth-child(2) {
    display: flex;
}
.header-c .cta-a .cta__links-wrapper a:nth-child(2) {
    display: flex;
}
/* Header */
.logo__title.component__title {
    color: #21408f;
}
.logo__caption.component__subtitle {
    font-size: 1.15rem;
}

/* Featured Services */
.featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
    padding: 25px 16px 25px 16px;
}

/* Editable*/
.section--light ul li, .section--dark ul li {
    font-family: "work-sans",Arial,sans-serif;
}

/* Custom colors */
.fb-grid-a-accordion.grid-a-accordion-small .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
    background: #ffffff;
    border: 1px solid #eee;
}
.fb-grid-a-accordion.grid-a-accordion-small .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title,
.section.fb-grid-a-accordion .section--light .featuredblocks-grid-a .featuredblock-image-title-wrapper:after,
.fb-grid-a-accordion.grid-a-accordion-small .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__content *,
.fb-grid-a-accordion.grid-a-accordion-small .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__content p {
    color: #094069;
}
.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: rgb(255 255 255 / 70%);
}
.section--dark .cta__button.component__button--1,
.section--dark .form-a .form__submit input.component__button--1 {
    color: #fff !important;
}
.section--dark a, .section--dark .breadcrumb__item a,
.section--dark .copyright__link, .section--dark #copyright__link,
.section--light .articles-a .articles__item .article__post-permalink {
    color: #c4e0ff;
}
.section--dark a:hover, .section--dark .breadcrumb__item a:hover,
.section--dark .copyright__link:hover, .section--dark #copyright__link:hover,
.section--light .articles-a .articles__item .article__post-permalink:hover,
.section--light .articles__categories-link:hover {
    color: #b6bbbf;
}
.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(205 205 205 / 70%);
    color: black !important;
}
.section--light ::placeholder {
    color: black !important;
}

/* Media */
@media (min-width: 992px) {
    .section--light .banner-a .banner__subtitle {
        color: #030303;
    }
}
@media (max-width: 991px) {
    .flex-con-cstm {
        flex-direction: column;
    }
}

@media (max-width:592px){
    .m-100{
        float: none !important;
        width: 100% !important;
        margin:  10px 0px !important;
    }
    .services-accordion .row {
    flex-direction: column-reverse;
}

}

@media (max-width: 515px) {
    .address-img-banner {
        text-align: center;
        float: unset!important;
        width: 100%!important;
    }
}

img.CPimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}
