@charset "UTF-8";#wpadminbar {
    position: fixed!important
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem
}

.wp-caption>figcaption {
    max-width: 100%;
    font-size: .8rem;
    color: #999;
    padding: .25rem 0
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: .625rem 0
}

.alignleft {
    float: left;
    padding-right: 1rem;
    margin: 0
}

.alignright {
    float: right;
    padding-left: 1rem;
    margin: 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

/*!* Datepicker v0.6.4
* https://github.com/fengyuanchen/datepicker
*
* Copyright (c) 2014-2017 Chen Fengyuan
* Released under the MIT license
*
* Date: 2017-11-24T14:38:19.628Z*/
.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.datepicker-container::after,.datepicker-container::before {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1
}

.datepicker-inline {
    position: static
}

.datepicker-top-left,.datepicker-top-right {
    border-top-color: #39f
}

.datepicker-top-left::after,.datepicker-top-left::before,.datepicker-top-right::after,.datepicker-top-right::before {
    border-top: 0;
    left: 10px;
    top: -5px
}

.datepicker-top-left::before,.datepicker-top-right::before {
    border-bottom-color: #39f
}

.datepicker-top-left::after,.datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px
}

.datepicker-bottom-left,.datepicker-bottom-right {
    border-bottom-color: #39f
}

.datepicker-bottom-left::after,.datepicker-bottom-left::before,.datepicker-bottom-right::after,.datepicker-bottom-right::before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px
}

.datepicker-bottom-left::before,.datepicker-bottom-right::before {
    border-top-color: #39f
}

.datepicker-bottom-left::after,.datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px
}

.datepicker-bottom-right::after,.datepicker-bottom-right::before,.datepicker-top-right::after,.datepicker-top-right::before {
    left: auto;
    right: 10px
}

.datepicker-panel>ul {
    margin: 0;
    padding: 0;
    width: 102%
}

.datepicker-panel>ul::after,.datepicker-panel>ul::before {
    content: " ";
    display: table
}

.datepicker-panel>ul::after {
    clear: both
}

.datepicker-panel>ul>li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px
}

.datepicker-panel>ul>li:hover {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover {
    color: #999
}

.datepicker-panel>ul>li.highlighted {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #cce5ff
}

.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover {
    color: #39f
}

.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default
}

.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next] {
    font-size: 18px
}

.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"] {
    width: 150px
}

.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px
}

.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover {
    background-color: #fff;
    cursor: default
}

.datepicker-hide {
    display: none
}

/*!normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

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

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

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

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: source sans pro,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

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

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.row {
    max-width: 72.5rem;
    margin-right: auto;
    margin-left: auto
}

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

.row::after {
    clear: both
}

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

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

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.gutter-small>.column,.row.gutter-small>.columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

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

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,.end.columns:last-child:last-child {
    float: left
}

.column.row.row,.row.row.columns {
    float: none
}

.row .column.row.row,.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    width: 8.33333%
}

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

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

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

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

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

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

.small-3 {
    width: 25%
}

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

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

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

.small-4 {
    width: 33.33333%
}

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

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

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

.small-5 {
    width: 41.66667%
}

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

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

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

.small-6 {
    width: 50%
}

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

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

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

.small-7 {
    width: 58.33333%
}

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

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

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

.small-8 {
    width: 66.66667%
}

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

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

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

.small-9 {
    width: 75%
}

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

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

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

.small-10 {
    width: 83.33333%
}

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

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

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

.small-11 {
    width: 91.66667%
}

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

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

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

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1>.column,.small-up-1>.columns {
    float: left;
    width: 100%
}

.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,.small-up-2>.columns {
    float: left;
    width: 50%
}

.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,.small-up-3>.columns {
    float: left;
    width: 33.33333%
}

.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,.small-up-4>.columns {
    float: left;
    width: 25%
}

.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,.small-up-5>.columns {
    float: left;
    width: 20%
}

.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,.small-up-6>.columns {
    float: left;
    width: 16.66667%
}

.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,.small-up-7>.columns {
    float: left;
    width: 14.28571%
}

.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,.small-up-8>.columns {
    float: left;
    width: 12.5%
}

.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

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

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

.small-uncollapse>.column,.small-uncollapse>.columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.small-centered {
    margin-right: auto;
    margin-left: auto
}

.small-centered,.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both
}

.small-pull-0,.small-push-0,.small-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0
}

@media print,screen and (min-width: 40em) {
    .medium-1 {
        width:8.33333%
    }

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

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

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

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

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

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

    .medium-3 {
        width: 25%
    }

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

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

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

    .medium-4 {
        width: 33.33333%
    }

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

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

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

    .medium-5 {
        width: 41.66667%
    }

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

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

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

    .medium-6 {
        width: 50%
    }

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

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

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

    .medium-7 {
        width: 58.33333%
    }

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

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

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

    .medium-8 {
        width: 66.66667%
    }

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

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

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

    .medium-9 {
        width: 75%
    }

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

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

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

    .medium-10 {
        width: 83.33333%
    }

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

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

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

    .medium-11 {
        width: 91.66667%
    }

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

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

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

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1>.column,.medium-up-1>.columns {
        float: left;
        width: 100%
    }

    .medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1>.column:last-child,.medium-up-1>.columns:last-child {
        float: left
    }

    .medium-up-2>.column,.medium-up-2>.columns {
        float: left;
        width: 50%
    }

    .medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2>.column:last-child,.medium-up-2>.columns:last-child {
        float: left
    }

    .medium-up-3>.column,.medium-up-3>.columns {
        float: left;
        width: 33.33333%
    }

    .medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3>.column:last-child,.medium-up-3>.columns:last-child {
        float: left
    }

    .medium-up-4>.column,.medium-up-4>.columns {
        float: left;
        width: 25%
    }

    .medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4>.column:last-child,.medium-up-4>.columns:last-child {
        float: left
    }

    .medium-up-5>.column,.medium-up-5>.columns {
        float: left;
        width: 20%
    }

    .medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5>.column:last-child,.medium-up-5>.columns:last-child {
        float: left
    }

    .medium-up-6>.column,.medium-up-6>.columns {
        float: left;
        width: 16.66667%
    }

    .medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6>.column:last-child,.medium-up-6>.columns:last-child {
        float: left
    }

    .medium-up-7>.column,.medium-up-7>.columns {
        float: left;
        width: 14.28571%
    }

    .medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7>.column:last-child,.medium-up-7>.columns:last-child {
        float: left
    }

    .medium-up-8>.column,.medium-up-8>.columns {
        float: left;
        width: 12.5%
    }

    .medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8>.column:last-child,.medium-up-8>.columns:last-child {
        float: left
    }

    .medium-collapse>.column,.medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

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

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

    .medium-uncollapse>.column,.medium-uncollapse>.columns {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto
    }

    .medium-centered,.medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

    .medium-pull-0,.medium-push-0,.medium-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width: 64em) {
    .large-1 {
        width:8.33333%
    }

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

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

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

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

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

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

    .large-3 {
        width: 25%
    }

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

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

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

    .large-4 {
        width: 33.33333%
    }

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

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

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

    .large-5 {
        width: 41.66667%
    }

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

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

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

    .large-6 {
        width: 50%
    }

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

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

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

    .large-7 {
        width: 58.33333%
    }

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

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

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

    .large-8 {
        width: 66.66667%
    }

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

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

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

    .large-9 {
        width: 75%
    }

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

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

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

    .large-10 {
        width: 83.33333%
    }

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

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

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

    .large-11 {
        width: 91.66667%
    }

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

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

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

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1>.column,.large-up-1>.columns {
        float: left;
        width: 100%
    }

    .large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .large-up-1>.column:last-child,.large-up-1>.columns:last-child {
        float: left
    }

    .large-up-2>.column,.large-up-2>.columns {
        float: left;
        width: 50%
    }

    .large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .large-up-2>.column:last-child,.large-up-2>.columns:last-child {
        float: left
    }

    .large-up-3>.column,.large-up-3>.columns {
        float: left;
        width: 33.33333%
    }

    .large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .large-up-3>.column:last-child,.large-up-3>.columns:last-child {
        float: left
    }

    .large-up-4>.column,.large-up-4>.columns {
        float: left;
        width: 25%
    }

    .large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .large-up-4>.column:last-child,.large-up-4>.columns:last-child {
        float: left
    }

    .large-up-5>.column,.large-up-5>.columns {
        float: left;
        width: 20%
    }

    .large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .large-up-5>.column:last-child,.large-up-5>.columns:last-child {
        float: left
    }

    .large-up-6>.column,.large-up-6>.columns {
        float: left;
        width: 16.66667%
    }

    .large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .large-up-6>.column:last-child,.large-up-6>.columns:last-child {
        float: left
    }

    .large-up-7>.column,.large-up-7>.columns {
        float: left;
        width: 14.28571%
    }

    .large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .large-up-7>.column:last-child,.large-up-7>.columns:last-child {
        float: left
    }

    .large-up-8>.column,.large-up-8>.columns {
        float: left;
        width: 12.5%
    }

    .large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .large-up-8>.column:last-child,.large-up-8>.columns:last-child {
        float: left
    }

    .large-collapse>.column,.large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

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

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

    .large-uncollapse>.column,.large-uncollapse>.columns {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto
    }

    .large-centered,.large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

    .large-pull-0,.large-push-0,.large-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}

.column-block {
    margin-bottom: 2.5rem
}

.column-block>:last-child {
    margin-bottom: 0
}

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

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

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

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

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

h1,h2,h3,h4,h5,h6 {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 600;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    line-height: 0;
    color: #cacaca
}

h1 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

h3 {
    font-size: 1.1875rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

h4 {
    font-size: .875rem;
    line-height: 1.3;
    margin-top: 0
}

h5 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

h6 {
    font-size: .875rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,screen and (min-width: 40em) {
    h1 {
        font-size:2.6rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 1.9375rem
    }

    h4 {
        font-size: 1.5rem
    }

    h5 {
        font-size: 1.5rem
    }

    h6 {
        font-size: 1.125rem
    }
}

a {
    line-height: inherit;
    color: #0C3992;
    text-decoration: none;
    cursor: pointer
}

a:focus,a:hover {
    color: #0C3992;
    text-decoration: underline
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 72.5rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #dae0e8;
    border-left: 0
}

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

li {
    font-size: inherit
}

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

ol {
    margin-left: 1.25rem
}

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

dl {
    margin-bottom: 1rem
}

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

blockquote {
    margin: 0 0 1.25rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

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

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: "— "
}

abbr {
    border-bottom: 1px dotted #0a0a0a;
    color: #0a0a0a;
    cursor: help
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    background-color: #dcdcdc;
    font-family: Consolas,liberation mono,Courier,monospace;
    font-weight: 400;
    color: #0a0a0a
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #dcdcdc;
    font-family: Consolas,liberation mono,Courier,monospace;
    color: #0a0a0a
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,screen and (min-width: 40em) {
    .medium-text-left {
        text-align:left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print,screen and (min-width: 64em) {
    .large-text-left {
        text-align:left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

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

@media print {
    * {
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }

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

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

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

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

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

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

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

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

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,a[href^='#']:after,a[href^='javascript:']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

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

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

    .print-break-inside {
        page-break-inside: auto
    }
}

[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #cacaca
}

input::placeholder,textarea::placeholder {
    color: #cacaca
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
    background-color: #dcdcdc;
    cursor: not-allowed
}

[type=button],[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

[type=checkbox]+label[for],[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group>:first-child {
    border-radius: 0
}

.input-group>:last-child>* {
    border-radius: 0
}

.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #dcdcdc;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%
}

.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

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

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem;
    background: #fefefe
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #0a0a0a;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzMyJyBoZWlnaHQ9JzI0JyB2aWV3Qm94PScwIDAgMzIgMjQnPjxwb2x5Z29uIHBvaW50cz0nMCwwIDMyLDAgMTYsMjQnIHN0eWxlPSdmaWxsOiByZ2IoMTM4LCAxMzgsIDEzOCknPjwvcG9seWdvbj48L3N2Zz4=);
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    -webkit-background-size: 9px 6px;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

@media screen and (min-width: 0\0 ) {
    select {
        background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

select:disabled {
    background-color: #dcdcdc;
    cursor: not-allowed
}

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

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,.button:hover {
    background-color: #14679e;
    color: #fefefe
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    background-color: #1779ba;
    color: #fefefe
}

.button.primary:focus,.button.primary:hover {
    background-color: #126195;
    color: #fefefe
}

.button.secondary {
    background-color: #767676;
    color: #fefefe
}

.button.secondary:focus,.button.secondary:hover {
    background-color: #5e5e5e;
    color: #fefefe
}

.button.success {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.success:focus,.button.success:hover {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button.warning {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.warning:focus,.button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button.alert {
    background-color: #cc4b37;
    color: #fefefe
}

.button.alert:focus,.button.alert:hover {
    background-color: #a53b2a;
    color: #fefefe
}

.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow,.button.hollow:focus,.button.hollow:hover {
    background-color: transparent
}

.button.hollow:focus,.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.primary {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow.primary:focus,.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.secondary:focus,.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:focus,.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button.disabled,.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button.disabled.primary,.button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button.disabled.secondary,.button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

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

.button.disabled.success,.button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.disabled.warning,.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.disabled.alert,.button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

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

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.hollow::after {
    border-top-color: #1779ba
}

.button.dropdown.hollow.primary::after {
    border-top-color: #1779ba
}

.button.dropdown.hollow.secondary::after {
    border-top-color: #767676
}

.button.dropdown.hollow.success::after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0
}

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

.button-group::after {
    clear: both
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded {
    margin-right: -1px
}

.button-group.expanded::after,.button-group.expanded::before {
    display: none
}

.button-group.expanded .button:first-child:last-child {
    width: 100%
}

.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child {
    margin-right: -6px
}

.button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe
}

.button-group.primary .button:focus,.button-group.primary .button:hover {
    background-color: #126195;
    color: #fefefe
}

.button-group.secondary .button {
    background-color: #767676;
    color: #fefefe
}

.button-group.secondary .button:focus,.button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #fefefe
}

.button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a
}

.button-group.success .button:focus,.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a
}

.button-group.warning .button:focus,.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe
}

.button-group.alert .button:focus,.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #fefefe
}

.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button {
    width: 100%
}

.button-group.stacked .button:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width:auto;
        margin-bottom: 0
    }
}

@media print,screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width:auto;
        margin-bottom: 0
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display:block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.flex-video,.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

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

.flex-video.widescreen,.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10,10,10,.45);
    overflow-y: scroll
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,screen and (min-width: 40em) {
    .reveal {
        min-height:0
    }
}

.reveal .column,.reveal .columns {
    min-width: 0
}

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

@media print,screen and (min-width: 40em) {
    .reveal {
        width:600px;
        max-width: 72.5rem
    }
}

@media print,screen and (min-width: 40em) {
    .reveal .reveal {
        right:auto;
        left: auto;
        margin: 0 auto
    }
}

.reveal.collapse {
    padding: 0
}

@media print,screen and (min-width: 40em) {
    .reveal.tiny {
        width:30%;
        max-width: 72.5rem
    }
}

@media print,screen and (min-width: 40em) {
    .reveal.small {
        width:50%;
        max-width: 72.5rem
    }
}

@media print,screen and (min-width: 40em) {
    .reveal.large {
        width:90%;
        max-width: 72.5rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top:0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,tfoot,thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f8f8f8;
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a
}

tfoot tr,thead tr {
    background: 0 0
}

tfoot td,tfoot th,thead td,thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display:none
    }

    table.stack tfoot {
        display: none
    }

    table.stack td,table.stack th,table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(10,10,10,.2);
    box-shadow: 0 0 0 1px rgba(10,10,10,.2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out
}

a.thumbnail:focus,a.thumbnail:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(23,121,186,.5);
    box-shadow: 0 0 6px 1px rgba(23,121,186,.5)
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.title-bar {
    padding: .5rem;
    background: #151719;
    color: #fff
}

.title-bar::after,.title-bar::before {
    display: table;
    content: ' '
}

.title-bar::after {
    clear: both
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left {
    float: left
}

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe
}

.tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 0em),screen and (min-width:40em) {
    .show-for-small-only {
        display:none!important
    }
}

@media print,screen and (min-width: 40em) {
    .hide-for-medium {
        display:none!important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display:none!important
    }
}

@media screen and (min-width: 40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 39.9375em),screen and (min-width:64em) {
    .show-for-medium-only {
        display:none!important
    }
}

@media print,screen and (min-width: 64em) {
    .hide-for-large {
        display:none!important
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display:none!important
    }
}

@media screen and (min-width: 64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display:none!important
    }
}

@media screen and (max-width: 63.9375em),screen and (min-width:75em) {
    .show-for-large-only {
        display:none!important
    }
}

.show-for-sr,.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0)
}

.show-on-focus:active,.show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto
}

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

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

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

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

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

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

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

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

.clearfix::after {
    clear: both
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    -webkit-transition-duration: 750ms!important;
    transition-duration: 750ms!important
}

.fast {
    -webkit-transition-duration: 250ms!important;
    transition-duration: 250ms!important
}

.linear {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.ease {
    -webkit-transition-timing-function: ease!important;
    transition-timing-function: ease!important
}

.ease-in {
    -webkit-transition-timing-function: ease-in!important;
    transition-timing-function: ease-in!important
}

.ease-out {
    -webkit-transition-timing-function: ease-out!important;
    transition-timing-function: ease-out!important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out!important;
    transition-timing-function: ease-in-out!important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
    transition-timing-function: cubic-bezier(.485,.155,.24,1.245)!important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
    transition-timing-function: cubic-bezier(.485,.155,.515,.845)!important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important
}

.short-delay {
    -webkit-transition-delay: .3s!important;
    transition-delay: .3s!important
}

.long-delay {
    -webkit-transition-delay: .7s!important;
    transition-delay: .7s!important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,100%,30%,70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,100%,30%,70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,.spin-ccw,.spin-cw,.wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms!important;
    animation-duration: 750ms!important
}

.fast {
    -webkit-animation-duration: 250ms!important;
    animation-duration: 250ms!important
}

.linear {
    -webkit-animation-timing-function: linear!important;
    animation-timing-function: linear!important
}

.ease {
    -webkit-animation-timing-function: ease!important;
    animation-timing-function: ease!important
}

.ease-in {
    -webkit-animation-timing-function: ease-in!important;
    animation-timing-function: ease-in!important
}

.ease-out {
    -webkit-animation-timing-function: ease-out!important;
    animation-timing-function: ease-out!important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out!important;
    animation-timing-function: ease-in-out!important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
    animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
    animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important
}

.short-delay {
    -webkit-animation-delay: .3s!important;
    animation-delay: .3s!important
}

.long-delay {
    -webkit-animation-delay: .7s!important;
    animation-delay: .7s!important
}

@font-face {
    font-family: rte-wp-icon;
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot#iefix) format("embedded-opentype"),url(../fonts/fontawesome-webfont.ttf) format("truetype"),url(../fonts/fontawesome-webfont.woff) format("woff"),url(../fonts/fontawesome-webfont.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" rte-wp-icon-"],[class^=rte-wp-icon-] {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rte-wp-icon-arrow-up:before {
    content: "\e900"
}

.rte-wp-icon-arrow-right:before {
    content: "\e901"
}

.rte-wp-icon-arrow-down:before {
    content: "\e902"
}

.rte-wp-icon-folder:before {
    content: "\e904"
}

hr {
    margin-top: .5rem
}

@media print,screen and (min-width: 40em) {
    hr {
        margin-top:1.25rem;
        margin-bottom: 1.875rem
    }
}

#single-post hr {
    margin-top: .5rem;
    margin-bottom: .375rem
}

@media print,screen and (min-width: 40em) {
    #single-post hr {
        margin-top:1.25rem;
        margin-bottom: 1.125rem
    }
}

@media print,screen and (min-width: 40em) {
    header hr {
        margin-top:1.5rem!important
    }
}

.page .entry-content {
    font-size: 1rem
}

@media print,screen and (min-width: 64em) {
    .page .entry-content {
        font-size:1.25rem
    }
}

@media print,screen and (min-width: 64em) {
    .page .entry-content p {
    }
}

h6 {
    text-transform: uppercase;
    margin-bottom: .625rem
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 1rem
}

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

.post-navigation:after {
    clear: both
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

.masthead .primary-nav-container {
    line-height: 0
}

.masthead #primary-nav ul li {
}

.masthead #primary-nav ul li a {
    padding-right: 1.25rem
}

@media print,screen and (min-width: 64em) {
    .masthead #primary-nav ul li a {
        padding:0 .5rem
    }
}

.masthead #primary-nav ul li a:hover,.masthead #primary-nav ul li a:hover:after {
    color: #00a7b3!important
}

@media print,screen and (min-width: 64em) {
    .masthead #primary-nav ul li:first-child a {
        padding-left:0
    }
}

.masthead #primary-nav ul.sub-menu {
    display: none;
    padding-left: 24px;
    border-top: 1px solid rgba(255,255,255,.2);
    overflow: hidden
}

.masthead #primary-nav ul.sub-menu li a {
    display: inline-block;
    width: 100%;
    line-height: inherit
}

.masthead .menu li.menu-item-has-children>a {
    position: relative;
    display: inline-block;
    width: 100%
}

.masthead .menu li.menu-item-has-children>a:after {
    position: absolute;
    right: 1rem;
    font-family: dashicons;
    font-size: 1rem;
    color: #677892;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear
}

@media print,screen and (min-width: 64em) {
    .masthead .menu li.menu-item-has-children>a:after {
        display:none
    }
}

.masthead .menu li.current-menu-ancestor>a,.masthead .menu li.current-menu-item>a,.masthead .menu li.current-page-ancestor>a {
}

.masthead .menu li.current-menu-ancestor>a:after,.masthead .menu li.current-menu-item>a:after,.masthead .menu li.current-page-ancestor>a:after {
    color: #00a7b3
}

.masthead .menu li.expanded>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.masthead .searchform input {
    display: inline-block;
    height: 29px
}

.masthead .searchform button {
    cursor: pointer
}

.subnav.rte {
    min-height: 3px;
    height: auto;
    font-family: source sans pro,sans-serif;
    position: relative;
    background: #00A1AD;
    overflow-y: hidden;
    overflow: initial !important;
}

.subnav.rte nav{
    overflow: initial !important;
}



.masthead.rte .nav-header {
background: none;
}
.side-menu {
    display: none
}

@media print,screen and (min-width: 64em) {
    .side-menu {
        display:block
    }
}

.side-menu,.side-menu ul {
    list-style: none;
    margin: 0
}

ul.dropdown.menu li.menu-item-has-children>a,ul.side-menu li.menu-item-has-children>a {
    position: relative;
    padding-right: 0!important
}

ul.dropdown.menu li.menu-item-has-children>a:after,.side-menu li.menu-item-has-children>a:after {
    position: absolute;
    right: 1rem;
    font-family: dashicons;
    font-size: 1.4rem;
    content: "\f345";
    color: #677892;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear
}

ul.dropdown.menu li.menu-item-has-children>a:after {
    color: #fff!important
}

ul.side-menu li.active>a,.side-menu li.current-menu-item>a,.side-menu li.current-post-parent>a {
    color: #337B84
}

ul.side-menu li.active>a:after,.side-menu li.current-menu-item>a:after,.side-menu li.current-post-parent>a:after {
    color: #337B84
}

.side-menu li.expanded>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.side-menu li .sub-menu {
    display: none
}

ul.side-menu li .sub-menu li {
    background-color: #f4f6f8
}

ul.side-menu li .sub-menu li .sub-menu li {
    background-color: #e2e7ed
}

ul.side-menu li .sub-menu li .sub-menu li a {
    padding-left: 3.75rem
}

ul.side-menu li .sub-menu a {
    font-size: 1.125rem
}

ul.side-menu li .sub-menu a:after {
    font-size: 1rem
}

ul.side-menu a {
    display: inline-block;
    width: 100%;
    color: #333C47;
    font-size: 1.3rem;
    padding: 1.4rem 1.25rem;
    border-bottom: 1px solid #dcdcdc
}

ul.side-menu a:hover,ul.side-menu a:hover:after {
    color: #00a7b3!important
}

.paginator {
    padding: 0
}

.paginator .columns {
    background-color: #f1f3f5;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem
}

.paginator .columns.results {
    color: #677892;
    font-size: 1.125rem;
    text-align: center;
    padding-left: 1.5rem;
    padding-bottom: 0
}

@media print,screen and (min-width: 40em) {
    .paginator .columns.results {
        text-align:left;
        padding-bottom: 1.125rem
    }
}

.paginator .columns.page-controls {
    padding-top: .5rem;
    padding-right: 1.5rem
}

@media print,screen and (min-width: 40em) {
    .paginator .columns.page-controls {
        padding-top:1.125rem
    }
}

.paginator .pager {
    margin: 0;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    .paginator .pager {
        text-align:right
    }
}

.paginator .pager .not-visible {
    visibility: hidden;
    display:none;
}

.paginator .pager a {
    color: #0a0a0a
}

.paginator .pager li {
    display: inline-block;
    font-weight: 700;
    text-align: center
}

.paginator .pager li.page {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.375rem;
    margin: 0 3px
}

.paginator .pager li.current {
    background: #00a7b3;
    border-radius: 90px;
    color: #fff;
    cursor: pointer
}

@media print,screen and (min-width: 40em) {
    body>.container {
        margin-bottom:2.5rem
    }
}

#footer-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc
}

#footer-container ul {
    margin-left: 0
}

#footer-container .disclaimer p {
    line-height: 1.5
}

#cookie-policy-strap h3 {
    font-size: inherit
}

.sidebar {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.sidebar:last-child:not(:first-child) {
    float: right
}

@media print,screen and (min-width: 64em) {
    .sidebar {
        width:33.33333%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }

    .sidebar:last-child:not(:first-child) {
        float: right
    }
}

body#tinymce {
    height: auto;
    max-width: 72.5rem;
    padding: 1.25rem!important
}

@media print,screen and (min-width: 40em) {
    #single-post .social-btn-container,.page .social-btn-container {
        text-align:right
    }
}

#single-post .btn-group,.page .btn-group {
    display: inline-block;
    vertical-align: middle
}

#single-post .btn-group span,.page .btn-group span {
    position: relative;
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    float: left;
    background: #6b728c;
    font-family: icomoon!important;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 1;
    text-align: left;
    color: #fff;
    margin-left: .5rem;
    cursor: pointer
}

#single-post .btn-group span a,.page .btn-group span a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0
}

#single-post .btn-group span.facebook,.page .btn-group span.facebook {
    background: #3b5998;
    font-size: 2.75rem;
    line-height: 2.25rem;
    margin-left: 0
}

#single-post .btn-group span.facebook:before,.page .btn-group span.facebook:before {
    margin-left: -5px
}

#single-post .btn-group span.twitter,.page .btn-group span.twitter {
    background: #55acee;
    line-height: 2.375rem
}

#single-post .btn-group span.twitter:before,.page .btn-group span.twitter:before {
    margin-top: 6px
}

#single-post .btn-group span.whatsapp,.page .btn-group span.whatsapp {
    display: inline-block;
    background: #25d366;
    font-size: 1.5rem;
    line-height: 2.3125rem
}

#single-post .btn-group span.whatsapp:before,.page .btn-group span.whatsapp:before {
    margin-left: 6px
}

@media print,screen and (min-width: 64em) {
    #single-post .btn-group span.whatsapp,.page .btn-group span.whatsapp {
        display:none
    }
}

#single-post .btn-group span.whatsapp2,.page .btn-group span.whatsapp2 {
    display: inline-block;
    background: 0 0;
    color: #25d366;
    font-size: 4.1875rem;
    line-height: 2.25rem
}

#single-post .btn-group span.whatsapp2:before,.page .btn-group span.whatsapp2:before {
    margin-left: -15px
}

@media print,screen and (min-width: 64em) {
    #single-post .btn-group span.whatsapp2,.page .btn-group span.whatsapp2 {
        display:none
    }
}

#single-post .btn-group span.envelope,.page .btn-group span.envelope {
    background: #a7b3c9;
    font-size: 1.875rem;
    line-height: 2.25rem
}

#single-post .btn-group span.envelope:before,.page .btn-group span.envelope:before {
    margin-left: 3px
}

#single-post .btn-group span.icon-icon_print,.page .btn-group span.icon-icon_print {
    display: none
}

@media print,screen and (min-width: 64em) {
    #single-post .btn-group span.icon-icon_print,.page .btn-group span.icon-icon_print {
        display:block
    }
}

.contact-widget .widget-title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: uppercase
}

.rte-article-attachment {
    display: block;
    width: 100%;
    height: 3.625rem;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    margin-bottom: 1.25rem
}

@media print,screen and (min-width: 40em) {
    .rte-article-attachment {
        height:5rem
    }
}

.rte-article-attachment>* {
    display: block;
    height: 3.625rem;
    line-height: 3.625rem
}

@media print,screen and (min-width: 40em) {
    .rte-article-attachment>* {
        height:5rem;
        line-height: 5rem
    }
}

.rte-article-attachment.no-bottom-border {
    border-bottom: none;
    margin-bottom: 0
}

.rte-article-attachment .file-icon {
    float: left;
    width: 2.8125rem;
    text-align: center
}

.rte-article-attachment .file-icon:before {
    font-family: rte-wp-icon;
    font-style: normal;
    font-size: 1.5625rem;
    content: "\e904";
    color: #cacaca;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media print,screen and (min-width: 40em) {
    .rte-article-attachment .file-icon {
        width:4.375rem
    }

    .rte-article-attachment .file-icon:before {
        font-size: 2.375rem
    }
}

.rte-article-attachment .file-download {
    float: right;
    font-size: 1.125rem;
    padding: 0 .625rem
}

.rte-article-attachment .file-download .text {
    display: none;
    vertical-align: middle
}

@media print,screen and (min-width: 40em) {
    .rte-article-attachment .file-download .text {
        display:inline
    }
}

.rte-article-attachment .file-download .rte-wp-icon-arrow-down {
    vertical-align: middle
}

@media screen and (max-width: 39.9375em) {
    .rte-article-attachment .file-download button {
        padding:.5rem
    }
}

@media print,screen and (min-width: 40em) {
    .rte-article-attachment .file-download {
        padding:0 1.25rem
    }

    .rte-article-attachment .file-download .rte-wp-icon-arrow-down {
        margin-left: .625rem
    }
}

.rte-article-attachment .file-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline
}

@media screen and (max-width: 39.9375em) {
    .rte-article-attachment .file-title {
        font-size:.875rem
    }
}

.no-touch .rte-article-attachment:hover button {
    background: #008e98
}

.fullscreen {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 56.25%
}

@media screen and (min-width: 64em) {
    .fullscreen {
        height:36.25rem;
        padding-bottom: 0
    }
}

.fullscreen.top {
    background-position: 50% 0
}

.fullscreen.bottom {
    background-position: 50% 100%
}

.fullscreen>.article-meta {
    display: none
}

@media screen and (min-width: 64em) {
    .fullscreen>.article-meta {
        display:block;
        width: 100%;
        position: absolute;
        bottom: 1.875rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .fullscreen>.article-meta .social-btn-container {
        float: right
    }
}

.archive article.format-aside,.home article.format-aside {
}

@media print,screen and (min-width: 40em) {
    .archive article.format-aside,.home article.format-aside {
    }
}

.archive article.format-aside h4,.home article.format-aside h4 {
    line-height: 1.15;
    color: #000
}

.archive article.format-aside a,.home article.format-aside a {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

@media print,screen and (min-width: 40em) {
    .archive article.format-aside a,.home article.format-aside a {
        border-bottom:none
    }
}

.archive article.format-aside a .img-container {
    position: relative;
    float: left;
    width: 40%;
    height: auto;
    overflow: hidden
}

@media print,screen and (min-width: 40em) {
    .archive article.format-aside a .img-container {
        width:360px;
        margin-right: 20px
    }
}

.archive article.format-aside a .img-container .inner {
    position: relative;
    margin-right: .625rem;
    margin-bottom: .625rem
}

@media print,screen and (min-width: 40em) {
    .archive article.format-aside a .img-container .inner {
        margin-bottom:0
    }
}

.archive article.format-aside a .img-container .inner .cropping-container {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0;
    overflow: hidden
}

.archive article.format-aside a .img-container .inner .cropping-container img {
    position: absolute;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle
}

.archive article.format-aside a .img-container .inner .cropping-container .gradient {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(99%,rgba(0,2,34,.64)),to(rgba(2,34,34,.65)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,2,34,.64) 99%,rgba(2,34,34,.65) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,2,34,.64) 99%,rgba(2,34,34,.65) 100%);
    z-index: 999
}

.archive article.format-aside a .article-meta,.home article.format-aside a .article-meta {
    height: calc(100% - 19px);
    width: calc(100% - 380px)!important;
    display: block!important;
    float: left!important
}

@media print,screen and (min-width: 40em) {
    .archive article.format-aside a .article-meta,.home article.format-aside a .article-meta {
        border-bottom:1px solid #dcdcdc
    }
}

.archive article.format-aside a .article-meta .meta-data,.archive article.format-aside .news-update-wrapper.content-asi .article-meta .meta-data,.home article.format-aside a .article-meta .meta-data {
    color: #00a7b3;
    font-size: .75rem;
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: .5rem
}

@media print,screen and (min-width: 40em) {
    .archive article.format-aside a .article-meta .meta-data,.home article.format-aside a .article-meta .meta-data {
        margin-top:1rem
    }
}

.archive article.format-aside a .article-meta .meta-data .pipe,.home article.format-aside a .article-meta .meta-data .pipe {
    font-size: .75rem;
    color: #0a0a0a;
    margin: 0 1px
}

.archive article.format-aside a:hover .gradient,.home article.format-aside a:hover .gradient {
    opacity: .3!important
}

.archive article.format-aside a:hover .underline,.home article.format-aside a:hover .underline {
}

[datepicker] {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

[datepicker]:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

[datepicker],[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea {
    height: 2.375rem;
    border: 1px solid #dae0e8;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .625rem;
    font-size: .875rem;
    line-height: 1.125rem;
    margin-top: .625rem
}

@media print,screen and (min-width: 40em) {
    [datepicker],[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea {
        height:3.125rem;
        padding: .75rem;
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

select {
    margin-top: .625rem
}

label {
    font-size: .875rem;
    line-height: 1.125rem
}

@media print,screen and (min-width: 40em) {
    label {
        font-size:1rem;
        line-height: 1.25rem
    }
}

label span.required:before {
    content: "*";
    color: #df0000
}

label span.info {
    display: block;
    font-style: italic;
    line-height: 1.25rem;
    color: #677890
}

@media print,screen and (min-width: 40em) {
    label span.info {
        display:inline;
        float: right
    }
}

label span.info:after,label span.info:before {
    content: "\f348";
    font-family: dashicons;
    font-style: normal;
    vertical-align: middle;
    color: #a3b0c6
}

label span.info:before {
    display: inline;
    margin-right: .3125rem;
    font-size: 1rem
}

@media print,screen and (min-width: 40em) {
    label span.info:before {
        display:none
    }
}

label span.info:after {
    display: none;
    margin-left: .3125rem;
    font-size: 1.3rem
}

@media print,screen and (min-width: 40em) {
    label span.info:after {
        display:inline
    }
}

[type=submit],button {
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: #fff;
    background: #00a7b3;
    border: none;
    border-radius: 6.25rem;
    padding: .9375rem 1.25rem;
    cursor: pointer;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.no-touch [type=submit]:hover,.no-touch button:hover {
    background: #008e98
}

[type=submit]:after {
    font-family: rte-wp-icon;
    font-size: 1.1rem;
    font-weight: 100;
    content: "\e901";
    vertical-align: middle;
    margin-left: .625rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[type=file] {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.file-upload-container {
    font-size: 1rem;
    display: block;
    width: 100%;
    height: 4.375rem;
    background-color: #f1f3f5;
    margin-top: .625rem;
    padding: .625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media print,screen and (min-width: 40em) {
    .file-upload-container {
        height:6.25rem;
        padding: 1.5625rem 1.25rem
    }
}

.file-upload-container .white-row {
    display: block;
    height: 3.125rem;
    background-color: #fff;
    border-radius: 6.25rem
}

@media screen and (max-width: 39.9375em) {
    .file-upload-container .white-row {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.file-upload-container .filename {
    display: none;
    color: #8a8a8a;
    cursor: default;
    line-height: 3rem;
    margin-left: 1.25rem;
    padding-right: .625rem
}

@media screen and (max-width: 39.9375em) {
    .file-upload-container .filename {
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1 10 auto;
        -ms-flex: 1 10 auto;
        flex: 1 10 auto
    }
}

.file-upload-container .filename:before {
    font-family: dashicons;
    color: #cacaca;
    content: "\f498";
    vertical-align: middle;
    margin-right: .3125rem
}

.file-upload-container .status {
    cursor: default;
    line-height: 3rem;
    margin-left: 1.25rem
}

@media screen and (max-width: 39.9375em) {
    .file-upload-container .status {
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1 10 auto;
        -ms-flex: 1 10 auto;
        flex: 1 10 auto
    }
}

.file-upload-container button.upload-btn {
    height: 100%;
    float: right
}

@media screen and (max-width: 39.9375em) {
    .file-upload-container button.upload-btn {
        width:3.125rem;
        height: 3.125rem;
        padding: 0
    }
}

.file-upload-container button.upload-btn .text {
    display: none
}

@media print,screen and (min-width: 40em) {
    .file-upload-container button.upload-btn .text {
        display:inline
    }
}

.file-upload-container button.upload-btn .dashicons {
    display: inline-block
}

@media print,screen and (min-width: 40em) {
    .file-upload-container button.upload-btn .dashicons {
        display:none
    }
}

.file-upload-container.file-selected .filename {
    display: inline
}

.file-upload-container.file-selected .status {
    display: none
}

[type=checkbox] {
    position: absolute;
    left: -9999px
}

[type=checkbox]+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

[type=checkbox]+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #cacaca;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1)
}

.no-touch [type=checkbox]+label:hover:before {
    border: 2px solid #00a7b3!important
}

[type=checkbox]+label:after {
    font-family: dashicons;
    content: '\f147';
    position: absolute;
    top: 0;
    left: -.1rem;
    font-size: 1.4rem;
    line-height: 1.25rem;
    color: #00a7b3;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

[type=checkbox]:disabled:checked+label:after,[type=checkbox][readonly]:checked+label:after {
    color: #999
}

[type=checkbox]:disabled+label,[type=checkbox][readonly]+label {
    color: #aaa
}

[type=checkbox]:disabled+label:before,[type=checkbox][readonly]+label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.no-touch [type=checkbox]:focus+label:before {
    border: 2px solid #00a7b3
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
    display: block;
    max-width: 72.5rem;
    margin-right: auto;
    margin-left: auto
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio::after,.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio::before {
    display: table;
    content: ' '
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio::after {
    clear: both
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    width: 50%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin: .3125rem 0 0;
    padding: 0
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:last-child:not(:first-child) {
    float: right
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:nth-child(3n):last-child {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding: 0
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:nth-child(3n):last-child:last-child:not(:first-child) {
    float: right
}

[type=radio] {
    position: absolute;
    left: -9999px
}

[type=radio]+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

[type=radio]+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #cacaca;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1)
}

.no-touch [type=radio]+label:hover:before {
    border: 2px solid #00a7b3!important
}

[type=radio]+label:after {
    content: '';
    background: #00a7b3;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    top: .25rem;
    right: .25rem;
    bottom: .25rem;
    left: .25rem;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

[type=radio]:disabled:checked+label:after,[type=radio][readonly]:checked+label:after {
    color: #999
}

[type=radio]:disabled+label,[type=radio][readonly]+label {
    color: #aaa
}

[type=radio]:disabled+label:before,[type=radio][readonly]+label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.no-touch [type=radio]:focus+label:before {
    border: 2px solid #00a7b3
}

iframe.google-maps {
    max-width: 100%;
    width: 100%
}

.language-switcher-container {
    background: #f1f3f5;
    margin-top: 2.5rem;
    font-size: 1.375rem;
    line-height: 1.75rem
}

.language-switcher-container .language-switcher {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    text-align: right
}

.language-switcher-container .language-switcher:last-child:not(:first-child) {
    float: right
}

@media screen and (max-width: 39.9375em) {
    .language-switcher-container .language-switcher {
        text-align:center
    }
}

.language-switcher-container a {
    text-decoration: underline
}

[data-whatinput=mouse] a:focus,[data-whatinput=touch] a:focus,button:focus {
    outline: 0
}

.widget-preview {
    padding: 1rem
}

.widget-preview .so-widget-helpline-widget {
    max-width: 730px
}

#page {
    max-width: 72.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem
}

#page::after,#page::before {
    display: table;
    content: ' '
}

#page::after {
    clear: both
}

#page .main-content {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-left: 0;
    padding-right: 0
}

#page .main-content:last-child:not(:first-child) {
    float: right
}

#page .main-content>article,#page .main-content>header {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media print,screen and (min-width: 64em) {
    #page .main-content {
        width:66.66667%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }

    #page .main-content:last-child:not(:first-child) {
        float: right
    }
}

#page-sidebar-left {
    max-width: 72.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: .5rem
}

#page-sidebar-left::after,#page-sidebar-left::before {
    display: table;
    content: ' '
}

#page-sidebar-left::after {
    clear: both
}

@media print,screen and (min-width: 40em) {
    #page-sidebar-left {
        margin-top:2rem
    }
}

#page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

#page-sidebar-left .main-content:last-child:not(:first-child) {
    float: right
}

@media print,screen and (min-width: 64em) {
    #page-sidebar-left .main-content {
        width:66.66667%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        position: relative;
        left: 33.33333%
    }

    #page-sidebar-left .main-content:last-child:not(:first-child) {
        float: right
    }
}

#page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

#page-sidebar-left .sidebar:last-child:not(:first-child) {
    float: right
}

@media print,screen and (min-width: 64em) {
    #page-sidebar-left .sidebar {
        width:33.33333%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        position: relative;
        left: -66.66667%
    }

    #page-sidebar-left .sidebar:last-child:not(:first-child) {
        float: right
    }
}

#page-sidebar-left article header .article-meta {
    padding-bottom: .9375rem;
    margin-bottom: .9375rem;
    border-bottom: 1px solid #dcdcdc
}

@media print,screen and (min-width: 40em) {
    #page-sidebar-left article header .article-meta {
        margin-top:-.875rem
    }
}

@media screen and (min-width: 64em) {
    #page-sidebar-left article header .article-meta {
        display:none
    }
}

#page-sidebar-left article header .article-meta .social-btn-container {
    text-align: left
}

#page-full-width {
    max-width: 72.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3rem
}

#page-full-width::after,#page-full-width::before {
    display: table;
    content: ' '
}

#page-full-width::after {
    clear: both
}

#page-full-width .main-content {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

#page-full-width .main-content:last-child:not(:first-child) {
    float: right
}

.rte-person {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25rem
}

@media print,screen and (min-width: 40em) {
    .rte-person {
        margin-bottom:2.5rem
    }
}

.no-touch .rte-person:hover {
    background: #f1f3f5
}

.rte-person:after,.rte-person:before {
    display: table;
    content: ' '
}

.rte-person .featured-person-image {
    width: 100%;
    margin-bottom: .625rem
}

@media print,screen and (min-width: 40em) {
    .rte-person .featured-person-image {
        width:37.5%;
        float: left;
        padding-right: 1.25rem;
        margin-bottom: 0
    }
}

.rte-person .featured-person-image .cropping-container {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 100% 0 0;
    overflow: hidden;
    background-color: #e5eaee
}

.rte-person .featured-person-image .cropping-container img {
    position: absolute;
    display: block;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.rte-person .featured-person-image .cropping-container .full-profile-chip {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 1rem;
    background: #fff;
    padding: .25rem .625rem;
    border-top-left-radius: .625rem
}

.touch .rte-person .featured-person-image .cropping-container .full-profile-chip {
    display: block
}

.rte-person .featured-person-image .cropping-container .full-profile-chip .icon {
    vertical-align: middle;
    margin-left: .25rem
}

.rte-person .excerpt,.rte-person .meta {
    width: 100%
}

@media print,screen and (min-width: 40em) {
    .rte-person .excerpt,.rte-person .meta {
        width:62.5%;
        float: right;
        padding-left: 1.25rem
    }
}

.rte-person .meta hr {
    margin-top: .625rem;
    margin-bottom: .625rem
}

.rte-person .full-name {
    line-height: 1.375rem;
    margin-bottom: 0
}

@media print,screen and (min-width: 40em) {
    .rte-person .full-name {
        line-height:1.8125rem
    }
}

.rte-person .position {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.25rem;
    color: #677892
}

.rte-person .excerpt {
    line-height: 1.5rem
}

@media print,screen and (min-width: 40em) {
    .rte-person .excerpt {
        line-height:1.625rem
    }
}

#single-post {
    max-width: 72.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: .5rem
}

#single-post::after,#single-post::before {
    display: table;
    content: ' '
}

#single-post::after {
    clear: both
}

@media print,screen and (min-width: 40em) {
    #single-post {
        margin-top:2rem
    }
}

#single-post .main-content {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-left: 0;
    padding-right: 0
}

#single-post .main-content:last-child:not(:first-child) {
    float: right
}

@media print,screen and (min-width: 64em) {
    #single-post .main-content {
        width:66.66667%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        position: relative;
        left: 33.33333%
    }

    #single-post .main-content:last-child:not(:first-child) {
        float: right
    }
}

#single-post .main-content>div,#single-post .main-content>footer,#single-post .main-content>header {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media print,screen and (min-width: 64em) {
    #single-post .main-content>div,#single-post .main-content>footer,#single-post .main-content>header {
        padding-left:0;
        padding-right: 0
    }
}

#single-post .sidebar {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

#single-post .sidebar:last-child:not(:first-child) {
    float: right
}

@media print,screen and (min-width: 64em) {
    #single-post .sidebar {
        width:33.33333%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        position: relative;
        left: -66.66667%
    }

    #single-post .sidebar:last-child:not(:first-child) {
        float: right
    }
}

#single-post .article-meta {
    margin-bottom: 1.125rem
}

#single-post .article-meta>.columns {
    padding-left: 0;
    padding-right: 0
}

#single-post .article-meta .date-container {
    line-height: 1.125rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: .875rem
}

@media print,screen and (min-width: 40em) {
    #single-post .article-meta .date-container {
        line-height:2.25rem;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0
    }
}

#single-post .article-meta .modified-date {
    color: #677892;
    font-size: .875rem
}

@media print,screen and (min-width: 64em) {
    #single-post .article-meta .modified-date {
        font-size:1.125rem
    }
}

#single-post figure img {
    width: 100%
}

#single-post figure hr {
    margin: 0 1.25rem
}

@media print,screen and (min-width: 64em) {
    #single-post figure hr {
        margin:0
    }
}

#single-post figcaption {
    color: #677892;
    font-size: .875rem;
    line-height: 1.125rem;
    text-align: center;
    margin: .4375rem 0;
    padding: 0 1.25rem
}

@media print,screen and (min-width: 64em) {
    #single-post figcaption {
        margin:1.125rem 0;
        padding: 0
    }
}

#single-post .byline {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    color: #677892;
    font-size: .875rem;
    line-height: 1.125rem;
    margin-top: 1.25rem;
    padding-bottom: 1.25rem
}

@media print,screen and (min-width: 40em) {
    #single-post .byline {
        font-size:1.125rem;
        line-height: 1.4375rem;
        margin-top: 0
    }
}

#single-post .byline .author-lite {
    width: 40%;
    margin: 0 auto;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    #single-post .byline .author-lite {
        float:left;
        text-align: left
    }
}

#single-post .byline .author-lite .byline-image {
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin: 0 auto .625rem
}

@media print,screen and (min-width: 40em) {
    #single-post .byline .author-lite .byline-image {
        display:inline-block;
        margin: .625rem 1.875rem .625rem 0
    }
}

#single-post .byline .author-lite .author {
    display: inline-block;
    vertical-align: middle
}

#single-post .byline .category-info {
    margin: 0 auto;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    #single-post .byline .category-info {
        float:right;
        margin: 1.0625rem 0;
        text-align: left
    }
}

#single-post .byline .category-info .more-from-category {
    display: block;
    vertical-align: middle;
    text-align: center
}

@media print,screen and (min-width: 40em) {
    #single-post .byline .category-info .more-from-category {
        display:inline-block;
        text-align: left
    }
}

#single-post .byline .category-info .more-from-category a {
    font-weight: 700
}

#single-post .byline .category-info .category-image {
    display: inline-block;
    width: 100px;
    height: 56.25px;
    vertical-align: middle;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin: .625rem auto 0
}

@media print,screen and (min-width: 40em) {
    #single-post .byline .category-info .category-image {
        margin:0 0 0 1.875rem
    }
}

#single-post .entry-content {
    font-size: 1rem
}

@media print,screen and (min-width: 64em) {
    #single-post .entry-content {
        font-size:1.25rem
    }
}

#single-post .entry-content p {
    line-height: 1.5rem
}

@media print,screen and (min-width: 64em) {
    #single-post .entry-content p {
        line-height:1.625rem
    }
}

ul.breadcrumbs li.pillar.disabled a {
    cursor: default;
    pointer-events: none
}

ul.breadcrumbs li.pillar.disabled a:hover {
    text-decoration: none!important
}

ul.breadcrumbs li.pillar:last-child a:after {
    display: none
}

h4.helplines-title {
    font-size: 1.125rem;
    margin-bottom: .5rem;
    font-weight: 700
}

@media screen and (min-width: 40em) {
    h4.helplines-title {
        font-size:1.5rem
    }
}

.page .collapsable-item {
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc
}

.page .collapsable-item.last-of-category {
    border-bottom: 1px solid #dcdcdc
}

.page .collapsable-item p,.page .collapsable-item ul {
    font-size: 1.1rem;
    line-height: 1.1
}

.page .collapsable-item li {
    margin: .625rem;
    line-height: 1.2
}

.page .collapsable-item .featured-image {
    display: none;
    max-width: 100%;
    width: 100%;
    float: left
}

@media print,screen and (min-width: 40em) {
    .page .collapsable-item .featured-image {
        max-width:36%
    }
}

.page .collapsable-item .featured-image .cropping-container {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0;
    overflow: hidden
}

.page .collapsable-item .featured-image .cropping-container img {
    position: absolute;
    display: block;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.page .collapsable-item .content {
    padding: .5rem
}

@media print,screen and (min-width: 40em) {
    .page .collapsable-item .content {
        padding:1rem
    }
}

.page .collapsable-item .header {
    font-size: 1.1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.page .collapsable-item .header .headline {
    display: inline-block;
    vertical-align: top;
    padding: .5rem .5rem .5rem 0
}

@media print,screen and (min-width: 40em) {
    .page .collapsable-item .header .headline {
        padding:1rem 1rem 1rem 0
    }
}

.page .collapsable-item .header .title {
    display: block;
    line-height: 26px
}

.page .collapsable-item .header .short-description {
    display: inline-block;
    color: #6d6d6d;
    font-style: italic;
    line-height: 1
}

.page .collapsable-item .header a.expand {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #a4b1c4;
    -webkit-transition: background-color .4s linear;
    transition: background-color .4s linear;
    border-radius: 50%;
    color: #fff;
    vertical-align: top;
    margin-top: .7rem;
    margin-right: .2rem;
    margin-left: .5rem;
    text-decoration: none!important
}

@media print,screen and (min-width: 40em) {
    .page .collapsable-item .header a.expand {
        width:25px;
        height: 25px;
        margin: 1rem .4rem 1rem 1rem
    }
}

.page .collapsable-item .header a.expand span {
    position: absolute;
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

@media print,screen and (min-width: 40em) {
    .page .collapsable-item .header a.expand span {
        font-size:12px;
        width: 25px;
        height: 25px;
        line-height: 25px
    }
}

.page .collapsable-item .header a.expand span:before {
    content: "\f460"
}

.page .collapsable-item .content {
    display: none;
    background: #f2f3f5;
    border-top: 1px solid #dcdcdc
}

.page .collapsable-item .contacts a {
    text-decoration: underline
}

.page .collapsable-item .contacts p {
    margin: 0;
    line-height: 1.2rem
}

.page .collapsable-item.featured .featured-image {
    display: inline-block
}

.page .collapsable-item.featured .header {
    cursor: auto
}

.page .collapsable-item.featured .header a.expand {
    display: none
}

.page .collapsable-item.featured .header .headline {
    padding-left: .5rem
}

@media print,screen and (min-width: 40em) {
    .page .collapsable-item.featured .header .headline {
        padding-left:1rem
    }
}

.page .collapsable-item.featured .content {
    display: block
}

.page .collapsable-item.featured,.page .collapsable-item.single {
    border: 1px solid #dcdcdc;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.page .collapsable-item.has-featured-image .header::after,.page .collapsable-item.has-featured-image .header::before {
    display: table;
    content: ' '
}

.page .collapsable-item.has-featured-image .header::after {
    clear: both
}

@media print,screen and (min-width: 40em) {
    .page .collapsable-item.has-featured-image .header .headline {
        width:64%;
        float: right
    }
}

.page .collapsable-item.no-featured-image .header .headline {
    width: 86%
}

.page .collapsable-item.collapsed .header a.expand {
    background-color: #00a7b3
}

.page .collapsable-item.collapsed .header a.expand span {
    width: 20px;
    height: 20px;
    line-height: 23px
}

@media print,screen and (min-width: 40em) {
    .page .collapsable-item.collapsed .header a.expand span {
        width:25px;
        height: 25px;
        line-height: 27px
    }
}

.page .collapsable-item.collapsed .header a.expand span:before {
    content: "\f132"
}

.widget_helpline-widget {
    margin-top: 1rem;
    margin-bottom: 1rem!important
}

.widget_helpline-widget .collapsable-item.featured {
    margin: 0
}
