@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype"), url("../fonts/opensans-italic-webfont.svg#svgFontName") format("svg");
    font-weight: normal;
    font-style: oblique
}
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#svgFontName") format("svg");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff"), url("../fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("../fonts/opensans-lightitalic-webfont.svg#svgFontName") format("svg");
    font-weight: 300;
    font-style: oblique
}
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#svgFontName") format("svg");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#svgFontName") format("svg");
    font-weight: 700;
    font-style: normal
}
@page {
    size: A4;
    @bottom-center {
        content: counter(page)
    }
}
@media print {
    .hide-for-print-only {
        display: none !important
    }
    .block-for-print {
        display: block !important
    }
    .inline-block-for-print {
        display: inline-block !important
    }
    .inline-for-print {
        display: inline !important
    }
}
meta.foundation-version {
    font-family:"/{{VERSION}}/"
}
meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0px
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:700px)/";
    width: 700px
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:1180px)/";
    width: 1180px
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:1500px)/";
    width: 1500px
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:1900px)/";
    width: 1900px
}
meta.foundation-data-attribute-namespace {
    font-family: false
}
html,
body {
    height: 100%
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html,
body {
    font-size: 100%
}
body {
    background: #ffffff;
    color: #333;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto
}
a:hover {
    cursor: pointer
}
img {
    max-width: 100%;
    height: auto
}
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:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.hide {
    display: none
}
.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: 66.66667rem
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.row .row {
    width: auto;
    /*margin-left: -1rem;
    margin-right: -1rem;*/
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}
.row .row:before,
.row .row:after {
    content: " ";
    display: table
}
.row .row:after {
    clear: both
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none
}
.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}
.row .row.collapse:after {
    clear: both
}
.column,
.columns {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    float: left
}
[class*="column"]+[class*="column"]:last-child {
    float: right
}
[class*="column"]+[class*="column"].end {
    float: left
}
@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .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: 1rem;
        padding-right: 1rem;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0% !important
    }
    .small-offset-1 {
        margin-left: 8.33333% !important
    }
    .small-offset-2 {
        margin-left: 16.66667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.33333% !important
    }
    .small-offset-5 {
        margin-left: 41.66667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.33333% !important
    }
    .small-offset-8 {
        margin-left: 66.66667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.33333% !important
    }
    .small-offset-11 {
        margin-left: 91.66667% !important
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
}



@media only screen and (min-width: 700px) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .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: 1rem;
        padding-right: 1rem;
        float: left
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }

    #wissen .medium-2 {
        width: 20%
    }

    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0% !important
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .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: 1180px) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .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: 1rem;
        padding-right: 1rem;
        float: left
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    #wissen .large-2 {
      width: 20%;
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0% !important
    }
    .large-offset-1 {
        margin-left: 8.33333% !important
    }
    .large-offset-2 {
        margin-left: 16.66667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.33333% !important
    }
    .large-offset-5 {
        margin-left: 41.66667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.33333% !important
    }
    .large-offset-8 {
        margin-left: 66.66667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.33333% !important
    }
    .large-offset-11 {
        margin-left: 91.66667% !important
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .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
    }
}
[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.66667rem
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table
}
[class*="block-grid-"]:after {
    clear: both
}
[class*="block-grid-"]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.66667rem 1.33333rem
}
@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}
@media only screen and (min-width: 700px) {
    .medium-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .medium-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .medium-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .medium-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .medium-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .medium-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .medium-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .medium-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .medium-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .medium-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .medium-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .medium-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}
@media only screen and (min-width: 1180px) {
    .large-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}
button,
.button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.33333rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1.06667rem;
    padding-right: 2.13333rem;
    padding-bottom: 1.13333rem;
    padding-left: 2.13333rem;
    font-size: 1.06667rem;
    background-color: #6ead69;
    border-color: #53904f;
    color: #fff;
    transition: background-color 300ms ease-out
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #53904f
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #fff !important;
}
button.secondary,
.button.secondary {
    background-color: #2c3046;
    border-color: #232638;
    color: #fff
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #232638
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #fff
}
button.success,
.button.success {
    background-color: #68b12c;
    border-color: #538e23;
    color: #fff
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #538e23
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: #fff
}
button.alert,
.button.alert {
    background-color: #ff4040;
    border-color: red;
    color: #fff
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: red
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: #fff
}
button.warning,
.button.warning {
    background-color: #e6c616;
    border-color: #b89e12;
    color: #fff
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    background-color: #b89e12
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    color: #fff
}
button.info,
.button.info {
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: #fff
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    background-color: #2285a2
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    color: #fff
}
button.large,
.button.large {
    padding-top: 1.2rem;
    padding-right: 2.4rem;
    padding-bottom: 1.26667rem;
    padding-left: 2.4rem;
    font-size: 1.33333rem
}
button.small,
.button.small {
    padding-top: 0.93333rem;
    padding-right: 1.86667rem;
    padding-bottom: 1rem;
    padding-left: 1.86667rem;
    font-size: 0.86667rem
}
button.tiny,
.button.tiny {
    padding-top: 0.66667rem;
    padding-right: 1.33333rem;
    padding-bottom: 0.73333rem;
    padding-left: 1.33333rem;
    font-size: 0.73333rem
}
button.expand,
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%
}
button.left-align,
.button.left-align {
    text-align: left;
    text-indent: 0.8rem
}
button.right-align,
.button.right-align {
    text-align: right;
    padding-right: 0.8rem
}
button.radius,
.button.radius {
    border-radius: 3px
}
button.round,
.button.round {
    border-radius: 1000px
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #6ead69;
    border-color: #53904f;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    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: #53904f
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: #fff
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #6ead69
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #2c3046;
    border-color: #232638;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    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: #232638
}
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: #fff
}
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: #2c3046
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #68b12c;
    border-color: #538e23;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    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: #538e23
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    color: #fff
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #68b12c
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #ff4040;
    border-color: red;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    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: red
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    color: #fff
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #ff4040
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
    background-color: #e6c616;
    border-color: #b89e12;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #b89e12
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    color: #fff
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #e6c616
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    background-color: #2285a2
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    color: #fff
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
    background-color: #2ba6cb
}
button::-moz-focus-inner {
    border: 0;
    padding: 0
}
@media only screen and (min-width: 700px) {
    button,
    .button {
        display: inline-block
    }
}
.button-group {
    list-style: none;
    margin: 0;
    left: 0
}
.button-group:before,
.button-group:after {
    content: " ";
    display: table
}
.button-group:after {
    clear: both
}
.button-group>li {
    margin: 0 -2px;
    float: none;
    display: inline-block
}
.button-group>li>button,
.button-group>li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group>li:first-child button,
.button-group>li:first-child .button {
    border-left: 0
}
.button-group.stack>li {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    display: block;
    margin: 0
}
.button-group.stack>li>button,
.button-group.stack>li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.stack>li:first-child button,
.button-group.stack>li:first-child .button {
    border-left: 0
}
.button-group.stack>li>button,
.button-group.stack>li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block
}
.button-group.stack>li:first-child button,
.button-group.stack>li:first-child .button {
    border-top: 0
}
.button-group.stack-for-small>li {
    margin: 0 -2px;
    float: none;
    display: inline-block
}
.button-group.stack-for-small>li>button,
.button-group.stack-for-small>li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.stack-for-small>li:first-child button,
.button-group.stack-for-small>li:first-child .button {
    border-left: 0
}
@media only screen and (max-width: 699px) {
    .button-group.stack-for-small>li {
        margin: 0 -2px;
        float: none;
        display: inline-block;
        display: block;
        margin: 0
    }
    .button-group.stack-for-small>li>button,
    .button-group.stack-for-small>li .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5)
    }
    .button-group.stack-for-small>li:first-child button,
    .button-group.stack-for-small>li:first-child .button {
        border-left: 0
    }
    .button-group.stack-for-small>li>button,
    .button-group.stack-for-small>li .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block
    }
    .button-group.stack-for-small>li:first-child button,
    .button-group.stack-for-small>li:first-child .button {
        border-top: 0
    }
}
.button-group.radius>* {
    margin: 0 -2px;
    float: none;
    display: inline-block
}
.button-group.radius>*>button,
.button-group.radius>* .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius>*:first-child button,
.button-group.radius>*:first-child .button {
    border-left: 0
}
.button-group.radius>*,
.button-group.radius>*>a,
.button-group.radius>*>button,
.button-group.radius>*>.button {
    border-radius: 0
}
.button-group.radius>*:first-child,
.button-group.radius>*:first-child>a,
.button-group.radius>*:first-child>button,
.button-group.radius>*:first-child>.button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.button-group.radius>*:last-child,
.button-group.radius>*:last-child>a,
.button-group.radius>*:last-child>button,
.button-group.radius>*:last-child>.button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.button-group.radius.stack>* {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    display: block;
    margin: 0
}
.button-group.radius.stack>*>button,
.button-group.radius.stack>* .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius.stack>*:first-child button,
.button-group.radius.stack>*:first-child .button {
    border-left: 0
}
.button-group.radius.stack>*>button,
.button-group.radius.stack>* .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block
}
.button-group.radius.stack>*:first-child button,
.button-group.radius.stack>*:first-child .button {
    border-top: 0
}
.button-group.radius.stack>*,
.button-group.radius.stack>*>a,
.button-group.radius.stack>*>button,
.button-group.radius.stack>*>.button {
    border-radius: 0
}
.button-group.radius.stack>*:first-child,
.button-group.radius.stack>*:first-child>a,
.button-group.radius.stack>*:first-child>button,
.button-group.radius.stack>*:first-child>.button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.button-group.radius.stack>*:last-child,
.button-group.radius.stack>*:last-child>a,
.button-group.radius.stack>*:last-child>button,
.button-group.radius.stack>*:last-child>.button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
@media only screen and (min-width: 700px) {
    .button-group.radius.stack-for-small>* {
        margin: 0 -2px;
        float: none;
        display: inline-block
    }
    .button-group.radius.stack-for-small>*>button,
    .button-group.radius.stack-for-small>* .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5)
    }
    .button-group.radius.stack-for-small>*:first-child button,
    .button-group.radius.stack-for-small>*:first-child .button {
        border-left: 0
    }
    .button-group.radius.stack-for-small>*,
    .button-group.radius.stack-for-small>*>a,
    .button-group.radius.stack-for-small>*>button,
    .button-group.radius.stack-for-small>*>.button {
        border-radius: 0
    }
    .button-group.radius.stack-for-small>*:first-child,
    .button-group.radius.stack-for-small>*:first-child>a,
    .button-group.radius.stack-for-small>*:first-child>button,
    .button-group.radius.stack-for-small>*:first-child>.button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }
    .button-group.radius.stack-for-small>*:last-child,
    .button-group.radius.stack-for-small>*:last-child>a,
    .button-group.radius.stack-for-small>*:last-child>button,
    .button-group.radius.stack-for-small>*:last-child>.button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }
}
@media only screen and (max-width: 699px) {
    .button-group.radius.stack-for-small>* {
        margin: 0 -2px;
        float: none;
        display: inline-block;
        display: block;
        margin: 0
    }
    .button-group.radius.stack-for-small>*>button,
    .button-group.radius.stack-for-small>* .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5)
    }
    .button-group.radius.stack-for-small>*:first-child button,
    .button-group.radius.stack-for-small>*:first-child .button {
        border-left: 0
    }
    .button-group.radius.stack-for-small>*>button,
    .button-group.radius.stack-for-small>* .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block
    }
    .button-group.radius.stack-for-small>*:first-child button,
    .button-group.radius.stack-for-small>*:first-child .button {
        border-top: 0
    }
    .button-group.radius.stack-for-small>*,
    .button-group.radius.stack-for-small>*>a,
    .button-group.radius.stack-for-small>*>button,
    .button-group.radius.stack-for-small>*>.button {
        border-radius: 0
    }
    .button-group.radius.stack-for-small>*:first-child,
    .button-group.radius.stack-for-small>*:first-child>a,
    .button-group.radius.stack-for-small>*:first-child>button,
    .button-group.radius.stack-for-small>*:first-child>.button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    .button-group.radius.stack-for-small>*:last-child,
    .button-group.radius.stack-for-small>*:last-child>a,
    .button-group.radius.stack-for-small>*:last-child>button,
    .button-group.radius.stack-for-small>*:last-child>.button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
}
.button-group.round>* {
    margin: 0 -2px;
    float: none;
    display: inline-block
}
.button-group.round>*>button,
.button-group.round>* .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round>*:first-child button,
.button-group.round>*:first-child .button {
    border-left: 0
}
.button-group.round>*,
.button-group.round>*>a,
.button-group.round>*>button,
.button-group.round>*>.button {
    border-radius: 0
}
.button-group.round>*:first-child,
.button-group.round>*:first-child>a,
.button-group.round>*:first-child>button,
.button-group.round>*:first-child>.button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}
.button-group.round>*:last-child,
.button-group.round>*:last-child>a,
.button-group.round>*:last-child>button,
.button-group.round>*:last-child>.button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}
.button-group.round.stack>* {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    display: block;
    margin: 0
}
.button-group.round.stack>*>button,
.button-group.round.stack>* .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round.stack>*:first-child button,
.button-group.round.stack>*:first-child .button {
    border-left: 0
}
.button-group.round.stack>*>button,
.button-group.round.stack>* .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0px;
    margin: 0;
    display: block
}
.button-group.round.stack>*:first-child button,
.button-group.round.stack>*:first-child .button {
    border-top: 0
}
.button-group.round.stack>*,
.button-group.round.stack>*>a,
.button-group.round.stack>*>button,
.button-group.round.stack>*>.button {
    border-radius: 0
}
.button-group.round.stack>*:first-child,
.button-group.round.stack>*:first-child>a,
.button-group.round.stack>*:first-child>button,
.button-group.round.stack>*:first-child>.button {
    -webkit-top-left-radius: 1.06667rem;
    -webkit-top-right-radius: 1.06667rem;
    border-top-left-radius: 1.06667rem;
    border-top-right-radius: 1.06667rem
}
.button-group.round.stack>*:last-child,
.button-group.round.stack>*:last-child>a,
.button-group.round.stack>*:last-child>button,
.button-group.round.stack>*:last-child>.button {
    -webkit-bottom-left-radius: 1.06667rem;
    -webkit-bottom-right-radius: 1.06667rem;
    border-bottom-left-radius: 1.06667rem;
    border-bottom-right-radius: 1.06667rem
}
@media only screen and (min-width: 700px) {
    .button-group.round.stack-for-small>* {
        margin: 0 -2px;
        float: none;
        display: inline-block
    }
    .button-group.round.stack-for-small>*>button,
    .button-group.round.stack-for-small>* .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5)
    }
    .button-group.round.stack-for-small>*:first-child button,
    .button-group.round.stack-for-small>*:first-child .button {
        border-left: 0
    }
    .button-group.round.stack-for-small>*,
    .button-group.round.stack-for-small>*>a,
    .button-group.round.stack-for-small>*>button,
    .button-group.round.stack-for-small>*>.button {
        border-radius: 0
    }
    .button-group.round.stack-for-small>*:first-child,
    .button-group.round.stack-for-small>*:first-child>a,
    .button-group.round.stack-for-small>*:first-child>button,
    .button-group.round.stack-for-small>*:first-child>.button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px
    }
    .button-group.round.stack-for-small>*:last-child,
    .button-group.round.stack-for-small>*:last-child>a,
    .button-group.round.stack-for-small>*:last-child>button,
    .button-group.round.stack-for-small>*:last-child>.button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px
    }
}
@media only screen and (max-width: 699px) {
    .button-group.round.stack-for-small>* {
        margin: 0 -2px;
        float: none;
        display: inline-block;
        display: block;
        margin: 0
    }
    .button-group.round.stack-for-small>*>button,
    .button-group.round.stack-for-small>* .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5)
    }
    .button-group.round.stack-for-small>*:first-child button,
    .button-group.round.stack-for-small>*:first-child .button {
        border-left: 0
    }
    .button-group.round.stack-for-small>*>button,
    .button-group.round.stack-for-small>* .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block
    }
    .button-group.round.stack-for-small>*:first-child button,
    .button-group.round.stack-for-small>*:first-child .button {
        border-top: 0
    }
    .button-group.round.stack-for-small>*,
    .button-group.round.stack-for-small>*>a,
    .button-group.round.stack-for-small>*>button,
    .button-group.round.stack-for-small>*>.button {
        border-radius: 0
    }
    .button-group.round.stack-for-small>*:first-child,
    .button-group.round.stack-for-small>*:first-child>a,
    .button-group.round.stack-for-small>*:first-child>button,
    .button-group.round.stack-for-small>*:first-child>.button {
        -webkit-top-left-radius: 1.06667rem;
        -webkit-top-right-radius: 1.06667rem;
        border-top-left-radius: 1.06667rem;
        border-top-right-radius: 1.06667rem
    }
    .button-group.round.stack-for-small>*:last-child,
    .button-group.round.stack-for-small>*:last-child>a,
    .button-group.round.stack-for-small>*:last-child>button,
    .button-group.round.stack-for-small>*:last-child>.button {
        -webkit-bottom-left-radius: 1.06667rem;
        -webkit-bottom-right-radius: 1.06667rem;
        border-bottom-left-radius: 1.06667rem;
        border-bottom-right-radius: 1.06667rem
    }
}
.button-group.even-2 li {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    width: 50%
}
.button-group.even-2 li>button,
.button-group.even-2 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
    border-left: 0
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
    width: 100%
}
.button-group.even-3 li {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    width: 33.33333%
}
.button-group.even-3 li>button,
.button-group.even-3 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
    border-left: 0
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
    width: 100%
}
.button-group.even-4 li {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    width: 25%
}
.button-group.even-4 li>button,
.button-group.even-4 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
    border-left: 0
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
    width: 100%
}
.button-group.even-5 li {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    width: 20%
}
.button-group.even-5 li>button,
.button-group.even-5 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
    border-left: 0
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
    width: 100%
}
.button-group.even-6 li {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    width: 16.66667%
}
.button-group.even-6 li>button,
.button-group.even-6 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
    border-left: 0
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
    width: 100%
}
.button-group.even-7 li {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    width: 14.28571%
}
.button-group.even-7 li>button,
.button-group.even-7 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
    border-left: 0
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
    width: 100%
}
.button-group.even-8 li {
    margin: 0 -2px;
    float: none;
    display: inline-block;
    width: 12.5%
}
.button-group.even-8 li>button,
.button-group.even-8 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
    border-left: 0
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
    width: 100%
}
.button-bar:before,
.button-bar:after {
    content: " ";
    display: table
}
.button-bar:after {
    clear: both
}
.button-bar .button-group {
    float: left;
    margin-right: 0.66667rem
}
.button-bar .button-group div {
    overflow: hidden
}
.clearing-thumbs,
[data-clearing] {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none
}
.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
    content: " ";
    display: table
}
.clearing-thumbs:after,
[data-clearing]:after {
    clear: both
}
.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px
}
.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
    margin-right: 0
}
.clearing-blackout {
    background: #333;
    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
}
.clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #aaa;
    font-size: 0.6em
}
.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: 0.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:hover,
.clearing-close:focus {
    color: #ccc
}
.clearing-assembled .clearing-container {
    height: 100%
}
.clearing-assembled .clearing-container .carousel>ul {
    display: none
}
.clearing-feature li {
    display: none
}
.clearing-feature li.clearing-featured-img {
    display: block
}
@media only screen and (min-width: 700px) {
    .clearing-main-prev,
    .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0
    }
    .clearing-main-prev>span,
    .clearing-main-next>span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 12px
    }
    .clearing-main-prev>span:hover,
    .clearing-main-next>span:hover {
        opacity: 0.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-prev.disabled,
    .clearing-main-next.disabled {
        opacity: 0.3
    }
    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center
    }
    .clearing-assembled .clearing-container .carousel>ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none
    }
    .clearing-assembled .clearing-container .carousel>ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none
    }
    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        height: 100%;
        max-width: none
    }
    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        box-shadow: none;
        display: block
    }
    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer !important;
        width: 100% !important
    }
    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1
    }
    .clearing-assembled .clearing-container .carousel>ul li:hover {
        opacity: 0.8
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        overflow: hidden;
        height: 85%
    }
    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0
    }
}
/*.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.93333rem;
    z-index: 89;
    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 #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89;
}
.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: 88;
}
.f-dropdown.right:before {
    left: auto;
    right: 10px
}
.f-dropdown.right:after {
    left: auto;
    right: 9px
}
/*.f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.93333rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px
}*/
.f-dropdown.drop-right>*:first-child {
    margin-top: 0
}
.f-dropdown.drop-right>*:last-child {
    margin-bottom: 0
}
.f-dropdown.drop-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #fff transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 10px;
    left: -12px;
    z-index: 89;
}
.f-dropdown.drop-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent #ccc transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 9px;
    left: -14px;
    z-index: 88;
}
/*.f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.93333rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px
}*/
.f-dropdown.drop-left>*:first-child {
    margin-top: 0
}
.f-dropdown.drop-left>*:last-child {
    margin-bottom: 0
}
.f-dropdown.drop-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    position: absolute;
    top: 10px;
    right: -12px;
    left: auto;
    z-index: 89;
}
.f-dropdown.drop-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent transparent #ccc;
    border-left-style: solid;
    position: absolute;
    top: 9px;
    right: -14px;
    left: auto;
    z-index: 88;
}
/*.f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.93333rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px
}*/
.f-dropdown.drop-top>*:first-child {
    margin-top: 0
}
.f-dropdown.drop-top>*:last-child {
    margin-bottom: 0
}
.f-dropdown li {
    font-size: 0.93333rem;
    cursor: pointer;
    line-height: 1.2rem;
    margin: 0
}
.f-dropdown li:hover,
.f-dropdown li:focus {
    background: none;
}
.f-dropdown li.radius {
    border-radius: 3px
}
.f-dropdown li a {
    display: block;
    padding: 0.5rem;
    color: #555
}
.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;
    margin-top:4px;
}
.f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important
}
.f-dropdown.mega.open {
    left: 0 !important
}
.dropdown.button,
button.dropdown {
    position: relative;
    padding-right: 3.8rem
}
.dropdown.button:after,
button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%
}
.dropdown.button:after,
button.dropdown:after {
    border-width: 0.4rem;
    right: 1.5rem;
    margin-top: -0.16667rem
}
.dropdown.button:after,
button.dropdown:after {
    border-color: #fff transparent transparent transparent
}
.dropdown.button.tiny,
button.dropdown.tiny {
    padding-right: 2.8rem
}
.dropdown.button.tiny:before,
button.dropdown.tiny:before {
    border-width: 0.4rem;
    right: 1.2rem;
    margin-top: -0.13333rem
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
    border-color: #fff transparent transparent transparent
}
.dropdown.button.small,
button.dropdown.small {
    padding-right: 3.26667rem
}
.dropdown.button.small:after,
button.dropdown.small:after {
    border-width: 0.46667rem;
    right: 1.4rem;
    margin-top: -0.16667rem
}
.dropdown.button.small:after,
button.dropdown.small:after {
    border-color: #fff transparent transparent transparent
}
.dropdown.button.large,
button.dropdown.large {
    padding-right: 3.86667rem
}
.dropdown.button.large:after,
button.dropdown.large:after {
    border-width: 0.33333rem;
    right: 1.83333rem;
    margin-top: -0.16667rem
}
.dropdown.button.large:after,
button.dropdown.large:after {
    border-color: #fff transparent transparent transparent
}
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
    border-color: #333 transparent transparent transparent
}
form {
    margin: 0 0 1.06667rem
}
form .row .row {
    margin: 0 -0.53333rem
}
form .row .row .column,
form .row .row .columns {
    padding: 0 0.53333rem
}
form .row .row.collapse {
    margin: 0
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}
form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.53333rem
}
label {
    font-size: 0.93333rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0
}
label.right {
    float: none !important;
    text-align: right
}
label.inline {
    margin: 0 0 1.06667rem 0;
    padding: 0.6rem 0
}
label small {
    text-transform: capitalize;
    color: #676767
}
select::-ms-expand {
    display: none
}
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.93333rem;
    height: 2.46667rem;
    line-height: 2.46667rem
}
.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.26667rem;
    border: none
}
.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.26667rem;
    border: none
}
.prefix.button.radius {
    border-radius: 0;
    -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 {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.prefix.button.round {
    border-radius: 0;
    -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 {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}
span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc
}
span.postfix,
label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.93333rem;
    margin: 0 0 1.06667rem 0;
    padding: 0.53333rem;
    height: 2.46667rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    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,
input[type="color"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: none
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    background-color: #ddd;
    cursor: default
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default
}
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
    border-radius: 3px
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}
form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}
form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px
}
textarea[rows] {
    height: auto
}
select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 0.53333rem;
    font-size: 0.93333rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.46667rem
}
select.radius {
    border-radius: 3px
}
select:hover {
    background-color: #f3f3f3;
    border-color: #999
}
select:disabled {
    background-color: #ddd;
    cursor: default
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1.06667rem 0
}
input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.53333rem;
    margin-right: 1.06667rem;
    margin-bottom: 0;
    vertical-align: baseline
}
input[type="file"] {
    width: 100%
}
fieldset {
    border: 1px solid #ddd;
    padding: 1.33333rem;
    margin: 1.2rem 0
}
fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.2rem;
    margin: 0;
    margin-left: -0.2rem
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    padding: 0.4rem 0.6rem 0.6rem;
    margin-top: -1px;
    margin-bottom: 1.06667rem;
    font-size: 0.8rem;
    font-weight: normal;
    font-style: italic;
    background: #ff4040;
    color: #fff
}
[data-abide] span.error,
[data-abide] small.error {
    display: none
}
span.error,
small.error {
    display: block;
    padding: 0.4rem 0.6rem 0.6rem;
    margin-top: -1px;
    margin-bottom: 1.06667rem;
    font-size: 0.8rem;
    font-weight: normal;
    font-style: italic;
    background: #ff4040;
    color: #fff
}
.error input,
.error textarea,
.error select {
    margin-bottom: 0
}
.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1.06667rem
}
.error label,
.error label.error {
    color: #ff4040
}
.error small.error {
    display: block;
    padding: 0.4rem 0.6rem 0.6rem;
    margin-top: -1px;
    margin-bottom: 1.06667rem;
    font-size: 0.8rem;
    font-weight: normal;
    font-style: italic;
    background: #ff4040;
    color: #fff
}
.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,
select.error {
    margin-bottom: 0
}
label.error {
    color: #ff4040
}
.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: inherit;
    padding: 0.13333rem 0.26667rem 0;
    border-radius: 3px
}
.label {
    font-weight: normal;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: inherit;
    padding: 0.26667rem 0.53333rem 0.4rem;
    font-size: 0.73333rem;
    background-color: #6ead69;
    color: #fff
}
.label.radius {
    border-radius: 3px
}
.label.round {
    border-radius: 1000px
}
.label.alert {
    background-color: #ff4040;
    color: #fff
}
.label.warning {
    background-color: #e6c616;
    color: #fff
}
.label.success {
    background-color: #68b12c;
    color: #fff
}
.label.secondary {
    background-color: #2c3046;
    color: #fff
}
ul.pagination {
    display: block;
    min-height: 1.6rem;
    margin-left: -0.33333rem
}
ul.pagination li {
    height: 1.6rem;
    color: #222;
    font-size: 0.93333rem;
    margin-left: 0.33333rem
}
ul.pagination li a,
ul.pagination li button {
    display: block;
    padding: 0.06667rem 0.66667rem 0.06667rem;
    color: #999;
    background: none;
    border-radius: 3px;
    font-weight: normal;
    font-size: 1em;
    line-height: inherit;
    transition: background-color 300ms ease-out
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
    background: #e6e6e6
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
    cursor: default;
    color: #999
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
    background: transparent
}
ul.pagination li.current a,
ul.pagination li.current button {
    background: #6ead69;
    color: #fff;
    font-weight: bold;
    cursor: default
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
    background: #6ead69
}
ul.pagination li {
    float: left;
    display: block
}
.pagination-centered {
    text-align: center
}
.pagination-centered ul.pagination li {
    float: none;
    display: inline-block
}
.reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    display: none;
    left: 0
}
.reveal-modal,
dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100vw;
    top: 0;
    border-radius: 3px;
    left: 0;
    background-color: #fff;
    padding: 1.33333rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 2rem
}
@media only screen and (max-width: 699px) {
    .reveal-modal,
    dialog {
        min-height: 100vh
    }
}
.reveal-modal .column,
dialog .column,
.reveal-modal .columns,
dialog .columns {
    min-width: 0
}
.reveal-modal>:first-child,
dialog>:first-child {
    margin-top: 0
}
.reveal-modal>:last-child,
dialog>:last-child {
    margin-bottom: 0
}
@media only screen and (min-width: 700px) {
    .reveal-modal,
    dialog {
        width: 80%;
        max-width: 66.66667rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}
@media only screen and (min-width: 700px) {
    .reveal-modal,
    dialog {
        top: 6.66667rem
    }
}
.reveal-modal.radius,
dialog.radius {
    border-radius: 3px
}
.reveal-modal.round,
dialog.round {
    border-radius: 1000px
}
.reveal-modal.collapse,
dialog.collapse {
    padding: 0
}
@media only screen and (min-width: 700px) {
    .reveal-modal.tiny,
    dialog.tiny {
        width: 30%;
        max-width: 66.66667rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}
@media only screen and (min-width: 700px) {
    .reveal-modal.small,
    dialog.small {
        width: 40%;
        max-width: 66.66667rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}
@media only screen and (min-width: 700px) {
    .reveal-modal.medium,
    dialog.medium {
        width: 60%;
        max-width: 66.66667rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}
@media only screen and (min-width: 700px) {
    .reveal-modal.large,
    dialog.large {
        width: 70%;
        max-width: 66.66667rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}
@media only screen and (min-width: 700px) {
    .reveal-modal.xlarge,
    dialog.xlarge {
        width: 95%;
        max-width: 66.66667rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}
.reveal-modal.full,
dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important
}
@media only screen and (min-width: 700px) {
    .reveal-modal.full,
    dialog.full {
        width: 100vw;
        max-width: 66.66667rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}
.reveal-modal .close-reveal-modal,
dialog .close-reveal-modal {
    font-size: 2.66667rem;
    line-height: 1;
    position: absolute;
    top: 0.53333rem;
    right: 0.73333rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer
}
dialog {
    display: none
}
dialog::backdrop,
dialog+.backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    left: 0
}
dialog[open] {
    display: block
}
@media print {
    dialog,
    .reveal-modal,
    dialog {
        display: none;
        background: #fff !important
    }
}
.split.button {
    position: relative;
    padding-right: 5.4rem
}
.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px
}
.split.button span:after {
    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.3rem
}
.split.button span:after {
    border-top-style: solid;
    border-width: 0.4rem;
    top: 48%;
    margin-left: -0.4rem
}
.split.button span:after {
    border-color: #fff transparent transparent transparent
}
.split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button.secondary span:after {
    border-color: #fff 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: 4rem
}
.split.button.tiny span {
    width: 2.4rem
}
.split.button.tiny span:after {
    border-top-style: solid;
    border-width: 0.4rem;
    top: 48%;
    margin-left: -0.4rem
}
.split.button.small {
    padding-right: 4.66667rem
}
.split.button.small span {
    width: 2.8rem
}
.split.button.small span:after {
    border-top-style: solid;
    border-width: 0.46667rem;
    top: 48%;
    margin-left: -0.4rem
}
.split.button.large {
    padding-right: 5.86667rem
}
.split.button.large span {
    width: 3.66667rem
}
.split.button.large span:after {
    border-top-style: solid;
    border-width: 0.33333rem;
    top: 48%;
    margin-left: -0.4rem
}
.split.button.expand {
    padding-left: 2rem
}
.split.button.secondary span:after {
    border-color: #333 transparent transparent transparent
}
.split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}
.switch {
    padding: 0;
    border: none;
    position: relative
}
.switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #ddd;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out
}
.switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0
}
.switch input+label {
    margin-left: 0;
    margin-right: 0
}
.switch label:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.switch input:checked+label {
    background: #6ead69
}
.switch input:checked+label:after {
    left: 2.25rem
}
.switch label {
    width: 4rem;
    height: 2rem
}
.switch label:after {
    width: 1.5rem;
    height: 1.5rem
}
.switch input:checked+label:after {
    left: 2.25rem
}
.switch label {
    color: transparent;
    background: #ddd
}
.switch label:after {
    background: #fff
}
.switch input:checked+label {
    background: #6ead69
}
.switch.large label {
    width: 5rem;
    height: 2.5rem
}
.switch.large label:after {
    width: 2rem;
    height: 2rem
}
.switch.large input:checked+label:after {
    left: 2.75rem
}
.switch.small label {
    width: 3.5rem;
    height: 1.75rem
}
.switch.small label:after {
    width: 1.25rem;
    height: 1.25rem
}
.switch.small input:checked+label:after {
    left: 2rem
}
.switch.tiny label {
    width: 3rem;
    height: 1.5rem
}
.switch.tiny label:after {
    width: 1rem;
    height: 1rem
}
.switch.tiny input:checked+label:after {
    left: 1.75rem
}
.switch.radius label {
    border-radius: 4px
}
.switch.radius label:after {
    border-radius: 3px
}
.switch.round {
    border-radius: 1000px
}
.switch.round label {
    border-radius: 2rem
}
.switch.round label:after {
    border-radius: 2rem
}
table {
    background: #fff;
    margin-bottom: 1.33333rem;
    border: solid 1px #ddd;
    table-layout: auto
}
table caption {
    background: transparent;
    color: #222;
    font-size: 1.06667rem;
    font-weight: bold
}
table thead {
    background: #f5f5f5
}
table thead tr th,
table thead tr td {
    padding: 0.53333rem 0.66667rem 0.66667rem;
    font-size: 0.93333rem;
    font-weight: bold;
    color: #222
}
table tfoot {
    background: #f5f5f5
}
table tfoot tr th,
table tfoot tr td {
    padding: 0.53333rem 0.66667rem 0.66667rem;
    font-size: 0.93333rem;
    font-weight: bold;
    color: #222
}
table tr th,
table tr td {
    padding: 0.6rem 0.66667rem;
    font-size: 0.93333rem;
    color: #222;
    text-align: left
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #f9f9f9
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
    line-height: 1.2rem
}
.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #fff;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 200ms ease-out
}
.th:hover,
.th:focus {
    box-shadow: 0 0 6px 1px rgba(110, 173, 105, 0.5)
}
.th.radius {
    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 #2f512c;
    color: #6ead69
}
.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important
}
.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: 0.93333rem;
    line-height: 1.3;
    padding: 0.8rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #333
}
.tooltip>.nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px;
    pointer-events: none
}
.tooltip>.nub.rtl {
    left: auto;
    right: 5px
}
.tooltip.radius {
    border-radius: 3px
}
.tooltip.round {
    border-radius: 1000px
}
.tooltip.round>.nub {
    left: 2rem
}
.tooltip.opened {
    color: #6ead69 !important;
    border-bottom: dotted 1px #2f512c !important
}
.tap-to-close {
    display: block;
    font-size: 0.66667rem;
    color: #777;
    font-weight: normal
}
@media only screen and (min-width: 700px) {
    .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
    }
}
.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
.text-justify {
    text-align: justify !important
}
@media only screen and (max-width: 699px) {
    .small-only-text-left {
        text-align: left !important
    }
    .small-only-text-right {
        text-align: right !important
    }
    .small-only-text-center {
        text-align: center !important
    }
    .small-only-text-justify {
        text-align: justify !important
    }
}
@media only screen {
    .small-text-left {
        text-align: left !important
    }
    .small-text-right {
        text-align: right !important
    }
    .small-text-center {
        text-align: center !important
    }
    .small-text-justify {
        text-align: justify !important
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .medium-only-text-left {
        text-align: left !important
    }
    .medium-only-text-right {
        text-align: right !important
    }
    .medium-only-text-center {
        text-align: center !important
    }
    .medium-only-text-justify {
        text-align: justify !important
    }
}
@media only screen and (min-width: 700px) {
    .medium-text-left {
        text-align: left !important
    }
    .medium-text-right {
        text-align: right !important
    }
    .medium-text-center {
        text-align: center !important
    }
    .medium-text-justify {
        text-align: justify !important
    }
}
@media only screen and (min-width: 1180px) and (max-width: 1499px) {
    .large-only-text-left {
        text-align: left !important
    }
    .large-only-text-right {
        text-align: right !important
    }
    .large-only-text-center {
        text-align: center !important
    }
    .large-only-text-justify {
        text-align: justify !important
    }
}
@media only screen and (min-width: 1180px) {
    .large-text-left {
        text-align: left !important
    }
    .large-text-right {
        text-align: right !important
    }
    .large-text-center {
        text-align: center !important
    }
    .large-text-justify {
        text-align: justify !important
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1899px) {
    .xlarge-only-text-left {
        text-align: left !important
    }
    .xlarge-only-text-right {
        text-align: right !important
    }
    .xlarge-only-text-center {
        text-align: center !important
    }
    .xlarge-only-text-justify {
        text-align: justify !important
    }
}
@media only screen and (min-width: 1500px) {
    .xlarge-text-left {
        text-align: left !important
    }
    .xlarge-text-right {
        text-align: right !important
    }
    .xlarge-text-center {
        text-align: center !important
    }
    .xlarge-text-justify {
        text-align: justify !important
    }
}
@media only screen and (min-width: 1900px) and (max-width: 99999999px) {
    .xxlarge-only-text-left {
        text-align: left !important
    }
    .xxlarge-only-text-right {
        text-align: right !important
    }
    .xxlarge-only-text-center {
        text-align: center !important
    }
    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}
@media only screen and (min-width: 1900px) {
    .xxlarge-text-left {
        text-align: left !important
    }
    .xxlarge-text-right {
        text-align: right !important
    }
    .xxlarge-text-center {
        text-align: center !important
    }
    .xxlarge-text-justify {
        text-align: justify !important
    }
}
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: #8e8e8e;
    text-decoration: none;
    line-height: inherit
}
a:hover,
a:focus {
    color: #2c2f47 ;
}
#breadcrumbs a:hover {
    color: #2c2f47 !important;
}

a img {
    border: none
}
p {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.33333rem;
    text-rendering: auto
}
p.lead {
    font-size: 1.23333rem;
    line-height: 1.6
}
p aside {
    font-size: 0.93333rem;
    line-height: 1.35;
    font-style: italic
}

aside{
    margin-top: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: auto;
    margin-top: 0.2rem;
    margin-bottom: 0.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: 1.2rem
}
h2 {
    font-size: 0.93333rem
}
h3 {
    font-size: 1rem
}
h4 {
    font-size: 1rem
}
h5 {
    font-size: 1.2rem
}
h6 {
    font-size: 1rem
}
.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.33333rem 0 1.26667rem;
    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: normal;
    color: #333;
    background-color: #b6bad1;
    border-width: 1px;
    border-style: solid;
    border-color: #9ea4c2;
    padding: 0.13333rem 0.33333rem 0.06667rem
}
ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.33333rem;
    list-style-position: outside;
    font-family: "Open Sans", Arial, Verdana, sans-serif
}
ul {
    margin-left: 1.1rem
}
ul.no-bullet {
    margin-left: 0
}
ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.33333rem;
    margin-bottom: 0;
    list-style: none
}
ul li ul,
ul li ol {
    margin-left: 1.33333rem;
    margin-bottom: 0
}
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.33333rem;
    margin-bottom: 0
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}
dl dd {
    margin-bottom: 0.8rem
}
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #333;
    border-bottom: 1px dotted #ddd;
    cursor: help
}
abbr {
    text-transform: none
}
blockquote {
    margin: 0 0 1.33333rem;
    padding: 0.6rem 1.33333rem 0 1.26667rem;
    border-left: 1px solid #ddd
}
blockquote cite {
    display: block;
    font-size: 0.86667rem;
    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.33333rem 0;
    border: 1px solid #ddd;
    padding: 0.66667rem 0.8rem
}
.vcard li {
    margin: 0;
    display: block
}
.vcard .fn {
    font-weight: bold;
    font-size: 1rem
}
.vevent .summary {
    font-weight: bold
}
.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.06667rem
}
@media only screen and (min-width: 700px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }
    h1 {
        font-size: 1.86667rem
    }
    h2 {
        font-size: 1.6rem
    }
    h3 {
        font-size: 1.33333rem
    }
    h4 {
        font-size: 1.33333rem
    }
    h5 {
        font-size: 1.2rem
    }
    h6 {
        font-size: 1rem
    }
}
.print-only {
    display: none !important
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-on-print {
        display: none !important
    }
    .print-only {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    .show-for-print {
        display: inherit !important
    }
}
@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-small,
    table.show-for-small-down,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}
@media only screen and (min-width: 700px) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}
@media only screen and (min-width: 1180px) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}
@media only screen and (min-width: 1500px) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xlarge,
    table.show-for-xlarge-down,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.hide-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xlarge,
    thead.show-for-xlarge-down,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.hide-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.hide-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xlarge,
    tr.show-for-xlarge-down,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.hide-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xlarge,
    td.show-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}
@media only screen and (min-width: 1900px) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-xlarge-only,
    table.show-for-xlarge-up,
    table.hide-for-xlarge,
    table.hide-for-xlarge-down,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up,
    table.show-for-xxlarge,
    table.show-for-xxlarge-down {
        display: table
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-down,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up,
    thead.show-for-xxlarge,
    thead.show-for-xxlarge-down {
        display: table-header-group !important
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-down,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up,
    tbody.show-for-xxlarge,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-down,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up,
    tr.show-for-xxlarge,
    tr.show-for-xxlarge-down {
        display: table-row !important
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.hide-for-xlarge-down,
    td.hide-for-xlarge-down,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up,
    th.show-for-xxlarge,
    td.show-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important
    }
}
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important
}
table.hide-for-landscape,
table.show-for-portrait {
    display: table
}
thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important
}
tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important
}
@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table
    }
    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group !important
    }
    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group !important
    }
    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row !important
    }
    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important
    }
}
@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
    table.show-for-portrait,
    table.hide-for-landscape {
        display: table
    }
    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group !important
    }
    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group !important
    }
    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row !important
    }
    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important
    }
}
.show-for-touch {
    display: none !important
}
.hide-for-touch {
    display: inherit !important
}
.touch .show-for-touch {
    display: inherit !important
}
.touch .hide-for-touch {
    display: none !important
}
table.hide-for-touch {
    display: table
}
.touch table.show-for-touch {
    display: table
}
thead.hide-for-touch {
    display: table-header-group !important
}
.touch thead.show-for-touch {
    display: table-header-group !important
}
tbody.hide-for-touch {
    display: table-row-group !important
}
.touch tbody.show-for-touch {
    display: table-row-group !important
}
tr.hide-for-touch {
    display: table-row !important
}
.touch tr.show-for-touch {
    display: table-row !important
}
td.hide-for-touch {
    display: table-cell !important
}
.touch td.show-for-touch {
    display: table-cell !important
}
th.hide-for-touch {
    display: table-cell !important
}
.touch th.show-for-touch {
    display: table-cell !important
}
@media print {
    .show-for-print {
        display: block
    }
    .hide-for-print {
        display: none
    }
    table.show-for-print {
        display: table
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print {
        display: table-cell !important
    }
    th.show-for-print {
        display: table-cell !important
    }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #ffffff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.error-wrapper {
    width: 100%;
    margin: 8rem auto 14rem
}
.error-wrapper>.error404 {
    position: relative;
    color: #e8e4e1;
    font-size: 8rem;
    text-align: center
}
.error-wrapper>.error404 span {
    font-size: 4rem;
    display: inline-block;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}
.modal-form-privacy-policy-label,
.comment-form-privacy-policy-label,
.mymail-form-privacy-policy-label {
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px
}
.modal-form-privacy-policy-label input[type="checkbox"],
.comment-form-privacy-policy-label input[type="checkbox"],
.mymail-form-privacy-policy-label input[type="checkbox"] {
    margin-bottom: 0 !important
}
#comment {
    margin-bottom: 0
}
.modal-form-reset-password-label {
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px
}
.modal-form-reset-password-label input[type="checkbox"] {
    margin-bottom: 0 !important
}
.request-password-feedback-wrapper .title {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    font-weight: 700;
    font-size: 1.15rem
}
.request-password-feedback-wrapper .content {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 1rem
}
.media-query {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    background: transparent
}
@media only screen and (max-width: 699px) {
    .media-query {
        font-family: small
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .media-query {
        font-family: medium
    }
}
@media only screen and (min-width: 1180px) {
    .media-query {
        font-family: large
    }
}
@media print {
    body * {
        font-size: 11px !important;
        line-height: 1.2 !important
    }
}
body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-font-smoothing: antialiased
}
body .absolute-coverer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
body .absolute-centerer {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
body .ads.large-scale.outer {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: 580px;
    padding: 0
}
body .ads.large-scale.upper {
    min-width: 320px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center
}
body .ads.large-scale.upper.push-right {
    text-align: right
}
body .ads.large-scale.upper.push-right img {
    position: relative;
    left: 20px
}
@media only screen and (min-width: 700px) {
    body {
        font-size: 15px;
    }
}
@media print {
    a[href]:after {
        content: "" !important
    }
}
p {
    margin-top: 0;
    margin-bottom: 0.66667rem;
    color: #333;
    font-weight: 400;
    line-height: 1.6rem
}
b,
strong {
    font-weight: 600
}
h1,
h2,
h3,
h4,
h5,
.subheadline,
.h3-style {
    padding-top: 0
}
h1 {
    font-weight: 700;
    margin-top: 0.13333rem;
    margin-left: -0.06667rem;
    margin-bottom: 0.53333rem;
    line-height: 2.4rem
}
h2 {
    font-weight: 600;
    margin-top: 1.46667rem;
    margin-left: -0.06667rem;
    margin-bottom: 0.53333rem;
    line-height: 2.26667rem
}
h3,
.h3-style {
    font-weight: 600;
    margin-top: 1.46667rem;
    margin-left: 0;
    margin-bottom: 0.53333rem;
    line-height: 1.86667rem
}
h4 {
    font-weight: 400;
    margin-top: 1.46667rem;
    margin-left: -0.06667rem;
    margin-bottom: 0.53333rem;
    line-height: 1.86667rem
}
h5 {
    font-weight: 400;
    margin-top: 1.46667rem;
    margin-left: 0;
    margin-bottom: 0.53333rem;
    line-height: 1.73333rem
}
.subheadline.after {
    color: #666;
    font-weight: 300;
    margin-top: -0.46667rem;
    margin-left: 0;
    margin-bottom: 0.66667rem;
    font-size: 1.33333rem;
    line-height: 1.8rem
}
.subheadline.inset {
    color: #666;
    font-weight: 300;
    margin-top: -0.46667rem;
    margin-left: 0;
    margin-bottom: 0.66667rem;
    font-size: inherit;
    line-height: 1.8rem
}
.subheadline.before {
    color: #666;
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0.2rem;
    font-size: 1.33333rem;
    line-height: 1.8rem;
    padding-top: 15px;
}
@media only screen and (max-width: 699px) {
    h1 {
        font-size: 1.8em
    }
    h2 {
        font-size: 1.6em
    }
    h3,
    .h3-style {
        font-size: 1.4em
    }
    h4 {
        font-size: 1.4em
    }
    h5 {
        font-size: 1.2em
    }
    h6 {
        font-size: 1.2em
    }
    .subheadline.after,
    .subheadline.before {
        font-size: 1.4em
    }
}
.button.disabled,
input[type="submit"].disabled {
    opacity: 0.7;
    cursor: default !important
}
input[type="submit"]:hover {
    background: #53904f !important;
    transition: background-color 300ms ease-out;
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner {
    position: relative;
    padding: 1em 1.35em 1.35em;
    background: #fff
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.comments {
    margin-top: 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main {
    padding-bottom: 20px;
    padding-top: 0px;
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .heading.blog {
    font-weight: 300;
    margin-top: 0.13333rem;
    margin-left: -0.06667rem;
    margin-bottom: 0.53333rem;
    line-height: 2.4rem
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .heading.blog b {
    font-weight: 700
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .meta.wrapper.bottom.blog {
    width: inherit;
    position: inherit;
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: none
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form input[type="text"] {
    margin-bottom: 0;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form button[type="submit"] {
    margin-bottom: 0;
    -moz-border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0 !important
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button:hover,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button:focus {
    background-color: #f2f2f2
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button:hover,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button:focus {
    color: #333
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button .fa {
    font-size: 1.25rem;
    color: #6ead69;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button:hover .fa,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button:focus .fa,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main .search-form .button:active .fa {
    color: #5fa359;
    -moz-transform: scaleX(-1.25) scaleY(1.25);
    -ms-transform: scaleX(-1.25) scaleY(1.25);
    -webkit-transform: scaleX(-1.25) scaleY(1.25);
    transform: scaleX(-1.25) scaleY(1.25)
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .meta.wrapper {
        border: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .meta.wrapper.bottom {
        display: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .meta.segment {
        float: none;
        display: block;
        width: 100%
    }
}
@media only screen and (min-width: 700px) {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.bottom-radii-only {
        -moz-border-radius: 0 0 4px 4px !important;
        -webkit-border-radius: 0;
        border-radius: 0 0 4px 4px !important
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.all-radii {
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px;
        border-radius: 4px !important
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs {
        padding: 0;
        -moz-border-radius: 4px 4px 0 0 !important;
        -webkit-border-radius: 4px;
        border-radius: 4px 4px 0 0 !important
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner {}

    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main {
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px;
        border-radius: 4px !important
    }
}
@media only screen and (min-width: 1180px) {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs+.inner.main:not(.bottom-radii-only):not(.all-radii) {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0;
        border-radius: 0 !important
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.main:not(.bottom-radii-only):not(.all-radii) {
        -moz-border-radius: 4px 4px 0 0 !important;
        -webkit-border-radius: 4px;
        border-radius: 4px 4px 0 0 !important
    }
}
.safari .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner blockquote:before {
    padding-right: 1rem
}
.content-wrapper>.content.column a:not(.button) {
  color: #000;
  text-decoration: none;
}
.content-wrapper>.content.column a:not(.button):hover,
.content-wrapper>.content.column a:not(.button):focus,
.content-wrapper>.content.column a:not(.button):active {
    color: #588c54;
    text-decoration: none;
    border-bottom: 1px solid transparent
}
.content-wrapper>.content.column a:not(.button) img {
    background: #fff
}
.label.widget {
    background-color: #e9a775;
    color: #fff
}
.label.widget.poll {
    color: #fff !important;
    background-color: #9dd2e2;
    color: #333
}
.sprite {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background-repeat: no-repeat;
    background-color: transparent
}
.sprite.sm-logos {
    background-image: url(../images/sprites/sm-sprite-normal.png);
    background-size: 94px 25px;
    width: 25px;
    height: 25px
}
.sprite.sm-logos.facebook {
    background-position: 0px 0px;
    background-position-y: 0px;
    background-position-x: 0px
}
.sprite.sm-logos.twitter {
    background-position: -34px 0px;
    background-position-y: 0px;
    background-position-x: -34px
}
.sprite.sm-logos.googleplus {
    background-position: -69px 0px;
    background-position-y: 0px;
    background-position-x: -69px
}
.sprite.logos {
    background-image: url(../images/sprites/logos-normal.png);
    background-size: 266px 270px
}
.sprite.logos.erkaeltet {
    width: 232px;
    height: 59px;
    background-position: 0px 0px;
    background-position-y: 0px;
    background-position-x: 0px
}
.sprite.logos.degin {
    width: 252px;
    height: 35px;
    background-position: -86px 0px;
    background-position-y: -86px;
    background-position-x: 0px
}
.sprite.logos.verisign {
    width: 124px;
    height: 66px;
    background-position: -199px 0px;
    background-position-y: -199px;
    background-position-x: 0px
}
.sprite.logos.facebook {
    width: 25px;
    height: 25px;
    background-position: -155px 0px;
    background-position-y: -155px;
    background-position-x: 0px
}
.sprite.logos.twitter {
    width: 25px;
    height: 25px;
    background-position: -155px -34px;
    background-position-y: -155px;
    background-position-x: -34px
}
.sprite.logos.googleplus {
    width: 25px;
    height: 25px;
    background-position: -155px -69px;
    background-position-y: -155px;
    background-position-x: -69px
}
@media print {
    .site-wrapper>.breadcrumbs {
        display: none !important
    }
}
.site-wrapper>.breadcrumbs {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    max-width: inherit
}
.site-wrapper>.breadcrumbs .inline {
    display: inline
}
.site-wrapper>.breadcrumbs>.column:first-child,
.site-wrapper>.breadcrumbs>.columns:first-child {
    padding-left: 0
}
.site-wrapper>.breadcrumbs>.column:last-child,
.site-wrapper>.breadcrumbs>.columns:last-child {
    padding-right: 0
}
.site-wrapper>.breadcrumbs>.column.crumbs,
.site-wrapper>.breadcrumbs>.columns.crumbs {
    color: #777;
    font-size: 0.8rem
}
.site-wrapper>.breadcrumbs>.column.crumbs .crumb,
.site-wrapper>.breadcrumbs>.columns.crumbs .crumb {
    display: inline;
    line-height: 1.75
}
.site-wrapper>.breadcrumbs>.column.crumbs a.crumb,
.site-wrapper>.breadcrumbs>.columns.crumbs a.crumb {
    color: #777;
    border-bottom: 0px solid #cbcbcb
}
.site-wrapper>.breadcrumbs>.column.crumbs a.crumb:hover,
.site-wrapper>.breadcrumbs>.column.crumbs a.crumb:focus,
.site-wrapper>.breadcrumbs>.column.crumbs a.crumb:active,
.site-wrapper>.breadcrumbs>.columns.crumbs a.crumb:hover,
.site-wrapper>.breadcrumbs>.columns.crumbs a.crumb:focus,
.site-wrapper>.breadcrumbs>.columns.crumbs a.crumb:active {
    color: #919191;
    border-bottom: none
}
.site-wrapper>.breadcrumbs>.column.crumbs b.crumb,
.site-wrapper>.breadcrumbs>.column.crumbs span.crumb,
.site-wrapper>.breadcrumbs>.columns.crumbs b.crumb,
.site-wrapper>.breadcrumbs>.columns.crumbs span.crumb {
    color: #000;
    font-weight: 400
}
.site-wrapper>.breadcrumbs>.column.crumbs .fa,
.site-wrapper>.breadcrumbs>.columns.crumbs .fa {
    margin: 0 0.15rem
}
@media only screen and (min-width: 1180px) {
    .site-wrapper>.breadcrumbs>.column.crumbs,
    .site-wrapper>.breadcrumbs>.columns.crumbs {
        height: 1.5rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}
body>.main-header .fa {
    line-height: 1.5
}
body>.main-header .no-border {
    border: none
}
body>.main-header>.inner {
    min-width: 320px;
    /*max-width: 1140px;*/
    max-width: 100%;
}
body>.main-header>.inner .search-form input[type="text"] {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px
}
body>.main-header>.inner .search-form button[type="submit"] {
    -moz-border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0 !important
}
body>.main-header>.inner .search-form .button {
    border-color: #6cae66;
    background-color: #fff;
    color: #fff;
    border: 1px solid #ccc;

}
body>.main-header>.inner .search-form .button:hover,
body>.main-header>.inner .search-form .button:focus {
    background-color: #53904f;
}
body>.main-header>.inner .search-form .button:hover,
body>.main-header>.inner .search-form .button:focus {
    color: #fff;
}
body>.main-header>.inner .search-form .button .fa {
    font-size: 1.25rem;
    color: #6ead69;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out
}
body>.main-header>.inner .search-form .button:hover .fa,
body>.main-header>.inner .search-form .button:focus .fa,
body>.main-header>.inner .search-form .button:active .fa {
    color: #5fa359;
    -moz-transform: scaleX(-1.25) scaleY(1.25);
    -ms-transform: scaleX(-1.25) scaleY(1.25);
    -webkit-transform: scaleX(-1.25) scaleY(1.25);
    transform: scaleX(-1.25) scaleY(1.25)
}
body.ie>.main-header>.inner .search-form .button:hover .fa,
body.ie>.main-header>.inner .search-form .button:focus .fa,
body.ie>.main-header>.inner .search-form .button:active .fa {
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
@media print {
    body>.main-header {
        display: none
    }
}
@media only screen and (max-width: 699px) {
    body>.main-header {
        background: #fff
    }
    body>.main-header>.inner {
        position: relative;
        min-height: 3rem;
        border-bottom: 1px solid #efefef
    }
    body>.main-header>.inner .header-section:not(.menu) {
        height: 3rem
    }
    body>.main-header>.inner .header-section.search-icon {
        left: 1px;
        border-right: 1px solid #efefef
    }
    body>.main-header>.inner .header-section.menu-icon {
        right: 1px;
        border-left: 1px solid #efefef
    }
    body>.main-header>.inner .header-section.search-icon,
    body>.main-header>.inner .header-section.menu-icon {
        position: absolute;
        top: 0;
        width: 3rem;
        text-align: center
    }
    .header-section.search-icon a,
    .header-section.menu-icon a {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        font-size: 1.75rem;
        color: #6ead69
    }
    .header-section.search-icon a:hover,
    .header-section.search-icon a:focus,
    .header-section.search-icon a:active,
    .header-section.menu-icon a:hover,
    .header-section.menu-icon a:focus,
    .header-section.menu-icon a:active {
        color: #5fa359
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden) {
        left: 1px;
        border-right: 1px solid #efefef
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden),
    body>.main-header>.inner .header-section.menu-icon {
        position: absolute;
        top: 0;
        width: 3rem;
        text-align: center
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden) a,
    body>.main-header>.inner .header-section.menu-icon a {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        font-size: 1.75rem;
        color: #6ead69
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden) a:hover,
    body>.main-header>.inner .header-section.back-icon:not(.hidden) a:focus,
    body>.main-header>.inner .header-section.back-icon:not(.hidden) a:active,
    body>.main-header>.inner .header-section.menu-icon a:hover,
    body>.main-header>.inner .header-section.menu-icon a:focus,
    body>.main-header>.inner .header-section.menu-icon a:active {
        color: #5fa359
    }
    body>.main-header>.inner .header-section.logo {
        position: absolute;
        top: 0;
        left: 50%;
        width: 11rem;
        margin-left: -5.5rem;
        text-align: center
    }
    body>.main-header>.inner .header-section.logo .mobile-logo {
        display: inline-block !important;
        margin-top: 0.6rem
    }
    .header-section.search-form:not(.open) {
        display: none
    }
    .header-section.search-form.open {
        position: relative;
        top: 3rem;
        z-index: 3;
        width: 100%;
        padding: 20px 1.25rem 0;
        margin-bottom: 80px;
        background: #fff;
        border-top: 1px solid #efefef
    }
    .header-section.search-form.open .row .column,
    .header-section.search-form.open .row .columns {
        float: left
    }
    .header-section.search-form.open .row .column .button,
    .header-section.search-form.open .row .columns .button {
        border: 1px solid #ccc;
        border-left: none
    }
    body>.main-header>.inner .header-section.menu.hide-for-small-and-medium {
        display: none
    }
    body>.main-header>.inner .header-section.menu:not(.hide-for-small-and-medium) {
        position: relative;
        top: 3rem;
        z-index: 3;
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
        background: #fff;
        border-top: 1px solid #efefef
    }
    body>.main-header>.inner .header-section.menu:not(.hide-for-small-and-medium) ul {
        list-style: none;
        margin: 0;
        padding: 0px 0 0;
    }
    body>.main-header>.inner .header-section.menu:not(.hide-for-small-and-medium) ul li a {
        display: inline-block;
        width: 100%;
        padding: 0.5rem 1.25rem;
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    body>.main-header {
        background: #fff
    }
    body>.main-header>.inner {
        position: relative;
        min-height: 3rem;
        border-bottom: 1px solid #efefef
    }
    body>.main-header>.inner .header-section:not(.menu) {
        height: 3rem
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden) {
        left: 1px;
        border-right: 1px solid #efefef
    }
    body>.main-header>.inner .header-section.menu-icon {
        right: 1px;
        border-left: 1px solid #efefef
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden),
    body>.main-header>.inner .header-section.menu-icon {
        position: absolute;
        top: 0;
        width: 3rem;
        text-align: center
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden) a,
    body>.main-header>.inner .header-section.menu-icon a {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        font-size: 1.75rem;
        color: #6ead69
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden) a:hover,
    body>.main-header>.inner .header-section.back-icon:not(.hidden) a:focus,
    body>.main-header>.inner .header-section.back-icon:not(.hidden) a:active,
    body>.main-header>.inner .header-section.menu-icon a:hover,
    body>.main-header>.inner .header-section.menu-icon a:focus,
    body>.main-header>.inner .header-section.menu-icon a:active {
        color: #5fa359
    }
    body>.main-header>.inner .header-section.back-icon.hidden a {
        display: none
    }
    body>.main-header>.inner .header-section.back-icon.hidden a i,
    body>.main-header>.inner .header-section.back-icon.hidden a img,
    body>.main-header>.inner .header-section.back-icon.hidden a .fa {
        display: none
    }
    body>.main-header>.inner .header-section.back-icon:not(.hidden) ~ .header-section.logo {
        left: 4rem
    }
    body>.main-header>.inner .header-section.back-icon.hidden ~ .header-section.logo {
        left: 0
    }
    body>.main-header>.inner .header-section.logo {
        position: absolute;
        top: 0;
        width: 11rem;
        text-align: center
    }
    body>.main-header>.inner .header-section.logo .tablet-logo {
        display: inline-block !important;
        margin-top: 0.6rem
    }
    .header-section.search-form {
        width: 22rem;
        margin-left: -6.5rem;
        padding-top: 0.25em;
        position: absolute;
        top: 0;
        left: 50%
    }
    body>.main-header>.inner .header-section.search-form .row .column,
    body>.main-header>.inner .header-section.search-form .row .columns {
        float: left
    }
    body>.main-header>.inner .header-section.search-form .row .column .button,
    body>.main-header>.inner .header-section.search-form .row .columns .button {
        /*border: 1px solid #ccc;*/
        border-left: none
    }
    body>.main-header>.inner .header-section.menu.hide-for-small-and-medium {
        display: none
    }
    body>.main-header>.inner .header-section.menu:not(.hide-for-small-and-medium) {
        position: relative;
        top: 3rem;
        z-index: 3;
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
        background: #fff;
        border-top: 1px solid #efefef
    }
    body>.main-header>.inner .header-section.menu:not(.hide-for-small-and-medium) ul {
        list-style: none;
        margin: 0;
        padding: 0px 0 0;
    }
    body>.main-header>.inner .header-section.menu:not(.hide-for-small-and-medium) ul li a {
        display: inline-block;
        width: 100%;
        padding: 0.5rem 1.25rem;
    }
}
@media only screen and (min-width: 951px) and (max-width: 1179px) {
  body>.main-header>.inner .header-section.search-form {
      /*left: 15%*/
  }
}

@media only screen and (min-width: 1180px) {
    body>.main-header {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(204,204,204,0.91);
  -moz-box-shadow: 0px 3px 5px 0px rgba(204,204,204,0.91);
  box-shadow: 0px 3px 5px 0px rgba(204,204,204,0.91);
/*height: 49px;*/
    }
    body>.main-header>.inner {
        position: relative;
        margin: 0 auto;
        padding: 0
    }
    body>.main-header>.inner .header-section {
        position: absolute
    }
    body>.main-header>.inner .header-section.logo {
        width: 16rem;
        top: 20px;
        left: 10px
    }
    body>.main-header>.inner .header-section.search-form {
        width: 22rem;
        top: 20px;
        left: 50%;
        margin-left: -11rem
    }
    body>.main-header>.inner .header-section.search-form .row .column,
    body>.main-header>.inner .header-section.search-form .row .columns {
        float: left
    }
    body>.main-header>.inner .header-section.search-form .row .column .button,
    body>.main-header>.inner .header-section.search-form .row .columns .button {
        border: 1px solid #ccc;
        border-left: none
    }
    body>.main-header>.inner .header-section.degin {
        width: 16rem;
        top: 20px;
        right: 10px;
        text-align: right
    }
    body>.main-header>.inner .header-section.degin p {
        margin: 0;
        padding: 0
    }
    body>.main-header>.inner .header-section.degin .note {
        padding: 0;
        margin: 0 0 0.25rem;
        color: #777;
        text-align: left;
        font-size: 0.75rem
    }
    body>.main-header>.inner .header-section.stiftung-gesundheit {
        width: 16rem;
        top: 20px;
        right: 10px;
        font-size: 0.7rem
    }
    body>.main-header>.inner .header-section.stiftung-gesundheit .column:first-child {
        width: 20%;
        padding-left: 0;
        padding-right: 5px
    }
    body>.main-header>.inner .header-section.stiftung-gesundheit .column:last-child {
        width: 80%;
        padding-right: 0;
        padding-left: 5px
    }
    body>.main-header>.inner .header-section.stiftung-gesundheit .title {
        color: #045694;
        font-weight: 700;
        margin-bottom: 2.5px
    }
    body>.main-header>.inner .header-section.stiftung-gesundheit .content {
        color: #666
    }
    body>.main-header>.inner .header-section.search-form {
        padding-top: 0.65rem
    }
    body>.main-header>.inner .header-section.menu {
        height: 2.5rem;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
    body>.main-header>.inner .header-section.menu:before,
    body>.main-header>.inner .header-section.menu:after {
        content: " ";
        display: table
    }
    body>.main-header>.inner .header-section.menu:after {
        clear: both
    }
    body>.main-header>.inner .header-section.menu ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none
    }
    body>.main-header>.inner .header-section.menu ul .bold {
        font-weight: 600
    }
    body>.main-header>.inner .header-section.menu ul .bold a {
        font-weight: 600
    }
    body>.main-header>.inner .header-section.menu ul li {
        float: left;
        border-right: 0px solid #5fa359
    }
    body>.main-header>.inner .header-section.menu ul li a {
        display: inline-block;
        height: 2.5rem;
        padding: 0.45rem 1.05rem 0;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 0.85rem;
    }
    body>.main-header>.inner .header-section.menu ul li a:hover,
    body>.main-header>.inner .header-section.menu ul li a:focus,
    body>.main-header>.inner .header-section.menu ul li a:active {
        color: #999 !important;
        background: #fff;
    }
    body>.main-header>.inner .header-section.menu ul li:first-child a {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 0 0 4px
    }
    body>.main-header>.inner .header-section.menu ul li .bold {
        font-weight: 700
    }
    body>.main-header>.inner .header-section.menu ul li .fa.fa-home {
        -moz-transform: scale(1.35);
        -ms-transform: scale(1.35);
        -webkit-transform: scale(1.35);
        transform: scale(1.35)
    }
    body>.main-header>.inner .header-section.menu ul li.move-right {
        float: right;
        border-right: none;
        border-left: 1px solid #5fa359
    }
    body>.main-header>.inner .header-section.menu ul li ~ li.move-right a {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0;
        border-radius: 0 4px 4px 0
    }
    body>.main-header>.inner .header-section.menu ul li ~ li.move-right ~ li.move-right a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    body>.main-header>.inner .header-section.menu ul li.active a,
    body>.main-header>.inner .header-section.menu ul li.current-menu-item a {
        cursor: default !important;
        color: #000;
        background: #fff;
        font-weight: 700;
    }
    body>.main-header>.inner .header-section.menu ul li.active:first-child a,
    body>.main-header>.inner .header-section.menu ul li.current-menu-item:first-child a {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 0 0 4px
    }
}
body>.print-header {
    display: none
}
@media print {
    body>.print-header {
        display: block
    }
    body>.print-header .logo,
    body>.print-header .title,
    body>.print-header .url {
        text-align: center
    }
    body>.print-header .logo {
        margin-top: 20px
    }
    body>.print-header .title {
        margin-bottom: 0
    }
    body>.print-header .url {
        margin-bottom: 20px
    }
}
body>.print-footer {
    display: none
}
@media print {
    body>.print-footer {
        margin-top: 20px;
        display: block;
        border: none;
        font-size: 0.85rem;
        text-align: right
    }
}
.site-wrapper {
    position: static;
    margin: 0 auto;
    padding: 20px 20px 0;
    margin-top: 40px;
}
@media only screen and (max-width: 699px) {
    .site-wrapper {
        min-width: 330px;
        max-width: 1150px;
        padding: 10px 10px 0;
        margin-top: 0px;

    }
}
@media only screen and (min-width: 700px) {
    .site-wrapper {
        min-width: 340px;
        max-width: 1160px
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .site-wrapper {
        padding: 20px 20px 0
    }
}
@media only screen and (min-width: 1180px) {
    .site-wrapper {
        padding: 20px auto 0
    }
}
.site-wrapper>.main-header,
.site-wrapper .main-footer {
    margin: 0;
    padding: 0
}
.site-wrapper>.main-header {
    margin-bottom: 20px
}
.site-wrapper>.row.content-wrapper {
    margin-bottom: 20px
}
.site-wrapper>.row.content-wrapper>.column.content {
    position: relative;
    padding-left: 0;
    padding-right: 10px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner {
    margin: 0;
    padding: 0
}
.site-wrapper>.row.content-wrapper>.column.navigation {
    position: relative;
    padding-left: 10px;
    padding-right: 10px
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner {
    margin: 0;
    padding: 0;
}
.site-wrapper>.row.content-wrapper>.column.sidebar {
    position: relative;
    padding-left: 10px;
    padding-right: 0
}
.site-wrapper>.row.content-wrapper>.column.sidebar>.inner {
    margin: 0;
    padding: 0
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper {
        margin-bottom: 0
    }
    .site-wrapper>.row.content-wrapper>.column.content {
        padding: 0;
        margin-bottom: 20px
    }
    .site-wrapper>.row.content-wrapper>.column.navigation {
        padding: 0;
        margin-bottom: 20px
    }
    .site-wrapper>.row.content-wrapper>.column.sidebar {
        padding: 0
    }
}



@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .site-wrapper>.row.content-wrapper>.column.content {
        padding-left: 0;
        padding-right: 0;
		/*
		min-width: 300px;
		right: 0;
		left: 0;
		*/
    }
    .site-wrapper>.row.content-wrapper>.column.navigation {
        padding-left: 0;
        padding-right: 0;
    }
    .site-wrapper>.row.content-wrapper>.column.sidebar {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 20px
    }
    .site-wrapper>.row.content-wrapper.two-column-layout>.column.sidebar {
        padding-top: 0;
        padding-left: 0;
        padding-right: 20px;
		
		/*
        padding-right: 0px;
		min-width: 300px;
		left: 0;
		*/
    }
	
	/* PM RH, 22.11.2017: bei Breite 800px ist die sidebar kleiner als 300px. */
	.sidebar .abbanner.sidebar_banner {
	    max-width: 100%;
		overflow: hidden;		
	}
	
}




@media only screen and (min-width: 1180px) {
    .site-wrapper>.row.content-wrapper>.column.content {
        width: 640px;
        left: 180px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .site-wrapper>.row.content-wrapper>.column.navigation {
        width: 180px;
        left: -640px;
        padding-left: 14px;
        padding-right: 0px;
    }
    .site-wrapper>.row.content-wrapper>.column.sidebar {
        width: 300px;
        padding-left: 10px;
        padding-right: 14px;
    }
    .site-wrapper>.row.content-wrapper.two-column-layout>.column.content {
        width: 820px;
        left: 0;
        padding-right: 14px;
        padding-left: 0px !important;
    }
    .site-wrapper>.row.content-wrapper.two-column-layout>.column.sidebar {
        width: 300px;
        padding-left: 5px;
        padding-right: 14px;
        margin-top: 18px;
    }
}
.content-wrapper {
    max-width: 100rem;
    z-index: 2;
}
@media print {
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.wrapper {
        display: none !important
    }
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner.main {
        min-height: 1rem !important
    }
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content .overflow {
    overflow: auto
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner.main {
    min-height: 5rem;
    word-break: break-word
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner.main .post-thumbnail {
    margin: 0.25rem 0.25rem 0.5rem 0.5rem
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner.main .post-thumbnail img {
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner.main .post-thumbnail .caption {
    color: #555;
    font-size: 0.75rem;
    text-align: right
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner {
    position: relative;
    padding: 1em 0em 1em;
    padding-bottom: 18px;
    background: #fff
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .post-thumbnail {
    float: right;
    max-width: 50%
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner a:not(.button) {
    color: #8e8e8e;
    text-decoration: none;
    border-bottom: 1px solid #dfdcd9
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner a:not(.button):hover,
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner a:not(.button):focus,
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner a:not(.button):active {
    color: #2c2f47;
    text-decoration: none;
    border-bottom: 1px solid transparent
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner a:not(.button) img {
    background: #fff;
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner a:not(.button) img.nobackground {
    background: none !important;
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .essb_item a {
    border-bottom: none !important
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 0.66667rem;
    margin-left: 0.13333rem;
    margin-right: 0.13333rem;
    margin-bottom: 1.06667rem;
    border: 1px solid #dfdcd9;
    border-left: none;
    border-right: none
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.wrapper:before,
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.wrapper:after {
    content: " ";
    display: table
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.wrapper:after {
    clear: both
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.wrapper.bottom:not(.blog) {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 20px;
    border-bottom: none
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment {
    display: inline-block;
    float: left;
    padding: 0.4rem 0 0.53333rem;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #474747
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment a:not(.button) {
    color: #8e8e8e;
    text-decoration: none;
    border-bottom: 1px solid #dfdcd9
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment a:not(.button):hover,
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment a:not(.button):focus,
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment a:not(.button):active {
    color: #2c2f47;
    text-decoration: none;
    border-bottom: 1px solid transparent
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment a:not(.button) img {
    background: #fff
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment.share {
    float: right;
    margin-right: 0;
    margin-top: 0 !important
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment.share .essb_links {
    margin: 0
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .intro {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0.53333rem;
    padding-top: 0;
    color: #000;
    font-weight: 400;
    font-size: 1.06667rem;
    line-height: 1.53333rem;
    text-transform: uppercase
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner blockquote {
    margin-left: 1.53333rem;
    margin-right: 0;
    margin-bottom: 1rem;
    padding-top: 0.66667rem;
    padding-left: 0.93333rem;
    padding-right: 1.33333rem;
    padding-bottom: 0.66667rem;
    color: #333;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6rem;
    border-left: 3px solid #dfdcd9;
    background: #f7f7f7
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner blockquote:before {
    content: "\201d";
    float: left;
    position: relative;
    margin-left: -2.66667rem;
    padding-top: 0;
    padding-left: 0.13333rem;
    color: #666;
    line-height: 0;
    font-style: oblique;
    font-size: 2.6rem;
    font-family: Georgia, serif;
    -moz-transform: translateY(1.6rem);
    -ms-transform: translateY(1.6rem);
    -webkit-transform: translateY(1.6rem);
    transform: translateY(1.6rem)
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner blockquote>footer,
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner blockquote>.footer {
    font-size: 0.8rem;
    font-weight: 400;
    color: #888
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner ul:not(.button-group):not(.tab-list):not(.related):not(.custom):not(.essb_links_list),
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner ol:not(.sources) {
    margin-top: 0;
    margin-bottom: 0.66667rem;
    margin-left: 1.53333rem;
    padding-left: 0;
    color: #333;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6rem
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner ul:not(.button-group):not(.tab-list):not(.related):not(.custom):not(.essb_links_list) li {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: -0.26667rem;
    padding-left: 0;
    list-style-position: outside;
    list-style: none;
    line-height: 1.46667rem
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner ul:not(.button-group):not(.tab-list):not(.related):not(.custom):not(.essb_links_list) li:before {
    content: "\25b6";
    display: inline-table;
    margin-right: 0.6rem;
    padding-top: 0.06667rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: #dfdcd9;
    font-family: Arial, Verdana, sans-serif
}
.site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner ol:not(.sources) li {
    margin-top: 0;
    margin-left: 1.2rem;
    margin-bottom: 1rem;
    padding-left: 0;
    list-style: decimal;
    list-style-position: outside;
    font-style: normal;
    line-height: 1.46667rem
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0;
        border-radius: 0 !important
    }
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .post-thumbnail {
        display: block;
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
        text-align: center
    }
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .post-thumbnail img {
        margin: 0;
        width: auto
    }
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment {
        display: inline-block;
        float: left;
        width: auto
    }
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner .meta.segment.share {
        float: right
    }
}
@media only screen and (min-width: 700px) {
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner.main {
        -moz-border-radius: 0 4px 0 0;
        -webkit-border-radius: 0;
        border-radius: 0 4px 0 0
    }
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner {
    }
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner.all-radii {
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px;
        border-radius: 4px !important;
        padding-left: 14px !important;
    }
    .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner.search-page-radii {
        -moz-border-radius: 0 4px 4px 4px !important;
        -webkit-border-radius: 0;
        border-radius: 0 4px 4px 4px !important
    }
}
.safari .site-wrapper>.row.content-wrapper:not(.forum)>.column.content>.inner blockquote:before {
    padding-right: 1rem
}
.site-wrapper>.row.content-wrapper>.column.sidebar>.inner {
    margin-bottom: 20px
}
.site-wrapper>.row.content-wrapper>.column.sidebar>.inner:empty {
    margin-bottom: 0;
    background: transparent
}
.site-wrapper>.row.content-wrapper>.column.sidebar>.inner .ads {
    text-align: center
}
@media print {
    .site-wrapper>.row.content-wrapper>.column.sidebar {
        display: none
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .site-wrapper>.row.content-wrapper>.column.sidebar>.inner .ads {
        text-align: right
    }
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner .indent-block {
    display: inline-block;
    width: 0.5rem;
    height: 1px;
    background: transparent
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul li {
    border-right: 0px solid #e8e4e1;
    border-bottom: 0px solid #e8e4e1
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul li a {
    display: inline-block;
    word-break: break-all;
    width: 100%;
    color: #8e8e8e;
    border-bottom: 1px solid #dfdcd9;
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul li a:hover,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul li a:focus,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul li a:active {
    color: #000;
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active a,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-item a,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li.active a,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li.current-menu-item a {
    color: #333
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li {
    display: block
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.heading {
    padding: 0.75rem 1.25rem;
    background: #fff;
    font-weight: 700
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.junction {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li {
    background: #fff
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li a {
    display: inline-block;
    word-break: break-all;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    -webkit-transition: all 125ms ease-in-out;
    -moz-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li a:hover,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li a:focus,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li a:active {
    background: #fff
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-item {
    border-right: none;
    position: relative;
    background: #fff
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active:after,
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-item:after {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    content: "\25b6";
    display: inline-table;
    font-weight: 600;
    font-size: 1.33333rem;
    color: #6a6a6a !important;
    font-family: Arial, Verdana, sans-serif
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li {
    display: block;
    background: #fff
}
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li a {
    display: inline-block;
    word-break: break-all;
    width: 100%;
    padding: 0.75rem 1.25rem 0.75rem 1.75rem;
    font-weight: 400
}
@media print {
    .site-wrapper>.row.content-wrapper>.column.navigation {
        display: none
    }
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner .list-marker {
        display: none
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active:after,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-item:after {
        content: ''
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner>.ads {
        text-align: right;
        padding-right: 20px
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub {
        font-size: 0.8rem
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li a {
        padding: 0.7rem 0rem;

    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.heading {
        padding: 2.1rem 0rem 0.7rem
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active:after,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-item:after {
        top: 0.55rem;
        font-size: 1rem
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li a {
        padding: 0.7rem 0.7rem 0.7rem 0.95rem
    }
}
@media only screen and (min-width: 1180px) {
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub {
        font-size: 0.8rem
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li {
        padding: 0;
        margin: 0
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li a {
        padding: 0.7rem 0.7rem
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.heading {
        padding: 1.25rem 0.7rem 0.7rem
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active:after,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-item:after {
        right: 0.15rem;
        top: 0.5rem;
        font-size: 1rem
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li a {
        padding: 0.7rem 0.7rem 0.7rem 0.95rem
    }
}
@media only screen and (min-width: 700px) {
    .site-wrapper>.row.content-wrapper>.column.navigation {
        overflow: hidden;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 0 0 4px
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner .list-marker {
        display: inline-block;
        width: 0.325rem;
        height: 0.65rem;
        -moz-transform: translateY(-0.25rem);
        -ms-transform: translateY(-0.25rem);
        -webkit-transform: translateY(-0.25rem);
        transform: translateY(-0.25rem);
        background: transparent;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li {
        padding: 0;
        margin: 0;
        overflow: hidden
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li a span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        width: 100%
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li:not(.heading):not(.active) {
        padding: 0;
        margin: 0;
        overflow: hidden
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li:not(.heading):not(.active) a span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        width: 100%
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li:not(.heading):not(.active):hover a span,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li:not(.heading):not(.active):focus a span,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li:not(.heading):not(.active):active a span {
        width: 150%;
        text-overflow: inherit
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-item a {
        padding: 0.7rem 1rem 0.7rem 0rem
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.open,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-parent,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-ancestor,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.menu-item-has-children.current-menu-item {
        background: #fff;
        font-weight: 700
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.open>a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-parent>a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-ancestor>a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.menu-item-has-children.current-menu-item>a {
        color: #333
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.open+li.junction ul.sub li,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-parent+li.junction ul.sub li,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-ancestor+li.junction ul.sub li,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.menu-item-has-children.current-menu-item+li.junction ul.sub li {
        background: #fff
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.open+li.junction ul.sub li a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-parent+li.junction ul.sub li a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-ancestor+li.junction ul.sub li a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.menu-item-has-children.current-menu-item+li.junction ul.sub li a {
        background: #fff
    }
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li.active a,
    .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.sub li.current-menu-item a {
        padding: 0.7rem 0.7rem 0.7rem 1.25rem
    }
}
body .main-footer {
    position: relative;
    min-height: 2.5rem;
    padding: 10px 3.25rem;
    margin-top: 60px;
    background: #fff !important;
    text-align: center
}
body .main-footer .fa {
    line-height: 2.5
}
body .main-footer .no-border {
    border: none
}
body .main-footer>.inner {
    max-width: 1140px;
    min-width: 320px
}
body .main-footer>.inner .footer-section {
    padding: 10px 0
}

body .main-footer .footer-section.content {
    max-width: inherit
}
body .main-footer .footer-section.content .column,
body .main-footer .footer-section.content .columns {
    overflow: hidden
}
body .main-footer .footer-section.content p,
body .main-footer .footer-section.content li {
    margin: 0.2rem 0;
    font-size: 0.8rem
}
body .main-footer .footer-section.content ul {
    padding: 0;
    margin: 0
}
body .main-footer .footer-section.content ul li {
    padding: 0;
    margin: 0.2rem 0;
    list-style: none;
    height: 30px;
}
body .main-footer .footer-section.content .li-square ul li {
    padding: 0;
    margin: 0.2rem 0;
    list-style: none;
    list-style-type: square;
    margin-left: 25px;
}
#menu-item-56115 {
  color: #b7d1ea;
}

#menu-item-56114 {
  color: #fed19c;
}
#menu-item-56117 {
  color: #f9bab8;
}
#menu-item-56116 {
  color: #c1daa7;
}
#menu-item-56118 {
  color: #a3825d;
}
body .main-footer .footer-section.content ul li {
  font-size: 25px;
  vertical-align: middle;
}
body .main-footer .footer-section.content ul li a {
    text-decoration: none;
    font-size: 0.8rem;
    vertical-align: middle;
    /*border-bottom: 1px solid #d3cfcb*/
}
body .main-footer .footer-section.content ul {
    padding: 0;
  }
body .main-footer .footer-section.content ul li a:hover,
body .main-footer .footer-section.content ul li a:focus,
body .main-footer .footer-section.content ul li a:active {
    color: #588c54;
    text-decoration: none;
    /*border-bottom: 1px solid transparent*/
}
body .main-footer .footer-section.content .heading,
body .main-footer .footer-section.content .title {
    font-weight: 700
}
body .main-footer .footer-section.content .title  {
border-bottom: 1px solid #999 !important;
}


body .main-footer .widget.easy-social-share-fans-counter ul li a {
    border-bottom: 0 !important
}
body .main-footer .widget.widget_mymail_signup {
    margin-bottom: 0
}
body .main-footer .widget.widget_mymail_signup .mymail-email-wrapper>label {
    font-weight: 600
}
body .main-footer .widget.widget_mymail_signup .submit-button,
body .main-footer .widget.widget_mymail_signup button,
body .main-footer .widget.widget_mymail_signup input[type="submit"] {
    font-size: 0.85rem !important;
    -moz-border-radius: 9999rem;
    -webkit-border-radius: 9999rem;
    border-radius: 9999rem;
    padding-top: 0.66667rem !important;
    padding-bottom: 0.73333rem !important;
    padding-left: 1.33333rem !important;
    padding-right: 1.33333rem !important
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error ~ .mymail-submit-wrapper .submit-button,
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error ~ .mymail-submit-wrapper button,
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error ~ .mymail-submit-wrapper input[type="submit"] {
    margin-top: 20px !important
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error {
    margin-bottom: 20px
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error .mymail-email-wrapper label {
    margin-top: 20px;
    font-weight: 600
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error .mymail-email-wrapper .mymail-email {
    margin-bottom: 20px
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error .mymail-form-info.error {
    margin-top: 20px;
    background: #ff4040
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error .mymail-form-info.error ul {
    margin-top: 10px
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error .mymail-form-info.error ul li {
    font-size: 1rem;
    font-weight: 600
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error .mymail-form-info.success {
    margin-top: 20px;
    background: #779775
}
body .main-footer .widget.widget_mymail_signup .mymail-form-info.error .mymail-form-info.success p {
    color: #fff
}

.top-footer-border {
  border-top: 10px solid #e9eaec;
  padding-top: 4.0rem !important;
}
@media print {
    body .main-footer {
        display: none
    }
}
@media only screen and (max-width: 699px) {
    body .main-footer {
        background: #fff !important
    }
    body .main-footer>.inner {
        min-width: 1px
    }
    body .main-footer>.inner .footer-section.content>.column,
    body .main-footer>.inner .footer-section.content>.columns {
        margin-bottom: 10px
    }
}
@media only screen and (min-width: 700px) {
    body .main-footer {
        background: #fff !important
    }
    body .main-footer>.inner {
        margin: 0 auto;
        padding: 0 10px
    }
    body .main-footer>.inner .footer-section .widget.easy-social-share-fans-counter {
        margin: 0;
        -moz-transform: translateX(-0.2rem);
        -ms-transform: translateX(-0.2rem);
        -webkit-transform: translateX(-0.2rem);
        transform: translateX(-0.2rem)
    }
    body .main-footer>.inner .footer-section.content {
        text-align: left
    }
    body .main-footer>.inner .footer-section.logo {
      border-top: 1px solid #eee;
      margin: 70px 0;
      padding-top: 60px;
      padding-bottom: 40px;
    }
    body .main-footer>.inner .footer-section.logo .border-left {
        border-left: 1px solid #eee
    }
    body .main-footer>.inner .footer-section.logo .note {
        padding: 0;
        margin: 0 0 0.25rem;
        color: #777;
        text-align: left;
        font-size: 0.75rem
    }
    body .main-footer>.inner .footer-section.logo .degin {
        padding: 0;
        margin: 0 0 0.25rem
    }
    body .main-footer>.inner .footer-section.logo .degin img {
        max-height: 1.8rem
    }
    body .main-footer>.inner .footer-section.logo .erkaeltet {
        padding: 0;
        margin: 0
    }
    body .main-footer>.inner .footer-section.logo .erkaeltet img {
        max-height: 3.7rem
    }
}
.main-footer-zig-zag {
    display: none
}
html.no-js .main-footer-zig-zag,
body.ie .main-footer-zig-zag {
    display: block
}
html.no-js .main-footer-zig-zag.preset,
body.ie .main-footer-zig-zag.preset {
    position: relative;
    top: 60px;
    height: 10px;
    background: linear-gradient(-135deg, #e8e4e1 5px, rgba(0, 0, 0, 0) 0%) 0 5px, linear-gradient(135deg, #e8e4e1 5px, #ffffff 0%) 0 5px;
    background-color: #e8e4e1;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px
}
html.no-js .main-footer-zig-zag.onset.zig-zagged,
body.ie .main-footer-zig-zag.onset.zig-zagged {
    height: 10px;
    background: linear-gradient(-135deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%) 0 5px, linear-gradient(135deg, #ffffff 5px, #2c3046 0%) 0 5px;
    background-color: #fff;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px
}
html.no-js .main-footer-zig-zag.onset.solid,
body.ie .main-footer-zig-zag.onset.solid {
    height: 1.2rem;
    background: #2c3046
}
html.no-js .main-footer:after,
html.no-js .main-footer:before,
body.ie .main-footer:after,
body.ie .main-footer:before {
    content: '';
    background: transparent
}
@media print {
    body>.back-to-top-button {
        display: none !important
    }
}
.waiting-for-document-ready body>.back-to-top-button {
    display: none !important
}
.js body>.back-to-top-button {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    right: 72px;
    bottom: 40px;
    width: 2.5rem;
    height: 2.5rem;
    padding-top: 0.3rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    background: #fafafa;
    color: #6ead69;
    font-size: 1.2rem;
    text-align: center
}
@media only screen and (max-width: 699px) {
    .js body>.back-to-top-button {
        left: 20px;
        bottom: 30px
    }
    .js body>.back-to-top-button .fa {
        line-height: 1.5
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .js body>.back-to-top-button .fa {
        line-height: 1.5
    }
}
@media only screen and (min-width: 1180px) {
    .js body>.back-to-top-button {
        width: 10.66667rem;
        padding: 0.5rem;
        border: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0px 0px 0px 0px #dbd6d2;
        -webkit-box-shadow: 0px 0px 0px 0px #dbd6d2;
        box-shadow: 0px 0px 0px 0px #dbd6d2;
        background: #fff
    }
    .js body>.back-to-top-button:before,
    .js body>.back-to-top-button:after {
        content: " ";
        display: table
    }
    .js body>.back-to-top-button:after {
        clear: both
    }
    .js body>.back-to-top-button .fa {
        float: left
    }
    .js body>.back-to-top-button span {
        float: right;
        font-size: 0.75em
    }
    .js body>.back-to-top-button:hover .fa,
    .js body>.back-to-top-button:focus .fa,
    .js body>.back-to-top-button:active .fa {
        -moz-animation-name: back-to-top-button-animation;
        -webkit-animation-name: back-to-top-button-animation;
        animation-name: back-to-top-button-animation;
        -moz-animation-duration: 775ms;
        -webkit-animation-duration: 775ms;
        animation-duration: 775ms;
        -moz-animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}
@-moz-keyframes back-to-top-button-animation {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        -moz-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    40% {
        -moz-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    60% {
        -moz-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    80% {
        -moz-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes back-to-top-button-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    40% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    60% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes back-to-top-button-animation {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    40% {
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    60% {
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    80% {
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@media print {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.article-info {
        display: none
    }
    .site-wrapper>.row.content-wrapper>.column.content>.inner.article-info.degin {
        display: none
    }
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info.degin {
    margin-top: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info.degin a,
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info.degin img {
    border-bottom: none
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info.degin img,
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info.degin a img {
    background-color: #f7f5f6
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info {
    background-color: #f7f5f6;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.45rem;}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .bold {
    font-weight: 600
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .no-border {
    border: none
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info img {
    background: #f7f5f6
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .note {
    color: #777;
    font-size: 0.8em;
    line-height: 1.25em
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .seal {
    margin: 0.35rem
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info table {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info table>tbody>tr {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info table>tbody>tr>td {
    margin: 0;
    padding: 0.4075rem 0.815rem;
    border: none;
    background: transparent
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info table>tbody>tr>td:first-child {
    padding-left: 0
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .stiftung-gesundheit {
    font-size: 0.7rem;
    word-break: break-word
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .stiftung-gesundheit .row {
    margin-left: 0 !important;
    margin-right: 0 !important
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .stiftung-gesundheit .column:first-child {
    width: 34%;
    padding-left: 0;
    padding-right: 5px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .stiftung-gesundheit .column:last-child {
    width: 66%;
    padding-right: 0;
    padding-left: 5px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .stiftung-gesundheit .title {
    color: #045694;
    font-weight: 700;
    margin-bottom: 2.5px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .stiftung-gesundheit .content {
    color: #666
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .stiftung-gesundheit {
        margin-top: 20px
    }
}
@media only screen and (min-width: 1180px) and (max-width: 1499px) {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.article-info .seal.move-right {
        float: right
    }
}
@media print {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.related {
        display: none !important
    }
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.related {
    margin-top: 20px;
    background-color: #f7f5f6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .title,
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .category {
    font-weight: 700
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .title {
    padding-bottom: 0.65rem;
    margin-bottom: 0.65rem;
    border-bottom: 1px solid #dfdcd9
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .related {
    margin: 0;
    padding: 0;
    list-style: none
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .related li {
    margin: 0.2rem 0;
    padding: 0
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .related li a {
    display: inline-block;
    width: 100%
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .related li a:hover,
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .related li a:focus,
.site-wrapper>.row.content-wrapper>.column.content>.inner.related .related li a:active {
    color: #000;
    border-bottom: 1px solid #dfdcd9
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.related .row .column,
    .site-wrapper>.row.content-wrapper>.column.content>.inner.related .row .columns {
        margin-bottom: 0.65rem
    }
    .site-wrapper>.row.content-wrapper>.column.content>.inner.related .row .column:last-child,
    .site-wrapper>.row.content-wrapper>.column.content>.inner.related .row .columns:last-child {
        margin-bottom: 0
    }
}
.site-wrapper>.breadcrumbs .accessibility-controls:before,
.site-wrapper>.breadcrumbs .accessibility-controls:after {
    content: " ";
    display: table
}
.site-wrapper>.breadcrumbs .accessibility-controls:after {
    clear: both
}
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer {
    margin-left: 1.25rem
}
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group {
    margin-top: -0.2rem !important
}
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group .button {
    margin: 0;
    padding-top: 0.35rem;
    padding-right: 0.85rem;
    padding-bottom: 0.4rem;
    padding-left: 0.85rem;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #333
}
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group .button:hover,
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group .button:focus {
    background-color: #d6d6d6
}
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group .button:hover,
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group .button:focus {
    color: #333
}
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group .button:hover,
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group .button:focus,
.site-wrapper>.breadcrumbs .accessibility-controls .font-resizer .button-group .button:active {
    outline: none
}
.site-wrapper>.breadcrumbs .accessibility-controls .contrast-changer {
    padding-top: 0
}
.site-wrapper>.breadcrumbs .accessibility-controls .contrast-changer .info-label {
    display: inline-block;
    padding-top: 0.1rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #777
}
@media print {
    .site-wrapper>.row.content-wrapper>.column.content>.inner .accessibility-controls {
        display: none
    }
}
.content-wrapper>.content.column .content-box {
    margin: 0.5rem 0
}
.content-wrapper>.content.column .content-box:before,
.content-wrapper>.content.column .content-box:after {
    content: " ";
    display: table
}
.content-wrapper>.content.column .content-box:after {
    clear: both
}
.content-wrapper>.sidebar .inner .sidebarwrbg {
    padding: 0 !important;
    background: transparent !important
}
.content-wrapper>.sidebar .inner>.widget {
    font-size: 0.85rem;
    line-height: 1.4;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
    margin-bottom:4rem;
}
.content-wrapper>.sidebar .inner>.widget:not(:first-child) {
    margin-top: 80px
}
.content-wrapper>.sidebar .inner>.widget .inner,
.content-wrapper>.sidebar .inner>.widget:not(.reset-padding) {
    padding: 0;
    margin-bottom: 80px;
    margin-top: 10px;
}
.content-wrapper>.sidebar .inner>.widget p {
    padding: 0;
    margin: 0 0 0.2em 0;
    font-size: 0.85rem
}
.content-wrapper>.sidebar .inner>.widget a:not(.button):not(.btn):not(.tp-btn) {
    border-bottom: none
}
.content-wrapper>.sidebar .inner>.widget a:not(.button):not(.btn):not(.tp-btn):hover,
.content-wrapper>.sidebar .inner>.widget a:not(.button):not(.btn):not(.tp-btn):focus,
.content-wrapper>.sidebar .inner>.widget a:not(.button):not(.btn):not(.tp-btn):active {
    border-bottom: none
}
.content-wrapper>.sidebar .inner>.widget .top-border-radius {
    border-radius: 4px 4px 0 0
}
.content-wrapper>.sidebar .inner>.widget .title {
    font-size: 0.95rem;
    font-weight: 500;
    border-bottom:2px solid #2c2f47;
    color: #fff;
}
.widget>p:first-child{
    border-bottom: 2px solid #2c2f47 !important;
  }

.quick-test>p:first-child , .sibling-posts>p:first-child , .popular-posts>p:first-child {
    border-bottom:0px !important;
}
.title-bg{
  background-color: #2c2f47;
  padding: 0.15rem 0.5rem 0.3rem 0.5rem;
}

.hr-line-transparent {
  border: solid #fff;
}

.content-wrapper>.sidebar .inner>.widget .title.sub {
    margin-top: 0.75rem;
    font-size: 0.85rem
}
.content-wrapper>.sidebar .inner>.widget .list.related {
    margin: 0;
    padding: 0
}
.content-wrapper>.sidebar .inner>.widget .list.related li {
    list-style: none
}
.content-wrapper>.sidebar .inner>.widget .list.related li a {
    display: inline-block;
    width: 100%;
    padding: 0.2em 0;
    font-size: 0.85rem
}
.content-wrapper>.sidebar .inner>.widget .list.related li a:hover,
.content-wrapper>.sidebar .inner>.widget .list.related li a:focus,
.content-wrapper>.sidebar .inner>.widget .list.related li a:active {
    border-bottom: 1px solid #dfdcd9
}
.content-wrapper>.sidebar .inner>.widget .sibling-posts ul {
    margin: 0;
    padding: 0
}
.content-wrapper>.sidebar .inner>.widget .sibling-posts li {
    list-style: none;
    padding-bottom: 6px;
padding-top: 5px;
border-bottom: 1px solid #ccc;

}
.content-wrapper>.sidebar .inner>.widget .team.wrapper {
    padding: 0.5rem;
    margin-top: 0.75rem;
    background: #f6f5f3
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .fa {
    color: #999;
    font-size: 0.875rem
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick-list,
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick-slide {
    height: auto
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team {
    width: 95%;
    height: auto;
    min-height: auto;
    max-height: auto;
    margin: 0 auto
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .slick-slide {
    padding: 0 0.5rem
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team p {
    margin: 0.2rem 0;
    line-height: 1.5em;
    text-align: center
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .avatar {
    margin: 1rem auto 1.2rem;
    max-height: 6rem;
    max-width: 6rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .academic-title {
    font-size: 0.9em
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .name {
    font-size: 1.1em;
    font-weight: 700
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .profession {
    color: #777;
    font-size: 0.8em;
    margin-bottom: 1.5rem
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .arrow {
    cursor: pointer;
    position: absolute;
    font-size: 1.35rem
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .arrow.prev {
    left: -10px;
    top: 125px
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .arrow.next {
    right: -10px;
    top: 125px
}
.content-wrapper>.sidebar .inner>.widget .team.onset {
    padding: 1.25rem;
    background: #f6f5f3;
    border-top: 1px solid #fff
}
.content-wrapper>.sidebar .inner>.widget .app-gutter-top {
    margin-top: 20px
}
.content-wrapper>.sidebar .inner>.widget .app-gutter-bottom {
    margin-bottom: 20px
}
.content-wrapper>.sidebar .inner>.widget .app-gutter-left {
    margin-left: 20px
}
.content-wrapper>.sidebar .inner>.widget .app-gutter-right {
    margin-right: 20px
}
.content-wrapper>.sidebar .inner>.widget button,
.content-wrapper>.sidebar .inner>.widget .button,
.content-wrapper>.sidebar .inner>.widget input,
.content-wrapper>.sidebar .inner>.widget form {
    margin-bottom: 0
}
.content-wrapper>.sidebar .inner .widget.newest-posts hr,
.content-wrapper>.sidebar .inner .widget.popular-posts hr {
    margin: 0.6rem 0;
    padding: 0
}
.content-wrapper>.sidebar .inner .widget.newest-posts hr:last-child,
.content-wrapper>.sidebar .inner .widget.popular-posts hr:last-child {
    margin-bottom: 0
}
.content-wrapper>.sidebar .inner .widget.newest-posts .featured-post,
.content-wrapper>.sidebar .inner .widget.popular-posts .featured-post {
    line-height: 1.75
}
.content-wrapper>.sidebar .inner .widget.newest-posts .featured-post .column:last-child,
.content-wrapper>.sidebar .inner .widget.popular-posts .featured-post .column:last-child {
    padding-left: 0;
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}
.content-wrapper>.sidebar .inner .widget.newest-posts .featured-post span,
.content-wrapper>.sidebar .inner .widget.popular-posts .featured-post span {
    display: inline-block;
    max-width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.content-wrapper>.sidebar .inner .widget.newest-posts .featured-post span img,
.content-wrapper>.sidebar .inner .widget.popular-posts .featured-post span img {
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px*/
}
.content-wrapper>.sidebar .inner .widget.easy-social-share-fans-counter .essb_item a {
    border-bottom: none !important
}
.content-wrapper>.sidebar .inner .widget.easy-social-share-fans-counter .essb-fans {
    width: 105%;
    margin-left: -2.5%;
    margin-bottom: 0;
    margin-top: 0.625rem !important
}
.content-wrapper>.sidebar .inner .widget.easy-social-share-fans-counter .essb-fans a {
    border-bottom: none !important
}
.content-wrapper>.sidebar .inner .widget.easy-social-share-fans-counter .essb-fans a i {
    padding-top: 0.35em
}
.content-wrapper>.sidebar .inner .widget.easy-social-share-fans-counter .essb-fans ul li {
    border-top: none;
    border-bottom: none
}
.content-wrapper>.sidebar .inner .widget.easy-social-share-fans-counter .essb-fans ul li:first-child {
    border-left: none
}
.content-wrapper>.sidebar .inner .widget.easy-social-share-fans-counter .essb-fans ul li:last-child {
    border-left: none
}
.content-wrapper>.sidebar .inner .widget.widget_totalpoll,
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup,
.content-wrapper>.sidebar .inner .textwidget {
    margin-bottom: 0
}
.content-wrapper>.sidebar .inner .widget.widget_totalpoll a.button,
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup a.button,
.content-wrapper>.sidebar .inner .textwidget a.button {
    margin-bottom: 0 !important
}
.content-wrapper>.sidebar .inner .widget.widget_totalpoll a.button,
.content-wrapper>.sidebar .inner .widget.widget_totalpoll .submit-button,
.content-wrapper>.sidebar .inner .widget.widget_totalpoll .tp-btn,
.content-wrapper>.sidebar .inner .widget.widget_totalpoll button,
.content-wrapper>.sidebar .inner .widget.widget_totalpoll input[type="submit"],
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup a.button,
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .submit-button,
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .tp-btn,
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup button,
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup input[type="submit"],
.content-wrapper>.sidebar .inner .textwidget a.button,
.content-wrapper>.sidebar .inner .textwidget .submit-button,
.content-wrapper>.sidebar .inner .textwidget .tp-btn,
.content-wrapper>.sidebar .inner .textwidget button,
.content-wrapper>.sidebar .inner .textwidget input[type="submit"] {
    font-size: 0.85rem !important;
    padding-top: 0.66667rem !important;
    padding-bottom: 0.73333rem !important;
    padding-left: 1.33333rem !important;
    padding-right: 1.33333rem !important
}

.textwidget .button {
  margin-top: 15px !important;
}
.textwidget {
  margin-top: 12px;
}
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .mymail-email-wrapper label {
    margin-top: 20px;
    font-weight: 600
}
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .mymail-email-wrapper .mymail-email {
    margin-bottom: 20px
}
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .mymail-form-info.error {
    margin-top: 20px;
    background: #ff4040
}
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .mymail-form-info.error ul {
    margin-top: 10px
}
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .mymail-form-info.error ul li {
    font-size: 1rem;
    font-weight: 600
}
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .mymail-form-info.success {
    margin-top: 20px;
    background: #779775
}
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup .mymail-form-info.success p {
    color: #fff
}
.content-wrapper>.sidebar .inner .widget.widget_mymail_signup input.button {
    width: 100%;
    border-radius: 9999rem
}
.content-wrapper>.sidebar .inner .mymail-form .submit-button {
    margin: 0 !important
}
.content-wrapper>.sidebar .inner #tp-plaintext-poll-preset .question {
    padding: 0.4em 0 0.6em 0 !important;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.4
}
.content-wrapper>.sidebar .inner #tp-plaintext-poll-preset .choices li label>div {
    padding: 0.25em 0.65em 0.25em 0.1em !important
}
.content-wrapper>.sidebar .inner #tp-plaintext-poll-preset .choices li label .input input {
    margin-top: 5px !important
}
.content-wrapper>.sidebar .inner #tp-plaintext-poll-preset .choices {
    background: #f6f5f3 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important
}
.content-wrapper>.sidebar .inner #tp-plaintext-poll-preset .tp-btn-disabled,
.content-wrapper>.sidebar .inner #tp-plaintext-poll-preset .tp-btn:disabled {
    font-size: 0.73333rem !important;
    margin-bottom: 10px
}
@media only screen and (max-width: 699px) {
    .content-wrapper>.sidebar .inner>.widget {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .content-wrapper>.sidebar .inner>.widget #tp-plaintext-poll-preset .buttons {
        text-align: center !important
    }
    .content-wrapper>.sidebar .inner>.widget #tp-plaintext-poll-preset .tp-btn.tp-vote-btn.tp-primary-btn {
        margin: 0 !important
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .content-wrapper>.sidebar .inner>.widget .team.wrapper .slick.team .avatar {
        max-height: 5.66667rem;
        max-width: 5.66667rem
    }
}
.content-wrapper>.sidebar .inner>.widget .quick-test .test-wrapper {
    margin-top: 20px;
    padding: 0.75rem;
    background: #f7f5f6
}
.content-wrapper>.sidebar .inner>.widget .quick-test .test-wrapper .head {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-weight: 700
}
.content-wrapper>.sidebar .inner>.widget .quick-test .test-wrapper .head:after {
    position: absolute;
    content: " ";
    display: block;
    width: 1px;
    height: 1px;
    top: -26px;
    left: 40px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f7f5f6;
    border-left: 8px solid #f7f5f6
}
.content-wrapper>.sidebar .inner>.widget .quick-test .test-wrapper .body .answer {
    margin-bottom: 10px
}
.content-wrapper>.sidebar .inner>.widget .quick-test .test-wrapper .body .answer:last-child {
    margin-bottom: 0
}
.content-wrapper>.sidebar .inner>.widget .quick-test .test-wrapper .body label {
    font-size: 0.85rem
}
.content-wrapper>.sidebar .inner>.widget .quick-test .test-wrapper .body input[type="radio"] {
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}
.content-wrapper>.sidebar .inner>.widget .quick-test .submit-wrapper {
    margin-top: 20px
}
.content-wrapper>.sidebar .inner>.widget .quick-test .submit-wrapper .column:first-child {
    padding-right: 0;
    font-size: 0.75rem;
    color: #e9a775
}
.content-wrapper>.sidebar .inner>.widget .quick-test .submit-wrapper .column:last-child {
    padding-left: 0
}
.content-wrapper>.sidebar .inner>.widget .quick-test .submit-wrapper .column:last-child button,
.content-wrapper>.sidebar .inner>.widget .quick-test .submit-wrapper .column:last-child .button {
    font-size: 0.75rem
}
@media only screen and (max-width: 699px) {
    .reveal-modal.quick-test,
    dialog.quick-test {
        left: 2%;
        width: 96%
    }
    .reveal-modal.quick-test .smallprint-title img,
    dialog.quick-test .smallprint-title img {
        display: none
    }
    .reveal-modal.quick-test .smallprint-title .fa,
    dialog.quick-test .smallprint-title .fa {
        display: inline-block
    }
    .reveal-modal.quick-test .result .column:first-child,
    dialog.quick-test .result .column:first-child {
        padding-right: 0 !important;
        padding-left: inherit;
        padding-bottom: 20px
    }
}
.reveal-modal.quick-test,
dialog.quick-test {
    min-width: 280px
}
.reveal-modal.quick-test .ajax-wrapper,
dialog.quick-test .ajax-wrapper {
    margin-top: 20px
}
.reveal-modal.quick-test .ajax-loader,
dialog.quick-test .ajax-loader {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: 0.375rem solid #9ec89a;
    border-top-color: #254023;
    border-radius: 50%;
    -moz-animation-name: ajax-spin;
    -webkit-animation-name: ajax-spin;
    animation-name: ajax-spin;
    -moz-animation-duration: 475ms;
    -webkit-animation-duration: 475ms;
    animation-duration: 475ms;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.reveal-modal.quick-test .title,
dialog.quick-test .title {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 20px
}
.reveal-modal.quick-test .subtitle,
dialog.quick-test .subtitle {
    margin-top: 20px;
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 20px
}
.reveal-modal.quick-test .smallprint-title,
dialog.quick-test .smallprint-title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 0.85rem
}
.reveal-modal.quick-test .smallprint-title img,
dialog.quick-test .smallprint-title img {
    display: inline-block
}
.reveal-modal.quick-test .smallprint-title .fa,
dialog.quick-test .smallprint-title .fa {
    display: none
}
.reveal-modal.quick-test .smallprint,
dialog.quick-test .smallprint {
    margin-top: 5px;
    font-size: 0.85rem
}
.reveal-modal.quick-test .result,
dialog.quick-test .result {
    padding: 1em 1.35em 1.35em;
    background: #f7f5f6
}
.reveal-modal.quick-test .result .column:first-child,
dialog.quick-test .result .column:first-child {
    padding-left: 0;
    padding-right: 1.3rem
}
.reveal-modal.quick-test .result .column:last-child,
dialog.quick-test .result .column:last-child {
    padding-left: 0
}
.reveal-modal.quick-test .result .heading,
dialog.quick-test .result .heading {
    font-size: 1.6em;
    font-weight: 700
}
.reveal-modal.quick-test .result .content,
dialog.quick-test .result .content {
    margin: 10px 0 20px
}
.reveal-modal.quick-test .result .onset p,
dialog.quick-test .result .onset p {
    margin-bottom: 10px
}
.reveal-modal.quick-test .result .onset p:last-child,
dialog.quick-test .result .onset p:last-child {
    margin-bottom: 0
}
.reveal-modal.quick-test .result .onset .note,
dialog.quick-test .result .onset .note {
    font-size: 0.85rem;
    color: #777
}
.reveal-modal.quick-test .result .onset a,
dialog.quick-test .result .onset a {
    display: inline-block;
    border-bottom: 1px solid #ddd
}
.reveal-modal.quick-test .result .onset a:hover,
dialog.quick-test .result .onset a:hover {
    border-bottom: 1px solid transparent
}
.reveal-modal.quick-test .question,
dialog.quick-test .question {
    margin-top: 20px;
    padding: 1em 1.35em 1.35em;
    background: #f7f5f6
}
.reveal-modal.quick-test .question:first-child,
dialog.quick-test .question:first-child {
    margin-top: 0
}
.reveal-modal.quick-test .question.answer-missing,
dialog.quick-test .question.answer-missing {
    -moz-transition: all 375ms linear;
    -o-transition: all 375ms linear;
    -webkit-transition: all 375ms linear;
    transition: all 375ms linear;
    -moz-box-shadow: inset 0px 0px 0px 3px #ff4040;
    -webkit-box-shadow: inset 0px 0px 0px 3px #ff4040;
    box-shadow: inset 0px 0px 0px 3px #ff4040
}
.reveal-modal.quick-test .question>.title,
dialog.quick-test .question>.title {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 20px
}
.reveal-modal.quick-test .question label,
dialog.quick-test .question label {
    display: inline-block;
    font-size: 0.9rem
}
.reveal-modal.quick-test .question input[type="radio"],
dialog.quick-test .question input[type="radio"] {
    margin-bottom: 0
}
.reveal-modal.quick-test .question p,
dialog.quick-test .question p {
    margin-bottom: 0;
    line-height: 1.5;
    margin-bottom: 0.6rem
}
.reveal-modal.quick-test .question p:last-child,
dialog.quick-test .question p:last-child {
    margin-bottom: 0
}
.reveal-modal.quick-test .controls,
dialog.quick-test .controls {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0
}
.reveal-modal.quick-test .controls .column,
dialog.quick-test .controls .column {
    padding-left: 0;
    padding-right: 0
}
.reveal-modal.quick-test .controls button.prev,
dialog.quick-test .controls button.prev,
.reveal-modal.quick-test .controls button.next,
dialog.quick-test .controls button.next,
.reveal-modal.quick-test .controls button.close,
dialog.quick-test .controls button.close {
    margin-bottom: 0;
    font-size: 0.9rem;
    letter-spacing: 0.075rem
}
.reveal-modal.quick-test .controls button.prev,
dialog.quick-test .controls button.prev,
.reveal-modal.quick-test .controls button.close,
dialog.quick-test .controls button.close {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #333
}
.reveal-modal.quick-test .controls button.prev:hover,
dialog.quick-test .controls button.prev:hover,
.reveal-modal.quick-test .controls button.prev:focus,
dialog.quick-test .controls button.prev:focus,
.reveal-modal.quick-test .controls button.close:hover,
dialog.quick-test .controls button.close:hover,
.reveal-modal.quick-test .controls button.close:focus,
dialog.quick-test .controls button.close:focus {
    background-color: #d6d6d6
}
.reveal-modal.quick-test .controls button.prev:hover,
dialog.quick-test .controls button.prev:hover,
.reveal-modal.quick-test .controls button.prev:focus,
dialog.quick-test .controls button.prev:focus,
.reveal-modal.quick-test .controls button.close:hover,
dialog.quick-test .controls button.close:hover,
.reveal-modal.quick-test .controls button.close:focus,
dialog.quick-test .controls button.close:focus {
    color: #333
}
.reveal-modal.quick-test .progress,
dialog.quick-test .progress {
    position: relative;
    height: 1.5rem;
    background: #f7f5f6;
    -moz-box-shadow: inset 1px 1px 1px #e0d9dd;
    -webkit-box-shadow: inset 1px 1px 1px #e0d9dd;
    box-shadow: inset 1px 1px 1px #e0d9dd
}
.reveal-modal.quick-test .progress .progress-label,
dialog.quick-test .progress .progress-label {
    z-index: 7;
    position: absolute;
    height: 1.5rem;
    top: 0;
    left: 0;
    display: inline-block;
    padding-left: 0.65rem;
    font-weight: 700
}
.reveal-modal.quick-test .progress .score-label,
dialog.quick-test .progress .score-label {
    z-index: 7;
    position: absolute;
    height: 1.5rem;
    top: 0;
    right: 0;
    display: inline-block;
    padding-right: 0.65rem;
    font-weight: 700
}
.reveal-modal.quick-test .progress .bar,
dialog.quick-test .progress .bar {
    z-index: 6;
    overflow: hidden;
    position: absolute;
    height: 1.5rem;
    background: #9ec89a
}
@-moz-keyframes ajax-spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes ajax-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes ajax-spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media print {
    .content-wrapper .inner.main .register-form {
        display: none
    }
}
.content-wrapper .inner.main .register-form .sub {
    font-weight: 700
}
.content-wrapper .inner.main .register-form .button {
    margin: 0;
    width: 100%
}
.content-wrapper .inner.main .register-form input {
    margin: 0
}
@media only screen and (max-width: 699px) {
    .content-wrapper .inner.main .register-form input {
        margin-bottom: 20px !important
    }
}
.share-button {
    display: inline-block;
    padding: 0.26667rem 0.53333rem;
    margin-right: 2.5px;
    border-bottom: none !important;
    color: #fff !important;
    font-size: 0.70rem;
    font-weight: 700;
    font-family: Roboto, Helvetica, Arial, sans-serif
}
.share-button:hover {
    color: #fff !important;
    border-bottom: none
}
.share-button.share-facebook {
    background: #4769A5
}
.share-button.share-facebook:hover {
    background: #385281
}
.share-button.share-twitter {
    background: #65CCEF
}
.share-button.share-twitter:hover {
    background: #37bdea
}
.share-button.share-google {
    background: #BF3727
}
.share-button.share-google:hover {
    background: #952b1e
}
.share-button .share-icon {
    margin-right: 2.5px
}
@media print {
    .ads {
        display: none
    }
}
.content-wrapper>.sidebar .inner .ads:not(:first-child) {
    margin-top: 20px
}
.content-wrapper>.content.column hr {
    margin: 20px 0
}
.content-wrapper>.content.column hr.full-width {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px
}
.fa-custom.fa-custom-swipe {
    display: inline-block;
    color: #000;
    -moz-animation-name: swipe;
    -webkit-animation-name: swipe;
    animation-name: swipe;
    -moz-animation-duration: 5400ms;
    -webkit-animation-duration: 5400ms;
    animation-duration: 5400ms;
    -moz-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.fa-custom.fa-custom-swipe .fa-long-arrow-left,
.fa-custom.fa-custom-swipe .fa-long-arrow-right {
    font-size: 0.65em;
    color: #595959
}
.fa-custom.fa-custom-swipe .fa-long-arrow-left {
    -moz-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
    -ms-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
    -webkit-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
    transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em)
}
.fa-custom.fa-custom-swipe .fa-long-arrow-right {
    -moz-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
    -ms-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
    -webkit-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
    transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em)
}
.fa-custom.fa-custom-swipe .fa-hand-o-up {
    -moz-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
    -moz-animation-name: swipe-rotate;
    -webkit-animation-name: swipe-rotate;
    animation-name: swipe-rotate;
    -moz-animation-duration: 5400ms;
    -webkit-animation-duration: 5400ms;
    animation-duration: 5400ms;
    -moz-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-moz-keyframes swipe {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    5% {
        -moz-transform: translateX(-0.1em);
        transform: translateX(-0.1em)
    }
    10% {
        -moz-transform: translateX(0.1em);
        transform: translateX(0.1em)
    }
    15% {
        -moz-transform: translateX(-0.1em);
        transform: translateX(-0.1em)
    }
    20% {
        -moz-transform: translateX(0.1em);
        transform: translateX(0.1em)
    }
    25% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes swipe {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    5% {
        -webkit-transform: translateX(-0.1em);
        transform: translateX(-0.1em)
    }
    10% {
        -webkit-transform: translateX(0.1em);
        transform: translateX(0.1em)
    }
    15% {
        -webkit-transform: translateX(-0.1em);
        transform: translateX(-0.1em)
    }
    20% {
        -webkit-transform: translateX(0.1em);
        transform: translateX(0.1em)
    }
    25% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes swipe {
    0% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    5% {
        -moz-transform: translateX(-0.1em);
        -ms-transform: translateX(-0.1em);
        -webkit-transform: translateX(-0.1em);
        transform: translateX(-0.1em)
    }
    10% {
        -moz-transform: translateX(0.1em);
        -ms-transform: translateX(0.1em);
        -webkit-transform: translateX(0.1em);
        transform: translateX(0.1em)
    }
    15% {
        -moz-transform: translateX(-0.1em);
        -ms-transform: translateX(-0.1em);
        -webkit-transform: translateX(-0.1em);
        transform: translateX(-0.1em)
    }
    20% {
        -moz-transform: translateX(0.1em);
        -ms-transform: translateX(0.1em);
        -webkit-transform: translateX(0.1em);
        transform: translateX(0.1em)
    }
    25% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-moz-keyframes swipe-rotate {
    0% {
        -moz-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
    5% {
        -moz-transform: scaleY(1.2) skew(5deg);
        transform: scaleY(1.2) skew(5deg)
    }
    10% {
        -moz-transform: scaleY(1.2) skew(-5deg);
        transform: scaleY(1.2) skew(-5deg)
    }
    15% {
        -moz-transform: scaleY(1.2) skew(5deg);
        transform: scaleY(1.2) skew(5deg)
    }
    20% {
        -moz-transform: scaleY(1.2) skew(-5deg);
        transform: scaleY(1.2) skew(-5deg)
    }
    25% {
        -moz-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
    100% {
        -moz-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
}
@-webkit-keyframes swipe-rotate {
    0% {
        -webkit-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
    5% {
        -webkit-transform: scaleY(1.2) skew(5deg);
        transform: scaleY(1.2) skew(5deg)
    }
    10% {
        -webkit-transform: scaleY(1.2) skew(-5deg);
        transform: scaleY(1.2) skew(-5deg)
    }
    15% {
        -webkit-transform: scaleY(1.2) skew(5deg);
        transform: scaleY(1.2) skew(5deg)
    }
    20% {
        -webkit-transform: scaleY(1.2) skew(-5deg);
        transform: scaleY(1.2) skew(-5deg)
    }
    25% {
        -webkit-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
    100% {
        -webkit-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
}
@keyframes swipe-rotate {
    0% {
        -moz-transform: scaleY(1.2) skew(0);
        -ms-transform: scaleY(1.2) skew(0);
        -webkit-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
    5% {
        -moz-transform: scaleY(1.2) skew(5deg);
        -ms-transform: scaleY(1.2) skew(5deg);
        -webkit-transform: scaleY(1.2) skew(5deg);
        transform: scaleY(1.2) skew(5deg)
    }
    10% {
        -moz-transform: scaleY(1.2) skew(-5deg);
        -ms-transform: scaleY(1.2) skew(-5deg);
        -webkit-transform: scaleY(1.2) skew(-5deg);
        transform: scaleY(1.2) skew(-5deg)
    }
    15% {
        -moz-transform: scaleY(1.2) skew(5deg);
        -ms-transform: scaleY(1.2) skew(5deg);
        -webkit-transform: scaleY(1.2) skew(5deg);
        transform: scaleY(1.2) skew(5deg)
    }
    20% {
        -moz-transform: scaleY(1.2) skew(-5deg);
        -ms-transform: scaleY(1.2) skew(-5deg);
        -webkit-transform: scaleY(1.2) skew(-5deg);
        transform: scaleY(1.2) skew(-5deg)
    }
    25% {
        -moz-transform: scaleY(1.2) skew(0);
        -ms-transform: scaleY(1.2) skew(0);
        -webkit-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
    100% {
        -moz-transform: scaleY(1.2) skew(0);
        -ms-transform: scaleY(1.2) skew(0);
        -webkit-transform: scaleY(1.2) skew(0);
        transform: scaleY(1.2) skew(0)
    }
}
.forum .ap-tip,
.forum .ap-footer,
.forum .net-vote-count,
.forum .ap-cradit {
    display: none !important
}
.forum .mce-btn button:hover,
.forum .mce-btn button:focus {
    background-color: #fff
}
.forum .ap-editor {
    overflow: hidden;
    border: 1px solid #ccc
}
.forum hr.ansp-spacer {
    opacity: 0;
    margin-top: 0 !important;
    margin-bottom: 60px !important
}
.forum .ap-avatar {
    border-radius: 50%
}
.forum .ap-avatar img {
    border-radius: 50%;
    background: transparent
}
.forum .btn.ap-btn.ap-success {
    background: #6ead69;
    height: auto !important;
    width: auto !important;
    line-height: 1.5;
    border-radius: 99999rem;
    padding-top: 0.66667rem;
    padding-right: 1.33333rem;
    padding-bottom: 0.73333rem;
    padding-left: 1.33333rem;
    transition: background-color 300ms ease-out
}
.forum .btn.ap-btn.ap-success:hover {
    background: #559350
}
.forum .ansp-tab-list {
    margin-bottom: 20px
}
.forum .ansp-tabs {
    margin: 0;
    list-style: none
}
.forum .ansp-tab,
.forum .ansp-tab-label,
.forum .ansp-tab-ask-button {
    float: left;
    display: inline-block;
    vertical-align: bottom
}
.forum .ansp-tab a,
.forum .ansp-tab-label a,
.forum .ansp-tab-ask-button a {
    border-bottom: none !important
}
.forum .ansp-tab.active a,
.forum .ansp-tab-label.active a,
.forum .ansp-tab-ask-button.active a {
    cursor: default !important;
    color: #000 !important;
    font-weight: 700
}
.forum .ansp-tab,
.forum .ansp-tab-label {
    padding: 0.25rem 0.5rem
}
.forum .ansp-tab-label {
    padding-left: 0;
    color: #000;
    font-weight: 700
}
.forum .ansp-tab-ask-button a {
    color: #fff !important;
    border-radius: 4px;
    margin-bottom: 0
}
@media only screen and (max-width: 1179px) {
    .forum .ansp-question-categories-dropdown {
        width: 100%
    }
    .forum .ansp-tab-ask-button,
    .forum .ansp-tab-label+.ansp-tab {
        clear: both
    }
    .forum .ansp-tab-ask-button {
        margin-top: 20px
    }
}
@media only screen and (min-width: 1180px) {
    .forum .ansp-question-categories-dropdown {
        width: 33.33333333%
    }
    .forum .ansp-tab,
    .forum .ansp-tab-label {
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
        padding: 0.3rem 0.75rem;
        margin-top: 5px
    }
    .forum .ansp-tabs {
        font-size: 0.9rem;
        border-bottom: 1px solid #dfdcd9
    }
    .forum .ansp-tab {
        border: 1px solid transparent;
        border-bottom: 1px solid #dfdcd9
    }
    .forum .ansp-tab.active {
        border-radius: 4px 4px 0 0;
        border: 1px solid #dfdcd9;
        border-bottom: 1px solid #fff
    }
    .forum .ansp-tab-ask-button a {
        -moz-box-shadow: -15px 5px 0px 15px #fff;
        -webkit-box-shadow: -15px 5px 0px 15px #fff;
        box-shadow: -15px 5px 0px 15px #fff
    }
    .forum .ansp-tab-ask-button {
        float: right
    }
}
.forum .ap-modal-content {
    width: 480px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -250px
}
.forum .ap-modal-content button {
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 0.9rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.33333rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    background-color: #6ead69;
    border-color: #53904f;
    color: #fff;
    border-radius: 50rem 50rem 50rem 50rem
}
.forum .ap-modal-content button:hover,
.forum .ap-modal-content button:focus {
    background-color: #53904f
}
.forum .ap-modal-content button:hover,
.forum .ap-modal-content button:focus {
    color: #fff
}
#keep-my-data {
    margin-bottom: 0
}
#delete-me-now-hint .fa {
    margin-right: 1rem
}
.forum .ansp-question-container .ansp-question {
    padding-left: 2.5rem
}
.forum .ansp-question-container .ansp-question.no-border {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none
}
.forum .ansp-question-container .ansp-ask {
    margin-top: 40px;
    margin-bottom: 0;
    color: #fff !important;
    border-radius: 4px;
    font-size: 0.9rem;
    padding-top: 0.66667rem !important;
    padding-bottom: 0.73333rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}
.forum .ansp-question-avatar,
.forum .ansp-question-name,
.forum .ansp-question-date {
    float: left
}
.forum .ansp-question-date {
    margin: 0;
    margin-left: 0.75rem;
    padding: 0.25rem 0
}
.forum .ansp-question-avatar {
    border-bottom: none !important;
    border-radius: 50%;
    overflow: hidden
}
.forum .ansp-question-avatar img {
    border-radius: 50%
}
.forum .ansp-question-avatar+.ansp-question-name {
    margin-left: 0.75rem
}
.forum .ansp-question-name {
    color: #222;
    margin: 0;
    margin-left: 0;
    padding: 0.25rem 0
}
.forum .ansp-question-name a {
    color: #222 !important;
    border-bottom: none !important
}
.forum .ansp-question-name a:hover {
    color: #000 !important
}
.forum .ansp-question-date {
    color: #777
}
.forum .ansp-question-meta-category {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 10px
}
.forum .ansp-question-meta-favourite a {
    border: none !important;
    background: #fff !important
}
.forum .ansp-question-meta-favourite a.added {
    color: #fdbf00 !important
}
.forum .ansp-question-content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700
}
.forum .ansp-question-content * {
    font-weight: 700
}
.forum .ansp-question-controls ul {
    margin: 0;
    padding: 0
}
.forum .ansp-question-controls ul li {
    list-style: none;
    float: left
}
.forum .ansp-question-controls ul li:not(:last-child) {
    margin-right: 0.66666667rem
}
.forum .ansp-answers-to-question-label {
    margin-top: 40px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #222
}
.forum .question-list {
    border: none !important
}
.forum .ansp-question {
    padding: 20px 0
}
.forum .ansp-question:not(.no-border) {
    border-bottom: 1px solid #dfdcd9
}
.forum .ansp-question:first-child {
    border-top: 1px solid #dfdcd9
}
.forum .ansp-question-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0
}
.forum .ansp-question-meta-segment,
.forum .ansp-question-meta-segment-avatar,
.forum .ansp-question-meta-segment-name {
    white-space: nowrap
}
.forum .ansp-question-meta-segment {
    margin-left: 15px
}
.forum .ansp-question-meta-segment-avatar {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    border-radius: 50%;
    margin-bottom: 5px
}
.forum .ansp-question-meta-segment-avatar img {
    border-radius: 50%
}
.forum .ansp-question-meta-segment-avatar+.ansp-question-meta-segment-name {
    margin-left: 15px
}
.forum .ansp-question-meta-segment-name {
    margin-left: 0
}
.forum .ansp-question-meta-segment-name a {
    color: #222 !important;
    border-bottom: none !important
}
.forum .ansp-question-meta-segment-name a:hover {
    color: #000 !important
}
.forum .ansp-question-tile {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px;
    background: #f6f5f3;
    border-bottom: none !important
}
.forum .ansp-question-tile p {
    margin: 0;
    padding: 0;
    color: #9b9b9b
}
.forum .ansp-question-tile p:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 1.7rem
}
.forum .ansp-question-tile p+p {
    font-size: 0.9rem;
    margin-top: 5px
}
@media only screen and (max-width: 699px) {
    .forum .ansp-question-tile {
        margin-top: 20px
    }
}
@media only screen and (min-width: 1180px) {
    .forum .ansp-question-tile {
        margin-top: 20px
    }
    .forum .ansp-question-meta-segment-avatar {
        margin-bottom: 0
    }
}
.forum #ap-ask-page.ansp-ask .ap-form-label {
    margin-bottom: 5px;
    font-weight: 700
}
.forum #ap-ask-page.ansp-ask .ap-form-label:not(:first-child) {
    margin-top: 20px
}
.forum #ap-ask-page.ansp-ask .ap-btn-submit {
    float: right;
    margin-top: 40px;
    margin-bottom: 0;
    color: #fff !important;
    border-radius: 4px;
    font-size: 0.9rem;
    padding-top: 0.66667rem !important;
    padding-bottom: 0.73333rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}
.forum #ask_form .ap-btn-submit {
    float: right;
    margin-top: 40px;
    margin-bottom: 0;
    color: #fff !important;
    border-radius: 4px;
    font-size: 0.9rem;
    padding-top: 0.66667rem !important;
    padding-bottom: 0.73333rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}
#ap-ask-page {
    margin-top: 0
}
.forum .btn-submit-ans {
    margin-top: 20px
}
.forum .ap-account-button {
    width: 90%;
    margin-left: -45%;
    top: 5%;
    left: 50%
}
.forum .ap-account-button .ap-site-ac {
    width: 100%
}
.forum .ansp-form-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1rem
}
.forum .ansp-answer-form .ap-btn-submit {
    float: right;
    margin-top: 40px;
    margin-bottom: 0;
    color: #fff !important;
    border-radius: 4px;
    font-size: 0.9rem;
    padding-top: 0.66667rem !important;
    padding-bottom: 0.73333rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}
.forum .ansp-answer-container .ansp-answer {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e8e4e1
}
.forum .ansp-answer-container .ansp-answer:first-child {
    margin-top: 20px;
    border-top: 1px solid #e8e4e1
}
.forum .ansp-answer-avatar,
.forum .ansp-answer-name,
.forum .ansp-answer-date {
    float: left
}
.forum .ansp-answer-name,
.forum .ansp-answer-date {
    margin: 0;
    margin-left: 0.75rem;
    padding: 0.25rem 0
}
.forum .ansp-answer-name.no-margin,
.forum .ansp-answer-date.no-margin {
    margin-left: 0
}
.forum .ansp-answer-avatar {
    border-bottom: none !important;
    border-radius: 50%;
    overflow: hidden
}
.forum .ansp-answer-avatar img {
    border-radius: 50%
}
.forum .ansp-answer-name {
    color: #222
}
.forum .ansp-answer-name a {
    color: #222 !important;
    border-bottom: none !important
}
.forum .ansp-answer-name a:hover {
    color: #000 !important
}
.forum .ansp-answer-date {
    color: #777
}
.forum .ansp-answer-meta-category {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 10px
}
.forum .ansp-answer-meta-favourite a {
    border: none !important;
    background: #fff !important
}
.forum .ansp-answer-meta-favourite a.added {
    color: #fdbf00 !important
}
.forum .ansp-answer-content {
    margin-top: 20px
}
.forum .ansp-answers-to-question-label {
    margin-top: 40px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #222
}
.forum .ansp-answer-controls ul {
    margin: 0;
    padding: 0
}
.forum .ansp-answer-controls ul li {
    list-style: none;
    float: right
}
.forum .ansp-answer-controls ul li:not(:first-child) {
    margin-right: 0.66666667rem
}
.forum .ap-btn-select {
    float: left;
    margin-right: 10px !important
}
.forum .ap-btn-select:before {
    color: #fff
}
.forum [class*="ap-icon-thumbs"] {
    color: #fff !important;
    background: #aaa !important
}
.forum [class*="ap-icon-thumbs"].voted {
    background: #6ead69 !important
}
@media only screen and (max-width: 699px) {
    .forum .ap-account-button {
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 15%;
        margin-left: 0;
        min-width: inherit
    }
}
#ask_question_form .form-group+.checkbox {
    display: none
}
#ask_question_form .form-group ~ .btn-submit-ask {
    margin-top: 20px
}
#ask_question_form .form-group:first-child {
    margin: 20px auto
}
.forum .ansp-pagination {
    margin: 20px 0;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e4e1
}
.forum .ansp-pagination li {
    float: left;
    list-style: none
}
.forum .ansp-pagination-count {
    margin-right: 1rem
}
.forum .ap-user-info {
    padding: 0 20px
}
.forum .ap-user-info .ap-user-avatar {
    float: left;
    border-radius: 50%;
    overflow: hidden
}
.forum .ap-user-info .ap-user-avatar img {
    border-radius: 50%;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
}
.forum .ap-user-info .ap-user-data a {
    display: inline-block;
    color: #333 !important;
    font-size: 1.2rem;
    border: none !important;
    padding-top: 20px;
    padding-left: 20px
}
.forum .ap-user-info .ap-user-data a:hover {
    color: #000 !important
}
.forum .ap-user-info .ap-user-menu {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px
}
.forum .ap-user-info .ap-user-menu li {
    float: left;
    display: inline-block;
    margin-right: 0.75rem;
    font-size: 0.9rem
}
.forum .ap-user-info .ap-user-menu li:last-child {
    margin-right: 0
}
.forum .ap-profile-box {
    padding: 20px;
    margin-bottom: 20px
}
.forum .ap-profile-box .ap-btn {
    color: #fff !important;
    border-radius: 4px;
    font-size: 0.9rem;
    padding-top: 0.66667rem !important;
    padding-bottom: 0.73333rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    float: right;
    margin-bottom: 0;
    margin-top: 20px
}
.forum .ap-profile-box .ap-user {
    padding: 20px 20px 0
}
.forum .ap-profile-box .ap-form-fields-wrap:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}
.forum .ap-profile-box .ap-form-fields-wrap-label {
    float: left;
    cursor: default !important
}
.forum .ap-profile-box .ap-form-fields-edit {
    float: right
}
.forum .ap-profile-box .ap-form-fields-wrap-inner label {
    display: none !important
}
.forum .ap-profile-box .ap-form-control {
    margin-bottom: 40px;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}
.forum .ansp-user-profile-question-list-wrapper {
    padding: 20px
}
.forum .ansp-user-profile-answer-list-wrapper {
    padding: 20px
}
.forum .ansp-answer-item {
    padding: 20px;
    border-bottom: 1px solid #dfdcd9
}
.forum .ansp-answer-item:first-child {
    border-top: 1px solid #dfdcd9
}
.forum .ansp-answer-item blockquote {
    padding-top: 0
}
@media only screen and (max-width: 699px) {
    .forum .ap-user-info .ap-user-avatar .avatar {
        max-width: 50px
    }
    .forum .ap-user-info .ap-user-data a {
        padding-top: 0
    }
    .forum .ap-user-info .ap-user-menu {
        padding-top: 2.5px
    }
}
.forum .ansp-top-user-menu {
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e4e1
}
.forum .ansp-top-user-menu ul {
    padding: 0;
    margin: 0
}
.forum .ansp-top-user-menu li {
    float: left;
    list-style: none
}
.forum .ansp-top-user-menu li+li {
    margin-left: 2rem
}
.forum .ansp-top-user-menu li .active {
    cursor: default !important;
    color: #222 !important;
    border-bottom: none !important
}
.forum .ansp-login-register-title {
    font-weight: 700;
    font-size: 1.5rem
}
.forum #question+.ansp-login-tabs {
    margin-top: 20px
}
.forum .ansp-login-tabs {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid #dfdcd9
}
.forum .ansp-login label,
.forum .ansp-register label {
    font-weight: 700
}
.forum .ansp-login input[type="submit"],
.forum .ansp-register input[type="submit"] {
    color: #fff !important;
    border-radius: 4px;
    font-size: 0.9rem;
    padding-top: 0.66667rem !important;
    padding-bottom: 0.73333rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    margin-top: 20px;
    margin-bottom: 0 !important
}
.forum .ansp-login input[type="checkbox"],
.forum .ansp-register input[type="checkbox"] {
    margin-bottom: 0 !important
}
.forum .ansp-login input[type="submit"] {
    border-style: solid;
    border-width: 0px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    background-color: #6ead69;
    border-color: #5fa359;
    transition: background-color 300ms ease-out
}
.forum .ansp-login-tab.active {
    cursor: default;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 700
}
.forum .ansp-login-tab {
    cursor: pointer;
    float: left;
    display: inline-block;
    margin-right: 1rem;
    transform: translateY(1px);
    list-style: none;
    background-color: #efefef;
    border: 1px solid #dfdcd9;
    border-radius: 4px 4px 0 0;
    padding: 0.25rem 1.25rem;
    font-size: 0.9rem
}
.forum .ansp-login-tab:not(.active):hover {
    text-decoration: underline
}
@media only screen and (max-width: 699px) {
    .forum .ansp-login-tab {
        font-size: 0.75rem
    }
}
.ath-container {
    box-shadow: none !important;
    border-bottom: 4px solid #6ead69 !important
}
@media print {
    body>.frontpage-header {
        display: none
    }
}
body>.frontpage-header {
    width: 100%;
    min-width: 340px;
    padding: 0
}
body>.frontpage-header .inner {
    background: #6ead69;
    margin: 0 auto
}
body>.frontpage-header .inner .row {
    min-width: 320px;
    max-width: 1140px;
    padding: 0 10px
}
body>.frontpage-header .inner .row h1,
body>.frontpage-header .inner .row .sub,
body>.frontpage-header .inner .row .arrow-container {
    color: #fff
}
body>.frontpage-header .inner .row .sub.pre {
    font-weight: 300;
    margin-left: 0;
    margin-bottom: 0.26667rem;
    font-size: 1.2rem
}
body>.frontpage-header .inner .row h1 {
    font-size: 2.53333rem
}
body>.frontpage-header .inner .row .sub.post {
    font-weight: 300;
    margin-left: 0;
    margin-top: 1.06667rem;
    margin-bottom: 0.26667rem;
    font-size: 1.06667rem
}
body>.frontpage-header .inner .row .arrow-container {
    width: 100%;
    max-width: 20rem;
    margin: 20px 0;
    font-size: 3rem;
    text-align: center;
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5)
}
@media only screen and (max-width: 699px) {
    .frontpage-header {
        margin: 20px 0 10px
    }
    .frontpage-header .row {
        min-width: inherit;
        max-width: inherit
    }
    .frontpage-header .row .column.info {
        padding: 20px 0 0;
        text-align: center
    }
    .frontpage-header .row .column.info .arrow-container {
        width: 100%;
        min-width: inherit;
        max-width: inherit
    }
    .frontpage-header .row .column.image {
        display: none
    }
    .frontpage-header .row .sub.pre {
        font-size: 1.1rem
    }
    .frontpage-header .row h1 {
        font-size: 1.7rem
    }
    .frontpage-header .row .sub.post {
        font-size: 0.9rem
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .frontpage-header {
        margin: 0;
        margin-top: 20px
    }
    .frontpage-header .row .column.info {
        padding: 20px 0 0;
        text-align: center
    }
    .frontpage-header .row .column.info .arrow-container {
        width: 100%;
        min-width: inherit;
        max-width: inherit
    }
    .frontpage-header .row .column.image {
        display: none
    }
}
@media only screen and (min-width: 1180px) {
    .frontpage-header {
        margin: 0;
        margin-top: 40px
    }
    .frontpage-header .row {
        height: 300px
    }
    .frontpage-header .row .column.info {
        padding: 80px 0 20px
    }
    .frontpage-header .row .column.image {
        height: 300px
    }
    .frontpage-header .row .column.image .coverer {
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .frontpage-header .row .column.image img {
        position: absolute;
        height: 320px;
        top: -20px;
        right: 0
    }
}
body .site-wrapper>.frontpage-note {
    margin: 40px auto 80px;
    min-width: inherit;
    max-width: inherit
}
body .site-wrapper>.frontpage-note .bold {
    font-weight: 600
}
body .site-wrapper>.frontpage-note .icon {
    -moz-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem)
}
@media print {
    body .site-wrapper>.frontpage-note .icon {
        display: none
    }
}
@media only screen and (max-width: 699px) {
    body .site-wrapper>.frontpage-note {
        margin: 40px auto
    }
    body .site-wrapper>.frontpage-note .icon {
        display: none
    }
}
@media only screen and (min-width: 700px) {
    body .site-wrapper>.frontpage-note {
        margin: 40px auto 80px
    }
    body .site-wrapper>.frontpage-note .fa {
        display: none
    }
}
body .category-teaser-wrapper {
    margin: 0 auto 20px;
    min-width: inherit;
    max-width: inherit
}
body .category-teaser-wrapper .category-teaser {
    padding: 1em 1.35em 1.35em;
    background: none;
}
body .category-teaser-wrapper .category-teaser .title {
    margin-top: 0;
    margin-bottom: 20px
}
body .category-teaser-wrapper .category-teaser .underline {
    font-size: 1.9rem;
    font-weight: 700;
    border-bottom: 1px solid #eee
}
body .category-teaser-wrapper .category-teaser .push-down {
    margin-top: 20px
}
body .category-teaser-wrapper .category-teaser .bold {
    font-weight: 600
}
body .category-teaser-wrapper .category-teaser .list-container {
    width: 100%;
    max-width: inherit;
    margin-left: 0;
    margin-right: 0
}
body .category-teaser-wrapper .category-teaser a.black {
    color: #333
}
body .category-teaser-wrapper .category-teaser a.black:hover,
body .category-teaser-wrapper .category-teaser a.black:focus,
body .category-teaser-wrapper .category-teaser a.black:active {
    color: #000
}
body .category-teaser-wrapper .category-teaser .list {
    margin: 0;
    padding: 0
}
body .category-teaser-wrapper .category-teaser .list li {
    list-style: none
}
body .category-teaser-wrapper .category-teaser .list.sub-category li {
    margin: 0.3rem 0
}
body .category-teaser-wrapper .category-teaser .list.sub-category li a {
    border-bottom: 1px solid #dfdcd9
}
body .category-teaser-wrapper .category-teaser .list.sub-category li a a:not(.button) {
    color: #629c5e;
    text-decoration: none;
    border-bottom: 1px solid #dfdcd9
}
body .category-teaser-wrapper .category-teaser .list.sub-category li a a:not(.button):hover,
body .category-teaser-wrapper .category-teaser .list.sub-category li a a:not(.button):focus,
body .category-teaser-wrapper .category-teaser .list.sub-category li a a:not(.button):active {
    color: #588c54;
    text-decoration: none;
    border-bottom: 1px solid transparent
}
body .category-teaser-wrapper .category-teaser .list.sub-category li a a:not(.button) img {
    background: #fff
}
body .category-teaser-wrapper .category-teaser .list.sub-category li a:hover,
body .category-teaser-wrapper .category-teaser .list.sub-category li a:focus,
body .category-teaser-wrapper .category-teaser .list.sub-category li a:active {
    border-bottom: 1px solid transparent
}
body .category-teaser-wrapper .category-teaser .list.main-category {
    width: 100%;
    margin-top: 0.4rem;
    margin-right: 20px;
    margin-bottom: 10px
}
body .category-teaser-wrapper .category-teaser .list.main-category li a {
    width: 100%;
    display: inline-block;
    padding: 0.3rem 0;
    font-weight: 600;
    border-bottom: 1px solid #eee
}
body .category-teaser-wrapper .category-teaser .list.main-category li a:first-child {
    border-top: 1px solid #eee
}
@media only screen and (max-width: 699px) {
    body .category-teaser-wrapper .category-teaser {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    body .category-teaser-wrapper .column,
    body .category-teaser-wrapper .columns {
        padding: 0;
        padding-top: 20px
    }
    body .category-teaser-wrapper .column:first-child,
    body .category-teaser-wrapper .columns:first-child {
        padding-top: 0
    }
    body .category-teaser-wrapper .list-container {
        padding: 0;
        margin: 0
    }
    body .category-teaser-wrapper .list-container .column,
    body .category-teaser-wrapper .list-container .columns {
        margin: 0;
        padding: 0
    }
    body .category-teaser-wrapper .list-container .column:not(:first-child) li:first-child,
    body .category-teaser-wrapper .list-container .columns:not(:first-child) li:first-child {
        margin-top: 0
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    body .category-teaser-wrapper .column,
    body .category-teaser-wrapper .columns {
        padding: 0 10px;
        margin: 0
    }
    body .category-teaser-wrapper .column:first-child,
    body .category-teaser-wrapper .columns:first-child {
        padding-left: 0
    }
    body .category-teaser-wrapper .column:nth-child(2),
    body .category-teaser-wrapper .columns:nth-child(2) {
        padding-right: 0
    }
    body .category-teaser-wrapper .column:last-child:not(:nth-child(2)),
    body .category-teaser-wrapper .columns:last-child:not(:nth-child(2)) {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px
    }
    body .category-teaser-wrapper .list-container {
        padding: 0;
        margin: 0
    }
    body .category-teaser-wrapper .list-container .column,
    body .category-teaser-wrapper .list-container .columns {
        margin: 0;
        padding: 0
    }
    body .category-teaser-wrapper .list-container .column:not(:first-child) li:first-child,
    body .category-teaser-wrapper .list-container .columns:not(:first-child) li:first-child {
        margin-top: 0
    }
}
@media only screen and (min-width: 1180px) {
    body .category-teaser-wrapper .column,
    body .category-teaser-wrapper .columns {
        padding: 0 13.33333px;
        margin: 0
    }
    body .category-teaser-wrapper .column:first-child,
    body .category-teaser-wrapper .columns:first-child {
        padding-left: 0
    }
    body .category-teaser-wrapper .column:nth-child(2),
    body .category-teaser-wrapper .columns:nth-child(2) {
        padding-left: 6.66667px;
        padding-right: 6.66667px
    }
    body .category-teaser-wrapper .column:last-child,
    body .category-teaser-wrapper .columns:last-child {
        padding-right: 0
    }
    body .category-teaser-wrapper .list.main-category.floated {
        float: left;
        width: 33.333333%
    }
    body .category-teaser-wrapper .list.main-category {
        width: 100%;
        margin-top: 0.4rem;
        margin-right: 20px;
        margin-bottom: 10px
    }
    body .category-teaser-wrapper .list.main-category li a {
        width: 100%
    }
}
@media print {
    .content-wrapper>.content.column .content-box.use-cases .teaser {
        float: left;
        width: 33.3333%;
        border: inherit
    }
    .content-wrapper>.content.column .content-box.use-cases .content {
        float: right;
        width: 66.6667%
    }
}
.content-wrapper>.content.column .content-box.use-cases .radius-container {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.content-wrapper>.content.column .content-box.use-cases .radius-container * {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.content-wrapper>.content.column .content-box.use-cases h1,
.content-wrapper>.content.column .content-box.use-cases h2,
.content-wrapper>.content.column .content-box.use-cases h3,
.content-wrapper>.content.column .content-box.use-cases h4,
.content-wrapper>.content.column .content-box.use-cases h5,
.content-wrapper>.content.column .content-box.use-cases h6,
.content-wrapper>.content.column .content-box.use-cases .heading {
    font-size: 1.33333rem;
    margin-top: 0;
    color: #333
}
.content-wrapper>.content.column .content-box.use-cases h1 a,
.content-wrapper>.content.column .content-box.use-cases h2 a,
.content-wrapper>.content.column .content-box.use-cases h3 a,
.content-wrapper>.content.column .content-box.use-cases h4 a,
.content-wrapper>.content.column .content-box.use-cases h5 a,
.content-wrapper>.content.column .content-box.use-cases h6 a,
.content-wrapper>.content.column .content-box.use-cases .heading a {
    color: #333 !important
}
.content-wrapper>.content.column .content-box.use-cases h1 a:hover,
.content-wrapper>.content.column .content-box.use-cases h1 a:active,
.content-wrapper>.content.column .content-box.use-cases h2 a:hover,
.content-wrapper>.content.column .content-box.use-cases h2 a:active,
.content-wrapper>.content.column .content-box.use-cases h3 a:hover,
.content-wrapper>.content.column .content-box.use-cases h3 a:active,
.content-wrapper>.content.column .content-box.use-cases h4 a:hover,
.content-wrapper>.content.column .content-box.use-cases h4 a:active,
.content-wrapper>.content.column .content-box.use-cases h5 a:hover,
.content-wrapper>.content.column .content-box.use-cases h5 a:active,
.content-wrapper>.content.column .content-box.use-cases h6 a:hover,
.content-wrapper>.content.column .content-box.use-cases h6 a:active,
.content-wrapper>.content.column .content-box.use-cases .heading a:hover,
.content-wrapper>.content.column .content-box.use-cases .heading a:active {
    color: #000 !important
}
.content-wrapper>.content.column .content-box.use-cases .teaser a {
    display: block;
    border-bottom: none !important
}
.content-wrapper>.content.column .content-box.use-cases .teaser img {
    border: 1px solid #e8e4e1
}
@media only screen and (max-width: 699px) {
    .content-wrapper>.content.column .content-box.use-cases .teaser,
    .content-wrapper>.content.column .content-box.use-cases .content {
        margin-bottom: 20px
    }
    .content-wrapper>.content.column .content-box.use-cases:last-child .content {
        margin-bottom: 0
    }
}
@media only screen and (min-width: 700px) {
    .content-wrapper>.content.column .content-box.use-cases img {
        margin-top: 0.4rem
    }
}
@media print {
    .content-wrapper>.content.column .content-box.related-categories {
        display: none !important
    }
}
.content-wrapper>.content.column .content-box.related-categories .row {
    max-width: inherit;
    margin-left: 0;
    margin-right: 0
}
.content-wrapper>.content.column .content-box.related-categories .row.title {
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 10px
}
.content-wrapper>.content.column .content-box.related-categories .row.hub {
    padding-bottom: 10px
}
.content-wrapper>.content.column .content-box.related-categories .row.hub .column:first-child {
    padding-left: 0
}
.content-wrapper>.content.column .content-box.related-categories .row.hub .column:last-child {
    padding-right: 0
}
.content-wrapper>.content.column .content-box.related-categories .row.hub ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.content-wrapper>.content.column .content-box.related-categories .row.hub ul li {
    margin: 0.2rem 0;
    padding: 0
}
@media only screen and (max-width: 699px) {
    .content-wrapper>.content.column .content-box.related-categories .row.toggle {
        font-size: 0.9rem;
        text-align: left
    }
}
@media only screen and (min-width: 700px) {
    .content-wrapper>.content.column .content-box.related-categories .row.toggle {
        font-size: 0.8rem;
        text-align: right
    }
}
.content-wrapper>.content.column .custom-content-block h2 {
    margin-top: 2rem;
    font-weight: 700
}
.content-wrapper>.content.column .custom-content-block h2 a {
    border-bottom: none !important
}
.content-wrapper>.content.column .custom-content-block .teaser {
    float: right;
    display: inline-block;
    max-width: 50%;
    margin: 0.25rem 0.25rem 0.5rem 0.5rem
}
.content-wrapper>.content.column .custom-content-block .teaser:before,
.content-wrapper>.content.column .custom-content-block .teaser:after {
    content: " ";
    display: table
}
.content-wrapper>.content.column .custom-content-block .teaser:after {
    clear: both
}
.content-wrapper>.content.column .custom-content-block .teaser .caption {
    color: #555;
    font-size: 0.75rem;
    text-align: right
}
.content-wrapper>.content.column .custom-content-block .teaser img {
    max-width: 100%
}
.content-wrapper>.content.column .custom-content-block .square {
    display: block;
    padding: 10px;
    border-bottom: none !important;
    background: #f6f5f1;
    font-weight: 600;
    text-align: center;
    text-decoration: none
}
.content-wrapper>.content.column .custom-content-block .square img {
    margin-bottom: 10px;
    background: transparent !important
}
.content-wrapper>.content.column .custom-content-block .content {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 20px
}
.content-wrapper>.content.column .custom-content-block .content p {
    font-size: 1rem !important
}
.content-wrapper>.content.column .custom-content-block.classic {
    font-size: 0.9rem;
    line-height: 1.6
}
.content-wrapper>.content.column .custom-content-block.classic p {
    font-size: 0.9rem;
    line-height: 1.6
}
.content-wrapper>.content.column .custom-content-block.classic.col-1 h3 {
    font-size: 1.33333rem
}
.content-wrapper>.content.column .custom-content-block.classic.col-2 .sub-teaser,
.content-wrapper>.content.column .custom-content-block.classic.col-3 .sub-teaser {
    text-align: center;
    margin-bottom: 10px
}
.content-wrapper>.content.column .custom-content-block.classic.col-2 .sub-teaser img,
.content-wrapper>.content.column .custom-content-block.classic.col-3 .sub-teaser img {
    max-width: 100%
}
.content-wrapper>.content.column .custom-content-block.classic.col-2 h3,
.content-wrapper>.content.column .custom-content-block.classic.col-3 h3 {
    font-size: 1.15rem
}
.content-wrapper>.content.column .custom-content-block.classic h3 {
    line-height: 1.3;
    margin: -0.235rem 0 10px
}
.content-wrapper>.content.column .custom-content-block.classic h3>a {
    border-bottom: none !important
}
.content-wrapper>.content.column .custom-content-block.classic .row {
    margin-bottom: 0
}
.content-wrapper>.content.column .custom-content-block.classic .row:not(:last-child) {
    margin-bottom: 60px
}
.content-wrapper>.content.column .custom-content-block.classic .row .column:last-child {
    float: left
}
.content-wrapper>.content.column .custom-content-block.classic .row .column p:last-child {
    margin-bottom: 0
}
.content-wrapper>.content.column .custom-content-block.list .column:last-child {
    float: left
}
.content-wrapper>.content.column .custom-content-block.list ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.content-wrapper>.content.column .custom-content-block.list ul li {
    margin: 0;
    padding: 0
}
.content-wrapper>.content.column .custom-content-block.list ul li:first-child a {
    border-top: 1px solid #eee !important
}
.content-wrapper>.content.column .custom-content-block.list ul li a {
    display: inline-block;
    width: 100%;
    padding: 0.3rem 0;
    border-bottom: 1px solid #eee !important
}
.content-wrapper>.content.column .custom-content-block.list ul li a:hover,
.content-wrapper>.content.column .custom-content-block.list ul li a:focus,
.content-wrapper>.content.column .custom-content-block.list ul li a:active {
    border-bottom: 1px solid #eee !important
}
.content-wrapper>.content.column .custom-content-block.grey-boxes h3 {
    margin: 0;
    font-size: 1.15rem
}
.content-wrapper>.content.column .custom-content-block.grey-boxes h3>a {
    border-bottom: none !important
}
.content-wrapper>.content.column .custom-content-block.grey-boxes .row:not(:last-child) {
    margin-bottom: 20px
}
.content-wrapper>.content.column .custom-content-block.grey-boxes .inner {
    font-size: 0.9rem;
    line-height: 1.6;
    background: #f6f5f1
}
.content-wrapper>.content.column .custom-content-block.grey-boxes .inner p {
    font-size: 0.9rem;
    line-height: 1.6
}
.content-wrapper>.content.column .custom-content-block.grey-boxes .inner .content {
    margin-bottom: 0;
    padding: 10px
}
.content-wrapper>.content.column .custom-content-block.fancy .sub-block {
    padding: 160px 20px 20px;
    background-size: cover;
    background-repeat: no-repeat
}
.content-wrapper>.content.column .custom-content-block.fancy .sub-block:not(:last-child) {
    margin-bottom: 20px
}
.content-wrapper>.content.column .custom-content-block.fancy .sub-block .sub-block-content {
    font-size: 0.9rem;
    line-height: 1.6;
    padding: 20px;
    background: #fff;
    opacity: 0.9
}
.content-wrapper>.content.column .custom-content-block.fancy .sub-block .sub-block-content p {
    font-size: 0.9rem;
    line-height: 1.6
}
.content-wrapper>.content.column .custom-content-block.fancy .sub-block .sub-block-content h3 {
    margin: 0;
    margin-bottom: 20px;
    padding: 0
}
.content-wrapper>.content.column .custom-content-block.fancy .sub-block .sub-block-content h3 a {
    border-bottom: none !important
}
@media only screen and (max-width: 699px) {
    .content-wrapper>.content.column .custom-content-block>.row>.column.small-12 {
        margin-bottom: 20px
    }
    .content-wrapper>.content.column .custom-content-block>.row>.column.small-12:last-child {
        margin-bottom: 0
    }
}
@media print {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating {
        display: none !important
    }
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating {
    margin-top: 20px;
    background-color: #f7f5f6;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.45rem;
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .title {
    font-weight: 700
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating {
    margin-top: 20px;
    padding: 0 1rem
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column {
    width: 20%;
    text-align: center;
    padding: 0
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column span,
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column label .fa {
    display: block;
    width: 100%
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column span {
    font-size: 0.85rem
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column label .fa {
    margin-top: 10px;
    font-size: 1.3rem
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column input {
    display: none
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column input+label span {
    color: #6ead69
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column input+label span:hover {
    color: #559350
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column input:checked+label span {
    font-weight: 700;
    color: #000
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column input+label .active {
    display: none
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column input:checked+label .active {
    display: block
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column input+label .inactive {
    display: block
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column input:checked+label .inactive {
    display: none
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating.open+.inner.article-rating-onset {
    display: block
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset {
    display: none;
    position: relative;
    padding: 1em 1.35em;
    background: #e7e1e4;
    border: 1px solid #d7cdd2
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .arrow {
    display: block;
    position: absolute;
    width: 3rem;
    height: 1.5rem;
    top: -1.5rem;
    left: 1.5rem;
    -moz-transform: scaleX(0.65);
    -ms-transform: scaleX(0.65);
    -webkit-transform: scaleX(0.65);
    transform: scaleX(0.65)
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .arrow .fill,
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .arrow .border {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 1.5rem solid transparent
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .arrow .fill {
    -moz-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    -webkit-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    border-bottom: 1.5rem solid #e7e1e4
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .arrow .border {
    border-bottom: 1.5rem solid #d7cdd2
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .status {
    display: none;
    margin: 1.35rem 0;
    text-align: center
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .status p {
    margin-bottom: 0
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .content {
    display: block
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form select {
    font-size: 0.85rem
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form textarea {
    min-height: 12rem
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form button {
    margin-bottom: 0
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form button:first-child {
    margin-right: 0.75rem
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form .cancel {
    border-width: 1px;
    background-color: #e7e1e4;
    border-color: #d7cdd2;
    color: #333
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form .cancel:hover,
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form .cancel:focus {
    background-color: #d7cdd2
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form .cancel:hover,
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset .feedback-form .cancel:focus {
    color: #333
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset.success {
    background: #d1eed0;
    border: 1px solid #5b9d56
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset.success .arrow .fill {
    -moz-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    -webkit-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
    border-bottom: 1.5rem solid #d1eed0
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset.success .arrow .border {
    border-bottom: 1.5rem solid #5b9d56
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset.success .status {
    display: block
}
.site-wrapper>.row.content-wrapper>.column.content .inner.article-rating-onset.success .content {
    display: none
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating .row.rating .column span {
        font-size: 0.6rem
    }
}
@media only screen and (min-width: 700px) {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating.open {
        padding-bottom: 2.625rem;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px;
        border-radius: 4px 4px 0 0
    }
    .site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating-onset {
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0;
        border-radius: 0 0 4px 4px
    }
}
@-moz-keyframes custom-radio-animation {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.25);
        transform: scale(1.25)
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes custom-radio-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes custom-radio-animation {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@media print {
    .site-wrapper>.row.content-wrapper>.column.content>.inner.comments {
        display: none !important
    }
    .site-wrapper>.row.content-wrapper>.column.content>.inner.comments input,
    .site-wrapper>.row.content-wrapper>.column.content>.inner.comments textarea,
    .site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment-reply-link,
    .site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment-edit-link,
    .site-wrapper>.row.content-wrapper>.column.content>.inner.comments .logged-in-as,
    .site-wrapper>.row.content-wrapper>.column.content>.inner.comments .row.note {
        display: none !important
    }
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments {
    margin-top: 20px;
    background-color: #fff;
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .gutter-top {
    margin-top: 20px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .no-margin-bottom {
    margin-bottom: 0
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .title {
    padding: 0;
    margin: 0;
    margin-bottom: 0.66667rem;
    font-size: 1rem;
    font-weight: 700
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .bold {
    font-weight: 700
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .row.note {
    margin: 20px 0;
    background: #f8e7e0;
    border: 3px solid #d5b8aa
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .row.note:before,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .row.note:after {
    content: " ";
    display: table
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .row.note:after {
    clear: both
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .row.note .icon {
    margin: 0.25rem
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .row.note .column,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .row.note .columns {
    padding: 0.5rem 0.25rem
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .form-submit {
    text-align: right
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .form-submit input[type="submit"] {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.33333rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    background-color: #6ead69;
    border-color: #53904f;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 0 !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    font-size: 0.9rem
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .form-submit input[type="submit"]:hover,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .form-submit input[type="submit"]:focus {
    background-color: #53904f
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .form-submit input[type="submit"]:hover,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .form-submit input[type="submit"]:focus {
    color: #fff
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .author.column label,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .author.columns label,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .email.column label,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .email.columns label,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment-form-comment label {
    font-weight: 600
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .author.column,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .author.columns {
    margin: 0;
    padding: 0;
    padding-right: 10px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .email.column,
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .email.columns {
    margin: 0;
    padding: 0;
    padding-left: 10px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment.list>.comment {
    margin: 20px auto 0;
    padding: 1em 1.35em 1.35em;
    background: #f6f5f3
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment.list .comment.depth-1 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment.list .comment:not(.depth-1) {
    margin-top: 2.25rem;
    border-left: 1px solid #e7e4df;
    padding-left: 10px
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment.list .comment-author {
    display: inline;
    padding: 0;
    margin: 0;
    border: none
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment.list .comment-author .says {
    display: none
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment.list .comment-meta {
    display: inline;
    padding: 0;
    margin: 0;
    border: none
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment.list .comment-meta a {
    font-size: 0.8rem
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.comments .comment.list .comment-meta:after {
    display: block;
    content: ' ';
    padding: 0;
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background: #e7e4df
}
.content-wrapper>.content.column .content-box.accordion {
    margin: 20px 0
}
.content-wrapper>.content.column .content-box.accordion .content {
    font-size: 0.9rem
}
.content-wrapper>.content.column .content-box.accordion .title,
.content-wrapper>.content.column .content-box.accordion .content {
    border: 1px solid #dfdcd9
}
.content-wrapper>.content.column .content-box.accordion .trigger {
    cursor: pointer;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #629c5e
}
.content-wrapper>.content.column .content-box.accordion .trigger:hover {
    color: #333
}
.content-wrapper>.content.column .content-box.accordion .post-thumbnail {
    width: 45%
}
.content-wrapper>.content.column .content-box.accordion .post-thumbnail .caption {
    color: #555;
    font-size: 0.7rem;
    text-align: right
}
.content-wrapper>.content.column .content-box.accordion .heading {
    margin-top: 0.85rem;
    margin-bottom: 1.25rem
}
.content-wrapper>.content.column .content-box.accordion .heading a,
.content-wrapper>.content.column .content-box.accordion .heading .trigger {
    color: #333
}
.content-wrapper>.content.column .content-box.accordion .heading a:hover,
.content-wrapper>.content.column .content-box.accordion .heading a:focus,
.content-wrapper>.content.column .content-box.accordion .heading a:active,
.content-wrapper>.content.column .content-box.accordion .heading .trigger:hover,
.content-wrapper>.content.column .content-box.accordion .heading .trigger:focus,
.content-wrapper>.content.column .content-box.accordion .heading .trigger:active {
    color: #000
}
.content-wrapper>.content.column .content-box.accordion .title {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    border-left: 0.25rem solid #6ead69;
    border-top: none;
    border-bottom: none;
    background: #eef4ee
}
.content-wrapper>.content.column .content-box.accordion .title a,
.content-wrapper>.content.column .content-box.accordion .title .trigger {
    display: block;
    width: 100%;
    padding: 0.5rem 1.35rem;
    padding-left: 1.1rem;
    border: none;
    border-bottom: 1px solid #dfdcd9 !important
}
.content-wrapper>.content.column .content-box.accordion .content {
    display: none;
    padding: 0.5rem 1.35rem 1.25rem
}
.content-wrapper>.content.column .content-box.accordion .content ul {
    margin: 0 !important;
    padding: 0 !important
}
.content-wrapper>.content.column .content-box.accordion .content ul li {
    position: relative !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    padding-left: 2.375rem !important
}
.content-wrapper>.content.column .content-box.accordion .content ul li:before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    top: 0.35rem !important;
    left: 0 !important;
    border: 2px solid #6ead69 !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50%;
    border-radius: 50% !important
}
.content-wrapper>.content.column .content-box.accordion .content.active {
    display: block;
    overflow: hidden
}
.content-wrapper>.content.column .content-box.accordion .good {
    color: #7d9c7a
}
.content-wrapper>.content.column .content-box.accordion .bad {
    color: #f14e4e
}
.content-wrapper>.content.column .content-box.accordion .pro-con {
    font-size: 1rem;
    margin-top: 0.5rem
}
.content-wrapper>.content.column .content-box.accordion .pro-con .fa {
    margin-top: 0.35rem;
    font-size: 1.25rem
}
.content-wrapper>.content.column .content-box.accordion .pro-con .column {
    padding: 0 0.4375rem 0 0.875rem
}
.content-wrapper>.content.column .content-box.accordion .pro-con .column+.column {
    padding: 0 0.875rem 0 0.4375rem
}
.content-wrapper>.content.column .content-box.accordion .label-info {
    font-weight: 500;
    font-size: 0.8rem;
    padding-top: 0.1rem
}
.content-wrapper>.content.column .content-box.accordion .label-info.show-info {
    display: inline-block
}
.content-wrapper>.content.column .content-box.accordion .label-info.hide-info {
    display: none
}
.content-wrapper>.content.column .content-box.accordion .active .label-info.show-info {
    display: none
}
.content-wrapper>.content.column .content-box.accordion .active .label-info.hide-info {
    display: inline-block
}
.content-wrapper>.content.column .content-box.accordion:not(.vertical) .title {
    font-weight: 600;
    border-top: none
}
.content-wrapper>.content.column .content-box.accordion:not(.vertical) .title:first-child a,
.content-wrapper>.content.column .content-box.accordion:not(.vertical) .title:first-child .trigger {
    border-top: 1px solid #dfdcd9
}
.content-wrapper>.content.column .content-box.accordion:not(.vertical) .title:not(.active):hover a,
.content-wrapper>.content.column .content-box.accordion:not(.vertical) .title:not(.active):hover .trigger {
    color: #666
}
.content-wrapper>.content.column .content-box.accordion:not(.vertical) .content.active {
    border-top: none;
    -moz-animation-name: open-accordion-default;
    -webkit-animation-name: open-accordion-default;
    animation-name: open-accordion-default;
    -moz-animation-duration: 375ms;
    -webkit-animation-duration: 375ms;
    animation-duration: 375ms;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
.content-wrapper>.content.column .content-box.accordion.vertical:before,
.content-wrapper>.content.column .content-box.accordion.vertical:after {
    content: " ";
    display: table
}
.content-wrapper>.content.column .content-box.accordion.vertical:after {
    clear: both
}
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper {
    float: left;
    width: 25%
}
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title {
    border-top: none
}
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title a,
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title .trigger {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title:first-child a,
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title:first-child .trigger {
    border-top: 1px solid #dfdcd9
}
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title:not(.active):hover a,
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title:not(.active):hover .trigger {
    color: #666
}
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title.active a,
.content-wrapper>.content.column .content-box.accordion.vertical .title-wrapper .title.active .trigger {
    cursor: default;
    color: #000
}
.content-wrapper>.content.column .content-box.accordion.vertical .content {
    float: right;
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    width: 75%
}
.content-wrapper>.content.column .heading {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 600
}
@-moz-keyframes open-accordion-default {
    0% {
        max-height: 1px
    }
    100% {
        max-height: 105rem
    }
}
@-webkit-keyframes open-accordion-default {
    0% {
        max-height: 1px
    }
    100% {
        max-height: 105rem
    }
}
@keyframes open-accordion-default {
    0% {
        max-height: 1px
    }
    100% {
        max-height: 105rem
    }
}
.content-wrapper>.content.column .content-box.sources {
    margin: 20px 0 0
}
.content-wrapper>.content.column .content-box.sources .title {
    font-size: 0.9rem;
    font-weight: 700
}
.content-wrapper>.content.column .content-box.sources .sources {
    margin-bottom: 0
}
.content-wrapper>.content.column .content-box.sources .sources .source {
    margin: 0.35rem 0
}
.content-wrapper>.content.column .content-box.sources .sources cite {
    font-style: normal
}
.content-wrapper>.content.column .content-box.sources .sources cite.author {
    font-weight: 600
}
.content-wrapper>.content.column .content-box.sources .sources .online-source a {
    word-break: break-all
}
.content-wrapper>.sidebar .inner .widget.editorial-teasers .title,
.content-wrapper>.content.column .content-box.editorial-teasers .title {
    font-weight: 700;
    word-break: break-word
}
.content-wrapper>.sidebar .inner .widget.editorial-teasers ul,
.content-wrapper>.content.column .content-box.editorial-teasers ul {
    margin: 0 !important;
    padding: 0 !important
}
.content-wrapper>.sidebar .inner .widget.editorial-teasers li,
.content-wrapper>.content.column .content-box.editorial-teasers li {
    list-style: none;
    padding: 1.05px 0;
    border-bottom: 1px solid #dfdcd9
}
.content-wrapper>.sidebar .inner .widget.editorial-teasers li:first-child,
.content-wrapper>.content.column .content-box.editorial-teasers li:first-child {
    border-top: 1px solid #dfdcd9
}
.content-wrapper>.sidebar .inner .widget.editorial-teasers li a,
.content-wrapper>.content.column .content-box.editorial-teasers li a {
    display: inline-block;
    width: 100%;
    border-bottom: none !important
}
.content-wrapper>.sidebar .inner .widget.editorial-teasers p.title {
    margin-bottom: 20px
}
.content-wrapper>.sidebar .inner .widget.editorial-teasers img {
    margin-bottom: 20px
}
.content-wrapper>.content.column .content-box.editorial-teasers {
    margin: 20px 0
}
.content-wrapper>.content.column .content-box.editorial-teasers li a {
    padding: 1.05px 0
}
.content-wrapper>.content.column .content-box.editorial-teasers .column:first-child {
    text-align: center;
    margin-bottom: 20px
}
@media only screen and (min-width: 1180px) {
    .content-wrapper>.content.column .content-box.editorial-teasers .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .content-wrapper>.content.column .content-box.editorial-teasers .column:first-child {
        padding-left: 0;
        padding-right: 10px;
        margin-bottom: 0;
        text-align: left
    }
    .content-wrapper>.content.column .content-box.editorial-teasers .column:last-child {
        margin-top: 0;
        padding-left: 10px;
        padding-right: 0
    }
}
.content-wrapper>.content.column .content-box.infobox {
    overflow: hidden;
    margin: 20px 0;
    border: 1px solid #e8e4e1
}
.content-wrapper>.content.column .content-box.infobox>.head {
    border-left: 0.25rem solid #6ead69;
    padding: 0.75rem 1.35rem 0.75rem 1.1rem;
    background: #eef4ee
}
.content-wrapper>.content.column .content-box.infobox>.head .title {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 700
}
.content-wrapper>.content.column .content-box.infobox>.head+.content {
    padding-top: 1.25rem;
    border-top: 1px solid #e8e4e1
}
.content-wrapper>.content.column .content-box.infobox h4 {
    padding: 0;
    margin: 0;
    margin-top: 0.825rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2
}
.content-wrapper>.content.column .content-box.infobox>.content {
    padding: 0.5rem 1.35rem 1.25rem
}
.content-wrapper>.content.column .content-box.infobox ul {
    margin: 0 !important;
    padding: 0 !important
}
.content-wrapper>.content.column .content-box.infobox ul li {
    position: relative !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    padding-left: 2.375rem !important
}
.content-wrapper>.content.column .content-box.infobox ul li:before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    top: 0.35rem !important;
    left: 0 !important;
    border: 2px solid #6ead69 !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50%;
    border-radius: 50% !important
}
.content-wrapper>.content.column .content-box.hint {
    padding: 1.25rem 0.875rem;
    margin: 20px 0;
    background: #f6f5f1
}
.content-wrapper>.content.column .content-box.hint .flip {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.content-wrapper>.content.column .content-box.hint .column {
    padding-left: 10px;
    padding-right: 10px
}
.content-wrapper>.content.column .content-box.hint .icon {
    color: #6ead69;
    font-size: 3rem;
    margin-top: 0.5rem
}
.content-wrapper>.content.column .content-box.important-note {
    margin: 20px 0 0
}
.content-wrapper>.content.column .content-box.important-note p {
    font-size: 0.9rem
}
.content-wrapper>.content.column .content-box.important-note .bold {
    font-weight: 700
}
.content-wrapper>.content.column .content-box.important-note .icon {
    -moz-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem)
}
@media print {
    .content-wrapper>.content.column .content-box.important-note .icon {
        display: none
    }
}
@media only screen and (max-width: 699px) {
    .content-wrapper>.content.column .content-box.important-note .icon {
        display: none
    }
}
@media only screen and (min-width: 700px) {
    .content-wrapper>.content.column .content-box.important-note .fa {
        display: none
    }
}
.row.content-wrapper.blog-wrapper>.content.column .content-box.important-note {
    margin-top: 2rem;
    padding: 0;
}
@media print {
    .content-wrapper>.content.column .inner.related-content {
        display: none
    }
}
.content-wrapper>.content.column .inner.related-content {
    margin: 20px 0 !important
}
.content-wrapper>.content.column .inner.related-content .show-more {
    display: block;
    padding: 5px 0;
    margin-bottom: 20px;
    background: #6ead69;
    border-bottom: none !important;
    border-radius: 3px;
    color: #fff !important;
    transition: 225ms background
}
.content-wrapper>.content.column .inner.related-content .show-more:hover {
    background: #559350
}
.content-wrapper>.content.column .inner.related-content .show-more>div:first-child {
    width: 10%;
    padding-right: 5px;
    text-align: center;
    font-size: 2.5em
}
.content-wrapper>.content.column .inner.related-content .show-more>div:last-child {
    width: 90%;
    padding-left: 15px
}
.content-wrapper>.content.column .inner.related-content .show-more .title {
    font-size: 1.25em
}
.content-wrapper>.content.column .inner.related-content .show-more .subtitle {
    font-size: 0.9em
}
.content-wrapper>.content.column .inner.related-content .mt {
    margin-top: 20px
}
.content-wrapper>.content.column .inner.related-content .row.teaser {
    margin-top: 20px
}
.content-wrapper>.content.column .inner.related-content .row.teaser .title {
    font-size: 1.33333rem;
    margin-top: 0;
    color: #333
}
.content-wrapper>.content.column .inner.related-content .row.teaser .title a {
    color: #333 !important
}
.content-wrapper>.content.column .inner.related-content .row.teaser .title a:hover,
.content-wrapper>.content.column .inner.related-content .row.teaser .title a:active {
    color: #000 !important
}
.content-wrapper>.content.column .inner.related-content .row.teaser .teaser a {
    display: block;
    border-bottom: none !important;
    border-radius: 4px
}
.content-wrapper>.content.column .inner.related-content .row.teaser .teaser img {
    border: 1px solid #e8e4e1;
}
@media only screen and (max-width: 699px) {
    .content-wrapper>.content.column .inner.related-content .show-more {
        margin-bottom: 0
    }
    .content-wrapper>.content.column .inner.related-content .row.teaser {
        margin-top: 0
    }
    .content-wrapper>.content.column .inner.related-content .row.teaser .teaser,
    .content-wrapper>.content.column .inner.related-content .row.teaser .content {
        margin-top: 20px
    }
}
@media print {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs {
        display: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs {
        display: none
    }
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0;
        border-radius: 0 !important
    }
}
@media only screen {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs {
        display: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs {
        padding: 1em 1.35em 1.35em;
        background-color: #fff;
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs .title,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs .category {
        font-weight: 700
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs .title {
        padding-bottom: 0.65rem;
        margin-bottom: 0.65rem;
        border-bottom: 1px solid #dfdcd9
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab {
        margin: 0.2rem 0;
        padding: 0
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab a {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #dfdcd9
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab a:hover,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab a:focus,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab a:active {
        color: #000;
        border-bottom: 1px solid #dfdcd9
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab.active a {
        color: #333;
        font-weight: 600
    }
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs {
        display: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs {
        padding: 1em 1.35em 1.35em;
        background: #fff;
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs p {
        padding: 0;
        margin: 0.2em 0;
        font-size: 0.85rem
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs a:not(.button):not(.btn):not(.tp-btn) {
        border-bottom: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs a:not(.button):not(.btn):not(.tp-btn):hover,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs a:not(.button):not(.btn):not(.tp-btn):focus,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs a:not(.button):not(.btn):not(.tp-btn):active {
        border-bottom: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs .title {
        font-size: 1.15rem;
        font-weight: 700
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs .title.sub {
        margin-top: 0.75rem;
        font-size: 0.85rem
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list {
        margin: 0;
        padding: 0
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab {
        display: block;
        list-style: none;
        margin: 0.5rem 0
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab a {
        display: block
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs ul.tab-list li.tab.active a {
        color: #333;
        font-weight: 600
    }
}
@media only screen and (min-width: 1180px) {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.sidebar>.inner.tabs {
        display: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs {
        display: block
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>.title {
        display: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list {
        display: block;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #dbd6d2;
        font-size: 0.9rem
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list:before,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list:after {
        content: " ";
        display: table
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list:after {
        clear: both
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab.active a {
        cursor: default;
        color: #000;
        font-weight: 600
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab.active a:after {
        display: block;
        content: ' ';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        background: #fff
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab.active a:hover,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab.active a:focus,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab.active a:active {
        color: #000
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab.active a span {
        border-bottom: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab {
        display: inline-block;
        float: left;
        list-style: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a {
        display: inline-block;
        position: relative;
        padding: 0.35rem 0.7rem;
        color: #629c5e;
        text-decoration: none;
        border-right: 1px solid #dbd6d2;
        border-bottom: 1px solid transparent
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a:hover,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a:focus,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a:active {
        color: #588c54;
        text-decoration: none;
        border-bottom: 1px solid #fff
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a:hover span,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a:focus span,
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a:active span {
        border-bottom: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a span {
        border-bottom: 1px solid #dfdcd9
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs>ul.tab-list li.tab a .fa {
        display: none
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner.tabs+.inner.main { }
}
@media print {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser {
        display: none
    }
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser {
    margin: 60px 0;
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser .title {
    line-height: 1.45;
    font-size: 1.35rem
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser .column:first-child {
    text-align: center
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser .teaser-image-link {
    border-radius: 4px
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser .teaser-image-link img {
    width: auto;
    max-height: 9rem
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser>.row>.column:first-child {
    padding-right: 10px
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser>.row>.column:last-child {
    /*padding-left: 10px*/
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser>.row>.column .label-container {
    margin-bottom: 0.25rem
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser .title {
        font-size: 1.35rem
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser>.row>.column {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser>.row>.column:first-child {
        text-align: center
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .content-box.blog-teaser>.row>.column:last-child {
        margin-top: 10px
    }
}
@media print {
    .site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner .pagination {
        display: none
    }
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination {
    margin-top: 20px
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .current a,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .active a {
    color: #fff;
    background: #2c3046
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .current a:hover,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .current a:focus,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .current a:active,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .active a:hover,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .active a:focus,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .active a:active {
    background: #2c3046
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li .current,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li .active {
    display: block;
    padding: 0.06667rem 0.66667rem 0.06667rem;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    background: #2c3046;
    line-height: inherit
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li .current:hover,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li .current:focus,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li .current:active,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li .active:hover,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li .active:focus,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li .active:active {
    background: #2c3046
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li a {
    background: none;
    text-decoration: none;
    border-bottom: none;
    background: #f2f0ee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li a:hover,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li a:focus,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination li a:active {
    background: #e6e3e0
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .unavailable a {
    background: transparent
}
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .unavailable a:hover,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .unavailable a:focus,
.site-wrapper>.row.content-wrapper.blog-wrapper>.column.content>.inner ul.pagination .unavailable a:active {
    background: transparent
}
@media only screen and (max-width: 699px) {
    .site-wrapper>.row.content-wrapper.blog-wrapper.search-results>.column.content .content-box.blog-teaser p {
        text-align: left !important
    }
    .site-wrapper>.row.content-wrapper.blog-wrapper.search-results>.column.content .content-box.blog-teaser img {
        max-height: inherit !important;
        max-width: 15rem
    }
}
.content-wrapper.image-gallery .gallery-wrapper .gallery {
    margin-top: 20px
}
.content-wrapper.image-gallery .gallery-wrapper .gallery .swipe-icon-container {
    width: 100%;
    font-size: 1.75rem;
    margin-top: 20px
}
.content-wrapper.image-gallery .gallery-wrapper .gallery .content-container .content .title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.25rem
}
.content-wrapper.image-gallery .gallery-wrapper .gallery .content-container .content .subtitle {
    font-size: 0.85rem;
    font-weight: 500
}
.content-wrapper.image-gallery .gallery-wrapper .gallery .content-container .content .caption {
    font-size: 0.65rem;
    margin-bottom: 0.15rem;
    color: #777
}
.content-wrapper.image-gallery .gallery-wrapper .gallery .content-container .recommendation {
    margin-top: 20px
}
@media only screen and (max-width: 699px) and (orientation: portrait) {
    .content-wrapper.image-gallery .slider-container {
        margin-bottom: 40px;
        width: 104%;
        padding-left: 0;
        padding-right: 0;
        margin-left: -2%;
        margin-right: -2%
    }
}
@media only screen and (max-width: 699px) and (orientation: landscape) {
    .content-wrapper.image-gallery .slider-container {
        margin-bottom: 40px;
        margin-left: 17.5%;
        margin-right: 17.5%;
        width: 65%;
        padding-left: 0;
        padding-right: 0
    }
}
@media only screen and (max-width: 699px) {
    .content-wrapper.image-gallery .slider-container .top-counter {
        display: block;
        text-align: center;
        margin-bottom: 0.25rem;
        font-size: 0.9rem
    }
    .content-wrapper.image-gallery .slider-container .slider {
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
    }
    .content-wrapper.image-gallery .slider-container .slick-prev,
    .content-wrapper.image-gallery .slider-container .slick-next {
        font-size: 2rem;
        padding: 0.5rem 2rem;
        position: absolute;
        bottom: -4rem;
        cursor: pointer;
        background-color: #e8e8e8;
        border-color: #e8e8e8;
        color: #333
    }
    .content-wrapper.image-gallery .slider-container .slick-prev:hover,
    .content-wrapper.image-gallery .slider-container .slick-prev:focus,
    .content-wrapper.image-gallery .slider-container .slick-next:hover,
    .content-wrapper.image-gallery .slider-container .slick-next:focus {
        background-color: #d6d6d6
    }
    .content-wrapper.image-gallery .slider-container .slick-prev:hover,
    .content-wrapper.image-gallery .slider-container .slick-prev:focus,
    .content-wrapper.image-gallery .slider-container .slick-next:hover,
    .content-wrapper.image-gallery .slider-container .slick-next:focus {
        color: #333
    }
    .content-wrapper.image-gallery .slider-container .slick-prev {
        left: 2rem
    }
    .content-wrapper.image-gallery .slider-container .slick-next {
        right: 2rem
    }
    .content-wrapper.image-gallery .swipe-icon-container {
        display: block;
        overflow: visible;
        height: 1px
    }
    .content-wrapper.image-gallery .gallery-wrapper .gallery .content-container {
        margin-top: 20px
    }
    .content-wrapper.image-gallery .content-container .content {
        text-align: center
    }
    .content-wrapper.image-gallery .content-container .content .subtitle {
        display: none
    }
    .content-wrapper.image-gallery .content-container .content .description {
        text-align: left;
        margin-top: 20px
    }
}
@media only screen and (min-width: 700px) {
    html.touch .content-wrapper.image-gallery .swipe-icon-container {
        display: block
    }
    .content-wrapper.image-gallery .slider-container .top-counter {
        display: none
    }
    .content-wrapper.image-gallery .slider-container .slick-prev,
    .content-wrapper.image-gallery .slider-container .slick-next {
        cursor: pointer;
        position: absolute;
        display: inline-block;
        text-align: center;
        width: 60px;
        height: 60px;
        top: 50%;
        right: 0;
        margin-top: -30px;
        color: #fff;
        font-size: 3rem;
        -moz-transition: ease-in-out 110ms all;
        -o-transition: ease-in-out 110ms all;
        -webkit-transition: ease-in-out 110ms all;
        transition: ease-in-out 110ms all;
        opacity: 0.5;
        font-size: 3rem;
        text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000
    }
    .content-wrapper.image-gallery .slider-container .slick-prev:hover,
    .content-wrapper.image-gallery .slider-container .slick-next:hover {
        opacity: 0.85;
        text-shadow: 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 1px #333
    }
    .content-wrapper.image-gallery .slider-container .slick-next {
        right: 10px
    }
    .content-wrapper.image-gallery .slider-container .slick-prev {
        left: 10px
    }
}
@media only screen and (min-width: 1180px) {
    .content-wrapper.image-gallery .swipe-icon-container {
        display: none
    }
    .content-wrapper.image-gallery .gallery-wrapper .gallery .slider-container {
        padding-right: 0;
        width: 790px
    }
    .content-wrapper.image-gallery .gallery-wrapper .gallery .content-container {
        padding-left: 30px;
        width: 300px
    }
}
.content-wrapper.image-gallery .gallery-meta {
    margin-bottom: 20px
}
.content-wrapper.image-gallery .gallery-meta:before,
.content-wrapper.image-gallery .gallery-meta:after {
    content: " ";
    display: table
}
.content-wrapper.image-gallery .gallery-meta:after {
    clear: both
}
.content-wrapper.image-gallery .gallery-meta .error {
    color: red
}
.content-wrapper.image-gallery .gallery-meta .success {
    color: #0a0
}
.content-wrapper.image-gallery .gallery-meta b {
    font-weight: 500
}
.content-wrapper.image-gallery .gallery-meta .segment {
    float: left;
    display: inline-block;
    margin-right: 20px;
    font-size: 0.8rem;
    color: #474747
}
.content-wrapper.image-gallery .gallery-meta .segment a:not(.button) {
    color: #629c5e;
    text-decoration: none;
    border-bottom: 1px solid #dfdcd9
}
.content-wrapper.image-gallery .gallery-meta .segment a:not(.button):hover,
.content-wrapper.image-gallery .gallery-meta .segment a:not(.button):focus,
.content-wrapper.image-gallery .gallery-meta .segment a:not(.button):active {
    color: #588c54;
    text-decoration: none;
    border-bottom: 1px solid transparent
}
.content-wrapper.image-gallery .gallery-meta .segment a:not(.button) img {
    background: #fff
}
.content-wrapper.image-gallery .gallery-meta .share {
    margin-top: 10px
}
.content-wrapper.image-gallery .gallery-meta .rating-container .heading {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0
}
.content-wrapper.image-gallery .gallery-meta .rating-container .rating {
    font-size: 0.7rem;
    color: #777
}
.content-wrapper.image-gallery .gallery-meta .rating-container .stars {
    display: inline-block;
    font-size: 1.35rem;
    margin: 0.2rem 0 0.3rem
}
.content-wrapper.image-gallery .gallery-meta .rating-container .stars.active {
    cursor: pointer
}
.content-wrapper.image-gallery .gallery-meta .rating-container .stars.hover .fa-star {
    text-shadow: 1px 1px 1px #ca9800
}
.content-wrapper.image-gallery .gallery-meta .rating-container .stars .fa {
    color: #fdbf00;
    margin-left: 0.2em
}
.content-wrapper.image-gallery .gallery-meta .rating-container .stars .fa:first-child {
    margin-left: 0
}
@media only screen and (max-width: 699px) {
    .content-wrapper.image-gallery {
        /*text-align: center*/
    }
    .content-wrapper.image-gallery .gallery-meta .segment {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0
    }
    .content-wrapper.image-gallery .gallery-meta .rating-container {
        margin-top: 20px
    }
    .content-wrapper.image-gallery .gallery-meta .rating-container .stars {
        font-size: 2.3rem
    }
}
.content-wrapper.image-gallery .gallery-wrapper {
    padding-left: 0;
    padding-right: 0
}
.content-wrapper.image-gallery .gallery-wrapper>.inner {
    position: relative;
    padding: 1em 1.35em 1.35em;
    padding-bottom: 60px;
    background: #fff
}
.content-wrapper.image-gallery .gallery-wrapper>.inner a:not(.button) {
    color: #629c5e;
    text-decoration: none;
    border-bottom: 1px solid #dfdcd9
}
.content-wrapper.image-gallery .gallery-wrapper>.inner a:not(.button):hover,
.content-wrapper.image-gallery .gallery-wrapper>.inner a:not(.button):focus,
.content-wrapper.image-gallery .gallery-wrapper>.inner a:not(.button):active {
    color: #588c54;
    text-decoration: none;
    border-bottom: 1px solid transparent
}
.content-wrapper.image-gallery .gallery-wrapper>.inner a:not(.button) img {
    background: #fff
}
@media only screen and (min-width: 700px) and (max-width: 1179px) {
    .content-wrapper.image-gallery .gallery-wrapper>.inner {
        -moz-border-radius: 4px 4px 0 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 4px 0 4px
    }
}
@media only screen and (min-width: 700px) {
    .content-wrapper.image-gallery .gallery-wrapper>.inner {
        padding-bottom: 1.35em;
    }
    .content-wrapper.image-gallery>.gallery-wrapper ~ .content.column>.inner.main.main.main.main {
        -moz-box-shadow: 0px 4px 3px 0px #dbd6d2 !important;
        -webkit-box-shadow: 0px 4px 3px 0px #dbd6d2 !important;
        box-shadow: 0px 4px 3px 0px #dbd6d2 !important;
        -moz-border-radius: 0 0 4px 4px !important;
        -webkit-border-radius: 0;
        border-radius: 0 0 4px 4px !important
    }
    .content-wrapper.image-gallery .gallery-wrapper ~ .sidebar.column {
        padding-top: 20px !important
    }
}
@media only screen and (min-width: 1180px) {
    .content-wrapper.image-gallery .gallery-wrapper>.inner {
        -moz-border-radius: 4px 4px 4px 0;
        -webkit-border-radius: 4px;
        border-radius: 4px 4px 4px 0;
    }
}

/* New Layouts */

h2.subcat-headline {
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}

h1.cat-headline{
  margin-bottom: 4.0rem;
  margin-top: 1.5rem;
}

.subcat-bg {
  padding: 0.3rem 0.7rem 0.25rem 0.7rem;
  color: #fff;
  text-transform: uppercase;
}

#erste-symptome h2.subcat-headline{
  margin-top: 4rem;
}

.erste-symptome {
  background-color: #fed19c;
  padding: 0.3rem 0.3rem 0.5rem 0.8rem;
  position: absolute;
  bottom: 0;
  width: 97.2%;
}

.gesund-werden {
  background-color: #c1daa7;
  padding: 0.3rem 0.3rem 0.5rem 0.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gesund-leben {
  background-color: #b7d1ea;
  padding: 0.3rem 0.3rem 0.5rem 0.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.krank-sein {
  background-color: #f9bab8;
  padding: 0.3rem 0.3rem 0.5rem 0.8rem;
  position: absolute;
  bottom: 0;
  width: 98%;
}

.cat-label {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.3rem 0.8rem 0.5rem 0.8rem;
  position: absolute;
  text-transform: uppercase;
}

.slider-t-1 a, .slider-t-2 a, .slider-t-3 a, .slider-t-4 a {
  color: #fff !important;
}


#wissen .subcat-bg {
  background-color: #a3825d;
}

#wissen h2.subcat-headline{
  border-bottom: 2px solid #a3825d;
}

.wissen .subcat-bg {
  background-color: #a3825d;
}

.wissen h2.subcat-headline{
  border-bottom: 2px solid #a3825d;
}

.wissen-post {
  padding-top: 20px;
  margin-bottom: 30px !important;
}


.teaser-title {
  font-size: 1.4rem;
  font-weight: 700;
  /*margin-top: 1rem;*/
  line-height: 2.15rem;
}
.erster-post {
  margin-top: 1rem;
}

.teaser-title > a {
  color: #000;
  border-bottom: 0px !important;
}
.teaser-title.rel > a:hover {
color: #2c2f47 !important;
}
.mehr a:hover {
  color:#2c2f47 !important;
}
.mehr a{
  color: #8e8e8e !important;
  font-size: 1rem;
}
.teaser-title.unter > a {
  color: #000 !important;
}
@media only screen and (max-width: 1179px) and (min: 700px) {
.teaser-title .unter {
  margin-top: 5px !important;
}
}

.teaser-title-small > a {
  color: #000;
}

.teaser-title-small {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.15rem;
  margin-top: 0.35rem;
}

.date {
  font-size: 0.9rem;
  color: #d1d1d1;
}

.small-teaser{
  margin-bottom: 1.4rem !important;
}

.widgetreihe {
  display: -webkit-box;
  margin-bottom: 30px;
}


.gesund-leben-rect{
  height: 30px;
  width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 15px;
  background: #a3825d;
  color: #a3825d;
}

#erste-symptome a:hover {
  color: #fed19c;
}

#krank-sein a:hover {
  color: #f9bab8;
}

#gesund-werden a:hover {
  color: #c1daa7;
}

#wissen a:hover {
  color: #a3825d !important;
}

/* SLIDER STARTSEITE */

.slider-t-1 {
  background-size: cover !important;
  height: 400px;
}

.slider-t-1-hover{
  background: transparent;
  height: 100%;
}

.slider-t-1-hover:hover{
  background-color: #fed19c!important;
}

.slider-t-2 {
  background-size: cover !important;
  height: 197px;
}

.slider-t-3 {
  background-size: cover !important;
  height: 197px;
}

.slider-t-4 {
  background-size: cover;
  height: 197px;
}

.slider-t-2-hover, .slider-t-3-hover, .slider-t-4-hover{
  background: transparent;
  height: 100%;
}

.slider-t-2-hover:hover{
  background-color: #c1daa7!important;
}

.slider-t-3-hover:hover{
  background-color: #b7d1ea!important;
}

.slider-t-4-hover:hover{
  background-color: #f9bab8!important;
}

.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

.padding-left-5 {
  padding-left: 5px;
}

.sub-cat-home {
  text-align: right;
float: right;
margin-top: -56px;
font-size: 1rem;
}

.sub-cat-home a {
  margin-left: 20px;
}

.home-top-teaser {
  margin-bottom: 5.0rem;
  margin-top: 3.0rem;
}

.teaserbild img {
  width: 100%;
}
#wissen .blog-teaser-cat {
  margin-top:3rem;
}
.blog-teaser-cat {
  margin-top:3rem;
}
.category-teaser ul {
  margin-left:0px !important;
}
.category-teaser ul li {
  list-style:none;
}


.slide .title {
  font-size: 1.15rem;
font-weight: 700;
margin-bottom: 0.25rem;
margin-top: 2rem;
}
.slide .caption {
  float: right;
}

.kachel {
  margin-top: 6rem;
  margin-bottom: 6rem;
}


/* Gesund leben - Farben */

.category-52 a:hover {
    color: #b7d1ea;
}
.category-54 .weiter a:hover, .category-54 .teaser-title a:hover, .category-53 .weiter a:hover, .category-53 .teaser-title a:hover, .category-55 .weiter a:hover, .category-55 .teaser-title a:hover, .category-56 .weiter a:hover, .category-56 .teaser-title a:hover, .category-57 .weiter a:hover, .category-57 .teaser-title a:hover {
  color: #b7d1ea !important;
}
.category-52 h2.subcat-headline {
border-bottom: 2px solid #b7d1ea;
}
.category-52 .subcat-bg {
  background-color: #b7d1ea;
}
.category-52 .gesund-leben-rect, .category-53 .gesund-leben-rect, .category-54 .gesund-leben-rect, .category-55 .gesund-leben-rect, .category-56 .gesund-leben-rect, .category-57 .gesund-leben-rect {
  background: #b7d1ea;
  color: #b7d1ea;
}
#post-55936 a:hover {
    color: #b7d1ea !important;
}
#post-55936 h2.subcat-headline {
border-bottom: 2px solid #b7d1ea;
}
#post-55936 .subcat-bg {
  background-color: #b7d1ea;
}
#post-55936 .single-post {
  background: #b7d1ea;
  color: #b7d1ea;
}
@media only screen and (max-width: 1179px) {
#post-55936 .art:nth-child(3), #post-55936 .art:nth-child(4) {
  display: none;
}
#post-55936 .art-h:last-child, .category-52 .art-h:last-child {
  display: none;
}
}
.blau {
  background: #b7d1ea;
  color: #b7d1ea;
}
.blau-related {
  background: #b7d1ea;
}
.blau-titel {
  border-bottom: 2px solid #b7d1ea;
}

/* Erste Symptome - Farben */

.category-58 a:hover {
  color: #fed19c;
}
.category-59 .weiter a:hover, .category-59 .teaser-title a:hover, .category-60 .weiter a:hover, .category-60 .teaser-title a:hover, .category-61 .weiter a:hover, .category-61 .teaser-title a:hover, .category-62 .weiter a:hover, .category-62 .teaser-title a:hover {
  color: #fed19c !important;
}

.category-58 h2.subcat-headline {
  border-bottom: 2px solid #fed19c;
}
.category-58 .subcat-bg {
  background-color: #fed19c;
}
.category-58 .gesund-leben-rect, .category-59 .gesund-leben-rect, .category-60 .gesund-leben-rect, .category-61 .gesund-leben-rect, .category-62 .gesund-leben-rect {
  background: #fed19c;
  color: #fed19c;
}
#post-55969 a:hover {
  color: #fed19c !important;
}
#post-55969 h2.subcat-headline {
  border-bottom: 2px solid #fed19c;
}
#post-55969 .subcat-bg {
  background-color: #fed19c;
}
@media only screen and (max-width: 1179px) {
#post-55969 .art:nth-child(3), #post-55969 .art:nth-child(4) {
  display: none;
}
#post-55969 .art-h:last-child, .category-58 .art-h:last-child {
  display: none;
}
}

.orange {
  background: #fed19c;
  color: #fed19c;
}
.orange-related {
  background: #fed19c;
  /*border-bottom: 2px solid #fed19c;*/
}
.orange-titel {
  border-bottom: 2px solid #fed19c;
}

/* Krank sein - Farben */
.category-63 a:hover {
  color: #f9bab8;
}
.category-64 .weiter a:hover, .category-64 .teaser-title a:hover, .category-65 .weiter a:hover, .category-65 .teaser-title a:hover, .category-66 .weiter a:hover, .category-66 .teaser-title a:hover, .category-67 .weiter a:hover, .category-67 .teaser-title a:hover {
  color: #f9bab8 !important;
}
.category-63 h2.subcat-headline {
  border-bottom: 2px solid #f9bab8;
}
.category-63 .subcat-bg {
  background-color: #f9bab8;
}
.category-63 .gesund-leben-rect, .category-64 .gesund-leben-rect, .category-65 .gesund-leben-rect, .category-66 .gesund-leben-rect, .category-67 .gesund-leben-rect {
  background: #f9bab8;
  color: #f9bab8;
}
#post-55805 a:hover {
  color: #f9bab8 !important;
}
#post-55805 h2.subcat-headline {
  border-bottom: 2px solid #f9bab8;
}
#post-55805 .subcat-bg {
  background-color: #f9bab8;
}
@media only screen and (max-width: 1179px) {
#post-55805 .art:nth-child(3), #post-55805 .art:nth-child(4) {
  display: none;
}
#post-55805 .art-h:last-child, .category-63 .art-h:last-child {
  display: none;
}
}
.pink {
  background: #f9bab8;
  color: #f9bab8;
}
.pink-related {
  background: #f9bab8;
  /*border-bottom: 2px solid #f9bab8;*/
}
.pink-titel {
  border-bottom: 2px solid #f9bab8;
}
/* Gesund werden - Farben */
.category-68 a:hover {
  color: #c1daa7;
}
.category-69 .weiter a:hover, .category-69 .teaser-title a:hover, .category-70 .weiter a:hover, .category-70 .teaser-title a:hover, .category-71 .weiter a:hover, .category-71 .teaser-title a:hover, .category-72 .weiter a:hover, .category-72 .teaser-title a:hover {
  color: #c1daa7 !important;
}
.category-68 h2.subcat-headline {
  border-bottom: 2px solid #c1daa7;
}
.category-68 .subcat-bg {
  background-color: #c1daa7;
}
.category-68 .gesund-leben-rect, .category-69 .gesund-leben-rect, .category-70 .gesund-leben-rect, .category-71 .gesund-leben-rect, .category-72 .gesund-leben-rect {
  background: #c1daa7;
  color: #c1daa7;
}
#post-55743 a:hover {
  color: #c1daa7 !important;
}
#post-55743 h2.subcat-headline {
  border-bottom: 2px solid #c1daa7;
}
#post-55743 .subcat-bg {
  background-color: #c1daa7;
}
@media only screen and (max-width: 1179px) {
#post-55743 .art:nth-child(3), #post-55743 .art:nth-child(4) {
  display: none;
}
#post-55743 .art-h:last-child, .category-68 .art-h:last-child {
  display: none;
}
}
.gruen {
  background: #c1daa7;
  color: #c1daa7;
}
.gruen-related {
  background: #c1daa7;
  /*border-bottom: 2px solid #c1daa7;*/
}
.gruen-titel {
  border-bottom: 2px solid #c1daa7;
}

ul#menu-sub-menu-gesund-leben li a {
  text-transform:none !important;
}
#menu-sub-menu-gesund-leben {
  background: transparent;
}
ul#menu-sub-menu-gesund-leben li a:hover {
  background:transparent !important;
}
@media only screen and (min-width: 1180px){
body>.main-header>.inner .header-section.menu ul li a {
  height: auto;
  }
}
@media only screen and (min-width: 1180px) {
body>.main-header>.inner .header-section.menu ul li a:hover {
  background:transparent !important;
}
}
ul.mega-sub-menu li a {
  text-transform:none !important;
}
#wissen {
  margin-bottom: 100px;
}
.teaser-title-small {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.15rem;
    margin-top: 0.35rem;
    margin-bottom: 0px;
}
.small-teaser {
    margin-bottom: 1.4rem !important;
    margin-top: 1.4rem !important;
}
body .main-footer .footer-section.content ul li a {
    color: #8e8e8e;
    text-decoration: none;
}
.button.round {
    border-radius: 3px;
}
@media only screen and (min-width: 1180px){
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.heading {
    padding: 2.1rem 0rem 0.7rem;
}
}
@media only screen and (min-width: 700px){
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active a, .site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.current-menu-item a {
    padding: 0.7rem 1rem 0.7rem 0rem;
}
}
@media only screen and (min-width: 1180px){
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li a {
    padding: 0.7rem 0rem;
}
}
@media only screen and (min-width: 700px){
.site-wrapper>.row.content-wrapper>.column.navigation>.inner ul.main li.active a {
  padding: 0.7rem 1rem 0.7rem 0rem;
}
}
.editorial-teasers > .title {
  color:#000;
}
.label.widget {
  color: #fff;
background-color: #2c2f47;
padding: 0.25rem 0.5rem 0.37rem 0.5rem;
font-size: 0.95rem;
margin-top: 17px;
margin-bottom: 0;

}
button.round, .button.round {
    border-radius: 3px;
}
.content-wrapper>.sidebar .inner>.widget .team.wrapper {
    padding: 0.5rem;
    margin-top: 0.75rem;
    background: #e9eaec;
}
.content-wrapper>.sidebar .inner>.widget .team.onset {
    padding: 1.25rem;
    background: #e9eaec;
    border-top: 1px solid #fff;
}
.content-wrapper>.sidebar .inner>.widget .quick-test .test-wrapper {
    margin-top: 20px;
    padding: 0.75rem;
    background: #e9eaec;
}
.label.widget {
    color: #fff;
    background-color: #2c2f47;
    padding: 0.25rem 0.5rem 0.37rem 0.5rem;
    font-size: 0.95rem; margin-top: 17px;
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-info {
    background-color: #e9eaec;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.45rem;
}
.site-wrapper>.row.content-wrapper>.column.content>.inner.article-rating {
    margin-top: 20px;
    background-color: #e9eaec;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.45rem;
}
span.title-bg a {
  color:#fff !important;
}
#mega-menu-item-56097 ul {
  margin-left: 50%;
}

/* Navi Menu - Farben */

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
  vertical-align: top;
  margin-right: 5px;
}
.mega-menu-blau {
  border-bottom: 4px solid #B7D1EA !important;
}
.mega-menu-orange {
  border-bottom:4px solid #fed19c !important;
}
.mega-menu-pink {
  border-bottom:4px solid #f9bab8 !important;
}
.mega-menu-green {
  border-bottom:4px solid #c1daa7 !important;
}
.mega-menu-braun {
  border-bottom:4px solid #a3825d !important;
}

/* Mobile */
@media only screen and (max-width: 699px) {
  .no-padding-right {
      padding-right: 17px;
  }
  .erste-symptome {
      width: 91.4% !important;
  }
  .gesund-werden {
       width: 93.6%;
  }
  .krank-sein {
      width: 91% !important;
  }
  .teaser-title-small {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
    margin-top: 0.35rem;
    margin-bottom: 0px;
  }
  .cat-label {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.1rem 0.3rem 0.2rem 0.3rem;
    position: absolute;
    text-transform: uppercase;
    font-size: 0.7rem;
  }
  .slider-t-1 {
    background-size: cover !important;
    height: 250px;
  }
  .padding-left-5 {
    padding-left: 16px;
  }
  .gesund-werden {
    width: 100%;
  }
  .no-padding-right {
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .mob-pad-right  {
  padding-right:17px;
  }
  .gesund-leben {
    width: 100%;
  }

}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 6px 0px 6px;
}
@media only screen and (max-width: 900px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    margin-left:0px;
  }
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:after {
    content: '';
    color: #222;
    float: left;
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:before {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 30px;
    margin: 0 0 0 0;
    color: #6ead69;
}



.degin_team_widget {
  with:100%;
}
.slick-list {
  text-align:center;
}
.slick-slide > p > img {
  margin:0 auto;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto !important;
}
.onset {
  text-align:center;
  background:#e9eaec;
}
.team {
  background:#e9eaec;
}
.slick.team {
    width: 95%;
    height: auto;
    min-height: auto;
    max-height: auto;
    margin: 0 auto;
}
.team.wrapper {
    padding: 0.5rem;
    margin-top: 0.75rem;
    background: #e9eaec;
}
.widget_mymail_signup {
  width:100%;
}
.button[disabled] {
    background-color: #6ead69;
    border-color: #53904f;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
    border-radius: 5px;
    font-size: 0.9rem;
    width: 100%;
}
#mymail_signup-4 > p.title {
  border-bottom: 2px solid #2c2f47;
}
.mymail-widget-text-before {
  margin-bottom:10px;
}
.footer-sidebar {
  padding: 0;
  margin-bottom: 80px;
}
.title{
  font-weight: bold;
}
.related-posts {
  /*margin-bottom: 30px !important;*/
    padding-top: 25px;
  }
.kachel-t-1 {
    background-size: cover !important;
    height: 250px;
    margin-bottom: 20px;
}
.kachel-dunkel-overlay {
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.5);
}
.kachel-dunkel-overlay-hover:hover{
  background: rgba(0, 0, 0, 0.2);
}
.kachel-title {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.kachel-title-cat {
  color: #fff;
  text-align: center;
  padding-top:100px;
}
@media only screen and (min-width: 1180px) {
  .mega-menu-item #wissen .columns {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.mega-menu-item #wissen {
  margin-bottom: 10px;
}
.current-menu-item > a {
  font-weight: bold !important;
}

#breadcrumbs {
  font-size: 0.8rem;
  padding-left: 14px;
}

.artikel {
  margin-top: 24px;
}

.bigbutton {
  margin-top: 30px;
}
.article-title-bg {
  background-color: #2c2f47;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  color: #fff;
}
.article-headline {
  border-bottom: 2px solid #2c2f47;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.degin_team_widget {
    width: 100% !important;
}
.next {
  right: 0px;
    /*position: absolute;*/
    top: 89px;
  }
  .prev {
    left: 0px;
      /*position: absolute;*/
      top: 89px;
    }
.name {
  font-weight: bold;
}
.academic-title {
  margin-bottom:0px;
}
.team {
    background: #e9eaec;
    padding-bottom: 20px;
}
#degin_team_widget-4 > .widget > p:first-child {
border-bottom: 0px !important;
margin-bottom:0px;
}
#degin_team_widget-4 > .widget > p:nth-child(2) {
   border-bottom: 2px solid #2c2f47;
 }
 #degin_team_widget-4 > .widget > p > span.title-bg {
     background: transparent!important;
     color: #000 !important;
     padding-left: 0px;
 }
 #mega-menu-item-56097 > ul.mega-sub-menu {
   width: 40% !important;
   margin-left: 60% !important;
  }
  .content-wrapper>.sidebar .inner>.widget p {
    padding: 0;
    margin: 0 0 0 0 !important;
    font-size: 0.85rem;
    overflow: hidden;
}
#tp-plaintext-poll-preset .tp-btn {
border-radius: 3px !important;
}
.content-wrapper>.sidebar .inner #tp-plaintext-poll-preset .choices {
    background: #e9eaec!important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.f-blog-title {
  font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 8px;
    color: #000;
  }
  .f-blog-title a {
    color:#000;
    }
    .f-blog-title a:hover {
      color: #999;
    }
    .f-widget-title {
      border-bottom: 2px solid #2c2f47;
    margin-bottom: 5px;
  }
  .label.widget {
    margin-bottom: -1px;
  }

  @media only screen and (max-width: 699px){
  body>.main-header>.inner .header-section.menu:not(.hide-for-small-and-medium) {
    position: relative;
    top: 0rem !important;
    z-index: 1 !important;
    width: 100%;
    padding: 0;
    margin-bottom: 0px !important;
    background: transparent !important;
    border-top: 0px solid #efefef;
    margin-top:4px;
}
.right {
  text-align: center;
  float:none !important;
}
.right a {
  border: 1px solid;
  padding: 5px 10px 5px 10px;
}
.art {
  margin-bottom: 20px;
}
.archive #wissen {
  margin-top: 100px;
}
}
body>.main-header>.inner .header-section.menu ul li.current-menu-item a {
    cursor: default !important;
    color: #000;
    background: transparent;
}
body>.main-header>.inner .header-section.search-icon {
  border-right: 0px;
}
#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
    content: '';
}
@media only screen and (max-width: 900px) {
#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    display: block;
    margin-top: 28px;
    margin-left: -14px;
}
}
@media only screen and (max-width: 1179px) and (min-width: 700px){
body>.main-header>.inner .header-section.menu:not(.hide-for-small-and-medium) {
    position: relative;
    top: 0rem;
    z-index: 1 !important;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    background: transparent;
    border-top: 0px solid #efefef;
}
}
@media only screen and (max-width: 1179px) and (min-width: 700px){
body>.main-header>.inner .header-section.search-form {
      /*padding-top: 2.0em;*/
}
}
@media only screen and (max-width: 1179px) and (min-width: 700px) {
.site-wrapper>.row.content-wrapper>.column.navigation {
  padding-right: 20px;
}
ul.sub-menu {
  margin-top: 48px !important;
}
.site-wrapper {
  margin-top: 0px;
}
}
body .main-footer .footer-section.content ul li a:hover, body .main-footer .footer-section.content ul li a:focus, body .main-footer .footer-section.content ul li a:active {
  color: #2c2f47;
}
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
  color: #00b9eb !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #666 !important;
}

.mega-current-category-ancestor.mega-menu-item-has-children > a {
  font-weight: bold !important;
}
.mega-current-post-parent > a  {
  font-weight: bold !important;
}
.current-post-parent > a {
font-weight: bold !important;
}
.menu #menu-statische-seiten {
  padding-top: 25px;
}
.forum {
  padding-top: 40px !important;
}
@media only screen and (max-width: 900px) and (min-width: 700px) {
  .teaser-title-small {
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 1.45rem;
      margin-top: 0.35rem;
      margin-bottom: 0px;
  }
  .erste-symptome {
    width: 95.5%;
  }
  .krank-sein {
    width: 97%;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 900px) {
  .erste-symptome {
    width: 96.6%;
  }
  .krank-sein {
  width:97.6%;
  }
}

@media only screen and (max-width: 900px) {
#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    display: block;
    margin-top: 28px;
    margin-left: 0px;
}
}
.content-wrapper>.sidebar .inner .widget.newest-posts hr, .content-wrapper>.sidebar .inner .widget.popular-posts hr {
    margin: 0.6rem 0;
    padding: 0;
    border: 1px solid #fff;
}
.logoindex, .header-section.logo {
  z-index: 2 !important;
}
body>.main-header>.inner .suche-mobile .header-section.search-form {
  padding-top: 0px;
}
@media only screen and (min-width: 951px) {
body>.main-header>.inner .suche-mobile .header-section.search-form {
  display: none;
}
}
.suche-mobil {
  z-index: 2;
}
@media only screen and (max-width: 1179px) {
.teaser-title.rel, .wissen-label .teaser-title {
  color: #8e8e8e !important;
  font-size: 0.85rem;
  font-weight: normal;;
  line-height: inherit;;
}
.rel-label h2.subcat-headline, .wissen-label h2.subcat-headline {
  font-size: 0.95rem;
}
.wissen-label h2.subcat-headline {
  margin-bottom: 0.2rem;
}
.rel-label .subcat-bg, .wissen-label .subcat-bg {
  padding-bottom: 4px;
  text-transform:none;
}
.rel-label h2, .wissen-label h2 {
  line-height: 1.5rem;
}
.rel-label .related-posts {
  padding-top: 0px;
  margin-bottom: 25px !important;
}
.rel-label .medium-7, .wissen-label .medium-7 {
  padding-left: 0px;
}
.wissen-label .medium-5 {
  padding-left: 2rem;
  padding-right: 0.8rem;
}
.wissen-label .hr-line-transparent {
margin-top: 20px;
margin-bottom: 20px;
}
.rel-label {
  margin-bottom: 110px;
}
.rel-label .right, .wissen-label .right {
  float: left !important;
  font-size: 15px;
}
.rel-label .mehr > a {
  font-size: 15px;
}
.wissen-label .wissen-post {
  margin-bottom: 0px !important;
}
}
.wissen-label .teaser-title > a:hover {
  color: #2c2f47 !important;
}

.right .wis {
  float:right!important;
}
.sidebar .widget_totalpoll p, .sidebar .widget_text p, .sidebar.degin_team_widget p {
  line-height: 0.6rem;
}
.search-results {
}
.single-medarticle h1, .page-template-default h1 {
  margin-top: 10px;
}
.arrow.prev {
left: 0px;
position: absolute;
top: 89px;
}
.arrow.next {
right: 0px;
position: absolute;
top: 89px;
}
.tp-poll-container {
  margin-bottom: 80px;
}

/** MEGA DROPDOWN **/

    .mega-menu {
      border-top: 0px;
    }

    /* Change tab hover state to same colour as content background */
    .mega-menu .top-bar .top-bar-section li:hover > a {
      color: #222;
      background: none;
    }

    /* Remove Foundation dropdown arrow */
    .mega-menu .f-dropdown:before,
    .mega-menu .f-dropdown:after {
      border-style: none;
    }

    /* Remove content top border, align to left and add gradient to bottom of content */
    .mega-menu .open {
      border-top: none;
      border-color: #CCC;
      background: #ffffff; /* Old browsers */
      background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 96%, #d3d3d3 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(96%,#ffffff), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 96%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 96%,#d3d3d3 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 96%,#d3d3d3 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 96%,#d3d3d3 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
      left: 0 !important; /* <!-- !important overwrites inline style applied via Foundation JS */
    }



    .mega-menu .content ul li {
      float: none;
    }

    /* Remove hover state and background colour from content headings */
    .mega-menu .content[class*="content"] label,
    .mega-menu .content[class*="content"] label:hover {
      height: 3em;
      line-height: 3em;
      font-weight: bold;
      color: #222;
      background: #FFF;
      border-bottom: 1px solid #CCC;
    }

    /* Change content link colour background to same as content background */
    .mega-menu .top-bar .content[class*="content"] a {
      padding: 0;
      color: #222;
      background: none;
    }

    /* Add hover state to content links */
    .mega-menu .content[class*="content"] a:hover {
      background: none;
      text-decoration: underline;
    }

    .mega-menu .spacer {
      width: 200px;
    }

    @media only screen and (min-width: 40.0625em){


      /*.top-bar-section ul li {float: ;}*/
    }


/** FOUNDATION MORE **/

.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  z-index: 89;
  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 #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

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

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

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

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

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

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

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

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

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

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

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

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

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

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

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

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

.f-dropdown.drop-top:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #fff transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

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

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

.f-dropdown li:hover,.f-dropdown li:focus {
  background: none;
}

.f-dropdown li.radius {
  border-radius: 3px;
}

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

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 0rem;
  width: 100%;
  height: auto;
  max-height: 480px;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
  margin-top: 4px;
}

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

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

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

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

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

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

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

.dropdown.button:after,button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button:after,button.dropdown:after {
  border-color: #fff transparent transparent transparent;
}

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

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

.dropdown.button.tiny:after,button.dropdown.tiny:after {
  border-color: #fff transparent transparent transparent;
}

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

.dropdown.button.small:after,button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small:after,button.dropdown.small:after {
  border-color: #fff transparent transparent transparent;
}

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

.dropdown.button.large:after,button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large:after,button.dropdown.large:after {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.secondary:after,button.dropdown.secondary:after {
  border-color: #333 transparent transparent transparent;
}





.top-bar {
  height: 45px;
  line-height: 45px;
  position: absolute;
  background: none;
  margin-bottom: 0;
  width: 1068px;
}

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

.top-bar .row {
  max-width: none;
}
#mega-menu-56201 {
  max-width: 50%;
}

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

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

.top-bar .button,.top-bar button {
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  .top-bar .button,.top-bar button {
    position: relative;
    top: -1px;
  };
}

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

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

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

.top-bar .name h1 a {
  font-weight: normal;
  color: #fff;
  width: 75%;
  display: block;
  padding: 0 15px;
}

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

.top-bar .toggle-topbar a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: #000;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px #6ead69,0 7px 0 1px #6ead69,0 14px 0 1px #6ead69;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000;
}

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

.top-bar.expanded .title-area {
  background: none;
}

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

.top-bar.expanded .toggle-topbar a::after {
  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;
  transition: left 300ms ease-out;
}

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

.top-bar-section .divider,.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: none;
}

.top-bar-section ul li>a {
  display: block;
  width: 100%;
  color: #000;
  padding: 12px 0 12px 0;
  padding-left: 10px;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: 0.725rem;
  font-weight: normal;
  text-transform: uppercase;;
}
.top-bar-section ul li>a:hover {
  color: #000;
}

.top-bar-section ul li>a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #none;
  border-color: #none;
  color: #000;
}

.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus {
  background-color: #none;
}

.top-bar-section ul li>a.button:hover,.top-bar-section ul li>a.button:focus {
  color: #000;
}

.top-bar-section ul li>a.button.secondary {
  background-color: #none;
  border-color: #none;
  color: #000;
}

.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus {
  background-color: #none;
}

.top-bar-section ul li>a.button.secondary:hover,.top-bar-section ul li>a.button.secondary:focus {
  color: #000;
}

.top-bar-section ul li>a.button.success {
  background-color: #none;
  border-color: #none;
  color: #000;
}

.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus {
  background-color: #333;
}

.top-bar-section ul li>a.button.success:hover,.top-bar-section ul li>a.button.success:focus {
  color: #000;
}

.top-bar-section ul li>a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}

.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li>a.button.alert:hover,.top-bar-section ul li>a.button.alert:focus {
  color: #fff;
}

.top-bar-section ul li>button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
}
.top-bar-section ul li>button .fa {
  color: #000;
}

.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus {
  background-color: #none;
}

.top-bar-section ul li>button:hover,.top-bar-section ul li>button:focus {
  color: #000;
}

.top-bar-section ul li>button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
}

.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus {
  background-color: #b9b9b9;
}

.top-bar-section ul li>button.secondary:hover,.top-bar-section ul li>button.secondary:focus {
  color: #333;
}

.top-bar-section ul li>button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}

.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li>button.success:hover,.top-bar-section ul li>button.success:focus {
  color: #fff;
}

.top-bar-section ul li>button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}

.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li>button.alert:hover,.top-bar-section ul li>button.alert:focus {
  color: #fff;
}

.top-bar-section ul li:hover:not(.has-form)>a {
  /*background-color: #555;
  background: #272727;
  color: #fff;*/
  background: rgba(0, 0, 0, 0.1);
}

.top-bar-section ul li.active>a {
  /*background: #008CBA;
  color: #fff;*/
  font-weight: bold;
}

.top-bar-section ul li.active>a:hover {
  /*background: #0078a0;
  color: #fff;*/
}

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

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

.top-bar-section .has-dropdown>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255,255,255,0.4);
  border-left-style: solid;
  margin-right: 15px;
  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;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

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

.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .mobile-dropdown li {
  width: 100%;
  height: auto;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}

.top-bar-section .mobile-dropdown li a:hover {
  color: #fff !important;
}

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

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

.top-bar-section .dropdown li.title h5,.top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a {
  color: #000 !important;
  display: block;
  font-weight: bolder;
}

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

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

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

.js-generated {
  display: block;
}

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


@media only screen and (min-width: 73.063em) {
  .top-bar {
    background: none;
    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,.top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }

  .top-bar.expanded {
    background: none;
  }

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

  .top-bar-section {
    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-color: none;
    background: none;
    color: #000;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: none;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: none;
    background: #none;
    color: #666;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #666;
    background: none;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none;
    color: #666;
  }

  .top-bar-section .has-dropdown>a {
    padding-right: 35px !important;
  }

  .top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255,255,255,0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }

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

  .top-bar-section .has-dropdown.moved>.dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  .top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .has-dropdown>a:focus+.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    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: #fff;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    color: #fff;
    background: #333;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
    color: #fff;
    background-color: #555;
    background: #272727;
  }

  .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: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: #333;
    padding: 0 15px;
    height: 45px;
  }

  .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-color: #555;
    background: #272727;
    color: #fff;
  }

  .no-js .top-bar-section ul li:active>a {
    background: #008CBA;
    color: #fff;
  }

  .no-js .top-bar-section .has-dropdown:hover>.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  };
}

li.name > a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


/* DESKTOP MENU COLORS */

.desktop-menu li.main-nav{
  margin-left: 4px;
}

.desktop-menu li.main-nav:nth-child(2){
  border-bottom: 4px solid #B7D1EA !important;
}

.desktop-menu li.main-nav:nth-child(3){
  border-bottom:4px solid #fed19c !important;
}

.desktop-menu li.main-nav:nth-child(4){
  border-bottom:4px solid #f9bab8 !important;
}

.desktop-menu li.main-nav:nth-child(5){
  border-bottom:4px solid #c1daa7 !important;
}

.desktop-menu li.main-nav:nth-child(6){
  border-bottom:4px solid #a3825d !important;
}

.mega-menu-elements .widget {
  width: 23%;
  float: left !important;
  margin-right: 3%;
}
.mega-menu-elements .widget_search {
  width: 94%;
  float: right !important;
}

.widget_menu1_posts_widget, .widget_menu2_posts_widget, .widget_menu3_posts_widget, .widget_menu4_posts_widget {
  width: 71% !important;
}
.widget_menuwissen_posts_widget {
  width: 100% !important;
}

p.mega-menu-post-title a{
  line-height: 24px !important;
  font-size: 0.85rem;
  margin-top: 10px;
}

p.mega-menu-post-title a:hover{
  text-decoration: none !important;
}

.mega-menu-post-image {
  margin-top: 15px;
}





/* Mega Dropdown submenu BG Farben */

.widget-menu-blau {
  background: #b7d1ea !important;
}

.widget-menu-green {
  background: #c1daa7 !important;
}

.widget-menu-pink {
  background: #f9bab8 !important;
}

.widget-menu-orange {
  background: #fed19c !important;
}

.widget-menu-braun {
  background: #a3825d !important;
}

/* END Mega Dropdown submenu BG Farben */


.widget-menu-blau li, .widget-menu-green li, .widget-menu-pink li, .widget-menu-orange li, .widget-menu-braun li {
  padding-left: 20px;
}

.widget-menu-blau li a, .widget-menu-green li a, .widget-menu-pink li a, .widget-menu-orange li a, .widget-menu-braun li a{
  text-transform: none !important;
  font-size: 0.95rem !important;
  color: #fff !important;
}

.widget-menu-blau li a:hover, .widget-menu-green li a:hover, .widget-menu-pink li a:hover, .widget-menu-orange li a:hover, .widget-menu-braun li a:hover {
  text-transform: none !important;
  color: #000 !important;
  text-decoration: none !important;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px #ffffff;
}
@media only screen and (min-width: 700px) {
    .show-for-small {
        display: block !important;
    }
}
@media only screen and (max-width: 699px) {
.right {
  text-align: left;
}
.right a {
  border: none;
}
}
ul.mega-menu-elements li.widget {
  min-height: 280px;
}
ul.mega-menu-elements li.widget_search {
  min-height: 70px;
}
.menue {
  padding: 32px;
}
.logo-desktop    {
  margin-left: -11px !important;
}
.top-bar-section .dropdown li.title h5 a:hover {
background: rgba(0, 0, 0, 0.1);
}
.widget_search .header-section {
  margin-top: 7px;
}
#menu-item-56183 ul.sub-menu {
  background: #b7d1ea !important;
}
#menu-item-56178 ul.sub-menu {
  background: #fed19c !important;
}
#menu-item-56194 ul.sub-menu {
  background: #f9bab8 !important;
}
#menu-item-56189 ul.sub-menu {
  background: #c1daa7 !important;
}
#menu-item-56176 ul.sub-menu {
  background: #a3825d !important;
}
.sub-menu.dropdown li {
  padding-left: 0px;
}
ul.sub-menu {
  margin-top: 10px;
  padding-top: 0px !important;
}
#menu-mobile-menu a {
  padding-left: 19px;
}
#menu-mobile-menu {
  margin-top: 48px;
}
#menu-item-56177 {
  background: #fff;
}
#menu-item-56177 :hover {
  background: rgba(0, 0, 0, 0.1);
}
.mobile-menu {
  position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.menu-icon {
  z-index: 3;
}
.no-padding-left {
  padding-left:0px;
}
.shadow {
  height: 5px;
    position: absolute;
    box-shadow: 0px 3px 3px 0px rgba(204,204,204,0.91);
    width: 100%;
    top: 44px;
}

#cat-52 .subcat-bg,
#cat-52 .subcat-bg
{ background-color: #b7d1ea; }
#cat-52 h2.subcat-headline,
#cat-52 h2.subcat-headline
{ border-bottom: 2px solid #b7d1ea; }
#cat-63 .subcat-bg,
#cat-63 .subcat-bg
{ background-color: #f9bab8; }
#cat-63 h2.subcat-headline,
#cat-63 h2.subcat-headline
{ border-bottom: 2px solid #f9bab8; }


/* A/B Testing iframe Banner */
.below_content_banner iframe,
.below_info_banner iframe,
.below_rating_banner iframe,
.sidebar_banner iframe,
.skyscraper_banner iframe {
    display: block !important;
    border: none;
    overflow: visible; 
}

.abbanner {
	position: relative;
}

/* wegen Pflichttext-Mouseover*/
	.abbanner  .trackingcode {
		top: 19px;
	}
	.abbanner.below_content_banner  .trackingcode {
		top: 0px;
		height: 40px;
	}


.trackingcode a {
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
    background-color: rgba(255,255,255,0);
}
.trackingcode a:hover,
.trackingcode a:active,
.trackingcode a:focus {
    background-color: rgba(255,255,255,0.3);
}

/* Skyscraper AB Banner */
    .skyscraper_banner {
        position: fixed;
        left: 0;
        top: 150px;
        width: 160px;
    }
    .skyscraper_banner .trackingcode {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: 160px;
        max-height: 600px;
    }
    .skyscraper_banner .trackingcode a {
        display: block;
        height: 100%;
        width: 100%;
        max-width: 160px;
        max-height: 600px;
    }
    .skyscraper_banner iframe {
        width: 100%;
        height: 600px;
    }

/* Sidebar Banner */
    .sidebar_banner .trackingcode {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;		
    }
    .sidebar_banner .trackingcode a {
        display: block;
        height: 100%;
        width: 100%;
        max-width: 300px;
        max-height: 250px;
    }
    .sidebar_banner iframe {
        width: 300px;
        height: 250px;
    }

/* Below Banner */
    .below_content_banner,
    .below_info_banner,
    .below_rating_banner,
    .below_banner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .below_content_banner .trackingcode,
    .below_info_banner .trackingcode,
    .below_rating_banner .trackingcode,
    .below_banner .trackingcode {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: 468px;
        max-height: 60px;
    }
    .below_content_banner .trackingcode a,
    .below_info_banner .trackingcode a,
    .below_rating_banner .trackingcode a,
    .below_banner .trackingcode a {
        display: block;
        height: 100%;
        width: 100%;
        max-width: 468px;
        max-height: 60px;
    }
    .below_content_banner iframe,
    .below_info_banner iframe,
    .below_rating_banner iframe,
    .below_banner iframe {
        width: 468px;
        height: 60px;
    }

@media screen and (max-width: 1470px) {
    .skyscraper_banner {
        display: none;
    }
}

/* Cookie law */
#cookie-law-info-bar {
	display: block;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-family: inherit;
    bottom: 0px;
    border-top: 4px solid rgb(68, 68, 68);
    position: fixed;
}