/****** FILE: themes/silverstripe-foundation/css/foundation.css *****/
﻿/* Theme Colorsgreen : #008752 yellow : #FFDD00*/
.icon-bar > * i,
img {
    vertical-align: middle;
}
.full-row.collapse > .column,
.full-row.collapse > .columns,
.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.button,
body,
button,
label {
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-rendering: optimizeLegibility;
}
.side-nav,
dl,
ol,
ul {
    list-style-position: outside;
}
.invisible,
.reveal-modal {
    visibility: hidden;
}
.icon-bar .item.disabled,
.tooltip > .nub {
    pointer-events: none;
}
.clearfix:after,
.full-row .full-row.collapse:after,
.full-row .full-row:after,
.full-row:after,
.row .row.collapse:after,
.row .row:after,
.row:after {
    clear: both;
}
.off-canvas-wrap,
.tab-bar {
    -webkit-backface-visibility: hidden;
}
meta.foundation-version {
    font-family: "/5.5.3/";
}
meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}
meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0;
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em;
}
meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
    width: 40.0625em;
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}
meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em;
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em;
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em;
}
.row,
select {
    width: 100%;
}
meta.foundation-data-attribute-namespace {
    font-family: false;
}
body,
html {
    height: 100%;
    font-size: 100%;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    cursor: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}
.button,
a:hover,
button {
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.hide {
    display: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
}
.full-row .full-row.collapse:after,
.full-row .full-row.collapse:before,
.full-row .full-row:after,
.full-row .full-row:before,
.full-row:after,
.full-row:before,
.row .row.collapse:after,
.row .row.collapse:before,
.row .row:after,
.row .row:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row {
    margin: 0 auto;
    max-width: 80em;
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.row .row {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
}
.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}
.full-row {
    margin: 0 auto;
    width: 100%;
}
.full-row.collapse .full-row {
    margin-left: 0;
    margin-right: 0;
}
.full-row .full-row {
    margin: 0 -0.3125em;
    max-width: none;
    width: auto;
}
.full-row .full-row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}
.column,
.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
}
.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
    float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
    float: left;
}
@media only screen {
    .column,
    .columns,
    .small-pull-0,
    .small-pull-1,
    .small-pull-10,
    .small-pull-11,
    .small-pull-2,
    .small-pull-3,
    .small-pull-4,
    .small-pull-5,
    .small-pull-6,
    .small-pull-7,
    .small-pull-8,
    .small-pull-9,
    .small-push-0,
    .small-push-1,
    .small-push-10,
    .small-push-11,
    .small-push-2,
    .small-push-3,
    .small-push-4,
    .small-push-5,
    .small-push-7,
    .small-push-8,
    .small-push-9 {
        position: relative;
    }
    .small-push-0 {
        left: 0;
        right: auto;
    }
    .small-pull-0 {
        right: 0;
        left: auto;
    }
    .small-push-1 {
        left: 8.33333%;
        right: auto;
    }
    .small-pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .small-push-2 {
        left: 16.66667%;
        right: auto;
    }
    .small-pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .small-push-3 {
        left: 25%;
        right: auto;
    }
    .small-pull-3 {
        right: 25%;
        left: auto;
    }
    .small-push-4 {
        left: 33.33333%;
        right: auto;
    }
    .small-pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .small-push-5 {
        left: 41.66667%;
        right: auto;
    }
    .small-pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }
    .small-pull-6 {
        right: 50%;
        left: auto;
    }
    .small-push-7 {
        left: 58.33333%;
        right: auto;
    }
    .small-pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .small-push-8 {
        left: 66.66667%;
        right: auto;
    }
    .small-pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .small-push-9 {
        left: 75%;
        right: auto;
    }
    .small-pull-9 {
        right: 75%;
        left: auto;
    }
    .small-push-10 {
        left: 83.33333%;
        right: auto;
    }
    .small-pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .small-push-11 {
        left: 91.66667%;
        right: auto;
    }
    .small-pull-11 {
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left;
    }
    .small-1 {
        width: 8.33333%;
    }
    .small-2 {
        width: 16.66667%;
    }
    .small-3 {
        width: 25%;
    }
    .small-4 {
        width: 33.33333%;
    }
    .small-5 {
        width: 41.66667%;
    }
    .small-6 {
        width: 50%;
    }
    .small-7 {
        width: 58.33333%;
    }
    .small-8 {
        width: 66.66667%;
    }
    .small-9 {
        width: 75%;
    }
    .small-10 {
        width: 83.33333%;
    }
    .small-11 {
        width: 91.66667%;
    }
    .small-12 {
        width: 100%;
    }
    .small-offset-0 {
        margin-left: 0 !important;
    }
    .small-offset-1 {
        margin-left: 8.33333% !important;
    }
    .small-offset-2 {
        margin-left: 16.66667% !important;
    }
    .small-offset-3 {
        margin-left: 25% !important;
    }
    .small-offset-4 {
        margin-left: 33.33333% !important;
    }
    .small-offset-5 {
        margin-left: 41.66667% !important;
    }
    .small-offset-6 {
        margin-left: 50% !important;
    }
    .small-offset-7 {
        margin-left: 58.33333% !important;
    }
    .small-offset-8 {
        margin-left: 66.66667% !important;
    }
    .small-offset-9 {
        margin-left: 75% !important;
    }
    .small-offset-10 {
        margin-left: 83.33333% !important;
    }
    .small-offset-11 {
        margin-left: 91.66667% !important;
    }
    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }
    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.small-uncollapse > .column,
    .row.small-uncollapse > .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left;
    }
}
@media only screen and (min-width: 40.0625em) {
    .medium-pull-0,
    .medium-pull-1,
    .medium-pull-10,
    .medium-pull-11,
    .medium-pull-2,
    .medium-pull-3,
    .medium-pull-4,
    .medium-pull-5,
    .medium-pull-6,
    .medium-pull-7,
    .medium-pull-8,
    .medium-pull-9,
    .medium-push-0,
    .medium-push-1,
    .medium-push-10,
    .medium-push-11,
    .medium-push-2,
    .medium-push-3,
    .medium-push-4,
    .medium-push-5,
    .medium-push-6,
    .medium-push-7,
    .medium-push-8,
    .medium-push-9,
    .pull-0,
    .pull-1,
    .pull-10,
    .pull-11,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .push-0,
    .push-1,
    .push-10,
    .push-11,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9 {
        position: relative;
    }
    .medium-push-0 {
        left: 0;
        right: auto;
    }
    .medium-pull-0 {
        right: 0;
        left: auto;
    }
    .medium-push-1 {
        left: 8.33333%;
        right: auto;
    }
    .medium-pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .medium-push-2 {
        left: 16.66667%;
        right: auto;
    }
    .medium-pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .medium-push-3 {
        left: 25%;
        right: auto;
    }
    .medium-pull-3 {
        right: 25%;
        left: auto;
    }
    .medium-push-4 {
        left: 33.33333%;
        right: auto;
    }
    .medium-pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .medium-push-5 {
        left: 41.66667%;
        right: auto;
    }
    .medium-pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .medium-push-6 {
        left: 50%;
        right: auto;
    }
    .medium-pull-6 {
        right: 50%;
        left: auto;
    }
    .medium-push-7 {
        left: 58.33333%;
        right: auto;
    }
    .medium-pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .medium-push-8 {
        left: 66.66667%;
        right: auto;
    }
    .medium-pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .medium-push-9 {
        left: 75%;
        right: auto;
    }
    .medium-pull-9 {
        right: 75%;
        left: auto;
    }
    .medium-push-10 {
        left: 83.33333%;
        right: auto;
    }
    .medium-pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .medium-push-11 {
        left: 91.66667%;
        right: auto;
    }
    .medium-pull-11 {
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left;
    }
    .medium-1 {
        width: 8.33333%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-0 {
        margin-left: 0 !important;
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }
    .medium-offset-3 {
        margin-left: 25% !important;
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }
    .medium-offset-6 {
        margin-left: 50% !important;
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }
    .medium-offset-9 {
        margin-left: 75% !important;
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }
    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }
    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left;
    }
    .push-0 {
        left: 0;
        right: auto;
    }
    .pull-0 {
        right: 0;
        left: auto;
    }
    .push-1 {
        left: 8.33333%;
        right: auto;
    }
    .pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .push-2 {
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        left: 25%;
        right: auto;
    }
    .pull-3 {
        right: 25%;
        left: auto;
    }
    .push-4 {
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        left: 50%;
        right: auto;
    }
    .pull-6 {
        right: 50%;
        left: auto;
    }
    .push-7 {
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        left: 75%;
        right: auto;
    }
    .pull-9 {
        right: 75%;
        left: auto;
    }
    .push-10 {
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .push-11 {
        left: 91.66667%;
        right: auto;
    }
    .pull-11 {
        right: 91.66667%;
        left: auto;
    }
    .button,
    button {
        display: inline-block;
    }
}
@media only screen and (min-width: 64.0625em) {
    .large-pull-0,
    .large-pull-1,
    .large-pull-10,
    .large-pull-11,
    .large-pull-2,
    .large-pull-3,
    .large-pull-4,
    .large-pull-5,
    .large-pull-6,
    .large-pull-7,
    .large-pull-8,
    .large-pull-9,
    .large-push-0,
    .large-push-1,
    .large-push-10,
    .large-push-11,
    .large-push-2,
    .large-push-3,
    .large-push-4,
    .large-push-5,
    .large-push-6,
    .large-push-7,
    .large-push-8,
    .large-push-9,
    .pull-0,
    .pull-1,
    .pull-10,
    .pull-11,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .push-0,
    .push-1,
    .push-10,
    .push-11,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9 {
        position: relative;
    }
    .large-push-0 {
        left: 0;
        right: auto;
    }
    .large-pull-0 {
        right: 0;
        left: auto;
    }
    .large-push-1 {
        left: 8.33333%;
        right: auto;
    }
    .large-pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .large-push-2 {
        left: 16.66667%;
        right: auto;
    }
    .large-pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .large-push-3 {
        left: 25%;
        right: auto;
    }
    .large-pull-3 {
        right: 25%;
        left: auto;
    }
    .large-push-4 {
        left: 33.33333%;
        right: auto;
    }
    .large-pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .large-push-5 {
        left: 41.66667%;
        right: auto;
    }
    .large-pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .large-push-6 {
        left: 50%;
        right: auto;
    }
    .large-pull-6 {
        right: 50%;
        left: auto;
    }
    .large-push-7 {
        left: 58.33333%;
        right: auto;
    }
    .large-pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .large-push-8 {
        left: 66.66667%;
        right: auto;
    }
    .large-pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .large-push-9 {
        left: 75%;
        right: auto;
    }
    .large-pull-9 {
        right: 75%;
        left: auto;
    }
    .large-push-10 {
        left: 83.33333%;
        right: auto;
    }
    .large-pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .large-push-11 {
        left: 91.66667%;
        right: auto;
    }
    .large-pull-11 {
        right: 91.66667%;
        left: auto;
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left;
    }
    .large-1 {
        width: 8.33333%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-3 {
        width: 25%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-6 {
        width: 50%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-9 {
        width: 75%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-0 {
        margin-left: 0 !important;
    }
    .large-offset-1 {
        margin-left: 8.33333% !important;
    }
    .large-offset-2 {
        margin-left: 16.66667% !important;
    }
    .large-offset-3 {
        margin-left: 25% !important;
    }
    .large-offset-4 {
        margin-left: 33.33333% !important;
    }
    .large-offset-5 {
        margin-left: 41.66667% !important;
    }
    .large-offset-6 {
        margin-left: 50% !important;
    }
    .large-offset-7 {
        margin-left: 58.33333% !important;
    }
    .large-offset-8 {
        margin-left: 66.66667% !important;
    }
    .large-offset-9 {
        margin-left: 75% !important;
    }
    .large-offset-10 {
        margin-left: 83.33333% !important;
    }
    .large-offset-11 {
        margin-left: 91.66667% !important;
    }
    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }
    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left;
    }
    .push-0 {
        left: 0;
        right: auto;
    }
    .pull-0 {
        right: 0;
        left: auto;
    }
    .push-1 {
        left: 8.33333%;
        right: auto;
    }
    .pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .push-2 {
        left: 16.66667%;
        right: auto;
    }
    .pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .push-3 {
        left: 25%;
        right: auto;
    }
    .pull-3 {
        right: 25%;
        left: auto;
    }
    .push-4 {
        left: 33.33333%;
        right: auto;
    }
    .pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .push-5 {
        left: 41.66667%;
        right: auto;
    }
    .pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .push-6 {
        left: 50%;
        right: auto;
    }
    .pull-6 {
        right: 50%;
        left: auto;
    }
    .push-7 {
        left: 58.33333%;
        right: auto;
    }
    .pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .push-8 {
        left: 66.66667%;
        right: auto;
    }
    .pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .push-9 {
        left: 75%;
        right: auto;
    }
    .pull-9 {
        right: 75%;
        left: auto;
    }
    .push-10 {
        left: 83.33333%;
        right: auto;
    }
    .pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .push-11 {
        left: 91.66667%;
        right: auto;
    }
    .pull-11 {
        right: 91.66667%;
        left: auto;
    }
}
.button,
button {
    background: #008752;
    color: #FFDD00;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    transition: background-color 0.3s ease-out;
}
.button:focus,
.button:hover,
button:focus,
button:hover {
    background: #FFDD00;
    color: #fff;
}
.button.secondary,
button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}
.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
    background-color: #b9b9b9;
    color: #333;
}
.button.success,
button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
}
.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
    background-color: #368a55;
    color: #fff;
}
.button.alert,
button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}
.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
    background-color: #cf2a0e;
    color: #fff;
}
.button.warning,
button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
}
.button.warning:focus,
.button.warning:hover,
button.warning:focus,
button.warning:hover {
    background-color: #cf6e0e;
    color: #fff;
}
.button.info,
button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
}
.button.info:focus,
.button.info:hover,
button.info:focus,
button.info:hover {
    background-color: #61b6d9;
    color: #fff;
}
.button.large,
button.large {
    padding: 1.125rem 2.25rem 1.1875rem;
    font-size: 1.25rem;
}
.button.small,
button.small {
    padding: 0.875rem 1.75rem 0.625rem;
    font-size: 0.8125rem;
}
.button.tiny,
button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem;
    font-size: 0.6875rem;
}
.button.expand,
button.expand {
    padding: 1rem 1rem 1.0625rem;
    font-size: 1rem;
    width: 100%;
}
.button.left-align,
button.left-align {
    text-align: left;
    text-indent: 0.75rem;
}
.button.right-align,
button.right-align {
    text-align: right;
    padding-right: 0.75rem;
}
.button.radius,
button.radius {
    border-radius: 3px;
}
.button.round,
button.round {
    border-radius: 1000px;
}
.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}
.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
    color: #fff;
    background-color: #008cba;
}
.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
    color: #333;
    background-color: #e7e7e7;
}
.button.disabled.success,
.button[disabled].success,
button.disabled.success,
button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
    color: #fff;
    background-color: #43ac6a;
}
.button.disabled.alert,
.button[disabled].alert,
button.disabled.alert,
button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
    color: #fff;
    background-color: #f04124;
}
.button.disabled.warning,
.button[disabled].warning,
button.disabled.warning,
button[disabled].warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover,
button.disabled.warning:focus,
button.disabled.warning:hover,
button[disabled].warning:focus,
button[disabled].warning:hover {
    color: #fff;
    background-color: #f08a24;
}
.button.disabled.info,
.button[disabled].info,
button.disabled.info,
button[disabled].info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}
.button.disabled.info:focus,
.button.disabled.info:hover,
.button[disabled].info:focus,
.button[disabled].info:hover,
button.disabled.info:focus,
button.disabled.info:hover,
button[disabled].info:focus,
button[disabled].info:hover {
    color: #fff;
    background-color: #a0d3e8;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.postfix,
.prefix,
label {
    display: block;
    font-size: 0.875rem;
}
form .row .row {
    margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
    padding: 0 0.5rem;
}
form .row .row.collapse {
    margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0;
}
form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.5rem;
}
label {
    color: #4d4d4d;
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 0;
}
input[type=checkbox], input[type=file], input[type=radio], label.inline, select {
    margin: 0 0 1rem;
}
label.right {
    float: none !important;
    text-align: right;
}
label.inline {
    padding: 0.5625rem 0;
}
label small {
    text-transform: capitalize;
    color: #676767;
}
.postfix,
.prefix {
    border-style: solid;
    border-width: 1px;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.postfix.button,
.prefix.button {
    border: none;
    text-align: center;
    padding: 0;
}
.prefix.button.radius {
    border-radius: 3px 0 0 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}
.postfix.button.radius {
    border-radius: 0 3px 3px 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}
.prefix.button.round {
    border-radius: 1000px 0 0 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
}
.postfix.button.round {
    border-radius: 0 1000px 1000px 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
}
label.prefix,
span.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc;
}
label.postfix,
span.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc;
}
fieldset[disabled] input:not([type]),
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="color"],
fieldset[disabled] textarea,
input:not([type]):disabled,
input:not([type])[disabled],
input:not([type])[readonly],
input[type="text"]:disabled,
input[type="text"][disabled],
input[type="text"][readonly],
input[type="password"]:disabled,
input[type="password"][disabled],
input[type="password"][readonly],
input[type="date"]:disabled,
input[type="date"][disabled],
input[type="date"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][disabled],
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
input[type="month"]:disabled,
input[type="month"][disabled],
input[type="month"][readonly],
input[type="week"]:disabled,
input[type="week"][disabled],
input[type="week"][readonly],
input[type="email"]:disabled,
input[type="email"][disabled],
input[type="email"][readonly],
input[type="number"]:disabled,
input[type="number"][disabled],
input[type="number"][readonly],
input[type="search"]:disabled,
input[type="search"][disabled],
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][disabled],
input[type="tel"][readonly],
input[type="time"]:disabled,
input[type="time"][disabled],
input[type="time"][readonly],
input[type="url"]:disabled,
input[type="url"][disabled],
input[type="url"][readonly],
input[type="color"]:disabled,
input[type="color"][disabled],
input[type="color"][readonly],
select:disabled,
textarea:disabled,
textarea[disabled],
textarea[readonly] {
    background-color: #ddd;
    cursor: default;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: 0;
}
input:not([type]).radius,
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
    border-radius: 3px;
}
form .row .prefix-radius.row.collapse button,
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse textarea {
    border-radius: 0 3px 3px 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}
form .row .postfix-radius.row.collapse button,
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse .prefix {
    border-radius: 3px 0 0 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0 3px 3px 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse button,
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse textarea {
    border-radius: 0 1000px 1000px 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
}
form .row .postfix-round.row.collapse button,
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse textarea,
form .row .prefix-round.row.collapse .prefix {
    border-radius: 1000px 0 0 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
    border-radius: 0 1000px 1000px 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
}
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
textarea[rows] {
    height: auto;
}
textarea {
    min-height: 50px;
    max-width: 100%;
}
::-webkit-input-placeholder {
    color: #666;
}
:-moz-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.5rem;
    border-radius: 0;
    height: 2.3125rem;
}
select::-ms-expand {
    display: none;
}
select.radius {
    border-radius: 3px;
}
select:focus {
    background-color: #f3f3f3;
    border-color: #999;
}
select[multiple] {
    height: auto;
}
input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}
input[type=file] {
    width: 100%;
}
fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
}
fieldset legend {
    font-weight: 700;
    margin: 0 0 0 -0.1875rem;
    padding: 0 0.1875rem;
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] small.error,
[data-abide] span.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff;
}
[data-abide] small.error,
[data-abide] span.error {
    display: none;
}
.error small.error,
small.error,
span.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    font-weight: 400;
}
small.error,
span.error {
    margin-bottom: 1rem;
    color: #fff;
}
.error input,
.error select,
.error textarea {
    margin-bottom: 0;
}
.error input[type=checkbox], .error input[type=radio], .error small.error {
    margin-bottom: 1rem;
}
.error label,
.error label.error {
    color: #f04124;
}
.error small.error {
    color: #fff;
}
.contain-to-grid .top-bar,
.top-bar,
.top-bar .button,
.top-bar button,
.top-bar form,
.top-bar input,
.top-bar select,
.top-bar ul,
.top-bar-section .dropdown label,
input.error,
select.error,
textarea.error {
    margin-bottom: 0;
}
.error > label > small {
    background: 0 0;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.error span.error-message {
    display: block;
}
label.error {
    color: #f04124;
}
meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em;
}
.contain-to-grid {
    width: 100%;
    background: #333;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}
.fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 2.8125rem;
    z-index: 98;
}
.top-bar {
    background: #333;
    height: 2.8125rem;
    line-height: 2.8125rem;
    overflow: hidden;
    position: relative;
}
.top-bar ul {
    list-style: none;
}
.top-bar .row {
    max-width: none;
}
.top-bar input,
.top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}
.top-bar .button,
.top-bar button {
    font-size: 0.75rem;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem;
}
@media only screen and (max-width: 40em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px;
    }
}
.top-bar .title-area {
    margin: 0;
    position: relative;
}
.top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0;
}
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    font-size: 1.0625rem;
    line-height: 2.8125rem;
    margin: 0;
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 0 0.625rem;
    width: 75%;
}
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}
.top-bar .toggle-topbar a {
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 0.625rem;
    position: relative;
    text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
    color: #fff;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.625rem;
    position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 16px;
}
.top-bar-section,
.top-bar-section .has-dropdown {
    position: relative;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
    background: 0 0;
    height: auto;
}
.top-bar-section ul li,
.top-bar.expanded .title-area {
    background: #333;
}
.top-bar.expanded .toggle-topbar a {
    color: #888;
}
.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .dropdown,
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown {
        clip: initial;
    }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0;
    }
}
.top-bar-section {
    left: 0;
    width: auto;
    transition: left 0.3s ease-out;
}
.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.top-bar-section .divider, .top-bar-section [role=separator] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%;
}
.top-bar-section ul li > a {
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 12px 0 12px 0.625rem;
    text-transform: none;
    width: 100%;
}
.top-bar-section ul li > a.button,
.top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.breadcrumbs > *,
.side-nav li.heading,
.sub-nav dt,
abbr,
acronym {
    text-transform: uppercase;
}
.top-bar-section ul li > a.button {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
}
.top-bar-section ul li > a.button:focus,
.top-bar-section ul li > a.button:hover {
    background-color: #007095;
    color: #fff;
}
.top-bar-section ul li > a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}
.top-bar-section ul li > a.button.secondary:focus,
.top-bar-section ul li > a.button.secondary:hover {
    background-color: #b9b9b9;
    color: #333;
}
.top-bar-section ul li > a.button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
}
.top-bar-section ul li > a.button.success:focus,
.top-bar-section ul li > a.button.success:hover {
    background-color: #368a55;
    color: #fff;
}
.top-bar-section ul li > a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}
.top-bar-section ul li > a.button.alert:focus,
.top-bar-section ul li > a.button.alert:hover {
    background-color: #cf2a0e;
    color: #fff;
}
.top-bar-section ul li > a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
}
.top-bar-section ul li > a.button.warning:focus,
.top-bar-section ul li > a.button.warning:hover {
    background-color: #cf6e0e;
    color: #fff;
}
.top-bar-section ul li > a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
}
.top-bar-section ul li > a.button.info:focus,
.top-bar-section ul li > a.button.info:hover {
    background-color: #61b6d9;
    color: #fff;
}
.top-bar-section ul li > button {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
}
.top-bar-section ul li > button:focus,
.top-bar-section ul li > button:hover {
    background-color: #007095;
    color: #fff;
}
.top-bar-section ul li > button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}
.top-bar-section ul li > button.secondary:focus,
.top-bar-section ul li > button.secondary:hover {
    background-color: #b9b9b9;
    color: #333;
}
.top-bar-section ul li > button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
}
.top-bar-section ul li > button.success:focus,
.top-bar-section ul li > button.success:hover {
    background-color: #368a55;
    color: #fff;
}
.top-bar-section ul li > button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}
.top-bar-section ul li > button.alert:focus,
.top-bar-section ul li > button.alert:hover {
    background-color: #cf2a0e;
    color: #fff;
}
.top-bar-section ul li > button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
}
.top-bar-section ul li > button.warning:focus,
.top-bar-section ul li > button.warning:hover {
    background-color: #cf6e0e;
    color: #fff;
}
.top-bar-section ul li > button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
}
.top-bar-section ul li > button.info:focus,
.top-bar-section ul li > button.info:hover {
    background-color: #61b6d9;
    color: #fff;
}
.top-bar-section ul li:hover:not(.has-form) > a {
    color: #fff;
    background: #222;
}
.top-bar-section ul li.active > a {
    background: #008cba;
    color: #fff;
}
.top-bar-section ul li.active > a:hover {
    background: #0078a0;
    color: #fff;
}
.top-bar-section .has-form {
    padding: 0.625rem;
}
.top-bar-section .has-dropdown > a:after {
    border: 5px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.625rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}
.top-bar-section .has-dropdown.moved {
    position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
    height: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
    display: none;
}
.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    top: 0;
    z-index: 99;
    left: 100%;
}
.top-bar-section .dropdown li {
    height: auto;
    width: 100%;
}
.top-bar-section .dropdown li a {
    font-weight: 400;
    padding: 8px 0.625rem;
}
.top-bar-section .dropdown li a.parent-link {
    font-weight: 400;
}
.top-bar-section .dropdown li.parent-link,
.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
}
.top-bar-section .dropdown li.parent-link a,
.top-bar-section .dropdown li.title h5 a {
    color: #fff;
    display: block;
}
.top-bar-section .dropdown li.parent-link a:hover,
.top-bar-section .dropdown li.title h5 a:hover {
    background: 0 0;
}
.top-bar-section .dropdown li.has-form {
    padding: 8px 0.625rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto;
}
.top-bar-section .dropdown label {
    color: #777;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 8px 0.625rem 2px;
    text-transform: uppercase;
}
.js-generated {
    display: block;
}
@media only screen and (min-width: 40.0625em) {
    .top-bar,
    .top-bar.expanded {
        background: #333;
    }
    .top-bar .title-area,
    .top-bar-section ul li {
        float: left;
    }
    .top-bar {
        overflow: visible;
    }
    .top-bar:after,
    .top-bar:before {
        content: " ";
        display: table;
    }
    .top-bar:after {
        clear: both;
    }
    .top-bar .toggle-topbar {
        display: none;
    }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto;
    }
    .top-bar .button,
    .top-bar .has-form > .button,
    .top-bar .has-form > button,
    .top-bar button,
    .top-bar input,
    .top-bar select {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.53125rem;
    }
    .contain-to-grid .top-bar {
        margin: 0 auto;
        max-width: 62.5rem;
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }
    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto;
    }
    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section li.hover > a:not(.button) {
        background: #222;
        color: #fff;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #333;
        line-height: 2.8125rem;
        padding: 0 0.625rem;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #222;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #008cba;
        color: #fff;
        line-height: 2.8125rem;
        padding: 0 0.625rem;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #fff;
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 2.1875rem !important;
    }
    .top-bar-section .has-dropdown > a:after {
        border: 5px inset;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem;
    }
    .top-bar-section .has-dropdown.moved {
        position: relative;
    }
    .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
    }
    .top-bar-section .has-dropdown.hover > .dropdown,
    .top-bar-section .has-dropdown.not-click:hover > .dropdown,
    .top-bar-section .has-dropdown > a:focus + .dropdown {
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 0.1875rem;
        right: 5px;
    }
    .top-bar-section .dropdown {
        left: 0;
        background: 0 0;
        min-width: 100%;
        top: auto;
    }
    .top-bar-section .dropdown li a {
        background: #333;
        color: #fff;
        line-height: 2.8125rem;
        padding: 12px 0.625rem;
        white-space: nowrap;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333;
        color: #fff;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #fff;
        background: #222;
    }
    .top-bar-section .dropdown li label {
        background: #333;
        white-space: nowrap;
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
        border-right: solid 1px #4e4e4e;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 2.8125rem;
        width: 0;
    }
    .top-bar-section .has-form {
        background: #333;
        height: 2.8125rem;
        padding: 0 0.625rem;
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%;
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0;
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%;
    }
    .no-js .top-bar-section ul li:hover > a {
        background: #222;
        color: #fff;
    }
    .no-js .top-bar-section ul li:active > a {
        background: #008cba;
        color: #fff;
    }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown,
    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
}
.alert-box.radius,
.breadcrumbs {
    border-radius: 3px;
}
.alert-box,
.breadcrumbs {
    border-style: solid;
    border-width: 1px;
    display: block;
}
.accordion:after,
.button-bar:after,
.button-group:after,
.clearing-thumbs:after,
.tabs-content:after,
.tabs:after,
[data-clearing]:after,
hr {
    clear: both;
}
.breadcrumbs,
.button-bar .button-group div,
.inline-list,
.off-canvas-wrap,
.orbit-bullets,
.orbit-container,
.sub-nav {
    overflow: hidden;
}
.breadcrumbs {
    list-style: none;
    margin-left: 0;
    padding: 0.5625rem 0.875rem;
    background-color: #f4f4f4;
    border-color: #dcdcdc;
}
.breadcrumbs > * {
    color: #008cba;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
}
.breadcrumbs > :focus a,
.breadcrumbs > :hover a {
    text-decoration: underline;
}
.breadcrumbs > .current:focus,
.breadcrumbs > .current:focus a,
.breadcrumbs > .current:hover,
.breadcrumbs > .current:hover a,
.vevent abbr,
a {
    text-decoration: none;
}
.breadcrumbs > * a {
    color: #008cba;
}
.breadcrumbs > .current,
.breadcrumbs > .current a {
    color: #333;
    cursor: default;
}
.breadcrumbs > .unavailable,
.breadcrumbs > .unavailable a {
    color: #999;
}
.breadcrumbs > .unavailable a:focus,
.breadcrumbs > .unavailable:focus,
.breadcrumbs > .unavailable:hover,
.breadcrumbs > .unavailable:hover a {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}
.breadcrumbs > :before {
    color: #aaa;
    content: "/";
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
}
.breadcrumbs > :first-child:before {
    content: " ";
    margin: 0;
}
[aria-label=breadcrumbs] [aria-hidden=true]:after {
    content: "/";
}
.alert-box {
    font-size: 0.8125rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 0.3s ease-out;
    background-color: #008cba;
    border-color: #0078a0;
    color: #fff;
}
.alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333;
    font-size: 1.375rem;
    line-height: 0.9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%;
}
.alert-box .close:focus,
.alert-box .close:hover {
    opacity: 0.5;
}
.alert-box.round {
    border-radius: 1000px;
}
.alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: #fff;
}
.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff;
}
.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f;
}
.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff;
}
.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}
.alert-box.alert-close {
    opacity: 0;
}
.inline-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.0625rem -1.375rem;
}
.inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem;
}
.inline-list > li > * {
    display: block;
}
.button-group {
    list-style: none;
    margin: 0;
    left: 0;
}
.button-group:after,
.button-group:before {
    content: " ";
    display: table;
}
.button-group.even-2 li,
.button-group.even-3 li,
.button-group.even-4 li,
.button-group.even-5 li,
.button-group.even-6 li,
.button-group.even-7 li,
.button-group.even-8 li,
.button-group > li {
    display: inline-block;
    margin: 0 -2px;
}
.button-group.even-2 li {
    width: 50%;
}
.button-group.even-2 li .button,
.button-group.even-2 li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child .button,
.button-group.even-2 li:first-child button {
    border-left: 0;
}
.button-group.even-2 li .button,
.button-group.even-2 li button {
    width: 100%;
}
.button-group.even-3 li {
    width: 33.33333%;
}
.button-group.even-3 li .button,
.button-group.even-3 li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child .button,
.button-group.even-3 li:first-child button {
    border-left: 0;
}
.button-group.even-3 li .button,
.button-group.even-3 li button {
    width: 100%;
}
.button-group.even-4 li {
    width: 25%;
}
.button-group.even-4 li .button,
.button-group.even-4 li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child .button,
.button-group.even-4 li:first-child button {
    border-left: 0;
}
.button-group.even-4 li .button,
.button-group.even-4 li button {
    width: 100%;
}
.button-group.even-5 li {
    width: 20%;
}
.button-group.even-5 li .button,
.button-group.even-5 li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child .button,
.button-group.even-5 li:first-child button {
    border-left: 0;
}
.button-group.even-5 li .button,
.button-group.even-5 li button {
    width: 100%;
}
.button-group.even-6 li {
    width: 16.66667%;
}
.button-group.even-6 li .button,
.button-group.even-6 li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child .button,
.button-group.even-6 li:first-child button {
    border-left: 0;
}
.button-group.even-6 li .button,
.button-group.even-6 li button {
    width: 100%;
}
.button-group.even-7 li {
    width: 14.28571%;
}
.button-group.even-7 li .button,
.button-group.even-7 li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child .button,
.button-group.even-7 li:first-child button {
    border-left: 0;
}
.button-group.even-7 li .button,
.button-group.even-7 li button {
    width: 100%;
}
.button-group.even-8 li {
    width: 12.5%;
}
.button-group.even-8 li .button,
.button-group.even-8 li button,
.button-group.radius.stack > * > button,
.button-group.round.stack > * > button,
.button-group.stack > li > button {
    width: 100%;
}
.button-group.even-8 li .button,
.button-group.even-8 li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child .button,
.button-group.even-8 li:first-child button {
    border-left: 0;
}
.button-group > li .button,
.button-group > li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child .button,
.button-group > li:first-child button {
    border-left: 0;
}
.button-group.stack > li {
    display: block;
    margin: 0;
    float: none;
}
.button-group.stack > li .button,
.button-group.stack > li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child .button,
.button-group.stack > li:first-child button {
    border-left: 0;
}
.button-group.stack > li .button,
.button-group.stack > li > button {
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}
.button-group.stack > li:first-child .button,
.button-group.stack > li:first-child button {
    border-top: 0;
}
.button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px;
}
.button-group.stack-for-small > li .button,
.button-group.stack-for-small > li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child .button,
.button-group.stack-for-small > li:first-child button {
    border-left: 0;
}
@media only screen and (max-width: 40em) {
    .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%;
    }
    .button-group.stack-for-small > li .button,
    .button-group.stack-for-small > li > button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.stack-for-small > li:first-child .button,
    .button-group.stack-for-small > li:first-child button {
        border-left: 0;
    }
    .button-group.stack-for-small > li .button,
    .button-group.stack-for-small > li > button {
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }
    .button-group.stack-for-small > li > button {
        width: 100%;
    }
    .button-group.stack-for-small > li:first-child .button,
    .button-group.stack-for-small > li:first-child button {
        border-top: 0;
    }
}
.button-group.radius > * {
    display: inline-block;
    margin: 0 -2px;
}
.button-group.radius > * .button,
.button-group.radius > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > :first-child .button,
.button-group.radius > :first-child button {
    border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > .button,
.button-group.radius > * > a,
.button-group.radius > * > button {
    border-radius: 0;
}
.button-group.radius > :first-child,
.button-group.radius > :first-child > .button,
.button-group.radius > :first-child > a,
.button-group.radius > :first-child > button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.button-group.radius > :last-child,
.button-group.radius > :last-child > .button,
.button-group.radius > :last-child > a,
.button-group.radius > :last-child > button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.button-group.radius.stack > * {
    display: block;
    margin: 0;
}
.button-group.radius.stack > * .button,
.button-group.radius.stack > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > :first-child .button,
.button-group.radius.stack > :first-child button {
    border-left: 0;
}
.button-group.radius.stack > * .button,
.button-group.radius.stack > * > button {
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}
.button-group.radius.stack > :first-child .button,
.button-group.radius.stack > :first-child button {
    border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > .button,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button {
    border-radius: 0;
}
.button-group.radius.stack > :first-child,
.button-group.radius.stack > :first-child > .button,
.button-group.radius.stack > :first-child > a,
.button-group.radius.stack > :first-child > button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.button-group.radius.stack > :last-child,
.button-group.radius.stack > :last-child > .button,
.button-group.radius.stack > :last-child > a,
.button-group.radius.stack > :last-child > button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.0625em) {
    .button-group.radius.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
    }
    .button-group.radius.stack-for-small > * .button,
    .button-group.radius.stack-for-small > * > button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.radius.stack-for-small > :first-child .button,
    .button-group.radius.stack-for-small > :first-child button {
        border-left: 0;
    }
    .button-group.radius.stack-for-small > *,
    .button-group.radius.stack-for-small > * > .button,
    .button-group.radius.stack-for-small > * > a,
    .button-group.radius.stack-for-small > * > button {
        border-radius: 0;
    }
    .button-group.radius.stack-for-small > :first-child,
    .button-group.radius.stack-for-small > :first-child > .button,
    .button-group.radius.stack-for-small > :first-child > a,
    .button-group.radius.stack-for-small > :first-child > button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }
    .button-group.radius.stack-for-small > :last-child,
    .button-group.radius.stack-for-small > :last-child > .button,
    .button-group.radius.stack-for-small > :last-child > a,
    .button-group.radius.stack-for-small > :last-child > button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }
}
@media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
        display: block;
        margin: 0;
    }
    .button-group.radius.stack-for-small > * .button,
    .button-group.radius.stack-for-small > * > button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.radius.stack-for-small > :first-child .button,
    .button-group.radius.stack-for-small > :first-child button {
        border-left: 0;
    }
    .button-group.radius.stack-for-small > * .button,
    .button-group.radius.stack-for-small > * > button {
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }
    .button-group.radius.stack-for-small > * > button {
        width: 100%;
    }
    .button-group.radius.stack-for-small > :first-child .button,
    .button-group.radius.stack-for-small > :first-child button {
        border-top: 0;
    }
    .button-group.radius.stack-for-small > *,
    .button-group.radius.stack-for-small > * > .button,
    .button-group.radius.stack-for-small > * > a,
    .button-group.radius.stack-for-small > * > button {
        border-radius: 0;
    }
    .button-group.radius.stack-for-small > :first-child,
    .button-group.radius.stack-for-small > :first-child > .button,
    .button-group.radius.stack-for-small > :first-child > a,
    .button-group.radius.stack-for-small > :first-child > button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .button-group.radius.stack-for-small > :last-child,
    .button-group.radius.stack-for-small > :last-child > .button,
    .button-group.radius.stack-for-small > :last-child > a,
    .button-group.radius.stack-for-small > :last-child > button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}
.button-group.round > * {
    display: inline-block;
    margin: 0 -2px;
}
.button-group.round > * .button,
.button-group.round > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > :first-child .button,
.button-group.round > :first-child button {
    border-left: 0;
}
.button-group.round > *,
.button-group.round > * > .button,
.button-group.round > * > a,
.button-group.round > * > button {
    border-radius: 0;
}
.button-group.round > :first-child,
.button-group.round > :first-child > .button,
.button-group.round > :first-child > a,
.button-group.round > :first-child > button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.button-group.round > :last-child,
.button-group.round > :last-child > .button,
.button-group.round > :last-child > a,
.button-group.round > :last-child > button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
    display: block;
    margin: 0;
}
.button-group.round.stack > * .button,
.button-group.round.stack > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > :first-child .button,
.button-group.round.stack > :first-child button {
    border-left: 0;
}
.button-group.round.stack > * .button,
.button-group.round.stack > * > button {
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
}
.button-group.round.stack > :first-child .button,
.button-group.round.stack > :first-child button {
    border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > .button,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button {
    border-radius: 0;
}
.button-group.round.stack > :first-child,
.button-group.round.stack > :first-child > .button,
.button-group.round.stack > :first-child > a,
.button-group.round.stack > :first-child > button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.button-group.round.stack > :last-child,
.button-group.round.stack > :last-child > .button,
.button-group.round.stack > :last-child > a,
.button-group.round.stack > :last-child > button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 40.0625em) {
    .button-group.round.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
    }
    .button-group.round.stack-for-small > * .button,
    .button-group.round.stack-for-small > * > button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.round.stack-for-small > :first-child .button,
    .button-group.round.stack-for-small > :first-child button {
        border-left: 0;
    }
    .button-group.round.stack-for-small > *,
    .button-group.round.stack-for-small > * > .button,
    .button-group.round.stack-for-small > * > a,
    .button-group.round.stack-for-small > * > button {
        border-radius: 0;
    }
    .button-group.round.stack-for-small > :first-child,
    .button-group.round.stack-for-small > :first-child > .button,
    .button-group.round.stack-for-small > :first-child > a,
    .button-group.round.stack-for-small > :first-child > button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }
    .button-group.round.stack-for-small > :last-child,
    .button-group.round.stack-for-small > :last-child > .button,
    .button-group.round.stack-for-small > :last-child > a,
    .button-group.round.stack-for-small > :last-child > button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }
}
.panel.callout > :first-child,
.panel > :first-child {
    margin-top: 0;
}
@media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
        display: block;
        margin: 0;
    }
    .button-group.round.stack-for-small > * .button,
    .button-group.round.stack-for-small > * > button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
    }
    .button-group.round.stack-for-small > :first-child .button,
    .button-group.round.stack-for-small > :first-child button {
        border-left: 0;
    }
    .button-group.round.stack-for-small > * .button,
    .button-group.round.stack-for-small > * > button {
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0;
    }
    .button-group.round.stack-for-small > * > button {
        width: 100%;
    }
    .button-group.round.stack-for-small > :first-child .button,
    .button-group.round.stack-for-small > :first-child button {
        border-top: 0;
    }
    .button-group.round.stack-for-small > *,
    .button-group.round.stack-for-small > * > .button,
    .button-group.round.stack-for-small > * > a,
    .button-group.round.stack-for-small > * > button {
        border-radius: 0;
    }
    .button-group.round.stack-for-small > :first-child,
    .button-group.round.stack-for-small > :first-child > .button,
    .button-group.round.stack-for-small > :first-child > a,
    .button-group.round.stack-for-small > :first-child > button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .button-group.round.stack-for-small > :last-child,
    .button-group.round.stack-for-small > :last-child > .button,
    .button-group.round.stack-for-small > :last-child > a,
    .button-group.round.stack-for-small > :last-child > button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}
.panel,
.panel.callout {
    border-width: 1px;
    border-color: #d8d8d8;
    padding: 1.25rem;
    color: #333;
}
.button-bar:after,
.button-bar:before {
    content: " ";
    display: table;
}
.button-bar .button-group {
    float: left;
    margin-right: 0.625rem;
}
.panel {
    border-style: solid;
    margin-bottom: 1.25rem;
    background: #f2f2f2;
}
.panel > :last-child {
    margin-bottom: 0;
}
.panel dl,
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel li,
.panel p {
    color: #333;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4;
}
.panel.callout {
    border-style: solid;
    margin-bottom: 1.25rem;
    background: #ecfaff;
}
.panel.callout > :last-child {
    margin-bottom: 0;
}
.panel.callout dl,
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout li,
.panel.callout p {
    color: #333;
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: 0.625rem;
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4;
}
.panel.callout a:not(.button) {
    color: #008cba;
}
.panel.callout a:not(.button):focus,
.panel.callout a:not(.button):hover {
    color: #0078a0;
}
.panel.radius {
    border-radius: 3px;
}
.dropdown.button,
button.dropdown {
    position: relative;
    padding-right: 3.5625rem;
}
.dropdown.button::after,
button.dropdown::after {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem;
    border-color: #fff transparent transparent;
}
.dropdown.button.tiny,
button.dropdown.tiny {
    padding-right: 2.625rem;
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
    border-width: 0.375rem;
    right: 1.125rem;
    margin-top: -0.125rem;
}
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
    border-color: #fff transparent transparent;
}
.dropdown.button.small,
button.dropdown.small {
    padding-right: 3.0625rem;
}
.dropdown.button.small::after,
button.dropdown.small::after {
    border-width: 0.4375rem;
    right: 1.3125rem;
    margin-top: -0.15625rem;
    border-color: #fff transparent transparent;
}
.dropdown.button.large,
button.dropdown.large {
    padding-right: 3.625rem;
}
.dropdown.button.large::after,
button.dropdown.large::after {
    border-width: 0.3125rem;
    right: 1.71875rem;
    margin-top: -0.15625rem;
    border-color: #fff transparent transparent;
}
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
    border-color: #333 transparent transparent;
}
.th {
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: all 0.2s ease-out;
}
.th:focus,
.th:hover {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.th.radius {
    border-radius: 3px;
}
.pricing-table {
    border: 1px solid #ddd;
    margin-left: 0;
    margin-bottom: 1.25rem;
}
.pricing-table * {
    list-style: none;
    line-height: 1;
}
.pricing-table .title {
    background-color: #333;
    color: #eee;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.625rem 1.25rem;
    text-align: center;
}
.pricing-table .price {
    background-color: #f6f6f6;
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    padding: 0.625rem 1.25rem;
    text-align: center;
}
.pricing-table .bullet-item,
.pricing-table .description {
    border-bottom: dotted 1px #ddd;
    font-weight: 400;
    padding: 0.625rem;
    background-color: #fff;
    text-align: center;
}
.pricing-table .description {
    color: #777;
    font-size: 0.75rem;
    line-height: 1.4;
}
.pricing-table .bullet-item {
    color: #333;
    font-size: 0.875rem;
}
.pricing-table .cta-button {
    background-color: #fff;
    padding: 1.25rem 1.25rem 0;
    text-align: center;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.slideshow-wrapper {
    position: relative;
}
.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
    display: none;
}
.slideshow-wrapper .orbit-container li,
.slideshow-wrapper .orbit-container li .orbit-caption,
.slideshow-wrapper ul li:first-child {
    display: block;
}
.slideshow-wrapper .orbit-container {
    background-color: transparent;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
    display: inline-block;
}
.slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border: 3px solid;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.orbit-container {
    background: 0 0;
    position: relative;
    width: 100%;
}
.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%;
}
.orbit-container .orbit-slides-container > :first-child {
    margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
    bottom: 0;
    position: absolute;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
    width: 100%;
}
.orbit-container .orbit-slide-number {
    left: 10px;
    background: 0 0;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10;
}
.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem;
}
.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0;
    position: relative;
    right: 20px;
    top: 5px;
}
.orbit-container .orbit-timer > span {
    border: 4px solid #fff;
    border-bottom: none;
    border-top: none;
    display: none;
    height: 14px;
    position: absolute;
    top: 0;
    width: 11px;
    right: 0;
}
.orbit-container .orbit-timer.paused > span {
    top: 0;
    width: 11px;
    height: 14px;
    border: 8px inset;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff;
    right: -4px;
}
.orbit-container .orbit-timer.paused > span.dark {
    border-left-color: #333;
}
.orbit-container:hover .orbit-timer > span {
    display: block;
}
.orbit-container .orbit-next,
.orbit-container .orbit-prev {
    background-color: transparent;
    color: #fff;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10;
}
.icon-bar > * i,
.icon-bar > * label,
.icon-bar > a.active i,
.icon-bar > a.active label,
.icon-bar > a:hover i,
.icon-bar > a:hover label {
    color: #fff;
}
.orbit-container .orbit-next:hover,
.orbit-container .orbit-prev:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-next > span,
.orbit-container .orbit-prev > span {
    border: 10px inset;
    display: block;
    height: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}
.orbit-container .orbit-prev {
    left: 0;
}
.orbit-container .orbit-prev > span {
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
}
.orbit-container .orbit-prev:hover > span {
    border-right-color: #fff;
}
.orbit-container .orbit-next {
    right: 0;
}
.orbit-container .orbit-next > span {
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    left: 50%;
    margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
    border-left-color: #fff;
}
.orbit-bullets-container {
    text-align: center;
}
.orbit-bullets {
    display: block;
    float: none;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    top: 10px;
}
.orbit-bullets li {
    background: #ccc;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px;
}
.orbit-bullets li.active {
    background: #999;
}
.orbit-bullets li:last-child {
    margin-right: 0;
}
.touch .orbit-bullets,
.touch .orbit-container .orbit-next,
.touch .orbit-container .orbit-prev {
    display: none;
}
@media only screen and (min-width: 40.0625em) {
    .touch .orbit-container .orbit-next,
    .touch .orbit-container .orbit-prev {
        display: inherit;
    }
    .touch .orbit-bullets {
        display: block;
    }
}
@media only screen and (max-width: 40em) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important;
    }
    .orbit-stack-on-small .orbit-slides-container > * {
        margin: 0 !important;
        opacity: 1 !important;
        position: relative;
    }
    .orbit-bullets,
    .orbit-next,
    .orbit-prev,
    .orbit-stack-on-small .orbit-slide-number,
    .orbit-timer {
        display: none;
    }
}
.icon-bar .item.disabled,
.icon-bar .item.disabled > * {
    opacity: 0.7;
    cursor: not-allowed;
}
[data-magellan-expedition-clone],
[data-magellan-expedition] {
    background: #fff;
    min-width: 100%;
    padding: 10px;
    z-index: 50;
}
[data-magellan-expedition-clone] .sub-nav,
[data-magellan-expedition-clone] .sub-nav dd,
[data-magellan-expedition] .sub-nav,
[data-magellan-expedition] .sub-nav dd {
    margin-bottom: 0;
}
[data-magellan-expedition-clone] .sub-nav a,
[data-magellan-expedition] .sub-nav a {
    line-height: 1.8em;
}
.icon-bar {
    display: inline-block;
    font-size: 0;
    width: 100%;
    background: #333;
}
.icon-bar > *,
.icon-bar > * i,
.icon-bar > * img {
    display: block;
    margin: 0 auto;
}
.icon-bar > a.active,
.icon-bar > a:hover {
    background: #008cba;
}
.icon-bar > * {
    float: left;
    text-align: center;
    width: 25%;
    font-size: 1rem;
    padding: 1.25rem;
}
.icon-bar > * i + label,
.icon-bar > * img + label {
    margin-top: 0.0625rem;
    font-size: 1rem;
}
.icon-bar > * i {
    font-size: 1.875rem;
}
.icon-bar.label-right > * i,
.icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 0.0625rem 0 0;
}
.icon-bar.label-right > * i + label,
.icon-bar.label-right > * img + label {
    margin-top: 0;
}
.icon-bar.label-right > * label {
    display: inline-block;
}
.icon-bar.vertical.label-right > * {
    text-align: left;
}
.icon-bar.small-vertical,
.icon-bar.vertical {
    height: 100%;
    width: auto;
}
.icon-bar.small-vertical .item,
.icon-bar.vertical .item {
    float: none;
    margin: auto;
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.medium-vertical {
        height: 100%;
        width: auto;
    }
    .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.large-vertical {
        height: 100%;
        width: auto;
    }
    .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto;
    }
}
.icon-bar > * img {
    height: 1.875rem;
    width: 1.875rem;
}
.icon-bar.two-up .item {
    width: 50%;
}
.icon-bar.two-up.small-vertical .item,
.icon-bar.two-up.vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.two-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.three-up .item {
    width: 33.3333%;
}
.icon-bar.three-up.small-vertical .item,
.icon-bar.three-up.vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.three-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.four-up .item {
    width: 25%;
}
.icon-bar.four-up.small-vertical .item,
.icon-bar.four-up.vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.four-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.five-up .item {
    width: 20%;
}
.icon-bar.five-up.small-vertical .item,
.icon-bar.five-up.vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.five-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.six-up .item {
    width: 16.66667%;
}
.icon-bar.six-up.small-vertical .item,
.icon-bar.six-up.vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.six-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.seven-up .item {
    width: 14.28571%;
}
.icon-bar.seven-up.small-vertical .item,
.icon-bar.seven-up.vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
        width: auto;
    }
}
.icon-bar.eight-up .item {
    width: 12.5%;
}
.icon-bar.eight-up.small-vertical .item,
.icon-bar.eight-up.vertical .item {
    width: auto;
}
@media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
        width: auto;
    }
}
@media only screen and (min-width: 64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
        width: auto;
    }
}
.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}
.tabs:after,
.tabs:before {
    content: " ";
    display: table;
}
.tabs .tab-title,
.tabs dd {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
}
.tabs .tab-title > a,
.tabs dd > a {
    display: block;
    background-color: #efefef;
    color: #222;
    font-size: 1rem;
    padding: 1rem 2rem;
}
.tabs .tab-title > a:hover,
.tabs dd > a:hover {
    background-color: #e1e1e1;
}
.tabs .tab-title.active > a,
.tabs dd.active > a {
    background-color: #fff;
    color: #222;
}
.tabs.radius .tab:first-child a,
.tabs.radius dd:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.tabs.radius .tab:last-child a,
.tabs.radius dd:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.tabs.vertical .tab-title,
.tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto;
}
.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}
.tabs-content:after,
.tabs-content:before {
    content: " ";
    display: table;
}
.tabs-content > .content {
    display: none;
    float: left;
    padding: 0.625rem 0;
    width: 100%;
}
.tabs-content > .content.active {
    display: block;
    float: none;
}
.tabs-content > .content.contained {
    padding: 0.625rem;
}
.tabs-content.vertical {
    display: block;
}
.tabs-content.vertical > .content {
    padding: 0 0.625rem;
}
@media only screen and (min-width: 40.0625em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%;
    }
    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%;
    }
}
.no-js .tabs-content > .content {
    display: block;
    float: none;
}
ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}
ul.pagination li {
    color: #222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
    display: block;
    float: left;
}
ul.pagination li a,
ul.pagination li button {
    border-radius: 3px;
    transition: background-color 0.3s ease-out;
    background: 0 0;
    color: #999;
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    padding: 0.0625rem 0.625rem;
}
.inner-wrap,
.left-submenu {
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
}
ul.pagination li a:focus,
ul.pagination li button:focus,
ul.pagination li:hover a,
ul.pagination li:hover button {
    background: #e6e6e6;
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
    cursor: default;
    color: #999;
    pointer-events: none;
}
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable button:focus,
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable:hover button {
    background: 0 0;
}
ul.pagination li.current a,
ul.pagination li.current button {
    background: #008cba;
    color: #fff;
    cursor: default;
    font-weight: 700;
}
.side-nav li,
p {
    font-weight: 400;
}
ul.pagination li.current a:focus,
ul.pagination li.current a:hover,
ul.pagination li.current button:focus,
ul.pagination li.current button:hover {
    background: #008cba;
}
.pagination-centered {
    text-align: center;
}
.pagination-centered ul.pagination li {
    display: inline-block;
    float: none;
}
.side-nav {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0.875rem 0;
}
.side-nav li {
    font-size: 0.875rem;
    margin: 0 0 0.4375rem;
}
.side-nav li a:not(.button) {
    color: #008cba;
    display: block;
    margin: 0;
    padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):focus,
.side-nav li a:not(.button):hover {
    background: rgba(0, 0, 0, 0.025);
    color: #1cc7ff;
}
.side-nav li a:not(.button):active {
    color: #1cc7ff;
}
.side-nav li.active > a:first-child:not(.button) {
    color: #1cc7ff;
    font-weight: 400;
}
.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    list-style: none;
    padding: 0;
    border-top-color: #e6e6e6;
}
.side-nav li.heading {
    color: #008cba;
    font-size: 0.875rem;
    font-weight: 700;
}
.accordion {
    margin-bottom: 0;
    margin-left: 0;
}
.accordion:after,
.accordion:before {
    content: " ";
    display: table;
}
.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
    background: #e8e8e8;
    color: #222;
}
.accordion .accordion-navigation > a,
.accordion dd > a {
    background: #efefef;
    color: #222;
    display: block;
    font-size: 1rem;
    padding: 1rem;
}
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
    background: #e3e3e3;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
    display: none;
    padding: 0.625rem;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
    background: #fff;
    display: block;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }
    .small-only-text-right {
        text-align: right !important;
    }
    .small-only-text-center {
        text-align: center !important;
    }
    .small-only-text-justify {
        text-align: justify !important;
    }
    .reveal-modal {
        min-height: 100vh;
    }
}
@media only screen {
    .small-text-left {
        text-align: left !important;
    }
    .small-text-right {
        text-align: right !important;
    }
    .small-text-center {
        text-align: center !important;
    }
    .small-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }
    .medium-only-text-right {
        text-align: right !important;
    }
    .medium-only-text-center {
        text-align: center !important;
    }
    .medium-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important;
    }
    .medium-text-right {
        text-align: right !important;
    }
    .medium-text-center {
        text-align: center !important;
    }
    .medium-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }
    .large-only-text-right {
        text-align: right !important;
    }
    .large-only-text-center {
        text-align: center !important;
    }
    .large-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important;
    }
    .large-text-right {
        text-align: right !important;
    }
    .large-text-center {
        text-align: center !important;
    }
    .large-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }
    .xlarge-only-text-right {
        text-align: right !important;
    }
    .xlarge-only-text-center {
        text-align: center !important;
    }
    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important;
    }
    .xlarge-text-right {
        text-align: right !important;
    }
    .xlarge-text-center {
        text-align: center !important;
    }
    .xlarge-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }
    .xxlarge-only-text-right {
        text-align: right !important;
    }
    .xxlarge-only-text-center {
        text-align: center !important;
    }
    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}
@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important;
    }
    .xxlarge-text-right {
        text-align: right !important;
    }
    .xxlarge-text-center {
        text-align: center !important;
    }
    .xxlarge-text-justify {
        text-align: justify !important;
    }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
a {
    color: #008752;
    line-height: inherit;
}
p,
p.lead {
    line-height: 1.6;
}
a:focus,
a:hover {
    color: #0078a0;
}
a img {
    border: none;
}
p {
    font-family: inherit;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}
.subheader,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
p.lead {
    font-size: 1.21875rem;
}
p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-style: normal;
    line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0;
}
h1 {
    font-size: 2.125rem;
}
h2 {
    font-size: 1.6875rem;
}
h3 {
    font-size: 1.375rem;
}
h4,
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
.subheader {
    line-height: 1.4;
    color: #6f6f6f;
}
b,
em,
i,
small,
strong {
    line-height: inherit;
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}
em,
i {
    font-style: italic;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 60%;
}
code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
.has-tip,
.vcard .fn,
.vevent .summary,
.vevent abbr,
dl dt {
    font-weight: 700;
}
dl,
ol,
ul {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}
ul {
    margin-left: 1.1rem;
}
ul li ol,
ul li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
ul.circle,
ul.disc,
ul.square {
    margin-left: 1.1rem;
}
ul.circle li ul,
ul.disc li ul,
ul.square li ul {
    list-style: inherit;
}
ul.square {
    list-style-type: square;
}
ul.circle {
    list-style-type: circle;
}
ul.disc {
    list-style-type: disc;
}
ol {
    margin-left: 1.4rem;
}
ol li ol,
ol li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
.no-bullet {
    list-style-type: none;
    margin-left: 0;
}
.no-bullet li ol,
.no-bullet li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}
dl dt {
    margin-bottom: 0.3rem;
}
dl dd {
    margin-bottom: 0.75rem;
}
.vcard,
blockquote {
    margin: 0 0 1.25rem;
}
abbr,
acronym {
    font-size: 90%;
    color: #222;
    cursor: help;
}
abbr {
    text-transform: none;
}
abbr[title] {
    border-bottom: 1px dotted #ddd;
}
blockquote {
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
}
blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #555;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}
.vcard {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem;
}
.vcard li {
    margin: 0;
    display: block;
}
.split.button.large span:after,
.split.button.small span:after,
.split.button.tiny span:after {
    margin-left: -0.375rem;
    border-top-style: solid;
    top: 48%;
}
.vcard .fn {
    font-size: 0.625rem;
}
.vevent abbr {
    cursor: default;
    border: none;
    padding: 0 0.0625rem;
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.34in;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.split.button {
    position: relative;
    padding-right: 5.0625rem;
}
.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px;
}
.split.button span,
.split.button.alert span,
.split.button.secondary span,
.split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid inset inset;
    left: 50%;
    border-width: 0.375rem;
    margin-left: -0.375rem;
    top: 48%;
    border-color: #fff transparent transparent;
}
.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
    width: 3.09375rem;
}
.split.button.tiny {
    padding-right: 3.75rem;
}
.split.button.tiny span {
    width: 2.25rem;
}
.split.button.tiny span:after {
    border-width: 0.375rem;
}
.split.button.small {
    padding-right: 4.375rem;
}
.split.button.small span {
    width: 2.625rem;
}
.split.button.small span:after {
    border-width: 0.4375rem;
}
.split.button.large {
    padding-right: 5.5rem;
}
.split.button.large span {
    width: 3.4375rem;
}
.split.button.large span:after {
    border-width: 0.3125rem;
}
.split.button.expand {
    padding-left: 2rem;
}
.split.button.secondary span:after {
    border-color: #333 transparent transparent;
}
.split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
.split.button.no-pip span:after,
.split.button.no-pip span:before {
    border-style: none;
}
.split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%;
}
.reveal-modal-bg {
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}
.reveal-modal {
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 1.875rem;
    border: 1px solid #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0;
}
.reveal-modal > :first-child {
    margin-top: 0;
}
.reveal-modal > :last-child {
    margin-bottom: 0;
}
.reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px;
}
.reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px;
}
.reveal-modal.collapse {
    padding: 0;
    box-shadow: none;
}
@media only screen and (min-width: 40.0625em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }
    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 2.3125rem;
    }
    h3 {
        font-size: 1.6875rem;
    }
    h4 {
        font-size: 1.4375rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1rem;
    }
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 80%;
        top: 6.25rem;
    }
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 30%;
    }
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 40%;
    }
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 60%;
    }
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 70%;
    }
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 95%;
    }
}
.reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0;
}
@media only screen and (min-width: 40.0625em) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%;
    }
}
.reveal-modal.toback {
    z-index: 1003;
}
.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
}
.clearing-caption,
.tooltip {
    background: #333;
    line-height: 1.3;
}
.has-tip {
    border-bottom: dotted 1px #ccc;
    color: #333;
    cursor: help;
}
.has-tip:focus,
.has-tip:hover {
    border-bottom: dotted 1px #003f54;
    color: #008cba;
}
.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important;
}
.tooltip {
    color: #fff;
    display: none;
    font-size: 0.875rem;
    font-weight: 400;
    max-width: 300px;
    padding: 0.75rem;
    position: absolute;
    width: 100%;
    z-index: 1006;
    left: 50%;
}
.tooltip > .nub {
    border: 5px solid;
    border-color: transparent transparent #333;
    display: block;
    height: 0;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px;
}
.tooltip > .nub.rtl {
    left: auto;
    right: 5px;
}
.tooltip.radius {
    border-radius: 3px;
}
.tooltip.round {
    border-radius: 1000px;
}
.tooltip.round > .nub {
    left: 2rem;
}
.tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008cba !important;
}
.tap-to-close {
    color: #777;
    display: block;
    font-size: 0.625rem;
    font-weight: 400;
}
@media only screen {
    .tooltip > .nub {
        border-color: transparent transparent #333;
        top: -10px;
    }
    .tooltip.tip-top > .nub {
        border-color: #333 transparent transparent;
        bottom: -10px;
        top: auto;
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none !important;
    }
    .tooltip.tip-left > .nub {
        border-color: transparent transparent transparent #333;
        left: auto;
        margin-top: -5px;
        right: -10px;
        top: 50%;
    }
    .tooltip.tip-right > .nub {
        border-color: transparent #333 transparent transparent;
        left: -10px;
        margin-top: -5px;
        right: auto;
        top: 50%;
    }
}
.clearing-thumbs,
[data-clearing] {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.clearing-thumbs:after,
.clearing-thumbs:before,
[data-clearing]:after,
[data-clearing]:before {
    content: " ";
    display: table;
}
.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px;
}
.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
    margin-right: 0;
}
.clearing-blackout {
    background: #333;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    left: 0;
}
.clearing-blackout .clearing-close {
    display: block;
}
.clearing-container {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 998;
}
.clearing-touch-label {
    color: #aaa;
    font-size: 0.6em;
    left: 50%;
    position: absolute;
    top: 50%;
}
.visible-img {
    height: 95%;
    position: relative;
}
.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%;
}
.clearing-caption {
    bottom: 0;
    color: #ccc;
    font-size: 0.875em;
    margin-bottom: 0;
    padding: 10px 30px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}
.clearing-close {
    color: #ccc;
    display: none;
    font-size: 30px;
    line-height: 1;
    padding-left: 20px;
    padding-top: 10px;
    z-index: 999;
}
.clearing-close:focus,
.clearing-close:hover {
    color: #ccc;
}
.clearing-assembled .clearing-container {
    height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul,
.clearing-feature li {
    display: none;
}
.clearing-feature li.clearing-featured-img {
    display: block;
}
@media only screen and (min-width: 40.0625em) {
    .clearing-main-next,
    .clearing-main-prev {
        height: 100%;
        position: absolute;
        top: 0;
        width: 40px;
    }
    .clearing-main-next > span,
    .clearing-main-prev > span {
        border: 12px solid;
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0;
    }
    .clearing-main-next > span:hover,
    .clearing-main-prev > span:hover {
        opacity: 0.8;
    }
    .clearing-main-prev {
        left: 0;
    }
    .clearing-main-prev > span {
        left: 5px;
        border-color: transparent #ccc transparent transparent;
    }
    .clearing-main-next {
        right: 0;
    }
    .clearing-main-next > span {
        border-color: transparent transparent transparent #ccc;
    }
    .clearing-main-next.disabled,
    .clearing-main-prev.disabled {
        opacity: 0.3;
    }
    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }
    .clearing-assembled .clearing-container .carousel > ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none;
    }
    .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: 0.4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px;
    }
    .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
        height: 100%;
        max-width: none;
    }
    .clearing-assembled .clearing-container .carousel > ul li a.th {
        border: none;
        box-shadow: none;
        display: block;
    }
    .clearing-assembled .clearing-container .carousel > ul li img {
        cursor: pointer !important;
        width: 100% !important;
    }
    .clearing-assembled .clearing-container .carousel > ul li.visible {
        opacity: 1;
    }
    .clearing-assembled .clearing-container .carousel > ul li:hover {
        opacity: 0.8;
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        height: 85%;
        overflow: hidden;
    }
    .clearing-close {
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        top: 10px;
        right: 20px;
    }
}
.inner-wrap:after,
[class*="block-grid-"]:after {
    clear: both;
}
.progress {
    background-color: #f6f6f6;
    border: 1px solid #fff;
    height: 1.5625rem;
    margin-bottom: 0.625rem;
    padding: 0.125rem;
}
.progress .meter,
.progress .meter.alert,
.progress .meter.secondary,
.progress .meter.success,
.progress.alert .meter,
.progress.secondary .meter,
.progress.success .meter {
    height: 100%;
    width: 0;
    display: block;
    float: left;
}
.progress .meter {
    background: #008cba;
}
.progress .meter.secondary {
    background: #e7e7e7;
}
.progress .meter.success {
    background: #43ac6a;
}
.progress .meter.alert {
    background: #f04124;
}
.progress.secondary .meter {
    background: #e7e7e7;
}
.progress.success .meter {
    background: #43ac6a;
}
.progress.alert .meter {
    background: #f04124;
}
.progress.radius {
    border-radius: 3px;
}
.progress.radius .meter {
    border-radius: 2px;
}
.progress.round {
    border-radius: 1000px;
}
.progress.round .meter {
    border-radius: 999px;
}
.sub-nav {
    display: block;
    margin: -0.25rem 0 1.125rem;
    padding-top: 0.25rem;
    width: auto;
}
.f-dropdown.content > :last-child,
.f-dropdown.drop-left > :last-child,
.f-dropdown.drop-right > :last-child,
.f-dropdown.drop-top > :last-child,
.f-dropdown > :last-child {
    margin-bottom: 0;
}
.sub-nav dd,
.sub-nav dt,
.sub-nav li {
    color: #999;
    float: left;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 1rem;
    margin-bottom: 0;
}
.sub-nav dd a,
.sub-nav dt a,
.sub-nav li a {
    color: #999;
    padding: 0.1875rem 1rem;
    text-decoration: none;
}
.sub-nav dd a:hover,
.sub-nav dt a:hover,
.sub-nav li a:hover {
    color: #737373;
}
.sub-nav dd.active a,
.sub-nav dt.active a,
.sub-nav li.active a {
    border-radius: 3px;
    background: #008cba;
    color: #fff;
    cursor: default;
    font-weight: 400;
    padding: 0.1875rem 1rem;
}
.sub-nav dd.active a:hover,
.sub-nav dt.active a:hover,
.sub-nav li.active a:hover {
    background: #0078a0;
}
.joyride-list {
    display: none;
}
.joyride-tip-guide {
    background: #333;
    color: #fff;
    display: none;
    font-family: inherit;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 95%;
    z-index: 103;
    left: 2.5%;
}
.lt-ie9 .joyride-tip-guide {
    margin-left: -400px;
    max-width: 800px;
    left: 50%;
}
.joyride-content-wrapper {
    padding: 1.125rem 1.25rem 1.5rem;
    width: 100%;
}
.joyride-content-wrapper .button {
    margin-bottom: 0 !important;
}
.joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px;
}
.joyride-tip-guide .joyride-nub {
    border: 10px solid #333;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    left: 22px;
}
.joyride-tip-guide .joyride-nub.top {
    border-color: #333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
    border-color: #333 transparent transparent !important;
    border-bottom-style: solid;
    bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
    right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
    left: -20px;
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}
.joyride-close-tip,
.label {
    font-weight: 400;
    text-decoration: none;
}
.joyride-tip-guide p {
    font-size: 0.875rem;
    line-height: 1.3;
    margin: 0 0 1.125rem;
}
.joyride-timer-indicator-wrap {
    border: 1px solid #555;
    bottom: 1rem;
    height: 3px;
    position: absolute;
    width: 50px;
    right: 1.0625rem;
}
.joyride-timer-indicator {
    background: #666;
    display: block;
    height: inherit;
    width: 0;
}
.joyride-close-tip {
    color: #777 !important;
    font-size: 24px;
    line-height: 0.5 !important;
    position: absolute;
    top: 10px;
    right: 12px;
}
.joyride-close-tip:focus,
.joyride-close-tip:hover {
    color: #eee !important;
}
.joyride-modal-bg {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 0;
}
.joyride-expose-wrapper {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px #fff;
    position: absolute;
    z-index: 102;
}
.joyride-expose-cover {
    background: 0 0;
    border-radius: 3px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}
@media only screen {
    .joyride-tip-guide {
        width: 300px;
        left: inherit;
    }
    .joyride-tip-guide .joyride-nub.bottom {
        border-color: #333 transparent transparent !important;
        bottom: -20px;
    }
    .joyride-tip-guide .joyride-nub.right {
        border-color: transparent transparent transparent #333 !important;
        left: auto;
        right: -20px;
        top: 22px;
    }
    .joyride-tip-guide .joyride-nub.left {
        border-color: transparent #333 transparent transparent !important;
        left: -20px;
        right: auto;
        top: 22px;
    }
}
.inner-wrap,
.off-canvas-wrap {
    width: 100%;
    position: relative;
}
.label {
    display: inline-block;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    font-size: 0.6875rem;
    background-color: #008cba;
    color: #fff;
}
.label.radius {
    border-radius: 3px;
}
.label.round {
    border-radius: 1000px;
}
.label.alert {
    background-color: #f04124;
    color: #fff;
}
.label.warning {
    background-color: #f08a24;
    color: #fff;
}
.label.success {
    background-color: #43ac6a;
    color: #fff;
}
.label.secondary {
    background-color: #e7e7e7;
    color: #333;
}
.label.info {
    background-color: #a0d3e8;
    color: #333;
}
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}
.inner-wrap {
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.inner-wrap:after,
.inner-wrap:before {
    content: " ";
    display: table;
}
.tab-bar {
    background: #333;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}
.left-small,
.right-small,
.tab-bar-section {
    position: absolute;
    top: 0;
    height: 2.8125rem;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-weight: 700;
    line-height: 2.8125rem;
    margin: 0;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem;
}
.left-small {
    width: 2.8125rem;
    border-right: solid 1px #1a1a1a;
    left: 0;
}
.right-small {
    width: 2.8125rem;
    border-left: solid 1px #1a1a1a;
    right: 0;
}
.tab-bar-section {
    padding: 0 0.625rem;
    text-align: center;
}
.tab-bar-section.left {
    text-align: left;
    left: 0;
    right: 2.8125rem;
}
.tab-bar-section.right {
    text-align: right;
    left: 2.8125rem;
    right: 0;
}
.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem;
}
.tab-bar .menu-icon {
    color: #fff;
    display: block;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0, 0, 0);
    width: 2.8125rem;
}
.bottom-submenu .back > a,
.left-submenu .back > a,
.right-submenu .back > a,
.top-submenu .back > a,
ul.off-canvas-list li label {
    color: #999;
    text-transform: uppercase;
}
.tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem;
}
.left-off-canvas-menu,
.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 0.5s ease 0s;
    width: 15.625rem;
    bottom: 0;
    top: 0;
}
.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}
.left-off-canvas-menu {
    z-index: 1001;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
    z-index: 1001;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}
.bottom-off-canvas-menu,
.top-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: absolute;
    transition: transform 0.5s ease 0s;
    z-index: 1001;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    height: 18.75rem;
}
.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.top-off-canvas-menu {
    bottom: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
}
.top-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.bottom-off-canvas-menu {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
}
.move-bottom .exit-off-canvas,
.move-left .exit-off-canvas,
.move-right .exit-off-canvas,
.move-top .exit-off-canvas {
    z-index: 1002;
    -webkit-backface-visibility: hidden;
    bottom: 0;
    position: absolute;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}
.bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.off-canvas-list li label {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    margin: 0;
    padding: 0.3rem 0.625rem;
}
ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 0.3s ease;
}
.bottom-submenu .back > a,
.left-submenu .back > a,
.right-submenu .back > a,
.top-submenu .back > a {
    padding: 0.3rem 0.625rem;
    border-top: 1px solid #5e5e5e;
}
ul.off-canvas-list li a:active,
ul.off-canvas-list li a:hover {
    background: #242424;
}
.move-right > .inner-wrap {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate(15.625rem, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.move-left > .inner-wrap {
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate(-15.625rem, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.move-top > .inner-wrap {
    -webkit-transform: translate3d(0, -18.75rem, 0);
    -moz-transform: translate3d(0, -18.75rem, 0);
    -ms-transform: translate(0, -18.75rem);
    -o-transform: translate3d(0, -18.75rem, 0);
    transform: translate3d(0, -18.75rem, 0);
}
.move-top .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 40.0625em) {
    .move-top .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.move-bottom > .inner-wrap {
    -webkit-transform: translate3d(0, 18.75rem, 0);
    -moz-transform: translate3d(0, 18.75rem, 0);
    -ms-transform: translate(0, 18.75rem);
    -o-transform: translate3d(0, 18.75rem, 0);
    transform: translate3d(0, 18.75rem, 0);
}
.move-bottom .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 40.0625em) {
    .move-bottom .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap .bottom-off-canvas-menu,
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-top .bottom-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap-bottom .top-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.left-submenu,
.offcanvas-overlap-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    bottom: 0;
    z-index: 1002;
    position: absolute;
}
.offcanvas-overlap-bottom .exit-off-canvas {
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    left: 0;
    right: 0;
    top: 0;
}
@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem;
}
.no-csstransforms .top-off-canvas-menu {
    top: -18.75rem;
}
.no-csstransforms .bottom-off-canvas-menu {
    bottom: -18.75rem;
}
.no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem;
}
.no-csstransforms .move-top > .inner-wrap {
    right: 18.75rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
    left: 18.75rem;
}
.left-submenu {
    -webkit-overflow-scrolling: touch;
    background: #333;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.right-submenu,
.top-submenu {
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -webkit-overflow-scrolling: touch;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    height: 18.75rem;
    z-index: 1002;
    bottom: 0;
    -webkit-backface-visibility: hidden;
}
.left-submenu * {
    -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
    background: #444;
    border-bottom: none;
    font-weight: 700;
    margin: 0;
}
.left-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}
.left-submenu .back > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap,
.left-submenu.offcanvas-overlap-right {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.right-submenu {
    background: #333;
    margin: 0;
    position: absolute;
    width: 15.625rem;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    transition: transform 0.5s ease;
}
.bottom-submenu,
.f-dropdown,
.top-submenu {
    position: absolute;
    width: 100%;
}
.right-submenu * {
    -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
    background: #444;
    border-bottom: none;
    font-weight: 700;
    margin: 0;
}
.right-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}
.right-submenu .back > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap,
.right-submenu.offcanvas-overlap-left {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.top-submenu {
    background: #333;
    margin: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.5s ease;
}
.top-submenu * {
    -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
    background: #444;
    border-bottom: none;
    font-weight: 700;
    margin: 0;
}
.top-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}
.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap,
.top-submenu.offcanvas-overlap-bottom {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bottom-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.bottom-submenu * {
    -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    font-weight: 700;
    margin: 0;
}
.bottom-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
}
.f-dropdown,
.f-dropdown.drop-left,
.f-dropdown.drop-right,
.f-dropdown.drop-top {
    background: #fff;
    font-size: 0.875rem;
}
.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap,
.bottom-submenu.offcanvas-overlap-top {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline;
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}
.f-dropdown {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    border: 1px solid #ccc;
    height: auto;
    max-height: none;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px;
}
.f-dropdown:after,
.f-dropdown:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}
.f-dropdown.drop-left,
.f-dropdown.drop-left > :first-child,
.f-dropdown.drop-right > :first-child,
.f-dropdown > :first-child {
    margin-top: 0;
}
.f-dropdown.open {
    display: block;
}
.f-dropdown:before {
    border: 6px inset;
    border-color: transparent transparent #fff;
    border-bottom-style: solid;
    top: -12px;
    left: 10px;
    z-index: 89;
}
.f-dropdown:after {
    border: 7px inset;
    border-color: transparent transparent #ccc;
    border-bottom-style: solid;
    top: -14px;
    left: 9px;
    z-index: 88;
}
.f-dropdown.right:before {
    left: auto;
    right: 10px;
}
.f-dropdown.right:after {
    left: auto;
    right: 9px;
}
.f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    position: absolute;
    border: 1px solid #ccc;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px;
}
.f-dropdown.drop-right:after,
.f-dropdown.drop-right:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}
.f-dropdown.drop-right.open {
    display: block;
}
.f-dropdown.drop-right:before {
    border: 6px inset;
    border-color: transparent #fff transparent transparent;
    border-right-style: solid;
    top: 10px;
    left: -12px;
    z-index: 89;
}
.f-dropdown.drop-right:after {
    border: 7px inset;
    border-color: transparent #ccc transparent transparent;
    border-right-style: solid;
    top: 9px;
    left: -14px;
    z-index: 88;
}
.f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    position: absolute;
    border: 1px solid #ccc;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: -2px;
    max-width: 200px;
}
.f-dropdown.drop-left:after,
.f-dropdown.drop-left:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: auto;
    position: absolute;
}
.f-dropdown.content,
.f-dropdown.drop-top {
    list-style: none;
    margin-left: 0;
    max-height: none;
    max-width: 200px;
}
.f-dropdown.drop-left.open {
    display: block;
}
.f-dropdown.drop-left:before {
    border: 6px inset;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    top: 10px;
    right: -12px;
    z-index: 89;
}
.f-dropdown.drop-left:after {
    border: 7px inset;
    border-color: transparent transparent transparent #ccc;
    border-left-style: solid;
    top: 9px;
    right: -14px;
    z-index: 88;
}
.f-dropdown.drop-top {
    display: none;
    left: -9999px;
    position: absolute;
    border: 1px solid #ccc;
    height: auto;
    width: 100%;
    z-index: 89;
    margin-top: -2px;
}
.f-dropdown.drop-top:after,
.f-dropdown.drop-top:before {
    content: "";
    height: 0;
    width: 0;
    top: auto;
    right: auto;
    display: block;
    position: absolute;
}
.f-dropdown.content > :first-child,
.f-dropdown.drop-top > :first-child {
    margin-top: 0;
}
.f-dropdown.drop-top.open {
    display: block;
}
.f-dropdown.drop-top:before {
    border: 6px inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    bottom: -12px;
    left: 10px;
    z-index: 89;
}
.f-dropdown.drop-top:after {
    border: 7px inset;
    border-color: #ccc transparent transparent;
    border-top-style: solid;
    bottom: -14px;
    left: 9px;
    z-index: 88;
}
.f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
}
.f-dropdown li:focus,
.f-dropdown li:hover {
    background: #eee;
}
.f-dropdown li a {
    display: block;
    padding: 0.5rem;
    color: #555;
}
.f-dropdown.content {
    display: none;
    left: -9999px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 0.875rem;
    height: auto;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
}
.f-dropdown.content.open {
    display: block;
}
.f-dropdown.radius {
    border-radius: 3px;
}
.f-dropdown.tiny {
    max-width: 200px;
}
.f-dropdown.small {
    max-width: 300px;
}
.f-dropdown.medium {
    max-width: 500px;
}
.f-dropdown.large {
    max-width: 800px;
}
.f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important;
}
.f-dropdown.mega.open {
    left: 0 !important;
}
table {
    background: #fff;
    margin-bottom: 1.25rem;
    table-layout: auto;
}
.range-slider,
.range-slider.vertical-range {
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    position: relative;
}
table caption {
    background: 0 0;
    color: #222;
    font-size: 1rem;
    font-weight: 700;
}
table tfoot,
table thead {
    background: #f5f5f5;
}
table tfoot tr td,
table tfoot tr th,
table thead tr td,
table thead tr th {
    color: #222;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 0.625rem 0.625rem;
}
table tr td,
table tr th {
    color: #222;
    font-size: 16px;
    padding: 0.5625rem 0.625rem;
    text-align: left;
}
table tr.alt,
table tr.even,
table tr:nth-of-type(even) {
    background: #f9f9f9;
}
table tbody tr td,
table tbody tr th,
table tfoot tr td,
table tfoot tr th,
table thead tr th,
table tr td {
    display: table-cell;
    line-height: 1.625rem;
}
.range-slider {
    -ms-touch-action: none;
    touch-action: none;
    display: block;
    height: 1rem;
    width: 100%;
    background: #fafafa;
}
.range-slider.vertical-range {
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem;
}
.range-slider.vertical-range .range-slider-handle {
    bottom: -10.5rem;
    margin-left: -0.5rem;
    margin-top: 0;
    position: absolute;
}
.range-slider.vertical-range .range-slider-active-segment {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top-left-radius: initial;
    bottom: 0;
    height: auto;
    width: 0.875rem;
}
.range-slider.radius {
    background: #fafafa;
    border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
    background: #008cba;
    border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
    background: #007ba4;
}
.range-slider.round {
    background: #fafafa;
    border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
    background: #008cba;
    border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
    background: #007ba4;
}
.range-slider.disabled,
.range-slider[disabled] {
    background: #fafafa;
    cursor: not-allowed;
    opacity: 0.7;
}
.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
    background: #008cba;
    cursor: default;
    opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
    background: #007ba4;
}
.range-slider-active-segment {
    background: #e5e5e5;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    display: inline-block;
    height: 0.875rem;
    position: absolute;
}
.range-slider-handle {
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    height: 1.375rem;
    position: absolute;
    top: -0.3125rem;
    width: 2rem;
    z-index: 1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #008cba;
}
.range-slider-handle:hover {
    background: #007ba4;
}
[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}
[class*="block-grid-"]:after,
[class*="block-grid-"]:before {
    content: " ";
    display: table;
}
[class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
}
@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }
    .small-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .small-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }
    .small-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }
    .small-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .small-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }
    .small-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .small-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }
    .small-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }
    .small-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }
    .small-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }
    .small-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }
    .small-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .small-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }
    .small-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }
    .small-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }
    .small-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .small-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }
    .medium-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .medium-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }
    .medium-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }
    .medium-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .medium-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }
    .medium-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .medium-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }
    .medium-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }
    .medium-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }
    .medium-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }
    .medium-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }
    .medium-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .medium-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }
    .medium-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }
    .medium-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }
    .medium-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .medium-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }
    .large-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }
    .large-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }
    .large-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }
    .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }
    .large-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }
    .large-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }
    .large-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }
    .large-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }
    .large-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }
    .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }
    .large-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }
    .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }
    .large-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }
    .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }
    .large-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }
    .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }
    .large-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }
    .large-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }
    .large-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }
    .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }
    .large-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }
    .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }
    .large-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }
    .large-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
.flex-video {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative;
}
.flex-video.widescreen {
    padding-bottom: 56.34%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.keystroke,
kbd {
    background-color: #ededed;
    border-color: #ddd;
    color: #222;
    border-style: solid;
    border-width: 1px;
    font-family: Consolas, Menlo, Courier, monospace;
    font-size: inherit;
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    border-radius: 3px;
}
.switch {
    border: none;
    margin-bottom: 1.5rem;
    outline: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch label {
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    transition: left 0.15s ease-out;
    height: 2rem;
    width: 4rem;
    color: transparent;
    background: #ddd;
}
.switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px;
}
.switch input + label {
    margin-left: 0;
    margin-right: 0;
}
.switch label:after {
    content: "";
    display: block;
    left: 0.25rem;
    position: absolute;
    top: 0.25rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 1.5rem;
    width: 1.5rem;
    background: #fff;
}
.switch input:checked + label:after {
    left: 2.25rem;
}
.switch input:checked + label {
    background: #008cba;
}
.switch.large label {
    height: 2.5rem;
    width: 5rem;
}
.switch.large label:after {
    height: 2rem;
    width: 2rem;
}
.switch.large input:checked + label:after {
    left: 2.75rem;
}
.switch.small label {
    height: 1.75rem;
    width: 3.5rem;
}
.switch.small label:after {
    height: 1.25rem;
    width: 1.25rem;
}
.switch.small input:checked + label:after {
    left: 2rem;
}
.switch.tiny label {
    height: 1.5rem;
    width: 3rem;
}
.switch.tiny label:after {
    height: 1rem;
    width: 1rem;
}
.switch.tiny input:checked + label:after {
    left: 1.75rem;
}
.switch.radius label {
    border-radius: 4px;
}
.switch.radius label:after {
    border-radius: 3px;
}
.switch.round {
    border-radius: 1000px;
}
.switch.round label,
.switch.round label:after {
    border-radius: 2rem;
}
@media only screen {
    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium-down,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }
    .hide-for-large-down,
    .hide-for-medium-down,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium-down,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large-down,
    .hidden-for-medium-down,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium-down,
    table.show-for-small,
    table.show-for-small-down,
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium-down,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium-down,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium-down,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }
    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-only,
    td.hide-for-medium-up,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium-down,
    td.show-for-small,
    td.show-for-small-down,
    td.show-for-small-only,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-only,
    th.hide-for-medium-up,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium-down,
    th.show-for-small,
    th.show-for-small-down,
    th.show-for-small-only,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
@media only screen and (min-width: 40.0625em) {
    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }
    .hide-for-large-down,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large-down,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium,
    table.show-for-medium-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }
    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium,
    td.show-for-medium-down,
    td.show-for-medium-only,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium,
    th.show-for-medium-down,
    th.show-for-medium-only,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
@media only screen and (min-width: 64.0625em) {
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large,
    table.show-for-large-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large,
    td.show-for-large-down,
    td.show-for-large-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large,
    th.show-for-large-down,
    th.show-for-large-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
@media only screen and (min-width: 90.0625em) {
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-down {
        display: inherit !important;
    }
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge,
    table.show-for-xlarge-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-down {
        display: table !important;
    }
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge,
    thead.show-for-xlarge-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge,
    tr.show-for-xlarge-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-down {
        display: table-row;
    }
    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge,
    td.show-for-xlarge-down,
    td.show-for-xlarge-only,
    td.show-for-xlarge-up,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge,
    th.show-for-xlarge-down,
    th.show-for-xlarge-only,
    th.show-for-xlarge-up,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}
@media only screen and (min-width: 120.0625em) {
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .hide-for-xlarge-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit !important;
    }
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .show-for-xlarge-only {
        display: none !important;
    }
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .hidden-for-xlarge-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .visible-for-xlarge-only {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-down,
    table.hide-for-xlarge-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-up,
    table.show-for-xxlarge,
    table.show-for-xxlarge-down,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table !important;
    }
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-down,
    thead.hide-for-xlarge-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge,
    thead.show-for-xxlarge-down,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group !important;
    }
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge,
    tbody.show-for-xxlarge-down,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group !important;
    }
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-down,
    tr.hide-for-xlarge-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge,
    tr.show-for-xxlarge-down,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row;
    }
    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-down,
    td.hide-for-xlarge-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-up,
    td.show-for-xxlarge,
    td.show-for-xxlarge-down,
    td.show-for-xxlarge-only,
    td.show-for-xxlarge-up,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-down,
    th.hide-for-xlarge-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-up,
    th.show-for-xxlarge,
    th.show-for-xxlarge-down,
    th.show-for-xxlarge-only,
    th.show-for-xxlarge-up {
        display: table-cell !important;
    }
}
.hide-for-portrait,
.show-for-landscape {
    display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
table.hide-for-landscape,
table.show-for-portrait {
    display: table !important;
}
thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}
@media only screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: inherit !important;
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
    table.hide-for-portrait,
    table.show-for-landscape {
        display: table !important;
    }
    thead.hide-for-portrait,
    thead.show-for-landscape {
        display: table-header-group !important;
    }
    tbody.hide-for-portrait,
    tbody.show-for-landscape {
        display: table-row-group !important;
    }
    tr.hide-for-portrait,
    tr.show-for-landscape {
        display: table-row !important;
    }
    td.hide-for-portrait,
    td.show-for-landscape,
    th.hide-for-portrait,
    th.show-for-landscape {
        display: table-cell !important;
    }
}
@media only screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: inherit !important;
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
    table.hide-for-landscape,
    table.show-for-portrait {
        display: table !important;
    }
    thead.hide-for-landscape,
    thead.show-for-portrait {
        display: table-header-group !important;
    }
    tbody.hide-for-landscape,
    tbody.show-for-portrait {
        display: table-row-group !important;
    }
    tr.hide-for-landscape,
    tr.show-for-portrait {
        display: table-row !important;
    }
    td.hide-for-landscape,
    td.show-for-portrait,
    th.hide-for-landscape,
    th.show-for-portrait {
        display: table-cell !important;
    }
}
.show-for-touch {
    display: none !important;
}
.hide-for-touch,
.touch .show-for-touch {
    display: inherit !important;
}
.touch .hide-for-touch {
    display: none !important;
}
.touch table.show-for-touch,
table.hide-for-touch {
    display: table !important;
}
.touch thead.show-for-touch,
thead.hide-for-touch {
    display: table-header-group !important;
}
.touch tbody.show-for-touch,
tbody.hide-for-touch {
    display: table-row-group !important;
}
.touch tr.show-for-touch,
tr.hide-for-touch {
    display: table-row !important;
}
.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
    display: table-cell !important;
}
.show-for-sr,
.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}
.print-only,
.show-for-print {
    display: none !important;
}
@media print {
    .print-only,
    .show-for-print {
        display: block !important;
    }
    .hide-for-print,
    .hide-on-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }
}


/****** FILE: themes/silverstripe-foundation/css/typography.css *****/
﻿/* Theme Colorsgreen : #008752 yellow : #ffe402*/
a {
    color: #008752
}
a:focus {
    outline: dotted 1px
}
hr {
    border-color: #bebebe;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-weight: 400
}
.typography h6,
.typography strong,
.typography table th {
    font-weight: 700
}
.typography h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px
}
.typography h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px
}
.typography h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px
}
.typography h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px
}
.typography h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
}
.typography h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px
}
::-moz-selection,
::selection {
    background: #b80000;
    color: #fff;
    text-shadow: none
}
.typography p {
    line-height: 26px;
    padding: 2px 2px 14px;
    margin: 0
}
.typography em {
    font-style: italic
}
.typography blockquote {
    background: url(../images/blockquote.png) 0 6px no-repeat;
    color: #777;
    display: block;
    font-style: italic;
    margin: 0 0 20px 5%;
    float: right;
    text-indent: 30px;
    width: 50%;
    clear: both
}
.typography blockquote p {
    line-height: 25px
}
.typography pre {
    background: #F7F7F7;
    border: 1px solid #E4E4E4;
    margin: 0 0 20px;
    padding: 15px;
    clear: both
}
.GetInSeat-header{
	font-size:40px;
}
.GetInSeat-sup{
	font-size:30px;
}
address {
    display: block;
    margin-bottom: 20px
}
.blue {
    color: #0f4da1
}
.cyan {
    color: #00849d
}
.white {
    color: #fff
}
.green {
    color: #008752
}
.inherit {
    color: inherit;
    text-decoration: none
}
ul {
    margin: 0 0 0 20px
}
ol li,
ul li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom:10px;
}
.typography table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 10px
}
.typography table td,
.typography table th {
    padding: 10px;
    vertical-align: top;
    border:solid thin silver;
}
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}
.typography img {
    height: auto
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 15px 0 0
}
.typography img.right {
    float: right;
    max-width: 50%;
    margin: 5px 0 0 15px
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both
}
.typography .captionImage {
    width: 100%;
    margin-top: 5px
}
.typography .captionImage img {
    margin: 0
}
.typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0
}
.typography .captionImage.right {
    float: right;
    margin: 5px 0 20px 30px
}
.typography .captionImage.left[style],
.typography .captionImage.right[style] {
    max-width: 50%
}
.typography .captionImage.left img,
.typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%
}
.typography .captionImage.left img {
    margin-right: -10px
}
.typography .captionImage.right img {
    margin-left: -10px
}
.typography .captionImage.right p {
    text-align: left;
    margin-left: -10px
}
.typography .captionImage.leftAlone {
    float: none;
    margin: 0 20px 20px 0
}
.typography .captionImage.center {
    margin: 0 auto 20px
}
.typography .captionImage p {
    clear: both;
    margin: 5px 0;
    font-style: italic;
    color: #888
}
@media only screen and (max-width: 720px) {
	.typography img.break-on-mobile {
	    float: none;
	    max-width: 100%;
	    display:block;
	    margin: 0 auto 10px auto;
	}
}
@media only screen and (max-width: 580px) {
	.GetInSeat-header{
		font-size:28px;
	}
	.GetInSeat-sup{
		font-size:20px;
	}	
}

/****** FILE: themes/silverstripe-foundation/css/navigation.css *****/
﻿/* Theme Colorsgreen : #008752 yellow : #FFDD00*/
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #ffffff;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 14px;
	margin-left: -14px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
#mobile-accordion .menuacc, .mainmenu {
    width: 100%;
}
#mobile-accordion ul.menuacc li, .mainmenu ul, .mainmenu ul ul {
    list-style-type: none;
    list-style-position: outside;
}
.c-button, .c-menu__close {
    cursor: pointer;
    font-size: 14px;
}
#menu-vert ul.topnav li, .mainmenu ul, .mainmenu ul ul {
    list-style-position: outside;
}
#mobile-accordion {
    display: block;
    clear: both;
}
#mobile-accordion ul.menuacc {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight:bold;
    list-style: none;
}
#mobile-accordion ul.menuacc li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
#mobile-accordion ul.menuacc li a {
    color: #333;
    font-size: 18px;
    line-height:36px;
    padding:4px 0 4px 0;
    font-weight:bold;
    display: block;
    text-decoration: none;
}
#mobile-accordion ul.menuacc li a:hover {
    color: #000;
}
#mobile-accordion ul.menuacc ul {
    margin: 0;
    padding: 0;
    display: none;
}
#mobile-accordion ul.menuacc ul li {
    margin: 0;
    padding: 0;
    clear: both;
}
#mobile-accordion ul.menuacc ul li a {
    background: #dedede;
    color: #333;
    padding:5px 0 5px 0;
    border-bottom: solid 1px #d3d3d3;
}
#mobile-accordion ul.menuacc ul li a:hover {
    color: #008752;
}
#mobile-accordion ul.menuacc ul ul li a {
    background: #fff;
    color: #008752;
    border-bottom: solid 1px #4d4d4d;
    position: relative;
}
#mobile-accordion ul.menuacc ul ul li a:hover {
    color: #000;
}
#mobile-accordion ul.menuacc ul ul ul li a {
    background: #656565;
    color: #e7de9f;
    border-bottom: solid 1px #6f6f6f;
    position: relative;
}
#mobile-accordion ul.menuacc ul ul ul li a:hover {
    color: #fff;
}
#mobile-accordion ul.menuacc span {
    float: right;
}
.mainmenu {
    text-align: center;
}
.mainmenu ul {
    margin: 0;
    padding: 0;
    font-size:0;
    position: relative;
    z-index: 200;
}
.mainmenu ul li {
    display: inline-block;
    zoom: 1;
    position: relative;
    text-align: left;
    margin:0;
}
.mainmenu ul li.bargain-bin,
.mainmenu ul li.john-deere-specials,
.mainmenu ul li.promotions-and-events
{
    margin-left:2px;
    /* margin-right:2px; */
}
.mainmenu ul a {
    display: block;
    color: #fefefe;
    text-decoration: none;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 58px;
    padding: 0 14px;
}
.mainmenu ul li ul a, 
.mainmenu ul li.online-parts ul a {
    width: 275px;
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: lighter;
    border: 0!important;
    text-transform: none;
}
.mainmenu ul a:hover {
    color: #FFDD00;
}
.mainmenu ul li.online-parts a {
    background-image: url(../images/parts-cart-ico.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 15px 0 24px;
    border: 0!important;
}
.mainmenu ul li.online-parts ul a {
    background-image: none;
    color: #fff;  
    background: #008752;
    padding: 8px 5px;
}
.mainmenu ul li.online-parts ul a:hover {
    color: #FFDD00;
    text-indent:4px;
}
.mainmenu ul li.promotions-and-events a {
	background:#FFDD00;
	color:#008752;
    border: 0!important;
}
.mainmenu ul li.promotions-and-events a:hover {
	background:#fff5a3;
}
.mainmenu ul li.promotions-and-events ul a {
    background-image: none;
    color: #fff;  
    background: #008752;
    padding: 8px 5px;
}
.mainmenu ul li.promotions-and-events ul a:hover {
    color: #FFDD00;
    text-indent:4px;
    background:transparent;
}
.mainmenu ul li.john-deere-specials a,
.mainmenu ul li.bargain-bin a,
.mainmenu ul li.hotlist a
{
	background:#FFDD00;
	color:#008752;
    border: 0!important;
}
.mainmenu ul li.john-deere-specials a:hover,
.mainmenu ul li.bargain-bin a:hover,
.mainmenu ul li.hotlist a:hover
{
	background:#fff5a3;
}
.mainmenu ul li.john-deere-specials ul a,
.mainmenu ul li.bargain-bin ul a,
.mainmenu ul li.hotlist ul a
{
    background-image: none;
    color: #fff;  
    background: #008752;
    padding: 8px 5px;
}
.mainmenu ul li.john-deere-specials ul a:hover, 
.mainmenu ul li.bargain-bin ul a:hover,
.mainmenu ul li.hotlist ul a:hover
{
    color: #FFDD00;
    text-indent:4px;
}
.mainmenu ul ul {
    position: absolute;
    display: none;
    width: 275px;
    top: 58px;
    left: 0;
    margin: 0;
    padding: 0;
    color: #fff;  
    background: #008752;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, .35);
    -moz-box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, .35);
    box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, .35);
}
.mainmenu ul li ul a {
    padding: 8px 5px;
    color: #fff;
}
.mainmenu ul ul a:hover {
    background-color: transparent;
    color: #FFDD00;
    text-indent:4px;    
}
.mainmenu ul ul ul {
    top: auto;
}
.mainmenu ul li ul ul {
    left: 275px;
    top: 0;
}
.mainmenu ul li:hover ul ul, .mainmenu ul li:hover ul ul ul, .mainmenu ul li:hover ul ul ul ul {
    display: none;
}
.mainmenu ul li li li li:hover ul, .mainmenu ul li li li:hover ul, .mainmenu ul li li:hover ul, .mainmenu ul li:hover ul {
    display: block;
}
#mobile-menu {
    display: none;
}
.small-mobile-padding{
	border-bottom:1px #e8e8e8 solid;
	margin:0 0 10px 0;
	padding:5px 0 5px 0;
}
.menu-secondary {
    background: #fff;
    position: relative;
    z-index: 200;
    padding: 10px 0;
}
.menu-secondary li.menu-border-right {
    border-right: 1px #fff dotted;
}
.menu-secondary li.menu-border-left {
    border-left: 1px #fff dotted;
}
.tabs-container {
    width: 100%;
    margin: 0 auto;
}
ul.tabs-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.tabs-mobile li {
    display: inline-block;
    vertical-align:top;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
ul.tabs-mobile li a {
    color: #000;
    text-decoration: none;
}
ul.tabs-mobile li a:hover {
    color: #000;
}
.tabsmobile-content {
    display: none;
    position: relative;
    width: 100%!important;
    color: #000;
    padding: 10px;
}
.tabsmobile-content.current {
    display: block;
    color: #000;
}
.tabsmobile-content a.tabs-dir, .tabsmobile-content a.tabs-ph {
    float: right!important;
    display: inherit!important;
    font-size: 12px;
}
.tabsmobile-content h3, .tabsmobile-content p {
    color: #000;
}
.tabsmobile-content a {
    color: #fff;
    font-size: 12px;
}
.tabsmobile-content a.tabs-ph {
    text-decoration: none!important;
    margin: 0 0 10px;
    color: #000;
}
ul.col-lists li, ul.red-lists li {
    margin-top: 10px;
    list-style-type: none;
}
.tabsmobile-content a.tabs-ph:hover {
    text-decoration: underline;
}
.tabsmobile-content a.tabs-dir {
    background: #008752!important;
    padding: 0 20px!important;
    text-decoration: none!important;
    clear: right;
}
.tabsmobile-content a.tabs-dir:hover {
    text-decoration: underline;
}
ul.red-lists {
    padding: 0;
    font-size: 120%}
ul.red-lists li {
    color: #fff;
    background: #df0830;
    border-top: 2px solid #971722;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
}
ul.red-lists li a {
    color: #fff;
    text-decoration: none;
}
ul.red-lists li a:hover {
    text-decoration: underline;
}
ul.col-lists {
    padding: 0;
    font-size: 120%}
ul.col-lists li {
    color: #000;
    background: silver;
    padding: 10px;
    width: 49%;
    display: inline-block;
    zoom: 1;
}
ul.col-lists li a {
    color: #000;
    text-decoration: none;
}
ul.col-lists li a:hover {
    text-decoration: underline;
}
#menu-vert {
    margin: 0 0 12px;
}
#menu-vert .active a, #menu-vert .current a, #menu-vert .section a {
    background: url(../images/nav-selected.png) right no-repeat green;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    color: #e7de9f;
}
#menu-vert .topnav {
    font-family: 'PT Sans', sans-serif;
}
#menu-vert ul.topnav {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style: none;
}
#menu-vert ul.topnav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
#menu-vert ul.topnav li a {
    color: #fff;
    font-size: 16px;
    height: 37px;
    text-indent: 6px;
    line-height: 37px;
    background: #398030;
    background: url(../images/sidebar-shadow-L.png) right top repeat-y, -moz-linear-gradient(top, #398030 0, #27691f 100%);
    background: url(../images/sidebar-shadow-L.png) right top repeat-y, -webkit-gradient(linear, left top, left bottom, color-stop(0, #398030), color-stop(100%, #27691f));
    background: url(../images/sidebar-shadow-L.png) right top repeat-y, -webkit-linear-gradient(top, #398030 0, #27691f 100%);
    background: url(../images/sidebar-shadow-L.png) right top repeat-y, -o-linear-gradient(top, #398030 0, #27691f 100%);
    background: url(../images/sidebar-shadow-L.png) right top repeat-y, -ms-linear-gradient(top, #398030 0, #27691f 100%);
    background: url(../images/sidebar-shadow-L.png) right top repeat-y, linear-gradient(to bottom, #398030 0, #27691f 100%);
    border-bottom: thin #fff solid;
    display: block;
    text-decoration: none;
}
#menu-vert ul.topnav li a:hover {
    color: #e7de9f;
}
#menu-vert ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
}
#menu-vert ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
}
#menu-vert ul.topnav ul li a {
    background: #343434;
    color: #e7de9f;
    border-bottom: solid 1px #3a3a3a;
}
#menu-vert ul.topnav ul li a:hover {
    color: #fff;
}
#menu-vert ul.topnav ul ul li a {
    background: #484848;
    color: #e7de9f;
    border-bottom: solid 1px #4d4d4d;
    position: relative;
}
#menu-vert ul.topnav ul ul li a:hover {
    color: #fff;
}
#menu-vert ul.topnav ul ul ul li a {
    background: #656565;
    color: #e7de9f;
    border-bottom: solid 1px #6f6f6f;
    position: relative;
}
#menu-vert ul.topnav ul ul ul li a:hover {
    color: #fff;
}
#menu-vert ul.topnav span {
    float: right;
}

/**************************************************************************************************
											New_Menu
**************************************************************************************************/
/* Sidebar Menu */

.secondary {
	margin: 0 0 10px 0;
}
.secondary ul.sidebaracc {} .secondary ul.sidebaracc {
	padding: 0;
	margin: 0;
	font-size: 15px;
	list-style: none;
}
.secondary ul.sidebaracc li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
.secondary ul.sidebaracc li a {
	background: #232323;
	font-size: 14px;
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 16px;
}
.secondary ul.sidebaracc li a:hover {
	background: #323232;
}
.secondary ul.sidebaracc ul {
	margin: 0;
	padding: 0;
	display: none;
}
.secondary ul.sidebaracc ul li {
	margin: 0;
	padding: 0;
	clear: both;
}
.secondary ul.sidebaracc ul li a {
	padding: 10px 5px 10px 8px;
	font-size: 14px;
	font-weight: normal;
	outline: 0;
	line-height: 16px;
	color: #fff;
	background: #000;
}
.secondary ul.sidebaracc ul li a:hover {
	background: #0d0d0d;
}
.secondary ul.sidebaracc ul ul li a {
	padding: 10px 5px 10px 12px;
	font-size: 14px;
	font-weight: normal;
	outline: 0;
	line-height: 16px;
	color: #fff;
	background: #4f4f4f;
}
.secondary ul.sidebaracc ul ul li a:hover {
	background: #67a75e;
}
.secondary ul.sidebaracc ul ul ul li a {
	padding: 10px 5px 10px 15px;
	font-size: 14px;
	font-weight: normal;
	outline: 0;
	line-height: 16px;
	color: #000;
	background: #eeede7;
}
.secondary ul.sidebaracc ul ul ul li a:hover {
	background: #606060;
}
.secondary ul.sidebaracc span {
	float: right;
}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.menu-secondary .tabs-mobile li.tab-link button.hamburger, 
.menu-secondary .tabs-mobile li.tab-link button.hamburger:hover,
.menu-secondary .tabs-mobile li.tab-link button.hamburger:active, 
.menu-secondary .tabs-mobile li.tab-link button.hamburger:visited,
.menu-secondary .tabs-mobile li.tab-link button.hamburger:focus
{
	background:#008752;
	height:47px;
}
.hamburger {
	padding: 10px;
	display: inline-block;
	vertical-align:top;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}
.hamburger-box {
	width: 35px;
	height: 19px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 35px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
	perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
	perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
	perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
	perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
	perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
	perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
	transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
	transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}
/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(270deg);
	transition-delay: 0.075s;
}
/*
   * Emphatic
   */

.hamburger--emphatic {
	overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
	transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
	opacity: 0;
	transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
	top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0;
}
/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
	top: 2px;
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
	top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
	top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
	top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
	transform: rotate(-90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
	transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
	transform: rotate(765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
	transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}
/* Media Queries */

/* Media Queries */

@media only screen and (max-width : 1360px) {
	.mainmenu ul a {
		font-size: 14px;
		font-weight:normal;		
	}
	.mainmenu ul li ul a {
		font-size: 13px;
	}		
}
@media only screen and (max-width : 1200px) {
	.mainmenu ul a {
		text-transform:none;
		font-weight:normal;
		padding:0 10px 0 10px;
	}
}



/****** FILE: themes/silverstripe-foundation/css/components.css *****/
﻿.cms-content,
body {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif
}
.bread-crumbs,
h1.headline {
    border-bottom: 1px dotted #c7c7c7
}
.grid,
.grid figure,
.grid figure img {
    position: relative
}
.grid figure h2,
.grid figure h2 span,
h1.headline {
    font-weight: 700
}
.clear,
.clear-fix,
.grid {
    clear: both
}
img.stretch {
    width: 100%
}
h1.headline {
    padding: 0 0 10px;
    margin: 10px 0;
    font-size: 32px;
    color: #2f7925;
    letter-spacing: 1px
}
h1.home-header {
    padding: 0 0 6px 0;
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight:bold;
    color: #fff;
    text-align:center;
    text-transform:uppercase;
    border-bottom:1px #388c2b solid;
}

h3.headline,
h4.headline,
h5.headline,
h6.headline {
    padding: 0 0 6px;
    margin: 10px 0;
    letter-spacing: 1px
}
.browse-all-button a,
.mobile-call-button a {
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    display: block
}
.mobile-call-button {
    background: #333
}
.mobile-call-button a {
    width: 160px;
    background: #555;
    padding: 10px;
    color: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0 #222;
    -mox-box-shadow: 3px 3px 0 #222;
    box-shadow: 3px 3px 0 #222
}
.browse-bg {
    background: #2f7925
}
.browse-parts {
    -webkit-box-shadow: inset 15px 2px 31px -7px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 15px 2px 31px -7px rgba(0, 0, 0, .2);
    box-shadow: inset 15px 2px 31px -7px rgba(0, 0, 0, .2)
}
.browse-all-button {
    text-align: center;
    padding: 8px 0
}
.browse-all-button a {
    font-size: 14px!important;
    font-weight: 700;
    padding: 8px 8px 0;
    color: #ffe402;
    text-transform: uppercase
}
.bread-crumbs {
    padding: 0 0 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px
}
.bread-crumbs a {
    font-size: 14px!important;
    color: #999;
    text-decoration: none
}
.bread-crumbs a:hover {
    color: #757575;
    text-decoration: underline
}
.grid {
    margin: 0 auto;
    padding: 0;
    max-width: 2000px;
    list-style: none;
    text-align: center
}
.grid [class*=block-grid-]>li {
    padding: 0 0 5px
}
.grid figure {
    float: left;
    overflow: hidden;
    margin: 0;
    /*max-width: 492px;*/
    max-height: 302px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer
}
.grid figure img {
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: .8
}
.grid figure figcaption {
    padding: 2.5em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none
}
.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}
.grid figure h2 {
    font-size: 20px
}
.grid figure h2,
.grid figure p {
    margin: 0
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%
}
figure.effect-julia {
    background: #2f3238
}
figure.effect-julia img {
    max-width: none;
    height: 400px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
figure.effect-goliath p,
figure.effect-julia p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    text-transform: none
}
figure.effect-julia figcaption {
    text-align: left
}
figure.effect-julia h2 {
    position: relative;
    padding: .5em 0
}
figure.effect-julia p {
    display: inline-block;
    margin: 0 0 .25em;
    padding: .4em 1em;
    background: rgba(255, 255, 255, .9);
    color: #2f3238;
    font-weight: 500;
    font-size: 75%;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0)
}
figure.effect-julia p:first-child {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}
figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}
figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}
figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
figure.effect-julia:hover img {
    opacity: .4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}
figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-goliath {
    background: #df4e4e
}
figure.effect-goliath h2,
figure.effect-goliath img {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}
figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px
}
figure.effect-goliath p {
    font-size: 90%;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}
figure.effect-hera figcaption::before,
figure.effect-hera h2,
figure.effect-hera p {
    top: 50%;
    left: 50%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    position: absolute
}
figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0)
}
figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}
figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-hera {
    background: #303fa9
}
figure.effect-hera h2 {
    font-size: 158.75%
}
figure.effect-hera h2,
figure.effect-hera p {
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}
figure.effect-hera figcaption::before {
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}
figure.effect-hera p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2
}
figure.effect-hera p a {
    color: #fff
}
figure.effect-hera p a:focus,
figure.effect-hera p a:hover {
    opacity: .6
}
figure.effect-hera p a i {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
figure.effect-hera p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0)
}
figure.effect-hera p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0)
}
figure.effect-hera p a:nth-child(3) i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0)
}
figure.effect-hera p a:nth-child(4) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0)
}
figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1)
}
figure.effect-hera:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(.8, .8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(.8, .8, 1)
}
figure.effect-hera:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
figure.effect-winston {
    background: #162633;
    text-align: left
}
figure.effect-winston img {
    -webkit-transition: opacity .45s;
    transition: opacity .45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
figure.effect-winston figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/triangle.svg) center center no-repeat;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity .45s, -webkit-transform .45s;
    transition: opacity .45s, transform .45s;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}
figure.effect-winston h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}
figure.effect-winston p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 7% 0
}
figure.effect-winston a {
    margin: 0 10px;
    color: #5d504f;
    font-size: 170%
}
figure.effect-winston a:focus,
figure.effect-winston a:hover {
    color: #cc6055
}
figure.effect-winston p a i {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}
figure.effect-winston:hover img {
    opacity: .6
}
figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-winston:hover figcaption::before {
    opacity: .7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg)
}
figure.effect-winston:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-winston:hover p a:nth-child(3) i {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}
figure.effect-winston:hover p a:nth-child(2) i {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
figure.effect-winston:hover p a:first-child i {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}
figure.effect-selena {
    background: #fff
}
figure.effect-selena img {
    opacity: .95;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
figure.effect-selena:hover img {
    -webkit-transform: scale3d(.95, .95, 1);
    transform: scale3d(.95, .95, 1)
}
figure.effect-selena h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}
figure.effect-selena p {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}
figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-selena:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0)
}
figure.effect-terry {
    background: #34495e
}
figure.effect-terry figcaption {
    padding: 1em
}
figure.effect-terry figcaption::after,
figure.effect-terry figcaption::before {
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #101010;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}
figure.effect-terry figcaption::before {
    right: 0;
    bottom: 0;
    border-width: 0 70px 60px 0;
    -webkit-transform: translate3d(70px, 60px, 0);
    transform: translate3d(70px, 60px, 0)
}
figure.effect-terry figcaption::after {
    top: 0;
    left: 0;
    border-width: 15px 0 0 15px;
    -webkit-transform: translate3d(-15px, -15px, 0);
    transform: translate3d(-15px, -15px, 0)
}
figure.effect-terry img,
figure.effect-terry p a {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
figure.effect-terry img {
    opacity: .85
}
figure.effect-terry h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .4em 10px;
    width: 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
@media screen and (max-width: 920px) {
    figure.effect-terry h2 {
        padding: .75em 10px;
        font-size: 120%
    }
}
figure.effect-terry p {
    float: right;
    clear: both;
    text-align: left;
    text-transform: none;
    font-size: 111%
}
figure.effect-terry p a {
    display: block;
    margin-bottom: 1em;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(90px, 0, 0);
    transform: translate3d(90px, 0, 0)
}
figure.effect-terry p a:focus,
figure.effect-terry p a:hover {
    color: #f3cf3f
}
figure.effect-terry:hover figcaption::after,
figure.effect-terry:hover figcaption::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-terry:hover img {
    opacity: .6
}
figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-terry:hover p a {
    opacity: 1
}
figure.effect-terry:hover p a:first-child {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms
}
figure.effect-terry:hover p a:nth-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}
figure.effect-terry:hover p a:nth-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}
figure.effect-terry:hover p a:nth-child(4) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
figure.effect-phoebe {
    background: #675983
}
figure.effect-phoebe img {
    opacity: .85;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
figure.effect-phoebe:hover img {
    opacity: .6
}
figure.effect-phoebe figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/triangle2.svg) center center no-repeat;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(5, 2.5, 1);
    transform: scale3d(5, 2.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
figure.effect-phoebe:hover figcaption::before {
    opacity: .6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
figure.effect-phoebe h2 {
    margin-top: 1em;
    -webkit-transition: transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}
figure.effect-phoebe:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-phoebe p a {
    color: #fff;
    font-size: 140%;
    opacity: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
figure.effect-apollo img,
figure.effect-kira p {
    -webkit-transition: opacity .35s, -webkit-transform .35s
}
figure.effect-phoebe p a:first-child {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0)
}
figure.effect-phoebe p a:nth-child(2) {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0)
}
figure.effect-phoebe p a:nth-child(3) {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0)
}
figure.effect-phoebe:hover p a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-apollo {
    background: #3498db
}
figure.effect-apollo img {
    opacity: .95;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}
figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}
figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
figure.effect-apollo h2 {
    text-align: left
}
figure.effect-apollo:hover img {
    opacity: .6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
figure.effect-kira {
    background: #fff;
    text-align: left
}
figure.effect-kira img {
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
figure.effect-kira figcaption {
    z-index: 1
}
figure.effect-kira p {
    padding: 2.25em .5em;
    font-weight: 600;
    font-size: 100%;
    line-height: 1.5;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}
figure.effect-kira p a {
    margin: 0 .5em;
    color: #101010
}
figure.effect-kira p a:focus,
figure.effect-kira p a:hover {
    opacity: .6
}
figure.effect-kira figcaption::before {
    position: absolute;
    top: 0;
    right: 2em;
    left: 2em;
    z-index: -1;
    height: 3.5em;
    background: #fff;
    content: '';
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 4em, 0) scale3d(1, .023, 1);
    transform: translate3d(0, 4em, 0) scale3d(1, .023, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}
figure.effect-kira:hover img {
    opacity: .5
}
figure.effect-kira:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-kira:hover figcaption::before {
    opacity: .7;
    -webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 5em, 0) scale3d(1, 1, 1)
}
figure.effect-steve {
    z-index: auto;
    overflow: visible;
    background: #000
}
figure.effect-steve h2:before,
figure.effect-steve:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
figure.effect-steve:before {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .8);
    opacity: 0
}
figure.effect-steve figcaption {
    z-index: 1
}
figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0)
}
figure.effect-moses p,
figure.effect-steve p {
    -webkit-transition: opacity .35s, -webkit-transform .35s
}
figure.effect-steve h2,
figure.effect-steve p {
    background-image: url(../images/semitrans-bg.png);
    background-repeat: repeat;
    color: #fff
}
figure.effect-steve h2 {
    position: relative;
    margin-top: 1em;
    padding: .25em
}
figure.effect-steve p {
    margin-top: 1em;
    padding: .5em;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(.9, .9, 1);
    transform: scale3d(.9, .9, 1);
    font-size: 12px
}
figure.effect-steve p a {
    font-size: 13px;
    color: #ffdc00;
    text-decoration: none
}
figure.effect-steve:hover:before {
    opacity: 1
}
figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px)
}
figure.effect-steve:hover h2:before {
    opacity: 0
}
figure.effect-steve:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
figure.effect-moses {
    background: -webkit-linear-gradient(-45deg, #EC65B7 0, #05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0, #05E0D8 100%)
}
figure.effect-moses img {
    opacity: .85;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
figure.effect-moses h2,
figure.effect-moses p {
    padding: 20px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff
}
figure.effect-moses h2 {
    padding: 20px;
    width: 50%;
    height: 50%;
    text-align: left;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0)
}
figure.effect-moses p {
    float: right;
    padding: 20px;
    text-align: right;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}
figure.effect-moses:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-moses:hover img {
    opacity: .6
}
figure.effect-jazz {
    background: -webkit-linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%);
    background: linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%)
}
figure.effect-jazz img {
    opacity: .9
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
figure.effect-lexi figcaption::before,
figure.effect-ming figcaption::before {
    border: 2px solid #fff;
    content: '';
    position: absolute
}
figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
}
figure.effect-jazz h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}
figure.effect-jazz p {
    padding: .5em 2em;
    text-transform: none;
    font-size: .85em;
    opacity: 0
}
figure.effect-jazz:hover img {
    opacity: .7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}
figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}
figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
figure.effect-ming {
    background: #030c17
}
figure.effect-ming img {
    opacity: .9;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
figure.effect-ming figcaption::before {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}
figure.effect-ming h2 {
    margin: 20% 0 10px;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}
figure.effect-lexi img,
figure.effect-ming p {
    -webkit-transition: opacity .35s, -webkit-transform .35s
}
figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}
figure.effect-ming:hover h2 {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0)
}
figure.effect-ming:hover img {
    opacity: .4
}
figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0, #fff 100%);
    background: linear-gradient(-45deg, #000 0, #fff 100%)
}
figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: .9;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
figure.effect-lexi figcaption::before {
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, .2);
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
figure.effect-lexi:hover img {
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-lexi h2 {
    text-align: left;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0)
}
figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0)
}
figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
figure.effect-duke {
    background: -webkit-linear-gradient(-45deg, #34495e 0, #cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0, #cc6055 100%)
}
figure.effect-duke img,
figure.effect-duke p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}
figure.effect-duke:hover img {
    opacity: .1;
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1)
}
figure.effect-duke h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
figure.effect-duke p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 30px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%
}
figure.effect-duke:hover h2,
figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 100%
    }
}
.product-grid li.product-grid-item .product-grid-box {
    background: #fff;
    padding: 5px;
    border: thin solid #d5d5d5
}
.product-grid li.product-grid-item .product-grid-box .product-grid-box-pad {
    padding: 5px
}
.product-grid li.product-grid-item .product-grid-title h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
    color: #717171;
    margin: 0;
    padding: 8px 0;
    text-decoration: none!important
}
.product-grid li.product-grid-item .product-grid-title h3:hover {
    color: #2f7925
}
@media only screen and (max-width: 580px) {
    .grid [class*=block-grid-]>li {
        padding: 0
    }
}
/* Media Queries */

@media only screen and (max-width: 1024px) {
    figure.effect-steve h2 {
        margin-top: 0.25rem;
        padding: 0.25rem;
        font-size: 13px;
    }
    .grid figure figcaption {
        padding: 0.2rem;
    }
}
@media only screen and (max-width: 770px) {
    .grid figure figcaption {
        padding: 0.50rem;
    }
}
@media only screen and (max-width: 640px) {
    .grid figure {
        margin: 0px;
    }
    .grid figure figcaption {
        padding: 2rem;
    }
}

/****** FILE: themes/silverstripe-foundation/css/form.css *****/
﻿/* Theme Colorsgreen : #008752 yellow : #FFDD00*/
form .textajaxuniquetext:focus,
form input.text:focus,
form select:focus,
form textarea:focus {
    outline: 0;
}
form input[disabled],
form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
form label,
form label.left {
    float: none !important;
    clear: both !important;
}
.field,
label {
    margin: 0 0 8px;
}
.field .checkbox,
.field .radio {
    width: 13px;
    height: 13px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 0;
}
form .message {
    background-color: #fef4ba;
    padding: 5px 10px;
    border: 1px solid #e8c805;
    border-radius: 3px;
}
form .good {
    background-color: #ecf9d0;
    border-color: #8fbe00;
}
form .bad,
form .required {
    background-color: #f9d0d0;
    border-color: #cf0000;
    color: #b80000;
}
.Actions {
    margin-bottom: 20px;
}
.Actions .action, a.btn, button, input[type=submit] {
    background: #008752;
    color: #FFDD00;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
}
.Actions .action:hover, a.btn:hover, button:hover, input[type=submit]:hover {
    background: #FFDD00;
    color: #008752;
}
a.btn {
    line-height: 18px;
    margin-bottom: 10px;
}
a.btn:after {
    content: "\2192";
    padding-left: 10px;
}
.ie7 input.action {
    width: 0;
    overflow: visible;
}
input.action[class] {
    width: auto;
}
.ie7 .Actions .action {
    float: left;
}
.Actions:after {
    display: inline-block;
    font-weight: 400;
    margin-top: 9px;
}
#MemberLoginForm_LoginForm .Actions:after,
#MemberLoginForm_LostPasswordForm .Actions:after {
    display: none;
}
#Remember {
    min-height: 20px;
}
#ForgotPassword {
    clear: left;
}
h3.FormHeading {
    clear: both;
    padding: 12px 0 7px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #008752;
}
form .date .middleColumn input {
    width: 114px;
}
.Actions input.action-minor,
.Actions input.resetformaction {
    float: left;
    background-color: #888;
}
.Actions input.action-minor:hover,
.Actions input.resetformaction:hover {
    background-color: #aaa;
}
.checkbox label.right {
    font-size: 14px;
    color: #565656;
}
form .requiredField label.left:after {
    color: #b94a48;
    content: "*";
    font-size: 14px;
    font-weight: 400;
    padding-left: 3px;
}
input.text,
input.title,
textarea {
    padding: 5px;
}
form .checkboxset ul,
form .optionset ul {
    margin: 0;
}
form .checkboxset li,
form .optionset li {
    margin-bottom: 5px;
    list-style-type: none;
}
form div.checkbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form .checkbox .checkbox {
    clear: both;
}
span.message {
    margin: 10px 0;
    display: block;
    max-width: 390px;
    clear: left;
}
form input.holder-required {
    border: 1px solid #cf0000;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}
.ss-uploadfield-item-info button {
    margin-top: 4px !important;
    float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
    width: 50px;
}
form #DMYDate-day,
form #DMYDate-month {
    width: 25px;
}
.required {
    color: red;
}
fieldset {
    padding: 0.3em;
    margin: 0 0 10px;
    border: none;
}
ul.optionset {
    margin: 0;
}
ul.optionset li {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
}
.dropdown,
.optionset {
    margin: 0 0 12px;
}
legend {
    font-weight: 700;
    font-size: 1.2em;
}
#IE8#HACK,
fieldset {
    padding-top: 0.3em;
}
#IE8#HACK,
legend {
    margin-top: 0;
    margin-bottom: 0;
}
input.text, input.title, input[type=password], input[type=text], textarea {
    background-color: #fff;
    border: 1px solid #bbb;
}
input.text:focus, input.title:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
    border-color: #666;
}
select {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}
input.text, input.title, input[type=password], input[type=text], select, textarea {
    margin: 0.5em 0;
}
input.title {
    font-size: 1.5em;
}
textarea {
    resize: vertical;
    height: 250px;
}
form.inline {
    line-height: 3;
}
form.inline p {
    margin-bottom: 0;
}
.alert,
.error,
.info,
.notice,
.success {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.alert,
.error {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}
.notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}
.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}
.info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}
.alert a,
.error a {
    color: #8a1f11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
.info a {
    color: #205791;
}
#GetInSeat-form form#Form_Form fieldset{
	margin:0;
	padding:0;
}
#GetInSeat-form form#Form_Form fieldset #EditableTextField318,
#GetInSeat-form form#Form_Form fieldset #EditableEmailField319,
#GetInSeat-form form#Form_Form fieldset #EditableTextField320,
#GetInSeat-form form#Form_Form fieldset #EditableTextField321,
#GetInSeat-form form#Form_Form fieldset #EditableTextField322,
#GetInSeat-form form#Form_Form fieldset #EditableTextField323,
#GetInSeat-form form#Form_Form fieldset #EditableTextField324,
#GetInSeat-form form#Form_Form fieldset #EditableDropdown325
{
	width:32.5%;
	float:left;
	margin-right:10px;
}
#GetInSeat-form form#Form_Form fieldset #EditableDropdown326,
#GetInSeat-form form#Form_Form fieldset #EditableTextField327
{
	width:99%;
	clear:both;
}

@media only screen and (max-width: 700px) {
	.header form .middleColumn {
	    float: none;
	    width: 100% !important;
	}
	#MemberLoginForm_LoginForm label,
	form label.left {
	    margin-bottom: 8px;
	}
	#GetInSeat-form form#Form_Form fieldset #EditableTextField318,
	#GetInSeat-form form#Form_Form fieldset #EditableEmailField319,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField320,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField321,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField322,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField323,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField324,
	#GetInSeat-form form#Form_Form fieldset #EditableDropdown325
	{
		width:100%;
		float:none;
		margin-right:0px;
	}
	#GetInSeat-form form#Form_Form fieldset #EditableDropdown326,
	#GetInSeat-form form#Form_Form fieldset #EditableTextField327
	{
		width:100%;
	}
}
@media only screen and (max-width: 900px) {
    form {
        max-width: 100%;
    }
}


/****** FILE: themes/silverstripe-foundation/css/login.css *****/
﻿label,legend,user agent stylesheet h1{font-weight:700}.basecamp .login{padding:130px 0 100px;margin:0;text-align:center;border:none;background-image:url(../images/landscape.jpg);background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;width:100%}.basecamp .login div.login_dialog h1{font-size:18px;font-weight:700;color:#000!important;line-height:19px;margin:13px 0 15px}user agent stylesheet h1{display:block;font-size:2em;color:#000!important;margin:.67em 0}.basecamp .login div#login_content{margin:0 auto;text-align:center;width:100%;max-width:988px}.basecamp .login div#login_content_inner{text-align:center;width:100%;max-width:988px;padding-bottom:20px}.basecamp .login div.dialog_contents{padding:0}.basecamp .login div.dialog_contents img{margin-left:auto;margin-right:auto}.basecamp .login div.login_dialog{width:410px;margin:0 auto;background:rgba(255,255,255,.8);padding:10px 39px 19px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-moz-box-shadow:0 0 6px #212121;-webkit-box-shadow:0 0 6px #212121;box-shadow:0 0 6px #212121;-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3,  Direction=135,  Color='#999999')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3,  Direction=135,  Color='#999999')}.basecamp .login div.login_dialog label{color:#333!important;font-size:16px}.basecamp .login fieldset{padding:0 1.4em 1.4em;margin:0 0 1.5em;border:none}.basecamp .login legend{font-size:1.2em}#IE8#HACK,.basecamp .login fieldset{padding-top:1.4em}#IE8#HACK,.basecamp .login legend{margin-top:0;margin-bottom:0}.basecamp .login input.text,.basecamp .login input.title,.basecamp .login input[type=password],.basecamp .login input[type=text],.basecamp .login textarea{background-color:#fff;border:1px solid #bbb}.basecamp .login input.text:focus,.basecamp .login input.title:focus,.basecamp .login input[type=password]:focus,.basecamp .login input[type=text]:focus,.basecamp .login textarea:focus{border-color:#666}.basecamp .login select{background-color:#fff;border-width:1px;border-style:solid}.basecamp .login input.text,.basecamp .login input.title,.basecamp .login input[type=password],.basecamp .login input[type=text],.basecamp .login select,.basecamp .login textarea{margin:.5em 0}.basecamp .login input.text,.basecamp .login input.title{width:300px;padding:5px}.basecamp .login input.title{font-size:1.5em}.basecamp .login textarea{width:390px;height:250px;padding:5px}.basecamp .login form.inline{line-height:3}.basecamp .login form.inline p{margin-bottom:0}.basecamp .login .alert,.basecamp .login .error,.basecamp .login .info,.basecamp .login .notice,.basecamp .login .success{padding:.8em;margin-bottom:1em;border:2px solid #ddd}.basecamp .login .alert,.basecamp .login .error{background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4}.basecamp .login .notice{background:#fff6bf;color:#514721;border-color:#ffd324}.basecamp .login .success{background:#e6efc2;color:#264409;border-color:#c6d880}.basecamp .login .info{background:#d5edf8;color:#205791;border-color:#92cae4}.basecamp .login .alert a,.basecamp .login .error a{color:#8a1f11}.basecamp .login .notice a{color:#514721}.basecamp .login .success a{color:#264409}.basecamp .login .info a{color:#205791}

/****** FILE: themes/silverstripe-foundation/css/remodalcomb.css *****/
html.remodal-is-locked{overflow:hidden;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-wrapper .left-centered{text-align:left}.remodal-overlay,.remodal-wrapper{backface-visibility:hidden}.remodal{position:relative;outline:0;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}
.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening,.remodal.remodal-is-closing,.remodal.remodal-is-opening{animation-duration:.3s;animation-fill-mode:forwards}.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-opening{animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal-close,.remodal-close:before{position:absolute;top:0;left:0;display:block;width:35px}.remodal-cancel,.remodal-close,.remodal-confirm{overflow:visible;margin:0;cursor:pointer;text-decoration:none;outline:0;border:0}.remodal.remodal-is-opening{animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{height:35px;padding:0;transition:color .2s;color:#95979c;background:0 0}.remodal-close:focus,.remodal-close:hover{color:#2b2e38;border:0;outline:0;background:0 0}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;content:"\00d7";text-align:center}.remodal-cancel,.remodal-confirm{font:inherit;display:inline-block;min-width:110px;padding:12px 0;transition:background .2s;text-align:center;vertical-align:middle}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:focus,.remodal-confirm:hover{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:focus,.remodal-cancel:hover{background:#ef5350}.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{padding:0;border:0}@keyframes remodal-opening-keyframes{from{transform:scale(1.05);opacity:0}to{transform:none;opacity:1}}@keyframes remodal-closing-keyframes{from{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}

/****** FILE: themes/silverstripe-foundation/css/slickcomb.css *****/
﻿.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide,
.slick-slide a {
    font-size: 14px
}
.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    top: 0;
    left: 0
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.carouselbrands .slick-slide,
.newscrollinglistings-H .slick-slide {
    display: none;
    float: left;
    margin: 0!important;
    list-style-type: none;
    width: 200px
}
[dir=rtl] .slick-slide {
    float: right
}
.newscrollinglistings-H .slick-slide img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #818181
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-slide a {
    text-decoration: none
}
.price-title {
    font-size: 12px;
    color: #858585
}
.view-listing {
    background: #f21d45;
    background: -moz-linear-gradient(top, #f21d45 39%, #df0830 58%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #f21d45), color-stop(58%, #df0830));
    background: -webkit-linear-gradient(top, #f21d45 39%, #df0830 58%);
    background: -o-linear-gradient(top, #f21d45 39%, #df0830 58%);
    background: -ms-linear-gradient(top, #f21d45 39%, #df0830 58%);
    background: linear-gradient(to bottom, #f21d45 39%, #df0830 58%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f21d45', endColorstr='#df0830', GradientType=0);
    padding: 3px 10px;
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px
}
.newscrollinglistings-H .slick-slide .list-contain {
    height: 200px;
    padding: 0 20px;
    border-right: 1px #fff solid
}
.carouselbrands .slick-next,
.carouselbrands .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -55%;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 100
}
.newscrollinglistings-H .slick-next,
.newscrollinglistings-H .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -50%;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 100
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}
.carouselbrands .slick-prev {
    right: 4%;
    background-image: url(../images/prev-btn.png)
}
.carouselbrands .slick-next {
    right: 0;
    background-image: url(../images/next-btn.png)
}
.carouselbrands .slick-prev:hover {
    background-image: url(../images/../images/prev-btn.png)
}
.carouselbrands .slick-next:hover {
    background-image: url(../images/next-btn.png)
}
.carouselbrands .slick-prev:focus {
    background-image: url(../images/prev-btn.png)
}
.carouselbrands .slick-next:focus {
    background-image: url(../images/next-btn.png)
}
.newscrollinglistings-H .slick-prev {
    right: 4%;
    background-image: url(../images/prev-btn.png)
}
.newscrollinglistings-H .slick-next {
    right: 0;
    background-image: url(../images/next-btn.png)
}
.newscrollinglistings-H .slick-prev:hover {
    background-image: url(../images/prev-btn.png)
}
.newscrollinglistings-H .slick-next:hover {
    background-image: url(../images/next-btn.png)
}
.newscrollinglistings-H .slick-prev:focus {
    background-image: url(../images/prev-btn.png)
}
.newscrollinglistings-H .slick-next:focus {
    background-image: url(../images/next-btn.png)
}
.carouselbrands .slick-slider,
.carouselbrandsmobile .slick-slider,
.newscrollinglistings-H .slick-slider {
    margin: 0;
    padding: 0 5px
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}
@media only screen and (max-width: 1280px) {
    .carouselbrands .slick-prev,
    .carouselbrandsmobile .slick-prev,
    .newscrollinglistings-H .slick-prev {
        right: 5%
    }
}
@media only screen and (max-width: 1024px) {
    .carouselbrands .slick-slide {
        text-align: center
    }
}
@media only screen and (max-width: 800px) {
    .carouselbrands .slick-next,
    .carouselbrands .slick-prev {
        top: auto;
    }
    .carouselbrands .slick-prev {
        left: 0
    }
    .newscrollinglistings-H .slick-prev {
        left: 0
    }
    .carouselbrands .slick-slider,
    .newscrollinglistings-H .slick-slider {
        padding: 0;
        margin: 0
    }
}

/****** FILE: themes/silverstripe-foundation/css/styles.css *****/
﻿/* TR&A Base Starter Theme. */
/* Theme Colorsgreen : #008752 yellow : #FFDD00*/
/* Extra Helpers */
img.stretch {
	width: 100% !important;
}
.content {
	padding: 10px;
}
.small-content {
	padding: 5px;
}
.mid-content {
	padding: 15px;
}
.large-content {
	padding: 20px;
}
.custom-show-for-small-only {
	display: none;
}
.custom-show-for-medium-up {
	display: block;
}
.custom-show-for-large-up {
	display: block;
}
.custom-show-for-xlarge-up {
	display: block;
}
.custom-hide-for-xlarge-up {
	display: none;
}
.custom-hide-for-large-up {
	display: none;
}
.custom-hide-for-medium-up {
	display: none;
}
.padding-top-xsmall {
	padding-top: 5px;
}
.padding-left-xsmall {
	padding-left: 5px;
}
.padding-bottom-xsmall {
	padding-bottom: 5px;
}
.padding-right-xsmall {
	padding-right: 5px;
}
.padding-top-small {
	padding-top: 10px;
}
.padding-left-small {
	padding-left: 10px;
}
.padding-bottom-small {
	padding-bottom: 10px;
}
.padding-right-small {
	padding-right: 10px;
}
.padding-top {
	padding-top: 20px;
}
.padding-left {
	padding-left: 20px;
}
.padding-bottom {
	padding-bottom: 20px;
}
.padding-right {
	padding-right: 20px;
}
.padding-left-large {
	padding-left: 40px;
}
.padding-right-large {
	padding-right: 40px;
}
.padding-top-large {
	padding-top: 40px;
}
.padding-bottom-large {
	padding-bottom: 40px;
}
.hr-bottom {
	border-bottom: 1px solid #bebebe;
}
.iphone-block {
	display: none;
}
.no-display {
	display: none;
}
.clear {
	clear: both;
}
.zoom-container {
	overflow: hidden;
}
.zoom {
	position: relative;
	float: inherit;
	background: none;
	transition: transform .5s;
}
.zoom:hover {
	z-index: 100;
	-ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}

/* 1. Miscellaneous */
body {
	font-family: 'Roboto', sans-serif;
}
a {
	color: #008752;
}
.site-wrapper p {
	font-size: 16px;
}
.button {
	background: #008752;
	color: #FFDD00;
	font-size: 16px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 15px 20px;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
	background: #FFDD00;
	color: #008752;
}
.black-button {
	background: #000;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 15px 45px;
}
.black-button:hover,
.black-button:focus {
	background: #2b2b2b;
	color: #fff;
}
.alt-button-one {
	background: #008752;
	color: #FFDD00;
	font-size: 18px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 15px 45px;
}
.alt-button-one:hover,
.alt-button-one:focus {
	background: #0d734b;
	color: #FFDD00;
}
.alt-button-two {
	background: #f2d408;
	color: #000;
	font-size: 18px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 15px 45px;
}
.alt-button-two:hover,
.alt-button-two:focus {
	background: #e2c81c;
	color: #000;
}
.header-shopdeere-btn {
	display: inline-block;
	background: #111111;
	line-height: 38px;
	padding: 6px 25px;
	font-weight: bold;
	text-align: center;
	color: #FFDD00;
}
.header-shopdeere-btn:hover {
	background: #202020;
	color: #FFDD00;
}
.large-button {
	background: #008752;
	color: #FFDD00;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border-radius: 0px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 20px 60px;
	transition: 0.4s all;
}
.large-button:hover,.large-button:focus {
	background: #FFDD00;
	color: #008752;
	outline: 0;
}
.overhang {
	clear: both;
}
.success-script {
	padding: 20px;
	background-color: #f8f792;
	border: 2px #f8f66d solid;
	margin: 30px 0 30px 0;
}
.boxes .window {
	display: none;
	z-index: 9999;
	padding: 20px;
}
.boxes #dialog {
	padding: 10px;
	background-color: #ffb7b7;
	border: thin #ff5858 solid;
	color: #000;
}
.boxes #dialog a {
	font-size: 16px;
	color: #3d8ae1;
	text-transform: uppercase;
}
.sprite {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAACSCAYAAABMgt/eAAAgAElEQVR4Xu1dB3hUVdp+v3OnhRASOtJbaKEK2Puqu9b1V0FIYm+ra19XukZpuuvq2gVdRUmCGnXXdde+9k6QloCQ0CG00NIzM/d8//PdmQlDmCSTRtF7ngeSzJz63nvf+52vHYJdbARsBGwEwhAgGw0bARsBG4FwBGxSsO8HGwEbgQMQsEnBviFsBGwEbFKw7wEbARuBmhGIKCmMf+/iuQS+MWIzwouZ570b+TsbaRuBZkRg2KTEjwCcAIABrCXCtUtm5S1pxiGPuK6HTkq8g4CLAbQBowURv7Vkdv7UICZNMt+IpDDmjTEuV1z5Z8x0UrVRvveVeE7PGpvlbZLR7U5sBOqBwLBJidMBTmRQJwJOJ8bUJQ/nzaxHF01eNScn5ysApzSi468HDx58arTth03s9w2Iq55LJqys9KvjV/1lVXG0fdRVr0adwpj/nt/JSY6FAHeVTgjYBvhHZ5z//ua6Om3I92eccYajc+fO1xHR7wAcExjS+rc6IyPjyob0abdpGgRSU1PvZObeGRkZd6ampt4AYHTfvn1vSUtL000zQv16GTmhd3e/Mv5HoH0auBtgrwFW0faitTJMp96aMyN/TbRtaqqXk5MjUkujyuDBg6PW7Q2blPgDgOPCBvSxofovm7FqXaMmEda41smM++/vj1ekv5T6TPjNgvPe/bqpBg7v56abbnKWlZW9yszjIvT/c0ZGxsDmGNfuMzoEkpOTryGif3i93k4ul+sDIlqZnp6eGl3r5qk1bGK/+SBOBaGQ2Xp5yH/y0x98mRjBkc2gaO3gwLZDKpkA5y2dnd+YN7zV/SEnhcmJb4JxWTiqDJywbHaekEWTlDoZKuW9i69joEXm+f9+uklGjNBJamrqJcz8zxr6X5GRkZHUjGOfo7U+g4gWZ2RkvNlc4zRlv8nJyYlKqbOYeZfT6fxk3rx5e5uy/+p9jRkzpo3L5VoB4GEAfyKiZK11mVJqAjPvZOapSqleWuvTXS7XAp/Pdz2AVzIyMppFqpT5DZvc9zowPQ/CD6z5E0VwgZSPNf8WhH0AfwuQJuaTQKoDg99nZj8BcSC6AeDtS2fn928sboeaFIZPTvwzM/4SmjcDmQb4rsWz83c2di2h9nWSQlMNVFs/ycnJfyeiO6vV2QagAsDKjIyM85tjHsnJyb8lov8AcEj/zHxtZmbmvOYYq6n6TE5OPp+IngPQHcCbhmH86dVXX93YVP3X1E9KSkomACHPbZWVlWe6XK7vAIj4PQhAJjOvIaLpzHwREf0gRLtgwQKp0yxlxKS+gzTocwBfLZ2dV/XmHDap70Qi2rhkVp7MF8Mm9b0SUH2Xzl79gPwd3Hp8QcB3S2bnJTd2ctVJobKyEi+99BLy8vJw0UUX4cwzz7SG+P777/HGG28gMTER1113Hdxud9XQ9do+TOw7AkSix4hlwsxlrrz7kYYm3cYdEaSQmpr6IjPL2yVUvjRNc7xpmqVxcXH6pZdeajIlSvhNkJqaOpmZqxRVRDQ3PT395sbeKM3Vfty4cZ0Nw/gEwEAiqmTmlcy8zDCMV+bPn/9pc40r/aampl7GzCJJ/SU2NnZqaWlpATOnEtFlRNSCmd8DIFrwKwB8yswXZGZm/thcc+p7e193bEt6B8AIKLpIaxTJWAp8KzNtZcI/FZQGzLEgdGPop4idXob/VAI9w8DUZbPzHm3s/CJJCqtWrcKcOXMQFxeHyZMnWwTw6KOPoqCgAHfeeSd69OhxwLD1IYUA0fWbDfBETXT+8lmr32/sGqq3PyJIITk5+QWyRLqq8kJGRsZNTb3Y6v2lpKTIW05urL4Atmmtxy1YsOCL5h63of2npKTMADDloItIJKLjLenp6W81tO+62l111VXdTdNcK0RQUFDwZpcuXTYBuBUB85iUjw8lKciAQVH6YQZ+ADiHmJwgjAJQCkYuFPzQGApCK2LO1oRKAo2Wpsz6vGUPr/mgrnXX9X1N24fnnnuuSlqIiYmxpISTTjoJl19++UFd1pcURk7oHe8zjO+IEW8afFpTKEzDJ3VEkEJKSsrzAKre0KLUSk9PDyeJuq5Ng78fM2ZMS4fDMQRA3oIFCwob3FEzN0xNTT2Gmd8VCbiGoTYT0YXp6elLm2MqKSkpYoUSUriqZcuWb5WVlW0BcBUzXwoghplFATmJiEQ/9F1zSwrWG3NKv+Og+Tsw3jeg7/I7HAaZ5u0AbWNDZSn4NPuNcaS4O5T+i/ITa1J/Y+BMBT5h8ex80ZM0qtRECtu3b8cjjzxiSQvyr7i4uEpqqD5gfUnBWntgGyHbp3yHNs9a9MjafeH9jhkDS9GalSVK1fqVw0oKqampf2bm0wEMBhAuU20ioiXM7Axquu+p37Kiq33llVd20FoPJyIvM7sMw8h99dVXt4wfP36oUqo7ETERlYtoPn78+CTDMM5n5tYAVni93nezsrIOuBDRjRpdLZFitNbt+/fv/5WY/lJTUy9g5rcBuGrp4anExMS7CgoKDK/Xa8ybN090Mk1SkpOTexDRetG79OvX79W8vLx8AGKZEpL6kJmziehlInqLmVOY+fjm3D7IomQL0SKOFhOz3+FVZy362+rCYRMTp4F4/dLZ+fOlzvBJ/a4G6f5LZuVPGTy5VwdDO/4Fgtvvdp2dm5a7u7Hg1KZofPPNN/Htt99aQ4wdOxYnnCB+VweXhpBCcG2XMFikw4/dMFJ+nP3zLvl86JS+J4DVRGskrRfDwIfLZuZ/H+1aDysppKSk/AvA7+uY7FcZGRmnRbug+tRLSUm5EIC8fUPl+oyMjJdSUlJE2Xh18MMtRPQsM98HID6sbq7WOnnBggXL6jNmNHWvuuqqLtI3M8v85mRkZGSmpKTMAjCpjvYi6bxORCWmaf5nwYIFTWZCFguE0+l8VKS4jIyMb1JSUs4jogla60KHw3Gn3+93K6UeZuafAHRWSj0+f/78JrOd17Tu4P76LmakGsRfMtMUVlRBWn/ARL0IuIQDLx0hsX4AeoIxz+9x3ZyblttoJ7zaSOHVV1/FkiUBh8uatg7yXUNJQdoOm5Qo98hrBKzRrCcoGN2Z+BEACVWYEb5eOisvagepw00KwnIiftZWMjMyMlKieZjqWyeoyf9vqB0RXZ2env5qamrqHGYO6TTkxqnp7fzt7t27z3r//fcr6zt2pPrjx48Xu3mRSCeiyQ+K4iXBvfq11ZxWahqynJlfMwzj2fnz52c3xbyO5D6GTeh3ChR/BdAGgMU0O6zafEsZ2EVACQi7wbxFa3p2+SN5lv9NY0tNpLB06VK88sorFhksX77c2j5EUjI2lhSk/dDJfY8lJlEC96phPQuXzs4Ld3iqddmHlRTEFKmUupCZ21V7C4tYLiZJFxE9nZ6e/lhjL16k9lGSgjRdD+CvgLVPmwygUxiRnJaeni4mokaV5OTk1kR0PxFdxMwfM/M2IhIHIVGCShHHm7qul+wfc5j5K8Mw0ufPn98oh5Zx48b1VEr9BkA7pZTWWst2yi/bKmtCzJqZHUSk5HP5XillzZGZiZn3mqb51euvv95oz8GawA2YHOkZgBcCagvAWxnYScTbtEkbFXgXM/ZVwti36i+rhGAb7YEYPpeaSCFkbZgwYQJWrFiBd9991zJH3nLLLQctpTGSQqizpLSkNg5v5dXEKoXB1fVOPy6dnXd8tDdoXTdZtP00qN6YMWPkDWw4nc5niEjehIG7n/lll8t1q8vlUnv27KnMysqqt7IkmgnVRArVFJ9erfW5IatEcnLyTUQ0J4wU/pCenl71dzTjRqoT1O5PCGr0pYqIu7JuEXmjvU7rlFLjG0sGMnhqaqpcj0eYuQUAn2XtCzxQ4VsoqVrlMVjD2mXfPiUjI0OUyU1ehk1KfALAOGK+TcPYBeiOILQnQjuwNdc4EBLAiGUgTlyjTaIJObNWNcm2LxIpfPbZZxYJhLYM4rvw1FNPWSbJSLqFpiCFELCWniWWzwxsI3QnQHUn6Jwls/P/Hi340d5s0fbXoHopKSlzAYRHXh4Sk2SUkkKB1+sdnpWVZXmMpaamniRv4uBDIgR2T2Zm5uMNWnhYozFjxhgul0s0UWLm+z/R6Ic4MlpSIKKs9PT0sY2di2xjlFKi2RbJ6BrTND/2eDy6oqLiGMMwxIzXIWwM0XOUAniytnGZ+ZzMzEzxsWjSMmJCv2Fa4WEw9wHBKQ5vDC4hUDmAMgJka+cNbiG0FuUxqyeWzv55dVNMpDopiNXh2WeftboO+SjI7yHnpc6dO+PGG29EfPx+bm1KUmiKNR0RpFDdT4GZX8zMzGz28OxoSYGIRqWnp28VwMePH3+iUkpIIeRbf3dGRkbULFzXRbvyyitjmbk/M18TdARqHyUplEn9jIwM8dBsVElJSRHNfSi2QbwlHySib4LWDyEEkRrkAZQ4g2lEJK7O4nrbTb4jomXM3MpS6u0vb2dkZBzgs9+oSQYbD713aKxylZ+hNTxExnJieIn8pcpdVroIBRUhb78hE/v1NoC2ez3e5evT1jeZVeZQuzk3BWZ19WGTAtFBisZqJFUQTgpBSUGUVM1CCuEXbPz48RcppcRdt2WdF7IJfTtSUlLEanFyaEwiElJ4X2stZi3xABUrR29mli1Oa6VUBjPHENFtzOwjoqdEAUFEGRJRGexnUUZGhjgWNVk5I+0Mx97KLU8yIErh5WC+bunD+YurDzB8Yr/RTMgCWMzeT/rdrim5abmiX2h0sUmh0RBG7uBIkxQOFSmIn0RFRYU/KyvrAHu5SAt+v/8sCTgKfzhrgf9zr9c7NrTFaexlqk4KzCzSwIcAfiQiMc0WMnMiM+cqpeRB2wGgldZ6k1Ki7MPFRPSm1lrMzeL6LOWnjIyMmhyvGjTlkWmdW/gqY1dSIA4EQkpLZq1+5mBS6HsrkygjrbLCVPp3OTPXiEdmo0sT5FP4ZvDgwY2O1mz0QsI6sCWFCJJCtViMZpMUkpOTexORPED7tNbLlFKiyOsb9BIU3UA01+cj0zRvfu2118RC0iQlNTX1K2auulHDSUF8JYjIIgV5wMQngYhk6yJOXau01tuYeYdSKk6C3MLC4ZtcUhB8hk/sdyMTTwNjsTL8ty+euW5DdRAGT+nTTWn1PAFDCfRQgrvzy5+nfS5bH7tEQCCam67ZgTtckkJqaurFzCyxD1Zh5hsyMzP/kZqauiDsZi42TXPAa6+9ViB1UlNTT2XmKhs3M0/MzMwUZ5EGlSuvvHKUOEYFPTsl2q3K3FlHh+LL8ExlZeVfmkpCCI2XkpLyjfjbhOFSJSnIeolIAtQSJdycmTtLSHJwGyEu1puDPh4SlizbHnEckrf44vT09GMbBJLd6JAi8KsmBXFnJqK7gjetYPFi0FvvOgDy8IvdfW9lZeWDIZfm1NRU8RuYqLUWhZq0WZCRkSG5Axtcxo8fL34AEikj44b24DX1J2/p94jo1cTExM+aI/tRcnLyR0R0TmgCsmVgZtG95BLRFKXUm36/XzzmJK9DZ631F0opUad3NU2zUH5XSn2jtZbtTyimpdk8UxsMvN0wIgK/alI40u4JcWBSSg1j5hMlPFqchoLOQfJm3hh0If7e5/NtzsrKEpNbs5SUlBQhynAz6/tE9DMz3y16BUmgIopGiVdh5ngi+kwclYhIwt/F9+QBZu5GRA+F/BqETNLT08VV2y5HOAJHBCmkpqamSxBN2Jsp43Cn+zrCr1uzTu+mm25qUVJS8q9waaGRA37l9Xovas4AskbOz24ehsARQQopKSnikyBZfURiF6n8s/T09BftK3X4EJCQcpfLdack0mVm2SrUxz04lHR3HzN/5PP5/m4TwuG7lvUd+YgghfpO2q5vI2Aj0HwI2KTQfNjaPdsIHJUI2KRwVF42e9I2As2HgE0KzYet3bONwFGJgE0KR+VlsydtI9B8CNik0HzY2j3bCByVCNikcFReNnvSNgLNh4BNCs2Hrd2zjcBRiYBNCkflZbMnbSPQfAjYpNB82No92wgclQjYpHBUXjZ70jYCzYeATQrNh63ds43AUYlAk5JCWhrUt7FDY8iIdXuVrz0zdYOpe4Koq5YwYKANEVqBqaUmMGnIGdpKaSoBdDFD7yWoXaT1RpazFjRLyqydhtdb3n7QoPKssc2T6v2ovHL2pG0EmgmBRpPCyY/0j4vRrdprQ/f1E0Zo0Ci/VolM6KcIMXI0iEMRnIaGU2k4SNL9ciDkjgM/tQb8JsGnCV4T8JkKWjNMho+Y1xPzagfpbEXmYgcbK7TDLPx60vI9zYSJ3a2NwK8agQaRwsi0kS1aOH0DoNSxPqjT/do4SUP1djk04lwm2sT4cUxsJbq29KJdjBcJHj/aenyId/jQ0iGZuwLDBo48CkTklvgNFPkd2FXhxO4yB3aWubC52ImtxS7sKnNhXyWh0k9Sv8AJ/YOLzM/A+keHz1j99cM2Qfyq72J78U2KQL1I4ZS0Ib3hpFM0q3NLTeMMDdUl3qPRvVUlBrUpQ1L7YvSIr0D3FhVIcPlla4ASnwN7TCeKvA6Uew34/ArFfoclHUiRE8hiHSbcDg2Py0Qrpx9tnEIeJhRpq/36Ug/W7fYgZ0cL5BbGYP1eN/aUGyCYu2KU+bWT9EdQ9MXC6StymxQduzMbgV8hAlGRwklpQwez4hS/Ns4pM42RMS6gX+tynNSlCMd1LUJiQjkSnD7srnBiVVEsNhfHYP2+GGwui8Fur9N6sMv8BnxsQDOsfyz/goATMwwwDNJoYfgtQmjjrkSX2Er0aFWOHq3LMaBVGdp5fNjnd2D1Hg8WbWqJLzfGIWe7ByVeQgunucJF5qfsx1tLHv1ZTjeyi42AjUADEKiTFE6cNuR0NjC3xHT0a+MxcVq3Ivyuzx4M7FiGNg4fft4bi4XbWyF3VxzWFcdiT6UD5aYTWrYIBBiK4TBEjwCYrOBSpiUdhPYPIYIQycHSI2iC39IxAKwZihkxhonWbi96xok0UoqTOhdZksleNrByWww+WJWAT9a2ws4ShRjDtxGsJy77W96CBuBhN7ER+NUjUCspyPmGG5NWP1Fp0h8v6LMH1w7bgW5tK7C72IlPNrfBt1sSsKYoFqV+B5gIyhCFIsOhxKQgnEAIHGVAcBuMNm4vNpd6LKKw8iBbEgNbUoOldAz7WwhBiMIUbaNflI+AqQFijZaGHz3jy3Fi1yJc2HMPOrbxYcMeF+Z+3x7vroqDAf/ny/+Wd+av/uraANgINACBWknh5OlD+xdVqH92ifMOfPrCtYg1NOYs6YwftiVgn9chCgE4HIDTIBhCAopAcsogEVyK0cJhYp/fBc0KYme4PnG9RSCvre8Gl6EDRGD9iEAM8rlFDNoiB/ld6pmmSBEBopDf45w+HNupBPeeuBUeQ2PMa72wo9jY5jDMS5Y9mteoo9gbgKfdxEbgqEegVlI4/oGh4/Z6jQVXDNiNB8/agOlf9cBb+R0Q5zbhECKwtgVCBApkWAd+QJOCCYLHYFzYbRvaeHx4fUMX7KrwYEibIswYlou/5vbDD4UJaGFoiyz2P/T7JQZtBkjA2l5oDbb+DmwxLLIwpZ2QBGN7iRPJg3Yg7dwCPPBBJ2Qtj9exDvOhZY+tfvCov0L2AmwEDjECNZLCebf3dRe2bvG4j9UtD5+1Aad0LsJV7w/E1nI3PE4R/wlkkPVTtgryn8sBtPN4sdfnwo5KD+LdfswcsQLFPgMzcwZBE+Efx2VjY1kMHlw+CDGG3/JesiSFMImh6m+LAERSEBII1QvU3S9BaJT7CG3dPiwYk4dlm2Nwy3+6idTwiY4zLshNy/UeYkzt4WwEjmoEaiSF0VMGdytnx4c94r0D5/4+H7k7YvHg1z1BDgWntVUQHhBCUNbvTApuJ+OUjrvQO64cX+5shzUlLXFNnw0Y03cz/rGqN5bsTsD9g3Ox2+vCxKXDLKWiyBWWpCDEEHrwQxKBSAdCABySFALSgfWZqfd/p4F9FQp/P3s9RnUtwSXpvbGjxNjoVv4rlj2WLycl28VGwEYgSgRqJIXjpg09tcg0Pr2g917Ho+euw+zvultbh5ZOhrK2CoByhCQFBUMRSkyHtV34+/HL0bllObYUx6CV04TDqdHK4UORz4lWTh9y9sbj/uVDLA9GyxARePKrtgYhxWM4AWiLNPZvIbRfthYWe1jbir1lCv/Xfxemnl2A+/7dBf/+Oc7Xyum7I+fxvOejxMKuZiNgI1DjqcZpUKPMpDsqtPPxe08oQPKgnbjhw/5Ysacl4tw6qFAUKWH/9sFPBgYllOCC7tstr8ZdPhd2lnlQUBGDUu1Ep5hKXNZ9A7rEluO9TZ2RtmIIEgwvWhpey6tRFIdijQjpDKzn3dIbBCSCgNIxoE8I6RRM67uAw0OFD+jSshJvXJ6PN5YnYNonxyDe5X0+5/G8W5rzSo94oH9n5XOOUApu8d72K1340/QVXzXnmL+Uvo+dNmSk0ronk2wOay8MVUSkdjqM8g0/pOUX1VXf/r7hCESUFMSNWft9L3icnPzouevRroUft32UaL3pW7jYIgWLEII/xRwpv49oVwy3oZFXEoc9Pjcqrc2BA142UM4OPDx4Cc7pshWfbOmElcXxOLb1LuwocyNrUzcUeQ04ZJsQ2h5YeoYw64O1lQgqH+Vzf+j3gH7B9FsiB+ZfvAZePzD29Z7CJJ8ayjkm9/Hc3Q2HqPaWo6YOuhygvwFoFayZm+3IPQ1plkOnXWpBYNTUpEwA55OlWaqLFFAJoJSAvXLkPQgf+wznv5akLZG/7dKECEQkhRPTktqU+Byf9oj3DvvHRflYuC0O07/pBYeD4ZItQ1CfEDBBBhSNylCW0tHLCj4oS9fQwqnRJbYC/VsVY2B8EU5sXYh4t9eqYxiMNXvjMCe/L37eFwsHzP3KxqAjU0Ai0AELRB2kIN+XeBUeOG0LTuu1D+MyemLjXpUfq8xxy59cs6gJMTugq9FTBl/BxC8BaBH8YnG2I3eUTQp1Iz5y2qC3ien/6q4ZsUYpgLVEeHrh9Ny5DezDbhYBgciSwtTBfSq0sei4zqXxL52fj+eXdsbc5Z3R0q0t78RwSaHqd0O6EguERve4Coxsuxcj2uxFz5aliHGYcEqcNICcfQn4aW9bVJiEL7Z3xD6fAw72V0kIIcvDftNj9KRQ6iWMS9qN20/ZhluzuuCLdS3K4j3+cbmP57/bXFc/KCm8AEDOWxSHre8XOnJOtkmhbsRHTR30GkBXhNWUmySS1BC4uUKRdAd27WVGpsNZeae9ragb82hqRCSF0dOGnF5uqs8vFf+EUzdh0pe98d66NkiIMWGIGTJs61AlKSiFcu3AmF5bcPPA9VCOYHBDUFdgTcYAnswbgH8XdINH+eAUjwbxRajSFQR0CnJbWIrFemwfRFIQ0+RxnUvw/IXr8cDHHTHvpwS0dpm35DzZfMrG+pJCUlqSy2AjweHTnZQyu4KU5JlwkRzlzrxDO9V6Byr31naDn3j3iTE6vrStlyu1i9xKwSz7Li1XQslrPwQ2DWooD20XI75lPmK/02/qAs+uRXMX+eSBO27SgDbkdsVIvw6/09hTVLEj/6l8EdtrLSff1z9OOz2tKhwVLPMByoqieUCrkYJsCN9WoE+Y2B0akEAamlqAWHDqw8AwAroB8Bw4KX7dWRp/7XePf1dufZ4Gdbx3cHtFhkPmVdcawr+XNZQzvP1X9N+VlZVlyvr8Ldzxgkt9+pG6Hr+HSit577JHl5WOvGmkE+3K2rnIpeqak7TzslfDZfqAuLJFaYvKqo8d6k87dZ3hCtXbyhq50lv+4+yfd1X/LrKkcH/S1V6/Me8PI3fgpuHbccMH/bB0Z0sktBB9Qshz8UBFIxkBp6Vercpxasdd6BZbgW4tytAjtizo6gxUmgYmLB+BdaWxVm6FkL9B4GeAREIEId6KEirtIBMUVDJWVzRW+SoIsZhs6RJ6xImycQ3mLW6NB/7XAW093hm5T6yZVt+LGW39aElBXMbXDsgdBeByMJ1DQBIAR4RxCkH4hpjf8Rvmh4sfXFVQvc7oKUkXMcGyqki6Cmb+j7Ms/raqB6KGyQ99YGgHl2n+C0AvqcKE3Qo8VqJLz0jr6Snxx8o26CwG/ATIgzm/paN08udp6ytqw2P01EGTNOiPUkcBTg08vWhG7vS6MKxGChVMuH3R9NxaTxsfMnFIa7fTTGHQLcQYFDaGycCDoXGPnzy4o1acyQGc6+WrImtnII8dSF6Ulrtx5NSkCQq4h2HpNepdmDFt0czcV0ZNGzQCTK8Q0DGKvuR96SfCdoBzwPR+uRMf5qblloQmMHLakCGk9dtMiIlGL1Nt4g4i+nrh9JyxUZHC8KmDJ4HVrPtOKcBZvYpwy3/7YkNJDOJidMBpKUzRGNAviA4hoFuoZAcqtYKPDPyu83ZMHvpz1dZhU2kL3LdshLV1UCw2hwOlhNDWwdSMOIcPBmtsLI6xpAqJeQg5MAWcmQL/hFlCwVRCCm3cPmT831pkb/Hg5ne6SA6H51e2W/PH5hLnoyGFEZNGtFeG724Cy4MTUkhGcXPRl1CYkf1QzsfhlUdNSRoPgijpgoXe81aosfI2qq1Ty1JiOn4koEuwXjlrfcqiWSt/EunDF1v8AcCnHdAH8azs6Sum1iaFjJ46+FEG/ylsPk9lz8i5o64FViOFSma6b9HMnCfraiffj5o6tD9g/gPAyWH1NxjQ5/wwY2XeiVOGdfEp/6dg9Iumvwh1NjLorEUzctaMmpb0CBj3NbAfuc/vWDRjxVOjpww+iYnfAxDfsL5oDju8UxelrS6U9sdNGTxKE39Xw8slmiG+yZ6Re0p0pDB5yGNOB+6eddZGdGvtw+3v9cYenwuxYnkIejFaZGBtJYQQxMNRnJgCxGAGt3+3DVqLC3psDfC0E8je2RazcgdaZGDFQzEFTI5BCcEKkNKMSh+hc4sKXNlnM77eloD3N7RFrOG3iCHguBQkE2vrsfiS24AAACAASURBVD82wu8XOdzES79fj73lhKuyuknl191w35D77H6GjQataOvURQqitPX58QyAcTX0KaK7mOSqicNVtQs16NqfZuT8p+oNMWXQGCJ6I+wh/Bc73CmRRMzwMUdOHngMkfoShL7yOQF7oHHWwlm5SyxSaFH0DgjnVJunbOT+vGjGCrGwRCyjpyXNZsaE/Xt+/mv2jBV1PkQHkUJgnKeixX7kpCEDyNBCmF2DbUxmpC2amTtD1gpDfVJNmoi2a6m324A+QQhm1NSkGQCm1KdxeF0G3yv4jZw26HjF9G8GOjS8L5pd4eA08dQdOXngsaTU1wBiGtjfkuwZuSOiJIXBr3icfNXffrsBMU7gjg96o1IbiHHv92Ss7uYcIIdAMJSYIPvEleIvo3MR7/EFbnkH8L8tnfDEz30D24lgZKTsGgKOS/vTs8nWQZSG4/sW4NqBm/FIdk+8v64tPBJ2HSKGIBkE/BhCcRCwTJUvXLwBTsPEuAXd4PPp98lBV+c/lb+zgcDV2qwuUhg5dfAsAk+q1skuMGcR0U8MvUUrZZLJrQDqT4SzAZxerf5mA/osuUHl85GNIQWlxIeiTz1IQaqWg/CH7Om5r0YCozopMPGji6av+HNdeDeWFKT/UVOTHgMgUolhjUd4v6XR/uJ9lftaK4f38zBSkD35OwBvBijStq1qugyWTfIuOHzPyVs5Ain8yMRfWna4wPutxiI6EZP0O+K7EoEU5MkQct8WqQMiNphpNIATw77fyKQuXDR9+fIIpLAN4P8KodW1RtGIM/PaSCQccUHDJg16raUbVzx3gUQ1Grjzw95WQgS3MyAJWIpGK1RaPhaRAZYEIcFRFilohYu6b8ddw9cAIUWjAazY3Qp//mkoxKXAGcypYAU9BZWLljZIC8qMUq9CnMOLv5+6Ep1aeXHP//ohZ2cLSxKwSMDycAxuHYLejrLt8HoZT12wCR1b+TBufhcUlauPW3rMK3OeWLe9rpu0Id/XRgpB8e4dAJ3D7rjPFOi+3UUVyyMp8UTEN0yHaOQlmCsurN3T2TNzbz9MpCDDCpFdnz1zhazngHI4SWH0lIGnMakPwt6Wy4jpQp/TUWyYvm/CSGG7JnXBT9OXLxIlZG3XekzuGMrKyrJeU0HiqSYp0IPZM3IeRFrthFA1RlrgFRiBFCpI48SFrtxlkeZzBs5QpdjVHT79LBN+G6pDoMsWzsh5O6ij+Ca0drF8aQdfIXqQ+q4xfPyIpDB0UtKCeLce99JF61BQ6sLd/+ttxTu4nOHmyJDCMSAhhHQNklxF/r5r8Fr8rteOA1Q8ooh8a0MXvLupE/Z6nVbiFXnzB4KiYCVXkXgIr2VJUCjzKkwYsRbJI7fi67wE3P9VL3jFNVoHfBqEGMI9HiWk2usDZp+9BQM6lGNcelcUFqsfY13m2JXPrNvQkIe+rjYRSWFGjsXso6cmPcTAfiUnYTVpOnvhzBzJUl3rC2bklKQJRJgdVqmQHBiyMC1328GSAt5u6ShNqUshaCka/eY3UW4fhM5laxMumm7SwDU/zcj9NHzyh5MULN0B+RcDaG/NibFWKVzqrPSvrXA7vg8jha1M6rfyhq3rmlb/vrqkEFQcClHUq0QghUrSOEG2b7V1NGpq0t0ARCIKLJFwoyhkR09OGs4K34Zdo+8MTf/3w6ycRr0AI5LC4AlJCxJiAqSwVUjhk15WqLTLIXEPVvaUKo9GKwYikFHFkhJMMhDn9OOxE1egT+vSgKQQVrQiFFc6sbvCYZGCZFUSg4pmQrHXQIVpYHelE1vLXFixqyVO6LAX5/fbifIyB276pB/W7HZbisuq0OpgxKSQhEUKXsascwowsGM5xr3aBbtK1GKP03f56uc2rq3XFYyyck2kIF6h5K/MAPiS/V3Rfdkzcv4aTdcjpw7uQ+AsAKE9n6z0ouwZK9+LsH34koju1zArDCuzxcHF8gFl3Z6h5oYUjXXoFMrANBPEvxedVlWPhJ8BTs6evkIeRKscTlIQJa5heMU5TcyU8nJZT4ovNQzvGr/p/i5ECrJWJroX0IsVjIP0N6yZtNKm4df51c10EUhhngF6xlTaiIS3H6bDybztB8fKNeEK7kiSgiKcUGpgZfgVq9xVSV3bdjWLC4rJ1bkizudHBoDfVdVhXJ49M/et6pICYPUzEcSbIq1RQ54+eMsMrAy3YlS/WyKTwn0BUnj54nUoKHHhLosUYIVGh9ybWdKrQbZUAQWj6BQko5JICn3iK/DUyTmI80gmlAh3qEUgIdoL/gz9HfpOfkpbBewoceGZn7rgyy3xwRiJaj4MQZOklXzFC8z6bQEGdSjHFa92QWEJ/djSzYdcUhgxZWAPg9TrAI4PrtBUTCf8ODMnOxpSEIRGTR30KkCpwfoiI92zcEbOExEkBaki4m5d9upAGqxgvboUjaT4bDLVPpP4X2EWC8tByzT0lT89uCL/cJPCQZICeB0Il7krzfxqkoLFGVVJxA++CILLPmK6eeHMHLluVSWCTqG2fqSdmBPn+SqN28ItQhF1CoSPwHyArwDLppz0LtZwEdFoBkaGEUI+Kb5EzMg1KBrrWuN2Ily0cHruwpruw8ik8OeBr8W5ccXcSzag2Ktwx/u9rXRrHmv7ENg2yMPvkfwJsZLO3YsOLbxIcJuIc/vRM64CJ3XcHVA81sttJMI0DaDcVNbW4dP1CYEcDFby14CJssp6YepARiYv45mLN+OYeB/GzuuMvWX0sYNw5boXD41OAcAP2TNyTzh26uCBKvCmFzu5lGJyqOEL05ZHLbGMmpb0OBh3heiTgBkLZ+TeXwMpRMk1+6vVRQpgvkR0CKOmJF0GgvgPWF6bVmF8bDBdKaLq6KlJDzMsk511Px1KRePI+5POJA1RroW2OcvZgQtNOIuq6RSiwaeMiW9cNH1FmLnXUmY2wPrA6eUOuuVAv4KmsD7g/pAvRgOtD7uZ+PxF01fUmJUsIikk3TvwFY8TV/39gk1o4WHc+k4veGEgxsnWFkEI4bguJbhsUCES48qtMx4sg5qQgLzd5V+93EVquV5CKh5gY6Ebf/gwEbvKHXDI9iHkBWmZMwPbCZ8vkInp5Us3wWWYGDO/s3z2nlM7rsl/uXmsD6OnDU5l5ucAtAyuwrL9Hj91YKIJJZrl4cHPfUQ8oj5p6EdPSXqBCTeEHkNmTF40M/fhQ0YKwO+zZ+T+25IGpibdyICYC/d7GxJlxRolVxX7Yu8lwkOHhRSmDvo7gUQBG9g21Wx9iIYUKoj5hoUzV4i4XpukUGdfBGSWOXBzE5JCERHPc1WaU7/5y6pimUADSWEfE/+23qQw6J5Bf3MafM8j521BjzY+/OGdXtjjdaCFWywDynJOurT/Lkw5d6P18G/Y6bEUh0IOHTxewBWUEESfENLh1ibYhn9Xk2ThBKZ92gP/WdMaMUoSs+xP12b9bmpLnyCekhljNmFPOSE54xgQm6/FeytuWDZ/e62OPXVe5RoqBJVAoiewTGIE/GfhjNyLhqcNT3D6fK+Fa43BdFX2zJz50Yw1Mq1fO+V3vs3AqVXvZkZK9szcBRFIYTkxvaoBr+zkIvUv4cmsKYEIdwJoF5xrXX4KVaQg9UdNHTwF4AMUbAyaLaYzMO4JOdEcKknhuEkD+mnD+CSkTwi8juiB7Bk5My1HLe34OEzRWEyguZqQr3g/sYWw0qwNpahCsf44ZPoNfXeQpMD4GIR3xHQZNMQfALkGewBajB3uz4Iu5Nb3EbYP8uqUs0pCm2xR7Iq3aadq1/ALAh7uuWrQx+J2HfouAilsBPglJrU90hrBcEJxUaUy/rXswWU7aroPI0sKd/ebqEnNnnzWDpzdtxg3/LMX1hd50NLNAeckSdXuYNxxbAHGjC7Ej/mtMOO7XmjhMtFfzmhoU4phHYoxSBSNQhBSqgw8wb/Dw1uqDoAIkkkkKcMFfJTXGpM+7W4dQRfIoxCQDEKSQqWP0dbjx5vjN+KHTR5c/0YHxLl8z63vuum25vJoHD01KYOB5BDAxHhx4czcGwMPkWVDF82xVQj4as++ynOiiScYPWVQChNJ9F8o+rKEQcPFw646KRBRViR31eoXfei9Q2OdHnMxAYkNIYUz0s5wFPt3PEogIZZQEeqXG0xuZOtt3WBSqIdHY0ARi5cO8MBkrHU4zd98n/bz+giksE2DzvppRs4BSr1oCLq5rA8MbDEIF7ChirWfSbPpdxASGUq2aj3C5va5s7TV+dXd2COQwneVfnXB8kaemBaRFAbe0+8qn6leuf3EQtw6eheueqc3Fm+LhZwGFTA9wrISSG6F+07YhAuT9uCvX3fHS8uPQUu3CY9DHk4f+sSXY1j7EgxoW2od7BJjJWqVU6PEwuDAznI5Es6JUp9h6Ql8TBjcrgSn99gbMIaFFwPYXuxCyjt9sFcsFwjlbgxaIiwzJqN3gg//vnIDXvixFaa81xptY/RDa/+x8YFoLn5VHbFjR5EPYfS0pFuZ8UjY1kEUHrdlz1gxxyKFyYPOgyKRDNoG+xZnzhfcPv+9IREw0ryC7WRLsv/GILyVbeSOlXlVJwUm/qerJD6lrtiH0WlJndgP8YCL1nnpAElB5irE4vKYctPW5KHZUFKIKvZBJDDD9I8jZkmeMzScnJh5wqKZKyzTXQRS2KpBv2kiUpgk27h63VMRJAWxlFQ40b96HtGRU5KuJrK2aiE/FXls5rd0tL/+87TPq+x5EUjhG3b4Lgm5Qdd3fmEvr4ObJt3Z75Qyv/rqiqH7MPvcrfjTR93x77wEtIkR6Wy/41KF32Gd83DX8QW4bEAhZnzdA/9Z2xZuCYkRFyQiGNaxcIyWLj8cKnCgrM8kVPgNlPnlIFnhAwr4KTAj3uHHn47bhN8l7g7oJcK2E+JndscHPfHJulZo6fRD+0PEEHCAKvcCJ3YrwyvjtmDyu20x59s4tI7x37zupc31ircXxZqI2Qz6lFnnkqICBWVFyDHreA1OIpB4HkqcQOhNLl9vNg3/8aEgJiuKrX3FXCJcE4ayGG5+Amg+NH+hQFvLnYoNvy/GIUGMlgmQLjtAqQeUMPHZoX3gIfRoPIgUZB1WsBHxKwdsjQ5YYIM8GmuMktSaPYqoA4h6a+bhFHBrPtC1l/n5vUXeu0JSWKTtAwjPgXktSJzuaylMTjAVGs6KdyTa86DtA+F9ZnqXxPOR5HLWXFgrRWx+mj1rZU6E7cMG9nmGLXpk0b7wHiR4bn3/lY8wWKTMkIlZZOPJi2bkykvIKhFIYQNALwBagupqXSOxMjTMDYtmrJQAuQNKxAUNubtf76JKWnRi94qEzDEb8NSPHfD0og5o5eaAFTyMGHymYSkeUwbvtNK2vbW6Ld7Oa2+9/QMnQ4mZUgViHYJD7x80+Inl6xxI3ionTsvRcXeO2oLz+u+GW1yiZRclVQzg2w1xuO/jrigsldOmNJQVEBXYQpSWA6nH7sV95+7G9fPa45NVnrIEj2/cunkF9cqnMHJa0g3EkBwJQgQhzUg4kYqbbMCtdn+RWf45e0bu4+EfisnMT/4FYbqB0NchdaxEvUn0nWj2ZbMV2nCF6nkBviMkfVg3w6Fzc45ICtYcAn4UopALmVyrlt3A7YO0b0g+hUoinlNm0J/D37gRSEH6D91JtT3H8p041W5gonOtgKiDrQ81zTNSvxrEf8qevuLpaElBOul7e193QoL7n2CcF9ZpIaCvFl+VGkjBChqI0uYnroPfZM/Iqe5SH1kpNeSW7q2L2f1Jzzb+YxekbML3W2Ix+cMucDoJ7sAZMEFiCPgtyJteTo0+pXMx7hy9xcrQ9N91bfH2z+3g1YZ1OpT12IczQ3Cl1jfBKPXQoTAiSYi34pnd9mLsgEL06VCJBLc/cNCMAnILYvDsd+3wxbpYVPoAtyEejholZYTZ52/HmQPK8PvnOmL9TiO/RYx5xYaXC36q6y4I/z6MFKJtVsygp+Mc7e4PF+9CjUenDenNfn4K4DOqSRZ19V8A8EPZjhUvhG9nRk1LGgdG2LF49B473GPqCogKulCLKSoUQFTGWp+6P0qy6P3wuAvFdOmPM3P+WdMkR09LGs0M2R71D6/D4CcWzVgRMqXWuMZGZl4qIWAVE56MFJMhZOwl/2ch/UldQEf4vipKMmhylYCvBpVQlORx04acqFkLxqEoye1+h3NATSnlRJFqKuNDIvTcPzDlgPRV4jxm5bhkLdez+gsq2nlGHyXZ9e6uMe4KzxyPC1c+e/lWdIg1ce0b3a0sSS2soCjZQgSOhbN+BmMhRFfQNsaPW0ZuxbmJe/H60vZ4fukxiHVZJ0sGySR0XFxg3kG6qBIjLAWivJ41UFwZkAZGdCjBKd2LMfqYUnRp7UXb1oFt1X+XxeHJL9ti1U4XPErOkNB4+8oCVJrABXM6ihTxicHG2I2ZGyUBSdQlGJosegHZGtQEuJeBnQpYpYn/Ud22XX0wSa7SwsQ1zBgPWOG8HWvoW8xNmwH+lsl4IpJbblBSqNoSEdHH2nBfUxcphEUOhmIxykjjgqooydjiNwE+KWzuV4dMkjWBN+r+weew5mdU0KLBQtuEOdnTc+t8iOqZo1FyOkhQ0x6AfyZSH2rD/XZNaxYCdJjOtxg8sL65BsTwDmATOdQl4lcyclrSg8S4gxrgdROQc3mqSHoiKUDTa0QBfw+5f+DzjK6+fQjHetTUgecHvVBjZXwrIQ/wTmWFcZM7xt+TmT6mmiNsa7zng2v8MXtGblVMRahyTfsh6ndLr1vLTMfT035TiGtH7cUVC3pg2Q7JqSCHxgoRSE7GwNtflI/yh3xe4SdUmA6c1W0vhncqxdt57bCjzGkpHyMVkQ6skOkgShZJBE+llrgIr0lW7kVxTGrr9mNQ+zKM6lSK43qU4bikMuTkuXFNZmds3qPQv30l3r9pCzIXtsQ9byeIPuH5jfO31jubsyjk4KPTWen2YNUOkAhG+SfxnbqIoPYScYEJXvmTseKbaJSSobUHyEGdyDCHMKvOxNyWyErqsVv2sQSsgZMW1ubkJDe80++0xHZtRfTxpl6rkxaFm6siYS2JVEr9MacAhpXTgcUt2uH72sqSlAZ1nDnkeGY+RrJSszC+g7+VWIu62FQkBtJkSR8yH0Nj5Q+zc1fU1a4+2Zyh1D6wKqww9LraXHRDY1pr1S1OZpMSoskWHT5X2W+TwXu1ivlOSEcc0QxgoLZOM61fISZ2OPVSsYhIghiPQx/PjFgF0tpACW9zfx5utozU+7HTBp3q0KqdhNJacyNin8PxqS7RPrfbPItADvmuPjMzWLR92L5wZo7EThxQalSSDLi1x0m7y52fXzq4xPnc2G2Y9kFHZC5rjVh34ABZK3+Cla8xkLDV2kRYuga5Mcg6FaqlUyPGwYEgJpnCwUqF/YfLVpGC8GEgx4I0sSIo5fYV64KXrJBq+T3B5cM9p+7C9efuwVP/TcCkd9vimpH78Ndxu3D7K63xxuIYX9sYfcf6+Vvtcx/qc7fYdX/1CNRICn1v6Nu11K8/6N3OTHr9ugIs3uzBve92soKfnMFj4/af+xA8WDZ4/HxgayHWBGUFPYmyMfiVBXgVpYVJCNZGIviFRQhWViZJwmIGTqMOejDKH3IC9b4ysvIrPHPZNpwxoAznPdkJN59YjLMHluPsJ9pj615scDswZlPGthp9vH/1V98GwEYgAgI1koKY0wrNwsf8rG579vKdOLN3GS5+pTs2FTutxCshfwWRGKpyLAgDVEXbSH6FwCYonBDC5xDaMlQRheRFsP4IOwnKCqvefyBMYLsRCIjaU0ro3NKLzKu3o6wc6NHGj+/WuHH1qwmINcwP28fvuGjR3IM8HuwbwUbARqAWBGq1sSbe0PXSnWXOt64ZXYzHxxbiz//sgPTF8WgVw3A4AklVAqHT4TqGkBJyv4WiKngvgjuz9ZAHzZEh3YIlFchnVvKVYEIVy615/5H01nkQmrFtn8K5/UrxYmohWsdr3PpyAhb86NEt3f6HNr9WaJ86bd/+NgL1RKBWUuhzfde+xZWOt7u39g/JuGG75YT010/b4Jt1sdhVblh6BTmO3ukQ5WNAMgj4MAQtDUGLp2VKrKFIHoSqrUPVdiIQ12Dlbgz8tz/lmg4cMeeXsyRNjRZOE6f3qcDfLtsD0w+c+VhbbNtHW5Vh/n7b67vsrUM9bwi7uo1A7fH3aVA913d5rNxv3Hn50DLcfuY+9Ozkx87dDvxnVSw+Xx2LlYVuFHsdVpIUORNCvBbFaclSRgZDp8VkWSMphKwPwb1EQHAIHTcfUDD6TcBrwjoaTjI4SHh233Y+nNGvDJcPLkPnDn7kb3PgqY9aICvbA0Pp/217s1A8Du1iI2AjUE8E6krKgR7Xdj6JTDxX5DOGto0FzulfjkuHlWJoHy/aGyaW73Djq3WxWLzJjVWFHuwqM1DqUzDF+9MiClgkYZkxKZDlMqSIDEkIgYhHcViSdGwBEvCb4vrMEH9JOWGqfayJxPZeHNu1Emf0LcOwY7zYrRWWrXPgX9kx+O9yN7bvA2JdvnwCTdz61u636omFXd1GwEYgikw9FkhdU7v2dRo8rsLEb0t9juNjXHAOPsaHMxPLcVr/Cgzq5EVbp4mdZQ7kFLqxvtCJ1TtcWL/HbX22t1xZvgZiNRCyEKkipGQUorBS4rKYOhlxLo14j4l2sSZ6tPahbzsv+nbyYkj7SnSMNbHHq7BiuxPfrnLho1wPlmwyUFwBidD8KcbQH2vC29uydv1oX10bARuBhiFQp6QQ3m2P1B7HGIZ5khc4r8RrnMpAvwQPo3c7E8O6ejGqewV6d/AhMcGL1m5t+SsU+QzsqDCwt9xAeRlZpz4VVRrBQChAjqCUMypjnBoet0brWI12br8VZyHJVIoqFVbvcWJ1gQM/bXRh8SYn1u40sKuERIrY6jHMLzxOfATQl5te37GmYTDYrWwEbARCCNSLFEKNxFy5r3JnP7/iwZUmzvSb6mQTNFjSs7XymGgfp9E1wUTPBB86xpto38pEh1g/4p1sSQGhqEjpz9JBEqO4krCn0oEdpQo7ixS27XNg/W4Dm/cY2F5kSFo1lPvk+Ahe6yL/tx4HvoIyF5X7aNXOrJ1VR2nZl9ZGwEagcQg0iBTCh+w6pmuMq7Vur32qF2tjsF/zcX5gAIP6KKK2Yq50kBxhD7gMUUJKWsqwHiRRioRNm2SdBen1B36KnsHUKAJ4raH0zy5F2Yp1DkHnxXjMnateKrRSUtnFRsBGoGkRaDQpVJ+OkIRqpzyqXMWD/B0B6sladdVKdyJNCSYhzkoZptGGWSsm2hWMiioF9B5i2g5CAWlzA7n0Fk3OvdrQFQVzC+Q04Xr5dzctVHZvNgK/DgSanBR+HbDZq7QR+OUiYJPCL/fa2iuzEWgQAjYpNAg2u5GNwC8XAZsUfrnX1l6ZjUCDELBJoUGw2Y1sBH65CNik8Mu9tvbKbAQahIBNCg2CzW5kI/DLRcAmhV/utbVXZiPQIARsUmgQbHYjG4FfLgI2Kfxyr629MhuBBiFQKykMmZB4mkF8PYhOlnzzIGST5gVLHs7PatBoDWjUMeOW3lrpM5noBDAPALg3QLHBAzX2AVwK0FoAqwj4Tmn12faU5+Rvu9gI2Ag0AIEaSWH45H5/ZOa/h44XP6BvpseXPrxajh5vlpLw8jUJDo/nWhBfBcbweg9CWAKmV/0VFS/vvXbe3nq3txvYCPyKEYhICsMn9T+Zob8MO9xSDvaQ8w5HVGFFfP3SWfkvNSV27d+4taU29SQC3wbAOrCkkaVIjnNThpq9c+yzdnh1I8G0m/86EIhICsMm9psP4lSBgAkzTZfrITm8c9ikvlcCJMeVecD4funDeSc2FUwdMv9wmSb9JEChI82aqmtZRYFidceO5OftFG1NiKrd1S8TgRpIIXE1CIlgrFr6cN6A8KUPm5T4AQA5f27H0tl5ch5io0rPl6/xFHtczxDoukZ1FF3juS0rKu9cf+08OZfQLjYCNgIREIhMCpP6rQe4B8DLl87OHxrebvikxHcYuBiEwqWz8to3BtWA7sD9bwCnNqaferb92qfVxftSnqvXobP1HMOubiNw1CJQg04h+OBLnlXgnmWz856UFQ6fnHgBMzKCmv8VS2fnJTV05XGv/LGt2+3/pEGKxIYOur/d0kqv4zfFVz+zq/Fd2T3YCPyyEIhICkMn9b2FQM9WLZXwNdg6Bvzcqs8Y85Y+nHdtQ+CQLUOJx/05AOvk5MNUfvAYLc7cPPZxyehkFxsBG4EgAhFJYcjE7q0VuZcD6FITUorpnMUPr/6kIUi2W3DzcwD+0JC2TdmGwS/tGj/3+qbs0+7LRuBoR6BGP4Vhk/veDabHaljgh0tn5/2uIYsPWBn4zYa0bY42BIzZOX7OETOf5lij3aeNQH0QqJEUktKSXI5K71cAjqvWYZkCj148O198F+pV2qTf3koZ3lUAOtWrYfNW3qFNV+Lu1KeKmncYu3cbgaMDgTrcnAcMUcr8BkBc2HL+sHR23pyGLK/tgj/MJPDkhrRtzjYMmrVr/PNTmnMMu28bgaMFgToDooZOTLyMCG8EvRv/snR23oSGLC5oflwftFw0pIvmbLPPX1HZ03aJbk6I7b6PFgTqJAVZyNBJifcq4v5LZuXf2NCFtXvt5nvA+FtD2zd7O+a7C5PnSqyHXWwEftUIREUKTYFQu9duXtyUPgkThlxkTeuR5e82xfQAwpLCcXP2x3Y0Ta92LzYCRx0Ch4QUOr5xQy/TNJosnHnSkItxT9L5FtiP5b6H2cvFKbLxxdCqjx123Xgc7R6ObgQOCSm0y7zpBhC90BRQTRn6e9w16LwDuvr7ivcxc9k7je+e+cbC5LkvNr4juwcbgaMXgUNDCgtulget0U5CU4ddgjsHRnaPeGLlB5ix9F+NvRL/KBw/54bGdmK3txE4mhE4VKQg/g6nNAao+4dditsH7veycUvmpAAABEtJREFUjtTXUys/wkNL327MMN8Ujp/TqHk2ZnC7rY3AkYDAoSKFTQC6NnTBacMvwx8HnBNV82d+/hhpSxqcNmFL4fg5DZ5nVBO0K9kIHOEIHCpS2NfQTEoPjbgct/Q/+yAYX1v3nfXZuF4H53l5btUnuH9xAzyXGcWFyXOaIuPTEX7Z7enZCNSMwKEiBa7vRSAQpo+4HDf3/81BTRes+xZ3/5huff74cakY3+ukg+rMWfU/TFv8Jhj1G7pw/JxDgkl98bDr2wgcKgQOyQPQbsHN9ZIUhBBmHjsGN/Y76yAcMtd+i7sXzofmwMOuiPD46CuR3PtgYnhh9aeY8lNW9MRgSwqH6r6zxzmCEThUpBC1TkEIYdbIK3BD4hkHwZa+5mvcszDjoIdc2jw2OgWpfQ7WEb6Y9zkmL3o9SmLggsLxc2sMFz+Cr6M9NRuBJkPgUJHC1wBOjmbWD48ch+sjEMKra77CvQsza3y4hRgeHZ2Mq/ocnNntH3mfY+Ki16IZ/ofC8XNOiKaiXcdG4JeKwKEihaj9FK7tezoeGTUO8pCHyrz8L3Ff9oI63/bS5i+jxuOavqdVtRWdghDCS3lf1HkNGZi3a/ycBmWTqrNzu4KNwFGCwKEiBcmyJNmWoioiKcweeYVFDPIwy0MdrcJQ2oi0cV3i6VabSYteh0gKUZZbCsfPeT7KunY1G4FfJAKHhBTav3FrXzbNvPogeEO/M9GnZQdM/umNqAkh1L+llzh2LNaU7MCLqz+LeljS6LczZU695hl153ZFG4GjBIFDQgqCRVNHSTY5vnaUZJNDand4dCJwKEnBzqdwdN4j9qx/ZQgcMlKwMy/9yu4se7lHLQKHjBQEITtH41F7n9gT/xUhcEhJIZjNWRR5HY4gjHeYBvfbM3aueF3axUbgV4/AISUFQbv9gpsvZyDrSEGeiMfuHDf3iJnPkYKLPY9fLwKHnBQCloibngfTzYcbdvuEqMN9Bezxj0QEDgspdH3j7pgKs0wcCOyzJI/Eu8Ke068agcNCCoJ458yb2nmJ5CzKYYfhCix1MZ9dkDy38DCMbQ9pI3BEI3DYSEFQic+4pbVTaUnFfChToH3t0+rifSnP7Tmir4w9ORuBw4TAYSUFWbMcS1/scT9HwDWHAIO5LSsq71x/7byKQzCWPYSNwFGJwGEnhRBqQavEkwCOaQYktxJwh326dDMga3f5i0PgiCEFyyrxznVxXOaaSODbGprTsdoVKmLQ09TC+3Dh718q/sVdPXtBNgLNgMARRQqh9QV0DXwNwFc3UBG5FKBX/BUVL9uHxjbDXWN3+YtG4IgkhXDEO2bc0tsk8ywQSUakAQD3AqhlUJIoArgEoHUMXkWM75TCZzvGzV3zi75q9uJsBJoRgSOeFJpx7XbXNgI2AhEQsEnBvi1sBGwEDkDAJgX7hrARsBGwScG+B2wEbARqRsCWFOy7w0bARuAABP4fSyAxc26yK5QAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-down-arrow {
	width: 8px;
	height: 5px;
	vertical-align: middle;
	background-position: -5px -5px;
}
.sprite-footer-facebook-ico {
	width: 26px;
	height: 26px;
	background-position: -23px -5px;

}
.sprite-footer-linkedin-ico {
	width: 26px;
	height: 26px;
	background-position: -59px -5px;
}

.sprite-footer-twitter-ico {
	width: 26px;
	height: 26px;
	background-position: -95px -5px;
}
.sprite-footer-youtube-ico {
	width: 26px;
	height: 26px;
	background-position: -131px -5px;
}
.sprite-johndeere-logo {
	width: 251px;
	height: 47px;
	background-position: -5px -41px;
	float: right;
}
.sprite-slideout-close-btn {
	width: 19px;
	height: 19px;
	background-position: -207px -5px;
	vertical-align: bottom;
}
.sprite-parts-cart-ico {
	width: 30px;
	height: 19px;
	background-position: -167px -5px;
}
.sprite-top-phone-ico {
	width: 14px;
	height: 14px;
	background-position: -236px -5px;
}
.sprite-top-pin-ico {
	width: 10px;
	height: 14px;
	background-position: -5px -98px;
}
.sprite-uparrow-gray {
	width: 43px;
	height: 43px;
	background-position: -25px -98px;
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	z-index: 200;
	cursor: pointer;
}
.iconsprite {
	background-image: url(../images/iconspritesheet.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.iconsprite-mobile-inv-ico {
	width: 19px;
	height: 21px;
	background-position: -5px -5px;
}
.iconsprite-mobile-parts-ico {
	width: 21px;
	height: 21px;
	background-position: -34px -5px;
}
.iconsprite-mobile-phone-ico {
	width: 26px;
	height: 27px;
	background-position: -65px -5px;
}
.iconsprite-mobile-pin-ico {
	width: 49px;
	height: 47px;
	background-position: -5px -36px;
}
.iconsprite-nav-ico {
	width: 49px;
	height: 47px;
	background-position: -101px -5px;
}
a.jdspecial-yellowbtn {
	padding: 16px 30px !important;
	background: #fdda01 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #333 !important;
	display: inline-block !important;
	text-align: center !important;
	transition: all .5s ease-out !important;
	text-align: center !important;
	vertical-align: middle !important;
	margin: 0 0 10px 0;
}
.UserDefinedForm .card {
	padding: 4px;
	border: solid thin silver;
}
.UserDefinedForm .etype-decl {
	padding: 4px;
	background: #eee;
	text-align: center;
	font-weight: 600;
}
.UserDefinedForm .inner-contain {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.UserDefinedForm .browse-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

/* MastHead */
#site-header {
	background: #fff;
}
.TopRow{
	border-bottom: 1px #d4d4d4 dotted;
}
.TopRow, 
.BottomRow 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding:10px;
}
.topR_left, 
.bottomR_left 
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:10px;
}
.topR_right, 
.bottomR_right 
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.top-locales-links {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    list-style: none;
    padding: 0;
}
.top-locales-links li {
    display: flex;
    align-items: center;
    margin:0;
}
.top-locales-links li a{
    margin:0 6px;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
}
.top-locales-links li a:hover{
    text-decoration:underline;
}
.top-locales-links li a#locale-title {
	color: #353937;
}
.top-locales-links li a#locale-phone {
	color: #008752;
}

.ballweg_account_btn,
.header-social-links
{
    display: flex;
    justify-content: flex-end;
}
.logoHolder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ballweg_parts_btn,
.ballweg_guides_btn,
#search-holder,
.header-social-links
{
    margin-left: 10px;
}
.header-social-links a.header-facebook {
	width: 26px;
	height: 26px;
	background-image: url(../images/facebook-ico.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0 15px;
	font-size: 27px;
}
.header-social-links a.header-facebook:hover {
	width: 26px;
	height: 26px;
	background-image: url(../images/facebook-ico-Hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.header-social-links a.header-instagram {
	width: 26px;
	height: 26px;
	background-image: url(../images/instagram-ico.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0 15px;
	font-size: 27px;
}

.header-social-links a.header-instagram:hover {
	width: 26px;
	height: 26px;
	background-image: url(../images/instagram-ico.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.header-social-links a.header-twitter {
	width: 26px;
	height: 26px;
	background-image: url(../images/twitter-ico.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0 15px;
	font-size: 27px;
}
.header-social-links a.header-twitter:hover {
	width: 26px;
	height: 26px;
	background-image: url(../images/twitter-ico-Hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.header-social-links a.header-youtube {
	width: 26px;
	height: 26px;
	background-image: url(../images/youtube-ico.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0 5px;
	font-size: 27px;
}
.header-social-links a.header-youtube:hover {
	width: 26px;
	height: 26px;
	background-image: url(../images/youtube-ico-Hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.header-social-links a.header-linkedin {
	width: 26px;
	height: 26px;
	background-image: url(../images/linkedin-ico.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0 5px;
	font-size: 27px;
}
.header-social-links a.header-linkedin:hover {
	width: 26px;
	height: 26px;
	background-image: url(../images/linkedin-ico-Hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
#site-header a.ballweg_account_btn {
	display: inline-block;
	border: 2px #008752 solid;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #008752;
	margin:0 15px;
}
#site-header a.ballweg_parts_btn {
	display: inline-block;
	padding: 8px 18px;
	line-height: 34px;
	border: 2px #008752 solid;
	font-weight: bold;
	text-align: center;
	color: #008752;
}
#site-header a.ballweg_account_btn:hover,
#site-header a.ballweg_parts_btn:hover {
	border: 2px #000 solid;
	color: #000;
}
#site-header a.ballweg_guides_btn {
	display: inline-block;
	background: #202020;
	line-height: 38px;
	padding: 8px 18px;
	font-weight: bold;
	text-align: center;
	color: #FFDD00;
}
#site-header a.ballweg_guides_btn:hover {
	background: #353535;
}
.now-hiring-btn {
	display: inline-block;
	overflow:hidden;
	line-height: 38px;
	padding: 6px 25px;    
	font-size: 16px;
	font-weight:bold;
	color: #FFDD00;
	text-align: center;
	position: relative;
	transition: transform 0.2s ease-in-out;
	animation: pulse 4s infinite alternate ease-in-out;    
}
@keyframes pulse {
	0% { background-color: #008752; }
	25% { background-color: #37b027; }
	50% { background-color: #19a551; }
	75% { background-color: #54ba0f; }
	100% { background-color: #008752; }
}
.now-hiring-btn span {
	color: #FFDD00;
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards;
}
@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #FFDD00;
	}
	60% {
		color: #FFDD00;
	}
	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}
	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}
.now-hiring-btn span{
    display: inline-block;
}
.animate span:nth-of-type(2) {
  animation-delay: .05s;
}
.animate span:nth-of-type(3) {
  animation-delay: .1s;
}
.animate span:nth-of-type(4) {
  animation-delay: .15s;
}
.animate span:nth-of-type(5) {
  animation-delay: .2s;
}
.animate span:nth-of-type(6) {
  animation-delay: .25s;
}
.animate span:nth-of-type(7) {
  animation-delay: .3s;
}
.animate span:nth-of-type(8) {
  animation-delay: .35s;
}
.animate span:nth-of-type(9) {
  animation-delay: .4s;
}
.animate span:nth-of-type(10) {
  animation-delay: .45s;
}
.animate span:nth-of-type(11) {
  animation-delay: .5s;
}
.animate span:nth-of-type(12) {
  animation-delay: .55s;
}
.animate span:nth-of-type(13) {
  animation-delay: .6s;
}
.animate span:nth-of-type(14) {
  animation-delay: .65s;
}
.animate span:nth-of-type(15) {
  animation-delay: .7s;
}
.animate span:nth-of-type(16) {
  animation-delay: .75s;
}
.animate span:nth-of-type(17) {
  animation-delay: .8s;
}
.animate span:nth-of-type(18) {
  animation-delay: .85s;
}
.animate span:nth-of-type(19) {
  animation-delay: .9s;
}
.animate span:nth-of-type(20) {
  animation-delay: .95s;
}

.search-icon-btn {
    background: transparent;
    border-radius: 0px;
    padding: 10px;
    display:none;
}
.search-icon-btn:hover {
    background: transparent;
}
.site-logo-mobile {
	margin: 0;
	text-align: center;
}
.site-logo-mobile img {
	height: 75%;
}
.page-banner {
	margin: 0 0 10px 0;
	height: auto;
}
.page-banner img {
	margin: 0 auto;
	height: auto;
	width: 100%;
}
#iframe-site-header {
	position: fixed;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+33,ffffff+100 */
	background: #efefef;
	/* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #ffffff 33%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 33%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efefef 0%, #ffffff 33%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.55);
	z-index: 3000;
}

/* Masthead Search */
#site-header .search-pad {
	padding: 0 0 0 10px;
	overflow: hidden;
}
#search-holder {
	position: relative;
	overflow: hidden;
	margin-top:24px;
}
#search-holder fieldset {
	margin: 0;
	padding: 0;
}
#search-holder form input.text,#search-holder form input.title,#search-holder form input[type=password],#search-holder form input[type=text],#search-holder form textarea {
	height: 54px;
	line-height: 54px;
	width: 300px;
	float: left;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 0px;
	color: #8f8f8f;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 14px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
}
#search-holder form ::-webkit-input-placeholder {
	color: #8f8f8f;
}
#search-holder form ::-moz-placeholder {
	color: #8f8f8f;
}
#search-holder form :-ms-input-placeholder {
	color: #8f8f8f;
}
#search-holder form :-moz-placeholder {
	color: #8f8f8f;
}
#search-holder form .Actions .action,#search-holder form a.btn,#search-holder form button,#search-holder form input[type=submit] {
	width: 100px;
	height: 54px;
	float: left;
	vertical-align: top;
	background: #008752;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer
}
#search-holder form .Actions .action:hover,#search-holder form a.btn:hover,#search-holder form button:hover,#search-holder form input[type=submit]:hover {
	background: #000;
}
.adv-search-filter-holder form input[type=text] {
	margin: 0;
}
.adv-search-filter-holder form input[type=submit] {
	height: 2.3125rem;
	background: #008752;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.adv-search-filter-holder form input[type=submit]:hover {
	background: #000;
	color: #fff;
}
#search-holder #Search {
    height: 54px;
    line-height: 54px;
    float: left;
    background-color: #fff;
    border-radius: 0px;
    color: #8f8f8f;
    margin: 0;
    font-size: 14px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);	
}
#search-holder #inv-search-field form {
	margin: 0;
}
#search-holder #prod-site-search-field form {
	margin: 0;
}
.search-switcher {
	float: left;
	font-size: 14px;
	color: #8e8e8e;
	padding: 4px 0 0 0;
}
.search-switcher input[type=radio] {
	cursor: pointer;
	display: inline-block;
	margin: 0;
}
.search-modal {
    position: static;
    display:inline-block;
}
.close-btn {
	display:none;
}

/* Search Results */
.searchResults h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.searchResults p.searchQuery {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.searchResults ul#SearchResults {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.searchResults ul#SearchResults li {
	list-style-type: none;
	list-style-position: outside;
	padding: 20px;
	background: #f9f9f9;
	border-top: thin silver dotted;
	border-left: thin silver dotted;
	border-right: thin silver dotted;
}
.searchResults ul#SearchResults li h4 {
	margin: 0 0 10px 0;
	padding: 0;
}
.searchResults ul#SearchResults li h4 a {
	color: #008752;
	font-size: 24px;
	font-weight: bold;
}
.searchResults ul#SearchResults li a {
	color: #1363bd;
}
.searchResults ul#SearchResults p {
	margin-bottom: 10px;
}
.searchResults #PageNumbers a {
	padding: 0 5px;
}
.searchResults #PageNumbers .pagination {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	display: table;
	/* displays the pagination as a table so that elements stay inline and the middle column adjusts its size to accomodate and the right arrow stays to the right */
	width: 100%;
}
.searchResults #PageNumbers .pagination span {
	display: table-cell;
	/* each element in the pagination div displays as a table cell */
}
.searchResults #PageNumbers p {
	text-align: center;
	padding: 20px 0;
}
.searchResults #PageNumbers .next,.searchResults #PageNumbers .prev {
	font-size: 14px;
	padding: 0 20px;
	display: table-cell;
	/* each element in the pagination div displays as a table cell */
	vertical-align: middle;
	border-bottom: 0 !important;
}
.searchResults #PageNumbers .next {
	margin-left: 15px;
}
.searchResults #PageNumbers .prev {
	margin-right: 15px;
}
/*End Site Wide Search*/

#parts-search {
	padding: 6px 5px 0px 5px;
}
#parts-search>form>input[type=text].parts-search-field {
	float: left;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .75);
	font-size: 50px;
	height: 66px;
	margin: 0;
	padding: .5rem;
	width: 85%;
	border: 2px #2a8b24 solid;
}
#parts-search>form>input[type=submit].parts-search-submit {
	float: right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a8b24+0,1f691a+100 */
	background: #2a8b24;
	/* Old browsers */
	background: -moz-linear-gradient(top, #2a8b24 0%, #1f691a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2a8b24 0%, #1f691a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2a8b24 0%, #1f691a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a8b24', endColorstr='#1f691a', GradientType=0);
	/* IE6-9 */
	color: #FFDD00;
	font-size: 16px;
	display: inline-block;
	border-radius: 0px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	height: 66px;
	padding: 0 25px 0 25px;
	border: 0;
	cursor: pointer;
}
.iframeBody {
	padding: 90px 0 0 0;
}

/* Navigation*/
.navigation {
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #7cbc74;
	position: absolute;
	right: 2px;
	top: 28px;
}

/* Hero */
.hero {
	position: relative;
	z-index: 1;
}
#slider-text p.slider-video-text {
	color: #eeeeee;
	font-size: 110px;
	line-height: 120px;
	font-weight: 800;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.58);
}
.body-text>p {
	color: #fff;
}
.body-text>h2,.body-text>h3,.body-text>h4,.body-text>h5 {
	color: #fff;
}

/* Search */
#site-search {
	background: #008752;
	padding: 50px 0 50px 0;
	margin: 0 0 50px 0;
}
#site-search p.site-search-title {
	font-size: 24px;
	color: #e6e6e6;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* Cards */
#cards {
	padding: 5px 0 0 0;
	background: white;
	overflow: hidden;
}

/* MyJohnDeere */
#myjohndeere {
	width: 100%;
	min-height: 284px;
	padding: 20px 0 20px 0;
	background-image: url('../images/myjohndeere-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	position: relative;
}
#myjohndeere h3.mydeere-title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1;
}
#myjohndeere p {
	font-size: 17px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	width: 40%;
	margin: 0 auto 10px auto;
}
#myjohndeere .myjd-tablet {
	width: 451px;
	height: 298px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
#myjohndeere .myjd-tablet img {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
#myjohndeere a.mydeere-btn {
	background: #FFDD00;
	width: 175px;
	position: relative;
	border-radius: 3px;
	padding: 20px 30px 20px 30px;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	text-decoration: none;
	color: #008752;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	z-index: 1;
}
#myjohndeere a.mydeere-btn:hover {
	background: #008752;
	color: #FFDD00;
}

/* Departments */
#depts {
	width: 100%;
	padding: 40px 0px 30px 0;
	background-image: url('../images/field-wallpaper.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table {
	margin-bottom: 0;
	background: white;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table .dept-pad {
	padding: 25px;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table {
	border: 0;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table .description {
	font-size: 16px;
	line-height: 24px;
	color: #535353;
	border-bottom: 0;
	padding: 6px 0 15px 0;
	text-align: left;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table a {
	text-decoration: none;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table .card-link {
	background-color: #ffffff;
	padding: 0 0.9375rem 0.9375rem 0.9375rem;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table .card-link a {
	color: #1055c7 !important;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table li.cta-button {
	text-align: left;
	padding: 8px 0 0 0;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table li.cta-button a.button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 12px 20px 12px 20px;
	font-size: 16px;
	font-weight: bold;
	background: #008752;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFDD00;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table li.cta-button a.button:hover {
	background: #FFDD00 !important;
	color: #008752;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table .price {
	font-size: 32px;
	text-transform: uppercase;
	color: #393939;
	font-weight: bold;
	background-color: #ffffff;
	padding: 0.9375rem 0 8px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px #bfbfbf solid;
	text-align: left;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table .title {
	padding: 0;
}
#depts .card-block [class*="block-grid-"]>li ul.pricing-table .title img {
	width: 100%;
}
.spec-grid ul.grid-list-style {
	margin: 0;
	padding: 0;
}
.spec-grid ul.grid-list-style li {
	list-style-type: none;
}
.spec-grid ul.grid-list-style li a {
	background: #efefef;
	display: block;
	padding: 5px;
	text-indent: 5px;
	border-bottom: thin #c0c0c0 dotted;
}
.spec-grid ul.grid-list-style li a:hover {
	background: #e5e5e5;
}

/* Brands Scroller */
.brands {
	width: 100%;
	padding: 60px 0 80px 0;
}
.brands h2.title-underline {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #008752;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0 0 50px 0;
}
.brands h2.title-underline:after {
	content: '';
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -10px;
	background: #bfbfbf;
	left: 0;
	margin: 0;
}
.brands h2.title-underline:after {
	left: 50%;
	margin-left: -50px
}
.brandsmobile {
	width: 100%;
	background: #ffffff;
	padding: 60px 0 80px 0;
}
.brandsmobile h2.title-underline {
	font-size: 32px;
	font-weight: bold;
	color: #008752;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0 0 50px 0;
}
.brandsmobile h2.title-underline:after {
	content: '';
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -10px;
	background: #bfbfbf;
	left: 0;
	margin: 0;
}
.brandsmobile h2.title-underline:after {
	left: 50%;
	margin-left: -50px
}

/* Features */
#features {
	background: white;
	width: 100%;
	padding: 50px 0 50px 0;
}
#features h2.title-underline {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #008752;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0 0 50px 0;
}
#features h2.title-underline:after {
	content: '';
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -10px;
	background: #bfbfbf;
	left: 0;
	margin: 0;
}
#features h2.title-underline:after {
	left: 50%;
	margin-left: -50px
}
.promo_grid_breakout {
	padding: 15px;
	border: 1px #e6e6e6 solid;
}
.promo_grid_breakout h3 {
	font-size: 18px;
	font-weight: bold;
	color: #262626;
	padding: 10px 0 5px 0;
	margin: 0;
}
.promo_grid_breakout a.text_button {
	font-size: 16px;
	font-weight: bold;
	color: #008752;
	text-transform: uppercase;
}
.promo_grid_breakout a.text_button:hover {
	color: #262626;
	text-decoration: underline;
}

/* Build Page */
#build-page h6.build-title {
	color: #474747;
	font-size: 18px;
	margin: 0 0 8px 0;
	padding: 0;
}
#build-page ul li .grid-pad-outer {
	background: white;
	padding: 10px;
}
#build-page ul li .grid-pad-outer .grid-pad {
	background: white;
	border: 1px #cccccc solid;
	padding: 10px;
}
#build-page .grid-card {
	border: thin #d8d8d8 solid;
}
#build-page img {
	margin: 0 0 6px 0;
}
#build-page a.build-link {
	background: #008752;
	color: #FFDD00;
	font-size: 16px;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 20px 6px 20px;
}
#build-page a.build-link:hover {
	background: #FFDD00;
	color: #008752;
}

/* Brand Page */
#brand-group {
	width: 100%;
	text-align: center;
}
#brand-group ul li .grid-pad-outer {
	background: white;
}
#brand-group ul li .grid-pad-outer .grid-pad {
	background: white;
	border: 1px #cccccc solid;
	padding: 10px;
}
#brand-group .brand-grid {
	border: thin #dbdedc solid;
	text-align: center;
}
#brand-group h2.brand-title {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 8px 0 8px 0;
	padding: 0;
	text-align: center;
}
#brand-group .brand-group-pic {
	max-width: 200px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.brand-group-pic img {
	width: 100%;
}

/* Parts Pages */
.yellow-block [class*=block-grid-]>li {
	padding: 0 .625rem 0.25rem;
}
.yellow-block [class*="block-grid-"]>li .content {
	background: #fdf8e6;
	padding: 10px;
	overflow: hidden;
}
.grey-background {
	background: #f1f1f1;
}
a.yellow-button {
	display: block;
	background: #FFDD00;
	padding: 10px 0 10px 0;
	color: black;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
a.yellow-button:hover {
	background: #008752;
	color: white;
}

/* Ad Pages */
.adpage-grid {
	font-size: 16px;
}
.adpage-grid h3.adpage-title {
	color: #323232;
	font-size: 16px;
	font-weight: bold;
}
.adpage-grid span {
	font-size: 14px;
}
.adpage-grid .adpage-tmb img {
	max-width: 100%;
	border: thin #dbdedc solid;
}
.adpage-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.ad-pad {
}
.adpage-content {
	vertical-align: top;
}
.adpage-wrapper h2.ad-title {
	color: #2a2a2a;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	line-height: normal !important;
}
.adpage-wrapper h3.ad-date {
	color: #ec4c0d;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
	font-style: italic;
}
.adholder {
	border-bottom: 2px #eeeeee solid;
	margin: 0 0 5px 0;
	padding: 0 0 15px 0;
}
.adpage-wrapper a.ad-button {
	background: #008752;
	color: #FFDD00;
	font-size: 14px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 5px 17px;
}
a:hover.ad-button {
	background: #FFDD00;
	color: #008752;
}
.adpage-wrapper a.ad-button h4 {
	color: #FFDD00;
	font-size: 14px;
}
a:hover.ad-button h4 {
	color: #008752;
}
.ad-category {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	border-bottom: thin gray solid;
}
.ad-category img {
	width: 300px;
	height: 100%;
	overflow: hidden;
	vertical-align: top;
}
.ad-category a.header-bar {
	font-size: 13px;
	line-height: 20px;
	margin: 0 !important;
	color: white;
	min-height: 50px;
	display: inline-block;
	width: 100%;
	padding: 6px 0 6px 0;
	text-decoration: none;
	text-transform: uppercase;
	background: #076439;
	background: -moz-linear-gradient(top, #076439 0%, #044728 100%);
	background: -webkit-linear-gradient(top, #076439 0%, #044728 100%);
	background: linear-gradient(to bottom, #076439 0%, #044728 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#076439', endColorstr='#044728', GradientType=0);
}
.ad-category a.header-bar:hover {
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
	color: yellow;
}
.title-nav p.ad-crumbs {
	font-size: 12px;
	color: #000;
	float: right;
	margin: 0;
	padding: 0;
}
.title-nav p.ad-crumbs a {
	font-size: 12px;
	color: green;
	text-decoration: none;
}
.pic {
	height: 300px;
	width: 300px;
	overflow: hidden;
}
.pic:hover {
	cursor: pointer;
}

/* Grid Page */
.sub-category-blocks h3.block-header {
	color: #151515;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0;
	text-decoration: none !important;
}
.sub-category-blocks ul {
	margin: 0;
	padding: 0;
}
.sub-category-blocks li {
	list-style-type: none;
	list-style-position: outside;
}
.sub-category-blocks .arrow-orange {
	background-image: url('../images/orange-arrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 8px 0 0;
}
.sub-category-blocks li p {
	color: #5c5c5c;
}
.sub-category-blocks li a {
	color: #377b32;
	font-size: 14px;
	text-decoration: none;
}
.sub-category-blocks .small-pad {
	padding: 5px !important;
}
.sub-category-blocks .grid-card {
	border: thin #d8d8d8 solid;
	background-color: white;
}
.sub-category-blocks .grid-card img {
	margin: 0 0 6px 0;
}
.sub-category-blocks .grid-card .learn-btn {
	background: #008752;
	color: #FFDD00;
	display: inline-block;
	padding: 4px 16px 4px 16px;
	border-radius: 3px;
}
.sub-category-blocks .grid-card .learn-btn:hover {
	background: #FFDD00;
	color: #008752;
}

.sub-category-blocks .grid-card span.text-linkage {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    color: #3d3d3d;
    margin: 0;
    padding: 8px 0 4px 0;
    text-decoration: none !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.sub-category-blocks .grid-card span.text-linkage:hover {
    color: #000;
}


.grid-titles {
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #151515;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}

/* Staff List Page */
.staff-section {
	margin: 0;
	padding: 0;
}
.staff-section li {
	font-size: 16px;
}
.staff-section li a {
	font-size: 14px;
}
.staff-section .staff-content-holder {
	border: thin #d0d0d0 solid;
}
.staff-section .staff-photo {
	display: block;
	margin: 0 auto 6px auto;
}
.staff-section .staff-title {
	color: #000;
	font-size: 17px;
	position: relative;
}
.staff-section .staff-pos {
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
}
.staff-section .staff-email {
	height: 17px;
	line-height: 17px;
}
.staff-section .staff-email a {
	font-size: 13px;
	color: #188728;
	text-decoration: none;
}
.staff-section .staff-email a:hover {
	text-decoration: underline;
}
.staff-section [class*="block-grid-"]>li.centered {
	padding: 0px 0.625rem 1.25rem !important;
}
.staff-titles {
	width: 100%;
	font-size: 24px;
	color: #545454;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}
.staff-member .full-text {
	display: none;
}
.readmore-trigger {
	color: #008752;
	text-decoration: none;
	font-size: 16px;
}
.readmore-trigger:hover {
	text-decoration: underline;
}
.readless-trigger {
	color: #008752;
	text-decoration: none;
	font-size: 16px;
}
.readless-trigger:hover {
	text-decoration: underline;
}
/* Staff Contact Form + components */
/* email button on locations page */
.staff-direct-email,.staff-section a.staff-direct-email {
	background: #008752;
	color: #FFDD00;
	font-size: 14px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 5px 17px;
}
.staff-direct-email:hover,.staff-section a.staff-direct-email:hover {
	background: #FFDD00;
	color: #008752;
}
#staff-contact-form {
	z-index: 40001;
}
#staff-contact-form .staff-contact-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 40001;
}
#staff-contact-form .vertical-offset {
	position: fixed;
	top: 25%;
	left: 0;
	width: 100%;
	max-height: 75%;
	overflow: auto;
	z-index: 40002;
}
#staff-contact-form .staff-contact-form-close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 50;
}
#staff-contact-form input.action {
	background: #008752;
	color: #FFDD00;
	border-radius: 3px;
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 15px 6px 15px;
}
#staff-contact-form input.action:hover {
	background: #FFDD00;
	color: #008752;
}
.staff-contact-form-cont {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	background-color: white;
	padding: 10px 35px;
	border: 1px solid black;
	box-sizing: border-box;
}
#staff-contact-form .form-title {
	padding: 5px 10px;
}
#staff-contact-form .message.error {
	display: block;
	padding: 5px 10px;
	background: #FF9595;
	color: black;
}
#staff-contact-form .Actions {
	overflow: hidden;
}
/* used to remove body scroll for modal */
body.staffContactHideOverflow,html.staffContactHideOverflow {
	overflow: hidden;
}

/* Reference Guides Page */
#QRG-wrapper table tr td a {
	color: #008752;
	text-decoration: underline;
}
#QRG-wrapper table tr td a:hover {
	color: #555555;
	text-decoration: none;
	text-indent: 8px;
}
.QRG-header {
	display: block;
	padding: 10px;
	background: #e9e9e9;
	font-size: 26px;
	font-weight: bold;
	color: #008752;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 15px 0;
}
.QRG-subheader {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	background: #f7f7f7;
	padding: 10px 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px #e6e6e6 solid;
}

/* Child Grid */
.child-grid {
	width: 100%;
}
.child-grid ul li.child-grid-item {
	padding-bottom: 20px;
	margin: 0;
}
.child-grid ul li.child-grid-item img {
	width: 100%;
}
.child-grid ul li h3.grid-title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4d8d7+0,ffffff+100 */
	background: #d4d8d7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #d4d8d7 0%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d4d8d7 0%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d4d8d7 0%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d8d7', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	border-left: 1px #dee2e1 solid;
	border-right: 1px #dee2e1 solid;
	border-top: 1px #dee2e1 solid;
	border-bottom: 3px #dee2e1 solid;
	padding: 15px 5px 15px 5px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	color: #000;
	margin: 0;
	text-decoration: none !important;
}
.child-grid ul li h3.grid-title a {
	font-size: 16px;
	text-align: center;
	color: #000;
	margin: 0;
	text-decoration: none !important;
}
.child-grid ul li .child-grid-thumb {
	text-decoration: none !important;
}
.child-grid-thumb:hover>.grid-title,.child-grid-thumb:active>.grid-title,.child-grid-thumb:focus>.grid-title {
	background: #e1e6e5;
	text-decoration: none;
}

/* Custom Ribbon */
.ribbon-background {
	width: 100%;
	padding: 50px 0px 50px 0;
	background-image: url('../images/field-wallpaper.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
}
#ribbon-inner {
	padding: 30px 0 30px 0;
}
#ribbon-inner .odd .border {
	border-right: 1px #587853 solid;
}
#ribbon-inner .ribbon-description {
	color: #ffffff;
	font-size: 44px;
}
#ribbon-inner .ribbon-description p {
	color: #fff;
	font-size: 44px;
	margin: 10px 0 10px 0;
	line-height: 60px;
	font-weight: bold;
}
#ribbon-inner .ribbon-button {
	padding: 15px;
	text-align: center;
}
#ribbon-inner h2.ribbon-heading {
	font-size: 36px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.63);
}
#ribbon-inner h3.ribbon-tag {
	font-size: 36px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.63);
}
#ribbon-inner .ribbon-button a {
	background: #FFDD00;
	border-radius: 3px;
	padding: 20px 30px 20px 30px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #008752;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
#ribbon-inner .ribbon-button a:hover {
	background: #008752;
	color: #FFDD00;
}
h3.features-title {
	font-size: 22px;
}

/* Box Shadow */
.effect2 {
	position: relative;
}
.effect2:before,.effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}
.effect2:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/* Widgets */
.WidgetHolder {
	width: 100%;
	margin-bottom: 12px;
	position: relative;
}
.widget-contain {
	width: 100%;
	height: auto;
}
.widget-contain iframe {
	width: 100%;
	height: auto;
}
.widget-contain img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.youtubewidget {
	margin: 0;
	padding: 0;
	background: #2f2f2f;
}
.youtubewidget li {
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px #585858 dotted;
}
.youtubewidget li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.youtubewidget li a:hover {
	text-decoration: underline;
}
ul.child-pages-listing {
	padding: 0px;
	font-size: 120%;
}
ul.child-pages-listing li {
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
}
ul.child-pages-listing li a {
	background: #ff3019;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 42%, #cf0404 53%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3019 42%, #cf0404 53%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff3019 42%, #cf0404 53%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
	/* IE6-9 */
	padding: 6px 20px 6px 20px;
	color: #fff;
	text-decoration: none;
}

/* Sitemap */
#Sitemap ul {
	list-style-type: none;
	margin: 0;
}
#Sitemap li {
	margin: 5px 0;
}
#Sitemap li a {
	background: #f0f0f0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px;
	color: #000;
}
#Sitemap li ul {
	list-style-type: disc;
	padding: 5px 0 1px 15px;
}
#Sitemap li li a {
	display: inline;
	background: none;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
	color: #000;
}
#Sitemap li li ul {
	list-style-type: circle;
	padding-left: 25px;
}
#Sitemap li li li ul {
	list-style-type: square;
}

/* Footer */
#footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdfdf+0,f3f3f3+100 */
	background: #dfdfdf;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dfdfdf 0%, #f3f3f3 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #f3f3f3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dfdfdf 0%, #f3f3f3 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#f3f3f3', GradientType=0);
	/* IE6-9 */
	padding: 50px 0 0 0;
}
#footer .footer-sections .arrow-right {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #008752;
}
#footer .footer-sections h3 {
	margin: 0px;
	color: #008752;
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}
#footer .footer-cols {
	margin: 0;
	padding: 20px 20px 20px;
}
.dealerlinks {
	margin: 0;
	padding: 20px 0 20px 20px !important;
}
#footer .footer-cols li {
	padding: 0;
	line-height: 30px;
	list-style-type: none;
	list-style-position: inside;
	color: #5b5b5b;
}
#footer .footer-cols li a {
	color: #5b5b5b;
	text-decoration: none;
}
#footer .footer-cols li a:hover {
	text-decoration: underline;
}
#footer ul.foot-locales {
	margin: 0 0 10px 0;
}
#footer ul.foot-locales li a {
	font-size: 14px;
	color: #5b5b5b;
}
#footer #locale-title {
	color: #cb151c;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#footer h3.col-headers {
	margin: 0px;
	color: #f85505;
	font-size: 24px;
	padding: 0px 5px 10px 5px;
}
#footer .copyright-border-top {
	border-top: #c1c1c1 thin solid;
	padding: 20px 0 0 0;
}
#footer .copyright-border-top p {
	font-size: 13px;
	color: #5b5b5b;
	margin: 0 0 10px 0;
	padding: 0;
}
#footer .copyright-border-top a {
	font-size: 13px;
	color: #5b5b5b;
}
#footer .copyright-border-top a:hover {
	text-decoration: underline;
}
#footer .copyright-border-top h3 {
	color: #5b5b5b;
	font-size: 16px;
	font-weight: bold;
}

/* SlideOut Form */
.slide-out-div {
	padding: 15px;
	width: 300px;
	background: #008752;
	z-index: 5000;
	-webkit-box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
	box-shadow: 5px 3px 8px 1px rgba(0, 0, 0, 0.31);
	height: auto !important;
}
.slide-out-div form label {
	color: #fff;
}
#quoteform form#Form_ContactForm {
	overflow: hidden;
}
#quoteform form#Form_ContactForm fieldset label {
	color: #fff;
}
#contact-trigger a.hide-btn {
	float: right;
	color: #fff;
}
#contact-trigger a.hide-btn:hover {
	color: #fff;
}
.handle {
	top: 165px !important;
}
#quoteform h3 {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: bold;
}
#quoteform p {
	padding: 0;
	margin: 0 0 10px 0;
}
#quoteform fieldset {
	padding: 0;
	margin: 0;
}
#quoteform form#Form_ContactForm fieldset #Name {
	width: 99%;
	margin: 0 0 10px 0;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Name input {
	background: #1d5a15;
	border: thin #174c10 solid;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Name input:focus {
	background: #174910;
}
#quoteform form#Form_ContactForm fieldset #Email {
	float: left;
	width: 48%;
	margin: 0 5px 0 0;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Email input {
	background: #1d5a15;
	border: thin #174c10 solid;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Email input:focus {
	background: #174910;
}
#quoteform form#Form_ContactForm fieldset #Phone {
	float: left;
	width: 48%;
	margin: 0;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Phone input {
	background: #1d5a15;
	border: thin #174c10 solid;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Phone input:focus {
	background: #174910;
}
#quoteform form#Form_ContactForm fieldset #Comments {
	clear: both;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Comments textarea {
	background: #1d5a15;
	border: thin #174c10 solid;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Comments textarea:focus {
	background: #174910;
}
.sub-height {
	height: 30px;
}
#quoteform .Actions {
	margin-bottom: 0;
}
#quoteform a.btn,#quoteform button,#quoteform input[type=submit],#quoteform .Actions .action {
	background: #000;
	color: #FFDD00;
	font-size: 14px;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 8px 17px;
}
#quoteform a.btn:hover,#quoteform button,#quoteform input[type=submit]:hover,#quoteform .Actions .action:hover {
	background: #FFDD00;
	color: #008752;
}
#MyCaptcha {
	width: 95%;
	margin: 0;
	padding: 0;
	clear: both;
}
#MyCaptcha label {
	display: none;
}
#MyCaptcha .field.recaptcha .recaptcha_widget>div>div {
	margin: 0 auto;
	width: 95%;
}
#MyCaptcha div div div {
	width: 90% !important;
}
#MyCaptcha div div div div {
	width: 100px !important;
}
.recaptcha_widget>div {
	max-width: 304px;
	width: auto !important;
}
.recaptcha_widget iframe {
	width: 100% !important;
}

/* Request a Quote form */
#Request_Form_Holder {
	padding: 20px;
	background: #fefefe;
	border: 1px #dddddd solid;
}
#Request_Form_Holder form#Form_RequestQuoteForm fieldset {
	margin: 0;
	padding: 0;
	font-size: 0;
}
#Request_Form_Holder form#Form_RequestQuoteForm fieldset h2 {
	font-size: 22px;
	font-weight: bold;
	color: #008752;
	margin: 8px 0 10px 0;
}
#Request_Form_Holder form#Form_RequestQuoteForm fieldset #FirstName,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #LastName,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Email,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Phone,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Address,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #City,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #State,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Zip {
	display: inline-block;
	width: 49%;
	margin: 0 0.5% 0 0.5%;
}
#Request_Form_Holder form#Form_RequestQuoteForm fieldset #PreferredContact,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #NearestLocation,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #BrandID,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Comments {
	width: 98%;
	margin: 0 auto;
}
#Request_Form_Holder form#Form_RequestQuoteForm fieldset input:not([type]),#Request_Form_Holder form#Form_RequestQuoteForm fieldset input[type="text"],#Request_Form_Holder form#Form_RequestQuoteForm fieldset input[type="email"],#Request_Form_Holder form#Form_RequestQuoteForm fieldset input[type="password"],#Request_Form_Holder form#Form_RequestQuoteForm fieldset select {
	background-color: #f8f8f8;
	border: 1px #dbdbdb solid;
	box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
	color: #272727;
	font-size: 0.875rem;
	height: 52px;
	line-height: normal;
	margin: 0 0 1rem;
	padding: 15px;
}
#Request_Form_Holder form#Form_RequestQuoteForm fieldset textarea {
	background-color: #f8f8f8;
	border: 1px #dbdbdb solid;
	box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
	color: #272727;
	font-size: 0.875rem;
	height: 150px;
	line-height: normal;
	margin: 0 0 1rem;
	padding: 15px;
}
#Request_Form_Holder form#Form_RequestQuoteForm fieldset input:not([type]):focus,#Request_Form_Holder form#Form_RequestQuoteForm fieldset input[type="text"]:focus,#Request_Form_Holder form#Form_RequestQuoteForm fieldset input[type="email"]:focus,#Request_Form_Holder form#Form_RequestQuoteForm fieldset input[type="password"]:focus,#Request_Form_Holder form#Form_RequestQuoteForm fieldset select:focus,#Request_Form_Holder form#Form_RequestQuoteForm fieldset textarea:focus {
	background-color: #ececec;
}

/* Job Application Form 2022 */
.main_application_form form#Form_Form fieldset {
	margin: 0;
	padding: 0;
}
.main_application_form form#Form_Form fieldset h3.FormHeading {
	margin-bottom: 8px;
}
.main_application_form form#Form_Form fieldset .field {
	padding-top: 8px;
	padding-bottom: 8px;
}
.main_application_form form#Form_Form fieldset input:not([type]),.main_application_form form#Form_Form fieldset input[type="text"],.main_application_form form#Form_Form fieldset input[type="date"],.main_application_form form#Form_Form fieldset input[type="datetime"],.main_application_form form#Form_Form fieldset input[type="datetime-local"],.main_application_form form#Form_Form fieldset input[type="email"],.main_application_form form#Form_Form fieldset textarea,.main_application_form form#Form_Form fieldset select {
	font-size: 14px;
}
.main_application_form form#Form_Form fieldset #EditableTextField265 {
	width: 50%;
}
.main_application_form form#Form_Form fieldset #EditableTextField95,.main_application_form form#Form_Form fieldset #EditableTextField96,.main_application_form form#Form_Form fieldset #EditableTextField97,.main_application_form form#Form_Form fieldset #EditableTextField98,.main_application_form form#Form_Form fieldset #EditableTextField99,.main_application_form form#Form_Form fieldset #EditableTextField100,.main_application_form form#Form_Form fieldset #EditableTextField101,.main_application_form form#Form_Form fieldset #EditableTextField102,.main_application_form form#Form_Form fieldset #EditableTextField103,.main_application_form form#Form_Form fieldset #EditableTextField104,.main_application_form form#Form_Form fieldset #EditableEmailField105,.main_application_form form#Form_Form fieldset #EditableCountryDropdownField107,.main_application_form form#Form_Form fieldset #EditableTextField108,.main_application_form form#Form_Form fieldset #EditableTextField113,.main_application_form form#Form_Form fieldset #EditableTextField114,.main_application_form form#Form_Form fieldset #EditableTextField115,.main_application_form form#Form_Form fieldset #EditableTextField116,.main_application_form form#Form_Form fieldset #EditableTextField121,.main_application_form form#Form_Form fieldset #EditableTextField122,.main_application_form form#Form_Form fieldset #EditableTextField123,.main_application_form form#Form_Form fieldset #EditableTextField124,.main_application_form form#Form_Form fieldset #EditableTextField157,.main_application_form form#Form_Form fieldset #EditableTextField158,.main_application_form form#Form_Form fieldset #EditableTextField160,.main_application_form form#Form_Form fieldset #EditableTextField161,.main_application_form form#Form_Form fieldset #EditableTextField165,.main_application_form form#Form_Form fieldset #EditableTextField166,.main_application_form form#Form_Form fieldset #EditableTextField168,.main_application_form form#Form_Form fieldset #EditableTextField169,.main_application_form form#Form_Form fieldset #EditableTextField172,.main_application_form form#Form_Form fieldset #EditableTextField173,.main_application_form form#Form_Form fieldset #EditableTextField175,.main_application_form form#Form_Form fieldset #EditableTextField176,.main_application_form form#Form_Form fieldset #EditableTextField184,.main_application_form form#Form_Form fieldset #EditableTextField226,.main_application_form form#Form_Form fieldset #EditableTextField187,.main_application_form form#Form_Form fieldset #EditableTextField185,.main_application_form form#Form_Form fieldset #EditableTextField189,.main_application_form form#Form_Form fieldset #EditableTextField227,.main_application_form form#Form_Form fieldset #EditableTextField191,.main_application_form form#Form_Form fieldset #EditableTextField192 {
	float: left;
	width: 24%;
	padding: 0 0.4% 0 0.4%;
}
.main_application_form form#Form_Form fieldset #EditableTextField139,.main_application_form form#Form_Form fieldset #EditableTextField140,.main_application_form form#Form_Form fieldset #EditableTextField142,.main_application_form form#Form_Form fieldset #EditableTextField143,.main_application_form form#Form_Form fieldset #EditableTextField144,.main_application_form form#Form_Form fieldset #EditableTextField145,.main_application_form form#Form_Form fieldset #EditableTextField148,.main_application_form form#Form_Form fieldset #EditableTextField149,.main_application_form form#Form_Form fieldset #EditableTextField151,.main_application_form form#Form_Form fieldset #EditableTextField152,.main_application_form form#Form_Form fieldset #EditableTextField153,.main_application_form form#Form_Form fieldset #EditableTextField154,.main_application_form form#Form_Form fieldset #EditableTextField180,.main_application_form form#Form_Form fieldset #EditableTextField225,.main_application_form form#Form_Form fieldset #EditableTextField182 {
	float: left;
	width: 32.3%;
	padding: 0 0.4% 0 0.4%;
}
.main_application_form form#Form_Form fieldset #EditableTextField127,.main_application_form form#Form_Form fieldset #EditableDropdown128,.main_application_form form#Form_Form fieldset #EditableTextField131,.main_application_form form#Form_Form fieldset #EditableTextField132,.main_application_form form#Form_Form fieldset #EditableTextField194,.main_application_form form#Form_Form fieldset #EditableCheckboxGroupField195,.main_application_form form#Form_Form fieldset #EditableTextField196,.main_application_form form#Form_Form fieldset #EditableCheckboxGroupField197 {
	float: left;
	width: 49%;
	padding: 0 0.4% 0 0.4%;
}
.main_application_form form#Form_Form fieldset #EditableTextField136,.main_application_form form#Form_Form fieldset #EditableTextField146,.main_application_form form#Form_Form fieldset #EditableTextField155,.main_application_form form#Form_Form fieldset #EditableTextField162,.main_application_form form#Form_Form fieldset #EditableTextField170,.main_application_form form#Form_Form fieldset #EditableTextField177,.main_application_form form#Form_Form fieldset #EditableTextField199,.main_application_form form#Form_Form fieldset #EditableTextField200,.main_application_form form#Form_Form fieldset #EditableTextField201,.main_application_form form#Form_Form fieldset #EditableTextField202,.main_application_form form#Form_Form fieldset #EditableTextField203,.main_application_form form#Form_Form fieldset #EditableTextField204,.main_application_form form#Form_Form fieldset #EditableTextField205 {
	width: 98.3%;
	padding: 0 0.4% 15px 0.4%;
}
.main_application_form form#Form_Form fieldset .field .checkbox,.main_application_form form#Form_Form fieldset.field .radio {
	margin: 3px 6px 5px 6px;
	float: left;
}
.main_application_form form#Form_Form fieldset #EditableTextField207 {
	width: 49%;
	padding: 0 0.4% 0 0.4%;
}
.main_application_form form#Form_Form fieldset #EditableFileField210 {
	width: 98.3%;
	padding: 15px;
	background: #eaeaea;
	border: 1px #c8c8c8 solid;
}
.main_application_form form#Form_Form fieldset #EditableFileField210 label {
	font-size: 18px;
	font-weight: bold;
	color: #008752;
}
.main_application_form form#Form_Form fieldset .field .checkboxset label {
	float: left !important;
	clear: none !important;
}
.main_application_form form#Form_Form fieldset #EditableLiteralField138,.main_application_form form#Form_Form fieldset #EditableLiteralField147,.main_application_form form#Form_Form fieldset #EditableLiteralField163,.main_application_form form#Form_Form fieldset #EditableLiteralField164,.main_application_form form#Form_Form fieldset #EditableLiteralField171,.main_application_form form#Form_Form fieldset #EditableLiteralField179,.main_application_form form#Form_Form fieldset #EditableLiteralField183,.main_application_form form#Form_Form fieldset #EditableLiteralField188 {
	clear: both;
}
.main_application_form form#Form_Form fieldset #EditableLiteralField209 p {
	margin: 0;
	padding: 0;
	color: gray;
}
/* shopping cart fixed link on right side */
.shoppingcart-fixed {
	position: fixed;
	top: 10%;
	right: 0;
	z-index: 500;
}
.shoppingcart-fixed>a {
	display: block;
	width: 120px;
	padding: 10px 70px 10px 10px;
	position: absolute;
	top: 45px;
	left: -60px;
	background: #d13439;
	border-radius: 5px 0 0 5px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
.shoppingcart-fixed>a span {
	display: block;
	line-height: 1;
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
}
h1.partsextra {
	text-transform: uppercase;
	font-size: 3.75rem;
	line-height: 2rem;
}

/* Media Queries */

@media only screen and (max-width : 1450px) {
	#site-header a.ballweg_account_btn {
	    margin: 0;
	}
}
@media only screen and (max-width : 1366px) {
	.header-social-links{
		display:none;
	}
	.top-locales-links {
	    gap: 5px;
	}	
	.top-locales-links li a {
	    font-size: 15px;
	}	
	.header-shopdeere-btn {
	    padding: 6px 15px;
	}	
	#site-header a.ballweg_account_btn {
	    padding: 12px 15px;
	}
	#site-header a.ballweg_guides_btn {
	    padding: 8px 15px;
	}	
	#site-header a.ballweg_parts_btn {
	    padding: 8px 15px;
	}
	#site-search .ELSAPI_SearchWidget .widget-horizontal form .search-area .model {
		width: auto;
	}
	#site-search .ELSAPI_SearchWidget .widget-horizontal form .search-area .class {
		width: auto;
	}
	#site-search .ELSAPI_SearchWidget .widget-horizontal form .search-area .type {
		width: auto;
	}
	.mainmenu ul a {
		font-size: 16px;
	}
	.mainmenu ul li ul a {
		font-size: 14px;
	}
	#slider-text p.slider-video-text {
		font-size: 80px;
		line-height: 90px;
	}
	#search-holder form input.text,
	#search-holder form input.title,
	#search-holder form input[type=password],
	#search-holder form input[type=text],
	#search-holder form textarea 
	{
		width: 200px;
	}	
	#search-container {
	    display: none;
	}
	#search-container.active {
	    display: block;
	    position: absolute;
	    top: 100%;
	    right: 0;
	    background: white;
	    padding: 10px;
	    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
	.search-icon-btn {
	    display: inline-block;
	}	
	.search-modal {
	    display: none; /* Initially hidden */
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
	    justify-content: center;
	    align-items: center;
	    z-index: 1000;
	}
	.search-modal-content {
	    background: white;
	    padding: 20px;
	    border-radius: 10px;
	    width: 90%;
	    max-width: 400px;
	    text-align: center;
	    position: relative;
	}
	.close-btn {
		display:block;
	    position: absolute;
	    top: 10px;
	    right: 15px;
	    background: none;
	    border: none;
	    font-size: 24px;
	    cursor: pointer;
	}
}
@media only screen and (max-width : 1200px) {
	#site-header a.ballweg_account_btn {
	    display:none;
	}
	.ELSAPI_SearchWidget .search-submit {
		clear: both;
		margin: 8px 0 0 0;
	}
	.custom-show-for-xlarge-up {
		display: none;
	}
	.custom-hide-for-xlarge-up {
		display: block;
	}
	.mainmenu ul a {
		font-size: 16px;
		text-transform: none;
		font-weight: normal;
		padding: 0 6px 0 6px;
	}
	#site-search h2.site-search-title {
		font-size: 24px;
		margin: 0 0 10px 0;
	}
	#site-header a.ballweg_parts_btn {
		padding: 8px 10px;
		font-size: 14px;
	}
	#site-header a.ballweg_guides_btn {
		padding: 8px 10px;
		font-size: 14px;
	}
	.header-shopdeere-btn {
		font-size:14px;
	}	
	#search-holder form .Actions .action,#search-holder form a.btn,#search-holder form button,#search-holder form input[type=submit] {
		width: 75px;
	}
}
@media only screen and (max-width : 1100px) {
	#ribbon-inner .ribbon-description {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#ribbon-inner .ribbon-button {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	h1.partsextra {
		text-transform: uppercase;
		font-size: 3rem;
		line-height: 3rem;
	}
}
@media only screen and (max-width : 1024px) {
	.shoppingcart-fixed {
		display: none !important;
	}
	.custom-show-for-large-up {
		display: none;
	}
	.custom-hide-for-large-up {
		display: block;
	}
	#depts {
		padding: 30px 0px 30px 0;
	}
	h3.features-title {
		font-size: 17px;
		font-weight: bold;
	}
	.media {
		width: 100%;
	}
	.media iframe {
		width: 100% !important;
	}
	iframe {
		width: 100% !important;
	}
	.large-content {
		padding: 15px;
	}
	figure.effect-steve h2 {
		margin-top: 0.25rem;
		padding: 0.25rem;
		font-size: 13px;
	}
	.grid figure figcaption {
		padding: 0.2rem;
	}
	.ELSAPI_SearchWidget .ghost-input,.ELSAPI_SearchWidget .search-submit,.ELSAPI_SearchWidget .or {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		display: block;
	}
	#site-search .ELSAPI_SearchWidget .widget-horizontal form .search-area .model {
		width: 100%;
	}
	#site-search .ELSAPI_SearchWidget .widget-horizontal form .search-area .class {
		width: 100%;
	}
	#site-search .ELSAPI_SearchWidget .widget-horizontal form .search-area .type {
		width: 100%;
	}
	#site-search .ELSAPI_SearchWidget .widget-horizontal form .search-submit input[type=submit] {
		width: 100%;
	}
	#depts .card-block [class*="block-grid-"]>li ul.pricing-table .price {
		text-align: center;
		font-size: 27px;
	}
	#depts .card-block [class*="block-grid-"]>li ul.pricing-table .description {
		text-align: center;
	}
	#depts .card-block [class*="block-grid-"]>li ul.pricing-table li.cta-button {
		text-align: center;
	}
	#ribbon-inner .ribbon-description p {
		font-size: 44px;
		line-height: 52px;
	}
	.brandsmobile h2.title-underline {
		font-size: 27px;
	}
	#features h2.title-underline {
		font-size: 27px;
	}
	#footer {
		padding: 0;
	}
	#footer .copyright-border-top {
		border-top: 0px;
	}
	#ribbon-inner .ribbon-description p {
		font-size: 40px;
		line-height: 46px;
	}
	#myjohndeere .myjd-tablet {
		width: 30%;
	}
	#myjohndeere .myjd-tablet img {
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#myjohndeere p {
		width: 50%;
	}
	#slider-text p.slider-video-text {
		font-size: 65px;
		line-height: 75px;
	}
	#parts-search {
		padding: 10px;
	}
	#parts-search>form>input[type=text].parts-search-field {
		width: 75%;
		font-size: 20px;
	}
	#parts-search>form>input[type=submit].parts-search-submit {
		width: 25%;
		padding: 13px 15px;
	}
}
@media only screen and (max-width : 800px) {
	.hrz-nav {
		display: none;
	}
	.slickbrand-slide img {
		padding: 0px 22px;
	}
	#ribbon-inner .ribbon-description p {
		font-size: 30px;
		line-height: 36px;
	}
}
@media only screen and (max-width : 770px) {
	.custom-show-for-medium-up {
		display: none !important;
	}
	.custom-hide-for-medium-up {
		display: block;
	}
	.custom-show-for-small-only {
		display: block;
	}
	.iphone-block {
		display: block !important;
	}
	.iphone-hide {
		display: none !important;
	}
	.inventory {
		padding: 10px 0 0 0;
	}
	.typography ul li {
		text-align: left;
	}
	.typography ol li {
		text-align: left;
	}
	#site-search h2.site-search-title {
		font-size: 27px;
		line-height: 29px;
	}
	.large-content {
		padding: 10px;
	}
	.grid figure figcaption {
		padding: 0.50rem;
	}
	.ribbon-background {
		padding: 20px 0 20px 0;
	}
	#ribbon-inner h2.ribbon-heading {
		font-size: 22px;
	}
	#ribbon-inner h3.ribbon-tag {
		font-size: 25px;
	}
	#ribbon-inner .odd .border {
		border-right: 0px;
	}
	#ribbon-inner .ribbon-button a {
		display: block;
		width: 100%;
	}
	#myjohndeere p {
		width: 90%;
	}
	#Request_Form_Holder form#Form_RequestQuoteForm fieldset #FirstName,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #LastName,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Email,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Phone,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Address,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #City,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #State,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Zip {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	#Request_Form_Holder form#Form_RequestQuoteForm fieldset #PreferredContact,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #NearestLocation,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #BrandID,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Comments {
		width: 100%;
	}
	.main_application_form form#Form_Form fieldset h3.FormHeading {
		text-align: left;
	}
	.main_application_form form#Form_Form fieldset #EditableTextField95,.main_application_form form#Form_Form fieldset #EditableTextField96,.main_application_form form#Form_Form fieldset #EditableTextField97,.main_application_form form#Form_Form fieldset #EditableTextField98,.main_application_form form#Form_Form fieldset #EditableTextField99,.main_application_form form#Form_Form fieldset #EditableTextField100,.main_application_form form#Form_Form fieldset #EditableTextField101,.main_application_form form#Form_Form fieldset #EditableTextField102,.main_application_form form#Form_Form fieldset #EditableTextField103,.main_application_form form#Form_Form fieldset #EditableTextField104,.main_application_form form#Form_Form fieldset #EditableEmailField105,.main_application_form form#Form_Form fieldset #EditableCountryDropdownField107,.main_application_form form#Form_Form fieldset #EditableTextField108,.main_application_form form#Form_Form fieldset #EditableTextField113,.main_application_form form#Form_Form fieldset #EditableTextField114,.main_application_form form#Form_Form fieldset #EditableTextField115,.main_application_form form#Form_Form fieldset #EditableTextField116,.main_application_form form#Form_Form fieldset #EditableTextField121,.main_application_form form#Form_Form fieldset #EditableTextField122,.main_application_form form#Form_Form fieldset #EditableTextField123,.main_application_form form#Form_Form fieldset #EditableTextField124,.main_application_form form#Form_Form fieldset #EditableTextField157,.main_application_form form#Form_Form fieldset #EditableTextField158,.main_application_form form#Form_Form fieldset #EditableTextField160,.main_application_form form#Form_Form fieldset #EditableTextField161,.main_application_form form#Form_Form fieldset #EditableTextField165,.main_application_form form#Form_Form fieldset #EditableTextField166,.main_application_form form#Form_Form fieldset #EditableTextField168,.main_application_form form#Form_Form fieldset #EditableTextField169,.main_application_form form#Form_Form fieldset #EditableTextField172,.main_application_form form#Form_Form fieldset #EditableTextField173,.main_application_form form#Form_Form fieldset #EditableTextField175,.main_application_form form#Form_Form fieldset #EditableTextField176,.main_application_form form#Form_Form fieldset #EditableTextField184,.main_application_form form#Form_Form fieldset #EditableTextField226,.main_application_form form#Form_Form fieldset #EditableTextField187,.main_application_form form#Form_Form fieldset #EditableTextField185,.main_application_form form#Form_Form fieldset #EditableTextField189,.main_application_form form#Form_Form fieldset #EditableTextField227,.main_application_form form#Form_Form fieldset #EditableTextField191,.main_application_form form#Form_Form fieldset #EditableTextField192 {
		float: none;
		width: 100%;
		padding: 0 0 4px 0;
	}
	.main_application_form form#Form_Form fieldset #EditableTextField139,.main_application_form form#Form_Form fieldset #EditableTextField140,.main_application_form form#Form_Form fieldset #EditableTextField142,.main_application_form form#Form_Form fieldset #EditableTextField143,.main_application_form form#Form_Form fieldset #EditableTextField144,.main_application_form form#Form_Form fieldset #EditableTextField145,.main_application_form form#Form_Form fieldset #EditableTextField148,.main_application_form form#Form_Form fieldset #EditableTextField149,.main_application_form form#Form_Form fieldset #EditableTextField151,.main_application_form form#Form_Form fieldset #EditableTextField152,.main_application_form form#Form_Form fieldset #EditableTextField153,.main_application_form form#Form_Form fieldset #EditableTextField154,.main_application_form form#Form_Form fieldset #EditableTextField180,.main_application_form form#Form_Form fieldset #EditableTextField225,.main_application_form form#Form_Form fieldset #EditableTextField182 {
		float: none;
		width: 100%;
		padding: 0 0 4px 0;
	}
	.main_application_form form#Form_Form fieldset #EditableTextField127,.main_application_form form#Form_Form fieldset #EditableDropdown128,.main_application_form form#Form_Form fieldset #EditableTextField131,.main_application_form form#Form_Form fieldset #EditableTextField132,.main_application_form form#Form_Form fieldset #EditableTextField194,.main_application_form form#Form_Form fieldset #EditableCheckboxGroupField195,.main_application_form form#Form_Form fieldset #EditableTextField196,.main_application_form form#Form_Form fieldset #EditableCheckboxGroupField197 {
		float: none;
		width: 100%;
		padding: 0 0 4px 0;
	}
	.main_application_form form#Form_Form fieldset #EditableTextField136,.main_application_form form#Form_Form fieldset #EditableTextField146,.main_application_form form#Form_Form fieldset #EditableTextField155,.main_application_form form#Form_Form fieldset #EditableTextField162,.main_application_form form#Form_Form fieldset #EditableTextField170,.main_application_form form#Form_Form fieldset #EditableTextField177,.main_application_form form#Form_Form fieldset #EditableTextField199,.main_application_form form#Form_Form fieldset #EditableTextField200,.main_application_form form#Form_Form fieldset #EditableTextField201,.main_application_form form#Form_Form fieldset #EditableTextField202,.main_application_form form#Form_Form fieldset #EditableTextField203,.main_application_form form#Form_Form fieldset #EditableTextField204,.main_application_form form#Form_Form fieldset #EditableTextField205 {
		width: 100%;
	}
	.main_application_form form#Form_Form fieldset #EditableTextField207 {
		width: 100%;
	}
	.main_application_form form#Form_Form fieldset #EditableFileField210 {
		width: 100%;
	}
	.main_application_form form#Form_Form fieldset .field {
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: left;
	}
	.main_application_form form#Form_Form .Actions {
		text-align: left;
	}
}
@media only screen and (max-width : 640px) {
	.deptHeader h1 {
		font-size: 2em;
		font-weight: 700;
		letter-spacing: 2px;
		text-align: center;
		margin: 0;
	}
	#site-footer a {
		font-size: 14px;
	}
	#site-footer p {
		font-size: 14px;
	}
	.padding-left-large {
		padding-left: 20px;
	}
	.padding-right-large {
		padding-right: 20px;
	}
	.padding-top-large {
		padding-top: 20px;
	}
	.padding-bottom-large {
		padding-bottom: 20px;
	}
	.welcome .title {
		font-size: 1.7em;
	}
	figure.effect-steve h2 {
		font-size: 16px;
	}
	.grid figure {
		margin: 0px;
	}
	.grid figure figcaption {
		padding: 2rem;
	}
	.adpage-image {
		float: none;
		margin: 0 0 10px 0;
	}
	#Request_Form_Holder form#Form_RequestQuoteForm {
		text-align: left;
	}
	#Request_Form_Holder form#Form_RequestQuoteForm fieldset h2 {
		text-align: left;
	}
	#Request_Form_Holder form#Form_RequestQuoteForm fieldset #FirstName,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #LastName,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Email,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Phone,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Address,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #City,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #State,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Zip {
		display: block;
		width: 100%;
		margin: 0;
	}
	#Request_Form_Holder form#Form_RequestQuoteForm fieldset #PreferredContact,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #NearestLocation,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #BrandID,#Request_Form_Holder form#Form_RequestQuoteForm fieldset #Comments {
		display: block;
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 800px) {
	.loc-details {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 650px) {
	#staff-contact-form .vertical-offset {
		top: 0;
		bottom: 0;
		max-height: 100%;
	}
	#staff-contact-form input.action {
		float: none;
		margin: 0 auto;
		/* center */
		width: 50%;
		min-width: 200px;
	}
	#staff-contact-form .staff-contact-form-cont {
		height: 100%;
		width: auto;
		padding: 10px;
	}
}
@media only screen and (max-width: 600px) {
	.staff-section .staff-photo {
		width: 100%;
	}
}
@media only screen and (max-width: 580px) {
	.staff-section .staff-photo img {
		width: 100%;
		height: auto;
	}
	.locale-address-respond {
		width: 100% !important;
		float: none !important;
		display: block !important;
		text-align: center;
	}
	.locale-hours-respond {
		width: 100% !important;
		float: none !important;
		display: block !important;
		text-align: center;
	}
	.locale-numbers-respond {
		width: 100% !important;
		float: none !important;
		display: block !important;
		text-align: center;
	}
	.location-pic-respond {
		float: none !important;
		margin: 0 0 12px 0 !important;
		width: 100% !important;
		display: block !important;
	}
	.respond-staff {
		width: 100% !important;
		float: none !important;
		padding: 0 !important;
	}
	.locale-map-respond {
		float: none !important;
		margin: 0 auto 20px auto !important;
		text-align: center !important;
	}
	.loc-pic {
		width: 100% !important;
	}
	.loc-address {
		float: none !important;
		margin: 0 auto !important;
		text-align: center !important;
		width: 100% !important;
	}
}


