/* 56, 107, 101 */
/* 158, 97, 65 */
/* 222, 151, 93 */
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,700i,800");
@charset "UTF-8";
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

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

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

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

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

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

textarea {
    overflow: auto
}

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

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

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

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

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

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

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

address,
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
    margin-bottom: 24px
}

dd,
ol,
ul {
    margin-left: 16px
}

dd:not(:root:root),
ol:not(:root:root),
ul:not(:root:root) {
    -webkit-padding-start: 8px
}

img[data-action=zoom] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all .3s;
    transition: all .3s
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    fill: currentColor
}

.icon__cnt {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translate(.5px, -.3px)
}

.icon--m {
    width: 50px;
    height: 50px
}

.icon--l {
    width: 100px;
    height: 100px
}

.icon--xl {
    width: 150px;
    height: 150px
}

.icon--xxl {
    width: 200px;
    height: 200px
}

.icon__spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.icon--ei-spinner .icon__spinner,
.icon--ei-spinner-2 .icon__spinner {
    -webkit-animation: spin 1s steps(12) infinite;
    animation: spin 1s steps(12) infinite
}

.icon--ei-spinner-3 .icon__spinner {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.icon--ei-sc-facebook {
    fill: #3b5998
}

.icon--ei-sc-github {
    fill: #333
}

.icon--ei-sc-google-plus {
    fill: #dd4b39
}

.icon--ei-sc-instagram {
    fill: #3f729b
}

.icon--ei-sc-linkedin {
    fill: #0976b4
}

.icon--ei-sc-odnoklassniki {
    fill: #ed812b
}

.icon--ei-sc-skype {
    fill: #00aff0
}

.icon--ei-sc-soundcloud {
    fill: #f80
}

.icon--ei-sc-tumblr {
    fill: #35465c
}

.icon--ei-sc-twitter {
    fill: #55acee
}

.icon--ei-sc-vimeo {
    fill: #1ab7ea
}

.icon--ei-sc-vk {
    fill: #45668e
}

.icon--ei-sc-youtube {
    fill: #e52d27
}

.icon--ei-sc-pinterest {
    fill: #bd081c
}

.icon--ei-sc-telegram {
    fill: #08c
}

code[class*=language-],
pre[class*=language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code[class*=language-]::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-]::-moz-selection,
pre[class*=language-]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

code[class*=language-]::selection,
code[class*=language-]::selection,
pre[class*=language-]::selection,
pre[class*=language-]::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    code[class*=language-],
    pre[class*=language-] {
        text-shadow: none
    }
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background: #f5f2f0
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #708090
}

.token.punctuation {
    color: #999
}

.namespace {
    opacity: .7
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #905
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
    color: #690
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a
}

.token.function {
    color: #dd4a68
}

.token.important,
.token.regex,
.token.variable {
    color: #e90
}

.token.bold,
.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

body {
    color: #222;
    font-size: 16px;
    /* font-family: Roboto, Helvetica, Arial, sans-serif; */
    font-family: 'Muli', sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif; */
    font-weight: 300;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    color: #fff;
    background: rgb(255, 138, 108)
}

::selection {
    color: #fff;
    background: rgb(255, 138, 108)
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url(https://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsK56jerHLVJWaC-9Ja-RK4Ug.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url(https://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsK8j0T1k_tV7QYhgnOhA2764.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

a {
    text-decoration: none;
    color: #222;
    -webkit-transition: .5s;
    transition: .5s
}

a:active,
a:focus,
a:hover {
/*    color: #5d738d;
*/    text-decoration: underline
}

img {
    display: block;
    max-width: 100%;
    font-style: italic
}

hr {
    height: 1px;
    margin: 32px 0;
    border: 0;
    background-color: #e9eff3
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    line-height: initial
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

b,
strong {
    font-weight: 700
}

blockquote {
    padding-left: 16px;
    border-left: 4px solid rgb(255, 138, 108);
    font-style: italic
}

pre {
    padding: 32px
}

code,
pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-family: Courier, monospace;
    font-size: 16px;
    background-color: #f7fafa
}

p code {
    padding: 3px 6px
}

pre[class*=language-] {
    padding: 32px;
    margin: 16px 0
}

code[class*=language-],
pre[class*=language-] {
    white-space: pre-wrap;
    word-break: break-all;
    line-height: inherit
}

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
    width: 100%;
    display: block;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: 0;
    line-height: initial;
    background-color: #fff;
    font-size: 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    -webkit-transition: .5s;
    transition: .5s
}

input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border: 1px solid rgb(255, 138, 108)
}

table {
    width: 100%;
    max-width: 100%;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

table td,
table th {
    padding: 16px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e9eff3;
    font-weight: 400
}

table thead th {
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: bottom;
    border-bottom: 2px solid #e9eff3
}

table tbody+tbody {
    border-top: 2px solid #e9eff3
}

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

.o-grid {
    margin: 0 auto;
    max-width: 1200px
}

.o-grid:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:40em) {
    .o-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.o-grid .o-grid {
    margin-right: -16px;
    margin-left: -16px;
    padding: 0
}

.o-grid--full {
    max-width: 100vw
}

.o-grid__col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 0;
    padding-right: 16px;
    padding-left: 16px
}

.o-grid__col--1-4-s {
    width: 25%
}

.o-grid__col--1-3-s {
    width: 33.3333333333%
}

.o-grid__col--2-4-s {
    width: 50%
}

.o-grid__col--3-4-s {
    width: 75%
}

.o-grid__col--4-4-s {
    width: 100%
}

@media (min-width:40em) {
    .o-grid__col--1-4-m {
        width: 25%
    }
    .o-grid__col--1-3-m {
        width: 33.3333333333%
    }
    .o-grid__col--2-4-m {
        width: 50%
    }
    .o-grid__col--3-4-m {
        width: 75%
    }
}

@media (min-width:64em) {
    .o-grid__col--1-4-l {
        width: 25%
    }
    .o-grid__col--1-3-l {
        width: 33.3333333333%
    }
    .o-grid__col--2-4-l {
        width: 50%
    }
    .o-grid__col--3-4-l {
        width: 75%
    }
}

.o-grid__col--full {
    width: 100%
}

.o-grid__col--center {
    margin: 0 auto;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial
}

.o-grid__col--end {
    margin-left: auto
}

.o-wrapper {
    padding: 32px 0;
    /* border-bottom: 1px solid #d3d3d3; */
}

.c-off-canvas-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-template .c-off-canvas-container,
.page-projecten .c-off-canvas-container,
.page-artikelen .c-off-canvas-container,
.tag-template .c-off-canvas-container{
    background-color: #f6f6f6;
}
.c-off-canvas-container .o-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.o-plain-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-header {
    padding: 16px 0;
    min-height: 64px;
    background-color: #fff
}

.c-header--has-border,
.page-authors .c-header {
    border-bottom: 1px solid #e9eff3
}

.c-header__icon {
    fill: #fff;
    vertical-align: middle
}

@media (min-width:64em) {
    .c-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        will-change: transform;
        -webkit-perspective: 1000;
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
    }
    .c-header--not-top {
        border-bottom: 1px solid #e9eff3
    }
    .c-header--pinned {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .c-header--unpinned {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media (min-width:64em) {
    .header-headroom-space {
        margin-top: 64px
    }
}

@media (min-width:64em) {
    .c-header--left-logo .c-logo {
        float: left;
        text-align: left;
        margin: initial
    }
    .c-header--left-logo .c-nav {
        width: 60%;
        text-align: center;
        margin: 0 auto
    }
    .c-header--left-logo .c-social-nav {
        width: 20%
    }
    .c-header--left-logo .c-off-canvas-content {
        margin-top: initial
    }
}

.c-hero {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 16px
}

@media (min-width:40em) {
    .c-hero {
        padding: 32px 16px
    }
    .c-hero:before {
        content: "";
        display: block;
        padding-bottom: 33%
    }
}

@media (min-width:64em) {
    .c-hero {
        padding: 0
    }
}

.c-hero:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.c-hero__content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px
}

@media (min-width:40em) {
    .c-hero__content {
        max-width: 700px;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.c-hero__description {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    line-height: 25px;
    font-weight: 400
}

.c-hero__description h1 {
    font-size: 20px
}

@media (min-width:40em) {
    .c-hero__description h1 {
        font-size: 28px
    }
}

@media (min-width:64em) {
    .c-hero__description h1 {
        font-size: 32px
    }
}

.c-hero__description h2 {
    font-size: 20px
}

@media (min-width:40em) {
    .c-hero__description h2 {
        font-size: 28px
    }
}

.c-hero__description a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, .6)
}

.c-hero__description a:active,
.c-hero__description a:focus,
.c-hero__description a:hover {
    text-decoration: none;
    border-bottom-color: #fff
}

.c-hero__description>:last-child {
    margin-bottom: 0
}

@media (max-width:63.99em) {
    .c-logo {
        float: left
    }
}

@media (min-width:64em) {
    .c-logo {
        width: 20%;
        margin: 0 auto;
        text-align: center
    }
}

.c-logo__link {
    color: #222;
    font-size: 19px;
    font-weight: 400
}

.c-logo__link:active,
.c-logo__link:focus,
.c-logo__link:hover {
    color: rgb(255, 138, 108);
    text-decoration: none
}

.c-logo__img {
    margin: 0 auto;
    max-height: 32px
}

@media (min-width:64em) {
    .c-nav {
        width: 60%;
        float: left
    }
}

.c-nav__item {
    font-size: 13.5px;
    font-weight:500;
    color:#131313;
}
.c-nav__item:hover {
    opacity:1;
}

@media (min-width:64em) {
    .c-nav__item {
        display: inline-block
    }
    .c-nav__item:not(:last-child) {
        margin-right: 12px
    }
}

@media (max-width:63.99em) {
    .c-nav__item {
        display: block
    }
}

.c-nav__link {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

@media (max-width:63.99em) {
    .c-nav__link {
        margin-bottom: 8px;
        padding: 4px 0
    }
}
.c-nav__link {
    opacity: .5;
}
.c-nav__link:hover {
    opacity: .8;
}
.c-nav__link--current {
    color: #000000;
    opacity: 1;
}

.home-template .c-nav__link--current:not(:hover) {
    color: #222
}

.c-nav__link:active,
.c-nav__link:focus,
.c-nav__link:hover {
    color: #000;
    text-decoration: none
}

.c-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding-top: 32px;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0)
}

@media (min-width:40em) {
    .c-search {
        padding-top: 64px
    }
}

.c-search.is-active {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1)
}

.c-search__input {
    padding: 0;
    width: 100%;
    outline: 0;
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 28px;
    line-height: 44px;
    border: 0;
    border-bottom: 1px solid #e9eff3
}

.c-search__input::-webkit-input-placeholder {
    opacity: 1;
    color: #ddd
}

.c-search__input:-ms-input-placeholder {
    opacity: 1;
    color: #ddd
}

.c-search__input::-ms-input-placeholder {
    opacity: 1;
    color: #ddd
}

.c-search__input::placeholder {
    opacity: 1;
    color: #ddd
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ddd
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ddd
}

@media (min-width:40em) {
    .c-search__input {
        font-size: 38px;
        line-height: 50px
    }
}

.c-search__close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    fill: #222;
    -webkit-transition: .5s;
    transition: .5s
}

@media (min-width:40em) {
    .c-search__close {
        top: 32px;
        right: 32px
    }
}

.c-search__close:hover {
    fill: #5d738d;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-search-result {
    display: none;
    height: 80vh;
    overflow: auto;
    white-space: normal;
    padding-right: 32px
}

.c-search-result__head {
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #5d738d;
    border-bottom: 1px solid #e9eff3
}

.c-search-result__item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e9eff3
}

.c-search-result__title {
    display: block;
    line-height: 25px;
    font-weight: 400
}

.c-search-result__title:active,
.c-search-result__title:focus,
.c-search-result__title:hover {
    color: rgb(255, 138, 108);
    text-decoration: none
}

.c-search-result__date {
    color: #5d738d;
    font-size: 14px;
    line-height: 22px
}

.c-off-canvas-toggle {
    float: right;
    position: relative;
    top: 6px;
    z-index: 10;
    height: 19px;
    width: 25px;
    cursor: pointer
}

@media (min-width:64em) {
    .c-off-canvas-toggle {
        display: none
    }
}

.c-off-canvas-toggle__icon {
    position: absolute;
    left: 0;
    height: 1px;
    width: 25px;
    background: #000;
    cursor: pointer
}

.c-off-canvas-toggle__icon:after,
.c-off-canvas-toggle__icon:before {
    content: "";
    display: block;
    height: 100%;
    background-color: inherit;
    -webkit-transition: .5s;
    transition: .5s
}

.c-off-canvas-toggle__icon:before {
    -webkit-transform: translateY(16px);
    transform: translateY(16px)
}

.c-off-canvas-toggle__icon:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon {
    height: 2px;
    background-color: transparent
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after,
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
    position: relative;
    visibility: visible;
    background: #000
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:63.99em) {
    .c-off-canvas-toggle--close {
        top: 0;
        float: none;
        display: block;
        margin-left: auto
    }
}

body,
html {
    overflow-x: hidden
}

@media (min-width:64em) {
    .c-off-canvas-content {
        margin-top: -32px
    }
}

@media (max-width:63.99em) {
    .c-off-canvas-content {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        padding: 32px;
        background-color: #fff;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }
}

@media screen and (max-width:63.99em) and (-ms-high-contrast:active),
(max-width:63.99em) and (-ms-high-contrast:none) {
    .c-off-canvas-content.is-active {
        right: 300px
    }
}

@media (max-width:63.99em) {
    .c-off-canvas-container {
        -webkit-perspective: 1000;
        -webkit-transition: -webkit-transform .5s cubic-bezier(.565, 1.65, .765, .88);
        transition: -webkit-transform .5s cubic-bezier(.565, 1.65, .765, .88);
        transition: transform .5s cubic-bezier(.565, 1.65, .765, .88);
        transition: transform .5s cubic-bezier(.565, 1.65, .765, .88), -webkit-transform .5s cubic-bezier(.565, 1.65, .765, .88)
    }
    .c-off-canvas-container.is-active {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }
    .c-off-canvas-container.is-active:after {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, .2)
    }
}

@media (min-width:64em) {
    .c-social-nav {
        width: 40%;
        float: right;
        text-align: right
    }
}

.c-social-nav__item {
    display: inline-block
}

.c-social-nav__icon {
    fill: #222;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s
}

.c-social-nav__icon:active,
.c-social-nav__icon:focus,
.c-social-nav__icon:hover {
    fill: rgb(255, 138, 108)
}

.c-archive {
    padding: 32px;
    margin-bottom: 32px;
    background-color: #f7fafa;
    border: 1px solid #e9eff3;
    border-radius: 4px
}

.c-archive__title {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500
}

.c-archive__description {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px
}

.c-tag-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 16px
}

@media (min-width:40em) {
    .c-tag-hero {
        padding: 32px 16px
    }
    .c-tag-hero:before {
        content: "";
        display: block;
        padding-bottom: 33%
    }
}

@media (min-width:64em) {
    .c-tag-hero {
        padding: 0
    }
}

.c-tag-hero:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .3)
}

.c-tag-hero__content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    padding-right: 16px;
    padding-left: 16px
}

@media (min-width:40em) {
    .c-tag-hero__content {
        max-width: 700px;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.c-tag-hero__name {
    margin-bottom: 0
}

@media (min-width:40em) {
    .c-tag-hero__name {
        line-height: normal;
        font-size: 38px
    }
}

.c-tag-hero__description {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px
}

.c-tags a {
    display: inline-block;
    padding: 4px 16px;
    margin: 0 8px 4px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 22px;
    color: #fff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: .5s;
    transition: .5s
}

.c-tags a:active,
.c-tags a:focus,
.c-tags a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .8)
}

.c-tag-card {
    position: relative;
    margin-bottom: 32px;
    background-color: #f7fafa
}

.c-tag-card__image {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none
}

@media (min-width:40em) {
    .c-tag-card__image {
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out
    }
    .c-tag-card__image.js-fadein {
        opacity: 0
    }
    .c-tag-card__image.is-inview {
        opacity: 1
    }
}

.c-tag-card__image:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transition: .5s;
    transition: .5s;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .4)), color-stop(32%, transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, transparent 32%)
}

.c-tag-card__image:after {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 75%
}

.c-tag-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 16px;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25)
}

.c-tag-card__count {
    vertical-align: middle
}

.c-tag-card:hover .c-tag-card__image:before {
    background-color: rgba(0, 0, 0, .1)
}

.c-btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: 0;
    line-height: initial;
    border: 0;
    color: #fff;
    background-color: rgb(255, 138, 108);
    font-size: 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

.c-btn:active,
.c-btn:focus,
.c-btn:hover {
    text-decoration: none;
    background-color: rgb(233, 105, 0);
}

.c-btn--disabled {
    opacity: .5;
    cursor: not-allowed
}

.c-btn--full {
    width: 100%
}

.c-btn--small {
    padding: 12px 24px
}

.c-btn--loading {
    position: relative;
    padding-right: 48px
}

.c-btn--loading:after {
    position: absolute;
    top: 16px;
    right: 16px;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
    border-right-color: transparent;
    border-top-color: transparent;
    -webkit-animation: spinAround .5s infinite linear;
    animation: spinAround .5s infinite linear
}

.c-subscribe {
    padding: 32px;
    text-align: center;
    background-color: #f7fafa;
    border: 1px solid #e9eff3;
    border-radius: 4px
}

.c-subscribe__icon {
    fill: #5d738d
}

a.c-btn:active,
a.c-btn:focus,
a.c-btn:hover 
	color: #fff;
	font-size: 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin-bottom:30px;
}

@media (min-width:40em) {
    .c-subscribe {
        padding: 64px 0
    }
}

@media (min-width:40em) {
    .c-subscribe-form__input {
        margin-bottom: 16px;
    }
    .inline-form > .c-subscribe-form__btn{
        margin-left:20px;
    }
}

@media (min-width:40em) {
    .c-subscribe-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .c-subscribe-form .form-group {
        -webkit-box-flex: 8;
        -ms-flex: 8;
        flex: 8
    }
    .c-subscribe-form__input[type=email] {
        margin-bottom: 0
    }
    .c-subscribe-form__btn {
        position: relative;
        left: -1px;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
}

.kg-bookmark-card {
    width: 100%
}

a.kg-bookmark-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 148px;
    line-height: 1.5;
    border-bottom: 0;
    color: #222;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #f7fafa;
    font-weight: 500;
    text-decoration: none!important
}

a.kg-bookmark-container:active,
a.kg-bookmark-container:focus,
a.kg-bookmark-container:hover {
    color: #5d738d;
    background-color: #f7fafa
}

.kg-card-hascaption a.kg-bookmark-container {
    border-bottom: 1px solid #e9eff3
}

.kg-bookmark-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 24px
}

.kg-bookmark-title {
    font-size: 16px;
    font-weight: 700
}

.kg-bookmark-description {
    display: -webkit-box;
    color: #5d738d;
    font-size: 12px;
    margin-top: 8px;
    max-height: 48px;
    overflow-y: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.kg-bookmark-metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #5d738d;
    margin-top: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kg-bookmark-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.kg-bookmark-author:after {
    content: "•";
    margin: 0 8px
}

.kg-bookmark-thumbnail {
    position: relative;
    min-width: 33%;
    max-height: 100%
}

.kg-bookmark-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.kg-bookmark-publisher{
	/* todo */
}

@media (max-width:39.99em) {
    .kg-bookmark-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .kg-bookmark-thumbnail {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        min-height: 160px
    }
    .kg-bookmark-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.c-post-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
    -webkit-transition: .5s;
    transition: .5s
}
.c-post-card h2{
    /* text-transform: uppercase; */
    color:#585858;
    font-weight:700;
}

.c-post-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-post-card__media {
    background-color: #f7fafa
}

.c-post-card__image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f7fafa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

@media (min-width:40em) {
    .c-post-card__image {
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out
    }
    .c-post-card__image.js-fadein {
        opacity: 0
    }
    .c-post-card__image.is-inview {
        opacity: 1
    }
}

.c-post-card__image:before {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.c-post-card__image:after {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 75%
}

.c-post-card__info {
    display: block;
    padding: 24px;
    background-color: #fff;
    /* border-style: solid;
    border-color: #e9eff3;
    border-width: 0 1px 1px 1px */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.c-post-card__info--no-image {
    border-top-width: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.c-post-card__info:active,
.c-post-card__info:focus,
.c-post-card__info:hover {
    text-decoration: none
}

.c-post-card__primary-tag{
    margin:0px;
    padding:0px;
    margin-top:-10px;
    color:rgb(165, 165, 165);
}

@media (min-width:40em) {
    .c-post-card__info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.c-post-card__title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.c-post-card__excerpt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    margin-top:20px;
}

.c-post-card:hover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .03)
}

.c-post-card:hover .c-post-card__image:before {
    opacity: .1
}

.c-post-card:hover .c-post-card__info {
    color: #5d738d
}

.c-post-card:hover .c-post-card__title {
    color: rgb(255, 138, 108)
}

.c-post-card--featured__icon {
    position: absolute;
    bottom: 8px;
    left: 8px;
    fill: #fff
}

.c-post-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    background-color: #fff;
    font-size: 14px;
    border-style: solid;
    border-color: #e9eff3;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 4px 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px
}

.c-post-card__icon {
    vertical-align: middle;
    color: #5d738d
}

.c-post-card__author a {
    color: #5d738d
}

.c-post-card__author a:active,
.c-post-card__author a:focus,
.c-post-card__author a:hover {
    color: rgb(255, 138, 108);
    text-decoration: none
}

.c-post-card__tags a {
    color: #5d738d
}

.c-post-card__tags a:active,
.c-post-card__tags a:focus,
.c-post-card__tags a:hover {
    color: rgb(255, 138, 108);
    text-decoration: none
}

.c-post-card__date {
    margin-left: auto;
    color: #5d738d
}

@media (min-width:64em) {
    .c-pagination {
        padding: 32px 0
    }
}

.c-post {
    margin: 0 auto;
    max-width: 700px
}

.c-post-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 16px
}

@media (min-width:40em) {
    .c-post-hero {
        padding: 32px 16px
    }
    .c-post-hero:before {
        content: "";
        display: block;
        padding-bottom: 33%
    }
}

@media (min-width:64em) {
    .c-post-hero {
        padding: 0
    }
}

.c-post-hero:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .3)
}

.c-post-hero__content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25)
}

@media (min-width:40em) {
    .c-post-hero__content {
        max-width: 700px;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.c-post-hero__title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400
}

@media (min-width:40em) {
    .c-post-hero__title {
        line-height: normal;
        font-size: 28px
    }
}

@media (min-width:64em) {
    .c-post-hero__title {
        font-size: 32px
    }
}

.c-post-hero__date {
    position: relative;
    padding: 8px 0;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px
}

.c-post-hero__date:after,
.c-post-hero__date:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    background: #fff
}

.c-post-hero__date:before {
    top: 0
}

.c-post-hero__date:after {
    bottom: 0
}

.c-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    border: 1px solid #e9eff3
}

.c-share__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.c-share__item:not(:last-child) {
    border-right: 1px solid #e9eff3
}

.c-share__link {
    display: block;
    padding: 4px;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.c-share__link:hover {
    background-color: #f7fafa
}

.c-share__icon {
    vertical-align: middle;
    fill: #5d738d
}

.c-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size:18px;
    color:#454545;
    /* font-family: "Libre Baskerville", serif */
}

@media (max-width:39.99em) {
    .c-content img {
        max-width: 100vw;
        pointer-events: none
    }
}

.c-content a:not(.c-btn), .footer-contact a:not(.c-btn){
    /* text-decoration: underline; */
    color:rgb(255, 138, 108);
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.c-content a:not(.c-btn):active,
.c-content a:not(.c-btn):focus,
.c-content a:not(.c-btn):hover,
.footer-contact a:not(.c-btn):active,
.footer-contact a:not(.c-btn):focus,
.footer-contact a:not(.c-btn):hover {
    color: rgb(255, 87, 45);
}

.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.c-content h1:not(:first-child),
.c-content h2:not(:first-child),
.c-content h3:not(:first-child),
.c-content h4:not(:first-child),
.c-content h5:not(:first-child),
.c-content h6:not(:first-child) {
    margin-top: 40px
}

.c-content .cp_embed_wrapper,
.c-content .footnotes,
.c-content address,
.c-content blockquote,
.c-content dl,
.c-content fieldset,
.c-content form,
.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6,
.c-content hr,
.c-content ol,
.c-content p,
.c-content pre,
.c-content table,
.c-content ul {
    min-width: 100%
}

.kg-embed-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%
}

.kg-card figcaption {
    width: 100%;
    text-align: center;
    color: #5d738d;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.kg-width-full .kg-image {
    max-width: 100vw;
    pointer-events: none
}

@media (min-width:40em) {
    .kg-width-wide .kg-image {
        max-width: 75vw
    }
}

@media (min-width:64em) {
    .kg-width-wide .kg-image {
        max-width: 65vw
    }
}

.kg-gallery-container {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:40em) {
    .kg-gallery-container {
        max-width: 75vw
    }
}

@media (min-width:64em) {
    .kg-gallery-container {
        max-width: 65vw
    }
}

.kg-gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%
}

.kg-gallery-row:not(:first-of-type) {
    margin: 16px 0 0 0
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 16px
}

/* .c-content>p:first-child::first-letter,
.kg-post>p:first-child::first-letter {
    float: left;
    height: 42px;
    margin-top: 13px;
    margin-right: 8px;
    color: rgb(255, 138, 108);
    font-size: 52px;
    line-height: 42px;
    font-style: normal;
    font-weight: 400
} */

.c-content>p:first-child::after,
.kg-post>p:first-child::after {
    content: "";
    display: table;
    clear: both
}

.c-author {
    width: 100%;
    padding: 32px;
    margin-bottom: 32px;
    background-color: #f7fafa;
    border: 1px solid #e9eff3;
    border-radius: 4px
}

@media (max-width:39.99em) {
    .c-author {
        text-align: center
    }
}

@media (min-width:40em) {
    .c-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:39.99em) {
    .c-author__media {
        margin-bottom: 16px
    }
}

@media (min-width:40em) {
    .c-author__media {
        margin-right: 32px
    }
}

@media (min-width:40em) {
    .c-author__content {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}

.c-author__image {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 100%
}

@media (max-width:39.99em) {
    .c-author__image {
        margin: 0 auto
    }
}

.c-author__title {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 500
}

.c-author__bio {
    font-size: 14px;
    line-height: 22px
}

@media (min-width:40em) {
    .c-author__bio {
        margin-bottom: 0
    }
}

@media (min-width:40em) {
    .c-author__links {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 32px;
        margin-left: 32px;
        border-left: 1px solid #fff
    }
}

.c-author__links-item {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px
}

.c-author__links-icon {
    vertical-align: bottom;
    -webkit-transition: .5s;
    transition: .5s
}

.c-author__links-icon:active,
.c-author__links-icon:focus,
.c-author__links-icon:hover {
    fill: rgb(255, 138, 108)
}

.c-author-card {
    width: 100%;
    padding: 32px;
    margin-bottom: 32px;
    background-color: #f7fafa;
    border: 1px solid #e9eff3;
    border-radius: 4px;
    text-align: center
}

.c-author-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-author-card__media {
    margin-bottom: 16px
}

.c-author-card__image {
    display: block;
    margin: 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 100%
}

.c-author-card__title {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 500
}

.c-author-card__bio {
    font-size: 14px;
    line-height: 22px
}

.c-author-card-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    list-style: none
}

.c-author-card-links-item {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-author-card-links-item:not(:last-child) {
    margin-right: 4px
}

.c-author-card-links-icon {
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s
}

.c-author-card-links-icon:active,
.c-author-card-links-icon:focus,
.c-author-card-links-icon:hover {
    fill: rgb(255, 138, 108)
}

.fluid-width-video-wrapper,
.twitter-tweet {
    margin-bottom: 16px!important
}

.c-related {
    padding: 16px 0 0;
    background-color: #f7fafa
}

@media (min-width:40em) {
    .c-related {
        padding: 32px 0 16px 0
    }
}

.c-related__title {
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-weight: 500
}

@media (min-width:40em) {
    .c-related__title {
        padding-bottom: 16px;
        margin-bottom: 32px
    }
}

.c-widget-tags__item {
    display: inline-block
}

.c-tags a, .c-widget-tags__link {
    display: inline-block;
    padding: 4px 16px;
    margin: 0 8px 4px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 22px;
    color: #fff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: .5s;
    transition: .5s
}

.c-widget-tags__link:active,
.c-widget-tags__link:focus,
.c-widget-tags__link:hover {
    color: rgb(255, 138, 108);
    text-decoration: none;
    background-color: #f7fafa
}

.c-widget-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-widget-instagram__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    flex: 1 25%;
    border: 4px solid #fff
}

.c-footer {
    padding: 32px 0 32px 0;
    background-color: #f6f6f6;
    /* border-top: 1px solid #e9eff3 */
}

@media (min-width:64em) {
    .c-footer {
        padding: 64px 0 32px 0
    }
}

.c-footer__bottom {
    padding-top: 32px;
    /* border-top: 1px solid #e9eff3 */
}

.c-footer__copyright {
    color: #5d738d;
    text-align: center
}

.c-footer__copyright a {
    color: #5d738d
}

.c-footer__copyright a:active,
.c-footer__copyright a:focus,
.c-footer__copyright a:hover {
    color: rgb(255, 138, 108)
}

._c-footer-list {
    margin-bottom: 16px
}

._c-footer-list li {
    display: block;
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize
}

._c-footer-list a {
    display: block;
    padding: 0;
    font-size: 14px
}

._c-footer-list a:active,
._c-footer-list a:focus,
._c-footer-list a:hover {
    color: rgb(255, 138, 108)
}

._c-footer-list a:active .icon,
._c-footer-list a:focus .icon,
._c-footer-list a:hover .icon {
    fill: rgb(255, 138, 108)
}

._c-footer-list .icon {
    fill: #5d738d;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s
}

.c-footer-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    margin-bottom: 32px;
    background-color: #fff;
    /* border: 1px solid #e9eff3;
    border-radius: 4px */
}

.c-footer-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-footer-widget__title {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.c-footer-widget__title span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 16px
}

/* .c-footer-widget__title:after {
    content: "";
    height: 1px;
    background: #e9eff3;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0
} */

.u-hidden {
    display: none
}

.u-hidden-visually {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.u-font-family-serif {
    font-family: "Libre Baskerville", serif
}

.u-font-family-sans-serif {
    font-family: Roboto, Helvetica, Arial, sans-serif
}

.u-font-size-medium {
    font-size: 16px;
    line-height: 25px
}

.u-font-size-small {
    font-size: 14px;
    line-height: 22px
}

.u-font-size-tiny {
    font-size: 12px;
    line-height: 19px
}

.u-font-weight-light {
    font-weight: 300
}

.u-font-weight-regular {
    font-weight: 400
}

.u-font-weight-medium {
    font-weight: 500
}

.u-font-weight-bold {
    font-weight: 700
}

.u-text-left {
    text-align: left
}

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

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

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

.u-inline {
    display: inline
}

.u-block {
    display: block
}

.u-inline-block {
    display: inline-block
}

.u-left {
    float: left
}

.u-right {
    float: right
}

.u-clearfix:after {
    content: "";
    display: table;
    clear: both
}

.home-text{
    max-width: 800px;
    margin: 0 auto 20px auto;
    padding:20px;
}

@media (max-width:39.99em) {
    .home-text{
        max-width: 100%;
        margin-bottom:0px;
        padding-bottom:0px;
		font-size:90%;
    }
	
	.c-hero {
		height:170px;
	}
}



.hide {
    display:none;
}