meta.foundation-mq-small {
    font-family: "only screen and (min-width: 768px)";
    width: 768px
}

meta.foundation-mq-medium {
    font-family: "only screen and (min-width:1280px)";
    width: 1280px
}

meta.foundation-mq-large {
    font-family: "only screen and (min-width:1440px)";
    width: 1440px
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    font-size: 100%
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default
}

a:hover {
    cursor: pointer
}

img,
object,
embed {
    max-width: 100%;
    height: auto
}

object,
embed {
    height: 100%
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 87.5em;
    *zoom: 1
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    margin-left: -2.5em;
    margin-right: -2.5em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1
}

.row .row:before,
.row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,
.columns {
    position: relative;
    padding-left: 2.5em;
    padding-right: 2.5em;
    width: 100%;
    float: left
}

@media only screen {

    .column,
    .columns {
        position: relative;
        padding-left: 2.5em;
        padding-right: 2.5em;
        float: left
    }

    .small-1 {
        position: relative;
        width: 8.33333%
    }

    .small-2 {
        position: relative;
        width: 16.66667%
    }

    .small-3 {
        position: relative;
        width: 25%
    }

    .small-4 {
        position: relative;
        width: 33.33333%
    }

    .small-5 {
        position: relative;
        width: 41.66667%
    }

    .small-6 {
        position: relative;
        width: 50%
    }

    .small-7 {
        position: relative;
        width: 58.33333%
    }

    .small-8 {
        position: relative;
        width: 66.66667%
    }

    .small-9 {
        position: relative;
        width: 75%
    }

    .small-10 {
        position: relative;
        width: 83.33333%
    }

    .small-11 {
        position: relative;
        width: 91.66667%
    }

    .small-12 {
        position: relative;
        width: 100%
    }

    .small-offset-0 {
        position: relative;
        margin-left: 0%
    }

    .small-offset-1 {
        position: relative;
        margin-left: 8.33333%
    }

    .small-offset-2 {
        position: relative;
        margin-left: 16.66667%
    }

    .small-offset-3 {
        position: relative;
        margin-left: 25%
    }

    .small-offset-4 {
        position: relative;
        margin-left: 33.33333%
    }

    .small-offset-5 {
        position: relative;
        margin-left: 41.66667%
    }

    .small-offset-6 {
        position: relative;
        margin-left: 50%
    }

    .small-offset-7 {
        position: relative;
        margin-left: 58.33333%
    }

    .small-offset-8 {
        position: relative;
        margin-left: 66.66667%
    }

    .small-offset-9 {
        position: relative;
        margin-left: 75%
    }

    .small-offset-10 {
        position: relative;
        margin-left: 83.33333%
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right
    }

    [class*="column"]+[class*="column"].end {
        float: left
    }

    .column.small-centered,
    .columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }
}

@media only screen and (min-width: 768px) {
    .large-1 {
        position: relative;
        width: 8.33333%
    }

    .large-2 {
        position: relative;
        width: 16.66667%
    }

    .large-3 {
        position: relative;
        width: 25%
    }

    .large-4 {
        position: relative;
        width: 33.33333%
    }

    .large-5 {
        position: relative;
        width: 41.66667%
    }

    .large-6 {
        position: relative;
        width: 50%
    }

    .large-7 {
        position: relative;
        width: 58.33333%
    }

    .large-8 {
        position: relative;
        width: 66.66667%
    }

    .large-9 {
        position: relative;
        width: 75%
    }

    .large-10 {
        position: relative;
        width: 83.33333%
    }

    .large-11 {
        position: relative;
        width: 91.66667%
    }

    .large-12 {
        position: relative;
        width: 100%
    }

    .row .large-offset-0 {
        position: relative;
        margin-left: 0%
    }

    .row .large-offset-1 {
        position: relative;
        margin-left: 8.33333%
    }

    .row .large-offset-2 {
        position: relative;
        margin-left: 16.66667%
    }

    .row .large-offset-3 {
        position: relative;
        margin-left: 25%
    }

    .row .large-offset-4 {
        position: relative;
        margin-left: 33.33333%
    }

    .row .large-offset-5 {
        position: relative;
        margin-left: 41.66667%
    }

    .row .large-offset-6 {
        position: relative;
        margin-left: 50%
    }

    .row .large-offset-7 {
        position: relative;
        margin-left: 58.33333%
    }

    .row .large-offset-8 {
        position: relative;
        margin-left: 66.66667%
    }

    .row .large-offset-9 {
        position: relative;
        margin-left: 75%
    }

    .row .large-offset-10 {
        position: relative;
        margin-left: 83.33333%
    }

    .row .large-offset-11 {
        position: relative;
        margin-left: 91.66667%
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column.large-centered,
    .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right !important
    }
}

.show-for-small,
.show-for-medium-down,
.show-for-large-down {
    display: inherit !important
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
    display: none !important
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
    display: inherit !important
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
    display: none !important
}

table.show-for-small,
table.show-for-medium-down,
table.show-for-large-down,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-large,
table.hide-for-large-up,
table.hide-for-xlarge {
    display: table
}

thead.show-for-small,
thead.show-for-medium-down,
thead.show-for-large-down,
thead.hide-for-medium,
thead.hide-for-medium-up,
thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-xlarge {
    display: table-header-group !important
}

tbody.show-for-small,
tbody.show-for-medium-down,
tbody.show-for-large-down,
tbody.hide-for-medium,
tbody.hide-for-medium-up,
tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-xlarge {
    display: table-row-group !important
}

tr.show-for-small,
tr.show-for-medium-down,
tr.show-for-large-down,
tr.hide-for-medium,
tr.hide-for-medium-up,
tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-xlarge {
    display: table-row !important
}

td.show-for-small,
td.show-for-medium-down,
td.show-for-large-down,
td.hide-for-medium,
td.hide-for-medium-up,
td.hide-for-large,
td.hide-for-large-up,
td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
    display: table-cell !important
}

@media only screen and (min-width: 768px) {

    .show-for-medium,
    .show-for-medium-up {
        display: inherit !important
    }

    .show-for-small {
        display: none !important
    }

    .hide-for-small {
        display: inherit !important
    }

    .hide-for-medium,
    .hide-for-medium-up {
        display: none !important
    }

    table.show-for-medium,
    table.show-for-medium-up,
    table.hide-for-small {
        display: table
    }

    thead.show-for-medium,
    thead.show-for-medium-up,
    thead.hide-for-small {
        display: table-header-group !important
    }

    tbody.show-for-medium,
    tbody.show-for-medium-up,
    tbody.hide-for-small {
        display: table-row-group !important
    }

    tr.show-for-medium,
    tr.show-for-medium-up,
    tr.hide-for-small {
        display: table-row !important
    }

    td.show-for-medium,
    td.show-for-medium-up,
    td.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up,
    th.hide-for-small {
        display: table-cell !important
    }
}

@media only screen and (min-width: 1280px) {

    .show-for-large,
    .show-for-large-up {
        display: inherit !important
    }

    .show-for-medium,
    .show-for-medium-down {
        display: none !important
    }

    .hide-for-medium,
    .hide-for-medium-down {
        display: inherit !important
    }

    .hide-for-large,
    .hide-for-large-up {
        display: none !important
    }

    table.show-for-large,
    table.show-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-down {
        display: table
    }

    thead.show-for-large,
    thead.show-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down {
        display: table-header-group !important
    }

    tbody.show-for-large,
    tbody.show-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down {
        display: table-row-group !important
    }

    tr.show-for-large,
    tr.show-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down {
        display: table-row !important
    }

    td.show-for-large,
    td.show-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 1440px) {
    .show-for-xlarge {
        display: inherit !important
    }

    .show-for-large,
    .show-for-large-down {
        display: none !important
    }

    .hide-for-large,
    .hide-for-large-down {
        display: inherit !important
    }

    .hide-for-xlarge {
        display: none !important
    }

    table.show-for-xlarge,
    table.hide-for-large,
    table.hide-for-large-down {
        display: table
    }

    thead.show-for-xlarge,
    thead.hide-for-large,
    thead.hide-for-large-down {
        display: table-header-group !important
    }

    tbody.show-for-xlarge,
    tbody.hide-for-large,
    tbody.hide-for-large-down {
        display: table-row-group !important
    }

    tr.show-for-xlarge,
    tr.hide-for-large,
    tr.hide-for-large-down {
        display: table-row !important
    }

    td.show-for-xlarge,
    td.hide-for-large,
    td.hide-for-large-down,
    th.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down {
        display: table-cell !important
    }
}

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table
}

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) {

    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }

    table.show-for-landscape,
    table.hide-for-portrait {
        display: table
    }

    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important
    }

    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important
    }

    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important
    }

    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {

    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }

    table.show-for-portrait,
    table.hide-for-landscape {
        display: table
    }

    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important
    }

    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important
    }

    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important
    }

    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table
}

.touch table.show-for-touch {
    display: table
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

@media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -0.625em;
        *zoom: 1
    }

    [class*="block-grid-"]:before,
    [class*="block-grid-"]:after {
        content: " ";
        display: table
    }

    [class*="block-grid-"]:after {
        clear: both
    }

    [class*="block-grid-"]>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-1>li {
        width: 100%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-1>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .small-block-grid-2>li {
        width: 50%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-2>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .small-block-grid-3>li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-3>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .small-block-grid-4>li {
        width: 25%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-4>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .small-block-grid-5>li {
        width: 20%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-5>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .small-block-grid-6>li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-6>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .small-block-grid-7>li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-7>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .small-block-grid-8>li {
        width: 12.5%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-8>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .small-block-grid-9>li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-9>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .small-block-grid-10>li {
        width: 10%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-10>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .small-block-grid-11>li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-11>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .small-block-grid-12>li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em
    }

    .small-block-grid-12>li:nth-of-type(n) {
        clear: none
    }

    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 768px) {
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: none
    }

    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: none
    }

    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: none
    }

    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: none
    }

    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: none
    }

    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: none
    }

    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: none
    }

    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: none
    }

    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: none
    }

    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: none
    }

    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: none
    }

    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: none
    }

    .large-block-grid-1>li {
        width: 100%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-1>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }

    .large-block-grid-2>li {
        width: 50%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-2>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }

    .large-block-grid-3>li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-3>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }

    .large-block-grid-4>li {
        width: 25%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-4>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }

    .large-block-grid-5>li {
        width: 20%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-5>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }

    .large-block-grid-6>li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-6>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }

    .large-block-grid-7>li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-7>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }

    .large-block-grid-8>li {
        width: 12.5%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-8>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }

    .large-block-grid-9>li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-9>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }

    .large-block-grid-10>li {
        width: 10%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-10>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }

    .large-block-grid-11>li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-11>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }

    .large-block-grid-12>li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em
    }

    .large-block-grid-12>li:nth-of-type(n) {
        clear: none
    }

    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

p.lead {
    font-size: 1.21875em;
    line-height: 1.6
}

.subheader {
    line-height: 1.4;
    color: #c8c1ba;
    font-weight: 300;
    margin-top: 0.2em;
    margin-bottom: 0.5em
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr
}

a {
    color: #758d0a;
    text-decoration: none;
    line-height: inherit
}

a:hover,
a:focus {
    color: #617508
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility
}

p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #827567;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2125em
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #c8c1ba;
    line-height: 0
}

h1 {
    font-size: 0.875em
}

h2 {
    font-size: 0.5em
}

h3 {
    font-size: 0.5625em
}

h4 {
    font-size: 0.4375em
}

h5 {
    font-size: 1.125em
}

h6 {
    font-size: 1em
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #7f0a0c
}

ul,
ol,
dl {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    font-family: inherit
}

ul,
ol {
    margin-left: 0
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0
}

ul li ul,
ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square
}

ul.circle {
    list-style-type: circle
}

ul.disc {
    list-style-type: disc
}

ul.no-bullet {
    list-style: none
}

ol li ul,
ol li ol {
    margin-left: 1.25em;
    margin-bottom: 0
}

dl dt {
    margin-bottom: 0.3em;
    font-weight: bold
}

dl dd {
    margin-bottom: 0.75em
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    margin: 0 0 1.25em;
    padding: 0.5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #b2a89d
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #b2a89d
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #c8c1ba
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25em 0;
    border: 1px solid #ddd;
    padding: 0.625em 0.75em
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375em
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625em
}

@media only screen and (min-width: 768px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 1.5em
    }

    h2 {
        font-size: 1.125em
    }

    h3 {
        font-size: 0.875em
    }

    h4 {
        font-size: 0.75em
    }
}

.print-only {
    display: none !important
}

@media print {
    * {
        background: transparent !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: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }
}

button,
.button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #758d0a;
    border-color: #4d5d07;
    color: #fff
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #4d5d07
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #fff
}

button.secondary,
.button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #d0d0d0
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #333
}

button.success,
.button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #457a1a
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: #fff
}

button.alert,
.button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #970b0e
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: #fff
}

button.large,
.button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em
}

button.small,
.button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em
}

button.tiny,
.button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em
}

button.expand,
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

button.left-align,
.button.left-align {
    text-align: left;
    text-indent: 0.75em
}

button.right-align,
.button.right-align {
    text-align: right;
    padding-right: 0.75em
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #758d0a;
    border-color: #4d5d07;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #4d5d07
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: #fff
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #758d0a
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none
}

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,
.button[disabled].secondary:focus {
    background-color: #d0d0d0
}

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,
.button[disabled].secondary:focus {
    color: #333
}

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,
.button[disabled].secondary:focus {
    background-color: #e9e9e9
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none
}

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,
.button[disabled].success:focus {
    background-color: #457a1a
}

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,
.button[disabled].success:focus {
    color: #fff
}

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,
.button[disabled].success:focus {
    background-color: #5da423
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none
}

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,
.button[disabled].alert:focus {
    background-color: #970b0e
}

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,
.button[disabled].alert:focus {
    color: #fff
}

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,
.button[disabled].alert:focus {
    background-color: #c60f13
}

button,
.button {
    padding-top: 0.8125em;
    padding-bottom: 0.75em;
    -webkit-appearance: none
}

button.tiny,
.button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none
}

button.small,
.button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none
}

button.large,
.button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none
}

@media only screen {

    button,
    .button {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out
    }

    button:active,
    .button:active {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset
    }

    button.radius,
    .button.radius {
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

    button.round,
    .button.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px
    }
}

@media only screen and (min-width: 768px) {

    button,
    .button {
        display: inline-block
    }
}

form {
    margin: 0 0 1em
}

form .row .row {
    margin: 0 -0.5em
}

form .row .row .column,
form .row .row .columns {
    padding: 0 0.5em
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.5em
}

label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em
}

label.right {
    float: none;
    text-align: right
}

label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0
}

label small {
    text-transform: capitalize;
    color: #666
}

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875em;
    height: 2.3125em;
    line-height: 2.3125em
}

.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125em
}

.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125em
}

.prefix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.postfix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.prefix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.postfix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

span.prefix,
label.prefix {
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-right: none;
    color: #333
}

span.prefix.radius,
label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

span.postfix,
label.postfix {
    background: #f2f2f2;
    border-color: #ccc;
    border-left: none;
    color: #333
}

span.postfix.radius,
label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group.radius>*:first-child,
.input-group.radius>*:first-child * {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.input-group.radius>*:last-child,
.input-group.radius>*:last-child * {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group.round>*:first-child,
.input-group.round>*:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.input-group.round>*:last-child,
.input-group.round>*:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

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"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out
}

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,
textarea:focus {
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999
}

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,
textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: none
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #ddd
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1em 0
}

input[type="file"] {
    width: 100%
}

fieldset {
    border: solid 1px #ddd;
    padding: 1.25em;
    margin: 1.125em 0
}

fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: #fff
}

[data-abide] span.error,
[data-abide] small.error {
    display: none
}

span.error,
small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: #fff
}

.error input,
.error textarea,
.error select {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    margin-bottom: 0
}

.error input:focus,
.error textarea:focus,
.error select:focus {
    background: #fafafa;
    border-color: #999
}

.error label,
.error label.error {
    color: #c60f13
}

.error>small,
.error small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: #fff
}

.error span.error-message {
    display: block
}

input.error,
textarea.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    margin-bottom: 0
}

input.error:focus,
textarea.error:focus {
    background: #fafafa;
    border-color: #999
}

.error select {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1)
}

.error select:focus {
    background: #fafafa;
    border-color: #999
}

label.error {
    color: #c60f13
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        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 ul li:first-child {
    display: block
}

.slideshow-wrapper .orbit-container {
    background-color: transparent
}

.slideshow-wrapper .orbit-container li {
    display: block
}

.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block
}

.preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #f5f5f5
}

.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.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 {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.875em
}

.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 10
}

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125em
}

.orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10
}

.orbit-container .orbit-timer .orbit-progress {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 0%
}

.orbit-container .orbit-timer>span {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    width: 11px;
    height: 14px;
    border: solid 4px #000;
    border-top: none;
    border-bottom: none
}

.orbit-container .orbit-timer.paused>span {
    right: -6px;
    top: 9px;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-right-style: solid;
    border-color: transparent transparent transparent #000
}

.orbit-container:hover .orbit-timer>span {
    display: block
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.orbit-container .orbit-prev>span,
.orbit-container .orbit-next>span {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 0;
    height: 0;
    border: inset 16px
}

.orbit-container .orbit-prev {
    left: 0
}

.orbit-container .orbit-prev>span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #fff
}

.orbit-container .orbit-prev:hover>span {
    border-right-color: #ccc
}

.orbit-container .orbit-next {
    right: 0
}

.orbit-container .orbit-next>span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #fff;
    left: 50%;
    margin-left: -8px
}

.orbit-container .orbit-next:hover>span {
    border-left-color: #ccc
}

.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px
}

.orbit-bullets li {
    display: block;
    width: 0.75em;
    height: 0.75em;
    background: #999;
    float: left;
    margin-right: 6px;
    border: solid 1px #555;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.orbit-bullets li.active {
    background: #555
}

.orbit-bullets li:last-child {
    margin-right: 0
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: none
}

.touch .orbit-bullets {
    display: none
}

@media only screen and (min-width: 768px) {

    .touch .orbit-container .orbit-prev,
    .touch .orbit-container .orbit-next {
        display: inherit
    }

    .touch .orbit-bullets {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important
    }

    .orbit-stack-on-small .orbit-slides-container>* {
        position: relative;
        margin-left: 0% !important
    }

    .orbit-stack-on-small .orbit-timer,
    .orbit-stack-on-small .orbit-next,
    .orbit-stack-on-small .orbit-prev,
    .orbit-stack-on-small .orbit-bullets {
        display: none
    }
}

[data-clearing] {
    *zoom: 1;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none
}

[data-clearing]:before,
[data-clearing]:after {
    content: " ";
    display: table
}

[data-clearing]:after {
    clear: both
}

[data-clearing] li {
    float: left;
    margin-right: 10px
}

.clearing-blackout {
    background: #111;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998
}

.clearing-blackout .clearing-close {
    display: block
}

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0
}

.visible-img {
    height: 95%;
    position: relative
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%
}

.clearing-caption {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #111;
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    left: 0
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    display: none
}

.clearing-close:hover,
.clearing-close:focus {
    color: #ccc
}

.clearing-assembled .clearing-container {
    height: 100%
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none
}

.clearing-feature li {
    display: none
}

.clearing-feature li.clearing-featured-img {
    display: block
}

@media only screen and (min-width: 768px) {

    .clearing-main-prev,
    .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0
    }

    .clearing-main-prev>span,
    .clearing-main-next>span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 16px
    }

    .clearing-main-prev {
        left: 0
    }

    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent;
        border-right-color: #fff
    }

    .clearing-main-next {
        right: 0
    }

    .clearing-main-next>span {
        border-color: transparent;
        border-left-color: #fff
    }

    .clearing-main-prev.disabled,
    .clearing-main-next.disabled {
        opacity: 0.5
    }

    .clearing-assembled .clearing-container .carousel {
        background: #111;
        height: 150px;
        margin-top: 5px
    }

    .clearing-assembled .clearing-container .carousel>ul {
        display: block;
        z-index: 999;
        width: 200%;
        height: 100%;
        margin-left: 0;
        position: relative;
        left: 0
    }

    .clearing-assembled .clearing-container .carousel>ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4
    }

    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        min-height: 100%;
        height: 100%;
        max-width: none
    }

    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block
    }

    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer !important;
        min-width: 100% !important
    }

    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1
    }

    .clearing-assembled .clearing-container .visible-img {
        background: #111;
        overflow: hidden;
        height: 75%
    }

    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0
    }
}

.inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.inline-list>li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block
}

.inline-list>li>* {
    display: block
}

ul.pagination {
    display: block;
    height: 1.5em;
    margin-left: -0.3125em
}

ul.pagination li {
    height: 1.5em;
    color: #222;
    font-size: 0.875em;
    margin-left: 0.3125em
}

ul.pagination li a {
    display: block;
    padding: 0.0625em 0.4375em 0.0625em;
    color: #999
}

ul.pagination li:hover a,
ul.pagination li a:focus {
    background: #e6e6e6
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
    background: transparent
}

ul.pagination li.current a {
    background: #758d0a;
    color: #fff;
    font-weight: bold;
    cursor: default
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
    background: #758d0a
}

ul.pagination li {
    float: left;
    display: block
}

.pagination-centered {
    text-align: center
}

.pagination-centered ul.pagination li {
    float: none;
    display: inline-block
}

header #logo {
    margin: 2.8em 0 2.8em 0
}

@media only screen and (max-width:767px) {
    header #logo {
        margin: 1em 0;
        text-align: center
    }
}

header .row h1 {
    font-family: 'leander-script-pro', script;
    color: #8a7460;
    font-size: 4.4em;
    font-weight: 400;
    text-align: center;
    margin-top: .4em;
    margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:1015px) {
    header .row h1 {
        font-size: 3.0em;
        margin-top: 1em
    }
}

header .row img {
    margin: 0
}

header .nested-content-wrapper .nested-content,
header .nested-content-wrapper .nested-content img {
    margin-bottom: 0
}

header #info p {
    font-size: .9em;
    margin-bottom: 0;
    float: right
}

header #info p a {
    color: #827567;
    text-decoration: none
}

header #info p a:hover {
    color: #93a444
}

header #info img {
    float: right;
    margin: .7em 0
}

@media only screen and (max-width:767px) {

    header #info img,
    header #tagline {
        display: none
    }

    header #info {
        position: absolute;
        bottom: 0
    }

    header #info p {
        float: none;
        text-align: center
    }
}

#background-image {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 1em;
    overflow: hidden;
    position: relative
}

.bordered-image {
    display: inline
}

.bordered-image img {
    border: 1px solid #ccc;
    padding: 1em
}

#main-content {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    padding-bottom: 2em
}

.row p,
.row li,
.row h2,
.row h3,
.row h4,
.row h5,
.row h6 {
    font-family: 'omnes-pro', arial, sans-serif;
    color: #8a7460
}

.row h1 {
    font-size: 2.4em;
    font-weight: 300;
    font-family: 'estilo-regular', arial, sans-serif;
    margin-bottom: .2em
}

.row h2 {
    margin: .2em 0;
    font-weight: normal;
    font-size: 1.4em
}

.row h3 {
    font-size: 1.0em
}

.row h4 {
    font-size: .9em
}

.row h5 {
    font-size: .8em
}

.row h6 {
    font-size: .7em
}

.row p {
    font-size: 1.0em;
    line-height: 1.4em
}

.row p a {
    text-decoration: underline
}

.row img {
    margin: 1em 0
}

.row h1 {
    margin-top: 0
}

.row ul li ul li {
    font-size: .9em
}

.row .bordered {
    border: 1px solid #ccc;
    padding: .5em
}

.row hr {
    margin: 0
}

.row ul,
.row ol {
    margin-left: 2em
}

.row form legend {
    color: #827567
}

.row .map-wrapper {
    border: 1px solid #ccc;
    padding: 10px
}

.row .map-wrapper .googleMapCanvas {
    width: 100%;
    height: 400px
}

.row a {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

#accordion h2.ui-accordion-header {
    padding: .2em 0 .2em 1.5em;
    margin: 0 0 -1px 0;
    outline: 0
}

@media only screen and (min-width:768px) {

    .formblock .field-text,
    .formblock .field-select {
        width: 48%;
        float: left;
        margin-right: 1%
    }

    .formblock .field-select select {
        padding: .45em 0;
        background: #fff;
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('../themes/columbia2013/img/arrow.png') no-repeat;
        background-position: 100% -1px;
        text-indent: .01px;
        text-overflow: "";
        outline: 0
    }

    .formblock .field-textarea {
        clear: both
    }

    .formblock .field-textarea textarea {
        min-height: 10em;
        max-width: 97%
    }
}

.nested-content-wrapper {
    clear: both;
    overflow: hidden
}

.nested-content-wrapper .nested-content {
    margin-right: 1em;
    margin-top: .3em
}

.nested-content-wrapper .nested-content img {
    margin-top: 0
}

.nested-content-wrapper h2 {
    margin-bottom: .5em
}

.nested-content-wrapper.bordered-content .nested-content {
    border: 1px solid #ccc;
    padding: 1em
}

.nested-content-wrapper.bordered-content .nested-content img {
    margin: 0
}

@media only screen and (max-width:767px) {
    .nested-content-wrapper .nested-content {
        float: none;
        margin: 0 auto;
        display: inline-block
    }
}

.no-wrap-nested-content .nested-content {
    width: 11%;
    float: left
}

.no-wrap-nested-content .main-content {
    width: 82%;
    float: left
}

footer {
    z-index: 1
}

footer [class*="block-grid-"] {
    margin: 0 -0.625em
}

footer #sitemap {
    background: #f4f3f2;
    padding: 1em 0 .3em 0;
    -webkit-box-shadow: inset 0 -7px 3px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -7px 3px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -7px 3px -4px rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width:767px) {
    footer #sitemap ul {
        margin: 0
    }

    footer #sitemap ul ul {
        margin-left: 2em
    }
}

footer .large-8 {
    margin-top: 1.3em;
    font-size: .86em
}

footer .large-4 {
    margin-top: 1.3em
}

footer .large-4 table {
    float: right;
    margin-bottom: .8em
}

footer .large-4 table img {
    margin-top: 0;
    margin-bottom: .2em
}

@media only screen and (max-width:767px) {
    footer .large-4 table {
        float: none;
        margin: 0 auto
    }
}

@media only screen and (max-width:1015px) {
    .row .row {
        margin-left: -0.625em;
        margin-right: -0.625em
    }

    .column,
    .columns {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media only screen and (max-width:767px) {
    body {
        padding-bottom: 1.5em
    }
}

.anystretch-container {
    position: relative
}

.anystretch-container .anystretch-content-wrapper {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%
}

.anystretch-container .anystretch-content h1,
.anystretch-container .anystretch-content h2 {
    font-family: 'leander-script-pro', sans-serif;
    color: #392718
}

.anystretch-container .anystretch-content h1 {
    font-size: 3em;
    text-align: right;
    margin: .2em 0 0 0
}

.anystretch-container .anystretch img {
    max-width: none
}

.captioned-image-link {
    position: relative;
    display: block;
    border: 1px solid #ccc;
    overflow: hidden;
    max-width: 100%
}

.captioned-image-link img {
    margin: 0 !important;
    padding: .5em
}

.captioned-image-link .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -0.1em;
    width: 100%;
    padding: 1em;
    background: #eee;
    background: rgba(255, 255, 255, 0.8)
}

.captioned-image-link .caption h3 {
    text-align: right;
    color: #a69b8f;
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 1.1em
}

.captioned-image-link .caption h2 {
    margin-bottom: -0.6em;
    text-align: right;
    font-size: 1.2em
}

.captioned-image-link .caption h2 a {
    font-family: 'jbt-annabelle', script;
    font-weight: normal;
    font-size: 1.5em;
    color: #827567
}

@media only screen and (max-width:1239px) {
    .captioned-image-link .caption h2 a {
        font-size: 1.3em
    }
}

@media only screen and (max-width:1110px) {
    .captioned-image-link .caption h2 a {
        font-size: 1.1em
    }
}

.captioned-image-link .caption .view {
    text-align: right
}

.captioned-image-link .caption .view a {
    text-decoration: none
}

.js .captioned-image-link .content {
    display: none
}

.captioned-image-link:hover {
    cursor: pointer
}

.captioned-image-link.captioned-image-link-green:hover .caption h2 a {
    color: #93a444
}

.captioned-image-link.captioned-image-link-green .caption .view a {
    color: #93a444
}

.captioned-image-link.captioned-image-link-orange:hover .caption h2 a {
    color: #f48128
}

.captioned-image-link.captioned-image-link-orange .caption .view a {
    color: #f48128
}

.captioned-image-link.captioned-image-link-taupe:hover .caption h2 a {
    color: #665b50
}

.captioned-image-link.captioned-image-link-taupe .caption .view a {
    color: #665b50
}

.captioned-image-link.captioned-image-initialized .caption {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

@media only screen and (max-width:767px) {
    .captioned-image-link {
        margin-bottom: 1em;
        display: inline-block
    }
}

.content-plus {
    clear: both
}

.content-plus p.caption {
    margin-bottom: 2px
}

.content-plus-image-left {
    float: left
}

.content-plus-image-right {
    float: right
}

.content-plus-image {
    text-align: center;
    padding: 5px 10px 15px 5px
}

@media only screen and (max-width:767px) {
    .content-plus-image-right {
        float: none
    }

    .content-plus-image-left {
        float: none
    }
}

.dealer-locator {
    border: 1px solid #dfdbd6;
    margin-top: 1em;
    overflow: hidden;
    padding: .25em .5em;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.dealer-locator img {
    float: left;
    width: 40%;
    margin-top: 0
}

.dealer-locator p {
    width: 58%;
    float: right;
    margin-bottom: .5em;
    line-height: 1.2em;
    font-size: .95em
}

@media only screen and (min-width:768px) and (max-width:1015px) {
    .dealer-locator img {
        display: none
    }

    .dealer-locator p {
        float: none;
        width: 100%
    }
}

.dealer-locator h2 a {
    color: #827567;
    font-family: 'estilo-regular', arial, sans-serif
}

.dealer-locator .link {
    text-align: center
}

.dealer-locator .link a {
    background: #efecea;
    padding: .25em .5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #d3cec8;
    text-decoration: none;
    color: #827567;
    font-size: .9em
}

.dealer-locator .link a:hover {
    background: #d3cec8
}

.dealer-locator:hover {
    background: #f5f4f3
}

.feature-items {
    border: 1px solid #ccc;
    overflow: hidden;
    padding: .5em;
    margin-bottom: 1em
}

.feature-items img {
    margin: 0
}

.feature-items .inner-border {
    border: 1px solid #ccc;
    padding: .5em;
    overflow: hidden;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.feature-items .image {
    width: 25%;
    float: left
}

.feature-items .content {
    width: 70%;
    float: right
}

.feature-items p {
    margin-bottom: 0
}

.feature-items h2 {
    line-height: 1em;
    margin-bottom: .2em;
    font-size: 1.2em
}

.feature-items h2 a {
    color: #827567
}

.feature-items:hover .inner-border {
    cursor: pointer;
    background: #eee
}

.feature-items:hover .inner-border h2 a {
    color: #93a444
}

.feature-items-full-width-image .image {
    width: 100%;
    float: none;
    margin: .5em 0
}

.feature-items-full-width-image .content {
    width: 100%
}

.image-overlay-caption {
    position: relative;
    margin: 1em 0 2em 0;
    cursor: pointer;
    font-family: 'omnes-pro', arial, sans-serif;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.image-overlay-caption img {
    margin: 0
}

.image-overlay-caption figcaption {
    position: absolute;
    bottom: 1em;
    border: 4px solid #827567;
    border-right: 0;
    right: 0;
    width: 87%;
    text-align: right;
    padding: 0 .2em;
    text-align: center;
    background: #ccc;
    background: rgba(255, 255, 255, 0.65)
}

.image-overlay-caption figcaption .caption {
    display: block;
    float: right;
    padding-top: 8px
}

.image-overlay-caption figcaption .caption a {
    color: #3b352f;
    font-size: .9em
}

.image-overlay-caption figcaption .caption:before {
    margin: -8px .2em 0 0;
    display: inline-block;
    float: left;
    content: "";
    width: 18px;
    height: 32px;
    background: transparent url('../themes/columbia2013/img/leaf.png') no-repeat 50% 50%
}

.image-overlay-caption:hover {
    background: rgba(255, 255, 255, 0.3)
}

.image-overlay-caption:hover img {
    z-index: -1;
    position: relative
}

.image-overlay-caption:hover figcaption {
    background: #fff
}

.home-feature {
    width: 185px;
    height: 165px;
    padding: .5em;
    margin: .5em;
    text-align: center;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    -webkit-opacity: .85;
    opacity: .85;
    -ms-filter: alpha(opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .home-feature {
        height: 100px
    }
}

.home-feature:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.home-feature:hover .plus {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.home-feature .plus {
    height: 35px;
    width: 35px;
    margin: 1em auto 0 auto;
    background: transparent url('../blocks/home_feature/images/plus.png') no-repeat 50% 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:767px) {
    .home-feature .plus {
        display: none
    }
}

.home-feature h2 {
    font-size: 2em;
    font-family: "estilo-regular", sans-serif;
    line-height: 1em;
    margin-top: .3em
}

.home-feature h2 a {
    color: #fff
}

.home-feature-green {
    background: #93a444
}

.home-feature-orange {
    background: #f48128
}

.home-feature-taupe {
    background: #5d5349
}

#fancybox-wrap {
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

#fancybox-wrap * {
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.fancybox-slideshow ul {
    margin: 0
}

.fancybox-slideshow ul li {
    padding-left: 0
}

.fancybox-image {
    margin: 0;
    display: inline-block;
    max-width: 100%
}

.fancybox-image img {
    margin-bottom: 0
}

.fancybox-image a {
    color: #827567
}

.fancybox-image a:hover {
    color: #665b50
}

.fancybox-image figcaption {
    line-height: 1.2em;
    text-align: center
}

#gallery-images-wrapper {
    margin: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%
}

.edit-mode #gallery-images-wrapper {
    position: relative;
    min-height: 50px
}

#gallery-images-wrapper * {
    box-sizing: content-box
}

.gallery-images {
    width: 100%;
    margin: 0 auto;
    z-index: 1
}

.gallery-images .thumbnail {
    float: left;
    margin: .5em;
    padding: .3em;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    text-align: center
}

.gallery-images p {
    line-height: 1em;
    margin: 0;
    padding: 0
}

.gallery-images img {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=50);
    -moz-transition: opacity .2s ease-in-out 0;
    -webkit-transition: opacity .2s ease-in-out 0;
    -o-transition: opacity .2s ease-in-out 0;
    transition: opacity .2s ease-in-out 0
}

.gallery-images img.current,
.gallery-images img:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

#slideControls {
    float: right;
    margin-right: 5em
}

.button {
    float: right;
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-top: 3px;
    opacity: .6
}

.button:hover {
    opacity: 1
}

#previous {
    background: transparent url(images/back.png) no-repeat
}

#next {
    background: transparent url(images/fast-forward.png) no-repeat
}

#toggle {
    background: transparent url(images/pause.png) no-repeat
}

#slideControls #toggle.paused {
    background: transparent url(images/play.png) no-repeat
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: 0
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: 'flexslider-icon';
    src: url('../blocks/slideshow/fonts/flexslider-icon.eot');
    src: url('../blocks/slideshow/fonts/flexslider-icon-1.eot') format('embedded-opentype'), url('../blocks/slideshow/fonts/flexslider-icon.woff') format('woff'), url('../blocks/slideshow/fonts/flexslider-icon.ttf') format('truetype'), url('../blocks/slideshow/fonts/flexslider-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
    margin-right: 1em
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: .8em;
    display: block;
    width: 52px;
    height: 52px;
    margin: -26px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 4.6em
}

.flex-direction-nav .flex-prev {
    left: 10px
}

.flex-direction-nav .flex-next {
    right: 10px
}

.flexslider:hover .flex-prev {
    opacity: .7;
    background: rgba(0, 0, 0, 0.2);
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    background: rgba(0, 0, 0, 0.2);
    right: 10px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 43px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

nav.primary-nav {
    background: #dfdad6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1eeeb), color-stop(1, #cec8c2));
    background: -ms-linear-gradient(bottom, #f1eeeb, #cec8c2);
    background: -moz-linear-gradient(center bottom, #f1eeeb 0, #cec8c2 100%);
    background: -o-linear-gradient(#cec8c2, #f1eeeb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cec8c2', endColorstr='#f1eeeb', GradientType=0);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    font-family: 'ff-dagny-web-pro', arial, sans-serif;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

nav.primary-nav ul {
    margin-left: 0
}

nav.primary-nav ul li {
    float: left;
    list-style: none;
    width: 16.6%;
    text-align: center;
    font-size: 1.05em;
    height: 100%
}

nav.primary-nav ul li a {
    display: block;
    padding: .2em 0;
    color: #665b50;
    height: 100%
}

nav.primary-nav ul li a:hover,
nav.primary-nav ul li a.nav-path-selected {
    background: #cfc9c2
}

@media only screen and (min-width:768px) and (max-width:1015px) {
    nav.primary-nav ul li {
        font-size: .9em
    }
}

@media only screen and (max-width:767px) {
    nav.primary-nav ul {
        width: 100%;
        margin: 0
    }

    nav.primary-nav ul li {
        margin: 0;
        float: left;
        width: 49%
    }

    #sitemap {
        display: none
    }
}

@media only screen and (min-width:768px) {
    nav.footer {
        padding: 0 1em
    }

    nav.footer ul {
        margin: 0 .5em 0 3.5em;
        overflow: hidden
    }

    nav.footer ul li {
        list-style: none;
        margin-left: 0
    }

    nav.footer ul li a {
        display: block;
        border-right: 1px solid #ad9a89;
        color: #827567
    }

    nav.footer ul li a:hover {
        color: #93a444
    }

    nav.footer ul li.last a {
        border-right: 0
    }

    nav.footer ul ul {
        margin: 0;
        font-size: .8em
    }

    nav.footer ul ul li a {
        border-right: 0
    }
}

nav.side-nav {
    border-left: 1px solid #dfdbd6;
    margin-left: 2em;
    padding: .1em .2em;
    margin-bottom: 1.5em
}

nav.side-nav a {
    color: #827567
}

nav.side-nav a.nav-path-selected,
nav.side-nav a:hover {
    color: #93a444
}

nav.side-nav h2 {
    text-transform: uppercase;
    font-size: 1.125em
}

nav.side-nav ul {
    list-style: none;
    border-top: 1px solid #dfdbd6;
    border-bottom: 1px solid #dfdbd6;
    margin-left: -2em;
    padding: .5em 0 .7em 2.5em
}

nav.side-nav ul ul {
    border-top: 0;
    border-bottom: 0;
    padding-left: 3em;
    padding-bottom: 0;
    padding-top: 0
}

nav.side-nav ul li {
    margin-bottom: 0
}

nav.side-nav ul li a {
    font-size: 1.1em
}

nav.side-nav ul li a:before {
    content: "// "
}

nav.side-nav ul li li a:before {
    content: ""
}

.pagination {
    overflow: hidden;
    margin-top: .8em;
    padding-top: .8em;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both
}

.pagination ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.pagination ul li {
    list-style: none;
    float: left;
    padding: .5em;
    margin: 0
}

.pagination ul li a {
    padding: .5em .8em;
    margin: -0.5em 0 0 0;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none
}

.pagination ul li a:hover {
    color: #ccc;
    background: #ddd;
    border: 1px solid #777
}

.pagination ul li.prev a,
.pagination ul li.next a {
    border: 0
}

.pagination ul li.disabled a {
    border: 0;
    text-decoration: none;
    color: #ccc
}

.pagination ul li.disabled a:hover {
    background: transparent;
    border: 0
}

.pagination ul li.currentPage {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.pagination ul li.currentPage a {
    background: #e6e6e6;
    color: #ccc;
    border: 1px solid #ccc
}

.pagination ul li.currentPage a:hover {
    border: 1px solid #ccc;
    background: #bfbfbf
}

.pagination ul span,
.pagination ul span.ltgray,
.pagination ul strong {
    padding: 0;
    margin: 0;
    line-height: 1em;
    border: 0
}

.home #feature-items {
    position: relative;
    margin-top: -255px;
    text-align: right;
    z-index: 10
}

.home #feature-items h2 {
    color: #fff
}

.home #feature-items .home-feature {
    float: right
}

@media only screen and (max-width:767px) {
    .home #feature-items {
        position: absolute;
        top: 0;
        margin-top: 0;
        left: 0
    }

    .home #feature-items .home-feature {
        float: none;
        margin: 1em auto
    }
}

.home.edit-mode #feature-items {
    position: static;
    margin-top: 0
}

.home.edit-mode #feature-items .home-feature {
    max-width: 200px;
    max-height: 200px
}

#bettering-our-world #main-content .large-9 ul {
    width: 25%;
    float: left
}

#design-portfolio #main-content .large-4 {
    text-align: center
}

#ccm-highlighter,
.ccm-ui .popover.below {
    margin-top: -49px !important
}

.ccm-ui * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.ccm-ui .form-horizontal .ccm-pane-options-permanent-search div.input {
    margin-left: 0
}

.ccm-ui .chzn-container-multi .chzn-choices .search-field input {
    height: 25px
}

.ccm-ui input {
    display: inline
}

#ccm-block-fields input {
    display: inline
}

.lt-ie9 #info .nested-content-wrapper h1 {
    font-size: 2.2em
}

.lt-ie9 .captioned-image-link h2 {
    font-size: 1.0em
}

.lt-ie9 .captioned-image-link h3 {
    margin-top: 0
}

.lt-ie9 .row {
    width: 940px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto
}

.lt-ie9 .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px
}

.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
    padding: 0
}

.lt-ie9 .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px
}

.lt-ie9 .row .row.large-collapse {
    margin: 0
}

.lt-ie9 .column,
.lt-ie9 .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative
}

.lt-ie9 .column.large-centered,
.columns.large-centered {
    float: none;
    margin: 0 auto
}

.lt-ie9 [class*="column"]+[class*="column"]:last-child {
    float: right
}

.lt-ie9 [class*="column"]+[class*="column"].end {
    float: left
}

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
    width: 8.33333%
}

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
    width: 16.66667%
}

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
    width: 25%
}

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
    width: 33.33333%
}

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
    width: 41.66667%
}

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
    width: 50%
}

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
    width: 58.33333%
}

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
    width: 66.66667%
}

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
    width: 75%
}

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
    width: 83.33333%
}

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
    width: 91.66667%
}

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
    width: 100%
}

.lt-ie9 .row .large-offset-1 {
    margin-left: 8.33333%
}

.lt-ie9 .row .large-offset-2 {
    margin-left: 16.66667%
}

.lt-ie9 .row .large-offset-3 {
    margin-left: 25%
}

.lt-ie9 .row .large-offset-4 {
    margin-left: 33.33333%
}

.lt-ie9 .row .large-offset-5 {
    margin-left: 41.66667%
}

.lt-ie9 .row .large-offset-6 {
    margin-left: 50%
}

.lt-ie9 .row .large-offset-7 {
    margin-left: 58.33333%
}

.lt-ie9 .row .large-offset-8 {
    margin-left: 66.66667%
}

.lt-ie9 .row .large-offset-9 {
    margin-left: 75%
}

.lt-ie9 .row .large-offset-10 {
    margin-left: 83.33333%
}

.lt-ie9 .pull-2 {
    right: 16.66667%
}

.lt-ie9 .pull-3 {
    right: 25%
}

.lt-ie9 .pull-4 {
    right: 33.33333%
}

.lt-ie9 .pull-5 {
    right: 41.66667%
}

.lt-ie9 .pull-6 {
    right: 50%
}

.lt-ie9 .pull-7 {
    right: 58.33333%
}

.lt-ie9 .pull-8 {
    right: 66.66667%
}

.lt-ie9 .pull-9 {
    right: 75%
}

.lt-ie9 .pull-10 {
    right: 83.33333%
}

.lt-ie9 .push-2 {
    left: 16.66667%
}

.lt-ie9 .push-3 {
    left: 25%
}

.lt-ie9 .push-4 {
    left: 33.33333%
}

.lt-ie9 .push-5 {
    left: 41.66667%
}

.lt-ie9 .push-6 {
    left: 50%
}

.lt-ie9 .push-7 {
    left: 58.33333%
}

.lt-ie9 .push-8 {
    left: 66.66667%
}

.lt-ie9 .push-9 {
    left: 75%
}

.lt-ie9 .push-10 {
    left: 83.33333%
}

.lt-ie9 .row {
    *zoom: 1
}

.lt-ie9 .row:before,
.row:after {
    content: " ";
    display: table
}

.lt-ie9 .row:after {
    clear: both
}

.lt-ie8 .row {
    width: 1024px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto
}

.lt-ie8 .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0
}

.lt-ie8 .row.large-collapse .column,
.lt-ie8 .row.large-collapse .columns {
    padding: 0
}

.lt-ie8 .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0
}

.lt-ie8 .row .row.large-collapse {
    margin: 0
}

.lt-ie8 .column {
    float: left;
    min-height: 1px;
    padding: 0 8px;
    position: relative
}

.lt-ie8 .column.large-centered {
    float: none;
    margin: 0 auto
}

.lt-ie8 [class*="column"]+[class*="column"]:last-child {
    float: right
}

.lt-ie8 [class*="column"]+[class*="column"].end {
    float: left
}

.lt-ie8 .large-1,
.lt-ie8 .row .large-1 {
    width: 6.33333%
}

.lt-ie8 .large-2,
.lt-ie8 .row .large-2 {
    width: 14.66667%
}

.lt-ie8 .large-3,
.lt-ie8 .row .large-3 {
    width: 22%
}

.lt-ie8 .large-4,
.lt-ie8 .row .large-4 {
    width: 31.33333%
}

.lt-ie8 .large-5,
.lt-ie8 .row .large-5 {
    width: 39.66667%
}

.lt-ie8 .large-6,
.lt-ie8 .row .large-6 {
    width: 47%
}

.lt-ie8 .large-7,
.lt-ie8 .row .large-7 {
    width: 56.33333%
}

.lt-ie8 .large-8,
.lt-ie8 .row .large-8 {
    width: 64.66667%
}

.lt-ie8 .large-9,
.lt-ie8 .row .large-9 {
    width: 73%
}

.lt-ie8 .large-10,
.lt-ie8 .row .large-10 {
    width: 81.33333%
}

.lt-ie8 .large-11,
.lt-ie8 .row .large-11 {
    width: 89.66667%
}

.lt-ie8 .large-12,
.lt-ie8 .row .large-12 {
    width: 100%
}

.lt-ie8 .row .large-offset-1 {
    margin-left: 7.33333%
}

.lt-ie8 .row .large-offset-2 {
    margin-left: 15.66667%
}

.lt-ie8 .row .large-offset-3 {
    margin-left: 24%
}

.lt-ie8 .row .large-offset-4 {
    margin-left: 32.33333%
}

.lt-ie8 .row .large-offset-5 {
    margin-left: 40.66667%
}

.lt-ie8 .row .large-offset-6 {
    margin-left: 49%
}

.lt-ie8 .row .large-offset-7 {
    margin-left: 57.33333%
}

.lt-ie8 .row .large-offset-8 {
    margin-left: 65.66667%
}

.lt-ie8 .row .large-offset-9 {
    margin-left: 74%
}

.lt-ie8 .row .large-offset-10 {
    margin-left: 82.33333%
}

.lt-ie8 .pull-2 {
    right: 15.66667%
}

.lt-ie8 .pull-3 {
    right: 24%
}

.lt-ie8 .pull-4 {
    right: 32.33333%
}

.lt-ie8 .pull-5 {
    right: 40.66667%
}

.lt-ie8 .pull-6 {
    right: 49%
}

.lt-ie8 .pull-7 {
    right: 57.33333%
}

.lt-ie8 .pull-8 {
    right: 65.66667%
}

.lt-ie8 .pull-9 {
    right: 74%
}

.lt-ie8 .pull-10 {
    right: 82.33333%
}

.lt-ie8 .push-2 {
    left: 15.66667%
}

.lt-ie8 .push-3 {
    left: 24%
}

.lt-ie8 .push-4 {
    left: 32.33333%
}

.lt-ie8 .push-5 {
    left: 40.66667%
}

.lt-ie8 .push-6 {
    left: 49%
}

.lt-ie8 .push-7 {
    left: 57.33333%
}

.lt-ie8 .push-8 {
    left: 65.66667%
}

.lt-ie8 .push-9 {
    left: 74%
}

.lt-ie8 .push-10 {
    left: 82.33333%
}

.lt-ie8 .row {
    *zoom: 1
}

.lt-ie8 .row:before,
.row:after {
    content: " ";
    display: table
}

.lt-ie8 .row:after {
    clear: both
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0 60px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 60px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -56px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-gallery .mfp-image-holder .mfp-figure figure {
    margin: 1em
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}



/*===================== 7-10-2024 ===============*/

header #logo {
    margin: 1em 0 1em 0;
}

.column,
.columns {
    position: relative;
    padding-left: 2.5em;
    padding-right: 2.5em;
    float: left;
}

header .row h1 {
    color: #8a7460;
    font-size: 4.4em;
    text-align: center;
    margin-top: 0;
    font-family: "Mea Culpa", system-ui;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    margin-bottom: 0;
}

header #info img {
    float: right;
    margin: .7em 0;
}

nav.primary-nav {
    background: #dfdad6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1eeeb), color-stop(1, #cec8c2));
    background: -ms-linear-gradient(bottom, #f1eeeb, #cec8c2);
    background: -moz-linear-gradient(center bottom, #f1eeeb 0, #cec8c2 100%);
    background: -o-linear-gradient(#cec8c2, #f1eeeb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cec8c2', endColorstr='#f1eeeb', GradientType=0);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    font-family: 'ff-dagny-web-pro', arial, sans-serif;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

nav.primary-nav ul {
    margin-left: 0;
}

nav.primary-nav ul li {
    float: left;
    list-style: none;
    width: 16.6%;
    flex: 1;
    text-align: center;
    font-size: 1.05em;
    height: 100%;
}


.nav.primary-nav li {
    font-family: 'omnes-pro', arial, sans-serif;
    color: #8a7460;
}

nav.primary-nav ul li a {
    display: block;
    padding: .2em 0;
    color: #665b50;
    height: 100%;
}

nav.primary-nav ul li a:hover,
nav.primary-nav ul li a.nav-path-selected {
    background: #cfc9c2;
}

@media only screen and (min-width: 768px) {
    .large-4 {
        position: relative;
        width: 33.33333%;
    }

    .large-12 {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1400px;
    }
}

/*===================== 7-10-2024 ===============*/