/*
Theme Name: Vally theme Child
Theme URI: https://wp-themes.com/vally
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: Vally child theme.
Template: vally
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: vally-child
*/


@charset "UTF-8";

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.gallery-caption,
.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

#post-1237 .left {
    float: left;
    width: calc(50% - 25px);
    margin-bottom: 25px
}

#post-1237 .right {
    float: right;
    width: calc(50% - 25px);
    margin-bottom: 25px
}

.clear,
.howtohr {
    clear: both;
    margin: 25px 0
}


/**Normalize**/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: 0 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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
}

/**surcharge**/
.imgContainer .playVideo {
    -webkit-appearance: none;
    border: none;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.imgContainer .playVideo img {
    width: 150px !important;
    height: 150px !important;
    margin: auto
}

.imgContainer .playVideo span {
    margin-top: 20px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600
}

.homeTopBlock .blurb {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .6), #fff, rgba(255, 255, 255, .6))
}

.linelessBlurb,
.textFade {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .6), #fff, rgba(255, 255, 255, .6))
}

.careerText .block .desc {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .6), #fff, rgba(255, 255, 255, .6))
}

.homeBody .textBlade .words {
    position: relative
}

.homeBody .textBlade .words::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    opacity: 0;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(14, 13, 11, .7), rgba(14, 13, 11, 0))
}

.homeBody .textBlade .words::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    opacity: 0;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(14, 13, 11, 0), rgba(14, 13, 11, .7))
}

.pageBody .homeBody .textBlade {
    overflow: hidden
}

.article li {
    line-height: 32px
}

@media only screen and (max-width:1100px) {
    #aboutGrid .row {
        margin-top: 40px
    }

    #aboutGrid {
        padding-top: 20px
    }

    .singleImageBlock .imgContainer {
        margin-top: 30px !important
    }
}

@media only screen and (max-width:800px) {
    .theresMore .title {
        font-size: 30px
    }

    .homeTopBlock .blurb,
    .linelessBlurb,
    .textFade {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(to right, #fff, #fff)
    }
}

/**main style**/

.breakout-fullwidth {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    height: 100px;
    background: #000
}

.major-container {
    padding: 0 8.333%;
    width: 100vw;
    height: 100%
}

.minor-container {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto
}

.text-light {
    color: #fff
}

.page-template-blog .shortBanner,
.single-post .shortBanner {
    height: 500px
}

@media (max-width:800px) {

    .page-template-blog .shortBanner,
    .single-post .shortBanner {
        height: 400px
    }
}

.page-template-blog .shortBanner h1,
.single-post .shortBanner h1 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6));
    max-width: 920px;
    margin: 0 auto !important
}

.single-post .shortBanner .text h3 {
    top: 0;
    height: unset
}

.single-post .shortBanner h1 {
    padding-bottom: 20px !important
}

.single-post .post-auth h4 {
    font-family: BD-Light;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
    color: #b0976d
}

.single-post main.article article {
    max-width: 1100px;
    padding: 50px
}

@media (max-width:800px) {
    .single-post main.article article {
        padding: 30px
    }
}

.single-post main.article article>img {
    margin-top: -50px
}

.single-post main.article article img.size-full:not(.alignright):not(.alignleft) {
    max-width: unset;
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-bottom: 40px
}

@media (max-width:800px) {
    .single-post main.article article img.size-full:not(.alignright):not(.alignleft) {
        width: calc(100% + 60px);
        margin-left: -30px
    }
}

.single-post main.article article .intro-copy {
    padding-bottom: 40px
}

.single-post main.article article h2 {
    font-family: BD-Light;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 15px
}

.single-post main.article article h2 strong {
    font-weight: 400
}

.single-post main.article article h3 {
    font-family: BD-Light;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 15px
}

.single-post main.article article h3 strong {
    font-weight: 400
}

.single-post main.article article p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 32px
}

.single-post main.article article li,
.single-post main.article article p {
    font-size: 16px
}

.single-post main.article article li {
    margin-bottom: 0;
    line-height: 24px
}

.single-post main.article .blog-disclaimer {
    padding: 0 50px 30px
}

@media (max-width:800px) {
    .single-post main.article .blog-disclaimer {
        padding: 30px
    }
}

.single-post main.article .blog-disclaimer p {
    border-top: 2px solid #b0976d;
    padding-top: 30px;
    font-size: 12px;
    line-height: 18px;
    color: #b5b0b0
}

.blog-list {
    background: url(../includes/img/middle-core.jpg) 50%/100% no-repeat
}

.blog-list .shell {
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 127px)
}

@media (max-width:768px) {
    .blog-list .shell {
        width: calc(100% - 60px)
    }
}

.blog-list .blog-post {
    position: relative;
    margin-bottom: 75px;
    display: block;
    text-decoration: none;
    overflow: hidden
}

@media (max-width:800px) {
    .blog-list .blog-post {
        margin-bottom: 30px
    }
}

.blog-list .blog-post:hover .blog-post__image img {
    transform: scale(1.05);
    filter: grayscale(75%) blur(2px)
}

.blog-list .blog-post:hover .blog-post__content:before {
    opacity: 1
}

.blog-list .blog-post:hover .blog-post__content h2 {
    color: #b0976d
}

.blog-list .blog-post__image {
    height: 600px;
    position: relative
}

@media (max-width:800px) {
    .blog-list .blog-post__image {
        height: 400px
    }
}

.blog-list .blog-post__image:after {
    opacity: 1;
    transition: all .35s linear;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(21, 21, 21, .8) 0, rgba(21, 21, 21, 0))
}

@media (max-width:800px) {
    .blog-list .blog-post__image:after {
        background: rgba(21, 21, 21, .6)
    }
}

.blog-list .blog-post__image:before {
    opacity: 0;
    transition: all .35s linear;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(21, 21, 21, .8) 0, rgba(21, 21, 21, .8));
    z-index: 9
}

.blog-list .blog-post__image img {
    transition: all .5s linear;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.blog-list .blog-post__inner {
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.blog-list .blog-post__content {
    padding: 50px;
    height: calc(100% - 100px);
    position: relative;
    overflow: hidden
}

@media (max-width:800px) {
    .blog-list .blog-post__content {
        padding: 30px
    }
}

.blog-list .blog-post__content:before {
    content: "";
    opacity: 0;
    transition: all .35s linear;
    display: block;
    height: 1000px;
    width: 2000px;
    background: radial-gradient(ellipse at center, #151515 0, rgba(21, 21, 21, 0) 54%, rgba(21, 21, 21, 0) 100%);
    position: absolute;
    top: -573px;
    lefT: -800px;
    z-index: -1
}

.blog-list .blog-post__content h2 {
    transition: all .35s linear;
    margin-top: 0;
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    max-width: 570px;
    margin-bottom: 15px
}

@media (max-width:800px) {
    .blog-list .blog-post__content h2 {
        font-size: 30px;
        line-height: 40px
    }
}

.blog-list .blog-post__content p {
    font-family: proxima-nova;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    max-width: 570px;
    margin-top: 0
}

@media (max-width:800px) {
    .blog-list .blog-post__content p {
        font-size: 14px;
        line-height: 22px
    }
}

.blog-footer {
    margin-bottom: 0;
    padding: 0 0 30px;
    position: relative;
    z-index: 99
}

.blog-footer h2 {
    font-family: BD-Light;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff
}

.blog-footer h2 span {
    color: #b0976d
}

.blog-footer .wp-pagenavi {
    display: flex;
    flex-wrap: wrap
}

.blog-footer .wp-pagenavi .nextpostslink,
.blog-footer .wp-pagenavi .pages,
.blog-footer .wp-pagenavi .previouspostslink {
    display: none
}

.blog-footer .wp-pagenavi .current,
.blog-footer .wp-pagenavi .page {
    padding: 10px 0;
    border: none;
    width: 50px;
    font-size: 0;
    margin-right: 2px
}

.blog-footer .wp-pagenavi .current:before,
.blog-footer .wp-pagenavi .page:before {
    content: "";
    transition: all .17s ease;
    display: block;
    padding: 0;
    height: 4px;
    background: #424242;
    width: 100%
}

.blog-footer .wp-pagenavi .current:hover:before,
.blog-footer .wp-pagenavi .page:hover:before {
    opacity: .5
}

.blog-footer .wp-pagenavi .current:before {
    background: #b0976d
}

.blog-related {
    overflow-x: hidden;
    position: relative;
    z-index: 12
}

.blog-related__inner {
    width: calc(100% - 127px);
    max-width: 1200px;
    margin: auto;
    padding: 55px 0
}

@media (max-width:768px) {
    .blog-related__inner {
        width: calc(100% - 89px)
    }
}

.blog-related .slick-next,
.blog-related .slick-prev {
    transition: all .17s ease;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    color: transparent;
    z-index: 2
}

.blog-related .slick-next:hover,
.blog-related .slick-prev:hover {
    opacity: .5
}

.blog-related .slick-next {
    background: url(../includes/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0 !important;
    right: -50px
}

@media (max-width:910px) {
    .blog-related .slick-next {
        right: 0
    }
}

@media (max-width:700px) {
    .blog-related .slick-next {
        right: 15px
    }
}

.blog-related .slick-prev {
    background: url(../includes/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    left: -50px
}

@media (max-width:910px) {
    .blog-related .slick-prev {
        left: 0
    }
}

@media (max-width:700px) {
    .blog-related .slick-prev {
        left: 15px
    }
}

.blog-related .slick-disabled {
    opacity: 0
}

.blog-related__heading {
    margin-bottom: 55px
}

.blog-related__heading h2 {
    font-family: BD-Light;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff
}

.blog-related__heading h2 span {
    color: #b0976d
}

.blog-related__slider .slick-list {
    overflow: visible
}

.blog-related__slider .slick-protect {
    margin-right: 80px
}

@media (max-width:1000px) {
    .blog-related__slider .slick-protect {
        margin-right: 40px
    }
}

.blog-related__slider .blog-post {
    width: 1200px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden
}

@media (max-width:1320px) {
    .blog-related__slider .blog-post {
        width: calc(100vw - 120px)
    }
}

@media (max-width:1000px) {
    .blog-related__slider .blog-post {
        width: calc(100vw - 110px)
    }
}

@media (max-width:800px) {
    .blog-related__slider .blog-post {
        width: calc(100vw - 80px)
    }
}

.blog-related__slider .blog-post:hover .blog-post__image img {
    transform: scale(1.05);
    filter: grayscale(75%) blur(2px)
}

.blog-related__slider .blog-post:hover .blog-post__content:before {
    opacity: 1
}

.blog-related__slider .blog-post:hover .blog-post__content h2 {
    color: #b0976d
}

.blog-related__slider .blog-post__image {
    height: 600px;
    position: relative
}

@media (max-width:1000px) {
    .blog-related__slider .blog-post__image {
        height: 400px
    }
}

.blog-related__slider .blog-post__image:after {
    opacity: 1;
    background: linear-gradient(180deg, rgba(21, 21, 21, .8) 0, rgba(21, 21, 21, 0))
}

.blog-related__slider .blog-post__image:after,
.blog-related__slider .blog-post__image:before {
    transition: all .35s linear;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.blog-related__slider .blog-post__image:before {
    opacity: 0;
    background: linear-gradient(180deg, rgba(21, 21, 21, .8) 0, rgba(21, 21, 21, .8));
    z-index: 9
}

.blog-related__slider .blog-post__image img {
    transition: all .5s linear;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.blog-related__slider .blog-post__inner {
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.blog-related__slider .blog-post__content {
    padding: 50px;
    height: calc(100% - 100px);
    position: relative;
    overflow: hidden
}

@media (max-width:800px) {
    .blog-related__slider .blog-post__content {
        padding: 25px
    }
}

.blog-related__slider .blog-post__content:before {
    content: "";
    opacity: 0;
    transition: all .35s linear;
    display: block;
    height: 1000px;
    width: 2000px;
    background: radial-gradient(ellipse at center, #151515 0, rgba(21, 21, 21, 0) 54%, rgba(21, 21, 21, 0) 100%);
    position: absolute;
    top: -573px;
    lefT: -800px;
    z-index: -1
}

.blog-related__slider .blog-post__content h3 {
    transition: all .35s linear;
    margin-top: 0;
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    max-width: 570px;
    margin-bottom: 15px
}

@media (max-width:800px) {
    .blog-related__slider .blog-post__content h3 {
        font-size: 30px;
        line-height: 40px
    }
}

.blog-related__slider .blog-post__content p {
    font-family: proxima-nova;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    max-width: 570px;
    margin-top: 0
}

@media (max-width:800px) {
    .blog-related__slider .blog-post__content p {
        font-size: 14px;
        line-height: 22px
    }
}

.blog-related__slider .slick-dots {
    padding: 0;
    display: flex;
    margin: 50px 0 0
}

@media (max-width:800px) {
    .blog-related__slider .slick-dots {
        justify-content: center
    }
}

.blog-related__slider .slick-dots li {
    display: block;
    margin-right: 3px
}

.blog-related__slider .slick-dots li.slick-active button,
.blog-related__slider .slick-dots li:hover button {
    background: #b0976d
}

.blog-related__slider .slick-dots li button {
    transition: all .17s ease;
    font-size: 0;
    height: 4px;
    width: 50px;
    background: #424242;
    border: none
}

@media (max-width:800px) {
    .blog-related__slider .slick-dots li button {
        width: 35px
    }
}

.typeform-embed-container {
    position: absolute;
    width: 80%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    overflow: auto;
    height: 565px
}

.sc-lhVmIH {
    visibility: hidden !important
}

.css-c3b2z2 {
    right: -15px !important
}

.someparent .somechild {
    color: #00f
}

.page-template-landing-noportfolio .landing__wrap {
    overflow: hidden
}

@media (max-width:1410px) {
    .page-template-landing-noportfolio .shortBanner {
        height: 500px
    }
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .shortBanner {
        height: 400px
    }
}

.page-template-landing-noportfolio .shortBanner .text h1,
.page-template-landing-noportfolio .shortBanner .text h2,
.page-template-landing-noportfolio .shortBanner .text h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

.page-template-landing-noportfolio .shortBanner .text h1 {
    font-size: 91px;
    line-height: 96px
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .shortBanner .text h1 {
        font-size: 60px;
        line-height: 65px
    }
}

@media (max-width:600px) {
    .page-template-landing-noportfolio .shortBanner .text h1 {
        font-size: 40px;
        line-height: inherit
    }
}

@media (max-width:400px) {
    .page-template-landing-noportfolio .shortBanner .text h1 {
        font-size: 30px;
        line-height: inherit
    }
}

.page-template-landing-noportfolio .shortBanner .text h3 {
    height: auto
}

.page-template-landing-noportfolio .section--portfolio {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 5
}

@media (max-width:1410px) {
    .page-template-landing-noportfolio .section--portfolio {
        max-width: 1000px
    }
}

@media (max-width:1110px) {
    .page-template-landing-noportfolio .section--portfolio {
        max-width: 800px
    }
}

@media (max-width:910px) {
    .page-template-landing-noportfolio .section--portfolio {
        max-width: 680px
    }
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .section--portfolio {
        max-width: 500px;
        padding: 0 50px
    }
}

.page-template-landing-noportfolio .portfolioCarousel__wrap {
    max-width: 1300px;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 100px 0
}

@media (max-width:1110px) {
    .page-template-landing-noportfolio .portfolioCarousel__wrap {
        padding: 56px 0
    }
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .portfolioCarousel__wrap {
        padding: 0
    }
}

.page-template-landing-noportfolio .portfolioCarousel__wrap .slick-list {
    overflow: unset;
    overflow-y: visible
}

.page-template-landing-noportfolio .portfolioCarousel__wrap .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    transform: scale(1.25);
    box-shadow: 0 10px 50px 0 rgba(21, 21, 21, .2)
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .portfolioCarousel__wrap .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] img {
        transform: none
    }
}

.page-template-landing-noportfolio .portfolioCarousel__wrap .slick-slide {
    position: relative
}

.page-template-landing-noportfolio .portfolioCarousel__wrap .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: all .6s ease
}

.page-template-landing-noportfolio .portfolioCarousel__wrap .slick-slide.slick-clone-current img,
.page-template-landing-noportfolio .portfolioCarousel__wrap .slick-slide.slick-current img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    transform: scale(1.25);
    box-shadow: 0 10px 50px 0 rgba(21, 21, 21, .2)
}

@media (max-width:800px) {

    .page-template-landing-noportfolio .portfolioCarousel__wrap .slick-slide.slick-clone-current img,
    .page-template-landing-noportfolio .portfolioCarousel__wrap .slick-slide.slick-current img {
        transform: none
    }
}

.page-template-landing-noportfolio .slick-next {
    right: -60px
}

@media (max-width:1360px) {
    .page-template-landing-noportfolio .slick-next {
        right: -30px
    }
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .slick-next {
        right: -15px
    }
}

.page-template-landing-noportfolio .slick-prev {
    left: -60px
}

@media (max-width:1360px) {
    .page-template-landing-noportfolio .slick-prev {
        left: -30px
    }
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .slick-prev {
        left: -15px
    }
}

@media (max-width:800px) {
    .page-template-landing-noportfolio__slider {
        padding: 0 15px
    }
}

.page-template-landing-noportfolio .slick-next,
.page-template-landing-noportfolio .slick-prev {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    color: transparent;
    z-index: 2
}

.page-template-landing-noportfolio .slick-next {
    background: url(../includes/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0 !important;
    right: -15px
}

@media (max-width:910px) {
    .page-template-landing-noportfolio .slick-next {
        right: 15px
    }
}

.page-template-landing-noportfolio .slick-prev {
    background: url(../includes/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    left: -15px
}

@media (max-width:910px) {
    .page-template-landing-noportfolio .slick-prev {
        left: 15px
    }
}

.page-template-landing-noportfolio .introCopy {
    padding: 100px 30px;
    color: #fff;
    text-align: center;
    background-size: contain;
    position: relative;
    z-index: 1
}

@media (max-width:1200px) {
    .page-template-landing-noportfolio .introCopy {
        padding: 80px 30px
    }
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .introCopy {
        background: url(../includes/img/starry-bg.jpg) top no-repeat;
        background-size: cover
    }
}

@media (max-width:600px) {
    .page-template-landing-noportfolio .introCopy {
        padding: 80px 30px 15px
    }
}

.page-template-landing-noportfolio .introCopy .background {
    position: absolute;
    top: -60%;
    width: 100%;
    left: 0
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .introCopy .background {
        top: -2%;
        display: none
    }
}

@media (max-width:600px) {
    .page-template-landing-noportfolio .introCopy .background {
        top: 2%
    }
}

.page-template-landing-noportfolio .introCopy .background img {
    width: 100%
}

.page-template-landing-noportfolio .introCopy__wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99
}

.page-template-landing-noportfolio .introCopy p {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1000px) {
    .page-template-landing-noportfolio .introCopy p {
        font-size: 28px;
        line-height: 40px
    }
}

@media (max-width:460px) {
    .page-template-landing-noportfolio .introCopy p {
        font-size: 23px;
        line-height: 32px
    }
}

.page-template-landing-noportfolio .imageBlurb {
    position: relative;
    color: #fff;
    padding: 120px 30px;
    z-index: 6
}

@media (max-width:1024px) {
    .page-template-landing-noportfolio .imageBlurb {
        padding: 80px 30px
    }
}

@media (max-width:650px) {
    .page-template-landing-noportfolio .imageBlurb {
        padding: 30px
    }
}

.page-template-landing-noportfolio .imageBlurb__wrap {
    max-width: 1200px;
    margin: 0 auto
}

.page-template-landing-noportfolio .imageBlurb__text {
    max-width: 595px
}

@media (max-width:1250px) {
    .page-template-landing-noportfolio .imageBlurb__text {
        max-width: 500px
    }
}

@media (max-width:920px) {
    .page-template-landing-noportfolio .imageBlurb__text {
        max-width: 100%;
        text-align: center
    }
}

.page-template-landing-noportfolio .imageBlurb__text h3 {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 4px
}

.page-template-landing-noportfolio .imageBlurb__text p {
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    font-size: 16px;
    margin-top: 50px
}

.page-template-landing-noportfolio .imageBlurb__text img {
    max-width: 100%
}

@media (max-width:768px) {
    .page-template-landing-noportfolio .imageBlurb__text img {
        max-width: 75%
    }
}

.page-template-landing-noportfolio .imageBlurb__image {
    position: absolute;
    right: -17%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

@media (max-width:1630px) {
    .page-template-landing-noportfolio .imageBlurb__image {
        right: -25%
    }
}

@media (max-width:1470px) {
    .page-template-landing-noportfolio .imageBlurb__image {
        right: -40%
    }
}

@media (max-width:1250px) {
    .page-template-landing-noportfolio .imageBlurb__image {
        right: -60%
    }
}

@media (max-width:1024px) {
    .page-template-landing-noportfolio .imageBlurb__image {
        right: -22%
    }
}

@media (max-width:920px) {
    .page-template-landing-noportfolio .imageBlurb__image {
        position: static;
        transform: none;
        margin-top: 40px
    }
}

@media (max-width:1024px) {
    .page-template-landing-noportfolio .imageBlurb__image img {
        width: 600px
    }
}

@media (max-width:920px) {
    .page-template-landing-noportfolio .imageBlurb__image img {
        width: 100%
    }
}

.page-template-landing-noportfolio .values {
    padding: 150px 30px 30px;
    color: #fff;
    background: url(../includes/img/wave-bg.jpg) 50% no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .values {
        padding: 30px
    }
}

.page-template-landing-noportfolio .values__row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between
}

.page-template-landing-noportfolio .values__prop {
    width: 100%;
    max-width: 320px;
    margin-bottom: 100px
}

@media (max-width:1030px) {
    .page-template-landing-noportfolio .values__prop {
        max-width: 48%
    }
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .values__prop {
        max-width: 100%;
        margin-bottom: 50px
    }
}

.page-template-landing-noportfolio .values__prop span {
    font-family: BD-Regular, serif;
    font-weight: 400;
    color: #ae956e;
    font-size: 32px
}

.page-template-landing-noportfolio .values__prop h3 {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0
}

.page-template-landing-noportfolio .values__prop p {
    font-family: PNRegular, sans-serif;
    font-size: 16px;
    line-height: 32px
}

.page-template-landing-noportfolio .friendSlider .title {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-template-landing-noportfolio .friendSlider .background img {
    width: auto
}

.page-template-landing-noportfolio .linkOut {
    position: relative;
    z-index: 9
}

.page-template-landing-noportfolio .linkOut .title {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: calc(100% - 60px);
    color: #fff;
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 247px
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .linkOut .title {
        padding-top: 100px;
        font-size: 28px
    }
}

.page-template-landing-noportfolio .linkOut a {
    z-index: 1;
    width: 268px;
    border: 1px solid #b0976d;
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    font-size: 14px;
    margin: 60px auto 266px;
    position: relative;
    z-index: 2
}

@media (max-width:800px) {
    .page-template-landing-noportfolio .linkOut a {
        margin-bottom: 50px
    }
}

.page-template-landing-noportfolio .linkOut a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.page-template-landing-noportfolio .linkOut a:hover:after {
    height: 100%
}

.page-template-landing-sc .landing__wrap {
    overflow: hidden
}

@media (max-width:1410px) {
    .page-template-landing-sc .shortBanner {
        height: 500px
    }
}

@media (max-width:800px) {
    .page-template-landing-sc .shortBanner {
        height: 400px
    }
}

.page-template-landing-sc .shortBanner .text h1,
.page-template-landing-sc .shortBanner .text h2,
.page-template-landing-sc .shortBanner .text h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

.page-template-landing-sc .shortBanner .text h1 {
    font-size: 91px;
    line-height: 96px
}

@media (max-width:1340px) {
    .page-template-landing-sc .shortBanner .text h1 {
        font-size: 60px;
        line-height: 65px
    }
}

@media (max-width:600px) {
    .page-template-landing-sc .shortBanner .text h1 {
        font-size: 40px;
        line-height: inherit
    }
}

@media (max-width:400px) {
    .page-template-landing-sc .shortBanner .text h1 {
        font-size: 30px;
        line-height: inherit
    }
}

.page-template-landing-sc .shortBanner .text h3 {
    height: auto
}

.page-template-landing-sc .section--portfolio {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 5
}

@media (max-width:1410px) {
    .page-template-landing-sc .section--portfolio {
        max-width: 1000px
    }
}

@media (max-width:1110px) {
    .page-template-landing-sc .section--portfolio {
        max-width: 800px
    }
}

@media (max-width:910px) {
    .page-template-landing-sc .section--portfolio {
        max-width: 680px
    }
}

@media (max-width:800px) {
    .page-template-landing-sc .section--portfolio {
        max-width: 500px;
        padding: 0 50px
    }
}

.page-template-landing-sc .portfolioCarousel__wrap {
    max-width: 1300px;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 100px 0
}

@media (max-width:1110px) {
    .page-template-landing-sc .portfolioCarousel__wrap {
        padding: 56px 0
    }
}

@media (max-width:800px) {
    .page-template-landing-sc .portfolioCarousel__wrap {
        padding: 0
    }
}

.page-template-landing-sc .portfolioCarousel__wrap .slick-list {
    overflow: unset;
    overflow-y: visible
}

.page-template-landing-sc .portfolioCarousel__wrap .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    transform: scale(1.25);
    box-shadow: 0 10px 50px 0 rgba(21, 21, 21, .2)
}

@media (max-width:800px) {
    .page-template-landing-sc .portfolioCarousel__wrap .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] img {
        transform: none
    }
}

.page-template-landing-sc .portfolioCarousel__wrap .slick-slide {
    position: relative
}

.page-template-landing-sc .portfolioCarousel__wrap .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: all .6s ease
}

.page-template-landing-sc .portfolioCarousel__wrap .slick-slide.slick-clone-current img,
.page-template-landing-sc .portfolioCarousel__wrap .slick-slide.slick-current img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    transform: scale(1.25);
    box-shadow: 0 10px 50px 0 rgba(21, 21, 21, .2)
}

@media (max-width:800px) {

    .page-template-landing-sc .portfolioCarousel__wrap .slick-slide.slick-clone-current img,
    .page-template-landing-sc .portfolioCarousel__wrap .slick-slide.slick-current img {
        transform: none
    }
}

.page-template-landing-sc .slick-next {
    right: -60px
}

@media (max-width:1360px) {
    .page-template-landing-sc .slick-next {
        right: -30px
    }
}

@media (max-width:800px) {
    .page-template-landing-sc .slick-next {
        right: -15px
    }
}

.page-template-landing-sc .slick-prev {
    left: -60px
}

@media (max-width:1360px) {
    .page-template-landing-sc .slick-prev {
        left: -30px
    }
}

@media (max-width:800px) {
    .page-template-landing-sc .slick-prev {
        left: -15px
    }
}

@media (max-width:800px) {
    .page-template-landing-sc__slider {
        padding: 0 15px
    }
}

.page-template-landing-sc .slick-next,
.page-template-landing-sc .slick-prev {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    color: transparent;
    z-index: 2
}

.page-template-landing-sc .slick-next {
    background: url(../includes/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0 !important;
    right: -15px
}

@media (max-width:910px) {
    .page-template-landing-sc .slick-next {
        right: 0
    }
}

@media (max-width:700px) {
    .page-template-landing-sc .slick-next {
        right: 15px
    }
}

.page-template-landing-sc .slick-prev {
    background: url(../includes/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    left: -15px
}

@media (max-width:910px) {
    .page-template-landing-sc .slick-prev {
        left: 0
    }
}

@media (max-width:700px) {
    .page-template-landing-sc .slick-prev {
        left: 15px
    }
}

.page-template-landing-sc .iconGrid {
    max-width: 1300px;
    margin-top: 100px;
    padding-bottom: 100px
}

.page-template-landing-sc .iconGrid .block img {
    width: 90px;
    height: auto
}

.page-template-landing-sc .iconGrid .block span {
    width: 180px;
    color: #fff
}

.page-template-landing-sc .squatSlider {
    margin-top: 100px
}

.page-template-landing-sc .squatSlider .slick-arrow {
    transform: none;
    background-position: 50% !important
}

.page-template-landing-sc .introCopy {
    padding: 100px 30px;
    color: #fff;
    text-align: center;
    background-size: contain;
    position: relative;
    z-index: 1
}

@media (max-width:1200px) {
    .page-template-landing-sc .introCopy {
        padding: 80px 30px
    }
}

@media (max-width:600px) {
    .page-template-landing-sc .introCopy {
        padding: 80px 30px 15px
    }
}

.page-template-landing-sc .introCopy .background {
    position: absolute;
    top: -60%;
    width: 100%;
    left: 0
}

@media (max-width:800px) {
    .page-template-landing-sc .introCopy .background {
        top: -2%;
        display: none
    }
}

@media (max-width:600px) {
    .page-template-landing-sc .introCopy .background {
        top: 2%
    }
}

.page-template-landing-sc .introCopy .background img {
    width: 100%
}

.page-template-landing-sc .introCopy__wrap {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 99
}

.page-template-landing-sc .introCopy .icon {
    max-width: 80px
}

.page-template-landing-sc .introCopy h2,
.page-template-landing-sc .introCopy h3 {
    margin: 0;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

.page-template-landing-sc .introCopy h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    position: relative;
    margin-top: 30px
}

@media (max-width:800px) {
    .page-template-landing-sc .introCopy h2 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 2.5px
    }
}

.page-template-landing-sc .introCopy h3 {
    font-size: 68px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 20px
}

@media (max-width:800px) {
    .page-template-landing-sc .introCopy h3 {
        font-size: 40px
    }
}

.page-template-landing-sc .introCopy p {
    font-family: PNRegular, sans-serif;
    font-size: 16px;
    line-height: 32px;
    max-width: 600px;
    margin: 0 auto 20px
}

.page-template-landing-sc .friendSlider .background img {
    width: auto
}

.page-template-landing-sc .friendSlider .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

.page-template-landing-sc .linkOut {
    position: relative;
    z-index: 9
}

.page-template-landing-sc .linkOut .title {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: calc(100% - 60px);
    color: #fff;
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 247px
}

@media (max-width:800px) {
    .page-template-landing-sc .linkOut .title {
        padding-top: 100px;
        font-size: 28px
    }
}

.page-template-landing-sc .linkOut a {
    z-index: 1;
    width: 268px;
    border: 1px solid #b0976d;
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    font-size: 14px;
    margin: 60px auto 266px;
    position: relative;
    z-index: 2
}

@media (max-width:800px) {
    .page-template-landing-sc .linkOut a {
        margin-bottom: 50px
    }
}

.page-template-landing-sc .linkOut a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.page-template-landing-sc .linkOut a:hover:after {
    height: 100%
}

.page-template-landing-sc .section--map {
    height: 1200px;
    background: url(../includes/img/sc-map.jpg) top no-repeat;
    position: relative
}

@media (max-width:1200px) {
    .page-template-landing-sc .section--map {
        height: 900px;
        background: url(../includes/img/sc-map-tablet.jpg) top no-repeat;
        margin-bottom: 100px
    }
}

.page-template-landing-sc .section--map:after {
    content: "";
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0, #151515);
    height: 50%;
    position: absolute;
    display: none;
    width: 100%;
    bottom: 0;
    left: 0
}

@media (max-width:1200px) {
    .page-template-landing-sc .section--map:after {
        display: block
    }
}

.page-template-landing-sc .section--map .map__inner {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%
}

@media (max-width:1200px) {
    .page-template-landing-sc .section--map .map__inner {
        max-width: 600px
    }
}

@media (max-width:550px) {
    .page-template-landing-sc .section--map .map__inner {
        max-width: 100%
    }
}

.page-template-landing-sc .section--map .map__compass {
    position: absolute;
    bottom: 300px;
    right: 100px
}

@media (max-width:1200px) {
    .page-template-landing-sc .section--map .map__compass {
        display: none
    }
}

.page-template-landing-sc .section--map .map__marker {
    position: absolute;
    align-content: center;
    align-items: center;
    display: flex;
    top: 272px;
    left: 72px
}

@media (max-width:1200px) {
    .page-template-landing-sc .section--map .map__marker {
        left: 37px
    }
}

@media (max-width:550px) {
    .page-template-landing-sc .section--map .map__marker {
        display: block;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        top: 195px;
        width: 100%
    }
}

.page-template-landing-sc .section--map .map__marker img {
    max-width: 75px
}

.page-template-landing-sc .section--map .map__marker .address {
    margin-right: 20px;
    line-height: 20px
}

@media (max-width:550px) {
    .page-template-landing-sc .section--map .map__marker .address {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.page-template-landing-sc .section--map .map__marker .address span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600
}

.page-template-home-custom .landing__wrap {
    overflow: hidden
}

@media (max-width:1410px) {
    .page-template-home-custom .shortBanner {
        height: 500px
    }
}

@media (max-width:800px) {
    .page-template-home-custom .shortBanner {
        height: 400px
    }
}

.page-template-home-custom .shortBanner .text h1,
.page-template-home-custom .shortBanner .text h2,
.page-template-home-custom .shortBanner .text h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

.page-template-home-custom .shortBanner .text h1 {
    font-size: 91px;
    line-height: 96px
}

@media (max-width:1450px) {
    .page-template-home-custom .shortBanner .text h1 {
        font-size: 60px;
        line-height: 65px
    }
}

@media (max-width:600px) {
    .page-template-home-custom .shortBanner .text h1 {
        font-size: 40px;
        line-height: inherit
    }
}

@media (max-width:400px) {
    .page-template-home-custom .shortBanner .text h1 {
        font-size: 30px;
        line-height: inherit
    }
}

.page-template-home-custom .shortBanner .text h3 {
    height: auto
}

.page-template-home-custom .section--portfolio {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 5
}

@media (max-width:1410px) {
    .page-template-home-custom .section--portfolio {
        max-width: 1000px
    }
}

@media (max-width:1110px) {
    .page-template-home-custom .section--portfolio {
        max-width: 800px
    }
}

@media (max-width:910px) {
    .page-template-home-custom .section--portfolio {
        max-width: 680px
    }
}

@media (max-width:800px) {
    .page-template-home-custom .section--portfolio {
        max-width: 500px;
        padding: 0 50px
    }
}

.page-template-home-custom .portfolioCarousel__wrap {
    max-width: 1300px;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 100px 0
}

@media (max-width:1110px) {
    .page-template-home-custom .portfolioCarousel__wrap {
        padding: 56px 0
    }
}

@media (max-width:800px) {
    .page-template-home-custom .portfolioCarousel__wrap {
        padding: 0
    }
}

.page-template-home-custom .portfolioCarousel__wrap .slick-list {
    overflow: unset;
    overflow-y: visible
}

.page-template-home-custom .portfolioCarousel__wrap .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    transform: scale(1.25);
    box-shadow: 0 10px 50px 0 rgba(21, 21, 21, .2)
}

@media (max-width:800px) {
    .page-template-home-custom .portfolioCarousel__wrap .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] img {
        transform: none
    }
}

.page-template-home-custom .portfolioCarousel__wrap .slick-slide {
    position: relative
}

.page-template-home-custom .portfolioCarousel__wrap .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: all .6s ease
}

.page-template-home-custom .portfolioCarousel__wrap .slick-slide.slick-clone-current img,
.page-template-home-custom .portfolioCarousel__wrap .slick-slide.slick-current img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    transform: scale(1.25);
    box-shadow: 0 10px 50px 0 rgba(21, 21, 21, .2)
}

@media (max-width:800px) {

    .page-template-home-custom .portfolioCarousel__wrap .slick-slide.slick-clone-current img,
    .page-template-home-custom .portfolioCarousel__wrap .slick-slide.slick-current img {
        transform: none
    }
}

.page-template-home-custom .slick-next {
    right: -60px
}

@media (max-width:1360px) {
    .page-template-home-custom .slick-next {
        right: -30px
    }
}

@media (max-width:800px) {
    .page-template-home-custom .slick-next {
        right: -15px
    }
}

.page-template-home-custom .slick-prev {
    left: -60px
}

@media (max-width:1360px) {
    .page-template-home-custom .slick-prev {
        left: -30px
    }
}

@media (max-width:800px) {
    .page-template-home-custom .slick-prev {
        left: -15px
    }
}

@media (max-width:800px) {
    .page-template-home-custom__slider {
        padding: 0 15px
    }
}

.page-template-home-custom .slick-next,
.page-template-home-custom .slick-prev {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    color: transparent;
    z-index: 2
}

.page-template-home-custom .slick-next {
    background: url(../includes/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0 !important;
    right: -15px
}

@media (max-width:910px) {
    .page-template-home-custom .slick-next {
        right: 0
    }
}

@media (max-width:700px) {
    .page-template-home-custom .slick-next {
        right: 15px
    }
}

.page-template-home-custom .slick-prev {
    background: url(../includes/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    left: -15px
}

@media (max-width:910px) {
    .page-template-home-custom .slick-prev {
        left: 0
    }
}

@media (max-width:700px) {
    .page-template-home-custom .slick-prev {
        left: 15px
    }
}

.page-template-home-custom .iconGrid {
    max-width: 1300px;
    margin-top: 100px;
    padding-bottom: 100px
}

.page-template-home-custom .iconGrid .block img {
    width: 90px;
    height: auto
}

.page-template-home-custom .iconGrid .block span {
    width: 180px;
    color: #fff
}

.page-template-home-custom .squatSlider {
    margin-top: 100px
}

.page-template-home-custom .squatSlider .slick-arrow {
    transform: none
}

.page-template-home-custom .introCopy {
    padding: 100px 30px;
    color: #fff;
    text-align: center;
    background-size: contain;
    position: relative;
    z-index: 1
}

@media (max-width:1200px) {
    .page-template-home-custom .introCopy {
        padding: 80px 30px
    }
}

@media (max-width:800px) {
    .page-template-home-custom .introCopy {
        background: url(../includes/img/starry-bg.jpg) top no-repeat;
        background-size: cover
    }
}

@media (max-width:600px) {
    .page-template-home-custom .introCopy {
        padding: 80px 30px 15px
    }
}

.page-template-home-custom .introCopy .background {
    position: absolute;
    top: -60%;
    width: 100%;
    left: 0
}

@media (max-width:800px) {
    .page-template-home-custom .introCopy .background {
        top: -2%;
        display: none
    }
}

@media (max-width:600px) {
    .page-template-home-custom .introCopy .background {
        top: 2%
    }
}

.page-template-home-custom .introCopy .background img {
    width: 100%
}

.page-template-home-custom .introCopy__wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99
}

.page-template-home-custom .introCopy p {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

@media (max-width:1000px) {
    .page-template-home-custom .introCopy p {
        font-size: 28px;
        line-height: 40px
    }
}

@media (max-width:460px) {
    .page-template-home-custom .introCopy p {
        font-size: 23px;
        line-height: 32px
    }
}

.page-template-home-custom .imageBlurb {
    position: relative;
    color: #fff;
    padding: 120px 30px;
    z-index: 6
}

@media (max-width:1024px) {
    .page-template-home-custom .imageBlurb {
        padding: 80px 30px
    }
}

@media (max-width:650px) {
    .page-template-home-custom .imageBlurb {
        padding: 30px
    }
}

.page-template-home-custom .imageBlurb__wrap {
    max-width: 1200px;
    margin: 0 auto
}

.page-template-home-custom .imageBlurb__text {
    max-width: 580px
}

@media (max-width:1024px) {
    .page-template-home-custom .imageBlurb__text {
        max-width: 500px
    }
}

@media (max-width:920px) {
    .page-template-home-custom .imageBlurb__text {
        max-width: 100%;
        text-align: center
    }
}

.page-template-home-custom .imageBlurb__text h3 {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1000px) {
    .page-template-home-custom .imageBlurb__text h3 {
        font-size: 28px;
        line-height: 40px
    }
}

@media (max-width:460px) {
    .page-template-home-custom .imageBlurb__text h3 {
        font-size: 23px;
        line-height: 32px
    }
}

.page-template-home-custom .imageBlurb__text p {
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    font-size: 16px;
    margin-top: 50px
}

.page-template-home-custom .imageBlurb__text img {
    max-width: 100%
}

@media (max-width:768px) {
    .page-template-home-custom .imageBlurb__text img {
        max-width: 75%
    }
}

.page-template-home-custom .imageBlurb__image {
    position: absolute;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

@media (max-width:1700px) {
    .page-template-home-custom .imageBlurb__image {
        right: -25%
    }
}

@media (max-width:1390px) {
    .page-template-home-custom .imageBlurb__image {
        right: -40%
    }
}

@media (max-width:1200px) {
    .page-template-home-custom .imageBlurb__image {
        right: -60%
    }
}

@media (max-width:1024px) {
    .page-template-home-custom .imageBlurb__image {
        right: -22%
    }
}

@media (max-width:920px) {
    .page-template-home-custom .imageBlurb__image {
        position: static;
        transform: none;
        margin-top: 40px
    }
}

@media (max-width:1024px) {
    .page-template-home-custom .imageBlurb__image img {
        width: 600px
    }
}

@media (max-width:920px) {
    .page-template-home-custom .imageBlurb__image img {
        width: 100%
    }
}

.page-template-home-custom .values {
    padding: 100px 30px;
    text-align: center;
    color: #fff;
    background: url(../includes/img/wave-bg.jpg) 50% no-repeat;
    background-size: cover
}

@media (max-width:800px) {
    .page-template-home-custom .values {
        padding: 30px
    }
}

.page-template-home-custom .values__intro {
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 100px
}

@media (max-width:800px) {
    .page-template-home-custom .values__intro {
        padding-bottom: 50px
    }
}

.page-template-home-custom .values__intro h2 {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 25px
}

@media (max-width:1000px) {
    .page-template-home-custom .values__intro h2 {
        font-size: 36px;
        line-height: 40px
    }
}

@media (max-width:460px) {
    .page-template-home-custom .values__intro h2 {
        font-size: 23px;
        line-height: 32px
    }
}

.page-template-home-custom .values__intro p {
    font-family: PNRegular, sans-serif;
    font-size: 16px;
    line-height: 32px
}

.page-template-home-custom .values__row {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
    justify-content: space-between
}

.page-template-home-custom .values__prop {
    width: 100%;
    max-width: 422px;
    margin-bottom: 100px
}

@media (max-width:992px) {
    .page-template-home-custom .values__prop {
        max-width: 360px
    }
}

@media (max-width:800px) {
    .page-template-home-custom .values__prop {
        max-width: 100%;
        margin-bottom: 50px
    }
}

.page-template-home-custom .values__prop img {
    max-width: 80px;
    display: block;
    margin: 0 auto 30px
}

.page-template-home-custom .values__prop h3 {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase
}

.page-template-home-custom .values__prop p {
    font-family: PNRegular, sans-serif;
    font-size: 16px;
    line-height: 32px
}

.page-template-home-custom .btn.btn--gold {
    max-width: 268px;
    width: calc(100% - 60px);
    border: 1px solid #b0976d;
    font-family: PNBold, sans-serif;
    font-size: 14px;
    color: #fff;
    background: rgba(21, 21, 21, .32);
    text-transform: uppercase;
    letter-spacing: 2.62px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 19px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.page-template-home-custom .btn.btn--gold:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.page-template-home-custom .btn.btn--gold:hover:after {
    height: 100%
}

.page-template-home-custom .services {
    max-width: 1200px;
    margin: 0 auto 100px;
    position: relative;
    z-index: 99;
    padding: 0 30px
}

@media (max-width:800px) {
    .page-template-home-custom .services {
        margin-bottom: 40px
    }
}

.page-template-home-custom .services__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.page-template-home-custom .services__prop {
    width: 330px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px
}

.page-template-home-custom .services__prop img {
    max-width: 100px
}

.page-template-home-custom .services__prop h3 {
    font-family: PNSemi;
    font-size: 24px
}

@media (max-width:800px) {
    .page-template-home-custom .services__prop h3 {
        font-size: 20px
    }
}

.page-template-home-custom .services__prop p {
    font-family: PNRegular, sans-serif;
    line-height: 32px;
    font-size: 16px
}

@media (max-width:800px) {
    .page-template-home-custom .services__prop p {
        font-size: 15px;
        line-height: 28px
    }
}

.page-template-home-custom .friendSlider .background img {
    width: auto
}

.page-template-home-custom .friendSlider .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

.page-template-home-custom .linkOut {
    position: relative;
    z-index: 9
}

.page-template-home-custom .linkOut .title {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: calc(100% - 60px);
    color: #fff;
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 247px
}

@media (max-width:800px) {
    .page-template-home-custom .linkOut .title {
        padding-top: 100px;
        font-size: 28px
    }
}

.page-template-home-custom .linkOut a {
    z-index: 1;
    width: 268px;
    border: 1px solid #b0976d;
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-family: PNBold, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    font-size: 14px;
    margin: 60px auto 266px;
    position: relative;
    z-index: 2
}

@media (max-width:800px) {
    .page-template-home-custom .linkOut a {
        margin-bottom: 50px
    }
}

.page-template-home-custom .linkOut a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.page-template-home-custom .linkOut a:hover:after {
    height: 100%
}

.page-template-home-custom .section--map {
    height: 1200px;
    background: url(../includes/img/sc-map.jpg) top no-repeat;
    position: relative
}

@media (max-width:1200px) {
    .page-template-home-custom .section--map {
        height: 900px;
        background: url(../includes/img/sc-map-tablet.jpg) top no-repeat;
        margin-bottom: 100px
    }
}

.page-template-home-custom .section--map:after {
    content: "";
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0, #151515);
    height: 50%;
    position: absolute;
    display: none;
    width: 100%;
    bottom: 0;
    left: 0
}

@media (max-width:1200px) {
    .page-template-home-custom .section--map:after {
        display: block
    }
}

.page-template-home-custom .section--map .map__inner {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%
}

@media (max-width:1200px) {
    .page-template-home-custom .section--map .map__inner {
        max-width: 600px
    }
}

@media (max-width:550px) {
    .page-template-home-custom .section--map .map__inner {
        max-width: 100%
    }
}

.page-template-home-custom .section--map .map__compass {
    position: absolute;
    bottom: 300px;
    right: 100px
}

@media (max-width:1200px) {
    .page-template-home-custom .section--map .map__compass {
        display: none
    }
}

.page-template-home-custom .section--map .map__marker {
    position: absolute;
    align-content: center;
    align-items: center;
    display: flex;
    top: 272px;
    left: 72px
}

@media (max-width:1200px) {
    .page-template-home-custom .section--map .map__marker {
        left: 37px
    }
}

@media (max-width:550px) {
    .page-template-home-custom .section--map .map__marker {
        display: block;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        top: 195px;
        width: 100%
    }
}

.page-template-home-custom .section--map .map__marker img {
    max-width: 75px
}

.page-template-home-custom .section--map .map__marker .address {
    margin-right: 20px;
    line-height: 20px
}

@media (max-width:550px) {
    .page-template-home-custom .section--map .map__marker .address {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.page-template-home-custom .section--map .map__marker .address span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    font-family: PNSemi, sans-serif
}

.page-template-landing .landing__wrap {
    overflow: hidden
}

.page-template-landing .leftPortItem,
.page-template-landing .rightPortItem {
    padding-bottom: 90px
}

.page-template-landing .leftPortItem {
    z-index: 6;
    position: relative;
    padding-top: 147px;
    margin-top: 50px
}

@media (max-width:1100px) {
    .page-template-landing .leftPortItem {
        padding-top: 0;
        margin-top: 0
    }
}

.page-template-landing .leftPortItem .background {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0
}

.page-template-landing .leftPortItem .background .innerPara {
    position: absolute;
    transition: all .1s;
    transform: translate(0)
}

.page-template-landing .leftPortItem .container {
    display: flex;
    max-width: 1200px;
    width: 95%;
    margin: auto;
    position: relative;
    justify-content: space-between;
    z-index: 5
}

.page-template-landing .leftPortItem .container .text {
    width: calc(50% - 100px)
}

@media (max-width:1100px) {
    .page-template-landing .leftPortItem .container .text {
        padding-top: 50px
    }
}

.page-template-landing .leftPortItem .container .text .title {
    font-size: 56px;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    color: #fff
}

.page-template-landing .leftPortItem .container .text .title:hover {
    text-decoration: none
}

@media (max-width:800px) {
    .page-template-landing .leftPortItem .container .text .title {
        font-size: 35px
    }
}

.page-template-landing .leftPortItem .container .text .desc {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    font-size: 16px;
    padding-top: 22px
}

.page-template-landing .leftPortItem .container .text .portItemRow {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

@media (max-width:800px) {
    .page-template-landing .leftPortItem .container .text .portItemRow {
        margin-top: 30px;
        flex-direction: column
    }
}

.page-template-landing .leftPortItem .container .text .portItemRow .portButton {
    width: 215px;
    height: 33px;
    position: relative;
    top: 3px;
    border: 1px solid #b0976d;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    text-decoration: none;
    z-index: 2
}

@media (max-width:800px) {
    .page-template-landing .leftPortItem .container .text .portItemRow .portButton {
        width: 100%;
        margin-bottom: 40px
    }
}

.page-template-landing .leftPortItem .container .text .portItemRow .portButton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.page-template-landing .leftPortItem .container .text .portItemRow .portButton:hover:after {
    height: 100%
}

.page-template-landing .leftPortItem .container .text .portItemRow .shopifyButton {
    height: 64px;
    width: auto
}

.page-template-landing .leftPortItem .container .text .portItemRow .shopifyButton img {
    width: auto;
    height: 100%
}

.page-template-landing .leftPortItem .container .webpageImg {
    width: calc(50% - 20px);
    margin-top: -4px
}

.page-template-landing .leftPortItem .container .webpageImg img {
    width: 100%;
    height: auto
}

.page-template-landing .rightPortItem {
    z-index: 5;
    position: relative;
    margin-top: 197px;
    padding-bottom: 150px
}

@media (max-width:1100px) {
    .page-template-landing .rightPortItem {
        margin-top: 50px
    }
}

.page-template-landing .rightPortItem .background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    bottom: 0;
    z-index: 1
}

.page-template-landing .rightPortItem .background:before {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(#151515, rgba(21, 21, 21, 0));
    z-index: 1
}

.page-template-landing .rightPortItem .background:after {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    z-index: 1
}

.page-template-landing .rightPortItem .background .innerPara {
    position: absolute;
    transition: all .1s;
    transform: translate(0)
}

.page-template-landing .rightPortItem .background .mobile {
    display: none
}

.page-template-landing .rightPortItem .container {
    display: flex;
    padding-top: 0;
    max-width: 1200px;
    flex-direction: row-reverse;
    width: 95%;
    margin: auto;
    position: relative;
    justify-content: space-between;
    z-index: 3
}

.page-template-landing .rightPortItem .container .text {
    width: calc(50% - 100px)
}

.page-template-landing .rightPortItem .container .text .title {
    font-size: 56px;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    color: #fff
}

@media (max-width:800px) {
    .page-template-landing .rightPortItem .container .text .title {
        font-size: 35px
    }
}

.page-template-landing .rightPortItem .container .text .title:hover {
    text-decoration: none
}

.page-template-landing .rightPortItem .container .text .desc {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    font-size: 16px;
    padding-top: 22px
}

.page-template-landing .rightPortItem .container .text .portItemRow {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

@media (max-width:800px) {
    .page-template-landing .rightPortItem .container .text .portItemRow {
        margin-top: 30px;
        flex-direction: column
    }
}

.page-template-landing .rightPortItem .container .text .portItemRow .portButton {
    width: 215px;
    height: 33px;
    position: relative;
    top: 3px;
    border: 1px solid #b0976d;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    text-decoration: none;
    z-index: 2
}

@media (max-width:800px) {
    .page-template-landing .rightPortItem .container .text .portItemRow .portButton {
        width: 100%;
        margin-bottom: 40px
    }
}

.page-template-landing .rightPortItem .container .text .portItemRow .portButton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.page-template-landing .rightPortItem .container .text .portItemRow .portButton:hover:after {
    height: 100%
}

.page-template-landing .rightPortItem .container .text .portItemRow .shopifyButton {
    height: 64px;
    width: auto
}

.page-template-landing .rightPortItem .container .text .portItemRow .shopifyButton img {
    width: auto;
    height: 100%
}

.page-template-landing .rightPortItem .container .webpageImg {
    width: calc(50% - 20px);
    margin-top: -4px
}

.page-template-landing .rightPortItem .container .webpageImg img {
    width: 100%;
    height: auto
}

@media only screen and (max-width:1100px) {

    .page-template-landing .leftPortItem .background img,
    .page-template-landing .rightPortItem .background img {
        display: none
    }
}

@media only screen and (max-width:800px) {

    .page-template-landing .leftPortItem .container,
    .page-template-landing .rightPortItem .container {
        width: calc(100% - 60px)
    }
}

@media only screen and (max-width:1100px) {

    .page-template-landing .leftPortItem .background,
    .page-template-landing .rightPortItem .background {
        display: flex;
        flex-direction: column
    }
}

@media only screen and (max-width:1100px) {

    .page-template-landing .leftPortItem .container .text,
    .page-template-landing .rightPortItem .container .text {
        padding-bottom: 52vw;
        width: 100%;
        max-width: 500px;
        margin: auto
    }

    .page-template-landing .leftPortItem .container,
    .page-template-landing .rightPortItem .container {
        display: block
    }
}

.page-template-landing .leftPortItem .background .mobile {
    display: none
}

@media only screen and (max-width:1100px) {

    .page-template-landing .leftPortItem .background .mobile,
    .page-template-landing .rightPortItem .background .mobile {
        display: block;
        width: 100%;
        margin-top: auto
    }
}

@media only screen and (max-width:1100px) {

    .page-template-landing .leftPortItem .container .webpageImg,
    .page-template-landing .rightPortItem .container .webpageImg {
        display: none
    }
}

@media (max-width:1410px) {
    .page-template-landing .shortBanner {
        height: 500px
    }
}

@media (max-width:800px) {
    .page-template-landing .shortBanner {
        height: 400px
    }
}

.page-template-landing .shortBanner .text h1,
.page-template-landing .shortBanner .text h2,
.page-template-landing .shortBanner .text h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

.page-template-landing .shortBanner .text h1 {
    font-size: 91px;
    line-height: 96px
}

@media (max-width:800px) {
    .page-template-landing .shortBanner .text h1 {
        font-size: 60px;
        line-height: 65px
    }
}

@media (max-width:600px) {
    .page-template-landing .shortBanner .text h1 {
        font-size: 40px;
        line-height: inherit
    }
}

@media (max-width:400px) {
    .page-template-landing .shortBanner .text h1 {
        font-size: 30px;
        line-height: inherit
    }
}

.page-template-landing .shortBanner .text h3 {
    height: auto
}

@media (min-width:800px) {
    .page-template-landing .shortBanner img {
        height: auto
    }
}

.page-template-landing .section--portfolio {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px
}

@media (max-width:1410px) {
    .page-template-landing .section--portfolio {
        max-width: 1000px
    }
}

@media (max-width:1110px) {
    .page-template-landing .section--portfolio {
        max-width: 800px
    }
}

@media (max-width:910px) {
    .page-template-landing .section--portfolio {
        max-width: 680px
    }
}

@media (max-width:800px) {
    .page-template-landing .section--portfolio {
        max-width: 500px;
        padding: 0 50px
    }
}

.page-template-landing .portfolioCarousel__wrap {
    max-width: 1300px;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 100px 0
}

@media (max-width:1110px) {
    .page-template-landing .portfolioCarousel__wrap {
        padding: 56px 0
    }
}

@media (max-width:800px) {
    .page-template-landing .portfolioCarousel__wrap {
        padding: 0
    }
}

.page-template-landing .portfolioCarousel__wrap .slick-list {
    overflow: unset;
    overflow-y: visible
}

.page-template-landing .portfolioCarousel__wrap .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    transform: scale(1.25);
    box-shadow: 0 10px 50px 0 rgba(21, 21, 21, .2)
}

@media (max-width:800px) {
    .page-template-landing .portfolioCarousel__wrap .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] img {
        transform: none
    }
}

.page-template-landing .portfolioCarousel__wrap .slick-slide {
    position: relative
}

.page-template-landing .portfolioCarousel__wrap .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: all .6s ease
}

.page-template-landing .portfolioCarousel__wrap .slick-slide.slick-clone-current img,
.page-template-landing .portfolioCarousel__wrap .slick-slide.slick-current img {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    transform: scale(1.25);
    box-shadow: 0 10px 50px 0 rgba(21, 21, 21, .2)
}

@media (max-width:800px) {

    .page-template-landing .portfolioCarousel__wrap .slick-slide.slick-clone-current img,
    .page-template-landing .portfolioCarousel__wrap .slick-slide.slick-current img {
        transform: none
    }
}

.page-template-landing .scope:after,
.page-template-landing .scope:before {
    display: none
}

.page-template-landing .scope span:first-child {
    max-height: 46px;
    top: -76px
}

.page-template-landing .scope span:first-child,
.page-template-landing .scope span:last-child {
    width: 1px;
    content: "";
    background: #979797;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.page-template-landing .scope span:last-child {
    max-height: 75px;
    bottom: -100px
}

.page-template-landing .introCopy {
    padding: 250px 30px;
    color: #fff;
    text-align: center;
    background: url(../includes/img/starry-bg.jpg) top no-repeat;
    background-size: contain;
    position: relative
}

@media (max-width:1410px) {
    .page-template-landing .introCopy {
        padding: 175px 30px;
        background-size: cover
    }
}

@media (max-width:800px) {
    .page-template-landing .introCopy {
        padding: 153px 30px
    }
}

@media (max-width:600px) {
    .page-template-landing .introCopy {
        padding: 80px 30px
    }
}

.page-template-landing .introCopy:before {
    left: 0;
    background: linear-gradient(90deg, #151515 0, #151515 39%, rgba(21, 21, 21, 0))
}

.page-template-landing .introCopy:after {
    right: 0;
    background: linear-gradient(90deg, rgba(21, 21, 21, 0) 0, #151515 61%, #151515)
}

.page-template-landing .introCopy__wrap {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 99
}

.page-template-landing .introCopy .icon {
    max-width: 80px
}

.page-template-landing .introCopy h2,
.page-template-landing .introCopy h3 {
    margin: 0;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

.page-template-landing .introCopy h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    position: relative;
    margin-top: 30px
}

@media (max-width:800px) {
    .page-template-landing .introCopy h2 {
        font-size: 16px
    }
}

.page-template-landing .introCopy h3 {
    font-size: 68px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-top: 30px
}

@media (max-width:800px) {
    .page-template-landing .introCopy h3 {
        font-size: 40px
    }
}

.page-template-landing .introCopy p {
    font-family: PNRegular, sans-serif;
    font-size: 16px;
    line-height: 32px
}

.page-template-landing .quote {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px
}

@media (max-width:1360px) {
    .page-template-landing .quote {
        max-width: 980px;
        max-width: 992px
    }
}

@media (max-width:992px) {
    .page-template-landing .quote {
        max-width: 680px
    }
}

@media (max-width:800px) {
    .page-template-landing .quote {
        padding: 30px;
        max-width: 500px
    }
}

.page-template-landing .quote .icon {
    max-width: 112px;
    display: block;
    margin: 0 auto
}

.page-template-landing .quote .slick-next,
.page-template-landing .quote .slick-prev {
    top: 50%;
    transform: translateY(-50%)
}

.page-template-landing .quote .slick-next {
    right: -60px
}

@media (max-width:1360px) {
    .page-template-landing .quote .slick-next {
        right: -30px
    }
}

@media (max-width:800px) {
    .page-template-landing .quote .slick-next {
        right: -15px
    }
}

.page-template-landing .quote .slick-prev {
    left: -60px
}

@media (max-width:1360px) {
    .page-template-landing .quote .slick-prev {
        left: -30px
    }
}

@media (max-width:800px) {
    .page-template-landing .quote .slick-prev {
        left: -15px
    }
}

@media (max-width:800px) {
    .page-template-landing .quote__slider {
        padding: 0 15px
    }
}

.page-template-landing .quote__slider,
.page-template-landing .quote__slider--secondary {
    color: #fff;
    text-align: center
}

.page-template-landing .quote__slider--secondary blockquote,
.page-template-landing .quote__slider blockquote {
    margin: 0;
    display: block
}

.page-template-landing .quote__slider--secondary h2,
.page-template-landing .quote__slider h2 {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 25px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6))
}

@media (max-width:800px) {

    .page-template-landing .quote__slider--secondary h2,
    .page-template-landing .quote__slider h2 {
        font-size: 26px;
        line-height: 32px
    }
}

.page-template-landing .quote__slider--secondary h3,
.page-template-landing .quote__slider h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: PNRegular, sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: .9
}

@media (max-width:800px) {

    .page-template-landing .quote__slider--secondary h3,
    .page-template-landing .quote__slider h3 {
        line-height: 1.4
    }
}

.page-template-landing .quote__slider--secondary h3 span,
.page-template-landing .quote__slider h3 span {
    font-family: PNBold, sans-serif;
    font-weight: 400;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff
}

@media (max-width:800px) {

    .page-template-landing .quote__slider--secondary h3 span,
    .page-template-landing .quote__slider h3 span {
        display: block;
        border: none;
        margin-bottom: 10px;
        margin-right: 0;
        padding-right: 0
    }
}

.page-template-landing .values {
    padding: 100px 30px;
    text-align: center;
    color: #fff;
    background: url(../includes/img/wave-bg.jpg) 50% no-repeat;
    background-size: cover
}

@media (max-width:800px) {
    .page-template-landing .values {
        padding: 30px
    }
}

.page-template-landing .values__intro {
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 100px
}

@media (max-width:800px) {
    .page-template-landing .values__intro {
        padding-bottom: 50px
    }
}

.page-template-landing .values__intro h2 {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 25px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-template-landing .values__intro p {
    font-family: PNRegular, sans-serif;
    font-size: 16px;
    line-height: 32px
}

.page-template-landing .values__row {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
    justify-content: space-between
}

.page-template-landing .values__prop {
    width: 100%;
    max-width: 422px;
    margin-bottom: 100px
}

@media (max-width:992px) {
    .page-template-landing .values__prop {
        max-width: 360px
    }
}

@media (max-width:800px) {
    .page-template-landing .values__prop {
        max-width: 100%;
        margin-bottom: 50px
    }
}

.page-template-landing .values__prop img {
    max-width: 80px;
    display: block;
    margin: 0 auto 30px
}

.page-template-landing .values__prop h3 {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase
}

.page-template-landing .values__prop p {
    font-family: PNRegular, sans-serif;
    font-size: 16px;
    line-height: 32px
}

.page-template-landing .friendSlider {
    padding-bottom: 150px
}

.page-template-landing .friendSlider .background img {
    width: auto
}

.page-template-landing .friendSlider .title {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .6), #fff, hsla(0, 0%, 100%, .6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-template-landing .friendSlider .line {
    margin: 80px auto auto
}

.page-template-landing .theresMore .title {
    margin: 52px auto 56px
}

.page-template-landing .btn.btn--gold {
    max-width: 268px;
    width: calc(100% - 60px);
    border: 1px solid #b0976d;
    font-family: PNBold, sans-serif;
    font-size: 14px;
    color: #fff;
    background: rgba(21, 21, 21, .32);
    text-transform: uppercase;
    letter-spacing: 2.62px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 19px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.page-template-landing .btn.btn--gold:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.page-template-landing .btn.btn--gold:hover:after {
    height: 100%
}

.page-template-landing .noPadTop {
    padding-top: 0
}

.page-template-landing .slick-next,
.page-template-landing .slick-prev {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    color: transparent;
    z-index: 2
}

.page-template-landing .slick-next {
    background: url(../includes/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -15px
}

@media (max-width:910px) {
    .page-template-landing .slick-next {
        right: 15px
    }
}

.page-template-landing .slick-prev {
    background: url(../includes/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -15px
}

@media (max-width:910px) {
    .page-template-landing .slick-prev {
        left: 15px
    }
}

@font-face {
    font-family: BD-Regular;
    src: url("../includes/fonts/Blacker Display Regular.eot");
    src: url("../includes/fonts/Blacker Display Regular.woff2") format("woff2"), url("../_dev/sass/fonts/Blacker Display Regular.eot?#iefix") format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BD-Light;
    src: url(../includes/fonts/BlackerDisplay-Light.woff) format("woff"), url(../_dev/sass/fonts/BlackerDisplay-Light.ttf) format("truetype"), url(../_dev/sass/fonts/BlackerDisplay-Regular.svg#BlackerDisplay-Light) format("svg");
    font-weight: 400;
    font-style: normal
}

.noScroll {
    height: 100vh
}

a {
    color: #b0976d;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.body404 img {
    display: block;
    max-width: 400px;
    width: calc(100% - 90px);
    margin: 16vw auto auto;
    padding-right: 29px
}

.body404 h1 {
    font-size: 36px;
    font-family: BD-Light, sans-seirf;
    font-weight: 500;
    margin: 71px auto auto
}

.body404 a,
.body404 h1 {
    text-align: center;
    color: #fff;
    width: calc(100% - 60px)
}

.body404 a {
    display: block;
    max-width: 263px;
    height: 53px;
    border: 1px solid #b0976d;
    line-height: 53px;
    font-family: PN-Bold, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.9px;
    margin: 40px auto auto
}

.headerNav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

.headerNav:before {
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 110px;
    background: #000;
    transition: all .2s;
    left: 0;
    top: 0;
    opacity: 0
}

.headerNav .inner {
    max-width: 1277px;
    width: calc(100% - 127px);
    display: flex;
    justify-content: flex-end;
    margin: auto;
    position: relative;
    transition: all .2s;
    top: 0
}

.headerNav .inner .logo {
    position: absolute;
    left: 0;
    z-index: 4
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.headerNav .inner .logo a .rooster {
    width: 89px;
    position: absolute;
    top: 47px;
    opacity: 0;
    transform: translateY(-40px);
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.headerNav .inner .logo a .wordmark {
    position: absolute;
    height: 19px;
    top: 63px;
    opacity: 0;
    transform: translateY(40px);
    transition: all .2s
}

.headerNav .inner .burger {
    display: block;
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    top: 61px
}

.headerNav .inner .burger .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.headerNav .inner .burger .container div {
    background: #fff;
    height: 2px;
    display: block
}

.headerNav .inner .burger .container .bar1 {
    width: 70%;
    margin-left: auto;
    transform-origin: top right;
    transition: all .2s
}

.headerNav .inner .burger .container .bar2 {
    width: 100%;
    transform-origin: center;
    transition: all .2s
}

.headerNav .inner .burger .container .bar3 {
    width: 70%;
    transform-origin: bottom left;
    transition: all .2s
}

.headerNav .inner .hover .bar1 {
    transform: rotate(-45deg) translate(-8px, -3px)
}

.headerNav .inner .hover .bar2 {
    transform: scaleX(0)
}

.headerNav .inner .hover .bar3 {
    transform: rotate(45deg) translate(-7px, -17px)
}

.outerDesktopNav {
    position: absolute;
    top: -60px;
    height: 110px;
    width: calc(100vw - 60px);
    right: -30px;
    cursor: pointer
}

.outerDesktopNav .desktopNav {
    position: absolute;
    top: 57px;
    padding-top: 10px;
    right: 0;
    padding-right: 110px;
    width: 0;
    transition: all .2s;
    height: 30px;
    overflow: hidden
}

.outerDesktopNav .desktopNav .innerNav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 110px;
    width: 740px;
    transition: all .2s
}

.outerDesktopNav .desktopNav .innerNav a {
    font-size: 13px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    margin-left: 38px;
    text-transform: uppercase
}

.outerDesktopNav .desktopNav .innerNav a.active,
.outerDesktopNav .desktopNav .innerNav a:hover {
    color: #b0976d
}

.outerDesktopNav:hover .desktopNav {
    width: 740px
}

.outerDesktopNav:hover .desktopNav .innerNav {
    opacity: 1
}

@media only screen and (max-width:1000px) {
    .outerDesktopNav {
        display: none
    }
}

.headerNav.hasBeenScrolled .inner .logo a .rooster {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    transform: translate(0);
    transition: all .2s
}

.headerNav.scrolled:before {
    opacity: .8;
    height: 64px
}

.headerNav.scrolled .inner {
    top: -40px;
    background: #000
}

.headerNav.scrolled .inner .logo a .rooster {
    opacity: 0;
    transform: translateY(-40px)
}

.headerNav.scrolled .inner .logo a .wordmark {
    opacity: 1;
    transform: translate(0)
}

.navPopOver,
.noScroll {
    overflow: hidden
}

.navPopOver {
    z-index: 200;
    width: 100vw;
    height: calc(100vh + 20px);
    background-color: #151515;
    position: fixed
}

.navPopOver .backgroundImage {
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom
}

.navPopOver .roosterImage {
    position: absolute;
    display: block;
    height: 84%;
    top: 50%;
    left: 50%;
    opacity: .09;
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-50%, -50%) !important
}

.navPopOver .nav {
    width: 90%;
    max-width: 1024px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    padding: 40px 0;
    overflow-y: scroll;
    overflow-x: hidden
}

.navPopOver .nav .inner {
    width: 100%;
    max-width: 390px;
    height: 640px;
    padding: 40px 0;
    margin: 0 auto
}

.navPopOver .nav .inner .list {
    letter-spacing: .7px
}

.navPopOver .nav .inner .list ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.navPopOver .nav .inner .list ul li {
    font-family: BD-Light, BD-Regular, sans-serif;
    font-size: 48px;
    padding-bottom: 33px
}

.navPopOver .nav .inner .list ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.navPopOver .nav .inner .list ul li a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    display: block;
    bottom: -10px;
    content: "";
    transform: translateX(100vw);
    transition: all .2s
}

.navPopOver .nav .inner .list ul li a:hover:before {
    transform: translateX(0)
}

@media only screen and (max-height:700px) {
    .navPopOver .nav .inner .list ul li {
        font-size: 35px;
        padding-bottom: 17px
    }

    .navPopOver .nav .inner .list ul li a:before {
        bottom: -5px
    }
}

.navPopOver .nav .inner .contact {
    padding-top: 20px;
    height: 145px;
    padding-bottom: 20px;
    position: relative;
    top: 7px
}

.navPopOver .nav .inner .contact span {
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 2.74px;
    color: #b0976d;
    text-transform: uppercase;
    text-align: center;
    display: block
}

.navPopOver .nav .inner .contact a {
    color: #fff;
    text-decoration: none;
    font-family: BD-Light, BD-Regular, sans-serif;
    text-align: center;
    display: block;
    padding-top: 20px;
    letter-spacing: 3.75px;
    padding-bottom: 27px
}

.navPopOver .nav .inner .contact .socialFlex {
    display: flex;
    justify-content: center;
    padding-top: 5px
}

.navPopOver .nav .inner .contact .socialFlex a {
    width: 24px;
    height: 24px;
    display: flex;
    margin: 0 18px
}

.navPopOver .nav .inner .contact .socialFlex a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-height:700px) {
    .navPopOver .nav .inner {
        height: auto
    }
}

.navPopOver .exit {
    position: absolute;
    top: 58px;
    right: 64px;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.navPopOver .exit img {
    width: 100%;
    height: auto
}

.pageBody .banner {
    position: relative;
    width: 100%;
    min-height: 1100px;
    height: 58vw;
    overflow: hidden;
    z-index: 0
}

.pageBody .banner:before {
    height: 240px;
    top: 0;
    background-image: linear-gradient(rgba(21, 21, 21, .8), rgba(21, 21, 21, 0));
    z-index: 1
}

.pageBody .banner:after,
.pageBody .banner:before {
    width: 100%;
    content: "";
    position: absolute;
    display: block;
    left: 0
}

.pageBody .banner:after {
    height: 400px;
    bottom: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515, #151515);
    z-index: 3
}

.pageBody .banner .bannerBackground {
    position: absolute;
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.pageBody .banner .bannerForeground {
    width: 100%;
    position: absolute;
    bottom: 64px;
    height: auto;
    z-index: 2;
    min-width: 1728px;
    left: 50%;
    transform: translateX(-50%)
}

.pageBody .banner .text {
    position: fixed;
    z-index: 1;
    max-width: 690px;
    margin: 180px auto auto;
    left: 50%;
    width: 100%;
    transform: translate(-50%)
}

.pageBody .banner .text img {
    width: 80px;
    height: auto;
    display: block;
    margin: auto;
    transform: translateX(-11px)
}

.pageBody .banner .text h2,
.pageBody .banner .text h3 {
    text-align: center;
    letter-spacing: 4px;
    margin: 0;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 32px
}

.pageBody .banner .text h1 {
    font-size: 68px;
    text-align: center;
    font-family: BD-Light, sans-serif;
    color: #fff;
    font-weight: 400;
    padding-top: 26px;
    letter-spacing: .7px;
    line-height: 74px;
    padding-bottom: 17px;
    margin: 25px 0 -3px;
    position: relative
}

.pageBody .banner .text h1:before {
    top: 0
}

.pageBody .banner .text h1:after,
.pageBody .banner .text h1:before {
    content: "";
    background: #b0976d;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 93%
}

.pageBody .banner .text h1:after {
    bottom: 0
}

.pageBody .homeBody {
    background: #151515;
    overflow: hidden;
    width: 100%;
    margin-top: -30px
}

.pageBody .homeBody,
.pageBody .homeBody .homeTopBlock {
    position: relative;
    z-index: 4
}

@media only screen and (max-width:1100px) {
    .pageBody .homeBody .homeTopBlock {
        z-index: 7
    }
}

.pageBody .homeBody .homeTopBlock .backgroundStars {
    position: absolute;
    top: 0;
    width: 105%;
    height: auto;
    display: block
}

@media only screen and (max-width:1100px) {
    .pageBody .homeBody .homeTopBlock .backgroundStars {
        height: 100%
    }
}

.pageBody .homeBody .homeTopBlock .blurb {
    font-size: 32px;
    font-family: BD-Light, BD-Regular, serif;
    color: #fff;
    position: relative;
    line-height: 50px;
    text-align: center;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: auto;
    letter-spacing: .2px
}

.pageBody .homeBody .leftPortItem {
    z-index: 6;
    position: relative;
    padding-top: 147px;
    margin-top: 50px
}

.pageBody .homeBody .leftPortItem .background {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0
}

.pageBody .homeBody .leftPortItem .background .innerPara {
    position: absolute;
    transition: all .1s;
    transform: translate(0)
}

.pageBody .homeBody .leftPortItem .background .mobile {
    display: none
}

.pageBody .homeBody .leftPortItem .background:before {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(#151515, rgba(21, 21, 21, 0));
    z-index: 1
}

.pageBody .homeBody .leftPortItem .background:after {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    z-index: 1
}

.pageBody .homeBody .leftPortItem .container {
    display: flex;
    max-width: 1200px;
    width: 95%;
    margin: auto;
    position: relative;
    justify-content: space-between;
    z-index: 5
}

.pageBody .homeBody .leftPortItem .container .text {
    width: calc(50% - 100px)
}

.pageBody .homeBody .leftPortItem .container .text .title {
    font-size: 56px;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    color: #fff
}

.pageBody .homeBody .leftPortItem .container .text .title:hover {
    text-decoration: none
}

.pageBody .homeBody .leftPortItem .container .text .desc {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    font-size: 16px;
    padding-top: 22px
}

.pageBody .homeBody .leftPortItem .container .text .portItemRow {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.pageBody .homeBody .leftPortItem .container .text .portItemRow .portButton {
    width: 215px;
    height: 33px;
    position: relative;
    top: 3px;
    border: 1px solid #b0976d;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    text-decoration: none;
    z-index: 2
}

.pageBody .homeBody .leftPortItem .container .text .portItemRow .portButton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.pageBody .homeBody .leftPortItem .container .text .portItemRow .portButton:hover:after {
    height: 100%
}

.pageBody .homeBody .leftPortItem .container .text .portItemRow .shopifyButton {
    height: 64px;
    width: auto
}

.pageBody .homeBody .leftPortItem .container .text .portItemRow .shopifyButton img {
    width: auto;
    height: 100%
}

.pageBody .homeBody .leftPortItem .container .webpageImg {
    width: calc(50% - 20px);
    margin-top: -4px
}

.pageBody .homeBody .leftPortItem .container .webpageImg img {
    width: 100%;
    height: auto
}

.pageBody .homeBody .rightPortItem {
    z-index: 5;
    position: relative;
    padding-top: 197px;
    padding-bottom: 60px
}

.pageBody .homeBody .rightPortItem .background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    bottom: 0;
    z-index: 1
}

.pageBody .homeBody .rightPortItem .background:before {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(#151515, rgba(21, 21, 21, 0));
    z-index: 1
}

.pageBody .homeBody .rightPortItem .background:after {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    z-index: 1
}

.pageBody .homeBody .rightPortItem .background .innerPara {
    position: absolute;
    transition: all .1s;
    transform: translate(0)
}

.pageBody .homeBody .rightPortItem .background .mobile {
    display: none
}

.pageBody .homeBody .rightPortItem .container {
    display: flex;
    padding-top: 104px;
    max-width: 1200px;
    flex-direction: row-reverse;
    width: 95%;
    margin: auto;
    position: relative;
    justify-content: space-between;
    z-index: 3
}

.pageBody .homeBody .rightPortItem .container .text {
    width: calc(50% - 100px)
}

.pageBody .homeBody .rightPortItem .container .text .title {
    font-size: 56px;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    color: #fff
}

.pageBody .homeBody .rightPortItem .container .text .title:hover {
    text-decoration: none
}

.pageBody .homeBody .rightPortItem .container .text .desc {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    font-size: 16px;
    padding-top: 22px
}

.pageBody .homeBody .rightPortItem .container .text .portItemRow {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.pageBody .homeBody .rightPortItem .container .text .portItemRow .portButton {
    width: 215px;
    height: 33px;
    position: relative;
    top: 3px;
    border: 1px solid #b0976d;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    text-decoration: none;
    z-index: 2
}

.pageBody .homeBody .rightPortItem .container .text .portItemRow .portButton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.pageBody .homeBody .rightPortItem .container .text .portItemRow .portButton:hover:after {
    height: 100%
}

.pageBody .homeBody .rightPortItem .container .text .portItemRow .shopifyButton {
    height: 64px;
    width: auto
}

.pageBody .homeBody .rightPortItem .container .text .portItemRow .shopifyButton img {
    width: auto;
    height: 100%
}

.pageBody .homeBody .rightPortItem .container .webpageImg {
    width: calc(50% - 20px);
    margin-top: -4px
}

.pageBody .homeBody .rightPortItem .container .webpageImg img {
    width: 100%;
    height: auto
}

.pageBody .homeBody .textBlade {
    position: relative;
    z-index: 1
}

.pageBody .homeBody .textBlade:after {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), rgba(21, 21, 21, .8));
    z-index: 1
}

.pageBody .homeBody .textBlade .background {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    max-height: 890px;
    overflow: hidden
}

.pageBody .homeBody .textBlade .background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pageBody .homeBody .textBlade .text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2
}

.pageBody .homeBody .textBlade .text img {
    width: 299px;
    margin: auto;
    display: block;
    transform: translateX(16px)
}

.pageBody .homeBody .textBlade .text .words {
    font-size: 32px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 67px;
    max-width: 1177px;
    width: 90%;
    margin: auto;
    line-height: 49px;
    letter-spacing: .4px
}

.pageBody .homeBody .midStars {
    position: relative;
    height: 0
}

.pageBody .homeBody .midStars img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%
}

.scope {
    transform: translate(-.75157px, -12.9515px);
    font-size: 14px;
    display: block;
    font-family: PNBold, PN-Bold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #ae956e;
    position: relative;
    width: 350px;
    text-align: center;
    margin: 210px auto
}

.scope:before {
    height: 46px;
    top: -76px
}

.scope:after,
.scope:before {
    width: 1px;
    content: "";
    background: #979797;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.scope:after {
    height: 75px;
    bottom: -100px
}

.iconGrid {
    display: flex;
    position: relative;
    justify-content: space-around;
    max-width: 1200px;
    width: 90%;
    height: 154px;
    margin: -4px auto auto
}

.iconGrid .block {
    position: relative;
    width: 20%;
    height: 100%
}

.iconGrid .block img {
    display: block;
    width: 80px;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s
}

.iconGrid .block span {
    position: absolute;
    left: 50%;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 20px;
    color: #ae956e;
    text-transform: uppercase;
    transform: translate(-50%, 100%);
    bottom: -5px;
    flex-direction: column;
    justify-content: center;
    height: 39px
}

.iconGrid .block:hover img {
    transform: translateY(calc(-50% - 5px))
}

.friendSlider {
    position: relative;
    z-index: 4
}

.friendSlider .background {
    position: absolute;
    top: -110px;
    width: 100%;
    left: 0
}

.friendSlider .background img {
    width: 100%
}

.friendSlider .line {
    width: 30px;
    height: 1px;
    background: #b0976d;
    position: relative;
    margin: 112px auto auto
}

.friendSlider .title {
    position: relative;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: 62px auto auto
}

.friendSlider .homeSlideshow {
    width: 90%;
    max-width: 1190px;
    margin: 90px auto auto
}

.friendSlider .homeSlideshow .slick-prev {
    background: url(../includes/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0
}

.friendSlider .homeSlideshow .slick-next,
.friendSlider .homeSlideshow .slick-prev {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    color: transparent;
    z-index: 2
}

.friendSlider .homeSlideshow .slick-next {
    background: url(../includes/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0
}

.friendSlider .homeSlideshow .slide {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto
}

.friendSlider .homeSlideshow .slide .block {
    height: 320px;
    width: 320px;
    position: relative;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a
}

.friendSlider .homeSlideshow .slide .block:nth-of-type(3n) {
    border-right: none
}

.friendSlider .homeSlideshow .slide .block:nth-of-type(4),
.friendSlider .homeSlideshow .slide .block:nth-of-type(5),
.friendSlider .homeSlideshow .slide .block:nth-of-type(6) {
    border-bottom: none
}

.friendSlider .homeSlideshow .slide .block img {
    transform: scale(.5) translate(-50%, -50%);
    transform-origin: top left;
    left: 50%;
    top: 50%;
    position: absolute
}

.theresMore {
    position: relative;
    z-index: 4
}

.theresMore .title {
    letter-spacing: 1px;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 90%;
    max-width: 700px;
    margin: 175px auto 56px
}

.theresMore .title .gold {
    color: #ae956e
}

.theresMore .grid {
    max-width: 1200px;
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto
}

.theresMore .grid .block {
    width: calc(50% - 5px);
    position: relative;
    height: 420px;
    margin-bottom: 10px;
    background: transparent;
    overflow: hidden
}

.theresMore .grid .block img {
    background: #000
}

.theresMore .grid .block .backGround {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all .2s;
    transform: scale(1);
    transform-origin: center
}

.theresMore .grid .block .blockTitle {
    position: absolute;
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    font-size: 36px;
    bottom: 40px;
    left: 23px
}

.theresMore .grid .block .subTitle {
    position: absolute;
    font-family: PNBold, sans-serif;
    font-size: 14px;
    color: #b0976d;
    bottom: 19px;
    left: 23px
}

.theresMore .grid .block:hover .backGround {
    transform: scale(1.1)
}

.theresMore .grid .light img {
    background: #fff
}

.theresMore .grid .light .blockTitle {
    color: #151515
}

.theresMore .viewAllRow {
    max-width: 1200px;
    width: 90%;
    border-bottom: 1px solid #b0976d;
    margin: auto;
    text-align: center;
    padding-top: 18px;
    position: relative;
    transition: all .2s;
    z-index: 4
}

.theresMore .viewAllRow .viewAll {
    font-size: 25px;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding-bottom: 26px;
    display: block;
    z-index: 1;
    position: relative
}

.theresMore .viewAllRow:after {
    background: #b0976d;
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    transition: all .2s;
    opacity: .8;
    z-index: -1
}

.theresMore .viewAllRow:hover {
    padding-top: 28px
}

.theresMore .viewAllRow:hover:after {
    height: 100%
}

.theresMore .container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    height: 0;
    position: relative;
    z-index: 1
}

.theresMore .container .sortDrop {
    position: absolute;
    top: -47px;
    right: 0
}

.theresMore .container .sortDrop .top {
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    padding: 8px;
    cursor: pointer
}

.theresMore .container .sortDrop .top .gold {
    color: #ae956e
}

.theresMore .container .sortDrop .bottom {
    position: absolute;
    display: flex;
    background: #000;
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 20px 32px;
    right: 0
}

.theresMore .container .sortDrop .bottom a {
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin: 10px 0;
    text-decoration: none;
    cursor: pointer
}

.footer {
    position: relative;
    z-index: 3;
    background: #151515
}

.footer .background {
    width: 100%;
    height: auto;
    margin: auto;
    transform: none !important
}

.footer .upperText {
    position: relative;
    color: #fff;
    padding-top: 205px
}

.footer .upperText .title {
    font-size: 64px;
    letter-spacing: 1px
}

.footer .upperText .subTitle,
.footer .upperText .title {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: auto;
    max-width: 700px;
    width: calc(100% - 60px)
}

.footer .upperText .subTitle {
    font-size: 28px;
    font-weight: 100;
    padding-top: 25px
}

.footer .upperText .powowButton {
    max-width: 268px;
    width: calc(100% - 60px);
    border: 1px solid #b0976d;
    font-family: PNBold, sans-serif;
    font-size: 14px;
    color: #fff;
    background: rgba(21, 21, 21, .32);
    text-transform: uppercase;
    letter-spacing: 2.62px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 19px;
    text-decoration: none;
    display: block;
    margin: 63px auto auto;
    position: relative;
    z-index: 2
}

.footer .upperText .powowButton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.footer .upperText .powowButton:hover:after {
    height: 100%
}

.footer .lowerText {
    position: relative;
    color: #fff;
    margin-top: 569px
}

.footer .lowerText .stalk {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto
}

.footer .lowerText .socialRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 493px;
    margin: 50px auto auto
}

.footer .lowerText .socialRow a {
    display: flex;
    flex-direction: column;
    text-decoration: none
}

.footer .lowerText .socialRow a img {
    margin: auto;
    width: 21px
}

.footer .lowerText .socialRow a span {
    font-size: 12px;
    font-family: PNBold, sans-serif;
    color: #b0976d;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-top: 23px
}

.footer .lowerText .legal {
    color: #595959;
    font-size: 12px;
    font-family: sans-serif;
    text-align: center;
    line-height: 18px;
    padding-top: 47px;
    padding-bottom: 70px
}

.footer .footerImageContainer {
    position: absolute;
    top: -246px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    margin: auto
}

.footer .footerImageContainer:before {
    background-image: linear-gradient(90deg, #151515, rgba(21, 21, 21, 0));
    left: 0
}

.footer .footerImageContainer:after,
.footer .footerImageContainer:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    height: 100%;
    width: 100px;
    top: 0
}

.footer .footerImageContainer:after {
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515);
    right: 0
}

@media only screen and (max-width:1440px) {
    .footer .footerImageContainer {
        top: 8.5vw
    }
}

@media only screen and (max-width:800px) {
    .footer .footerImageContainer {
        top: -86px;
        opacity: .8
    }
}

.portfolioBanner {
    height: 568px;
    width: calc(100% - 200px);
    position: relative;
    padding-top: 232px;
    max-width: 1200px;
    margin: auto
}

.portfolioBanner .background {
    max-height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0
}

.portfolioBanner .background .innerPara {
    position: absolute;
    transition: all .1s;
    transform: translate(0)
}

.portfolioBanner .background .mobile {
    display: none
}

.portfolioBanner .container {
    width: 100%;
    margin: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 153px;
    padding-bottom: 100px;
    z-index: 1;
    display: flex
}

@media only screen and (max-width:800px) {
    .portfolioBanner .container {
        position: relative;
        top: 0
    }
}

.portfolioBanner .container .numeral {
    position: absolute;
    left: -37px;
    transform: translate(-100%);
    font-family: BD-Light, sans-serif;
    color: #ae956e;
    font-size: 40px
}

.portfolioBanner .container .numeral:after {
    content: "";
    background-image: url(../includes/img/arrow.png);
    background-size: contain;
    width: 10px;
    height: 5px;
    display: block;
    transform: translateX(-50%);
    transform-origin: center;
    position: absolute;
    bottom: -30px;
    left: 50%
}

.portfolioBanner .container .text {
    max-width: 360px
}

.portfolioBanner .container .text h1 {
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 2px
}

.portfolioBanner .container .text .desc {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: proxima-nova, sans-serif
}

.portfolioBanner .container .text img {
    width: 100%;
    max-width: 193px;
    margin-top: 50px
}

.singleImageBlock {
    padding-bottom: 216px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
    background-color: #000
}

.singleImageBlock .container,
.singleImageBlock .containerlight {
    max-width: 1200px;
    width: calc(100% - 200px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative
}

.singleImageBlock .container .left,
.singleImageBlock .containerlight .left {
    width: 360px;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 155px;
    top: 0;
    margin-bottom: auto
}

.singleImageBlock .container .left .numeral,
.singleImageBlock .containerlight .left .numeral {
    position: absolute;
    left: -37px;
    transform: translate(-100%);
    font-family: BD-Light, sans-serif;
    color: #ae956e;
    font-size: 40px
}

.singleImageBlock .container .left .numeral:before,
.singleImageBlock .containerlight .left .numeral:before {
    content: "";
    background-image: url(../includes/img/arrow.png);
    background-size: contain;
    width: 10px;
    height: 5px;
    display: block;
    transform: translateX(-50%) rotate(180deg);
    transform-origin: center;
    position: absolute;
    top: -35px;
    left: 50%
}

.singleImageBlock .container .left .numeral:after,
.singleImageBlock .containerlight .left .numeral:after {
    content: "";
    background-image: url(../includes/img/arrow.png);
    background-size: contain;
    width: 10px;
    height: 5px;
    display: block;
    transform: translateX(-50%);
    transform-origin: center;
    position: absolute;
    bottom: -31px;
    left: 50%
}

.singleImageBlock .container .left .text .title,
.singleImageBlock .containerlight .left .text .title {
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 22px;
    display: block;
    line-height: 39px;
    margin-top: -7px
}

.singleImageBlock .container .left .text .desc,
.singleImageBlock .containerlight .left .text .desc {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: proxima-nova, sans-serif
}

.singleImageBlock .container .left .text img,
.singleImageBlock .containerlight .left .text img {
    width: 100%;
    max-width: 193px;
    margin-top: 50px
}

.singleImageBlock .container .left .text .button,
.singleImageBlock .containerlight .left .text .button {
    height: 53px;
    display: block;
    border: 1px solid #b0976d;
    text-align: center;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.62px;
    font-family: PNBold, sans-serif;
    max-width: 256px;
    margin-top: 50px;
    position: relative;
    z-index: 2
}

.singleImageBlock .container .left .text .button:after,
.singleImageBlock .containerlight .left .text .button:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.singleImageBlock .container .left .text .button:hover:after,
.singleImageBlock .containerlight .left .text .button:hover:after {
    height: 100%
}

.singleImageBlock .container .imgContainer,
.singleImageBlock .containerlight .imgContainer {
    width: calc(100% - 440px)
}

.singleImageBlock .container .imgContainer img,
.singleImageBlock .containerlight .imgContainer img {
    width: 100%;
    height: auto;
    display: block
}

.light {
    background-color: #f3f3f3
}

.light .containerlight .left .text .button,
.light .containerlight .left .text .desc,
.light .containerlight .left .text .title {
    color: #0d0501
}

.light:nth-of-type(2n) {
    background-color: #fff
}

.shadow {
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .15))
}

.quoteBlock {
    background: #151515;
    width: 100%;
    margin: 120px auto auto;
    padding-bottom: 120px;
    z-index: 1;
    position: relative
}

.quoteBlock .inner {
    display: flex;
    border: 1px solid #b0976d;
    padding: 91px 125px 80px;
    justify-content: space-between;
    max-width: 950px;
    width: calc(100% - 450px);
    margin: auto
}

.quoteBlock .inner .left {
    width: 200px;
    height: 200px
}

.quoteBlock .inner .left img {
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.quoteBlock .inner .right {
    width: calc(100% - 295px);
    min-height: 237px;
    display: flex;
    flex-direction: column
}

.quoteBlock .inner .right .title {
    display: block;
    margin-top: auto;
    font-size: 36px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    letter-spacing: 1px;
    line-height: 40px
}

.quoteBlock .inner .right .desc {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px
}

.quoteBlock .inner .right .dash {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px
}

.quoteBlock .inner .right .name {
    font-weight: 700
}

.quoteBlock .inner .right .name,
.quoteBlock .inner .right .position {
    display: block;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px
}

.quoteBlock .inner .right .position {
    margin-bottom: auto;
    margin-top: 10px
}

.quoteBlock .inner .quoteRight--full {
    width: 100%
}

.portGalleryContainer {
    margin-top: -20px
}

.portGalleryContainer .banner .background {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0
}

.portGalleryContainer .banner .background img {
    width: 100%
}

.portGalleryContainer .banner .background:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    height: 100px;
    display: block;
    content: "";
    width: 100%
}

.portGalleryContainer .banner .text {
    position: relative;
    padding-top: 243px;
    padding-bottom: 280px
}

.portGalleryContainer .banner .text h2 {
    font-size: 18px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    text-align: center
}

.portGalleryContainer .banner .text h1 {
    font-size: 68px;
    text-align: center;
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    letter-spacing: .9px;
    margin: 27px 0 0
}

.portGalleryContainer .morePorts {
    width: 90%;
    max-width: 1200px;
    font-size: 25px;
    display: block;
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    margin: 10px auto auto;
    padding: 0 0 27px;
    border: none;
    border-bottom: 1px solid #b0976d
}

.employeeContainer {
    position: relative;
    z-index: 4
}

.employeeContainer .banner {
    background-image: url(../includes/img/fifthBlockBkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 116px
}

.employeeContainer .banner .upperBanner {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: auto;
    padding-top: 180px;
    display: flex
}

.employeeContainer .banner .upperBanner .left {
    width: calc(32% + 54px);
    position: relative;
    height: 0;
    padding-top: 32.3%
}

.employeeContainer .banner .upperBanner .left img {
    width: calc(100% - 54px);
    position: absolute;
    top: 0
}

.employeeContainer .banner .upperBanner .left .nameRow {
    display: flex;
    position: absolute;
    right: -5px;
    bottom: 2px;
    transform-origin: bottom left;
    letter-spacing: 1px;
    transform: translateX(100%) rotate(-90deg)
}

.employeeContainer .banner .upperBanner .left .nameRow .name {
    margin: 0;
    font-size: 30px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    font-weight: 400
}

.employeeContainer .banner .upperBanner .left .nameRow .title {
    margin-top: auto;
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #b0976d;
    text-transform: uppercase;
    margin-left: 13px;
    padding-left: 16px;
    margin-bottom: 2px;
    letter-spacing: 2px;
    position: relative
}

@media only screen and (max-width:1100px) and (min-width:880px) {
    .employeeContainer .banner .upperBanner .left .nameRow .title {
        width: 160px
    }
}

.employeeContainer .banner .upperBanner .left .nameRow .title:before {
    content: "";
    width: 1px;
    height: 46px;
    background: #ae956e;
    display: block;
    position: absolute;
    bottom: 4px;
    left: -2px
}

.employeeContainer .banner .upperBanner .right {
    width: calc(68% - 54px)
}

.employeeContainer .banner .upperBanner .right .blurb {
    width: calc(100% - 100px);
    font-size: 68px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    margin: 46px auto auto;
    line-height: 74px
}

.employeeContainer .banner .lowerBanner {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: auto
}

.employeeContainer .banner .lowerBanner .desc {
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
    margin-top: 35px;
    letter-spacing: -.11px;
    padding-bottom: 10px
}

.employeeContainer .banner .lowerBanner .desc .hiddenDesc {
    display: none;
    padding-top: 20px
}

.employeeContainer .banner .lowerBanner button {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-bottom: 1px solid #ae956e;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    padding: 29px 29px 19px;
    opacity: 1;
    transition: all .5s
}

.employeeContainer .accordionBox {
    background: #f9f9f9
}

.employeeContainer .accordionBox .inner {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: auto;
    padding-top: 80px;
    padding-bottom: 110px
}

.employeeContainer .accordionBox .inner .block {
    border-top: 1px solid #bfbfbf
}

.employeeContainer .accordionBox .inner .block .upper {
    display: flex;
    justify-content: space-between;
    height: 124px;
    cursor: pointer;
    transition: all .2s
}

.employeeContainer .accordionBox .inner .block .upper .title {
    font-size: 32px;
    font-family: BD-Light, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    color: #b0976d;
    margin: auto 0
}

.employeeContainer .accordionBox .inner .block .upper img {
    margin: auto 0;
    width: 40px;
    transition: all .2s;
    transform: rotate(0deg)
}

.employeeContainer .accordionBox .inner .block .lower .grid {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 25px;
    justify-content: space-between
}

.employeeContainer .accordionBox .inner .block .lower .grid .gridItem {
    font-size: 16px;
    font-family: BD-Light, sans-serif;
    padding-left: 21px;
    width: calc(33.33333% - 50px);
    padding-bottom: 36px;
    padding-right: 10px;
    position: relative;
    line-height: 23px
}

.employeeContainer .accordionBox .inner .block .lower .grid .gridItem:before {
    content: "+";
    color: #b0976d;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0
}

.employeeContainer .accordionBox .inner .block:last-of-type {
    border-bottom: 1px solid #bfbfbf
}

.employeeContainer .accordionBox .inner .active .upper {
    height: 105px
}

.employeeContainer .accordionBox .inner .active .upper img {
    transform: rotate(45deg)
}

.employeeContainer .next {
    background-image: url(../includes/img/fifthBlockBkg.jpg);
    background-size: cover;
    background-position: 50%;
    padding-bottom: 116px
}

.employeeContainer .next .top {
    max-width: 1010px;
    margin: auto;
    display: flex;
    padding-top: 96px;
    width: calc(100% - 60px)
}

.employeeContainer .next .top .text {
    font-size: 36px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 9px;
    white-space: nowrap;
    padding-right: 50px;
    padding-left: 5px
}

.employeeContainer .next .top .line {
    display: flex;
    height: 1px;
    background: #ae956e;
    margin-top: 14px;
    width: 100%
}

.employeeContainer .next .grid {
    max-width: 1010px;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    margin: 60px auto auto
}

.employeeContainer .next .grid .gridItem {
    width: calc(33.33333% - 68.33333px);
    height: 0;
    display: block;
    padding-top: calc(33.33333% - 63px);
    position: relative;
    margin-left: 5px;
    margin-right: 42px
}

.employeeContainer .next .grid .gridItem img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.employeeContainer .next .grid .gridItem .nameRow {
    display: flex;
    position: absolute;
    right: -50px;
    bottom: 2px;
    transform-origin: bottom left;
    letter-spacing: 1px;
    transform: translateX(100%) rotate(-90deg)
}

.employeeContainer .next .grid .gridItem .nameRow .name {
    margin: 0;
    font-size: 30px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    font-weight: 400
}

.employeeContainer .next .grid .gridItem .nameRow .title {
    margin-top: auto;
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #b0976d;
    text-transform: uppercase;
    margin-left: 13px;
    padding-left: 16px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    position: relative
}

.employeeContainer .next .grid .gridItem .nameRow .title:before {
    content: "";
    width: 1px;
    height: 35px;
    background: #ae956e;
    display: block;
    position: absolute;
    bottom: 1px;
    left: -4px
}

.employeeContainer .next .backBtn {
    display: block;
    text-align: center;
    border: 1px solid #ae956e;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 74px auto auto;
    padding: 20px 60px;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2.62px
}

.shortBanner {
    height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -48px
}

.shortBanner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515)
}

.shortBanner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.shortBanner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: calc(100% - 60px);
    margin: auto;
    z-index: 3
}

.shortBanner .text h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    position: relative;
    top: -25px
}

.shortBanner .text h1,
.shortBanner .text h2 {
    margin: 0;
    font-family: BD-Light, sans-serif;
    font-weight: 400
}

.shortBanner .text h1 {
    font-size: 80px;
    letter-spacing: 1px;
    padding-bottom: 50px
}

.shortBanner .text h3 {
    margin: 0;
    font-size: 18px;
    font-family: BD-Light, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    font-weight: 400;
    position: relative;
    top: -29px;
    line-height: 34px;
    height: 2px
}

.article .text h1 {
    font-size: 48px
}

.overlapSquares {
    max-width: 1200px;
    width: calc(100% - 60px);
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin: 78px auto 96px
}

.overlapSquares .left {
    position: absolute;
    width: calc(50% - 100px);
    left: 0;
    top: -100px;
    background: #fff;
    z-index: 2;
    padding: 62px 50px 53px
}

.overlapSquares .left .super {
    font-size: 24px;
    font-family: BD-Light, sans-serif;
    letter-spacing: .9px
}

.overlapSquares .left .title {
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 9px;
    margin-top: 18px
}

.overlapSquares .left .line {
    background: #b0976d;
    width: 30px;
    height: 1px;
    margin-top: 41px;
    margin-left: 4px
}

.overlapSquares .left .text {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    margin-top: 47px;
    letter-spacing: -.1px
}

.overlapSquares .left .text a {
    color: #b0976d;
    text-decoration: none
}

.overlapSquares .right {
    width: 67%;
    position: relative;
    z-index: 1;
    height: 0;
    padding-top: 67%;
    overflow: hidden
}

.overlapSquares .right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.overlapSquares .right .playVideo {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.overlapSquares .right .playVideo img {
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    transition: all .2s;
    transform: translate(-50%, -50%) scale(1)
}

.overlapSquares .right .playVideo span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: BD-Light, sans-serif;
    font-weight: 900;
    position: relative;
    top: 132px
}

.overlapSquares .right .playVideo:hover img {
    transform: translate(-50%, -50%) scale(1.1)
}

.blade {
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 60px)
}

.blade .line {
    width: 30px;
    margin: auto;
    background: #b0976d;
    height: 1px;
    display: block
}

.blade .text {
    font-size: 36px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    line-height: 50px;
    text-align: center;
    margin-top: 101px;
    letter-spacing: .2px
}

.modalOverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .7)
}

.modalOverlay,
.videoModal {
    position: fixed;
    display: none
}

.videoModal {
    top: 50%;
    left: 50%;
    width: calc(100% - 60px);
    max-width: 940px;
    height: 0;
    padding-top: 37%;
    transform: translate(-50%, -50%);
    z-index: 101
}

.videoModal iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.noScroll {
    width: 100%;
    height: 100%;
    overflow: none
}

#aboutGrid {
    background-image: url(../includes/img/wwaStaffStars.jpg);
    padding-top: 80px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

#aboutGrid .row {
    display: flex;
    max-width: 1190px;
    width: calc(100% - 210px);
    margin: 43px auto auto
}

#aboutGrid .row:nth-of-type(2n) {
    justify-content: flex-end
}

#aboutGrid .row .gridItem {
    display: block;
    text-decoration: none;
    margin-right: 37.4%;
    position: relative
}

#aboutGrid .row .gridItem:nth-of-type(2) {
    margin-right: 12.5%
}

#aboutGrid .row .gridItem img {
    width: 188px;
    height: 188px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    -o-object-position: top center;
    object-position: top center;
    border: 3px solid transparent;
    transition: all .2s
}

#aboutGrid .row .gridItem .nameBox {
    position: absolute;
    top: 50%;
    left: 220px
}

#aboutGrid .row .gridItem .nameBox .line {
    width: 7px;
    height: 1px;
    background: #b0976d;
    margin: 0;
    position: relative;
    top: -23px
}

#aboutGrid .row .gridItem .nameBox .title {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #b0976d;
    position: relative;
    top: -11px
}

#aboutGrid .row .gridItem .nameBox .name {
    font-size: 30px;
    letter-spacing: 2px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    position: relative;
    top: 3px
}

#aboutGrid .row .gridItem:hover img {
    border: 3px solid #b0976d
}

.hiringButtonContainer {
    margin-top: 180px;
    margin-bottom: 100px
}

.hiringButtonContainer a {
    display: block;
    margin: auto;
    width: 354px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    border: 1px solid #b0976d;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2.62px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 2
}

.hiringButtonContainer a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.hiringButtonContainer a:hover:after {
    height: 100%
}

.map {
    position: relative;
    width: 100%;
    margin-top: 38px;
    padding-bottom: 54px;
    z-index: 4;
    min-height: 1090px
}

.map:before {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(#151515, rgba(21, 21, 21, 0));
    z-index: 1
}

.map .mapBkg {
    width: 100%
}

.map .sbs {
    position: absolute;
    display: flex;
    top: 330px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 60px);
    max-width: 1242px;
    justify-content: space-between
}

.map .sbs .left img {
    width: 588px
}

.map .sbs .right {
    display: flex;
    flex-direction: column;
    margin-right: 14%
}

@media (max-width:1580px) {
    .map .sbs .right {
        margin-right: 0;
        margin-left: 14%
    }
}

@media (max-width:1100px) {
    .map .sbs .right {
        margin-right: 0;
        margin-left: 0;
        text-align: center
    }
}

.map .sbs .right .container {
    margin-bottom: 71%
}

.map .sbs .right .container .upper {
    font-size: 36px;
    color: #fff;
    font-family: BD-Light, sans-serif
}

.map .sbs .right .container .lower {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #b0976d;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 30px
}

.squatSlider {
    margin-top: 150px;
    position: relative;
    z-index: 4
}

.squatSlider .slick-prev {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 160px;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, .5);
    color: transparent;
    z-index: 2;
    background-image: url(../includes/img/slideLeftArrow.png);
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat
}

.squatSlider .slide {
    height: 500px
}

.squatSlider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.squatSlider .slick-next {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 160px;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, .5);
    color: transparent;
    z-index: 2;
    background-image: url(../includes/img/slideRightArrow.png);
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat
}

.expertiseSpacing {
    padding-top: 135px
}

.linelessBlurb {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: BD-Light, sans-serif;
    letter-spacing: .3px;
    line-height: 50px;
    padding-bottom: 128px;
    padding-top: 30px;
    position: relative
}

.expertiseBlock {
    z-index: 4
}

.expertiseBlock.even {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 60px);
    padding-bottom: 103px
}

.expertiseBlock.even .img {
    position: relative;
    margin-top: 100px;
    left: 0;
    width: 68%;
    height: 0;
    padding-top: 68%
}

.expertiseBlock.even .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.expertiseBlock.even .img .playVideo {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.expertiseBlock.even .img .playVideo img {
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.expertiseBlock.even .img .playVideo span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: BD-Light, sans-serif;
    font-weight: 900;
    position: relative;
    top: 132px
}

.expertiseBlock.even .text {
    width: calc(50% - 100px);
    background: #fff;
    position: absolute;
    z-index: 2;
    right: 0;
    padding: 50px 50px 60px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .15))
}

.expertiseBlock.even .text a {
    color: inherit
}

.expertiseBlock.even .text a:hover {
    text-decoration: none
}

.expertiseBlock.even .text .title {
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 400;
    line-height: 42px
}

.expertiseBlock.even .text .sub {
    color: #8a8a8a;
    font-size: 18px;
    font-family: BD-Light, sans-serif;
    letter-spacing: .5px;
    margin-top: 16px;
    margin-left: 2px
}

.expertiseBlock.even .text .line {
    width: 30px;
    height: 1px;
    background: #b0976d;
    margin-top: 36px
}

.expertiseBlock.even .text .innerText {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    margin-top: 29px;
    padding-left: 2px
}

.expertiseBlock.even .text .innerText strong {
    color: #b0976d
}

.expertiseBlock.even .text .innerText a {
    color: #b0976d;
    text-decoration: none
}

.expertiseBlock.even .text .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px
}

.expertiseBlock.even .text .listItem {
    width: calc(50% - 20px);
    padding-left: 20px;
    font-size: 16px;
    font-family: BD-Light, sans-serif;
    margin-bottom: 19px;
    position: relative
}

.expertiseBlock.even .text .listItem:before {
    content: "+";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 19px;
    color: #b0976d
}

.expertiseBlock.even .text .link {
    position: absolute;
    right: 0;
    border-bottom: 1px solid #b0976d;
    color: #fff;
    bottom: -84px;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 20px 40px;
    letter-spacing: 2.62px;
    z-index: 2
}

.expertiseBlock.even .text .link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.expertiseBlock.even .text .link:hover:after {
    height: 100%
}

.expertiseBlock.odd {
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 60px);
    padding-bottom: 103px
}

.expertiseBlock.odd .img {
    position: relative;
    margin-top: 100px;
    right: 0;
    width: 68%;
    height: 0;
    padding-top: 68%
}

.expertiseBlock.odd .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.expertiseBlock.odd .img .playVideo {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.expertiseBlock.odd .img .playVideo img {
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.expertiseBlock.odd .img .playVideo span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: BD-Light, sans-serif;
    font-weight: 900;
    position: relative;
    top: 132px
}

.expertiseBlock.odd .text {
    width: calc(50% - 100px);
    background: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    padding: 50px 50px 60px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .15))
}

.expertiseBlock.odd .text a {
    color: inherit
}

.expertiseBlock.odd .text a:hover {
    text-decoration: none
}

.expertiseBlock.odd .text .title {
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 400;
    line-height: 42px
}

.expertiseBlock.odd .text .sub {
    color: #8a8a8a;
    font-size: 18px;
    font-family: BD-Light, sans-serif;
    letter-spacing: .5px;
    margin-top: 16px;
    margin-left: 2px
}

.expertiseBlock.odd .text .line {
    width: 30px;
    height: 1px;
    background: #b0976d;
    margin-top: 36px
}

.expertiseBlock.odd .text .innerText {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    margin-top: 29px;
    padding-left: 2px
}

.expertiseBlock.odd .text .innerText strong {
    color: #b0976d
}

.expertiseBlock.odd .text .innerText a {
    color: #b0976d;
    text-decoration: none
}

.expertiseBlock.odd .text .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px
}

.expertiseBlock.odd .text .listItem {
    width: calc(50% - 20px);
    padding-left: 20px;
    font-size: 16px;
    font-family: BD-Light, sans-serif;
    margin-bottom: 19px;
    position: relative
}

.expertiseBlock.odd .text .listItem:before {
    content: "+";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 19px;
    color: #b0976d
}

.expertiseBlock.odd .text .link {
    position: absolute;
    left: 0;
    border-bottom: 1px solid #b0976d;
    color: #fff;
    bottom: -84px;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 20px 40px;
    letter-spacing: 2.62px;
    z-index: 2
}

.expertiseBlock.odd .text .link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.expertiseBlock.odd .text .link:hover:after {
    height: 100%
}

.underBanner {
    z-index: 2;
    position: relative;
    margin-top: -110px;
    padding-top: 0;
    padding-bottom: 117px
}

.locationContainer {
    max-width: 1200px;
    width: calc(100% - 60px);
    background: #fff;
    margin: auto
}

.locationContainer .upper {
    padding: 86px 82px 47px
}

.locationContainer .lower {
    padding: 93px 82px 87px
}

.locationContainer .title {
    font-size: 36px;
    font-family: BD-Light, sans-serif
}

.locationContainer .line {
    width: 35px;
    height: 1px;
    background: #b0976d;
    display: block;
    margin-top: 37px
}

.locationContainer .body {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    margin-top: 34px;
    line-height: 32px;
    letter-spacing: -.1px
}

.locationContainer .img,
.locationContainer .img img {
    width: 100%
}

.floatingBanner {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    z-index: 5;
    top: 220px;
    margin: auto
}

.floatingBanner .text h2 {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 900;
    text-transform: uppercase
}

.floatingBanner .text h1,
.floatingBanner .text h2 {
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    text-align: center
}

.floatingBanner .text h1 {
    font-size: 68px;
    margin-top: 24px;
    margin-bottom: 0
}

.floatingBanner .text h3 {
    font-size: 18px;
    letter-spacing: 5px;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 19px
}

.fadeImg,
.fadeImg img {
    width: 100%
}

.testimonialSlides {
    width: calc(100% - 60px);
    max-width: 1219px;
    margin: auto;
    position: relative;
    top: -5px;
    z-index: 4
}

.testimonialSlides .slick-dots,
.testimonialSlides .slick-dots .slick-track,
.testimonialSlides .slick-dots li,
.testimonialSlides .slick-next,
.testimonialSlides .slick-prev {
    display: none !important
}

.testimonialSlides .testimonial {
    display: flex !important;
    padding: 0 125px;
    width: calc(100% - 250px) !important;
    height: 408px;
    justify-content: space-between
}

.testimonialSlides .testimonial .left {
    margin: auto 0;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: -13px
}

.testimonialSlides .testimonial .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonialSlides .testimonial .right {
    width: calc(100% - 250px);
    max-width: 666px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.testimonialSlides .testimonial .right .review {
    color: #fff;
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    letter-spacing: 1px;
    line-height: 40px
}

.testimonialSlides .testimonial .right .line {
    width: 10px;
    height: 1px;
    background: #b0976d;
    margin-bottom: 10px;
    margin-top: 8px
}

.testimonialSlides .testimonial .right .name {
    margin-top: 4px
}

.testimonialSlides .testimonial .right .name,
.testimonialSlides .testimonial .right .title {
    font-size: 14px;
    color: #b0976d;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px
}

.testimonialSlides .testimonial .right .title {
    margin-top: 12px;
    padding-bottom: 40px
}

.testimonialSlides .testimonial .right--full {
    width: 100%;
    max-width: none
}

.careerSpacer {
    padding-top: 23px
}

.careerText {
    padding-top: 130px;
    background-image: url(../includes/img/CareerStarField.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.careerText .block {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto auto 232px
}

.careerText .block .title {
    font-size: 32px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6.9px;
    text-align: center
}

.careerText .block .line {
    width: 30px;
    height: 1px;
    background: #b0976d;
    margin: 30px auto auto
}

.careerText .block .desc {
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    margin-top: 30px
}

.manyIconsContainer {
    position: relative;
    padding-bottom: 100px;
    padding-top: 150px;
    z-index: 3
}

.manyIconsContainer:after {
    width: 100%;
    content: "";
    height: 400px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    z-index: -1
}

.manyIconsContainer .title {
    font-size: 46px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    text-align: center;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto auto 69px
}

.manyIconsContainer .grid {
    display: flex;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto auto 50px;
    justify-content: space-around;
    flex-wrap: wrap
}

@media only screen and (max-width:1020px) {
    .manyIconsContainer .grid {
        max-width: 710px;
        margin-bottom: 0
    }

    .manyIconsContainer .grid .block .text {
        margin-bottom: 50px
    }
}

.manyIconsContainer .grid .block {
    width: 240px
}

@media only screen and (max-width:800px) {
    .manyIconsContainer .grid .block {
        width: 170px
    }
}

.manyIconsContainer .grid .block img {
    width: 100px;
    height: 80px;
    margin: auto;
    display: block
}

.manyIconsContainer .grid .block .text {
    font-weight: 700;
    text-transform: uppercase;
    color: #ae956e;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 30px auto;
    width: calc(100% - 30px);
    line-height: 15px
}

.disclaimer,
.manyIconsContainer .grid .block .text {
    font-family: proxima-nova, sans-serif;
    text-align: center
}

.disclaimer {
    width: calc(100% - 60px);
    max-width: 1172px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: auto auto 97px
}

.beerFriday {
    max-width: 1240px;
    width: calc(100% - 60px);
    margin: auto
}

.beerFriday .top {
    display: flex;
    position: relative
}

.beerFriday .top .left {
    width: calc(100% - 454px);
    height: auto
}

.beerFriday .top .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.beerFriday .top .right {
    width: 454px
}

.beerFriday .top .right .header {
    color: #fff;
    font-size: 46px;
    font-family: BD-Light, sans-serif;
    padding: 0 62px
}

.beerFriday .top .right .body {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: proxima-nova, sans-serif;
    margin-top: 28px;
    padding: 0 30px 93px 62px
}

.beerFriday .bottom {
    height: 416px;
    width: calc(100% - 60px)
}

.beerFriday .bottom img {
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-top: -40px;
    -o-object-fit: cover;
    object-fit: cover
}

.positions {
    padding-top: 127px;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 4
}

.positions .title {
    font-size: 46px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    text-align: center
}

.positions .grid {
    margin-top: 69px;
    border-top: 1px solid #b0976d;
    display: flex;
    flex-direction: column
}

.positions .grid .block {
    border-bottom: 1px solid #b0976d;
    display: flex;
    padding-top: 31px;
    padding-bottom: 29px
}

.positions .grid .block .title {
    width: 25.5%;
    padding-left: 42px;
    padding-right: 38px;
    margin: auto 0;
    font-size: 14px;
    color: #b0976d;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px
}

.positions .grid .block .desc {
    width: 49%;
    padding-right: 90px;
    line-height: 30px
}

.positions .grid .block .desc,
.positions .grid .block a {
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif
}

.positions .grid .block a {
    width: calc(25.5% - 178px);
    margin: auto 0;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #b0976d;
    padding-bottom: 14px;
    position: relative;
    min-width: 105px;
    top: -3px
}

.shopifySBS {
    position: relative;
    top: -8px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto;
    height: 420px
}

.shopifySBS a {
    width: 50%;
    display: block;
    height: 100%;
    text-decoration: none;
    background-size: cover
}

.shopifySBS a img {
    height: 102px;
    display: block;
    margin: 123px auto auto
}

.shopifySBS a span {
    background-color: transparent;
    font-family: BD-Light, sans-serif;
    color: #151515;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .9px;
    text-align: center;
    display: block;
    margin: 27px auto auto
}

.shopifySBS a .dark {
    color: #fff
}

.whatWeDo {
    max-width: 1200px;
    width: calc(100% - 60px);
    background: #fff;
    margin: 72px auto auto;
    padding-bottom: 102px
}

.whatWeDo .title {
    font-size: 46px;
    font-family: BD-Light, sans-serif;
    text-transform: capitalize;
    color: #151515;
    text-align: center;
    padding-top: 78px
}

.whatWeDo .grid {
    display: flex;
    max-width: 880px;
    flex-wrap: wrap;
    margin: 53px auto auto;
    width: calc(100% - 60px);
    justify-content: space-between
}

.whatWeDo .grid .thing {
    width: calc(50% - 50px);
    padding-left: 37px;
    font-size: 24px;
    font-family: BD-Light, sans-serif;
    margin-bottom: 27px;
    position: relative
}

.whatWeDo .grid .thing:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b0976d
}

.authorized {
    max-width: 1178px;
    width: calc(100% - 60px);
    margin: 161px auto auto
}

.authorized .supertitle {
    font-size: 18px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 900
}

.authorized img {
    width: 400px;
    display: block;
    margin: 20px auto 111px
}

.authorized .leftText {
    margin-right: 130px
}

.authorized .leftText,
.authorized .rightText {
    display: inline-block;
    width: calc(50% - 65px);
    color: #fff;
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    line-height: 50px;
    letter-spacing: .3px
}

.authorized .rightText {
    float: right
}

.friendSlider.light {
    margin-top: 113px;
    padding-bottom: 135px
}

.friendSlider.light .slick-next,
.friendSlider.light .slick-prev {
    filter: invert(1)
}

.friendSlider.light .title {
    margin-top: 0;
    padding-top: 132px;
    font-size: 46px;
    color: #151515
}

.friendSlider.light .line {
    margin-top: 39px;
    width: 80px
}

.friendSlider.light .homeSlideshow {
    margin-top: 40px
}

.friendSlider.light .homeSlideshow .slide .block {
    border-color: #b0976d
}

.linkOut {
    position: relative
}

.linkOut img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto
}

.linkOut .title {
    max-width: 1200px;
    width: calc(100% - 60px);
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    margin: auto;
    padding-top: 247px
}

.linkOut .title,
.linkOut a {
    position: relative;
    z-index: 1;
    color: #fff;
    display: block;
    text-align: center
}

.linkOut a {
    width: 268px;
    border: 1px solid #b0976d;
    height: 53px;
    line-height: 53px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    font-size: 14px;
    margin: 60px auto 266px;
    z-index: 2
}

.linkOut a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.linkOut a:hover:after {
    height: 100%
}

.migrationGrid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1160px;
    justify-content: center;
    margin: 30px auto auto;
    position: relative;
    width: calc(100% - 60px);
    z-index: 1
}

.migrationGrid a {
    width: 33.33333%;
    position: relative;
    height: 103px;
    margin-bottom: 26px
}

.migrationGrid a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5)
}

.migrateStars {
    position: relative;
    height: 0
}

.migrateStars img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -320px
}

.arrows {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    padding-bottom: 42px
}

.arrows .leftArrow {
    width: 125px;
    height: 158px;
    border-right: 1px solid #b0976d;
    border-bottom: 1px solid #b0976d;
    position: relative;
    margin-right: 60px
}

.arrows .leftArrow:before {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: #b0976d;
    left: 0;
    bottom: 0;
    transform: translateY(100%)
}

.arrows .leftArrow:after {
    content: "▼";
    position: absolute;
    color: #b0976d;
    bottom: -59px;
    left: -7px
}

.arrows .rightArrow {
    width: 125px;
    height: 158px;
    border-left: 1px solid #b0976d;
    border-bottom: 1px solid #b0976d;
    position: relative
}

.arrows .rightArrow:before {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: #b0976d;
    right: 0;
    bottom: 0;
    transform: translateY(100%)
}

.arrows .rightArrow:after {
    content: "▼";
    position: absolute;
    color: #b0976d;
    bottom: -59px;
    right: -7px
}

.shopifyRow {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 220px
}

.shopifyRow a {
    width: 318px;
    margin: 0 50px;
    display: flex
}

.shopifyRow a img {
    width: 100%;
    margin: auto
}

.linelessBlurb.migration {
    padding-bottom: 44px;
    padding-top: 27px
}

main.article {
    position: relative
}

main.article h4 {
    margin: 0;
    color: #8a8a8a;
    font-size: 18px;
    letter-spacing: .5px
}

main.article h2,
main.article h4 {
    font-family: BD-Light, sans-serif;
    font-weight: 400
}

main.article h2 {
    font-size: 36px;
    margin-top: 22px;
    letter-spacing: .2px;
    padding-bottom: 33px;
    position: relative;
    margin-bottom: 38px
}

main.article h2:after {
    position: absolute;
    width: 30px;
    height: 1px;
    content: "";
    background: #b0976d;
    bottom: -1px;
    left: 0
}

main.article .troll {
    margin-top: 70px
}

main.article h3 {
    font-size: 24px;
    font-family: BD-Light, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4.6px;
    line-height: 30px
}

main.article p {
    color: #151515;
    line-height: 32px;
    margin-bottom: 32px
}

main.article ol,
main.article p,
main.article ul {
    font-size: 18px;
    font-family: proxima-nova, sans-serif
}

main.article ol,
main.article ul {
    margin-bottom: 40px
}

main.article a {
    color: #b0976d;
    text-decoration: none
}

main.article a:hover {
    text-decoration: underline
}

main.article .iframeWrapper {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 65%
}

main.article .iframeWrapper embed,
main.article .iframeWrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

main.article li {
    margin-bottom: 20px
}

main.article .wideImg {
    margin-left: -80px;
    width: calc(100% + 160px);
    margin-top: 76px;
    padding-bottom: 67px
}

main.article .wideImg img {
    width: 100%;
    height: auto
}

main.article img {
    max-width: 100%;
    margin: auto;
    display: block;
    height: auto
}

main.article .imgWrapper {
    width: 100%;
    display: block
}

main.article .launchButton {
    display: block;
    max-width: 300px;
    width: 100%;
    border: 1px solid #b0976d;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    font-family: PNBold, sans-serif;
    margin: 60px auto auto;
    text-decoration: none !important
}

main.article section article {
    background: #fff;
    max-width: 1038px;
    margin: auto;
    padding: 72px 80px;
    width: calc(100% - 220px)
}

.emailSignup #mc_embed_signup_scroll h2 {
    color: #fff;
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 113px
}

.emailSignup #mc_embed_signup_scroll .inputRow {
    display: flex;
    max-width: 794px;
    width: calc(100% - 60px);
    margin: 45px auto auto;
    padding-right: 22px
}

.emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group {
    width: calc(100% - 279px)
}

.emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group input {
    height: 51px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b0976d;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.62px
}

.emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group input::-moz-placeholder {
    color: #b0976d;
    font-size: 14px
}

.emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group input:-ms-input-placeholder {
    color: #b0976d;
    font-size: 14px
}

.emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group input::placeholder {
    color: #b0976d;
    font-size: 14px
}

.emailSignup #mc_embed_signup_scroll .inputRow .clear input {
    width: 266px;
    height: 53px;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #b0976d;
    color: #fff;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 2.62px;
    text-transform: uppercase;
    margin-left: 13px
}

.other {
    position: relative;
    z-index: 4;
    margin-bottom: -46px
}

.other h2 {
    color: #fff;
    font-size: 36px;
    font-family: BD-Light, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 84px
}

.articleRow {
    z-index: 2;
    max-width: 1210px;
    position: relative;
    width: calc(100% - 200px);
    height: 420px;
    margin: 53px auto auto
}

.articleRow .slick-prev {
    left: -91px;
    background-image: url(../includes/img/slideLeftArrow.png)
}

.articleRow .slick-next,
.articleRow .slick-prev {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    height: 100%;
    width: 95px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: transparent;
    z-index: 2;
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat
}

.articleRow .slick-next {
    right: -91px;
    background-image: url(../includes/img/slideRightArrow.png)
}

.articleRow a,
.articleRow div {
    height: 420px;
    position: relative
}

.articleRow a .wp-post-image,
.articleRow div .wp-post-image {
    padding: 0 5px;
    width: calc(100% - 10px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.articleRow a .text,
.articleRow div .text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 75px);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7));
    left: 5px;
    padding: 30px 32px 25px
}

.articleRow a .text .name,
.articleRow div .text .name {
    display: block;
    font-size: 22px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    line-height: 30px;
    margin-bottom: 10px
}

.articleRow a .text .otherRow,
.articleRow div .text .otherRow {
    display: flex
}

.articleRow a .text .otherRow .author,
.articleRow div .text .otherRow .author {
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #b0976d;
    line-height: 18px
}

.articleRow a .text .otherRow .icon,
.articleRow div .text .otherRow .icon {
    width: 15px;
    height: 15px;
    margin-left: 31px;
    position: relative;
    top: 2px
}

.articleRow a .text .otherRow .date,
.articleRow div .text .otherRow .date {
    font-size: 13px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    margin-left: 11px;
    line-height: 17px
}

.articleRow .slick-slide,
.articleRow .slick-slide div {
    height: 420px
}

.emailSignup {
    margin: auto
}

.blogGrid,
.emailSignup {
    width: calc(100% - 60px)
}

.blogGrid {
    display: flex;
    max-width: 1200px;
    position: relative;
    z-index: 4;
    flex-wrap: wrap;
    margin: 8px auto auto;
    justify-content: space-between
}

.blogGrid a {
    display: block;
    height: 420px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.blogGrid a .wp-post-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s;
    transform-origin: center;
    transform: scale(1)
}

.blogGrid a .text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 64px);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7));
    left: 0;
    padding: 50px 32px 25px
}

.blogGrid a .text .name {
    display: block;
    font-size: 22px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    line-height: 30px;
    margin-bottom: 10px
}

.blogGrid a .text .otherRow {
    display: flex
}

.blogGrid a .text .otherRow .author {
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #b0976d;
    line-height: 18px
}

.blogGrid a .text .otherRow .icon {
    width: 15px;
    height: 15px;
    margin-left: 31px;
    position: relative;
    top: 2px
}

.blogGrid a .text .otherRow .date {
    font-size: 13px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    margin-left: 11px;
    line-height: 17px
}

.blogGrid a:hover .wp-post-image {
    transform: scale(1.1)
}

.blogGrid .block1,
.blogGrid .block6 {
    width: calc(66.66667% - 6.66667px)
}

.blogGrid .block2,
.blogGrid .block5 {
    width: calc(33.33333% - 3.33333px)
}

.blogGrid .block3,
.blogGrid .block4,
.blogGrid .block7,
.blogGrid .block8 {
    width: calc(50% - 5px)
}

.morePorts {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 25px;
    display: block;
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    font-family: BD-Light, sans-serif;
    position: relative;
    z-index: 4;
    font-weight: 600;
    padding-top: 18px !important;
    transition: all .2s;
    padding: 0 0 27px;
    border: none;
    border-bottom: 1px solid #b0976d;
    margin-top: 0 !important
}

.morePorts:after {
    background: #b0976d;
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    transition: all .2s;
    opacity: .8;
    z-index: -1
}

.morePorts:hover {
    padding-top: 22px !important
}

.morePorts:hover:after {
    height: 100%
}

.space {
    height: 585px;
    position: relative;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto auto 100px
}

.space .innerPath {
    width: 313px;
    height: 199px
}

.space .innerInnerPath,
.space .innerPath {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.space .innerInnerPath {
    width: 496px;
    height: 313px
}

.space .innerOuterPath {
    width: 727px;
    height: 459px
}

.space .innerOuterPath,
.space .outerPath {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.space .outerPath {
    width: 881px;
    height: 585px
}

.space .sun,
.space svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.space .sun img {
    width: 116px;
    height: auto
}

.space .sun span {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px
}

.space .icon {
    position: absolute;
    width: 59px;
    height: 55px;
    left: -29.5px;
    top: -27.5px
}

.space .icon img {
    max-width: 59px;
    max-height: 55px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    margin: auto;
    display: block
}

.space .icon span {
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    text-align: center;
    transform: translate(-50%);
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px
}

.space .planet {
    position: absolute;
    display: block
}

.space .planet img {
    height: auto
}

.space #smallPlanet {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -10px
}

.space #smallPlanet img {
    width: 20px
}

.space #midPlanet {
    width: 30px;
    height: 30px;
    left: -15px;
    top: -15px
}

.space #midPlanet img {
    width: 30px
}

.space #largePlanet {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px
}

.space #largePlanet img {
    width: 50px
}

.gridSliderContainer {
    background: #fff;
    margin-bottom: 124px;
    padding-bottom: 100px
}

.gridSliderContainer .innerConstraint {
    width: calc(100% - 180px);
    margin: auto
}

.gridSliderContainer .innerConstraint .title {
    font-size: 46px;
    font-family: BD-Light, sans-serif;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    width: calc(100% - 60px);
    margin: auto
}

.gridSliderContainer .innerConstraint .nineSlideShow {
    padding: 0 calc(50% - 480px)
}

.gridSliderContainer .innerConstraint .nineSlideShow .slick-prev {
    background: url(../includes/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0
}

.gridSliderContainer .innerConstraint .nineSlideShow .slick-next,
.gridSliderContainer .innerConstraint .nineSlideShow .slick-prev {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    filter: brightness(0);
    color: transparent;
    z-index: 2
}

.gridSliderContainer .innerConstraint .nineSlideShow .slick-next {
    background: url(../includes/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide {
    display: flex !important;
    flex-wrap: wrap
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a {
    height: 0;
    position: relative;
    width: 33.33333%;
    padding-top: 33.33333%;
    display: block
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5)
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:first-of-type:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:first-of-type:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(2):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(2):before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(3):after,
.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(4):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(4):before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(5):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(5):before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(6):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(7):before,
.gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(8):before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.smallReview {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px
}

.imageGridLayout {
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 60px);
    padding-bottom: 100px
}

.imageGridLayout .firstRow {
    height: 420px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.imageGridLayout .firstRow img:first-child {
    height: 100%;
    width: calc(60% - 6px);
    -o-object-fit: cover;
    object-fit: cover
}

.imageGridLayout .firstRow img:nth-child(2) {
    height: 100%;
    width: calc(40% - 4px)
}

.imageGridLayout .secondRow {
    height: 420px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.imageGridLayout .secondRow img {
    height: 100%;
    width: calc(50% - 5px);
    -o-object-fit: cover;
    object-fit: cover
}

.imageGridLayout .thirdRow {
    width: 100%;
    height: 420px
}

.imageGridLayout .thirdRow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.staticSpace {
    display: none
}

.siteMap {
    padding-top: 72px
}

.siteMap .siteMap__inner {
    display: flex;
    margin: auto;
    width: calc(100% - 60px);
    max-width: 790px;
    justify-content: space-between
}

.siteMap .siteMap__column {
    max-width: 280px;
    display: flex;
    flex-direction: column
}

.siteMap .siteMap__title {
    font-size: 24px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    padding-bottom: 73px;
    position: relative;
    display: inline-block
}

.siteMap .siteMap__title:after {
    width: 30px;
    height: 1px;
    display: block;
    content: "";
    background: #b0976d;
    top: 38px;
    left: 0;
    position: absolute
}

.siteMap .siteMap__title:hover {
    text-decoration: none
}

.siteMap .siteMap__linkList {
    display: flex;
    flex-direction: column;
    padding-left: 47px;
    margin-top: -34px;
    padding-bottom: 18px
}

.siteMap .siteMap__linkList .siteMap__link {
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
    position: relative
}

.siteMap .siteMap__linkList .siteMap__link:before {
    content: " + ";
    position: absolute;
    display: block;
    top: -1px;
    left: -24px;
    color: #fff;
    font-size: 15px
}

.formPopUp,
.otherFormPopUp {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400
}

.formPopUp .typeform-widget,
.otherFormPopUp .typeform-widget {
    width: 100%;
    height: 100% !important
}

.formPopUp .closeForm,
.formPopUp .otherCloseForm,
.otherFormPopUp .closeForm,
.otherFormPopUp .otherCloseForm {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    z-index: 1000;
    font-size: 30px;
    cursor: pointer
}

.newBanner .upperBanner {
    display: flex;
    max-width: 1240px;
    margin: auto;
    position: relative;
    width: calc(100% - 60px);
    justify-content: flex-end
}

.newBanner .upperBanner .left {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100px
}

.newBanner .upperBanner .left .nameRow {
    display: flex;
    position: absolute;
    top: 60%;
    min-width: 220px;
    left: -100px;
    transform-origin: bottom left;
    letter-spacing: 1px;
    z-index: 5;
    transform: translateX(100%) rotate(-90deg)
}

.newBanner .upperBanner .left .nameRow .name {
    margin: 0;
    font-size: 24px;
    font-family: BD-Light, sans-serif;
    color: #fff;
    font-weight: 400
}

.newBanner .upperBanner .left .nameRow .title {
    margin-top: auto;
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #b0976d;
    text-transform: uppercase;
    margin-left: 13px;
    padding-left: 16px;
    margin-bottom: 2px;
    letter-spacing: 2px;
    position: relative
}

@media only screen and (max-width:1100px) and (min-width:880px) {
    .newBanner .upperBanner .left .nameRow .title {
        width: 160px
    }
}

.newBanner .upperBanner .left .nameRow .title:before {
    content: "";
    width: 1px;
    height: 46px;
    background: #ae956e;
    display: block;
    position: absolute;
    bottom: -11px;
    left: -2px
}

.newBanner .upperBanner .left img {
    height: 100%
}

.newBanner .upperBanner .left:before {
    background-image: linear-gradient(90deg, #151515, rgba(21, 21, 21, 0));
    left: 0
}

.newBanner .upperBanner .left:after,
.newBanner .upperBanner .left:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    height: 100%;
    width: 100px;
    top: 0
}

.newBanner .upperBanner .left:after {
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515);
    right: 0
}

.newBanner .upperBanner .right {
    width: calc(50% + 110px);
    margin-left: -100px;
    position: relative;
    z-index: 5;
    padding-bottom: 80px;
    background: rgba(21, 21, 21, .8)
}

.newBanner .upperBanner .right:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    height: 100%;
    width: 100px;
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), rgba(21, 21, 21, .8));
    top: 0;
    right: 100%
}

.newBanner .upperBanner .right .blurb {
    font-size: 68px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    font-weight: 400;
    margin-top: 100px;
    line-height: 74px;
    letter-spacing: .5px
}

.newBanner .upperBanner .right .desc {
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
    margin-top: -35px;
    letter-spacing: -.11px;
    padding-bottom: 10px
}

.newBanner .upperBanner .right .desc .hiddenDesc {
    display: none;
    padding-top: 40px
}

.newBanner .upperBanner .right button {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-bottom: 1px solid #ae956e;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    padding: 29px 29px 19px;
    opacity: 1;
    transition: all .5s
}

.newBanner .upperBanner .right button.open {
    border-bottom: 1px solid transparent;
    padding: 29px 0;
    font-size: 18px;
    color: #ae956e
}

.hiringButtonContainer {
    margin-top: 70px
}

.located {
    display: flex;
    margin-top: 30px;
    text-decoration: none !important
}

.located img {
    width: 12px !important;
    height: 18px !important;
    margin: auto 0 !important;
    filter: invert(1)
}

.located span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    margin: auto 0 auto 10px
}

.containerlight .located img {
    filter: invert(0)
}

.containerlight .located span {
    color: #0d0501
}

@media only screen and (max-width:1100px) {
    .theresMore .viewAllRow .viewAll {
        padding-bottom: 18px
    }

    .headerNav .inner .logo a .rooster {
        width: 59px;
        top: 37px
    }

    .headerNav .inner .logo a .wordmark {
        height: 15px
    }

    .pageBody .homeBody .leftPortItem,
    .pageBody .homeBody .rightPortItem {
        padding-top: 140px
    }

    .pageBody .homeBody .leftPortItem .background,
    .pageBody .homeBody .rightPortItem .background {
        display: flex;
        flex-direction: column
    }

    .pageBody .homeBody .leftPortItem .background:after,
    .pageBody .homeBody .leftPortItem .background:before,
    .pageBody .homeBody .leftPortItem .background img,
    .pageBody .homeBody .rightPortItem .background:after,
    .pageBody .homeBody .rightPortItem .background:before,
    .pageBody .homeBody .rightPortItem .background img {
        display: none
    }

    .pageBody .homeBody .leftPortItem .background .mobile,
    .pageBody .homeBody .rightPortItem .background .mobile {
        display: block;
        width: 100%;
        margin-top: auto
    }

    .pageBody .homeBody .leftPortItem .container,
    .pageBody .homeBody .rightPortItem .container {
        padding-top: 0
    }

    .pageBody .homeBody .leftPortItem .container .text,
    .pageBody .homeBody .rightPortItem .container .text {
        padding-bottom: 52vw;
        width: 100%;
        max-width: 500px;
        margin: auto
    }

    .pageBody .homeBody .leftPortItem .container .webpageImg,
    .pageBody .homeBody .rightPortItem .container .webpageImg {
        display: none
    }

    .friendSlider .homeSlideshow {
        max-width: 960px
    }

    .friendSlider .homeSlideshow .slide .block:nth-of-type(2) {
        border-right: none
    }

    .friendSlider .homeSlideshow .slide .block:nth-of-type(3) {
        border-right: 1px solid #4a4a4a
    }

    .friendSlider .homeSlideshow .slide .block:nth-of-type(4) {
        border-right: none;
        border-bottom: 1px solid #4a4a4a
    }

    .portfolioBanner {
        padding-top: 180px;
        height: auto
    }

    .portfolioBanner .background {
        height: 100%;
        width: calc(100% + 200px);
        margin-left: -100px
    }

    .portfolioBanner .background img {
        display: none
    }

    .portfolioBanner .background .mobile {
        display: block;
        margin: auto;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
        opacity: .3
    }

    .portfolioBanner .container .text {
        max-width: 500px;
        margin: auto
    }

    .singleImageBlock {
        padding-bottom: 100px !important
    }

    .singleImageBlock .container,
    .singleImageBlock .containerlight {
        padding-bottom: 0;
        flex-direction: column
    }

    .singleImageBlock .container .left,
    .singleImageBlock .containerlight .left {
        padding-top: 65px;
        width: 100%;
        position: relative
    }

    .singleImageBlock .container .left .text,
    .singleImageBlock .containerlight .left .text {
        max-width: 500px;
        margin: auto
    }

    .singleImageBlock .container .imgContainer,
    .singleImageBlock .containerlight .imgContainer {
        width: 100%;
        max-width: 500px;
        margin: 40px auto auto
    }

    .singleImageBlock .container .imgContainer .mainImg,
    .singleImageBlock .containerlight .imgContainer .mainImg {
        margin-top: 0 !important
    }

    .quoteBlock .inner {
        flex-direction: column;
        width: calc(100% - 300px);
        padding: 65px 80px 50px;
        max-width: 500px;
        display: flex;
        align-items: center !important
    }

    .quoteBlock .inner .right {
        width: 100%
    }

    .quoteBlock .inner .left img {
        margin-bottom: 20px;
        width: 175px;
        height: 175px
    }

    .quoteBlock .inner .right .title {
        text-align: center !important
    }

    .employeeContainer .banner .upperBanner .right .blurb {
        font-size: 40px;
        line-height: 45px;
        margin-top: 20px;
        width: calc(100% - 50px);
        margin-left: 50px
    }

    .employeeContainer .accordionBox .inner .block .upper .title {
        font-size: 20px;
        letter-spacing: 5px
    }

    .employeeContainer .accordionBox .inner .block .lower .grid .gridItem {
        line-height: 23px
    }

    .overlapSquares {
        flex-direction: column;
        margin-top: -80px
    }

    .overlapSquares .left {
        width: calc(100% - 100px);
        padding-bottom: 90px;
        position: relative;
        top: 0
    }

    .overlapSquares .right {
        width: 70%;
        padding-top: 60%;
        margin: -50px auto auto;
        z-index: 3
    }

    .videoModal {
        padding-top: 55%
    }

    .blade {
        max-width: 800px
    }

    .blade .text {
        font-size: 25px;
        line-height: 32px
    }

    #aboutGrid .row {
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-top: 0
    }

    #aboutGrid .row .gridItem {
        margin: 0 0 125px;
        padding: 0 50px
    }

    #aboutGrid .row .gridItem:nth-of-type(2) {
        margin-right: 0
    }

    #aboutGrid .row .gridItem .nameBox {
        left: 20px;
        width: calc(100% - 40px);
        top: calc(100% + 36px)
    }

    #aboutGrid .row .gridItem .nameBox .line {
        margin: auto
    }

    #aboutGrid .row .gridItem .nameBox .title {
        font-size: 10px;
        text-align: center
    }

    #aboutGrid .row .gridItem .nameBox .name {
        text-align: center
    }

    #aboutGrid .row:nth-of-type(2n) {
        justify-content: space-evenly
    }

    .hiringButtonContainer {
        margin-top: 50px;
        margin-bottom: 70px
    }

    .map {
        margin-top: 60px;
        min-height: 790px;
        padding-bottom: 150px
    }

    .map .sbs {
        top: 140px;
        z-index: 1;
        max-width: 800px
    }

    .map .sbs .right {
        margin-right: 0;
        justify-content: flex-start;
        position: absolute;
        right: 0
    }

    .map .sbs .right .container {
        margin-bottom: 0;
        margin-top: 50px
    }

    .squatSlider .slick-prev {
        width: 100px
    }

    .squatSlider .slide {
        height: 380px
    }

    .squatSlider .slick-next {
        width: 100px
    }

    .linelessBlurb {
        max-width: 800px;
        font-size: 25px;
        line-height: 32px;
        padding-bottom: 80px
    }

    .expertiseBlock.even,
    .expertiseBlock.odd {
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 60px;
        max-width: 800px
    }

    .expertiseBlock.even .img,
    .expertiseBlock.odd .img {
        order: 2;
        z-index: 3;
        position: absolute;
        width: 100%;
        left: 0;
        padding-top: 35%;
        top: 0;
        margin-top: 0
    }

    .expertiseBlock.even .text,
    .expertiseBlock.odd .text {
        position: relative;
        width: calc(100% - 100px);
        order: 1;
        padding-bottom: 130px;
        padding-top: calc(35% + 30px)
    }

    .expertiseBlock.even .text .title,
    .expertiseBlock.odd .text .title {
        font-size: 25px;
        letter-spacing: 5px
    }

    .expertiseBlock.even .text .sub,
    .expertiseBlock.odd .text .sub {
        margin-top: 5px
    }

    .expertiseBlock.even .text .line,
    .expertiseBlock.odd .text .line {
        margin-top: 20px
    }

    .expertiseBlock.even .text .innerText,
    .expertiseBlock.odd .text .innerText {
        margin-top: 19px;
        font-size: 15px;
        line-height: 23px
    }

    .expertiseBlock.even .text .list,
    .expertiseBlock.odd .text .list {
        margin-top: 47px;
        width: 100%
    }

    .expertiseBlock.even .text .list .listItem,
    .expertiseBlock.odd .text .list .listItem {
        width: calc(33.33333% - 20px)
    }

    .expertiseBlock.even .text .link,
    .expertiseBlock.odd .text .link {
        bottom: 50px;
        right: auto;
        left: 50px;
        color: #151515
    }

    .locationContainer .lower,
    .locationContainer .upper {
        padding: 60px
    }

    .locationContainer .title {
        font-size: 25px
    }

    .locationContainer .line {
        margin-top: 20px
    }

    .locationContainer .body {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px
    }

    .floatingBanner {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 220px;
        padding-bottom: 50px
    }

    .testimonialSlides .testimonial .right .review {
        font-size: 25px;
        line-height: 31px
    }

    .careerText .block .desc,
    .careerText .block .title {
        font-size: 25px;
        max-width: 800px;
        line-height: 32px;
        margin: auto
    }

    .careerText .block .line {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .manyIconsContainer {
        padding-top: 200px;
        padding-bottom: 150px
    }

    .manyIconsContainer .title {
        font-size: 25px
    }

    .manyIconsContainer:after {
        height: 180px
    }

    .disclaimer {
        max-width: 800px
    }

    .beerFriday {
        max-width: 860px
    }

    .beerFriday .top .right .header {
        font-size: 25px
    }

    .positions {
        max-width: 600px;
        padding-top: 70px
    }

    .positions .title {
        font-size: 25px
    }

    .positions .grid .block {
        flex-direction: column
    }

    .positions .grid .block .title {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
        font-size: 16px
    }

    .positions .grid .block .desc {
        padding: 0;
        width: 100%;
        margin-bottom: 50px
    }

    .positions .grid .block a {
        border: 1px solid #b0976d;
        padding-top: 12px;
        padding-bottom: 10px;
        width: 100%
    }

    .authorized {
        margin-top: 70px
    }

    .authorized img {
        width: 380px;
        margin-bottom: 50px
    }

    .authorized .leftText {
        margin: auto auto 50px
    }

    .authorized .leftText,
    .authorized .rightText {
        width: 100%;
        max-width: 800px;
        display: block;
        font-size: 25px;
        line-height: 35px
    }

    .authorized .rightText {
        float: none;
        margin: auto
    }

    .shopifySBS a img {
        max-width: calc(100% - 60px);
        height: auto;
        max-height: 102px
    }

    .shopifySBS a span {
        width: calc(100% - 60px);
        line-height: 22px
    }

    .whatWeDo {
        padding-bottom: 70px
    }

    .whatWeDo .title {
        font-size: 25px
    }

    .whatWeDo .grid {
        margin-top: 30px
    }

    .whatWeDo .grid .thing {
        font-size: 16px
    }

    .linkOut .title {
        padding-top: 150px;
        line-height: 50px
    }

    .migrationGrid {
        max-width: 800px
    }

    .migrationGrid a {
        width: 50%
    }

    .shopifyRow {
        margin-bottom: 100px
    }

    .articleRow,
    .articleRow .slick-slide,
    .articleRow .slick-slide div,
    .articleRow .slick-slide div a {
        height: 280px
    }

    .articleRow .slick-slide div a .text {
        padding: 20px;
        width: calc(100% - 50px)
    }

    .blogGrid a {
        width: calc(50% - 5px) !important;
        height: 280px
    }

    .blogGrid a .text {
        padding: 80px 20px 20px;
        width: calc(100% - 40px)
    }

    .space {
        transform: scale(.8)
    }

    .gridSliderContainer .innerConstraint .title {
        padding-top: 60px;
        padding-bottom: 60px;
        line-height: 32px;
        font-size: 25px
    }

    .imageGridLayout .firstRow,
    .imageGridLayout .secondRow,
    .imageGridLayout .thirdRow {
        height: 325px
    }

    .expertiseBlock.even .img .playVideo img,
    .expertiseBlock.odd .img .playVideo img {
        width: 80px;
        height: 80px;
        top: calc(50% - 17px)
    }

    .expertiseBlock.even .img .playVideo span,
    .expertiseBlock.odd .img .playVideo span {
        top: 48px;
        font-size: 18px
    }

    .newBanner .upperBanner {
        flex-direction: column
    }

    .newBanner .upperBanner .left {
        position: relative;
        width: auto;
        height: 100vw;
        max-height: 640px;
        margin: auto;
        left: 0
    }

    .newBanner .upperBanner .left .nameRow {
        left: 20px;
        top: auto;
        transform: rotate(-90deg);
        bottom: 50px
    }

    .newBanner .upperBanner .right {
        margin: -40px auto auto;
        background: none;
        width: 100%;
        padding-bottom: 50px;
        max-width: 650px
    }

    .newBanner .upperBanner .right .desc {
        margin-top: 0
    }

    .map {
        min-height: 0 !important;
        height: auto !important;
        padding-bottom: 90px !important
    }

    .map .mapBkg {
        display: none
    }

    .map .sbs {
        position: relative;
        margin-bottom: 150px;
        display: flex;
        justify-content: center
    }

    .map .sbs .left {
        display: none
    }

    .map .sbs .right {
        position: relative;
        height: auto;
        padding: 0 !important
    }

    .map .sbs .right .container .lower {
        text-align: center
    }

    .footer .lowerText {
        margin-top: 43vw
    }
}

@media only screen and (max-width:800px) {
    .navPopOver .nav {
        justify-content: center
    }

    .navPopOver .nav .inner .list ul li {
        font-size: 25px;
        padding-bottom: 17px
    }

    .navPopOver .nav .inner .contact span {
        font-size: 12px
    }

    .navPopOver .nav .inner .contact a {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 17px
    }

    .pageBody .banner {
        min-height: 790px
    }

    .pageBody .banner:after {
        height: 160px
    }

    .pageBody .banner .bannerForeground {
        min-width: 1160px
    }

    .pageBody .banner .text {
        margin-top: 100px
    }
}

@media only screen and (max-width:800px) and (max-width:600px) {
    .pageBody .banner .text {
        margin-top: 50px
    }
}

@media only screen and (max-width:800px) {
    .pageBody .banner .text img {
        width: 50px
    }

    .pageBody .banner .text h2 {
        font-size: 13px;
        padding-top: 40px;
        letter-spacing: 2px;
        font-family: BD-Light, sans-serif;
        font-weight: 400
    }

    .pageBody .banner .text h1 {
        margin-top: 20px;
        padding-top: 30px;
        font-family: BD-Light, sans-serif;
        font-weight: 400;
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 25px
    }

    .pageBody .banner .text h3 {
        padding-top: 20px;
        font-size: 13px;
        letter-spacing: 2px;
        font-family: BD-Light, sans-serif;
        font-weight: 400
    }

    .pageBody .homeBody {
        margin-top: -60px
    }

    .pageBody .homeBody .homeTopBlock .scope {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .pageBody .homeBody .homeTopBlock .blurb {
        font-size: 20px;
        line-height: 37px
    }

    .pageBody .homeBody .leftPortItem,
    .pageBody .homeBody .rightPortItem {
        padding-top: 80px;
        margin-top: 0 !important
    }

    .pageBody .homeBody .leftPortItem .container,
    .pageBody .homeBody .rightPortItem .container {
        width: calc(100% - 60px)
    }

    .pageBody .homeBody .leftPortItem .container .text .portItemRow,
    .pageBody .homeBody .rightPortItem .container .text .portItemRow {
        margin-top: 30px;
        flex-direction: column
    }

    .pageBody .homeBody .leftPortItem .container .text .portItemRow .portButton,
    .pageBody .homeBody .rightPortItem .container .text .portItemRow .portButton {
        width: 100%;
        margin-bottom: 40px
    }

    .pageBody .homeBody .leftPortItem .container .text .title,
    .pageBody .homeBody .rightPortItem .container .text .title {
        font-size: 35px
    }

    .pageBody .homeBody .leftPortItem .container .text .desc,
    .pageBody .homeBody .rightPortItem .container .text .desc {
        font-size: 14px;
        line-height: 25px;
        padding-top: 13px
    }

    .pageBody .homeBody .textBlade {
        min-height: 350px;
        margin-bottom: -40px
    }

    .pageBody .homeBody .textBlade .text img {
        width: 50%;
        transform: none
    }

    .pageBody .homeBody .textBlade .text .words {
        font-size: 20px;
        line-height: 37px;
        padding-top: 30px
    }

    .iconGrid {
        display: none;
        flex-wrap: wrap;
        width: calc(100% - 60px);
        justify-content: center;
        height: auto;
        margin-bottom: -70px
    }

    .iconGrid .block {
        width: calc(50% - 40px);
        margin: 0 20px 90px;
        padding-bottom: 10px;
        height: auto
    }

    .friendSlider {
        display: none
    }

    .friendSlider .line {
        margin-top: 30px
    }

    .friendSlider .title {
        margin-top: 40px;
        font-size: 20px;
        line-height: 37px;
        width: calc(100% - 60px)
    }

    .friendSlider .homeSlideshow {
        margin-top: 40px
    }

    .friendSlider .homeSlideshow .slide .block {
        width: calc(50% - 40px);
        height: 0;
        padding-top: calc(50% - 40px);
        margin: 0 10px;
        border: none !important
    }

    .friendSlider .homeSlideshow .slide .block img {
        max-width: 200%
    }

    .theresMore .title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 37px
    }

    .theresMore .grid .block {
        height: auto;
        text-decoration: none;
        margin-bottom: 30px
    }

    .theresMore .grid .block .backGround {
        position: relative;
        height: 37vw
    }

    .theresMore .grid .block .blockTitle {
        margin-top: 2px;
        position: static;
        color: #fff !important;
        font-size: 20px;
        line-height: 37px
    }

    .theresMore .grid .block .subTitle {
        position: static;
        margin-top: -5px
    }

    .theresMore .grid .block .more-block__container {
        height: 57vw;
        overflow: hidden
    }

    .theresMore .viewAllRow {
        padding-bottom: 17px;
        margin-top: 15px;
        padding-top: 20px;
        border-top: 1px solid #b0976d
    }

    .theresMore .viewAllRow .viewAll {
        padding-bottom: 0
    }

    .footer .upperText {
        padding-top: 65px
    }

    .footer .upperText .title {
        font-size: 30px
    }

    .footer .upperText .subTitle {
        font-size: 20px;
        line-height: 25px
    }

    .footer .lowerText {
        margin-top: 60px
    }

    .footer .lowerText .stalk {
        letter-spacing: 2px;
        font-size: 20px
    }

    .footer .lowerText .socialRow {
        margin-top: 30px;
        max-width: 235px;
        justify-content: space-around;
        margin-bottom: -20px
    }

    .footer .lowerText a {
        margin-bottom: 30px
    }

    .footer .lowerText .legal {
        width: calc(100% - 40px);
        margin: auto;
        padding-bottom: 50px
    }

    .navPopOver .exit {
        right: 40px;
        width: 26px
    }

    .navPopOver .scrolled {
        top: 19px !important
    }

    .headerNav .inner {
        width: calc(100% - 80px)
    }

    .numeral {
        display: none
    }

    .portfolioBanner {
        width: calc(100% - 60px)
    }

    .portfolioBanner .container {
        max-width: 500px
    }

    .portfolioBanner .container .text {
        max-width: none
    }

    .portfolioBanner .container .text h1 {
        font-size: 35px;
        margin-bottom: 13px
    }

    .portfolioBanner .container .text .desc {
        font-size: 14px;
        line-height: 25px
    }

    .singleImageBlock .container,
    .singleImageBlock .containerlight {
        width: calc(100% - 60px)
    }

    .singleImageBlock .container .left .text .title,
    .singleImageBlock .containerlight .left .text .title {
        font-size: 35px;
        margin-bottom: 13px
    }

    .singleImageBlock .container .left .text .desc,
    .singleImageBlock .containerlight .left .text .desc {
        font-size: 14px;
        line-height: 25px
    }

    .singleImageBlock .container .left .text .button,
    .singleImageBlock .containerlight .left .text .button {
        max-width: none;
        width: 100%
    }

    .quoteBlock {
        margin-top: 40px;
        padding-bottom: 40px
    }

    .quoteBlock .inner {
        padding: 50px;
        width: calc(100% - 140px)
    }

    .quoteBlock .inner .left {
        margin: auto
    }

    .quoteBlock .inner .right {
        min-height: 0
    }

    .quoteBlock .inner .right .title {
        font-size: 25px;
        line-height: 32px;
        margin-top: 30px;
        letter-spacing: 0;
        margin-bottom: 10px
    }

    .quoteBlock .inner .right .dash {
        margin-bottom: 20px
    }

    .quoteBlock .inner .right .name,
    .quoteBlock .inner .right .position {
        font-size: 12px;
        letter-spacing: 3.5px
    }

    .portGalleryContainer .banner .text {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .portGalleryContainer .banner .text h2 {
        letter-spacing: 2.5px;
        font-size: 14px
    }

    .portGalleryContainer .banner .text h1 {
        font-size: 48px
    }

    .employeeContainer .banner {
        padding-bottom: 70px
    }

    .employeeContainer .banner .upperBanner {
        flex-direction: column;
        padding-top: 160px
    }

    .employeeContainer .banner .upperBanner .left {
        width: 100%;
        max-width: 420px;
        margin: auto;
        height: auto;
        padding-top: 0
    }

    .employeeContainer .banner .upperBanner .left img {
        position: relative
    }

    .employeeContainer .banner .upperBanner .right {
        width: 100%;
        max-width: 420px;
        margin: auto
    }

    .employeeContainer .banner .upperBanner .right .blurb {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        margin-top: 40px
    }

    .employeeContainer .banner .lowerBanner {
        max-width: 420px
    }

    .employeeContainer .banner .lowerBanner .desc .hiddenDesc {
        padding-top: 20px
    }

    .employeeContainer .banner .lowerBanner button {
        width: 100%;
        margin-top: 20px
    }

    .employeeContainer .accordionBox .inner {
        max-width: 420px;
        padding-top: 70px;
        padding-bottom: 70px
    }

    .employeeContainer .accordionBox .inner .block .upper {
        cursor: auto;
        height: auto
    }

    .employeeContainer .accordionBox .inner .block .upper .title {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 25px;
        width: calc(100% - 50px)
    }

    .employeeContainer .accordionBox .inner .block .lower .grid {
        flex-direction: column;
        padding-top: 0
    }

    .employeeContainer .accordionBox .inner .block .lower .grid .gridItem {
        width: 100%;
        padding-bottom: 10px
    }

    .employeeContainer .next {
        padding-bottom: 50px
    }

    .employeeContainer .next .top {
        max-width: 420px;
        padding-top: 70px
    }

    .employeeContainer .next .top .text {
        font-size: 20px;
        letter-spacing: 5px;
        padding-right: 20px
    }

    .employeeContainer .next .top .line {
        margin-top: 8px
    }

    .employeeContainer .next .grid {
        flex-direction: column;
        max-width: 350px
    }

    .employeeContainer .next .grid .gridItem {
        width: calc(100% - 48px);
        margin-bottom: 60px;
        padding-top: calc(100% - 48px)
    }

    .employeeContainer .next .backBtn {
        max-width: 300px;
        width: calc(100% - 180px);
        line-height: 20px;
        margin-top: 0
    }

    .theresMore {
        padding-top: 60px
    }

    .theresMore .grid {
        max-width: 600px
    }

    .theresMore .grid .block {
        width: 100%
    }

    .theresMore .grid .block .backGround {
        height: 57vw
    }

    .shortBanner {
        height: 400px
    }

    .shortBanner .text {
        top: 60%
    }

    .shortBanner .text h2 {
        font-size: 12px;
        letter-spacing: 3px
    }

    .shortBanner .text h1 {
        font-size: 30px;
        line-height: 36px
    }

    .overlapSquares {
        margin-bottom: 40px
    }

    .overlapSquares .left {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 60px)
    }

    .overlapSquares .left .super {
        font-size: 18px
    }

    .overlapSquares .left .title {
        font-size: 25px;
        letter-spacing: 5px;
        margin-top: 10px
    }

    .overlapSquares .left .line {
        margin-top: 30px
    }

    .overlapSquares .left .text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 20px
    }

    .overlapSquares .right {
        width: 80%;
        padding-top: 70%
    }

    .overlapSquares .right .playVideo img {
        width: 80px;
        height: 80px
    }

    .overlapSquares .right .playVideo span {
        font-size: 17px;
        top: 70px;
        letter-spacing: 5px
    }

    .blade {
        max-width: 600px
    }

    .blade .text {
        margin-top: 40px;
        font-size: 20px
    }

    .map {
        min-height: 0;
        height: 100vw;
        padding-bottom: 210px
    }

    .map .sbs {
        top: 0;
        justify-content: center
    }

    .map .sbs .left {
        padding-top: 200px;
        max-width: 600px;
        width: calc(100% - 60px)
    }

    .map .sbs .left img,
    .map .sbs .right {
        width: 100%
    }

    .map .sbs .right .container {
        margin: 20px auto auto
    }

    .squatSlider {
        margin-top: 60px
    }

    .squatSlider .slick-next,
    .squatSlider .slick-prev {
        width: 50px
    }

    .squatSlider .slide {
        height: 300px
    }

    .expertiseSpacing {
        padding: 10px
    }

    .linelessBlurb {
        max-width: 600px;
        font-size: 20px;
        padding-bottom: 50px
    }

    .expertiseBlock.even,
    .expertiseBlock.odd {
        padding-bottom: 30px
    }

    .expertiseBlock.even .img,
    .expertiseBlock.odd .img {
        padding-top: 47%
    }

    .expertiseBlock.even .text,
    .expertiseBlock.odd .text {
        width: calc(100% - 60px);
        padding: calc(47% + 20px) 30px 50px
    }

    .expertiseBlock.even .text .title,
    .expertiseBlock.odd .text .title {
        font-size: 20px;
        letter-spacing: 4px;
        line-height: 25px
    }

    .expertiseBlock.even .text .sub,
    .expertiseBlock.odd .text .sub {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px
    }

    .expertiseBlock.even .text .line,
    .expertiseBlock.odd .text .line {
        margin: 20px auto auto;
        width: 100%
    }

    .expertiseBlock.even .text .innerText,
    .expertiseBlock.odd .text .innerText {
        font-size: 14px
    }

    .expertiseBlock.even .text .list,
    .expertiseBlock.odd .text .list {
        flex-direction: column;
        margin-top: 20px
    }

    .expertiseBlock.even .text .list .listItem,
    .expertiseBlock.odd .text .list .listItem {
        width: 100%;
        font-size: 13px;
        margin-bottom: 8px;
        margin-left: -5px
    }

    .expertiseBlock.even .text .link,
    .expertiseBlock.odd .text .link {
        width: 100%;
        padding: 0 0 20px;
        position: relative;
        left: 0;
        bottom: 0;
        display: block;
        margin-top: 30px
    }

    .scope {
        display: none
    }

    .locationContainer .upper {
        padding: 50px 30px 30px
    }

    .locationContainer .lower {
        padding: 50px 30px
    }

    .locationContainer .title {
        font-size: 20px
    }

    .locationContainer .body {
        font-size: 14px;
        line-height: 25px
    }

    .fadeImg {
        display: none
    }

    .floatingBanner {
        padding-top: 110px;
        padding-bottom: 70px
    }

    .floatingBanner .text h2,
    .floatingBanner .text h3 {
        font-size: 12px;
        letter-spacing: 3px
    }

    .floatingBanner .text h1 {
        font-size: 50px
    }

    .testimonialSlides .slick-next,
    .testimonialSlides .slick-prev {
        width: 50px
    }

    .testimonialSlides .slick-dots {
        right: 50%;
        transform: translate(50%)
    }

    .testimonialSlides .testimonial {
        padding: 0 50px;
        width: calc(100% - 100px) !important;
        flex-direction: column;
        height: auto
    }

    .testimonialSlides .testimonial .left {
        top: 0;
        margin: 30px auto
    }

    .testimonialSlides .testimonial .right {
        width: 100%;
        margin: auto;
        padding-bottom: 30px
    }

    .testimonialSlides .testimonial .right .review {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0
    }

    .testimonialSlides .testimonial .right .name,
    .testimonialSlides .testimonial .right .title {
        font-size: 12px;
        letter-spacing: 3px
    }

    .careerText {
        padding-top: 40px
    }

    .careerText .block {
        margin-bottom: 90px
    }

    .careerText .block .title {
        max-width: 600px
    }

    .careerText .block .desc {
        max-width: 600px;
        font-size: 20px
    }

    .manyIconsContainer {
        padding-top: 100px;
        padding-bottom: 80px
    }

    .disclaimer {
        font-size: 14px;
        line-height: 24px;
        max-width: 600px
    }

    .beerFriday {
        width: 100%
    }

    .beerFriday .top {
        flex-direction: column
    }

    .beerFriday .top .left {
        width: 100%;
        height: 250px
    }

    .beerFriday .top .right {
        width: calc(100% - 60px);
        max-width: 600px;
        margin: 60px auto auto
    }

    .beerFriday .top .right .header {
        text-align: center
    }

    .beerFriday .top .right .body {
        padding-bottom: 60px;
        font-size: 14px;
        line-height: 24px;
        padding-left: 0;
        padding-right: 0
    }

    .beerFriday .bottom {
        height: 250px
    }

    .beerFriday .bottom img {
        margin-top: 0;
        margin-left: 0
    }

    .positions {
        position: relative;
        z-index: 4
    }

    .positions .title {
        font-size: 20px
    }

    .positions .grid {
        margin-top: 30px
    }

    .positions .grid .block .desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .shortBanner .text h3 {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 3px
    }

    .shopifySBS {
        flex-direction: column;
        height: auto;
        top: 0
    }

    .shopifySBS a {
        width: 100%;
        padding: 10% 0
    }

    .shopifySBS a img {
        margin-top: 0
    }

    .shopifySBS a span {
        font-size: 14px
    }

    .whatWeDo {
        margin-top: 0;
        padding-bottom: 40px
    }

    .whatWeDo .title {
        padding-top: 50px
    }

    .whatWeDo .grid {
        flex-direction: column
    }

    .whatWeDo .grid .thing {
        font-size: 14px;
        width: auto;
        margin: auto auto 25px;
        padding-right: 20px;
        padding-left: 20px
    }

    .authorized img {
        max-width: calc(100% - 60px)
    }

    .authorized .leftText,
    .authorized .rightText {
        max-width: 600px
    }

    .linkOut .title {
        font-size: 25px;
        max-width: 600px;
        border-top: 1px solid #b0976d;
        padding-top: 50px;
        margin-top: 60px;
        line-height: 35px
    }

    .linkOut a {
        margin-top: 40px;
        width: calc(100% - 60px);
        margin-bottom: 30px
    }

    .linkOut a,
    .migrationGrid {
        max-width: 600px
    }

    .migrationGrid a {
        height: 50px
    }

    .migrationGrid a img {
        transform: translate(-50%, -50%) scale(.25)
    }

    .arrows .leftArrow,
    .arrows .rightArrow {
        width: 75px;
        height: 49px
    }

    .shopifyRow {
        margin-top: 30px;
        margin-bottom: 50px;
        flex-direction: column
    }

    .shopifyRow a {
        margin: 0 auto
    }

    .shopifyRow a:nth-of-type(2) {
        margin-top: -30px
    }

    main.article section article {
        padding: 40px;
        width: calc(100% - 140px)
    }

    main.article h3 {
        font-size: 20px
    }

    main.article p {
        font-size: 15px;
        line-height: 25px
    }

    main.article .wideImg {
        margin-left: -40px;
        width: calc(100% + 80px);
        margin-top: 40px;
        padding-bottom: 50px
    }

    .emailSignup #mc_embed_signup h2 {
        line-height: 35px
    }

    .emailSignup #mc_embed_signup h2,
    .other h2 {
        font-size: 25px;
        margin-top: 65px;
        margin-bottom: 0
    }

    .other .articleRow {
        margin-top: 30px;
        margin-bottom: 50px
    }

    .articleRow {
        width: calc(100% - 60px)
    }

    .articleRow .slick-slide div a .text {
        background-image: linear-gradient(transparent, rgba(0, 0, 0, .5), rgba(0, 0, 0, .8))
    }

    .inputRow {
        flex-direction: column !important;
        padding-right: 0 !important
    }

    .inputRow .mc-field-group {
        width: 100% !important
    }

    .inputRow .mc-field-group input {
        width: calc(100% - 2px) !important
    }

    .inputRow .clear input {
        width: 100% !important;
        margin-top: 30px !important;
        margin-left: 0 !important
    }

    .blogGrid a {
        width: 100% !important;
        max-width: 600px;
        margin: auto auto 10px
    }

    .space {
        display: none
    }

    .staticSpace {
        display: block;
        width: calc(100% - 60px);
        margin: auto
    }

    .staticSpace img {
        width: 100%;
        height: auto
    }

    .gridSliderContainer,
    .imageGridLayout {
        display: none
    }

    .siteMap {
        position: relative;
        z-index: 5
    }

    .siteMap .siteMap__inner {
        flex-direction: column;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .newBanner .upperBanner .right .blurb {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0
    }

    .newBanner .upperBanner .right .desc {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0
    }

    #aboutGrid {
        padding-top: 30px
    }

    .manyIconsContainer .grid {
        max-width: 420px;
        margin-bottom: 0
    }

    .right--full {
        padding-top: 160px
    }

    .pageBody .banner .text h3 {
        line-height: 20px
    }

    .footer .footerImageContainer {
        opacity: 0
    }
}

.seo {
    padding-top: 127px;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 4;
    padding-bottom: 100px
}

.seo .title {
    font-size: 46px;
    color: #fff;
    font-family: BD-Light, sans-serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px
}

.seo__intro {
    max-width: 820px;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif
}

.seo__intro,
.seo__sub-title {
    color: #fff;
    line-height: 32px;
    text-align: center
}

.seo__sub-title {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 50px
}

.seo .seo-contact,
.seo .seo-more {
    max-width: 268px;
    width: calc(100% - 60px);
    border: 1px solid #b0976d;
    font-family: PNBold, sans-serif;
    font-size: 14px;
    color: #fff;
    background: rgba(21, 21, 21, .32);
    text-transform: uppercase;
    letter-spacing: 2.62px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 19px;
    text-decoration: none;
    display: block;
    margin: 63px auto 40px;
    position: relative;
    z-index: 2
}

.seo .seo-contact:after,
.seo .seo-more:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.seo .seo-contact:hover:after,
.seo .seo-more:hover:after {
    height: 100%
}

.seo .seo__grid {
    margin-top: 40px;
    border-top: 1px solid #b0976d;
    display: flex;
    flex-direction: column
}

.seo .seo__grid .block {
    border-bottom: 1px solid #b0976d;
    display: flex;
    padding-top: 31px;
    padding-bottom: 29px
}

.seo .seo__grid .block .title {
    width: 25.5%;
    padding-left: 42px;
    padding-right: 38px;
    margin: auto 0;
    font-size: 14px;
    color: #b0976d;
    font-family: proxima-nova;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px
}

.seo .seo__grid .block .desc {
    width: 52%;
    padding-right: 40px;
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 32px
}

.seo .seo__grid .block a {
    width: calc(28.5% - 178px);
    margin: auto 0;
    text-align: center;
    font-size: 16px;
    font-family: proxima-nova;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #b0976d;
    padding-bottom: 14px;
    position: relative;
    min-width: 105px;
    top: -3px
}

@media (max-width:1000px) {
    .seo {
        max-width: 600px;
        padding-top: 70px
    }

    .seo .title {
        font-size: 25px
    }

    .seo .seo__grid .block {
        flex-direction: column
    }

    .seo .seo__grid .block .title {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
        font-size: 16px
    }

    .seo .seo__grid .block .desc {
        padding: 0;
        width: 100%;
        margin-bottom: 50px
    }

    .seo .seo__grid .block a {
        border: 1px solid #b0976d;
        padding-top: 12px;
        padding-bottom: 10px;
        width: 100%
    }
}

@font-face {
    font-family: BDRegular;
    src: url("../includes/fonts/Blacker Display Regular.eot");
    src: url("../includes/fonts/Blacker Display Regular.woff2") format("woff2"), url("../_dev/sass/fonts/Blacker Display Regular.eot?#iefix") format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BD-Regular;
    src: url(../includes/fonts/BlackerDisplay-Regular.woff) format("woff"), url(../_dev/sass/fonts/BlackerDisplay-Regular.ttf) format("truetype"), url(../_dev/sass/fonts/BlackerDisplay-Regular.svg#BlackerDisplay-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PNBold;
    src: url(../includes/fonts/Proxima-Nova-Bold.eot);
    src: url(../includes/fonts/Proxima-Nova-Bold.woff2) format("woff2"), url(../_dev/sass/fonts/Proxima-Nova-Bold.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PN-Bold;
    src: url(../includes/fonts/ProximaNova-Bold.woff) format("woff"), url(../_dev/sass/fonts/ProximaNova-Bold.ttf) format("truetype"), url(../_dev/sass/fonts/ProximaNova-Bold.svg#ProximaNova-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

*,
:active,
:focus {
    outline: none
}

body,
html {
    border: 0;
    margin: 0;
    background-color: #151515
}

.no-flexbox .noScroll {
    height: 100vh
}

.no-flexbox a {
    color: #b0976d;
    text-decoration: none
}

.no-flexbox a:hover {
    text-decoration: underline
}

.no-flexbox .body404 img {
    display: block;
    max-width: 400px;
    width: calc(100% - 90px);
    margin: 16vw auto auto;
    padding-right: 29px
}

.no-flexbox .body404 h1 {
    font-size: 36px;
    font-family: BDRegular, sans-seirf;
    font-weight: 500;
    margin: 71px auto auto
}

.no-flexbox .body404 a,
.no-flexbox .body404 h1 {
    text-align: center;
    color: #fff;
    width: calc(100% - 60px)
}

.no-flexbox .body404 a {
    display: block;
    max-width: 263px;
    height: 53px;
    border: 1px solid #b0976d;
    line-height: 53px;
    font-family: PN-Bold, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.9px;
    margin: 40px auto auto
}

.no-flexbox .headerNav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

.no-flexbox .headerNav:before {
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 110px;
    background: #000;
    transition: all .2s;
    left: 0;
    top: 0;
    opacity: 0
}

.no-flexbox .headerNav .inner {
    max-width: 1277px;
    width: calc(100% - 127px);
    display: block;
    justify-content: flex-end;
    margin: auto;
    position: relative;
    transition: all .2s;
    top: 0
}

.no-flexbox .headerNav .inner .logo {
    position: absolute;
    left: 0;
    z-index: 4
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.no-flexbox .headerNav .inner .logo a .rooster {
    width: 89px;
    position: absolute;
    top: 47px;
    opacity: 0;
    transform: translateY(-40px);
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.no-flexbox .headerNav .inner .logo a .wordmark {
    position: absolute;
    height: 19px;
    top: 63px;
    opacity: 0;
    transform: translateY(40px);
    transition: all .2s
}

.no-flexbox .headerNav .inner .burger {
    display: block;
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    top: 61px
}

.no-flexbox .headerNav .inner .burger .container {
    display: block;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.no-flexbox .headerNav .inner .burger .container div {
    background: #fff;
    height: 2px;
    display: block
}

.no-flexbox .headerNav .inner .burger .container .bar1 {
    width: 70%;
    margin-left: auto;
    transform-origin: top right;
    transition: all .2s
}

.no-flexbox .headerNav .inner .burger .container .bar2 {
    width: 100%;
    transform-origin: center;
    transition: all .2s
}

.no-flexbox .headerNav .inner .burger .container .bar3 {
    width: 70%;
    transform-origin: bottom left;
    transition: all .2s
}

.no-flexbox .headerNav .inner .hover .bar1 {
    transform: rotate(-45deg) translate(-8px, -3px)
}

.no-flexbox .headerNav .inner .hover .bar2 {
    transform: scaleX(0)
}

.no-flexbox .headerNav .inner .hover .bar3 {
    transform: rotate(45deg) translate(-7px, -17px)
}

.no-flexbox .outerDesktopNav {
    position: absolute;
    top: -60px;
    height: 110px;
    width: calc(100vw - 60px);
    right: -30px;
    cursor: pointer
}

.no-flexbox .outerDesktopNav .desktopNav {
    position: absolute;
    top: 57px;
    padding-top: 10px;
    right: 0;
    padding-right: 110px;
    width: 0;
    transition: all .2s;
    height: 30px;
    overflow: hidden
}

.no-flexbox .outerDesktopNav .desktopNav .innerNav {
    display: block;
    justify-content: flex-end;
    position: absolute;
    right: 110px;
    width: 740px;
    transition: all .2s
}

.no-flexbox .outerDesktopNav .desktopNav .innerNav a {
    font-size: 13px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    margin-left: 38px;
    text-transform: uppercase
}

.no-flexbox .outerDesktopNav .desktopNav .innerNav a.active,
.no-flexbox .outerDesktopNav .desktopNav .innerNav a:hover {
    color: #b0976d
}

.no-flexbox .outerDesktopNav:hover .desktopNav {
    width: 740px
}

.no-flexbox .outerDesktopNav:hover .desktopNav .innerNav {
    opacity: 1
}

@media only screen and (max-width:1000px) {
    .no-flexbox .outerDesktopNav {
        display: none
    }
}

.no-flexbox .headerNav.hasBeenScrolled .inner .logo a .rooster {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    transform: translate(0);
    transition: all .2s
}

.no-flexbox .headerNav.scrolled:before {
    opacity: .8;
    height: 64px
}

.no-flexbox .headerNav.scrolled .inner {
    top: -40px;
    background: #000
}

.no-flexbox .headerNav.scrolled .inner .logo a .rooster {
    opacity: 0;
    transform: translateY(-40px)
}

.no-flexbox .headerNav.scrolled .inner .logo a .wordmark {
    opacity: 1;
    transform: translate(0)
}

.no-flexbox .noScroll {
    overflow: hidden
}

.no-flexbox .navPopOver {
    z-index: 200;
    width: 100vw;
    height: calc(100vh + 20px);
    background-color: #151515;
    position: fixed;
    overflow: hidden
}

.no-flexbox .navPopOver .backgroundImage {
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom
}

.no-flexbox .navPopOver .roosterImage {
    position: absolute;
    display: block;
    height: 84%;
    top: 50%;
    left: 50%;
    opacity: .09;
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translate(-50%, -50%) !important
}

.no-flexbox .navPopOver .nav {
    width: 90%;
    max-width: 1024px;
    display: block;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    padding: 40px 0;
    overflow-y: scroll;
    overflow-x: hidden
}

.no-flexbox .navPopOver .nav .inner {
    width: 100%;
    max-width: 390px;
    height: 640px;
    padding: 40px 0;
    margin: 0 auto
}

.no-flexbox .navPopOver .nav .inner .list {
    letter-spacing: .7px
}

.no-flexbox .navPopOver .nav .inner .list ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.no-flexbox .navPopOver .nav .inner .list ul li {
    font-family: BDRegular, BD-Regular, sans-serif;
    font-size: 48px;
    padding-bottom: 33px
}

.no-flexbox .navPopOver .nav .inner .list ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.no-flexbox .navPopOver .nav .inner .list ul li a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    display: block;
    bottom: -10px;
    content: "";
    transform: translateX(100vw);
    transition: all .2s
}

.no-flexbox .navPopOver .nav .inner .list ul li a:hover:before {
    transform: translateX(0)
}

@media only screen and (max-height:700px) {
    .no-flexbox .navPopOver .nav .inner .list ul li {
        font-size: 35px;
        padding-bottom: 17px
    }

    .no-flexbox .navPopOver .nav .inner .list ul li a:before {
        bottom: -5px
    }
}

.no-flexbox .navPopOver .nav .inner .contact {
    padding-top: 20px;
    height: 145px;
    padding-bottom: 20px;
    position: relative;
    top: 7px
}

.no-flexbox .navPopOver .nav .inner .contact span {
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 2.74px;
    color: #b0976d;
    text-transform: uppercase;
    text-align: center;
    display: block
}

.no-flexbox .navPopOver .nav .inner .contact a {
    color: #fff;
    text-decoration: none;
    font-family: BDRegular, BD-Regular, sans-serif;
    text-align: center;
    display: block;
    padding-top: 20px;
    letter-spacing: 3.75px;
    padding-bottom: 27px
}

.no-flexbox .navPopOver .nav .inner .contact .socialFlex {
    display: block;
    justify-content: center;
    padding-top: 5px
}

.no-flexbox .navPopOver .nav .inner .contact .socialFlex a {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 18px
}

.no-flexbox .navPopOver .nav .inner .contact .socialFlex a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-height:700px) {
    .no-flexbox .navPopOver .nav .inner {
        height: auto
    }
}

.no-flexbox .navPopOver .exit {
    position: absolute;
    top: 58px;
    right: 64px;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.no-flexbox .navPopOver .exit img {
    width: 100%;
    height: auto
}

.no-flexbox .pageBody .banner {
    position: relative;
    width: 100%;
    min-height: 1100px;
    height: 58vw;
    overflow: hidden;
    z-index: 0
}

.no-flexbox .pageBody .banner:before {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, .8), rgba(21, 21, 21, 0));
    z-index: 1
}

.no-flexbox .pageBody .banner:after {
    width: 100%;
    content: "";
    height: 400px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515, #151515);
    z-index: 3
}

.no-flexbox .pageBody .banner .bannerBackground {
    position: absolute;
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.no-flexbox .pageBody .banner .bannerForeground {
    width: 100%;
    position: absolute;
    bottom: 64px;
    height: auto;
    z-index: 2;
    min-width: 1728px;
    left: 50%;
    transform: translateX(-50%)
}

.no-flexbox .pageBody .banner .text {
    position: fixed;
    z-index: 1;
    max-width: 690px;
    margin: 180px auto auto;
    left: 50%;
    width: 100%;
    transform: translate(-50%)
}

.no-flexbox .pageBody .banner .text img {
    width: 80px;
    height: auto;
    display: block;
    margin: auto;
    transform: translateX(-11px)
}

.no-flexbox .pageBody .banner .text h2,
.no-flexbox .pageBody .banner .text h3 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 4px;
    margin: 0;
    font-family: BDRegular, BD-Regular, serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 32px
}

.no-flexbox .pageBody .banner .text h1 {
    font-size: 68px;
    text-align: center;
    font-family: BDRegular, BD-Regular, serif;
    color: #fff;
    font-weight: 400;
    padding-top: 26px;
    letter-spacing: .7px;
    line-height: 74px;
    padding-bottom: 17px;
    margin: 25px 0 -3px;
    position: relative
}

.no-flexbox .pageBody .banner .text h1:before {
    top: 0
}

.no-flexbox .pageBody .banner .text h1:after,
.no-flexbox .pageBody .banner .text h1:before {
    content: "";
    background: #b0976d;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 93%
}

.no-flexbox .pageBody .banner .text h1:after {
    bottom: 0
}

.no-flexbox .pageBody .homeBody {
    position: relative;
    z-index: 4;
    background: #151515;
    overflow: hidden;
    width: 100%;
    margin-top: -30px
}

.no-flexbox .pageBody .homeBody .homeTopBlock {
    position: relative;
    z-index: 4
}

@media only screen and (max-width:1100px) {
    .no-flexbox .pageBody .homeBody .homeTopBlock {
        z-index: 7
    }
}

.no-flexbox .pageBody .homeBody .homeTopBlock .backgroundStars {
    position: absolute;
    top: 0;
    width: 105%;
    height: auto;
    display: block
}

@media only screen and (max-width:1100px) {
    .no-flexbox .pageBody .homeBody .homeTopBlock .backgroundStars {
        height: 100%
    }
}

.no-flexbox .pageBody .homeBody .homeTopBlock .blurb {
    font-size: 32px;
    font-family: BDRegular, BD-Regular, serif;
    color: #fff;
    position: relative;
    line-height: 50px;
    text-align: center;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: auto;
    letter-spacing: .2px
}

.no-flexbox .pageBody .homeBody .leftPortItem {
    z-index: 6;
    position: relative;
    padding-top: 147px;
    margin-top: 50px
}

.no-flexbox .pageBody .homeBody .leftPortItem .background {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0
}

.no-flexbox .pageBody .homeBody .leftPortItem .background .innerPara {
    position: absolute;
    transition: all .1s;
    transform: translate(0)
}

.no-flexbox .pageBody .homeBody .leftPortItem .background .mobile {
    display: none
}

.no-flexbox .pageBody .homeBody .leftPortItem .background:before {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(#151515, rgba(21, 21, 21, 0));
    z-index: 1
}

.no-flexbox .pageBody .homeBody .leftPortItem .background:after {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    z-index: 1
}

.no-flexbox .pageBody .homeBody .leftPortItem .container {
    display: block;
    max-width: 1200px;
    width: 95%;
    margin: auto;
    position: relative;
    justify-content: space-between;
    z-index: 5
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text {
    width: calc(50% - 100px)
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .title {
    font-size: 56px;
    font-family: BDRegular, sans-serif;
    color: #fff
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .title:hover {
    text-decoration: none
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .desc {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    font-size: 16px;
    padding-top: 22px
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .portItemRow {
    display: block;
    justify-content: space-between;
    margin-top: 60px
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .portItemRow .portButton {
    width: 215px;
    height: 33px;
    position: relative;
    top: 3px;
    border: 1px solid #b0976d;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    text-decoration: none;
    z-index: 2
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .portItemRow .portButton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .portItemRow .portButton:hover:after {
    height: 100%
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .portItemRow .shopifyButton {
    height: 64px;
    width: auto
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .text .portItemRow .shopifyButton img {
    width: auto;
    height: 100%
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .webpageImg {
    width: calc(50% - 20px);
    margin-top: -4px
}

.no-flexbox .pageBody .homeBody .leftPortItem .container .webpageImg img {
    width: 100%;
    height: auto
}

.no-flexbox .pageBody .homeBody .rightPortItem {
    z-index: 5;
    position: relative;
    padding-top: 197px;
    padding-bottom: 60px
}

.no-flexbox .pageBody .homeBody .rightPortItem .background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    bottom: 0;
    z-index: 1
}

.no-flexbox .pageBody .homeBody .rightPortItem .background:before {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(#151515, rgba(21, 21, 21, 0));
    z-index: 1
}

.no-flexbox .pageBody .homeBody .rightPortItem .background:after {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    z-index: 1
}

.no-flexbox .pageBody .homeBody .rightPortItem .background .innerPara {
    position: absolute;
    transition: all .1s;
    transform: translate(0)
}

.no-flexbox .pageBody .homeBody .rightPortItem .background .mobile {
    display: none
}

.no-flexbox .pageBody .homeBody .rightPortItem .container {
    display: block;
    padding-top: 104px;
    max-width: 1200px;
    flex-direction: row-reverse;
    width: 95%;
    margin: auto;
    position: relative;
    justify-content: space-between;
    z-index: 3
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text {
    width: calc(50% - 100px)
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .title {
    font-size: 56px;
    font-family: BDRegular, sans-serif;
    color: #fff
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .title:hover {
    text-decoration: none
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .desc {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    font-size: 16px;
    padding-top: 22px
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .portItemRow {
    display: block;
    justify-content: space-between;
    margin-top: 60px
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .portItemRow .portButton {
    width: 215px;
    height: 33px;
    position: relative;
    top: 3px;
    border: 1px solid #b0976d;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    text-decoration: none;
    z-index: 2
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .portItemRow .portButton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .portItemRow .portButton:hover:after {
    height: 100%
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .portItemRow .shopifyButton {
    height: 64px;
    width: auto
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .text .portItemRow .shopifyButton img {
    width: auto;
    height: 100%
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .webpageImg {
    width: calc(50% - 20px);
    margin-top: -4px
}

.no-flexbox .pageBody .homeBody .rightPortItem .container .webpageImg img {
    width: 100%;
    height: auto
}

.no-flexbox .pageBody .homeBody .textBlade {
    position: relative;
    z-index: 1
}

.no-flexbox .pageBody .homeBody .textBlade:after {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), rgba(21, 21, 21, .8));
    z-index: 1
}

.no-flexbox .pageBody .homeBody .textBlade .background {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    max-height: 890px;
    overflow: hidden
}

.no-flexbox .pageBody .homeBody .textBlade .background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .pageBody .homeBody .textBlade .text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2
}

.no-flexbox .pageBody .homeBody .textBlade .text img {
    width: 299px;
    margin: auto;
    display: block;
    transform: translateX(16px)
}

.no-flexbox .pageBody .homeBody .textBlade .text .words {
    font-size: 32px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 67px;
    max-width: 1177px;
    width: 90%;
    margin: auto;
    line-height: 49px;
    letter-spacing: .4px
}

.no-flexbox .pageBody .homeBody .midStars {
    position: relative;
    height: 0
}

.no-flexbox .pageBody .homeBody .midStars img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%
}

.no-flexbox .scope {
    transform: translate(-.75157px, -12.9515px);
    font-size: 14px;
    display: block;
    font-family: PNBold, PN-Bold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #ae956e;
    position: relative;
    width: 350px;
    text-align: center;
    margin: 210px auto
}

.no-flexbox .scope:before {
    height: 46px;
    top: -76px
}

.no-flexbox .scope:after,
.no-flexbox .scope:before {
    width: 1px;
    content: "";
    background: #979797;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.no-flexbox .scope:after {
    height: 75px;
    bottom: -100px
}

.no-flexbox .iconGrid {
    display: block;
    position: relative;
    justify-content: space-around;
    max-width: 1200px;
    width: 90%;
    height: 154px;
    margin: -4px auto auto
}

.no-flexbox .iconGrid .block {
    position: relative;
    width: 20%;
    height: 100%
}

.no-flexbox .iconGrid .block img {
    display: block;
    width: 80px;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s
}

.no-flexbox .iconGrid .block span {
    position: absolute;
    left: 50%;
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 20px;
    color: #ae956e;
    text-transform: uppercase;
    transform: translate(-50%, 100%);
    bottom: -5px;
    flex-direction: column;
    justify-content: center;
    height: 39px
}

.no-flexbox .iconGrid .block:hover img {
    transform: translateY(calc(-50% - 5px))
}

.no-flexbox .friendSlider {
    position: relative;
    z-index: 4
}

.no-flexbox .friendSlider .background {
    position: absolute;
    top: -110px;
    width: 100%;
    left: 0
}

.no-flexbox .friendSlider .background img {
    width: 100%
}

.no-flexbox .friendSlider .line {
    width: 30px;
    height: 1px;
    background: #b0976d;
    position: relative;
    margin: 112px auto auto
}

.no-flexbox .friendSlider .title {
    position: relative;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-size: 36px;
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: 62px auto auto
}

.no-flexbox .friendSlider .homeSlideshow {
    width: 90%;
    max-width: 1190px;
    margin: 90px auto auto
}

.no-flexbox .friendSlider .homeSlideshow .slick-prev {
    background: url(../_dev/sass/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0
}

.no-flexbox .friendSlider .homeSlideshow .slick-next,
.no-flexbox .friendSlider .homeSlideshow .slick-prev {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    color: transparent;
    z-index: 2
}

.no-flexbox .friendSlider .homeSlideshow .slick-next {
    background: url(../_dev/sass/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0
}

.no-flexbox .friendSlider .homeSlideshow .slide {
    display: block !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 1000px
}

.no-flexbox .friendSlider .homeSlideshow .slide .block {
    height: 320px;
    width: 320px;
    position: relative;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a
}

.no-flexbox .friendSlider .homeSlideshow .slide .block:nth-of-type(3n) {
    border-right: none
}

.no-flexbox .friendSlider .homeSlideshow .slide .block:nth-of-type(4),
.no-flexbox .friendSlider .homeSlideshow .slide .block:nth-of-type(5),
.no-flexbox .friendSlider .homeSlideshow .slide .block:nth-of-type(6) {
    border-bottom: none
}

.no-flexbox .friendSlider .homeSlideshow .slide .block img {
    transform: scale(.5) translate(-50%, -50%);
    transform-origin: top left;
    left: 50%;
    top: 50%;
    position: absolute
}

.no-flexbox .theresMore {
    position: relative;
    z-index: 4
}

.no-flexbox .theresMore .title {
    letter-spacing: 1px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 90%;
    max-width: 700px;
    margin: 175px auto 56px
}

.no-flexbox .theresMore .title .gold {
    color: #ae956e
}

.no-flexbox .theresMore .grid {
    max-width: 1200px;
    width: calc(100% - 60px);
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto
}

.no-flexbox .theresMore .grid .block {
    width: calc(50% - 5px);
    position: relative;
    height: 420px;
    margin-bottom: 10px;
    background: transparent;
    overflow: hidden
}

.no-flexbox .theresMore .grid .block img {
    background: #000
}

.no-flexbox .theresMore .grid .block .backGround {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all .2s;
    transform: scale(1);
    transform-origin: center
}

.no-flexbox .theresMore .grid .block .blockTitle {
    position: absolute;
    color: #fff;
    font-family: BDRegular, sans-serif;
    font-size: 36px;
    bottom: 40px;
    left: 23px
}

.no-flexbox .theresMore .grid .block .subTitle {
    position: absolute;
    font-family: PNBold, sans-serif;
    font-size: 14px;
    color: #b0976d;
    bottom: 19px;
    left: 23px
}

.no-flexbox .theresMore .grid .block:hover .backGround {
    transform: scale(1.1)
}

.no-flexbox .theresMore .grid .light img {
    background: #fff
}

.no-flexbox .theresMore .grid .light .blockTitle {
    color: #151515
}

.no-flexbox .theresMore .viewAllRow {
    max-width: 1200px;
    width: 90%;
    border-bottom: 1px solid #b0976d;
    margin: auto;
    text-align: center;
    padding-top: 18px;
    position: relative;
    transition: all .2s;
    z-index: 4
}

.no-flexbox .theresMore .viewAllRow .viewAll {
    font-size: 25px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    text-decoration: none;
    padding-bottom: 26px;
    display: block;
    z-index: 1;
    position: relative
}

.no-flexbox .theresMore .viewAllRow:after {
    background: #b0976d;
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    transition: all .2s;
    opacity: .8;
    z-index: -1
}

.no-flexbox .theresMore .viewAllRow:hover {
    padding-top: 28px
}

.no-flexbox .theresMore .viewAllRow:hover:after {
    height: 100%
}

.no-flexbox .theresMore .container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    height: 0;
    position: relative;
    z-index: 1
}

.no-flexbox .theresMore .container .sortDrop {
    position: absolute;
    top: -47px;
    right: 0
}

.no-flexbox .theresMore .container .sortDrop .top {
    font-size: 14px;
    font-family: PNBold, sans-serif;
    color: #fff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    padding: 8px;
    cursor: pointer
}

.no-flexbox .theresMore .container .sortDrop .top .gold {
    color: #ae956e
}

.no-flexbox .theresMore .container .sortDrop .bottom {
    position: absolute;
    display: block;
    background: #000;
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 20px 32px;
    right: 0
}

.no-flexbox .theresMore .container .sortDrop .bottom a {
    font-size: 14px;
    font-family: PNBold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin: 10px 0;
    text-decoration: none;
    cursor: pointer
}

.no-flexbox .footer {
    position: relative;
    z-index: 3;
    background: #151515
}

.no-flexbox .footer .background {
    width: 100%;
    height: auto;
    margin: auto;
    transform: none !important
}

.no-flexbox .footer .upperText {
    position: relative;
    color: #fff;
    padding-top: 205px
}

.no-flexbox .footer .upperText .title {
    font-size: 64px;
    letter-spacing: 1px
}

.no-flexbox .footer .upperText .subTitle,
.no-flexbox .footer .upperText .title {
    font-family: BDRegular, sans-serif;
    text-align: center;
    margin: auto;
    max-width: 700px;
    width: calc(100% - 60px)
}

.no-flexbox .footer .upperText .subTitle {
    font-size: 28px;
    font-weight: 100;
    padding-top: 25px
}

.no-flexbox .footer .upperText .powowButton {
    max-width: 268px;
    width: calc(100% - 60px);
    border: 1px solid #b0976d;
    font-family: PNBold, sans-serif;
    font-size: 14px;
    color: #fff;
    background: rgba(21, 21, 21, .32);
    text-transform: uppercase;
    letter-spacing: 2.62px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 19px;
    text-decoration: none;
    display: block;
    margin: 63px auto auto;
    position: relative;
    z-index: 2
}

.no-flexbox .footer .upperText .powowButton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.no-flexbox .footer .upperText .powowButton:hover:after {
    height: 100%
}

.no-flexbox .footer .lowerText {
    position: relative;
    color: #fff;
    margin-top: 569px
}

.no-flexbox .footer .lowerText .stalk {
    font-family: BDRegular, sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto
}

.no-flexbox .footer .lowerText .socialRow {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 493px;
    margin: 50px auto auto
}

.no-flexbox .footer .lowerText .socialRow a {
    display: block;
    flex-direction: column;
    text-decoration: none
}

.no-flexbox .footer .lowerText .socialRow a img {
    margin: auto;
    width: 21px
}

.no-flexbox .footer .lowerText .socialRow a span {
    font-size: 12px;
    font-family: PNBold, sans-serif;
    color: #b0976d;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-top: 23px
}

.no-flexbox .footer .lowerText .legal {
    color: #595959;
    font-size: 12px;
    font-family: sans-serif;
    text-align: center;
    line-height: 18px;
    padding-top: 47px;
    padding-bottom: 70px
}

.no-flexbox .footer .footerImageContainer {
    position: absolute;
    top: -246px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    margin: auto
}

.no-flexbox .footer .footerImageContainer:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    height: 100%;
    width: 100px;
    background-image: linear-gradient(90deg, #151515, rgba(21, 21, 21, 0));
    top: 0;
    left: 0
}

.no-flexbox .footer .footerImageContainer:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    height: 100%;
    width: 100px;
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515);
    top: 0;
    right: 0
}

@media only screen and (max-width:1440px) {
    .no-flexbox .footer .footerImageContainer {
        top: 8.5vw
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .footer .footerImageContainer {
        top: -86px;
        opacity: .8
    }
}

.no-flexbox .portfolioBanner {
    height: 568px;
    width: calc(100% - 200px);
    position: relative;
    padding-top: 232px;
    max-width: 1200px;
    margin: auto
}

.no-flexbox .portfolioBanner .background {
    max-height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0
}

.no-flexbox .portfolioBanner .background .innerPara {
    position: absolute;
    transition: all .1s;
    transform: translate(0)
}

.no-flexbox .portfolioBanner .background .mobile {
    display: none
}

.no-flexbox .portfolioBanner .container {
    width: 100%;
    margin: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 153px;
    padding-bottom: 100px;
    z-index: 1;
    display: block
}

@media only screen and (max-width:800px) {
    .no-flexbox .portfolioBanner .container {
        position: relative;
        top: 0
    }
}

.no-flexbox .portfolioBanner .container .numeral {
    position: absolute;
    left: -37px;
    transform: translate(-100%);
    font-family: BDRegular, sans-serif;
    color: #ae956e;
    font-size: 40px
}

.no-flexbox .portfolioBanner .container .numeral:after {
    content: "";
    background-image: url(../_dev/sass/img/arrow.png);
    background-size: contain;
    width: 10px;
    height: 5px;
    display: block;
    transform: translateX(-50%);
    transform-origin: center;
    position: absolute;
    bottom: -30px;
    left: 50%
}

.no-flexbox .portfolioBanner .container .text {
    max-width: 360px
}

.no-flexbox .portfolioBanner .container .text h1 {
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 2px
}

.no-flexbox .portfolioBanner .container .text .desc {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-family: proxima-nova, sans-serif
}

.no-flexbox .portfolioBanner .container .text img {
    width: 100%;
    max-width: 193px;
    margin-top: 50px
}

.no-flexbox .singleImageBlock {
    padding-bottom: 216px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
    background-color: #000
}

.no-flexbox .singleImageBlock .container,
.no-flexbox .singleImageBlock .containerlight {
    max-width: 1200px;
    width: calc(100% - 200px);
    margin: auto;
    display: block;
    justify-content: space-between;
    position: relative
}

.no-flexbox .singleImageBlock .container .left,
.no-flexbox .singleImageBlock .containerlight .left {
    width: 360px;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 155px;
    top: 0;
    margin-bottom: auto
}

.no-flexbox .singleImageBlock .container .left .numeral,
.no-flexbox .singleImageBlock .containerlight .left .numeral {
    position: absolute;
    left: -37px;
    transform: translate(-100%);
    font-family: BDRegular, sans-serif;
    color: #ae956e;
    font-size: 40px
}

.no-flexbox .singleImageBlock .container .left .numeral:before,
.no-flexbox .singleImageBlock .containerlight .left .numeral:before {
    content: "";
    background-image: url(../_dev/sass/img/arrow.png);
    background-size: contain;
    width: 10px;
    height: 5px;
    display: block;
    transform: translateX(-50%) rotate(180deg);
    transform-origin: center;
    position: absolute;
    top: -35px;
    left: 50%
}

.no-flexbox .singleImageBlock .container .left .numeral:after,
.no-flexbox .singleImageBlock .containerlight .left .numeral:after {
    content: "";
    background-image: url(../_dev/sass/img/arrow.png);
    background-size: contain;
    width: 10px;
    height: 5px;
    display: block;
    transform: translateX(-50%);
    transform-origin: center;
    position: absolute;
    bottom: -31px;
    left: 50%
}

.no-flexbox .singleImageBlock .container .left .text .title,
.no-flexbox .singleImageBlock .containerlight .left .text .title {
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 22px;
    display: block;
    line-height: 39px;
    margin-top: -7px
}

.no-flexbox .singleImageBlock .container .left .text .desc,
.no-flexbox .singleImageBlock .containerlight .left .text .desc {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: proxima-nova, sans-serif
}

.no-flexbox .singleImageBlock .container .left .text img,
.no-flexbox .singleImageBlock .containerlight .left .text img {
    width: 100%;
    max-width: 193px;
    margin-top: 50px
}

.no-flexbox .singleImageBlock .container .left .text .button,
.no-flexbox .singleImageBlock .containerlight .left .text .button {
    height: 53px;
    display: block;
    border: 1px solid #b0976d;
    text-align: center;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.62px;
    font-family: PNBold, sans-serif;
    max-width: 256px;
    margin-top: 50px;
    position: relative;
    z-index: 2
}

.no-flexbox .singleImageBlock .container .left .text .button:after,
.no-flexbox .singleImageBlock .containerlight .left .text .button:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.no-flexbox .singleImageBlock .container .left .text .button:hover:after,
.no-flexbox .singleImageBlock .containerlight .left .text .button:hover:after {
    height: 100%
}

.no-flexbox .singleImageBlock .container .imgContainer,
.no-flexbox .singleImageBlock .containerlight .imgContainer {
    width: calc(100% - 440px)
}

.no-flexbox .singleImageBlock .container .imgContainer img,
.no-flexbox .singleImageBlock .containerlight .imgContainer img {
    width: 100%;
    height: auto;
    display: block
}

.no-flexbox .light {
    background-color: #f3f3f3
}

.no-flexbox .light .containerlight .left .text .button,
.no-flexbox .light .containerlight .left .text .desc,
.no-flexbox .light .containerlight .left .text .title {
    color: #0d0501
}

.no-flexbox .light:nth-of-type(2n) {
    background-color: #fff
}

.no-flexbox .shadow {
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .15))
}

.no-flexbox .quoteBlock {
    background: #151515;
    width: 100%;
    margin: 120px auto auto;
    padding-bottom: 120px;
    z-index: 1;
    position: relative
}

.no-flexbox .quoteBlock .inner {
    display: block;
    border: 1px solid #b0976d;
    padding: 91px 125px 80px;
    justify-content: space-between;
    max-width: 950px;
    width: calc(100% - 450px);
    margin: auto
}

.no-flexbox .quoteBlock .inner .left {
    width: 200px;
    height: 200px
}

.no-flexbox .quoteBlock .inner .left img {
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.no-flexbox .quoteBlock .inner .right {
    width: calc(100% - 295px);
    min-height: 237px;
    display: block;
    flex-direction: column
}

.no-flexbox .quoteBlock .inner .right .title {
    display: block;
    margin-top: auto;
    font-size: 36px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    letter-spacing: 1px;
    line-height: 40px
}

.no-flexbox .quoteBlock .inner .right .desc {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px
}

.no-flexbox .quoteBlock .inner .right .dash {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px
}

.no-flexbox .quoteBlock .inner .right .name {
    display: block;
    font-family: PNBold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px
}

.no-flexbox .quoteBlock .inner .right .position {
    display: block;
    margin-bottom: auto;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px;
    margin-top: 10px
}

.no-flexbox .quoteBlock .inner .quoteRight--full {
    width: 100%
}

.no-flexbox .portGalleryContainer {
    margin-top: -20px
}

.no-flexbox .portGalleryContainer .banner .background {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0
}

.no-flexbox .portGalleryContainer .banner .background img {
    width: 100%
}

.no-flexbox .portGalleryContainer .banner .background:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    height: 100px;
    display: block;
    content: "";
    width: 100%
}

.no-flexbox .portGalleryContainer .banner .text {
    position: relative;
    padding-top: 243px;
    padding-bottom: 280px
}

.no-flexbox .portGalleryContainer .banner .text h2 {
    font-size: 18px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    text-align: center
}

.no-flexbox .portGalleryContainer .banner .text h1 {
    font-size: 68px;
    text-align: center;
    color: #fff;
    font-family: BDRegular, sans-serif;
    font-weight: 400;
    letter-spacing: .9px;
    margin: 27px 0 0
}

.no-flexbox .portGalleryContainer .morePorts {
    width: 90%;
    max-width: 1200px;
    font-size: 25px;
    display: block;
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    font-family: BDRegular, sans-serif;
    font-weight: 600;
    margin: 10px auto auto;
    padding: 0 0 27px;
    border: none;
    border-bottom: 1px solid #b0976d
}

.no-flexbox .employeeContainer {
    position: relative;
    z-index: 4
}

.no-flexbox .employeeContainer .banner {
    background-image: url(../_dev/sass/img/fifthBlockBkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 116px
}

.no-flexbox .employeeContainer .banner .upperBanner {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: auto;
    padding-top: 180px;
    display: block
}

.no-flexbox .employeeContainer .banner .upperBanner .left {
    width: calc(32% + 54px);
    position: relative;
    height: 0;
    padding-top: 32.3%
}

.no-flexbox .employeeContainer .banner .upperBanner .left img {
    width: calc(100% - 54px);
    position: absolute;
    top: 0
}

.no-flexbox .employeeContainer .banner .upperBanner .left .nameRow {
    display: block;
    position: absolute;
    right: -5px;
    bottom: 2px;
    transform-origin: bottom left;
    letter-spacing: 1px;
    transform: translateX(100%) rotate(-90deg)
}

.no-flexbox .employeeContainer .banner .upperBanner .left .nameRow .name {
    margin: 0;
    font-size: 30px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-weight: 400
}

.no-flexbox .employeeContainer .banner .upperBanner .left .nameRow .title {
    margin-top: auto;
    font-size: 12px;
    font-family: PNBold, sans-serif;
    color: #b0976d;
    text-transform: uppercase;
    margin-left: 13px;
    padding-left: 16px;
    margin-bottom: 2px;
    letter-spacing: 2px;
    position: relative
}

@media only screen and (max-width:1100px) and (min-width:880px) {
    .no-flexbox .employeeContainer .banner .upperBanner .left .nameRow .title {
        width: 160px
    }
}

.no-flexbox .employeeContainer .banner .upperBanner .left .nameRow .title:before {
    content: "";
    width: 1px;
    height: 46px;
    background: #ae956e;
    display: block;
    position: absolute;
    bottom: 4px;
    left: -2px
}

.no-flexbox .employeeContainer .banner .upperBanner .right {
    width: calc(68% - 54px)
}

.no-flexbox .employeeContainer .banner .upperBanner .right .blurb {
    width: calc(100% - 100px);
    font-size: 68px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    font-weight: 400;
    margin: 46px auto auto;
    line-height: 74px
}

.no-flexbox .employeeContainer .banner .lowerBanner {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: auto
}

.no-flexbox .employeeContainer .banner .lowerBanner .desc {
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
    margin-top: 35px;
    letter-spacing: -.11px;
    padding-bottom: 10px
}

.no-flexbox .employeeContainer .banner .lowerBanner .desc .hiddenDesc {
    display: none;
    padding-top: 20px
}

.no-flexbox .employeeContainer .banner .lowerBanner button {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-bottom: 1px solid #ae956e;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    padding: 29px 29px 19px;
    opacity: 1;
    transition: all .5s
}

.no-flexbox .employeeContainer .accordionBox {
    background: #f9f9f9
}

.no-flexbox .employeeContainer .accordionBox .inner {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: auto;
    padding-top: 80px;
    padding-bottom: 110px
}

.no-flexbox .employeeContainer .accordionBox .inner .block {
    border-top: 1px solid #bfbfbf
}

.no-flexbox .employeeContainer .accordionBox .inner .block .upper {
    display: block;
    justify-content: space-between;
    height: 124px;
    cursor: pointer;
    transition: all .2s
}

.no-flexbox .employeeContainer .accordionBox .inner .block .upper .title {
    font-size: 32px;
    font-family: BDRegular, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7.5px;
    color: #b0976d;
    margin: auto 0
}

.no-flexbox .employeeContainer .accordionBox .inner .block .upper img {
    margin: auto 0;
    width: 40px;
    transition: all .2s;
    transform: rotate(0deg)
}

.no-flexbox .employeeContainer .accordionBox .inner .block .lower .grid {
    display: block;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 25px
}

.no-flexbox .employeeContainer .accordionBox .inner .block .lower .grid .gridItem {
    font-size: 16px;
    font-family: BDRegular, sans-serif;
    padding-left: 21px;
    width: calc(33.33333% - 31px);
    padding-bottom: 36px;
    padding-right: 10px;
    position: relative
}

.no-flexbox .employeeContainer .accordionBox .inner .block .lower .grid .gridItem:before {
    content: "+";
    color: #b0976d;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0
}

.no-flexbox .employeeContainer .accordionBox .inner .block:last-of-type {
    border-bottom: 1px solid #bfbfbf
}

.no-flexbox .employeeContainer .accordionBox .inner .active .upper {
    height: 105px
}

.no-flexbox .employeeContainer .accordionBox .inner .active .upper img {
    transform: rotate(45deg)
}

.no-flexbox .employeeContainer .next {
    background-image: url(../_dev/sass/img/fifthBlockBkg.jpg);
    background-size: cover;
    background-position: 50%;
    padding-bottom: 116px
}

.no-flexbox .employeeContainer .next .top {
    max-width: 1010px;
    margin: auto;
    display: block;
    padding-top: 96px;
    width: calc(100% - 60px)
}

.no-flexbox .employeeContainer .next .top .text {
    font-size: 36px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 9px;
    white-space: nowrap;
    padding-right: 50px;
    padding-left: 5px
}

.no-flexbox .employeeContainer .next .top .line {
    display: block;
    height: 1px;
    background: #ae956e;
    margin-top: 14px;
    width: 100%
}

.no-flexbox .employeeContainer .next .grid {
    max-width: 1010px;
    width: calc(100% - 60px);
    display: block;
    justify-content: space-between;
    margin: 60px auto auto
}

.no-flexbox .employeeContainer .next .grid .gridItem {
    width: calc(33.33333% - 68.33333px);
    height: 0;
    display: block;
    padding-top: calc(33.33333% - 63px);
    position: relative;
    margin-left: 5px;
    margin-right: 42px
}

.no-flexbox .employeeContainer .next .grid .gridItem img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.no-flexbox .employeeContainer .next .grid .gridItem .nameRow {
    display: block;
    position: absolute;
    right: -50px;
    bottom: 2px;
    transform-origin: bottom left;
    letter-spacing: 1px;
    transform: translateX(100%) rotate(-90deg)
}

.no-flexbox .employeeContainer .next .grid .gridItem .nameRow .name {
    margin: 0;
    font-size: 30px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-weight: 400
}

.no-flexbox .employeeContainer .next .grid .gridItem .nameRow .title {
    margin-top: auto;
    font-size: 12px;
    font-family: PNBold, sans-serif;
    color: #b0976d;
    text-transform: uppercase;
    margin-left: 13px;
    padding-left: 16px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    position: relative
}

.no-flexbox .employeeContainer .next .grid .gridItem .nameRow .title:before {
    content: "";
    width: 1px;
    height: 35px;
    background: #ae956e;
    display: block;
    position: absolute;
    bottom: 1px;
    left: -4px
}

.no-flexbox .employeeContainer .next .backBtn {
    display: block;
    text-align: center;
    border: 1px solid #ae956e;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 74px auto auto;
    padding: 20px 60px;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2.62px
}

.no-flexbox .shortBanner {
    height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -48px
}

.no-flexbox .shortBanner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515)
}

.no-flexbox .shortBanner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.no-flexbox .shortBanner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: calc(100% - 60px);
    margin: auto;
    z-index: 3
}

.no-flexbox .shortBanner .text h2 {
    margin: 0;
    font-size: 18px;
    font-family: BDRegular, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    font-weight: 900;
    position: relative;
    top: -25px
}

.no-flexbox .shortBanner .text h1 {
    margin: 0;
    font-size: 68px;
    font-family: BDRegular, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 50px
}

.no-flexbox .shortBanner .text h3 {
    margin: 0;
    font-size: 18px;
    font-family: BDRegular, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    font-weight: 900;
    position: relative;
    top: -29px;
    line-height: 34px;
    height: 2px
}

.no-flexbox .article .text h1 {
    font-size: 48px
}

.no-flexbox .overlapSquares {
    max-width: 1200px;
    width: calc(100% - 60px);
    display: block;
    justify-content: flex-end;
    position: relative;
    margin: 78px auto 96px
}

.no-flexbox .overlapSquares .left {
    position: absolute;
    width: calc(50% - 100px);
    left: 0;
    top: -100px;
    background: #fff;
    z-index: 2;
    padding: 62px 50px 53px
}

.no-flexbox .overlapSquares .left .super {
    font-size: 24px;
    font-family: BDRegular, sans-serif;
    letter-spacing: .9px
}

.no-flexbox .overlapSquares .left .title {
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 9px;
    margin-top: 18px
}

.no-flexbox .overlapSquares .left .line {
    background: #b0976d;
    width: 30px;
    height: 1px;
    margin-top: 41px;
    margin-left: 4px
}

.no-flexbox .overlapSquares .left .text {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    margin-top: 47px;
    letter-spacing: -.1px
}

.no-flexbox .overlapSquares .left .text a {
    color: #b0976d;
    text-decoration: none
}

.no-flexbox .overlapSquares .right {
    width: 67%;
    position: relative;
    z-index: 1;
    height: 0;
    padding-top: 67%;
    overflow: hidden
}

.no-flexbox .overlapSquares .right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .overlapSquares .right .playVideo {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.no-flexbox .overlapSquares .right .playVideo img {
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    transition: all .2s;
    transform: translate(-50%, -50%) scale(1)
}

.no-flexbox .overlapSquares .right .playVideo span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: BDRegular, sans-serif;
    font-weight: 900;
    position: relative;
    top: 132px
}

.no-flexbox .overlapSquares .right .playVideo:hover img {
    transform: translate(-50%, -50%) scale(1.1)
}

.no-flexbox .blade {
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 60px)
}

.no-flexbox .blade .line {
    width: 30px;
    margin: auto;
    background: #b0976d;
    height: 1px;
    display: block
}

.no-flexbox .blade .text {
    font-size: 36px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    line-height: 50px;
    text-align: center;
    margin-top: 101px;
    letter-spacing: .2px
}

.no-flexbox .modalOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
    display: none
}

.no-flexbox .videoModal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 60px);
    max-width: 940px;
    height: 0;
    padding-top: 37%;
    transform: translate(-50%, -50%);
    z-index: 101;
    display: none
}

.no-flexbox .videoModal iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.no-flexbox .noScroll {
    width: 100%;
    height: 100%;
    overflow: none
}

.no-flexbox #aboutGrid {
    background-image: url(../_dev/sass/img/wwaStaffStars.jpg);
    padding-top: 80px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.no-flexbox #aboutGrid .row {
    display: block;
    max-width: 1190px;
    width: calc(100% - 210px);
    margin: 43px auto auto
}

.no-flexbox #aboutGrid .row:nth-of-type(2n) {
    justify-content: flex-end
}

.no-flexbox #aboutGrid .row .gridItem {
    display: block;
    text-decoration: none;
    margin-right: 37.4%;
    position: relative
}

.no-flexbox #aboutGrid .row .gridItem:nth-of-type(2) {
    margin-right: 12.5%
}

.no-flexbox #aboutGrid .row .gridItem img {
    width: 188px;
    height: 188px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    -o-object-position: top center;
    object-position: top center;
    border: 0 solid #b0976d;
    transition: all .2s
}

.no-flexbox #aboutGrid .row .gridItem .nameBox {
    position: absolute;
    top: 50%;
    left: 220px
}

.no-flexbox #aboutGrid .row .gridItem .nameBox .line {
    width: 7px;
    height: 1px;
    background: #b0976d;
    margin: 0;
    position: relative;
    top: -23px
}

.no-flexbox #aboutGrid .row .gridItem .nameBox .title {
    font-family: PNBold, sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #b0976d;
    position: relative;
    top: -11px
}

.no-flexbox #aboutGrid .row .gridItem .nameBox .name {
    font-size: 30px;
    letter-spacing: 2px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    position: relative;
    top: 3px
}

.no-flexbox #aboutGrid .row .gridItem:hover img {
    border-width: 3px;
    width: 182px;
    height: 182px
}

.no-flexbox .hiringButtonContainer {
    margin-top: 180px;
    margin-bottom: 100px
}

.no-flexbox .hiringButtonContainer a {
    display: block;
    margin: auto;
    width: 354px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    border: 1px solid #b0976d;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2.62px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: PNBold, sans-serif;
    position: relative;
    z-index: 2
}

.no-flexbox .hiringButtonContainer a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.no-flexbox .hiringButtonContainer a:hover:after {
    height: 100%
}

.no-flexbox .map {
    position: relative;
    width: 100%;
    margin-top: 38px;
    padding-bottom: 54px;
    z-index: 4;
    min-height: 1090px
}

.no-flexbox .map:before {
    width: 100%;
    content: "";
    height: 240px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: linear-gradient(#151515, rgba(21, 21, 21, 0));
    z-index: 1
}

.no-flexbox .map .mapBkg {
    width: 100%
}

.no-flexbox .map .sbs {
    position: absolute;
    display: block;
    top: 330px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 60px);
    max-width: 1242px;
    justify-content: space-between
}

.no-flexbox .map .sbs .left img {
    width: 588px
}

.no-flexbox .map .sbs .right {
    display: block;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 14%
}

.no-flexbox .map .sbs .right .container {
    margin-bottom: 71%
}

.no-flexbox .map .sbs .right .container .upper {
    font-size: 36px;
    color: #fff;
    font-family: BDRegular, sans-serif
}

.no-flexbox .map .sbs .right .container .lower {
    font-family: PNBold, sans-serif;
    color: #b0976d;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 30px
}

.no-flexbox .squatSlider {
    margin-top: 150px;
    position: relative;
    z-index: 4
}

.no-flexbox .squatSlider .slick-prev {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 160px;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, .5);
    color: transparent;
    z-index: 2;
    background-image: url(../_dev/sass/img/slideLeftArrow.png);
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat
}

.no-flexbox .squatSlider .slide {
    height: 500px
}

.no-flexbox .squatSlider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .squatSlider .slick-next {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 160px;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, .5);
    color: transparent;
    z-index: 2;
    background-image: url(../_dev/sass/img/slideRightArrow.png);
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat
}

.no-flexbox .expertiseSpacing {
    padding-top: 135px
}

.no-flexbox .linelessBlurb {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: BDRegular, sans-serif;
    letter-spacing: .3px;
    line-height: 50px;
    padding-bottom: 128px;
    padding-top: 30px;
    position: relative
}

.no-flexbox .expertiseBlock {
    z-index: 4
}

.no-flexbox .expertiseBlock.even {
    position: relative;
    display: block;
    justify-content: flex-start;
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 60px);
    padding-bottom: 103px
}

.no-flexbox .expertiseBlock.even .img {
    position: relative;
    margin-top: 100px;
    left: 0;
    width: 68%;
    height: 0;
    padding-top: 68%
}

.no-flexbox .expertiseBlock.even .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.no-flexbox .expertiseBlock.even .img .playVideo {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.no-flexbox .expertiseBlock.even .img .playVideo img {
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.no-flexbox .expertiseBlock.even .img .playVideo span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: BDRegular, sans-serif;
    font-weight: 900;
    position: relative;
    top: 132px
}

.no-flexbox .expertiseBlock.even .text {
    width: calc(50% - 100px);
    background: #fff;
    position: absolute;
    z-index: 2;
    right: 0;
    padding: 50px 50px 60px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .15))
}

.no-flexbox .expertiseBlock.even .text a {
    color: inherit
}

.no-flexbox .expertiseBlock.even .text a:hover {
    text-decoration: none
}

.no-flexbox .expertiseBlock.even .text .title {
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 900;
    line-height: 42px
}

.no-flexbox .expertiseBlock.even .text .sub {
    color: #8a8a8a;
    font-size: 18px;
    font-family: BDRegular, sans-serif;
    letter-spacing: .5px;
    margin-top: 16px;
    margin-left: 2px
}

.no-flexbox .expertiseBlock.even .text .line {
    width: 30px;
    height: 1px;
    background: #b0976d;
    margin-top: 36px
}

.no-flexbox .expertiseBlock.even .text .innerText {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    margin-top: 29px;
    padding-left: 2px
}

.no-flexbox .expertiseBlock.even .text .innerText strong {
    color: #b0976d
}

.no-flexbox .expertiseBlock.even .text .innerText a {
    color: #b0976d;
    text-decoration: none
}

.no-flexbox .expertiseBlock.even .text .list {
    display: block;
    flex-wrap: wrap;
    margin-top: 37px
}

.no-flexbox .expertiseBlock.even .text .listItem {
    width: calc(50% - 20px);
    padding-left: 20px;
    font-size: 16px;
    font-family: BDRegular, sans-serif;
    margin-bottom: 19px;
    position: relative
}

.no-flexbox .expertiseBlock.even .text .listItem:before {
    content: "+";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 19px;
    color: #b0976d
}

.no-flexbox .expertiseBlock.even .text .link {
    position: absolute;
    right: 0;
    border-bottom: 1px solid #b0976d;
    color: #fff;
    bottom: -84px;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 20px 40px;
    letter-spacing: 2.62px;
    z-index: 2
}

.no-flexbox .expertiseBlock.even .text .link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.no-flexbox .expertiseBlock.even .text .link:hover:after {
    height: 100%
}

.no-flexbox .expertiseBlock.odd {
    position: relative;
    display: block;
    justify-content: flex-end;
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 60px);
    padding-bottom: 103px
}

.no-flexbox .expertiseBlock.odd .img {
    position: relative;
    margin-top: 100px;
    right: 0;
    width: 68%;
    height: 0;
    padding-top: 68%
}

.no-flexbox .expertiseBlock.odd .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.no-flexbox .expertiseBlock.odd .img .playVideo {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.no-flexbox .expertiseBlock.odd .img .playVideo img {
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.no-flexbox .expertiseBlock.odd .img .playVideo span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: BDRegular, sans-serif;
    font-weight: 900;
    position: relative;
    top: 132px
}

.no-flexbox .expertiseBlock.odd .text {
    width: calc(50% - 100px);
    background: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    padding: 50px 50px 60px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .15))
}

.no-flexbox .expertiseBlock.odd .text a {
    color: inherit
}

.no-flexbox .expertiseBlock.odd .text a:hover {
    text-decoration: none
}

.no-flexbox .expertiseBlock.odd .text .title {
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 900;
    line-height: 42px
}

.no-flexbox .expertiseBlock.odd .text .sub {
    color: #8a8a8a;
    font-size: 18px;
    font-family: BDRegular, sans-serif;
    letter-spacing: .5px;
    margin-top: 16px;
    margin-left: 2px
}

.no-flexbox .expertiseBlock.odd .text .line {
    width: 30px;
    height: 1px;
    background: #b0976d;
    margin-top: 36px
}

.no-flexbox .expertiseBlock.odd .text .innerText {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    margin-top: 29px;
    padding-left: 2px
}

.no-flexbox .expertiseBlock.odd .text .innerText strong {
    color: #b0976d
}

.no-flexbox .expertiseBlock.odd .text .innerText a {
    color: #b0976d;
    text-decoration: none
}

.no-flexbox .expertiseBlock.odd .text .list {
    display: block;
    flex-wrap: wrap;
    margin-top: 37px
}

.no-flexbox .expertiseBlock.odd .text .listItem {
    width: calc(50% - 20px);
    padding-left: 20px;
    font-size: 16px;
    font-family: BDRegular, sans-serif;
    margin-bottom: 19px;
    position: relative
}

.no-flexbox .expertiseBlock.odd .text .listItem:before {
    content: "+";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 19px;
    color: #b0976d
}

.no-flexbox .expertiseBlock.odd .text .link {
    position: absolute;
    left: 0;
    border-bottom: 1px solid #b0976d;
    color: #fff;
    bottom: -84px;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 20px 40px;
    letter-spacing: 2.62px;
    z-index: 2
}

.no-flexbox .expertiseBlock.odd .text .link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.no-flexbox .expertiseBlock.odd .text .link:hover:after {
    height: 100%
}

.no-flexbox .underBanner {
    z-index: 2;
    position: relative;
    margin-top: -110px;
    padding-top: 0;
    padding-bottom: 117px
}

.no-flexbox .locationContainer {
    max-width: 1200px;
    width: calc(100% - 60px);
    background: #fff;
    margin: auto
}

.no-flexbox .locationContainer .upper {
    padding: 86px 82px 47px
}

.no-flexbox .locationContainer .lower {
    padding: 93px 82px 87px
}

.no-flexbox .locationContainer .title {
    font-size: 36px;
    font-family: BDRegular, sans-serif
}

.no-flexbox .locationContainer .line {
    width: 35px;
    height: 1px;
    background: #b0976d;
    display: block;
    margin-top: 37px
}

.no-flexbox .locationContainer .body {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    margin-top: 34px;
    line-height: 32px;
    letter-spacing: -.1px
}

.no-flexbox .locationContainer .img,
.no-flexbox .locationContainer .img img {
    width: 100%
}

.no-flexbox .floatingBanner {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    z-index: 5;
    top: 220px;
    margin: auto
}

.no-flexbox .floatingBanner .text h2 {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 900;
    font-family: BDRegular, sans-serif;
    text-align: center;
    text-transform: uppercase
}

.no-flexbox .floatingBanner .text h1 {
    font-size: 68px;
    font-family: BDRegular, sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0
}

.no-flexbox .floatingBanner .text h3 {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 900;
    font-family: BDRegular, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-top: 19px
}

.no-flexbox .fadeImg,
.no-flexbox .fadeImg img {
    width: 100%
}

.no-flexbox .testimonialSlides {
    width: calc(100% - 60px);
    max-width: 1219px;
    margin: auto;
    position: relative;
    top: -5px;
    border: 1px solid #b0976d;
    z-index: 4
}

.no-flexbox .testimonialSlides .slick-prev {
    left: 0;
    background-image: url(../_dev/sass/img/slideLeftArrow.png)
}

.no-flexbox .testimonialSlides .slick-next,
.no-flexbox .testimonialSlides .slick-prev {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 95px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: transparent;
    z-index: 2;
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat
}

.no-flexbox .testimonialSlides .slick-next {
    right: 0;
    background-image: url(../_dev/sass/img/slideRightArrow.png)
}

.no-flexbox .testimonialSlides .slick-dots {
    position: absolute;
    display: block !important;
    padding: 0;
    bottom: 32px;
    right: 39px;
    margin: 0;
    -webkit-appearance: none
}

.no-flexbox .testimonialSlides .slick-dots li {
    -webkit-appearance: none;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 0 4px;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    transition: all .2s
}

.no-flexbox .testimonialSlides .slick-dots li button {
    opacity: 0
}

.no-flexbox .testimonialSlides .slick-dots .slick-active {
    background: #b0976d
}

.no-flexbox .testimonialSlides .testimonial {
    display: block !important;
    padding: 0 125px;
    width: calc(100% - 250px) !important;
    height: 408px;
    justify-content: space-between
}

.no-flexbox .testimonialSlides .testimonial .left {
    margin: auto 0;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: -13px
}

.no-flexbox .testimonialSlides .testimonial .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .testimonialSlides .testimonial .right {
    width: calc(100% - 250px);
    max-width: 666px;
    display: block;
    flex-direction: column;
    justify-content: center
}

.no-flexbox .testimonialSlides .testimonial .right .review {
    color: #fff;
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    letter-spacing: 1px;
    line-height: 40px
}

.no-flexbox .testimonialSlides .testimonial .right .line {
    width: 10px;
    height: 1px;
    background: #b0976d;
    margin-bottom: 10px;
    margin-top: 8px
}

.no-flexbox .testimonialSlides .testimonial .right .name {
    font-size: 14px;
    color: #b0976d;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 4px
}

.no-flexbox .testimonialSlides .testimonial .right .title {
    font-size: 14px;
    color: #b0976d;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 12px;
    padding-bottom: 40px
}

.no-flexbox .testimonialSlides .testimonial .right--full {
    width: 100%;
    max-width: none
}

.no-flexbox .careerSpacer {
    padding-top: 23px
}

.no-flexbox .careerText {
    padding-top: 130px;
    background-image: url(../_dev/sass/img/CareerStarField.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.no-flexbox .careerText .block {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto auto 232px
}

.no-flexbox .careerText .block .title {
    font-size: 32px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6.9px;
    text-align: center
}

.no-flexbox .careerText .block .line {
    width: 30px;
    height: 1px;
    background: #b0976d;
    margin: 30px auto auto
}

.no-flexbox .careerText .block .desc {
    color: #fff;
    font-family: BDRegular, sans-serif;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    margin-top: 30px
}

.no-flexbox .manyIconsContainer {
    position: relative;
    padding-bottom: 100px;
    padding-top: 150px;
    z-index: 3
}

.no-flexbox .manyIconsContainer:after {
    width: 100%;
    content: "";
    height: 400px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(21, 21, 21, 0), #151515);
    z-index: -1
}

.no-flexbox .manyIconsContainer .title {
    font-size: 46px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    text-align: center;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto auto 69px
}

.no-flexbox .manyIconsContainer .grid {
    display: block;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto auto 50px;
    justify-content: space-around;
    flex-wrap: wrap
}

@media only screen and (max-width:1020px) {
    .no-flexbox .manyIconsContainer .grid {
        max-width: 710px;
        margin-bottom: 0
    }

    .no-flexbox .manyIconsContainer .grid .block .text {
        margin-bottom: 50px
    }
}

.no-flexbox .manyIconsContainer .grid .block {
    width: 240px
}

@media only screen and (max-width:800px) {
    .no-flexbox .manyIconsContainer .grid .block {
        width: 170px
    }
}

.no-flexbox .manyIconsContainer .grid .block img {
    width: 100px;
    height: 80px;
    margin: auto;
    display: block
}

.no-flexbox .manyIconsContainer .grid .block .text {
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ae956e;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 30px auto;
    width: calc(100% - 30px);
    line-height: 15px
}

.no-flexbox .disclaimer {
    width: calc(100% - 60px);
    max-width: 1172px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: proxima-nova, sans-serif;
    text-align: center;
    margin: auto auto 97px
}

.no-flexbox .beerFriday {
    max-width: 1240px;
    width: calc(100% - 60px);
    margin: auto
}

.no-flexbox .beerFriday .top {
    display: block;
    position: relative
}

.no-flexbox .beerFriday .top .left {
    width: calc(100% - 454px);
    height: auto
}

.no-flexbox .beerFriday .top .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .beerFriday .top .right {
    width: 454px
}

.no-flexbox .beerFriday .top .right .header {
    color: #fff;
    font-size: 46px;
    font-family: BDRegular, sans-serif;
    padding: 0 62px
}

.no-flexbox .beerFriday .top .right .body {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: proxima-nova, sans-serif;
    margin-top: 28px;
    padding: 0 30px 93px 62px
}

.no-flexbox .beerFriday .bottom img {
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-top: -40px;
    height: 345px;
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .positions {
    padding-top: 127px;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 4
}

.no-flexbox .positions .title {
    font-size: 46px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    text-align: center
}

.no-flexbox .positions .grid {
    margin-top: 69px;
    border-top: 1px solid #b0976d;
    display: block;
    flex-direction: column
}

.no-flexbox .positions .grid .block {
    border-bottom: 1px solid #b0976d;
    display: block;
    padding-top: 31px;
    padding-bottom: 29px
}

.no-flexbox .positions .grid .block .title {
    width: 25.5%;
    padding-left: 42px;
    padding-right: 38px;
    margin: auto 0;
    font-size: 14px;
    color: #b0976d;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px
}

.no-flexbox .positions .grid .block .desc {
    width: 49%;
    padding-right: 90px;
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px
}

.no-flexbox .positions .grid .block a {
    width: calc(25.5% - 178px);
    margin: auto 0;
    text-align: center;
    font-size: 16px;
    font-family: PNBold, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #b0976d;
    padding-bottom: 14px;
    position: relative;
    min-width: 105px;
    top: -3px
}

.no-flexbox .shopifySBS {
    position: relative;
    top: -8px;
    display: block;
    justify-content: space-between;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto;
    height: 420px
}

.no-flexbox .shopifySBS a {
    width: 50%;
    display: block;
    height: 100%;
    text-decoration: none;
    background-size: cover
}

.no-flexbox .shopifySBS a img {
    height: 102px;
    display: block;
    margin: 123px auto auto
}

.no-flexbox .shopifySBS a span {
    background-color: transparent;
    font-family: BDRegular, sans-serif;
    color: #151515;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: .9px;
    text-align: center;
    display: block;
    margin: 27px auto auto
}

.no-flexbox .shopifySBS a .dark {
    color: #fff
}

.no-flexbox .whatWeDo {
    max-width: 1200px;
    width: calc(100% - 60px);
    background: #fff;
    margin: 72px auto auto;
    padding-bottom: 102px
}

.no-flexbox .whatWeDo .title {
    font-size: 46px;
    font-family: BDRegular, sans-serif;
    text-transform: capitalize;
    color: #151515;
    text-align: center;
    padding-top: 78px
}

.no-flexbox .whatWeDo .grid {
    display: block;
    max-width: 880px;
    flex-wrap: wrap;
    margin: 53px auto auto;
    width: calc(100% - 60px);
    justify-content: space-between
}

.no-flexbox .whatWeDo .grid .thing {
    width: calc(50% - 50px);
    padding-left: 37px;
    font-size: 24px;
    font-family: BDRegular, sans-serif;
    margin-bottom: 27px;
    position: relative
}

.no-flexbox .whatWeDo .grid .thing:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b0976d
}

.no-flexbox .authorized {
    max-width: 1178px;
    width: calc(100% - 60px);
    margin: 161px auto auto
}

.no-flexbox .authorized .supertitle {
    font-size: 18px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 900
}

.no-flexbox .authorized img {
    width: 400px;
    display: block;
    margin: 20px auto 111px
}

.no-flexbox .authorized .leftText {
    margin-right: 130px
}

.no-flexbox .authorized .leftText,
.no-flexbox .authorized .rightText {
    display: inline-block;
    width: calc(50% - 65px);
    color: #fff;
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    line-height: 50px;
    letter-spacing: .3px
}

.no-flexbox .authorized .rightText {
    float: right
}

.no-flexbox .friendSlider.light {
    margin-top: 113px;
    padding-bottom: 135px
}

.no-flexbox .friendSlider.light .slick-next,
.no-flexbox .friendSlider.light .slick-prev {
    filter: invert(1)
}

.no-flexbox .friendSlider.light .title {
    margin-top: 0;
    padding-top: 132px;
    font-size: 46px;
    color: #151515
}

.no-flexbox .friendSlider.light .line {
    margin-top: 39px;
    width: 80px
}

.no-flexbox .friendSlider.light .homeSlideshow {
    margin-top: 40px
}

.no-flexbox .friendSlider.light .homeSlideshow .slide .block {
    border-color: #b0976d
}

.no-flexbox .linkOut {
    position: relative
}

.no-flexbox .linkOut img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto
}

.no-flexbox .linkOut .title {
    max-width: 1200px;
    width: calc(100% - 60px);
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    margin: auto;
    padding-top: 247px
}

.no-flexbox .linkOut .title,
.no-flexbox .linkOut a {
    position: relative;
    z-index: 1;
    color: #fff;
    display: block;
    text-align: center
}

.no-flexbox .linkOut a {
    width: 268px;
    border: 1px solid #b0976d;
    height: 53px;
    line-height: 53px;
    font-family: PNBold, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    font-size: 14px;
    margin: 60px auto 266px;
    z-index: 2
}

.no-flexbox .linkOut a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #b0976d;
    transition: all .2s;
    transition-timing-function: ease-out;
    z-index: -1
}

.no-flexbox .linkOut a:hover:after {
    height: 100%
}

.no-flexbox .migrationGrid {
    display: block;
    flex-wrap: wrap;
    max-width: 1160px;
    justify-content: center;
    margin: 30px auto auto;
    position: relative;
    width: calc(100% - 60px);
    z-index: 1
}

.no-flexbox .migrationGrid a {
    width: 33.33333%;
    position: relative;
    height: 103px;
    margin-bottom: 26px
}

.no-flexbox .migrationGrid a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5)
}

.no-flexbox .migrateStars {
    position: relative;
    height: 0
}

.no-flexbox .migrateStars img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -320px
}

.no-flexbox .arrows {
    position: relative;
    z-index: 1;
    display: block;
    justify-content: center;
    margin-top: 5px;
    padding-bottom: 42px
}

.no-flexbox .arrows .leftArrow {
    width: 125px;
    height: 158px;
    border-right: 1px solid #b0976d;
    border-bottom: 1px solid #b0976d;
    position: relative;
    margin-right: 60px
}

.no-flexbox .arrows .leftArrow:before {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: #b0976d;
    left: 0;
    bottom: 0;
    transform: translateY(100%)
}

.no-flexbox .arrows .leftArrow:after {
    content: "▼";
    position: absolute;
    color: #b0976d;
    bottom: -59px;
    left: -7px
}

.no-flexbox .arrows .rightArrow {
    width: 125px;
    height: 158px;
    border-left: 1px solid #b0976d;
    border-bottom: 1px solid #b0976d;
    position: relative
}

.no-flexbox .arrows .rightArrow:before {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: #b0976d;
    right: 0;
    bottom: 0;
    transform: translateY(100%)
}

.no-flexbox .arrows .rightArrow:after {
    content: "▼";
    position: absolute;
    color: #b0976d;
    bottom: -59px;
    right: -7px
}

.no-flexbox .shopifyRow {
    position: relative;
    z-index: 1;
    display: block;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 220px
}

.no-flexbox .shopifyRow a {
    width: 318px;
    margin: 0 50px;
    display: block
}

.no-flexbox .shopifyRow a img {
    width: 100%;
    margin: auto
}

.no-flexbox .linelessBlurb.migration {
    padding-bottom: 44px;
    padding-top: 27px
}

.no-flexbox main.article {
    position: relative
}

.no-flexbox main.article h4 {
    margin: 0;
    color: #8a8a8a;
    font-size: 18px;
    font-family: BDRegular, sans-serif;
    letter-spacing: .5px;
    font-weight: 400
}

.no-flexbox main.article h2 {
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    font-weight: 400;
    margin-top: 22px;
    letter-spacing: .2px;
    padding-bottom: 33px;
    position: relative;
    margin-bottom: 38px
}

.no-flexbox main.article h2:after {
    position: absolute;
    width: 30px;
    height: 1px;
    content: "";
    background: #b0976d;
    bottom: -1px;
    left: 0
}

.no-flexbox main.article .troll {
    margin-top: 70px
}

.no-flexbox main.article h3 {
    font-size: 24px;
    font-family: BDRegular, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4.6px;
    line-height: 30px
}

.no-flexbox main.article p {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    color: #151515;
    line-height: 32px;
    margin-bottom: 32px
}

.no-flexbox main.article ol,
.no-flexbox main.article ul {
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 40px
}

.no-flexbox main.article a {
    color: #b0976d;
    text-decoration: none
}

.no-flexbox main.article a:hover {
    text-decoration: underline
}

.no-flexbox main.article .iframeWrapper {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 65%
}

.no-flexbox main.article .iframeWrapper embed,
.no-flexbox main.article .iframeWrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.no-flexbox main.article li {
    margin-bottom: 20px
}

.no-flexbox main.article .wideImg {
    margin-left: -80px;
    width: calc(100% + 160px);
    margin-top: 76px;
    padding-bottom: 67px
}

.no-flexbox main.article .wideImg img {
    width: 100%;
    height: auto
}

.no-flexbox main.article img {
    max-width: 100%;
    margin: auto;
    display: block;
    height: auto
}

.no-flexbox main.article .imgWrapper {
    width: 100%;
    display: block
}

.no-flexbox main.article .launchButton {
    display: block;
    max-width: 300px;
    width: 100%;
    border: 1px solid #b0976d;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    font-family: PNBold, sans-serif;
    margin: 60px auto auto;
    text-decoration: none !important
}

.no-flexbox main.article section article {
    background: #fff;
    max-width: 1038px;
    margin: auto;
    padding: 72px 80px;
    width: calc(100% - 220px)
}

.no-flexbox .emailSignup #mc_embed_signup_scroll h2 {
    color: #fff;
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 113px
}

.no-flexbox .emailSignup #mc_embed_signup_scroll .inputRow {
    display: block;
    max-width: 794px;
    width: calc(100% - 60px);
    margin: 45px auto auto;
    padding-right: 22px
}

.no-flexbox .emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group {
    width: calc(100% - 279px)
}

.no-flexbox .emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group input {
    height: 51px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b0976d;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.62px
}

.no-flexbox .emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group input::-moz-placeholder {
    color: #b0976d;
    font-size: 14px
}

.no-flexbox .emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group input:-ms-input-placeholder {
    color: #b0976d;
    font-size: 14px
}

.no-flexbox .emailSignup #mc_embed_signup_scroll .inputRow .mc-field-group input::placeholder {
    color: #b0976d;
    font-size: 14px
}

.no-flexbox .emailSignup #mc_embed_signup_scroll .inputRow .clear input {
    width: 266px;
    height: 53px;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #b0976d;
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    letter-spacing: 2.62px;
    text-transform: uppercase;
    margin-left: 13px
}

.no-flexbox .other {
    position: relative;
    z-index: 4;
    margin-bottom: -46px
}

.no-flexbox .other h2 {
    color: #fff;
    font-size: 36px;
    font-family: BDRegular, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 84px
}

.no-flexbox .articleRow {
    z-index: 2;
    max-width: 1210px;
    position: relative;
    width: calc(100% - 200px);
    height: 420px;
    margin: 53px auto auto
}

.no-flexbox .articleRow .slick-prev {
    left: -91px;
    background-image: url(../_dev/sass/img/slideLeftArrow.png)
}

.no-flexbox .articleRow .slick-next,
.no-flexbox .articleRow .slick-prev {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    height: 100%;
    width: 95px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: transparent;
    z-index: 2;
    background-position: 50%;
    background-size: 15px;
    background-repeat: no-repeat
}

.no-flexbox .articleRow .slick-next {
    right: -91px;
    background-image: url(../_dev/sass/img/slideRightArrow.png)
}

.no-flexbox .articleRow .slick-slide,
.no-flexbox .articleRow .slick-slide div {
    height: 420px
}

.no-flexbox .articleRow .slick-slide a {
    height: 420px;
    position: relative
}

.no-flexbox .articleRow .slick-slide a .wp-post-image {
    padding: 0 5px;
    width: calc(100% - 10px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .articleRow .slick-slide a .text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 75px);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7));
    left: 5px;
    padding: 30px 32px 25px
}

.no-flexbox .articleRow .slick-slide a .text .name {
    display: block;
    font-size: 22px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    line-height: 30px;
    margin-bottom: 10px
}

.no-flexbox .articleRow .slick-slide a .text .otherRow {
    display: block
}

.no-flexbox .articleRow .slick-slide a .text .otherRow .author {
    font-size: 14px;
    font-family: PNBold, sans-serif;
    color: #b0976d;
    line-height: 18px
}

.no-flexbox .articleRow .slick-slide a .text .otherRow .icon {
    width: 15px;
    height: 15px;
    margin-left: 31px;
    position: relative;
    top: 2px
}

.no-flexbox .articleRow .slick-slide a .text .otherRow .date {
    font-size: 13px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    margin-left: 11px;
    line-height: 17px
}

.no-flexbox .emailSignup {
    width: calc(100% - 60px);
    margin: auto
}

.no-flexbox .blogGrid {
    display: block;
    max-width: 1200px;
    position: relative;
    z-index: 4;
    width: calc(100% - 60px);
    flex-wrap: wrap;
    margin: 8px auto auto;
    justify-content: space-between
}

.no-flexbox .blogGrid a {
    display: block;
    height: 420px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.no-flexbox .blogGrid a .wp-post-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s;
    transform-origin: center;
    transform: scale(1)
}

.no-flexbox .blogGrid a .text {
    position: absolute;
    bottom: 0;
    width: calc(100% - 64px);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7));
    left: 0;
    padding: 50px 32px 25px
}

.no-flexbox .blogGrid a .text .name {
    display: block;
    font-size: 22px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    line-height: 30px;
    margin-bottom: 10px
}

.no-flexbox .blogGrid a .text .otherRow {
    display: block
}

.no-flexbox .blogGrid a .text .otherRow .author {
    font-size: 14px;
    font-family: PNBold, sans-serif;
    color: #b0976d;
    line-height: 18px
}

.no-flexbox .blogGrid a .text .otherRow .icon {
    width: 15px;
    height: 15px;
    margin-left: 31px;
    position: relative;
    top: 2px
}

.no-flexbox .blogGrid a .text .otherRow .date {
    font-size: 13px;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    margin-left: 11px;
    line-height: 17px
}

.no-flexbox .blogGrid a:hover .wp-post-image {
    transform: scale(1.1)
}

.no-flexbox .blogGrid .block1,
.no-flexbox .blogGrid .block6 {
    width: calc(66.66667% - 6.66667px)
}

.no-flexbox .blogGrid .block2,
.no-flexbox .blogGrid .block5 {
    width: calc(33.33333% - 3.33333px)
}

.no-flexbox .blogGrid .block3,
.no-flexbox .blogGrid .block4,
.no-flexbox .blogGrid .block7,
.no-flexbox .blogGrid .block8 {
    width: calc(50% - 5px)
}

.no-flexbox .morePorts {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 25px;
    display: block;
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    font-family: BDRegular, sans-serif;
    position: relative;
    z-index: 4;
    font-weight: 600;
    padding-top: 18px !important;
    transition: all .2s;
    padding: 0 0 27px;
    border: none;
    border-bottom: 1px solid #b0976d;
    margin-top: 0 !important
}

.no-flexbox .morePorts:after {
    background: #b0976d;
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    transition: all .2s;
    opacity: .8;
    z-index: -1
}

.no-flexbox .morePorts:hover {
    padding-top: 22px !important
}

.no-flexbox .morePorts:hover:after {
    height: 100%
}

.no-flexbox .space {
    height: 585px;
    position: relative;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: auto auto 100px
}

.no-flexbox .space .innerPath {
    width: 313px;
    height: 199px
}

.no-flexbox .space .innerInnerPath,
.no-flexbox .space .innerPath {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.no-flexbox .space .innerInnerPath {
    width: 496px;
    height: 313px
}

.no-flexbox .space .innerOuterPath {
    width: 727px;
    height: 459px
}

.no-flexbox .space .innerOuterPath,
.no-flexbox .space .outerPath {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.no-flexbox .space .outerPath {
    width: 881px;
    height: 585px
}

.no-flexbox .space .sun,
.no-flexbox .space svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.no-flexbox .space .sun img {
    width: 116px;
    height: auto
}

.no-flexbox .space .sun span {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px
}

.no-flexbox .space .icon {
    position: absolute;
    width: 59px;
    height: 55px;
    left: -29.5px;
    top: -27.5px
}

.no-flexbox .space .icon img {
    max-width: 59px;
    max-height: 55px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    margin: auto;
    display: block
}

.no-flexbox .space .icon span {
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    text-align: center;
    transform: translate(-50%);
    color: #fff;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px
}

.no-flexbox .space .planet {
    position: absolute;
    display: block
}

.no-flexbox .space .planet img {
    height: auto
}

.no-flexbox .space #smallPlanet {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -10px
}

.no-flexbox .space #smallPlanet img {
    width: 20px
}

.no-flexbox .space #midPlanet {
    width: 30px;
    height: 30px;
    left: -15px;
    top: -15px
}

.no-flexbox .space #midPlanet img {
    width: 30px
}

.no-flexbox .space #largePlanet {
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px
}

.no-flexbox .space #largePlanet img {
    width: 50px
}

.no-flexbox .gridSliderContainer {
    background: #fff;
    margin-bottom: 124px;
    padding-bottom: 100px
}

.no-flexbox .gridSliderContainer .innerConstraint {
    width: calc(100% - 180px);
    margin: auto
}

.no-flexbox .gridSliderContainer .innerConstraint .title {
    font-size: 46px;
    font-family: BDRegular, sans-serif;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    width: calc(100% - 60px);
    margin: auto
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow {
    padding: 0 calc(50% - 480px)
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slick-prev {
    background: url(../_dev/sass/img/arrowLeft.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slick-next,
.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slick-prev {
    width: 15px;
    height: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border: none;
    overflow: hidden;
    filter: brightness(0);
    color: transparent;
    z-index: 2
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slick-next {
    background: url(../_dev/sass/img/arrowRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide {
    display: block !important;
    flex-wrap: wrap
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a {
    height: 0;
    position: relative;
    width: 33.33333%;
    padding-top: 33.33333%;
    display: block
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5)
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:first-of-type:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:first-of-type:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(2):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(2):before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(3):after,
.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(4):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(4):before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(5):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(5):before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(6):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #b0976d
}

.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(7):before,
.no-flexbox .gridSliderContainer .innerConstraint .nineSlideShow .slide a:nth-of-type(8):before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: #b0976d
}

.no-flexbox .smallReview {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px
}

.no-flexbox .imageGridLayout {
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 60px);
    padding-bottom: 100px
}

.no-flexbox .imageGridLayout .firstRow {
    height: 420px;
    width: 100%;
    display: block;
    justify-content: space-between;
    margin-bottom: 10px
}

.no-flexbox .imageGridLayout .firstRow img:first-child {
    height: 100%;
    width: calc(60% - 6px);
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .imageGridLayout .firstRow img:nth-child(2) {
    height: 100%;
    width: calc(40% - 4px)
}

.no-flexbox .imageGridLayout .secondRow {
    height: 420px;
    width: 100%;
    display: block;
    justify-content: space-between;
    margin-bottom: 10px
}

.no-flexbox .imageGridLayout .secondRow img {
    height: 100%;
    width: calc(50% - 5px);
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .imageGridLayout .thirdRow {
    width: 100%;
    height: 420px
}

.no-flexbox .imageGridLayout .thirdRow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.no-flexbox .staticSpace {
    display: none
}

.no-flexbox .siteMap {
    padding-top: 72px
}

.no-flexbox .siteMap .siteMap__inner {
    display: block;
    margin: auto;
    width: calc(100% - 60px);
    max-width: 790px;
    justify-content: space-between
}

.no-flexbox .siteMap .siteMap__column {
    max-width: 280px;
    display: block;
    flex-direction: column
}

.no-flexbox .siteMap .siteMap__title {
    font-size: 24px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    padding-bottom: 73px;
    position: relative;
    display: inline-block
}

.no-flexbox .siteMap .siteMap__title:after {
    width: 30px;
    height: 1px;
    display: block;
    content: "";
    background: #b0976d;
    top: 38px;
    left: 0;
    position: absolute
}

.no-flexbox .siteMap .siteMap__title:hover {
    text-decoration: none
}

.no-flexbox .siteMap .siteMap__linkList {
    display: block;
    flex-direction: column;
    padding-left: 47px;
    margin-top: -34px;
    padding-bottom: 18px
}

.no-flexbox .siteMap .siteMap__linkList .siteMap__link {
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
    position: relative
}

.no-flexbox .siteMap .siteMap__linkList .siteMap__link:before {
    content: " + ";
    position: absolute;
    display: block;
    top: -1px;
    left: -24px;
    color: #fff;
    font-size: 15px
}

.no-flexbox .formPopUp,
.no-flexbox .otherFormPopUp {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400
}

.no-flexbox .formPopUp .typeform-widget,
.no-flexbox .otherFormPopUp .typeform-widget {
    width: 100%;
    height: 100% !important
}

.no-flexbox .formPopUp .closeForm,
.no-flexbox .formPopUp .otherCloseForm,
.no-flexbox .otherFormPopUp .closeForm,
.no-flexbox .otherFormPopUp .otherCloseForm {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    z-index: 1000;
    font-size: 30px;
    cursor: pointer
}

.no-flexbox .newBanner .upperBanner {
    display: block;
    max-width: 1240px;
    margin: auto;
    position: relative;
    width: calc(100% - 60px);
    justify-content: flex-end
}

.no-flexbox .newBanner .upperBanner .left {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100px
}

.no-flexbox .newBanner .upperBanner .left .nameRow {
    display: block;
    position: absolute;
    top: 60%;
    min-width: 220px;
    left: -100px;
    transform-origin: bottom left;
    letter-spacing: 1px;
    z-index: 5;
    transform: translateX(100%) rotate(-90deg)
}

.no-flexbox .newBanner .upperBanner .left .nameRow .name {
    margin: 0;
    font-size: 24px;
    font-family: BDRegular, sans-serif;
    color: #fff;
    font-weight: 400
}

.no-flexbox .newBanner .upperBanner .left .nameRow .title {
    margin-top: auto;
    font-size: 12px;
    font-family: PNBold, sans-serif;
    color: #b0976d;
    text-transform: uppercase;
    margin-left: 13px;
    padding-left: 16px;
    margin-bottom: 2px;
    letter-spacing: 2px;
    position: relative
}

@media only screen and (max-width:1100px) and (min-width:880px) {
    .no-flexbox .newBanner .upperBanner .left .nameRow .title {
        width: 160px
    }
}

.no-flexbox .newBanner .upperBanner .left .nameRow .title:before {
    content: "";
    width: 1px;
    height: 46px;
    background: #ae956e;
    display: block;
    position: absolute;
    bottom: -11px;
    left: -2px
}

.no-flexbox .newBanner .upperBanner .left img {
    height: 100%
}

.no-flexbox .newBanner .upperBanner .left:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    height: 100%;
    width: 100px;
    background-image: linear-gradient(90deg, #151515, rgba(21, 21, 21, 0));
    top: 0;
    left: 0
}

.no-flexbox .newBanner .upperBanner .left:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    height: 100%;
    width: 100px;
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515);
    top: 0;
    right: 0
}

.no-flexbox .newBanner .upperBanner .right {
    width: calc(50% + 110px);
    margin-left: -100px;
    position: relative;
    z-index: 5;
    padding-bottom: 80px;
    background: rgba(21, 21, 21, .8)
}

.no-flexbox .newBanner .upperBanner .right:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    height: 100%;
    width: 100px;
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), rgba(21, 21, 21, .8));
    top: 0;
    right: 100%
}

.no-flexbox .newBanner .upperBanner .right .blurb {
    font-size: 68px;
    color: #fff;
    font-family: BDRegular, sans-serif;
    font-weight: 400;
    margin-top: 100px;
    line-height: 74px;
    letter-spacing: .5px
}

.no-flexbox .newBanner .upperBanner .right .desc {
    font-size: 16px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 30px;
    margin-top: -35px;
    letter-spacing: -.11px;
    padding-bottom: 10px
}

.no-flexbox .newBanner .upperBanner .right .desc .hiddenDesc {
    display: none;
    padding-top: 40px
}

.no-flexbox .newBanner .upperBanner .right button {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-bottom: 1px solid #ae956e;
    font-size: 14px;
    font-family: PNBold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    padding: 29px 29px 19px;
    opacity: 1;
    transition: all .5s
}

.no-flexbox .newBanner .upperBanner .right button.open {
    border-bottom: 1px solid transparent;
    padding: 29px 0;
    font-size: 18px;
    color: #ae956e
}

.no-flexbox .hiringButtonContainer {
    margin-top: 70px
}

.no-flexbox .located {
    display: block;
    margin-top: 30px;
    text-decoration: none !important
}

.no-flexbox .located img {
    width: 12px !important;
    height: 18px !important;
    margin: auto 0 !important;
    filter: invert(1)
}

.no-flexbox .located span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    margin: auto 0 auto 10px
}

.no-flexbox .containerlight .located img {
    filter: invert(0)
}

.no-flexbox .containerlight .located span {
    color: #0d0501
}

@media only screen and (max-width:1100px) {
    .no-flexbox .theresMore .viewAllRow .viewAll {
        padding-bottom: 0
    }

    .no-flexbox .headerNav .inner .logo a .rooster {
        width: 59px;
        top: 37px
    }

    .no-flexbox .headerNav .inner .logo a .wordmark {
        height: 15px
    }

    .no-flexbox .pageBody .homeBody .leftPortItem,
    .no-flexbox .pageBody .homeBody .rightPortItem {
        padding-top: 140px
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .background,
    .no-flexbox .pageBody .homeBody .rightPortItem .background {
        display: block;
        flex-direction: column
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .background:after,
    .no-flexbox .pageBody .homeBody .leftPortItem .background:before,
    .no-flexbox .pageBody .homeBody .leftPortItem .background img,
    .no-flexbox .pageBody .homeBody .rightPortItem .background:after,
    .no-flexbox .pageBody .homeBody .rightPortItem .background:before,
    .no-flexbox .pageBody .homeBody .rightPortItem .background img {
        display: none
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .background .mobile,
    .no-flexbox .pageBody .homeBody .rightPortItem .background .mobile {
        display: block;
        width: 100%;
        margin-top: auto
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .container,
    .no-flexbox .pageBody .homeBody .rightPortItem .container {
        padding-top: 0
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .container .text,
    .no-flexbox .pageBody .homeBody .rightPortItem .container .text {
        padding-bottom: 52vw;
        width: 100%;
        max-width: 500px;
        margin: auto
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .container .webpageImg,
    .no-flexbox .pageBody .homeBody .rightPortItem .container .webpageImg {
        display: none
    }

    .no-flexbox .friendSlider .homeSlideshow {
        max-width: 960px
    }

    .no-flexbox .friendSlider .homeSlideshow .slide .block:nth-of-type(2) {
        border-right: none
    }

    .no-flexbox .friendSlider .homeSlideshow .slide .block:nth-of-type(3) {
        border-right: 1px solid #4a4a4a
    }

    .no-flexbox .friendSlider .homeSlideshow .slide .block:nth-of-type(4) {
        border-right: none;
        border-bottom: 1px solid #4a4a4a
    }

    .no-flexbox .portfolioBanner {
        padding-top: 180px;
        height: auto
    }

    .no-flexbox .portfolioBanner .background {
        height: 100%;
        width: calc(100% + 200px);
        margin-left: -100px
    }

    .no-flexbox .portfolioBanner .background img {
        display: none
    }

    .no-flexbox .portfolioBanner .background .mobile {
        display: block;
        margin: auto;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
        opacity: .3
    }

    .no-flexbox .portfolioBanner .container .text {
        max-width: 600px;
        margin: auto
    }

    .no-flexbox .singleImageBlock {
        padding-bottom: 100px !important
    }

    .no-flexbox .singleImageBlock .container,
    .no-flexbox .singleImageBlock .containerlight {
        padding-bottom: 0;
        flex-direction: column
    }

    .no-flexbox .singleImageBlock .container .left,
    .no-flexbox .singleImageBlock .containerlight .left {
        padding-top: 65px;
        width: 100%;
        position: relative
    }

    .no-flexbox .singleImageBlock .container .left .text,
    .no-flexbox .singleImageBlock .containerlight .left .text {
        max-width: 500px;
        margin: auto
    }

    .no-flexbox .singleImageBlock .container .imgContainer,
    .no-flexbox .singleImageBlock .containerlight .imgContainer {
        width: 100%;
        max-width: 500px;
        margin: 40px auto auto
    }

    .no-flexbox .singleImageBlock .container .imgContainer .mainImg,
    .no-flexbox .singleImageBlock .containerlight .imgContainer .mainImg {
        margin-top: 0 !important
    }

    .no-flexbox .quoteBlock .inner {
        flex-direction: column;
        width: calc(100% - 300px);
        padding: 65px 80px 50px;
        max-width: 500px
    }

    .no-flexbox .quoteBlock .inner .right {
        width: 100%
    }

    .no-flexbox .employeeContainer .banner .upperBanner .right .blurb {
        font-size: 40px;
        line-height: 45px;
        margin-top: 20px;
        width: calc(100% - 50px);
        margin-left: 50px
    }

    .no-flexbox .employeeContainer .accordionBox .inner .block .upper .title {
        font-size: 20px;
        letter-spacing: 5px
    }

    .no-flexbox .employeeContainer .accordionBox .inner .block .lower .grid .gridItem {
        line-height: 23px
    }

    .no-flexbox .overlapSquares {
        flex-direction: column;
        margin-top: -80px
    }

    .no-flexbox .overlapSquares .left {
        width: calc(100% - 100px);
        padding-bottom: 90px;
        position: relative;
        top: 0
    }

    .no-flexbox .overlapSquares .right {
        width: 70%;
        padding-top: 60%;
        margin: -50px auto auto;
        z-index: 3
    }

    .no-flexbox .videoModal {
        padding-top: 55%
    }

    .no-flexbox .blade {
        max-width: 800px
    }

    .no-flexbox .blade .text {
        font-size: 25px;
        line-height: 32px
    }

    .no-flexbox #aboutGrid .row {
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-top: 0
    }

    .no-flexbox #aboutGrid .row .gridItem {
        margin: 0 0 125px;
        padding: 0 50px
    }

    .no-flexbox #aboutGrid .row .gridItem:nth-of-type(2) {
        margin-right: 0
    }

    .no-flexbox #aboutGrid .row .gridItem .nameBox {
        left: 20px;
        width: calc(100% - 40px);
        top: calc(100% + 36px)
    }

    .no-flexbox #aboutGrid .row .gridItem .nameBox .line {
        margin: auto
    }

    .no-flexbox #aboutGrid .row .gridItem .nameBox .title {
        font-size: 10px;
        text-align: center
    }

    .no-flexbox #aboutGrid .row .gridItem .nameBox .name {
        text-align: center
    }

    .no-flexbox #aboutGrid .row:nth-of-type(2n) {
        justify-content: space-evenly
    }

    .no-flexbox .hiringButtonContainer {
        margin-top: 50px;
        margin-bottom: 70px
    }

    .no-flexbox .map {
        margin-top: 60px;
        min-height: 790px;
        padding-bottom: 150px
    }

    .no-flexbox .map .sbs {
        top: 140px;
        z-index: 1;
        max-width: 800px
    }

    .no-flexbox .map .sbs .right {
        margin-right: 0;
        justify-content: flex-start;
        position: absolute;
        right: 0
    }

    .no-flexbox .map .sbs .right .container {
        margin-bottom: 0;
        margin-top: 50px
    }

    .no-flexbox .squatSlider .slick-prev {
        width: 100px
    }

    .no-flexbox .squatSlider .slide {
        height: 380px
    }

    .no-flexbox .squatSlider .slick-next {
        width: 100px
    }

    .no-flexbox .linelessBlurb {
        max-width: 800px;
        font-size: 25px;
        line-height: 32px;
        padding-bottom: 80px
    }

    .no-flexbox .expertiseBlock.even,
    .no-flexbox .expertiseBlock.odd {
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 60px;
        max-width: 800px
    }

    .no-flexbox .expertiseBlock.even .img,
    .no-flexbox .expertiseBlock.odd .img {
        order: 2;
        z-index: 3;
        position: absolute;
        width: 100%;
        left: 0;
        padding-top: 35%;
        top: 0;
        margin-top: 0
    }

    .no-flexbox .expertiseBlock.even .text,
    .no-flexbox .expertiseBlock.odd .text {
        position: relative;
        width: calc(100% - 100px);
        order: 1;
        padding-bottom: 130px;
        padding-top: calc(35% + 30px)
    }

    .no-flexbox .expertiseBlock.even .text .title,
    .no-flexbox .expertiseBlock.odd .text .title {
        font-size: 25px;
        letter-spacing: 5px
    }

    .no-flexbox .expertiseBlock.even .text .sub,
    .no-flexbox .expertiseBlock.odd .text .sub {
        margin-top: 5px
    }

    .no-flexbox .expertiseBlock.even .text .line,
    .no-flexbox .expertiseBlock.odd .text .line {
        margin-top: 20px
    }

    .no-flexbox .expertiseBlock.even .text .innerText,
    .no-flexbox .expertiseBlock.odd .text .innerText {
        margin-top: 19px;
        font-size: 15px;
        line-height: 23px
    }

    .no-flexbox .expertiseBlock.even .text .list,
    .no-flexbox .expertiseBlock.odd .text .list {
        margin-top: 47px;
        width: 100%
    }

    .no-flexbox .expertiseBlock.even .text .list .listItem,
    .no-flexbox .expertiseBlock.odd .text .list .listItem {
        width: calc(33.33333% - 20px)
    }

    .no-flexbox .expertiseBlock.even .text .link,
    .no-flexbox .expertiseBlock.odd .text .link {
        bottom: 50px;
        right: auto;
        left: 50px;
        color: #151515
    }

    .no-flexbox .locationContainer .lower,
    .no-flexbox .locationContainer .upper {
        padding: 60px
    }

    .no-flexbox .locationContainer .title {
        font-size: 25px
    }

    .no-flexbox .locationContainer .line {
        margin-top: 20px
    }

    .no-flexbox .locationContainer .body {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px
    }

    .no-flexbox .floatingBanner {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 220px;
        padding-bottom: 50px
    }

    .no-flexbox .testimonialSlides .testimonial .right .review {
        font-size: 25px;
        line-height: 31px
    }

    .no-flexbox .careerText .block .desc,
    .no-flexbox .careerText .block .title {
        font-size: 25px;
        max-width: 800px;
        line-height: 32px;
        margin: auto
    }

    .no-flexbox .careerText .block .line {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .no-flexbox .manyIconsContainer {
        padding-top: 200px;
        padding-bottom: 150px
    }

    .no-flexbox .manyIconsContainer .title {
        font-size: 25px
    }

    .no-flexbox .manyIconsContainer:after {
        height: 180px
    }

    .no-flexbox .disclaimer {
        max-width: 800px
    }

    .no-flexbox .beerFriday {
        max-width: 860px
    }

    .no-flexbox .beerFriday .top .right .header {
        font-size: 25px
    }

    .no-flexbox .positions {
        max-width: 600px;
        padding-top: 70px
    }

    .no-flexbox .positions .title {
        font-size: 25px
    }

    .no-flexbox .positions .grid .block {
        flex-direction: column
    }

    .no-flexbox .positions .grid .block .title {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
        font-size: 16px
    }

    .no-flexbox .positions .grid .block .desc {
        padding: 0;
        width: 100%;
        margin-bottom: 50px
    }

    .no-flexbox .positions .grid .block a {
        border: 1px solid #b0976d;
        padding-top: 12px;
        padding-bottom: 10px;
        width: 100%
    }

    .no-flexbox .authorized {
        margin-top: 70px
    }

    .no-flexbox .authorized img {
        width: 380px;
        margin-bottom: 50px
    }

    .no-flexbox .authorized .leftText {
        margin: auto auto 50px
    }

    .no-flexbox .authorized .leftText,
    .no-flexbox .authorized .rightText {
        width: 100%;
        max-width: 800px;
        display: block;
        font-size: 25px;
        line-height: 35px
    }

    .no-flexbox .authorized .rightText {
        float: none;
        margin: auto
    }

    .no-flexbox .shopifySBS a img {
        max-width: calc(100% - 60px);
        height: auto;
        max-height: 102px
    }

    .no-flexbox .shopifySBS a span {
        width: calc(100% - 60px);
        line-height: 22px
    }

    .no-flexbox .whatWeDo {
        padding-bottom: 70px
    }

    .no-flexbox .whatWeDo .title {
        font-size: 25px
    }

    .no-flexbox .whatWeDo .grid {
        margin-top: 30px
    }

    .no-flexbox .whatWeDo .grid .thing {
        font-size: 16px
    }

    .no-flexbox .linkOut .title {
        padding-top: 150px;
        line-height: 50px
    }

    .no-flexbox .migrationGrid {
        max-width: 800px
    }

    .no-flexbox .migrationGrid a {
        width: 50%
    }

    .no-flexbox .shopifyRow {
        margin-bottom: 100px
    }

    .no-flexbox .articleRow,
    .no-flexbox .articleRow .slick-slide,
    .no-flexbox .articleRow .slick-slide div,
    .no-flexbox .articleRow .slick-slide div a {
        height: 280px
    }

    .no-flexbox .articleRow .slick-slide div a .text {
        padding: 20px;
        width: calc(100% - 50px)
    }

    .no-flexbox .blogGrid a {
        width: calc(50% - 5px) !important;
        height: 280px
    }

    .no-flexbox .blogGrid a .text {
        padding: 80px 20px 20px;
        width: calc(100% - 40px)
    }

    .no-flexbox .space {
        transform: scale(.8)
    }

    .no-flexbox .gridSliderContainer .innerConstraint .title {
        padding-top: 60px;
        padding-bottom: 60px;
        line-height: 32px;
        font-size: 25px
    }

    .no-flexbox .imageGridLayout .firstRow,
    .no-flexbox .imageGridLayout .secondRow,
    .no-flexbox .imageGridLayout .thirdRow {
        height: 325px
    }

    .no-flexbox .expertiseBlock.even .img .playVideo img,
    .no-flexbox .expertiseBlock.odd .img .playVideo img {
        width: 80px;
        height: 80px;
        top: calc(50% - 17px)
    }

    .no-flexbox .expertiseBlock.even .img .playVideo span,
    .no-flexbox .expertiseBlock.odd .img .playVideo span {
        top: 48px;
        font-size: 18px
    }

    .no-flexbox .newBanner .upperBanner {
        flex-direction: column
    }

    .no-flexbox .newBanner .upperBanner .left {
        position: relative;
        width: auto;
        height: 100vw;
        max-height: 640px;
        margin: auto;
        left: 0
    }

    .no-flexbox .newBanner .upperBanner .left .nameRow {
        left: 20px;
        top: auto;
        transform: rotate(-90deg);
        bottom: 50px
    }

    .no-flexbox .newBanner .upperBanner .right {
        margin: -40px auto auto;
        background: none;
        width: 100%;
        padding-bottom: 50px;
        max-width: 650px
    }

    .no-flexbox .newBanner .upperBanner .right .desc {
        margin-top: 0
    }

    .no-flexbox .map {
        min-height: 0 !important;
        height: auto !important;
        padding-bottom: 90px !important
    }

    .no-flexbox .map .mapBkg {
        display: none
    }

    .no-flexbox .map .sbs {
        position: relative
    }

    .no-flexbox .map .sbs .left {
        display: none
    }

    .no-flexbox .map .sbs .right {
        position: relative;
        height: auto;
        padding: 0 !important
    }

    .no-flexbox .footer .lowerText {
        margin-top: 43vw
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .navPopOver .nav {
        justify-content: center
    }

    .no-flexbox .navPopOver .nav .inner .list ul li {
        font-size: 25px;
        padding-bottom: 17px
    }

    .no-flexbox .navPopOver .nav .inner .contact span {
        font-size: 12px
    }

    .no-flexbox .navPopOver .nav .inner .contact a {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 17px
    }

    .no-flexbox .pageBody .banner {
        min-height: 790px
    }

    .no-flexbox .pageBody .banner:after {
        height: 160px
    }

    .no-flexbox .pageBody .banner .bannerForeground {
        min-width: 1160px
    }

    .no-flexbox .pageBody .banner .text {
        margin-top: 100px
    }
}

@media only screen and (max-width:800px) and (max-width:600px) {
    .no-flexbox .pageBody .banner .text {
        margin-top: 50px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .pageBody .banner .text img {
        width: 50px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .pageBody .banner .text h2 {
        font-size: 13px;
        padding-top: 40px;
        letter-spacing: 2px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .pageBody .banner .text h1 {
        margin-top: 20px;
        padding-top: 30px;
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 25px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .pageBody .banner .text h3 {
        padding-top: 20px;
        font-size: 13px;
        letter-spacing: 2px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .pageBody .homeBody {
        margin-top: -60px
    }

    .no-flexbox .pageBody .homeBody .homeTopBlock .scope {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .no-flexbox .pageBody .homeBody .homeTopBlock .blurb {
        font-size: 20px;
        line-height: 37px
    }

    .no-flexbox .pageBody .homeBody .leftPortItem,
    .no-flexbox .pageBody .homeBody .rightPortItem {
        padding-top: 80px;
        margin-top: 0 !important
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .container,
    .no-flexbox .pageBody .homeBody .rightPortItem .container {
        width: calc(100% - 60px)
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .container .text .portItemRow,
    .no-flexbox .pageBody .homeBody .rightPortItem .container .text .portItemRow {
        margin-top: 30px;
        flex-direction: column
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .container .text .portItemRow .portButton,
    .no-flexbox .pageBody .homeBody .rightPortItem .container .text .portItemRow .portButton {
        width: 100%;
        margin-bottom: 40px
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .container .text .title,
    .no-flexbox .pageBody .homeBody .rightPortItem .container .text .title {
        font-size: 35px
    }

    .no-flexbox .pageBody .homeBody .leftPortItem .container .text .desc,
    .no-flexbox .pageBody .homeBody .rightPortItem .container .text .desc {
        font-size: 14px;
        line-height: 25px;
        padding-top: 13px
    }

    .no-flexbox .pageBody .homeBody .textBlade {
        min-height: 350px;
        margin-bottom: -40px
    }

    .no-flexbox .pageBody .homeBody .textBlade .text img {
        width: 50%;
        transform: none
    }

    .no-flexbox .pageBody .homeBody .textBlade .text .words {
        font-size: 20px;
        line-height: 37px;
        padding-top: 30px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .iconGrid {
        display: none;
        flex-wrap: wrap;
        width: calc(100% - 60px);
        justify-content: center;
        height: auto;
        margin-bottom: -70px
    }

    .no-flexbox .iconGrid .block {
        width: calc(50% - 40px);
        margin: 0 20px 90px;
        padding-bottom: 10px;
        height: auto
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .friendSlider {
        display: none
    }

    .no-flexbox .friendSlider .line {
        margin-top: 30px
    }

    .no-flexbox .friendSlider .title {
        margin-top: 40px;
        font-size: 20px;
        line-height: 37px;
        width: calc(100% - 60px)
    }

    .no-flexbox .friendSlider .homeSlideshow {
        margin-top: 40px
    }

    .no-flexbox .friendSlider .homeSlideshow .slide .block {
        width: calc(50% - 40px);
        height: 0;
        padding-top: calc(50% - 40px);
        margin: 0 10px;
        border: none !important
    }

    .no-flexbox .friendSlider .homeSlideshow .slide .block img {
        max-width: 200%
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .theresMore .title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 37px
    }

    .no-flexbox .theresMore .grid .block {
        height: auto;
        text-decoration: none;
        margin-bottom: 30px
    }

    .no-flexbox .theresMore .grid .block .backGround {
        position: relative;
        height: 37vw
    }

    .no-flexbox .theresMore .grid .block .blockTitle {
        position: static;
        color: #fff !important;
        font-size: 20px;
        line-height: 37px
    }

    .no-flexbox .theresMore .grid .block .subTitle {
        position: static;
        margin-top: -5px
    }

    .no-flexbox .theresMore .viewAllRow {
        padding-bottom: 17px;
        margin-top: 15px;
        padding-top: 20px;
        border-top: 1px solid #b0976d
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .footer .upperText {
        padding-top: 65px
    }

    .no-flexbox .footer .upperText .title {
        font-size: 30px
    }

    .no-flexbox .footer .upperText .subTitle {
        font-size: 20px;
        line-height: 25px
    }

    .no-flexbox .footer .lowerText {
        margin-top: 60px
    }

    .no-flexbox .footer .lowerText .stalk {
        letter-spacing: 2px;
        font-size: 20px
    }

    .no-flexbox .footer .lowerText .socialRow {
        margin-top: 30px;
        max-width: 210px;
        justify-content: space-around;
        margin-bottom: -20px
    }

    .no-flexbox .footer .lowerText a {
        margin-bottom: 30px
    }

    .no-flexbox .footer .lowerText .legal {
        width: calc(100% - 40px);
        margin: auto;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .navPopOver .exit {
        right: 40px;
        width: 26px
    }

    .no-flexbox .navPopOver .scrolled {
        top: 19px !important
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .headerNav .inner {
        width: calc(100% - 80px)
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .numeral {
        display: none
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .portfolioBanner {
        width: calc(100% - 60px)
    }

    .no-flexbox .portfolioBanner .container {
        max-width: 500px
    }

    .no-flexbox .portfolioBanner .container .text {
        max-width: none
    }

    .no-flexbox .portfolioBanner .container .text h1 {
        font-size: 35px;
        margin-bottom: 13px
    }

    .no-flexbox .portfolioBanner .container .text .desc {
        font-size: 14px;
        line-height: 25px
    }
}

@media only screen and (max-width:800px) {

    .no-flexbox .singleImageBlock .container,
    .no-flexbox .singleImageBlock .containerlight {
        width: calc(100% - 60px)
    }

    .no-flexbox .singleImageBlock .container .left .text .title,
    .no-flexbox .singleImageBlock .containerlight .left .text .title {
        font-size: 35px;
        margin-bottom: 13px
    }

    .no-flexbox .singleImageBlock .container .left .text .desc,
    .no-flexbox .singleImageBlock .containerlight .left .text .desc {
        font-size: 14px;
        line-height: 25px
    }

    .no-flexbox .singleImageBlock .container .left .text .button,
    .no-flexbox .singleImageBlock .containerlight .left .text .button {
        max-width: none;
        width: 100%
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .quoteBlock {
        margin-top: 40px;
        padding-bottom: 40px
    }

    .no-flexbox .quoteBlock .inner {
        padding: 50px;
        width: calc(100% - 140px)
    }

    .no-flexbox .quoteBlock .inner .left {
        margin: auto
    }

    .no-flexbox .quoteBlock .inner .right {
        min-height: 0
    }

    .no-flexbox .quoteBlock .inner .right .title {
        font-size: 25px;
        line-height: 32px;
        margin-top: 30px;
        letter-spacing: 0;
        margin-bottom: 10px
    }

    .no-flexbox .quoteBlock .inner .right .dash {
        margin-bottom: 20px
    }

    .no-flexbox .quoteBlock .inner .right .name,
    .no-flexbox .quoteBlock .inner .right .position {
        font-size: 12px;
        letter-spacing: 3.5px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .portGalleryContainer .banner .text {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .no-flexbox .portGalleryContainer .banner .text h2 {
        letter-spacing: 2.5px;
        font-size: 14px
    }

    .no-flexbox .portGalleryContainer .banner .text h1 {
        font-size: 48px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .employeeContainer .banner {
        padding-bottom: 70px
    }

    .no-flexbox .employeeContainer .banner .upperBanner {
        flex-direction: column;
        padding-top: 160px
    }

    .no-flexbox .employeeContainer .banner .upperBanner .left {
        width: 100%;
        max-width: 420px;
        margin: auto;
        height: auto;
        padding-top: 0
    }

    .no-flexbox .employeeContainer .banner .upperBanner .left img {
        position: relative
    }

    .no-flexbox .employeeContainer .banner .upperBanner .right {
        width: 100%;
        max-width: 420px;
        margin: auto
    }

    .no-flexbox .employeeContainer .banner .upperBanner .right .blurb {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        margin-top: 40px
    }

    .no-flexbox .employeeContainer .banner .lowerBanner {
        max-width: 420px
    }

    .no-flexbox .employeeContainer .banner .lowerBanner .desc .hiddenDesc {
        padding-top: 20px
    }

    .no-flexbox .employeeContainer .banner .lowerBanner button {
        width: 100%;
        margin-top: 20px
    }

    .no-flexbox .employeeContainer .accordionBox .inner {
        max-width: 420px;
        padding-top: 70px;
        padding-bottom: 70px
    }

    .no-flexbox .employeeContainer .accordionBox .inner .block .upper {
        cursor: auto;
        height: auto
    }

    .no-flexbox .employeeContainer .accordionBox .inner .block .upper .title {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 25px;
        width: calc(100% - 50px)
    }

    .no-flexbox .employeeContainer .accordionBox .inner .block .lower .grid {
        flex-direction: column;
        padding-top: 0
    }

    .no-flexbox .employeeContainer .accordionBox .inner .block .lower .grid .gridItem {
        width: 100%;
        padding-bottom: 10px
    }

    .no-flexbox .employeeContainer .next {
        padding-bottom: 50px
    }

    .no-flexbox .employeeContainer .next .top {
        max-width: 420px;
        padding-top: 70px
    }

    .no-flexbox .employeeContainer .next .top .text {
        font-size: 20px;
        letter-spacing: 5px;
        padding-right: 20px
    }

    .no-flexbox .employeeContainer .next .top .line {
        margin-top: 8px
    }

    .no-flexbox .employeeContainer .next .grid {
        flex-direction: column;
        max-width: 350px
    }

    .no-flexbox .employeeContainer .next .grid .gridItem {
        width: calc(100% - 48px);
        margin-bottom: 60px;
        padding-top: calc(100% - 48px)
    }

    .no-flexbox .employeeContainer .next .backBtn {
        max-width: 300px;
        width: calc(100% - 180px);
        line-height: 20px;
        margin-top: 0
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .theresMore {
        padding-top: 60px
    }

    .no-flexbox .theresMore .grid {
        max-width: 600px
    }

    .no-flexbox .theresMore .grid .block {
        width: 100%
    }

    .no-flexbox .theresMore .grid .block .backGround {
        height: 57vw
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .shortBanner {
        height: 400px
    }

    .no-flexbox .shortBanner .text {
        top: 60%
    }

    .no-flexbox .shortBanner .text h2 {
        font-size: 12px;
        letter-spacing: 3px
    }

    .no-flexbox .shortBanner .text h1 {
        font-size: 30px;
        line-height: 36px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .overlapSquares {
        margin-bottom: 40px
    }

    .no-flexbox .overlapSquares .left {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 60px)
    }

    .no-flexbox .overlapSquares .left .super {
        font-size: 18px
    }

    .no-flexbox .overlapSquares .left .title {
        font-size: 25px;
        letter-spacing: 5px;
        margin-top: 10px
    }

    .no-flexbox .overlapSquares .left .line {
        margin-top: 30px
    }

    .no-flexbox .overlapSquares .left .text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 20px
    }

    .no-flexbox .overlapSquares .right {
        width: 80%;
        padding-top: 70%
    }

    .no-flexbox .overlapSquares .right .playVideo img {
        width: 80px;
        height: 80px
    }

    .no-flexbox .overlapSquares .right .playVideo span {
        font-size: 17px;
        top: 70px;
        letter-spacing: 5px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .blade {
        max-width: 600px
    }

    .no-flexbox .blade .text {
        margin-top: 40px;
        font-size: 20px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .map {
        min-height: 0;
        height: 100vw;
        padding-bottom: 210px
    }

    .no-flexbox .map .sbs {
        top: 0;
        justify-content: center
    }

    .no-flexbox .map .sbs .left {
        padding-top: 200px;
        max-width: 600px;
        width: calc(100% - 60px)
    }

    .no-flexbox .map .sbs .left img,
    .no-flexbox .map .sbs .right {
        width: 100%
    }

    .no-flexbox .map .sbs .right .container {
        margin: 20px auto auto
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .squatSlider {
        margin-top: 60px
    }

    .no-flexbox .squatSlider .slick-next,
    .no-flexbox .squatSlider .slick-prev {
        width: 50px
    }

    .no-flexbox .squatSlider .slide {
        height: 300px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .expertiseSpacing {
        padding: 10px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .linelessBlurb {
        max-width: 600px;
        font-size: 20px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:800px) {

    .no-flexbox .expertiseBlock.even,
    .no-flexbox .expertiseBlock.odd {
        padding-bottom: 30px
    }

    .no-flexbox .expertiseBlock.even .img,
    .no-flexbox .expertiseBlock.odd .img {
        padding-top: 47%
    }

    .no-flexbox .expertiseBlock.even .text,
    .no-flexbox .expertiseBlock.odd .text {
        width: calc(100% - 60px);
        padding: calc(47% + 20px) 30px 50px
    }

    .no-flexbox .expertiseBlock.even .text .title,
    .no-flexbox .expertiseBlock.odd .text .title {
        font-size: 20px;
        letter-spacing: 4px;
        line-height: 25px
    }

    .no-flexbox .expertiseBlock.even .text .sub,
    .no-flexbox .expertiseBlock.odd .text .sub {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px
    }

    .no-flexbox .expertiseBlock.even .text .line,
    .no-flexbox .expertiseBlock.odd .text .line {
        margin: 20px auto auto;
        width: 100%
    }

    .no-flexbox .expertiseBlock.even .text .innerText,
    .no-flexbox .expertiseBlock.odd .text .innerText {
        font-size: 14px
    }

    .no-flexbox .expertiseBlock.even .text .list,
    .no-flexbox .expertiseBlock.odd .text .list {
        flex-direction: column;
        margin-top: 20px
    }

    .no-flexbox .expertiseBlock.even .text .list .listItem,
    .no-flexbox .expertiseBlock.odd .text .list .listItem {
        width: 100%;
        font-size: 13px;
        margin-bottom: 8px;
        margin-left: -5px
    }

    .no-flexbox .expertiseBlock.even .text .link,
    .no-flexbox .expertiseBlock.odd .text .link {
        width: 100%;
        padding: 0 0 20px;
        position: relative;
        left: 0;
        bottom: 0;
        display: block;
        margin-top: 30px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .scope {
        display: none
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .locationContainer .upper {
        padding: 50px 30px 30px
    }

    .no-flexbox .locationContainer .lower {
        padding: 50px 30px
    }

    .no-flexbox .locationContainer .title {
        font-size: 20px
    }

    .no-flexbox .locationContainer .body {
        font-size: 14px;
        line-height: 25px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .fadeImg {
        display: none
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .floatingBanner {
        padding-top: 110px;
        padding-bottom: 70px
    }

    .no-flexbox .floatingBanner .text h2,
    .no-flexbox .floatingBanner .text h3 {
        font-size: 12px;
        letter-spacing: 3px
    }

    .no-flexbox .floatingBanner .text h1 {
        font-size: 50px
    }
}

@media only screen and (max-width:800px) {

    .no-flexbox .testimonialSlides .slick-next,
    .no-flexbox .testimonialSlides .slick-prev {
        width: 50px
    }

    .no-flexbox .testimonialSlides .slick-dots {
        right: 50%;
        transform: translate(50%)
    }

    .no-flexbox .testimonialSlides .testimonial {
        padding: 0 50px;
        width: calc(100% - 100px) !important;
        flex-direction: column;
        height: auto
    }

    .no-flexbox .testimonialSlides .testimonial .left {
        top: 0;
        margin: 30px auto
    }

    .no-flexbox .testimonialSlides .testimonial .right {
        width: 100%;
        margin: auto;
        padding-bottom: 30px
    }

    .no-flexbox .testimonialSlides .testimonial .right .review {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0
    }

    .no-flexbox .testimonialSlides .testimonial .right .name,
    .no-flexbox .testimonialSlides .testimonial .right .title {
        font-size: 12px;
        letter-spacing: 3px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .careerText {
        padding-top: 40px
    }

    .no-flexbox .careerText .block {
        margin-bottom: 90px
    }

    .no-flexbox .careerText .block .title {
        max-width: 600px
    }

    .no-flexbox .careerText .block .desc {
        max-width: 600px;
        font-size: 20px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .manyIconsContainer {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .disclaimer {
        font-size: 14px;
        line-height: 24px;
        max-width: 600px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .beerFriday {
        width: 100%
    }

    .no-flexbox .beerFriday .top {
        flex-direction: column
    }

    .no-flexbox .beerFriday .top .left {
        width: 100%;
        height: 250px
    }

    .no-flexbox .beerFriday .top .right {
        width: calc(100% - 60px);
        max-width: 600px;
        margin: 60px auto auto
    }

    .no-flexbox .beerFriday .top .right .header {
        text-align: center
    }

    .no-flexbox .beerFriday .top .right .body {
        padding-bottom: 60px;
        font-size: 14px;
        line-height: 24px;
        padding-left: 0;
        padding-right: 0
    }

    .no-flexbox .beerFriday .bottom img {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        height: 250px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .positions {
        position: relative;
        z-index: 4
    }

    .no-flexbox .positions .title {
        font-size: 20px
    }

    .no-flexbox .positions .grid {
        margin-top: 30px
    }

    .no-flexbox .positions .grid .block .desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .shortBanner .text h3 {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 3px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .shopifySBS {
        flex-direction: column;
        height: auto;
        top: 0
    }

    .no-flexbox .shopifySBS a {
        width: 100%;
        padding: 10% 0
    }

    .no-flexbox .shopifySBS a img {
        margin-top: 0
    }

    .no-flexbox .shopifySBS a span {
        font-size: 14px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .whatWeDo {
        margin-top: 0;
        padding-bottom: 40px
    }

    .no-flexbox .whatWeDo .title {
        padding-top: 50px
    }

    .no-flexbox .whatWeDo .grid {
        flex-direction: column
    }

    .no-flexbox .whatWeDo .grid .thing {
        font-size: 14px;
        width: auto;
        margin: auto auto 25px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .authorized img {
        max-width: calc(100% - 60px)
    }

    .no-flexbox .authorized .leftText,
    .no-flexbox .authorized .rightText {
        max-width: 600px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .linkOut .title {
        font-size: 25px;
        max-width: 600px;
        border-top: 1px solid #b0976d;
        padding-top: 50px;
        margin-top: 60px;
        line-height: 35px
    }

    .no-flexbox .linkOut a {
        margin-top: 40px;
        width: calc(100% - 60px);
        max-width: 600px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .migrationGrid {
        max-width: 600px
    }

    .no-flexbox .migrationGrid a {
        height: 50px
    }

    .no-flexbox .migrationGrid a img {
        transform: translate(-50%, -50%) scale(.25)
    }
}

@media only screen and (max-width:800px) {

    .no-flexbox .arrows .leftArrow,
    .no-flexbox .arrows .rightArrow {
        width: 75px;
        height: 49px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .shopifyRow {
        margin-top: 30px;
        margin-bottom: 50px;
        flex-direction: column
    }

    .no-flexbox .shopifyRow a {
        margin: 0 auto
    }

    .no-flexbox .shopifyRow a:nth-of-type(2) {
        margin-top: -30px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox main.article section article {
        padding: 40px;
        width: calc(100% - 140px)
    }

    .no-flexbox main.article h3 {
        font-size: 20px
    }

    .no-flexbox main.article p {
        font-size: 15px;
        line-height: 25px
    }

    .no-flexbox main.article .wideImg {
        margin-left: -40px;
        width: calc(100% + 80px);
        margin-top: 40px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .emailSignup #mc_embed_signup h2 {
        line-height: 35px
    }
}

@media only screen and (max-width:800px) {

    .no-flexbox .emailSignup #mc_embed_signup h2,
    .no-flexbox .other h2 {
        font-size: 25px;
        margin-top: 65px;
        margin-bottom: 0
    }

    .no-flexbox .other .articleRow {
        margin-top: 30px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .articleRow {
        width: calc(100% - 60px)
    }

    .no-flexbox .articleRow .slick-slide div a .text {
        background-image: linear-gradient(transparent, rgba(0, 0, 0, .5), rgba(0, 0, 0, .8))
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .inputRow {
        flex-direction: column !important;
        padding-right: 0 !important
    }

    .no-flexbox .inputRow .mc-field-group {
        width: 100% !important
    }

    .no-flexbox .inputRow .mc-field-group input {
        width: calc(100% - 2px) !important
    }

    .no-flexbox .inputRow .clear input {
        width: 100% !important;
        margin-top: 30px !important;
        margin-left: 0 !important
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .blogGrid a {
        width: 100% !important;
        max-width: 600px;
        margin: auto auto 10px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .space {
        display: none
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .staticSpace {
        display: block;
        width: calc(100% - 60px);
        margin: auto
    }

    .no-flexbox .staticSpace img {
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width:800px) {

    .no-flexbox .gridSliderContainer,
    .no-flexbox .imageGridLayout {
        display: none
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .siteMap {
        position: relative;
        z-index: 5
    }

    .no-flexbox .siteMap .siteMap__inner {
        flex-direction: column;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .newBanner .upperBanner .right .blurb {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0
    }

    .no-flexbox .newBanner .upperBanner .right .desc {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox #aboutGrid {
        padding-top: 30px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .manyIconsContainer .grid {
        max-width: 420px;
        margin-bottom: 0
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .right--full {
        padding-top: 160px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .pageBody .banner .text h3 {
        line-height: 20px
    }
}

@media only screen and (max-width:800px) {
    .no-flexbox .footer .footerImageContainer {
        opacity: 0
    }
}

/*# sourceMappingURL=_briefcase.min.scss.css.map */


.main-photo {
    position: relative;
    z-index: 2;
    text-align: center;
}

.site-title,
.site-description {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #bd8e34;
}

.bottom-footer-bar:before {
    content: none !important;
}

.top-footer .top-footer-bar,
.widget-footer .widget-footer-bar,
.bottom-footer .bottom-footer-bar {
    background-color: #ffdb95;
}

#content .content-area .entry-content p {
    color: #000;
}

.row.flex {
    display: flex;
}

.col-md-6 {
    width: 50%;
    display: flex;

}

.wpcf7 {
    background: rgb(2, 0, 36);
    background: linear-gradient(135deg, rgba(2, 0, 36, 1) 0%, rgba(189, 142, 52, 1) 82%);
    padding: 20px;
}

.wpcf7 input,
.wpcf7 textarea {
    background: #fff !important;
    border-radius: 7px;
}

.wpcf7 label {
    color: #fff;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}