/**
 * Place your custom styles here.
 */

body {
    font-family: 'Cabin',sans-serif;
    letter-spacing: 0.5px;
}

h1, h2, h3 {
    font-family: 'Alegreya Sans',sans-serif;
    font-weight: 800;
}

.text-align-center {
    text-align: center;
}

.navbar .logo img {
    width: 180px;
}

@media screen and (min-width: 768px) {
    .navbar .logo img {
        width: 250px;
    }
}

@media screen and (min-width: 992px) {
    .navbar .logo img {
        width: auto;
    }
}

.region-header > nav.tabs {
    margin-bottom: 20px;
}

footer {
    background-color: #003763;
    color: #ffffff;
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
}

.field h1:first-of-type,
.field h2:first-of-type,
.field h3:first-of-type,
.field h4:first-of-type,
.field h5:first-of-type,
.field h6:first-of-type {
    margin-top: 0;
}

.field--name-field-sections-body > .field--item {
    margin-bottom: 30px;
}

.field--name-field-product-family-photo {
    text-align: center;
    margin-bottom: 20px;
}

.field--name-field-product-family-photo img {
    margin: auto;
}

.background-cover {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.tab-pane {
    padding-top: 20px;
}

.vertical-tabs .tab-pane {
    padding-top: 0;
}

.view-filters-toggle {
    display: none;
}

.view-product-search .views-exposed-form .form-item {
    display: block;
    float: none;
}

.view-product-search .views-exposed-form .form-type-textfield {
    display: table-cell;
}

.view-product-search .form-item-brand label {
    display: block;
}

/** About page **/

.text-orange-italic {
    text-transform: uppercase;
    color: #E27C00;
    font-style: italic;
}

.mission-statement {
    background: #666;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    margin-bottom: 30px !important;
}
.mission-statement-item .mission-statement-icon {
    font-size: 72px;
    color: #E27C00;
    text-align: center;
}
.mission-statement-item .text-orange-italic {
    margin-bottom: 15px;
}
.mission-statement-item h2 {
    font-size: 50px;
}
.mission-statement-item p {
    color: #666;
}

.text-orange-italic {
    text-transform: uppercase;
    color: #E27C00;
    font-style: italic;
}

.history-link {
    text-align: center;
    margin: 40px 0 60px 0;
}
.history-link a {
    border: 1px solid;
    background: #E27C00;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.history-link a:hover,
.history-link a:focus {
    background: #E38848;
}

@media screen and (min-width: 768px) {
    /* About page */
    .about-page .mission-statement {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) {
    /* About page */
    .about-page .paragraph--type--_-columns-8-4 .field--name-field-left-column {
        margin-top: 170px;
    }

    .about-page .mission-statement {
        font-size: 32px;
    }

    .about-page .paragraph--type--_-columns-6-6 .group-left {
        border-right: 1px solid #999;
    }

    .about-page .paragraph--type--_-columns-4-4-4 .group-middle {
        border-left: 1px solid #999;
        border-right: 1px solid #999;
    }

    .about-page .paragraph--type--_-columns-6-6 .field--name-field-text-content {
        width: 66.666666%;
        float: left;
    }

    .about-page .paragraph--type--_-columns-6-6 .group-left .field--name-field-text-content {
        float: right;
    }
}

@media screen and (min-width: 1024px) {
    .about-page .mission-statement {
        font-size: 42px;
    }
}