/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0
}

.align-items-center {
    align-items: center;
}

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

[hidden],
template {
    display: none
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.splide__pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide {
    visibility: hidden
}

.splide,
.splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.grid.row-gutter {
    margin-bottom: 50px
}

@media screen and (min-width: 1025px) {
    .grid.row-gutter {
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

.grid.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.grid.full-width {
    max-width: none
}

.grid.full-height {
    min-height: 100%
}

.grid.different-height {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

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

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

@media screen and (max-width: 1170px) {
    .grid.full-width-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .grid.outside-gutter {
        margin-right: 15px;
        margin-left: 15px
    }
}

@media screen and (max-width: 1024px) {
    .grid.desktop-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .grid.desktop-collapse {
        display: block
    }

    .grid.desktop-gutterless>.grid-cell {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media screen and (max-width: 750px) {
    .grid.mobile-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .grid.mobile-collapse {
        display: block
    }

    .grid.mobile-gutterless>.grid-cell {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.grid.grid-gutters>.grid-cell {
    padding-right: 15px;
    padding-left: 15px
}

.grid.grid-gutters>.grid-cell.gutter-left {
    padding-left: 130px
}

@media screen and (max-width: 1170px) {
    .grid.grid-gutters>.grid-cell.gutter-left {
        padding-left: 70px
    }
}

@media screen and (max-width: 1024px) {
    .grid.grid-gutters>.grid-cell.gutter-left {
        padding-left: 15px
    }
}

.grid.grid-gutters>.grid-cell.gutter-right {
    padding-right: 130px
}

@media screen and (max-width: 1170px) {
    .grid.grid-gutters>.grid-cell.gutter-right {
        padding-right: 70px
    }
}

@media screen and (max-width: 1024px) {
    .grid.grid-gutters>.grid-cell.gutter-right {
        padding-right: 15px
    }
}

@media screen and (min-width: 1171px) {
    .large-side-gutters .grid.grid-gutters>.grid-cell.gutter-left {
        padding-left: 260px
    }

    .large-side-gutters .grid.grid-gutters>.grid-cell.gutter-right {
        padding-right: 260px
    }
}

@media screen and (min-width: 750px) {
    .grid.grid-gutters>.grid-cell {
        padding-right: 25px;
        padding-left: 25px
    }
}

.grid.grid-gutters-large>.grid-cell {
    padding-right: 40px;
    padding-left: 40px
}

.grid.grid-gutters-large>.grid-cell.gutter-left {
    padding-left: 130px
}

@media screen and (max-width: 1170px) {
    .grid.grid-gutters-large>.grid-cell.gutter-left {
        padding-left: 70px
    }
}

@media screen and (max-width: 1024px) {
    .grid.grid-gutters-large>.grid-cell.gutter-left {
        padding-left: 15px
    }
}

.grid.grid-gutters-large>.grid-cell.gutter-right {
    padding-right: 130px
}

@media screen and (max-width: 1170px) {
    .grid.grid-gutters-large>.grid-cell.gutter-right {
        padding-right: 70px
    }
}

@media screen and (max-width: 1024px) {
    .grid.grid-gutters-large>.grid-cell.gutter-right {
        padding-right: 15px
    }
}

.large-side-gutters .grid.grid-gutters-large>.grid-cell.gutter-left {
    padding-left: 260px
}

@media screen and (max-width: 1170px) {
    .large-side-gutters .grid.grid-gutters-large>.grid-cell.gutter-left {
        padding-left: 70px
    }
}

@media screen and (max-width: 1024px) {
    .large-side-gutters .grid.grid-gutters-large>.grid-cell.gutter-left {
        padding-left: 15px
    }
}

.large-side-gutters .grid.grid-gutters-large>.grid-cell.gutter-right {
    padding-right: 260px
}

@media screen and (max-width: 1170px) {
    .large-side-gutters .grid.grid-gutters-large>.grid-cell.gutter-right {
        padding-right: 70px
    }
}

@media screen and (max-width: 1024px) {
    .large-side-gutters .grid.grid-gutters-large>.grid-cell.gutter-right {
        padding-right: 15px
    }
}

@media screen and (max-width: 1024px) {
    .grid.grid-gutters-large>.grid-cell {
        padding-right: 15px;
        padding-left: 15px
    }
}

.gutter-left {
    padding-left: 150px;
}

@media screen and (max-width: 1170px) {
    .gutter-left {
        padding-left: 70px
    }
}

@media screen and (max-width: 1024px) {
    .gutter-left {
        padding-left: 15px
    }
}

.gutter-right {
    padding-right: 150px;
}

@media screen and (max-width: 1170px) {
    .gutter-right {
        padding-right: 70px
    }
}

@media screen and (max-width: 1024px) {
    .gutter-right {
        padding-right: 15px
    }
}

@media screen and (min-width: 1171px) {
    .large-side-gutters .gutter-left {
        padding-left: 260px
    }

    .large-side-gutters .gutter-right {
        padding-right: 260px
    }
}

.grid-cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.grid.grid-gutters>.grid-cell.cell-image-left {
    padding-left: 0
}

.grid.grid-gutters>.grid-cell.cell-image-left img {
    width: 100%
}

@media screen and (max-width: 1024px) {
    .grid.grid-gutters>.grid-cell.cell-image-left {
        padding-bottom: 15px;
        padding-left: 0
    }
}

.grid.grid-gutters>.grid-cell.cell-image-right {
    padding-right: 0
}

.grid.grid-gutters>.grid-cell.cell-image-right img {
    width: 100%
}

@media screen and (max-width: 1024px) {
    .grid.grid-gutters>.grid-cell.cell-image-right {
        padding-right: 0;
        padding-bottom: 15px
    }
}

.grid-cell.relative {
    position: relative
}

.grid-cell.min-width {
    min-width: 0
}

.grid-cell.one-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

.grid-cell.two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%
}

.grid-cell.full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.grid-cell.w5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%
}

.grid-cell.w10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%
}

.grid-cell.w15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%
}

.grid-cell.w20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.grid-cell.w25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.grid-cell.w30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.grid-cell.w35 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%
}

.grid-cell.w40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.grid-cell.w45 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
}

.grid-cell.w50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.grid-cell.w55 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
}

.grid-cell.w60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.grid-cell.w65 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

.grid-cell.w70 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.grid-cell.w75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.grid-cell.w80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%
}

.grid-cell.w85 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%
}

.grid-cell.w90 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%
}

.grid-cell.w95 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%
}

.grid-cell.w100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (max-width: 1170px) {
    .grid-cell.full-one-third {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }

    .grid-cell.full-two-thirds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }

    .grid-cell.full-width-w5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%
    }

    .grid-cell.full-width-w10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%
    }

    .grid-cell.full-width-w15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%
    }

    .grid-cell.full-width-w20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .grid-cell.full-width-w25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .grid-cell.full-width-w30 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .grid-cell.full-width-w35 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%
    }

    .grid-cell.full-width-w40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .grid-cell.full-width-w45 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .grid-cell.full-width-w50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .grid-cell.full-width-w55 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }

    .grid-cell.full-width-w60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }

    .grid-cell.full-width-w65 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%
    }

    .grid-cell.full-width-w70 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }

    .grid-cell.full-width-w75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .grid-cell.full-width-w80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }

    .grid-cell.full-width-w85 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%
    }

    .grid-cell.full-width-w90 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%
    }

    .grid-cell.full-width-w95 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%
    }

    .grid-cell.full-width-w100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width: 1024px) {
    .grid-cell.desktop-one-third {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }

    .grid-cell.desktop-two-thirds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }

    .grid-cell.desktop-w5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%
    }

    .grid-cell.desktop-w10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%
    }

    .grid-cell.desktop-w15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%
    }

    .grid-cell.desktop-w20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .grid-cell.desktop-w25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .grid-cell.desktop-w30 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .grid-cell.desktop-w35 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%
    }

    .grid-cell.desktop-w40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .grid-cell.desktop-w45 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .grid-cell.desktop-w50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .grid-cell.desktop-w55 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }

    .grid-cell.desktop-w60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }

    .grid-cell.desktop-w65 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%
    }

    .grid-cell.desktop-w70 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }

    .grid-cell.desktop-w75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .grid-cell.desktop-w80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }

    .grid-cell.desktop-w85 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%
    }

    .grid-cell.desktop-w90 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%
    }

    .grid-cell.desktop-w95 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%
    }

    .grid-cell.desktop-w100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width: 750px) {
    .grid-cell.mobile-one-third {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }

    .grid-cell.mobile-two-thirds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }

    .grid-cell.mobile-bottom-gap {
        margin-bottom: 35px
    }

    .grid-cell.mobile-w5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%
    }

    .grid-cell.mobile-w10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%
    }

    .grid-cell.mobile-w15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%
    }

    .grid-cell.mobile-w20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .grid-cell.mobile-w25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .grid-cell.mobile-w30 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .grid-cell.mobile-w35 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%
    }

    .grid-cell.mobile-w40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .grid-cell.mobile-w45 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .grid-cell.mobile-w50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .grid-cell.mobile-w55 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }

    .grid-cell.mobile-w60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }

    .grid-cell.mobile-w65 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%
    }

    .grid-cell.mobile-w70 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }

    .grid-cell.mobile-w75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .grid-cell.mobile-w80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }

    .grid-cell.mobile-w85 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%
    }

    .grid-cell.mobile-w90 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%
    }

    .grid-cell.mobile-w95 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%
    }

    .grid-cell.mobile-w100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

svg.animate-background-slide .background {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

html.no-touchevents svg.animate-background-slide:hover .background,
svg.animate-background-slide:hover .background {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px)
}

.mobile-nav-closed .-logo-horizontal .text {
    -webkit-animation: b .7s both;
    animation: b .7s both
}

.mobile-nav-open .-logo-horizontal .text {
    -webkit-animation: c .7s both;
    animation: c .7s both
}

.open-fist {
    display: none
}

.mobile-nav-open .open-fist {
    display: block
}

.mobile-nav-closed .open-fist,
.mobile-nav-open .closed-fist {
    display: none
}

.mobile-nav-closed .closed-fist {
    display: block
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
}

@keyframes b {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes c {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.bananas {
    position: relative
}

.shooting-banana {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: url(/monkee_boy/images/dist/bananas.png) no-repeat 50%;
    background-size: contain
}

.shhhhh-dont-tell-design {
    position: fixed;
    right: -350px;
    bottom: -250px;
    z-index: 100;
    width: 329px;
    height: 685px;
    background: url(/monkee_boy/images/dist/hidden-monkee.png)
}

.shhhhh-dont-tell-design.animate {
    -webkit-animation: d 10s both;
    animation: d 10s both
}

@-webkit-keyframes d {
    0% {
        right: -350px
    }

    to {
        right: 2000px
    }
}

@keyframes d {
    0% {
        right: -350px
    }

    to {
        right: 2000px
    }
}

.float-left,
[data-float=left] {
    float: left !important
}

.float-right,
[data-float=right] {
    float: right !important
}

.float-center,
[data-float=center] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.align-self-center,
[data-align-self=center] {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

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

.clearfix:after {
    clear: both
}

.text-align-left,
[data-text-align=left] {
    text-align: left
}

.text-align-center,
[data-text-align=center] {
    text-align: center
}

.text-align-right,
[data-text-align=right] {
    text-align: right
}

.text-align-justify,
[data-text-align=justify] {
    text-align: justify
}

.text-lowercase,
[data-text-transform=lowercase] {
    text-transform: lowercase
}

.text-uppercase,
[data-text-transform=uppercase] {
    text-transform: uppercase
}

.text-capitalize,
[data-text-transform=capitalize] {
    text-transform: capitalize
}

.text-nowrap {
    white-space: nowrap
}

.list-styleless {
    padding-left: 0;
    list-style: none
}

.hide,
[hidden] {
    display: none
}

.hidden {
    display: none !important;
    visibility: hidden
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.questions .question,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #333740;
    font-weight: 700
}

.h1,
h1 {
    color: #333740;
    font-size: 72px;
    font-family: ff-tisa-web-pro, georgia;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {

    .h1,
    h1 {
        font-size: 46px;
        line-height: 46px
    }
}

.h1 span,
h1 span {
    font-style: italic
}

.h2,
h2 {
    color: #333740;
    font-size: 45px;
    font-family: ff-tisa-web-pro, georgia;
    font-weight: 700;
    line-height: 56px;
}

.h2.alt,
h2.alt {
    text-align: center
}

@media screen and (max-width: 1024px) {

    .h2,
    h2 {
        font-size: 34px;
        line-height: 36px
    }
}

.h2:not(.no-florish),
h2:not(.no-florish) {
    position: relative
}

@media screen and (max-width: 1024px) {

    .h2:not(.no-florish),
    h2:not(.no-florish) {
        margin-left: 15px
    }
}

.h2:not(.no-florish):before,
h2:not(.no-florish):before {
    position: absolute;
    top: 5px;
    left: -18px;
    height: 45px;
    border-left: 8px solid #42c134;
    content: ""
}

@media screen and (max-width: 1024px) {

    .h2:not(.no-florish):before,
    h2:not(.no-florish):before {
        height: 32px
    }
}

.h3,
h3 {
    color: #42c134;
    font-size: 30px;
    font-family: ff-tisa-web-pro, georgia;
    font-weight: 700;
    line-height: 42px;
}

@media screen and (max-width: 1024px) {

    .h3,
    h3 {
        font-size: 30px;
        line-height: 36px
    }
}

.h4,
h4 {
    font-size: 24px;
    font-family: ff-tisa-web-pro, georgia;
    font-weight: 700;
    line-height: 30px
}

@media screen and (max-width: 1024px) {

    .h4,
    h4 {
        font-size: 22px;
        line-height: 28px
    }
}

.h5,
h5 {
    font-size: 24px;
    font-family: effra, sans-serif;
    font-weight: 400;
    line-height: 30px
}

@media screen and (max-width: 1024px) {

    .h5,
    h5 {
        font-size: 22px;
        line-height: 28px
    }
}

.h6,
.questions .question,
h6 {
    font-size: 18px;
    font-family: ff-tisa-web-pro, georgia;
    font-weight: 700;
    line-height: 22px
}

@media screen and (max-width: 1024px) {

    .h6,
    .questions .question,
    h6 {
        font-size: 16px;
        line-height: 18px
    }
}

body {
    color: #333740;
    font-size: 18px;
    font-family: effra, sans-serif;
    font-weight: 400;
    line-height: 30px
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
        line-height: 26px
    }
}

blockquote,
hr,
ol,
p,
table,
ul {
    margin: 0 0 35px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

blockquote:last-child,
hr:last-child,
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0
}

a,
a:hover {
    color: #42c134;
}

a:hover {
    text-decoration: none
}

a:focus,
button:focus {
    outline: 2px solid #1b7e6f;
    outline-offset: 3px
}

p a {
    font-weight: 700
}

hr {
    border-top: 4px solid #f6f6f6
}

li {
    margin-bottom: 10px
}

li ol,
li ul {
    margin-top: 10px;
    margin-bottom: 0
}

iframe {
    max-width: 100%
}

blockquote {
    position: relative;
    margin-top: 30px;
    padding: 45px;
    color: #333740;
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    border: 5px solid #242529;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

blockquote:before {
    top: -10px;
    width: 120px;
    border-bottom: 12px solid #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

blockquote:after,
blockquote:before {
    position: absolute;
    left: 50%;
    content: ""
}

blockquote:after {
    top: -4px;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../../images/dist/pull-quote-left.svg);
    background-repeat: no-repeat;
    background-size: contain
}

blockquote strong {
    font-weight: 700
}

@media screen and (max-width: 1024px) {
    blockquote {
        padding: 45px 20px;
        font-size: 22px;
        line-height: 32px
    }
}

.accent-title {
    margin-bottom: 10px;
    color: #35c134;
    font-size: 20px;
    font-family: effra, sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .08em;
    text-transform: uppercase
}

@media screen and (max-width: 1170px) {
    .accent-title {
        margin-bottom: 0
    }
}

@media screen and (max-width: 1024px) {
    .accent-title {
        margin-bottom: 0
    }
}

@media screen and (max-width: 750px) {
    .accent-title {
        font-size: 20px;
        line-height: 20px
    }
}

.homepage-intro p,
.intro {
    color: #242529;
    font-size: 24px;
    font-family: effra, sans-serif;
    font-weight: 300;
    line-height: 36px
}

@media screen and (max-width: 1024px) {

    .homepage-intro p,
    .intro {
        font-size: 20px;
        line-height: 30px
    }
}

.sub-intro {
    color: #000;
    font-size: 24px;
    font-family: effra, sans-serif;
    font-weight: 300;
    line-height: 32px
}

@media screen and (max-width: 1024px) {
    .sub-intro {
        font-size: 20px;
        line-height: 30px
    }
}

.team-member-name,
.team-member-profile-header .title,
.team-members .name {
    color: #046c5f;
    font-size: 17px;
    font-family: ff-tisa-web-pro, georgia;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase
}

@media screen and (max-width: 1024px) {

    .team-member-name,
    .team-member-profile-header .title,
    .team-members .name {
        font-size: 16px;
        line-height: 18px
    }
}

.button {
    z-index: 1;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    background: transparent
}

.button,
.button span {
    position: relative;
    display: inline-block
}

.button span {
    z-index: 2;
    padding: 10px 15px;
    border: 3px solid #000
}

.button:before {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #42c134;
}

.button:hover {
    color: #ffffff;
}

.button:hover:before {
    top: 0;
    left: 0
}

button.button {
    padding: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form .grid .grid-cell:first-child {
    padding-left: 0
}

form .grid .grid-cell:last-child {
    padding-right: 0
}

@media screen and (max-width: 750px) {
    form .grid .grid-cell.mobile-w100 {
        padding: 0
    }
}

.error-message {
    margin-top: -12px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #c00
}

label {
    display: block;
    color: #333740
}

.required label:after {
    content: " *";
    color: #c00
}

.error label {
    color: #c00;
    font-weight: 700
}

.checkbox label {
    display: inline-block;
    padding-left: 6px
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
select,
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    padding: 13px;
    border: 2px solid #333740;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #d7d7d7
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #d7d7d7
}

input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #d7d7d7
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #d7d7d7
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #acca32;
    outline: none
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

textarea {
    height: 200px
}

.select-container {
    position: relative;
    cursor: pointer
}

.select-container select {
    cursor: pointer;
    background: none;
    border-radius: 0
}

.select-container .icon {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    width: 20px;
    height: 20px;
    fill: #fff;
    pointer-events: none
}

.select-container:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 44px;
    background: #23a38f;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff
}

.select-container:hover:before {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: inset 400px 0 0 0 #fcc721;
    box-shadow: inset 400px 0 0 0 #fcc721
}

.file-dragdrop {
    padding: 25px;
    border: 2px solid #f6f6f6;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #333740;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.file-dragdrop.dz-drag-hover {
    background: #f6f6f6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.file-dragdrop .plus {
    position: relative;
    display: inline-block;
    height: 12px;
    margin-right: 15px;
    pointer-events: none
}

.file-dragdrop .plus:after,
.file-dragdrop .plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 20px;
    border-top: 5px solid #d7d7d7;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.file-dragdrop .plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.file-dragdrop .spacer {
    display: inline-block;
    padding: 0 15px;
    pointer-events: none
}

.file-dragdrop .browse {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    color: #23a38f;
    pointer-events: none
}

@media screen and (max-width: 475px) {
    .file-dragdrop .browse {
        margin-top: 12px
    }
}

.file-dragdrop .browse:before {
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: -5px;
    left: -10px;
    content: "";
    z-index: 1;
    background: #f6f6f6;
    pointer-events: none
}

.file-dragdrop .browse span {
    position: relative;
    z-index: 2
}

.dz-preview-container {
    margin-bottom: 30px
}

.dz-preview-container .dz-preview:first-child {
    margin-top: 15px
}

.dz-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px
}

.dz-preview:last-child {
    margin-bottom: 0
}

.dz-preview .dz-filename {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px
}

.dz-preview .dz-progress {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    height: 20px;
    border: 2px solid #d7d7d7;
    overflow: hidden
}

.dz-preview .dz-progress span {
    display: block;
    height: 100%;
    background: #acca32
}

.dz-preview .dz-error-message {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #e33636;
    text-align: right
}

.dz-preview .dz-error-mark,
.dz-preview .dz-success-mark {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px
}

.dz-preview .dz-success-mark {
    color: #046c5f
}

.dz-preview.dz-processing .dz-progress {
    display: block
}

.dz-preview.dz-processing.dz-complete .dz-progress {
    display: none
}

.dz-preview.dz-error .dz-error-message,
.dz-preview.dz-success .dz-success-mark {
    display: block
}

.newsletter {
    padding: 50px 20px 60px
}

.newsletter form .grid-gutters>.grid-cell {
    padding-right: 5px;
    padding-left: 5px
}

.newsletter h2 {
    margin-bottom: 5px
}

.newsletter p {
    max-width: 700px;
    line-height: 30px
}

.newsletter input {
    margin-bottom: 10px
}

.newsletter .button {
    margin-top: 24px
}

@media screen and (min-width: 1024px) {
    .newsletter {
        padding: 50px 0
    }
}

.g-recaptcha {
    margin: 30px 0
}

table {
    width: 100%;
    border-radius: 0;
    border-collapse: collapse
}

table tbody,
table tfoot,
table thead {
    border: 1px solid #f6f6f6;
    background-color: #fff
}

table tbody td,
table tbody th,
table tfoot td,
table tfoot th,
table thead td,
table thead th {
    padding: .5rem .625rem .625rem
}

table tfoot,
table thead {
    background: #efefef
}

table tfoot tr,
table thead tr {
    background: transparent
}

table tfoot th,
table thead th {
    font-weight: 700;
    text-align: left
}

table tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #efefef
}

.paging {
    margin-bottom: 10px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7
}

@media screen and (min-width: 750px) {
    .paging {
        margin-bottom: 30px
    }

    .paging .page-numbers {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .paging .page-prev {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .paging .page-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.paging .page-next,
.paging .page-prev {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-top: 25px;
    padding-bottom: 25px
}

.paging .page-next svg,
.paging .page-prev svg {
    width: 35px;
    height: 35px
}

.paging .page-next .button span,
.paging .page-prev .button span {
    line-height: 0
}

.paging .page-prev {
    padding-right: 50px;
    border-right: 1px solid #d7d7d7
}

.paging .page-next {
    padding-left: 50px;
    text-align: right;
    border-left: 1px solid #d7d7d7
}

.paging .page-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.paging .page-numbers ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.paging .page-numbers ul li {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.paging .page-numbers ul .page-item {
    width: 35px
}

.paging .page-numbers ul .page-item:last-child {
    margin-right: 0
}

.paging .page-numbers ul .page-item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    z-index: 1;
    width: 35px;
    height: 35px;
    border: 2px solid #333740;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.paging .page-numbers ul .page-item:hover:before {
    background: #fcc721
}

.paging .page-numbers ul .page-item a {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 35px;
    color: #333740
}

.paging .page-numbers ul .page-item.current:before {
    background: #333740
}

.paging .page-numbers ul .page-item.current a {
    color: #fff
}

.paging .button {
    display: block
}

.paging .button span {
    display: block;
    padding: 9.5px
}

.paging .button .icon {
    display: block
}

.paging .button.disabled {
    color: #b2b2b2;
    pointer-events: none;
    fill: #b2b2b2
}

.paging .button.disabled span {
    border-color: #b2b2b2
}

.paging .button.disabled:before {
    background: #f6f6f6
}

.paging-v2 {
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    grid-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7
}

@media screen and (min-width: 750px) {
    .paging-v2 {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 1024px) {
    .paging-v2 {
        margin-bottom: 30px
    }
}

.paging-v2 .page-first .icon,
.paging-v2 .page-prev .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.paging-v2 .button {
    display: block
}

.paging-v2 .button span {
    display: block;
    padding: 10px
}

.paging-v2 .button .icon {
    display: block;
    width: 17px;
    height: 17px
}

.paging-v2 .button.disabled {
    color: #b2b2b2;
    pointer-events: none;
    fill: #b2b2b2
}

.paging-v2 .button.disabled span {
    border-color: #b2b2b2
}

.paging-v2 .button.disabled:before {
    background: #d7d7d7
}

.homepage-intro {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    background: #fff
}

.homepage-intro .homepage-intro-text {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 2;
    width: calc(100% - 730px);
    padding: 30px 30px 30px 112px;
    max-width: 730px
}

@media screen and (max-width: 1440px) {
    .homepage-intro .homepage-intro-text {
        width: calc(100% - 650px);
        margin: 0;
        padding: 30px 30px 30px 112px
    }
}

@media screen and (max-width: 1170px) {
    .homepage-intro .homepage-intro-text {
        width: calc(100% - 550px);
        padding: 30px 30px 30px 52px
    }
}

@media screen and (max-width: 1024px) {
    .homepage-intro .homepage-intro-text {
        width: calc(100% - 400px);
        padding: 30px 30px 30px 15px
    }
}

@media screen and (max-width: 750px) {
    .homepage-intro .homepage-intro-text {
        width: 100%;
        max-width: none;
        padding: 30px 15px 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, .3))), url(/monkee_boy/images/dist/gray-pattern-mobile.jpg) repeat 50%;
        background: linear-gradient(hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url(/monkee_boy/images/dist/gray-pattern-mobile.jpg) repeat 50%
    }
}

.homepage-intro .homepage-graphic-desktop {
    width: 730px;
    padding-top: 50px;
    /* animation: rotateFromNeg30To30 3s ease-in-out infinite alternate; */
}

@keyframes rotateFromNeg30To30 {
    from {
        transform: rotate(-15deg);
    }

    to {
        transform: rotate(15deg);
    }
}

.homepage-intro .homepage-graphic-desktop img {
    width: 100%;
    animation: rotateFromNeg30To30 2s ease-in-out infinite alternate;
}

@media screen and (max-width: 1440px) {
    .homepage-intro .homepage-graphic-desktop {
        width: 650px;
        overflow: hidden;

    }
}

@media screen and (max-width: 1170px) {
    .homepage-intro .homepage-graphic-desktop {
        width: 550px
    }

    .homepage-intro h1 {
        font-size: 36px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1024px) {
    .homepage-intro .homepage-graphic-desktop {
        width: 400px
    }
}

@media screen and (max-width: 750px) {
    .homepage-intro .homepage-graphic-desktop {
        display: none
    }
}

.homepage-intro .homepage-intro-mobile-bg {
    display: none
}

.homepage-intro .homepage-intro-mobile-bg img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 750px) {
    .homepage-intro .homepage-intro-mobile-bg {
        display: block;
        width: 100%
    }
}

.homepage-intro h1 {
    font-size: 52px;
    line-height: 58px;
    text-align: left
}

@media screen and (max-width: 750px) {
    .homepage-intro h1 {
        font-size: 38px;
        line-height: 40px
    }
}

@media screen and (max-width: 1024px) {
    .homepage-intro p {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 750px) {
    .homepage-intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1025px) {
    .homepage-intro {
        margin-bottom: 80px
    }

    .portfolio-tabs ul li {
        margin: 0;
    }
}

.service-listing-grid {
    display: grid;
    grid-gap: 0
}

@media screen and (min-width: 1025px) {
    .service-listing-grid {
        grid-template-columns: 1fr 1.3fr
    }
}

.services-small-grid {
    margin-top: 10px
}

.services-small-grid .grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.services-small-grid.grid>.grid-cell {
    padding: 0
}

.services-small-grid .grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-small-grid a {
    padding: 15px;
    color: #1b7e6f;
    border: 3px solid transparent;
    -webkit-transition: border .3s ease-in;
    transition: border .3s ease-in
}

.services-small-grid a h4,
.services-small-grid a h6 {
    margin-bottom: 0;
    color: #42c134;
    -webkit-transition: allgit .3s ease-in;
    transition: allgit .3s ease-in
}

.services-small-grid a:hover {
    color: #333740;
    border-color: #333740
}

.services-small-grid a:hover h4,
.services-small-grid a:hover h6 {
    color: #333740
}

@media screen and (max-width: 750px) {
    .services-small-grid a {
        padding: 5px
    }
}

.services-small-grid .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 50px;
    height: 50px !important;
    margin-right: 20px
}

.services-small-grid h6 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

@media screen and (max-width: 750px) {
    .services-small-grid {
        margin-top: 30px
    }
}

.services-grid {
    margin-top: 30px
}

.portfolio-grid {
    padding: 0 20px
}

@media screen and (max-width: 750px) {
    .portfolio-grid {
        padding: 0 10px
    }
}

.portfolio-grid.grid.grid-gutters>.grid-cell {
    height: 500px;
    padding: 0 10px 20px
}

@media screen and (max-width: 1024px) {
    .portfolio-grid.grid.grid-gutters>.grid-cell {
        height: 300px
    }
}

.portfolio-grid .portfolio-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.portfolio-grid .portfolio-items:nth-child(5n+3),
.portfolio-grid .portfolio-items:nth-child(5n+4),
.portfolio-grid .portfolio-items:nth-child(5n+5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

@media screen and (max-width: 750px) {

    .portfolio-grid .portfolio-items,
    .portfolio-grid .portfolio-items:nth-child(5n+3),
    .portfolio-grid .portfolio-items:nth-child(5n+4),
    .portfolio-grid .portfolio-items:nth-child(5n+5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.portfolio-grid a {
    position: relative;
    display: block;
    height: 100%;
    font-family: effra, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.portfolio-grid a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background: url(../../images/dist/charcoal-pattern-desktop.jpg) repeat top;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: all .5s cubic-bezier(.18, .89, .32, 1.28)
}

@media screen and (min-width: 1025px) {
    .portfolio-grid a:hover:before {
        opacity: 1
    }

    .portfolio-grid a:hover .portfolio-item-info {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .portfolio-grid a:hover .view,
    .portfolio-grid a:hover p {
        opacity: 1
    }
}

.portfolio-grid .portfolio-item-info {
    position: absolute;
    top: 190px;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .5s cubic-bezier(.18, .89, .32, 1.28);
    transition: all .5s cubic-bezier(.18, .89, .32, 1.28)
}

@media screen and (max-width: 1024px) {
    .portfolio-grid .portfolio-item-info {
        top: 0
    }
}

.portfolio-grid .logo {
    display: block;
    width: 200px;
    height: 120px;
    margin: 0 auto 15px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 1024px) {
    .portfolio-grid .logo {
        margin-top: 75px
    }
}

.portfolio-grid .view,
.portfolio-grid p {
    position: relative;
    z-index: 2;
    max-width: 300px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.portfolio-grid .view {
    display: block;
    padding-top: 20px;
    color: #69b4a9;
    font-weight: 700
}

.border-block.grid-cell {
    padding-bottom: 50px
}

.border-block.grid-cell.gutter-bottom {
    padding-bottom: 100px
}

.border-block.w50.gutter-left {
    padding-right: 25px
}

@media screen and (max-width: 1024px) {
    .border-block.w50.gutter-left {
        padding-right: 15px
    }
}

.border-block.w50.gutter-right {
    padding-left: 25px
}

@media screen and (max-width: 1024px) {
    .border-block.w50.gutter-right {
        padding-left: 15px
    }
}

.border-block .border-container {
    position: relative;
    padding: 45px;
    border: 5px solid #242529;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

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

.border-block .border-container.with-icon {
    margin-top: 20px
}

.border-block .border-container.with-icon:before {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 90px;
    border-bottom: 12px solid #fff;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.alt-background .border-block .border-container.with-icon:before {
    border-bottom-color: #f6f6f6
}

.border-block .border-container.with-icon .icon {
    position: absolute;
    top: -4px;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.border-block .border-container.with-icon.icon-large {
    margin-top: 30px
}

.border-block .border-container.with-icon.icon-large:before {
    width: 120px
}

.border-block .border-container.with-icon.icon-large .icon {
    width: 70px;
    height: 70px
}

.border-block .border-container.cta {
    padding: 10px;
    border: none
}

.border-block .border-container.cta .content-container {
    padding: 45px 15px;
    border: 8px solid #242529
}

.border-block .border-container.with-button .sub-intro {
    margin-bottom: 10px
}

.border-block .border-container.with-button .button {
    width: 250px;
    margin-top: 30px;
    text-align: center
}

.border-block .border-container.with-button .button span {
    display: block
}

.border-block .border-container.with-background {
    position: relative;
    z-index: 3;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, .3))), url(/monkee_boy/images/dist/gray-pattern-mobile.jpg);
    background: linear-gradient(hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url(/monkee_boy/images/dist/gray-pattern-mobile.jpg);
    background-repeat: repeat;
    background-position: 50%;
    text-align: center
}

.border-block .border-container h2 {
    color: #42c134;
}

.border-block .border-container h2:before {
    display: none
}

@media screen and (max-width: 1024px) {
    .border-block .border-container h2 {
        margin-left: 0
    }
}

.border-block .border-container h3 a {
    color: #42c134;
}

.border-block .border-container h3 a:hover {
    color: #333740
}

@media screen and (max-width: 1024px) {
    .border-block .border-container {
        padding: 45px 20px
    }
}

.alt-background .border-block.grid-cell {
    padding-bottom: 0
}

@media screen and (max-width: 750px) {
    .alt-background .border-block.grid-cell {
        padding-bottom: 50px
    }

    .alt-background .border-block.grid-cell:last-child {
        padding-bottom: 0
    }
}

.border-block h5 {
    font-weight: 700
}

.border-block p {
    margin-bottom: 0
}

.border-block .wrapper {
    position: relative;
    margin-top: 120px;
    width: 100%;
    height: 100%
}

.border-block .wrapper .border-container:after {
    position: absolute;
    height: 90px;
    width: 90px;
    right: -10px;
    bottom: 0;
    z-index: 5;
    content: "";
    background: url(/monkee_boy/images/dist/mobile-bottom-leaf.png) no-repeat;
    background-position: bottom;
    background-size: contain
}

.border-block .leaves {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 0;
    pointer-events: none;
    display: none;
}

.border-block .leaves:before {
    display: none
}

.border-block .leaves:after {
    position: absolute;
    height: 300px;
    width: 300px;
    top: -132px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    content: "";
    background: url(/monkee_boy/images/dist/cta_mobile-top.png) no-repeat;
    background-position: top;
    background-size: contain
}

@media screen and (min-width: 1024px) {
    .border-block .wrapper {
        margin-top: 0
    }

    .border-block .wrapper .border-container .content-container {
        padding: 45px 90px;
        border: 5px solid #242529
    }

    .border-block .wrapper .border-container .content-container p {
        padding: 0 30px
    }

    .border-block .wrapper .border-container:after {
        display: none
    }

    .border-block .leaves {
        position: absolute;
        bottom: 0;
        top: auto;
        width: 100%
    }

    .border-block .leaves:before {
        display: block;
        left: -30px;
        bottom: -25px;
        background: url(../../upload/images/dist/desktop-leaves-bottom-left.png) no-repeat;
        background-position: bottom;
        background-size: contain
    }

    .border-block .leaves:after,
    .border-block .leaves:before {
        position: absolute;
        height: 300px;
        width: 300px;
        top: auto;
        z-index: 3;
        content: ""
    }

    .full-width {
        filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7455%) hue-rotate(272deg) brightness(117%) contrast(100%);
    }

    .border-block .leaves:after {
        right: -30px;
        bottom: -19px;
        left: auto;
        margin: 0;
        background: url(../../upload/images/dist/desktop-leaves-bottom-right.png) no-repeat;
        background-position: bottom;
        background-size: contain
    }
}

@media screen and (min-width: 1170px) {
    .border-block .wrapper .border-container .content-container {
        padding: 45px 90px
    }

    .border-block .wrapper .border-container .content-container p {
        padding: 0 90px
    }

    .border-block .leaves:before {
        bottom: 4px;
        left: -90px;
        height: 268px;
        width: 350px;
    }

    .border-block .leaves:after {
        bottom: 10px;
        right: -90px;
        height: 268px;
        width: 350px;
    }
}

.page-navigation {
    margin-bottom: 20px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7
}

.page-navigation a {
    font-weight: 300;
    color: #333740
}

@media screen and (min-width: 1025px) {
    .page-navigation {
        margin-bottom: 10px
    }

    .page-navigation .view-all {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .page-navigation .page-prev {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .page-navigation .page-next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.page-navigation .view-all {
    padding-top: 15px;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .page-navigation .view-all {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #d7d7d7
    }
}

.page-navigation .view-all a {
    display: block
}

.page-navigation .view-all span {
    display: block;
    line-height: 10px
}

.page-navigation .view-all .icon {
    width: 34px;
    margin: 5px auto 0;
    padding-top: 5px
}

.page-navigation .page-next,
.page-navigation .page-prev {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-top: 35px;
    padding-bottom: 35px;
    font-weight: 300
}

.page-navigation .page-next .grid,
.page-navigation .page-prev .grid {
    gap: 20px
}

@media screen and (max-width: 750px) {

    .page-navigation .page-next .grid,
    .page-navigation .page-prev .grid {
        gap: 0
    }
}

.page-navigation .page-next .page-icon,
.page-navigation .page-prev .page-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

@media screen and (max-width: 1024px) {

    .page-navigation .page-next .page-icon,
    .page-navigation .page-prev .page-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px
    }
}

@media screen and (max-width: 750px) {

    .page-navigation .page-next .page-label,
    .page-navigation .page-prev .page-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 20px
    }
}

.page-navigation .page-next .icon,
.page-navigation .page-prev .icon {
    width: 30px
}

@media screen and (max-width: 1024px) {

    .page-navigation .page-next .icon,
    .page-navigation .page-prev .icon {
        width: 16px
    }
}

.page-navigation .page-next .page-name,
.page-navigation .page-next .static,
.page-navigation .page-prev .page-name,
.page-navigation .page-prev .static {
    line-height: 22px
}

.page-navigation .page-next .page-name,
.page-navigation .page-prev .page-name {
    display: block;
    font-weight: 700
}

.page-navigation .page-prev {
    padding-right: 15px;
    border-right: 1px solid #d7d7d7
}

@media screen and (max-width: 1024px) {
    .page-navigation .page-prev .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.page-navigation .page-next {
    padding-left: 15px;
    border-left: 1px solid #d7d7d7;
    text-align: right
}

@media screen and (min-width: 1025px) {
    .page-navigation .page-next .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media screen and (max-width: 1024px) {
    .page-navigation .page-next {
        border-left: none
    }
}

.page-navigation .button {
    display: block
}

.page-navigation .button span {
    display: block;
    padding: 12px 9.5px
}

@media screen and (max-width: 1024px) {
    .page-navigation .button span {
        padding: 9px 8.5px
    }
}

.page-navigation .button .icon {
    display: block
}

@media screen and (max-width: 1024px) {
    .page-navigation .button .icon.main {
        display: none;
        visibility: hidden
    }
}

@media screen and (min-width: 1025px) {
    .page-navigation .button .icon.alt {
        display: none;
        visibility: hidden
    }
}

.page-navigation .button.disabled {
    pointer-events: none
}

.page-navigation .button.disabled:before {
    background: #d7d7d7
}

.quote {
    font-weight: 300;
    color: #333740
}

.quote .icon {
    fill: #acca32
}

.quote p {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 42px
}

@media screen and (max-width: 750px) {
    .quote p {
        font-size: 22px;
        line-height: 32px
    }
}

.quote .attribution {
    width: 45%;
    float: right;
    line-height: 22px
}

@media screen and (max-width: 750px) {
    .quote .attribution {
        width: 65%
    }
}

.quote .name {
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

.quote .title {
    display: block;
    padding-left: 10px
}

.page.portfolio.alt .project-pb {
    position: relative;
    z-index: 1;
    margin-top: -128px
}

.portfolio-header:not(.alt) {
    margin-bottom: 55px;
    padding: 0 90px 25px;
    background: #f6f6f6 url(/monkee_boy/images/dist/halftone_header.png) no-repeat 100% 0
}

@media screen and (max-width: 1024px) {
    .portfolio-header:not(.alt) {
        padding: 0 0 30px
    }
}

.portfolio-header:not(.alt) .portfolio-header-image {
    position: relative;
    text-align: center;
    padding: 0 125px
}

@media screen and (max-width: 1024px) {
    .portfolio-header:not(.alt) .portfolio-header-image {
        padding: 0 50px
    }
}

@media screen and (max-width: 750px) {
    .portfolio-header:not(.alt) .portfolio-header-image {
        padding: 0
    }
}

.portfolio-header:not(.alt) .hero-image {
    width: 100%;
    margin-bottom: 15px
}

.portfolio-header.alt {
    position: relative;
    margin-bottom: 55px;
    padding-bottom: 90px;
    background: url(../../images/dist/gray-pattern-desktop.jpg) repeat 0 0
}

.portfolio-header.alt:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background: url(../../images/dist/torn_paper_bio.png) repeat-x 50%;
    background-size: cover
}

.portfolio-header.alt .portfolio-header-image {
    position: relative;
    height: 540px;
    margin-bottom: 70px
}

@media screen and (max-width: 750px) {
    .portfolio-header.alt .portfolio-header-image {
        height: 240px;
        margin-bottom: 50px
    }
}

.portfolio-header.alt .hero-image {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.portfolio-header.alt .leaves-left,
.portfolio-header.alt .leaves-right {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 280px;
    -webkit-transform: translateY(44.5%);
    transform: translateY(44.5%)
}

@media screen and (max-width: 750px) {

    .portfolio-header.alt .leaves-left,
    .portfolio-header.alt .leaves-right {
        width: 135px
    }
}

.portfolio-header.alt .leaves-left {
    left: 0
}

.portfolio-header.alt .leaves-right {
    right: 0
}

.portfolio-header h1 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px
}

@media screen and (min-width: 1025px) {
    .portfolio-header .button {
        position: absolute;
        right: 40px;
        bottom: 20px;
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .portfolio-header .button {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1024px) {
    .portfolio-numbers .grid-cell {
        padding-bottom: 15px
    }

    .portfolio-numbers .grid-cell:last-child {
        padding-bottom: 0
    }
}

.portfolio-numbers.first-page-builder-item {
    margin-top: -55px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(77%, #fff), color-stop(50%, #f6f6f6));
    background: linear-gradient(0deg, #fff 77%, #f6f6f6 0)
}

@media screen and (max-width: 750px) {
    .portfolio-numbers.first-page-builder-item {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(92%, #fff), color-stop(50%, #f6f6f6));
        background: linear-gradient(0deg, #fff 92%, #f6f6f6 0)
    }
}

.portfolio-number {
    padding: 15px 15px 25px;
    border: 8px solid #333740;
    text-align: center
}

@media screen and (max-width: 750px) {
    .portfolio-number {
        margin-bottom: 30px
    }
}

.portfolio-number .number,
.portfolio-number .number-title {
    display: block
}

.portfolio-number .number-title {
    font-size: 16px;
    font-family: effra, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #333740
}

.portfolio-number .number {
    font-size: 100px;
    font-family: effra, sans-serif;
    font-weight: 900;
    line-height: 90px;
    color: #23a38f
}

@media screen and (max-width: 1300px) {
    .portfolio-number .number {
        font-size: 80px;
        line-height: 75px
    }
}

@media screen and (max-width: 840px) {
    .portfolio-number .number {
        font-size: 60px;
        line-height: 55px
    }
}

@media screen and (max-width: 750px) {
    .portfolio-number .number {
        font-size: 100px;
        line-height: 90px
    }
}

.portfolio-number p {
    margin-bottom: 0;
    font-size: 24px;
    font-family: effra, sans-serif;
    font-weight: 300;
    line-height: 36px;
    color: #242529
}

@media screen and (max-width: 780px) {
    .portfolio-number p {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width: 750px) {
    .portfolio-number p {
        font-size: 24px;
        line-height: 36px
    }
}

.project-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 3px solid #333740;
    border-left: 1px solid #333740
}

@media screen and (max-width: 750px) {
    .project-details {
        display: block
    }
}

.project-details .grid-cell {
    padding: 15px 20px;
    color: #454a54;
    font-size: 14px;
    font-family: ff-tisa-web-pro, georgia;
    font-style: italic;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #333740;
    border-bottom: 1px solid #333740;
    box-sixing: border-box;
    background: #fff
}

@media screen and (max-width: 750px) {
    .project-details .grid-cell {
        white-space: normal
    }
}

.project-details .grid-cell span {
    font-size: 16px;
    font-weight: 700;
    font-style: none;
    letter-spacing: .8px
}

.button-grid {
    position: relative;
    z-index: 1;
    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;
    margin-top: -20px;
    margin-left: -30px
}

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

.button-grid a,
.button-grid button {
    margin-top: 20px;
    margin-left: 30px
}

.image-list h2 {
    margin-bottom: 32px;
    color: #333740;
    font-family: ff-tisa-web-pro, georgia;
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width: 750px) {
    .image-list h2 {
        font-size: 38px
    }
}

.image-list .grid {
    margin-top: -30px
}

.image-list .image-list-container {
    position: relative;
    margin-top: 30px;
    padding-left: 50px
}

.image-list .icon {
    position: absolute;
    top: -8px;
    left: 0;
    width: 38px;
    height: 38px
}

.jungle-news-item .category-icon,
.jungle-news-slider .category-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 15px
}

.jungle-news-item .article-details,
.jungle-news-slider .article-details {
    margin-bottom: 15px;
    font-weight: 700
}

.jungle-news-item .article-details .article-date,
.jungle-news-slider .article-details .article-date {
    padding-right: 5px;
    color: #6b8e23;
    text-transform: uppercase
}

.jungle-news-item .article-details .article-category,
.jungle-news-slider .article-details .article-category {
    padding-left: 5px
}

.jungle-news-item h4,
.jungle-news-slider h4 {
    color: #333740;
    font-size: 24px;
    line-height: 30px
}

@media screen and (max-width: 750px) {

    .jungle-news-item h4,
    .jungle-news-slider h4 {
        font-size: 22px;
        line-height: 28px
    }
}

.jungle-news-item p:last-child,
.jungle-news-slider p:last-child {
    margin-bottom: 0
}

.jungle-news-slider {
    margin-top: 30px;
    margin-bottom: 80px
}

@media screen and (max-width: 750px) {
    .jungle-news-slider {
        margin-bottom: 160px
    }
}

.jungle-news-slider:after,
.jungle-news-slider:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    width: 130px;
    height: 100%;
    background: linear-gradient(90deg, #fff 30px, #FFFFFF00)
}

@media screen and (max-width: 750px) {

    .jungle-news-slider:after,
    .jungle-news-slider:before {
        display: none
    }
}

.jungle-news-slider:before {
    left: 0
}

.jungle-news-slider:after {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (min-width: 751px) {
    .jungle-news-slider .splide__arrows {
        position: absolute;
        top: -28px;
        right: 130px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media screen and (max-width: 1170px) {
    .jungle-news-slider .splide__arrows {
        right: 70px
    }
}

@media screen and (max-width: 750px) {
    .jungle-news-slider .splide__arrows {
        position: absolute;
        left: 50%;
        bottom: -20px;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        z-index: 1;
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 15px
    }
}

.jungle-news-slider .splide__arrow {
    width: 60px;
    height: 60px;
    z-index: 2;
    font-size: 0;
    line-height: 0
}

.jungle-news-slider .splide__arrow:disabled {
    pointer-events: none
}

.jungle-news-slider .splide__arrow:disabled:before {
    display: none
}

@media screen and (min-width: 751px) {
    .jungle-news-slider .splide__arrow.splide__arrow--prev {
        margin-right: 20px
    }
}

.jungle-news-slider .splide__arrow.splide__arrow--next .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.jungle-news-slider .splide__arrow .icon {
    width: 24px;
    height: 34px
}

.jungle-news-slider .splide__list {
    position: relative
}

.jungle-news-slider .splide__list:before {
    position: absolute;
    top: 0;
    left: -140px;
    right: -140px;
    z-index: 1;
    content: "";
    height: 30px;
    background: url(../../images/dist/vine-repeater.png) repeat-x top;
    pointer-events: none
}

.jungle-news-slider .splide__slide {
    padding-top: 17px
}

.jungle-news-slider .jungle-news-cta {
    padding: 30px;
    border: 5px solid #242529
}

.jungle-news-slider .jungle-news-cta h4 {
    margin-bottom: 20px
}

.jungle-news-year {
    margin-bottom: 40px;
    border-bottom: 3px solid #242529
}

.jungle-news-year h3:before {
    display: none
}

.jungle-news-item {
    position: relative;
    margin-bottom: 60px;
    padding-left: 90px
}

.jungle-news-item .category-icon {
    position: absolute;
    top: 0;
    left: 0
}

.slideshow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
    margin-bottom: 50px;
    background: url(../../images/dist/gray-pattern-desktop.jpg) repeat 0 0
}

@media screen and (max-width: 750px) {
    .slideshow {
        margin-bottom: 155px
    }
}

.slideshow .splide__arrows {
    position: absolute;
    right: 130px;
    bottom: -20px;
    z-index: 1;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 24px;
    background: #fff
}

@media screen and (max-width: 1170px) {
    .slideshow .splide__arrows {
        right: 70px
    }
}

@media screen and (max-width: 1024px) {
    .slideshow .splide__arrows {
        right: 15px
    }
}

@media screen and (max-width: 750px) {
    .slideshow .splide__arrows {
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%)
    }
}

.slideshow .button {
    display: block
}

.slideshow .button span {
    display: block;
    padding: 12px
}

.slideshow .button.splide__arrow--next .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slideshow .button .icon {
    display: block;
    width: 30px
}

.slideshow .splide__track {
    margin-top: -100px
}

.slideshow .slide {
    padding-left: 130px;
    padding-right: 130px
}

@media screen and (max-width: 1170px) {
    .slideshow .slide {
        padding-right: 70px;
        padding-left: 70px
    }
}

@media screen and (max-width: 1024px) {
    .slideshow .slide {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 751px) {
    .slideshow .image-container {
        max-width: 80%;
        margin: 0 auto
    }
}

.questions {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px
}

.questions .question {
    margin-bottom: 10px;
    color: #1b7e6f;
    text-transform: none
}

.questions p {
    margin-bottom: 0
}

.team-member-profile-header {
    display: grid;
    grid-template-columns: 330px 1fr;
    grid-gap: 70px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
    margin-bottom: 70px;
    padding: 25px 50px;
    background: url(../../images/dist/gray-pattern-desktop.jpg) repeat top
}

.team-member-profile-header:before {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    z-index: 0;
    content: "";
    height: 5px;
    background: url(../../images/dist/torn_paper_bio.png) repeat-x 50%
}

@media screen and (max-width: 1024px) {
    .team-member-profile-header {
        grid-template-columns: 180px 1fr;
        grid-gap: 50px;
        padding: 25px 15px
    }
}

@media screen and (max-width: 750px) {
    .team-member-profile-header {
        grid-template-columns: 1fr;
        grid-gap: 25px
    }
}

.team-member-profile-header>.grid-cell {
    padding: 30px 20px 0;
    margin-bottom: 60px
}

@media screen and (max-width: 1024px) {
    .team-member-profile-header>.grid-cell {
        padding: 0;
        margin-bottom: 45px
    }
}

.team-member-profile-header img {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 15px;
    border-radius: 6.5%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)
}

.team-member-profile-header h1 {
    text-align: left
}

.team-member-profile-header .profile-intro {
    position: relative;
    margin-top: 30px;
    padding-top: 30px
}

.team-member-profile-header .profile-intro:before {
    position: absolute;
    top: 0;
    right: -20px;
    left: -20px;
    content: "";
    border-top: 1px solid #333740
}

@media screen and (max-width: 1024px) {
    .team-member-profile-header .profile-intro:before {
        right: 0;
        left: 0
    }
}

.team-member-illistration {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px
}

@media screen and (max-width: 750px) {
    .team-member-illistration {
        grid-template-columns: 1fr;
        grid-gap: 25px
    }
}

.team-member-illistration .illistration img {
    position: relative;
    margin-top: -155px
}

@media screen and (max-width: 1024px) {
    .team-member-illistration .illistration img {
        margin-top: -135px
    }
}

@media screen and (min-width: 751px) {
    .team-member-illistration .illistration {
        grid-row: 1;
        grid-column: 2
    }
}

.team-member-illistration .team-member-body :last-child {
    margin-bottom: 0
}

.team-member-illistration .gutter-left {
    padding-left: 0
}

.team-member-illistration .gutter-right {
    padding-right: 0
}

.team-member-candid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 50px;
    padding: 0 50px
}

.team-member-candid img {
    border-radius: 4px
}

@media screen and (max-width: 1024px) {
    .team-member-candid {
        padding: 0 15px
    }
}

@media screen and (max-width: 750px) {
    .team-member-candid {
        grid-template-columns: 1fr
    }
}

.team-members {
    padding: 0 20px
}

@media screen and (max-width: 750px) {
    .team-members {
        padding: 0 10px
    }
}

.team-members .grid-cell.team-member {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    text-align: center;
    line-height: 0
}

.team-members .team-member-content {
    position: relative;
    display: block;
    padding: 25px;
    background: url(../../images/dist/gray-pattern-desktop.jpg) repeat top;
    text-decoration: none
}

@media screen and (max-width: 1024px) {
    .team-members .team-member-content {
        padding: 10px 10px 20px
    }
}

.team-members .team-member-content:before {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    z-index: 0;
    content: "";
    height: 5px;
    background: url(../../images/dist/torn_paper_bio.png) repeat-x 50%
}

.team-members .team-member-content:focus .bg-hover,
.team-members .team-member-content:hover .bg-hover {
    opacity: 1
}

.team-members .team-member-content:focus .counter,
.team-members .team-member-content:focus .name,
.team-members .team-member-content:focus .title,
.team-members .team-member-content:hover .counter,
.team-members .team-member-content:hover .name,
.team-members .team-member-content:hover .title {
    color: #fff
}

.team-members .team-member-content:focus .name,
.team-members .team-member-content:hover .name {
    text-decoration: none
}

.team-members .team-member-content:focus .name:after,
.team-members .team-member-content:hover .name:after {
    border-bottom-color: #fff
}

.team-members .bg-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url(../../images/dist/charcoal-pattern-desktop.jpg) repeat top;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.team-members .bg-hover:after {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    content: "";
    height: 5px;
    background: url(../../images/dist/torn_paper_bio_dark.png) repeat-x 50%
}

.team-members img {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 15px;
    border-radius: 6.5%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)
}

.team-members .name {
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
    padding-bottom: 14px;
    text-decoration: underline
}

.team-members .name,
.team-members .name:after {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.team-members .name:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-bottom: 1px solid #333740
}

.team-members .title {
    position: relative;
    z-index: 1;
    color: #333740;
    font-family: ff-tisa-web-pro, georgia;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    letter-spacing: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-decoration: none
}

@media screen and (max-width: 1024px) {
    .team-members .title {
        font-size: 14px;
        line-height: 18px
    }
}

.team-members .counter {
    position: absolute;
    right: 25px;
    bottom: 5px;
    z-index: 1;
    color: #333740;
    font-family: ff-tisa-web-pro, georgia;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .01em;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media screen and (max-width: 1024px) {
    .team-members .counter {
        right: 10px;
        font-size: 10px;
        line-height: 12px
    }
}

.team-members .counter .divider {
    font-style: italic
}

.blog-post-list .blog-post-cta {
    padding-bottom: 50px
}

.blog-post-list .blog-post-cta.full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    padding-top: 50px;
    background: #f6f6f6
}

@media screen and (max-width: 750px) {
    .blog-post-list .blog-post-cta.full {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog-post-list .blog-post-cta.full .grid-cell {
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

@media screen and (max-width: 750px) {
    .blog-post-list .blog-post-cta.full .grid-cell {
        padding-right: 0;
        padding-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.blog-post-list .blog-post-cta.full .post-data {
    padding-right: 0;
    padding-left: 15px
}

@media screen and (max-width: 750px) {
    .blog-post-list .blog-post-cta.full .post-data {
        padding-left: 0
    }
}

.blog-post-cta .post-data h4 {
    color: #242529
}

.blog-post-cta .post-info {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #333740
}

.blog-post-cta .post-info .categories {
    padding-right: 10px
}

.blog-post-cta .post-info .date {
    display: inline-block
}

.blog-post-cta p {
    margin-bottom: 20px
}

@media screen and (max-width: 750px) {
    .alt-background .blog-post-cta {
        padding-bottom: 50px
    }

    .alt-background .blog-post-cta:last-child {
        padding-bottom: 0
    }
}

.blog-post .blog-post-image {
    margin-bottom: 10px
}

.blog-post .blog-share,
.blog-post .post-info {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #d7d7d7
}

.blog-post .post-info {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.blog-post .post-info .categories {
    padding-right: 10px
}

.blog-post .post-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    float: right
}

@media screen and (max-width: 1024px) {
    .blog-post .post-info .info {
        float: none
    }
}

.blog-post .post-info .date {
    display: inline-block
}

@media screen and (max-width: 1024px) {
    .blog-post .post-info .date {
        display: block
    }
}

.blog-post .post-info .author {
    display: inline-block
}

@media screen and (max-width: 1024px) {
    .blog-post .post-info .author {
        display: block;
        float: none
    }
}

.blog-post .blog-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.blog-post .blog-share .icon {
    display: block
}

.blog-post .blog-share .icon svg {
    display: block;
    width: 35px;
    height: 35px !important
}

@media screen and (min-width: 1024px) {
    .blog-post .blog-share {
        margin-top: 20px;
        padding-bottom: 20px
    }
}

.recent-posts {
    padding: 10px 0 80px
}

.text-slider.row-gutter {
    margin-top: 120px;
    margin-bottom: 80px
}

@media screen and (min-width: 1025px) {
    .text-slider .text-slider-container {
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .text-slider .page-prev {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .text-slider .page-prev .button span {
        border-right-width: 0
    }

    .text-slider .page-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .text-slider .page-next .button:before {
        left: 3px
    }

    .text-slider .page-next .button span {
        border-left-width: 0
    }

    .text-slider .page-next .button:hover:before {
        left: 0
    }
}

.text-slider .text-slider-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .text-slider .text-slider-wrap {
        margin: 0 15px
    }
}

.text-slider .text-slider-wrap:after {
    position: absolute;
    height: 90px;
    width: 90px;
    right: -10px;
    bottom: 30px;
    z-index: 5;
    content: "";
    background: url(/monkee_boy/images/dist/mobile-bottom-leaf.png) no-repeat;
    background-position: bottom;
    background-size: contain
}

.text-slider .wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.text-slider .leaves {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    pointer-events: none
}

.text-slider .leaves:before {
    display: none
}

.text-slider .leaves:after {
    position: absolute;
    height: 300px;
    width: 300px;
    top: -175px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    content: "";
    background: url(/monkee_boy/images/dist/mobile-top-leaf.png) no-repeat;
    background-position: top;
    background-size: contain
}

.text-slider .text-slider-track {
    position: absolute;
    top: 0;
    left: 0
}

.text-slider .text-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .3)), to(hsla(0, 0%, 100%, .3))), url(/monkee_boy/images/dist/gray-pattern-mobile.jpg);
    background: linear-gradient(hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3)), url(/monkee_boy/images/dist/gray-pattern-mobile.jpg);
    background-repeat: repeat;
    background-position: 50%
}

.text-slider .text-slider-slide .button {
    white-space: nowrap
}

.text-slider .text-slider-slide .border-container {
    z-index: 5;
    padding: 45px 30px;
    border: 8px solid #242529
}

.text-slider .page-next,
.text-slider .page-prev {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    padding-bottom: 45px
}

@media screen and (max-width: 1024px) {

    .text-slider .page-next,
    .text-slider .page-prev {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-bottom: 20px;
        text-align: right
    }
}

.text-slider .page-next.disabled span,
.text-slider .page-prev.disabled span {
    background: #fff
}

.text-slider .page-next.disabled .button:before,
.text-slider .page-prev.disabled .button:before {
    opacity: 0
}

.text-slider .page-next .button span,
.text-slider .page-prev .button span {
    padding-bottom: 2px;
    white-space: nowrap
}

.text-slider .page-next .icon,
.text-slider .page-prev .icon {
    width: 30px
}

.text-slider .page-prev {
    position: relative;
    z-index: 2;
    right: -11px;
    padding-top: 90px
}

@media screen and (max-width: 1024px) {
    .text-slider .page-prev {
        right: 0;
        padding-top: 0;
        padding-right: 10px
    }
}

.text-slider .page-prev a.button:before {
    left: auto;
    right: 6px
}

.text-slider .page-prev a.button:hover:before {
    left: auto;
    right: 0
}

.text-slider .page-next {
    position: relative;
    z-index: 2;
    left: -11px;
    padding-top: 90px;
    text-align: right
}

@media screen and (max-width: 1024px) {
    .text-slider .page-next {
        left: 0;
        padding-top: 0;
        padding-left: 10px;
        text-align: left
    }
}

.text-slider .page-next .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (min-width: 1025px) {
    .text-slider .text-slider-wrap:after {
        display: none
    }

    .text-slider .text-slider-slide .border-container {
        padding: 45px 90px;
        border: 5px solid #242529
    }

    .text-slider .wrapper {
        position: absolute
    }

    .text-slider .leaves {
        position: absolute;
        bottom: 0;
        top: auto;
        width: 100%
    }

    .text-slider .leaves:before {
        display: block;
        left: -90px;
        bottom: 3px;
        background: url(/monkee_boy/images/dist/desktop-leaves-bottom-left.png) no-repeat;
        background-position: bottom;
        background-size: contain
    }

    .text-slider .leaves:after,
    .text-slider .leaves:before {
        position: absolute;
        height: 300px;
        width: 300px;
        top: auto;
        z-index: 1;
        content: ""
    }

    .text-slider .leaves:after {
        right: -90px;
        bottom: 9px;
        left: auto;
        margin: 0;
        background: url(/monkee_boy/images/dist/desktop-leaves-bottom-right.png) no-repeat;
        background-position: bottom;
        background-size: contain
    }
}

@media screen and (min-width: 1170px) {
    .text-slider .text-slider-slide .border-container {
        padding: 45px 120px
    }

    .text-slider .leaves:before {
        bottom: -3px;
        height: 350px;
        width: 350px
    }

    .text-slider .leaves:after {
        bottom: 3px;
        height: 350px;
        width: 350px
    }
}

.branding-logos {
    text-align: center
}

@media screen and (max-width: 750px) {
    .branding-logos.grid {
        margin-bottom: 20px
    }
}

.branding-logos img {
    max-width: 60%;
}

@media screen and (max-width: 750px) {
    .branding-logos .grid-cell {
        margin-bottom: 30px
    }
}

.tippy-tooltip.monkeeboy-theme {
    background-color: #23a38f;
    color: #fff
}

.tippy-tooltip.monkeeboy-theme[data-animatefill] {
    background-color: transparent
}

.tippy-tooltip.monkeeboy-theme .tippy-backdrop {
    background-color: #23a38f
}

.tippy-tooltip.monkeeboy-theme[x-placement^=top] .tippy-arrow {
    border-top-color: #23a38f
}

.tippy-tooltip.monkeeboy-theme[x-placement^=bottom] .tippy-arrow {
    border-bottom-color: #23a38f
}

.tippy-tooltip.monkeeboy-theme[x-placement^=left] .tippy-arrow {
    border-left-color: #23a38f
}

.tippy-tooltip.monkeeboy-theme[x-placement^=right] .tippy-arrow {
    border-right-color: #23a38f
}

.alert {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 25px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    color: #fff;
    line-height: 24px;
    background: url(../../images/dist/charcoal-pattern-desktop.jpg) repeat top
}

@media screen and (max-width: 750px) {
    .alert {
        grid-template-columns: 1fr auto;
        padding: 20px 15px;
        line-height: 20px;
        background-image: url(../../images/dist/charcoal-pattern-mobile.jpg)
    }
}

.alert .icon {
    width: 50px
}

@media screen and (max-width: 750px) {
    .alert .icon {
        width: 40px
    }
}

@media screen and (max-width: 750px) {
    .alert .alert-content {
        grid-column: span 2;
        grid-row: 2
    }
}

.alert .alert-content :last-child {
    margin-bottom: 0
}

.alert a {
    color: #3ebb9c;
    text-decoration: underline
}

.alert a:focus,
.alert a:hover {
    color: #3ebb9c;
    text-decoration: none
}

.alert .close {
    position: relative;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    border: 3px solid #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.alert .close .icon {
    fill: #fff;
    width: 24px;
    height: 24px
}

@media screen and (max-width: 750px) {
    .alert .close .icon {
        width: 20px;
        height: 20px
    }
}

.alert .close span {
    position: absolute;
    tab-index: -99999px
}

@media screen and (max-width: 750px) {
    .alert .close {
        grid-column: 2;
        grid-row: 1;
        width: 40px;
        height: 40px
    }
}

.alert .close:hover {
    background: #fff
}

.alert .close:hover .icon {
    fill: #242529
}

.our-work-header {
    margin-bottom: 15px
}

.our-work-buttons {
    text-align: right
}

.our-work-buttons .button {
    margin-right: 25px
}

.our-work-buttons .button:last-child {
    margin-right: 0
}

@media screen and (max-width: 750px) {
    .our-work-buttons {
        padding-bottom: 20px;
        text-align: left
    }
}

img {
    max-width: 100%;
    height: auto !important
}

img.full-width {
    width: 100%
}

.min-content {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 900px) {
    .min-content {
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important
    }
}

.content {
    position: relative
}

.content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    pointer-events: none;
    opacity: 0;
    background: #242529
}

.mobile-nav-open .content:before {
    pointer-events: auto;
    opacity: .3
}

.skip-link {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 15px 25px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    background-color: #046c5f;
    -webkit-box-shadow: 0 0 4px 4px #23a38f;
    box-shadow: 0 0 4px 4px #23a38f
}

.skip-link:focus {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -150px;
    color: #fff
}

.page {
    position: relative;
}

.page::before {
    content: "";
    background: url(../../upload/images/dist/topleaves.png) no-repeat 0 0 / 210px auto, url(../../upload/images/dist/halftone_header.png) no-repeat 100% 0 / 800px auto;
    position: absolute;
    top: -56px;
    width: 100%;
    height: 100%;
    left: -39px;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    /* .page {
        background:url(/monkee_boy/images/dist/banner-mobile.png) no-repeat 0 0/100px auto,url(/monkee_boy/images/dist/halftone_header.png) no-repeat 100% 0/375px auto
    } */
}

.page-header {
    max-width: 860px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-header .accent-title,
.page-header .intro {
    text-align: center
}

.page-header p {
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .page-header {
        padding-bottom: 0px;
        padding-top: 70px;
    }

}

.alt-background {
    padding: 80px 0;
    background: #f6f6f6
}

.alt-background.with-headline__recent-posts {
    margin-bottom: -20px;
    padding-bottom: 0
}

.alt-background.with-headline__recent-posts .gutter-right {
    text-align: left
}

@media screen and (min-width: 751px) {
    .alt-background.with-headline__recent-posts .gutter-right {
        text-align: right
    }
}

@media screen and (max-width: 750px) {
    .alt-background.with-headline__recent-posts .text-align-right {
        text-align: left
    }
}

@media screen and (max-width: 750px) {
    .alt-background.with-headline__recent-posts {
        margin-bottom: -40px
    }
}

@media screen and (max-width: 750px) {
    .with-headline__recent-posts .text-align-right {
        padding-bottom: 20px;
        text-align: left
    }
}

.relative {
    position: relative
}

.notransition,
.notransition:after,
.notransition:before {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

@media screen and (max-width: 1024px) {
    .only-desktop {
        display: none !important
    }
}

@media screen and (min-width: 1025px) {
    .only-mobile {
        display: none !important
    }
}

@media screen and (max-width: 750px) {
    .show-desktop {
        display: none !important
    }
}

@media screen and (min-width: 751px) {
    .show-mobile {
        display: none !important
    }
}

@media screen and (max-width: 1024px) {
    body {
        margin-top: 65px
    }

    .mobile-nav-open,
    .mobile-nav-open body {
        overflow: hidden
    }

    header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 4
    }

    header .only-mobile {
        position: relative;
        z-index: 6;
        background: #fff;
        -webkit-box-shadow: 0 0 20px 0 rgba(66, 79, 82, .25);
        box-shadow: 0 0 20px 0 rgba(66, 79, 82, .25)
    }

    header .mobile-trigger {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
        flex: 0 0 58px;
        border-left: 1px solid #f6f6f6
    }

    header .mobile-trigger a {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    header .mobile-trigger a .icon {
        display: block;
        width: 45px;
        height: 45px
    }

    header .logo {
        padding-left: 15px
    }

    header .-logo-horizontal {
        display: block;
        width: 170px;
        height: 65px;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

    header .-logo-horizontal .logo {
        background: #fff
    }

    header .-logo-horizontal .text {
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        opacity: 0
    }

    header .sticky-contact {
        position: relative;
        width: auto;
        border-bottom: none
    }

    header .sticky-contact .walkie-icon {
        left: 35px;
        font-size: inherit
    }

    header .sticky-contact .sound {
        opacity: 1
    }

    header .sticky-contact .sticky-contact-text {
        left: 100px
    }

    header .sticky-contact:hover .sound {
        opacity: 0
    }

    header .sticky-contact:hover .howdy {
        opacity: 1
    }

    nav {
        position: fixed;
        top: 62px;
        left: -100%;
        z-index: 5;
        width: 240px;
        max-height: 100%;
        background: #fff;
        -webkit-box-shadow: 0 0 20px 0 rgba(66, 79, 82, .25);
        box-shadow: 0 0 20px 0 rgba(66, 79, 82, .25);
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        pointer-events: none;
        opacity: 0;
        overflow: auto;
    }

    .mobile-nav-open nav {
        pointer-events: auto;
        opacity: 1;
        left: 0
    }

    nav>ul {
        margin-top: 64px !important
    }

    nav ul {
        margin: 0;
        padding: 0;
        border-top: 1px solid #d7d7d7;
        list-style: none
    }

    nav li {
        margin: 0;
        border-bottom: 1px solid #d7d7d7
    }

    nav li.open>a,
    nav li:hover>a {
        padding-left: 17px;
        color: #046c5f
    }

    nav li.open .icon,
    nav li:hover .icon {
        left: -40px
    }

    nav li.current {
        position: relative
    }

    nav li.current:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        height: 56px;
        border-right: 4px solid #046c5f
    }

    nav a {
        position: relative;
        display: block;
        padding: 15px 15px 15px 65px;
        color: #333740;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase
    }

    nav a,
    nav a .icon {
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

    nav a .icon {
        position: absolute;
        top: 50%;
        left: 17px;
        width: 30px;
        height: 30px !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    nav .dropdown {
        display: none;
        padding: 18px 18px 18px 30px;
        background: url(/monkee_boy/images/dist/clean-gray-paper.png) repeat 50%
    }

    nav .dropdown li {
        border: none
    }

    nav .dropdown li li:hover>a {
        padding-left: 0
    }

    nav .dropdown li.current a {
        color: #046c5f;
        border-bottom-color: #046c5f
    }

    nav .dropdown li.current:after {
        display: none
    }

    nav .dropdown a {
        display: inline;
        padding: 0;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-indent: 0;
        text-transform: none;
        line-height: 32px;
        border-bottom: 1px solid transparent
    }

    nav .dropdown a:hover {
        padding-left: 0;
        color: #046c5f
    }

    nav .has-dropdown>a {
        position: relative;
        padding-right: 30px
    }

    nav .has-dropdown>a:after,
    nav .has-dropdown>a:before {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        border-top: 2px solid #1b7e6f;
        content: "";
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none
    }

    nav .has-dropdown>a:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }

    nav .has-dropdown.open a:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    nav .has-dropdown.open .dropdown {
        display: block
    }
}

@media screen and (min-width: 1025px) {
    body {
        margin-left: 160px
    }

    header {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        overflow-x: hidden;
        overflow-y: auto;
        width: 160px;
        padding-bottom: 103px;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        background: #fff;
        -webkit-box-shadow: 0 0 20px 0 rgba(66, 79, 82, .25);
        box-shadow: 0 0 20px 0 rgba(66, 79, 82, .25)
    }

    header .-logo-vertical {
        display: block;
        width: 100px;
        height: 100px;
        margin: 30px auto
    }

    nav>ul {
        margin-bottom: 85px
    }

    nav ul {
        margin: 0;
        padding: 0;
        border-top: 1px solid #d7d7d7;
        list-style: none
    }

    nav li {
        margin: 0;
        border-bottom: 1px solid #d7d7d7
    }

    nav li.open .icon,
    nav li:hover .icon {
        left: -40px
    }

    nav li.open>a,
    nav li:hover>a {
        padding-left: 17px;
        color: #046c5f
    }

    nav li.current {
        position: relative
    }

    nav li.current:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        height: 60px;
        border-right: 4px solid #046c5f
    }

    nav a {
        position: relative;
        display: block;
        padding: 15px 15px 15px 47px;
        color: #333740;
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        text-decoration: none;
        text-transform: uppercase
    }

    nav a,
    nav a .icon {
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

    nav a .icon {
        position: absolute;
        top: 50%;
        left: 13px;
        width: 28px;
        height: 28px !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    nav .dropdown {
        display: none;
        padding: 18px 18px 18px 30px;
        background: url(/monkee_boy/images/dist/clean-gray-paper.png) repeat 50%
    }

    nav .dropdown li {
        line-height: 0;
        padding-bottom: 15px;
        border: none
    }

    nav .dropdown li:last-child {
        padding-bottom: 0
    }

    nav .dropdown li:hover a {
        padding-left: 0;
        color: #333740
    }

    nav .dropdown li.current:hover a,
    nav .dropdown li.current a {
        padding-left: 0;
        color: #046c5f;
        border-bottom-color: #046c5f
    }

    nav .dropdown li.current:after,
    nav .dropdown li.current:hover:after {
        display: none
    }

    nav .dropdown a {
        display: inline;
        padding: 0;
        color: #333740;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0;
        text-indent: 0;
        text-transform: none;
        border-bottom: 1px solid transparent
    }

    nav .dropdown a:hover {
        color: #333740;
        border-bottom-color: #046c5f
    }

    nav .has-dropdown>a {
        position: relative;
        padding-right: 30px
    }

    nav .has-dropdown>a:after,
    nav .has-dropdown>a:before {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        border-top: 2px solid #1b7e6f;
        content: "";
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        opacity: 1
    }

    nav .has-dropdown>a:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }

    nav .has-dropdown.open .dropdown {
        display: block
    }

    nav .has-dropdown.open a:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.sticky-contact:hover #waves-one {
    -webkit-animation: e .8s ease-in .4s infinite forwards;
    animation: e .8s ease-in .4s infinite forwards
}

.sticky-contact:hover #waves-two {
    -webkit-animation: e .8s ease-in .2s infinite forwards;
    animation: e .8s ease-in .2s infinite forwards
}

.sticky-contact:hover #waves-three {
    -webkit-animation: e .8s ease-in infinite forwards;
    animation: e .8s ease-in infinite forwards
}

@-webkit-keyframes e {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes e {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.sticky-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 160px;
    height: 85px;
    padding: 0;
    background: #42c134;
}

.sticky-contact .walkie-icon {
    position: absolute;
    top: 46%;
    left: -4px;
    width: auto;
    height: 55px;
    font-size: inherit;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    fill: #fff
}

.sticky-contact .walkie-icon #speech-bubble {
    opacity: 0
}

.sticky-contact .sticky-contact-text {
    position: absolute;
    top: 50%;
    left: 58px;
    display: block;
    color: #fff;
    font-size: 17px;
    font-family: effra, sans-serif;
    font-weight: 300;
    line-height: 21px;
    white-space: nowrap;
    text-indent: 0;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sticky-contact .sticky-contact-text span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

footer {
    position: relative;
    overflow: visible;
    padding: 0 15px 30px;
    color: #333740;
    font-size: 16px;
    font-family: effra, sans-serif;
    font-weight: 400;
    line-height: 30px;
    /* background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(hsla(0,0%,100%,.3))),url(/monkee_boy/images/dist/gray-pattern-mobile.jpg);
    background: linear-gradient(hsla(0,0%,100%,.3),hsla(0,0%,100%,.3)),url(/monkee_boy/images/dist/gray-pattern-mobile.jpg); */
    background-repeat: repeat;
    background-position: 50%
}

@media screen and (max-width: 749px) {
    footer:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        content: "";
        background: #fff
    }
}

footer:after {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
    /* background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(hsla(0,0%,100%,.3))),url(/monkee_boy/images/dist/footer_paper_tear.png);
    background: linear-gradient(hsla(0,0%,100%,.3),hsla(0,0%,100%,.3)),url(/monkee_boy/images/dist/footer_paper_tear.png); */
    background-size: cover
}

@media screen and (min-width: 750px) {
    footer:after {
        top: -5px
    }
}

@media screen and (min-width: 1024px) {
    footer .container {
        padding-left: 290px
    }
}

@media screen and (max-width: 1023px) and (min-width:750px) {
    footer .container {
        padding-left: 220px
    }
}

footer .social-container {
    position: relative;
    z-index: 2;
    width: 200px;
    aspect-ratio: 25/33;
    /* background: url(/monkee_boy/images/dist/monkey-hand-w-phone.png); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

footer .social-container .social {
    position: absolute;
    bottom: 75px;
    left: 38px;
    display: grid;
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
    grid-template-columns: 1fr 1fr
}

@media screen and (min-width: 1024px) {
    footer .social-container .social {
        bottom: 105px;
        left: 55px
    }
}

footer .social-container a.icon {
    display: block;
    margin: 0 8px 15px
}

@media screen and (min-width: 1170px) {
    footer .social-container a.icon {
        margin: 0 10px 20px
    }
}

footer .social-container svg {
    width: 27px;
    height: 27px
}

@media screen and (min-width: 1170px) {
    footer .social-container svg {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width: 749px) {
    footer .social-container {
        margin: 0 auto
    }
}

@media screen and (min-width: 750px) and (max-width:1023px) {
    footer .social-container {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 15px;
        width: 200px;
        height: 264px
    }
}

@media screen and (min-width: 1024px) and (max-width:1169px) {
    footer .social-container {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 40px;
        width: 250px;
        height: 330px
    }
}

@media screen and (min-width: 1170px) {
    footer .social-container {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 90px;
        width: 250px;
        height: 330px
    }
}

footer .footer-content p {
    font-size: 15px;
    font-family: ff-tisa-web-pro, georgia;
    font-style: italic;
    line-height: 20px
}

@media screen and (max-width: 749px) {
    footer .footer-content {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #242529
    }
}

@media screen and (min-width: 750px) {
    footer .footer-content {
        padding-bottom: 30px
    }
}

footer .location {
    position: relative
}

footer .location .contact-info {
    position: relative;
    z-index: 1
}

footer .location .contact-info .title {
    letter-spacing: .1em;
    text-transform: uppercase
}

footer .location .contact-info .title,
footer .location .contact-info a {
    font-size: 14px;
    font-family: ff-tisa-web-pro, georgia;
    font-weight: 700;
    line-height: 1.4
}

@media screen and (max-width: 1023px) {
    footer .location .contact-info {
        display: block
    }
}

@media screen and (min-width: 1024px) {
    footer .location .contact-info {
        font-size: 15px
    }
}

footer .location .location-address,
footer .location .location-phone {
    position: relative;
    padding: 10px 10px 10px 35px;
    text-align: left;
    border-top: 1px solid #242529
}

@media screen and (min-width: 1024px) {

    footer .location .location-address,
    footer .location .location-phone {
        padding: 8px 10px 10px 35px
    }
}

footer .location .location-phone {
    border-bottom: 1px solid #242529
}

footer .location .icon {
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 20px;
    height: 27px
}

footer .footer-nav {
    margin-top: 10px;
    padding-left: 10px
}

footer .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 40px
}

footer .footer-nav ul,
footer .footer-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

@media screen and (max-width: 749px) {
    footer .footer-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

footer .footer-nav a {
    font-size: 14px;
    font-family: ff-tisa-web-pro, georgia;
    font-weight: 700;
    line-height: 1.4
}

@media screen and (min-width: 750px) and (max-width:1023px) {
    footer .footer-nav {
        grid-column: span 2
    }
}

@media screen and (min-width: 1170px) {
    footer {
        padding: 30px 90px
    }
}

@media screen and (max-width: 1169px) and (min-width:1024px) {
    footer {
        overflow: visible;
        padding: 30px 40px
    }
}

@media screen and (max-width: 1023px) and (min-width:750px) {
    footer {
        overflow: visible;
        padding: 30px 15px
    }
}

/*# sourceMappingURL=style.css.map */
.tabbox ul {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.portfolio-wrapper a img {
    display: block;
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: 4s !important;
}

.portfolio-wrapper:hover a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: 4s !important;
    object-position: bottom;
}

.portfolio-tabs ul {
    display: flex;
    list-style: none;
    margin-bottom: 50px;
    justify-content: center;
    margin-top: 50px;
}

.portfolio-tabs ul li {
    margin: 0 22px;
}

.portfolio-tabs ul li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding: 9px 11px;
    border-radius: 5px 0 5px 0;
    border: 1px solid;
}

.portfolio-tabs ul li a.active {
    background-color: #42c134;
    color: #000;
}

.portfolio-tabs ul li a:hover {
    background-color: #42c134;
    color: #ffffff;
}


.tabbox {
    display: none;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .portfolio-tabs ul {
        display: block;
        list-style: none;
        padding: 0;
    }

    .portfolio-tabs ul li a {
        display: block;
        margin-bottom: 10px;
    }

    .tabbox ul {
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 519px) {
    .portfolio-tabs ul {
        display: block;
        list-style: none;
        padding: 0;
    }

    .portfolio-tabs ul li a {
        display: block;
        margin-bottom: 10px;
    }

    .tabbox ul {
        grid-template-columns: auto auto;
    }
}


.included-list {
    margin: 0px 0 10px 44px;
    padding: 12px 0 10px 0;
}

.included-list p {
    line-height: 2px;
}

.intro-list .intro {
    line-height: 10px;
}

.intro-list .p-t {
    margin-top: 26px;
}

.para-intro {
    text-align: center;
    padding: 0;
    line-height: 3px;
    margin-top: 40px;
    font-family: ff-tisa-web-pro, georgia;

}

.imgbox img {
    width: 100%;
    border-radius: 20px;
}

.included-list1 {
    margin: 0px 0 10px 30px;
    padding: 0 0 0 0;
}

.included-list1 p {
    line-height: 21px;
}

.bigimg img {
    height: 600px !important;
    object-fit: cover;
    object-position: left;
}

.aiborder::before {
    display: none;
}


.combined-sections {
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.section-title {
    font-size: 28px;
    margin-bottom: 15px;
    color: #222;
    text-align: left;
}

.section-intro {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

.custom-bullet-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.custom-bullet-list li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}

.mission {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    color: #444;
}

.service-block .border-container {
    min-height: 381px;
    display: flex;
    flex-direction: column;
    height: 381px;
}

.services_height .border-container {
    height: 200px;
}

.bigimg1 img {
    height: 790px !important;
    object-fit: cover;
}

@media screen and (min-width: 520px) and (max-width: 767px) {
    .bigimg1 img {
        height: 200px !important;
    }

    .included-list {
        margin: 0px 0 10px 7px;
        padding: 12px 0 10px 0;
    }

    blockquote,
    hr,
    ol,
    p,
    table,
    ul {
        font-size: 15px;
    }

    .included-list p {
        line-height: 16px;
    }

    .h2,
    h2 {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 15px;
    }

    .grid.grid-gutters>.grid-cell.cell-image-right {
        padding-bottom: 0;
    }

    .grid.row-gutter {
        margin-bottom: 50px;
    }

    .homepage-intro p,
    .intro {
        font-size: 16px;
        line-height: 25px;
    }

    .accent-title {
        font-size: 16px;
    }

    .bigimg img {
        height: 200px !important;
    }

    .h3,
    h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .branding-logos img {
        filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(116deg) brightness(101%) contrast(104%);
    }

    .border-block .wrapper {
        margin-top: 0;
    }

    .quote p {
        font-size: 16px;
        line-height: 25px;
    }

    .h1,
    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .homepage-intro .homepage-intro-text {
        padding: 94px 15px 20px;
    }

}

@media screen and (min-width: 320px) and (max-width: 519px) {
    .bigimg1 img {
        height: 200px !important;
    }

    .included-list {
        margin: 0px 0 10px 7px;
        padding: 12px 0 10px 0;
    }

    blockquote,
    hr,
    ol,
    p,
    table,
    ul {
        font-size: 15px;
    }

    .included-list p {
        line-height: 16px;
    }

    .h2,
    h2 {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 15px;
    }

    .grid.grid-gutters>.grid-cell.cell-image-right {
        padding-bottom: 0;
    }

    .grid.row-gutter {
        margin-bottom: 50px;
    }

    .homepage-intro p,
    .intro {
        font-size: 16px;
        line-height: 25px;
    }

    .accent-title {
        font-size: 16px;
    }

    .bigimg img {
        height: 200px !important;
    }

    .h3,
    h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .branding-logos img {
        filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(116deg) brightness(101%) contrast(104%);
    }

    .border-block .wrapper {
        margin-top: 0;
    }

    .quote p {
        font-size: 16px;
        line-height: 25px;
    }

    .h1,
    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .homepage-intro .homepage-intro-text {
        padding: 94px 15px 20px;
    }

}

@media (max-width: 1100px) {
    .portfolio-tabs ul li {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .portfolio-tabs ul {
        display: flex;
        list-style: none;
        margin-bottom: 50px;
        justify-content: center;
        margin-top: 50px;
        gap: 10px;
        flex-wrap: wrap;
    }

    header .mobile-trigger a>i {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .service-block .border-container {
        min-height: unset !important;
        height: unset !important;
    }
    .jungle-news-slider {
        margin-top: 0;
    }
}