/**
 * Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 * ----------------------------------------------------------------------------
 */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

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

summary {
    display: list-item; }

figure {
    margin: 0; }

pre,
code,
kbd,
samp {
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em; }

audio,
canvas,
video {
    display: inline-block; }

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

[hidden],
template {
    display: none; }

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

a:focus {
    outline: thin dotted; }

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

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

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

small {
    font-size: 80%; }

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

img {
    border: 0;
    vertical-align: middle; }

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

blockquote,
q {
    quotes: none; }

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

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

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html [type="button"],
[type="reset"],
[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; }

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

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

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

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

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

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

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

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

/**
 * General
 * ----------------------------------------------------------------------------
 */
html {
    font-family: "Nunito Sans", sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont,  "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-size: 112.5%;
    height: 100%;
    min-height: 100%; }

body {
    background: #f7f9fb;
    color: #4c5267;
    line-height: 1.66667;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; }

a {
    border-bottom: 1px solid currentColor;
    color: #4c5267;
    text-decoration: none;
    -webkit-transition: border-color .15s ease-in-out, color .15s ease-in-out;
    transition: border-color .15s ease-in-out, color .15s ease-in-out; }
    a:hover, a:focus {
        border-color: #0072ff;
        color: #0072ff; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2f3b;
    font-weight: bold;
    line-height: 1.2;
    margin: 2.5rem 0 0.83333rem;
    text-rendering: optimizeLegibility; }
    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child {
        margin-top: 0; }

h1 {
    font-size: 2.44444rem; }

h2 {
    font-size: 2rem; }

h3 {
    font-size: 1.66667rem; }

h4 {
    font-size: 1.33333rem; }

h5 {
    font-size: 1.11111rem; }

h6 {
    font-size: 1rem; }

p {
    margin: 0 0 1.66667em; }

address {
    font-style: italic;
    margin: 0 0 1.66667em; }

mark,
ins {
    background: #fff493;
    color: #4c5267;
    padding: 0 3px;
    text-decoration: none; }

pre {
    background: #fff;
    border-radius: 3px;
    font-size: 0.88889rem;
    margin: 0 0 1.66667rem;
    overflow: auto;
    padding: 1.66667rem;
    position: relative;
    white-space: pre; }

blockquote {
    border-left: 3px solid #0072ff;
    color: #2c2f3b;
    font-size: 1.33333rem;
    line-height: 1.3;
    margin: 0 0 1.66667rem;
    padding-left: 30px; }
    blockquote p {
        margin-bottom: 0.83333rem; }
        blockquote p:last-child {
            margin-bottom: 0; }
    blockquote small,
    blockquote cite {
        color: #7b839e;
        display: block;
        font-size: 1.11111rem;
        font-style: normal;
        font-weight: normal;
        line-height: 1.66667;
        margin-top: 0.83333rem; }
        blockquote small:last-child,
        blockquote cite:last-child {
            margin-bottom: 0; }

dl {
    margin: 0; }

dt {
    font-weight: bold; }

dd {
    margin: 0 0 1.66667em; }

ul,
ol {
    margin: 0 0 1.66667em;
    padding: 0 0 0 1.66667em; }

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

hr {
    background-color: #ebecf0;
    border: 0;
    height: 1px;
    margin: 2.5em 0; }

table {
    line-height: 1.5;
    margin: 0 0 1.66667em;
    text-align: left;
    width: 100%; }

caption {
    color: #7b839e;
    font-size: 0.88889em;
    font-style: normal;
    margin-bottom: 0.83333rem;
    text-align: left; }

th,
td {
    border-bottom: 1px solid #ebecf0;
    padding: 0.5em 5px; }

th {
    color: #2c2f3b;
    font-weight: bold; }

/* Form fields */
label {
    color: #2c2f3b;
    font-weight: bold; }

input[type=checkbox] + label,
input[type=radio] + label {
    cursor: pointer;
    padding-left: 0.25em;
    padding-right: 1em; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    background: #fff;
    border: 1px solid #ebecf0;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #4c5267;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    max-width: 100%;
    padding: 0.5em 15px;
    vertical-align: baseline;
    width: 100%; }
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="search"]:focus,
    input[type="url"]:focus,
    select:focus,
    textarea:focus {
        outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    height: 3em; }

textarea {
    padding: 0.75em 15px; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a.button {
    background: #0072ff;
    border-radius: 3px;
    border: 2px solid #0072ff;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 2.75em;
    line-height: 1.5;
    padding: 0.5em 30px;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
    button:hover, button:focus, button:active,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:active,
    input[type="button"]:hover,
    input[type="button"]:focus,
    input[type="button"]:active,
    input[type="reset"]:hover,
    input[type="reset"]:focus,
    input[type="reset"]:active,
    a.button:hover,
    a.button:focus,
    a.button:active {
        opacity: 0.75;
        outline: 0; }

a.button {
    height: auto; }

.button.large {
    height: 3em;
    padding-left: 40px;
    padding-right: 40px; }

a.button.large {
    height: auto;
    padding-bottom: 0.625em;
    padding-top: 0.625em; }

.button.secondary {
    background: transparent;
    color: #0072ff;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out; }
    .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
        background: #0072ff;
        color: #fff;
        opacity: 1; }

.button.white {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 20px 30px 0 rgba(76, 82, 103, 0.2);
    color: #4c5267;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out; }
    .button.white:hover, .button.white:focus, .button.white:active {
        box-shadow: none;
        opacity: 1; }

#menu-open,
#menu-close {
    background: 0;
    border: 0;
    box-shadow: none;
    color: inherit;
    height: 30px;
    padding: 0;
    position: relative;
    width: 30px; }

/* Contact form */
.contact-form .form-row {
    margin-bottom: 0.83333em; }

.contact-form label {
    display: block;
    padding-bottom: 0.25em; }

.contact-form .form-submit {
    margin-top: 1.66667em; }

/* Subscribe form */
.subscribe-form {
    margin-bottom: 1.66667rem; }
    .subscribe-form .subscribe-email {
        width: 100%; }
    .subscribe-form .button {
        margin: 0.83333rem 0 0; }

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
    max-width: 100%; }

.js-reframe {
    margin: 0 0 1.66667em; }

/* Images */
img {
    height: auto;
    max-width: 100%; }

.post-thumbnail img,
.post-content img {
    border-radius: 3px; }

/* Heading underline */
.underline {
    position: relative; }
    .underline:after {
        /* border-left: 68px solid #0072ff; */
        border-left: 68px solid crimson;
        display: block;
        content: "";
        height: 2px;
        margin-top: 1rem; }

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px; }

/* Clearing floats */
.post-content:after {
    clear: both; }

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

/**
 * Custom Icons
 * ----------------------------------------------------------------------------
 */
.icon-menu,
.icon-close {
    background: currentColor;
    border-radius: 1px;
    color: inherit;
    height: 2px;
    margin-top: -1px;
    margin-left: -12px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px; }
    .icon-menu:before, .icon-menu:after,
    .icon-close:before,
    .icon-close:after {
        background: currentColor;
        border-radius: 1px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%; }

.icon-menu:before {
    top: -8px; }

.icon-menu:after {
    bottom: -8px; }

.icon-close {
    background: 0;
    margin-left: -17px;
    width: 34px; }
    .icon-close:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .icon-close:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.icon-arrow-left,
.icon-arrow-right {
    background: currentColor;
    color: inherit;
    height: 2px;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 14px; }
    .icon-arrow-left:before,
    .icon-arrow-right:before {
        content: "";
        height: 4px;
        position: absolute;
        width: 4px; }

.icon-arrow-left:before {
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    left: -1px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top; }

.icon-arrow-right:before {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    right: -1px;
    top: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top; }

.icon-plus {
    background: #0072ff;
    border-radius: 50%;
    color: #fff;
    height: 24px;
    position: relative;
    width: 24px; }
    .icon-plus:before, .icon-plus:after {
        background: currentColor;
        border-radius: 1px;
        content: "";
        height: 2px;
        left: 50%;
        margin-top: -1px;
        margin-left: -8px;
        position: absolute;
        top: 50%;
        width: 16px; }
    .icon-plus:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }

/**
 * Structure
 * ----------------------------------------------------------------------------
 */
.outer {
    padding: 4.16667rem 4vw 3.33333rem; }

.inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px; }

.inner-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 945px; }

.inner-medium {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px; }

.inner-small {
    margin-left: auto;
    margin-right: auto;
    max-width: 555px; }

/**
 * Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
    background: #fff;
    color: #2c2f3b;
    padding-bottom: 1.33333em;
    padding-top: 1.33333em; 

    box-shadow: 0 0 2px rgba(0,0,0,0.14), 0 4px 4px rgba(0,0,0,0.28);    
}

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

.site-branding {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    .site-branding a {
        border: 0;
        color: inherit; }

.site-title {
    color: #2c2f3b;
    font-size: 1.33333rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0; }

.site-logo {
    margin: 0; }
    .site-logo img {
    /*    max-height: 40px; */
    }

.site-navigation {
    margin-left: auto; }
    .site-navigation .menu {
        list-style: none;
        margin: 0;
        padding: 0; }
    .site-navigation .menu-item {
        display: inline-block;
        font-size: 1.1rem;
        line-height: 1.5;
        margin: 0 0 0 30px; }
        .site-navigation .menu-item.current-menu-item {
            color: #7b839e; }
    .site-navigation a:not(.button) {
        border: 0;
        color: inherit;
        display: inline-block;
        text-decoration: none; }
        /* .site-navigation a:not(.button):hover, .site-navigation a:not(.button):focus {
            color: #7b839e; } */
    .site-navigation .button {
        font-size: 16px;
        padding: 0.25em 15px; }
    .site-navigation .menu-button + .menu-button {
        margin-left: 15px; }

.menu-toggle {
    display: none; }

@supports (position: sticky) or (position: -webkit-sticky) {
    @media only screen and (min-width: 801px) {
        .site-header {
            background: #fff;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 999; }
        .has--scrolled .site-header {
            box-shadow: 0 1px 4px 0 rgba(76, 82, 103, 0.1); } } }

@media only screen and (max-width: 800px) {
    .site {
        overflow: hidden;
        overflow-y: scroll;
        position: relative; }
    .site-header:before {
        background: rgba(247, 249, 251, 0.75);
        content: "";
        height: 100vh;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .15s ease-in-out,visibility 0s ease-in-out .15s;
        transition: opacity .15s ease-in-out,visibility 0s ease-in-out .15s;
        visibility: hidden;
        width: 100%;
        z-index: 998; }
    #menu-open {
        display: block;
        margin-left: auto; }
    .site-navigation {
        background: #fff;
        box-sizing: border-box;
        height: 100vh;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        right: -360px;
        top: 0;
        -webkit-transition: right .3s ease-in-out, visibility 0s .3s ease-in-out;
        transition: right .3s ease-in-out, visibility 0s .3s ease-in-out;
        visibility: hidden;
        width: 360px;
        z-index: 999; }
        .site-navigation .menu {
            padding: 4.5rem 4vw 3.33333rem; }
        .site-navigation .menu-item {
            display: block;
            margin: 0; }
            .site-navigation .menu-item:not(.menu-button) {
                border-bottom: 1px solid #ebecf0; }
            .site-navigation .menu-item:not(.menu-button):first-child {
                border-top: 1px solid #ebecf0; }
            .site-navigation .menu-item.menu-button {
                margin-top: 1.66667em; }
            .site-navigation .menu-item.menu-button + .menu-button {
                margin-left: 0; }
        .site-navigation a:not(.button) {
            display: block;
            padding: 0.83333rem 0; }
        .site-navigation .button {
            height: 3em;
            padding: 0.625em 15px;
            text-align: center;
            width: 100%; }
        .site-navigation #menu-close {
            display: block;
            position: absolute;
            right: 4vw;
            top: 1.33333rem; }
    .site-nav-inside {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: relative; }
    .menu--opened .site {
        height: 100%;
        left: 0;
        overflow: hidden;
        overflow-y:scroll !important;

        position: fixed;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 100%;
        z-index: 997; }
    .menu--opened .site-navigation {
        right: 0;
        -webkit-transition: right .3s ease-in-out;
        transition: right .3s ease-in-out;
        visibility: visible; }
    .menu--opened .site-header:before {
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        visibility: visible; } }

@media only screen and (max-width: 360px) {
    #menu-open {
        display: block;
        margin-left: auto; }
    .site-navigation {
        width: 100%; } }

/**
 * Content
 * ----------------------------------------------------------------------------
 */
.post {
    margin-bottom: 3.33333em; }

.post-header {
    margin-bottom: 2.5rem;
    text-align: center; }
    .post-header .post-title {
        margin: 0 0 1.66667rem; }
        .post-header .post-title a {
            border: 0;
            color: inherit; }
            .post-header .post-title a:hover, .post-header .post-title a:focus {
                color: #4c5267; }

.post-subtitle {
    border-bottom: 1px solid #ebecf0;
    font-size: 1.33333rem;
    line-height: 1.5;
    margin-bottom: 1.66667rem;
    padding-bottom: 1.33333rem; }

.post-thumbnail {
    display: block;
    margin-bottom: 1.66667rem; }
    .post-thumbnail img {
        width: 100%; }

.post-meta {
    color: #7b839e;
    font-size: 0.88889rem;
    line-height: 1.5;
    margin-bottom: 1.66667rem; }

/* Post feed */
.post-feed {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.83333em 1.66667em; }
    .post-feed .post-card {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.66667em; }
        @media only screen and (max-width: 900px) {
            .post-feed .post-card {
                -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
        @media only screen and (max-width: 600px) {
            .post-feed .post-card {
                -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .post-feed .post-card-inside {
        background: #fff;
        border: 1px solid #ebecf0;
        border-radius: 3px;
        box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0.833333em; }
    .post-feed .post-card-thumbnail {
        border: 0;
        border-radius: 3px 3px 0 0;
        display: block;
        margin: 0;
        position: relative;
        width: 100%; }
        .post-feed .post-card-thumbnail:before {
            content: "";
            display: block;
            padding-top: 66.666%; }
        .post-feed .post-card-thumbnail img {
            border-radius: 3px 3px 0 0;
            height: 100%;
            left: 0;
            object-fit: cover;
            position: absolute;
            top: 0;
            width: 100%; }
    .post-feed .post-card-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.33333rem; }
    .post-feed .post-header {
        margin-bottom: 0.83333rem;
        text-align: left; }
    .post-feed .post-title {
        font-size: 1.33333rem;
        margin: 0; }
    .post-feed .post-excerpt {
        font-size: 16px; }
    .post-feed .post-meta {
        font-size: 14px;
        margin: 0; }

@media only screen and (max-width: 750px) {
    .post-feed {
        margin-left: -2vw;
        margin-right: -2vw; }
        .post-feed .post-card {
            margin-bottom: 4vw; }
        .post-feed .post-card-inside {
            margin-left: 2vw;
            margin-right: 2vw; } }

/* Post navigation */
.read-next {
    margin-top: 3.33333em; }
    .read-next .read-next-title {
        font-size: 1.66667rem;
        margin: 0 0 1.6667rem;
        text-align: center; }
    @media only screen and (min-width: 601px) {
        .read-next .post-card {
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

/* Pagination */
.pagination {
    margin: 0 0 1.66667rem; }
    .pagination .nav-links {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
    .pagination .page-number {
        color: #7b839e;
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        flex-grow: 1;
        font-size: 14px;
        line-height: 1.5;
        text-align: center; }
    .pagination .newer-posts,
    .pagination .older-posts {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative; }
    .pagination .older-posts {
        padding-left: 15px;
        padding-right: 40px; }
    .pagination .newer-posts {
        padding-left: 40px;
        padding-right: 15px; }
    .pagination .icon-arrow-left {
        left: 15px;
        margin-left: 0; }
    .pagination .icon-arrow-right {
        left: auto;
        margin-left: 0;
        right: 15px; }
    @media only screen and (max-width: 400px) {
        .pagination .nav-links {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; }
        .pagination .newer-posts {
            margin-bottom: 0.83333rem; }
        .pagination .older-posts {
            margin-top: 0.83333rem; } }

/**
 * Sections
 * ----------------------------------------------------------------------------
 */
.block-title {
    font-size: 2.44444rem;
    margin: 0 0 1.33333rem; }
    .block-title:last-child {
        margin-bottom: 1.66667rem; }

.block-header {
    margin-bottom: 2rem;
    text-align: center; }
    .block-header .block-title {
        font-size: 1.66667rem;
        margin: 0 0 0.25rem; }

.block-preview {
    margin-bottom: 1.66667rem; }

.block-buttons {
    margin-bottom: 0.83333rem; }
    .block-buttons .button {
        margin: 0 7px 0.83333rem; }

.block-item {
    margin-bottom: 1.66667rem; }
    .block-item:last-child {
        margin-bottom: 0; }

.hero-block .cell,
.text-block .cell,
.block-item .cell {
    text-align: center; }

.hero-block .underline:after,
.text-block .underline:after,
.block-item .underline:after {
    display: none; }

@media only screen and (min-width: 801px) {
    .hero-block .grid,
    .text-block .grid,
    .block-item .grid {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 -0.83333rem; }
    .hero-block .cell,
    .text-block .cell,
    .block-item .cell {
        box-sizing: border-box;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0.83333rem;
        margin-right: 0.83333rem;
        text-align: left; }
        .hero-block .cell:only-child,
        .text-block .cell:only-child,
        .block-item .cell:only-child {
            margin-left: auto;
            margin-right: auto;
            max-width: 555px;
            text-align: center; }
            .hero-block .cell:only-child .underline:after,
            .text-block .cell:only-child .underline:after,
            .block-item .cell:only-child .underline:after {
                display: none; }
    .hero-block .block-preview,
    .text-block .block-preview,
    .block-item .block-preview {
        -webkit-flex: 7;
        -ms-flex: 7;
        flex: 7;
        padding-right: 68px; }
    .hero-block .block-content,
    .text-block .block-content,
    .block-item .block-content {
        -webkit-flex: 5;
        -ms-flex: 5;
        flex: 5; }
    .hero-block .underline:after,
    .text-block .underline:after,
    .block-item .underline:after {
        display: block; }
    .hero-block .button,
    .text-block .button,
    .block-item .button {
        margin-left: 0;
        margin-right: 15px; }
    .hero-block .grid,
    .text-block .grid,
    .block-item:nth-child(2n+1) .grid {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .hero-block .block-preview,
    .text-block .block-preview,
    .block-item:nth-child(2n+1) .block-preview {
        padding-left: 68px;
        padding-right: 0; } }

/* Call to Action */
.cta-block .block-title {
    margin: 0 0 0.25rem; }

.cta-block .cell {
    text-align: center; }

@media only screen and (min-width: 741px) {
    .cta-block .grid {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 -0.83333rem; }
    .cta-block .cell {
        box-sizing: border-box;
        margin-left: 0.83333rem;
        margin-right: 0.83333rem;
        text-align: left; }
    .cta-block .block-content {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .cta-block .block-buttons {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 68px; } }

/* Reviews */
.review {
    border: 0;
    font-size: 0.88889rem;
    line-height: 1.75;
    margin: 0 auto 1.66667rem;
    max-width: 488px;
    padding: 0; }

.review-inside {
    background: #fff;
    border: 1px solid #ebecf0;
    border-radius: 3px;
    box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
    padding: 1.11111rem; }

.review-text {
    margin-bottom: 1.5em;
    padding-top: 2rem;
    position: relative; }
    .review-text:before {
        color: #0072ff;
        content: "\201C";
        display: block;
        font-size: 2.66667rem;
        font-weight: bold;
        left: 0;
        line-height: 1;
        position: absolute;
        top: 0; }

.review-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .review-footer .review-author {
        color: #2c2f3b;
        font-size: inherit;
        font-weight: bold;
        margin: 0; }
    .review-footer .review-avatar {
        border-radius: 50%;
        height: 60px;
        margin-right: 15px;
        width: 60px; }

@media only screen and (min-width: 741px) {
    .reviews-block .grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.83333rem;
        justify-content: center; }
    .reviews-block .cell {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 280px;
        -ms-flex: 1 1 280px;
        flex: 1 1 280px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 1.66667em; }
        .reviews-block .cell:first-child:nth-last-child(4),
        .reviews-block .cell:first-child:nth-last-child(4) ~ .cell {
            min-width: 40%; }
        .reviews-block .cell:first-child:nth-last-child(5),
        .reviews-block .cell:first-child:nth-last-child(5) ~ .cell {
            min-width: 30%; }
    .reviews-block .review-inside {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0.833333em; } }

/* Pricing */
.plan {
    font-size: 0.88889rem;
    margin: 0 auto 1.66667rem;
    max-width: 360px;
    text-align: center; }
    .plan.highlight .plan-inside {
        border: 2px solid #0072ff; }
    .plan.highlight .button {
        background: #0072ff;
        color: #fff;
        -webkit-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in; }
        .plan.highlight .button:hover, .plan.highlight .button:focus, .plan.highlight .button:active {
            opacity: 0.75; }

.plan-inside {
    background: #fff;
    border: 1px solid #ebecf0;
    border-radius: 3px;
    box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
    padding: 1.66667rem 1.66667rem 0.83333rem; }
    .plan-inside .block-buttons {
        margin-top: 1.66667rem; }

.plan-name {
    color: #4c5267;
    font-size: 0.88889rem;
    font-weight: bold;
    margin: 0 0 1.66667rem; }

.plan-price {
    color: #2c2f3b;
    font-size: 2.44444rem;
    font-weight: bold;
    margin-bottom: 1.66667rem; }

.plan-details ul {
    list-style: none;
    padding: 0; }

.plan-details li {
    margin: 0 0 0.75em; }
    .plan-details li:first-child {
        margin-top: 0; }
    .plan-details li:last-child {
        margin-bottom: 0; }

@media only screen and (min-width: 940px) {
    .pricing-block .grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.83333rem;
        justify-content: center; }
    .pricing-block .cell {
        -webkit-flex: 1 1 290px;
        -ms-flex: 1 1 290px;
        flex: 1 1 290px;
        margin: 0 0 1.66667em; }
        .pricing-block .cell:first-child:nth-last-child(4),
        .pricing-block .cell:first-child:nth-last-child(4) ~ .cell {
            min-width: 40%; }
    .pricing-block .plan-inside {
        margin: 0 0.833333em; } }

/* FAQ */
.faq-accordion {
    margin-bottom: 3.33333rem;
    text-align: left; }

.accordion-header {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
    margin-top: 1.25rem; }
    .accordion-header .accordion-trigger {
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: 0;
        border: 1px solid #ebecf0;
        border-radius: 0;
        box-shadow: none;
        color: #2c2f3b;
        font-size: 1rem;
        height: auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        opacity: 1;
        padding: 1rem 15px;
        text-align: left;
        width: 100%; }
    .accordion-header .accordion-icon {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 15px; }

.accordion-panel {
    margin: 0;
    max-height: 75vh;
    overflow: hidden; }

.badger-accordion--initialized .accordion-panel {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.accordion-panel.-ba-is-hidden {
    max-height: 0 !important;
    visibility: hidden; }

.accordion-panel.-ba-is-active {
    box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
    margin-top: 0.5rem; }

.accordion-content {
    background: #fff;
    border: 1px solid #ebecf0;
    border-radius: 3px;
    color: #4c5267;
    font-size: 0.88889rem;
    padding: 1rem 15px; }

.accordion-trigger.-ba-is-active .icon-plus:after {
    display: none; }

/* Latest posts */
@media only screen and (min-width: 601px) and (max-width: 900px) {
    .posts-block .post-card {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .posts-block .post-card-inside {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .posts-block .post-card-thumbnail {
        border-radius: 0 3px 3px 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
        .posts-block .post-card-thumbnail img {
            border-radius: 0 3px 3px 0;
            height: 100%;
            object-fit: cover;
            width: 100%; }
    .posts-block .post-card-content {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }

/* Contact */
.contact-block .contact-form {
    margin-bottom: 1.66667rem; }

.contact-block:only-child .block-header {
    max-width: 750px; }

.contact-block:only-child .block-title {
    font-size: 2.44444rem;
    margin-bottom: 2.5rem; }

.contact-block:only-child .block-subtitle {
    border-bottom: 1px solid #ebecf0;
    font-size: 1.33333rem;
    line-height: 1.5;
    margin-bottom: 1.66667rem;
    padding-bottom: 1.33333rem;
    text-align: left; }

.block.bg-white {
    background: #fff; }
    .block.bg-white .post-card-inside,
    .block.bg-white .review-inside,
    .block.bg-white .plan-inside {
        box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.15); }

.block.bg-accent {
    background: #0072ff;
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
     background: linear-gradient(to top, #1558cf, #6495ED); 
    color: #fff; }
    .block.bg-accent .block-title {
        color: inherit; }
    .block.bg-accent .underline:after {
        border-color: currentColor; }

.block.bg-white + .block.bg-white,
.block.bg-gray + .block.bg-gray {
    padding-top: 0; }

/**
 * Site Footer
 * ----------------------------------------------------------------------------
 */
#colophon {
    background: #2c2f3b;
    color: #7b839e; }
    #colophon a {
        color: inherit; }
        #colophon a:hover, #colophon a:focus {
            border-color: currentColor;
            color: #ebecf0; }

.footer-top {
    padding-bottom: 2.5rem;
    padding-top: 3.33333rem; }

.footer-widgets,
.footer-nav-inside {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.83333rem;
    margin-right: -0.83333rem; }

.widget {
    box-sizing: border-box;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    font-size: 0.88889rem;
    line-height: 1.5;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }

.widget-title {
    color: #ebecf0;
    font-size: 1rem;
    margin: 0 0 1.33333rem; }

.footer-branding a {
    border: 0; }

.footer-branding .site-title {
    font-size: 1.33333rem; }
    .footer-branding .site-title:last-child {
        margin-bottom: 2.5rem; }

.footer-branding .site-description {
    margin: 0.5rem 0 2.5rem; }

.secondary-nav,
.social-nav {
    box-sizing: border-box;
    -webkit-flex: 1 1 150px;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
    .secondary-nav ul,
    .social-nav ul {
        list-style: none;
        margin-bottom: 2.5rem;
        padding: 0; }
    .secondary-nav li,
    .social-nav li {
        margin: 0 0 0.75em; }
    .secondary-nav a,
    .social-nav a {
        border: 0; }

.site-info {
    border-top: 1px solid #4c5267;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 1.66667rem;
    padding-top: 1.66667rem;
    text-align: center; }

@media only screen and (max-width: 800px) {
    .footer-branding {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    .footer-navigation,
    .footer-subscribe {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }

@media only screen and (max-width: 600px) {
    .widget {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

/**
 * Palettes
 * ----------------------------------------------------------------------------
 */
.palette-purple a:hover, .palette-purple a:focus {
    border-color: #b5267b;
    color: #b5267b; }

.palette-purple blockquote {
    border-color: #b5267b; }

.palette-purple button,
.palette-purple input[type="submit"],
.palette-purple input[type="button"],
.palette-purple input[type="reset"],
.palette-purple a.button {
    background: #b5267b;
    border-color: #b5267b;
    color: #fff; }

.palette-purple .button.secondary {
    background: transparent;
    color: #b5267b; }
    .palette-purple .button.secondary:hover, .palette-purple .button.secondary:focus, .palette-purple .button.secondary:active {
        background: #b5267b;
        color: #fff; }

.palette-purple .button.white {
    background: #fff;
    border-color: transparent;
    color: #4c5267; }

.palette-purple .underline:after {
    border-color: #b5267b; }

.palette-purple .icon-plus {
    background: #b5267b; }

.palette-purple .review-text:before {
    color: #b5267b; }

.palette-purple .plan.highlight .plan-inside {
    border-color: #b5267b; }

.palette-purple .plan.highlight .button {
    background: #b5267b;
    color: #fff; }

.palette-purple .block.bg-accent {
    background: #b5267b;
    background: -webkit-linear-gradient(left, #b5267b, #632695);
    background: linear-gradient(to right, #b5267b, #632695); }

.palette-green a:hover, .palette-green a:focus {
    border-color: #438945;
    color: #438945; }

.palette-green blockquote {
    border-color: #438945; }

.palette-green button,
.palette-green input[type="submit"],
.palette-green input[type="button"],
.palette-green input[type="reset"],
.palette-green a.button {
    background: #438945;
    border-color: #438945;
    color: #fff; }

.palette-green .button.secondary {
    background: transparent;
    color: #438945; }
    .palette-green .button.secondary:hover, .palette-green .button.secondary:focus, .palette-green .button.secondary:active {
        background: #438945;
        color: #fff; }

.palette-green .button.white {
    background: #fff;
    border-color: transparent;
    color: #4c5267; }

.palette-green .underline:after {
    border-color: #438945; }

.palette-green .icon-plus {
    background: #438945; }

.palette-green .review-text:before {
    color: #438945; }

.palette-green .plan.highlight .plan-inside {
    border-color: #438945; }

.palette-green .plan.highlight .button {
    background: #438945;
    color: #fff; }

.palette-green .block.bg-accent {
    background: #438945;
    background: -webkit-linear-gradient(left, #438945, #73bb75);
    background: linear-gradient(to right, #438945, #73bb75); }

.palette-orange a:hover, .palette-orange a:focus {
    border-color: #fe8c00;
    color: #fe8c00; }

.palette-orange blockquote {
    border-color: #fe8c00; }

.palette-orange button,
.palette-orange input[type="submit"],
.palette-orange input[type="button"],
.palette-orange input[type="reset"],
.palette-orange a.button {
    background: #fe8c00;
    border-color: #fe8c00;
    color: #fff; }

.palette-orange .button.secondary {
    background: transparent;
    color: #fe8c00; }
    .palette-orange .button.secondary:hover, .palette-orange .button.secondary:focus, .palette-orange .button.secondary:active {
        background: #fe8c00;
        color: #fff; }

.palette-orange .button.white {
    background: #fff;
    border-color: transparent;
    color: #4c5267; }

.palette-orange .underline:after {
    border-color: #fe8c00; }

.palette-orange .icon-plus {
    background: #fe8c00; }

.palette-orange .review-text:before {
    color: #fe8c00; }

.palette-orange .plan.highlight .plan-inside {
    border-color: #fe8c00; }

.palette-orange .plan.highlight .button {
    background: #fe8c00;
    color: #fff; }

.palette-orange .block.bg-accent {
    background: #fe8c00;
    background: -webkit-linear-gradient(left, #fe8c00, #f83600);
    background: linear-gradient(to right, #fe8c00, #f83600); }

body.has-theme-bar #page {
    top: 60px;
    padding-top: 60px; }
    @media only screen and (max-width: 801px) {
        body.has-theme-bar #page {
            top: 60px;
            padding-top: 0; } }
    @media only screen and (min-width: 801px) {
        body.has-theme-bar #page .site-header {
            top: 60px; } }


/*----------------------------------------------------------------------*/
.u-flex-horz {display: flex;flex-direction: row !important;} /* default */
.u-flex-vert {display: flex;flex-direction: column !important;}
.u-flex-center  {justify-content: center !important;align-items: center;}

.u-center-block { margin: 0 auto;}

.u-flex-sendright{margin-left: auto !important;justify-content: flex-end !important;}
.u-flex-sendbottom{margin-top: auto !important;}
.u-flex-sendleft{margin-right: auto !important;}
.u-flex-sendtop{margin-bottom: auto !important;}

.u-flex-align-self-start {align-self: flex-start !important;}
.u-flex-align-self-end {align-self: flex-end !important;}
.u-flex-align-self-center {align-self: center !important;}

.u-margin-auto { margin: 0 auto; }
.u-margin-left-auto { margin-left: auto; }
.u-margin-right-auto { margin-right: auto; }

.u-padding0  { padding: 0px !important;}
.u-padding5  { padding: 5px !important;} 
.u-padding10 { padding: 10px !important;}
.u-padding20 { padding: 20px !important;}
.u-padding30 { padding: 30px !important;}
.u-padding40 { padding: 40px !important;}
.u-padding-top3 { padding-top: 3px !important;}
.u-padding-top10 { padding-top: 10px !important;}
.u-padding-top20 { padding-top: 20px !important;}
.u-padding-top30 { padding-top: 30px !important;}
.u-padding-top40 { padding-top: 40px;}

.u-padding-bottom3 { padding-bottom: 3px !important;} 
.u-padding-bottom10 { padding-bottom: 10px !important;} 
.u-padding-bottom20 { padding-bottom: 20px !important;}
.u-padding-bottom40 { padding-bottom: 40px !important;}

.u-padding-left10 { padding-left: 10px !important;}
.u-padding-left20 { padding-left: 20px !important;}
.u-padding-right10 { padding-right: 10px !important;}
.u-padding-right20 { padding-right: 20px !important;}

.u-margin0 { margin: 0px !important;}
.u-margin10 { margin: 10px !important;}
.u-margin20 { margin: 20px !important;}
.u-margin30 { margin: 30px !important;}
.u-margin40 { margin: 40px !important;}

.u-margin-top10 {margin-top:10px;}
.u-margin-top20 {margin-top:20px !important;}

.u-margin-right0  {margin-right:0 !important;}
.u-margin-right5 {margin-right:5px !important;}
.u-margin-right10 {margin-right:10px !important;}
.u-margin-right20 {margin-right:20px  !important;}

.u-margin-bottom0 {margin-bottom:0px!important;}
.u-margin-bottom10 {margin-bottom:10px!important;}
.u-margin-bottom20 {margin-bottom:20px !important;}
.u-margin-bottom30 {margin-bottom:30px !important;}
.u-margin-bottom40 {margin-bottom:40px !important;}

.u-margin-left0  {margin-left:0 !important;}
.u-margin-left5  {margin-left:5px!important;}
.u-margin-left10 {margin-left:10px !important;}
.u-margin-left20 {margin-left:20px  !important;}
.u-margin-left40 {margin-left:40px !important;}


.img-feature {
  box-shadow: 5px 5px 5px 0px rgba(85,85,85,1);
}


.site-logo {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  color: red;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: arial;
  text-shadow: 1px 1px 1px #999;
}

.site-logo img {
/*   max-height: 50px; */
  margin-right: 0.5rem;
}

section.link{ position:relative; }

/* section.link:first-child { */
#products, 
#about,
#contact,
#testimonials {
	position:absolute; 
	top:-50px;
}

img.circle {
  width: 257px;
  height: 256px;  
}

.bg-products {
  background: #dbe5f0;
}

.menu-item {
  font-weight: bold;
}

.menu-item:hover {
  color: #111;
  border-bottom: 2px solid #111;
}

.menu-item.active {
  color: crimson;
  border-bottom: 2px solid crimson;
}


/*
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
*/

/* body {
  background: url(/img/lightstream.jpg);
} */

body {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}

.img-feature {
   opacity: 0;
   transform: translate(100px, 100px) scale(0);
}

.img-feature.slide {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    transition: all ease 2s;
}