/*
Theme Name: The Third Floor 2016
Theme URI: http://www.example.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, Funkhaus
Author URI: http://www.thethirdfloorinc.com
Version: 1.0

Fonts:
    font-family: "Weissenhof Grotesk Regular", sans-serif;
        font-weight: 300;
        font-weight: 400;
        font-weight: 500;
        font-weight: 700;

Colors:
    White text: #FFFFFF;
    Black Text: #333333;
    Red: #F65846;
    Off-white backgrounds: #F4F5F0

/*-------------------------------------------------------------- */

/*
 * Fonts
 */
    @import url('fonts/fonts.css');

/*
 * Globals
 */
    body {
        font-family: "Weissenhof Grotesk", sans-serif;
        font-size: 14px;
        background-color: #000000;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        letter-spacing: 0.6px;
    }
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: normal;
    }
    ::selection {
        color: #333333;
        background: #F65846;
    }
    ::-moz-selection {
        color: #333333;
        background: #F65846;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .rounded-button {
        display: inline-block;
        border: 1px solid #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 3px;
        background-color: transparent;
        outline: none;
        appearance: normal;
        color: #ffffff;
        padding: 6px 10px 5px 10px;
        cursor: pointer;
        font-weight: 500;
    }
    .rounded-button:hover {
        background-color: rgba(246, 88, 70, 0.5);
    }
    .smaller {
        font-size: 14px;
    }


/*
 * Links
 */
    a {
        color: inherit;
        text-decoration: none;
        outline: none;
    }
    a:hover {
        color: inherit;
    }
    a img {
       border: none;
    }


/*
 * Page Structure
 */
    #container {

    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 200;
    }
    #content {

    }
    .top-panel {
        position: fixed;
        height: 100vh;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
    }
    .bottom-panel {
        margin-top: 100vh;
        position: relative;
        z-index: 10;
        background-color: #F4F5F0;
        color: #333333;
        overflow: hidden;
        padding: 70px;
    }
    #footer {

    }


/*
 * Menu Panel & Menus
 */
    .hamburger {
        padding: 20px;
        position: fixed;
        top: 50%;
        left: 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 200;
        cursor: pointer;
    }
    .hamburger div {
        width: 20px;
        height: 2px;
        background-color: #ffffff;
        margin-bottom: 5px;
    }
    .hamburger span {
        position: absolute;
        right: 9px;
        text-transform: uppercase;
        top: -24px;
        -webkit-transform: -webkit-rotate(-90deg);
        transform: rotate(-90deg);
        display: none;
    }
    .menu-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        z-index: 190;
        overflow: hidden;
        color: #FFFFFF;
    }
    .menu-panel .wrap {
        height: 100%;
        width: 100vw;
        position: relative;
        background-color: rgba(0, 0, 0, 0.9);

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .main-menu {
        margin: auto 90px;
        list-style: none;
        padding: 0;
        font-size: 46px;
    }
    .main-menu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .main-menu a {
        display: inline-block;
        padding: 3px 0;
    }
    .main-menu .current_page_parent > a,
    .main-menu .current-menu-item > a,
    .main-menu .current-page-ancestor > a,
    .not-mobile .main-menu a:hover {
        color: #F65846;
    }
    .main-menu .sub-menu {
        display: none;
        margin: 0;
        padding: 5px 0;
        font-size: 26px;
    }
    .main-menu .menu-item-has-children > a {
        background-image: url(images/arrow-right-red.svg);
        background-position: -20px center;
        background-repeat: no-repeat;
    }

    /* Sub Menu Opened */
    .main-menu.sub-menu-opened {
        font-size: 26px;
    }
    .main-menu.sub-menu-opened .opened {
        font-size: 46px;
    }
    .main-menu.sub-menu-opened .menu-item-has-children > a {
        background-position: 0 center;
        padding-left: 30px;
    }

    /* News menu */
    .news-menu {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #999999;
    }
    .news-menu li {
        display: inline-block;
    }
    .news-menu a {
        text-transform: uppercase;
        color: #333333;
        display: inline-block;
        padding: 3px 10px;
    }
    .news-menu .current-menu-item a,
    .news-menu a:hover {
        color: #F65846;
    }


/*
 * Header
 */
    .logo {
        position: absolute;
        left: 50%;
        -webkit-transform: -webkit-translateX(-50%) -webkit-translateY(0);
        transform: translateX(-50%) translateY(0);
        top: 22px;
        color: white;
    }
    .logo-small {
        top: 50px;
        -webkit-transform: -webkit-translateX(-50%) -webkit-translateY(-120px);
        transform: translateX(-50%) translateY(-120px);
    }
    .breadcrumb {
        position: fixed;
        top: 30px;
        left: 0;
        padding: 20px;
        z-index: 200;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;

        -webkit-transform: -webkit-rotate(-90deg) -webkit-translateX(-100%);
        -webkit-transform-origin: top left;
        transform: rotate(-90deg) translateX(-100%);
        transform-origin: top left;
    }
    .logo-vertical {
        position: fixed;
        left: 30px;
        bottom: 30px;
        z-index: 200;
        top: auto;
        -webkit-transform: -webkit-translateX(-120px);
        transform: translateX(-120px);
    }

/*
 * Dark text view (like on Blog and Single)
 */
    body.dark-text {
        color: #333333;
        background-color: #F4F5F0;
    }
    .dark-text .logo path {
        fill: #333333;
    }
    .dark-text .hamburger div {
        background-color: #333333;
    }
    .dark-text.menu-opened .hamburger div {
        background-color: #FFFFFF;
    }


/*
 * Blue Backgrounds (like used on team pages)
 */
    body.blue-background {
        background-color: #E6EEFF;
        color: #00B1AA;
    }
    .blue-background .logo path {
        fill: #00B1AA;
    }
    .blue-background .hamburger div {
        background-color: #00B1AA;
    }
    .blue-background.menu-opened .hamburger div {
        background-color: #FFFFFF;
    }
    .blue-background.menu-opened .logo-small path {
        fill: #FFFFFF;
    }
    .blue-background .single-pagination-controls path,
    .blue-background .single-pagination-controls polygon {
        fill: #00B1AA;
    }


/*
 * Menu Panel Opened
 */
    .hamburger:hover div:nth-child(2),
    .menu-opened .hamburger div:nth-child(2) {
        width: 16px;
    }
    .hamburger:hover div:nth-child(3),
    .menu-opened .hamburger div:nth-child(3) {
        width: 12px;
    }
    .hamburger:hover span,
    .menu-opened .hamburger span {
        opacity: 0;
    }
    .menu-opened .logo-vertical path,
    .menu-opened .logo-small path {
        fill: #ffffff;
    }
    .menu-opened .chrome {
        opacity: 0;
    }
    .menu-opened .breadcrumb {
        color: #ffffff;
    }
    .menu-opened.absolute-header #header {
        position: fixed;
        top: -120px
    }
    .menu-opened.absolute-header .logo-small {
        -webkit-transform: translateX(-50%) translateY(120px);
        transform: translateX(-50%) translateY(120px);
    }
    .menu-opened.side-logo .logo-vertical {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px);
    }
    .menu-opened .section .wrap {
        opacity: 0;
    }


/*
 * Slim, fixed and Hidden Headers
 */
    .slim-header .logo-small {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    .slim-header .logo-big {
        -webkit-transform: translateX(-50%) translateY(-120px);
        transform: translateX(-50%) translateY(-120px);
    }
    .hidden-header .logo-small,
    .hidden-header .logo-big {
        -webkit-transform: translateX(-50%) translateY(-120px);
        transform: translateX(-50%) translateY(-120px);
    }
    .hidden-hamburger .hamburger {
        -webkit-transform: translateX(-120px) translateY(-50%);
        transform: translateX(-120px) translateY(-50%);
    }
    .side-logo .logo-vertical {
        -webkit-transform: -webkit-translateX(0);
        transform: translateX(0);
    }
    .absolute-header #header {
        position: absolute;
    }
    .panel-open .breadcrumb,
    .hidden-breadcrumb .breadcrumb {
        -webkit-transform: -webkit-rotate(-90deg) -webkit-translateX(-100%) -webkit-translateY(-100%);
        transform: rotate(-90deg) translateX(-100%) translateY(-100%);
    }
    .hidden-hamburger .scroll-down {
        right: -50px;
    }


/*
 * Social Links
 */
    .menu-panel .social-links {
        position: absolute;
        text-align: center;
        top: 50%;
        width: 55px;
        right: 20px;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .social-links {
        width: 100%;
    }
    .entry .social-links {
        margin-left: -15px;
    }
    .entry .social-links path {
        fill: #333333;
    }
    .social-links > * {
        padding: 15px;
        display: inline-block;
        cursor: pointer;
    }
    .social-links > *:hover path {
        fill: #F65846;
    }


/*
 * Home
 */
    .home.dark-text .hamburger span {
        opacity: 0;
    }
    .home .top-panel {
        overflow: hidden;
    }
    .home .top-panel .entry {
        position: absolute;
        bottom: 10px;
        left: 30px;
        right: 30px;
        text-align: center;
        z-index: 10;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }
    .home .top-panel .office {
        padding: 5px 8px;
        display: inline-block;
    }
    .home .volume-toggle {
        position: absolute;
        padding: 20px;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 10;
        color: #ffffff;
    }
    .home .volume-toggle span {
        opacity: 0;
    }
    .home .volume-toggle .chart {
        position: relative;
        top: 2px;
        margin-left: 3px;
    }
    .home .volume-toggle .close {
        padding: 20px;
        position: absolute;
        right: 2px;
        top: 4px;
        display: none;
    }
    .home .volume-toggle:hover span {
        opacity: 1;
    }
    .home .logo-big {
        display: none;
    }
    .home .controls {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 10vh 10vw;
        cursor: pointer;
        z-index: 10;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .home .controls:hover .logo-home {
        opacity: 0;
    }
    .home .controls:hover .large-soundwave {
        opacity: 1;
    }
    .scroll-down {
        position: absolute;
        right: 10px;
        bottom: 10px;
        padding: 20px;
        z-index: 10;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;

        -webkit-transform: rotate(-90deg) translateX(100%);
        -webkit-transform-origin: bottom right;
        transform: rotate(-90deg) translateX(100%);
        transform-origin: bottom right;
    }
    .scroll-down img {
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

    /* Soundwave animations */
    .soundwave {
        font-size: 0;
        letter-spacing: 0;
    }
    .small-soundwave {
        display: inline-block;
        height: 16px;
        line-height: 16px;
        position: relative;
        top: -2px;
        vertical-align: top;
        width: 18px;
    }
    .large-soundwave {
        height: 60px;
        line-height: 60px;
        width: 90px;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        text-align: center;
        -webkit-transform: -webkit-translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .bar {
        vertical-align: bottom;
        background: #ffffff;
        bottom: 1px;
        height: 3px;
        min-height: 3px;
        display: inline-block;
        margin-right: 2px;
        width: 3px;
        animation: sound 0ms -800ms linear infinite alternate;
    }
    .large-soundwave .bar {
        vertical-align: middle;
    }
    @keyframes sound {
        0% {
            opacity: 1;
            height: 20%;
        }
        100% {
            opacity: 1;
            height: 99%;
        }
    }
    @-webkit-keyframes sound {
        0% {
            opacity: 1;
            height: 20%;
        }
        100% {
            opacity: 1;
            height: 99%;
        }
    }
    .bar:nth-child(1)  { animation-duration: 374ms; }
    .bar:nth-child(2)  { animation-duration: 333ms; }
    .bar:nth-child(3)  { animation-duration: 307ms; }
    .bar:nth-child(4)  { animation-duration: 358ms; }
    .bar:nth-child(5)  { animation-duration: 300ms; }
    .bar:nth-child(6)  { animation-duration: 327ms; }
    .bar:nth-child(7)  { animation-duration: 341ms; }
    .bar:nth-child(8)  { animation-duration: 319ms; }
    .bar:nth-child(9)  { animation-duration: 387ms; }
    .bar:nth-child(10) { animation-duration: 342ms; }
    .bar:nth-child(11) { animation-duration: 374ms; }
    .bar:nth-child(12) { animation-duration: 333ms; }
    .bar:nth-child(13) { animation-duration: 307ms; }
    .bar:nth-child(14) { animation-duration: 358ms; }
    .bar:nth-child(15) { animation-duration: 300ms; }
    .bar:nth-child(16) { animation-duration: 327ms; }
    .bar:last-child { margin-right: 0; }


    /* Video Audio Playing */
    .audio-on .controls {
        opacity: 0;
    }
    .audio-on .volume-toggle span,
    .audio-on .volume-toggle .soundwave {
        display: none;
    }
    .audio-on .volume-toggle .close {
        display: block;
    }
    .audio-on .home .top-panel .entry {
        -webkit-transform: -webkit-translateY(120px);
        transform: translateY(120px);
    }


/*
 * Video Background
 */
    .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-size: cover;
        background-position: center center;
    }
    .background > img {
        display: none;
    }
    .video-background {
        top: 50%;
        left: 50%;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        width: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }


/*
 * Video Player
 */
    .video-player {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
    }
    .video-player .stage {
        position: absolute;
        z-index: 10;
        top: 100px;
        left: 70px;
        bottom: 100px;
        right: 70px;
        max-width: 1280px;
        margin: auto;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .video-player iframe {
        background-color: black;
    }
    .video-player .return-button {
        position: absolute;
        top: 30px;
        right: 10px;
        padding: 20px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;

        -webkit-transform: rotate(-90deg) translateY(-100%);
        -webkit-transform-origin: top right;
        transform: rotate(-90deg) translateY(-100%);
        transform-origin: top right;
    }
    .video-player .return-button .svg {
        position: relative;
        top: 3px;
        margin-left: 4px;
    }
    .return-button:hover .svg,
    .return:hover .svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }



/*
 * Credits Panel
 */
    .credits-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        height: 100%;
        padding: 0 70px;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transform: translateY( calc(100% - 37px) );
        transform: translateY( calc(100% - 37px) );
    }
    .credits-hidden .credits-panel {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .credits-button {
        padding: 10px 20px;
        cursor: pointer;
        display: inline-block;
    }
    .credits-button .svg {
        margin-right: 5px;
        position: relative;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
    }
    .credits-button:hover {
        background-color: rgba(246, 88, 70, 0.5);
    }
    .credits-button .close-x {
        display: none;
    }
    .credits-panel .grid {
        margin: 20px 0;
    }
    .credit-block {
        display: inline-block;
        border: 2px solid transparent;
        margin: 10px 10px 30px 10px;
        width: 240px;
        vertical-align: top;
    }
    .credit-block .thumbnail {
        position: relative;
        min-width: 240px;
        min-height: 135px;
        background-size: auto 50%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .credit-block .title {
        font-size: 16px;
        margin: 20px 10px;
        text-transform: none;
        line-height: 1.3;
    }
    .type-credit .credit-block .title {
        display: none;
    }
    .credit-block img {
        display: block;
        z-index: 10;
        position: relative;
    }
    .credit-block:hover .title {
        color: #F65846;
    }

    /* Credits Opened */
    .credits-opened .credits-panel {
        background-color: rgba(0, 0, 0, 0.9);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        overflow-y: auto;
    }
    .credits-opened .credits-button {
        margin-top: 80px;
    }
    .credits-opened .video-player .stage {
        -webkit-transform: translateY(-100vh);
        transform: translateY(-100vh);
    }
    .credits-opened .credits-button:hover {
        background-color: transparent;
    }
    .credits-opened .credits-button .icon {
        display: none;
    }
    .credits-opened .credits-button .close-x {
        display: inline-block;
    }
    .credits-opened .slideshow-pager {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }




/*
 * Sections
 */
    .section {
        min-height: 100vh;
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section .slide > .wrap,
    .section > .wrap {
        margin: 130px auto;
        max-width: 700px;
        padding: 0 70px;
        position: relative;
        z-index: 10;
    }
    .section .heading {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        top: 30px;
        right: 30px;
        z-index: 10;
        position: absolute;
        z-index: 10;

        -webkit-transform: rotate(-90deg) translateY(-100%);
        -webkit-transform-origin: right top;
        transform: rotate(-90deg) translateY(-100%);
        transform-origin: right top;
    }
    .pager {
        position: fixed;
        top: 50%;
        right: 10px;
        z-index: 2;
        text-align: right;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pager .pager-item {
        padding: 5px 20px;
        cursor: pointer;
    }
    .pager .pager-item.active .dot {
        background-color: #FFFFFF;
    }
    .pager .title {
        opacity: 0;
    }
    .pager .dot {
        height: 8px;
        width: 8px;
        border: 1px solid #ffffff;
        border-radius: 100%;
        display: inline-block;
        margin-left: 3px;
        position: relative;
        top: 1px;
    }
    .section .entry h2,
    .section .title {
        position: relative;
        font-size: 42px;
        line-height: 1.3;
    }
    .section .entry {
        font-size: 28px;
        line-height: 1.4;
    }
    .section .entry h3 {
        font-size: 14px;
        font-weight: 500;
    }
    .section-default .entry ul {
        margin: 30px auto;
        padding: 0;
        font-size: 14px;
        text-align: left;
        list-style-type: disc;
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .section-default .entry ul + ul{
        width: calc(49% - 30px);
        margin-left: 30px;
    }
    .section-default .entry ul li {
        margin-bottom: 10px;
    }
    .section-default .entry small {
        font-size: 10px;
        font-style: italic;
    }

    /* Section Panel */
    .section .section-panel {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        z-index: 20;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .panel-button {
        cursor: pointer;
        display: inline-block;
        padding: 10px;
        margin-top: 80px;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        z-index: 110;
        position: relative;
    }
    .panel-button .svg {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: -2px;
        vertical-align: middle;
    }

    .panel-open .section-panel {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .pager-hidden .pager {
        -webkit-transform: translateY(-50%) translateX(100%)
        transform: translateY(-50%) translateX(100%)
    }
    .panel-open .credits-panel {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    /* Text with video */
    .section-text-video .wrap {
        cursor: pointer;
        padding: 70px;
        margin: 60px auto;
    }
    .section-text-video .play-button {
        position: absolute;
        top: 70px;
        left: 50%;
        opacity: 0;
        margin-left: -18.5px;
        margin-top: 0;
    }
    .section-text-video .entry {
        font-size: 14px;
    }
    .section.video-player-opened .wrap {
        opacity: 0;
    }
    .section-text-video .credits-panel {
        position: absolute;
        z-index: 110;
    }
    .section.video-player-opened .wrap .play-button,
    .not-mobile .section-text-video .wrap:hover .play-button {
        opacity: 1;
        margin-top: -50px;
    }
    .section.video-player-opened .wrap .entry,
    .not-mobile .section-text-video .wrap:hover .entry {
        opacity: 0;
    }

    /* Slideshow */
    .section .slideshow {
        position: relative;
        z-index: 0;
        min-height: 100vh;
        width: 100%;
        overflow: hidden;
    }
    .slideshow .slide {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;

        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .slideshow-pager {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        z-index: 110;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .slideshow-pager span {
        height: 40px;
        line-height: 40px;
        cursor: pointer;

        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .slideshow-pager span:hover,
    .slideshow-pager span.active {
        background-color: rgba(246, 88, 70, 0.5);
    }
    .study-button .svg {
        position: relative;
        top: 4px;
        margin-right: 3px;
    }
    .slideshow-mobile-pager {
        display: none;
    }
    .slideshow-pager .menu-icon {
        display: none;
    }

    /* Slim Section */
    .section-slim {
        min-height: 33.33vh;
        background-color: #000000;
    }
    .section-slim .wrap {
        width: 100%;
        max-width: 1200px;
        margin: 70px auto;
        padding: 0 70px;
        box-sizing: border-box;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-slim .entry {
        font-size: 14px;
        max-width: 425px;
        text-align: left;
    }
    .section-slim .website-link {
        font-size: 12px;
        text-transform: uppercase;
    }
    .section-slim .website-link .svg {
        position: relative;
        top: 2px;
        margin-right: 3px;
    }
    .section-slim .website-link:hover {
        color: #F65846;
    }
    .section-slim .website-link:hover path {
        fill: #F65846;
    }
    .section-slim:nth-child(odd) .wp-second-post-image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .section-slim:nth-child(odd) .entry {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    /* Color Section */
.section-color {
        min-height: 100vh;
        width: 100%;
        position: relative;
        padding: 70px;
        box-sizing: border-box;
        font-size: 24px;
        text-align: left;
        overflow: visible;
        background-color: transparent;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .section-color > * {
        z-index: 10;
        position: relative;
    }
    .section-color .image-wrap {
        position: absolute;
        z-index: 0;
        top: 70px;
        left: 70px;
        width: calc(50% - 140px);
        background-size: contain;
        background-position: top left;
        background-repeat: no-repeat;
        opacity: 0.8;
    }
    .section-color .image-wrap img {
        height: auto;
        max-width: 1280px;
        font-size: 0;
        width: 100%;
        display: block;
        opacity: 0;
        max-height: calc(100vh - 200px);
    }
    .section-color .image-wrap:last-child {
        left: auto;
        bottom: 0;
        right: 70px;
        top: auto;
        background-position: right bottom;
    }
    .section-color .entry {
        margin: 2em 0 0 0;
        position: relative;
        left: 70px;
    }
    .section-color h2 {
        font-size: 60px;
    }

    /* Half text & Half video section */
    .section-half-half {
        background-color: #000000;
    }
    .section-half-half .half-video {
        height: 50%;
        position: relative;
        height: 50vh;
        width: 100%;
        overflow: hidden;
    }
    .section-half-half .overlay {
        display: none;
    }
    .section-half-half .wrap {
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 auto;
        max-width: 1280px;
        padding: 0 70px;
        text-align: left;
        min-height: 50vh;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-half-half h2 {
        font-size: 18px;
        text-align: center;
        margin: 30px auto;
        width: 100%;
    }
    .section-half-half .entry ul {
        padding: 0;
        margin: auto;
        list-style: none;
        overflow: hidden;
        font-size: 0;
    }
    .section-half-half .entry li {
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        width: 29%;
    }
    .section-half-half .entry li:nth-child(4n) {
        width: 12%;
    }

    /* Section Long */
    .section-long {
        padding: 70px;
        text-align: left;
        box-sizing: border-box;
        display: block;
    }
    .section-long .entry {
        margin: 0 30px;
    }
    .section-long h2 {
        font-size: 42px;
    }
    .section-long .entry ul {
        margin: 20px 0;
        list-style: none;
        padding: 0;
        font-size: 28px;
    }
    .section-long .entry li {
        list-style: none;
        padding: 1px 0;
        margin: 0;
        display: inline-block;
    }
    .section-long .entry li:after {
        content: ' • ';
    }
    .section-long .entry li:last-child:after {
        content: '';
    }

    /* Zoomed Out */
    .sections-wrap {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }
    .zoomed-out .pager .title {
        opacity: 1;
    }
    .zoomed-out .pager .pager-item {
        padding: 10px 20px;
    }
    .zoomed-out .pager-item.active {
        color: #F65846;
    }
    .zoomed-out .pager-item.active .dot {
        background-color: #F65846;
        border-color: #F65846;
    }
    .zoomed-out .work-sections > .credits-panel {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .zoomed-out .click-blocker {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 200;
    }


/*
 * Whate We Do overrides
 */
    .what-we-do .pager .dot {
        position: relative;
    }
    .what-we-do .pager .dot::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 1px;
        height: 20px;
        background-color: #ffffff;
        z-index: 1;
    }
    .what-we-do .pager-item:first-child .dot::before {
        display: none;
    }
    .pager .active .dot::after {
        background-color: #F65846;
    }
    .what-we-do.zoomed-out .pager .dot::before {
        height: 30px;
    }


/*
 * Before After Shortcode
 */
    .before-after {
        margin: 2em auto;
        overflow: hidden;
    }
    .before-after .wrap {
        height: 0;
        position: relative;
    }
    .before-after .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .before-after .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
    }
    .before-after .clip {
        overflow: hidden;
        left: 0;
        right: 0;
        border-right: 1px solid #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .before-after .handle {
        position: absolute;
        left: 100% !important;
        top: 0;
        bottom: 0;
        width: 0;
        cursor: col-resize;
        z-index: 20;
    }
    .gallery-section .slides .wp-caption-text {
        display: none;
    }
    .before-after .test {
        position: absolute;
        top: 50%;
        width: 80px;
        height: 40px;
        left: -99px;
        margin-top: -40px;
        padding: 40px;
        background-image: url(images/icon-dragger.svg);
        background-position: center center;
        background-repeat: no-repeat;
    }


/*
 * Awards shortcode
 */
    .awards-shortcode {
        margin: 2em 0;
    }
    .awards-shortcode .award {
        margin-right: 30px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }
    .awards-shortcode .award img {
        margin-bottom: 15px;
    }
    .awards-shortcode .award:last-child {
        margin-right: 0;
    }
    .awards-shortcode .award span {
        display: block;
    }
    .awards-shortcode .award .count-0 {
        font-weight: 500;
        font-size: 14px;
    }
    .awards-shortcode .award .count-1 {
        font-size: 9px;
        margin-top: 3px;
    }


/*
 * Section Gallery
 */
    .gallery-section {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 0;
    }
    .gallery-section .slides {
        top: 75px;
        left: 0;
        bottom: 75px;
        right: 0;
        position: absolute;
        z-index: 0;
    }
    .gallery-item,
    .gallery-item .before-after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        margin: 0;
    }
    .gallery-image {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .gallery-image > img {
        display: none;
    }
    .gallery-before-after .wrap {
        height: 100%;
        width: 100%;
        padding-bottom: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
    }
    .gallery-section .captions {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        z-index: 0;
    }
    .gallery-section .caption {
        width: 100%;
        height: 100%;
        text-align: center;
        color: #999999;

        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .gallery-section .wp-caption-text {
        font-size: 14px;
        font-style: normal;
        margin: 1em 70px;
    }
    .gallery-section .browse {
        bottom: 10px;
        padding: 20px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        z-index: 10;
        line-height: 1;
    }
    .gallery-section .browse .svg {
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin: 0 3px;
    }
    .gallery-section .prev {
        left: 7px;
    }
    .gallery-section .next {
        right: 7px;
    }



/*
 * Credits shortcode
 */
    .credits-shortcode {
        margin: 2.5em auto;
        padding: 0 0 40px 0;
        border-bottom: 2px solid #999999;
        text-align: left;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .credits-shortcode > p {
        max-width: 30%;
    }

/*
 * Expanding borders
 */
    .expanding-border {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
        z-index: 0;
        background-color: #F65846;
    }
    .not-mobile a.block:hover .expanding-border {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .not-mobile a.credit-block:hover .expanding-border {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

/*
 * News Grid & Blocks
 */
    .news-grid {
        max-width: 1280px;
        margin: 0 auto;
    }
    .news-block {
        color: #333333;
        float: left;
        width: 40%;
        font-size: 14px;
        padding: 0 30px 60px 30px;
        box-sizing: border-box;
        opacity: 0;
        min-height: 500px;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    .news-block.in-view {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .news-block .thumbnail {
        height: 0;
        position: relative;
        max-width: 100%;
        height: auto;
    }
    .news-block .thumbnail .mask {
        position: relative;
        overflow: hidden;
        z-index: 10;
    }
    .news-block .thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .news-block .title {
        font-size: 18px;
        font-weight: 500;
        max-width: 700px;
        margin: 30px 0 10px;
        line-height: 1.25;
    }
    .news-block .excerpt {
        max-width: 700px;
        line-height: 1.5;
    }
    .news-block .excerpt p {
        margin-top: 0;
    }
    .news-block:hover {
        color: #F65846;
    }
    .not-mobile .news-block:hover .thumbnail img {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    /* Different sizes of news posts */
    .grid-sizer {
        width: 1%;
    }
    .news-block:nth-child(1) {
        width: 80%;
        padding: 0 0 60px 0;
    }
    .news-block:nth-child(1) .meta {
        float: right;
    }
    .news-block:nth-child(2),
    .news-block:nth-child(3) {
        width: 40%;
        padding: 0 0 60px 10%;
        box-sizing: content-box;
    }
    .news-block:nth-child(4),
    .news-block:nth-child(5) {
        width: 40%;
        padding: 0 30px 60px 30px;
    }
    .news-block:nth-child(6),
    .news-block:nth-child(7),
    .news-block:nth-child(8) {
        width: 40%;
        padding: 0 0 60px 10%;
        box-sizing: content-box;
    }


/*
 * Inline Gallery
 */
    .gallery-inline {
        height: 0;
        width: 100%;
        margin: 2em 0;
        position: relative;
        z-index: 0;
    }
    .gallery-inline .gallery-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #000000;
    }
    .gallery-inline .gallery-item img {
        display: none;
    }
    .gallery-inline .controls-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        z-index: 110;
    }
    .gallery-inline .controls {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 120px;
        width: 120px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.8);
        text-align: center;
        font-size: 20px;
        color: #ffffff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-flex;
        display: flex;
    }
    .gallery-inline .counter {
        margin: auto;
    }
    .gallery-inline .counter span {
        font-size: 40px;
        display: block;
    }
    .gallery-inline .browse {
        position: absolute;
        padding: 20px;
        top: 50%;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .gallery-inline .prev {
        left: 0;
    }
    .gallery-inline .next {
        right: 0;
    }
    .gallery-inline.active .controls-wrap {
        opacity: 0;
    }
    .gallery-inline.active .controls-wrap:hover {
        opacity: 1;
    }

/*
 * Category
 */
    #content.category {
        margin-top: 150px;
        padding: 30px 70px;
    }
    .category .news-grid {
        margin-top: 30px;
    }
    .category-pagination {
        text-align: center;
        margin: 40px 0;
        font-size: 65px;
        font-weight: 500;
    }
    .category-pagination .current,
    .category-pagination a:hover {
        color: #F65846;
    }

/*
 * Single (Blog detail)
 */
    .single #container {
        margin: 0 70px;
        overflow: hidden;
    }
    #content.single {
        margin-top: 150px;
    }
    .single .title {
        text-align: center;
        font-size: 42px;
        font-weight: 500;
        margin: 30px auto;
    }
    .single .post-wrap {
        max-width: 1280px;
        margin: 40px auto;
    }
    .single .meta {
        text-align: center;
        color: #666666;
        margin: -10px 0 40px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
    }
    .single .meta a {
        text-transform: uppercase;
    }
    .single .meta a:hover {
        color: #F65846;
    }
    .wp-caption-text {
        max-width: 580px;
        margin: 1em auto;
        font-size: 12px;
        font-style: italic;
    }
    .blog-styles .entry {
        text-align: center;
        font-size: 16px;
    }
    .blog-styles .entry h3 {
        font-size: 36px;
        max-width: 1060px;
        margin: 1em auto;
        line-height: 1.3;
    }
    .blog-styles .entry h4 {
        font-size: 18px;
        font-weight: 500;
        max-width: 600px;
        margin: 0 auto;
        text-align: left;
    }
    .blog-styles .entry ul {
        text-align: left;
        max-width: 600px;
        margin: 2em auto;
    }
    .blog-styles .entry h4 + ul {
        margin-top: 0.5em;
    }
    .blog-styles .entry blockquote {
        font-size: 36px;
        font-style: italic;
        margin: 1em 0;
        text-align: center;
        line-height: 1.2;
    }
    .blog-styles .wp-caption {
        margin: 2em auto;
        color: #666666;
        width: 100% !important;
    }
    .blog-styles .alignnone > img,
    .blog-styles .alignnone {
        width: 100%;
        height: auto;
    }
    .blog-styles .entry > p {
        max-width: 600px;
        margin: 2em auto;
        text-align: left;
        line-height: 1.4;
    }
    .blog-styles .entry img {
        max-width: calc(100vw - 140px);
        height: auto;
    }
    .blog-styles .entry a {
        color: #F65846;
    }
    .blog-styles .entry a:hover {
        text-decoration: underline;
    }




/*
 * Single Pagination
 */
    .single-pagination {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #222222;
        width: 0;
        height: 100%;
        overflow: hidden;
    }
    .single-pagination-controls {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        z-index: 20;
        position: fixed;
        top: 35px;
        right: 0;
        width: 254px;
        text-align: right;

        -webkit-transform: rotate(-90deg) translateY(-100%);
        -webkit-transform-origin: right top;
        transform: rotate(-90deg) translateY(-100%);
        transform-origin: right top;
    }
    .single-pagination-controls a {
        padding: 20px 15px;
        display: inline-block;
    }
    .single-pagination-controls .svg {
        position: relative;
        top: 2px;
        margin-left: 3px;
    }
    .single-pagination-controls path {
        fill: #333333;
    }
    .single-pagination-controls .return .svg {
        top: 3px;
    }
    .single-pagination .preview-block {
        position: absolute;
        top: 159px;
        right: 60px;
        width: 240px;
        text-align: left;
        opacity: 0;
    }
    .preview-block .title {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        margin: 1em 0;
    }
    .preview-block .excerpt {
        color: #999999;
        font-size: 12px;
    }

    /* Open state */
    .bump-left #header,
    .bump-left #content {
        -webkit-transform: translateX(-340px);
        transform: translateX(-340px);
    }
    .bump-left .single-pagination {
        width: 340px;
    }
    .bump-left .single-pagination-controls path,
    .bump-left .single-pagination-controls polygon{
        fill: #333333;
    }
    .bump-left .single-pagination-controls a {
        color: #333333;
    }
    .bump-left .single-pagination-controls a.active,
    .bump-left .single-pagination-controls a:hover {
        color: #F65846;
    }
    .bump-left .single-pagination-controls a.active polygon,
    .bump-left .single-pagination-controls a:hover polygon,
    .bump-left .single-pagination-controls a:hover path {
        fill: #F65846;
    }
    .pagination-prev .preview-block.prev {
        opacity: 1;
    }
    .pagination-next .preview-block.next {
        opacity: 1;
    }




/*
 * Team Grid
 */
    #content.team-grid {
        text-align: center;
        margin-top: 150px;
        padding: 0 40px;
    }
    .team-grid h2 {
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .team-block {
        display: inline-block;
        vertical-align: top;
        margin: 0 30px 60px 30px;
    }
    .team-block .thumbnail {
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
        border-radius: 50%;
    }
    .team-block .mask {
        width: 200px;
        height: 200px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }
    .team-block img {
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0;
        z-index: 10;
    }
    .team-block .wp-second-post-image {
        opacity: 0;
        z-index: 20;
    }
    .team-block .expanding-border {
        border-radius: 50%;
    }
    .team-block .title {
        font-size: 18px;
        margin: 8px 0;
    }
    .team-block .credit {
        font-size: 14px;
        font-style: italic;
        line-height: 1.3;
    }

    /* Hover state */
    a.team-block:hover {
        color: #F65846;
    }
    .team-block:hover .wp-second-post-image {
        opacity: 1;
    }



/*
 * Team Detail
 */
    .team-detail #container {
        margin: 0 70px;
        overflow: hidden;
    }
    #content.team-detail {
        margin-top: 150px;
        text-align: center;
    }
    .team-detail .thumbnail {
        position: relative;
        margin: 0 auto 40px auto;
        display: inline-block;
    }
    .team-detail .thumbnail img {
        max-width: 525px;
        height: auto;
        width: 100%;
        border-radius: 50%;
        margin: auto;
        display: block;
        font-size: 0;
    }
    .team-detail .thumbnail .wp-second-post-image {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .team-detail .thumbnail:hover .wp-second-post-image {
        opacity: 1;
    }
    .team-detail > .title {
        font-size: 36px;
        text-align: center;
        font-weight: 500;
    }
    .team-detail .credit {
        font-size: 20px;
        font-style: italic;
        text-align: center;
        margin-top: 10px;
    }
    .team-detail .entry {
        max-width: 1280px;
        margin: 40px auto;
        font-size: 16px;
        text-align: left;
    }
    .team-detail .preview-block {
        text-align: center;
    }
    .team-detail .preview-block img {
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }
    .team-detail .preview-block .title {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .team-detail .preview-block .credit {
        font-weight: 400;
        line-height: 1.3;
        font-size: 14px;
        color: #999999;
    }


/*
 * About
 */
    body.about {
        background-color: #404C63;
    }
    .about .section {
        background-color: #000000;
    }
    .about .section-group,
    .about .section-color {
        background-color: transparent;
    }
    .about .sections-wrap > .section:first-child .image-wrap:first-child {
        top: 130px;
    }
    #awards .image-wrap:first-child {
        top: -70px;
    }
    .image-wrap .overlay {
        display: none;
    }


/*
 * Contact
 */
    body.contact {
        background-color: #f4f5f0;
    }
    .contact-slideshows {
        height: 70vh;
        width: 100%;
        position: relative;
        z-index: 0;
        background-color: #000000;
    }
    .contact-slideshows .slide,
    .contact-slideshows .country {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
        background-color: #000000;
    }
    .contact-slideshows .country.active {
        z-index: 101 !important; /* Hack to fix Cycle2 bug where z-index are too low for active slide */
    }
    .contact-slideshows .slide img {
        display: none;
    }
    .contact-slideshows .slideshow {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .contact-slideshows .office-pager {
        position: absolute;
        bottom: 20px;
        left: 100px;
        right: 100px;
        text-align: center;
        z-index: 110;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        color: #ffffff;
    }
    .office-pager span {
        display: inline-block;
        padding: 10px;
        opacity: 0.5;
        cursor: pointer;
    }
    .office-pager .active {
        opacity: 1;
    }
    .contact-slideshows .browse {
        position: absolute;
        bottom: 20px;
        cursor: pointer;
        z-index: 110;
        padding: 10px;
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
    }
    .contact-slideshows .browse .svg {
        position: relative;
        top: 2px;
    }
    .contact-slideshows .prev {
        left: 20px;
    }
    .contact-slideshows .next {
        right: 20px;
    }

    /* Contact Entry Styles */
    .contact .entry {
        max-width: 900px;
        margin: 70px auto;
        padding: 0 70px;
        font-size: 16px;
        color: #333333;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contact .column:first-child {
        margin-right: 80px;
        margin-bottom: 30px;
    }
    .contact h2 {
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .contact h3 {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .contact .address + p,
    .contact h2 + p,
    .contact h3 + p {
        margin-top: 0;
    }
    .contact .map .svg {
        position: relative;
        top: 2px;
    }
    .contact .email .svg {
        position: relative;
        top: 3px;
        margin-right: 3px;
    }
    .contact p {
        margin: 2em 0;
    }
    .contact a:hover {
        color: #F65846;
    }
    .contact a:hover path {
        fill: #F65846;
    }
    .funkhaus-p {
        margin-top: 50px;
        width: 100%;
    }
    .contact .edit-p {
        width: 100%;
    }

/*
 * Mailing list
 */
    #mailing-list {
        display: none;
        z-index: 500;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        color: #ffffff;
    }
    #mailing-list .wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 50px 30px;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #mailing-list h2 {
        font-size: 26px;
        font-weight: 500;
        text-transform: none;
    }
    #mailing-list p {
        margin: 10px 0;
    }
    #mailing-list form {
        width: 100%;
        max-width: 700px;
        display: block;
    }
    #mailing-list .email {
        display: block;
        border: none;
        font-size: 26px;
        font-weight: 400;
        font-family: "Weissenhof Grotesk", sans-serif;
        padding: 10px;
        text-align: left;
        color: #333333;
        appearance: normal;
        width: 100%;
        box-sizing: border-box;
        margin: 30px 0;
    }
    #mailing-list .button {
        display: inline-block;
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        font-family: "Weissenhof Grotesk", sans-serif;
        border: none;
        background-color: transparent;
        cursor: pointer;
        appearance: normal;
        margin: 0 15px;
        padding: 0;
        padding-left: 25px;
        background-position: left 4.5px;
        background-repeat: no-repeat;
    }
    #mailing-list .submit {
        background-image: url(images/icon-tick.svg);
        padding-left: 30px;
    }
    #mailing-list .submit:hover {
        color: #4D84F1;
    }
    #mailing-list .close {
        background-image: url(images/icon-x-red.svg);
    }
    #mailing-list .close:hover {
        color: #F65846;
    }



/*
 * Careers
 */
    .careers .overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }
    #perks .entry {
        font-size: 20px;
    }
    #perks small {
        display: block;
        line-height: 1.3;
    }
    #artists-first a {
        display: inline-block;
        vertical-align: middle;
        margin: 20px;
    }


/*
 * Utilities
 */
    .post-edit-link {
        font-size: 10px;
        text-transform: uppercase;
    }
    .fluid-width-image-wrapper img {
        height: auto;
        width: 100%;
    }


/*
 * Animations
 */
    /* Bounce */
    .shake {
        animation: shake 1.5s ease-in-out infinite;
    }
    @-webkit-keyframes shake {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: -webkit-translateX(0);
        }
        40% {
            -webkit-transform: -webkit-translateX(-5px);
        }
        60% {
            -webkit-transform: -webkit-translateX(5px);
        }
    }
    @keyframes shake {
        0%, 20%, 50%, 80%, 100% {
            transform: translateX(0);
        }
        40% {
            transform: translateX(-5px);
        }
        60% {
            transform: translateX(5px);
        }
    }

    /* Color */
    #mailing-list .button,
    .credit-block .title,
    .meta a,
    .category-pagination a,
    .news-block,
    .single-pagination-controls a,
    .team-block,
    .menu a,
    .entry a {
        -webkit-transition: color 0.4s;
        transition: color 0.4s;
    }

    /* Opacity */
    .team-detail .thumbnail img,
    .section .wrap,
    .chrome,
    .team-block img,
    .preview-block,
    .office-pager span,
    .pager-item .title,
    .gallery-inline .controls-wrap,
    .controls > *,
    .volume-toggle span,
    .browse {
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

    /* Transform */
    #header,
    #content,
    .pager,
    .section-panel,
    .slideshow-pager,
    .stage,
    .home .top-panel .entry {
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }

    /* Transform & Background Color */
    .credits-panel {
        -webkit-transition: -webkit-transform 0.4s, background-color 0.4s;
        transition: transform 0.4s, background-color 0.4s;
    }

    /* Block zooms */
    .news-block img {
        -webkit-transition: -webkit-transform 10s;
        transition: transform 10s;
    }

    /* Background Color */
    body.about {
        -webkit-transition: background-color 1s;
        transition: background-color 1s;
    }

    /* Transform & Opacity & Margin Top */
    .news-block,
    .section-text-video .title,
    .section-text-video .play-button,
    .section-text-video .entry {
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, margin-top 0.4s;
        transition: transform 0.4s, opacity 0.4s, margin-top 0.4s;
    }
    .news-block {
        -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
        transition: transform 0.8s, opacity 0.8s;
    }

    /* Everything */
    .scroll-down,
    .dot::before,
    .expanding-border,
    .single-pagination,
    .pager-item .dot,
    .credits-button,
    a.rounded-button,
    .rounded-button,
    .slideshow-pager span,
    .pager-item,
    .hamburger,
    .hamburger > *,
    .breadcrumb,
    .logo-big,
    .logo-small,
    .logo-vertical,
    .return-button .svg,
    .return .svg,
    svg polygon,
    svg path {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    /* Custom menu transitions */
    .main-menu,
    .sub-menu {
        -webkit-transition: font-size 0.4s;
        transition: font-size 0.4s;
    }
    .main-menu a {
        -webkit-transition: color 0.4s, padding-left 0.4s, background-position 0.4s;
        transition: color 0.4s, padding-left 0.4s, background-position 0.4s;
    }


/*
 * Wordpress Required
 */
    #tagline {
        display: none;
    }
	.alignleft {
	    display: inline;
	    float: left;
	}
	.aligncenter {
	    clear: both;
	    display: block;
	    margin: 0 auto 2em auto;
	}
	.alignright {
	    display: inline;
	    float: right;
	}
	img.alignleft {
	    margin: 0 1em 1em 0;
	}
	img.alignright {
	    margin: 0 0 1em 1em;
	}
	img.aligncenter {
	    margin: 0 auto 2em auto;
	}