.visuallyhidden {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
    }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible
    }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, textarea, input[type=text], input[type=email], button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
    }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
    }
@-webkit-viewport {
    width: device-width
    }
@-moz-viewport {
    width: device-width
    }
@-ms-viewport {
    width: device-width
    }
@-o-viewport {
    width: device-width
    }
@viewport {
    width: device-width
    }
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
::-webkit-selection {
    background: rgba(32, 194, 35, 0.75);
    color: #fff;
    text-shadow: none
    }
::-moz-selection {
    background: rgba(32, 194, 35, 0.75);
    color: #fff;
    text-shadow: none
    }
::selection {
    background: rgba(32, 194, 35, 0.75);
    color: #fff;
    text-shadow: none
    }
html {
    min-height: 100%;
    background: #fff;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 255, 0.5);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch
    }
body {
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #3b3b3b;
    background: #fff
    }
h1 {
    font-size: 2.75em;
    font-weight: 300
    }
h2 {
    font-size: 2em;
    font-weight: 300
    }
h3 {
    font-size: 1.25em;
    font-weight: 300
    }
a {
    color: #749619;
    text-decoration: underline
    }
a:hover {
    color: #749619;
    text-decoration: none
    }
a:focus {
    color: #749619;
    outline: thin dotted
    }
a:active {
    color: #749619
    }
a:hover, a:active {
    outline: 0
    }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none
    }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline
    }
h1 {
    font-size: 2.75em;
    font-weight: 300;
    line-height: 1.1em
    }
h2 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.2em
    }
h3 {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.2em
    }
h4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2em
    }
p {
    margin-bottom: 0.5em
    }
.teaser-summary p, .text-box p {
    font-size: 1.075em
    }
hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #eee
    }
.archive-title, .entry-title {
    margin-bottom: 1em;
    color: #526a12
    }
h4.widget-title {
    font-size: 1.25em;
    font-weight: 300
    }
article ul, article ol, article dl {
    line-height: 1.2;
    margin-bottom: 1.3em;
    margin-left: 1.3em;
    list-style-position: outside
    }
article ul li, article ol li, article dl li {
    font-size: 1.075em;
    margin-bottom: 0.6em
    }
article ul, article ol {
    margin-left: 1.4em;
    margin-top: 0.6em;
    margin-bottom: 0.6em
    }
form {
    margin: 0;
    padding: 0
    }
fieldset {
    clear: both;
    padding: 0;
    margin: 0
    }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 0.5em 0.65em;
    border: solid 1px #3b3b3b;
    width: 100%;
    margin: 0.5em 0 1em;
    color: #3b3b3b;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px/5px;
    border-radius: 5px/5px
    }
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
    border: none
    }
input[type="submit"], input[type="reset"], input[type="button"] {
    cursor: pointer;
    font-size: 1em
    }
select, input[type="file"] {
    border: solid 1px #3b3b3b;
    width: 100%;
    padding: 0.5em 0.65em;
    margin: 0.5em 0 1em;
    font-size: 1em;
    color: #3b3b3b;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px/5px;
    border-radius: 5px/5px
    }
.error select, .error input[type="file"] {
    border: solid 1px #e53939;
    background: #fdeded
    }
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
    }
@media only screen and (min-width: 990px) {
    [class*=" d1"], [class^=d1], [class*=" d2"], [class^=d2], [class*=" d3"], [class^=d3], .d-all {
        display: block;
        float: left;
        clear: none;
        margin-right: -100%
        }
    .d1 {
        width: 31.968957%
        }
    .d2 {
        width: 31.970067%
        }
    .d3 {
        width: 31.970067%
        }
    .d1-d2 .d1 {
        width: 48.467756%
        }
    .d2-d3 .d2 {
        width: 48.468624%
        }
    .d2-d3 .d3 {
        width: 48.468624%
        }
    .d1-d2 .d2 {
        width: 48.469439%
        }
    .d1-d2 {
        width: 65.959226%
        }
    .d2-d3 {
        width: 65.960336%
        }
    .d-all {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: left
        }
    [class*=" d-pad"], [class^=d-pad] {
        padding-left: 1.010101%;
        padding-right: 1.010101%;
        left: -1.010101%
        }
    .d2-d3 [class*=" d-pad"], .d2-d3 [class^=d-pad] {
        padding-left: 1.531376%;
        padding-right: 1.531376%;
        left: -1.531376%
        }
    .d1-d2 [class*=" d-pad"], .d1-d2 [class^=d-pad] {
        padding-left: 1.531402%;
        padding-right: 1.531402%;
        left: -1.531402%
        }
    [class~=d-padfull], [class~=d-padinfull], [class~=d-padfull], [class~=d-padinfull], [class~=d-padfull], [class~=d-padinfull] {
        padding-left: 2.020202%;
        padding-right: 2.020202%;
        left: -2.020202%
        }
    .d2-d3 [class~=d-padfull], .d2-d3 [class~=d-padinfull], .d2-d3 [class~=d-padfull], .d2-d3 [class~=d-padinfull] {
        padding-left: 3.062753%;
        padding-right: 3.062753%;
        left: -3.062753%
        }
    .d1-d2 [class~=d-padfull], .d1-d2 [class~=d-padinfull], .d1-d2 [class~=d-padfull], .d1-d2 [class~=d-padinfull] {
        padding-left: 3.062804%;
        padding-right: 3.062804%;
        left: -3.062804%
        }
    .d-pad, .d-padfull {
        position: relative;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
        }
    .d-padin[class~=d-padin], .d-padinfull[class~=d-padinfull] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0
        }
    [class*=" d3"], [class^=d3] {
        margin-left: 67.979428%
        }
    .d2-d3 [class*=" d3"], .d2-d3 [class^=d3] {
        margin-left: 51.531376%
        }
    [class*=" d2"], [class^=d2] {
        margin-left: 33.989159%
        }
    .d1-d2 [class*=" d2"], .d1-d2 [class^=d2] {
        margin-left: 51.530561%
        }
    .d1, [class*=d1-], .d-all, [class*=" d1-"], [class^=d1-], .d1, [class*=" d1-"] [class*=" d1-"], [class^=d1-] [class*=" d1-"], [class*=" d1-"] [class^=d1-], [class^=d1-] [class^=d1-], [class*=" d1-"] .d1, [class^=d1-] .d1, [class*=" d2-"] [class*=" d2-"], [class^=d2-] [class*=" d2-"], [class*=" d2-"] [class^=d2-], [class^=d2-] [class^=d2-], [class*=" d2-"] .d2, [class^=d2-] .d2, [class*=" d3-"] [class*=" d3-"], [class^=d3-] [class*=" d3-"], [class*=" d3-"] [class^=d3-], [class^=d3-] [class^=d3-], [class*=" d3-"] .d3, [class^=d3-] .d3 {
        margin-left: 0;
        clear: left
        }
    [class*=" d-float"][class*=" d-float"], [class^=d-float][class^=d-float], [class*=" d-float"][class*=" d-float"], [class^=d-float][class^=d-float], [class*=" d-float"][class*=" d-float"], [class^=d-float][class^=d-float] {
        margin-left: 2.020202%;
        margin-right: 2.020202%
        }
    .d2-d3 [class*=" d-float"][class*=" d-float"], .d2-d3 [class^=d-float][class^=d-float], .d2-d3 [class*=" d-float"][class*=" d-float"], .d2-d3 [class^=d-float][class^=d-float] {
        margin-left: 3.062753%;
        margin-right: 3.062753%
        }
    .d1-d2 [class*=" d-float"][class*=" d-float"], .d1-d2 [class^=d-float][class^=d-float], .d1-d2 [class*=" d-float"][class*=" d-float"], .d1-d2 [class^=d-float][class^=d-float] {
        margin-left: 3.062804%;
        margin-right: 3.062804%
        }
    .d-floatright {
        float: right;
        margin-right: 0 !important
        }
    .d-floatleft {
        float: left;
        margin-left: 0 !important
        }
    .d2 + [class*=" d2"], .d2 + [class^=d2], [class*=-d2] + [class*=" d2"], [class*=-d2] + [class^=d2], .d3 + [class*=" d3"], .d3 + [class^=d3], [class*=-d3] + [class*=" d3"], [class*=-d3] + [class^=d3], .d3 + [class*=" d2"], .d3 + [class^=d2], [class*=-d3] + [class*=" d2"], [class*=-d3] + [class^=d2], .d-clear {
        clear: left
        }
    .d-overlap[class*=overlap] {
        clear: none
        }
    .d-hide {
        display: none
        }
    .d-show {
        display: block
        }
    .d-showgrid .d-show, .d-showgrid.d-show, .gridsetnoareas .d-show {
        display: block !important
        }
    }
@media only screen and (min-width: 990px) {
    [class*=" db1"], [class^=db1], [class*=" db2"], [class^=db2], .db-all {
        display: block;
        float: left;
        clear: none;
        margin-right: -100%
        }
    .db1 {
        width: 49.97388%
        }
    .db2 {
        width: 49.975615%
        }
    .db-all {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: left
        }
    [class*=" db-pad"], [class^=db-pad], [class~=db-padfull], [class~=db-padinfull], [class~=db-padfull], [class~=db-padinfull] {
        padding-left: 0%;
        padding-right: 0%;
        left: 0%
        }
    .db-pad, .db-padfull {
        position: relative;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
        }
    .db-padin[class~=db-padin], .db-padinfull[class~=db-padinfull] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0
        }
    [class*=" db2"], [class^=db2] {
        margin-left: 49.97388%
        }
    .db1, [class*=db1-], .db-all, [class*=" db1-"], [class^=db1-], .db1, [class*=" db1-"] [class*=" db1-"], [class^=db1-] [class*=" db1-"], [class*=" db1-"] [class^=db1-], [class^=db1-] [class^=db1-], [class*=" db1-"] .db1, [class^=db1-] .db1, [class*=" db2-"] [class*=" db2-"], [class^=db2-] [class*=" db2-"], [class*=" db2-"] [class^=db2-], [class^=db2-] [class^=db2-], [class*=" db2-"] .db2, [class^=db2-] .db2 {
        margin-left: 0;
        clear: left
        }
    [class*=" db-float"][class*=" db-float"], [class^=db-float][class^=db-float], [class*=" db-float"][class*=" db-float"], [class^=db-float][class^=db-float] {
        margin-left: 0%;
        margin-right: 0%
        }
    .db-floatright {
        float: right;
        margin-right: 0 !important
        }
    .db-floatleft {
        float: left;
        margin-left: 0 !important
        }
    .db2 + [class*=" db2"], .db2 + [class^=db2], [class*=-db2] + [class*=" db2"], [class*=-db2] + [class^=db2], .db-clear {
        clear: left
        }
    .db-overlap[class*=overlap] {
        clear: none
        }
    .db-hide {
        display: none
        }
    .db-show {
        display: block
        }
    .db-showgrid .db-show, .db-showgrid.db-show, .gridsetnoareas .db-show {
        display: block !important
        }
    }
@media only screen and (min-width: 990px) {
    [class*=" dc1"], [class^=dc1], [class*=" dc2"], [class^=dc2], [class*=" dc3"], [class^=dc3], [class*=" dc4"], [class^=dc4], .dc-all {
        display: block;
        float: left;
        clear: none;
        margin-right: -100%
        }
    .dc1, .dc3, .dc4 {
        width: 25.005588%
        }
    .dc2 {
        width: 25.006456%
        }
    .dc2-dc4 .dc4 {
        width: 33.332948%
        }
    .dc1-dc3 .dc1, .dc1-dc3 .dc3, .dc2-dc4 .dc3 {
        width: 33.332948%
        }
    .dc1-dc3 .dc2, .dc2-dc4 .dc2 {
        width: 33.334105%
        }
    .dc2-dc3 .dc3 {
        width: 49.999132%
        }
    .dc1-dc2 .dc1 {
        width: 49.999132%
        }
    .dc3-dc4 .dc4 {
        width: 50.0%
        }
    .dc3-dc4 .dc3 {
        width: 50%
        }
    .dc1-dc2 .dc2, .dc2-dc3 .dc2 {
        width: 50.000868%
        }
    .dc3-dc4 {
        width: 50.011175%
        }
    .dc1-dc2, .dc2-dc3 {
        width: 50.012044%
        }
    .dc2-dc4 .dc3-dc4 {
        width: 66.665895%
        }
    .dc1-dc3 .dc1-dc2, .dc1-dc3 .dc2-dc3, .dc2-dc4 .dc2-dc3 {
        width: 66.667052%
        }
    .dc1-dc3, .dc2-dc4 {
        width: 75.017631%
        }
    .dc-all {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: left
        }
    [class*=" dc-pad"], [class^=dc-pad], [class~=dc-padfull], [class~=dc-padinfull], .dc1-dc2 [class*=" dc-pad"], .dc1-dc2 [class^=dc-pad], .dc1-dc2 [class~=dc-padfull], .dc1-dc2 [class~=dc-padinfull], .dc1-dc2 [class~=dc-padfull], .dc1-dc2 [class~=dc-padinfull], .dc1-dc3 [class*=" dc-pad"], .dc1-dc3 [class^=dc-pad], .dc1-dc3 [class~=dc-padfull], .dc1-dc3 [class~=dc-padinfull], .dc1-dc3 [class~=dc-padfull], .dc1-dc3 [class~=dc-padinfull], .dc1-dc3 [class~=dc-padfull], .dc1-dc3 [class~=dc-padinfull], [class~=dc-padfull], [class~=dc-padinfull], .dc2-dc3 [class*=" dc-pad"], .dc2-dc3 [class^=dc-pad], .dc2-dc3 [class~=dc-padfull], .dc2-dc3 [class~=dc-padinfull], .dc2-dc3 [class~=dc-padfull], .dc2-dc3 [class~=dc-padinfull], .dc2-dc4 [class*=" dc-pad"], .dc2-dc4 [class^=dc-pad], .dc2-dc4 [class~=dc-padfull], .dc2-dc4 [class~=dc-padinfull], .dc2-dc4 [class~=dc-padfull], .dc2-dc4 [class~=dc-padinfull], .dc2-dc4 [class~=dc-padfull], .dc2-dc4 [class~=dc-padinfull], [class~=dc-padfull], [class~=dc-padinfull], .dc3-dc4 [class*=" dc-pad"], .dc3-dc4 [class^=dc-pad], .dc3-dc4 [class~=dc-padfull], .dc3-dc4 [class~=dc-padinfull], .dc3-dc4 [class~=dc-padfull], .dc3-dc4 [class~=dc-padinfull], [class~=dc-padfull], [class~=dc-padinfull] {
        padding-left: 0%;
        padding-right: 0%;
        left: 0%
        }
    .dc-pad, .dc-padfull {
        position: relative;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
        }
    .dc-padin[class~=dc-padin], .dc-padinfull[class~=dc-padinfull] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0
        }
    [class*=" dc4"], [class^=dc4] {
        margin-left: 75.017631%
        }
    .dc2-dc4 [class*=" dc4"], .dc2-dc4 [class^=dc4] {
        margin-left: 66.667052%
        }
    .dc2-dc4 [class*=" dc3"], .dc2-dc4 [class^=dc3] {
        margin-left: 33.334105%
        }
    .dc3-dc4 [class*=" dc4"], .dc3-dc4 [class^=dc4] {
        margin-left: 50%
        }
    [class*=" dc3"], [class^=dc3] {
        margin-left: 50.012044%
        }
    .dc1-dc3 [class*=" dc3"], .dc1-dc3 [class^=dc3] {
        margin-left: 66.667052%
        }
    .dc1-dc3 [class*=" dc2"], .dc1-dc3 [class^=dc2] {
        margin-left: 33.332948%
        }
    .dc2-dc3 [class*=" dc3"], .dc2-dc3 [class^=dc3] {
        margin-left: 50.000868%
        }
    [class*=" dc2"], [class^=dc2] {
        margin-left: 25.005588%
        }
    .dc1-dc2 [class*=" dc2"], .dc1-dc2 [class^=dc2] {
        margin-left: 49.999132%
        }
    .dc1, [class*=dc1-], .dc-all, [class*=" dc1-"], [class^=dc1-], .dc1, [class*=" dc1-"] [class*=" dc1-"], [class^=dc1-] [class*=" dc1-"], [class*=" dc1-"] [class^=dc1-], [class^=dc1-] [class^=dc1-], [class*=" dc1-"] .dc1, [class^=dc1-] .dc1, [class*=" dc2-"] [class*=" dc2-"], [class^=dc2-] [class*=" dc2-"], [class*=" dc2-"] [class^=dc2-], [class^=dc2-] [class^=dc2-], [class*=" dc2-"] .dc2, [class^=dc2-] .dc2, [class*=" dc3-"] [class*=" dc3-"], [class^=dc3-] [class*=" dc3-"], [class*=" dc3-"] [class^=dc3-], [class^=dc3-] [class^=dc3-], [class*=" dc3-"] .dc3, [class^=dc3-] .dc3, [class*=" dc4-"] [class*=" dc4-"], [class^=dc4-] [class*=" dc4-"], [class*=" dc4-"] [class^=dc4-], [class^=dc4-] [class^=dc4-], [class*=" dc4-"] .dc4, [class^=dc4-] .dc4 {
        margin-left: 0;
        clear: left
        }
    [class*=" dc-float"][class*=" dc-float"], [class^=dc-float][class^=dc-float], .dc1-dc2 [class*=" dc-float"][class*=" dc-float"], .dc1-dc2 [class^=dc-float][class^=dc-float], .dc1-dc2 [class*=" dc-float"][class*=" dc-float"], .dc1-dc2 [class^=dc-float][class^=dc-float], .dc1-dc3 [class*=" dc-float"][class*=" dc-float"], .dc1-dc3 [class^=dc-float][class^=dc-float], .dc1-dc3 [class*=" dc-float"][class*=" dc-float"], .dc1-dc3 [class^=dc-float][class^=dc-float], .dc1-dc3 [class*=" dc-float"][class*=" dc-float"], .dc1-dc3 [class^=dc-float][class^=dc-float], [class*=" dc-float"][class*=" dc-float"], [class^=dc-float][class^=dc-float], .dc2-dc3 [class*=" dc-float"][class*=" dc-float"], .dc2-dc3 [class^=dc-float][class^=dc-float], .dc2-dc3 [class*=" dc-float"][class*=" dc-float"], .dc2-dc3 [class^=dc-float][class^=dc-float], .dc2-dc4 [class*=" dc-float"][class*=" dc-float"], .dc2-dc4 [class^=dc-float][class^=dc-float], .dc2-dc4 [class*=" dc-float"][class*=" dc-float"], .dc2-dc4 [class^=dc-float][class^=dc-float], .dc2-dc4 [class*=" dc-float"][class*=" dc-float"], .dc2-dc4 [class^=dc-float][class^=dc-float], [class*=" dc-float"][class*=" dc-float"], [class^=dc-float][class^=dc-float], .dc3-dc4 [class*=" dc-float"][class*=" dc-float"], .dc3-dc4 [class^=dc-float][class^=dc-float], .dc3-dc4 [class*=" dc-float"][class*=" dc-float"], .dc3-dc4 [class^=dc-float][class^=dc-float], [class*=" dc-float"][class*=" dc-float"], [class^=dc-float][class^=dc-float] {
        margin-left: 0%;
        margin-right: 0%
        }
    .dc-floatright {
        float: right;
        margin-right: 0 !important
        }
    .dc-floatleft {
        float: left;
        margin-left: 0 !important
        }
    .dc2 + [class*=" dc2"], .dc2 + [class^=dc2], [class*=-dc2] + [class*=" dc2"], [class*=-dc2] + [class^=dc2], .dc3 + [class*=" dc3"], .dc3 + [class^=dc3], [class*=-dc3] + [class*=" dc3"], [class*=-dc3] + [class^=dc3], .dc3 + [class*=" dc2"], .dc3 + [class^=dc2], [class*=-dc3] + [class*=" dc2"], [class*=-dc3] + [class^=dc2], .dc4 + [class*=" dc4"], .dc4 + [class^=dc4], [class*=-dc4] + [class*=" dc4"], [class*=-dc4] + [class^=dc4], .dc4 + [class*=" dc3"], .dc4 + [class^=dc3], [class*=-dc4] + [class*=" dc3"], [class*=-dc4] + [class^=dc3], .dc4 + [class*=" dc2"], .dc4 + [class^=dc2], [class*=-dc4] + [class*=" dc2"], [class*=-dc4] + [class^=dc2], .dc-clear {
        clear: left
        }
    .dc-overlap[class*=overlap] {
        clear: none
        }
    .dc-hide {
        display: none
        }
    .dc-show {
        display: block
        }
    .dc-showgrid .dc-show, .dc-showgrid.dc-show, .gridsetnoareas .dc-show {
        display: block !important
        }
    }
@media only screen and (min-width: 768px) and (max-width: 989px) {
    [class*=" t1"], [class^=t1], [class*=" t2"], [class^=t2], .t-all {
        display: block;
        float: left;
        clear: none;
        margin-right: -100%
        }
    .t1 {
        width: 48.566095%
        }
    .t2 {
        width: 48.764634%
        }
    .t-all {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: left
        }
    [class*=" t-pad"], [class^=t-pad] {
        padding-left: 1.302083%;
        padding-right: 1.302083%;
        left: -1.302083%
        }
    [class~=t-padfull], [class~=t-padinfull], [class~=t-padfull], [class~=t-padinfull] {
        padding-left: 2.604167%;
        padding-right: 2.604167%;
        left: -2.604167%
        }
    .t-pad, .t-padfull {
        position: relative;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
        }
    .t-padin[class~=t-padin], .t-padinfull[class~=t-padinfull] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0
        }
    [class*=" t2"], [class^=t2] {
        margin-left: 51.170261%
        }
    .t1, [class*=t1-], .t-all, [class*=" t1-"], [class^=t1-], .t1, [class*=" t1-"] [class*=" t1-"], [class^=t1-] [class*=" t1-"], [class*=" t1-"] [class^=t1-], [class^=t1-] [class^=t1-], [class*=" t1-"] .t1, [class^=t1-] .t1, [class*=" t2-"] [class*=" t2-"], [class^=t2-] [class*=" t2-"], [class*=" t2-"] [class^=t2-], [class^=t2-] [class^=t2-], [class*=" t2-"] .t2, [class^=t2-] .t2 {
        margin-left: 0;
        clear: left
        }
    [class*=" t-float"][class*=" t-float"], [class^=t-float][class^=t-float], [class*=" t-float"][class*=" t-float"], [class^=t-float][class^=t-float] {
        margin-left: 2.604167%;
        margin-right: 2.604167%
        }
    .t-floatright {
        float: right;
        margin-right: 0 !important
        }
    .t-floatleft {
        float: left;
        margin-left: 0 !important
        }
    .t2 + [class*=" t2"], .t2 + [class^=t2], [class*=-t2] + [class*=" t2"], [class*=-t2] + [class^=t2], .t-clear {
        clear: left
        }
    .t-overlap[class*=overlap] {
        clear: none
        }
    .t-hide {
        display: none
        }
    .t-show {
        display: block
        }
    .t-showgrid .t-show, .t-showgrid.t-show, .gridsetnoareas .t-show {
        display: block !important
        }
    }
@media only screen and (min-width: 320px) and (max-width: 767px) {
    [class*=" m1"], [class^=m1], .m-all {
        display: block;
        float: left;
        clear: none;
        width: 100%;
        margin-right: -100%
        }
    .m-all {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: left
        }
    .m-pad, .m-padfull {
        position: relative;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
        }
    .m-padin[class~=m-padin], .m-padinfull[class~=m-padinfull] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0
        }
    .m1, [class*=m1-], .m-all, [class*=" m1-"], [class^=m1-], .m1, [class*=" m1-"] [class*=" m1-"], [class^=m1-] [class*=" m1-"], [class*=" m1-"] [class^=m1-], [class^=m1-] [class^=m1-], [class*=" m1-"] .m1, [class^=m1-] .m1 {
        margin-left: 0;
        clear: left
        }
    .m-floatright {
        float: right;
        margin-right: 0 !important
        }
    .m-floatleft {
        float: left;
        margin-left: 0 !important
        }
    .m-clear {
        clear: left
        }
    .m-overlap[class*=overlap] {
        clear: none
        }
    .m-hide {
        display: none
        }
    .m-show {
        display: block
        }
    .m-showgrid .m-show, .m-showgrid.m-show, .gridsetnoareas .m-show {
        display: block !important
        }
    }
#gridscreenwidthwrap {
    display: block !important
    }
.layout-page {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1600px
    }
.layout-page:before, .layout-page:after {
    display: table;
    content: ""
    }
.layout-page:after {
    clear: both
    }
.masthead {
    border-bottom: solid #eee 0.375em
    }
.masthead .logo {
    display: block;
    margin-top: 0.5em
    }
.masthead .logo img {
    max-width: 100%
    }
.masthead .nav-simple {
    float: right;
    margin-top: 1em
    }
.masthead .searchform {
    float: right
    }
.masthead .searchform #searchsubmit {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
    }
.masthead .searchform #searchsubmit.focusable:active, .masthead .searchform #searchsubmit.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible
    }
.masthead .nav-primary {
    float: right
    }
.hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em
    }
.hero .layout-page {
    z-index: 20
    }
.hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -900px
    }
@media only screen and (min-width: 768px) and (max-width: 989px) {
    .hero img {
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        max-width: 100%
        }
    }
@media only screen and (max-width: 767px) {
    .hero img {
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        max-width: auto;
        max-height: 100%
        }
    }
.home .hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    min-width: 100%;
    min-height: 100%;
    background: transparent url(../img/hero-overlay.png) top center
    }
.home .hero .slides {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    min-width: 100%;
    min-height: 440px
    }
.home .hero .slides div {
    position: absolute;
    min-width: 100%;
    min-height: 440px
    }
.home .hero img {
    top: 50%;
    margin-top: -300px;
    margin-left: -900px;
    min-width: 100%
    }
@media only screen and (max-width: 989px) {
    .home .hero .overlay {
        display: none
        }
    .home .hero .db1 {
        background: #96c220
        }
    .home .hero .db2 {
        background: #023061
        }
    .home .hero .slides {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        min-width: 100%;
        min-height: inherit
        }
    .home .hero .slides div {
        position: absolute;
        min-width: 100%;
        min-height: inherit
        }
    .home .hero img {
        display: none
        }
    }
.page-base {
    margin: 2em auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
    }
.page-base .widget {
    margin: 2em auto
    }
.page-base .db1 {
    border-right: 1px solid #eee
    }
.legal {
    margin-bottom: 2em;
    padding: 0.5em 1em;
    background: #eee
    }
.legal .copyright {
    padding-right: 6px
    }
.legal .nav-social, .legal .copyright {
    float: right;
    text-align: right;
    height: 30px;
    line-height: 30px
    }
.legal .menu {
    padding-top: 6px;
    padding-bottom: 6px
    }
.assistive-text {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
    }
.assistive-text.focusable:active, .assistive-text.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible
    }
.notice {
    width: 100%;
    padding: 1% 0;
    background: #b72d2d
    }
.notice p {
    color: #fff;
    margin: 0 5%;
    text-align: center
    }
.notice a {
    color: #fff
    }
.text-box {
    margin: 1em 0;
    padding: 2em;
    color: #fff
    }
.text-box.blue {
    background: rgba(2, 48, 97, 0.8)
    }
.text-box.blue a {
    color: #96c220
    }
.text-box.green {
    background: rgba(150, 194, 32, 0.8)
    }
.text-box.green a {
    color: #fff
    }
hr {
    margin: 1em 0
    }
.entry-content {
    margin-bottom: 0.5em;
    margin-right: 2em;
    padding-bottom: 0.5em
    }
.entry-content h2, .entry-content h3, .entry-content h4 {
    margin-bottom: 0.5em
    }
.entry-content p {
    margin-bottom: 1.5em
    }
.entry-content b, .entry-content strong {
    font-weight: 700
    }
.entry-content ol, .entry-content ul {
    margin: 0 0 1.5em 1em;
    padding: 0
    }
.entry-content ol li, .entry-content ul li {
    margin-left: 1em
    }
.entry-content ol.block-list, .entry-content ul.block-list {
    margin: 0;
    list-style: none
    }
.entry-content ol.block-list li, .entry-content ul.block-list li {
    border-bottom: solid 1px #eee;
    padding: 0.3em 0;
    margin: 0 0 1px 0
    }
.entry-content ol.block-list a, .entry-content ul.block-list a {
    text-decoration: none
    }
.alignleft, .alignright, .aligncenter {
    display: block;
    margin-bottom: 1em
    }
.alignleft {
    float: left;
    margin-right: 1em
    }
.alignright {
    float: right;
    margin-left: 1em
    }
.aligncenter {
    clear: both;
    margin: 0 auto 1em
    }
@media only screen and (max-width: 767px) {
    .entry-content {
        margin-right: 0
        }
    }
.pull-content, .eventbrite {
    padding: 2em;
    background: #eee
    }
.search-container {
    padding: 2em;
    overflow: hidden;
    background: #eee
    }
.teaser-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
    overflow: hidden
    }
.teaser-thumbnail {
    padding-right: 1em
    }
.teaser-thumbnail img {
    max-width: 100%
    }
.search-results .teaser-summary p {
    display: none
    }
.teaser-headline {
    margin-bottom: 0.3em
    }
.teaser-headline a {
    text-decoration: none
    }
.teaser-pubdate {
    margin-bottom: 0.6em
    }
.teaser-pubdate .label {
    padding-left: 0.43em;
    margin-left: 0.43em;
    border-left: solid #3b3b3b 1px
    }
.teaser-pubdate .label.label-info {
    color: #023061;
    font-weight: 700
    }
.ss-filter-order-by {
    font-size: 0.8em;
    padding: 0.5em 1em;
    background: #eee
    }
.ss-filter-order-by a {
    color: #023061;
    font-weight: 700;
    text-decoration: none
    }
.ss-filter__remove {
    font-size: 0.9em;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 0.5em 2em 0.5em 1em;
    margin-right: 0.3em;
    margin-left: 0.3em;
    background: #023061;
    position: relative
    }
.ss-filter__remove span {
    color: #3494fb;
    position: absolute;
    font-weight: 700;
    top: 0.65em;
    right: 0.8em
    }
.ss-filter__remove:hover, .ss-filter__remove:focus {
    color: #fff
    }
.ss-filter__remove:hover span, .ss-filter__remove:focus span {
    color: #fff
    }
.pagination {
    clear: both;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    padding: 0.5em 1em;
    background: #eee
    }
.pagination a, .pagination span {
    display: inline-block
    }
.content-block {
    margin-bottom: 1px
    }
.content-block .block-title {
    font-size: 1em;
    padding: 1em;
    margin: 0;
    color: #fff;
    background: #96c220;
    cursor: pointer
    }
.content-block .block-title:hover {
    background: #749619
    }
.content-block .block-content {
    padding: 1em;
    background: #eee;
    border: solid 1px transparent
    }
.widget {
    padding: 2em;
    margin-bottom: 2em
    }
.widget h2.widget-title {
    margin: 0 0 1em 0
    }
.widget-filter {
    background: #eee
    }
.widget-tags {
    background: #eee
    }
.widget-tags .ss-component-cloud {
    font-size: 1px
    }
.widget-meta {
    background: #eee
    }
.widget-meta .tax-list, .widget-meta .tax-item {
    color: #023061;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #d6d6d6
    }
.widget-meta .tax-list {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0
    }
.widget-meta .tax-list a {
    color: #023061;
    display: inline-block;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: solid 1px #d6d6d6
    }
.widget-meta .tax-list a:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none
    }
.widget-related {
    background: #eee
    }
.widget-related b, .widget-related strong {
    font-weight: 700
    }
.widget-latest-default, .widget-latest-featured {
    text-align: center
    }
.widget-latest-default h2.widget-title, .widget-latest-featured h2.widget-title {
    text-align: center;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #eee
    }
.widget-latest-default ul, .widget-latest-featured ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
.widget-latest-default ul li, .widget-latest-featured ul li {
    margin: 0 0 2em 0
    }
.widget-latest-default h3, .widget-latest-featured h3 {
    color: #749619;
    margin: 0 0 0.5em 0
    }
.widget-latest-default .meta {
    font-size: 0.875em;
    font-weight: 700;
    display: block;
    color: #023061;
    padding: 0.4em 0.5em;
    margin: 0.6em 0;
    background: #eee
    }
.widget-latest-default .meta span {
    color: #6e6e6e
    }
.widget-latest-featured {
    background: #eee
    }
.widget-latest-featured h2.widget-title {
    border-bottom: solid 1px #6e6e6e
    }
.widget-latest-featured p {
    margin: 0 0 2em 0
    }
.widget-form {
    padding: 0 15% 0 0
    }
.widget-form p {
    width: 80%;
    margin: 0 0 2em 0
    }
.widget-form fieldset {
    margin: 0 0 2em 0
    }
.widget-form label {
    display: none
    }
.widget-form input[type="email"] {
    width: 95%
    }
.widget-form input[type="submit"] {
    display: inline-block;
    padding: 1em 3em
    }
.widget-form .field-half {
    width: 45%;
    margin-right: 5%;
    float: left
    }
@media only screen and (max-width: 989px) {
    .widget-form {
        padding: 0 5%
        }
    }
.widget-twitter {
    padding: 0 15%
    }
@media only screen and (max-width: 989px) {
    .widget-twitter {
        padding: 0 5%
        }
    }
ul.tweet_list {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 2em
    }
ul.tweet_list li {
    font-size: 0.8em;
    padding: 0;
    margin: 0 0 1em
    }
ul.tweet_list .tweet_text {
    display: block;
    padding: 0 0 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #eee
    }
ul.tweet_list .tweet_time {
    display: block
    }
ul.tweet_list .tweet_time a {
    color: #023061;
    font-weight: 700;
    text-decoration: none
    }
.hero-slide {
    padding: 2em;
    max-width: 440px
    }
.hero-slide h2.hero-slide-title {
    color: #fff;
    margin-bottom: 1em
    }
.hero-slide p {
    color: #fff;
    margin: 0 0 2em 0
    }
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero-slide {
        max-width: inherit;
        overflow: hidden
        }
    .hero-slide h2.hero-slide-title {
        font-size: 1.6em
        }
    .hero-slide p {
        display: none
        }
    }
.cycle-pager {
    width: auto;
    height: 2em;
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 200
    }
.cycle-pager span {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.2em;
    background: #023061;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
    }
.cycle-pager span.cycle-pager-active {
    background: #fff
    }
@media only screen and (max-width: 767px) {
    .cycle-pager {
        position: relative;
        bottom: 1em;
        left: 1em;
        width: auto;
        margin-left: auto
        }
    .cycle-pager span {
        background: #01264d;
        margin-left: 1em
        }
    }
.hero-search {
    padding: 2em
    }
.hero-search h2.hero-search-title {
    color: #fff;
    margin-left: 20%
    }
.hero-search p {
    font-size: 1.25em;
    font-weight: 300;
    color: #fff;
    margin: 0 0 0 20%
    }
.hero-search fieldset {
    margin: 0 0 1em 20%
    }
.hero-search label {
    display: none
    }
.hero-search .button-group {
    clear: both;
    overflow: hidden;
    margin: 0 0 2em 0
    }
.hero-search select {
    color: #fff;
    background: #023061
    }
.hero-search input[type="submit"] {
    display: inline-block;
    float: right;
    padding: 1em 3em
    }
.hero-search .note {
    display: block;
    float: right;
    color: #fff;
    padding: 1em 2em
    }
.hero-search .note a {
    color: #749619
    }
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero-search h2.hero-search-title {
        margin-left: 0
        }
    .hero-search p {
        margin-left: 0
        }
    .hero-search fieldset {
        margin-left: 0
        }
    .hero-search input[type="submit"] {
        float: none
        }
    .hero-search .note {
        float: none;
        padding: 1em 0
        }
    }
.menu-link {
    display: none;
    float: right;
    text-decoration: none;
    padding: 19px 10px
    }
.nav-primary {
    font-size: 0.78em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
    }
.nav-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
    }
.nav-primary ul:after {
    content: "";
    clear: both;
    display: block
    }
.nav-primary ul > li {
    margin: 0;
    padding: 0;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
    }
.nav-primary ul li:hover > ul {
    display: block
    }
.nav-primary ul ul {
    display: none;
    position: absolute;
    z-index: 200;
    top: 100%;
    min-width: 160px;
    background: #eee;
    padding: 0.5em 0
    }
.nav-primary ul a {
    color: #023061;
    text-decoration: none;
    display: block;
    padding: 1.1em 1em;
    height: 47px
    }
.nav-primary ul a:hover, .nav-primary ul a:focus, .nav-primary ul a:active {
    color: #3b3b3b
    }
.nav-primary ul li.current-menu-item a {
    color: #3b3b3b;
    padding: 1.1em 2em;
    background: #eee
    }
.nav-primary > li > ul.sub-menu {
    min-width: 10em;
    padding: 4px 0;
    background: #eee
    }
.nav-primary ul li.current-menu-item li a {
    padding: 0.5em 1.2em
    }
.nav-primary ul ul > li {
    position: relative;
    float: none;
    display: block
    }
.nav-primary ul ul > li a {
    padding: 0.5em 1.2em;
    height: auto;
    background-color: #eee;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
    }
.nav-primary ul ul > li a:hover, .nav-primary ul ul > li a:focus, .nav-primary ul ul > li a:active {
    color: #3b3b3b;
    background: #d6d6d6
    }
.nav-primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0
    }
@media only screen and (min-width: 1200px) {
    .nav-primary {
        font-size: 0.875em
        }
    .nav-primary ul a {
        padding: 1.1em 1.3em
        }
    }
@media only screen and (max-width: 989px) {
    .nav-primary {
        font-size: 0.8em
        }
    }
@media only screen and (max-width: 989px) {
    a.menu-link {
        display: block;
        color: #fff;
        background-color: #96c220;
        text-decoration: none;
        padding: 19px 10px
        }
    .nav-primary {
        clear: both;
        min-width: 100%;
        overflow: hidden;
        max-height: 0;
        height: auto;
        padding: 0
        }
    .nav-primary > ul ul {
        overflow: hidden;
        max-height: 0
        }
    .nav-primary.active, .nav-primary > ul ul.active {
        max-height: 55em
        }
    .nav-primary ul {
        min-height: inherit;
        position: relative;
        display: inline
        }
    .nav-primary ul li {
        float: none;
        display: block;
        background-color: #96c220
        }
    .nav-primary ul a {
        padding: 19px 18px 19px 30px;
        height: auto;
        border-bottom: 1px solid #d6d6d6;
        position: relative
        }
    .nav-primary ul ul {
        padding: 0
        }
    .nav-primary ul ul li.menu-item-133, .nav-primary ul ul li.menu-item-138 {
        width: 100%
        }
    .nav-primary ul ul a {
        padding: 1.1em 2em
        }
    .nav-primary ul ul ul li {
        max-width: 100%;
        min-height: auto;
        border: none
        }
    .nav-primary ul ul ul li.menu-item-134, .nav-primary ul ul ul li.menu-item-135, .nav-primary ul ul ul li.menu-item-136, .nav-primary ul ul ul li.menu-item-137, .nav-primary ul ul ul li.menu-item-139, .nav-primary ul ul ul li.menu-item-140, .nav-primary ul ul ul li.menu-item-141 {
        width: 100%;
        max-width: 100%
        }
    .nav-primary ul ul ul a {
        padding: 1.1em 2em
        }
    .nav-primary li.menu-item-has-children > a span {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: block
        }
    .nav-primary li.menu-item-has-children > a span:after {
        content: "+";
        position: absolute;
        z-index: 300;
        top: 18px;
        right: 18px;
        color: #fff;
        display: block;
        font-size: 1.5em
        }
    .nav-primary li.menu-item-has-children > a.active span:after {
        content: "-"
        }
    .nav-primary ul ul > li a {
        background-color: solid #d6d6d6;
        height: auto;
        padding: 19px 18px 19px 30px
        }
    .nav-primary ul ul, .nav-primary ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
        padding: 0
        }
    }
.nav-breadcrumb {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 1em 0
    }
.nav-breadcrumb li {
    float: left;
    color: #749619;
    font-size: 0.75em
    }
.nav-breadcrumb li a {
    color: #023061;
    text-decoration: none;
    display: block;
    padding-right: 0.43em;
    margin-right: 0.43em;
    border-right: solid #eee 1px
    }
.nav-breadcrumb li a:hover, .nav-breadcrumb li a:focus, .nav-breadcrumb li a:active {
    text-decoration: underline
    }
.nav-simple {
    list-style: none;
    margin: 0;
    padding: 0
    }
.nav-simple li {
    float: left;
    color: #3b3b3b;
    font-size: 0.75em
    }
.nav-simple li a, .nav-simple li span {
    text-decoration: none;
    display: block;
    padding-right: 0.43em;
    margin-right: 0.43em;
    border-right: solid #3b3b3b 1px
    }
.nav-simple li a:hover, .nav-simple li a:focus, .nav-simple li a:active {
    text-decoration: underline
    }
.nav-simple li:last-child a, .nav-simple li:last-child span {
    border-right: none
    }
.nav-social {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px
    }
.nav-social.share {
    display: block;
    overflow: hidden;
    height: auto;
    font-size: 0.8em;
    margin-bottom: 2em;
    padding: 0.5em 1em;
    background: #eee
    }
.nav-social li {
    float: left;
    margin-left: 1px
    }
.nav-social li.share-label {
    line-height: 30px;
    margin-right: 5px;
    margin-left: 0
    }
.nav-social li a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent center center no-repeat
    }
.nav-social li a:hover, .nav-social li a:focus, .nav-social li a:active {
    background-position: top center
    }
.nav-social li a.twitter {
    background-image: url(../img/icon-social-twitter.png)
    }
.nav-social li a.linkedin {
    background-image: url(../img/icon-social-linkedin.png)
    }
.nav-social li a.facebook {
    background-image: url(../img/icon-social-facebook.png)
    }
.nav-social li a.googleplus {
    background-image: url(../img/icon-social-googleplus.png)
    }
.button, #searchsubmit {
    display: inline-block;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: #96c220
    }
.button:hover, #searchsubmit:hover, .button:focus, #searchsubmit:focus, .button:active, #searchsubmit:active {
    color: #edf7d0;
    text-decoration: underline;
    background: #789b19
    }
.button.invert, .invert#searchsubmit {
    color: #749619;
    background: #fff
    }
.button.invert:hover, .invert#searchsubmit:hover, .button.invert:focus, .invert#searchsubmit:focus, .button.invert:active, .invert#searchsubmit:active {
    background: #edf7d0
    }
.button.blue, .blue#searchsubmit {
    background: #023061
    }
.button.blue.invert, .blue.invert#searchsubmit {
    color: #023061;
    background: #fff
    }
.button.blue.invert:hover, .blue.invert#searchsubmit:hover, .button.blue.invert:focus, .blue.invert#searchsubmit:focus, .button.blue.invert:active, .blue.invert#searchsubmit:active {
    color: #023061;
    background: #98c9fd
    }
.button.blue:hover, .blue#searchsubmit:hover, .button.blue:focus, .blue#searchsubmit:focus, .button.blue:active, .blue#searchsubmit:active {
    color: #b1d6fd;
    background: #01264d
    }
#searchsubmit {
    border: none
    }
.searchform {
    min-width: 95%
    }
.searchform input[type="search"] {
    background: url(../img/icon-search.png) center right no-repeat
    }
@media only screen and (max-width: 989px) {
    .searchform {
        min-width: 100%
        }
    }