﻿html, body
{
    font-family: "Libre Franklin", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #2f2f2f;
}
header
{
    background-color: #231f20;
    background-position: top right;
    background-image: url(../images/Gumblossum.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
}
header a
{
    color: #ffffff;
}
.icons
{
    float: right;
    margin: 5px 10px 5px 0;
}
a
{
    color: #476430;
    text-decoration: none;
}
h1
{
    color: #231f20;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 2.1em;
    line-height: 2;
    font-weight: 300;
}

h2
{
    color: #231f20;
    font-weight: 300;
    font-size: 1.6em;
    margin: 0 0 15px 0;
    text-align: left;
}

h3
{
    color: #231f20;
    font-weight: 300;
    font-size: 1.3em;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

h4
{
    color: #231f20;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-align: left;
}
.icons a
{
    padding: 0 5px;
}

header nav.desktop
{
    display: block;
    float: right;
}
header nav.mobile
{
    display: none;
    float: right;
    margin: 20px 10px 0 10px;
}

@media (max-width: 1199px)
{
    h1
    {
        font-size: 1.9em;
        line-height: 2;
    }

    h2
    {
        font-size: 1.4em;
    }

    h3
    {
        font-size: 1.1em;
        font-weight: bold;
    }
    header .inner .logo img
    {
        height: 50px;
    }

    header nav.desktop
    {
        float: none;
        clear: both;
        text-align: center;
    }
}
@media (max-width: 869px)
{
    header .inner .logo img
    {
        height: initial;
    }

    header nav.desktop
    {
        display: none;
    }

    header nav.mobile
    {
        display: block;
    }

    .icons
    {
        margin: 30px 0 0 0;
    }
}
@media (max-width: 499px)
{
    header .inner .logo img
    {
        height: 50px;
    }

    header nav.mobile
    {
        margin: 5px;
    }

    .icons
    {
        margin: 15px 0 0 0;
    }
}
@media (max-width: 350px)
{
    .icons
    {
        display: none;
    }
}

.leaves
{
    background-image: url(../images/Leaves.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

footer 
{
    font-size: 0.85em;
    color: white;
}
footer .upper
{
    background-position: bottom left;
    background-repeat: repeat-x;
    background-image: url(../images/LeavesFooter.png);
    height: 100px;
    margin-bottom: -23px;
    position: relative;
}
footer .lower
{
    background-color: #231f20;
    padding: 10px 10px 0 10px;
}

footer .lower a
{
    color: #6d8ed1;
}
footer .lower .inner
{
    display: table;
    width: 100%;
}
footer .lower .left
{
    display: table-cell;
    float: initial;
    text-align: left;
    vertical-align: middle;
}

footer .lower .middle
{
    display: table-cell;
    float: initial;
    text-align: center;
}

footer .lower .right
{
    display: table-cell;
    float: initial;
    text-align: right;
    vertical-align: middle;
}
footer .lower .inner img
{
    margin: 0 10px;
}

@media (max-width: 869px)
{
    footer .lower .inner img
    {
        margin: 0 5px;
        height: 50px;
    }
}
@media (max-width: 550px)
{
    footer .lower .inner
    {
        display: block;
    }

    footer .lower .left
    {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    footer .lower .middle
    {
        display: block;
    }

    footer .lower .right
    {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
}

/******************************************************************/

.quarterWidthPromotion
{
    display: block;
    float: left;
    width: 23.8%;
    margin: 0.6%;
}

.promotionInner
{
    border: solid 1px #476430;
}

.promotionInner img
{
    display: block;
    width: 100%;
}

.promotionInner h3
{
    text-align: center;
    margin: 0;
}
@media (max-width: 700px)
{
    .quarterWidthPromotion
    {
        width: 47.6%;
        margin: 1.2%;
    }
}

/************************************************************/

.contentWithRightAlignedImage .image
{
    float: right;
    width: 31.74603174603175%;
    margin-left: 1.58730158730159%;
}

.contentWithRightAlignedImage .image img
{
    width: 100%;
}

.contentWithRightAlignedImage .image .caption
{
    text-align: center;
}

@media (max-width: 600px)
{
    .contentWithRightAlignedImage .image
    {
        width: 49%;
        margin-left: 1%;
    }
}

@media (max-width: 400px)
{
    .contentWithRightAlignedImage .image
    {
        float: initial;
        width: 100%;
        margin-left: 0;
    }
}

input[type="button"], input[type="reset"], input[type="submit"]
{
    background-color: #476430;
    border: none;
    padding: 7px 15px;
    color: white;
    cursor: pointer;
    margin: 2px;
}

select
{
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .3em 1.4em .3em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 2px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

select::-ms-expand
{
    display: none;
}

select:hover
{
    border-color: #888;
}

select:focus
{
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

select option
{
    font-weight: normal;
}

input[type=text], textarea
{
    font-family: sans-serif;
    font-weight: 700;
    color: #444 !important;
    line-height: 1.3;
    padding: .38em 0.4em;
    box-sizing: border-box;
    margin: 2px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    background-color: #fff;
}