#body {
    overflow: hidden;
}

#body.home .primary {
    margin-right: 0;
    width: 227px;
}

.hero video,
.hero .main-image {
    width: 100%;
    min-height: 660px;
    min-width: 1173px;
    position: relative;
    left: calc(-586px + (100vw / 2));
    z-index: 0;
}

.home p {
    margin-bottom: 0;
}

.full-width {
    position: relative;
}

.hero .absolute-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 137px;

    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.absolute-content .primary {
    margin-top: 170px;
}

#body .company-name {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 62px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 80px;
    text-align: center;
}

#body .company-name div:nth-of-type(2n) {
    font-size: 40px;
    line-height: 60px;
}

.hero .asterisk {
    position: absolute;
    top: 8px;
    width: 37px;
    right: calc((100% / 2) - 158px);
    z-index: 2;
}

.hero .clickbox {
    position: absolute;
    top: 3px;
    width: 45px;
    height: 45px;
    right: calc((100% / 2) - 162px);
    z-index: 2;
}

.hero .asterisk path {
    transition: ease-in 0.15s;
}

.hero .asterisk path.hover-class {
    fill: #182181;
}

.hero .evergreen-hook {
    position: relative;
}

.hero .absolute-content .evergreen-definition {
    position: absolute;
    top: -21px;
    width: 330px;
    opacity: 0;
    transition: ease-in 0.15s;
    padding-top: 20px;
    z-index: 1;
}

.hero .evergreen-definition.hover-class {
    opacity: 1;
}

#body .absolute-content .evergreen-definition-text {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.34px;
    text-align: center;
    font-weight: normal;

    background: url("../images/evergreen_background_mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;

    padding: 73px 41px 80px 33px;

    position: relative;
    z-index: 1;
    height: 490px;
}

.hero .evergreen-definition-shadow::after {
    content: " ";
    display: block;
    width: 100%;
    height: calc(100% - 20px);

    position: absolute;
    right: -12px;
    bottom: -12px;
}

.home .we-are-crimson {
    padding-top: 62px;
    padding-bottom: 60px;
}

#body .we-are-crimson mark {
    background-image: url("../images/mark_background_home_mobile.svg");
    background-size: 100%;
    padding: 31px 35px 31px 20px;
}

.home .we-are-crimson .logo-and-header {
    margin-bottom: 24px;
}

.home .we-are-crimson .logo-and-header svg {
    margin: auto;
    display: block;
}

.home .we-are-crimson .logo-and-header h2 {
    text-align: center;
    letter-spacing: -2.5px;
    margin-top: 20px;
}

.home .we-are-crimson p {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Poppins';
}

.home .we-are-crimson .textbox {
    margin-top: 30px;
}

.home .we-are-crimson h1 {
    text-align: center;
    margin-top: 62px;
    margin-bottom: 22px;
}

.home .blue-background {
    background-color: #182181;
}

body.home .enlarged-p {
    font-size: 26px;
    letter-spacing: 0.5px;
    line-height: 42px;
    text-align: center;

    margin-bottom: 42px;
}

.people-focused {
    margin-top: 85px;
    margin-bottom: 180px;
}

.people-focused h2 {
    margin-top: 66px;
    margin-bottom: 12px;
}

#body .deeply-technical h2,
#body .deeply-technical p,
#body .creative-at-heart h2,
#body .creative-at-heart p {
    color: #fff;
}

.guy-with-laptop {
    position: absolute;
    left: 24px;
    right: 24px;
    top: -47vw;
    width: calc(100% - 48px);

    z-index: 1;
}

.deeply-technical {
    position: relative;
}

#body .deeply-technical h2 {
    margin-top: 140px;
    margin-bottom: 12px;
}

.full-width.deeply-technical {
    padding-bottom: 71px;
}

.full-width.deeply-technical,
.full-width.creative-at-heart {
    background-color: #d10013;
}

.creative-at-heart h2 {
    margin-top: 70px;
    margin-bottom: 12px;
}

.creative-at-heart {
    padding-bottom: 225px;
}

.data-driven {
    margin-top: -125px;
    margin-bottom: 78px;
}

.data-driven h2 {
    margin-top: 73px;
    margin-bottom: 12px;
}

.quality-minded {
    margin-bottom: 70px;
}

.quality-minded h2 {
    margin-top: 86px;
    margin-bottom: 12px;
}

.april-coloring.full-width {
    /* background-clip: url('../images/april_coloring_video.mp4'); */
    z-index: auto;
    bottom: -7px;
}

.april-coloring video {
    width: 100%;
    position: relative;
}

.april-coloring video:first-of-type {
    bottom: -7px;
}

.april-coloring .april-coloring-content {
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;

    position: absolute;
}

.april-coloring .april-coloring-logo {
    margin-bottom: 15px;
}

.april-coloring .shop-badges {
    text-align: center;

    display: flex;
    flex-direction: column;
    max-width: 200px;
    width: 35vw;
    margin: auto;
}

.april-coloring .shop-badges a {
    text-decoration: none;
}

.april-coloring .shop-badges a:first-of-type {
    margin-bottom: 8px;
}

.april-coloring .shop-badges img {
    width: 100%;
}

.recent-blog-posts {
    margin-top: 120px;
    margin-bottom: 80px;
}

.recent-blog-posts .blog-tile h5,
.recent-blog-posts .blog-tile .blog-tile-content {
    transition: ease-in 0.15s;
}

.recent-blog-posts a.blog-tile:hover .blog-tile-content {
    background-color: #d10013;
}

.recent-blog-posts a.blog-tile:hover .blog-tile-bottom {
    opacity: 0.7;
    color: #ffffff;
}

#body .recent-blog-posts a.blog-tile:hover h5 {
    color: #fff;
}

.recent-blog-posts .blog-tile {
    position: relative;
}

.recent-blog-posts a.blog-tile::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #182181;
    transition: ease-in 0.15s;
}

.recent-blog-posts a.blog-tile:hover::before {
    transform: translate(15px, 19px) skew(-0.8deg, -1.3deg);
}

.recent-blog-posts .header h2 {
    margin-bottom: 0;
    text-align: center;
}

.recent-blog-posts .header {
    display: flex;
    align-items: center;
    background-color: unset;

    margin-bottom: 40px;

    flex-wrap: wrap;
    justify-content: center;
}

#body .recent-blog-posts .header .secondary {
    width: 178px;
    margin-top: 34px;
    height: 60px;
    padding-top: 11px;

    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

body.scroll nav.transparent-navbar .buttons {
    background-color: #fff;
}

.navbar.transparent-navbar .buttons {
    background-color: transparent;
}

.home .blog-tiles-list .blog-tile-wrapper:last-of-type {
    display: none;
}

@media (min-width: 576px) {
    .people-focused {
        margin-bottom: calc((100vw - 205px) / 2);
    }

    #body .deeply-technical h2 {
        margin-top: calc((100vw - 100px) / 2);
    }
}

@media (min-width: 768px) {
    #body .absolute-content .evergreen-definition-text {
        padding: 60px 60px 60px 60px;
        background-size: cover;

        font-size: 30px;
        line-height: 43px;
        text-align: left;

        height: unset;
    }

    .hero .absolute-content .evergreen-definition {
        width: 80%;
        max-width: 1020px;
    }

    .hero .absolute-content {
        top: 120px;
    }

    .absolute-content .primary {
        margin-top: 56px;
    }

    #body .company-name {
        font-size: 120px;
        letter-spacing: 0;
        line-height: 142px;
        text-align: center;
    }

    #body .company-name div:nth-of-type(2n) {
        font-size: 84px;
        line-height: 130px;
    }

    .hero .asterisk {
        right: calc((100% / 2) - 300px);
        top: 8px;
        width: 69px;
    }

    .hero .clickbox {
        top: 3px;
        width: 75px;
        height: 75px;
        right: calc((100% / 2) - 302px);
        z-index: 2;
    }

    .home .we-are-crimson {
        padding-top: 66px;
    }

    #body.home .enlarged-p {
        font-size: 36px;
        letter-spacing: 0.69px;
        line-height: 52px;
    }

    #body .we-are-crimson mark {
        background-image: url("../images/mark_background_home.svg");
        background-size: cover;
        padding: 19px 50px 31px 50px;
        font-size: 27px;

        margin-left: 0;
        margin-right: 20px;
    }

    .home .we-are-crimson p {
        margin-left: 20px;
        font-size: 28px;
        line-height: 48px;
        letter-spacing: 0.5px;
    }

    .april-coloring .shop-badges {
        width: unset;
    }

    .april-coloring .shop-badges a:first-of-type {
        margin-bottom: 15px;
    }

    .people-focused {
        margin-bottom: calc((100vw - 360px) / 2);
    }

    #body .deeply-technical h2 {
        margin-top: calc((100vw - 100px) / 2);
    }

    nav.navbar.collapse.transparent-navbar {
        background-color: transparent;
        transition: 0.2s all linear;
        position: fixed;
    }

    body.scroll nav.navbar.collapse {
        background-color: #fff;
    }

    body.scroll nav.transparent-navbar .buttons {
        background-color: transparent;
    }
}

@media (min-width: 992px) {
    #body .absolute-content .evergreen-definition-text {
        background-size: 100% 100%;
        background: url("../images/evergreen_background_red.svg");
    }

    .hero .evergreen-definition-shadow::after {
        background: url("../images/evergreen_background_yellow.svg");
        background-size: unset;
        background-repeat: no-repeat;
    }

    .hero .absolute-content {
        top: 60px;
    }

    .absolute-content .primary {
        margin-top: 56px;
    }

    .hero .asterisk {
        right: calc((100% / 2) - 300px);
        top: 8px;
        width: 69px;
    }

    .hero .clickbox {
        display: none;
    }

    .people-focused {
        margin-top: 100px;
        margin-bottom: 145px;
    }

    .people-focused h2 {
        margin-top: 0;
    }

    .home .guy-with-laptop {
        left: 15px;
        width: 45vw;
        top: -9vw;
    }

    #body .deeply-technical h2 {
        margin-top: 50px;
    }

    .full-width.deeply-technical {
        padding-bottom: 65px;
    }

    .creative-at-heart {
        padding-top: 75px;
        padding-bottom: 150px;
    }

    .creative-at-heart h2 {
        margin-top: 0;
    }

    .data-driven {
        margin-top: 60px;
        margin-bottom: 152px;
    }

    .data-driven h2 {
        margin-top: 0;
    }

    .quality-minded {
        margin-bottom: 142px;
    }

    .quality-minded h2 {
        margin-top: 0;
    }

    .hero video,
    .hero .main-image {
        left: 0;
    }

    .april-coloring .shop-badges {
        flex-direction: row;
        justify-content: center;

        height: 64px;
        max-width: none;
    }

    .april-coloring .april-coloring-logo {
        margin-bottom: 30px;
    }

    .april-coloring .shop-badges img {
        height: 100%;
        width: auto;
    }

    .april-coloring .shop-badges a {
        height: 100%;
    }

    .april-coloring .shop-badges a:first-of-type {
        margin-right: 18px;
    }

    #body .recent-blog-posts .header .secondary {
        margin-top: 0;
        height: 72px;
        padding-top: 16px;
    }

    .recent-blog-posts .header {
        justify-content: space-between;
        margin-bottom: 96px;
        flex-wrap: nowrap;
    }

    .recent-blog-posts .header h2 {
        text-align: left;
    }

    .home .we-are-crimson .logo-and-header {
        margin-bottom: 0;
    }

    .home .we-are-crimson .logo-and-header h2 {
        margin-bottom: 45px;
        margin-top: 20px;
    }
    
    .home .we-are-crimson .logo-and-header p {
        margin-top: 10px;
        text-align: left;
    }
    
    .home .we-are-crimson .logo-and-header svg {
        margin: 0 auto;
        vertical-align: text-bottom;
    }

    .home .we-are-crimson .textbox {
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .home .blog-tiles-list .blog-tile-wrapper:last-of-type {
        display: flex;
    }

    #body .absolute-content .evergreen-definition-text {
        padding: 116px 114px 113px 100px;
        background-size: 100% 100%;
    }

    .hero .evergreen-definition-shadow::after {
        background-size: 100% 100%;
    }

    .hero .absolute-content {
        top: 125px;
    }

    .home .guy-with-laptop {
        left: 35px;
        width: 56vw;
        top: -20vw;
        max-width: 930px;
    }

    .data-driven .blue-shadow-right p {
        width: 510px;
    }
}

/* Animations */
.page-loaded .asterisk {
    -webkit-animation: btn-enter 1.2s; /* Safari 4+ */
    -moz-animation: btn-enter 1.2s; /* Fx 5+ */
    -o-animation: btn-enter 1.2s; /* Opera 12+ */
    animation: btn-enter 1.2s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
    animation-delay: 250ms;
}

.page-loaded .absolute-content .primary {
    -webkit-animation: btn-enter 1.2s; /* Safari 4+ */
    -moz-animation: btn-enter 1.2s; /* Fx 5+ */
    -o-animation: btn-enter 1.2s; /* Opera 12+ */
    animation: btn-enter 1.2s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
}

.april-coloring-content a.in-viewport img {
    -webkit-animation: btn-enter 1.2s; /* Safari 4+ */
    -moz-animation: btn-enter 1.2s; /* Fx 5+ */
    -o-animation: btn-enter 1.2s; /* Opera 12+ */
    animation: btn-enter 1.2s; /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
    animation-delay: 100ms;
}

.april-coloring-content a.animate-in-viewport img {
    transform: scale(0);
}

.asterisk {
    transform: scale(0);
}

.absolute-content .primary {
    transform: scale(0);
}

@-webkit-keyframes btn-enter {
    0% {
        transform: scale(0);
    }
    15% {
        transform: scale(1.05);
    }
    40% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes btn-enter {
    0% {
        transform: scale(0);
    }
    15% {
        transform: scale(1.05);
    }
    40% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes btn-enter {
    0% {
        transform: scale(0);
    }
    15% {
        transform: scale(1.05);
    }
    40% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes btn-enter {
    0% {
        transform: scale(0);
    }
    15% {
        transform: scale(1.05);
    }
    40% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

.truly-independent {
    transition: 0.8s all ease-in-out 0.1s;
    position: relative;
    left: -40px;
    opacity: 0;
}

.truly-independent.in-viewport { 
    left: 0;
    opacity: 1;
}

.animate-in-viewport {
    transition: 0.8s all ease-in-out 0.1s;
    position: relative;
    opacity: 0;
}

.animate-in-viewport.fade-in-left {
    left: -40px;
}

.animate-in-viewport.fade-in-right {
    left: 40px;
}

.animate-in-viewport.in-viewport {
    left: 0;
    right: 0;
    opacity: 1;
}