﻿caption, h1, h2, h3, h4, h5, h6 {
    color: rgb(135,188,85);
}

.c-annot, [class*="c-annot--"] {
    color: black;
}

.c-menu__logo.is-active, [class*="c-menu__logo--"].is-active {
    border-bottom-color: rgb(135,188,85);
}

form label {
    color: black;
}

.c-btn[class], [class*="c-btn--"] {
    background-color: rgb(135,188,85);
}

    .c-btn[class]:hover, [class*="c-btn--"]:hover {
        border-color: rgb(135,188,85) !important;
        color: rgb(135,188,85) !important;
    }

a, a:focus {
    color: rgb(135,188,85);
}

    a:hover {
        color: rgb(105,158,55);
    }

    a#btnDemo:focus {
        color: white;
        text-decoration: none;
    }
    
    .ashlogo {
        float: right;
        margin-top: 30px;
    }

.logo-solitea {
    width: 128px;
    height: 27px;
}

.demoError {
    color: red;
    text-align: center;
}

.c-pattern__inp__inner {
    text-align: left;
}

h1 {
    font-size: 4rem;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.l-menu {
    height: auto;
}

.c-menu__logo .svg--logo, [class*="c-menu__logo--"] .svg--logo {
    width: auto;
}

.c-menu__logo__svg {
    height: auto;
}


@media (min-width:992px) and (max-width:1199px) {
    .ashlogo {
        margin-top: 10px;
    }

    h1 {
        font-size: 3.5rem;
    }

    .c-menu__logo .svg--logo, [class*="c-menu__logo--"] .svg--logo {
        width: 200px;
    }
}

@media (max-width:991px) {
    .ashlogo {
        margin-top: 0;
    }

    h1 {
        font-size: 3.5rem;
    }

    .c-menu__logo .svg--logo, [class*="c-menu__logo--"] .svg--logo {
        width: 150px;
    }
}

@media (max-width:640px) {

    .pipe {
        display: none;
    }

    .linkanother {
        display: block;
    }
}


.style2 input, .style2 textarea {
    background-color: white !important;
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 3px #ddd !important;
    border-radius: 0 !important;
}

.c-btn--transparent-green {
    background-color: transparent;
    border-color: #0f8d39;
    color: #0f8d39;
    border-radius: 0;
    width: auto;    
}

    .c-btn--transparent-green:hover, .c-btn--transparent-green:active, .c-btn--transparent-green:focus {
        background-color: #0f8d39;
        border-color: #0f8d39;
        color: white !important;
    }