/*  Colors  */

:root {
    --purple:   #400286;
    --green:    #48A345;
}

/*  Header */

#app-header {
    background-color: var(--purple);
}

#app-header #user-nav > a {
    color: white;
}

#app-header div.css-13fhe5b-topNavBarItem__container:after {
    background-color: white;
}

#app-header div.css-4dllhd-topNavBarItem__content {
    color: white !important;
}

#app-header span.css-1fahbk2-baseButton__content {
    color: white;
    background: none;
}

#app-header button.css-1efdoy6-view-link,
#app-header a.css-1efdoy6-view-link {
    padding: 5px;
    background-color: white;
}

#app-header span.css-fhkclk-baseButton__content {
    color: white !important;
}

span.Dropdown__ToggleTextWrapper {
    color: white;
    border: 1px solid;
    padding: 2px 8px;
    border-radius: 30px;
}

#app-header .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header-branding h1 a img {
    height: 80px;
    margin-top: -10px;
}

/*

#app-header .logo a {
    background-size: 212px 29px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 212px;
    height: 53px;
}

*/

/*  Home page    */

#home-page .feature-region {
    display: none;
    height: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-color: var(--green);
}

#home-page #feature div {
    margin: auto;
    padding-top: 48px;
    max-width: 1000px;
    color: white;
}

#home-page #feature h3 {
    margin-top: 1em;
    text-align: center;
    font-size: 2.3em;
    line-height: 1;
}

#home-page #feature h4 {
    text-align: center;
    font-size: 1.9em;
}

/*  Search form */

div#search-form.callout-region {
    background-color: var(--green);
}

/*

div.search-form-container {
    background-color: black;
}

*/

div.search-form {
    line-height: 1em;
}

div.search-form .search-label {
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 500;
    color: #0899D3;
}

div.search-form form.search-box-wrapper {
    display: block;
    margin: 0 auto !important;
    padding: 0;
    width: 50%;
}

div.search-form form.search-box-wrapper input.search-box {
    height: 44px;
    /*  border: 1px solid black;    */
    border-radius: 4px;
}

div.search-form form.search-box-wrapper button.search-submit {
    top: 8px;
    width: 30px;
    height: 30px;
    color: #0899D3;
}

div.search-form div.search-form__actions button.btn-lg {
    line-height: 1em;
}

.product-tile .product-account-image-wrapper {
    display: none;
}

/*

#main.product-results {
    background-color: #CFCFCF;
}

*/

/*  Listing page    */

#product-page #feature {
    padding-top: 20px;
    background-color: white;
}

/*

.product-bg {
    background-color: #A2CBDB;
}

*/

.product-tile .product-account-logo {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 20px;
}

img.product-account-logo {
    display: none;
}

/*

#main {
    min-height: 150px;
    color: #0899D3;
}

.callout-region {
    background-color: #A2CBDB;
}

*/

#product-page footer .h2 {
    margin: 15px 0;
    font-size: 25px;
    font-style: normal;
    color: #0C1147;
}

/*  Footer */

#app-footer {
    padding-top: 30px;
    font-size: 14px;
    background-color: white;
}

.small {
    font-size: 12px;
    color: #8E99A0;
}

/*  Responsive declarations */

@media ( max-width: 768px ) {

    #app-header .header-nav {
        background: 555px;
    }

    #home-page #feature {
        padding: 0 2em;
        height: 200px;
        text-align: center;
    }

    .alert-top {
        margin-bottom: 0;
    }

    .col-xs-2.col-sm-1 {
        display: none;
    }

}

@media ( max-width: 1200px ) {

    #home-page #feature div {
        max-width: 800px;
    }

}