header .logo-out {
    top: 50px;
}
header .logo-out img {
    max-width: 250px;
}

@media only screen and (max-width: 1000px) {
    .home header .logo-out {
        top: 105px;
        max-width: 50%;
    }
}

.single-post .article__content a.button-main, .single-post .article__content a.button-main:hover {
    box-shadow: none;
    border: 0;
}

/* Magenta (#af167f) -> Dark Green (#00986C) -> Medium Green */
.landing-type-2 h1 .intro-text,
    main .title h2, 
    h2,    
    li a, p a,
    .article-feature-1 .title h4,
    footer .newsletter h3,
    .article-feature-1,
    header .full-menu .navigation-list>li>a, 
    header .full-menu .navigation-list>li>button,
    .button-main.button-alt, .button-main.button-alt:active, .button-main.button-alt:focus, .button-main.button-alt:hover,
    .related__categories,
    .sidebar__list a,
    .t-pink,
    .content a,
    header .full-menu .navigation-list>li>ul>li>a:hover, header .full-menu .navigation-list>li>ul>li>button:hover,
    .content ol>li:before, .mce-content-body ol>li:before,
    .content-package .expand-control p
{
    color: #00986C;
}

.content .button-main.button-alt, .content .button-main.button-alt:active, .content .button-main.button-alt:focus, .content .button-main.button-alt:hover, .mce-content-body .button-main.button-alt, .mce-content-body .button-main.button-alt:active, .mce-content-body .button-main.button-alt:focus, .mce-content-body .button-main.button-alt:hover {
    color: #00986C;
}
h1:before,
    .related__categories:before,
    .related:nth-child(2):before
{
    background: #00986C;
}
header #nav-icon4 span,
hr,
.dropdown__icon:after, .dropdown__icon:before {
    background: #00986C;
}
header .controls .search-icon {
    filter: grayscale(1);
}
.newsletter .formkit-form[data-uid="5dc8d4af07"] .formkit-input {
    border-bottom-color: #00986C !important;
}
.newsletter .formkit-form[data-uid="5dc8d4af07"] .formkit-submit {
    background-color: #00986C !important;
}
.button-main.button-alt:before {
    content: url(../assets/arrow-green-short.svg);
}
.content ul>li:before, .mce-content-body ul>li:before {
    background-color: #00986C;
}
.grid__social {
    background-color: #00986C;
}
main .comments .comment-form-comment textarea, main .comments .comment-form-comment input {
    border-color: #00986C;
} 
main .comments .submit {
    background: #00986C;
    border: 0;
}
header .full-menu .navigation-list>li>a, header .full-menu .navigation-list>li>button {
    background-image: url(../assets/menu-line-cover.svg),url(../assets/menu-line.svg);
}
.prev::before, .next:after {
    background: #00986C;
}


/* Turquoise (#69adb2) -> Dark Green (#1E4B46) */
.button-main, .button-main:hover, 
    h3,
    .t-teal, .t-tealdark, 
    .references__list.content ol li:before,
    .button-main, .button-main .sub, .button-main .sub:hover, .references .button-main,
    .content .button-main, .content .button-main:hover,
    .read-more:active, .read-more:active span, .read-more:focus, .read-more:focus span, .read-more:hover, .read-more:hover span,
    .article__header h2 a  {
    color: #00986C;
}
.article__header a:active, .article__header a:focus, .article__header a:hover {
    color: #00986C;
}
.categories__list a {
    color: #00986C;
    border-color: #00986C;
}
.categories__list a.active-category {
    background: #00986C;
}
.location__address h4
 {
    color: #00986C;
}

.button-main.button-short:before {
    content: url(../assets/arrow-dark-green-short.svg);
}
.newsletter .formkit-form[data-uid="5dc8d4af07"] .formkit-submit {
    background-image: none !important;
}

/* Orange (#eb931a) -> Pink/red (#af167f) */
    h4,
    .content h4,
    .packages__cta h4,
    blockquote p,
    .t-orange {
        color: #af167f;
    }
/* Homepage custom colors */
.content-ol>ol>li h3 {
    color: #af167f !important;
}
.content-cta-pre-footer h3 {
    color: #af167f;
}
