::-moz-selection {
    color: #fff;
    background: rgba(28, 78, 101, .96) !important;
}

::selection {
    color: #fff;
    background: rgba(28, 78, 101, .96) !important;
}
/***************************
   Text Inputs + Textarea
****************************/
::-webkit-input-placeholder {
    color: rgba(28, 78, 101, .96) !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(28, 78, 101, .96) !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(28, 78, 101, .96) !important;
}

:-ms-input-placeholder {
    color: rgba(28, 78, 101, .96) !important;
}

/* materialize override */
.btn, .btn-large {
    color: #fff;
    background-color: #76b51b !important;
}

input:not([type]):focus:not([readonly]), input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #76b51b;
    box-shadow: 0 1px 0 0 #76b51b;
}

    input:not([type]):focus:not([readonly]) + label, input[type="text"]:focus:not([readonly]) + label, input[type="password"]:focus:not([readonly]) + label, input[type="email"]:focus:not([readonly]) + label, input[type="url"]:focus:not([readonly]) + label, input[type="time"]:focus:not([readonly]) + label, input[type="date"]:focus:not([readonly]) + label, input[type="datetime"]:focus:not([readonly]) + label, input[type="datetime-local"]:focus:not([readonly]) + label, input[type="tel"]:focus:not([readonly]) + label, input[type="number"]:focus:not([readonly]) + label, input[type="search"]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #76b51b;
    }

.input-field .prefix.active {
    color: #76b51b;
}

.header-lower .row {
    background-color: rgba(28, 78, 101, .96);
    margin-bottom: 0px;
}

.navbar-fixed {
    position: fixed !important;
    top: 0px;
}

.card {
    text-align: -webkit-center;
    /*background-color: transparent !important;*/
    padding-top: 5px;
}
    .card .card-content {
        padding: 0 20px !important;
    }

    .card .card-title {
        font-size: 1.6rem !important;
        font-weight: 400 !important;
        text-transform: uppercase;
        font-family: "Product Sans",Arial,Helvetica,sans-serif;
    }

    .card .card-image {
        width: 95%;
        height: 95%;
        margin: 10px 0;
        background-color: rgba(0,0,0,.1);
    }

        .card .card-image img {
            /*width: auto;*/
            max-height: 350px;
        }

.card-panel .material-icons {
    color: #76b51b;
}

.card-panel .input-field label {
    color: #76b51b;
}

    .card-panel .input-field label.active {
        color: #e65100;
    }

.parallax-container {
    min-height: 500px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}

    .parallax-container .section {
        width: 100%;
    }

.footer-block .title {
    background: rgba(28, 78, 101, .96) url(/Themes/GrandNodeTheme/Content/images/toggle-white.png) right center no-repeat;
}

.collapsible-header i {
    float: right;
    text-align: center;
    margin-right: 2rem;
}
/* end materialize override*/

/* style override*/
.select-wrapper input.select-dropdown {
    margin: 0 0 -5px 0;
}

.header-upper {
    background-color: rgba(28, 78, 101, .96);
}

.header-links span.material-icons.tiny {
    margin-right: 10px;
    font-size: 1rem;
}

.header-links li {
    display: inline-flex;
    margin: 0 15px;
}

.header-links a {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 16px;
    margin: 8px 0;
}

.header-logo {
    margin: 10px 0;
    text-align: center;
}

.header-menu nav {
    color: #FFFFFF;
    background-color: rgba(28, 78, 101, 0.96);
}

    .header-menu nav .dropdown-content {
        top: 48px !important;
        min-width: 160px !important;
        background-color: rgb(208,208,208);
        color: #FFFFFF;
    }

.dropdown-content li > a, .dropdown-content li > span {
    /* color: #e65100; */
    color: #000;
}

.footer-tax-shipping {
    width: unset;
}

.light, footer.page-footer .footer-copyright {
    font-weight: 100;
    font-size: 10pt;
}

footer.page-footer {
    background-color: rgba(28, 78, 101, 0.96);
    color: #FFFFFF;
}

    footer.page-footer h1,
    footer.page-footer h2,
    footer.page-footer h3,
    footer.page-footer h4,
    footer.page-footer h5,
    footer.page-footer h6,
    footer.page-footer .title {
        color: rgba(255, 106, 0, 0.8);
        text-transform: capitalize;
        font-size: 20px;
    }

    footer.page-footer .footer-copyright {
        min-height: 50px;
        line-height: 30px;
        padding-top: 12px;
    }

.topic-block-body .container {
    width: 100%;
    padding: 10px;
    background-color: rgba(248, 247, 216, 0.7);
}

.mfp-figure {
    background-color: white;
}

.breadcrumb:last-child {
    color: rgba(255, 90, 0, 0.8);
}

h1, h2, h3, h4, h5, h6 {
    /* color: rgba(255, 106, 0, 0.8); */
    font-family: "Product Sans",Arial,Helvetica,sans-serif;
}

.overview .short-description {
    color: initial;
}

.gallery {
    text-align: center;
}

    .gallery .picture-thumbs .thumb-item {
        width: 75px;
        text-align: center;
        height: 150px;
    }
/*end style override*/
@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        /*top: 40%;*/
    }

    #index-banner .section {
        top: 10%;
    }

    nav {
        line-height: 28px;
    }
}
