/*!
Theme Name: BECiT Theme
Theme URI:
Author: BECiT
Author URI:
Description: Theme created by BECiT.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: BECiT
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BECiT is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/

.wrapper {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%;
}

.col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%;
}

.col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%;
}

.col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%;
}

.col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
}

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

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
}

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

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

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

.around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

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

.first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

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

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }
    .col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .col-sm-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 100%;
    }
    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem;
    }
    .col-md {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .col-md-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 25%;
    }
    .col-md-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 50%;
    }
    .col-md-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 75%;
    }
    .col-md-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 100%;
    }
    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }
    .col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .col-lg-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-left: 100%;
    }
    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@font-face {
    font-family: 'Droid Serif';
    src: url("assets/fonts/DroidSerif-Bold.eot");
    src: url("assets/fonts/DroidSerif-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/DroidSerif-Bold.woff2") format("woff2"), url("assets/fonts/DroidSerif-Bold.woff") format("woff"), url("assets/fonts/DroidSerif-Bold.ttf") format("truetype"), url("assets/fonts/DroidSerif-Bold.svg#DroidSerif-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}


/*%clearfix { zoom: 1; &:before, &:after { content: " "; display: table; } &:after { clear: both; } }*/

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

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

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: default;
}

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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #696969;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.0rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fcfdfe;
    /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
    quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #000;
    border: 1px solid #009fe1;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #696969;
}

select {
    border: 1px solid #009fe1;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #009fe1;
}

a:visited {
    color: black;
}

a:hover,
a:focus,
a:active {
    color: black;
}

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 60px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 48em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #696969;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget-title {
    text-transform: uppercase;
    color: black;
}

.widget-area ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.widget-area ul li a {
    color: grey;
}

.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.textwidget a {
    background-color: #FBC02D;
    font-weight: 600;
    padding-top: 8px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 8px;
    border-radius: 20px;
    margin-left: 15px;
    color: white;
}

.widget_text {
    background-color: #102531;
    color: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-right: 40px;
}

.site-main p {
    /* color: #7D7D7C !important; */
}

.n-img-blog-overview {
    position: relative;
}

@media only screen and (max-width: 800px) {
    .widget-area {
        text-align: center;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .content-area {
        padding-left: 18px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .widget_text {
        margin-right: 7px !important;
    }
    .textwidget a {
        margin-left: -13px !important;
    }
}

@media only screen and (min-width: 1100px) {
    .n-img-blog-overview {
        /* position:relative; */
        width: 310px;
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

nav.pagination {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(10px, 1f)); */
    text-align: center;
    margin-bottom: 45px;
}

a.prev.page-numbers {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

a.next.page-numbers {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

span.current.page-numbers {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #01579B;
    border-radius: 50%;
    display: inline-block;
    color: white;
}

a.page-numbers {
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    /* background-color: red; */
    /* height: 35px; */
    /* width: 35px; */
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    color: black;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

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

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

ol {
    margin-left: 0px !important;
}

h5 {
    color: #01579B;
    font-size: 1.9rem;
    line-height: 1.5;
}

h6 {
    color: #01579B;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 12px !important;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comment {}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

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


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.1111111111%;
}

.gallery-caption {
    display: block;
}

html {
    font-size: 16px;
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #009fe1;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
}

a:hover {
    color: black;
    text-decoration: none;
}

.container {
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container {
        /*margin: 0 10px;*/
    }
}

@media only screen and (max-width: 639px) {
    .container .row {
        margin: 0;
    }
}

#top-bar {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    background: white;
    border-top: 3px solid #01579B;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

@media only screen and (max-width: 979px) {
    #top-bar {
        background: #01579B;
    }
}

#top-bar #tb-rt {
    background: #01579B;
    position: absolute;
    right: 0;
    width: 35%;
    height: 48px;
}

@media only screen and (max-width: 979px) {
    #top-bar #tb-rt {
        display: none;
    }
}

#top-bar #top-bar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: white;
    position: relative;
}

@media only screen and (max-width: 979px) {
    #top-bar #top-bar-content {
        background: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 939px) {
    #top-bar #top-bar-content #tb-link {
        margin-bottom: 3px;
    }
}

#top-bar #top-bar-content #tb-link a {
    font-size: 14px;
    font-size: 0.875rem;
}

#top-bar #top-bar-content #tb-link a i {
    margin-right: 5px;
}

#top-bar #top-bar-content #tb-content {
    position: relative;
}

#top-bar #top-bar-content #tb-slope {
    content: "";
    position: absolute;
    left: -34px;
    width: 4px;
    height: 155%;
    background: #38b9bc;
    top: -8px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

#top-bar #top-bar-content ul {
    padding: 12px 0;
    margin: 0;
    background: #01579B;
}

@media only screen and (max-width: 1199px) {
    #top-bar #top-bar-content ul {
        padding: 12px 0;
    }
}

@media only screen and (max-width: 939px) {
    #top-bar #top-bar-content ul {
        margin: 0 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#top-bar #top-bar-content ul:before {
    content: "";
    position: absolute;
    left: -23px;
    width: 36px;
    height: 155%;
    background: #38b9bc;
    top: -8px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

#top-bar #top-bar-content ul li {
    display: inline-block;
    position: relative;
}

#top-bar #top-bar-content ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: white;
    display: block;
    margin-right: 15px;
    font-family: "Droid Serif", sans-serif;
}

#top-bar #top-bar-content ul li a i {
    color: white;
    margin-right: 5px;
}

#top-bar #top-bar-content ul li .tb-icon {
    background: white;
    border-radius: 50%;
    width: 24px;
    text-align: center;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
}

#top-bar #top-bar-content ul li .tb-icon i {
    color: #01579B;
    margin: 0;
}

#top-bar #top-bar-content ul li:last-child a i {
    margin-right: 0;
}

.site-header {
    border-top: 6px solid #FBC02D;
    padding: 24px 0px 0px;
    padding: 1.5rem 0rem 0rem;
    /*position: fixed; top: 50px; z-index: 2; background: white; width: 100%; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; transition: height 0.3s; border-bottom: 1px solid #e6e6e6;*/
}

@media only screen and (max-width: 979px) {
    .site-header {
        padding: 15px 0px 0px;
        padding: 0.9375rem 0rem 0rem;
    }
}

.site-header #header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 979px) {
    .site-header #header {
        margin: 10px;
    }
}

.site-header #header .site-branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 979px) {
    .site-header #header .site-branding {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (max-width: 767px) {
    .site-header #header .site-branding {
        margin-right: 15px;
    }
}

.site-header #header .site-branding a:hover {
    opacity: 0.8;
}

.site-header #header .site-title {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .site-header #header .site-title {
        min-width: 220px;
    }
}

.site-header #header .site-title a {
    display: block;
}

.site-header #header .site-description {
    display: none;
}

.site-header .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 979px) {
    .site-header .main-navigation {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
    }
}

.site-header .main-navigation .menu-toggle {
    -webkit-transition: all 240ms ease;
    transition: all 240ms ease;
}

@media only screen and (max-width: 979px) {
    .site-header .main-navigation .menu-toggle {
        display: block;
        background: #01579B;
        color: white;
        padding: 10px 15px;
        border: 0;
    }
    .site-header .main-navigation .menu-toggle i {
        font-size: 16px;
    }
}

.site-header .main-navigation .menu-toggle:hover {
    background: #FBC02D;
}

.site-header .main-navigation #header-menu {
    width: 100%;
}

@media only screen and (max-width: 979px) {
    .site-header .main-navigation #header-menu {
        display: none;
        position: absolute;
        top: 140px;
        z-index: 1;
        left: 0;
        text-align: right;
        border-bottom: 3px solid #FBC02D;
    }
}

@media only screen and (max-width: 979px) {
    .site-header .main-navigation #header-menu {
        top: 153px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header .main-navigation #header-menu {
        top: 153px;
    }
}

@media only screen and (max-width: 449px) {
    .site-header .main-navigation #header-menu {
        top: 93px;
    }
}

@media only screen and (max-width: 979px) {
    .site-header .main-navigation .nav-menu {
        background: white;
    }
}

@media only screen and (min-width: 980px) {
    .site-header .main-navigation .nav-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 30px;
        padding-left: 1.875rem;
    }
}

.site-header .main-navigation .nav-menu li {
    float: none;
}

.site-header .main-navigation .nav-menu li a {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    color: #656464;
}

@media only screen and (max-width: 1199px) {
    .site-header .main-navigation .nav-menu li a {
        padding: 5px 6px;
        padding: 0.3125rem 0.375rem;
    }
}

@media only screen and (max-width: 979px) {
    .site-header .main-navigation .nav-menu li a {
        padding: 8px 15px;
        padding: 0.5rem 0.9375rem;
    }
}

.site-header .main-navigation .nav-menu li a:hover {
    color: #01579B;
}

.site-header .main-navigation .nav-menu li:last-child a:after {
    width: 0;
}

@media only screen and (max-width: 979px) {
    .site-header .main-navigation .nav-menu .logo {
        display: none;
    }
}

.site-header .main-navigation .nav-menu .logo a {
    background: #ffffff url("assets/img/logo.png") no-repeat center;
    text-indent: -9999px;
    position: relative;
    z-index: 1;
}

.site-header .main-navigation .nav-menu .logo:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 72px;
    left: 10px;
    box-shadow: 2px -2px 8px -2px rgba(0, 0, 0, 0.4);
}

#nav-rt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#nav-rt ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#nav-rt ul li {
    display: inline-block;
    list-style: none;
    position: relative;
}

#nav-rt ul li:first-child:after {
    content: '';
    position: absolute;
    top: 6px;
    right: -3px;
    width: 1px;
    height: 16px;
    background: #656464;
}

#nav-rt ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 20px;
    padding: 0.1875rem 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #656464;
    font-weight: 300;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    #nav-rt ul li a {
        padding: 3px 15px;
        padding: 0.1875rem 0.9375rem;
    }
}

#nav-rt ul li a i {
    color: #01579B;
    margin-right: 5px;
    margin-top: -3px;
}

@media only screen and (max-width: 639px) {
    #nav-rt ul li a i {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 639px) {
    #nav-rt ul li a span {
        display: none;
    }
}

#nav-rt #login-btn {
    background: #01579B;
    color: white;
    border-radius: 25px;
    margin-right: 10px;
}

#nav-rt #login-btn:hover {
    background: #FBC02D;
}

#header-line {
    width: 80%;
    margin: 24px auto 0;
    display: block;
}

.center-align {
    margin: 0 auto;
    text-align: center;
}

.banner-background {
    background: #01579B;
    position: relative;
    display: block;
}

.banner-background .heading-area {
    color: white;
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .banner-background .heading-area {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.heading-area {
    text-align: center;
    text-transform: uppercase;
    color: #01579B;
    margin: 20px 0px;
    margin: 1.25rem 0rem;
    font-weight: 700;
    font-size: 40px;
    font-size: 2.5rem;
}

#banner-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0px;
    margin: 1.875rem 0rem;
}

@media only screen and (max-width: 767px) {
    #banner-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#banner-btns a {
    padding: 20px 40px;
    padding: 1.25rem 2.5rem;
    margin: 0px 30px;
    margin: 0rem 1.875rem;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    border-radius: 20px;
}

@media only screen and (max-width: 939px) {
    #banner-btns a {
        padding: 20px;
        padding: 1.25rem;
    }
}

@media only screen and (max-width: 767px) {
    #banner-btns a {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 20px;
    }
}

#banner-btns a:first-child {
    color: white;
    background: #01579B;
}

#banner-btns a:last-child {
    color: #01579B;
    border: 1px solid #01579B;
}

#services {
    padding: 60px 0px;
    padding: 3.75rem 0rem;
}

@media only screen and (max-width: 979px) {
    #services {
        padding: 30px 0px;
        padding: 1.875rem 0rem;
    }
}

@media only screen and (max-width: 767px) {
    #services {
        padding: 0;
    }
}

#services #service-area .heading-area h2 {
    margin-bottom: -10px;
}

@media only screen and (max-width: 979px) {
    #services #service-area .heading-area h2 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    #services #service-area .heading-area h2 {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

@media only screen and (max-width: 639px) {
    #services #service-area .heading-area h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 0;
    }
}

#services #service-area .heading-area .heading-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#services #service-area .heading-line {
    text-align: center;
}

#services #service-area #service-text {
    color: #01579B;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 0px 20px;
    padding: 0rem 1.25rem;
}

@media only screen and (max-width: 767px) {
    #services #service-area #service-text {
        padding: 0px 10px;
        padding: 0rem 0.625rem;
    }
}

#services #service-area #service-boxes {
    margin: 30px 0px;
    margin: 1.875rem 0rem;
}

#services #service-area #service-boxes .service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#services #service-area #service-boxes .service .service-icon {
    background: url("assets/img/service-icons.png") no-repeat center;
    width: 52px;
    height: 52px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

#services #service-area #service-boxes .service .service-icon-1 {
    background-position: 0 0;
    margin-top: 8px;
}

#services #service-area #service-boxes .service .service-icon-2 {
    margin-top: 6px;
}

#services #service-area #service-boxes .service .service-icon-3 {
    background-position: center right;
    margin-top: 12px;
}

#services #service-area #service-boxes .service .service-text {
    margin-left: 10px;
}

#services #service-area #service-boxes .service .service-text h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #FBC02D;
    font-weight: 300;
    margin-bottom: 5px;
}

#services #service-area #service-boxes .service .service-text p {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #656464;
    font-weight: 300;
    margin-top: 0;
}

#news-reference {
    margin: 0px 0px 60px;
    margin: 0rem 0rem 3.75rem;
}

@media only screen and (max-width: 767px) {
    #news-reference {
        margin: 30px 0px 60px;
        margin: 1.875rem 0rem 3.75rem;
    }
}

@media only screen and (max-width: 939px) {
    #news-reference #news {
        margin-bottom: 40px;
        margin-bottom: 2.5rem;
    }
}

#news-reference #news .n-img {
    position: relative;
}

@media only screen and (max-width: 767px) {
    #news-reference #news .n-img {
        margin-bottom: 20px;
    }
}

#news-reference #news .n-img img {
    width: 100%;
}

#news-reference #news .n-date {
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    background: #191919;
    width: 50px;
    height: 50px;
}

#news-reference #news .n-date .date {
    color: #01579B;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
}

#news-reference #news .n-date .month {
    font-size: 12px;
    font-size: 0.75rem;
    color: white;
}

#news-reference #news .n-text h4 {
    color: #7D7D7C;
    font-weight: 700;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    #news-reference #news .n-text h4 {
        margin-bottom: 10px;
    }
}

#news-reference #news .n-text p {
    font-size: 13px;
    font-size: 0.8125rem;
}

#news-reference #news .n-text a {
    color: #7D7D7C;
    font-size: 13px;
    font-size: 0.8125rem;
    float: right;
}

.nr-heading-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}

.nr-heading-area .nr-heading h4 {
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
}

.nr-heading-area .nr-heading .nr-line {
    background: #999999;
    height: 2px;
    width: 40px;
    display: block;
}

.nr-heading-area #nr-slick-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nr-arrows {
    background: url("assets/img/arrows.png") no-repeat center;
    width: 23px;
    height: 23px;
    margin: 0 2px;
    cursor: pointer;
}

.prevArrow {
    background-position: left center;
}

.nextArrow {
    background-position: right center;
}

#reference .testimonial .testimonial-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #7D7D7C;
    font-size: 13px;
    font-size: 0.8125rem;
}

#reference .testimonial .testimonial-text span {
    font-family: "Droid Serif", sans-serif;
    font-size: 50px;
    font-size: 3.125rem;
    margin-right: 10px;
    position: relative;
    top: -15px;
    color: #01579B;
}

#reference .testimonial .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 33px;
    margin-left: 2.0625rem;
}

#reference .testimonial .author img {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

#reference .testimonial .author .author-detail {
    margin-left: 16px;
    margin-left: 1rem;
}

#reference .testimonial .author .author-detail span {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 2px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}

#reference .testimonial .author .author-detail p {
    color: #7D7D7C;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 0;
}

#cta {
    margin: 0px;
    margin: 0rem;
    padding: 30px 0px;
    padding: 1.875rem 0rem;
    background: #e3e3e3;
    margin-top: 6px;
}

#cta #cta-text {
    font-weight: 600;
    color: #01579B;
    font-size: 16px;
    /*font-size: 0.925rem;*/
}

#cta #cta-text span {
    color: #FBC02D;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    #cta #cta-text span {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

#cta #cta-text a {
    color: #ffffff;
    background: #FBC02D;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    padding: 0.625rem 1.875rem;
    border-radius: 25px;
    line-height: 1;
}

.site-footer {
    background: #01579B;
    padding: 70px 0px 0px;
    padding: 4.375rem 0rem 0rem;
}

@media only screen and (max-width: 979px) {
    .site-footer {
        padding: 50px 20px 0px;
        padding: 3.125rem 1.25rem 0rem;
        text-align: center;
    }
}

@media only screen and (max-width: 639px) {
    .site-footer {
        padding: 50px 0px 0px;
        padding: 3.125rem 0rem 0rem;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer .col-xs-12 {
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }
}

.site-footer .footer-about p {
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 30px 0px;
    margin: 1.875rem 0rem;
    line-height: 22px;
}

.site-footer .footer-about #social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-about #social li {
    display: inline-block;
}

.site-footer .footer-about #social li a {
    color: white;
    margin: 0 10px;
    display: block;
}

.site-footer .footer-heading {
    margin: 0 0 20px 0;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
}

.site-footer .footer-menu ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-menu ul {
        margin: 0;
    }
}

.site-footer .footer-menu ul li {
    margin-bottom: 15px;
}

.site-footer .footer-menu ul li:before {
    content: "\25A0";
    color: #3479af;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.site-footer .footer-menu ul li a {
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
}

.site-footer .footer-contact {
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
}

.site-footer .footer-contact address {
    font-style: normal;
    line-height: 24px;
}

.site-footer .footer-contact a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: white;
    margin: 0 0 20px;
    display: block;
}

.site-footer .footer-subscribe form p {
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
}

.site-footer .footer-subscribe form input {
    margin: 0 0 20px;
    width: 100%;
    background: #1b68a5;
    border: 0;
    padding: 8px 5px;
    color: white;
    font-size: 13px;
}

.site-footer .footer-subscribe form button {
    background: #FBC02D !important;
    color: white !important;
    width: 132px !important;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem !important;
    border: 0 !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    cursor: pointer !important;
    -webkit-transition: all 240ms ease;
    transition: all 240ms ease !important;
}

.site-footer .footer-subscribe form button:hover {
    background: #1b68a5;
}

.site-footer .footer-subscribe form ::-webkit-input-placeholder {
    color: white;
    opacity: 0.7;
}

.site-footer .footer-subscribe form ::-moz-placeholder {
    color: white;
    opacity: 0.7;
}

.site-footer .footer-subscribe form :-ms-input-placeholder {
    color: white;
    opacity: 0.7;
}

.site-footer .footer-subscribe form ::placeholder {
    color: white;
    opacity: 0.7;
}

.site-footer .footer-subscribe form :-ms-input-placeholder {
    color: white;
}

.site-footer .footer-subscribe form ::-ms-input-placeholder {
    color: white;
}

#copyright-section {
    margin-top: 30px;
    margin-top: 1.875rem;
    text-align: center;
    border-top: 1px solid #1b68a5;
    padding: 30px 0px 15px;
    padding: 1.875rem 0rem 0.9375rem;
}

#copyright-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#copyright-section ul li {
    display: inline-block;
    position: relative;
}

#copyright-section ul li a {
    font-size: 13px;
    color: white;
    margin: 0px 25px;
    margin: 0rem 1.5625rem;
}

@media only screen and (max-width: 939px) {
    #copyright-section ul li a {
        margin: 0px 10px;
        margin: 0rem 0.625rem;
    }
}

#copyright-section ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    background: white;
    position: absolute;
    top: 5px;
}

#copyright-section ul li:last-child:after {
    content: "";
    width: 0;
}

#copyright-section #copyright-text {
    color: white;
    font-size: 13px;
    margin-top: 5px;
}

.blue-page {
    background: #01579b;
    margin-top: -24px;
}

.blue-page .entry-title {
    color: white;
    margin: 0;
    padding: 44px 0px;
    padding: 2.75rem 0rem;
}

.blue-page .bullet-content-area .bullet-img {
    margin-top: 50px;
    margin-top: 3.125rem;
}

@media only screen and (max-width: 639px) {
    .blue-page .bullet-content-area .bullet-img {
        margin-top: 20px;
        margin-top: 1.25rem;
    }
}

.blue-page .bullet-content-area .bullet-content {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
}

@media only screen and (max-width: 979px) {
    .blue-page .bullet-content-area .bullet-content {
        margin-bottom: 40px;
        margin-bottom: 2.5rem;
    }
}

.blue-page .bullet-content-area .bullet-content h2 {
    color: #0665a6;
    line-height: 60px;
    font-size: 52px;
    font-size: 3.25rem;
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

@media only screen and (max-width: 979px) {
    .blue-page .bullet-content-area .bullet-content h2 {
        font-size: 52px;
        font-size: 3.25rem;
    }
}

@media only screen and (max-width: 639px) {
    .blue-page .bullet-content-area .bullet-content h2 {
        font-size: 44px;
        font-size: 2.75rem;
    }
}

.blue-page .bullet-content-area .bullet-content span {
    color: #FBC02D;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    display: block;
    font-weight: 900;
}

.blue-page .bullet-content-area .bullet-content p {
    color: white;
    font-size: 14px;
    font-size: 0.875rem;
}

.blue-page .bullet-content-area .bullet-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blue-page .bullet-content-area .bullet-content ul li::first-letter {
    color: #FBC02D;
}

.blue-page .bullet-content-area .bullet-content ul li {
    color: white;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1px;
}

.entry-title {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    font-size: 2.5rem;
    color: #01579B;
}

@media only screen and (max-width: 767px) {
    .entry-title {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 639px) {
    .entry-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 979px) {
    .content-area {
        padding: 0px 20px;
        padding: 0rem 1.25rem;
    }
}

@media only screen and (max-width: 639px) {
    .content-area {
        padding: 0;
    }
}

@media only screen and (max-width: 639px) {
    .content-area .entry-content,
    .content-area .entry-footer {
        padding: 0px 15px;
        padding: 0rem 0.9375rem;
    }
}

.content-area p {
    color: #656465;
}

#product-copy-page .bullet-content-area .bullet-img {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    margin-top: 0;
}

@media only screen and (max-width: 979px) {
    #product-copy-page .bullet-content-area .bullet-img {
        margin-bottom: 50px;
        margin-bottom: 3.125rem;
    }
}

#product-copy-page .bullet-content {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
}

@media only screen and (max-width: 979px) {
    #product-copy-page .bullet-content {
        margin-bottom: 50px;
        margin-bottom: 3.125rem;
    }
}

#product-copy-page .bullet-content h2 {
    font-size: 100px;
    font-size: 3.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

@media only screen and (max-width: 1199px) {
    #product-copy-page .bullet-content h2 {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 979px) {
    #product-copy-page .bullet-content h2 {
        font-size: 100px;
        font-size: 6.25rem;
    }
}

@media only screen and (max-width: 639px) {
    #product-copy-page .bullet-content h2 {
        font-size: 44px;
        font-size: 2.75rem;
    }
}

#about-page .about-content {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

@media only screen and (max-width: 979px) {
    #about-page .about-content {
        margin: 20px 0px 40px;
        margin: 1.25rem 0rem 2.5rem;
    }
}

#about-page .about-content h4 {
    color: #01579B;
    font-weight: 900;
    margin: 0;
}

#about-page .about-content span {
    font-weight: 400;
    color: #01579B;
}

#about-page .about-content p {
    color: #01579B;
    font-weight: 400;
}

#about-page .about-content .yellow-abt-text {
    font-style: italic;
    color: #FBC02D;
}

@media only screen and (min-width: 980px) {
    .no-padding {
        padding: 0;
    }
}

#price-page .price-box {
    background: #f1f0f0;
    padding: 30px;
    padding: 1.875rem;
}

#price-page .price-box h4 {
    color: #01579B;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#price-page .price-box p {
    font-weight: 400;
}

#price-page .price-box ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}

#price-page .price-box ul li {
    font-weight: 600;
    color: #01579B;
    margin-bottom: 2px;
    font-size: 20px;
    font-size: 1.25rem;
}

#price-page .price-box ul li span {
    color: #FBC02D;
}

#price-page .price-box .price-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0px;
    margin: 1.25rem 0rem;
}

#price-page .price-box .price-value p {
    margin: 0;
    color: #FBC02D;
    font-size: 40px;
    font-size: 2.5rem;
}

#price-page .price-box .price-value span {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    color: #FBC02D;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

#price-page .price-box a {
    color: #ffffff;
    background: #01579B;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    padding: 0.625rem 1.875rem;
    border-radius: 20px;
}

#price-page .mid-box {
    position: relative;
    top: -25px;
    padding: 53px 30px 55px;
    border: 3px solid #FBC02D;
}

@media only screen and (max-width: 979px) {
    #price-page .mid-box {
        top: 0;
        margin: 20px 0;
    }
}

#price-page .mid-box ul {
    margin-top: 10px;
}

#price-page .mid-box .price-value {
    margin: 10px 0px;
    margin: 0.625rem 0rem;
}

#price-page .mid-box p {
    margin: 18px 0px;
    margin: 1.125rem 0rem;
}

#price-page .last-box ul {
    margin-top: 10px;
}

#price-page .last-box .price-value {
    margin: 10px 0px;
    margin: 0.625rem 0rem;
}

#price-page .last-box p {
    margin: 16px 0px;
    margin: 1rem 0rem;
}

#price-page .box-content-area {
    margin: 30px 0px;
    margin: 1.875rem 0rem;
}

#price-page .box-content-area .border-box-content {
    border: 3px solid #f2f2f2;
    padding: 30px 10px;
    padding: 1.875rem 0.625rem;
}

#price-page .box-content-area .border-box-content h3 {
    font-weight: 900;
    color: #01579B;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
}

#price-page .box-content-area .border-box-content p {
    color: #01579B;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
}

#price-page .box-content-area .border-box-content a {
    color: #ffffff;
    background: #FBC02D;
    display: inline-block;
    margin: 30px 0px 10px;
    margin: 1.875rem 0rem 0.625rem;
    padding: 10px 30px;
    padding: 0.625rem 1.875rem;
    border-radius: 20px;
}

#price-page .box-content-area .border-box-content span {
    display: block;
    margin-top: 30px;
    margin-top: 1.875rem;
    color: #666666;
}

#price-page .price-box-content {
    margin: 30px 0px 90px;
    margin: 1.875rem 0rem 5.625rem;
}

#price-page .price-box-content p {
    color: #01579B;
    font-size: 14px;
    font-size: 0.875rem;
}

.about-content-area .row {
    margin: 0px 0px 40px;
    margin: 0rem 0rem 2.5rem;
}

@media only screen and (max-width: 767px) {
    .about-content-area .bullet-img {
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 979px) {
    .bottom {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.footer-partner a {
    margin-bottom: 10px;
    display: block;
}


/* Blog Overview */


/* #main > div > div > div > div:nth-child(1) > div > div.n-text > a:nth-child(2) > p:nth-child(2) { */

#main>div>div>div>div>div>div.n-text>a:nth-child(2)>p:nth-child(2) {
    font-size: 15px;
}


/* Single Blog Post */

.single-blog-title {
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    color: #01579B;
    text-align: left;
    text-transform: none;
    font-size: 2.5rem;
}

@media only screen and (max-width: 639px) {
    .single-blog-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}


/* customer references */

#service-textr>h2 {
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    color: #FBC02D;
}


/* left arrow */

#reference>div>div:nth-child(1) {
    align-items: center;
    display: flex;
}

#nr-slick-arrows {
    margin-top: -90px;
}


/* slider */

#r-data {
    height: 264px;
}

#r-data>div {
    height: 264px;
}

#r-data>div>div>div:nth-child(n)>div>div {
    height: 264px;
}

#r-data>div>div>div:nth-child(n)>div>div>div {
    height: 100%;
    position: relative;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.testimonial-text {
    color: white;
    text-align: center;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.author {
    color: white;
    padding-top: 52px;
    padding-bottom: 49px;
    height: 71%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#r-data>div>div>div:nth-child(2)>div>div>div>div.author>div:nth-child(1) {
    margin-top: auto;
    margin-bottom: auto;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.author>div:nth-child(1)>img {
    height: 98px;
    border-radius: 50%;
}

#r-data>div>div>div:nth-child(3)>div>div>div>div.author>div.col-md-6 {
    margin-top: auto;
    margin-bottom: auto;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.author>div.col-md-6>div {
    height: 97px !important;
    position: relative;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.author>div.col-md-6>div>span {
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
    position: absolute;
    top: 19%;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.author>div.col-md-6>div>p:nth-child(2) {
    color: white;
    margin-bottom: 0px;
    position: absolute;
    top: 39%;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.author>div.col-md-6>div>p:nth-child(3) {
    color: white;
    margin-bottom: 0px;
    position: absolute;
    top: 59%;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.author>div:nth-child(3) {
    margin-top: auto;
    margin-bottom: auto;
}

#r-data>div>div>div:nth-child(n)>div>div>div>div.author>div:nth-child(3)>a>img {
    width: 86%;
}


/* right arrow */

#reference>div>div:nth-child(3) {
    align-items: center;
    display: flex;
}

#reference>div>div:nth-child(3)>div {
    float: right;
    margin-top: -90px;
    margin-left: 55px;
}

@media only screen and (max-width: 375px) {
    .slick-list.draggable {
        height: 516px;
    }
    #r-data {
        height: 516px;
    }
    #r-data>div {
        height: 516px;
    }
    #reference>div>div:nth-child(3)>div {
        margin-left: 0px;
    }
    #r-data>div>div>div:nth-child(n)>div>div {
        height: 516px;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.testimonial-text {
        height: 232px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author {
        color: white;
        margin-left: 0px;
        padding-top: 8px;
        padding-bottom: 208px;
        height: 78%;
        position: absolute;
        bottom: -189px;
        width: 100%;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author>div.col-md-6>div>span {
        top: -7%;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author>div:nth-child(1)>img {
        height: 100;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author>div:nth-child(1)>img {
        height: 73px;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author>div.col-md-6>div {
        top: -44px;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author>div:nth-child(1) {
        height: 100%;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author>div.col-md-6>div>p:nth-child(2) {
        top: 14%;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author>div.col-md-6>div>p:nth-child(3) {
        top: 79%;
    }
    #r-data>div>div>div:nth-child(n)>div>div>div>div.author>div:nth-child(3)>a>img {
        position: absolute;
        margin-left: -203px;
        margin-top: 6px;
        width: 65%;
    }
    #r-data>div>div>div:nth-child(2)>div>div>div>div.author>div.col-md-6>div>p:nth-child(2) {
        top: 65%;
    }
    #r-data>div>div>div:nth-child(2)>div>div>div>div.author>div.col-md-6>div>p:nth-child(3) {
        top: 103%;
    }
    #r-data>div>div>div:nth-child(2)>div>div>div>div.author>div.col-md-6>div>span {
        top: 27%;
    }
}


/*# sourceMappingURL=style.css.map */


/* language switcher menu */


/*@media (min-width:769px) {*/


/*#menu-item-621>ul {*/

.sub-menu {
    background-color: white;
    border-radius: 7% 7% 7% 7%;
    border: 2px solid #215896;
}

@media only screen and (max-width: 321px) {
    .sub-menu {
        background-color: white;
        border-radius: 7% 7% 7% 7%;
        border: 2px solid #215896;
        left: 249px !important;
        padding-right: 7px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .sub-menu {
        background-color: white;
        border-radius: 7% 7% 7% 7%;
        border: 2px solid #215896;
        left: 304px !important;
        padding-right: 7px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 415px) {
    .sub-menu {
        background-color: white;
        border-radius: 7% 7% 7% 7%;
        border: 2px solid #215896;
        left: 343px !important;
        padding-right: 7px;
    }
}

@media only screen and (min-width: 416px) and (max-width: 769px) {
    .sub-menu {
        background-color: white;
        border-radius: 7% 7% 7% 7%;
        border: 2px solid #215896;
        left: 697px !important;
        padding-right: 7px;
    }
}


/*}*/

/*
     DSGVO Plugin
*/

.sp-dsgvo-logo-wrapper img {
    display: none;
}

.sp-dsgvo-privacy-popup-title-general {
    font-family: "Poppins", sans-serif;
}

.sp-dsgvo-link-wrapper a {
    font-family: "Poppins", sans-serif;
}

.sp-dsgvo-header-description-text {
    font-family: "Poppins", sans-serif;
}

.sp-dsgvo-privacy-bottom a.green{
    background-color: #FBC02D !important;
    color: white !important;
    border-radius: 25px !important;
}

#cn-btn-settings {
    font-family: "Poppins", sans-serif;
    background-color: #FBC02D !important;
    color: white !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
}

.sp-dsgvo-privacy-popup {
    background-color: #E3E3E3 !important;
}