﻿:root {
    --primary: #660000;
    --primary-dark: #550000;
    --primary-on: #7c0e0e;
    --secondary: #00501d;
    --secondary-on: #0c6a2e;
    --blue: #214788;
    --blue-on: #2d579e;
    --cream: #fef7ef;
    --cream-dark: #e3ccad;
    --green: var(--secondary);
    --green-on: var(--secondary-on);
    --green-lite: #6a7d4f;
    --dark: #333;
    --white: #fff;
    --light: #f4f4f4;
    --medium: #cccdd0;
    --font-color: var(--dark);
    --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
    --sub-header: #9f7161;
}

html, body {
    
}

body {
    background: var(--white);
    font-size: 16px;
    color: var(--font-color);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0 1em;
    font-weight: bold;
}

p {
    margin-bottom: 1em;
}

a:link {
    color: var(--primary);
    transition: all 150ms ease;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:visited {
    color: var(--primary-dark);
    text-decoration: underline;
    
}

/* LAYOUT */
.band {
    padding: 40px 0;
    background: var(--white);
}

.band.band-sm {
    padding: 20px 0;
}

.band.band-lg {
    padding: 90px 0;
}

.band.light {
    background-color: var(--light);
}

.band.dark {
    background-color: var(--dark);
}

.band.blue {
    background-color: var(--blue);
}

.band.green {
    background-color: var(--green);
}

.band.light-green {
    background-color: var(--green-lite);
}

.band.cream {
    background-color: var(--cream);
}

#form2 {
    padding: 0 !important;
    margin: 0 !important;
}

/* MOBILE */
.header-style-1 {
    display: inline-block;
    position: relative;
    color: var(--primary);
    line-height: 0.8;
    text-align: left;
    margin: 1em 0px 3em 20px;
    font-size: 28px;
    text-transform: capitalize;
}

.header-style-1 .sub-header {
    color: var(--font-color);
    font-size: 0.666em;
    font-weight: normal;
    font-weight: 400;
}

.header-style-1:before {
    position: absolute;
    content: '';
    width: 4px;
    top: -16px;
    bottom: -16px;
    left: -20px;
    background: var(--primary);
}

.header-style-1.dark {
    color: var(--dark);
}

.header-style-1.dark:before {
    background: var(--dark);
}

/* HEADER */
header {
    position: relative;
    background: var(--green-lite);
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

header:after {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 34px;
    width: 100%;
    background: var(--green-lite) url(../LetsGoFishing/bg-mainnav.png) left top repeat-x;
    background-size: auto 40px;
}

header .message-banner {
    background: var(--secondary);
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
    color: var(--cream);
}

header .header-content {
    padding: 8px 0;
    background: var(--green-lite) url(../LetsGoFishing/bg-mainnav2.png) left bottom repeat-x;
    background-size: auto 36px;
    overflow: hidden;
}

header .header-content .container {
    padding-top: 24px;
}

header .header-content a, header .header-content a:visited {
    color: var(--white);
}

header .header-content a:hover {
    color: var(--light);
}

header .header-content .logo {
    position:relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
    margin-bottom: -20px;
}

header .header-content .logo img {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

header .header-content .telephone {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 14px;
    color: var(--white);
}

header .header-content .telephone a {
    font-weight: normal;
    font-weight: 400;
}

header .header-nav {
    background: var(--sub-header);
}

header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

header nav ul li {
    display: inline-block;
    list-style: none;
}

header nav ul li a {
    display: block;
    padding: 8px 24px;
    background: transparent;
    color: var(--white);
    font-weight: bold;
    font-size: 14px;
}

header nav ul li a:link, header nav ul li a:hover, header nav ul li a:visited, header nav ul li a:focus {
    color: var(--white);
    text-decoration: none;
}

header nav ul li a:hover {
    background: var(--primary);

}
 
footer {
    padding: 32px 0;
    background: var(--dark);
    color: var(--white);
}

footer a:link {
    color: var(--white);
    font-weight: normal;
    font-weight: 400;
}

footer a:hover, footer a:visited {
    color: var(--light);

}

.home-welcome {
    color: var(--white);
    background: var(--white) url('../images/klamath-sky.jpg') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 15px;
}

.home-welcome h1 {
    color: var(--white);
    margin: 0.5em 0;
}

.home-welcome p {
    font-size: 20px;
    margin: 2em 0;
}

.what-to-do {
    background-color: var(--white);
}

.product-select {
    position: relative;
    padding: 20px;
    border: 1px solid var(--cream-dark);
    border-radius: 12px;
    background: var(--white);
    margin: 20px 0;
}

.product-select .product-header {
    font-size: 20px;
    color: var(--primary);
    font-weight: bold;
    font-weight: 700;
    line-height: 1;
}

.product-select .product-header i, .product-select .product-header .svg-inline--fa {
    margin: 4px 8px 0 0;
    font-size: 32px;
}

.product-select .product-description {
    min-height: 100px;
}

.product-select .product-description p {
    width: 100%;
}


.product-select .product-action {
    text-align: center;
}

.tech-requirements {
    margin-top: 80px;
}

#tech_recom .svg-inline--fa {
    transition: all 150ms linear;
}

#tech_recom.show .svg-inline--fa {
    transform: rotate(-180deg);
}

.tech-recom-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 150ms var(--transition-timing);
}

#systems_section .tagging-system {
    margin-bottom: 80px;
}

/* 576 MEDIUM */
@media only screen and (min-width: 576px) {
    header .header-content .logo {
        margin-bottom: -40px;
    }
}

/* 768 MEDIUM */
@media only screen and (min-width: 768px) {
    .band {
        padding: 80px 0;
        background-color: var(--white);
    }

    .band.band-sm {
        padding: 40px 0;
    }

    .band.band-lg {
        padding: 120px 0;
    }

    header .header-content .container {
        padding-top: 0;
    }

    header .header-content a, header .header-content a:visited {
        color: var(--white);
    }

    header .header-content .logo {
        margin-bottom: -40px;
    }

    header .header-content .telephone {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: auto;
    }

    .product-select .product-header {
        font-size: 24px;
        height: 60px;
    }

    .product-select .product-header i, .product-select .product-header .svg-inline--fa {
        margin: 4px 8px 0 0;
        font-size: 40px;
    }
/*
    .product-select .product-description {
        min-height: 120px;
    }*/

    #systems_section .tagging-system {
        margin-bottom: 0;
    }
}

/* 992 Medium */
@media only screen and (min-width: 992px) {
    .header-style-1 {
        line-height: 0.8;
        margin: 1em 0px 3em 20px;
        font-size: 32px;
    }

    .header-style-1 .sub-header {
        font-size: 0.5em;
    }

    header:after {
        height: 45px;
        background-size: auto auto;
    }

    header .message-banner {
        font-size: 16px;
    }

    .home-welcome {
        background-size: 133% auto;
        background-position: left top;
    }

    .home-welcome h1 {
        font-size: 48px;
        margin: 0.5em 0;
    }

    .what-to-do {
        background-image: url('../images/elk-photo.png');
        background-position: calc(50% - 700px) center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 1300px) {
    .home-welcome {
        background-size: 100% auto;
    }
}

@media only screen and (min-width: 1600px) {
    .home-welcome {
        background-position: 50% 120%;
    }
}


/* FAQs */
.faq {
    padding: 24px 0;
    border-bottom: 1px solid var(--medium);
}

    .faq:first-child {
        border-top: 1px solid var(--medium);
    }

    .faq .faq-q {
        position: relative;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        font-weight: 700;
        padding: 0 0 0 52px;
        margin-bottom: 20px;
        cursor: pointer;
    }

        .faq .faq-q:before {
            position: absolute;
            content: '';
            top: 2px;
            left: 14px;
            width: 24px;
            height: 24px;
            background: transparent url('../images/expand-icon.png') center top no-repeat;
            background-size: 100% auto;
        }

        .faq .faq-q.open:before {
            background-position: center bottom;
        }

    .faq .faq-a {
        font-size: 16px;
        padding-left: 52px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 150ms var(--transition-timing);
    }

        .faq .faq-a > div {
            padding: 12px 0 12px 16px;
            border-left: 3px solid var(--dark);
        }

/* STEP BY STEP INSTRUCTIONS PAGE */
.step-by-step ul li, .step-by-step ol li {
    font-size: 20px;
}

    .step-by-step ol li::marker {
        font-weight: bold;
        font-size: 24px;
    }

.step-by-step ol ul li {
    list-style: none;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}


