/*
  Theme Name: Azurelo
  Author: Anakao Theme
  Author URI: https://anakao-theme.com/azurelo
  Theme URI: https://anakao-theme.com/
  Description: Azurelo draws its handsomeness from the large spaces and the omnipresence of white, raised by its blue azurelo. Your content is highlighted to remains the most important part and give the envy to read you.
  Version: 1.3.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, featured-images, full-width-template, post-formats, sticky-post, theme-options
  Text Domain: azurelo
*/

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */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"
}

html {
    font-size: 14px;
    box-sizing: border-box
}

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

body {
    padding: 0;
    margin: 0;
    font-family: Open Sans,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    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
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

@media screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.row {
    max-width: 85.71429rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row .row {
    max-width: none;
    margin-left: -1.07143rem;
    margin-right: -1.07143rem
}

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

.row.expanded {
    max-width: none
}

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

.column,.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    min-width: 0
}

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

.column.row.row,.row.row.columns {
    float: none;
    display: block
}

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

.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

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

.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

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

.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

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

.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

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

.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

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

.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

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

.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

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

.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

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

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-1>.column,.small-up-1>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2>.column,.small-up-2>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-3>.column,.small-up-3>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-4>.column,.small-up-4>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-5>.column,.small-up-5>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-6>.column,.small-up-6>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-7>.column,.small-up-7>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-8>.column,.small-up-8>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

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

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

@media screen and (min-width:40em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-1>.column,.medium-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-2>.column,.medium-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-3>.column,.medium-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-4>.column,.medium-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-5>.column,.medium-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-6>.column,.medium-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-7>.column,.medium-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .medium-up-8>.column,.medium-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.medium-unstack>.column,.row.medium-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:40em) {
    .row.medium-unstack>.column,.row.medium-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:40em) {
    .medium-collapse>.column,.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

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

@media screen and (min-width:64em) {
    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-1>.column,.large-up-1>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-2>.column,.large-up-2>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-3>.column,.large-up-3>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-4>.column,.large-up-4>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-5>.column,.large-up-5>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-6>.column,.large-up-6>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-7>.column,.large-up-7>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .large-up-8>.column,.large-up-8>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width:64em) and (min-width:64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.large-unstack>.column,.row.large-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:64em) {
    .row.large-unstack>.column,.row.large-unstack>.columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:64em) {
    .large-collapse>.column,.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

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

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.align-top.columns,.column.align-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom.columns,.column.align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle.columns,.column.align-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch.columns,.column.align-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

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: Sura,Helvetica,Roboto,Arial,serif;
    font-weight: 300;
    font-style: normal;
    color: #333;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4
}

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

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.71429rem
}

h3 {
    font-size: 1.57143rem
}

h4 {
    font-size: 1.28571rem
}

h5 {
    font-size: 1.14286rem
}

h6 {
    font-size: 1rem
}

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

    h2 {
        font-size: 1.85714rem
    }

    h3 {
        font-size: 1.57143rem
    }

    h4 {
        font-size: 1.28571rem
    }

    h5 {
        font-size: 1.14286rem
    }

    h6 {
        font-size: 1rem
    }
}

@media screen and (min-width:64em) {
    h1 {
        font-size: 2.57143rem
    }

    h2 {
        font-size: 2.14286rem
    }

    h3 {
        font-size: 1.71429rem
    }

    h4 {
        font-size: 1.42857rem
    }

    h5 {
        font-size: 1.28571rem
    }

    h6 {
        font-size: 1.14286rem
    }
}

a {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}

a:focus,a:hover {
    color: #6f8cc2
}

a img {
    border: 0
}

hr {
    max-width: 85.71429rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #b0b0b0;
    border-left: 0;
    margin: 1.42857rem 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-left: 1.25rem
}

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

dl {
    margin-bottom: 1rem
}

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

blockquote {
    margin: 0 0 1rem;
    padding: 0 3.57143rem;
    border-left: 0
}

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

cite {
    display: block;
    font-size: .92857rem;
    color: #333
}

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

abbr {
    color: #333;
    cursor: help;
    border-bottom: 1px dotted #000
}

code {
    font-weight: 400;
    border: 1px solid #b0b0b0;
    padding: .14286rem .35714rem .07143rem
}

code,kbd {
    font-family: Consolas,Liberation Mono,Courier,monospace;
    color: #000;
    background-color: #efefef
}

kbd {
    padding: .14286rem .28571rem 0;
    margin: 0
}

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

.lead {
    font-size: 17.5px;
    line-height: 1.6
}

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media 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 #333;
        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: 3.07143rem;
    padding: .71429rem;
    border: 1px solid #b0b0b0;
    margin: 0 0 1.42857rem;
    font-family: inherit;
    font-size: 1rem;
    color: #000;
    background-color: #fefefe;
    box-shadow: none;
    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 #92a8d1;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 3px #c9d4e8;
    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: #b0b0b0
}

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

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

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
    background-color: #efefef;
    cursor: default
}

[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 1.42857rem
}

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

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

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

[type=file] {
    width: 100%
}

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

label.middle {
    margin: 0 0 1.42857rem;
    padding: .78571rem 0
}

.help-text {
    margin-top: -.71429rem;
    font-size: 1rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.42857rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

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

.input-group-label {
    text-align: center;
    padding: 0 20rem;
    background: #efefef;
    color: #000;
    border: 1px solid #b0b0b0;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    height: auto
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.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: .71429rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #b0b0b0;
    padding: 1.42857rem;
    margin: 1.28571rem 0
}

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

select {
    height: 3.07143rem;
    padding: .71429rem;
    border: 1px solid #b0b0b0;
    margin: 0 0 1.42857rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #000;
    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%28146, 168, 209%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1.42857rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 2.14286rem
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==")
    }
}

select:disabled {
    background-color: #efefef;
    cursor: default
}

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

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

.is-invalid-input:not(:focus) {
    background-color: hsla(0,41%,70%,.1);
    border-color: #d19292
}

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

.form-error {
    display: none;
    margin-top: -.71429rem;
    margin-bottom: 1.42857rem;
    font-size: .85714rem;
    font-weight: 700
}

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

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

.is-accordion-submenu-parent>a:after {
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #92a8d1 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 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)
}

.menu,.nav__container>div>ul,.nav__container>ul {
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap
}

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

.menu>li>a,.nav__container>div>ul>li>a,.nav__container>ul>li>a {
    display: block;
    padding: 20px;
    line-height: 1
}

.menu a,.menu button,.menu input,.nav__container>div>ul a,.nav__container>div>ul button,.nav__container>div>ul input,.nav__container>ul a,.nav__container>ul button,.nav__container>ul input {
    margin-bottom: 0
}

.menu>li>a,.nav__container>div>ul>li>a,.nav__container>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu>li>a i,.menu>li>a img,.menu>li>a svg,.nav__container>div>ul>li>a i,.nav__container>div>ul>li>a img,.nav__container>div>ul>li>a svg,.nav__container>ul>li>a i,.nav__container>ul>li>a img,.nav__container>ul>li>a svg {
    margin-right: .25rem
}

.menu>li,.nav__container>div>ul>li,.nav__container>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.menu.vertical,.nav__container>div>ul.vertical,.nav__container>ul.vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu.vertical>li,.nav__container>div>ul.vertical>li,.nav__container>ul.vertical>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.menu.vertical>li>a,.nav__container>div>ul.vertical>li>a,.nav__container>ul.vertical>li>a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (min-width:40em) {
    .menu.medium-horizontal,.nav__container>div>ul.medium-horizontal,.nav__container>ul.medium-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .menu.medium-horizontal>li,.nav__container>div>ul.medium-horizontal>li,.nav__container>ul.medium-horizontal>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .menu.medium-vertical,.nav__container>div>ul.medium-vertical,.nav__container>ul.medium-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu.medium-vertical>li,.nav__container>div>ul.medium-vertical>li,.nav__container>ul.medium-vertical>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .menu.medium-vertical>li>a,.nav__container>div>ul.medium-vertical>li>a,.nav__container>ul.medium-vertical>li>a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width:64em) {
    .menu.large-horizontal,.nav__container>div>ul.large-horizontal,.nav__container>ul.large-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .menu.large-horizontal>li,.nav__container>div>ul.large-horizontal>li,.nav__container>ul.large-horizontal>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .menu.large-vertical,.nav__container>div>ul.large-vertical,.nav__container>ul.large-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu.large-vertical>li,.nav__container>div>ul.large-vertical>li,.nav__container>ul.large-vertical>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .menu.large-vertical>li>a,.nav__container>div>ul.large-vertical>li>a,.nav__container>ul.large-vertical>li>a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.menu.simple li,.nav__container>div>ul.simple li,.nav__container>ul.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 20px
}

.menu.simple a,.nav__container>div>ul.simple a,.nav__container>ul.simple a {
    padding: 0
}

.menu.align-right,.nav__container>div>ul.align-right,.nav__container>ul.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.expanded>li,.nav__container>div>ul.expanded>li,.nav__container>ul.expanded>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.expanded>li:first-child:last-child,.nav__container>div>ul.expanded>li:first-child:last-child,.nav__container>ul.expanded>li:first-child:last-child {
    width: 100%
}

.menu.icon-top>li>a,.nav__container>div>ul.icon-top>li>a,.nav__container>ul.icon-top>li>a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top>li>a i,.menu.icon-top>li>a img,.menu.icon-top>li>a svg,.nav__container>div>ul.icon-top>li>a i,.nav__container>div>ul.icon-top>li>a img,.nav__container>div>ul.icon-top>li>a svg,.nav__container>ul.icon-top>li>a i,.nav__container>ul.icon-top>li>a img,.nav__container>ul.icon-top>li>a svg {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
    margin-bottom: .25rem
}

.menu.nested,.nav__container>div>ul.nested,.nav__container>ul.nested {
    margin-left: 1rem
}

.menu .active>a,.nav__container>div>ul .active>a,.nav__container>ul .active>a {
    color: #fefefe;
    background: #c9d4e8
}

.menu-text {
    font-weight: 700;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 20px
}

.menu-centered {
    text-align: center
}

.menu-centered>.menu,.nav__container.menu-centered>ul,.nav__container>div.menu-centered>ul {
    display: inline-block
}

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

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

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

.dropdown.menu>li.is-dropdown-submenu-parent>a,.nav__container>div>ul.dropdown>li.is-dropdown-submenu-parent>a,.nav__container>ul.dropdown>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after,.nav__container>div>ul.dropdown>li.is-dropdown-submenu-parent>a:after,.nav__container>ul.dropdown>li.is-dropdown-submenu-parent>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #92a8d1 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px
}

[data-whatinput=mouse] .dropdown.menu a,[data-whatinput=mouse] .nav__container>div>ul.dropdown a,[data-whatinput=mouse] .nav__container>ul.dropdown a {
    outline: 0
}

.no-js .dropdown.menu ul,.no-js .nav__container>div>ul.dropdown ul,.no-js .nav__container>ul.dropdown ul {
    display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu,.nav__container>div>ul.dropdown.vertical>li .is-dropdown-submenu,.nav__container>ul.dropdown.vertical>li .is-dropdown-submenu {
    top: 0
}

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

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

.dropdown.menu.vertical>li>a:after,.nav__container>div>ul.dropdown.vertical>li>a:after,.nav__container>ul.dropdown.vertical>li>a:after {
    right: 14px;
    margin-top: -3px
}

.dropdown.menu.vertical>li.opens-left>a:after,.nav__container>div>ul.dropdown.vertical>li.opens-left>a:after,.nav__container>ul.dropdown.vertical>li.opens-left>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #92a8d1 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.dropdown.menu.vertical>li.opens-right>a:after,.nav__container>div>ul.dropdown.vertical>li.opens-right>a:after,.nav__container>ul.dropdown.vertical>li.opens-right>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #92a8d1;
    border-left-style: solid;
    border-right-width: 0
}

@media screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu,.nav__container>div>ul.dropdown.medium-horizontal>li.opens-left>.is-dropdown-submenu,.nav__container>ul.dropdown.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu,.nav__container>div>ul.dropdown.medium-horizontal>li.opens-right>.is-dropdown-submenu,.nav__container>ul.dropdown.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a,.nav__container>div>ul.dropdown.medium-horizontal>li.is-dropdown-submenu-parent>a,.nav__container>ul.dropdown.medium-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after,.nav__container>div>ul.dropdown.medium-horizontal>li.is-dropdown-submenu-parent>a:after,.nav__container>ul.dropdown.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #92a8d1 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu,.nav__container>div>ul.dropdown.medium-vertical>li .is-dropdown-submenu,.nav__container>ul.dropdown.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu,.nav__container>div>ul.dropdown.medium-vertical>li.opens-left>.is-dropdown-submenu,.nav__container>ul.dropdown.medium-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu,.nav__container>div>ul.dropdown.medium-vertical>li.opens-right>.is-dropdown-submenu,.nav__container>ul.dropdown.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical>li>a:after,.nav__container>div>ul.dropdown.medium-vertical>li>a:after,.nav__container>ul.dropdown.medium-vertical>li>a:after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical>li.opens-left>a:after,.nav__container>div>ul.dropdown.medium-vertical>li.opens-left>a:after,.nav__container>ul.dropdown.medium-vertical>li.opens-left>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #92a8d1 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.medium-vertical>li.opens-right>a:after,.nav__container>div>ul.dropdown.medium-vertical>li.opens-right>a:after,.nav__container>ul.dropdown.medium-vertical>li.opens-right>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #92a8d1;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu,.nav__container>div>ul.dropdown.large-horizontal>li.opens-left>.is-dropdown-submenu,.nav__container>ul.dropdown.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu,.nav__container>div>ul.dropdown.large-horizontal>li.opens-right>.is-dropdown-submenu,.nav__container>ul.dropdown.large-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a,.nav__container>div>ul.dropdown.large-horizontal>li.is-dropdown-submenu-parent>a,.nav__container>ul.dropdown.large-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after,.nav__container>div>ul.dropdown.large-horizontal>li.is-dropdown-submenu-parent>a:after,.nav__container>ul.dropdown.large-horizontal>li.is-dropdown-submenu-parent>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #92a8d1 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu,.nav__container>div>ul.dropdown.large-vertical>li .is-dropdown-submenu,.nav__container>ul.dropdown.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu,.nav__container>div>ul.dropdown.large-vertical>li.opens-left>.is-dropdown-submenu,.nav__container>ul.dropdown.large-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu,.nav__container>div>ul.dropdown.large-vertical>li.opens-right>.is-dropdown-submenu,.nav__container>ul.dropdown.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical>li>a:after,.nav__container>div>ul.dropdown.large-vertical>li>a:after,.nav__container>ul.dropdown.large-vertical>li>a:after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical>li.opens-left>a:after,.nav__container>div>ul.dropdown.large-vertical>li.opens-left>a:after,.nav__container>ul.dropdown.large-vertical>li.opens-left>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #92a8d1 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.large-vertical>li.opens-right>a:after,.nav__container>div>ul.dropdown.large-vertical>li.opens-right>a:after,.nav__container>ul.dropdown.large-vertical>li.opens-right>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #92a8d1;
        border-left-style: solid;
        border-right-width: 0
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub,.nav__container>div>ul.dropdown.align-right .is-dropdown-submenu.first-sub,.nav__container>ul.dropdown.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%;
    right: 5px;
    margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: 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;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #efefef
}

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

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

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #92a8d1;
    border-left-style: solid;
    border-right-width: 0
}

.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: 1.14286rem;
    overflow: hidden
}

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

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

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

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

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

caption {
    font-weight: 700;
    padding: .28571rem .35714rem .35714rem
}

tfoot,thead {
    background: #e9eef6;
    color: #333
}

tfoot tr,thead tr {
    background: transparent
}

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

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

tbody td,tbody th {
    padding: .28571rem .35714rem .35714rem
}

@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 tr:hover,table.hover tr:nth-of-type(2n):hover {
    background-color: #e9eef6
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.alignleft {
    display: block;
    margin: 0 auto
}

@media screen and (min-width:40em) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 20px
    }
}

.alignright {
    display: block;
    margin: 0 auto
}

@media screen and (min-width:40em) {
    .alignright {
        display: inline;
        float: right;
        margin-left: 20px
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
    clip-path: polygon(0 0,0 0,0 0,0 0);
    position: absolute!important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.hentry {
    margin: 0
}

.entry-meta {
    clear: both
}

.byline {
    display: none
}

.group-blog .byline,.single .byline {
    display: inline
}

.entry-content,.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.archive .format-aside .entry-title,.blog .format-aside .entry-title {
    display: none
}

.comment-content img.wp-smiley,.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.gallery-caption,.wp-caption {
    max-width: 100%
}

.gallery-caption p,.wp-caption p {
    margin-bottom: 0!important
}

.wp-caption-text {
    font-size: .85714rem;
    font-style: italic;
    font-family: Sura,Helvetica,Roboto,Arial,serif;
    color: #b0b0b0;
    margin: 5px 0 0 20px
}

.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%
}

.site-content .gallery dd {
    margin: 0
}

embed,iframe,object {
    max-width: 100%
}

.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.site-content .nav-previous {
    float: left;
    width: 50%
}

.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.wpcf7-not-valid {
    border-color: #d19292!important;
    margin: 0
}

.wpcf7-not-valid-tip {
    color: #d19292!important
}

.wpcf7-response-output {
    border-width: 1px!important;
    margin: 0!important;
    padding: 10px!important
}

.wpcf7-mail-sent-ok {
    border-color: #92d196!important;
    background: rgba(146,209,150,.2)
}

.wpcf7-mail-sent-ng,.wpcf7-validation-errors {
    border-color: #d19292!important;
    background: hsla(0,41%,70%,.2)
}

@font-face {
    font-family:socicon;src:url(./fonts/socicon/socicon.woff2) format("woff2"),url(./fonts/socicon/socicon.woff) format("woff"),url(./fonts/socicon/socicon.ttf) format("truetype");font-weight:400;font-style:normal
}

.btn,.load-more a,form input[type=submit] {
    position: relative;
    display: inline-block;
    font-family: Open Sans,Helvetica,Roboto,Arial,sans-serif;
    font-size: .85714rem;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid;
    padding: 0 25px;
    transition: all .4s
}

.load-more [data-whatinput=mouse] a,[data-whatinput=mouse] .btn,[data-whatinput=mouse] .load-more a,[data-whatinput=mouse] form input[type=submit],form [data-whatinput=mouse] input[type=submit] {
    outline: 0
}

.btn:active,.btn:focus,.btn:hover,.load-more a:active,.load-more a:focus,.load-more a:hover,form input[type=submit]:active,form input[type=submit]:focus,form input[type=submit]:hover {
    color: #fefefe
}

.btn:focus,.load-more a:focus,form input[type=submit]:focus {
    outline: 0
}

.btn-primary {
    color: #fefefe;
    text-transform: lowercase;
    border-color: #fefefe;
    background: rgba(146,168,209,.2)
}

.btn-primary:hover {
    background: rgba(146,168,209,.5)
}

.btn-primary:active {
    background: #92a8d1
}

.btn-secondary,.load-more a,form input[type=submit] {
    color: #fefefe;
    line-height: 40px;
    text-transform: uppercase;
    border-color: #92a8d1;
    background: #92a8d1
}

.btn-secondary:hover,.load-more a:hover,form input[type=submit]:hover {
    background: #6e8bc2;
    border-color: #6e8bc2
}

.btn-secondary:active,.load-more a:active,form input[type=submit]:active {
    background: #4b6fb2;
    border-color: #4b6fb2
}

a {
    position: relative;
    color: #92a8d1;
    transition: all .4s
}

a:hover {
    color: #6e8bc2
}

a:active {
    color: #4b6fb2
}

a:focus {
    outline: 0
}

.comment__author a,h1 a,h2 a,h3 a {
    color: inherit
}

.comment__author a:active,.comment__author a:focus,.comment__author a:hover,h1 a:active,h1 a:focus,h1 a:hover,h2 a:active,h2 a:focus,h2 a:hover,h3 a:active,h3 a:focus,h3 a:hover {
    color: inherit;
    opacity: .85
}

p {
    word-spacing: 2px
}

.clearfix {
    clear: both
}

form {
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    form {
        margin-bottom: 40px
    }
}

label:hover {
    cursor: pointer
}

@media screen and (max-width:39.9375em) {
    input,select,textarea {
        font-size: 1.14286rem!important
    }
}

input:focus,select:focus,textarea:focus {
    outline: none!important
}

textarea {
    height: 200px
}

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

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

.socicon-facebook:before {
    content: "\e028"
}

.socicon-twitter:before {
    content: "\e08d"
}

.socicon-googleplus:before {
    content: "\e038"
}

.socicon-dribbble:before {
    content: "\e021"
}

.socicon-instagram:before {
    content: "\e044"
}

.socicon-pinterest:before {
    content: "\e063"
}

.socicon-blogger:before {
    content: "\e012"
}

.socicon-tumblr:before {
    content: "\e08b"
}

.socicon-flickr:before {
    content: "\e02d"
}

.socicon-rss:before {
    content: "\e071"
}

.socicon-linkedin:before {
    content: "\e04c"
}

.socicon-youtube:before {
    content: "\e0a5"
}

.socicon-medium:before {
    content: "\e051"
}

.socicon-bloglovin:before {
    content: "\e904"
}

table tfoot {
    background-color: #fefefe!important
}

table #next,table #prev,table .pad {
    text-align: center
}

.widget__about-me .about-me__img,.widget__freespace .freespace__img {
    display: block;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #e9eef6
}

.box__category,.c-heading,.comment-reply-title,.content__heading,.footer__back a,.footer__copyright,.main__subtitle,.no-result span,.overlay__category a,.overlay__title,.page-404 span,.post__category,.widget__heading,.widget li a {
    display: block;
    font-family: Open Sans,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px
}

.comment-reply-title,.content__heading {
    margin-bottom: 30px;
    line-height: 1
}

@media screen and (min-width:40em) {
    .comment-reply-title,.content__heading {
        text-align: left
    }
}

.c-heading {
    margin-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.42857rem;
    padding: 0 50px 10px;
    border-bottom: 1px solid #c9d4e8
}

@media screen and (min-width:40em) {
    .c-heading {
        margin-bottom: 40px
    }
}

.c-heading__container {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.c-heading span {
    color: #fefefe;
    background-color: #c9d4e8;
    font-size: 1.85714rem;
    padding: 0 5px;
    margin-left: 5px
}

.header {
    max-width: 85.71429rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    padding: 80px 0 0
}

.header__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%
}

@media screen and (min-width:40em) {
    .header__container {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 83.33333%
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .header__container {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.header__slider {
    margin: 40px 0
}

.header__slider .slider__slide {
    position: relative;
    height: 480px
}

.header__slider .slider__slide.slick-active .overlay__text {
    opacity: 1;
    transition: all .4s
}

.header__slider img {
    width: 100%;
    height: auto
}

.header__slider .overlay img {
    position: relative;
    left: 50%;
    width: 100%;
    min-width: 640px;
    margin-left: -320px
}

@media screen and (min-width:40em) {
    .header__slider .overlay img {
        min-width: 85.71429rem;
        margin-left: -42.85714rem
    }
}

.header__slider .overlay__text {
    opacity: 0
}

@media screen and (min-width:40em) {
    .header__slider.slider__full .overlay img {
        min-width: 1920px;
        margin-left: -960px
    }
}

@media screen and (min-width:1921px) {
    .header__slider.slider__full .overlay img {
        left: 0;
        margin-left: 0
    }
}

@media screen and (min-width:1921px) {
    .header__slider.slider__full .slider__slide {
        height: auto
    }
}

.header+.main {
    margin-top: 30px
}

@media screen and (min-width:40em) {
    .header+.main {
        margin-top: 40px
    }
}

.nav {
    background-color: #fefefe
}

@media screen and (min-width:64em) {
    .nav {
        box-shadow: 0 2px 2px 0 #efefef
    }
}

.nav__responsive {
    height: 45px;
    position: relative;
    background-color: #92a8d1
}

.nav__sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5
}

.admin-bar .nav__sticky {
    top: 46px
}

@media screen and (min-width:782px) {
    .admin-bar .nav__sticky {
        top: 31px
    }
}

@media screen and (max-width:39.9375em) {
    .admin-bar-hidden .nav__sticky {
        top: 0
    }
}

.nav__row {
    max-width: 85.71429rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.nav__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    min-width: 0;
    overflow-y: auto;
    max-height: calc(100vh - 50px)
}

@media screen and (min-width:40em) {
    .nav__container {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media screen and (min-width:64em) {
    .nav__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-y: visible
    }
}

.nav__container>div:not(.nav__search) {
    width: 100%
}

.nav__container>div>ul,.nav__container>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:64em) {
    .nav__container>div>ul,.nav__container>ul {
        width: auto
    }
}

.nav__container>div>ul>li,.nav__container>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width:64em) {
    .nav__container>div>ul>li,.nav__container>ul>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-wdith: none
    }
}

@media screen and (min-width:64em) {
    .nav__container>div>ul>li:first-child>a,.nav__container>ul>li:first-child>a {
        padding-left: 0
    }
}

@media screen and (min-width:64em) {
    .nav__container>div>ul>li:not(:last-child):after,.nav__container>ul>li:not(:last-child):after {
        content: "|";
        color: #efefef;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -5px
    }
}

.nav__container>div>ul li,.nav__container>ul li {
    position: relative;
    border-bottom: 1px solid #efefef
}

@media screen and (min-width:64em) {
    .nav__container>div>ul li,.nav__container>ul li {
        border-bottom: 0
    }
}

.nav__container>div>ul li.is-active>a,.nav__container>ul li.is-active>a {
    color: #92a8d1
}

.nav__container>div>ul li>ul,.nav__container>ul li>ul {
    list-style-type: none;
    margin: 0
}

.nav__container>div>ul li>ul li,.nav__container>ul li>ul li {
    height: 100%
}

.nav__container>div>ul li>ul li:last-child,.nav__container>ul li>ul li:last-child {
    border: 0
}

.nav__container>div>ul li>ul a,.nav__container>ul li>ul a {
    display: block;
    padding: 10px 10px 10px 40px;
    font-size: .78571rem
}

@media screen and (min-width:64em) {
    .nav__container>div>ul li>ul a,.nav__container>ul li>ul a {
        padding: 10px
    }
}

.nav__container>div>ul li>ul ul a,.nav__container>ul li>ul ul a {
    padding-left: 60px
}

@media screen and (min-width:64em) {
    .nav__container>div>ul li>ul ul a,.nav__container>ul li>ul ul a {
        padding: 10px
    }
}

.nav__container>div>ul a,.nav__container>ul a {
    font-size: .85714rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px
}

.nav__container>div>ul a:hover,.nav__container>ul a:hover {
    color: #92a8d1
}

.nav__search {
    position: relative;
    z-index: 5;
    padding: 20px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .nav__search {
        display: inline-block
    }
}

@media screen and (min-width:64em) {
    .nav__search {
        padding: 0
    }
}

.nav__search :after {
    content: "";
    background: url(./images/layout/search.png);
    background-size: contain;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 27px;
    top: 27px
}

@media screen and (min-width:64em) {
    .nav__search :after {
        right: 7px;
        top: 7px
    }
}

.nav__search form {
    margin: 0
}

.nav__search input[type=text] {
    display: block;
    width: 100%;
    height: 32px;
    margin: 0;
    padding-right: 30px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .nav__search input[type=text] {
        width: 360px
    }
}

@media screen and (min-width:64em) {
    .nav__search input[type=text] {
        width: 180px
    }
}

@media screen and (min-width:64em) {
    .nav__container>ul>li>a {
        padding: 17px 20px
    }
}

.menu>li.opens-right>.is-dropdown-submenu,.nav__container>div>ul>li.opens-right>.is-dropdown-submenu,.nav__container>ul>li.opens-right>.is-dropdown-submenu {
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.is-dropdown-submenu-parent>a:after {
    width: 5px;
    height: 5px;
    right: 0;
    margin-top: -4px
}

.is-accordion-submenu-parent>a:after,.is-dropdown-submenu-parent>a:after {
    content: "";
    display: block;
    border-right: 1px solid #92a8d1;
    border-top: 1px solid #92a8d1;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.is-accordion-submenu-parent>a:after {
    width: 10px;
    height: 10px;
    border-left-width: 0;
    right: 10px;
    margin-top: -10px
}

.is-accordion-submenu-parent[aria-expanded=true]>a:after {
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (min-width:64em) {
    .is-accordion-submenu-parent,.is-dropdown-submenu-parent {
        padding-right: 15px
    }
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a:after {
    right: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #92a8d1;
    border-top: 1px solid #92a8d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px 1px 0 0
}

.hamburger {
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .4s;
    transition-timing-function: linear
}

@media screen and (min-width:40em) {
    .hamburger {
        padding: 10px 20px
    }
}

.hamburger:focus {
    outline: 0
}

.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    width: 35px;
    height: 3px;
    background-color: #fefefe;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top .1s ease .14s,opacity .1s ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom .1s ease .14s,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s ease .14s,transform .1s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s ease .14s,transform .1s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease,opacity .1s ease .14s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease,-webkit-transform .1s cubic-bezier(.215,.61,.355,1) .14s;
    transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;
    transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s,-webkit-transform .1s cubic-bezier(.215,.61,.355,1) .14s
}

body {
    overflow-x: hidden
}

.main {
    max-width: 85.71429rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main__primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%;
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .main__primary {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        margin-bottom: 40px
    }
}

@media screen and (min-width:64em) {
    .main__primary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 75%;
        margin-bottom: 30px
    }
}

@media screen and (min-width:64em) and (min-width:40em) {
    .main__primary {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        margin-bottom: 80px
    }
}

@media screen and (min-width:64em) {
    .full-layout .main__primary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 100%
    }
}

@media screen and (min-width:64em) and (min-width:40em) {
    .full-layout .main__primary {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media screen and (min-width:64em) {
    .right-sidebar .main__primary {
        padding-right: 40px
    }
}

@media screen and (min-width:64em) {
    .left-sidebar .main__primary {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 40px
    }
}

.main__secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%
}

@media screen and (min-width:40em) {
    .main__secondary {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media screen and (min-width:64em) {
    .main__secondary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 25%;
        margin-bottom: 30px
    }
}

@media screen and (min-width:64em) and (min-width:40em) {
    .main__secondary {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        margin-bottom: 80px
    }
}

@media screen and (min-width:64em) {
    .left-sidebar .main__secondary {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.main__subtitle {
    font-size: 1.14286rem
}

.main__subtitle--header {
    color: #b0b0b0;
    margin: 0
}

@media screen and (min-width:40em) {
    .main__subtitle--header {
        font-size: 1.42857rem
    }
}

.main__subtitle--footer {
    color: #fefefe
}

.separator:before {
    margin-bottom: 30px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #efefef
}

@media screen and (min-width:40em) {
    .separator:before {
        margin-bottom: 40px
    }
}

@media screen and (max-width:39.9375em) {
    .box--big .box__thumbnail,.box--medium .box__thumbnail,.box--small:not(.box--trending) .box__thumbnail,.post__audio,.post__image,.post__video {
        width: 100vw;
        max-width: none;
        position: relative;
        left: 50%;
        margin-left: -50vw
    }
}

@media screen and (min-width:64em) {
    .full-layout .comment-respond,.full-layout .comments__container,.full-layout .post__about-author__container,.full-layout .post__content,.full-layout .post__footer,.full-layout .post__header,.full-layout .post__meta {
        position: relative;
        width: 80%;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

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

.mask {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity .4s,width 0s .4s,height 0s .4s
}

.mask.show {
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: opacity .4s
}

.js-scroll-disabled {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.load-more {
    text-align: center
}

.load-more a {
    display: inline-block;
    margin: 10px
}

.no-result .first-level,.page-404 .first-level {
    font-size: 1.57143rem
}

.no-result .second-level,.page-404 .second-level {
    font-size: 1.28571rem
}

.no-result .third-level,.page-404 .third-level {
    font-size: 1rem
}

.no-result span,.page-404 span {
    font-weight: 400;
    margin: 0 0 20px
}

.no-result form,.page-404 form {
    margin: 50px auto 0
}

@media screen and (min-width:40em) {
    .no-result form,.page-404 form {
        width: 50%
    }
}

.page-404 h1 {
    font-family: Open Sans,Helvetica,Roboto,Arial,sans-serif;
    font-size: 5.14286rem;
    font-weight: 400;
    text-align: center;
    color: #92a8d1
}

.widget {
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .widget {
        margin-bottom: 40px
    }
}

.widget__heading {
    display: block;
    font-size: 1.28571rem;
    text-align: left;
    margin: 6px 0 20px
}

.main__secondary .widget__heading:first-letter {
    font-size: 130%;
    color: #fefefe;
    letter-spacing: 0;
    line-height: 0;
    margin: 0 3px 0 0;
    padding: 0 7px;
    background: #c9d4e8
}

.widget ul:not(.instagram-pics) {
    margin: 0
}

.widget ul:not(.instagram-pics).children {
    margin: 10px 0 0 15px
}

@media screen and (min-width:40em) {
    .widget ul:not(.instagram-pics).children {
        margin: 10px 0 0 20px
    }
}

.widget li {
    list-style-type: none;
    border-bottom: 1px dashed #efefef;
    margin: 0 0 10px
}

.widget li:last-child {
    border: 0;
    margin: 0
}

.widget li a {
    font-weight: 400;
    display: inline-block;
    text-align: left
}

.widget__comment,.widget__latest,.widget__trending,.widget__tweet {
    margin: 0
}

.widget__about-me .about-me__img {
    max-width: 250px
}

.widget__about-me .about-me__title {
    text-align: center;
    margin: 0
}

.widget__about-me .about-me__text {
    font-size: .85714rem;
    text-align: center;
    margin: 10px 0 0
}

.widget__about-me .about-me__signature {
    display: block;
    margin: 0 auto
}

.widget__facebook .facebook-container {
    text-align: center
}

.widget_nav_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_nav_menu ul li:last-child {
    margin: 0 0 10px
}

.widget_nav_menu ul li a {
    padding: 5px
}

.instagram-pics {
    max-width: 85.71429rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.instagram-pics li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%;
    text-align: center;
    margin: 0;
    padding: 0!important;
    border: 0
}

@media screen and (min-width:40em) {
    .instagram-pics li {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .instagram-pics li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 33.33333%
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) and (min-width:40em) {
    .instagram-pics li {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.instagram-pics li a,.instagram-pics li img {
    width: 100%;
    max-width: 100%
}

.instagram-pics+.clear {
    text-align: center
}

.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_tag_cloud .tagcloud li {
    border: 0
}

.widget_tag_cloud .tagcloud a {
    font-size: .85714rem!important
}

.footer__sidebar .widget {
    margin: 0
}

.footer__sidebar .widget__heading {
    font-size: 2rem;
    letter-spacing: 5px;
    text-align: center
}

.footer__sidebar .instagram-pics {
    max-width: none;
    margin: 0
}

@media screen and (min-width:40em) {
    .footer__sidebar .instagram-pics li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        min-width: 0
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .footer__sidebar .instagram-pics li {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.footer__sidebar .box-container-row {
    margin: 0!important
}

@media screen and (min-width:40em) {
    .footer__sidebar .box--trending {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        min-width: 0
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .footer__sidebar .box--trending {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.footer__sidebar .box--trending .box__thumbnail {
    padding-left: 0;
    padding-right: 0
}

.footer {
    text-align: center;
    background-color: #92a8d1
}

.footer__row {
    max-width: 85.71429rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer__logo {
    margin: 40px 0 0
}

.footer__bottom,.footer__social,.footer__top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%
}

@media screen and (min-width:40em) {
    .footer__bottom,.footer__social,.footer__top {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.footer__top {
    margin-bottom: 30px
}

.footer__back a {
    display: inline-block;
    position: relative;
    font-size: .85714rem;
    color: #fefefe;
    letter-spacing: 2px;
    padding-right: 30px
}

.footer__back a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fefefe;
    border-top: 1px solid #fefefe;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    transition: all .4s
}

.footer__back a:active:after,.footer__back a:hover:after {
    border-color: #fefefe
}

.footer__copyright {
    font-size: .71429rem;
    color: #fefefe;
    letter-spacing: 2px
}

.box-container-row {
    max-width: none;
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

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

.box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%;
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .box {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        margin-bottom: 40px
    }
}

.box.box--small {
    margin-bottom: 30px
}

.box.sticky:not(.box--trending) {
    background-color: #e9eef6;
    padding: 15px
}

@media screen and (min-width:40em) {
    .box.sticky:not(.box--trending) {
        padding: 20px
    }
}

@media screen and (min-width:40em) {
    .box--medium:not(.box--inline) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 50%
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .box--medium:not(.box--inline) {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.box--trending {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%
}

@media screen and (min-width:40em) {
    .box--trending {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .box--trending {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 50%
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) and (min-width:40em) {
    .box--trending {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media screen and (min-width:40em) {
    .post__relative-content .box--trending {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        min-width: 0
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .post__relative-content .box--trending {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.box--small .box__container {
    max-width: none;
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:40em) {
    .box--small .box__container {
        margin-left: -1.42857rem;
        margin-right: -1.42857rem
    }
}

@media screen and (min-width:40em) {
    .box--inline .box__container {
        max-width: none;
        margin-left: -1.07143rem;
        margin-right: -1.07143rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .box--inline .box__container {
        margin-left: -1.42857rem;
        margin-right: -1.42857rem
    }
}

@media screen and (min-width:40em) {
    .box--small:not(.box--trending) .box__thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 33.33333%
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .box--small:not(.box--trending) .box__thumbnail {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.box--trending .box__thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%
}

@media screen and (min-width:40em) {
    .box--trending .box__thumbnail {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media screen and (min-width:40em) {
    .box--inline .box__thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 50%
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .box--inline .box__thumbnail {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.box--inline .box__content,.box--small .box__content {
    width: 100%
}

@media screen and (min-width:40em) {
    .box--inline .box__content,.box--small .box__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        min-width: 0
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .box--inline .box__content,.box--small .box__content {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.box--trending .box__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    min-width: 0
}

@media screen and (min-width:40em) {
    .box--trending .box__content {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.box {
    overflow: hidden;
    position: relative
}

.box__thumbnail {
    margin: 0 0 15px
}

.box__category {
    font-size: 1.07143rem;
    font-weight: 400;
    margin: 0 0 5px
}

.box__title {
    word-wrap: break-word;
    font-size: 1.71429rem;
    text-align: center;
    margin: 0 0 10px
}

.box__meta {
    font-size: 1rem;
    font-style: italic;
    color: #b0b0b0;
    text-align: center
}

.box__footer {
    border-bottom: 1px solid #efefef
}

.box__cta {
    font-size: .85714rem;
    text-transform: uppercase;
    margin: 0 20px 5px 0
}

.box__share {
    margin: 0 0 5px
}

.box--split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box.sticky:not(.box--trending) a {
    font-weight: 400
}

@media screen and (min-width:40em) {
    .box--big .box__footer,.box--medium:not(.box--inline) .box__footer {
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px
    }
}

.box--big .box__meta,.box--medium .box__meta {
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .box--big .box__meta,.box--medium .box__meta {
        margin-bottom: 40px
    }
}

@media screen and (min-width:64em) {
    .full-layout .box--big .box__content,.full-layout .box--medium .box__content {
        width: 80%;
        margin: 0 auto
    }
}

@media screen and (min-width:64em) {
    .full-layout .box--inline .box__category,.full-layout .box--inline .box__meta,.full-layout .box--inline .box__text,.full-layout .box--inline .box__title {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:40em) {
    .box--small:not(.box--trending) .box__thumbnail {
        margin: 0
    }
}

@media screen and (min-width:40em) {
    .box--small:not(.box--trending) .box__category {
        text-align: left
    }
}

@media screen and (min-width:40em) {
    .box--small:not(.box--trending) .box__title {
        text-align: left;
        margin: 0 0 5px
    }
}

@media screen and (min-width:40em) {
    .box--small:not(.box--trending) .box__meta {
        text-align: left
    }
}

@media screen and (min-width:40em) {
    .box--inline .box__thumbnail {
        margin: 0
    }
}

.box--inline .box__meta {
    margin-bottom: 30px
}

.box--trending .box__title {
    font-size: 1.71429rem
}

@media screen and (min-width:40em) {
    .box--trending .box__title {
        font-size: 1.42857rem
    }
}

.box--trending .box__meta-date {
    display: block
}

.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;
    -ms-touch-action: pan-y;
    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
}

.slider {
    overflow: hidden
}

@media screen and (min-width:40em) {
    .slider__row {
        max-width: 85.71429rem;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.slider__row .slider__container {
    opacity: 0;
    height: 0
}

@media screen and (min-width:40em) {
    .slider__row .slider__container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 100%
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .slider__row .slider__container {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.slider__row .slider__container.slick-initialized {
    opacity: 1;
    height: auto;
    transition: all .4s
}

.slider__slide {
    overflow: hidden
}

.slider .slick-next,.slider .slick-prev {
    position: absolute;
    display: block;
    height: 100%;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    outline: none;
    z-index: 3;
    padding: 0 15px
}

@media screen and (min-width:64em) {
    .slider .slick-next,.slider .slick-prev {
        padding: 0 20px;
        opacity: 0;
        transition: opacity .4s
    }
}

.slider .slick-next:before,.slider .slick-prev:before {
    content: "";
    position: relative;
    display: block;
    width: 27px;
    height: 61px
}

.slider .slick-prev {
    left: 0
}

.slider .slick-prev:before {
    background: url(./images/layout/arrow-left.png)
}

.slider .slick-next {
    right: 0
}

.slider .slick-next:before {
    background: url(./images/layout/arrow-right.png)
}

.slider .slick-dots {
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media screen and (min-width:64em) {
    .slider .slick-dots {
        opacity: 0;
        transition: opacity .4s
    }
}

@media screen and (min-width:64em) {
    .slider:hover .slick-dots,.slider:hover .slick-next,.slider:hover .slick-prev {
        opacity: 1
    }
}

@media screen and (min-width:40em) {
    .slider.header__slider .slick-prev {
        left: 20px
    }
}

@media screen and (min-width:40em) {
    .slider.header__slider .slick-next {
        right: 20px
    }
}

.widget__slider {
    margin-bottom: 30px
}

.widget__slider .slick-dots {
    bottom: 0
}

@media screen and (min-width:64em) {
    .widget__slider .slick-dots {
        opacity: .75
    }
}

.widget__slider .slick-dots li {
    border: 0
}

.widget__slider .slick-dots li.slick-active button:before,.widget__slider .slick-dots li:hover button:before,.widget__slider .slick-dots li button:before {
    color: #333
}

.slick-slide:focus {
    outline: 0
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media screen and (min-width:64em) {
    .slick-dots {
        opacity: 0;
        transition: opacity .4s
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    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: 36px;
    line-height: 20px;
    text-align: center;
    color: #fefefe;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.overlay {
    display: block!important;
    position: relative;
    overflow: hidden;
    height: 100%
}

.overlay img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.overlay__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.1);
    padding: 60px
}

@media screen and (min-width:64em) {
    .overlay__text {
        padding: 80px
    }
}

.overlay__category {
    max-width: 100%
}

.overlay__category a,.overlay__category a:hover {
    color: #fefefe
}

.overlay__title {
    text-transform: none;
    color: #fefefe;
    margin: 0 0 20px;
    transition: margin .4s;
    max-width: 100%
}

@media screen and (min-width:64em) {
    .overlay__title {
        margin: 0
    }
}

@media screen and (min-width:64em) {
    .overlay__cta {
        opacity: 0
    }
}

@media screen and (min-width:64em) {
    .overlay:hover img {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    .overlay:hover .overlay__title {
        margin: 0 0 20px
    }

    .overlay:hover .overlay__text {
        background: rgba(0,0,0,.2)
    }

    .overlay:hover .overlay__cta {
        opacity: 1
    }
}

.post__category {
    font-size: 1.14286rem;
    font-weight: 400;
    text-align: left
}

.post__heading {
    word-wrap: break-word;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.page .post__heading {
    border: 0
}

.post__meta {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .92857rem;
    font-style: italic;
    color: #b0b0b0
}

.post__meta--left {
    margin-right: 20px
}

.post__audio,.post__image,.post__video {
    margin-bottom: 30px
}

.post__image img {
    width: 100%
}

.post__content {
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .post__content {
        margin-bottom: 40px
    }
}

.post__content .wp-caption,.post__content p {
    font-size: 1.07143rem;
    margin-bottom: 30px
}

.post__content .wp-caption>a img,.post__content .wp-caption>img,.post__content p>a img,.post__content p>img {
    margin-bottom: 0
}

.post__content>p:first-of-type:first-letter {
    font-size: 2.85714rem;
    font-weight: 700;
    line-height: 1;
    float: left;
    margin: 0 5px 0 0
}

.post__content>p>img.alignleft,.post__content>p>img.alignright {
    margin-bottom: 30px
}

.post__content ol,.post__content ul:not(.slick-dots) {
    padding-left: 20px;
    margin-bottom: 30px
}

.post__content ol li,.post__content ul:not(.slick-dots) li {
    font-size: 1.07143rem;
    margin: 0 0 10px
}

.post__content ul:not(.slick-dots)>li {
    list-style-image: url(./images/layout/puce.png)
}

.post__content ol:not(.slick-dots)>li {
    list-style-image: none
}

.post__content blockquote {
    position: relative;
    font-size: 1.07143rem;
    font-family: Sura,Helvetica,Roboto,Arial,serif;
    font-style: italic;
    padding: 20px 40px
}

.post__content blockquote:before {
    content: "\201C";
    font-size: 5.14286rem;
    font-family: Sura,Helvetica,Roboto,Arial,serif;
    color: #c9d4e8;
    position: absolute;
    top: -30px;
    left: 0
}

.post__content blockquote p {
    margin: 0
}

.post__content img {
    margin-bottom: 30px
}

.post__pagination {
    text-align: center
}

.post__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    clear: both
}

@media screen and (max-width:39.9375em) {
    .post__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.post__share,.post__tags {
    margin: 0 0 5px
}

.post__share li,.post__tags li {
    margin-bottom: 5px
}

.post__tags {
    display: inline-block;
    text-align: center
}

@media screen and (min-width:40em) {
    .post__tags {
        text-align: left;
        margin-right: 20px
    }
}

.post__about-author {
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .post__about-author {
        margin-bottom: 40px
    }
}

.post.post--full .post__audio,.post.post--full .post__image,.post.post--full .post__video {
    width: 100vw;
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -50vw
}

.about-author {
    max-width: none;
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .about-author {
        margin-left: -1.42857rem;
        margin-right: -1.42857rem;
        margin-bottom: 40px
    }
}

.about-author__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%;
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .about-author__avatar {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        max-width: 16.66667%;
        margin-bottom: 0
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .about-author__avatar {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.about-author__avatar img {
    display: block;
    border-radius: 100%;
    margin: 0 auto
}

@media screen and (min-width:40em) {
    .about-author__avatar img {
        margin: 0
    }
}

.about-author__name {
    font-size: 1.57143rem;
    margin: 0
}

.about-author__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    min-width: 0;
    text-align: center
}

@media screen and (min-width:40em) {
    .about-author__content {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        text-align: left
    }
}

.about-author__bio {
    font-style: italic
}

.about-author__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

@media screen and (max-width:39.9375em) {
    .about-author__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-author .social-list-img__item {
    margin-top: 0
}

.about-author__cta {
    text-transform: uppercase;
    margin: 0 0 20px
}

@media screen and (min-width:40em) {
    .about-author__cta {
        margin: 0
    }
}

.comment__container {
    max-width: 85.71429rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef
}

.comment__container .children {
    list-style-type: none;
    margin-left: 30px
}

@media screen and (min-width:40em) {
    .comment__container .children {
        margin-left: 40px
    }
}

.comment__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 16.66667%
}

@media screen and (min-width:40em) {
    .comment__avatar {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media screen and (max-width:39.9375em) {
    .comment__avatar {
        padding-left: 0
    }
}

.comment__avatar img {
    display: block;
    border-radius: 100%;
    width: 100%;
    max-width: 72px;
    margin: 0 auto
}

.comment__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    min-width: 0
}

@media screen and (min-width:40em) {
    .comment__content {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.bypostauthor .comment__content {
    background-color: #e9eef6;
    padding: 15px
}

@media screen and (min-width:40em) {
    .bypostauthor .comment__content {
        padding: 20px
    }
}

.comment__author {
    font-size: 1.42857rem;
    margin: 0 10px 0 0
}

.comment__about,.comment__date,.comment__reply {
    font-style: italic
}

.comment__about,.comment__date {
    color: #b0b0b0
}

.comment__about {
    display: block
}

.comment__approval p {
    color: #d7a560;
    font-style: italic
}

.comment__text p {
    margin-bottom: 0
}

.widget__comment .comment__container {
    max-width: none;
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 30px;
    border: 0;
    margin-bottom: 0
}

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

.widget__comment .comment__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%
}

@media screen and (min-width:40em) {
    .widget__comment .comment__avatar {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.widget__comment .comment__avatar img {
    max-width: 50px
}

.widget__comment .comment__author {
    font-size: 1.28571rem
}

.widget__comment .comment__about,.widget__comment .comment__author {
    display: block;
    text-align: center;
    margin: 0
}

.widget__comment .comment__about {
    font-size: .92857rem
}

.widget__comment .comment__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%;
    text-align: center;
    margin: 1rem 0 .5rem
}

@media screen and (min-width:40em) {
    .widget__comment .comment__text {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.widget__comment .comment__text,.widget__comment .comment__text * {
    font-size: .92857rem
}

.widget__comment .comment__date {
    display: block;
    font-size: 1rem;
    margin: 0 auto
}

.comments__container {
    margin-bottom: 30px
}

@media screen and (min-width:40em) {
    .comments__container {
        margin-bottom: 40px
    }
}

.comments__container>.children:last-child .comment:last-child .comment__container,.comments__container>.comment:last-child .comment__container {
    border: 0;
    padding-bottom: 0
}

.tag__list {
    list-style: none;
    margin: 0
}

.tag__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px
}

.tag__item:last-child .tag__link,.tag__item:last-child .widget_tag_cloud .tagcloud a,.widget_tag_cloud .tagcloud .tag__item:last-child a {
    padding-right: 0
}

.tag__link,.widget_tag_cloud .tagcloud a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .85714rem;
    line-height: 1;
    text-transform: lowercase;
    padding: 6px 24px 6px 0
}

.tag__link:before,.widget_tag_cloud .tagcloud a:before {
    content: "";
    display: inline-block;
    background: url(./images/layout/tag.png);
    background-size: cover;
    width: 10px;
    height: 10px;
    margin-right: 5px
}

.tag__link:hover,.widget_tag_cloud .tagcloud a:hover {
    color: #6e8bc2
}

.tag__link:active,.widget_tag_cloud .tagcloud a:active {
    color: #4b6fb2
}

.tweet__container {
    max-width: none;
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 30px
}

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

.tweet__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%;
    text-align: center
}

@media screen and (min-width:40em) {
    .tweet__icon {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.tweet__icon i {
    font-size: 1.71429rem;
    color: #4da7de;
    opacity: .8
}

.tweet__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    max-width: 100%
}

@media screen and (min-width:40em) {
    .tweet__content {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

.tweet__text {
    font-size: .92857rem;
    text-align: center;
    margin: 0 0 .5rem
}

.tweet__date {
    display: block;
    font-size: 1rem;
    font-style: italic;
    color: #b0b0b0;
    margin: 0 auto
}

.social-list-img {
    line-height: 0;
    margin: 0
}

.social-list-img__item {
    display: inline-block;
    margin: 20px 10px 0 0
}

.social-list-img__item:last-child {
    margin-right: 0
}

.social-list-img__link {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(./images/header/social/sprite-socialX2.png);
    background-repeat: no-repeat;
    background-size: 420px 30px;
    opacity: .8;
    transition: opacity .4s
}

.social-list-img__link:hover {
    opacity: 1
}

.social-list-img__link.blogger {
    background-position: 0 0
}

.social-list-img__link.bloglovin {
    background-position: -30px 0
}

.social-list-img__link.dribbble {
    background-position: -60px 0
}

.social-list-img__link.facebook {
    background-position: -90px 0
}

.social-list-img__link.flickr {
    background-position: -120px 0
}

.social-list-img__link.googleplus {
    background-position: -150px 0
}

.social-list-img__link.instagram {
    background-position: -180px 0
}

.social-list-img__link.linkedin {
    background-position: -210px 0
}

.social-list-img__link.medium {
    background-position: -240px 0
}

.social-list-img__link.pinterest {
    background-position: -270px 0
}

.social-list-img__link.rss {
    background-position: -300px 0
}

.social-list-img__link.tumblr {
    background-position: -330px 0
}

.social-list-img__link.twitter {
    background-position: -360px 0
}

.social-list-img__link.youtube {
    background-position: -390px 0
}

.social-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.social-list-icon__item {
    margin: 0 10px 0 0;
    line-height: 1px
}

.social-list-icon__item:last-child {
    margin: 0
}

.social-list-icon__link {
    position: relative;
    display: inline-block;
    height: 21px;
    width: 20px;
    border-radius: 100%
}

.social-list-icon__link:hover .socicon-facebook+span {
    background-color: #3e5b98
}

.social-list-icon__link:hover .socicon-twitter+span {
    background-color: #4da7de
}

.social-list-icon__link:hover .socicon-googleplus+span {
    background-color: #dd4b39
}

.social-list-icon__link:hover .socicon-dribbble+span {
    background-color: #e84d88
}

.social-list-icon__link:hover .socicon-instagram+span {
    background-color: #000
}

.social-list-icon__link:hover .socicon-pinterest+span {
    background-color: #c92619
}

.social-list-icon__link:hover .socicon-blogger+span {
    background-color: #ec661c
}

.social-list-icon__link:hover .socicon-tumblr+span {
    background-color: #45556c
}

.social-list-icon__link:hover .socicon-flickr+span {
    background-color: #1e1e1b
}

.social-list-icon__link:hover .socicon-rss+span {
    background-color: #f26109
}

.social-list-icon__link:hover span {
    top: -1px;
    left: -1px;
    height: 22px;
    width: 22px;
    opacity: .8;
    border-radius: 100%;
    transition: top .1s,left .1s,height .1s,width .1s
}

.social-list-icon__link:hover i {
    color: #fefefe
}

.social-list-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    opacity: 0
}

.social-list-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: .85714rem;
    color: #92a8d1;
    z-index: 2
}

.social-list-icon-text {
    margin-bottom: 30px;
    margin-left: 0
}

@media screen and (min-width:40em) {
    .social-list-icon-text {
        margin-bottom: 40px
    }
}

.social-list-icon-text__item {
    display: inline-block
}

.social-list-icon-text__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fefefe;
    text-transform: capitalize;
    margin: 0 7px
}

@media screen and (min-width:40em) {
    .social-list-icon-text__link {
        margin: 0 15px
    }
}

.social-list-icon-text__link:hover {
    color: #fefefe
}

.social-list-icon-text i {
    margin: 0 10px 0 0
}