html {
    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
}

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: "museo-sans",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 {
    padding: .35em .75em .625em
}

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
}

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

img {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text.skip-link {
    margin: 5px
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

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

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

[data-whatinput=keyboard] body button:focus,[data-whatinput=keyboard] body input:focus,[data-whatinput=keyboard] body select:focus,[data-whatinput=keyboard] body textarea:focus {
    outline: 0px solid #f9bf47;
    opacity: 1
}

[data-whatinput=keyboard] body #nav ul li a:focus {
    background: #f9bf47;
    color: #000
}

[data-whatinput=keyboard] body a:focus {
    outline: 2px solid #f9bf47;
    background: #f9bf47;
    opacity: 1
}

body.no-js :focus {
    outline: 0px solid #f9bf47
}

.block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: relative;
    margin-bottom: 22px
}

.shade {
    background: #333;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .15
}

.shade.shade-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(18,32,48,.6)),color-stop(50%,rgba(85,85,85,.2)),to(rgba(18,32,48,0)));
    background: -o-linear-gradient(top,rgba(18,32,48,.6) 0,rgba(85,85,85,.2) 50%,rgba(18,32,48,0) 100%);
    background: linear-gradient(to bottom,rgba(18,32,48,.6) 0,rgba(85,85,85,.2) 50%,rgba(18,32,48,0) 100%);
    opacity: 1
}

.site {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 39px;
    padding-top: 3.9rem;
    padding-bottom: 39px;
    padding-bottom: 3.9rem;
    width: auto;
    float: none;
    display: block
}

.container:after {
    display: block;
    content: "";
    clear: both
}

@media (max-width: 1060px) {
    .container {
        padding-left:3.2rem;
        padding-right: 3.2rem
    }
}

@media (max-width: 760px) {
    .container {
        padding-top:3.2rem;
        padding-bottom: 3.2rem
    }
}

.entry-footer {
    overflow: hidden;
    clear: both;
    display: block
}

.edit-link {
    text-align: left;
    width: 100%;
    display: block;
    clear: both;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 0;
    margin-top: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden
}

.edit-link a {
    clear: both;
    display: block;
    margin-top: 40px;
    padding: 0
}

a.global-link {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0
}

:root {
    font-size: 62.5%
}

body {
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "museo-sans";
    color: #333;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #606c76
}

.cat a,.comment-list li,.comment-list li .comment-time,.comment-list li p,.comments-link {
    font-size: 1.2vw
}

@media (max-width: 1166.66667px) {
    .cat a,.comment-list li,.comment-list li .comment-time,.comment-list li p,.comments-link {
        font-size:14px
    }
}

@media (min-width: 1416.66667px) {
    .cat a,.comment-list li,.comment-list li .comment-time,.comment-list li p,.comments-link {
        font-size:17px
    }
}

.default,blockquote,code,dd,dt,figcaption,hr,input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],input[type=week],kbd,li,ol,p,pre,samp,select,small,table,td,textarea,th,tr,ul {
    font-size: 3vw;
    font-size: 17px;
    letter-spacing: -.003em;
    line-height: 1.68
}

@media (max-width: 600px) {
    .default,blockquote,code,dd,dt,figcaption,hr,input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],input[type=week],kbd,li,ol,p,pre,samp,select,small,table,td,textarea,th,tr,ul {
        font-size:16px
    }
}

@media (min-width: 566.66667px) {
    .default,blockquote,code,dd,dt,figcaption,hr,input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],input[type=week],kbd,li,ol,p,pre,samp,select,small,table,td,textarea,th,tr,ul {
        font-size:16px
    }
}

p {
    text-align: left;
    margin-top: 27px;
    margin-top: 2.7rem;
    margin-bottom: 27px;
    margin-bottom: 2.7rem;
    line-height: 1.68;
    color: #000
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

dd,dt,figcaption,p {
    -webkit-font-feature-settings: 'kern' 1,'onum' 1,'liga' 1;
    font-feature-settings: 'kern' 1,'onum' 1,'liga' 1
}

h1,h2,h3,h4,h5,h6 {
    -webkit-font-feature-settings: 'dlig' 1,'liga' 1,'lnum' 1,'kern' 1;
    font-feature-settings: 'dlig' 1,'liga' 1,'lnum' 1,'kern' 1;
    color: 222;
    font-family: "museo-sans",arial;
    font-weight: 900
}

@media (max-width: 1000px) {
    h1 {
        font-size:32px
    }
}

@media (min-width: 2125px) {
    h1 {
        font-size:68px
    }
}

@media (max-width: 1000px) {
    h2 {
        font-size:24px
    }
}

.block.block-front .accent,.gform_wrapper h3.gform_title,h3 {
    font-size: 1.6vw
}

@media (max-width: 1312.5px) {
    .block.block-front .accent,.gform_wrapper h3.gform_title,h3 {
        font-size:21px
    }
}

@media (min-width: 2125px) {
    .block.block-front .accent,.gform_wrapper h3.gform_title,h3 {
        font-size:34px
    }
}

h4 {
    font-size: 1.4vw
}

@media (max-width: 1285.71429px) {
    h4 {
        font-size:18px
    }
}

@media (min-width: 1500px) {
    h4 {
        font-size:21px
    }
}

h5 {
    font-size: 1.2vw
}

@media (max-width: 1166.66667px) {
    h5 {
        font-size:14px
    }
}

@media (min-width: 1500px) {
    h5 {
        font-size:18px
    }
}

h6 {
    font-size: 1.2vw
}

@media (max-width: 1166.66667px) {
    h6 {
        font-size:14px
    }
}

@media (min-width: 1500px) {
    h6 {
        font-size:18px
    }
}

h1 {
    letter-spacing: -.02em;
    line-height: 1.22
}

h1:first-child {
    margin-top: 0
}

h2 {
    letter-spacing: -.02em;
    line-height: 1.22
}

h2:first-child {
    margin-top: 0
}

.block.block-front .accent,.gform_wrapper h3.gform_title,h3 {
    letter-spacing: -.02em;
    line-height: 1.22
}

.block.block-front .accent:first-child,.gform_wrapper h3.gform_title:first-child,h3:first-child {
    margin-top: 0
}

h4 {
    line-height: 1.22
}

h4:first-child {
    margin-top: 0
}

h5 {
    line-height: 1.22
}

h5:first-child {
    margin-top: 0
}

h6 {
    line-height: 1.22
}

h6:first-child {
    margin-top: 0
}

ul {
    list-style: disc outside;
    padding-left: 17.75px;
    padding-left: 1.775rem
}

ul li {
    padding-left: 0;
    padding-left: 0
}

ol {
    padding-left: 17.5px;
    padding-left: 1.75rem
}

ol,ul {
    padding-bottom: 10px;
    padding-bottom: 1rem
}

li {
    -webkit-font-feature-settings: 'kern' 1,'onum' 1,'liga' 1;
    font-feature-settings: 'kern' 1,'onum' 1,'liga' 1
}

b,strong {
    font-weight: 700
}

em,i {
    font-style: italic
}

small {
    line-height: 1;
    font-size: .875em
}

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

figure {
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

figure>img {
    width: 100%
}

figcaption {
    margin-top: 0;
    font-style: normal;
    font-weight: 400
}

blockquote {
    clear: both;
    border: 0 none;
    position: relative;
    margin-top: 30px;
    margin-top: 3rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
    margin: 0
}

blockquote p {
    font-size: 2vw;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    color: #666
}

@media (max-width: 850px) {
    blockquote p {
        font-size:17px
    }
}

@media (min-width: 1250px) {
    blockquote p {
        font-size:25px
    }
}

@media (min-width: 770px) {
    blockquote {
        margin-top:4rem;
        padding-bottom: 4rem
    }
}

blockquote:before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 147px
}

@media (min-width: 480px) {
    blockquote:before {
        width:30%
    }
}

cite {
    display: block;
    font-style: italic
}

hr {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#000));
    background-image: -o-linear-gradient(top,transparent 50%,#000 50%);
    background-image: linear-gradient(to bottom,transparent 50%,#000 50%);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 50%;
    border: 0;
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    margin: 0;
    height: 0
}

kbd,pre,samp {
    font-family: Menlo,Courier,monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    font-family: Menlo,Courier,monospace;
    line-height: 1;
    padding: 3.75px 5px;
    padding: .375rem .5rem;
    border-radius: .3rem;
    font-size: inherit
}

pre code {
    display: inline-block;
    padding: 11.5px 10px 8.5px;
    padding: 1.15rem 1rem .85rem
}

pre {
    border-radius: .3rem;
    display: block;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.admin-bar .nav-container .site-header {
    padding-top: 35px
}

.site-header {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    z-index: 15
}

@media (min-width: 960px) {
    .site-header {
        padding-top:20px
    }
}

.site-header .container {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible
}

@media (max-width: 959px) {
    .site-header .container {
        padding:0
    }
}

.site-branding {
    float: left
}

.site-title {
    margin: 0
}

@media (max-width: 980px) {
    .site-title {
        margin-left:0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0
    }
}

@media (max-width: 959px) {
    .site-title {
        margin-left:0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0
    }
}

.site-title a {
    display: block;
    position: relative
}

@media (max-width: 960px) {
    .site-title a {
        top:0
    }
}

.site-title a svg {
    fill: #fff;
    -webkit-transition: all .22s
}

.site-footer {
    padding: 20px;
    background: #eaeaea;
    color: #fff;
    overflow: hidden;
    clear: both
}

.site-footer svg {
    fill: #555;
    top: 2px;
    position: relative
}

.site-footer p,.site-footer span {
    color: #555
}

.site-footer a {
    color: #555
}

.site-footer a:hover {
    color: #cad100
}

.theme-info {
    overflow: hidden
}

@media (min-width: 770px) {
    .theme-info {
        width:60%;
        text-align: right;
        float: right
    }
}

.wpcf7-form-control.wpcf7-submit,.content-area .button,.content-area button,.content-area input[type=button],.content-area input[type=reset],.content-area input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    background: 0 0;
    color: #000;
    border: 2px solid #000;
    width: auto;
    display: inline-block;
    padding: 12px 30px;
    padding: 1.2rem 3rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: .15s linear background;
    -o-transition: .15s linear background;
    transition: .15s linear background;
    font-family: "museo-sans","Helvetica Neue",Helvetica,sans-serif
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #cad100
}

.icegram .ig_button,.icegram input[type=submit],.icegram input[type=button] {
    margin-top: 10px
}

@media (max-width: 480px) {
    .content-area .button,.content-area button,.content-area input[type=button],.content-area input[type=reset],.content-area input[type=submit] {
        display:block;
        text-align: center
    }
}

.content-area .button:focus,.content-area .button:hover,.content-area button:focus,.content-area button:hover,.content-area input[type=button]:focus,.content-area input[type=button]:hover,.content-area input[type=reset]:focus,.content-area input[type=reset]:hover,.content-area input[type=submit]:focus,.content-area input[type=submit]:hover {
    color: #000;
    background: #e35205
}

.content-area .button.button-ghost,.content-area button.button-ghost,.content-area input[type=button].button-ghost,.content-area input[type=reset].button-ghost,.content-area input[type=submit].button-ghost {
    background-color: transparent;
    border: 1px solid #cad100;
    color: #cad100
}

.content-area .button.button-ghost:hover,.content-area button.button-ghost:hover,.content-area input[type=button].button-ghost:hover,.content-area input[type=reset].button-ghost:hover,.content-area input[type=submit].button-ghost:hover {
    background-color: #0c874b;
    color: #fff
}

.content-area .button.button-ghost.button-ghost-white,.content-area button.button-ghost.button-ghost-white,.content-area input[type=button].button-ghost.button-ghost-white,.content-area input[type=reset].button-ghost.button-ghost-white,.content-area input[type=submit].button-ghost.button-ghost-white {
    border-color: #fff;
    color: #fff
}

.content-area .button.button-ghost.button-ghost-white:hover,.content-area button.button-ghost.button-ghost-white:hover,.content-area input[type=button].button-ghost.button-ghost-white:hover,.content-area input[type=reset].button-ghost.button-ghost-white:hover,.content-area input[type=submit].button-ghost.button-ghost-white:hover {
    background-color: #0c874b;
    border-color: #0c874b;
    color: #fff
}

a,button,input {
    -webkit-tap-highlight-color: transparent
}

.gform_footer,.gform_header,.gform_wrapper {
    margin: 0;
    padding: 0
}

.gform_body div,.gform_body li {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    margin-left: 0
}

.gform_body li {
    margin-bottom: 10px;
    margin-bottom: 1rem
}

.gform_body li:last-child {
    margin-bottom: 0
}

input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],input[type=week],select,textarea {
    font-family: "museo-sans","Helvetica Neue",Helvetica,sans-serif;
    background: #f0f0f0;
    border: 0;
    padding: 10px;
    line-height: 24px;
    -webkit-transition: background .55s;
    -o-transition: background .55s;
    transition: background .55s;
    text-decoration: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    margin-bottom: 0;
    width: 100%
}

input[type=email]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #434343;
    opacity: .4
}

input[type=email]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #434343;
    opacity: .4
}

input[type=email]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,select::placeholder,textarea::placeholder {
    color: #434343;
    opacity: .4
}

input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus {
    background: #dfdfdf;
    border-color: #222;
    outline: 0
}

input[type=email]:focus::-webkit-input-placeholder,input[type=month]:focus::-webkit-input-placeholder,input[type=number]:focus::-webkit-input-placeholder,input[type=password]:focus::-webkit-input-placeholder,input[type=search]:focus::-webkit-input-placeholder,input[type=tel]:focus::-webkit-input-placeholder,input[type=text]:focus::-webkit-input-placeholder,input[type=url]:focus::-webkit-input-placeholder,input[type=week]:focus::-webkit-input-placeholder,select:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    color: #222;
    opacity: .8
}

input[type=email]:focus:-ms-input-placeholder,input[type=month]:focus:-ms-input-placeholder,input[type=number]:focus:-ms-input-placeholder,input[type=password]:focus:-ms-input-placeholder,input[type=search]:focus:-ms-input-placeholder,input[type=tel]:focus:-ms-input-placeholder,input[type=text]:focus:-ms-input-placeholder,input[type=url]:focus:-ms-input-placeholder,input[type=week]:focus:-ms-input-placeholder,select:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
    color: #222;
    opacity: .8
}

input[type=email]:focus::placeholder,input[type=month]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=search]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=text]:focus::placeholder,input[type=url]:focus::placeholder,input[type=week]:focus::placeholder,select:focus::placeholder,textarea:focus::placeholder {
    color: #222;
    opacity: .8
}

select {
    border: 0;
    border-radius: 0;
    background-image: url(//www.heinonen.com/wp-content/themes/heinonen/../svg/select.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: ''
}

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

select:focus,select:hover {
    border-color: #222
}

form p {
    margin-bottom: 20px
}

form p.form-submit {
    margin-bottom: 0
}

.comment-respond {
    margin-bottom: 0;
    overflow: visible
}

.comment-respond p.comment-form-author {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 20px;
    margin-top: 0
}

.comment-respond p.comment-form-author:after {
    display: block;
    content: "";
    clear: both
}

.comment-respond p.comment-form-author:last-child {
    margin-right: 0
}

@media (max-width: 480px) {
    .comment-respond p.comment-form-author {
        display:block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .comment-respond p.comment-form-author:first-child {
        margin-left: auto
    }

    .comment-respond p.comment-form-author:last-child {
        margin-right: auto
    }
}

.comment-respond p.comment-form-author input#author {
    padding: 15px;
    border-width: 1px
}

.comment-respond p.comment-form-email {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.66667%;
    margin-left: 0;
    margin-right: 3%;
    margin-right: 0;
    clear: right;
    margin-bottom: 20px;
    margin-top: 0
}

.comment-respond p.comment-form-email:after {
    display: block;
    content: "";
    clear: both
}

.comment-respond p.comment-form-email:last-child {
    margin-right: 0
}

@media (max-width: 480px) {
    .comment-respond p.comment-form-email {
        display:block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .comment-respond p.comment-form-email:first-child {
        margin-left: auto
    }

    .comment-respond p.comment-form-email:last-child {
        margin-right: auto
    }
}

.comment-respond p.comment-form-email input#email {
    padding: 15px;
    border-width: 1px
}

.comment-respond p.comment-form-url {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px
}

.comment-respond p.comment-form-url:first-child {
    margin-left: auto
}

.comment-respond p.comment-form-url:last-child {
    margin-right: auto
}

.comment-respond p.comment-form-url input#url {
    padding: 15px;
    border-width: 1px
}

.comment-respond p.form-submit {
    display: block;
    clear: both;
    margin-bottom: 0;
    margin-top: 0
}

.comment-respond p.comment-form-comment {
    margin-bottom: 20px
}

@media (max-width: 480px) {
    .comment-respond input {
        width:100%
    }
}

.comment-respond input#author,.comment-respond input#email,.comment-respond input#url,.comment-respond textarea {
    width: 100%
}

.nav-container {
    overflow: visible;
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    width: 100%
}

#nav ul.menu-items {
    position: relative;
    z-index: 9999
}

#nav ul.menu-items:after {
    content: '\00a0';
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

#nav ul.menu-items li,#nav ul.menu-items ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: transparent
}

#nav ul.menu-items a,#nav ul.menu-items li {
    position: relative
}

#nav ul.menu-items a.disabled {
    cursor: not-allowed
}

#nav ul.menu-items>li>h1,#nav ul.menu-items>li>h2,#nav ul.menu-items>li>h3,#nav ul.menu-items>li>h4,#nav ul.menu-items>li>h5,#nav ul.menu-items>li>h6 {
    margin: 0;
    padding: 0
}

@media only screen and (-ms-high-contrast:active) and (min-width: 960px),only screen and (-ms-high-contrast:none) and (min-width:960px) {
    #nav ul.menu-items ul {
        display:none
    }
}

@media only screen and (max-width: 960px) {
    body.js #nav ul.menu-items ul {
        display:none
    }
}

#nav ul ul {
    margin-top: 0;
    margin-left: 25px
}

#nav ul ul ul {
    margin-left: 25px
}

@media only screen and (-ms-high-contrast:active) and (min-width: 960px),only screen and (-ms-high-contrast:none) and (min-width:960px) {
    body.js #nav ul .sub-menu.toggled-on {
        display:block
    }
}

@media only screen and (max-width: 960px) {
    body.js #nav ul .sub-menu.toggled-on {
        display:block
    }
}

#nav-toggle.toggled-on:before,#nav-toggle:before,.dropdown-toggle.toggled-on:after,.dropdown-toggle:after {
    speak: none
}

.dropdown-toggle.toggled-on:after,.dropdown-toggle:after {
    font-size: 13px;
    font-size: 1.3rem
}

body.no-js #nav-toggle {
    display: none
}

@media only screen and (min-width: 960px) {
    .sub-menu {
        width:19rem;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        transform: translateY(-2em);
        z-index: -1;
        -webkit-transition: all .3s ease-in-out .3s,visibility .3s linear .3s,z-index 0s linear 10ms;
        -o-transition: all .3s ease-in-out .3s,visibility .3s linear .3s,z-index 0s linear 10ms;
        transition: all .3s ease-in-out .3s,visibility .3s linear .3s,z-index 0s linear 10ms
    }

    #nav ul .sub-menu.toggled-on {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0s,0s,.3s;
        -o-transition-delay: 0s,0s,.3s;
        transition-delay: 0s,0s,.3s
    }

    [data-whatinput=keyboard] .sub-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transition-delay: none;
        -o-transition-delay: none;
        transition-delay: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    [data-whatinput=mouse] #nav ul li.menu-item-has-children:focus-within>.sub-menu,[data-whatinput=mouse] #nav ul li.menu-item-has-children:focus>.sub-menu,[data-whatinput=mouse] #nav ul li.menu-item-has-children:hover>.sub-menu,[data-whatintent=mouse] #nav ul li.menu-item-has-children:focus-within>.sub-menu,[data-whatintent=mouse] #nav ul li.menu-item-has-children:focus>.sub-menu,[data-whatintent=mouse] #nav ul li.menu-item-has-children:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0s,0s,.3s;
        -o-transition-delay: 0s,0s,.3s;
        transition-delay: 0s,0s,.3s
    }

    body.no-js .sub-menu {
        width: 19rem;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        transform: translateY(-2em);
        z-index: -1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transition-delay: none;
        -o-transition-delay: none;
        transition-delay: none
    }

    body.no-js #nav ul li.menu-item-has-children:focus-within>.sub-menu,body.no-js #nav ul li.menu-item-has-children:focus>.sub-menu,body.no-js #nav ul li.menu-item-has-children:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0s,0s,.3s;
        -o-transition-delay: 0s,0s,.3s;
        transition-delay: 0s,0s,.3s
    }
}

@media only screen and (min-width: 960px) and (-ms-high-contrast:active),only screen and (min-width:960px) and (-ms-high-contrast:none) {
    #nav ul.menu-items ul.sub-menu {
        width:19rem;
        visibility: visible;
        opacity: 1;
        top: 0;
        -webkit-transform: translateY(1.5rem);
        -ms-transform: translateY(1.5rem);
        transform: translateY(1.5rem);
        z-index: -1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transition-delay: none;
        -o-transition-delay: none;
        transition-delay: none;
        list-style-type: none;
        list-style: none
    }

    #nav ul.menu-items ul.sub-menu li.menu-item {
        padding-top: 0;
        margin-top: 0;
        list-style-type: none;
        list-style: none
    }

    #nav ul.menu-items ul.sub-menu ul.sub-menu.has-sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: .5rem
    }

    #nav ul li.menu-item-has-children:focus-within>.sub-menu,#nav ul li.menu-item-has-children:focus>.sub-menu,#nav ul li.menu-item-has-children:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0s,0s,.3s;
        -o-transition-delay: 0s,0s,.3s;
        transition-delay: 0s,0s,.3s
    }
}

@media only screen and (min-width: 960px) and (max-width:960px) {
    #nav ul li:hover>ul {
        display:block
    }
}

@media only screen and (min-width: 960px) and (-ms-high-contrast:active),only screen and (min-width:960px) and (-ms-high-contrast:none) {
    #nav ul li:hover>ul {
        display:block
    }
}

@media only screen and (min-width: 960px) {
    body.no-js #nav ul.menu-items li.menu-item-has-children:after {
        position:relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        text-indent: -9999px;
        overflow: hidden;
        margin-top: 0;
        margin-right: 0;
        right: 0;
        background-color: transparent;
        padding: 0;
        background-image: url(//www.heinonen.com/wp-content/themes/heinonen/svg/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
        position: absolute;
        height: 8px;
        width: 8px;
        border: 0;
        content: ' ';
        display: block
    }

    body.no-js #nav ul.menu-items li.menu-item-has-children ul.sub-menu li.menu-item-has-children:after {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: 0;
        padding: 0;
        text-indent: -9999px;
        overflow: hidden;
        background-color: transparent;
        background-image: url(//www.heinonen.com/wp-content/themes/heinonen/svg/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
        width: 12px;
        height: 12px;
        border: 0;
        content: ' ';
        display: block
    }

    #nav-toggle {
        display: none
    }

    #nav {
        padding-top: 1.7rem;
        padding-bottom: 1.7rem;
        float: right
    }

    header #nav {
        position: fixed;
        right: 4rem
    }

    #nav ul.menu-items ul {
        margin-top: 30px
    }

    #nav ul.menu-items {
        margin: 0 30px 0;
        padding: 0;
        background: 0 0;
        position: relative;
        float: left
    }

    #nav ul.menu-items li {
        position: relative;
        float: left;
        margin: 0
    }

    #nav ul.menu-items li.menu-item-has-children {
        margin-right: 0
    }

    #nav ul.menu-items li.menu-item-has-children>a {
        padding-right: 1.5rem;
        margin-bottom: .8rem
    }

    #nav ul.menu-items a {
        color: #000;
        font-size: 15px;
        padding: 10px 0 10px 20px
    }

    #nav ul.menu-items li a.current,#nav ul.menu-items li a.highlighted,#nav ul.menu-items li a:active,#nav ul.menu-items li a:focus,#nav ul.menu-items li a:hover {
        color: #777
    }

    #nav ul.menu-items li.current_page_item>a,#nav ul.menu-items .current-menu-item a {
        color: #777
    }

    #nav ul.menu-items ul {
        position: absolute;
        background: #fff;
        margin-left: 0;
        padding-bottom: .5rem;
        padding-top: .5rem;
        margin-top: 18px;
        z-index: 999
    }

    #nav ul.menu-items ul.sub-menu {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    #nav ul.menu-items ul.sub-menu li {
        margin: 0
    }

    #nav ul.menu-items ul .dropdown-toggle {
        position: absolute;
        right: 1rem;
        top: .4rem;
        border: 0
    }

    #nav ul.menu-items ul li {
        float: none;
        width: 19rem;
        padding: 0
    }

    #nav ul.menu-items ul li button.dropdown-toggle {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: 0;
        padding: 0;
        text-indent: -9999px;
        overflow: hidden;
        background-color: transparent;
        background-image: url(//www.heinonen.com/wp-content/themes/heinonen/svg/chevron-right-dark.svg);
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
        width: 12px;
        height: 12px;
        border: 0
    }

    #nav ul.menu-items ul li button.dropdown-toggle.toggled-on {
        background-image: url(//www.heinonen.com/wp-content/themes/heinonen/svg/chevron-left-dark.svg)
    }

    #nav ul.menu-items ul li.menu-item-has-children a {
        padding-right: 3.5rem;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%
    }

    #nav ul.menu-items ul ul {
        top: 0;
        left: 100%;
        margin-left: 0;
        margin-top: -5px
    }

    #nav ul.menu-items ul a {
        padding: .8rem 1.5rem;
        font-size: 1.4rem;
        color: #333;
        display: block
    }

    #nav ul.menu-items ul a.highlighted,#nav ul.menu-items ul a:active,#nav ul.menu-items ul a:focus,#nav ul.menu-items ul a:hover {
        color: #777
    }

    #nav ul.menu-items ul a.disabled {
        background: #fff;
        color: #ccc
    }

    #nav ul.menu-items a.disabled {
        color: #bbb
    }

    #nav ul.menu-items button.dropdown-toggle {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        text-indent: -9999px;
        overflow: hidden;
        margin-top: 0;
        margin-right: 0;
        right: 0;
        background-color: transparent;
        padding: 0;
        background-image: url(//www.heinonen.com/wp-content/themes/heinonen/svg/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
        position: absolute;
        height: 8px;
        width: 8px;
        border: 0
    }

    #nav ul.menu-items>li>ul:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        border-style: dashed dashed solid;
        top: -16px;
        left: 31px;
        border-width: 8px;
        border-color: transparent transparent #fff
    }
}

.hamburger {
    padding: 50px 15px;
    padding: 5rem 1.5rem;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    -o-transition-property: opacity,filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .8
}

.hamburger-box {
    width: 40px;
    width: 4rem;
    height: 24px;
    height: 2.4rem;
    display: inline-block;
    position: relative
}

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

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

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

.hamburger-inner:before {
    top: -10px;
    top: -1rem
}

.hamburger-inner:after {
    bottom: -10px;
    bottom: -1rem
}

.hamburger .hamburger-inner,.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger .hamburger-inner:before,.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s .25s ease-in,opacity .1s ease-in;
    -o-transition: top .1s .25s ease-in,opacity .1s ease-in;
    transition: top .1s .25s ease-in,opacity .1s ease-in
}

.hamburger .hamburger-inner:after,.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
    -o-transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner,.is-active.hamburger .hamburger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin.is-active .hamburger-inner:before,.is-active.hamburger .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out,opacity .1s .12s ease-out;
    -o-transition: top .1s ease-out,opacity .1s .12s ease-out;
    transition: top .1s ease-out,opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner:after,.is-active.hamburger .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1);
    -o-transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1);
    transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1),-webkit-transform .22s .12s cubic-bezier(.215,.61,.355,1)
}

@media screen and (max-width: 959px) {
    body.no-js .site-header {
        position:static;
        background: #020202
    }

    .disable-scroll {
        overflow: hidden
    }

    body.js.js-nav-active {
        overflow: hidden
    }

    body.js.js-nav-active .nav-toggle {
        position: fixed
    }

    body.js.js-nav-active nav#nav {
        visibility: visible;
        max-height: 100%;
        height: 100vh;
        overflow: auto
    }

    body.js nav#nav {
        visibility: hidden;
        max-height: 0;
        height: 0;
        clip: auto;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0
    }

    body.js nav#nav .menu-items {
        padding: 15% 0
    }

    nav#nav {
        background: #020202;
        -webkit-transition: all .55s;
        -o-transition: all .55s;
        transition: all .55s;
        margin: 0;
        overflow: hidden;
        display: block;
        width: 100%
    }

    nav#nav .menu-items {
        margin: 0;
        width: 100%;
        float: none;
        padding: 2rem 0
    }

    nav#nav .menu-items a {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 5%;
        padding-right: 5.8rem;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.7rem;
        text-decoration: none;
        position: relative;
        z-index: 0;
        display: block;
        outline: 0
    }

    nav#nav .menu-items a:focus {
        outline: 0
    }

    nav#nav .menu-items a.has-submenu {
        width: 80%;
        position: static
    }

    nav#nav .menu-items a:active,nav#nav .menu-items a:focus,nav#nav .menu-items a:hover {
        color: #e35205
    }

    nav#nav .menu-items a.current {
        color: #d23600
    }

    nav#nav .menu-items a.disabled {
        color: #bbb
    }

    nav#nav .menu-items a.highlighted span.sub-arrow:before {
        display: block;
        content: '-'
    }

    nav#nav .menu-items button.dropdown-toggle {
        position: absolute;
        top: 0;
        margin-top: 0;
        left: auto;
        right: 2rem;
        width: 3.7rem;
        height: 3.7rem;
        overflow: hidden;
        font: bold 18px/37px monospace!important;
        text-align: center;
        background: #e35205;
        color: #fff;
        padding: 0;
        z-index: 9999;
        border: 0
    }

    nav#nav .menu-items button.dropdown-toggle:focus {
        z-index: 10000
    }

    nav#nav .menu-items button.dropdown-toggle:before {
        content: '+'
    }

    nav#nav .menu-items button.dropdown-toggle:hover {
        background-color: #b4450a;
        color: #fff
    }

    nav#nav .menu-items button.dropdown-toggle.toggled-on:before {
        display: block;
        content: '-'
    }

    nav#nav .menu-items ul {
        background: rgba(102,102,102,.1);
        margin-left: 0;
        padding: 0
    }

    nav#nav .menu-items ul>li {
        padding-left: 1.5rem
    }

    nav#nav .menu-items ul>li ul {
        margin-left: -1.5rem
    }

    nav#nav .menu-items ul>li ul li {
        padding-left: 3rem
    }

    nav#nav .menu-items ul>li ul ul {
        margin-left: -3rem
    }

    nav#nav .menu-items ul>li ul ul li {
        padding-left: 4.5rem
    }

    nav#nav .menu-items ul a {
        font-size: 1.4rem
    }
}

.nav-toggle {
    list-style: none;
    z-index: 100000;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    overflow: visible;
    color: #fff;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    padding-top: 20px;
    padding-top: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    padding-left: 10px;
    padding-left: 1rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    margin: 0;
    background: 0 0;
    cursor: pointer;
    top: 0;
    right: 50px;
    position: absolute;
    display: none
}

.nav-toggle span {
    color: #000;
    font-size: 1.2em
}

.nav-toggle:focus {
    outline: 0
}

.nav-toggle:focus span span {
    background-color: rgba(#000)
}

.nav-toggle:focus span:after,.nav-toggle:focus span:before {
    background-color: rgba(#000)
}

.nav-toggle:active,.nav-toggle:hover {
    color: #fff
}

.nav-toggle:active span,.nav-toggle:hover span {
    color: #fff
}

@media (max-width: 959px) {
    .nav-toggle {
        display:block
    }
}

.nav-toggle.is-active {
    color: #000
}

.nav-toggle.is-active.focus .hamburger-box .hamburger-inner,.nav-toggle.is-active:focus .hamburger-box .hamburger-inner {
    background-color: #000
}

.nav-toggle.is-active.focus .hamburger-box .hamburger-inner:after,.nav-toggle.is-active:focus .hamburger-box .hamburger-inner:after {
    background-color: #000
}

.nav-toggle.is-active .hamburger-box .hamburger-inner {
    background-color: #000
}

.nav-toggle.is-active .hamburger-box .hamburger-inner:after {
    background-color: #000
}

.nav-toggle.is-active:active,.nav-toggle.is-active:focus,.nav-toggle.is-active:hover {
    color: #000
}

.nav-toggle.is-active:active span,.nav-toggle.is-active:focus span,.nav-toggle.is-active:hover span {
    color: #000
}

.nav-toggle.is-active span {
    color: #000
}

.top {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #333;
    width: 50px;
    height: 50px;
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -o-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    z-index: 10000
}

.no-touch .top:hover,.top.fade-out,.top.is-visible {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -o-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}

.top.is-visible {
    visibility: visible;
    opacity: 1
}

.top.fade-out {
    opacity: .3
}

.top.fade-out:hover {
    opacity: 1
}

.no-touch .top:hover {
    opacity: 1
}

.top svg {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    fill: #fff;
    margin: 0;
    opacity: .8;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.top:active,.top:focus,.top:hover {
    background: #cad100
}

.top:active svg,.top:focus svg,.top:hover svg {
    fill: #fff;
    top: 35%
}

.block.block-front {
    background-position: center;
    background-color: #fff;
    position: relative;
    min-height: 300px
}

.block.block-front .shade {
    opacity: 1
}

.block.block-front .container {
    padding-top: 30vh;
    padding-bottom: 30vh;
    position: relative;
    z-index: 10
}

.block.block-front .accent {
    font-style: italic;
    text-transform: lowercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #cad100;
    display: block
}

.block.block-front h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0
}

@media (min-width: 480px) {
    .block.block-page {
        min-height:300px;
        background-position: center -8vw !important
    }
}

@media (max-width: 768px) {
    .block.block-page {
        background-position:center -5vw !important
    }

    .wrap_svl_center {
        display: none
    }
}

.cat-links,.tags-links {
    display: block
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px
}

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

del {
    text-decoration: line-through;
    color: #666
}

.container.container-article {
    max-width: 800px
}

.sticky {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 30px;
    padding: 3rem
}

.comments-area .comment-list li.bypostauthor {
    background-color: #fff6e8;
    padding: 30px;
    padding: 3rem
}

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

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

.wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid #dadfe1;
    padding: 10px 0;
    padding: 1rem 0;
    margin-bottom: 20px
}

.entry-content {
    margin-bottom: 2em
}

.entry-content embed,.entry-content iframe,.entry-content object,.entry-content video {
    max-width: 100%
}

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

td,th {
    font-family: Poppins,"Helvetica Neue",Helvetica,sans-serif;
    height: 30px;
    height: 3rem;
    padding: 10px;
    padding: 1rem
}

@media (max-width: 600px) {
    td,th {
        display:block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        height: auto;
        padding: 10px 0;
        text-align: center
    }

    td:first-child,th:first-child {
        margin-left: auto
    }

    td:last-child,th:last-child {
        margin-right: auto
    }
}

th {
    font-weight: 700
}

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

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

kbd {
    border: 1px solid #ccc;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #f7f7f7;
    color: #333;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2),0 0 0 2px #fff inset;
    box-shadow: 0 1px 0 rgba(0,0,0,.2),0 0 0 2px #fff inset;
    border-radius: 4px;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
    white-space: nowrap;
    padding: 0 5px;
    padding: 0 .5rem
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 6.25px;
    margin: 0 0 .625rem;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto
}

pre.debug {
    font-size: 11px;
    line-height: 1.5
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.taxonomy-description {
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.post {
    margin-bottom: 30px
}

.entry-header .entry-title {
    margin-bottom: .1em
}

.entry-header .entry-title a {
    color: #000
}

.entry-meta * {
    color: #212121
}

.entry-time {
    margin-bottom: 1.5em
}

.cat {
    margin-top: 0;
    margin-bottom: 10px
}

.cat a {
    font-weight: 600
}

ul.tags {
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-left: 0
}

ul.tags li {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    display: inline-block;
    float: left;
    margin-top: 0
}

ul.tags li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    padding: 5px 10px;
    padding: .5rem 1rem;
    display: inline;
    border-radius: 4px;
    background: #f0f0f0;
    opacity: .8
}

ul.tags li a:hover {
    color: #fff;
    background: #aaa;
    opacity: 1
}

.comments-link {
    text-align: right;
    display: block
}

.comments-link svg {
    fill: #777;
    position: relative;
    top: 1px;
    margin-right: 2px
}

.comments-link:focus,.comments-link:hover {
    color: #111
}

.comments-link:focus a,.comments-link:focus a:link,.comments-link:focus a:visited,.comments-link:focus svg,.comments-link:hover a,.comments-link:hover a:link,.comments-link:hover a:visited,.comments-link:hover svg {
    color: #111;
    fill: #111
}

.entry-footer {
    margin-top: 0;
    margin-bottom: 20px
}

.entry-footer a {
    color: #000
}

.entry-footer a:hover {
    color: #111
}

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

.site-main .comment-navigation:after,.site-main .post-navigation:after,.site-main .posts-navigation:after {
    display: block;
    content: "";
    clear: both
}

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

.comment-navigation .nav-previous a:before,.post-navigation .nav-previous a:before,.posts-navigation .nav-previous a:before {
    content: '← '
}

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

.comment-navigation .nav-next a:after,.post-navigation .nav-next a:after,.posts-navigation .nav-next a:after {
    content: ' →'
}

.comments-area {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: visible
}

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

.comment-list li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 70px
}

.comment-list li p {
    color: #6c7a89
}

.comment-list li .avatar {
    float: right;
    border-radius: 50%
}

.comment-list li .comment-author {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0
}

.comment-list li .comment-author a {
    color: #333
}

.comment-list li .comment-time {
    padding: 0;
    margin: 0;
    opacity: .5
}

.comment-list li .comment-time svg {
    fill: #6c7a89;
    position: relative;
    top: 2px;
    margin-right: 5px
}

.comment-list li .comment-time a {
    color: #6c7a89
}

.comment-list li .comment-time:hover {
    opacity: 1
}

#sidebar section {
    padding: 0
}

section {
    padding: 60px 0
}

ul.parent-sidebar-menu,ul.child-sidebar-menu {
    list-style: none
}

ul.child-sidebar-menu {
    padding-left: 0
}

.advanced-sidebar-menu ul li a {
    display: block
}

.advanced-sidebar-menu .current_page_item>a {
    color: #e35205
}

#sidebar li.page_item.page-item-33,#sidebar li.page_item.page-item-1133,#sidebar li.page_item.page-item-31,#sidebar li.page_item.page-item-1136,#sidebar li.page_item.page-item-321,#sidebar li.page_item.page-item-1036,#sidebar li.page_item.page-item-324,#sidebar li.page_item.page-item-390 {
    padding-left: 10px
}

.services {
    background: #fff
}

a:hover {
    text-decoration: none
}

a.more-link {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: 0 0;
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 3px solid #333
}

a.more-link:hover {
    color: #0e83cd;
    background: 0 0
}

a.more-link:after,.content-area .button:after,.content-area .button:after,.content-area button:after,.content-area button:after,.content-area input[type=button]:after,.content-area input[type=button]:after,.content-area input[type=reset]:after,.content-area input[type=reset]:after,.content-area input[type=submit]:after,.content-area input[type=submit]:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #333
}

a.more-link:hover:after,.content-area .button:hover:after,.content-area button:hover:after,.content-area input[type=button]:hover:after,.content-area input[type=reset]:hover:after,.content-area input[type=submit]:hover:after,.btn:hover:after {
    width: 100%
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 900;
    color: #000
}

.services h2 {
    font-size: 20px;
    color: #000;
    height: 70px;
    margin-bottom: 0
}

.green,h2.green,.post-354 .entry-header h1,.post-1139 .entry-header h1 {
    color: #000
}

.pink {
    color: #000
}

a {
    color: #000
}

.entry-header {
    margin: 20px 0 10px;
    position: relative
}

.description p {
    margin-top: 0;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 30px
}

.site-header {
    background: #fff;
    padding-top: 0
}

.nav-container {
    height: 5rem;
    position: fixed;
    z-index: 99
}

#top,#left,#right,#bottom {
    position: fixed;
    z-index: 90;
    background-color: #fff
}

#right {
    top: 0;
    bottom: 0;
    z-index: 999
}

#left {
    left: 0
}

#right {
    right: 0
}

#top,#bottom {
    left: 0;
    right: 0;
    height: 5rem
}

#top {
    top: 0
}

#bottom {
    bottom: 0
}

.services-grid {
    background: #fff
}

.home .site-content {
    background: #fff
}

.site-content {
    background: #fff;
    padding-top: 5rem
}

.shade {
    background: #fff
}

.columns {
    columns: auto 2;
    column-gap: 50px
}

.box {
    padding: 30px;
    position: relative;
    min-height: 220px;
    margin: 20px 0;
    background: #e1326b
}

.box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0)
}

.text-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 5;
    height: 100%;
    overflow: hidden
}

.news-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.news {
    background: #fff;
    margin-bottom: 60px
}

.people {
    background: #fff
}

.news h2,.news h2 a {
    font-size: 1vw;
    color: #fff
}

.news span {
    color: #fff
}

.block.block-front {
    background-size: cover;
    height: 100vh;
    margin-bottom: 0
}

.services .children img {
    max-width: 150px
}

.services #page-354 h2,.services #page-1139 h2 {
    color: #000
}

.services h2 {
    text-align: left;
    font-size: 16px;
    margin-bottom: -18px
}

.services p {
    font-size: 16px;
    line-height: 130%;
    color: #333;
    margin-top: 0
}

section#cases {
    padding: 0
}

.case {
    width: 100%;
    overflow: hidden;
    position: relative
}

.text-container {
    display: inline-block;
    min-height: 500px;
    width: 50%;
    position: relative;
    text-align: center;
    vertical-align: top;
    background: #fff;
    padding: 30px 0
}

.text {
    top: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%
}

.text a,.text p {
    color: #000
}

.text .a.more-link {
    display: block
}

.image-container {
    overflow: hidden;
    float: left;
    display: block;
    width: 50%;
    min-height: 500px;
    position: relative
}

.children.case:nth-child(2n+0) .image-container {
    float: right
}

.image-container img {
    min-width: 100%;
    max-width: none;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

section .person h3 {
    font-size: 18px;
    margin-bottom: 5px
}

section .title {
    font-size: 14px;
    margin: 0
}

.person {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.title {
    font-size: 20px;
    margin: 10px 0 20px
}

.person-info {
    font-size: 15px;
    margin: 10px 0
}

.person-info img {
    width: 15px
}

.shade.dark {
    background: #212121;
    opacity: .4;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 9
}

.info h3 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px
}

.info h3 a {
    color: #fff
}

.info .title {
    color: #fff;
    margin: 0;
    font-size: 14px
}

.item {
    overflow: hidden;
    margin-bottom: 30px
}

.list-item {
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease
}

.list-item:hover .shade.dark {
    opacity: .2
}

a.full-link {
    position: absolute;
    width: 100%;
    height: 100%
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class^=col-],.row.no-gutters>[class*=" col-"],.page-people .pt-cv-wrapper .col-md-4,.page-people .pt-cv-wrapper .col-md-3 {
    padding-right: 0;
    padding-left: 0;
    max-width: 400px
}

@media (min-width: 480px) {
    .block.block-page {
        min-height:0px;
        background-position: center 15px
    }
}

.site {
    padding-left: 12rem;
    padding-right: 12rem;
    padding-bottom: 4rem
}

.site-branding {
    position: relative
}

.site-title {
    position: absolute;
    top: 50px
}

.site-title a {
    width: 100px
}

.site-title a svg {
    fill: #000;
    margin-top: 20px
}

.mobile-logo {
    display: none
}

.site-footer {
    background-color: #fff;
    position: fixed;
    height: 5rem;
    color: #000;
    padding: 20px 0;
    width: 100%;
    z-index: 999;
    bottom: 15px
}

.sticky-contact {
    position: fixed;
    bottom: 15px;
    z-index: 98;
    padding-right: 20px
}

.footer-logo {
    position: fixed;
    bottom: 10px;
    z-index: 97;
    right: 4rem;
    width: 100px
}

.search-button {
    z-index: 500;
    background: 0 0;
    display: inline-block;
    border: none;
    position: fixed;
    right: 50px;
    right: 4rem;
    top: 30px;
    transform: translateY(-50%)
}

.search-button a {
    color: #000
}

.search-form-wrapper {
    position: fixed;
    background: #cad100;
    transition: max-height .2s;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    right: 40px
}

.search-form-wrapper.open {
    display: block;
    max-height: 60px;
    margin-bottom: -1px;
    z-index: 99
}

form.search-form .search-submit {
    line-height: 1;
    padding: 0 20px;
    border: none;
    background: #cad100;
    font-weight: 900;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

span.search-close {
    position: absolute;
    right: 20px
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

@media (max-width: 992px) {
    .equal {
        display:block;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .description col-md-8 col-md-offset-2 {
        width: 100%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {
    content: " ";
    display: table
}

.clearfix:after,.container:after,.container-fluid:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.text-center {
    text-align: center
}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left
}

@media (max-width: 1199px) {
    .col-md-5ths {
        width:33.333333%;
        float: left
    }

    .services h2 {
        height: 80px
    }
}

@media (max-width: 768px) {
    .col-md-5ths {
        width:100%;
        float: left
    }

    .services h2 {
        height: auto;
        margin-bottom: 10px
    }

    .services {
        padding-bottom: 0 !important
    }
}

.equal .news-card {
    background: #fff;
    width: 31.3333%;
    margin: 1% 2% 1% 0;
    float: left
}

.equal .card {
    background: 0 0;
    position: static;
    padding: 30px
}

.row.entry-meta {
    padding: 20px 0
}

.acf-map {
    width: 100%;
    height: 400px;
    margin-bottom: 40px
}

.wrap_svl {
    max-width: 660px!important
}

#services .cvp-live-filter.cvp-button .btn:first-of-type {
    display: none!important
}

.acf-map img {
    max-width: inherit !important
}

.paikkakunta {
    margin: 20px 0 50px
}

.share-buttons {
    font-size: .7rem;
    line-height: .7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start
}

.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(33% - 1px);
    margin-right: 1px
}

.share-buttons span {
    color: #fff
}

.share-buttons li:last-child {
    width: 33%;
    margin-right: 0
}

#social-footer .share-buttons svg {
    fill: #009dcc;
    margin-right: 5px;
    width: 36px;
    height: 36px
}

#social-footer .share-buttons svg#youtube {
    height: 60px;
    width: 60px;
    margin-top: -5px
}

#social-footer .share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(25% - 1px);
    margin-right: 1px
}

#social-footer .share-buttons li:last-child {
    width: 25%;
    margin-right: 0
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px
}

.share-googleplus svg {
    width: 20px;
    height: 16px
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center
}

.share-buttons li:first-child a {
    border-radius: 3px 0 0 3px
}

.share-buttons li:last-child a {
    border-radius: 0 3px 3px 0
}

.share-twitter {
    background: #1da1f2
}

.share-facebook {
    background: #3b5998
}

.share-linkedin {
    background: #0073b1
}

.tm_timeline__event__date {
    color: #e35205;
    font-size: 18px;
    margin-bottom: 4px
}

.nosto {
    position: relative;
    height: 240px
}

.ig_content a.button {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    background: #0264a3;
    color: #fff;
    padding: 20px 25px
}

a.pop-the-form {
    color: #fff;
    padding: 30px 40px;
    display: block
}

a.close_notification {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff
}

.pop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #0264a3;
    color: #fff;
    z-index: 9999;
    box-shadow: 0 .15em .35em 0 rgba(0,0,0,.2);
    animation: pop 1.5s ease
}

@keyframes pop {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    50% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (min-width: 992px) {
    .pt-cv-wrapper .col-md-4 {
        width:33.333338%
    }
}

@media screen and (max-width: 1200px) {
    .footer-contact .textwidget p {
        font-size:14px;
        line-height: 120%
    }

    .sticky-contact {
        position: relative;
        text-align: center;
        background: #fff;
        font-size: 13px;
        padding: 20px
    }

    .footer-logo {
        position: relative;
        right: 0;
        padding-top: 20px;
        background: #fff;
        height: 90px;
        margin: auto
    }

    a.pop-the-form {
        right: 40px
    }

    .text-container,.image-container {
        height: inherit;
        margin-bottom: 0;
        width: 100%;
        min-height: 200px
    }

    .text {
        top: inherit;
        position: relative;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        left: inherit;
        padding: 20px
    }

    section#people.people {
        padding-top: 0
    }

    .news {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

@media screen and (max-width: 992px) {
    .equal .news-card {
        background:#fff;
        width: 48%;
        margin: 1%
    }
}

@media only screen and (min-width: 960px) {
    .sticky-footer .textwidget p {
        font-size:14px;
        line-height: 120%
    }
}

@media screen and (max-width: 959px) {
    .news-card img {
        width:100%
    }

    .site-content {
        padding-top: 7rem
    }
}

@media (max-width: 768px) {
    .site {
        padding:0
    }

    .site-title {
        display: none
    }

    section {
        padding: 20px 0
    }

    .mobile-logo {
        display: block;
        margin-top: 5px;
        width: 150px;
        left: 1rem;
        position: fixed
    }

    .nav-container {
        padding-right: 0;
        background: #fff;
        height: 70px
    }

    #top,#left,#right,#bottom {
        width: 0;
        height: 0;
        display: none
    }

    .block.block-front {
        height: 85vh
    }

    .person,.children {
        min-height: 430px;
        width: 50%
    }

    .case {
        width: 100%
    }

    .image-container img {
        max-width: 100%
    }

    .top {
        display: none
    }

    .columns {
        columns: 1
    }

    .search-button {
        right: 2rem
    }

    .nav-toggle {
        right: 35px
    }

    .block {
        background-position: center 40px;
        background-size: 75%;
        min-height: 0
    }

    .block.case {
        background-size: cover;
        background-position: center top;
        background-color: #f6f5f6
    }

    .container.contact {
        padding-top: 0
    }

    .container.contact img,.tiedot {
        width: 100%!important;
        margin-bottom: 20px
    }

    .text {
        top: inherit;
        position: relative;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        left: inherit;
        padding: 20px
    }

    .equal .news-card {
        background: #fff;
        width: 100%;
        margin: 2% 0 2%
    }

    .block-post {
        background-position: 50% 0
    }

    .site-content {
        padding-top: 7rem
    }

    .search-form-wrapper {
        margin-top: 70px;
        right: 0
    }

    a.pop-the-form {
        right: 20px
    }
}

@media (max-width: 600px) {
    .person,.children {
        min-height:390px;
        width: 100%;
        margin-bottom: 30px
    }

    ul.grandchild-sidebar-menu.level-1.children {
        min-height: inherit;
        margin-bottom: 0
    }

    .block {
        background-position: center 40px;
        background-size: 80%;
        min-height: 0
    }
}

@media (max-width: 321px) {
    .block {
        background-position:center 40px;
        background-size: 80%;
        min-height: 0
    }
}

#powerTip {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.11);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.11)
}

#powerTip.n:before,#powerTip.n:before {
    border-top: 10px solid #fff
}

.box_view_html p {
    color: #212121;
    margin: 0
}

span.close_ihp svg {
    fill: #000
}

.home .pt-cv-content-item:hover img {
    transform: scale(1)
}

.page-id-321 .related,.page-id-33 .related {
    display: none
}

.navigation li a,.navigation li a:hover,.navigation li.active a,.navigation li.disabled {
    color: #fff;
    text-decoration: none
}

li#menu-item-317 ul.sub-menu,li#menu-item-252 ul.sub-menu {
    width: 70px
}

.navigation li {
    display: inline
}

.navigation li a,.navigation li a:hover,.navigation li.active a,.navigation li.disabled {
    background-color: #d0d153;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: .75rem
}

.navigation li a:hover,.navigation li.active a {
    background-color: #2b6fa8
}

section#people p {
    text-align: center
}

section.services.container-fluid.no-gutters p {
    margin-bottom: 16px
}

.page-id-324 .block.block-page {
    background-position: center -12vw !important
}

@media (max-width: 768px) {
    .page-id-324 .block.block-page {
        background-position:center left 4vw !important
    }
}

@media (max-width: 768px) {
    ul.parent-sidebar-menu {
        display:none !important
    }

    .parent-pageid-341 .block.block-page {
        width: 110vw !important;
        margin-left: 0 !important;
        background-position: center 0 !important
    }

    .page-id-324 .block.block-page {
        width: 110vw !important;
        margin-left: 0 !important;
        background-position: center -4vw !important
    }
}

@media (min-width: 768px) and (max-width:959px) {
    .block.block-page {
        margin-top:0
    }
}

.parent-pageid-341 .block.block-page {
    background-position: center;
    right: 11vw !important
}

.parent-pageid-321 .block.block-page {
    background-position: center;
    right: 11vw !important
}

@media (max-width: 768px) {
    .parent-pageid-341 .block.block-page {
        background-position:center;
        right: 9vw !important
    }

    .parent-pageid-321 .block.block-page {
        width: 110vw !important;
        margin-left: 0 !important;
        background-position: center 0 !important;
        right: 9vw !important
    }
}

@media (max-width: 499px) {
    .breadcrumb.pt-cv-filter-bar {
        width:100vw !important;
        margin-left: -2vw
    }
}

@media (min-width: 500px) and (max-width:768px) {
    .services {
        margin-left:18.1vw;
        margin-right: 18.1vw
    }
}

@media (min-width: 2675px) {
    .services .col-md-5ths {
        padding-left:35px;
        padding-right: 35px
    }
}

.page-id-341 .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap
}