/* Header */
.navigation-a .navigation__item--link {
    font-size: 1rem;
}
.header-g .row-1>div:first-child, .header-g .row-1>div:first-child .logo__image img {
    max-height: 300px;
}

/* buttons */
.banner-a .banner__cta-wrapper .cta__button.component__button--1 {
    margin: 10px 0;
}
.section--dark .form-a .form__submit input.component__button--1, .section--light .form-a .form__submit input.component__button--1 {
    height: 46px;
}
.section--dark .form-a .form__submit input.component__button--1, .section--light .form-a .form__submit input.component__button--1,
a.cta__button.component__button--1 {
    letter-spacing: 0.5px;
}

/* Custom colors */
.section--light .form-a ::placeholder, .section--light .form-a .form__form-container .form__input select, .section--light .form-a .form__form-container .form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__form-container .form__input textarea, .section--light .form-a .form__form-container .form__input select,
.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]) option, .section--light .form-a .form__input textarea option, .section--light .form-a .form__input select option, .section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]) option:not(:first-of-type), .section--light .form-a .form__input textarea option:not(:first-of-type), .section--light .form-a .form__input select option:not(:first-of-type) {
    color: black !important;
}
.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 .copyright__link, .section--dark #copyright__link {
    color: rgb(221 189 83);
}
.section--dark .form-a .form__submit input.component__button--1, .section--light .form-a .form__submit input.component__button--1,
.section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1, .section--dark .cta__button--icon.component__button--1, .section--dark .cta__button.component__button--1,
.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1, .section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1, .section--light .cta__button--icon.component__button--1, .section--light .cta__button.component__button--1 {
    background: linear-gradient(to right, #af893d, #af893d, #a17832, #e0c155, #af893d);
    box-shadow: 2px 2px 0 0 #a17832;
    color: white !important;
}
.section--dark .form-a .form__submit input.component__button--1:hover, .section--light .form-a .form__submit input.component__button--1:hover,
.section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1:hover, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1:hover, .section--dark .cta__button--icon.component__button--1:hover, .section--dark .cta__button.component__button--1:hover,
.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1:hover, .section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1:hover, .section--light .cta__button--icon.component__button--1:hover, .section--light .cta__button.component__button--1:hover {
    box-shadow: 2px 2px 0 0 #af893d, inset 2px 2px 0 0 #af893d;
    background: #a17832;
}
.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: #f5f5f5b3;
    border-color: rgb(122 12 149);
}
.section--light .banner-a .banner__subtitle {
    color: #780c92 !important;
}
.section.fb-grid-a-section-overlap .section--light .featuredblocks-grid-a .featuredblocks {
    background-color: #f5f5f5;
}

/* Media */
@media (max-width: 1199px) and (min-width: 992px) {
    .container-fluid .banner-a .banner__text-wrapper {
        top: 75%;
        transform: translate(-50%, -75%);
    }
}
@media(max-width: 991px) {
    .container-fluid .banner-a .banner__text-wrapper {
        margin: 20px auto 50px;
    }
}

img.ptsdimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}
