@charset "UTF-8";

.clock {
position:absolute;
top:0;
right:0;
}

.portrait {
    text-align: center;
    border-radius: 50%;
}

.portrait img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}


/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

script {
    display: none !important
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    background: 0 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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) and (max-width:64em)/";
    width: 40.063em
}

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

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
}

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

body, html {
    font-size: 16px
}

body {
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default
}

a:hover {
    cursor: pointer
}

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

embed, object {
    height: 100%
}

img {
    -ms-interpolation-mode: bicubic
}

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

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix {
    *zoom: 1
}

.clearfix:after, .clearfix:before {
    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
}

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

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

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

select {
    width: 100%
}

.button, button {
    transition: background-color 300ms ease-out;
    -webkit-appearance: none
}

.button.secondary, button.secondary {
    background-color: #333;
    border-color: #262626;
    color: #fff
}

.button.secondary:focus, .button.secondary:hover, button.secondary:focus, button.secondary:hover {
    background-color: #262626;
    color: #fff
}

.button.success, button.success {
    background-color: #43ac6a;
    border-color: #3c9a5f;
    color: #fff
}

.button.success:focus, .button.success:hover, button.success:focus, button.success:hover {
    background-color: #3c9a5f;
    color: #fff
}

.button.alert, button.alert {
    background-color: #f04124;
    border-color: #ea2f10;
    color: #fff
}

.button.alert:focus, .button.alert:hover, button.alert:focus, button.alert:hover {
    background-color: #ea2f10;
    color: #fff
}

.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.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 {
    border-radius: 3px
}

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

.button.disabled, .button[disabled], button.disabled, button[disabled] {
    background-color: #410998;
    border-color: #370880;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

.button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover, button.disabled:focus, button.disabled:hover, button[disabled]:focus, button[disabled]:hover {
    color: #fff;
    background-color: #410998
}

.button.disabled.secondary, .button[disabled].secondary, button.disabled.secondary, button[disabled].secondary {
    background-color: #333;
    border-color: #262626;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

.button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover, button.disabled.secondary:focus, button.disabled.secondary:hover, button[disabled].secondary:focus, button[disabled].secondary:hover {
    color: #fff;
    background-color: #333
}

.button.disabled.success, .button[disabled].success, button.disabled.success, button[disabled].success {
    background-color: #43ac6a;
    border-color: #3c9a5f;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

.button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover, button.disabled.success:focus, button.disabled.success:hover, button[disabled].success:focus, button[disabled].success:hover {
    color: #fff;
    background-color: #43ac6a
}

.button.disabled.alert, .button[disabled].alert, button.disabled.alert, button[disabled].alert {
    background-color: #f04124;
    border-color: #ea2f10;
    color: #fff;
    cursor: default;
    opacity: .7;
    box-shadow: none
}

.button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover, button.disabled.alert:focus, button.disabled.alert:hover, button[disabled].alert:focus, button[disabled].alert:hover {
    color: #fff;
    background-color: #f04124
}

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

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

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

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

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

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

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

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

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

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

.clearing-caption {
    color: #ccc;
    font-size: .875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0
}

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

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

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

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

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

@media only screen and (min-width: 40.063em) {
    .clearing-main-next, .clearing-main-prev {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0
    }

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

    .clearing-main-next > span:hover, .clearing-main-prev > span:hover {
        opacity: .8
    }

    .clearing-main-prev {
        left: 0
    }

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

    .clearing-main-next {
        right: 0
    }

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

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

    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, .8);
        height: 120px;
        margin-top: 10px;
        text-align: center
    }

    .clearing-assembled .clearing-container .carousel > ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none
    }

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

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

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

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

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

    .clearing-assembled .clearing-container .carousel > ul li:hover {
        opacity: .8
    }

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

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

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

.row:after, .row:before {
    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: -.9375rem;
    margin-right: -.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1
}

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

.row .row:after {
    clear: both
}

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

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

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

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

@media only screen {
    .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: .9375rem;
        padding-right: .9375rem;
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 40.063em) {
    .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: .9375rem;
        padding-right: .9375rem;
        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%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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: 40.063em) {
    .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: .9375rem;
        padding-right: .9375rem;
        float: left
    }

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

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

    .large-3 {
        position: relative;
       
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 90.063em) {
    .xlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column, .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 120.063em) {
    .xxlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column, .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (orientation: landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: inherit !important
    }

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

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

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

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

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

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

@media only screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: inherit !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    font-family: Muli, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    color: #333;
    background: #fff
}

header {
    background: url(../images/header.jpg) no-repeat;
	/*background-color: purple;*/
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: auto
}

header a.logo {
    position: absolute;
    left: 1.99rem;
    top: 1.375rem;
    text-indent: -888em;
    width: 2.1875rem;
    height: 3.375rem;
   
	background: url(../images/logo.png);
	
	/* background-color: #ffff00;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSI2OS43IDM1OS43IDIwIDQ1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDY5LjcgMzU5LjcgMjAgNDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTg3LjUsMzc4YzAsMS4xLTAuNiwxLjItMS43LDIuMmMtMi42LDIuMy00LjYsNS02LjYsNy44Yy0wLjUsMC43LTEsMS42LTEuMiwyLjFjLTEuNSwzLjctMi41LDYuOS0zLjksMTAuNg0KCWMtMC4yLDAuNC0wLjcsMS4zLTEuNiwxLjNjLTAuMiwwLTAuMy0wLjItMC45LTAuM2MtMC45LTAuMy0xLTEuNC0xLTEuNmMwLTAuMywwLjEtMC43LDAuMi0wLjljMS43LTQuNiw0LjYtOC43LDYtMTMuMw0KCWMwLjItMC42LDAuMy0xLDAuOC0yLjRjMS0yLjksMi4yLTUuOCwzLjMtOC43Yy0wLjMsMC4xLTAuNiwwLjItMC45LDAuM2MtMC40LDAuMS0wLjQsMC4yLTAuNywwLjRjLTAuNiwwLjMtMS4yLDAuMy0xLjksMC45DQoJYy0wLjIsMC4yLTAuMiwwLjItMC40LDAuOGMtMS42LDQuNy0zLjMsOS40LTQuMSwxNC43Yy0wLjEsMC41LTAuNiwwLjktMC44LDFjLTAuNCwwLjItMC44LDAuNS0xLjMsMC41Yy0wLjMsMC0wLjUsMC0wLjYtMC4yDQoJYy0wLjMtMC4zLTAuNC0wLjItMC40LTEuMmMwLTIuMiwwLjgtMywxLjQtNS44YzAuMy0xLjQsMy05LDMtOS41YzAtMC43LTAuOC0xLjItMS4yLTIuMmMtMC4yLTAuNi0wLjItMC44LTAuMi0xDQoJYzAtMC4yLDAtMC4zLDAuMi0wLjVjMC4yLTAuMiwwLjMtMC4yLDAuNi0wLjJjMC45LDAsMS4yLDAuNSwxLjYsMC41YzAuMiwwLDAuMy0wLjEsMC40LTAuNWMyLTUsMy40LTguNSw1LjQtMTIuMQ0KCWMwLjMtMC41LDEtMC44LDEuOC0wLjhjMC42LDAsMSwwLjIsMS4yLDAuNmMwLjIsMC4yLDAuMiwwLjUsMC4yLDAuN2MwLDAuOC0wLjksMS41LTEsMi4xYzAsMC4yLTAuMSwwLjQtMC4yLDAuNg0KCWMtMC44LDEuOC0yLjgsMy43LTMuNSw2LjFjLTAuMSwwLjQtMC4yLDAuNi0wLjQsMS4xYy0wLjEsMC4yLTAuOCwxLjctMC44LDIuMWMwLDAuMSwwLjEsMC4xLDAuMiwwLjFjMC4xLDAsMC42LTAuMSwxLjktMC43DQoJYzAuOC0wLjQsMS4yLTAuNiwxLjQtMC42YzAuMy0wLjEsMS0wLjQsMi4xLTAuNGMxLjEsMCwxLjIsMC42LDEuMiwwLjdjMCwwLDAsMCwwLDBsMCwwYzAsMCwwLDAuMSwwLDAuMWMwLDAsMCwwLDAsMC4xDQoJYy0wLjEsMC4yLTAuMiwwLjQtMC4yLDAuNWMtMS4yLDIuNC0yLDQuNC0zLjEsNy40Yy0wLjEsMC4yLTAuMiwwLjQtMC4yLDAuNmMwLDAuMSwwLDAuMSwwLjEsMC4xYzAuMSwwLDAuMy0wLjEsMC42LTAuNA0KCWMxLjEtMSwyLjgtMi4yLDMuNi0yLjhjMC42LTAuNCwwLjgtMC40LDEuMS0wLjRDODcuMiwzNzcuNSw4Ny41LDM3Ny42LDg3LjUsMzc4eiBNODguNCwzNjMuNmMtMC43LTAuNi0xLjEtMC43LTEuNy0wLjcNCgljLTAuOCwwLTEuNCwwLjQtMS45LDFjLTAuMiwwLjItMC4yLDAuMy0wLjIsMC40YzAsMC4yLDAuMSwwLjUsMC4xLDAuOGMwLDAuNCwwLDAuNiwwLjIsMC45YzAuNywxLDEuNywxLjIsMiwxLjINCgljMC40LDAsMC45LTAuMSwxLTAuNmMwLjItMC43LDEuMi0wLjksMS4yLTJDODkuMSwzNjQuMSw4OS4xLDM2NC4xLDg4LjQsMzYzLjZ6Ii8+DQo8L3N2Zz4NCg==);
  */  background-size: 1.1875rem 2.375rem;
    background-repeat: no-repeat;
    display: block
}

@media (min-width: 64.063em) {
    header a.logo {
        top: 2.8125rem
    }
}

header span {
    position: absolute;
    left: 3.125rem;
    top: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    color: #fff;
    margin-left: .3125rem
}

@media (min-width: 64.063em) {
    header span {
        top: 3.4375rem
    }
}

header .intro {
    position: absolute;
    width: auto;
    margin: auto;
    top: 25vh;
    left: 0;
    right: 0
}

header .intro h1, header .intro p.leadline {
    text-shadow: 0 0 1px ;
    text-align: center
}

@media (min-width: 40.063em) {
    header .intro {
        top: 25vh
    }
}

@media (min-width: 64.063em) {
    header .intro {
        top: 30vh
    }

}

header a#link {
    position: absolute;
    width: 3.5rem;
    height: 3.125rem;
    left: 0;
    right: 0;
    top: 75vh;
    margin: auto
}

header a#link i {
    transition-property: color;
    transition-duration: .2s;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 3.125rem;
    text-align: center;
    color: rgba(255, 255, 255, .55);
    margin: 0;
    padding: 0
}

header a#link:hover i {
    color: #fff
}

@media (min-width: 64.063em) {
    header a#link {
        transition-property: translate;
        transition-duration: .2s;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    header a#link:hover {
        -webkit-transform: translate(0, .625rem);
        transform: translate(0, .625rem)
    }
}

section#galleryStage {
    background: url();
    padding: 4.6875rem 1.25rem
}

section#galleryStage p.subline {
    margin-bottom: 2.5rem
}

@media (min-width: 64.063em) {
    section#galleryStage {
        padding: 5.375rem 0
    }

    section#galleryStage p.subline {
        margin-bottom: 6.25rem
    }
}

section#galleryStage .box {
    box-shadow: rgba(0, 0, 0, .15) 1px 2px 10px;
    position: relative;
    height: 12.5rem;
    margin-bottom: 1.875rem;
    overflow: hidden
}

section#galleryStage .box .box-text-inner {
    background-image: linear-gradient(360deg, #191919 0, rgba(25, 25, 25, .6) 50%, rgba(25, 25, 25, 0) 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section#galleryStage .box .box-text-inner a {
    text-decoration: none
}

section#galleryStage .box .box-text-inner a h2 {
    text-shadow: 0 0 1px #aaa;
    color: #fff
}

section#galleryStage .box .box-text-inner p.content {
    display: none
}

@media (max-width: 64em) {
    section#galleryStage .box a {
        position: absolute;
        bottom: 0;
        left: 0;
        text-decoration: none;
        z-index: 500;
        width: 100%;
        height: 3.125rem
    }

    section#galleryStage .box a h2 {
        line-height: 2.5em;
        padding-left: .9375rem
    }
}

@media (min-width: 40.063em) {
    section#galleryStage .box {
        height: 15.625rem
    }
}

@media (min-width: 64.063em) {
    section#galleryStage .box {
        height: 18.75rem
    }

    section#galleryStage .box .box-text-inner {
        transition-property: left;
        transition-duration: .4s;
        position: absolute;
        left: -16.5625rem;
        padding: 2.1875rem;
        background: #fff;
        border-right: 1px solid #f2f3f5;
        width: 16.5625rem;
        height: 18.75rem
    }

    section#galleryStage .box .box-text-inner p.content {
        display: block;
        font-size: .875rem
    }

    section#galleryStage .box .box-text-inner a.button {
        display: block;
        float: left;
        width: 9.375rem;
        bottom: 1.875rem
    }

    section#galleryStage .box .box-text-inner a {
        position: inherit;
        padding-right: 1.25rem
    }

    section#galleryStage .box .box-text-inner a h2 {
        text-shadow: 0 0 1px #aaa;
        transition-property: color;
        transition-duration: .2s;
        color: #333
    }

    section#galleryStage .box .box-text-inner a h2:hover {
        color: #333
    }

    section#galleryStage .box:hover .box-text-inner {
        left: 0
    }
}

section#galleryStage .box.dreher {
    background-color: lightblue;
	background: url(../images/kejiga.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

section#galleryStage .box.plappert {
    background-color: lightblue;
	background: url(../images/cordula.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

section#galleryStage .box.h4 {
    background-color: lightblue;
    background: url(../images/fengjing.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

section#galleryStage .box.birkenhof {
    background-color: lightblue;
    background: url(../images/kejim.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

section#galleryStage .box.jucaplus {
    background-color: lightblue;
    background: url(../images/jucaplus.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

section#galleryStage .box.buergerstiftung {
    background-color: lightblue;
    background: url(../images/aboutme.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

section#galleryStage .box.skyloft {
    background-color: lightblue;
/*    background: url(../img/thumbs/skyloft-hochseilgarten.jpg) no-repeat;*/
    background-position: center center;
    background-size: cover
}

section#aboutStage {
    border-top: 1px solid #f2f3f5;
    padding: 4.6875rem 1.25rem
}

@media (min-width: 64.063em) {
    section#aboutStage {
        padding: 5.215rem 0
    }
}

section#aboutStage ul {
    list-style-type: none;
    margin: 2.1875rem 0 0;
    padding: 0
}

section#aboutStage ul li {
    position: relative;
    padding-left: 3.4375rem;
    margin-bottom: 1.25rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4em
}

section#aboutStage ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem;
    color: #410998
}

section#aboutStage ul li.beratung:before {
    content: "\e800"
}

section#aboutStage ul li.ci:before {
    content: "\e801"
}

section#aboutStage ul li.interface:before {
    content: "\e803"
}

section#aboutStage ul li.responsive:before {
    content: "\e804"
}

section#aboutStage ul li.support:before {
    content: "\e806"
}

@media (min-width: 64.063em) {
    section#aboutStage ul li {
        font-size: 1.125rem;
        margin-bottom: 2.1875rem
    }

    section#aboutStage ul li:before {
        font-size: 2.5rem
    }
}

@media (min-width: 40.063em) {
    section#aboutStage ul {
        margin: .625rem 0 0
    }
}

section#contactStage {
    background: #f2f3f5;
    padding: 3.125rem 1.25rem 7.5rem
}

section#contactStage a.button {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: .9375rem auto 0 !important;
    width: 15.625rem !important
}

@media (min-width: 64.063em) {
    section#contactStage {
        padding: 6.25rem 0 10.625rem;
        margin: .9375rem auto 0 !important
    }
}

footer#footerStage {
    background: #020202;
    background-image: linear-gradient(35deg, #020202, #020202);
    padding: 2.5rem 1.25rem .3125rem;
    color: #fff
}

footer#footerStage span {
    text-indent: 100em;
    width: 5rem;
    height: 5rem;
  
  
	background: url(../images/logow.png);
   /*   
  margin-bottom: 1.5625rem;   
     background-color: #ffff00;
   background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSI2OS43IDM1OS43IDIwIDQ1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDY5LjcgMzU5LjcgMjAgNDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTg3LjUsMzc4YzAsMS4xLTAuNiwxLjItMS43LDIuMmMtMi42LDIuMy00LjYsNS02LjYsNy44Yy0wLjUsMC43LTEsMS42LTEuMiwyLjFjLTEuNSwzLjctMi41LDYuOS0zLjksMTAuNg0KCWMtMC4yLDAuNC0wLjcsMS4zLTEuNiwxLjNjLTAuMiwwLTAuMy0wLjItMC45LTAuM2MtMC45LTAuMy0xLTEuNC0xLTEuNmMwLTAuMywwLjEtMC43LDAuMi0wLjljMS43LTQuNiw0LjYtOC43LDYtMTMuMw0KCWMwLjItMC42LDAuMy0xLDAuOC0yLjRjMS0yLjksMi4yLTUuOCwzLjMtOC43Yy0wLjMsMC4xLTAuNiwwLjItMC45LDAuM2MtMC40LDAuMS0wLjQsMC4yLTAuNywwLjRjLTAuNiwwLjMtMS4yLDAuMy0xLjksMC45DQoJYy0wLjIsMC4yLTAuMiwwLjItMC40LDAuOGMtMS42LDQuNy0zLjMsOS40LTQuMSwxNC43Yy0wLjEsMC41LTAuNiwwLjktMC44LDFjLTAuNCwwLjItMC44LDAuNS0xLjMsMC41Yy0wLjMsMC0wLjUsMC0wLjYtMC4yDQoJYy0wLjMtMC4zLTAuNC0wLjItMC40LTEuMmMwLTIuMiwwLjgtMywxLjQtNS44YzAuMy0xLjQsMy05LDMtOS41YzAtMC43LTAuOC0xLjItMS4yLTIuMmMtMC4yLTAuNi0wLjItMC44LTAuMi0xDQoJYzAtMC4yLDAtMC4zLDAuMi0wLjVjMC4yLTAuMiwwLjMtMC4yLDAuNi0wLjJjMC45LDAsMS4yLDAuNSwxLjYsMC41YzAuMiwwLDAuMy0wLjEsMC40LTAuNWMyLTUsMy40LTguNSw1LjQtMTIuMQ0KCWMwLjMtMC41LDEtMC44LDEuOC0wLjhjMC42LDAsMSwwLjIsMS4yLDAuNmMwLjIsMC4yLDAuMiwwLjUsMC4yLDAuN2MwLDAuOC0wLjksMS41LTEsMi4xYzAsMC4yLTAuMSwwLjQtMC4yLDAuNg0KCWMtMC44LDEuOC0yLjgsMy43LTMuNSw2LjFjLTAuMSwwLjQtMC4yLDAuNi0wLjQsMS4xYy0wLjEsMC4yLTAuOCwxLjctMC44LDIuMWMwLDAuMSwwLjEsMC4xLDAuMiwwLjFjMC4xLDAsMC42LTAuMSwxLjktMC43DQoJYzAuOC0wLjQsMS4yLTAuNiwxLjQtMC42YzAuMy0wLjEsMS0wLjQsMi4xLTAuNGMxLjEsMCwxLjIsMC42LDEuMiwwLjdjMCwwLDAsMCwwLDBsMCwwYzAsMCwwLDAuMSwwLDAuMWMwLDAsMCwwLDAsMC4xDQoJYy0wLjEsMC4yLTAuMiwwLjQtMC4yLDAuNWMtMS4yLDIuNC0yLDQuNC0zLjEsNy40Yy0wLjEsMC4yLTAuMiwwLjQtMC4yLDAuNmMwLDAuMSwwLDAuMSwwLjEsMC4xYzAuMSwwLDAuMy0wLjEsMC42LTAuNA0KCWMxLjEtMSwyLjgtMi4yLDMuNi0yLjhjMC42LTAuNCwwLjgtMC40LDEuMS0wLjRDODcuMiwzNzcuNSw4Ny41LDM3Ny42LDg3LjUsMzc4eiBNODguNCwzNjMuNmMtMC43LTAuNi0xLjEtMC43LTEuNy0wLjcNCgljLTAuOCwwLTEuNCwwLjQtMS45LDFjLTAuMiwwLjItMC4yLDAuMy0wLjIsMC40YzAsMC4yLDAuMSwwLjUsMC4xLDAuOGMwLDAuNCwwLDAuNiwwLjIsMC45YzAuNywxLDEuNywxLjIsMiwxLjINCgljMC40LDAsMC45LTAuMSwxLTAuNmMwLjItMC43LDEuMi0wLjksMS4yLTJDODkuMSwzNjQuMSw4OS4xLDM2NC4xLDg4LjQsMzYzLjZ6Ii8+DQo8L3N2Zz4NCg==);
  */  background-size: 5rem 5rem;
    background-repeat: no-repeat;
    display: block
}

footer#footerStage ul {
    list-style-type: none;
    margin: 0 0 1.25rem;
    padding: 0
}

footer#footerStage ul li {
    font-family: 'Fira Sans', sans-serif;
    font-size: .875rem;
    font-weight: 300;
    margin-bottom: .4375rem;
    display: inline-block
}

footer#footerStage ul li a {
    transition-property: color;
    transition-duration: .2s;
    color: rgba(255, 255, 255, .55);
    text-decoration: none
}

footer#footerStage ul li a:hover {
    color: #fff
}

footer#footerStage ul li:after {
    content: "|";
    margin: 0 .625rem;
    color: rgba(255, 255, 255, .55)
}

footer#footerStage ul li:last-child:after {
    display: none
}

@media (min-width: 40.063em) {
    footer#footerStage ul {
        margin: 0
    }

    footer#footerStage ul li {
        display: block
    }

    footer#footerStage ul li:after {
        display: none
    }
}

@media (min-width: 64.063em) {
    footer#footerStage {
        padding: 6.25rem 0 5.625rem
    }

    footer#footerStage span {
        margin: 0 auto
    }
}

nav {
    position: absolute;
    right: 0;
    top: 2.5rem
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0 1.25rem 0 0
}

nav ul li {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35rem;
    text-align: right;
    display: inline;
    margin-right: .9375rem
}

nav ul li a {
    color: #565252;
    text-decoration: none;
    padding-bottom: .125rem
}

nav ul li a:hover {
    border-bottom: 2px solid #fff
}

nav ul li:last-child {
    margin-right: 0
}

@media (min-width: 64.063em) {
    nav ul {
        padding: 0
    }
}

@media (min-width: 64.063em) {
    nav {
        top: 3.4375rem
    }
}

section#navigation {
    display: block;
    background: #fff;
    position: fixed;
    padding: 1.25rem 0;
    width: 100%;
    border-bottom: .0625rem solid #f2f3f5;
    z-index: 100
}

section#navigation .column:last-child {
    text-align: right
}

section#navigation a.logo {
    width: 1.4375rem;
    height: 2.8125rem
}

section#navigation a.logo > p {
    text-indent: -999em;
    width: 1.4375rem;
    height: 2.8125rem;
    background: url(../img/logo-black.png);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIGNsYXNzPSJsb2dvLXdyYXBwZXIiIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSI2OS43IDM1OS43IDIwIDQ1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDY5LjcgMzU5LjcgMjAgNDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggY2xhc3M9ImxvZ28taW5pdGlhbCIgZmlsbD0iIzI5MjkyOSIgZD0iTTg3LjUsMzc4YzAsMS4xLTAuNiwxLjItMS43LDIuMmMtMi42LDIuMy00LjYsNS02LjYsNy44Yy0wLjUsMC43LTEsMS42LTEuMiwyLjFjLTEuNSwzLjctMi41LDYuOS0zLjksMTAuNg0KCWMtMC4yLDAuNC0wLjcsMS4zLTEuNiwxLjNjLTAuMiwwLTAuMy0wLjItMC45LTAuM2MtMC45LTAuMy0xLTEuNC0xLTEuNmMwLTAuMywwLjEtMC43LDAuMi0wLjljMS43LTQuNiw0LjYtOC43LDYtMTMuMw0KCWMwLjItMC42LDAuMy0xLDAuOC0yLjRjMS0yLjksMi4yLTUuOCwzLjMtOC43Yy0wLjMsMC4xLTAuNiwwLjItMC45LDAuM2MtMC40LDAuMS0wLjQsMC4yLTAuNywwLjRjLTAuNiwwLjMtMS4yLDAuMy0xLjksMC45DQoJYy0wLjIsMC4yLTAuMiwwLjItMC40LDAuOGMtMS42LDQuNy0zLjMsOS40LTQuMSwxNC43Yy0wLjEsMC41LTAuNiwwLjktMC44LDFjLTAuNCwwLjItMC44LDAuNS0xLjMsMC41Yy0wLjMsMC0wLjUsMC0wLjYtMC4yDQoJYy0wLjMtMC4zLTAuNC0wLjItMC40LTEuMmMwLTIuMiwwLjgtMywxLjQtNS44YzAuMy0xLjQsMy05LDMtOS41YzAtMC43LTAuOC0xLjItMS4yLTIuMmMtMC4yLTAuNi0wLjItMC44LTAuMi0xDQoJYzAtMC4yLDAtMC4zLDAuMi0wLjVjMC4yLTAuMiwwLjMtMC4yLDAuNi0wLjJjMC45LDAsMS4yLDAuNSwxLjYsMC41YzAuMiwwLDAuMy0wLjEsMC40LTAuNWMyLTUsMy40LTguNSw1LjQtMTIuMQ0KCWMwLjMtMC41LDEtMC44LDEuOC0wLjhjMC42LDAsMSwwLjIsMS4yLDAuNmMwLjIsMC4yLDAuMiwwLjUsMC4yLDAuN2MwLDAuOC0wLjksMS41LTEsMi4xYzAsMC4yLTAuMSwwLjQtMC4yLDAuNg0KCWMtMC44LDEuOC0yLjgsMy43LTMuNSw2LjFjLTAuMSwwLjQtMC4yLDAuNi0wLjQsMS4xYy0wLjEsMC4yLTAuOCwxLjctMC44LDIuMWMwLDAuMSwwLjEsMC4xLDAuMiwwLjFjMC4xLDAsMC42LTAuMSwxLjktMC43DQoJYzAuOC0wLjQsMS4yLTAuNiwxLjQtMC42YzAuMy0wLjEsMS0wLjQsMi4xLTAuNGMxLjEsMCwxLjIsMC42LDEuMiwwLjdjMCwwLDAsMCwwLDBsMCwwYzAsMCwwLDAuMSwwLDAuMWMwLDAsMCwwLDAsMC4xDQoJYy0wLjEsMC4yLTAuMiwwLjQtMC4yLDAuNWMtMS4yLDIuNC0yLDQuNC0zLjEsNy40Yy0wLjEsMC4yLTAuMiwwLjQtMC4yLDAuNmMwLDAuMSwwLDAuMSwwLjEsMC4xYzAuMSwwLDAuMy0wLjEsMC42LTAuNA0KCWMxLjEtMSwyLjgtMi4yLDMuNi0yLjhjMC42LTAuNCwwLjgtMC40LDEuMS0wLjRDODcuMiwzNzcuNSw4Ny41LDM3Ny42LDg3LjUsMzc4eiBNODguNCwzNjMuNmMtMC43LTAuNi0xLjEtMC43LTEuNy0wLjcNCgljLTAuOCwwLTEuNCwwLjQtMS45LDFjLTAuMiwwLjItMC4yLDAuMy0wLjIsMC40YzAsMC4yLDAuMSwwLjUsMC4xLDAuOGMwLDAuNCwwLDAuNiwwLjIsMC45YzAuNywxLDEuNywxLjIsMiwxLjINCgljMC40LDAsMC45LTAuMSwxLTAuNmMwLjItMC43LDEuMi0wLjksMS4yLTJDODkuMSwzNjQuMSw4OS4xLDM2NC4xLDg4LjQsMzYzLjZ6Ii8+DQo8L3N2Zz4NCg==);
    background-size: 1.4375rem 2.8125rem;
    background-repeat: no-repeat;
    display: block;
    margin: 0
}

section#navigation i {
    transition-property: color;
    transition-duration: .4s;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    color: #333;
    text-align: right;
    margin: 1.25rem 0 0 !important;
    line-height: 1.1em
}

section#navigation i.active, section#navigation i:hover {
    color: #410998
}

section#navigation i.icon {
    font-size: 2.5rem
}

.button, button {
    cursor: pointer;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    border-radius: 1.875rem;
    transition-property: background, border, color, font-size;
    transition-duration: .2s;
    box-shadow: inset #fff 0 0 0;
    font-family: Montserrat, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    border: 2px solid #020202;
    margin: 1.25rem auto 0 !important;
    padding: .75rem 1.5625rem !important;
    text-shadow: none;
    background: 0 0;
    color: #020202;
}

.button:focus, .button:hover, button:focus, button:hover {
    background-color: #370880;
    color: #fff
}

.button.active, .button:hover, button.active, button:hover {
    color: #fff;
    border-color: #020202;
    background: #020202;
    background-image: linear-gradient(35deg, #020202, #020202)
}

@media (min-width: 64.063em) {
    .button, button {
        font-size: 1.125rem !important
    }
}

@media (max-width: 64em) {
    .button, button {
        color: #fff;
        border-color: #020202;
        background: #020202;
        background-image: linear-gradient(35deg, #020202, #020202)
    }
}

.button.small, button.small {
    font-size: .75rem !important;
    padding: .5rem 1rem !important
}

@media (min-width: 64.063em) {
    .button.small, button.small {
        font-size: .875rem !important
    }
}

section#project-title {
    padding: 0 1.25rem;
    padding-top: 7.5rem
}

section#project-title img {
    margin-bottom: 1.875rem
}

@media (min-width: 43.063em) {
    section#project-title img {
        margin-bottom: 5.625rem
    }
}

@media (min-width: 64.063em) {
    section#project-title img {
        margin-bottom: 5rem
    }
}

section#project-title h3 {
    color: #410998;
    text-align: center;
    margin: 0;
    padding: 0
}

section#project-title p.subline {
    text-align: center;
    margin: 0 0 1.5625rem;
    padding: 0
}

section#project-body {
    padding: 0 1.25rem 4.6875rem
}

section#project-body .button-set {
    text-align: center
}

@media (min-width: 64.063em) {
    section#project-body {
        padding: 0 0 9.375rem
    }
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?80459192);
    src: url(../fonts/fontello.eot?80459192#iefix) format("embedded-opentype"), url(../fonts/fontello.woff?80459192) format("woff"), url(../fonts/fontello.ttf?80459192) format("truetype"), url(../fonts/fontello.svg?80459192#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-beratung:before {
    content: '\e800'
}

.icon-branding:before {
    content: '\e801'
}

.icon-document:before {
    content: '\e802'
}

.icon-interface:before {
    content: '\e803'
}

.icon-responsive:before {
    content: '\e804'
}

.icon-search:before {
    content: '\e805'
}

.icon-support:before {
    content: '\e806'
}

.icon-world:before {
    content: '\e807'
}

.icon-close:before {
    content: '\e808'
}

.icon-scrollto:before {
    content: '\e809'
}

h1 {
    transition-property: font-size;
    transition-duration: .2s;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    color: #0aa1b9;
    line-height: 1.2em;
    margin-bottom: 0
}

@media (min-width: 40.063em) {
    h1 {
        font-size: 2.15rem
    }
}

p.leadline {
    margin: 0;
	margin-top:10px;
    padding: 0;
    border: 0;
    transition-property: font-size;
    transition-duration: .2s;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    color: #0aa1b9;
}

@media (min-width: 40.063em) {
    p.leadline {
        font-size: 1.625rem
    }
}

h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.2em;
    margin: 0 0 .3125rem
}

@media (min-width: 40.063em) {
    h2 {
        font-size: 1.25rem
    }
}

@media (min-width: 64.063em) {
    h2 {
        font-size: 1.625rem
    }
}

h3 {
    padding: 0;
    border: 0;
    transition-property: font-size;
    transition-duration: .2s;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.3em;
    margin: 0 0 1.5625rem
}

@media (min-width: 40.063em) {
    h3 {
        font-size: 2.25rem;
        padding-right: 3.125rem
    }
}

@media (min-width: 64.063em) {
    h3 {
        font-size: 2.875rem;
        line-height: 1.4em;
        margin: 0 0 3.125rem
    }
}

h3 a {
    color: #fff;
    text-decoration: none
}

h3 a.active, h3 a:hover {
    color: #fff
}

h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.625rem;
    line-height: 1.2em;
    text-align: center;
    color: #333;
    margin: 0;
    padding: 0
}

@media (min-width: 40.063em) {
    h4 {
        font-size: 2rem
    }
}

@media (min-width: 64.063em) {
    h4 {
        font-size: 2.25rem
    }
}

h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .9375rem
	 color: #333;
}

p.subline {
    transition-property: font-size, margin;
    transition-duration: .2s;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    font-style: normal;
    color: #707980;
    line-height: 1.4em;
    text-align: center;
    margin: 0;
    padding: 0
}

@media (min-width: 40.063em) {
    p.subline {
        font-size: 1.375rem
    }
}

@media (min-width: 64.063em) {
    p.subline {
        font-size: 1.5rem
    }
}

p.content {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    color: #707980;
    line-height: 1.6em;
    margin-top: 0;
    margin-bottom: .625rem
}

@media (min-width: 40.063em) {
    p.content {
        padding-right: .9375rem;
        margin-bottom: 1.25rem
    }
}

@media (min-width: 64.063em) {
    p.content {
        font-size: 1.25rem
    }
}

p.content a {
    font-weight: 400;
    color: #410998
}

p.content strong {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    color: #333
}

@media (min-width: 40.063em) {
    p.content strong {
        font-size: 1.375rem
    }
}

@media (min-width: 64.063em) {
    p.content strong {
        font-size: 1.5rem
    }
}