@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

dfn {
    font-style: italic
}

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

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

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: not-allowed
}

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

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

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

body {
    padding: 0;
    margin: 0;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

select {
    width: 100%
}

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

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

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

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

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

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

.row:after {
    clear: both
}

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

.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media screen and (min-width:40em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

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

.row.expanded {
    max-width: none
}

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

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

@media screen and (min-width:40em) {
    .column,
    .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

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

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

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

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

.small-1 {
    width: 8.33333%
}

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

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

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

.small-2 {
    width: 16.66667%
}

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

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

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

.small-3 {
    width: 25%
}

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

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

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

.small-4 {
    width: 33.33333%
}

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

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

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

.small-5 {
    width: 41.66667%
}

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

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

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

.small-6 {
    width: 50%
}

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

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

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

.small-7 {
    width: 58.33333%
}

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

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

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

.small-8 {
    width: 66.66667%
}

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

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

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

.small-9 {
    width: 75%
}

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

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

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

.small-10 {
    width: 83.33333%
}

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

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

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

.small-11 {
    width: 91.66667%
}

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

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

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

.small-12 {
    width: 100%
}

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

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

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

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

.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(odd),
.small-up-2>.columns:nth-of-type(odd) {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:40em) {
    .medium-1 {
        width: 8.33333%
    }
    .medium-push-1 {
        position: relative;
        right: 8.33333%
    }
    .medium-pull-1 {
        position: relative;
        right: -8.33333%
    }
    .medium-offset-0 {
        margin-right: 0
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-push-2 {
        position: relative;
        right: 16.66667%
    }
    .medium-pull-2 {
        position: relative;
        right: -16.66667%
    }
    .medium-offset-1 {
        margin-right: 8.33333%
    }
    .medium-3 {
        width: 25%
    }
    .medium-push-3 {
        position: relative;
        right: 25%
    }
    .medium-pull-3 {
        position: relative;
        right: -25%
    }
    .medium-offset-2 {
        margin-right: 16.66667%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-push-4 {
        position: relative;
        right: 33.33333%
    }
    .medium-pull-4 {
        position: relative;
        right: -33.33333%
    }
    .medium-offset-3 {
        margin-right: 25%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-push-5 {
        position: relative;
        right: 41.66667%
    }
    .medium-pull-5 {
        position: relative;
        right: -41.66667%
    }
    .medium-offset-4 {
        margin-right: 33.33333%
    }
    .medium-6 {
        width: 50%
    }
    .medium-push-6 {
        position: relative;
        right: 50%
    }
    .medium-pull-6 {
        position: relative;
        right: -50%
    }
    .medium-offset-5 {
        margin-right: 41.66667%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-push-7 {
        position: relative;
        right: 58.33333%
    }
    .medium-pull-7 {
        position: relative;
        right: -58.33333%
    }
    .medium-offset-6 {
        margin-right: 50%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-push-8 {
        position: relative;
        right: 66.66667%
    }
    .medium-pull-8 {
        position: relative;
        right: -66.66667%
    }
    .medium-offset-7 {
        margin-right: 58.33333%
    }
    .medium-9 {
        width: 75%
    }
    .medium-push-9 {
        position: relative;
        right: 75%
    }
    .medium-pull-9 {
        position: relative;
        right: -75%
    }
    .medium-offset-8 {
        margin-right: 66.66667%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-push-10 {
        position: relative;
        right: 83.33333%
    }
    .medium-pull-10 {
        position: relative;
        right: -83.33333%
    }
    .medium-offset-9 {
        margin-right: 75%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-push-11 {
        position: relative;
        right: 91.66667%
    }
    .medium-pull-11 {
        position: relative;
        right: -91.66667%
    }
    .medium-offset-10 {
        margin-right: 83.33333%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-11 {
        margin-right: 91.66667%
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: right
    }
    .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: right
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: right
    }
    .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(odd),
    .medium-up-2>.columns:nth-of-type(odd) {
        clear: both
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: right
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: right
    }
    .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: right
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: right
    }
    .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: right
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: right
    }
    .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: right
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: right
    }
    .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: right
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: right
    }
    .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: right
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: right
    }
    .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: right
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .expanded.row .medium-collapse.row,
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .medium-centered {
        margin-left: auto;
        margin-right: auto
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:64em) {
    .large-1 {
        width: 8.33333%
    }
    .large-push-1 {
        position: relative;
        right: 8.33333%
    }
    .large-pull-1 {
        position: relative;
        right: -8.33333%
    }
    .large-offset-0 {
        margin-right: 0
    }
    .large-2 {
        width: 16.66667%
    }
    .large-push-2 {
        position: relative;
        right: 16.66667%
    }
    .large-pull-2 {
        position: relative;
        right: -16.66667%
    }
    .large-offset-1 {
        margin-right: 8.33333%
    }
    .large-3 {
        width: 25%
    }
    .large-push-3 {
        position: relative;
        right: 25%
    }
    .large-pull-3 {
        position: relative;
        right: -25%
    }
    .large-offset-2 {
        margin-right: 16.66667%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-push-4 {
        position: relative;
        right: 33.33333%
    }
    .large-pull-4 {
        position: relative;
        right: -33.33333%
    }
    .large-offset-3 {
        margin-right: 25%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-push-5 {
        position: relative;
        right: 41.66667%
    }
    .large-pull-5 {
        position: relative;
        right: -41.66667%
    }
    .large-offset-4 {
        margin-right: 33.33333%
    }
    .large-6 {
        width: 50%
    }
    .large-push-6 {
        position: relative;
        right: 50%
    }
    .large-pull-6 {
        position: relative;
        right: -50%
    }
    .large-offset-5 {
        margin-right: 41.66667%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-push-7 {
        position: relative;
        right: 58.33333%
    }
    .large-pull-7 {
        position: relative;
        right: -58.33333%
    }
    .large-offset-6 {
        margin-right: 50%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-push-8 {
        position: relative;
        right: 66.66667%
    }
    .large-pull-8 {
        position: relative;
        right: -66.66667%
    }
    .large-offset-7 {
        margin-right: 58.33333%
    }
    .large-9 {
        width: 75%
    }
    .large-push-9 {
        position: relative;
        right: 75%
    }
    .large-pull-9 {
        position: relative;
        right: -75%
    }
    .large-offset-8 {
        margin-right: 66.66667%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-push-10 {
        position: relative;
        right: 83.33333%
    }
    .large-pull-10 {
        position: relative;
        right: -83.33333%
    }
    .large-offset-9 {
        margin-right: 75%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-push-11 {
        position: relative;
        right: 91.66667%
    }
    .large-pull-11 {
        position: relative;
        right: -91.66667%
    }
    .large-offset-10 {
        margin-right: 83.33333%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-11 {
        margin-right: 91.66667%
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: right
    }
    .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: right
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: right
    }
    .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(odd),
    .large-up-2>.columns:nth-of-type(odd) {
        clear: both
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: right
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: right
    }
    .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: right
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: right
    }
    .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: right
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: right
    }
    .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: right
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: right
    }
    .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: right
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: right
    }
    .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: right
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: right
    }
    .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: right
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .expanded.row .large-collapse.row,
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
    .large-centered {
        margin-left: auto;
        margin-right: auto
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

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

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

em,
i {
    font-style: italic
}

b,
em,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

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

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.1875rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.0625rem
}

h6 {
    font-size: 1rem
}

@media screen and (min-width:40em) {
    h1 {
        font-size: 3rem
    }
    h2 {
        font-size: 2.5rem
    }
    h3 {
        font-size: 1.9375rem
    }
    h4 {
        font-size: 1.5625rem
    }
    h5 {
        font-size: 1.25rem
    }
    h6 {
        font-size: 1rem
    }
}

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

a:focus,
a:hover {
    color: #1585cf
}

a img,
hr {
    border: 0
}

hr {
    max-width: 75rem;
    height: 0;
    border-bottom: 1px solid #cacaca;
    margin: 1.25rem auto;
    clear: both
}

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

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-right: 1.25rem
}

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

dl {
    margin-bottom: 1rem
}

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

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

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

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

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

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

code {
    font-weight: 400;
    border: 1px solid #cacaca;
    padding: .125rem .3125rem .0625rem
}

code,
kbd {
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a;
    background-color: #e6e6e6
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0
}

.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-right: 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 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 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: transparent !important;
        color: #000 !important;
        box-shadow: none !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,
    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
    }
}

[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;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    border-radius: 0;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-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 {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

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

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

input:-ms-input-placeholder,
textarea:-ms-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: #e6e6e6;
    cursor: not-allowed
}

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

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

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

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

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

label>[type=checkbox],
label>[type=radio] {
    margin-left: .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,
.input-group>:last-child>* {
    border-radius: 0 0 0 0
}

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

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

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

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

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

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

.input-group-button a,
.input-group-button button,
.input-group-button input {
    margin: 0
}

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

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

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

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

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

select {
    height: 2.4375rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: left -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding: .5rem .5rem .5rem 1.5rem
}

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

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

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

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

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, .1);
    border-color: #ec5840
}

.form-error,
.is-invalid-label {
    color: #ec5840
}

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

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

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

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

.button:focus,
.button:hover {
    background-color: #1583cc;
    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-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #2199e8;
    color: #fefefe
}

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

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

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

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

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

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

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

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

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

.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8
}

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

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

.button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8
}

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

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

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

.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 #ec5840;
    color: #ec5840
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #881f0e;
    color: #881f0e
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
    list-style-type: none;
    background: #fefefe;
    margin-right: 0
}

.accordion-item:first-child>:first-child,
.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #2199e8;
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0
}

:last-child:not(.is-active)>.accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title:before {
    content: "+";
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -.5rem
}

.is-active>.accordion-title:before {
    content: "–"
}

.accordion-content {
    padding: 1rem;
    display: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.is-accordion-submenu-parent>a {
    position: relative
}

.is-accordion-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #2199e8 transparent transparent;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true]>a:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    text-align: center;
    border-radius: 50%;
    background: #2199e8;
    color: #fefefe
}

.badge.secondary {
    background: #777;
    color: #fefefe
}

.badge.success {
    background: #3adb76;
    color: #fefefe
}

.badge.warning {
    background: #ffae00;
    color: #fefefe
}

.badge.alert {
    background: #ec5840;
    color: #fefefe
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem
}

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

.breadcrumbs:after {
    clear: both
}

.breadcrumbs li {
    float: right;
    color: #0a0a0a;
    font-size: .6875rem;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
    color: #cacaca;
    content: "\\";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}

.breadcrumbs a {
    color: #2199e8
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

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

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

.button-group:after {
    clear: both
}

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

.button-group .button:last-child {
    margin-left: 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-left: -1px
}

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

.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-left: 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-left: -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-left: 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-left: -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-left: 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-left: -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-left: 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-left: -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-left: 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-left: -6px
}

.button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: #fff
}

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

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

.callout.primary {
    background-color: #def0fc
}

.callout.secondary {
    background-color: #ebebeb
}

.callout.success {
    background-color: #e1faea
}

.callout.warning {
    background-color: #fff3d9
}

.callout.alert {
    background-color: #fce6e2
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

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

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

.menu {
    margin: 0;
    list-style-type: none
}

.menu>li {
    vertical-align: middle
}

[data-whatinput=mouse] .menu>li {
    outline: 0
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu a,
.menu button,
.menu input {
    margin-bottom: 0
}

.menu>li>a i,
.menu>li>a i+span,
.menu>li>a img,
.menu>li>a img+span,
.menu>li>a svg,
.menu>li>a svg+span {
    vertical-align: middle
}

.menu>li>a i,
.menu>li>a img,
.menu>li>a svg {
    margin-left: .25rem;
    display: inline-block
}

.menu>li {
    display: table-cell
}

.menu.vertical>li {
    display: block
}

@media screen and (min-width:40em) {
    .menu.medium-horizontal>li {
        display: table-cell
    }
    .menu.medium-vertical>li {
        display: block
    }
}

@media screen and (min-width:64em) {
    .menu.large-horizontal>li {
        display: table-cell
    }
    .menu.large-vertical>li {
        display: block
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-left:after,
.menu.align-left:before {
    content: " ";
    display: table
}

.menu.align-left:after {
    clear: both
}

.menu.align-left>li {
    float: left
}

.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed
}

.menu.expanded>li:first-child:last-child {
    width: 100%
}

.menu.icon-top>li>a {
    text-align: center
}

.menu.icon-top>li>a i,
.menu.icon-top>li>a img,
.menu.icon-top>li>a svg {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-right: 1rem
}

.menu .active>a {
    color: #fefefe;
    background: #2199e8
}

.menu-text {
    font-weight: 700;
    color: inherit;
    line-height: 1;
    padding: .7rem 1rem
}

.menu-centered {
    text-align: center
}

.menu-centered>.menu {
    display: inline-block
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe
}

.menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon.dark:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}

.menu-icon.dark:hover:after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block !important
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu-parent>a {
    position: relative
}

.is-drilldown-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent #2199e8 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 6px 6px 6px 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 1rem
}

.js-drilldown-back>a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #2199e8;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .75rem
}

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10
}

.dropdown-pane.is-open {
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-left: 1.5rem;
    position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #2199e8 transparent transparent;
    border-style: solid inset inset;
    border-width: 5px 5px 0;
    left: 5px;
    margin-top: -2px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a:after {
    left: 14px;
    margin-top: -3px
}

.dropdown.menu.vertical>li.opens-left>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent #2199e8 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 5px 5px 5px 0
}

.dropdown.menu.vertical>li.opens-right>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #2199e8;
    border-style: inset inset inset solid;
    border-width: 5px 0 5px 5px
}

@media screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        padding-left: 1.5rem;
        position: relative
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-color: #2199e8 transparent transparent;
        border-style: solid inset inset;
        border-width: 5px 5px 0;
        left: 5px;
        margin-top: -2px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a:after {
        left: 14px;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-color: transparent #2199e8 transparent transparent;
        border-style: inset solid inset inset;
        border-width: 5px 5px 5px 0
    }
    .dropdown.menu.medium-vertical>li.opens-right>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #2199e8;
        border-style: inset inset inset solid;
        border-width: 5px 0 5px 5px
    }
}

@media screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        padding-left: 1.5rem;
        position: relative
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-color: #2199e8 transparent transparent;
        border-style: solid inset inset;
        border-width: 5px 5px 0;
        left: 5px;
        margin-top: -2px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a:after {
        left: 14px;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li.opens-left>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-color: transparent #2199e8 transparent transparent;
        border-style: inset solid inset inset;
        border-width: 5px 5px 5px 0
    }
    .dropdown.menu.large-vertical>li.opens-right>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #2199e8;
        border-style: inset inset inset solid;
        border-width: 5px 0 5px 5px
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    right: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
    left: 14px;
    margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent #2199e8 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 5px 5px 5px 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #2199e8;
    border-style: inset inset inset solid;
    border-width: 5px 0 5px 5px
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

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

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

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

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

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #2199e8;
    color: #fefefe
}

.label.secondary {
    background: #777;
    color: #fefefe
}

.label.success {
    background: #3adb76;
    color: #fefefe
}

.label.warning {
    background: #ffae00;
    color: #fefefe
}

.label.alert {
    background: #ec5840;
    color: #fefefe
}

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object img {
    max-width: none
}

@media screen and (max-width:39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0 0 1rem;
        display: block
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-left: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-right: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

body,
html {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-wrapper-inner:after,
.off-canvas-wrapper-inner:before {
    content: " ";
    display: table
}

.off-canvas-wrapper-inner:after {
    clear: both
}

.off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: .1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, .5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 99.6%, .25);
    cursor: pointer;
    transition: background .5s ease
}

.off-canvas {
    position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

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

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

@media screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
}

.orbit,
.orbit-container {
    position: relative
}

.orbit-container {
    margin: 0;
    overflow: hidden;
    list-style: none
}

.orbit-slide {
    width: 100%;
    max-height: 100%
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%
}

.orbit-caption {
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: rgba(10, 10, 10, .5)
}

.orbit-caption,
.orbit-next,
.orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe
}

.orbit-next,
.orbit-previous {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, .5)
}

.orbit-previous {
    right: 0
}

.orbit-next {
    right: auto;
    left: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

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

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #cacaca;
    border-radius: 50%
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.pagination {
    margin-right: 0;
    margin-bottom: 1rem
}

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

.pagination:after {
    clear: both
}

.pagination li {
    font-size: .875rem;
    margin-left: .0625rem;
    border-radius: 0;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    color: #0a0a0a;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis:after {
    content: "\2026";
    padding: .1875rem .625rem;
    color: #0a0a0a
}

.pagination-previous.disabled:before,
.pagination-previous a:before {
    content: "\00ab";
    display: inline-block;
    margin-left: .5rem
}

.pagination-next.disabled:after,
.pagination-next a:after {
    content: "\00bb";
    display: inline-block;
    margin-right: .5rem
}

.progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0
}

.progress.primary .progress-meter {
    background-color: #2199e8
}

.progress.secondary .progress-meter {
    background-color: #777
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #ec5840
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #2199e8
}

.progress-meter-text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #2199e8;
    transition: all .2s ease-in-out;
    touch-action: manipulation;
    border-radius: 0
}

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

.slider-handle:hover {
    background-color: #1583cc
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

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

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider:not(.vertical) {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

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

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

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

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

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

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

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

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

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

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

.reveal.collapse {
    padding: 0
}

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

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

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

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

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

.reveal.without-overlay {
    position: fixed
}

.switch {
    height: 2rem;
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-weight: 700;
    font-size: .875rem
}

.switch-input {
    opacity: 0;
    position: absolute;
    margin-bottom: 0
}

.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all .25s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle:after {
    background: #fefefe;
    content: "";
    display: block;
    position: absolute;
    height: 1.5rem;
    right: .25rem;
    top: .25rem;
    width: 1.5rem;
    transition: all .25s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0
}

input:checked~.switch-paddle {
    background: #2199e8
}

input:checked~.switch-paddle:after {
    right: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    right: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    left: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle:after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle:after {
    right: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle:after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle:after {
    right: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle:after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle:after {
    right: 2.75rem
}

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

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

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

thead {
    background: #f8f8f8
}

tfoot,
thead {
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1
}

tfoot tr,
thead tr {
    background: transparent
}

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

tbody tr:nth-child(2n) {
    background-color: #f1f1f1
}

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

@media screen and (max-width:63.9375em) {
    table.stack tfoot,
    table.stack thead {
        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 tbody tr:nth-of-type(2n):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6
}

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

.tabs:after {
    clear: both
}

.tabs.vertical>li {
    width: auto;
    float: none;
    display: block
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary {
    background: #2199e8
}

.tabs.primary>li>a {
    color: #fefefe
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #1893e4
}

.tabs-title {
    float: right
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: .75rem
}

.tabs-title>a:hover {
    background: #fefefe
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #e6e6e6
}

.tabs-content {
    background: #fefefe;
    transition: all .5s ease;
    border: 1px solid #e6e6e6;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-right: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

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

.thumbnail:focus,
.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, .5)
}

.title-bar {
    background: #0a0a0a;
    color: #fefefe;
    padding: .5rem
}

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

.title-bar:after {
    clear: both
}

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

.title-bar-left {
    float: left
}

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

.title-bar-title {
    vertical-align: middle
}

.has-tip,
.title-bar-title {
    font-weight: 700;
    display: inline-block
}

.has-tip {
    border-bottom: 1px dotted #8a8a8a;
    position: relative;
    cursor: help
}

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

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

.tooltip.top:before,
.tooltip:before {
    content: "";
    display: block;
    width: 0;
    height: 0
}

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

.tooltip.left:before {
    border-color: transparent transparent transparent #0a0a0a;
    border-style: inset inset inset solid;
    border-width: .75rem 0 .75rem .75rem;
    left: 100%
}

.tooltip.left:before,
.tooltip.right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right:before {
    border-color: transparent #0a0a0a transparent transparent;
    border-style: inset solid inset inset;
    border-width: .75rem .75rem .75rem 0;
    left: auto;
    right: 100%
}

.top-bar {
    padding: .5rem
}

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

.top-bar:after {
    clear: both
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6
}

.top-bar input {
    max-width: 200px;
    margin-left: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-left: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%
}

@media screen and (min-width:40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto
    }
}

@media screen and (max-width:63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width:74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.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 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 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;
    height: auto;
    width: 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-left: auto;
    margin-right: auto
}

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

.clearfix:after {
    clear: both
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

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

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: atlas;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/atlas-aaa-300.eot);
    src: url(../fonts/atlas-aaa-300.eot#iefix) format("embedded-opentype"), url(../fonts/atlas-aaa-300.woff) format("woff"), url(../fonts/atlas-aaa-300.ttf) format("truetype")
}

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

@font-face {
    font-family: atlas;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/atlas-aaa-500.eot);
    src: url(../fonts/atlas-aaa-500.eot#iefix) format("embedded-opentype"), url(../fonts/atlas-aaa-500.woff) format("woff"), url(../fonts/atlas-aaa-500.ttf) format("truetype")
}

@font-face {
    font-family: atlas;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/atlas-aaa-700.eot);
    src: url(../fonts/atlas-aaa-700.eot#iefix) format("embedded-opentype"), url(../fonts/atlas-aaa-700.woff) format("woff"), url(../fonts/atlas-aaa-700.ttf) format("truetype")
}

@font-face {
    font-family: atlas;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/atlas-aaa-900.eot);
    src: url(../fonts/atlas-aaa-900.eot#iefix) format("embedded-opentype"), url(../fonts/atlas-aaa-900.woff) format("woff"), url(../fonts/atlas-aaa-900.ttf) format("truetype")
}

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

body {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem
}

body,
h1 {
    font-family: atlas, arial, sans-serif
}

h1 {
    font-weight: 900;
    font-size: 38px;
    font-size: 2.375rem
}

h2 {
    font-weight: 500;
    font-size: 22px;
    font-size: 1.375rem;
    color: #163338
}

h2,
h3 {
    font-family: atlas, arial, sans-serif
}

h3 {
    font-weight: 900;
    font-size: 20px;
    font-size: 1.25rem
}

h4 {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.1875rem;
    color: #343f59;
    line-height: 1.2
}

a {
    color: #21293a;
    transition: all .3s ease
}

a:hover {
    color: #1ab5b5
}

.post_block_hover_img .featured_img {
    overflow: hidden
}

.post_block_hover_img .featured_img img {
    transition: all .6s ease;
    width: 100%
}

.post_block_hover_img:hover .featured_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.inline-block {
    display: inline-block
}

.m_b_50 {
    margin-bottom: 50px
}

.no_m_b {
    margin-bottom: 0 !important
}

.p_b_30 {
    padding-bottom: 30px
}

.p_t_50 {
    padding-top: 50px
}

.underline {
    text-decoration: underline
}

@media print {
    a[href]:after {
        content: none !important
    }
}

.se-pre-con {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff
}

.fadeout {
    -webkit-animation: fadeout 1.2s ease-in-out 1 both;
    animation: fadeout 1.2s ease-in-out 1 both
}

.sk-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #219fc7;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s ease-in-out infinite both;
    animation: sk-circleBounceDelay 1.2s ease-in-out infinite both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        z-index: -1
    }
}

@keyframes fadeout {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        z-index: -1
    }
}

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

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    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
}

.icon-172:before {
    content: "\e935"
}

.icon-99:before {
    content: "\e936"
}

.icon-a-01:before {
    content: "\e933"
}

.icon-a-02:before {
    content: "\e934"
}

.icon-VectorSmartObject-01:before {
    content: "\e92f"
}

.icon-VectorSmartObject-02:before {
    content: "\e930"
}

.icon-VectorSmartObject-03:before {
    content: "\e931"
}

.icon-VectorSmartObject-04:before {
    content: "\e932"
}

.icon-VectorSmartObject4-011:before {
    content: "\e92e"
}

.icon-VectorSmartObject4:before {
    content: "\e927"
}

.icon-32:before {
    content: "\e928"
}

.icon-17:before {
    content: "\e929"
}

.icon-22 .path1:before {
    content: "\e92a";
    color: #21293a
}

.icon-22 .path2:before {
    content: "\e92b";
    margin-left: -1em;
    color: #14c4c1
}

.icon-22 .path3:before {
    content: "\e92c";
    margin-left: -1em;
    color: #14c4c1
}

.icon-22 .path4:before {
    content: "\e92d";
    margin-left: -1em;
    color: #14c4c1
}

.icon-1:before {
    content: "\e900"
}

.icon-01:before {
    content: "\e901"
}

.icon-02:before {
    content: "\e902"
}

.icon-2:before {
    content: "\e903"
}

.icon-3:before {
    content: "\e904"
}

.icon-4:before {
    content: "\e905"
}

.icon-5:before {
    content: "\e906"
}

.icon-6:before {
    content: "\e907"
}

.icon-7:before {
    content: "\e908"
}

.icon-8:before {
    content: "\e909"
}

.icon-9:before {
    content: "\e90a"
}

.icon-10:before {
    content: "\e90b"
}

.icon-11:before {
    content: "\e90c"
}

.icon-12:before {
    content: "\e90d"
}

.icon-13:before {
    content: "\e90e"
}

.icon-14:before {
    content: "\e90f"
}

.icon-15:before {
    content: "\e910"
}

.icon-16:before {
    content: "\e911"
}

.icon-29:before {
    content: "\e912"
}

.icon-38:before {
    content: "\e913"
}

.icon-122:before {
    content: "\e914"
}

.icon-133:before {
    content: "\e915"
}

.icon-144:before {
    content: "\e916"
}

.icon-155:before {
    content: "\e917"
}

.icon-188:before {
    content: "\e918"
}

.icon-A1:before {
    content: "\e919"
}

.icon-A2:before {
    content: "\e91a"
}

.icon-A3:before {
    content: "\e91b"
}

.icon-B1:before {
    content: "\e91c"
}

.icon-B2:before {
    content: "\e91d"
}

.icon-B3:before {
    content: "\e91e"
}

.icon-C1:before {
    content: "\e91f"
}

.icon-C2:before {
    content: "\e920"
}

.icon-C3:before {
    content: "\e921"
}

.icon-C4:before {
    content: "\e922"
}

.icon-C5:before {
    content: "\e923"
}

.icon-C6:before {
    content: "\e924"
}

.icon-PLAY:before {
    content: "\e925"
}

.icon-VectorSmartObject1:before {
    content: "\e926"
}

.top-bar {
    background-color: #21293a
}

@media screen and (max-width:39.9375em) {
    .top-bar {
        position: fixed;
        width: 100%;
        z-index: 2;
        top: 0
    }
}

.top-bar ul {
    background-color: #21293a
}

.top-bar .menu-text {
    padding: 0
}

.top-bar .menu_bars {
    color: #fff;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 13px
}

@media screen and (max-width:39.9375em) {
    .top-bar .menu_bars {
        margin-top: 6px
    }
}

.top-bar .menu_bars .fa {
    padding: 10px 14px;
    font-size: 1.375rem
}

.top-bar .menu_bars button {
    vertical-align: top;
    background-color: #1ab5b5;
    color: #fff;
    display: inline-block;
    width: 46px;
    height: 42px;
    margin-left: 12px;
    padding: 0;
    outline: 0
}

@media screen and (max-width:39.9375em) {
    .top-bar .menu_bars button {
        position: absolute;
        right: 10px;
        top: 20px
    }
}

.top-bar .menu_bars button:after {
    display: none
}

.top-bar .menu_bars .menu_txt {
    display: inline-block;
    font-size: 17px;
    margin-top: 11px
}

@media screen and (max-width:39.9375em) {
    .top-bar .menu_bars .menu_txt {
        display: none
    }
}

.top-bar .logo {
    padding-top: 4px
}

.top-bar .logo img {
    display: inline-block;
    margin-top: 5px
}

.top-bar .logo p {
    display: none;
    text-align: right;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    font-size: 1.625rem;
    color: #fff;
    vertical-align: bottom;
    margin-right: 10px;
    line-height: .9;
    margin-top: 5px;
    margin-bottom: 0;
    vertical-align: top
}

@media screen and (min-width:90em) {
    .top-bar .logo p {
        display: inline-block
    }
}

.top-bar .logo p .blue {
    color: #1ab5b5;
    display: block
}

.top_search_form {
    float: left;
    margin-top: 10px;
    position: relative;
    width: 246px
}

.top_search_form input {
    width: 100%;
    max-width: 100%;
    margin-left: 1rem;
    background-color: #383f4f;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem
}

.top_search_form input::-webkit-input-placeholder {
    color: #fff
}

.top_search_form input:-moz-placeholder,
.top_search_form input::-moz-placeholder {
    color: #fff
}

.top_search_form input:-ms-input-placeholder {
    color: #fff
}

.top_search_form input:focus {
    background-color: #383f4f;
    box-shadow: none;
    border: 0
}

.top_search_form input:focus+.button {
    color: #1ab5b5
}

.top_search_form .button {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    outline: 0
}

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

.top_search_form.mobile {
    float: none;
    margin: 0 auto 35px
}

.overlap-menu {
    height: calc(100% - 87px);
    background-color: #29344a;
    position: absolute;
    width: 300px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    z-index: 2;
    top: 87px
}

@media screen and (max-width:39.9375em) {
    .overlap-menu {
        top: 81px;
        position: fixed;
        height: calc(100vh - 60px);
        overflow-y: auto;
        z-index: 11
    }
}

.overlap-menu.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.overlap-menu .button-group {
    list-style-type: none;
    margin-right: 0
}

.overlap-menu .button-group li {
    position: relative
}

.overlap-menu .button-group li a {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    padding: 10px 30px;
    display: block
}

.overlap-menu .button-group li a:hover {
    color: #1ab5b5
}

.overlap-menu .button-group li>a {
    font-weight: 700
}

.overlap-menu .button-group li.has-submenu a {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem
}

.overlap-menu .button-group li.has-submenu.active {
    background-color: #394156
}

.overlap-menu .button-group li.has-submenu.active .open_sub .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.overlap-menu .button-group li.has-submenu .open_sub {
    position: absolute;
    left: 10px;
    top: 20px;
    border-right: 1px solid hsla(0, 0%, 100%, .18);
    padding: 0 15px;
    line-height: 1
}

.overlap-menu .button-group li.has-submenu .open_sub:hover {
    color: #1ab5b5
}

.overlap-menu .button-group li.has-submenu .submenu {
    padding: 30px 17px;
    display: none;
    background-color: #29344a
}

.overlap-menu .button-group li.has-submenu .submenu li a {
    background-color: #29344a;
    font-family: atlas, arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    padding: 9px 30px;
    color: hsla(0, 0%, 100%, .7)
}

.overlap-menu .button-group li.has-submenu .submenu li a:after {
    display: none
}

.overlap-menu .button-group li.has-submenu .submenu li a:focus,
.overlap-menu .button-group li.has-submenu .submenu li a:hover {
    color: #1ab5b5
}

.sidebar_forum_blocks.hp {
    border-right: 1px solid #f0efed
}

.sidebar_forum_blocks .newsletter {
    background-color: #f1f1f1;
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 20px
}

.sidebar_forum_blocks .newsletter [class*=" icon-"],
.sidebar_forum_blocks .newsletter [class^=icon-] {
    padding: 0 10px 19px 7px;
    font-size: 20px;
    color: #dedbd2;
    border-left: 1px solid #dfdfde
}

.sidebar_forum_blocks .newsletter form input {
    border-color: #21293a;
    box-shadow: none !important;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem
}

.sidebar_forum_blocks .newsletter form [type=submit] {
    background-color: #21293a;
    width: 100%;
    color: #fff;
    border: 0;
    height: 39px;
    font-weight: 700;
    transition: all .3s ease
}

.sidebar_forum_blocks .newsletter form [type=submit]:focus,
.sidebar_forum_blocks .newsletter form [type=submit]:hover {
    background-color: #1ab5b5
}

.sidebar_forum_blocks .newsletter form.sent .wpcf7-list-item-label,
.sidebar_forum_blocks .newsletter form.sent input,
.sidebar_forum_blocks .newsletter form.sent label,
.sidebar_forum_blocks .newsletter form.sent textarea {
    display: none
}

.sidebar_forum_blocks .newsletter form.sent div.wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    padding-top: 0;
    font-weight: 700;
    font-size: 19px;
    color: #21293a;
    margin-top: -18px
}

.sidebar_forum_blocks .newsletter form.sent div.wpcf7-mail-sent-ok:before {
    content: "\e929";
    color: #21293a;
    display: block;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 40px;
    text-align: center;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.sidebar_forum_blocks .ttl {
    display: inline-block;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1
}

.sidebar_forum_blocks .forums {
    border-top: 3px solid #f0efed;
    padding-top: 25px
}

.sidebar_forum_blocks .forums [class*=" icon-"],
.sidebar_forum_blocks .forums [class^=icon-] {
    padding: 4px 0 4px 7px;
    font-size: 23px;
    color: #dedbd2;
    border-left: 1px solid #dfdfde;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px
}

.sidebar_forum_blocks .forums .more {
    background-color: #21293a;
    display: inline-block;
    float: left;
    color: #fff;
    padding: 3px 11px;
    margin-bottom: 15px;
    font-weight: 700
}

.sidebar_forum_blocks .forums .more:focus,
.sidebar_forum_blocks .forums .more:hover {
    background-color: #1ab5b5
}

.sidebar_forum_blocks .forums .forum_block {
    display: inline-block;
    width: 30.9%;
    margin-left: 2%;
    vertical-align: middle;
    margin-bottom: 15px
}

.sidebar_forum_blocks .forums .forum_block a {
    color: #fff
}

.sidebar_forum_blocks .forums .forum_block a .txt {
    line-height: 1.1;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem;
    padding: 6px;
    transition: all .3s ease;
    margin-bottom: 0;
    min-height: 94px
}

.sidebar_forum_blocks .forums .forum_block a .txt:before {
    display: block;
    font-size: 28px;
    margin: 10px 0;
    color: hsla(0, 0%, 100%, .5);
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.sidebar_forum_blocks .forums .forum_block:first-child .txt {
    background-color: #1ab5b5
}

.sidebar_forum_blocks .forums .forum_block:first-child .txt:before {
    content: "\e91f"
}

.sidebar_forum_blocks .forums .forum_block:first-child:focus .txt,
.sidebar_forum_blocks .forums .forum_block:first-child:hover .txt {
    background-color: #159191
}

.sidebar_forum_blocks .forums .forum_block:nth-child(2) .txt {
    background-color: #e25555
}

.sidebar_forum_blocks .forums .forum_block:nth-child(2) .txt:before {
    content: "\e926"
}

.sidebar_forum_blocks .forums .forum_block:nth-child(2):focus .txt,
.sidebar_forum_blocks .forums .forum_block:nth-child(2):hover .txt {
    background-color: #d52424
}

.sidebar_forum_blocks .forums .forum_block:nth-child(3) {
    margin-left: 0
}

.sidebar_forum_blocks .forums .forum_block:nth-child(3) .txt {
    background-color: #ef8303
}

.sidebar_forum_blocks .forums .forum_block:nth-child(3) .txt:before {
    content: "\e923"
}

.sidebar_forum_blocks .forums .forum_block:nth-child(3):focus .txt,
.sidebar_forum_blocks .forums .forum_block:nth-child(3):hover .txt {
    background-color: #bf6902
}

.sidebar_forum_blocks .forums .forum_block:nth-child(4) .txt {
    background-color: #008197
}

.sidebar_forum_blocks .forums .forum_block:nth-child(4) .txt:before {
    content: "\e935"
}

.sidebar_forum_blocks .forums .forum_block:nth-child(4):focus .txt,
.sidebar_forum_blocks .forums .forum_block:nth-child(4):hover .txt {
    background-color: #006779
}

.sidebar_forum_blocks .forums .forum_block:nth-child(5) .txt {
    background-color: #00baff
}

.sidebar_forum_blocks .forums .forum_block:nth-child(5) .txt:before {
    content: "\e936"
}

.sidebar_forum_blocks .forums .forum_block:nth-child(5):focus .txt,
.sidebar_forum_blocks .forums .forum_block:nth-child(5):hover .txt {
    background-color: #0095cc
}

.sidebar_forum_blocks .forums .forum_block:nth-child(6) {
    margin-left: 0
}

.sidebar_forum_blocks .forums .forum_block:nth-child(6) .txt {
    background-color: #c47bcd
}

.sidebar_forum_blocks .forums .forum_block:nth-child(6) .txt:before {
    content: "\e924"
}

.sidebar_forum_blocks .forums .forum_block:nth-child(6):focus .txt,
.sidebar_forum_blocks .forums .forum_block:nth-child(6):hover .txt {
    background-color: #af4bbb
}

#sidebar {
    margin-bottom: 70px
}

#sidebar .post_with_cat_block .inner h4 {
    margin: 10px 0 0
}

#sidebar .sidebar_lnk_block {
    display: block;
    background-color: #21293a;
    color: #fff;
    padding: 26px;
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 19px;
    font-size: 1.1875rem;
    transition: all .3s ease;
    line-height: 1.2
}

#sidebar .sidebar_lnk_block:focus,
#sidebar .sidebar_lnk_block:hover {
    background-color: #161c28;
    color: #fff
}

#sidebar .sidebar_lnk_block span {
    display: inline-block;
    vertical-align: middle;
    color: #394460;
    font-size: 29px;
    border-left: 2px solid #394460;
    padding: 0 0 21px 16px;
    margin: 0 0 30px 16px;
    float: right
}

.site-footer .footer_first_section {
    background-color: #21293a;
    padding: 20px 0
}

.site-footer .footer_first_section h4 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 7px
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_first_section h4 {
        margin-bottom: 20px;
        text-align: center
    }
}

.site-footer .footer_first_section h4 span {
    margin-left: 15px
}

.site-footer .footer_first_section .desc {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #1ab5b5;
    display: inline-block;
    margin-left: 20px
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_first_section .desc {
        margin-bottom: 24px
    }
}

.site-footer .footer_first_section .desc:after {
    content: "/";
    margin-right: 10px;
    color: #2f374e;
    font-size: 40px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 1
}

.site-footer .footer_first_section .desc img {
    margin-left: 10px
}

.site-footer .footer_first_section .desc:last-child {
    margin-left: 0
}

.site-footer .footer_first_section .desc:last-child:after {
    display: none
}

.site-footer .footer_first_section .desc.blue {
    color: #00baff
}

.site-footer .footer_first_section form {
    border: 1px solid #464c58
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_first_section form {
        margin-top: 20px
    }
}

.site-footer .footer_first_section form input {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    outline: 0;
    color: #fff;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem
}

.site-footer .footer_first_section form input:focus {
    box-shadow: none
}

.site-footer .footer_first_section form [type=submit] {
    background-color: #353f58;
    color: #fff;
    padding: 7px 10px;
    margin-top: 3px;
    margin-right: 8px;
    transition: all .3s ease
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_first_section form [type=submit] {
        padding: 7px 3px
    }
}

.site-footer .footer_first_section form [type=submit]:focus,
.site-footer .footer_first_section form [type=submit]:hover {
    background-color: #1ab5b5
}

.site-footer .footer_first_section form.sent .wpcf7-list-item-label,
.site-footer .footer_first_section form.sent input,
.site-footer .footer_first_section form.sent label,
.site-footer .footer_first_section form.sent textarea,
.site-footer .footer_first_section form img {
    display: none
}

.site-footer .footer_first_section form.sent div.wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    padding-top: 0;
    font-weight: 700;
    font-size: 19px;
    color: #fff
}

.site-footer .footer_first_section form.sent div.wpcf7-mail-sent-ok:before {
    content: "\e929";
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.site-footer .footer_first_section form span.wpcf7-not-valid-tip {
    color: #fff
}

.site-footer .footer_first_section form div.wpcf7-validation-errors {
    margin: 0;
    border: 1px solid #464c58;
    color: #fff;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem
}

.site-footer .footer_second_section {
    padding: 40px;
    background-color: #eaecec
}

.site-footer .footer_second_section .menu {
    margin: 0
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_second_section .menu {
        margin-bottom: 30px
    }
}

.site-footer .footer_second_section .menu li {
    display: block
}

.site-footer .footer_second_section .menu li a {
    color: #21293a;
    font-weight: 700;
    padding: 6px 0;
    font-size: 15px
}

.site-footer .footer_second_section .menu li:first-child a {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    font-size: 1.25rem;
    color: #21293a;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.site-footer .footer_last_section {
    background-color: #dcdcdc;
    padding: 30px 0 60px
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_last_section {
        text-align: center
    }
}

.site-footer .footer_last_section aside {
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_last_section aside .menu {
        margin-bottom: 10px
    }
}

.site-footer .footer_last_section aside .menu li {
    display: inline-block
}

.site-footer .footer_last_section aside .menu li:first-child a {
    padding-right: 0
}

.site-footer .footer_last_section aside .menu li a {
    padding: 0 1rem
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_last_section .rss {
        display: inline-block;
        margin-bottom: 10px;
        vertical-align: middle;
        line-height: 1.6
    }
}

.site-footer .footer_last_section a,
.site-footer .footer_last_section p {
    margin-bottom: 0;
    color: #21293a;
    line-height: 1;
    font-weight: 700
}

@media screen and (max-width:39.9375em) {
    .site-footer .footer_last_section a,
    .site-footer .footer_last_section p {
        text-align: center
    }
}

.site-footer .footer_last_section .copy {
    margin-left: 30px
}

.reveal {
    padding: 0
}

.reveal .flex-video {
    margin-bottom: 0
}

.footer_popup {
    position: fixed;
    left: 20px;
    bottom: 17px;
    background-color: #83d7d7;
    color: #21293a;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 5px;
    z-index: 10
}

@media screen and (max-width:39.9375em) {
    .footer_popup {
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 13px 0;
        text-align: center
    }
}

.footer_popup a:hover {
    color: #21293a
}

.footer_popup a .icon {
    margin: 0 10px;
    vertical-align: middle
}

@media screen and (max-width:39.9375em) {
    .footer_popup a .icon {
        margin: 0 3px
    }
}

.footer_popup a .fa {
    background-color: #21293a;
    color: #fff;
    padding: 5px 10px
}

#footerModel {
    overflow-y: visible;
    border: 0;
    width: 55%;
    max-width: 55%;
    position: absolute;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:39.9375em) {
    #footerModel {
        width: 90%;
        max-width: 90%;
        height: auto;
        min-height: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px !important
    }
}

#footerModel .top_strip {
    background-color: #21293a;
    text-align: center;
    color: #fff;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px
}

#footerModel .top_strip p {
    margin-bottom: 0
}

#footerModel .tabs {
    display: inline-block;
    margin: 20px 0;
    border: 0
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs {
        margin: 0
    }
}

#footerModel .tabs .tabs-title {
    display: inline-block;
    padding: 1.25rem 1.5rem
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs .tabs-title {
        padding: 14px 1.5rem
    }
}

#footerModel .tabs .tabs-title a {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.125rem;
    color: #21293a;
    background-color: #fff;
    border: 0;
    padding: 0
}

#footerModel .tabs .tabs-title.is-active a {
    position: relative
}

#footerModel .tabs .tabs-title.is-active a:after {
    content: "";
    background-color: #1ab5b5;
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -6px
}

#footerModel .tabs-content {
    background: #fff;
    border: 0;
    min-height: 465px
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs-content {
        min-height: auto
    }
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs-content .tabs-panel {
        padding: 10px
    }
}

#footerModel .tabs-content form {
    margin-bottom: 30px
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs-content form {
        margin-bottom: 0
    }
}

#footerModel .tabs-content form label {
    color: #283145;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem
}

#footerModel .tabs-content form input,
#footerModel .tabs-content form textarea {
    border: 1px solid #21293a;
    margin-bottom: 8px;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs-content form input,
    #footerModel .tabs-content form textarea {
        margin-bottom: 0
    }
}

#footerModel .tabs-content form input {
    background-color: #f5f5f5
}

#footerModel .tabs-content form.sent .lawtip-subfields {
display:none !important;
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs-content form input {
        height: 35px
    }
}

#footerModel .tabs-content form input[type=checkbox] {
    height: auto
}

#footerModel .tabs-content form textarea {
    height: 250px
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs-content form textarea {
        height: 70px
    }
}

#footerModel .tabs-content form input[type=submit] {
    background-color: #1ab5b5;
    padding: 10px 20px;
    border: 0;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    font-family: atlas
}

#footerModel .tabs-content form.sent .wpcf7-list-item-label,
#footerModel .tabs-content form.sent input,
#footerModel .tabs-content form.sent label,
#footerModel .tabs-content form.sent textarea {
    display: none
}

#footerModel .tabs-content form.sent div.wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    padding-top: 0;
    font-weight: 700;
    font-size: 19px;
    color: #21293a
}

#footerModel .tabs-content form.sent div.wpcf7-mail-sent-ok:before {
    content: "\e929";
    color: #21293a;
    display: block;
    margin-bottom: 30px;
    font-size: 50px;
    text-align: center;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

#footerModel .tabs-content form.sent div.wpcf7-mail-sent-ok:after {
    content: "אנו נחזור אליך בהקדם.";
    font-weight: 400;
    font-size: 19px;
    display: block
}

#footerModel .tabs-content .num1,
#footerModel .tabs-content .num2 {
    border: 1px solid grey;
    padding: 10px;
    text-align: center;
    width: 360px;
    margin: 210px auto 0;
    cursor: pointer
}

@media screen and (max-width:39.9375em) {
    #footerModel .tabs-content .num1,
    #footerModel .tabs-content .num2 {
        width: 100%
    }
}

#footerModel .tabs-content .num2 {
    display: none;
    color: #21293a;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 33px;
    font-size: 2.0625rem;
    height: 46px;
    padding: 0
}

#footerModel .tabs-content .num2 [class*=" icon-"],
#footerModel .tabs-content .num2 [class^=icon-] {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle
}

.reveal {
    overflow-y: visible;
    outline: 0;
    position: absolute;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:39.9375em) {
    .reveal {
        width: 90%;
        max-width: 90%;
        position: relative;
        height: auto;
        min-height: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (max-width:39.9375em) {
    .reveal.youtube_reveal {
        top: 50% !important;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute
    }
}

.reveal .close-button {
    position: absolute;
    right: -3.5rem;
    top: -3rem;
    background-color: #1ab5b5;
    border-radius: 100%;
    color: #fff;
    width: 52px;
    height: 52px;
    padding: 13px 10px 10px;
    text-align: center;
    outline: 0
}

@media screen and (max-width:39.9375em) {
    .reveal .close-button {
        right: 0;
        top: -35px;
        padding: 2px;
        width: 30px;
        height: 30px
    }
}

#acp_toolbarWrap button.acp_hide_toolbar {
    background-color: #1ab5b5 !important;
    top: 10% !important
}

@media screen and (max-width:39.9375em) {
    #acp_toolbarWrap button.acp_hide_toolbar {
        top: 23px !important
    }
}

h2.itn-section-title {
    font-weight: 900;
    margin-bottom: 23px;
    position: relative;
    padding-right: 1.2em
}

h2.itn-section-title:before {
    content: "■";
    color: #018195;
    font-size: 1.6em;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -3px
}

ol.itn-list {
    list-style: none;
    counter-reset: my-awesome-counter
}

ol.itn-list li {
    counter-increment: my-awesome-counter;
    padding-right: 1rem;
    margin-bottom: 20px;
    position: relative
}

ol.itn-list li:before {
    content: counter(my-awesome-counter);
    color: #008197;
    font-weight: 900;
    font-size: 2rem;
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: -1rem;
    top: 0
}

.useful-info {
    padding: 50px 0;
    background-color: #f9f7f8
}

.useful-info p {
    line-height: 1.4
}

.ui-link {
    font-weight: 700;
    line-height: 1.1em
}

.top-articles {
    background-color: #f9f7f8;
    padding: 50px 0
}

.background-slider-rtl .slick-track>div {
    background-color: #f9f7f8;
    padding: 30px 55px;
    text-align: center
}

.background-slider-rtl .slick-track>div a {
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 31px;
    font-size: 1.9375rem;
    color: #1ab5b5;
    line-height: 1.2
}

#fdesc {
    padding-bottom: 50px;
    position: relative
}

#cat-fdesc-wrppaer {
    max-height: 150px;
    overflow: hidden;
    transition: all .45s ease-in-out
}

#cat-fdesc-wrppaer.expended {
    max-height: 10000px
}

#rm-btn {
    color: #e25555;
    font-weight: 700;
    position: absolute;
    bottom: 0
}

.hp_top {
    padding: 15px 0;
    overflow: hidden
}

@media screen and (max-width:39.9375em) {
    .hp_top {
        margin-top: 77px
    }
}

.hp_top .half {
    background-color: #f9f7f8
}

@media screen and (max-width:39.9375em) {
    .hp_top .first_half,
    .hp_top .half {
        height: auto !important
    }
}

.hp_top .hp_main_slider {
    margin-bottom: 0;
    height: 100%
}

.hp_top .hp_main_slider .slick-list,
.hp_top .hp_main_slider .slick-list .slick-track {
    height: 100%
}

.hp_top .hp_main_slider .slick-list .slick-track .item {
    outline: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative
}

@media screen and (max-width:39.9375em) {
    .hp_top .hp_main_slider .slick-list .slick-track .item {
        height: 450px
    }
}

.hp_top .hp_main_slider .slick-list .slick-track .item .txt {
    position: absolute;
    bottom: 90px;
    right: 30px;
    background-color: rgba(26, 181, 181, .83);
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 46px;
    font-size: 2.875rem;
    width: 514px;
    line-height: 1;
    transition: all .6s ease;
    color: #fff;
    padding: 30px;
    display: block
}

@media screen and (max-width:39.9375em) {
    .hp_top .hp_main_slider .slick-list .slick-track .item .txt {
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 90%;
        bottom: 40px;
        padding: 20px;
        font-family: atlas, arial, sans-serif;
        font-weight: 400;
        font-size: 36px;
        font-size: 2.25rem
    }
}

.hp_top .hp_main_slider .slick-list .slick-track .item .txt h1 {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1
}

@media screen and (max-width:39.9375em) {
    .hp_top .hp_main_slider .slick-list .slick-track .item .txt h1 {
        font-family: atlas, arial, sans-serif;
        font-weight: 400;
        font-size: 36px;
        font-size: 2.25rem
    }
}

.hp_top .hp_main_slider .slick-list .slick-track .item:hover .txt {
    background-color: #129393
}

.hp_top .hp_main_slider .slick-dots {
    bottom: 32px;
    right: 3px;
    text-align: right
}

@media screen and (max-width:39.9375em) {
    .hp_top .hp_main_slider .slick-dots {
        bottom: -5px
    }
}

.hp_top .hp_main_slider .slick-dots li {
    margin: 0
}

.hp_top .hp_main_slider .slick-dots li button:before {
    font-size: 15px
}

.hp_top .hp_main_slider .slick-dots li.slick-active button:before {
    color: #fff
}

.hp_top .menus {
    padding: 70px 0;
    overflow: hidden
}

@media screen and (max-width:39.9375em) {
    .hp_top .menus {
        padding: 20px 0
    }
}

.hp_top .menus .menu:first-child {
    border-left: 4px solid #e8e8ea
}

@media screen and (max-width:39.9375em) {
    .hp_top .menus .menu:first-child {
        border: 0
    }
}

.hp_top .menus .menu:last-child ul li {
    padding: 4px 0
}

.hp_top .menus .menu span {
    font-size: 30px;
    margin: 7px 7px 0 0;
    display: inline-block
}

.hp_top .menus .menu span.turquoise {
    color: #1ab5b5
}

.hp_top .menus .menu span.light-blue {
    color: #00baff
}

.hp_top .menus .menu span.pink {
    color: #e25555
}

.hp_top .menus .menu .ttl {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #e8e8ea;
    padding-bottom: 5px;
    position: relative
}

@media screen and (max-width:39.9375em) {
    .hp_top .menus .menu .ttl {
        cursor: pointer;
        padding: 12px 0
    }
}

.hp_top .menus .menu .ttl .fa {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hp_top .menus .menu .ttl.turquoise .fa,
.hp_top .menus .menu .ttl.turquoise a {
    color: #1ab5b5
}

.hp_top .menus .menu .ttl.light-blue .fa,
.hp_top .menus .menu .ttl.light-blue a {
    color: #00baff
}

.hp_top .menus .menu .ttl.pink .fa,
.hp_top .menus .menu .ttl.pink a {
    color: #e25555
}

@media screen and (max-width:39.9375em) {
    .hp_top .menus .menu .ttl.active+ul {
        display: block
    }
}

.hp_top .menus .menu .ttl.active a,
.hp_top .menus .menu .ttl:focus a,
.hp_top .menus .menu .ttl:hover a {
    background-color: transparent
}

.hp_top .menus .menu ul {
    margin: 0 0 24px;
    list-style-type: none
}

@media screen and (max-width:39.9375em) {
    .hp_top .menus .menu ul {
        display: none
    }
}

.hp_top .menus .menu ul li {
    padding: 1px 0
}

.hp_top .menus .menu ul li a {
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    color: rgba(1, 1, 2, .9)
}

.hp_top .menus .menu ul li a.bold,
.hp_top .menus .menu ul li a:focus,
.hp_top .menus .menu ul li a:hover {
    font-weight: 900
}

.hp_top .menus .menu ul li a.turquoise:hover {
    color: #1ab5b5
}

.hp_top .menus .menu ul li a.light-blue:hover {
    color: #00baff
}

.top_posts_section {
    padding: 20px 0 0
}

@media screen and (min-width:64em) {
    .top_posts_section {
        padding: 60px 0
    }
}

.top_posts_section h4 {
    margin: 8px 0
}

.top_posts_section .txt {
    margin-bottom: 20px
}

.top_posts_section .post_info {
    color: #95a3a4;
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1;
    margin-bottom: 0
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .top_posts_section .post_info {
        display: none
    }
}

.latest_info {
    padding: 20px 0
}

.latest_info h2 {
    border-bottom: 2px solid #163338;
    padding-bottom: 10px;
    margin-bottom: 30px
}

@media screen and (max-width:39.9375em) {
    .latest_info h2 {
        margin-top: 20px
    }
}

.latest_info .post .featured_img {
    margin-bottom: 7px
}

.latest_info .post .cat {
    color: #919191;
    margin-bottom: 8px;
    display: inline-block
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .latest_info .post .cat {
        margin-bottom: 3px
    }
}

.latest_info .post .ttl {
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    color: #343f59;
    line-height: 1.2;
    line-height: 1;
    margin: 0;
    min-height: 36px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .latest_info .post .ttl {
        font-family: atlas, arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        font-size: 1rem
    }
}

.latest_info .post .num {
    color: #1ab5b5;
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: .6
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .latest_info .post .num {
        display: none
    }
}

.latest_info .post .post_info {
    margin-bottom: 10px;
    color: #163338;
    font-size: 13px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .latest_info .post .post_info {
        display: none
    }
}

.latest_info .post .txt {
    line-height: .6;
    min-height: 73px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .latest_info .post .txt {
        min-height: auto
    }
}

.latest_info .post h4 {
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem
}

.latest_info .post .divider {
    border-bottom: 1px solid #d7d1d1;
    margin-bottom: 15px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .latest_info .post .divider {
        margin-bottom: 11px
    }
}

.latest_info .post .divider.second {
    margin-bottom: 18px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .latest_info .post:last-child .ttl {
        min-height: auto
    }
}

.latest_info .post:last-child .txt {
    min-height: auto
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .latest_info .post:last-child .txt {
        min-height: auto
    }
}

.latest_info .post:last-child h4 {
    margin-bottom: 11px
}

.latest_info .post:last-child .post_info {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1
}

.latest_info .post:last-child .featured_img {
    margin-bottom: 0
}

.latest_info .post:last-child .divider {
    border: 0;
    margin: 0
}

.latest_info .from_site {
    position: relative;
    background-size: cover;
    background-position: top;
    min-height: 170px
}

@media screen and (max-width:39.9375em) {
    .latest_info .from_site {
        background-repeat: no-repeat;
        background-position: top -100px center
    }
}

.latest_info .from_site .ttl {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 33px;
    font-size: 2.0625rem;
    color: #fff;
    line-height: .8;
    width: 64%
}

.latest_info .from_site .icon {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: hsla(0, 0%, 100%, .76);
    font-size: 57px
}

@media screen and (max-width:39.9375em) {
    .latest_info .from_site .icon {
        left: 60px;
        top: 56px
    }
}

.hp_recommened_posts {
    padding: 50px 0
}

@media screen and (max-width:39.9375em) {
    .hp_recommened_posts {
        padding: 20px 0
    }
}

.hp_recommened_posts h2 {
    border-top: 2px solid #163338;
    padding: 35px 0;
    margin-bottom: 0;
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 28px;
    font-size: 1.75rem
}

div.wpcf7 .ajax-loader {
    display: none
}

div.wpcf7 .ajax-loader.is-active {
    display: inline-block
}

.form_contact_page form {
    margin-bottom: 30px
}

.form_contact_page form label {
    color: #283145;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem
}

.form_contact_page form input,
.form_contact_page form textarea {
    border: 1px solid #21293a;
    margin-bottom: 8px;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    box-shadow: none
}

.form_contact_page form input {
    background-color: #f5f5f5
}

.form_contact_page form textarea {
    height: 275px
}

.form_contact_page form input[type=submit] {
    background-color: #1ab5b5;
    padding: 10px 20px;
    border: 0;
    margin-top: 10px;
    color: #fff;
    font-weight: 700
}

.post_with_cat_block .inner {
    margin-bottom: 30px
}

.post_with_cat_block .inner .image {
    position: relative
}

.post_with_cat_block .inner .image .cat {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    color: #fff;
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: .9375rem
}

.post_with_cat_block .inner h4 {
    margin: 10px 0
}

.post_with_cat_block .inner .post_info {
    line-height: 1;
    font-size: 15px;
    color: #95a3a4
}

.post_with_cat_block:first-child .cat {
    background-color: #008197
}

.post_with_cat_block:nth-child(2) .cat {
    background-color: #00baff
}

.post_with_cat_block:nth-child(3) .cat {
    background-color: #e25555
}

.post_with_cat_block:nth-child(4) .cat {
    background-color: #2a9f8d
}

.post_with_cat_block:nth-child(5) .cat {
    background-color: #c72564
}

.post_with_cat_block:nth-child(6) .cat {
    background-color: #2778dc
}

.post_with_cat_block:nth-child(7) .cat {
    background-color: #a10f8e
}

.post_with_cat_block:nth-child(8) .cat {
    background-color: #a2b427
}

#sidebar .post_with_cat_block:first-child .cat {
    background-color: #2a9f8d
}

#sidebar .post_with_cat_block:nth-child(2) .cat {
    background-color: #00baff
}

#sidebar .post_with_cat_block:nth-child(3) .cat {
    background-color: #c72564
}

#sidebar .post_with_cat_block:nth-child(4) .cat {
    background-color: #e25555
}

.archive_page_top_section .post_with_cat_block:first-child .cat {
    background-color: #c72564
}

.archive_page_top_section .post_with_cat_block:nth-child(2) .cat {
    background-color: #2a9f8d
}

.archive_page_top_section .post_with_cat_block:nth-child(3) .cat {
    background-color: #e25555
}

.archive_page_top_section .post_with_cat_block:nth-child(4) .cat {
    background-color: #00baff
}

.archive_page_top_section .post_with_cat_block .first .cat {
    background-color: #008197
}

.single-post .single_post_info .post_info {
    margin-top: 45px
}

@media screen and (max-width:39.9375em) {
    .single-post .single_post_info .post_info {
        margin-top: 0;
        text-align: center
    }
}

.single-post img {
    max-width: 100%
}

.single-post .intro {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 50px 0 30px
}

.single-post .intro p {
    line-height: 1.3
}

.single-post .entry-content div img {
    margin-bottom: 1rem
}

.single-post .entry-footer {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 3px solid #f1f1f1;
    padding-bottom: 20px;
    margin: 20px 0 60px
}

@media screen and (max-width:39.9375em) {
    .single-post .entry-footer {
        margin: 20px 0 30px
    }
}

.single-post .letters {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.single-post .letters a {
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    color: #21293a;
    padding: 7px 10px;
    display: inline-block;
    position: relative
}

.single-post .letters a:after {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #d3d1d1;
    position: absolute;
    left: 0;
    top: 12px
}

.single-post .letter_section {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.125rem;
    color: #21293a;
    margin: 30px 0 10px
}

.single-post .accordion {
    border: 0
}

.single-post .accordion li .accordion-title {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #353d62;
    background-color: #f5f5f5;
    border: 0;
    margin-bottom: 5px
}

.single-post .accordion li .accordion-title:before {
    content: "^";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #00293d;
    color: #00293d
}

.single-post .accordion li.is-active .accordion-title {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 19px;
    font-size: 1.1875rem;
    color: #00293d
}

.single-post .accordion li.is-active .accordion-title:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #f5f5f5;
    background-color: #00293d;
    border: 1px solid #00293d
}

.single-post .accordion li .accordion-content {
    background-color: #fcfcfc;
    border: 0;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #353d62
}

.single-post .accordion li .accordion-content a {
    font-weight: 700;
    text-decoration: underline
}

.single-post .entry-footer .tags a {
    color: #1ab5b5;
    font-weight: 700
}

.single-post .entry-footer .tags a:focus,
.single-post .entry-footer .tags a:hover {
    color: #000
}

#commentform {
    margin: 50px 0
}

#commentform input,
#commentform textarea {
    border: 1px solid #21293a;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    box-shadow: none
}

#commentform input[type=submit] {
    background-color: #21293a;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
    transition: all .3s ease
}

#commentform input[type=submit]:focus,
#commentform input[type=submit]:hover {
    background-color: #1ab5b5
}

.comment-form-comment {
    display: none
}

.logged-in .comment-form-comment {
    display: block
}

.comments-area .border {
    border-bottom: 3px solid #f1f1f1;
    margin-bottom: 20px
}

.comments-area .num {
    color: #535252
}

.comments-area .comment-list {
    list-style-type: none;
    margin: 0
}

.comments-area .comment-list li .comment-body .comment_reply_ttl {
    padding: 10px;
    background-color: #f0f1f3;
    margin-bottom: 20px;
    margin-top: 10px
}

.comments-area .comment-list li .comment-body .icon {
    font-size: 80px;
    color: #d4d4d4
}

.comments-area .comment-list li .comment-body cite {
    color: #00293d;
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    margin-right: 13px;
    margin-top: 6px
}

.comments-area .comment-list li .comment-body cite:before {
    display: none
}

.comments-area .comment-list .children {
    margin-right: 90px;
    list-style-type: none
}

.comments-area .no-comments {
    display: none
}

.archive_page_top_section,
.site-content {
    padding: 93px 0 70px
}

@media screen and (max-width:39.9375em) {
    .archive_page_top_section,
    .site-content {
        padding: 20px 0
    }
}

.archive_page_top_section.posts_archive_page,
.site-content.posts_archive_page {
    padding: 50px 0 30px
}

@media screen and (max-width:39.9375em) {
    .archive_page_top_section.posts_archive_page,
    .site-content.posts_archive_page {
        padding: 20px 0
    }
}

.archive_page_top_section .entry-header,
.site-content .entry-header {
    text-align: center
}

.archive_page_top_section .entry-header h1,
.site-content .entry-header h1 {
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: .9;
    color: #353d62;
    margin-bottom: 15px
}

.archive_page_top_section .entry-header h1:after,
.site-content .entry-header h1:after {
    content: "";
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -8px;
    width: 80%;
    height: 2px;
    background-color: #1ab5b5
}

.archive_page_top_section .entry-header #breadcrumbs,
.site-content .entry-header #breadcrumbs {
    color: #1ab5b5;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem
}

.archive_page_top_section .entry-header #breadcrumbs a,
.site-content .entry-header #breadcrumbs a {
    color: #1ab5b5
}

.archive_page_top_section .entry-header #breadcrumbs a:hover,
.site-content .entry-header #breadcrumbs a:hover {
    text-decoration: underline
}

.archive_page_top_section .social_share_box,
.site-content .social_share_box {
    margin: 30px 0
}

@media screen and (max-width:39.9375em) {
    .archive_page_top_section .social_share_box,
    .site-content .social_share_box {
        margin: 10px 0
    }
}

.archive_page_top_section .social_share_box ul li,
.site-content .social_share_box ul li {
    display: inline-block
}

.archive_page_top_section .social_share_box ul li a,
.site-content .social_share_box ul li a {
    border: 2px solid #eee9e9;
    border-radius: 50%;
    color: #1ab5b5;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    margin-right: 6px;
    transition: all .6s ease
}

.archive_page_top_section .social_share_box ul li:hover a,
.site-content .social_share_box ul li:hover a {
    color: #fff
}

.archive_page_top_section .social_share_box ul li.print:hover a,
.site-content .social_share_box ul li.print:hover a {
    background-color: #585353;
    border-color: #585353
}

.archive_page_top_section .social_share_box ul li.mail:hover a,
.site-content .social_share_box ul li.mail:hover a {
    background-color: #d14836;
    border-color: #d14836
}

.archive_page_top_section .social_share_box ul li.whatsapp,
.site-content .social_share_box ul li.whatsapp {
    background-image: url(../images/whatsup.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 20px
}

.archive_page_top_section .social_share_box ul li.facebook:hover a,
.site-content .social_share_box ul li.facebook:hover a {
    background-color: #3b579d;
    border-color: #3b579d
}

.archive_page_top_section .social_share_box ul li.twitter:hover a,
.site-content .social_share_box ul li.twitter:hover a {
    background-color: #00baff;
    border-color: #00baff
}

.archive_page_top_section h4,
.site-content h4 {
    color: #21293a
}

.archive_page_top_section .divider_for_sidebar,
.site-content .divider_for_sidebar {
    height: 100%;
    width: 2px;
    background-color: #f1f1f1;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: relative
}

.error-404 [class*=" icon-"],
.error-404 [class^=icon-] {
    color: #21293a;
    font-size: 140px;
    display: inline-block;
    margin: 40px 0
}

.error-404 p {
    color: #505050;
    font-size: 24px;
    font-weight: 500
}

.error-404 form {
    position: relative;
    margin-bottom: 150px
}

.error-404 form input {
    box-shadow: none
}

.error-404 form .button {
    position: absolute;
    left: 10px;
    top: 12px;
    background-color: #fff;
    color: #21293a;
    margin: 0;
    padding: 0
}

.comment-body ol li a,
.comment-body p a,
.comment-body ul li a,
.entry-content ol li a,
.entry-content p a,
.entry-content ul li a {
    color: #1ab5b5
}

.comment-body ol li a:focus,
.comment-body ol li a:hover,
.comment-body p a:focus,
.comment-body p a:hover,
.comment-body ul li a:focus,
.comment-body ul li a:hover,
.entry-content ol li a:focus,
.entry-content ol li a:hover,
.entry-content p a:focus,
.entry-content p a:hover,
.entry-content ul li a:focus,
.entry-content ul li a:hover {
    color: #037575
}

.archive_forum .intro_to_forums {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.1875rem;
    color: #343f59;
    margin: 10px 0 30px
}

.archive_forum .intro_to_forums p {
    line-height: 1.3
}

.archive_forum article {
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
    height: 100%;
    transition: all .6s ease
}

.archive_forum article:hover {
    background-color: #e8e6e6
}

.archive_forum article h1 {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 23px;
    font-size: 1.4375rem;
    color: #505050
}

.archive_forum article span {
    color: #1ab5b5;
    font-size: 64px;
    position: relative;
    margin-top: 37%;
    display: inline-block
}

.archive_forum article p {
    margin-bottom: 0;
    color: #505050;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.2
}

.bbpress .lawtip_add_new_topic {
    background-color: #00293d;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 20px;
    transition: all .3s ease;
    color: #fff;
    display: inline-block
}

.bbpress .lawtip_add_new_topic:focus,
.bbpress .lawtip_add_new_topic:hover {
    background-color: #1ab5b5
}

.bbpress .bbp-template-notice,
.bbpress .subscription-toggle {
    display: none
}

.bbpress .bbp-forum-content {
    margin: 0 0 30px !important;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem
}

.bbpress .bbp-pagination-count {
    font-size: 14px;
    color: #464646
}

.bbpress .bbp-header {
    background-color: #00293d !important;
    color: #fff;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem
}

.bbpress .odd {
    background-color: #eaeaea !important
}

.bbpress .topic {
    padding: 17px 8px !important;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem
}

.bbpress .topic .bbp-topic-title {
    padding-right: 16px
}

.bbpress .topic .bbp-topic-title a {
    color: #00293d;
    font-size: 15px;
    font-weight: 400
}

.bbpress .topic .bbp-topic-title .bbp-topic-meta {
    display: none !important
}

.bbpress .topic .bbp-topic-freshness img {
    display: none
}

.bbpress .topic .bbp-topic-freshness .bbp-topic-meta {
    display: inline-block
}

.bbpress .topic .bbp-topic-freshness .bbp-topic-meta:before {
    content: "|"
}

.bbpress .bbp-footer {
    display: none
}

.bbpress .bbp-pagination {
    margin-bottom: 25px
}

.bbpress .bbp-form {
    border: 0 !important;
    padding: 10px 0 0 !important;
    margin-bottom: 0 !important
}

.bbpress .bbp-form legend {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #00293d;
    width: 100%;
    margin-bottom: 0
}

.bbpress .bbp-form label {
    font-size: 1rem
}

.bbpress .bbp-form input,
.bbpress .bbp-form textarea {
    box-shadow: none;
    border: 1px solid #00293d !important;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 20px !important
}

.bbpress .bbp-form textarea {
    border: 1px solid #cacaca;
    border-top: 0 solid #cacaca;
    height: 130px
}

.bbpress .bbp-submit-wrapper {
    margin-top: 0
}

.bbpress .bbp-submit-wrapper [type=submit] {
    background-color: #00293d;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 12px 20px;
    transition: all .3s ease
}

.bbpress .bbp-submit-wrapper [type=submit]:focus,
.bbpress .bbp-submit-wrapper [type=submit]:hover {
    background-color: #1ab5b5
}

.bbp-pagination-links .page-numbers {
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 4px;
    border: 1px solid #00293d
}

.bbp-pagination-links .page-numbers.current {
    background-color: #00293d;
    color: #fff;
    opacity: 1;
    padding-top: 5px;
    border: 1px solid #00293d
}

.topic.bbpress .bbp-header {
    display: none
}

.topic.bbpress .bbp-reply-header,
.topic.bbpress .bbp-topic-header {
    background-color: #eaeaea !important;
    font-size: 14px;
    padding-right: 20px;
    color: #21293a
}

.topic.bbpress .bbp-reply-header a,
.topic.bbpress .bbp-topic-header a {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    color: #21293a
}

.topic.bbpress .bbp-reply-header .bbp-reply-permalink,
.topic.bbpress .bbp-reply-header .bbp-topic-permalink,
.topic.bbpress .bbp-topic-header .bbp-reply-permalink,
.topic.bbpress .bbp-topic-header .bbp-topic-permalink {
    display: none
}

.topic.bbpress .bbp-lead-topic {
    margin-bottom: 40px
}

.topic.bbpress .bbp-lead-topic .topic {
    background-color: #fcfcfc !important
}

.topic.bbpress .bbp-reply-author,
.topic.bbpress .bbp-topic-author {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #00293d
}

@media screen and (max-width:39.9375em) {
    .topic.bbpress .bbp-reply-author,
    .topic.bbpress .bbp-topic-author {
        width: 100% !important;
        margin: 0 !important;
        padding: 0
    }
}

.topic.bbpress .bbp-reply-content,
.topic.bbpress .bbp-topic-content {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    margin-right: 170px !important
}

@media screen and (max-width:39.9375em) {
    .topic.bbpress .bbp-reply-content,
    .topic.bbpress .bbp-topic-content {
        width: 100%;
        margin: 0 !important;
        padding: 0
    }
}

.topic.bbpress .reply {
    padding: 20px
}

.topic.bbpress .bbp-form {
    border: 0 !important;
    padding: 10px 0 !important
}

.archive_page_top_section {
    margin-bottom: 30px
}

.archive_page_top_section header {
    margin-bottom: 50px
}

.archive_page_top_section .first h4 {
    font-size: 24px;
    margin: 20px 0
}

.archive_page_top_section .first .post_info {
    margin-top: 10px
}

.posts_archive_page {
    margin-bottom: 50px
}

.posts_archive_page .cat_block h2 {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 30px;
    position: relative
}

.posts_archive_page .cat_block h2:before {
    content: "";
    border: 8px solid;
    border-color: inherit;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle
}

.posts_archive_page .cat_block h2:after {
    content: "";
    background-color: #eff0f2;
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: -1
}

.posts_archive_page .cat_block h2 .txt {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px 0 23px;
    margin-right: -3px
}

.posts_archive_page .cat_block .featured_img {
    margin-bottom: 10px
}

.posts_archive_page .cat_block .ttl {
    color: #21293a;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px
}

.posts_archive_page .cat_block .ttl:before {
    content: "";
    border: 3px solid;
    border-color: inherit;
    height: 15px;
    width: 5px;
    margin-left: 13px;
    display: inline-block;
    vertical-align: middle
}

.posts_archive_page .cat_block .post_info {
    color: #95a3a4
}

.posts_archive_page .cat_block .border {
    border-bottom: 1px solid #eff0f2;
    margin: 12px 0
}

.posts_archive_page .cat_block .all {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #21293a;
    display: block;
    margin: 20px 0 30px
}

.posts_archive_page .cat_block .all:focus,
.posts_archive_page .cat_block .all:hover {
    font-weight: 900
}

.posts_archive_page .archive_blue_box {
    background-color: #21293a;
    text-align: center;
    color: #fff;
    margin: 20px 0 50px;
    transition: all .6s ease
}

@media screen and (max-width:39.9375em) {
    .posts_archive_page .archive_blue_box {
        margin: 20px 0 0
    }
}

@media screen and (max-width:39.9375em) {
    .posts_archive_page .archive_blue_box.second {
        margin-bottom: 40px
    }
}

.posts_archive_page .archive_blue_box a {
    color: #fff;
    display: block;
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 30px 20px
}

.posts_archive_page .archive_blue_box a:before {
    content: "\e901";
    display: inline-block;
    vertical-align: middle;
    color: #394460;
    font-size: 21px;
    margin-left: 15px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.posts_archive_page .archive_blue_box:focus,
.posts_archive_page .archive_blue_box:hover {
    background-color: #161c28
}

.posts_archive_page .archive_blue_box.second a:before {
    content: "\e91d"
}

@media screen and (max-width:39.9375em) {
    .posts_archive_page .outer_post_sub_cat {
        margin-bottom: 50px
    }
}

.posts_archive_page .outer_post_sub_cat h4 {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #21293a;
    line-height: 1
}

.posts_archive_page .outer_post_sub_cat .image {
    margin-bottom: 30px;
    margin-top: 4px
}

@media screen and (max-width:39.9375em) {
    .posts_archive_page .outer_post_sub_cat .image {
        margin-bottom: 20px
    }
}

.posts_archive_page .inner_pages_sub {
    margin-bottom: 50px
}

.posts_archive_page .results_navigation {
    color: #343f59
}

.posts_archive_page .results_navigation p {
    margin-bottom: 0;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem
}

.posts_archive_page .results_navigation .navigation_links span:last-child {
    margin-right: 10px
}

.posts_archive_page .results_navigation a {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem
}

.posts_archive_page .results_navigation .border {
    border-bottom: 1px solid #f0efed;
    margin: 5px 0 40px
}

.posts_archive_page .results_navigation .border.second {
    margin: 5px 0 20px
}

.posts_archive_page .search_info_box {
    margin-bottom: 30px
}

.posts_archive_page .search_info_box .social_share_box {
    margin: 0 0 30px
}

.posts_archive_page .search_info_box .post_info {
    margin-top: 10px
}

.full_desc p {
    margin-bottom: 20px
}

.desc-wrapper {
    background: #fff;
    padding: 15px
}

@media screen and (min-width:64em) {
    .desc-wrapper {
        max-height: 480px;
        overflow: auto
    }
}

.desc-wrapper h3 {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem
}

.desc-wrapper h3 i {
    opacity: .3
}

.archive .menu.vertical>li a {
    font-family: atlas, arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem
}

.archive .menu.vertical>li.is-active {
    background-color: #f9f7f8;
    border-left: 3px solid #1ab5b5
}

.archive .menu.vertical>li.is-active a {
    color: #1ab5b5
}

@media screen and (max-width:39.9375em) {
    .archive_page_top_section,
    .site-content {
        margin-top: 90px
    }
}

@media screen and (max-width:39.9375em) {
    .archive .site-content {
        margin-top: 0
    }
}

.landing_page {
    background-image: url(../images/bg-landing.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    padding-bottom: 180px
}

.landing_page .top_txt {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 32px;
    font-size: 2rem;
    color: #21293a;
    padding-top: 120px;
    letter-spacing: -1px
}

@media screen and (max-width:39.9375em) {
    .landing_page .top_txt {
        padding-top: 40px
    }
}

.landing_page .top_txt p {
    line-height: 1
}

.landing_page .image {
    text-align: center
}

.landing_page .bottom_section p {
    color: #21293a;
    margin-bottom: 0
}

.landing_page .bottom_section .icon {
    font-size: 2.5rem;
    color: #21293a;
    display: inline-block;
    position: relative;
    top: 6px
}

.landing_page .bottom_section .divider {
    padding: 10px
}

.landing_page .bottom_section .form_wrapper {
    background-color: #1ab5b5;
    padding: 30px 30px 10px
}

.landing_page .bottom_section .form_wrapper h2 {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 21px;
    font-size: 1.3125rem;
    color: #21293a;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0
}

@media screen and (max-width:39.9375em) {
    .landing_page .bottom_section .form_wrapper form {
        margin-bottom: 30px
    }
}

.landing_page .bottom_section .form_wrapper form input {
    box-shadow: none;
    border: 0;
    font-family: atlas-pro, arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem
}

.landing_page .bottom_section .form_wrapper form input::-webkit-input-placeholder {
    color: #21293a
}

.landing_page .bottom_section .form_wrapper form input:-moz-placeholder,
.landing_page .bottom_section .form_wrapper form input::-moz-placeholder {
    color: #21293a
}

.landing_page .bottom_section .form_wrapper form input:-ms-input-placeholder {
    color: #21293a
}

.landing_page .bottom_section .form_wrapper form span.wpcf7-list-item {
    margin-right: 0
}

.landing_page .bottom_section .form_wrapper form span.wpcf7-list-item [type=checkbox] {
    margin-bottom: 0
}

.landing_page .bottom_section .form_wrapper form span.wpcf7-list-item .wpcf7-list-item-label {
    color: #21293a
}

.landing_page .bottom_section .form_wrapper form button {
    background-color: #21293a;
    padding: 10px;
    border: 0;
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    width: 100%;
    text-align: center;
    outline: 0;
    transition: all .3s ease
}

.landing_page .bottom_section .form_wrapper form button:after {
    content: "\f060";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease;
    font-size: 18px;
    width: 0;
    opacity: 0;
    -webkit-transform: translatex(-10px);
    transform: translatex(-10px)
}

.landing_page .bottom_section .form_wrapper form button:hover:after {
    width: 20px;
    margin-right: 10px;
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0)
}

.landing_page .bottom_section .form_wrapper form input[type=submit] {
    display: none
}

.landing_page .footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #21293a;
    padding: 20px;
    margin-top: 30px
}

.landing_page .footer p {
    margin-bottom: 0;
    color: #1ab5b5;
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem
}

.landing_page .footer p a {
    color: #1ab5b5
}

.landing_page .footer p a:focus,
.landing_page .footer p a:hover {
    color: #fff
}

.landing_page .footer .credit {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #fff
}

.landing_page .footer .credit a {
    color: #fff
}

.landing_page .footer .credit a:focus,
.landing_page .footer .credit a:hover {
    color: #1ab5b5
}

.landing_page .footer .fa {
    color: #fff;
    margin-left: 5px
}

.landing_page .footer .logo {
    height: 40px
}

.landing_page .thanks_msg {
    padding-top: 50px
}

@media screen and (min-width:40em) {
    .landing_page .thanks_msg {
        padding-top: 0;
        position: absolute;
        top: 40%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

.landing_page .thanks_msg h1 {
    font-size: 65px;
    font-size: 4.0625rem;
    margin-bottom: 0;
    line-height: 1
}

.landing_page .thanks_msg h1,
.landing_page .thanks_msg h2 {
    color: #21293a;
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    letter-spacing: -1px
}

.landing_page .thanks_msg h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 30px 0
}

.landing_page .thanks_msg p {
    color: #21293a;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4
}

.landing_page .thanks_msg p a {
    text-decoration: underline
}

.landing_page.leads_page .top_txt {
    padding-top: 40px;
    padding-bottom: 80px
}

@media screen and (min-width:64em) {
    .landing_page.leads_page .top_txt {
        padding-top: 60px
    }
}

@media screen and (min-width:90em) {
    .landing_page.leads_page .top_txt {
        padding-top: 180px
    }
}

.landing_page.leads_page .top_txt h1 {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center
}

@media screen and (min-width:40em) {
    .landing_page.leads_page .top_txt h1 {
        text-align: right
    }
}

.landing_page.leads_page .top_txt h2 {
    font-family: atlas, arial, sans-serif;
    font-weight: 700;
    font-size: 43px;
    font-size: 2.6875rem;
    color: #21293a;
    line-height: 1;
    text-align: center
}

@media screen and (min-width:40em) {
    .landing_page.leads_page .top_txt h2 {
        text-align: right
    }
}

.landing_page.leads_page .top_txt h3 {
    background-color: #21293a;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 30px;
    text-align: center
}

.landing_page.leads_page .top_txt form {
    margin-top: 20px;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem
}

.landing_page.leads_page .top_txt form input {
    border: 0;
    box-shadow: none;
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px;
    height: 50px;
    background-color: hsla(0, 0%, 100%, .81)
}

.landing_page.leads_page .top_txt form input::-webkit-input-placeholder {
    color: #21293a
}

.landing_page.leads_page .top_txt form input:-moz-placeholder,
.landing_page.leads_page .top_txt form input::-moz-placeholder {
    color: #21293a
}

.landing_page.leads_page .top_txt form input:-ms-input-placeholder {
    color: #21293a
}

.landing_page.leads_page .top_txt form input[type=checkbox] {
    margin-bottom: 0;
    height: auto
}

.landing_page.leads_page .top_txt form span.wpcf7-list-item {
    margin-right: 0
}

.landing_page.leads_page .top_txt form .wpcf7-list-item-label {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem
}

.landing_page.leads_page .top_txt form input.wpcf7-submit {
    display: none
}

.landing_page.leads_page .top_txt form button {
    background-color: #1ab5b5;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 22px;
    font-size: 1.375rem
}

.landing_page.leads_page .top_txt form button:after {
    content: "\f060";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease;
    font-size: 18px;
    width: 0;
    opacity: 0;
    -webkit-transform: translatex(-10px);
    transform: translatex(-10px)
}

.landing_page.leads_page .top_txt form button:hover:after {
    width: 20px;
    margin-right: 10px;
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0)
}

.landing_page.leads_page .wrapper_msg {
    position: relative
}

@media screen and (min-width:40em) {
    .landing_page.leads_page .wrapper_msg .thanks_msg {
        margin-top: 25%;
        position: absolute;
        -webkit-transform: none;
        transform: none;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width:90em) {
    .landing_page.leads_page .wrapper_msg .thanks_msg {
        margin-top: 35%
    }
}

.landing_page.leads_page .wrapper_msg .thanks_msg h1 {
    font-family: atlas, arial, sans-serif;
    font-weight: 900;
    font-size: 50px;
    font-size: 3.125rem
}

.landing_page.leads_page .wrapper_msg .thanks_msg h2 {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-size: 1.75rem;
    margin: 10px 0 20px
}

.landing_page.leads_page .wrapper_msg .thanks_msg p {
    font-family: atlas, arial, sans-serif;
    font-weight: 400;
    font-size: 23px;
    font-size: 1.4375rem
}

.faq-p {
    font-weight: 400 !important;
    font-size: 16px !important;
	line-height: 1.6 !important;
    margin-bottom: 1rem !important;
    text-rendering: optimizeLegibility !important;
}

@media only screen and (max-width: 680px) {
.faq-p {
    font-size: 19px !important;
}
}