/* ! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/* What follows is the result of much research on cross-browser styling. Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team. */

/* Base styles: opinionated defaults */



/* Remove text-shadow in selection highlight: https://twitter.com/miketaylr/status/12228805301 */
/* These selection rule sets have to be separate. Customize the background color to match your design. */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* A better looking default horizontal rule */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers: https://github.com/h5bp/html5-boilerplate/issues/440 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* Remove default fieldset styles. */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allow only vertical resizing of textareas. */

textarea {
    resize: vertical;
}

/* Browser Upgrade Prompt */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===============================
    Author's custom styles 
   =============================== */
/**/

/**/

/**/

/* Base Styles */

html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    color: #FFFFFF;
    background-color: hsla(0, 0%, 18%, 1.00);
    font-family: "ff-good-web-pro-extra-conden", Arial, "sans-serif";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}

header,
footer {
    width: 100%;
}

main {
    position: relative;
    text-align: center;
}

h1,
h2,
h3,
p,
input[type="text"],
textarea {
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

h1,
h3,
input[type="text"],
textarea {
    font-family: "house-script", sans-serif;
}

h1 {
    font-size: 14vw;
    line-height: 1;
}

h2,
p {
    font-family: "ff-good-web-pro-extra-conden", Arial, "sans-serif";
}

h2 {
    font-size: 5.25vw;
    letter-spacing: .07rem;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (min-width: 600px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: 10vw;
    line-height: 1.55;
}

a {
    color: white;
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* Base Styles End */

/**/

/**/

/**/

/* Layout Utilities Begin */
.layout-block-sticky-top {
    position: fixed;
    top: 0;
    display: block;
    margin: 0;
}

.layout-block-sticky-bottom {
    position: fixed;
    bottom: 0;
    display: block;
    margin: 0;
}

.layout-block {
    position: relative;
    display: block;
    margin: 0 auto auto auto;
}

.layout-inline {
    position: relative;
    display: inline-block;
    margin: 0 auto auto auto
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.max-620 {
    max-width: 620px;
    margin: 0 auto;
}

.max-768 {
    max-width: 768px;
    margin: 0 auto;
}

.max-1024 {
    max-width: 1024px;
    margin: 0 auto;
}

.max-1366 {
    max-width: 1366px;
    margin: 0 auto;
}

.black-back {
    background-color: #000000;
}

.white-back {
    background-color: #FFFFFF;
}

.off-black-back {
    background-color: #231F20;
}

.element-hide {
    position: fixed;
    left: -20000px;
}

.layout-video-case-study {
    margin-top: 45px;
}

@media screen and (min-width: 500px) {
    .layout-video-case-study {
        margin-top: 70px;
    }
}

@media screen and (min-width: 900px) {
    .layout-video-case-study {
        margin-top: 90px;
    }
}

.layout-video-casestudy-bottom {
    margin-bottom: 75px;
}


.layout-footer-contact-page {
    margin-top: 40px;
}

@media screen and (min-width: 350px) {
    .layout-footer-contact-page {
        margin-top: 60px;
    }
}

@media screen and (min-width: 420px) {
    .layout-footer-contact-page {
        margin-top: 80px;
    }
}

@media screen and (min-width: 700px) {
    .layout-footer-contact-page {
        margin-top: 110px;
    }
}

@media screen and (min-width: 900px) {
    .layout-footer-contact-page {
        margin-top: 140px;
    }
}

@media screen and (min-width: 1260px) {
    .layout-footer-contact-page {
        margin-top: 200px;
    }
}

.layout-footer-svg {
    vertical-align: middle;
}

.layout-sitemap {
    width: 250px;
    margin: 0 auto 70px auto;
}

.sitemap-h1 {
    font-size: 76px;
    margin: 33px auto 17px auto;
}

@media screen and (min-width: 800px) {
    .sitemap-h1 {
        font-size: 86px;
    }
}

.sitemap-h2 {
    font-size: 26px;
    color: #ff9100;
    margin-bottom: 0;
    text-align: left;
}
 
.sitemap-h2:first-of-type {
    margin-top: 0;
}

.sitemap-link-text {
    list-style-type: disc;
    padding-left: 26px;
}

.sitemap-link-text li a {
    display: block;
    font-size: 24px;
    text-align: left;
}

.sitemap-link-text ul {
    list-style-type: disc;
    padding-left: 26px;
}

.sitemap-link-text-small li a {
    font-size: 20px;
}

.sitemap-link-text li a:hover {
    color: #ff9100;
}

/* Layout Utilities End */

/**/

/**/

/**/

/* Color Bar Styles Start */
.bar-color {
    background: #ff9100;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8d1a 0%, #ffc019 50%, #ff8d1a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d1a 0%, #ffc019 50%, #ff8d1a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d1a 0%, #ffc019 50%, #ff8d1a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bar-color-grey {
    background: #ff9100;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8d1a 0%, #2E2E2E 50%, #ff8d1a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d1a 0%, #2E2E2E 50%, #ff8d1a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d1a 0%, #2E2E2E 50%, #ff8d1a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bar-regular {
    height: .5vh;
}

.bar-thin {
    height: .25vh;
}

.bar-thick {
    height: 1vh;
}

.bar-top-intro {
    animation: bartopIntro .4s ease-in-out .2s backwards;
}

@keyframes bartopIntro {
    0% {
        transform: translateX(-100vw);
    }

    100% {
        transform: translateX(0);
    }
}

.bar-bottom-intro {
    animation: barbottomIntro .4s ease-in-out .4s backwards;
}

@keyframes barbottomIntro {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(0);
    }
}

/* Color Bar Styles End */

/**/

/**/

/**/

/* Home Module Begin */
.layout-home {
    min-width: 233px;
    max-width: 550px;
    min-height: 263px;
    margin: 11vw auto;
}

@media screen and (min-width: 824px) {
    .layout-home {
        margin: 90px auto;
    }
}

.schoen-creative-script {
    position: relative;
    padding: 0;
}

.home-script {
    width: 72vw;
    max-width: 427px;
    margin-bottom: 3vw;
}

.home-script-intro {
    animation: homescriptIntro .6s ease-in-out .3s backwards;
}

@keyframes homescriptIntro {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 600px) {
    .home-script {
        margin-bottom: 16px;
    }
}

.home-h2 {
    margin-bottom: 13px;
}

.home-h2-intro {
    animation: homeh2Intro .3s ease-in-out .5s backwards;
}

@keyframes homeh2Intro {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

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

.schoen-creative-logo {
    width: 13vw;
    max-width: 76px;
    margin-bottom: 81px;
    fill: #ff9100;
}

.schoen-creative-logo-intro {
    animation: logoIntro .4s ease-in-out 0 backwards;
}

@keyframes logoIntro {
    0% {
        transform: scale(.5);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Home Module End */

/**/

/**/

/**/

/* Work Module Begin */

/* */

/* Work Layout, Button, and Tile Classes End */
.layout-work {
    margin-top: 7.25vw;
}

.layout-work-intro {
    animation: workIntro .7s ease-in-out .4s backwards;
}

@keyframes workIntro {
    0% {
        opacity: 0
            /* translateY(200vw) */
        ;
    }

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

@media screen and (max-width: 320px) {
    .layout-work {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .layout-work {
        margin-top: 120px;
    }
}

.button-work {
    text-decoration: none;
    cursor: pointer;
}

.work-tile {
    height: 100%;
    max-height: 260px;
    overflow: hidden;
}

.work-tile-image {
    width: 100%;
}

.work-tile-height {
    height: 50vw;
}

.work-tile-height-short {
    height: 42vw;
    max-height: 320px;
}

@media screen and (min-width: 820px) {
    .work-tile-height-short {
        height: 46vw;
    }
}

/* Work Layout, Button, and Tile Classes End */

/* */

/* Figure Module Begin */
figure {
    margin: 0;
}

.work-tile figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 61px;
    margin: 0 auto;
    background: #2E2E2E;
    opacity: 1;
    transform: translateY(-100%);
    transition: transform .2s ease-in-out;
}

.work-tile figure:hover figcaption {
    transform: translateY(0);
}

/* No Touch Hover Media Queries Classes Begin */

/* iPhones */

/* iPhone 4 and 4S */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* iPhone 5, 5S, 5C and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* iPhone 6, 6S, 7 and 8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* iPhone 6+, 7+ and 8+ */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* iPhone End */

/*Galaxy Phones Begin */

/* Galaxy S3 */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* Galaxy S4, S5 and Note 3 */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* Galaxy S6 */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/*Galaxy Phones End */

/*Google Pixel Phones Begin */
/* Google Pixel */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* Google Pixel XL */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/*Google Pixel Phones End */
/* HTC One */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* Tablets */
/* iPad 3, 4 and Pro 9.7" */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* iPad Pro 10.5" */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* iPad Pro 12.9" */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* Galaxy Tab S */
@media (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover figcaption {
        transform: translateY(-100%);
    }
}

/* No Touch Hover Media Queries Classes End */
.work-tile figure picture img {
    /*
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-filter: blur(0px) greyscale(0);
    filter: blur(0px) grayscale(0);
    -webkit-transition: -webkit-filter .3s ease-in-out 50ms;
    transition: transform .2s ease-in-out, filter .3s ease-in-out 50ms;
}

.work-tile figure:hover picture img {
    transform: translateY(61px);
    -webkit-filter: blur(2px) greyscale(100%);
    filter: blur(2px) grayscale(100%);
}

/* No Touch Hover Media Queries Classes Begin */
/* iPhones */
/* iPhone 4 and 4S */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* iPhone 5, 5S, 5C and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* iPhone 6, 6S, 7 and 8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* iPhone 6+, 7+ and 8+ */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* iPhone End */

/*Galaxy Phones Begin */

/* Galaxy S3 */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* Galaxy S4, S5 and Note 3 */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* Galaxy S6 */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/*Galaxy Phones End */

/*Google Pixel Phones Begin */
/* Google Pixel */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* Google Pixel XL */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/*Google Pixel Phones End */
/* HTC One */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* Tablets */
/* iPad 3, 4 and Pro 9.7" */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* iPad Pro 10.5" */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* iPad Pro 12.9" */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* Galaxy Tab S */
@media (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
    .work-tile figure:hover picture img {
        transform: translateY(0);
        -webkit-filter: blur(0) greyscale(0);
        filter: blur(0) grayscale(0);
    }
}

/* No Touch Hover Media Queries Classes End */
.work-column figure figcaption {
    width: 50vw;
}

/* CSS Filter and Animation Classes */
/*.work-tile figure picture {
	display:block;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
    transition: transform .2s ease-in-out;
}
.work-tile figure:hover picture {
	-webkit-transform: translateY(61px);
	transform: translateY(61px); 
}
*/
/*
figure .figure-picture-img-animation {
	-webkit-transform: translateZ(0);
	 transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0px) translateZ(0);
    -webkit-transition: filter .3s ease-in-out 50ms;
    transition: transform .2s ease-in-out, filter .3s ease-in-out 50ms;
    -webkit-filter: blur(0px) grayscale(0%);
    filter: blur(0px) grayscale(0%);
}
figure:hover .figure-picture-img-animation {
    -webkit-transform: translateY(61px);
	transform: translateY(61px);
    -webkit-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);
}
*/
/*
.work-tile figure picture img {
	-webkit-transform: translateZ(0);
	 transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0px) translateZ(0);
    -webkit-transition: filter .3s ease-in-out 50ms;
    transition: transform .2s ease-in-out, filter .3s ease-in-out 50ms;
    -webkit-filter: blur(0px) grayscale(0%);
    filter: blur(0px) grayscale(0%);
}
.work-tile figure:hover picture img {
    -webkit-transform: translateY(61px);
	transform: translateY(61px);
    -webkit-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);
}
*/
/* CSS Filter and Animation Classses End */
/*
.work-tile figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 61px;
    margin: 0 auto;
    background: #2E2E2E;
    opacity: 1;
    transform: translateY(-100%);
    transition: transform .2s ease-in-out;
}
.work-tile figure:hover figcaption {
    transform: translateY(0);
}
*/
/**/

/*
.work-column figure figcaption {
    display: inline-block;
}
*/

/*
.work-tile figure picture {
	-webkit-filter: blur(0px) greyscale(0);
	filter: blur(0px) grayscale(0);
	-webkit-transition: -webkit-filter .3s ease-in-out 50ms;
	transition: filter .3s ease-in-out 50ms;
}
.work-tile figure:hover picture {
	-webkit-filter: blur(2px) greyscale(100%);
	filter: blur(2px) grayscale(100%);
}
*/
/* Figure Caption Block Classes Begin */
.figcaption-block {
    height: 61px;
    margin-left: 0;
}

@media screen and (min-width: 340px) {
    .figcaption-block {
        margin-left: auto;
    }
}

.figcaption-block-regular {
    width: 300px;
}


.figcaption-block-wide {
    width: 330px;
}


@media screen and (min-width: 480px) {

    .figcaption-block-regular,
    .figcaption-block-wide {
        width: 400px;
    }
}

@media screen and (min-width: 480px) {
    .figcaption-block-tight {
        width: 335px;
    }
}

.figcaption-block-column {
    width: 150px;
}

@media screen and (min-width: 480px) {
    .figcaption-block-column {
        width: 200px;
    }
}

.figcaption-block-solo {
    width: 175px;
}

@media screen and (min-width: 480px) {
    .figcaption-block-solo {
        width: 235px;
    }
}

/* Figure Caption Block Classes End */

/**/

/* Figure H1 Classes Begin */
.figure-h1 {
    position: absolute;
    font-size: 1.45rem;
    top: 18px;
    color: #ff9100;
}

.wf-loading .figure-h1,
.wf-inactive .figure-h1 {
    font-size: 0.85rem;
    font-style: italic;
    letter-spacing: 0.65pt;
    line-height: 1.5;
    transform: scale(1, 1.3) skewX(-18deg);
}

@media screen and (min-width: 480px) {
    .figure-h1 {
        top: 15px;
        font-size: 2rem;
    }

    .figure-h1-small {
        top: 17px;
        font-size: 1.7rem;
    }

    .wf-loading .figure-h1,
    .wf-inactive .figure-h1 {
        font-size: 1.25rem;
    }
}

.figure-h1-animation,
.wf-loading .figure-h1-animation,
.wf-inactive .figure-h1-animation {
    transform: translatex(-420px);
    opacity: 0;
    transition: transform .3s ease-in-out 40ms, opacity .5s ease-in-out 155ms;
}

figure:hover .figure-h1-animation {
    opacity: 1;
    transform: translateX(0);
}

.wf-loading figure:hover .figure-h1-animation,
.wf-inactive figure:hover .figure-h1-animation {
    transform: scale(1, 1.3) skewX(-18deg);
}

.figure-h1-regular {
    left: 42px;
}

.figure-h1-tight {
    left: 22px;
}

.figure-h1-loose {
    left: 76px;
}

.wf-loading .figure-h1-tight,
.wf-inactive .figure-h1-tight {
    left: 16px;
}

.figure-h1-big {
    top: 15px;
    left: 28px;
    font-size: 2rem;
}

.wf-loading .figure-h1-big,
.wf-inactive .figure-h1-big {
    font-size: 1.25rem;
    line-height: 1.35;
}

@media screen and (min-width: 480px) {
    .figure-h1-big {
        top: 13px;
        font-size: 2.35rem;
    }

    .wf-loading .figure-h1-big,
    .wf-inactive .figure-h1-big {
        font-size: 1.5rem;
    }
}

.figure-h1-column {
    left: 10px;
}

.figure-h1-column-tight {
    left: 4px;
}

.figure-h1-column-solo {
    position: relative;
    display: block;
}

.figure-h1-column-loose {
    left: -28px;
}

.figure-h1-column-loosish {
    left: -28px;
}

@media screen and (min-width: 480px) {
    .figure-h1-column-loosish {
        left: -16px;
    }
}

@media screen and (min-width: 580px) {
    .figure-h1-column-loosish {
        left: -28px;
    }
}

/* Figure H1 Classes End */

/**/

/* Figure H2 Classes Begin */
.figure-h2 {
    position: absolute;
    top: 21px;
    right: 22px;
    font-size: 0.85rem;
}

.figure-h2-loose {
    right: 76px;
}

.wf-loading .figure-h2,
.wf-inactive .figure-h2 {
    font-size: 7px;
    letter-spacing: 1.5px;
    line-height: 3.25;
}

@media screen and (min-width: 480px) {
    .figure-h2 {
        font-size: 1rem;
    }

    .wf-loading .figure-h2,
    .wf-inactive .figure-h2 {
        font-size: 7px;
    }
}

.figure-h2-animation,
.wf-loading .figure-h2-animation,
.wf-inactive .figure-h2-animation {
    transform: translatex(420px);
    opacity: 0;
    transition: transform .3s ease-in-out 200ms, opacity .4s ease-in-out 355ms;
}

figure:hover .figure-h2-animation {
    opacity: 1;
    transform: translateX(0);
}

.wf-loading figure:hover .figure-h2-animation,
.wf-inactive figure:hover .figure-h2-animation {
    transform: scale(1, 2);
}

.figure-h2-column {
    right: 0px;
}

.figure-h2-column-right {
    right: 11px;
}

.figure-h2-column-loose {
    right: -12px;
}

.work-tile figure .figcaption-bottom-bar {
    width: 80px;
    height: .75vh;
    transition: width .4s ease-in-out 40ms, height .3s ease-in-out;
}

.work-tile figure:hover .figcaption-bottom-bar {
    width: 100vw;
    height: .25vh;
}

.work-column figure .figcaption-bottom-bar {
    width: 40px;
}

/* Figure H2 Classes End */

/* Figure Module End */
.work-column {
    display: flex;
    -webkit-columns: 2;
    /*
    -moz-columns: 2;
    */
    columns: 2;
    -webkit-column-gap: 0;
    /*
    -moz-column-gap: 0;
    */
    column-gap: 0;
    margin: 0 auto;
}

.work-column .work-tile {
    width: 50vw;
    height: 48vw;
    max-height: 249px;
}

.work-column .work-tile:first-child {
    border-right: solid 1px #ffc019;
}

.work-column .work-tile:nth-child(2) {
    border-left: solid 1px #ffc019;
}

#mini-city {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115%;
}

@media screen and (min-width: 820px) {
    #mini-city {
        bottom: -24vw;
        width: 131%;
    }
}

#asher-books {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 620px) {
    #asher-books {
        bottom: -13vw;
        left: -7vw;
        width: 131%;
    }
}

@media screen and (min-width: 820px) {
    #asher-books {
        bottom: -10vw;
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 1020px) {
    #asher-books {
        bottom: -14vw;
    }
}

@media screen and (min-width: 1420px) {
    #asher-books {
        bottom: -16vw;
    }
}

@media screen and (min-width: 1620px) {
    #asher-books {
        bottom: -20vw;
    }
}

#matte-painting {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 400px) {
    #matte-painting {
        bottom: -1vw;
    }
}

@media screen and (min-width: 800px) {
    #matte-painting {
        bottom: -12vw;
    }
}

#rjr-hair-studio {
    position: relative;
    width: 100%;
    max-width: 250px;
}

#quick-money-clothing {
    position: relative;
    width: 100%;
    max-width: 245px;
}

#firewood {
    position: relative;
    width: 80%;
    max-width: 200px;
}

#missile-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
}

@media screen and (min-width: 550px) {
    #missile-animation {
        top: -5vw;
        left: -3vw;
    }
}

@media screen and (min-width: 750px) {
    #missile-animation {
        top: -9vw;
        width: 115%;
    }
}

@media screen and (min-width: 950px) {
    #missile-animation {
        top: -11vw;
        left: 0;
        width: 102%;
    }
}

.layout-work-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: .5vh 0;
}

.work-modal {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    background: #2e2e2e;
}

.work-modal:target {
    visibility: visible;
    opacity: 1;
}

.work-logo {
    fill: #FF9100;
    position: fixed;
    top: 3px;
    left: 0;
    width: 8vw;
    min-width: 27px;
    max-width: 54px;
    height: 10vw;
    min-height: 36px;
    max-height: 70px;
    opacity: 0.8;
    z-index: 1;
}

.work-logo:hover {
    opacity: 1;
    fill: #ff8d1a;
}

@media screen and (min-width: 1048px) and (max-width: 1078px) {
    .work-logo {
        left: 16px;
    }
}

@media screen and (min-width: 1078px) and (max-width: 1190px) {
    .work-logo {
        left: -2px;
        top: 5px;
        max-width: 32px;
        max-height: 40px;
        fill: #FF9100;
    }

    .work-logo:hover {
        fill: #3e3e3e;
    }
}

.work-close {
    position: fixed;
    top: 11px;
    right: 19px;
    z-index: 3;
    width: 5vw;
    max-width: 52px;
    height: 5vw;
    max-height: 52px;
    opacity: 0.8;
    font-size: 9vw;
    font-weight: bold;
    line-height: 0.5;
    text-decoration: none;
    color: #ff9100;
    animation: casestudyImgIntro .6s ease-in-out .6s backwards;
}

.work-close:hover {
    color: #ff8d1a;
    opacity: 1;
}

@media screen and (min-width: 990px) {
    .work-close {
        font-size: 64px;
    }
}

.work-case-study {
    z-index: 2;
    width: 100%;
    min-width: 320px;
    /* height: 100vh; */
    /* background-color: #2e2e2e; */
}

.work-case-study img {
    width: 100vw;
    height: auto;
    animation: casestudyImgIntro .6s ease-in-out .3s backwards;
}

@keyframes casestudyImgIntro {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.work-case-study video {
    width: 100vw;
    max-width: 640px;
    height: auto;
    animation: casestudyImgIntro .6s ease-in-out .3s backwards;
}

.case-study-info {
    z-index: 2;
    width: 100vw;
    height: 29vw;
    min-height: 93px;
    max-height: 311px;
    background-color: #2E2E2E;
    animation: casestudyImgIntro .6s ease-in-out .6s backwards;
}

.info-short {
    height: 24vw;
    min-height: 73px;
    max-height: 230px;
}

.info-shorter {
    height: 20vw;
    min-height: 65px;
    max-height: 200px;
}

.info-shortest {
    height: 19vw;
    min-height: 61px;
    max-height: 189px;
}

.case-study-info-layout {
    position: absolute;
    top: 0;
    height: 100%;
    display: inline-block;
    min-height: 93px;
    max-height: 311px;
}

.case-study-title {
    left: 0;
    width: 38vw;
    min-width: 122px;
    max-width: 410px;
}

.case-study-title-wide {
    width: 54vw;
    max-width: 547px;
}

.case-study-h1 {
    display: inline-block;
    height: 6vw;
    min-height: 20px;
    margin: 3vw auto 0 auto;
    color: #FF901A;
    font-size: 8vw;
    line-height: 1;
}

@media screen and (min-width: 1024px) {
    .case-study-h1 {
        height: 61px;
        margin-top: 31px;
        font-size: 82px;
    }
}

.case-study-title .title-small {
    font-size: 7vw;
}

.case-study-title .title-smaller {
    font-size: 6vw;
}

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

    .case-study-title .title-small,
    .case-study-title .title-smaller {
        font-size: 72px;
    }
}

.case-study-title .title-smallest {
    font-size: 5vw;
}

.case-study-title .title-only {
    margin-top: 6vw;
}

@media screen and (min-width: 1024px) {
    .case-study-title .title-only {
        margin-top: 62px;
    }
}

.case-study-title .title-margin {
    margin-top: 5vw;
}

@media screen and (min-width: 1024px) {
    .case-study-title .title-margin {
        margin-top: 45px;
    }
}

.case-study-h2 {
    margin: 1vw auto 0 auto;
    font-size: 4vw;
    letter-spacing: .1vw;
}

@media screen and (min-width: 1024px) {
    .case-study-h2 {
        margin-top: 11px;
        font-size: 41px;
        letter-spacing: 1.1px;
    }
}

.case-study-description {
    right: 10vw;
    width: 51vw;
    min-width: 163px;
    max-width: 560px;
}

@media screen and (min-width: 1024px) {
    .case-study-description {
        right: 50px;
    }
}

.case-study-description-tight {
    right: 0vw;
    width: 45vw;
    max-width: 465px;
}

.case-study-p {
    margin-top: 4vw;
    font-size: 5vw;
    letter-spacing: .01rem;
    line-height: .95;
    text-align: left;
}

@media screen and (min-width: 1024px) {
    .case-study-p {
        margin-top: 41px;
        font-size: 51px;
        letter-spacing: .015px;
    }
}

.case-study-description .one-line {
    margin-top: 6vw;
}

@media screen and (min-width: 1024px) {
    .case-study-description .one-line {
        margin-top: 64px;
    }
}

.case-study-description p a {
    border-bottom: solid 1px white;
    line-height: 1.5;
}

.case-study-description p a:hover {
    border-bottom-color: #FF901A;
    color: #FF901A;
}

.case-study-social {
    width: 100%;
}

.case-study-social-ul {
    padding: 0;
    margin: 0 auto;
}

.case-study-social li {
    display: inline;
}

.case-study-social-links {
    display: inline-block;
    overflow: hidden;
    height: 8vw;
    width: 10vw;
}

@media screen and (min-width: 1024px) {
    .case-study-social-links {
        height: 82px;
        width: 102px;
    }
}

.case-study-svg-color {
    fill: #FFFFFF
}

.case-study-svg-color:hover {
    fill: #ff9100;
}

/* Work Module End */

/**/

/**/

/**/

/* Contact Module Begin */

.contact-page {
    min-width: 320px;
    max-width: 566px;
    margin-top: 7vw;
}

.page-intro {
    animation: casestudyImgIntro .6s ease-in-out .6s backwards;
}

@media screen and (min-width: 600px) {
    .contact-page {
        margin-top: 9vh;
    }
}

@media screen and (min-width: 1260px) {
    .contact-page {
        max-width: 930px;
        margin-top: 23vh;
    }
}

.contact-h1 {
    height: 11vw;
    min-height: 36px;
    max-height: 80px;
}

@media screen and (min-width: 580px) {
    .contact-h1 {
        font-size: 88px;
    }
}

.contact-left {
    float: none;
    margin-top: 6vw;
}

@media screen and (min-width: 600px) {
    .contact-left {
        margin-top: 23px;
    }
}

@media screen and (min-width: 1260px) {
    .contact-left {
        float: left;
        width: 50%;
    }
}

/* Form Styles Begin */

form {
    position: relative;
}

.form-contact input[type="text"],
.form-contact textarea {
    width: 70vw;
    min-width: 230px;
    max-width: 401px;
    height: 9vw;
    min-height: 28px;
    max-height: 40px;
    margin-bottom: 2.5vw;
    border-radius: 14px;
    padding: 10px 9px 5px 14px;
    border: 2px solid #2E2E2E;
    color: #939393;
    font-size: 28px;
    line-height: 1.25;
    text-indent: 1px;
}

.form-contact textarea {
    height: 25vw;
    min-height: 80px;
    max-height: 118px;
}

.form-contact input[type="text"]:focus,
.form-contact textarea:focus {
    outline: none;
    outline-width: 0;
}

@media screen and (min-width: 400px) {

    .form-contact input[type="text"],
    .form-contact textarea {
        border-radius: 3.75vw;
    }
}

@media screen and (min-width: 600px) {

    .form-contact input[type="text"],
    .form-contact textarea {
        margin-bottom: 13px;
        border-radius: 20px;
    }
}

@media screen and (min-width: 480px) {

    .form-contact input[type="text"],
    .form-contact textarea {
        font-size: 34px;
        line-height: 1.25;
    }
}

@media screen and (min-width: 1260px) {

    .form-contact input[type="text"],
    .form-contact textarea {
        width: 401px;
        border-radius: 18px;
        font-size: 34px;
        line-height: 1.25;
        text-indent: 1px;
    }
}

@media screen and (min-width: 600px) {
    .form-contact textarea {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1260px) {
    .form-contact textarea {
        margin-top: 0;
    }
}

input[type="text"]:hover,
textarea:hover {
    border: 2px solid #7a7a7a;
}

input[type="text"]:focus,
textarea:focus {
    border: 2px solid #FF901A;
}

.send-button-container {
    width: 58%;
    margin-bottom: 7vw;
}

@media screen and (min-width: 600px) {
    .send-button-container {
        margin-bottom: 46px;
    }
}

input[type=submit] {
    position: relative;
    width: 58vw;
    max-width: 310px;
    height: 14vw;
    max-height: 77px;
    margin: 0 auto;
    background-color: #313131;
    border: solid 1px #454545;
    font-family: "house-script", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 10vw;
    line-height: 1.4;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
    /*
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
    */
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
}

input[type=submit]:hover {
    border-color: #555555;
    background-color: #404040;
}

input[type=submit]:active {
    border-color: #727272;
    background-color: #555555;
}

input[type=submit]:focus {
    outline: 0;
}

@media screen and (min-width: 540px) {
    input[type=submit] {
        font-size: 3.25rem;
        line-height: 1.45;
    }
}

form .in-error,
form .in-default:focus {
    border: 2px solid #FF901A;
    /*margin-top: -2px;*/
}

form .in-good,
form .in-good:focus {
    border: 2px solid #85AC03;
    /*margin-top: -2px;*/
}

form .in-error,
form .in-error:focus {
    border: 2px solid #BA1B06;
    /*margin-top: -2px;*/
}

form .in-good,
form .in-good:focus {
    border: 2px solid #85AC03;
    /*margin-top: -2px;*/
}

.error-message-layout {
    position: relative;
    width: calc(70vw + 27px);
    min-width: 257px;
    max-width: 428px;
    height: calc(9vw + 19px);
    min-height: 47px;
    max-height: 59px;
    margin-bottom: 2.5vw;
}

@media screen and (min-width: 500px) {
    .error-message-layout {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1260px) {
    .error-message-layout {
        max-width: 428px;
    }
}

.error-message-layout-textarea {
    height: calc(25vw + 19px);
    min-height: 99px;
    max-height: 137px;
}

@media screen and (min-width: 1260px) {
    .error-message-layout-textarea {
        display: inline-block;
        margin-top: 23px;
    }
}

.error-text {
    color: #BA1B06;
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
    font-size: 13px;
    font-weight: normal;
}

.error-text-position {
    position: absolute;
    top: 4.75vw;
    right: 40px;
}

@media screen and (min-width: 445px) {
    .error-text-position {
        top: 21px;
    }
}

.ajax-message {
    display: none;
}

.ajax-message ul {
    margin: 0 auto 24px auto;
}

.ajax-message li {
    padding: 2px 15px;
    color: #BA1B06;
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
    font-size: 13px;
    font-weight: normal;
}

.ajax-message h3 {
    display: inline;
    color: #BA1B06;
    font-size: 2.25rem;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

/* Form Styles End */
/* Module Contact Page End */

/**/

/**/

/**/

/* Thank You Page Styles Begin */
.layout-thankyou {
    max-width: 600px;
    margin-top: 16vw;
    margin-bottom: 11vw;
}

@media screen and (min-width: 480px) {
    .layout-thankyou {
        margin-top: 120px;
        margin-bottom: 90px;
    }
}

.thankyou-h1 {
    font-size: 15vw;
    margin-bottom: 30px;
}

@media screen and (min-width: 400px) {
    .thankyou-h1 {
        font-size: 15vw;
    }
}

@media screen and (min-width: 500px) {
    .thankyou-h1 {
        font-size: 72px;
    }
}

@media screen and (min-width: 1260px) {
    .thankyou-h1 {
        font-size: 92px;
    }
}

.thankyou-h2 {
    margin-bottom: 80px;
    font-family: "house-script", sans-serif;
    font-size: 8.5vw;
    text-transform: none;
}

@media screen and (min-width: 400px) {
    .thankyou-h2 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1260px) {
    .thankyou-h2 {
        font-size: 39px;
    }
}

/* Thank You Page Styles End */

/**/

/**/

/**/

/* Button Classes Start */

.button {
    position: relative;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
    /* -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16); */
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
}

.button-intro {
    animation: buttonIntro .4s ease-in-out .4s backwards;
}

@keyframes buttonIntro {
    0% {
        transform: scale(0.65);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.button-rectangle {
    width: 58vw;
    max-width: 310px;
    height: 14vw;
    max-height: 77px;
    border-color: #454545;
    margin: 0 auto auto auto;
    background-color: #313131;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.button-rectangle:hover {
    border-color: #555555;
    background-color: #404040;
}

.button-rectangle:active {
    border-color: #727272;
    background-color: #555555;
}

.button-rectangle-h3-intro {
    animation: buttonh3Intro .4s ease-in-out .8s backwards;
}

@keyframes buttonh3Intro {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 525px) {
    .button-rectangle-h3 {
        font-size: 53px;
        line-height: 1.55;
    }
}

.button-circle {
    width: 12vw;
    min-width: 43px;
    max-width: 64px;
    height: 12vw;
    min-height: 43px;
    max-height: 64px;
    border-color: #7a7a7a;
    border-radius: 12vw;
    background-color: #595959;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.button-circle:hover {
    border-color: #9d9d9d;
    background-color: #7A7A7A;
}

.button-circle:active {
    border-color: #7A7A7A;
    background-color: #e3e3e3;
}

/* Button Classes End */

/* Sidebar Button Module Begin */
.layout-sidebar {
    position: relative;
    z-index: 2;
    margin: 0 auto 40px auto;
}

@media screen and (min-aspect-ratio: 4/3) {
    .layout-sidebar {
        position: absolute;
    }
}

@media screen and (min-width: 1024px) {
    .layout-sidebar {
        position: absolute;
    }
}

@media screen and (min-aspect-ratio: 4/3) and (max-height: 320px) {
    .layout-sidebar {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 34px;
    }
}

.sidebar {
    width: 85vw;
    min-width: 300px;
    max-width: 520px;
    height: 12.5vw;
    min-height: 48px;
    max-height: 75px;
    animation: sidebarIntro .8s ease-in-out .2s backwards;
}

@keyframes sidebarIntro {
    0% {
        transform: translateY(-1000px);
        opacity: 0;
    }

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

@media screen and (min-aspect-ratio: 4/3),
(min-width: 1024px) {
    .sidebar {
        top: -1%;
        right: 4.79%;
        width: 6vw;
        min-width: 64px;
        height: 426px;
        max-height: 385px;
    }

    .sidebar-error {
        top: 6%;
    }
}

@media screen and (min-aspect-ratio: 4/3) and (min-width: 1200px) {
    .sidebar {
        top: 1%;
        right: 2%;
    }

    .sidebar-error {
        top: 8%;
    }
}

@media screen and (min-aspect-ratio: 4/3) and (min-width: 2800px) {
    .sidebar {
        right: -1.5%;
    }
}

@media screen and (min-aspect-ratio: 4/3) and (max-height: 320px) {
    .sidebar {
        width: 85vw;
        min-width: 300px;
        max-width: 520px;
        height: 12.5vw;
        min-height: 48px;
        max-height: 75px;
    }
}

@media screen and (min-aspect-ratio: 4/3) and (min-width: 600px) and (max-width: 1280px) {
    .sidebar-contact {
        top: 6%;
    }
}

.sidebar-ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar-ul li {
    display: inline-block;
}

@media screen and (min-aspect-ratio: 4/3),
(min-width: 1024px) {
    .sidebar-ul li {
        display: block;
    }
}

@media screen and (min-aspect-ratio: 4/3) and (max-height: 320px) {
    .sidebar-ul li {
        display: inline-block;
    }
}

.button-circle-layout {
    margin: 0 1.55vw;
}

@media screen and (min-width: 550px) {
    .button-circle-layout {
        margin: 0 8.5px;
    }
}

@media screen and (min-aspect-ratio: 4/3) {
    .button-circle-layout {
        margin-bottom: 17px;
    }
}

@media screen and (min-width: 1024px) {
    .button-circle-layout {
        margin-bottom: 17px;
    }
}

.facebook-fart-vid {
    position: absolute;
    bottom: -39px;
    right: 2.25vw;
    opacity: 0.4;
}

@media screen and (min-width: 513px) {
    .facebook-fart-vid {
        right: 16px;
    }
}

/* Sidebar Button Module End */

/* Social Media SVGs Start */
.st0 {
    display: none;
}

.st1 {
    display: inline;
    fill: #595959;
}

.st2 {
    display: inline;
    fill: #7A7A7A;
}

.st3 {
    display: inline;
}

.st4 {
    fill: #595959;
}

.st5 {
    fill: #7A7A7A;
}

.st6 {
    fill: #FFFFFF;
}

.st6:hover {
    fill: #ff9100;
}

/* Social Media SVGs End */

/* Footer */
.footer {
    width: 100%;
    text-align: right;
    background-color: hsla(0, 0%, 18%, 1.00);
}

.footer-schoencreative {
    padding: 20px;
}

.footer-documentation {
    padding: 0 20px 32px 20px;
}

.footer-a {
    color: #a9a9a9;
    text-decoration: none;
}

.footer-schoen-creative-logo {
    width: 18px;
    fill: #a9a9a9;
}

.footer-schoencreative a:hover .schoen-creative-logo {
    fill: #ccc;
}

.footer-text {
    display: inline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1;
    margin-block: 0;
}

.footer-schoencreative a:hover .footer-text {
    color: #ddd;
}

.footer-documentation-text {
    display: block;
    font-size: 00.6875rem;
    line-height: 1.5;
}

.footer-documentation-text a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.footer-documentation-text a:hover {
    color: #ddd;
}



/* TOGGLE BUTTONS FOR TYPEKIT */

.button-typekit {
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-decoration: none;
    font-weight: bold;
    color: #383838;
    background-color: #fefafa;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, ede9e9));
    background-image: -moz-linear-gradient(#ffffff, #ede9e9);
    background-image: -o-linear-gradient(#ffffff, #ede9e9);
    background-image: linear-gradient(#ffffff, #ede9e9);
    padding: 5px;
    -webkit-border-radius: 0.5em;
    /*
    -moz-border-radius: 0.5em;
    */
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    /*
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    */
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.button-typekit:hover {
    background-color: #e4e1e1;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefafa), color-stop(100%, cbc7c7));
    background-image: -webkit-linear-gradient(#fefafa, #cbc7c7);
    background-image: -moz-linear-gradient(#fefafa, #cbc7c7);
    background-image: -o-linear-gradient(#fefafa, #cbc7c7);
    background-image: linear-gradient(#fefafa, #cbc7c7);
}

.toggle-fonts {
    position: fixed;
    top: 0.5em;
    right: 8em;
    z-index: 999;
}

@media (min-width: 30em) {
    .toggle-fonts {
        right: 0.5em;
    }
}

.toggle-font-correction {
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    z-index: 999;
}

@media (min-width: 30em) {
    .toggle-font-correction {
        top: 2.75em;
    }
}

.toggle-fonts.on:after,
.toggle-font-correction.on:after {
    content: ": on";
}

.toggle-fonts.off:after,
.toggle-font-correction.off:after {
    content: ": off";
}

/* 
.wf-loading body, .wf-loading input, .wf-loading textarea {
    font-family: Arial, "sans-serif";
}
.wf-loading h1 {
    font-family: Georgia, "serif";
}
.wf-loading h2 {
    font-family: Arial, "sans-serif";
}
.wf-loading h3 {
    font-family: Georgia, "serif";
}
END WEB FONTS INACTIVE styles */


/* WEB FONTS INACTIVE styles */

.wf-loading body,
.wf-loading h2,
.wf-loading p {
    font-family: Arial, "sans-serif";
}

.wf-loading h1,
.wf-loading h3,
.wf-loading input,
.wf-loading textarea {
    font-family: Georgia, "serif";
}

/*
.wf-inactive h2 {
    font-family: Arial, "sans-serif";
}
.wf-inactive h3 {
    font-family: Georgia, "serif";
}
*/
/* END WEB FONTS INACTIVE styles */


/* FALLBACK FONT CORRECTION */

.wf-loading body,
.wf-loading p,
.wf-loading textarea {
    letter-spacing: -2.5px;
}

.wf-loading h1 {
    font-size: 4.65em;
    font-style: italic;
    letter-spacing: -3px
}

.wf-loading h2 {
    font-size: 2.8vw;
    line-height: 2.25;
    letter-spacing: 1.25px;
    font-weight: bold;
    font-weight: 700;
    transform: scale(1, 2);
}

@media screen and (min-width: 600px) {
    .wf-loading h2 {
        font-size: 1.05rem;
    }
}

.wf-loading h3 {
    margin-top: auto;
    margin-left: 10px;
    font-size: 6vw;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 2.3;
    text-indent: -2.5vw;
    transform: scale(1, 1.3) skewX(-18deg);
}

@media screen and (min-width: 525px) {
    .wf-loading h3 {
        font-size: 32px;
        line-height: 2.3;
        letter-spacing: 2px;
        text-indent: -7px;
    }
}

.wf-loading .case-study-h1 {
    margin-bottom: 79px;
    font-size: 5vw;
    letter-spacing: 0.5px;
    line-height: 6.75vw;
    transform: scale(1, 1.3) skewX(-18deg);
}

@media screen and (min-width: 1024px) {
    .wf-loading .case-study-h1 {
        font-size: 3.45rem;
        line-height: 72px;
    }
}

.wf-loading .case-study-h2 {
    margin-top: calc(1vw - 77px);
    font-size: 2.25vw;
    letter-spacing: 0.25px;
}

@media screen and (min-width: 1024px) {
    .wf-loading .case-study-h2 {
        font-size: 1.45rem;
        margin-top: -67px;
    }
}

.wf-loading .title-small {
    font-size: 4vw
}

@media screen and (min-width: 1024px) {
    .wf-loading .title-small {
        font-size: 41px;
    }
}

.wf-loading .title-only {
    margin-top: 5.5vw
}

@media screen and (min-width: 1024px) {
    .wf-loading .title-only {
        margin-top: 62px;
    }
}

.wf-loading p {
    font-size: 2.75vw;
    line-height: 0.89;
    letter-spacing: 0.12px;
    font-weight: bold;
    font-weight: 700;
    transform: scale(1, 2);
    margin-top: 7.75vw;
}

@media screen and (min-width: 1024px) {
    .wf-loading p {
        font-size: 26px;
        margin-top: 70px
    }
}

@media screen and (min-width: 1024px) {
    .wf-loading .webfont-fallback-margin {
        margin-top: 92px;
    }
}

.wf-loading .contact-h1 {
    font-size: 9vw;
    line-height: 1.25;
    letter-spacing: 0;
}

@media screen and (min-width: 580px) {
    .wf-loading .contact-h1 {
        font-size: 3.35rem;
    }
}

.wf-loading input[type="text"],
.wf-loading textarea {
    font-size: 7vw;
    line-height: 1;
    font-style: italic;
}

@media screen and (min-width: 480px) {
    .wf-loading input[type="text"] {
        font-size: 2rem;
    }
}

.wf-loading textarea {
    line-height: 1.32;
}

@media screen and (min-width: 480px) {
    .wf-loading textarea {
        font-size: 2rem;
    }
}

.wf-loading input[type="submit"] {
    font-size: 8vw;
    line-height: 1;
    font-style: italic;
    letter-spacing: -1.5px;
}

@media screen and (min-width: 540px) {
    .wf-loading input[type="submit"] {
        font-size: 2.5rem;
    }
}

.wf-loading .error-text {
    letter-spacing: 0;
}

.wf-loading .thankyou-h1 {
    margin-bottom: 55px;
    margin-top: 55px;
    font-size: 9vw;
    letter-spacing: 1.6px;
    line-height: 1;
    text-indent: -4px;
}

@media screen and (min-width: 400px) {
    .wf-loading .thankyou-h1 {
        margin-top: 71px;
        text-indent: -16px;
        margin-bottom: 58.5px;
    }
}

@media screen and (min-width: 500px) {
    .wf-loading .thankyou-h1 {
        margin-top: 126px;
        margin-bottom: 61px;
        font-size: 46px;
        text-indent: -6px;
    }
}

@media screen and (min-width: 1260px) {
    .wf-loading .thankyou-h1 {
        margin-top: 130px;
        font-size: 58px;
        text-indent: -19px;
    }
}

.wf-loading .thankyou-h2 {
    margin-bottom: 94px;
    font-family: Georgia, "serif";
    font-size: 5vw;
    line-height: 1.5;
    font-style: italic;
    transform: scale(1, 1.3) skewX(-18deg);
    text-indent: -16px;
}

@media screen and (min-width: 400px) {
    .wf-loading .thankyou-h2 {
        margin-bottom: 92px;
        font-size: 19px;
        line-height: 1.7;
    }
}

@media screen and (min-width: 500px) {
    .wf-loading .thankyou-h2 {
        margin-bottom: 93px;
    }
}

@media screen and (min-width: 1260px) {
    .wf-loading .thankyou-h2 {
        margin-bottom: 89px;
        font-size: 23px;
        text-indent: -20px;
    }
}

/* WEB FONTS INACTIVE styles */

.wf-inactive body,
.wf-inactive h2,
.wf-inactive p {
    font-family: Arial, "sans-serif";
}

.wf-inactive h1,
.wf-inactive h3,
.wf-inactive input,
.wf-inactive textarea {
    font-family: Georgia, "serif";
}

/*
.wf-inactive h2 {
    font-family: Arial, "sans-serif";
}
.wf-inactive h3 {
    font-family: Georgia, "serif";
}
*/
/* END WEB FONTS INACTIVE styles */

/* FALLBACK FONT CORRECTION */

.wf-inactive body,
.wf-inactive p,
.wf-inactive input,
.wf-inactive textarea {
    letter-spacing: -2.5px;
}

.wf-inactive h1,
.wf-inactive h3 {
    font-size: 4.65em;
    font-style: italic;
    transform: scale(1, 1.3) skewX(-18deg);
}

.wf-inactive h2 {
    font-size: 2.8vw;
    line-height: 2.25;
    letter-spacing: 1.25px;
    font-weight: bold;
    font-weight: 700;
    transform: scale(1, 2);
}

@media screen and (min-width: 600px) {
    .wf-inactive h2 {
        font-size: 1.05rem;
    }
}

.wf-inactive h3 {
    margin-top: auto;
    margin-left: 10px;
    font-size: 6vw;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 2.3;
    text-indent: -2.5vw;
    transform: scale(1, 1.3) skewX(-18deg);
}

@media screen and (min-width: 525px) {
    .wf-inactive h3 {
        font-size: 32px;
        line-height: 2.3;
        letter-spacing: 2px;
        text-indent: -7px;
    }
}

.wf-inactive .case-study-h1 {
    margin-bottom: 79px;
    font-size: 5vw;
    letter-spacing: 0.5px;
    line-height: 6.75vw;
}

@media screen and (min-width: 1024px) {
    .wf-inactive .case-study-h1 {
        font-size: 3.45rem;
        line-height: 72px;
    }
}

.wf-inactive .case-study-h2 {
    margin-top: calc(1vw - 77px);
    font-size: 2.25vw;
    letter-spacing: 0.25px;
}

@media screen and (min-width: 1024px) {
    .wf-inactive .case-study-h2 {
        font-size: 1.45rem;
        margin-top: -67px;
    }
}

.wf-inactive .title-small {
    font-size: 4vw
}

@media screen and (min-width: 1024px) {
    .wf-inactive .title-small {
        font-size: 41px;
    }
}

.wf-inactive .title-only {
    margin-top: 5.5vw
}

@media screen and (min-width: 1024px) {
    .wf-inactive .title-only {
        margin-top: 62px;
    }
}

.wf-inactive p {
    font-size: 2.75vw;
    line-height: 0.89;
    letter-spacing: 0.12px;
    font-weight: bold;
    font-weight: 700;
    transform: scale(1, 2);
    margin-top: 7.75vw;
}

@media screen and (min-width: 1024px) {
    .wf-inactive p {
        font-size: 26px;
        margin-top: 70px
    }
}

@media screen and (min-width: 1024px) {
    .wf-inactive .webfont-fallback-margin {
        margin-top: 92px;
    }
}

.wf-inactive .contact-h1 {
    font-size: 9vw;
    line-height: 1.25;
    letter-spacing: 0;
}

@media screen and (min-width: 580px) {
    .wf-inactive .contact-h1 {
        font-size: 3.35rem;
    }
}

.wf-inactive input[type="text"],
.wf-inactive textarea {
    font-size: 7vw;
    line-height: 1;
    font-style: italic;
}

@media screen and (min-width: 480px) {
    .wf-inactive input[type="text"] {
        font-size: 2rem;
    }
}

.wf-inactive textarea {
    line-height: 1.32;
}

@media screen and (min-width: 480px) {
    .wf-inactive textarea {
        font-size: 2rem;
    }
}

.wf-inactive input[type="submit"] {
    font-size: 8vw;
    line-height: 1;
    font-style: italic;
    letter-spacing: -1.5px;
}

@media screen and (min-width: 540px) {
    .wf-inactive input[type="submit"] {
        font-size: 2.5rem;
    }
}

.wf-inactive .error-text {
    letter-spacing: 0;
}

.wf-inactive .thankyou-h1 {
    margin-bottom: 55px;
    margin-top: 55px;
    font-size: 9vw;
    letter-spacing: 1.6px;
    line-height: 1;
    text-indent: -4px;
}

@media screen and (min-width: 400px) {
    .wf-inactive .thankyou-h1 {
        margin-top: 71px;
        text-indent: -16px;
        margin-bottom: 58.5px;
    }
}

@media screen and (min-width: 500px) {
    .wf-inactive .thankyou-h1 {
        margin-top: 126px;
        margin-bottom: 61px;
        font-size: 46px;
        text-indent: -6px;
    }
}

@media screen and (min-width: 1260px) {
    .wf-inactive .thankyou-h1 {
        margin-top: 130px;
        font-size: 58px;
        text-indent: -19px;
    }
}

.wf-inactive .thankyou-h2 {
    margin-bottom: 94px;
    font-family: Georgia, "serif";
    font-size: 5vw;
    line-height: 1.5;
    font-style: italic;
    transform: scale(1, 1.3) skewX(-18deg);
    text-indent: -16px;
}

@media screen and (min-width: 400px) {
    .wf-inactive .thankyou-h2 {
        margin-bottom: 92px;
        font-size: 19px;
        line-height: 1.7;
    }
}

@media screen and (min-width: 500px) {
    .wf-inactive .thankyou-h2 {
        margin-bottom: 93px;
    }
}

@media screen and (min-width: 1260px) {
    .wf-inactive .thankyou-h2 {
        margin-bottom: 89px;
        font-size: 23px;
        text-indent: -20px;
    }
}

/* Error Pages */

.layout-error {
    margin-top: 11vw;
}

@media screen and (max-width: 320px) {
    .layout-error {
        margin-top: 40px;
    }
}

@media screen and (min-width: 530px) {
    .layout-error {
        margin-top: 42px;
    }
}

.error-page-h1 {
    font-size: 3.25rem;
    font-size: 17vw;
    margin: 0 auto;
}

@media screen and (max-width: 320px) {
    .error-page-h1 {
        font-size: 3.25rem;
    }
}

@media screen and (min-width: 530px) {
    .error-page-h1 {
        font-size: 5rem;
    }
}

.error-page-h2 {
    font-size: 1.25rem;
    font-size: 6vw;
}

@media screen and (max-width: 320px) {
    .error-page-h2 {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 560px) {
    .error-page-h2 {
        font-size: 1.85rem;
    }
}

.error-page-h3 {
    font-size: 12.5vw;
    margin: 0 auto 10px auto;
}

@media screen and (max-width: 320px) {
    .error-page-h3 {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 530px) {
    .error-page-h3 {
        font-size: 3.65rem;
    }
}

.toilet-image {
    max-width: 350px;
    width: 84%;
    margin-left: 7%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    /*
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    */

    h2,
    h3 {
        page-break-after: avoid;
    }
}