/* Page Structure */
#scroll-wrap {
    position: fixed;
    z-index: 997;
    right: 2%;
    bottom: 50%;
    width: 8px;
    height: auto;
}

.scrollDown a {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 0 .5em 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(236, 97, 21, 0.5);
}

.scrollDown a:hover {
    background: rgba(236, 97, 21, 1);
}

#intro,
#second,
#third,
#fourth {
    position: relative;
    height: 100%;
}

/* Nav */
#nav {
    position: fixed;
    z-index: 9999;
    right: 20px;
    list-style: none;
}

#nav li {
    margin: 0 0 15px 0;
}

/* Slide One - Intro */
#intro {
    min-height: 780px;
    margin: 0 auto;
    padding: 0;
    background: url(images/home/mobile-slide-1.jpg) top center no-repeat scroll;
    background-size: cover;
    color: white;
}

#intro p {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    word-spacing: 0.1em;
    text-align: center;
}

#home-tagline {
    margin: 13% auto 3%;
    color: #fff;
    font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 7em;
    font-weight: bold;
    letter-spacing: -6px;
    line-height: 1em;
    word-spacing: -0.01em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

#home-tagline span {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#who-we-are,
span.cities {
    color: #4e4e4e;
    font-family: 'Whiteboard', 'Helvetica Neue', 'HelveticaNeue', Helvetica,
        Arial, sans-serif;
    font-size: 1.35em;
    text-shadow: 1px 1px 0 rgba(250, 250, 250, 0.5);
}

#intro p.service-link {
    width: 100%;
    max-width: 1000px;
}

.service-link a {
    display: block;
    margin: 26px auto 20px;
    padding: 10px 0 12px;
    color: #ec6115;
    font-family: 'raleway';
    font-size: 23px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.service-link a:hover {
    color: #333;
}
@media (max-width: 1200px) {
    #intro {
        min-height: 680px;
    }
}
@media (max-width: 900px) {
    .service-link a {
        font-size: 16px;
    }
    #who-we-are,
    span.cities {
        font-size: 1.2em;
    }
}

@media (max-width: 650px) {
    #who-we-are,
    span.cities {
        font-size: 0.8em;
    }
}

@media (max-width: 600px) {
    .service-link {
        display: none;
    }
    #who-we-are,
    span.cities {
        display: none;
    }
}

/* Animated Intro */
#animated-intro {
    position: relative;
    width: 100%;
    padding: 0 0 6em 0;
    overflow: hidden;
    background: #fff;
}
.wipe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.wipe span {
    position: absolute;
    width: 150%;
    height: 100%;
    -webkit-transform: translate(120%, 0%) skewX(-30deg);
    -ms-transform: translate(120%, 0%) skewX(-30deg);
    transform: translate(120%, 0%) skewX(-30deg);
    -webkit-animation: wipe 1s 0s ease-in-out;
    animation: wipe 1s 0s ease-in-out;
}

.wipe span:nth-child(1) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.wipe span:nth-child(2) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.wipe span:nth-child(3) {
    -webkit-animation-delay: 1.11s;
    animation-delay: 1.11s;
}

.wipe span:nth-child(4) {
    -webkit-animation-delay: 1.06s;
    animation-delay: 1.06s;
}

.wipe span:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wipe span.white {
    background: #fff;
}

.wipe span.light {
    background: #ee7d27;
}

.wipe span.dark {
    background: #f05327;
}

.circle {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 25rem;
    height: 25rem;
    margin: 15vh auto 10vh;
    opacity: 0;
    border-radius: 50%;
    background: #fff;
    -ms-flex-align: center;
}

@media screen and (max-width: 500px) {
    .circle {
        width: 15rem;
        height: 15rem;
        margin: 15vh auto 5vh;
    }
}

@media screen and (max-height: 850px) {
    .circle {
        margin: 8vh auto 5vh;
    }
}

@media screen and (max-height: 720px) {
    .circle {
        margin: 6vh auto 5vh;
    }
}

.circle.go {
    opacity: 1;
    -webkit-animation: elastic 1.25s 0s ease-in-out;
    animation: elastic 1.25s 0s ease-in-out;
}

.circle #vital-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 200px;
    max-width: 55%;
    margin: auto;
    -ms-flex-align: center;
}

.circle #vital-logo svg {
    width: 100%;
    height: auto;
    opacity: 0;
}

.circle #vital-logo.go svg {
    -webkit-animation: upandout 2s ease-in;
    animation: upandout 2s ease-in;
}

.circle h1 {
    width: 100%;
    -webkit-transform: scale(1.15) translateY(-8%);
    -ms-transform: scale(1.15) translateY(-8%);
    transform: scale(1.15) translateY(-8%);
    opacity: 0;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    text-align: center;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

#circle-animate-h1.go {
    opacity: 1;
    -webkit-animation: elastic 1.2s 0s ease-in-out;
    animation: elastic 1.2s 0s ease-in-out;
}

.circle h1 span {
    display: block;
}

.circle h1 span.small {
    color: #e9542d;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.circle h1 span.large {
    color: #e9542d;
    font-size: 63px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.5em;
    text-indent: .05em;
    text-transform: uppercase;
}

.circle h1 span.medium {
    color: #e77e2a;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: .7em;
    text-indent: .7em;
    text-transform: uppercase;
}

.circle h1 span.medium:after {
    display: block;
    width: 0px;
    height: 6px;
    margin: 1em auto -1em;
    border-radius: 4px;
    background: #e9542d;
    content: "";
    transition: all .4s 5.5s linear;
}

#animated-intro.go .circle h1 span.medium:after {
    width: 40px;
}

@media screen and (max-width: 500px) {
    .circle h1 span.small {
        font-size: 15px;
    }

    .circle h1 span.large {
        font-size: 40px;
    }

    .circle h1 span.medium {
        font-size: 21px;
    }

    .circle h1 span.medium:after {
        height: 3px;
    }

    #animated-intro.go .circle h1 span.medium:after {
        width: 25px;
    }
}

.link-set a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .3em;
    text-indent: .3em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in;
}

.link-set a:hover {
    letter-spacing: .4em;
    text-indent: .4em;
}

@media screen and (max-width: 600px) {
    .link-set {
        padding: 2em 0;
    }

    .link-set li {
        display: block;
        padding: .5em;
    }
}

#icon-scroll {
    position: absolute;
    right: 0px;
    bottom: 20px;
    left: 0px;
    width: 1em;
    height: 2em;
    margin: auto;
}

#icon-scroll svg {
    width: 1em;
    height: auto;
	overflow: visible;
	opacity: .5;
}

#icon-scroll svg #dot {
    -webkit-animation: mousescrolldown 1s 2s ease-in-out infinite;
	animation: mousescrolldown 1s 2s ease-in-out infinite;
}

@-webkit-keyframes elastic {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    60% {
        -webkit-transform: rotateX(1.1);
        transform: rotateX(1.1);
    }
    80% {
        -webkit-transform: rotateX(.8);
        transform: rotateX(.8);
    }
    100% {
        -webkit-transform: rotateX(1);
        transform: rotateX(1);
    }
}
@keyframes elastic {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    60% {
        -webkit-transform: rotateX(1.1);
        transform: rotateX(1.1);
    }
    80% {
        -webkit-transform: rotateX(.8);
        transform: rotateX(.8);
    }
    100% {
        -webkit-transform: rotateX(1);
        transform: rotateX(1);
    }
}

@-webkit-keyframes wipe {
    0% {
        -webkit-transform: translate(-20%, 0%) skewX(-30deg);
        transform: translate(-20%, 0%) skewX(-30deg);
    }
    100% {
        -webkit-transform: translate(-120%, 0%) skewX(-30deg);
        transform: translate(-120%, 0%) skewX(-30deg);
    }
}

@keyframes wipe {
    0% {
        -webkit-transform: translate(-20%, 0%) skewX(-30deg);
        transform: translate(-20%, 0%) skewX(-30deg);
    }
    100% {
        -webkit-transform: translate(-120%, 0%) skewX(-30deg);
        transform: translate(-120%, 0%) skewX(-30deg);
    }
}

@-webkit-keyframes upandout {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
    25% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%);
    }
    35% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
    40% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    90% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    95% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
        opacity: 0;
    }
}

@keyframes upandout {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
    25% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%);
    }
    35% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
    40% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    90% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    95% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
        opacity: 0;
    }
}

@-webkit-keyframes mousescrolldown {
    0% {
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px) translateX(0px);
        transform: translateY(10px) translateX(0px);
        opacity: 0;
    }
}

@keyframes mousescrolldown {
    0% {
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px) translateX(0px);
        transform: translateY(10px) translateX(0px);
        opacity: 0;
    }
}

#animated-intro.go {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7d27+0,f05327+100 */
    background: #ee7d27; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        135deg,
        #ee7d27 0%,
        #f05327 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#ee7d27',
            endColorstr='#f05327',
            GradientType=1
        ); /* IE6-9 fallback on horizontal gradient */
}

/* Slide Two - What We Do */
#second {
    position: relative;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    color: white;

    /*box-shadow:inset 0px 0px 150px rgba(0,0,0,0.43);*/
}

#wwd-spinner {
    position: absolute;
    top: -45%;
    right: 20%;
}

/*#wwd-spinner:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(250,250,250,0.6);}*/

#ebook-slide {
    margin: 0 auto;
    padding: 0;
    color: white;
}

#ebook-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7d27+0,f05327+100 */
    background: #ee7d27; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background-image: url(images/home-ebook-mobile.png),
        linear-gradient(
            135deg,
            #ee7d27 0%,
            #f05327 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-repeat: no-repeat;
    background-position: center 5%;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#ee7d27',
            endColorstr='#f05327',
            GradientType=1
        ); /* IE6-9 fallback on horizontal gradient */
}

/* Slide Three - Our Work */
#third {
    position: relative;
    min-height: 900px;
    padding: 0;
    color: #222;
}

#third-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111 url(images/home/mobile-slide-3.jpg) top center no-repeat
        scroll;
    background-size: cover;
}

/* Slide Four - Meet the Team */
#fourth {
    position: relative;
    margin: 0 auto;
}

.award {
    position: absolute;
    top: 25%;
    right: 5%;
    opacity: .6;
}

#full-overlay-black {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222 url(images/home/mobile-slide-4.jpg) top center repeat
        scroll;
    background-size: cover;
}

/* Slide Five - Blog Posts */
#fifth {
    background: #111 url(images/home/mobile-slide-5.jpg) top center no-repeat
        scroll;
    background-size: cover;
}

.home-blog-posts {
    float: left;
    width: 23%;
    min-height: 12em;
    margin: 0;
    padding: 1%;
    background-repeat: no-repeat;
    background-position: -1000em -1000em;
}

.home-blog-posts-blackbg {
    display: block;
    height: 80%;
    min-height: 12em;
    padding: 10%;
    background: rgba(0, 0, 0, 0.6);
}

.blog-category {
    color: #f6780a;
    font-family: 'Whiteboard', 'Helvetica Neue', 'HelveticaNeue', Helvetica,
        Arial, sans-serif;
    font-size: .825em;
    line-height: 1.3em;
}

.home-blog-posts-blackbg img {
    display: none;
}

/* Story Sections for Padding */
#intro .story {
    padding: 3em 0;
}

#ebook-slide .story,
#fourth .story,
#fifth .story {
    padding: 12em 0 15em;
}

#second .story {
    padding: 10em 0 5em;
}

#third .story {
    padding: 10em 0 15em;
}

.story {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

/* Typography */
.home-section-description {
    margin: 0 auto;
    color: #222;
    font-size: 5.3em;
    font-weight: 100;
    letter-spacing: -0.03em;
    line-height: 1.2em;
    text-align: left;
}

.home-section-copy {
    max-width: 29em;
    margin-top: 3em;
    margin-bottom: 3.5em;
    color: #585858;
    font-size: 1.25em;
    font-weight: 100;
    line-height: 1.4em;
}

#ebook-slide .home-section-description {
    max-width: 9em;
    margin: 0;
    font-size: 4.8em;
}

#ebook-slide .home-section-copy {
    color: #282828;
}

@media screen and (max-device-width: 1024px) {
    .home-section-description {
        font-size: 4em;
    }

    .story {
        padding: 0 0 6em;
    }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
    #home-tagline {
        font-size: 5.5em;
        line-height: 1.1em;
    }
}

@media screen and (min-width: 500px) and (max-width: 750px) {
    #home-tagline {
        font-size: 4em;
        line-height: 1.1em;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* iPad Landscape */
    #intro .story {
        position: relative;
        top: -100px;
        padding: 0em 0;
    }

    #home-tagline {
        margin: 0 auto 3% !important;
    }

    #second .story,
    #third .story,
    #fourth .story {
        position: relative;
        top: -140px;
        padding: 1em 0 3em !important;
    }

    #intro {
        min-height: 800px;
        background: url(images/home/intro-slide-epic.jpg) top center no-repeat
            scroll;
        background-size: cover;
    }

    #third {
        background: #d1c7bd url(images/light-bg2.jpg) top center no-repeat
            scroll;
        background-size: cover;
    }

    #fourth {
        background: #222 url(images/home/vital-montage-bg.jpg) top center repeat
            scroll;
        background-size: cover;
    }

    #fifth {
        background: #000 url(images/blog-bg.jpg) center -16em no-repeat scroll;
        background-size: cover;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* iPad Portrait */
    #intro .story {
        padding: 13em 0;
    }

    #second .story,
    #third .story,
    #fourth .story {
        padding: 17em 0 17em !important;
    }

    #intro {
        background: url(images/home/intro-slide-epic.jpg) top center no-repeat
            scroll;
    }

    #third {
        background: #d1c7bd url(images/light-bg2.jpg) top center no-repeat
            scroll;
        background-size: cover;
    }

    #fourth {
        background: #222 url(images/home/vital-montage-bg.jpg) top center repeat
            scroll;
        background-size: cover;
    }

    #fifth {
        background: #000 url(images/blog-bg.jpg) center -22em no-repeat scroll;
        background-size: cover;
    }

    #wwd-spinner {
        position: absolute;
        top: -40%;
        right: 10%;
    }
}

@media screen and (max-width: 569px) {
    /* Mobile */
    #nav {
        display: none;
    }

    #ebook-slide {
        min-height: 0;
        padding: 25em 0 5em;
    }

    #intro {
        min-height: 4em;
        padding: 4em 0 2em;
        background-size: 100%;
    }

    #second {
        background: #ddd url(images/home/mobile-slide-2.png) top center
            no-repeat;
        background-size: contain;
    }

    #home-tagline {
        margin: 0 auto;
        font-size: 3.2em;
        letter-spacing: -.03em;
    }

    #who-we-are {
        font-size: 1em;
    }

    .award {
        position: relative;
        top: 2%;
        right: 0;
        left: 4%;
        opacity: .6;
    }

    .home-section-description {
        margin: .5em auto 1em;
        font-size: 3em;
        text-shadow: 1px 1px 0px #fff;
        text-shadow: 1px 1px 0px rgba(250, 250, 250, 0.35);
    }

    .home-section-copy {
        margin-bottom: 2.5em;
        color: #585858;
        font-size: 1em;
        line-height: 1.3em;
    }

    #ebook-slide .home-section-description {
        max-width: 11em;
        margin: .5em auto 1em;
        font-size: 3em;
        text-shadow: 1px 1px 0px #000;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    }

    #ebook-slide .home-section-copy {
        color: #fff !important;
    }

    #wwd-spinner {
        display: none;
    }

    #ebook-slide .story {
        padding: 0;
    }

    #second .story {
        padding: 10em 0 6em;
    }

    #third .story {
        padding: 25em 0 10em;
    }

    #third .home-section-description {
        color: #333 !important;
        text-shadow: 1px 1px 0px #fff;
    }

    #third .home-section-copy {
        color: #333 !important;
    }

    #third {
        background-attachment: scroll;
        background-size: cover;
    }

    #fourth .story {
        padding: 7em 0;
    }

    #fourth .col-seventyfive {
        padding: 0 0 2em;
    }

    #fifth .story {
        padding: 7em 0;
    }

    #fifth .center {
        padding: 2em 0 0;
    }

    .home-blog-posts {
        float: none;
        width: 100%;
        min-height: 1em;
        margin: 0;
        padding: 2%;
        background: none !important;
    }

    .home-blog-posts-blackbg {
        display: block;
        width: 92%;
        min-height: 1em;
        padding: 2%;
        overflow: hidden;
        background: #000;
    }

    .home-blog-posts-blackbg img {
        display: block;
        float: left;
        width: 6em;
        height: auto;
        margin: 0 5% 0 0;
    }
}
@media (max-width: 400px) {
    #home-tagline {
        font-size: 2em;
    }
}
@media (max-width: 1025px) {
    #intro .video-loop {
        display: none;
    }
}

@media (min-width: 579px) {
    /* Large Screens */
    #intro {
        background: url(images/home/intro-slide-epic.jpg) top center no-repeat
            fixed;
        background-size: cover;
    }

    #ebook-bg {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7d27+0,f05327+100 */
        background: #ee7d27; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
        background-image: url(images/home-ebook.png),
            linear-gradient(
                135deg,
                #ee7d27 0%,
                #f05327 100%
            ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-repeat: no-repeat;
        background-position: 85% center;
        filter: progid:DXImageTransform.Microsoft.gradient(
                startColorstr='#ee7d27',
                endColorstr='#f05327',
                GradientType=1
            ); /* IE6-9 fallback on horizontal gradient */
    }

    #third-bg {
        position: absolute;
        background: url(images/light-bg2.jpg) top center no-repeat fixed;
        background-size: cover;
    }

    #full-overlay-black {
        position: absolute;
        background: #222 url(images/home/vital-montage-bg.jpg) top center repeat
            fixed;
        background-size: cover;
    }

    #fifth {
        background: #000 url(images/home/slide-5-bg.jpg) center -7em no-repeat fixed;
        background-size: cover;
    }

    /* Intro Slide Font Bounce Animation */
    @-webkit-keyframes fontBounce {
        0% {
            margin-top: -10em;
            opacity: 0;
        }

        65% {
            margin-top: 2.5em;
            opacity: 1;
        }

        85% {
            margin-top: 135px;
        }

        100% {
            margin-top: 150px;
        }
    }

    @-moz-keyframes fontBounce {
        0% {
            margin-top: -10em;
            opacity: 0;
        }

        65% {
            margin-top: 2.5em;
            opacity: 1;
        }

        85% {
            margin-top: 135px;
        }

        100% {
            margin-top: 150px;
        }
    }

    @keyframes fontBounce {
        0% {
            margin-top: -10em;
            opacity: 0;
        }

        65% {
            margin-top: 2.5em;
            opacity: 1;
        }

        85% {
            margin-top: 135px;
        }

        100% {
            margin-top: 150px;
        }
    }

    #home-tagline {
        -webkit-animation: fontBounce 1.5s 1 ease-in-out;
        -moz-animation: fontBounce 1.5s 1 ease-in-out;
        -o-animation: fontBounce 1.5s 1 ease-in-out;
        animation: fontBounce 1.5s 1 ease-in-out;
    }

    /* Second Slide Icon Rotation Animation */
    @-webkit-keyframes rotate {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
        }
    }

    @-moz-keyframes rotate {
        0% {
            -moz-transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(359deg);
        }
    }

    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(359deg);
        }
    }

    #wwd-spinner img {
        -webkit-animation: rotate 90s infinite linear;
        -moz-animation: rotate 90s infinite linear;
        animation: rotate 90s infinite linear;
    }

    /* Fifth Slide Blog Post Background Animation */
    @-webkit-keyframes backgroundSlideshow {
        0% {
            background-position: 0 0;
        }

        50% {
            background-position: -250px 0;
        }

        100% {
            background-position: -500px 0;
        }
    }

    @-moz-keyframes backgroundSlideshow {
        0% {
            background-position: 0 0;
        }

        50% {
            background-position: -250px 0;
        }

        100% {
            background-position: -500px 0;
        }
    }

    @keyframes backgroundSlideshow {
        0% {
            background-position: 0 0;
        }

        50% {
            background-position: -250px 0;
        }

        100% {
            background-position: -500px 0;
        }
    }

    .home-blog-posts:hover {
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-repeat: repeat;
        -webkit-animation: backgroundSlideshow 30s linear infinite alternate;
        -moz-animation: backgroundSlideshow 30s linear infinite alternate;
        -o-animation: backgroundSlideshow 30s linear infinite alternate;
        animation: backgroundSlideshow 30s linear infinite alternate;
    }
}

@media (min-width: 1025px) {
    #intro {
        background: url(images/home/intro-slide-epic.jpg) top center no-repeat
            fixed;
    }
}

@media only screen and (min-width: 2000px) {
    #intro {
        height: 900px;
    }

    #intro,
    #ebook-slide {
        background-size: cover;
    }
}

.validation {
    background: url(images/home/intro-slide-epic.jpg) no-repeat fixed;
    background-size: cover;
}

.logo-grid {
    padding: 2em;
    background: rgba(46, 48, 48, 0.85);
}

.logo-grid div {
    float: left;
    width: 25%;
    height: 125px;
    text-align: center;
}

.logo-grid div img {
    width: 100%;
    max-width: 200px;
    height: auto;
    padding: 10px 20px;
}

.logo-grid h2 {
    display: block;
    margin: 1em;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .logo-grid div {
        width: 33.3333%;
    }
}

@media screen and (max-width: 600px) {
    .logo-grid div {
        width: 50%;
    }
}
