/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

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

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

[hidden] {
    display: none
}

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

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em
}

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

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

input[type="search"] {
    -webkit-appearance: textfield
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal
}

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

blockquote,
q {
    quotes: "" ""
}

a {
    text-decoration: none
}

@font-face {
    font-family: 'SailecRegular';
    src: url("../fonts/Sailec-Regular.woff2") format("woff2"), url("../fonts/Sailec-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.no-scroll,
.no-scroll body {
    overflow: hidden
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #7A7A7A;
    color: #fff;
    font-family: "SailecRegular";
    font-size: 1rem;
    line-height: 1.4;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.6s ease;
    width: 100%
}

body.fonts-loaded.show {
    opacity: 1;
    overflow: auto
}

img,
svg,
video {
    display: block;
    height: auto;
    max-width: 100%
}

.container {
    margin: 0 auto;
    max-width: 64rem;
    padding: 0 2.75rem;
    position: relative
}

.container.large {
    max-width: 88.75rem;
    padding: 0 5rem
}

.container.np {
    padding: 0
}

.content {
    color: #BCBCBC;
    margin-bottom: 2.75rem
}

.content h2 {
    color: #fff;
    margin-bottom: 1.4375rem
}

.content p {
    margin-bottom: .9375rem
}

.content a {
    color: #BCBCBC
}

.content__heading {
    margin-bottom: 1.875rem;
    max-width: 17rem
}

.content.white {
    color: #fff
}

.content.has-heading {
    padding-top: 1.3125rem
}

.logo {
    padding-top: 2.1875rem
}

.logo img {
    display: inline-block;
    margin-right: 3.125rem;
    max-width: 6.75rem
}

.logo img:last-child {
    margin-right: 0;
    max-width: 8.75rem
}

#back-to-top {
    background-color: #fff;
    font-size: 1.375rem;
    padding: 3.4375rem 0;
    text-align: right
}

#back-to-top a {
    color: #7A7A7A;
    text-decoration: none
}

body:not(.home) section:last-child {
    padding-bottom: 2.75rem
}

.ease {
    opacity: 0;
    position: relative;
    top: 120px;
    transition: opacity 1.2s ease, top 1.2s ease
}

.ease.show {
    opacity: 1;
    top: 0px
}

.mobile {
    display: none
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.25
    }
    .container {
        padding: 0 1.5625rem
    }
    .desktop {
        display: none
    }
    .mobile {
        display: block
    }
    .content {
        margin-bottom: 1.875rem
    }
    .content h2 {
        margin-bottom: 1.125rem
    }
    .content__heading {
        margin-bottom: 1.25rem;
        max-width: 10.75rem
    }
    .content.has-heading {
        padding-top: 1.5625rem
    }
    .logo {
        padding-top: .3125rem
    }
    #back-to-top {
        font-size: .875rem
    }
}

a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s ease
}

p {
    margin-bottom: 1.25rem
}

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

h2 {
    font-size: .9375rem
}

@media only screen and (max-width: 767px) {
    p {
        margin-bottom: 1.0625rem
    }
    h2 {
        font-size: .875rem
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.row.nm {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    margin-left: -2.75rem;
    margin-right: -2.75rem;
    width: calc(100% + 88px)
}

.row.nm .col-6 {
    margin-right: 0;
    width: 50%
}

.row.nm .col-6:first-child {
    padding-left: 2.75rem
}

.row.reverse .col-6 {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1
}

.row.reverse .col-6:first-child {
    order: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2
}

.col.col-12 {
    padding-right: 0;
    width: 100%
}

.col.col-8 {
    margin-right: 1.875rem;
    width: calc((100% * (2 / 3)) - 15px)
}

.col.col-8+.col-4 {
    margin-right: 0;
    width: calc((100% * (1 / 3)) - 15px)
}

.col.col-6 {
    margin-right: 1.875rem;
    width: calc(50% - 15px)
}

.col.col-6:nth-child(2n+2) {
    margin-right: 0px
}

.col.col-4 {
    margin-right: 1.125rem;
    width: calc((100% / 3) - 12px)
}

.col.col-4:nth-child(3n+3) {
    margin-right: 0
}

.col.col-4+.col-8 {
    margin-right: 0;
    width: calc((100% * (2 / 3)) - 10px)
}

.col.col-3 {
    margin-right: 1.875rem;
    width: calc((100% / 4) - (90px / 4))
}

.col.col-3:nth-child(4n+4) {
    margin-right: 0
}

.col.col-2 {
    margin-right: 30px;
    padding-right: 0;
    width: calc((100% / 6) - (150px / 6))
}

.col.col-2:nth-child(6n+6) {
    margin-right: 0
}

.col:last-child {
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    .row {
        display: block
    }
    .row.nm {
        margin: 0;
        width: 100%
    }
    .row.nm .col-6 {
        width: 100%
    }
    .row.nm .col-6:first-child {
        padding-left: 1.5625rem
    }
    .col.col-8,
    .col.col-6,
    .col.col-4,
    .col.col-3,
    .col.col-2 {
        display: block;
        margin-bottom: 1.5625rem;
        margin-right: 0;
        padding-right: 0
    }
    .col.col-8:last-child,
    .col.col-6:last-child,
    .col.col-4:last-child,
    .col.col-3:last-child,
    .col.col-2:last-child {
        margin-bottom: 0
    }
    .col.nmb {
        margin-bottom: 0rem !important
    }
    section:not(.has-mobile-carousel) .col.col-8,
    section:not(.has-mobile-carousel) .col.col-6,
    section:not(.has-mobile-carousel) .col.col-4,
    section:not(.has-mobile-carousel) .col.col-3,
    section:not(.has-mobile-carousel) .col.col-2,
    footer .col.col-8,
    footer .col.col-6,
    footer .col.col-4,
    footer .col.col-3,
    footer .col.col-2 {
        width: 100% !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

#header {
    left: 0;
    padding-top: 1.75rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

#header__logo {
    left: -1rem;
    position: relative
}

#header__logo svg {
    height: 4.625rem;
    width: 13.125rem
}

#header__logo svg path {
    fill: #FFE600
}

#header__hamburger {
    cursor: pointer;
    height: 1.5rem;
    position: absolute;
    top: .6875rem;
    right: 2.75rem;
    width: 1.875rem
}

#header__hamburger span {
    background-color: #FFE600;
    display: block;
    height: .25rem;
    left: 0;
    position: absolute;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    width: 100%
}

#header__hamburger span:nth-child(1) {
    top: 0
}

#header__hamburger span:nth-child(2) {
    top: .625rem
}

#header__hamburger span:nth-child(3) {
    top: 1.25rem
}

#header__hamburger.active span:nth-child(1) {
    top: 0rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

#header__hamburger.active span:nth-child(2) {
    opacity: 0
}

#header__hamburger.active span:nth-child(3) {
    top: 1.3125rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

body:not(.home) #header {
    padding-bottom: 1.875rem;
    position: relative
}

body.page-template-template-projects #header {
    padding-bottom: 0;
    position: absolute
}

@media only screen and (max-width: 767px) {
    #header {
        padding-top: .9375rem
    }
    #header__logo {
        left: -.625rem
    }
    #header__logo svg {
        height: 2.9375rem;
        width: 8.375rem
    }
    #header__hamburger {
        height: 1.0625rem;
        right: 1.5625rem;
        top: .5625rem;
        width: 1.3125rem
    }
    #header__hamburger span {
        height: .1875rem
    }
    #header__hamburger span:nth-child(2) {
        top: .4375rem
    }
    #header__hamburger span:nth-child(3) {
        top: .875rem
    }
    #header__hamburger.active span:nth-child(3) {
        top: .9375rem
    }
    body:not(.home) #header {
        padding-bottom: .9375rem
    }
}

#footer {
    background-color: #efefef;
    color: #7A7A7A;
    padding-bottom: 2.5rem;
    padding-top: 1.5rem
}

#footer a {
    color: #7A7A7A
}

#footer .col {
    position: relative
}

#footer .insta {
    bottom: .375rem;
    max-width: 1.25rem;
    position: absolute;
    right: 0;
    width: 100%
}

@media only screen and (max-width: 767px) {
    #footer {
        padding: 1.5625rem 0;
        position: relative
    }
    #footer .col {
        margin-bottom: .625rem;
        position: static
    }
    #footer .col:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
    #footer .col:last-child p {
        float: left;
        margin-bottom: 0
    }
    #footer .col:last-child p:last-child {
        float: right;
        padding-top: .9375rem
    }
    #footer .insta {
        right: 1.5625rem;
        top: 0rem
    }
}

nav {
    background-color: #7A7A7A;
    font-family: "Fortem";
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 2
}

nav #nav__inner {
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 100vh;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    line-height: 1;
    text-align: center;
    width: 100%
}

nav #nav__inner a {
    display: inline-block;
    position: relative
}

nav #nav__inner a:after {
    background-color: #FFE600;
    bottom: -.125rem;
    content: "";
    display: block;
    height: .1875rem;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0px
}

nav #nav__inner a:hover:after {
    width: 100%
}

nav #nav__inner li {
    margin-bottom: .75rem
}

nav #nav__inner li img {
    display: inline-block
}

nav #nav__inner li:first-child img {
    width: 8.5625rem
}

nav #nav__inner li:nth-child(2) img {
    width: 13.5625rem
}

nav #nav__inner li:nth-child(3) img {
    width: 12.5rem
}

nav #nav__inner li:nth-child(4) img {
    width: 7.125rem
}


nav #nav__inner li:last-child {
    margin-bottom: 0
}

nav #nav__inner li:last-child img {
    width: 11.875rem
}

nav.active {
    opacity: 1;
    pointer-events: auto
}

@media only screen and (max-width: 767px) {
    nav #nav__inner li {
        margin-bottom: .5rem
    }
    nav #nav__inner li img {
        display: inline-block
    }
    nav #nav__inner li:first-child img {
        width: 5.1875rem
    }
    nav #nav__inner li:nth-child(2) img {
        width: 8.125rem
    }
    nav #nav__inner li:nth-child(3) img {
        width: 7.5rem
    }
    nav #nav__inner li:nth-child(4) img {
        width: 4.25rem
    }
    nav #nav__inner li:last-child {
        margin-bottom: 0
    }
    nav #nav__inner li:last-child img {
        width: 6.875rem
    }
}

form label {
    display: none
}

form input[type=text],
form input[type=email],
form input[type=number],
form input[type=password],
form input[type=tel],
form select,
form textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: .0625rem solid #7A7A7A;
    color: #7A7A7A;
    display: block;
    height: 1.875rem;
    padding: 0;
    text-align: left;
    width: 100%
}

form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=number]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder {
    color: #000;
    opacity: 1
}

form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #000;
    opacity: 1
}

form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

form input[type=text]:placeholder-shown,
form input[type=email]:placeholder-shown,
form input[type=number]:placeholder-shown,
form input[type=password]:placeholder-shown,
form input[type=tel]:placeholder-shown,
form select:placeholder-shown,
form textarea:placeholder-shown {
    color: #000;
    opacity: 1
}

.validation_error,
.validation_message {
    font-size: .75rem
}

.gform_footer {
    padding-top: .6875rem
}

.gform_footer input {
    background-color: transparent;
    border: none;
    color: #7A7A7A;
    height: 1.5625rem;
    padding: 0;
    text-align: left;
    width: 100%
}

.gform_confirmation_message {
    margin-top: 1.4375rem;
    max-width: 12.5rem
}

body img.gform_ajax_spinner {
    display: none !important
}

#hero {
    height: 100vh;
    position: relative;
    z-index: 1
}

#hero .hero__fwh {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

#hero__carousel {
    height: 100%
}

#hero__carousel .slick-slide {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

#hero__text {
    bottom: 2.1875rem;
    left: 0;
    position: absolute;
    width: 100%
}

#hero__text-inner {
    font-size: 20px;
	line-height: 24px;
    max-width: 34.375rem
}

#hero__text-inner img {
    margin-bottom: 1.5rem;
    max-width: 23.3125rem
}

#hero>a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width: 767px) {
    #hero {
        height: 22.375rem
    }
    #hero .hero__fwh {
        height: 22.375rem
    }
    #hero .hero__fwh+#hero__text {
        bottom: 1.25rem;
        display: block
    }
    #hero .hero__fwh+#hero__text #hero__text-inner {
        font-size: .875rem;
        line-height: 1.0625rem
    }
    #hero__carousel {
        height: 22.375rem
    }
    #hero__carousel .slick-slide {
        height: 22.375rem
    }
    #hero__text {
        display: none
    }
}

#blocks {
    background-color: #efefef;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem
}

#blocks .col-6 {
    background-color: #7A7A7A;
    position: relative
}

#blocks .block__inner {
    bottom: 2.3125rem;
    padding-right: 2.75rem;
    position: absolute;
    width: calc(100% - 44px)
}

#blocks .block__inner img {
    margin-bottom: 1.875rem;
    max-width: 17rem
}

#blocks .block__inner h2 {
    margin-bottom: .9375rem
}

#blocks.project__blocks h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 2.375rem
}

#blocks.project__blocks a {
    color: #BCBCBC
}

#blocks.project__blocks p {
    color: #BCBCBC
}

#blocks.project__blocks .row.reverse .col-6:first-child {
    background-color: #fff
}

#blocks.project__blocks .row.reverse .col-6:first-child h2 {
    color: #BCBCBC
}

@media only screen and (max-width: 767px) {
    #blocks {
        background-color: #7A7A7A;
        font-size: .875rem;
        line-height: 1.0625rem
    }
    #blocks .container {
        padding: 0
    }
    #blocks .col {
        margin-bottom: 0;
        padding: 0 1.5625rem;
        padding-top: 1.5625rem
    }
    #blocks .col:last-child {
        padding-bottom: 1.5625rem
    }
    #blocks .block__inner {
        position: static;
        width: 100%
    }
    #blocks .block__inner img {
        margin-bottom: 1.25rem;
        max-width: 10.75rem
    }
    #blocks .block__inner h2 {
        margin-bottom: 1.25rem
    }
    #blocks .row:last-child .col-6:first-child {
        padding-top: 0
    }
    #blocks.project__blocks h2 {
        font-size: .875rem;
        line-height: 1.0625rem;
        margin-bottom: 1.25rem;
        padding-top: 1.5625rem
    }
    #blocks.project__blocks a,
    #blocks.project__blocks p {
        color: #fff
    }
    #blocks.project__blocks img {
        margin-bottom: 1.25rem
    }
    #blocks.project__blocks .row.nm {
        display: flex;
        flex-wrap: wrap
    }
    #blocks.project__blocks .row.nm .col-6 {
        width: 100%
    }
    #blocks.project__blocks .row.nm:not(.reverse) .col-6 {
        order: 2
    }
    #blocks.project__blocks .row.nm:not(.reverse) .col-6:last-child {
        order: 1
    }
    #blocks.project__blocks .row.nm.reverse .col-6:first-child {
        background-color: #7A7A7A
    }
    #blocks.project__blocks .block__inner {
        padding-bottom: .625rem
    }
    #blocks.project__blocks .col {
        padding-bottom: 0;
        padding-top: 0
    }
    #blocks.project__blocks .col:last-child {
        padding-bottom: 0;
        padding-top: 0
    }
}

#news {
    background-color: #fff;
    color: #7A7A7A;
    padding-bottom: 3.125rem;
    padding-top: 2.75rem
}

#news h2 {
    margin-bottom: .9375rem
}

#news h2+img {
    margin-bottom: 1.875rem;
    max-width: 14.375rem
}

#news a {
    background-position: center;
    background-size: cover;
    display: block;
    margin-bottom: .9375rem;
    padding-bottom: 100%
}

#news p {
    background-position: right calc(100% - 5px);
    background-image: url(../img/instagram.svg);
    background-repeat: no-repeat;
    background-size: .9375rem;
    font-size: .8125rem;
    padding-right: .9375rem
}

#news.tpt {
    background-color: transparent;
    color: #fff;
    padding-bottom: 0;
    padding-top: 0
}

#news.tpt p {
    background-image: url(../img/instagram-light.svg)
}

#news.tpt .col {
    margin-bottom: 3.75rem
}

@media only screen and (max-width: 767px) {
    #news {
        padding-top: 1.5625rem
    }
    #news h2 {
        margin-bottom: 1.25rem
    }
    #news h2+img {
        max-width: 10.75rem
    }
    #news p {
        font-size: .875rem;
        line-height: 1.0625rem
    }
    #news.tpt .col {
        margin-bottom: 1.5625rem
    }
}

.projects__bottom {
    background-color: #fff;
    font-size: 1.25rem;
    padding: 3.4375rem 0
}

.projects__bottom a {
    color: #7A7A7A;
    text-decoration: none
}

.projects__bottom a.next {
    float: right
}

.projects__bottom .container:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.projects__bottom #back-to-top {
    float: right;
    padding: 0
}

#project section:last-child {
    padding-bottom: 0 !important
}

#project .project__heading {
    font-size: 1.25rem;
    height: 5rem;
    line-height: 1.5rem;
    padding-top: 1.25rem
}

#project .project__section {
    color: #BCBCBC;
    padding-bottom: 3.625rem;
    padding-top: 1.25rem
}

#project .project__section h2 {
    color: #fff;
    margin-bottom: .9375rem
}

#project .project__section .col {
    position: relative
}

#project .project__section .col img {
    margin-top: 2.75rem
}

#project .project__section .col:last-child img {
    margin-bottom: 3.625rem;
    margin-top: 0
}

#project .project__section .col:last-child .project__section-content {
    padding-right: 2.75rem
}

#project .project__carousel .slick-slide img {
    margin: 0 auto
}

#project .project__carousel .slick-arrow {
    background-color: transparent;
    border: none;
    height: 2.5rem;
    left: 0;
    margin-top: -1.25rem;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 1.25rem;
    z-index: 9
}

#project .project__carousel .slick-arrow.slick-next {
    left: auto;
    right: 2.75rem
}

#project .project__carousel .slick-arrow.slick-next:before {
    left: -.5625rem
}

#project .project__carousel .slick-arrow.slick-prev {
    left: 2.75rem
}

#project .project__carousel .slick-arrow.slick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

#project .project__carousel .slick-arrow:before {
    border: .1875rem solid #FFE600;
    border-left: 0;
    border-top: 0;
    content: "";
    height: 1.25rem;
    left: .1875rem;
    position: absolute;
    top: .5rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 1.25rem
}

@media only screen and (max-width: 767px) {
    .projects__bottom {
        font-size: .875rem;
        padding: 1.75rem 0 !important
    }
    #project .project__heading {
        font-size: .875rem;
        line-height: 1.0625rem;
        padding-top: 1.5625rem
    }
    #project .project__section {
        padding-bottom: 1.5625rem;
        padding-top: 0
    }
    #project .project__section .col:first-child .project__section-inner {
        position: static;
        width: 100%
    }
    #project .project__section .col:last-child img {
        margin-bottom: 0;
        margin-top: 1.5625rem
    }
    #project .project__section .col:last-child .project__section-content {
        padding-right: 0
    }
    #project .project__section .col img {
        margin-top: 1.5625rem
    }
    #project .project__section .row {
        margin: 0
    }
    #project .project__section-inner {
        display: flex;
        flex-wrap: wrap
    }
    #project .project__section-content,
    #project .project__section-image {
        width: 100%
    }
    #project .project__section-content {
        order: 1
    }
    #project .project__section-image {
        order: 2
    }
    #project .project__carousel .slick-arrow {
        height: 1.4375rem;
        width: 1.03125rem
    }
    #project .project__carousel .slick-arrow.slick-prev {
        left: 1.5625rem
    }
    #project .project__carousel .slick-arrow.slick-next {
        right: 1.5625rem
    }
    #project .project__carousel .slick-arrow.slick-next:before {
        left: 0
    }
    #project .project__carousel .slick-arrow:before {
        height: .625rem;
        left: 0;
        width: .625rem
    }
}

.logo img {
	max-height: 54px;
}
.logo img:last-child {
	max-width: 50px;
}
@media only screen and (max-width: 767px) {
	.logo img {
		display: block;
		margin-bottom: 20px;
	}
}

.video__embed {
        margin-bottom: 30px;
        margin-top: 30px;
        padding-bottom: 56.25%;
        position: relative;
    }
    .video__embed iframe {
        height: 100%;
        left: 0;
        position: absolute;
        max-width: 100%;
        top: 0;
        width: 100%;
    }
    #footer .insta {
    	position: static;
    }
    #signup__link {
    	cursor: pointer;
	    margin-bottom: 42px;
    	text-decoration: underline;
    }
    #subscribe__popup {
    	background-color: rgba(0, 0, 0, 0.4);
        color: #7A7A7A;
	    height: 100vh;
    	opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%;
        z-index: 99999;
    }
    #subscribe__popup.show {
        opacity: 1;
        pointer-events: auto;
    }
    #subscribe__popup-inner {
    	align-items: center;
    	display: flex;
    	height: 100vh;
        justify-content: center;
        padding: 0 20px;
        width: 100%;
    }
    #subscribe__popup-inner-inner {
    	background-color: #fff;
	    max-width: 936px;
        padding: 30px 35px;
        padding-bottom: 50px;
        position: relative;
        width: 100%;
    }
    #subscribe__popup p {
    	margin-bottom: 15px;
    }
    #subscribe__popup li.gfield {
	    margin-bottom: 12px;
    }
    #subscribe__popup .gform_footer {
    	text-align: center;
    }
    #subscribe__popup input[type=submit] {
    	background-color: #7A7A7A;
        color: #fff;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 10px;padding-top: 5px;
        max-width: 140px;
    }
    #subscribe__popup input[type=text], #subscribe__popup input[type=email] {
    	border: 1px solid #7A7A7A;
        color: #7A7A7A;
        height: 33px;
        padding-top: 3px;
        padding-left: 5px;
    }
    #subscribe__popup form input[type=text]::-webkit-input-placeholder,
#subscribe__popup form input[type=email]::-webkit-input-placeholder,
#subscribe__popup form input[type=number]::-webkit-input-placeholder,
#subscribe__popup form input[type=password]::-webkit-input-placeholder,
#subscribe__popup form input[type=tel]::-webkit-input-placeholder,
#subscribe__popup form select::-webkit-input-placeholder,
#subscribe__popup form textarea::-webkit-input-placeholder {
    color: #7A7A7A;
    opacity: 1
}

#subscribe__popup form input[type=text]:-moz-placeholder,
#subscribe__popup form input[type=email]:-moz-placeholder,
#subscribe__popup form input[type=number]:-moz-placeholder,
#subscribe__popup form input[type=password]:-moz-placeholder,
#subscribe__popup form input[type=tel]:-moz-placeholder,
#subscribe__popup form select:-moz-placeholder,
#subscribe__popup form textarea:-moz-placeholder {
    color: #7A7A7A;
    opacity: 1
}

#subscribe__popup form input[type=text]::-moz-placeholder,
#subscribe__popup form input[type=email]::-moz-placeholder,
#subscribe__popup form input[type=number]::-moz-placeholder,
#subscribe__popup form input[type=password]::-moz-placeholder,
#subscribe__popup form input[type=tel]::-moz-placeholder,
#subscribe__popup form select::-moz-placeholder,
#subscribe__popup form textarea::-moz-placeholder {
    color: #7A7A7A;
    opacity: 1
}

#subscribe__popup form input[type=text]:-ms-input-placeholder,
#subscribe__popup form input[type=email]:-ms-input-placeholder,
#subscribe__popup form input[type=number]:-ms-input-placeholder,
#subscribe__popup form input[type=password]:-ms-input-placeholder,
#subscribe__popup form input[type=tel]:-ms-input-placeholder,
#subscribe__popup form select:-ms-input-placeholder,
#subscribe__popup form textarea:-ms-input-placeholder {
    color: #7A7A7A;
    opacity: 1
}

#subscribe__popup form input[type=text]:placeholder-shown,
#subscribe__popup form input[type=email]:placeholder-shown,
#subscribe__popup form input[type=number]:placeholder-shown,
#subscribe__popup form input[type=password]:placeholder-shown,
#subscribe__popup form input[type=tel]:placeholder-shown,
#subscribe__popup form select:placeholder-shown,
#subscribe__popup form textarea:placeholder-shown {
    color: #7A7A7A;
    opacity: 1
}
#subscribe__popup .validation_error {
margin-bottom: 20px;
}
#subscribe__popup .validation_message {
	margin-top: 5px;
}
#subscribe__popup .gform_confirmation_message {
	margin-top: 0;
    margin-bottom: 40px;
	max-width: 100%;
}
#subscribe__close {
	cursor: pointer;
    height: 20px;
	position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}
#subscribe__close:before, #subscribe__close:after {
	background-color: #7A7A7A;
    content: "";
    height: 2px;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    width: 22px;
}
#subscribe__close:after {
	transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
	#subscribe__popup-inner-inner {
    	padding: 30px;
        padding-bottom: 30px;
    }
}

#hero__text-top {
	font-size: 20px;
	left: 0;
	line-height: 24px;
	position: absolute;
	top: 124px;
	width: 100%;
	z-index: 5;
}
@media only screen and (max-width: 767px) {
	#hero__text-top {
		font-size: 16px;
		line-height: 20px;
		top: 100px;
	}
}