.btn-maincolor {
    color: #fff;
}

.btn-dark:hover {
    color: #fff;
}

.intro_shadow_word {
    user-select: none;
    pointer-events: none;
}

.shadow-heading {
    user-select: none;
    pointer-events: none;
}

.top-nav a {
    font-size: 1.2rem;
}

.item-steps .step-part:before {
    top: 0;
}

.color-white {
    color: #fff;
}

.logo,
.top-nav a,
.ds a,
.ds li,
.intro_featured_word,
.intro_after_featured_word,
.services-component .tile .text {
    text-shadow: 1px 0 #444,
    -1px 0 #444,
    0 1px #444,
    0 -1px #444;
}

.page_slider .intro_after_featured_word {
    letter-spacing: 0.4em;
    font-size: 18px;
    font-weight: 600;
}

.page_slider h2 {
    font-size: 2rem;
}

a.logo img {
    max-height: 80px;
    padding: 10px 20px 10px 0;
    max-width: unset;
    transition: max-height 200ms ease-out;
}

.page_header.affix.ds.ms {
    transition-property: background-color;
    transition-duration: 200ms;
    background-color: rgba(25, 24, 30, 0.99);
}

.flexslider-overlay {
    background-color: rgba(255, 255, 255, .3);
}

#app_home .page_slider .flexslider .slides > li {
    min-height: 600px;
}

.page_slider .flexslider .slides > li {
    min-height: 163px;
}

.intro_shadow_word,
.shadow-heading {
    word-break: break-word;
}

.sf-menu {
    border-top: 0;
    padding: 0;
}

.sf-menu li {
    padding: 10px 20px;
}

.sf-menu li.mobile-logo {
    background-color: rgba(25, 24, 30, 0.99);
}

.page-header-image .cover-image {
    opacity: .25 !important;
}

#app_home .header_absolute .page_topline {
    background-color: rgba(0, 0, 0, 70%);
}

#app_home #canvas:not(.boxed) .header_absolute .page_header.affix-top {
    background-color: rgba(0, 0, 0, 75%);
}

.bg-size-cover {
    background-size: cover;
}

@media (min-width: 576px) {
    #app_home .page_header.affix.ds.ms a.logo img {
        max-height: 80px;
    }

    .page_slider h2 {
        font-size: 2.5rem;
    }

    .intro_shadow_word,
    .shadow-heading {
        white-space: nowrap;
    }

    .page_slider .flexslider .slides > li {
        min-height: 165px;
    }

    #app_home a.logo img {
        max-height: 90px;
    }
}

@media (min-width: 768px) {
    .page_slider .flexslider .slides > li {
        min-height: 139px;
    }
}

@media (min-width: 992px) {
    .sf-menu {
        border-top: 0;
    }

    .sf-menu li {
        padding: 0;
    }

    .sf-menu li.mobile-logo {
        display: none;
    }
}

.services-component .tile {
    position: relative;
    min-height: 400px;
    background-color: #0099ee;
    padding: 0;
}

.services-component .tile:hover .image {
    opacity: .3;
}

.services-component .tile .image {
    z-index: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: 200ms;
}

.services-component .tile .text {
    z-index: 1;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    padding: 20px;
}

@media (max-width: 991px) {
    .mobile-active .sf-menu li a {
        text-shadow: none;
    }
}

@media (min-width: 1200px) {
    #app_home .page_slider .flexslider .slides > li,
    .page_slider .flexslider .slides > li {
        min-height: unset;
    }

    .intro_shadow_word,
    .page_slider .intro_featured_word {
        font-size: 4rem;
    }
}

@media (min-width: 1400px) {
    .page_slider .intro_shadow_word {
        font-size: 300px;
        left: 0;
    }
}
