meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0
}

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

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

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em
}

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

html, body {
    font-size: 16px
}

body {
    background: white;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    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
}

.clearfix {
    *zoom: 1
}

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

.clearfix:after {
    clear: both
}

.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
}

.start {
    float: left !important
}

.end {
    float: right !important
}

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

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

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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: 1080px;
    *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: -15px;
    margin-right: -15px;
    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: 15px;
    padding-right: 15px;
    width: 100%;
    float: left
}

@media only screen {
    .column.small-centered, .columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.small-uncentered, .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column, .columns {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        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%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column.small-reset-order, .columns.small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
}

@media only screen and (min-width: 40.063em) {
    .column.medium-centered, .columns.medium-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column, .columns {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .medium-offset-0 {
        position: relative;
        margin-left: 0 !important
    }

    .medium-offset-1 {
        position: relative;
        margin-left: 8.33333% !important
    }

    .medium-offset-2 {
        position: relative;
        margin-left: 16.66667% !important
    }

    .medium-offset-3 {
        position: relative;
        margin-left: 25% !important
    }

    .medium-offset-4 {
        position: relative;
        margin-left: 33.33333% !important
    }

    .medium-offset-5 {
        position: relative;
        margin-left: 41.66667% !important
    }

    .medium-offset-6 {
        position: relative;
        margin-left: 50% !important
    }

    .medium-offset-7 {
        position: relative;
        margin-left: 58.33333% !important
    }

    .medium-offset-8 {
        position: relative;
        margin-left: 66.66667% !important
    }

    .medium-offset-9 {
        position: relative;
        margin-left: 75% !important
    }

    .medium-offset-10 {
        position: relative;
        margin-left: 83.33333% !important
    }

    .column.medium-reset-order, .columns.medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

    .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
    }
}

@media only screen and (min-width: 60em) {
    .column.large-centered, .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column, .columns {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        float: left
    }

    .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%
    }

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

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

    .large-offset-0 {
        position: relative;
        margin-left: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

    .column.large-reset-order, .columns.large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

    .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
    }
}

.accordion {
    *zoom: 1;
    margin-bottom: 0
}

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

.accordion:after {
    clear: both
}

.accordion dd {
    display: block;
    margin-bottom: 0 !important
}

.accordion dd.active a {
    background: #e8e8e8
}

.accordion dd > a {
    background: #3399cc;
    color: #ffffff;
    padding: 1rem;
    display: block;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.accordion dd > a:hover {
    background: #2d85b1
}

.accordion .content {
    display: none;
    padding: 15px
}

.accordion .content.active {
    display: block;
    background: white
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: .875rem 1.5rem .875rem .875rem;
    font-size: .8125rem;
    background-color: #e45126;
    border-color: #cb4219;
    color: white
}

.alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: .25rem;
    color: #333;
    opacity: .3
}

.alert-box .close:hover, .alert-box .close:focus {
    opacity: .5
}

.alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white
}

.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: white
}

.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 0 0 -0.625rem;
    *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 .625rem 1.25rem
}

@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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: 40.063em) {
    .medium-block-grid-1 > li {
        width: 100%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-2 > li {
        width: 50%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-4 > li {
        width: 25%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-5 > li {
        width: 20%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-8 > li {
        width: 12.5%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-10 > li {
        width: 10%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

    .medium-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

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

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

@media only screen and (min-width: 60em) {
    .large-block-grid-1 > li {
        width: 100%;
        padding: 0 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

    .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 .625rem 1.25rem;
        list-style: none
    }

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

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

.breadcrumbs {
    display: block;
    padding: .5625rem .875rem .5625rem;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #f4f4f4;
    border-color: gainsboro;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: .6875rem;
    text-transform: uppercase
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
    text-decoration: underline
}

.breadcrumbs > * a, .breadcrumbs > * span {
    text-transform: uppercase;
    color: #e45126
}

.breadcrumbs > *.current {
    cursor: default;
    color: #333
}

.breadcrumbs > *.current a {
    cursor: default;
    color: #333
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
    text-decoration: none
}

.breadcrumbs > *.unavailable {
    color: #999
}

.breadcrumbs > *.unavailable a {
    color: #999
}

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
    text-decoration: none;
    color: #999;
    cursor: default
}

.breadcrumbs > *:before {
    content: "/";
    color: #aaa;
    margin: 0 .75rem;
    position: relative;
    top: 1px
}

.breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0
}

button, .button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #e45126;
    border-color: #bd3d18;
    color: white;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -webkit-appearance: none;
    border: 0;
    font-weight: normal !important
}

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

button:hover, button:focus, .button:hover, .button:focus {
    color: white
}

button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333
}

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

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

button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #368a55
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: white
}

button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white
}

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

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: white
}

button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem
}

button.small, .button.small {
    padding-top: .875rem;
    padding-right: 1.75rem;
    padding-bottom: .9375rem;
    padding-left: 1.75rem;
    font-size: .8125rem
}

button.tiny, .button.tiny {
    padding-top: .625rem;
    padding-right: 1.25rem;
    padding-bottom: .6875rem;
    padding-left: 1.25rem;
    font-size: .6875rem
}

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

button.left-align, .button.left-align {
    text-align: left;
    text-indent: .75rem
}

button.right-align, .button.right-align {
    text-align: right;
    padding-right: .75rem
}

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

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

button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #e45126;
    border-color: #bd3d18;
    color: white;
    cursor: default;
    opacity: .7;
    -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: #bd3d18
}

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: white
}

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: #e45126
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    cursor: default;
    opacity: .7;
    -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: #b9b9b9
}

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: #e7e7e7
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white;
    cursor: default;
    opacity: .7;
    -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: #368a55
}

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: white
}

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: #43ac6a
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white;
    cursor: default;
    opacity: .7;
    -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: #cf2a0e
}

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: white
}

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: #f04124
}

@media only screen and (min-width: 40.063em) {
    button, .button {
        display: inline-block
    }
}

.button-group {
    list-style: none;
    margin: 0;
    *zoom: 1
}

.button-group:before, .button-group:after {
    content: " ";
    display: table
}

.button-group:after {
    clear: both
}

.button-group > * {
    margin: 0;
    float: left
}

.button-group > * > button, .button-group > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group > *:last-child button, .button-group > *:last-child .button {
    border-right: 0
}

.button-group > *:first-child {
    margin-left: 0
}

.button-group.radius > * > button, .button-group.radius > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.radius > *:last-child button, .button-group.radius > *:last-child .button {
    border-right: 0
}

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -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
}

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -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
}

.button-group.round > * > button, .button-group.round > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.round > *:last-child button, .button-group.round > *:last-child .button {
    border-right: 0
}

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -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
}

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -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
}

.button-group.even-2 li {
    width: 50%
}

.button-group.even-2 li > button, .button-group.even-2 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.even-2 li:last-child button, .button-group.even-2 li:last-child .button {
    border-right: 0
}

.button-group.even-2 li button, .button-group.even-2 li .button {
    width: 100%
}

.button-group.even-3 li {
    width: 33.33333%
}

.button-group.even-3 li > button, .button-group.even-3 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.even-3 li:last-child button, .button-group.even-3 li:last-child .button {
    border-right: 0
}

.button-group.even-3 li button, .button-group.even-3 li .button {
    width: 100%
}

.button-group.even-4 li {
    width: 25%
}

.button-group.even-4 li > button, .button-group.even-4 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.even-4 li:last-child button, .button-group.even-4 li:last-child .button {
    border-right: 0
}

.button-group.even-4 li button, .button-group.even-4 li .button {
    width: 100%
}

.button-group.even-5 li {
    width: 20%
}

.button-group.even-5 li > button, .button-group.even-5 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.even-5 li:last-child button, .button-group.even-5 li:last-child .button {
    border-right: 0
}

.button-group.even-5 li button, .button-group.even-5 li .button {
    width: 100%
}

.button-group.even-6 li {
    width: 16.66667%
}

.button-group.even-6 li > button, .button-group.even-6 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.even-6 li:last-child button, .button-group.even-6 li:last-child .button {
    border-right: 0
}

.button-group.even-6 li button, .button-group.even-6 li .button {
    width: 100%
}

.button-group.even-7 li {
    width: 14.28571%
}

.button-group.even-7 li > button, .button-group.even-7 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.even-7 li:last-child button, .button-group.even-7 li:last-child .button {
    border-right: 0
}

.button-group.even-7 li button, .button-group.even-7 li .button {
    width: 100%
}

.button-group.even-8 li {
    width: 12.5%
}

.button-group.even-8 li > button, .button-group.even-8 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}

.button-group.even-8 li:last-child button, .button-group.even-8 li:last-child .button {
    border-right: 0
}

.button-group.even-8 li button, .button-group.even-8 li .button {
    width: 100%
}

.button-bar {
    *zoom: 1
}

.button-bar:before, .button-bar:after {
    content: " ";
    display: table
}

.button-bar:after {
    clear: both
}

.button-bar .button-group {
    float: left;
    margin-right: .625rem
}

.button-bar .button-group div {
    overflow: hidden
}

@media only screen and (max-width: 40em) {
    .f-dropdown {
        max-width: 100%;
        left: 0
    }
}

.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #ccc;
    font-size: 16px;
    z-index: 99;
    margin-top: 2px;
    max-width: 200px
}

.f-dropdown > *:first-child {
    margin-top: 0
}

.f-dropdown > *:last-child {
    margin-bottom: 0
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99
}

.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #ccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98
}

.f-dropdown.right:before {
    left: auto;
    right: 10px
}

.f-dropdown.right:after {
    left: auto;
    right: 9px
}

.f-dropdown li {
    font-size: .875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0
}

.f-dropdown li:hover, .f-dropdown li:focus {
    background: #eee
}

.f-dropdown li a {
    display: block;
    padding: .5rem;
    color: #555
}

.f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #ccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px
}

.f-dropdown.content > *:first-child {
    margin-top: 0
}

.f-dropdown.content > *:last-child {
    margin-bottom: 0
}

.f-dropdown.tiny {
    max-width: 200px
}

.f-dropdown.small {
    max-width: 300px
}

.f-dropdown.medium {
    max-width: 500px
}

.f-dropdown.large {
    max-width: 800px
}

.dropdown.button {
    position: relative;
    padding-right: 3.5625rem
}

.dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%
}

.dropdown.button:before {
    border-width: .375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem
}

.dropdown.button:before {
    border-color: white transparent transparent transparent
}

.dropdown.button.tiny {
    padding-right: 2.625rem
}

.dropdown.button.tiny:before {
    border-width: .375rem;
    right: 1.125rem;
    margin-top: -0.125rem
}

.dropdown.button.tiny:before {
    border-color: white transparent transparent transparent
}

.dropdown.button.small {
    padding-right: 3.0625rem
}

.dropdown.button.small:before {
    border-width: .4375rem;
    right: 1.3125rem;
    margin-top: -0.15625rem
}

.dropdown.button.small:before {
    border-color: white transparent transparent transparent
}

.dropdown.button.large {
    padding-right: 3.625rem
}

.dropdown.button.large:before {
    border-width: .3125rem;
    right: 1.71875rem;
    margin-top: -0.15625rem
}

.dropdown.button.large:before {
    border-color: white transparent transparent transparent
}

.dropdown.button.secondary:before {
    border-color: #333 transparent transparent transparent
}

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video.widescreen {
    padding-bottom: 57.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@-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: 0
}

.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(51, 51, 51, 0.8);
    color: white;
    width: 100%;
    padding: .625rem .875rem;
    font-size: .875rem
}

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

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: .3125rem
}

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

.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0;
    position: relative;
    right: 20px;
    top: 5px
}

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

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

.orbit-container .orbit-timer.paused > span.dark {
    border-color: transparent transparent transparent #333
}

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

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

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

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

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

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

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

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

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

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

.orbit-bullets-container {
    text-align: center
}

.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block
}

.orbit-bullets li {
    display: inline-block;
    width: .5625rem;
    height: .5625rem;
    background: #ccc;
    float: none;
    margin-right: 6px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

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

.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: 40.063em) {
    .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
        display: inherit
    }

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

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

    .orbit-stack-on-small .orbit-slides-container > * {
        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
    }
}

form {
    margin: 0 0 1rem
}

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

form .row .row .column, form .row .row .columns {
    padding: 0 .5rem
}

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

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

form .row .row.collapse input {
    -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: .5rem
}

label {
    font-size: .875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin-bottom: .5rem
}

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

label.inline {
    margin: 0 0 1rem 0;
    padding: .625rem 0
}

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

select {
    -webkit-appearance: none !important;
    background: #fafafa url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border: 1px solid #ccc;
    padding: .5rem;
    font-size: .875rem;
    -webkit-border-radius: 0;
    border-radius: 0
}

select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999
}

select::-ms-expand {
    display: none
}

@-moz-document url-prefix() {
    select {
        background: #fafafa
    }
    select:hover {
        background: #f3f3f3
    }
}

.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: .875rem;
    height: 2.3125rem;
    line-height: 2.3125rem
}

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

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

.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: #d8d8d8;
    border-right: 0;
    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: #cbcbcb;
    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: white;
    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: .875rem;
    margin: 0 0 1rem 0;
    padding: .5rem;
    height: 2.3125rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s, border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .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: 0
}

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
}

select {
    height: 2.3125rem
}

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

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

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

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

fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 .1875rem;
    margin: 0;
    margin-left: -0.1875rem
}

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white
}

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

span.error, small.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white
}

.error input, .error textarea, .error select {
    margin-bottom: 0
}

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

.error > small, .error small.error {
    display: block;
    padding: .375rem .5625rem .5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white
}

.error > label > small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline
}

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

input.error, textarea.error {
    margin-bottom: 0
}

label.error {
    color: #f04124
}

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

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

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

.keystroke, kbd {
    background-color: #ededed;
    border-color: #ddd;
    color: #222;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: "Consolas", "Menlo", "Courier", monospace;
    font-size: .875rem;
    padding: .125rem .25rem 0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.label {
    font-weight: normal;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: inherit;
    padding: .25rem .5rem .375rem;
    font-size: .6875rem;
    background-color: #e45126;
    color: white
}

.label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

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

.label.alert {
    background-color: #f04124;
    color: white
}

.label.success {
    background-color: #43ac6a;
    color: white
}

.label.secondary {
    background-color: #e7e7e7;
    color: #333
}

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

ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: .875rem;
    margin-left: .3125rem
}

ul.pagination li a {
    display: block;
    padding: .0625rem .625rem .0625rem;
    color: #999;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

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: #e45126;
    color: white;
    font-weight: bold;
    cursor: default
}

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

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

.pagination-centered {
    text-align: center
}

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

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2
}

.panel > :first-child {
    margin-top: 0
}

.panel > :last-child {
    margin-bottom: 0
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: .625rem
}

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

.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #f7cec2;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #fdf5f2
}

.panel.callout > :first-child {
    margin-top: 0
}

.panel.callout > :last-child {
    margin-bottom: 0
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
    color: #333
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
    line-height: 1;
    margin-bottom: .625rem
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
    line-height: 1.4
}

.panel.callout a {
    color: #e45126
}

.panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.side-nav {
    display: block;
    margin: 0;
    padding: .875rem 0;
    list-style-type: none;
    list-style-position: inside;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif
}

.side-nav li {
    margin: 0 0 .4375rem 0;
    font-size: .875rem
}

.side-nav li a {
    display: block;
    color: #e45126
}

.side-nav li.active > a:first-child {
    color: #4d4d4d;
    font-weight: normal;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif
}

.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: white
}

.split.button {
    position: relative;
    padding-right: 5.0625rem
}

.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px
}

.split.button span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    top: 50%;
    left: 50%
}

.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1)
}

.split.button span {
    border-left-color: rgba(255, 255, 255, 0.5)
}

.split.button span {
    width: 3.09375rem
}

.split.button span:before {
    border-top-style: solid;
    border-width: .375rem;
    top: 48%;
    margin-left: -0.375rem
}

.split.button span:before {
    border-color: white transparent transparent transparent
}

.split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5)
}

.split.button.secondary span:before {
    border-color: white transparent transparent transparent
}

.split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5)
}

.split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5)
}

.split.button.tiny {
    padding-right: 3.75rem
}

.split.button.tiny span {
    width: 2.25rem
}

.split.button.tiny span:before {
    border-top-style: solid;
    border-width: .375rem;
    top: 48%;
    margin-left: -0.375rem
}

.split.button.small {
    padding-right: 4.375rem
}

.split.button.small span {
    width: 2.625rem
}

.split.button.small span:before {
    border-top-style: solid;
    border-width: .4375rem;
    top: 48%;
    margin-left: -0.375rem
}

.split.button.large {
    padding-right: 5.5rem
}

.split.button.large span {
    width: 3.4375rem
}

.split.button.large span:before {
    border-top-style: solid;
    border-width: .3125rem;
    top: 48%;
    margin-left: -0.375rem
}

.split.button.expand {
    padding-left: 2rem
}

.split.button.secondary span:before {
    border-color: #333 transparent transparent transparent
}

.split.button.radius span {
    -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
}

.split.button.round span {
    -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
}

.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25rem 0 1.125rem;
    padding-top: .25rem;
    margin-right: 0;
    margin-left: -0.75rem
}

.sub-nav dt {
    text-transform: uppercase
}

.sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: .625rem;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: .875rem;
    color: #999
}

.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
    text-decoration: none;
    color: #999
}

.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
    color: #0085b1
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    background: #e45126;
    padding: .1875rem 1rem;
    cursor: default;
    color: white
}

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
    background: #0085b1
}

div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25rem;
    height: 2.25rem;
    background: white;
    border-color: #ccc
}

div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out
}

div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none
}

div.switch input:hover, div.switch input:focus {
    cursor: pointer
}

div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out
}

div.switch input:not(:checked) + label {
    opacity: 0
}

div.switch input:checked {
    display: none !important
}

div.switch input {
    left: 0;
    display: block !important
}

div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
    left: -50%
}

div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
    left: 0
}

div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right
}

div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
    right: 0;
    left: auto
}

div.switch span.custom {
    display: none !important
}

form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible
}

div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: .875rem
}

div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem
}

div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem
}

div.switch span:last-child {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, white 0, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, white 0, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke
}

div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: white;
    background: -moz-linear-gradient(top, white 0, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 0, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0, #e6e6e6 100%)
}

div.switch:active {
    background: transparent
}

div.switch.large {
    height: 2.75rem
}

div.switch.large label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 1.0625rem
}

div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875rem
}

div.switch.large span:last-child {
    width: 2.75rem;
    height: 2.75rem
}

div.switch.small {
    height: 1.75rem
}

div.switch.small label {
    padding: 0;
    line-height: 2.1rem;
    font-size: .75rem
}

div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875rem
}

div.switch.small span:last-child {
    width: 1.75rem;
    height: 1.75rem
}

div.switch.tiny {
    height: 1.375rem
}

div.switch.tiny label {
    padding: 0;
    line-height: 1.9rem;
    font-size: .6875rem
}

div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125rem
}

div.switch.tiny span:last-child {
    width: 1.375rem;
    height: 1.375rem
}

div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px
}

div.switch.round label {
    padding: 0 .5625rem
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        position: relative
    }
    to {
        position: relative
    }
}

table {
    background: white;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd
}

table thead, table tfoot {
    background: whitesmoke
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: bold;
    color: #222;
    text-align: left
}

table tr th, table tr td {
    padding: .5625rem .625rem;
    font-size: .875rem;
    color: #222
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem
}

.tabs {
    *zoom: 1;
    margin-bottom: 0 !important
}

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

.tabs:after {
    clear: both
}

.tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left
}

.tabs dd > a {
    display: block;
    background: #efefef;
    color: #222;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.tabs dd > a:hover {
    background: #e1e1e1
}

.tabs dd.active a {
    background: white
}

.tabs.radius dd:first-child a {
    -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
}

.tabs.radius dd:last-child a {
    -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
}

.tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto
}

.tabs-content {
    *zoom: 1;
    margin-bottom: 1.5rem
}

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

.tabs-content:after {
    clear: both
}

.tabs-content > .content {
    display: none;
    float: left;
    padding: 15px 0
}

.tabs-content > .content.active {
    display: block
}

.tabs-content > .content.contained {
    padding: 15px
}

.tabs-content.vertical {
    display: block
}

.tabs-content.vertical > .content {
    padding: 0 15px
}

@media only screen and (min-width: 40.063em) {
    .tabs.vertical {
        width: 20%;
        float: left;
        margin-bottom: 1.25rem
    }

    .tabs-content.vertical {
        width: 80%;
        float: left;
        margin-left: -1px
    }
}

.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px white;
    max-width: 100%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(228, 81, 38, 0.5);
    box-shadow: 0 0 6px 1px rgba(228, 81, 38, 0.5)
}

.th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: bold;
    color: #333
}

.has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #6a220d;
    color: #e45126
}

.has-tip.tip-left, .has-tip.tip-right {
    float: none !important
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.3;
    padding: .75rem;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: white;
    background: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px
}

.tooltip.opened {
    color: #e45126 !important;
    border-bottom: dotted 1px #6a220d !important
}

.tap-to-close {
    display: block;
    font-size: .625rem;
    color: #777;
    font-weight: normal
}

@media only screen and (min-width: 40.063em) {
    .tooltip > .nub {
        border-color: transparent transparent #333 transparent;
        top: -10px
    }

    .tooltip.tip-top > .nub {
        border-color: #333 transparent transparent transparent;
        top: auto;
        bottom: -10px
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important
    }

    .tooltip.tip-left > .nub {
        border-color: transparent transparent transparent #333;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }

    .tooltip.tip-right > .nub {
        border-color: transparent #333 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}

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

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

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

a img {
    border: 0
}

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

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

p aside {
    font-size: .875rem;
    line-height: 1.35;
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4
}

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

h1 {
    font-size: 2.125rem
}

h2 {
    font-size: 1.6875rem
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: .2rem;
    margin-bottom: .5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    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: #bd260d
}

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

ul {
    margin-left: 1.1rem
}

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

ul.no-bullet li ul, ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

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

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

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

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

ol {
    margin-left: 1.4rem
}

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

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: .75rem
}

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.25rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: .8125rem;
    color: #555
}

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

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

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

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: .625rem .75rem
}

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

.vcard .fn {
    font-weight: bold;
    font-size: .9375rem
}

.vevent .summary {
    font-weight: bold
}

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

@media only screen and (min-width: 40.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 2.75rem
    }

    h2 {
        font-size: 2.3125rem
    }

    h3 {
        font-size: 1.6875rem
    }

    h4 {
        font-size: 1.4375rem
    }
}

.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: .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
    }
}

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

.contain-to-grid {
    width: 100%;
    background: rgba(35, 31, 32, 0.6)
}

.contain-to-grid .top-bar {
    margin-bottom: 0
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}

.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 72px
}

.top-bar {
    overflow: hidden;
    height: 72px;
    line-height: 72px;
    position: relative;
    background: rgba(35, 31, 32, 0.6);
    margin-bottom: 0
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none
}

.top-bar .row {
    max-width: none
}

.top-bar form, .top-bar input {
    margin-bottom: 0
}

.top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .75rem
}

.top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: .75rem
}

.top-bar .title-area {
    position: relative;
    margin: 0
}

.top-bar .name {
    height: 72px;
    margin: 0;
    font-size: 16px
}

.top-bar .name h1 {
    line-height: 72px;
    font-size: 1.0625rem;
    margin: 0
}

.top-bar .name h1 a {
    font-weight: normal;
    color: white;
    width: 50%;
    display: block;
    padding: 0 24px
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    color: white;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 24px;
    height: 72px;
    line-height: 72px
}

.top-bar .toggle-topbar.menu-icon {
    right: 24px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px
}

.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0;
    padding-right: 25px;
    color: white;
    position: relative
}

.top-bar .toggle-topbar.menu-icon a::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    top: 0;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white
}

.top-bar.expanded {
    height: auto;
    background: transparent
}

.top-bar.expanded .title-area {
    background: rgba(35, 31, 32, 0.6)
}

.top-bar.expanded .toggle-topbar a {
    color: #888
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
    box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #222;
    font-size: 16px;
    margin: 0
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px rgba(18, 16, 16, 0.6);
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 24px;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    font-weight: normal;
    background: #222
}

.top-bar-section ul li > a.button {
    background: #e45126;
    font-size: .8125rem;
    padding-right: 24px;
    padding-left: 24px
}

.top-bar-section ul li > a.button:hover {
    background: #ad3815
}

.top-bar-section ul li > a.button.secondary {
    background: #e7e7e7
}

.top-bar-section ul li > a.button.secondary:hover {
    background: #cecece
}

.top-bar-section ul li > a.button.success {
    background: #43ac6a
}

.top-bar-section ul li > a.button.success:hover {
    background: #358854
}

.top-bar-section ul li > a.button.alert {
    background: #f04124
}

.top-bar-section ul li > a.button.alert:hover {
    background: #d42b0f
}

.top-bar-section ul li:hover > a {
    background: #272727;
    color: #70d2da
}

.top-bar-section ul li.active > a {
    background: transparent;
    color: #70d2da
}

.top-bar-section ul li.active > a:hover {
    background: #cb4219
}

.top-bar-section .has-form {
    padding: 24px
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown > a:after {
    margin-right: 24px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved > .dropdown {
    display: block
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 24px
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: normal
}

.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0
}

.top-bar-section .dropdown li.title h5 a {
    color: white;
    line-height: 36px;
    display: block
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 24px
}

.top-bar-section .dropdown li .button {
    top: auto
}

.top-bar-section .dropdown label {
    padding: 8px 24px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    font-size: .625rem
}

.js-generated {
    display: block
}

@media only screen and (min-width: 972px) {
    .top-bar {
        background: rgba(35, 31, 32, 0.6);
        *zoom: 1;
        overflow: visible
    }

    .top-bar:before, .top-bar:after {
        content: " ";
        display: table
    }

    .top-bar:after {
        clear: both
    }

    .top-bar .toggle-topbar {
        display: none
    }

    .top-bar .title-area {
        float: left
    }

    .top-bar .name h1 a {
        width: auto
    }

    .top-bar input, .top-bar .button {
        font-size: .875rem;
        position: relative;
        top: 7px
    }

    .top-bar.expanded {
        background: rgba(35, 31, 32, 0.6)
    }

    .contain-to-grid .top-bar {
        max-width: 1080px;
        margin: 0 auto;
        margin-bottom: 0
    }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline
    }

    .top-bar-section ul li {
        float: left
    }

    .top-bar-section ul li .js-generated {
        display: none
    }

    .top-bar-section li.hover > a:not(.button) {
        background: #272727;
        color: #70d2da
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 24px;
        line-height: 72px;
        background: rgba(35, 31, 32, 0.6)
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727
    }

    .top-bar-section .has-dropdown.moved {
        position: relative
    }

    .top-bar-section .has-dropdown.moved > .dropdown {
        display: none
    }

    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: 0;
        content: "\00bb";
        top: 1rem;
        margin-top: -2px;
        right: 5px;
        line-height: 1.2
    }

    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%
    }

    .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 24px;
        background: #333
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-bottom: 0;
        border-top: 0;
        border-right: solid 1px rgba(66, 58, 60, 0.6);
        clear: none;
        height: 72px;
        width: 0
    }

    .top-bar-section .has-form {
        background: rgba(35, 31, 32, 0.6);
        padding: 0 24px;
        height: 72px
    }

    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0
    }

    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%
    }

    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0
    }

    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%
    }

    .no-js .top-bar-section ul li:hover > a {
        background: #272727;
        color: #70d2da
    }

    .no-js .top-bar-section ul li:active > a {
        background: transparent;
        color: #70d2da
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block
    }
}

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden
}

.inner-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    *zoom: 1;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease
}

.inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table
}

.inner-wrap:after {
    clear: both
}

nav.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333;
    color: white;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative
}

nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0
}

nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
    font-size: 1.125rem
}

section.left-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-right: solid 1px #1a1a1a;
    box-shadow: 1px 0 0 #4e4e4e;
    left: 0
}

section.right-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-left: solid 1px #4e4e4e;
    box-shadow: -1px 0 0 #1a1a1a;
    right: 0
}

section.tab-bar-section {
    padding: 0 .625rem;
    position: absolute;
    text-align: center;
    height: 2.8125rem;
    top: 0
}

@media only screen and (min-width: 40.063em) {
    section.tab-bar-section {
        text-align: left
    }
}

section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem
}

section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0
}

section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem
}

a.menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    line-height: 2.0625rem;
    padding: 0;
    color: white;
    position: relative
}

a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: .8125rem;
    top: .3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white
}

a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3
}

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    background: #333;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden
}

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    background: #333;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0
}

ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul.off-canvas-list li label {
    padding: .3rem .9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: 0;
    margin: 0
}

ul.off-canvas-list li a {
    display: block;
    padding: .66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626
}

.move-right > .inner-wrap {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.move-right a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media only screen and (min-width: 40.063em) {
    .move-right a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05)
    }
}

.move-left > .inner-wrap {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.move-left a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media only screen and (min-width: 40.063em) {
    .move-left a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05)
    }
}

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.csstransforms.no-csstransforms3d .right-off-canvas-menu {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
    -webkit-transform: translate(-250px, 0);
    -moz-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0)
}

.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
    -webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0)
}

.no-csstransforms .left-off-canvas-menu {
    left: -250px
}

.no-csstransforms .right-off-canvas-menu {
    right: -250px
}

.no-csstransforms .move-left > .inner-wrap {
    right: 250px
}

.no-csstransforms .move-right > .inner-wrap {
    left: 250px
}

.show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important
}

.hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important
}

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

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

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

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

td.show-for-small, td.show-for-small-only, 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 td.hide-for-xlarge-up, td.hide-for-xxlarge-up, th.show-for-small, th.show-for-small-only, 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 th.hide-for-xlarge-up, th.hide-for-xxlarge-up {
    display: table-cell !important
}

@media only screen and (min-width: 40.063em) {
    .hide-for-small, .hide-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-up, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
        display: inherit !important
    }

    .show-for-small, .show-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
        display: none !important
    }

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

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

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

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

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

@media only screen and (min-width: 60em) {
    .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
        display: inherit !important
    }

    .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
        display: none !important
    }

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

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

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

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

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

@media only screen and (min-width: 90.063em) {
    .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
        display: inherit !important
    }

    .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
        display: none !important
    }

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

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

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

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

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

@media only screen and (min-width: 120.063em) {
    .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-up, .show-for-xxlarge-only {
        display: inherit !important
    }

    .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
        display: none !important
    }

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

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

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

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

    td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-xlarge-only, th.show-for-xlarge-up, th.show-for-xxlarge-up, th.show-for-xxlarge-only {
        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
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px
}

@media only screen and (min-width: 40.063em) {
    body, html {
        font-size: 16px
    }
}

body {
    background-color: #5e5d5d
}

.base-container {
    background-image: -webkit-gradient(radial, ellipse at center center, 0, ellipse at center center, 100, color-stop(0%, #fff), color-stop(100%, #c9c9c9));
    background-image: -webkit-radial-gradient(ellipse at center center, #fff, #c9c9c9);
    background-image: -moz-radial-gradient(ellipse at center center, #fff, #c9c9c9);
    background-image: -o-radial-gradient(ellipse at center center, #fff, #c9c9c9);
    background-image: radial-gradient(ellipse at center center, #fff, #c9c9c9)
}

.perspective {
    transform-style: preserve-3d;
    perspective: 600px;
    -webkit-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    background-color: #CCC;
    float: left;
    width: 100%
}

.scene {
    height: 286px;
    perspective: 600px;
    -webkit-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    margin: 0 auto;
    float: left;
    clear: both;
    width: 100%;
    -webkit-transition: -webkit-z-index 500ms;
    -mo-transition: -mo-z-index 500ms;
    -o-transition: -o-z-index 500ms;
    transition: z-index 500ms
}

.scene:hover {
    z-index: 200;
    cursor: pointer
}

@media only screen and (min-width: 40.063em) {
    .scene {
        width: 33.3%;
        clear: none
    }
}

.scene#emencia_company .logotype {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/themes/emencia_1390907735.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 130px;
    height: 110px;
    display: inline-block
}

.scene#emencia_company .avant {
    text-align: center
}

.scene#emencia_company .avant H3 {
    font-weight: 800;
    line-height: .85em;
    font-size: 1.2rem
}

.flip {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d
}

.flip, .flip > div {
    width: 100%;
    height: inherit;
    -webkit-transition: -webkit-transform 500ms;
    -mo-transition: -mo-transform 500ms;
    -o-transition: -o-transform 500ms;
    transition: transform 500ms;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.flip > div {
    line-height: 100%;
    position: absolute;
    backface-visibility: hidden
}

.avant {
    background-color: #FFF;
    background-size: cover;
    background-position: center left;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 1rem;
    text-align: right
}

.avant H2 {
    font-weight: 800;
    line-height: 80%;
    text-transform: uppercase;
    margin-bottom: .75em
}

@media only screen and (max-width: 40em) {
    .avant H2 {
        font-size: 2.4rem
    }
}

.avant H3 {
    font-weight: 100;
    line-height: 80%;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif
}

.arriere {
    padding: 1rem;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center left;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg)
}

.scene:hover .flip {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg)
}

#header-container #telTop {
    padding: 0 22px 0 0
}

body {
    background: #303040
}

h1 {
    text-transform: uppercase;
    font-weight: 800;
    margin: 1rem;
    letter-spacing: -0.2rem;
    line-height: 1em
}

H2, H4 {
    color: #c00;
    font-weight: bold
}

.center {
    text-align: center
}

ul {
    list-style-position: inside
}

form {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.navHeader {
    width: 100%;
    text-align: center
}

.navHeader .top-bar {
    max-width: 1280px;
    display: inline-block;
    position: absolute;
    z-index: 14
}

.logo {
    background: url('../images/themes/logo_1391445373.png');
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/themes/logo_1391445373.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 240px;
    height: 220px;
    margin-left: 15px;
    margin-right: 15px
}

@font-face {
    font-family: "Icosocial";
    src: url('../fonts/socialico.woff') format('woff'), url('../fonts/socialico.ttf') format('truetype'), url('http://www.avenir-ingenierie.fr/static/fonts/socialico.otf') format('opentype'), url('../fonts/socialico.svg') format('svg')
}

.icosocial {
    font-family: "Icosocial";
    font-size: 2.5em
}

.icosocial a {
    color: #9a9a99
}

.icosocial a:hover {
    color: #666
}

.top-bar ul > li.name {
    width: 200px
}

.top-bar ul > li a:not(.button) {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    height: 72px;
    line-height: 72px;
    padding: 0 24px
}

.top-bar ul > li a.phone {
    padding-left: 0
}

.top-bar ul > li a.phone span.image {
    background: url('../images/callme_1382026046.png');
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/callme_1382026046.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 22px;
    height: 43px;
    display: inline-block;
    line-height: 72px;
    height: 72px;
    float: left;
    padding: 0
}

.top-bar ul > li a.phone span.infos {
    display: inline-block;
    width: 60%;
    float: left;
    line-height: 1em;
    text-align: left;
    padding-left: .4em;
    padding-top: 1em;
    font-style: italic
}

.bg-header {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    overflow: hidden;
    background: url('../images/themes/bg-header_1391442217.png');
    background-color: #39c;
    background-position: top right;
    margin-left: Opx;
    margin-right: Opx;
    background-repeat: no-repeat;
    position: relative;
    text-align: center
}

.bg-header:after {
    text-indent: -3 OOOpx;
    content: "_";
    position: absolute;
    bottom: -130px;
    width: 110%;
    position: absolute;
    background-color: white;
    color: white;
    height: 200px;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    display: block;
    z-index: 12
}

.bg-header:before {
    text-indent: -3 OOOpx;
    content: "_";
    position: absolute;
    bottom: -90px;
    width: 1260px;
    position: absolute;
    left: 50%;
    margin-left: -1352px;
    background-color: #fff;
    color: #eaeaea;
    height: 200px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-box-shadow: 0rem 0 0rem rgba(12, 12, 12, 0);
    -moz-box-shadow: 0rem 0 0rem rgba(12, 12, 12, 0);
    box-shadow: 0rem 0 0rem rgba(12, 12, 12, 0);
    display: block;
    z-index: 14
}

@media only screen and (min-width: 40.063em) {
    .bg-header:before {
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #eaeaea), color-stop(30%, #eaeaea), color-stop(35%, #eaeaea), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(left, #eaeaea, #eaeaea 30%, #eaeaea 35%, #eaeaea);
        background-image: -moz-linear-gradient(left, #eaeaea, #eaeaea 30%, #eaeaea 35%, #eaeaea);
        background-image: -o-linear-gradient(left, #eaeaea, #eaeaea 30%, #eaeaea 35%, #eaeaea);
        background-image: linear-gradient(left, #eaeaea, #eaeaea 30%, #eaeaea 35%, #eaeaea);
        background-color: #eaeaea;
        -webkit-box-shadow: -2rem 0 2rem rgba(12, 12, 12, 0.5);
        -moz-box-shadow: -2rem 0 2rem rgba(12, 12, 12, 0.5);
        box-shadow: -2rem 0 2rem rgba(12, 12, 12, 0.5)
    }
}

.nav_left .bg-header:before {
    margin-left: -1453px
}

.nav_left .full1.full_width::before {
    margin-left: -2202px
}

.left-col {
    display: none
}

@media only screen and (min-width: 40.063em) {
    .left-col {
        display: block
    }
}

.side-nav li {
    font-size: 1.2rem;
    font-weight: 600
}

@media only screen and (min-width: 40.063em) {
    .side-nav li {
        max-width: 75%;
        line-height: 1em;
        margin-bottom: .8em
    }
}

.side-nav li em {
    font-style: italic;
    line-height: 1em;
    font-size: .74rem;
    position: absolute;
    color: #aaa;
    padding: .2em;
    margin-top: -0.4rem
}

.side-nav li:hover em {
    color: #666
}

.side-nav.cms a {
    color: #333
}

.side-nav.cms a:hover {
    color: #e45126
}

.accroche {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1em;
    text-align: left;
    font-family: "Lato", sans-serif;
    color: #e44f25;
    display: block;
    z-index: 12;
    color: #FFF;
    position: absolute;
    top: 3REM;
    text-transform: uppercase
}

@media only screen and (min-width: 40.063em) {
    .accroche {
        left: 50%;
        margin-left: -200px;
        margin-left: -400px
    }
}

@media only screen and (min-width: 60em) {
    .accroche {
        font-size: 4rem;
        top: 14REM
    }
}

.imac {
    position: absolute;
    bottom: 10px;
    max-height: 90%;
    right: -20px;
    left: auto
}

@media only screen and (min-width: 60em) {
    .imac {
        bottom: 0;
        z-index: 10;
        max-height: 100%;
        height: auto;
        margin-left: -0px;
        left: 64%;
        right: auto
    }
}

@media only screen and (min-width: 40.063em) {
    .bg-header .imac {
        position: absolute;
        top: 20px;
        z-index: 10;
        display: inline-block
    }
}

@media only screen {
    .bg-header .imac {
        position: absolute;
        top: 20px;
        z-index: 10;
        display: inline-block
    }
}

.bg-header {
    height: 500px
}

@media only screen and (min-width: 60em) {
    .bg-header {
        height: 590px
    }

    .bg-header .imac {
        position: absolute;
        bottom: -110px;
        z-index: 10;
        margin-left: -270px;
        display: inline-block
    }
}

.social-header {
    background-repeat: transparent;
    background-color: none;
    position: absolute;
    z-index: 22;
    width: 100%;
    top: -10px
}

.social-header h3 {
    font-weight: 800;
    letter-spacing: -1px;
    width: 75%
}

.social-header .columns .columns {
    position: realtive
}

@media only screen and (min-width: 40.063em) {
    .social-header {
        top: -80px
    }
}

.plus-header {
    float: left;
    padding: 45px 20px;
    color: #1773b6;
    margin-left: 0
}

@media only screen and (min-width: 40.063em) {
    .plus-header {
        border-left: 2px solid #ccdeeb;
        border-right: 2px solid #ccdeeb
    }
}

.noabs {
    position: absolute;
    z-index: 10;
    max-width: 200px
}

@media only screen and (min-width: 40.063em) {
    .noabs {
        max-width: none;
        z-index: 0;
        position: relative
    }
}

.quicklink:before {
    content: '.';
    display: table;
    opacity: 0;
    margin: 3rem
}

@media only screen and (min-width: 40.063em) {
    .quicklink:before {
        content: '';
        display: inline;
        display: none;
        margin: 0rem
    }
}

.abs {
    position: absolute;
    z-index: 10;
    float: right;
    background: #FFF;
    border-radius: 500px;
    margin-top: 3em;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    top: 50%;
    margin-top: -4rem
}

@media only screen and (min-width: 40.063em) {
    .abs {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        background: transparent;
        border-radius: 0;
        border: none 0;
        margin-top: 0;
        position: relative
    }
}

.abs .iconf-header, .abs .icont-header {
    color: #1773b6
}

.social-header h2 {
    font-size: 3rem;
    font-weight: 800;
    text-transform: none;
    COLOR: #0780a7
}

#container {
    position: relative;
    background: #FFF
}

.full1 {
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden
}

.full1 .left_block {
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.full1 .left_block .flex-video {
    width: 92%;
    margin-bottom: 2rem
}

@media only screen and (min-width: 60em) {
    .full1 .left_block {
        background-color: #eaeaea
    }
}

.full1 .left_block:before {
    content: "_";
    position: absolute;
    text-indent: -3000px;
    top: -0px;
    right: -350px;
    height: 2000px;
    width: 404px;
    position: absolute;
    background-color: #FFF;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    display: block;
    z-index: 14
}

.full1 .left_block h2 {
    font-size: 3rem;
    font-weight: 800;
    text-transform: none;
    COLOR: #0780a7
}

.full1 .contentContainer {
    padding-left: 1rem
}

.full1 .contentContainer h2 {
    font-size: 2.4rem;
    font-weight: 800;
    text-transform: none;
    background: url('../images/themes/pattern_1391590538.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 1rem;
    line-height: .8em
}

.full1 .contentContainer .linkMore {
    background: url('../images/themes/pattern_1391590538.png');
    background-repeat: repeat-x;
    background-position: center left;
    display: block;
    float: left;
    width: 100%
}

.full1 .contentContainer .linkMore .button {
    margin-left: 0;
    margin: 0
}

.full1 .contentContainer .linkMore .button.small {
    padding-left: 0;
    background-color: #FFF;
    color: #000;
    text-transform: uppercase
}

.full1 .contentContainer .linkMore .button.small strong {
    display: inline-block;
    font-size: 3em;
    font-weight: 100;
    left: 0;
    line-height: 1rem;
    position: relative;
    top: 0;
    padding-right: .2rem
}

.full1 .contentContainer H1 {
    font-size: 2.1em;
    font-weight: 800;
    margin-left: 0;
    letter-spacing: 0
}

.full1 .contentContainer H1 strong {
    font-weight: 900
}

.full1.full_width {
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fff), color-stop(80%, #eee), color-stop(100%, #fff));
    background-image: -webkit-linear-gradient(#fff, #eee 80%, #fff 100%);
    background-image: -moz-linear-gradient(#fff, #eee 80%, #fff 100%);
    background-image: -o-linear-gradient(#fff, #eee 80%, #fff 100%);
    background-image: linear-gradient(#fff, #eee 80%, #fff 100%);
    background-color: #FFF
}

.full1.full_width:after {
    content: "_";
    position: absolute;
    text-indent: -3000px;
    top: -172px;
    left: 50%;
    height: 200px;
    margin-left: -2000px;
    width: 2200px;
    position: absolute;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    display: block;
    z-index: 14;
    -webkit-box-shadow: rgba(60, 60, 60, 0.6) 0 12px 20px inset;
    -moz-box-shadow: rgba(60, 60, 60, 0.6) 0 12px 20px inset;
    box-shadow: rgba(60, 60, 60, 0.6) 0 12px 20px inset;
    background-color: #eaeaea
}

.full1.left_Content {
    position: relative;
    overflow: hidden;
    background: #FFF
}

@media only screen and (min-width: 60em) {
    .full1.left_Content {
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #eaeaea), color-stop(30%, #eaeaea), color-stop(35%, #fff), color-stop(100%, #fff));
        background-image: -webkit-linear-gradient(left, #eaeaea, #eaeaea 30%, #fff 35%, #fff);
        background-image: -moz-linear-gradient(left, #eaeaea, #eaeaea 30%, #fff 35%, #fff);
        background-image: -o-linear-gradient(left, #eaeaea, #eaeaea 30%, #fff 35%, #fff);
        background-image: linear-gradient(left, #eaeaea, #eaeaea 30%, #fff 35%, #fff);
        background-color: #FFF
    }
}

.full1.left_Content:after {
    content: "_";
    position: absolute;
    text-indent: -3000px;
    bottom: -160px;
    left: 50%;
    height: 200px;
    margin-left: -1200px;
    width: 1100px;
    position: absolute;
    background-color: #FFF;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    display: block;
    z-index: 14
}

.full1.left_Content:before {
    content: "_";
    position: absolute;
    text-indent: -3000px;
    bottom: -160px;
    left: 50%;
    height: 4000px;
    margin-left: -2520px;
    width: 2000px;
    position: absolute;
    background-color: #eaeaea;
    display: block;
    z-index: 0
}

.onecol .social-header h2 {
    color: #FFF
}

.onecol .bg-header:before {
    background-color: #111;
    text-indent: -3000px;
    background-image: none
}

.onecol .full1 {
    padding-top: 2rem
}

.onecol .full1.full_width:after {
    background-color: #111;
    text-indent: -3000px
}

.onecol .full1.full_width:before {
    content: "_";
    position: absolute;
    text-indent: -3000px;
    top: -140px;
    left: 50%;
    height: 600px;
    width: 2000px;
    position: absolute;
    -webkit-box-shadow: -1rem -2rem 2rem rgba(12, 12, 12, 0.5);
    -moz-box-shadow: -1rem -2rem 2rem rgba(12, 12, 12, 0.5);
    box-shadow: -1rem -2rem 2rem rgba(12, 12, 12, 0.5);
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ccc), color-stop(30%, #eee), color-stop(71%, rgba(240, 240, 240, 0)));
    background-image: -webkit-linear-gradient(top, #ccc, #eee 30%, rgba(240, 240, 240, 0) 71%);
    background-image: -moz-linear-gradient(top, #ccc, #eee 30%, rgba(240, 240, 240, 0) 71%);
    background-image: -o-linear-gradient(top, #ccc, #eee 30%, rgba(240, 240, 240, 0) 71%);
    background-image: linear-gradient(top, #ccc, #eee 30%, rgba(240, 240, 240, 0) 71%);
    background-color: #eee;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    display: block;
    z-index: 0;
    margin-left: -2102px
}

.twocol .social-header h2 {
    color: #FFF;
    letter-spacing: -1px
}

.twocol .bg-header:before {
    text-indent: -3000px
}

.twocol .full1 {
    padding-top: 2rem
}

.twocol .full1.full_width:after {
    background-color: #111;
    text-indent: -3000px;
    margin-left: -2100px
}

@media only screen and (min-width: 40.063em) {
    .twocol .full1.full_width:before {
        content: "_";
        position: absolute;
        text-indent: -3000px;
        top: -140px;
        left: 50%;
        height: 600px;
        width: 2000px;
        position: absolute;
        -webkit-box-shadow: -1rem -2rem 2rem rgba(12, 12, 12, 0.5);
        -moz-box-shadow: -1rem -2rem 2rem rgba(12, 12, 12, 0.5);
        box-shadow: -1rem -2rem 2rem rgba(12, 12, 12, 0.5);
        background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ccc), color-stop(30%, #eee), color-stop(71%, rgba(240, 240, 240, 0)));
        background-image: -webkit-linear-gradient(top, #ccc, #eee 30%, rgba(240, 240, 240, 0) 71%);
        background-image: -moz-linear-gradient(top, #ccc, #eee 30%, rgba(240, 240, 240, 0) 71%);
        background-image: -o-linear-gradient(top, #ccc, #eee 30%, rgba(240, 240, 240, 0) 71%);
        background-image: linear-gradient(top, #ccc, #eee 30%, rgba(240, 240, 240, 0) 71%);
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
        background-color: #eee;
        display: block;
        z-index: 0;
        margin-left: -2202px
    }
}

.twocol.nav_cms .full1.full_width:after {
    background-color: #eee;
    text-indent: -3000px;
    margin-left: -2100px
}

.zinnia .bg-header:before {
    background-color: #111;
    text-indent: -3000px;
    color: #FFF;
    bottom: -100px;
    background-image: none
}

.zinnia .full1 {
    padding-top: 2rem
}

.zinnia .full1.full_width:after {
    background-color: #111;
    text-indent: -3000px;
    margin-left: -2100px;
    color: #FFF
}

.schema .bg-header {
    height: 900px
}

.schema .bg-header:before {
    text-indent: -3000px;
    color: #FFF;
    bottom: Opx;
    background-image: none;
    display: none
}

.scheme {
    margin-top: 7rem;
    position: relative
}

#contact .contentContainer {
    margin-top: -50px;
    z-index: 30
}

.icotop:before {
    display: block;
    text-align: center;
    white-space: pre;
    margin-bottom: 40px;
    content: "-";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1rem;
    line-height: 1rem;
    font-size: .2em
}

.full2 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.row.full2-1 {
    padding: 0 30px;
    margin-top: 8em;
    margin-bottom: 4em;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 20px white
}

@media only screen and (min-width: 40.063em) {
    .row.full2-1 {
        margin-top: 16em
    }
}

.full2-1 > h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    color: #303030;
    font-weight: 300
}

.full2-1 > p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #303030;
    font-weight: 400
}

#tech {
    padding-top: 40px
}

.reference {
    opacity: 10%;
    background-repeat: repeat;
    text-align: center;
    background-color: #fff;
    width: 100%
}

.reference .row {
    max-width: 100%
}

.fred {
    margin: auto;
    padding: 0
}

#projet {
    margin-left: Opx;
    padding-top: 3rem;
    margin-right: Opx;
    background-repeat: no-repeat;
    background-position: center;
    text-transform: uppercase
}

#projet h2 {
    color: #302e2f;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3rem
}

#projet h3 {
    color: #302e2f;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: inherit;
    padding-bottom: 35px
}

#projet h3.button {
    text-align: center;
    color: #FFF
}

#projet h4 {
    color: #e45126;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px
}

#projet h5 {
    color: #302e2f;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px
}

#projet label {
    color: #302e2f;
    font-family: "montserrat";
    font-size: 18px;
    font-weight: 700
}

#projet .formulaire {
    padding-top: 30px
}

#footer {
    background-color: #303040;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 140px
}

@media only screen and (min-width: 40.063em) {
    #footer {
        height: 140px
    }
}

#footer * {
    color: #fff
}

#footer H3 {
    color: #fff;
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    padding-top: 40px;
    font-weight: 700;
    letter-spacing: 0
}

#footer ul, #footer p {
    font-size: .8rem;
    padding-top: 2rem;
    margin-top: 2rem
}

@media only screen and (min-width: 40.063em) {
    #footer ul, #footer p {
        top: 0
    }
}

#footer ul {
    margin-top: 50px
}

#footer a {
    padding-left: 25px;
    color: #FFF
}

#footer a:hover {
    color: #e45126;
    text-shadow: #973518 3px 3px 0
}

#footer:after {
    content: "_";
    position: absolute;
    top: -70px;
    width: 110%;
    position: absolute;
    background-color: white;
    height: 120px;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    display: block;
    z-index: 20
}

#footer .bottom-links {
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 0
}

#footer .bottom-links a {
    display: block;
    float: left
}

#footer .syntec_icon {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/themes/footer/syntec-2.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 101px;
    height: 48px
}

#footer .fede_icon {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/themes/footer/fede_1392116598.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 89px;
    height: 48px
}

#footer .label_icon {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/themes/footer/label_1392116591.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 62px;
    height: 48px
}

.bottomRow {
    position: relative
}

.bottomRow:after {
    content: "_";
    position: absolute;
    top: 0;
    width: 3000px;
    margin-left: -1500px;
    position: absolute;
    background-color: white;
    height: 1200px;
    left: 50%;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    display: block;
    z-index: 0
}

.bottomRow section {
    position: relative;
    z-index: 20;
    margin-top: 80px;
    margin-bottom: 80px
}

.gradient {
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100%;
    height: 122px
}

@media all and (min-width: 0) {
    .gradient .gradient {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(black));
        background-image: -webkit-linear-gradient(top, #262626, black);
        background-image: -moz-linear-gradient(top, #262626, black);
        background-image: -o-linear-gradient(top, #262626, black);
        background-image: linear-gradient(top, #262626, #000)
    }
}

.bg-footer {
    margin-left: Opx;
    padding-top: 100px;
    margin-right: Opx;
    background-repeat: no-repeat;
    background-position: center
}

.bg-footer img {
    padding-top: 110px
}

.absolute {
    position: absolute;
    z-index: 20
}

@media only screen and (max-width: 40em) {
    #header-container.absolute {
        position: relative;
        background-color: #000
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #header-container.absolute {
        position: relative;
        background-color: #000
    }
}

#header-container .top-bar-section ul {
    background: transparent
}

#header-container .top-bar {
    background-color: transparent
}

#header-container .top-bar ul > li {
    background-color: transparent
}

#header-container .top-bar ul > li.niv3 {
    background-color: #222
}

@media only screen and (min-width: 60em) {
    #header-container .top-bar ul > li.niv3 a {
        line-height: 1.4em;
        text-transform: none
    }
}

@media only screen and (min-width: 60em) {
    #header-container .top-bar ul > li.niv3 a {
        height: 1.4em
    }
}

#header-container .top-bar ul > li.niv3 li {
    background-color: #222
}

#header-container .top-bar ul > li a:not(.button) {
    padding: 0 22px;
    background-color: transparent
}

#header-container .top-bar ul > li a:not(.button).logo {
    height: 80px;
    width: 100px;
    position: absolute;
    margin-left: 5px;
    background-position: left;
    background-size: cover;
    z-index: 12
}

@media only screen and (min-width: 60em) {
    #header-container .top-bar ul > li a:not(.button).logo {
        background-size: auto;
        height: 220px;
        width: 240px
    }
}

#header-container .top-bar ul > li a:not(.button).logo:hover {
    background-color: transparent
}

#header-container .top-bar ul > li a:not(.button):hover {
    background-color: rgba(0, 0, 0, 0.5)
}

.header-orbit-content li {
    width: 100%;
    height: 500px
}

.header-orbit-content li .medium-12 {
    height: 100%
}

@media only screen and (min-width: 60em) {
    .header-orbit-content li {
        height: 550px
    }
}

.header-orbit-content li .right {
    position: absolute;
    bottom: 0;
    right: 10%;
    max-height: 90%
}

@media only screen and (min-width: 40.063em) {
    .orbit-container .orbit-next {
        left: 50%;
        margin-left: 480px
    }

    .orbit-container .orbit-prev {
        left: 50%;
        margin-left: -480px
    }
}

@media only screen and (min-width: 90.063em) {
    .orbit-container .orbit-next {
        left: 50%;
        margin-left: 600px
    }

    .orbit-container .orbit-prev {
        left: 50%;
        margin-left: -600px
    }
}

.orbit-container .orbit-timer, .orbit-container .orbit-slide-number {
    position: absolute;
    left: -6000px
}

.orbit-container .orbit-bullets-container {
    top: -100px;
    position: relative;
    z-index: 60;
    left: 40%;
    display: none
}

@media only screen and (min-width: 60em) {
    .orbit-container .orbit-bullets-container {
        display: block
    }
}

.orbit-container .orbit-bullets-container .orbit-bullets li {
    height: 1rem;
    width: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3)
}

.orbit-container .orbit-bullets-container .orbit-bullets li.active {
    background: #000
}

.mapFrame {
    border: 1px solid #999
}

ul#bannersolo {
    list-style-position: inside;
    list-style-type: none
}

#fb-root {
    display: none
}

.left_block .fb_iframe_widget {
    width: 92% !important;
    min-height: 280px;
    height: 280px
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important
}

.top-bar.expanded .toggle-topbar a span {
    box-shadow: none
}

hr.leftside {
    border-color: #DDD;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    margin: 3rem;
    border-width: 2px
}

hr.rightside {
    border-color: #DDD;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    margin: 3rem;
    border-width: 2px
}

.share-button {
    margin: auto;
    height: 28px;
    float: left;
    margin-right: 1rem
}

.fork img {
    opacity: .6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.fork img:hover {
    opacity: 1
}

.entypo-export:before {
    content: "s"
}

.entypo-facebook:before {
    content: "f"
}

.entypo-twitter:before {
    content: "t"
}

.entypo-gplus:before {
    content: "g"
}

.entypo-pinterest:before {
    content: "p"
}

.entypo-tumblr:before {
    content: "T"
}

.entypo-linkedin:before {
    content: "l"
}

.col_right {
    padding: 1rem
}

.col_right H2 {
    font-size: 1rem
}

.temoignages a:link {
    color: #111;
    font-weight: 800
}

.schema {
    position: relative
}

.schema .bg-header .back {
    position: absolute;
    height: 580px;
    max-width: none
}

.schema .bg-header .back .backcontain {
    height: 900px;
    width: 100% !important;
    left: 50%;
    margin-left: -450px
}

.schema .bg-header .back img.imac {
    position: absolute;
    left: 0;
    top: 300px
}

.schema .bg-header .back H2 {
    color: #FFF;
    font-weight: bold;
    margin-top: 5REM;
    float: left;
    margin-left: 10rem;
    font-size: 4rem
}

.ch-grid li {
    position: absolute;
    z-index: 14
}

.ch-grid li.managment {
    top: 58px;
    left: 33%
}

.ch-grid li.consulting {
    top: 45px;
    left: 68%
}

.ch-grid li.etudes {
    top: 336px;
    left: 78%
}

.ch-grid li.realisations {
    top: 540px;
    left: 53%
}

.ch-grid li.qualite {
    top: 400px;
    left: 25%
}

.ch-grid li.hover {
    z-index: 20
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default
}

.circleCenter {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    z-index: 13;
    background-color: transparent;
    background: url('../images/bgCircle_1392302597.png');
    background-size: cover;
    background-repeat: no-repeat;
    left: 40%;
    top: 150px
}

.circleCenter-Info {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    left: 40%;
    z-index: O;
    top: 150px;
    background-color: #173e50;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.circleCenter-Info H5 {
    margin-bottom: 0;
    color: #8dc1d3;
    font-weight: 600
}

.circleCenter-Info H3 {
    color: #FFF;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 1em
}

.circleCenter-Info a {
    color: #FFF
}

.circleCenter-Info a:hover {
    text-decoration: underline
}

.circleCenter-Info ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.circleCenter-Info.onLook {
    opacity: 1;
    z-index: 20;
    color: #FFF
}

.ch-info-wrap {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 20px;
    left: 20px;
    background: #5c8eca;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8)
}

.ch-info {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.ch-info .ch-info-back {
    -webkit-transform: perspective(800px) rotateY(179.9deg);
    -moz-transform: perspective(800px) rotateY(179.9deg);
    transform: perspective(800px) rotateY(179.9deg);
    background: #000
}

.ch-img-1 {
    background-image: url(http://www.avenir-ingenierie.fr/static/images/10.jpg)
}

.ch-img-2 {
    background-image: url(http://www.avenir-ingenierie.fr/static/images/11.jpg)
}

.ch-img-3 {
    background-image: url(http://www.avenir-ingenierie.fr/static/images/12.jpg)
}

.ch-info h3 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 15px;
    padding: 20px 0 0 0;
    height: 90px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3)
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif
}

.ch-info p.icosocial {
    font-size: 2rem
}

.ch-info p a:hover {
    color: #fff222;
    color: rgba(255, 242, 34, 0.8)
}

.ch-item.hover .ch-info-wrap, .ch-item:hover .ch-info-wrap {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8)
}

.ch-item.hover .ch-info, .ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg)
}

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%
}

.ch-grid:after, .ch-item:before {
    content: '';
    display: table
}

.ch-grid:after {
    clear: both
}

.ch-grid li {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px
}

div.result.item {
    position: relative;
    border: 1px solid rgb(170, 170, 170);
    padding: 10px;
    margin-bottom: 5px;
}

div.result.item h3 {
    color: #e45126;
    font-weight: bold;
}

div.result.item .establishment-logo {
    position: absolute;
    right: 5px;
    top: 5px;
}

div.result.item .establishment-logo img {
    max-width: 100px;
}

div.result.item .button.small {
    padding: 5px;
    margin-bottom: 0px;
}

div.result.item p {
    margin-bottom: 2px;
}

div.contest {
    border: 2px solid #CCC;
    margin-bottom: 3px;
}

@media only screen and (min-width: 64.063em) {
    div.contest-context {

        margin-top: 50px;
    }
}

div.title-contest h2 {
    font-size: 2rem !important;
}