* {}

html,body {
    height:100%;
}

body {
    margin: 0;
    padding: 0;
}

.container {
    width: 1320px;
    margin: 0 auto;

}

@media only screen and (min-width: 769px) and (max-width: 1337px) {
    .container {
        width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 769px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
}

header {
    font-family: "proxima-nova", "Arial", sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
}

.header-color-blue {
    background-color:#03A9F4;
}

.header-color-black {
    background-color:#000;
}

#logo {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 25%;
    max-width: 150px;
     z-index: 1000;
}

#logo img {
    width: 100%;
    min-width: 50px;
}

nav {
    font-family: "proxima-nova", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    z-index: 9999;
}

a.red:hover,
a.red:focus {
    color: #F44336;
}

a.blue:hover,
a.blue:focus {
    color: #03A9F4;
}

a.yellow:hover,
a.yellow:focus {
    color: #FFC107;
}

.mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.mobile div {
    display: none;
}

.mobile button {
    position: absolute;
    top: 10px;
    right: 30px;
    border: 0;
    text-indent: 200%;
    overflow: hidden;
    background: url("../gfx/menu-bars-white.svg") center no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    outline: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 9999;
}

.mobile button.expanded {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 0;
    z-index: 9999;
}

.mobile a {
    overflow: hidden;
    display: block;
    background: #FFC107;
    text-align: center;
    padding: 25px 0;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05);
z-index: 9999;
}

a.redbg:hover,
a.redbg:focus {
    color: #fff;
    background-color: #F44336;
}

a.bluebg:hover,
a.bluebg:focus {
    color: #fff;
    background-color: #03A9F4;
}

a.yellowbg:hover,
a.yellowbg:focus {
    color: #fff;
    background-color: #FFC107;
}

.desktop {
    position: absolute;
    top: 35px;
    right: 40px;
    float: right;
    overflow: hidden;
    padding-left: 10px;
}

.desktop a {
    letter-spacing: 0.05rem;
    font-size: 1.1em;
    margin-left: 50px;
    text-decoration: none;
    position: relative;
    color:#fff;
    text-decoration: none;
    transition: all 0.1s linear;
}

@media only screen and (max-width: 767px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

    .mobile button {
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    outline: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

    #logo {
    position: absolute;
    top: 25px;
    left: 25px;
    max-width: 250px;
}
}

#wtfisgd-quote {
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translateY(-60%);
    transform: translateX(-50%);
    -webkit-font-smoothing: antialiased;
}

#wtfisgd-quote h1 {
    font-weight: 400;
    position: relative;
    color:#fff;
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: lighter;
    font-size: 3rem;
    font-weight: 300;
    line-height: 2.4rem;
}

#wtfisgd-quote-mobile {
    color:#fff;
    font-weight: 400;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 80%;
    top: 40%;
    left: 50%;
    transform: translateY(-60%);
    transform: translateX(-50%);
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.element {
    font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1281px) {
    #wtfisgd-quote h1 {
        font-size: 2.5rem;
        line-height: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    #wtfisgd-quote {
        display: none;
    }
    #wtfisgd-quote-mobile {
        align-content: center;
        display: block;
        position: absolute;
        height: 500px;
        top: 35%;
    }
    #wtfisgd-quote-mobile h1 {
        font-weight: 300;
        font-size: 2.5rem;
        line-height: 2.1rem;
    }
}

header i::before {
    font-size: 3rem;
}

header i {
    color: #fff;
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -20px;
}

@media only screen and (max-width: 769px) {

    header i {



}
}


/***************************************
about
****************************************/

#about {
    padding-top: 200px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom:200px;
    position: relative;
}

#about-shape-left {
    position:absolute;
    left:0;
    top:100px;
    width:100%;
    height:500px;
    background-image: url(../gfx/about-left.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

#about-shape-right{
   position:absolute;
    left:0;
    top:100px;
    width:100%;
    height:500px;
    background-image: url(../gfx/about-right.svg);
    background-position: right top;
    background-repeat: no-repeat;
}




#about-text {
    width: 50%;
    z-index: 5;
}

#about-text h2 {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 15px;
    letter-spacing: 0.08rem;
}

#about-text p {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0.025rem;
    font-weight: lighter;
    color: #474747;
    padding: 5px 0;
    margin: 0;
    margin-bottom: 30px;
}

.callout {
    color: #000 !important;
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#about-text a:link,
#about-text a:visited {
      font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px 10px 25px;
    border: 2px solid #f44336;
    border-radius: 5px;
    background-color: #F44336;
    transition: all 0.2s ease-in-out;
    margin-top:15px;
}

#about-text a:hover,
#about-text a:active {
  font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: #ed382a;
    color:#fff;
    border: 2px solid #ed382a;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1336px) {
    body {
        overflow-x: hidden;
    }
 #about {
     width:100%;
     margin:0 auto;
      margin-bottom:100px;

}

     #about-text {
        width: 500px;
    }

    #about-shape-right,#about-shape-left {
        transform: scale(0.8);
    }


    #about-shape-right {
        position: absolute;
       right:-50px;
        top:100px;
        left:220px;
        overflow: hidden-y;
    }

    #about-shape-left {
        left:-220px;
    }
}

@media only screen and (max-width: 767px) {
    #about {
        margin-top:20px;
        padding-top:10px;
        margin-bottom: 90px;
        display: flex;
             justify-content: flex-start;
        flex-direction: column;
    }
    #about-text {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    #about-text p {
        font-weight:normal;
        font-size:1.2rem;
        line-height: 1.8rem;
        margin-bottom: 10px;
    }

    .callout {
    color: #000 !important;
    font-size: 1.5rem !important;
    line-height: 2.0rem !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

    #about-shape-right, #about-shape-left {
        display:none;
    }
}

/******************************
FEATURED WORK
********************************/

#featured-work-container {
    position: relative;
    height:100%;
    width:100%;
    display: flex;
}

#featured-work {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 8000;
    width:100%;
    padding:50px 0 75px 0;
    height: 430px;
    margin: 0 auto;
    background-color: #f4f4f4;
    border-radius: 15px;
}

#featured-work h1 {
    text-align: center;
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0;
    margin-top:-10px;
    margin-bottom:30px;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    align-self: flex-start;
}

.featured-work-img {

}
.featured-work-button {
    position: absolute;
    width:100%;
    bottom:0;
}

.featured-work-button a {
    position: absolute;
    bottom:-20px;
    left:50%;
    transform: translateX(-50%);
}

.featured-work-button a:link,
.featured-work-button a:visited {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px 10px 25px;
    border: 2px solid #f44336;
    border-radius: 5px;
    background-color: #F44336;
    transition: all 0.2s ease-in-out;
    margin-top:-22px;
}

.featured-work-button a:hover,
.featured-work-button a:active {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: #ed382a;
    color:#fff;
    border: 2px solid #ed382a;
    border-radius: 5px;
}


.featured-work-thumbnails {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}

.featured-work-thumbnails a{
      font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: .9rem;
    padding:0;
    margin:0;
    letter-spacing: 0.08rem;
    text-decoration: none;
    margin-top:10px;
    transition:all 0.3s ease;
    display: inline;
}

.featured-work-thumbnails a:link, .featured-work-thumbnails a:visited{
   color:#000;
}

.featured-work-thumbnails a:hover, .featured-work-thumbnails a:active{
   color:#737373;
}

#featured-work h2 {
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0;
    margin-top:0;
    margin-bottom:0;
    letter-spacing: 0.08rem;
    align-self: flex-start;
    display: inline;
}

.featured-work-thumbnails h3{
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.7rem;
    padding: 0;
    margin:0;
    margin-top:3px;
    color:#737373;
    letter-spacing: 0.08rem;
    text-transform: uppercase;

}

.featured-work-thumbnails h4{
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0;
    margin-top:10px;
    letter-spacing: 0.08rem;

}

.featured-work-thumbnails img{
    width:100%;
    margin:0;
    padding:0;
    margin-bottom:10px;
    transition: 0.2s all ease;
}

.featured-work-thumbnails img:hover{
    opacity: .8;
}




.featured-work-left,.featured-work-right {
    width:calc(50% - 100px);
    height:250px;
     margin:0;
    padding:0;

}

.featured-work-left {
    margin-right:25px;
}

@media only screen and (min-width: 768px) and (max-width: 1336px) {
#featured-work {
    padding:50px 0 75px 0;
    height: 300px;
    width:780px;
    min-height: 300px;
    max-height: 450px;
      margin-top:75px;
    margin-bottom:0;

}

    .featured-work-left,.featured-work-right {
    width:calc(50% - 50px);
    height:250px;
     margin:0;
    padding:0;

}

.featured-work-left {
    margin-right:25px;
}

}




@media only screen and (max-width: 767px) {
    #featured-work{
        height:100%;
        position: relative;
            padding: 50px 0 50px 0;
    }

    #featured-work h2 {
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0;
    margin-top:0;
    margin-bottom:0;
    letter-spacing: 0.05rem;
    align-self: flex-start;
    display: inline;
}

.featured-work-thumbnails h3{
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.7rem;
    padding: 0;
    margin:0;
    margin-top:0;
    color:#737373;
    letter-spacing: 0.04rem;
    text-transform: uppercase;

}

.featured-work-thumbnails h4{
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0;
    margin-top:10px;


}

    #featured-work h1 {
        margin-bottom:30px;
            width:100%;
    }

    #featured-work-container {
        padding:100px 0;

    }

    .featured-work-thumbnails {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }


    .featured-work-left,.featured-work-right {
        width:90%;
        min-width: 250px;
        max-width: 400px;
        height:auto;
        margin:0;
    }


    .featured-work-left {

        margin-bottom:15px;
    }

    .featured-work-text {
        display:flex;
        flex-direction: column;
    }

    .featured-work-button {
        position: absolute;
        width:50%;
        bottom:0;
        left:50%;
        transform: translateX(-50%);
    }

    .featured-work-button a{
        width:150px;

    }
}

/******************************
Homepage Video
********************************/

#homepage-video-text h2{
         font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0;
    margin-top:0;
    margin-bottom:0;
    letter-spacing: 0.08rem;
    margin:0;
    left:0;

}

#homepage-video-text p {
       font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0.025rem;
    font-weight: lighter;
    color: #474747;
    padding: 5px 0;
    margin: 0;
    margin-bottom: 30px;
}

#homepage-video-container {
    width:100%;
    margin-top:175px;
    text-align: center;
    display: flex;
        justify-content:center;
    flex-wrap:wrap;
    flex-direction: column;
    z-index: 9999;
}

#homepage-video {
    width: 65%;
    height: auto;
    margin:0 auto;
       z-index: 9999;
}


#homepage-video iframe {}

@media only screen and (min-width: 768px) and (max-width: 1336px) {
#homepage-video {
    width: 90%;

}

    #homepage-video-container {

    margin-top:150px;

}

}

@media only screen and (max-width: 768px) {
       #homepage-video-container {

    margin-top:100px;

}

   #homepage-video {
    width: 100%;

}

     #homepage-video-text h2 {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0;
    margin-top:0;
    margin-bottom:0;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

#homepage-video-text p {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.025rem;
    font-weight: normal;
    color: #474747;
    padding: 5px 0;
    margin: 0;
    margin:0 auto;
    margin-bottom: 30px;
    width:80%;

}
}

/******************************
Student Grid
********************************/

#homepage-student-grid-bg {
    text-align: center;
       padding-top:150px;
    background-color: #f4f4f4;
  position: relative;
    z-index: 0;

}

#homepage-student-grid-bg:before, #homepage-student-grid-bg:after {
  background: inherit;
  content: '';
  display: block;
  height: 70%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
#homepage-student-grid-bg:before {
  top: 0;
  -webkit-transform: skewY(6.5deg);
          transform: skewY(6.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
#homepage-student-grid-bg:after {
  bottom: 0;
  -webkit-transform: skewY(-4.5deg);
          transform: skewY(-4.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}


.homepage-student-header-text h2 {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0;
    margin-top:0;
    margin-bottom:0;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.homepage-student-header-text p {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0.025rem;
    font-weight: lighter;
    color: #474747;
    padding: 5px 0;
    margin: 0;
    margin-bottom: 30px;

}

.student-flex-grid {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 10;
}

.student-flex-grid a {
    width:300px;
    height:300px;
    margin:20px;
    background-color:#000;
}

.student-flex-person {
   position: relative;
    display: block;
}

.student-flex-name {
    position:absolute;
    font-family: "proxima-nova", "Arial", sans-serif;
    font-size: .8rem;
     color:#fff;
    font-weight: lighter;
    top: -5px;
    width:100%;
    text-align: center;
}


.student-flex-image {
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}




.student-flex-image img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s ease .1s;
    transition: opacity .2s ease .1s;
    max-width: none;
    height: 101%;
}

@media only screen and (min-width: 600px) {
    .student-flex-person:focus .student-flex-image img,.student-flex-person:hover .student-flex-image img {
        -webkit-animation:studenthover .5s steps(5) forwards;
        animation: studenthover .5s steps(5) forwards;
    }

    .student-flex--rewind .student-flex-image img {
        -webkit-animation: studentrewind .5s steps(5) forwards;
        animation: studentrewind .5s steps(5) forwards;
    }
}

.teacher-picture-header h2{
       font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0;
    margin-top:75px;
    margin-bottom:25px;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.teachers-pictures {
 display:flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 10;
}

.teacher-flex{
     width:300px;
    height:300px;
    margin:20px;
    background-color:#000;
     position: relative;
    display: block;
}

.teacher-flex-image {
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}

.teacher-flex-image img{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s ease .1s;
    transition: opacity .2s ease .1s;
    max-width: none;
    height: 101%;
}

.teacher-flex-name {
    width:100%;
    position:absolute;
    font-family: "proxima-nova", "Arial", sans-serif;
    font-size: .8rem;
     color:#fff;
    font-weight: lighter;
    width:100%;
    text-align: center;
    top:0;
    margin-top:-5px;
}

    .teacher-flex:focus .teacher-flex-image img,.teacher-flex:hover .teacher-flex-image img {
        -webkit-animation:studenthover .5s steps(5) forwards;
        animation: studenthover .5s steps(5) forwards;
    }

    .student-flex--rewind .teacher-flex-image img {
        -webkit-animation: studentrewind .5s steps(5) forwards;
        animation: studentrewind .5s steps(5) forwards;
    }
}

/*mediaqueries for student-grid*/

@media only screen and (min-width: 768px) and (max-width: 1336px) {
    #homepage-student-grid-bg {
        padding-top:100px;
        padding-bottom:50px;
    }




#homepage-student-grid-bg:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}

#homepage-student-grid-bg:after {
  bottom: 0;
  -webkit-transform: skewY(-9.5deg);
          transform: skewY(-9.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}


}

@media only screen and (max-width: 767px) {

    .homepage-student-header-text h2 {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0;
    margin-top:0;
    margin-bottom:0;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.homepage-student-header-text p {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.025rem;
    font-weight: normal;
    color: #474747;
    padding: 5px 0;
    margin: 0;
    margin:0 auto;
    margin-bottom: 30px;
    width:80%;

}
    #homepage-student-grid-bg {
        padding-top:75px;
    }

    .student-flex-grid {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 10;
}

.student-flex-grid a {
     width:calc(50% - 10px);
    height:auto;
    margin:0;
    margin-bottom:10px;
    background-color:#000;
}

.student-flex-person {
   position: relative;
    display: block;
}

.student-flex-name {
    position:absolute;
    font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 50%;
     color:#fff;
    font-weight: 300;
    letter-spacing: 0.0525rem;
    top: -5px;
    width:90%;
    text-align: center;
    left:50%;
    transform: translateX(-50%);
}

    .teachers-pictures {
 display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
}

    .teacher-flex{
   width:calc(50% - 10px);
    height:auto;
    margin:0;
    margin-bottom:10px;
    background-color:#000;
}

    .teacher-flex-name {
    position:absolute;
    font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 50%;
     color:#fff;
    font-weight: 300;
    letter-spacing: 0.0525rem;
    top:0;
    width:90%;
    text-align: center;
    left:50%;
    transform: translateX(-50%);
}


}

/***********************************
FOOTER SHAPES
*********************************/



#footer-shapes {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    width: 95%;
    height: 300px;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right;

    background-image: url(../gfx/footershapes.png);
    -ms-transform: translateY(-30px);
    /* IE 9 */
    -webkit-transform: translateY(-30px);
    /* Chrome, Safari, Opera */
    transform: translateY(-30px);
}

@media only screen and (min-width: 768px) and (max-width: 1336px) {
    #footer-shapes {
        -ms-transform: translateY(50px);
        /* IE 9 */
        -webkit-transform: translateY(50px);
        /* Chrome, Safari, Opera */
        transform: translateY(50px);
    }
}

@media only screen and (max-width: 767px) {
    #footer-shapes {
         background-size: contain;
    }
}



/**********************************
footer
************************************/

footer {
    margin-top: 200px;
    background: #03A9F4;
    position: relative;
    z-index: 7;
    padding-bottom: 100px;
}

footer:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    width:100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

footer:before {
    top: 0;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

#footer-content {
    padding-top: 30px;
    text-align: center;
}

#footer-content h2 {
    font-family: "proxima-nova", "Arial", sans-serif;
    letter-spacing: 0.08rem;
    font-weight: bold;
    color: #FFF;
}

#footer-content p {
    font-family: "proxima-nova", "Arial", sans-serif;
    color: #FFF;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.9rem;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
    margin-top: 75px;
    margin-bottom: 75px;
    width:100%;
}

#footer-flex {
    display: flex;
    justify-content: space-between;
}

.footer-col {
    width: 60%;
}

.footer-col img {
    max-width: 200px;
    min-width: 100px;
}

.footer-flex2 {
    text-align: center;

}

.footer-flex2 h3 {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    width:100%;
    letter-spacing: 0.08rem;
}

.footer-col2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    width: 100%;
    margin:0 auto;
}

.footer-col2 img {
    width: 40%;
    min-width: 125px;
    max-height: 75px;


}

.footer-col2 a {
    width: 25%;
    min-width: 125px;
    max-height: 75px;
    margin:0 20px;
     margin-bottom:20px;
    height:200px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.footer-col h3 {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 0.08rem;
}

.footer-col i {
    margin-bottom: 10px;
}

.footer-col a:link,
.footer-col a:visited {
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 0.08rem;
}

.footer-col a:hover,
.footer-col a:active {
    color: #FFC107;
}

.alignright {
    align-self: right;
    width: 50%;
}

#footer-fix {
    width: 95%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1336px) {
    footer {
        padding-bottom: 50px;
           -ms-transform: translateY(75px);
        /* IE 9 */
        -webkit-transform: translateY(75px);
        /* Chrome, Safari, Opera */
        transform: translateY(75px);
    }
    .footer-col {
        width: 20%;
        margin-left: 10px;
    }
    .footer-flex2 {
        width: 400px;

    }
    .footer-col2 {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .footer-col2 a {
        margin-bottom: 40px;
        width: 30%;
    }
    .alignright {
        align-self: right;
        width: 18%;
    }
    #footer-fix {
        width: 100%;
        margin: 0 auto;
    }

    .footer-flex2 h3 {
    width:100%;
    text-align:center;
}

}

@media only screen and (max-width: 767px) {
    footer {
        padding-bottom: 0px;

    }

    footer p {
            font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.025rem;
    font-weight: normal;
    color: #474747;
    padding: 5px 0;
    margin: 0;
    margin:0 auto;
    margin-bottom: 30px;
    width:95%;
    }
    #footer-flex {
        flex-direction: column;
        justify-content: center;
    }
    .footer-col {
        width: 100%;
        align-self: center;
        text-align: center;
        margin-bottom: 50px;
        order: 1;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .footer-flex2 {
        justify-content: center;
        margin: 0 auto;
        order: 3;
        font-size: 1.5rem;
    }
    .footer-col2 {
           justify-content: center;
        margin-top: 50px;
        width: 100%;
    }
    .footer-col2 img {
        width: 100%;
        min-width: 50px;
        max-height: 120px;
    }
    .footer-col2 a {
        margin-bottom: 100px;
        width: 100%;
        align-self: center;
        max-width: 300px;
    }
    hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #footer-fix {
        width: 100%;
        margin: 0 auto;
    }

        .footer-flex2 h3 {
    width:100%;
    text-align:center;
}

}

/*********************************
BLACK HEADER
*********************************/
.bold-header {
    font-weight: bolder !important;
}

#wtfisgd-quote h2 {
    position: absolute;
    font: normal 1.4rem/1.8rem "Proxima Nova", "Arial", sans-serif;
    color:#fff;
    width:50%;
    left:50%;
    transform: translateX(-50%);
    margin:0;
    z-index: 9999;
}

#wtfisgd-quote-mobile h2 {
    position: absolute;
    font: normal 1.2rem/1.6rem "Proxima Nova", "Arial", sans-serif;
    color:#fff;
    width:100%;
    left:50%;
    transform: translateX(-50%);
    margin:0;
    z-index: 9999;
}

.header-shapes-container {
  height:100vh;
    z-index: 0;
}

.header-shape {
    position: absolute;
     z-index: 10;
}

.shape1 {
    background-image: url(../gfx/blue-circle-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:75px;
    height:75px;
        bottom:20%;
    transform: translateY(-80%);
    left:60%;
    transform: translateX(-40%);
}

.shape2 {
    background-image: url(../gfx/yellow-circle-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:105px;
    height:105px;
    bottom:60%;
    transform: translateY(-40%);
    left:70%;
    transform: translateX(-30%);
    z-index: 0;
}

.shape3 {
    background-image: url(../gfx/blue-triangle-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:150px;
    height:150px;
         bottom:65%;
    transform: translateY(-35%);
    left:20%;
    transform: translateX(-80%);
    z-index: 0;
}

.shape4 {
    background-image: url(../gfx/red-square-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:250px;
    height:250px;
    bottom:-100;
    left:20%;
    transform: translateX(-80%);
    z-index: 0;
}


.workshape1{
    background-image: url(../gfx/red-circle-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:250px;
    height:250px;
    bottom:-100;
    left:20%;
    transform: translateX(-80%);
    z-index: 0;
}

.workshape2 {
    background-image: url(../gfx/yellow-circle-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:150px;
    height:150px;
         bottom:65%;
    transform: translateY(-35%);
    left:20%;
    transform: translateX(-80%);
    z-index: 0;
}

.workshape3 {
    background-image: url(../gfx/blue-triangle-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:105px;
    height:105px;
    bottom:60%;
    transform: translateY(-40%);
    left:70%;
    transform: translateX(-30%);
    z-index: 0;
}

.workshape4 {
    background-image: url(../gfx/red-square-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:75px;
    height:75px;
        bottom:20%;
    transform: translateY(-80%);
    left:60%;
    transform: translateX(-40%);
}



#work-content {
    background-color:#fff;
    width:100%;
    height:1000px;
    z-index: 1000;
}

@media only screen and (min-width: 768px) and (max-width: 1281px) {
.shape1 {
    width:50px;
    height:50px;
    bottom:20%;
    transform: translateY(-80%);
    left:70%;
    transform: translateX(-30%);
}

.shape2 {
    width:70px;
    height:70px;
    bottom:60%;
    transform: translateY(-20%);
    left:80%;
    transform: translateX(-10%);
}

.shape3 {
    width:100px;
    height:100px;
    bottom:65%;
    transform: translateY(-35%);
    left:15%;
    transform: translateX(-85%);
}

.shape4 {
    width:250px;
    height:250px;
    bottom:-100;
    left:5%;
    transform: translateX(-95%);

}

    .workshape1 {
    width:50px;
    height:50px;
    bottom:20%;
    transform: translateY(-80%);
    left:70%;
    transform: translateX(-30%);
}

.workshape2 {
    width:70px;
    height:70px;
    bottom:60%;
    transform: translateY(-20%);
    left:80%;
    transform: translateX(-10%);
}

.workshape3 {
    width:100px;
    height:100px;
    bottom:65%;
    transform: translateY(-35%);
    left:15%;
    transform: translateX(-85%);
}

.workshape4{
    width:250px;
    height:250px;
    bottom:-100;
    left:5%;
    transform: translateX(-95%);

}

     #wtfisgd-quote-mobile h2 {

    width:80%;

}
}

@media only screen and (max-width: 767px) {

    .shape1 {
    width:80px;
    height:80px;
        bottom:15%;
    transform: translateY(-85%);
    left:70%;
    transform: translateX(-30%);
}

.shape2 {
    width:40px;
    height:40px;
    bottom:60%;
    transform: translateY(-20%);
    left:80%;
    transform: translateX(-10%);
}

.shape3 {
    width:60px;
    height:60px;
    bottom:65%;
    transform: translateY(-35%);
    left:5%;
    transform: translateX(-95%);
}

.shape4 {
    width:150px;
    height:150px;
    bottom:-50;
    left:5%;
    transform: translateX(-95%);

}

        .workshape1 {
    width:80px;
    height:80px;
        bottom:15%;
    transform: translateY(-85%);
    left:70%;
    transform: translateX(-30%);
}

.workshape2 {
    width:40px;
    height:40px;
    bottom:60%;
    transform: translateY(-20%);
    left:80%;
    transform: translateX(-10%);
}

.workshape3 {
    width:60px;
    height:60px;
    bottom:65%;
    transform: translateY(-35%);
    left:5%;
    transform: translateX(-95%);
}

.workshape4 {
    width:150px;
    height:150px;
    bottom:-50;
    left:5%;
    transform: translateX(-95%);

}
 #wtfisgd-quote-mobile h2 {
    z-index: 9999;
    width:100%;

}
}

/*********************************
EVENT PAGE : HEADER TEXT
*********************************/

#work-header-text {
    text-align: center;
    margin-top:150px;
    margin-bottom:150px;
}

#work-header-text h2{
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 15px;
    letter-spacing: 0.08rem;
}

#work-header-text p{
     font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0.025rem;
    font-weight: lighter;
    color: #474747;
    padding: 5px 0;
    width:70%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1281px){

}
@media only screen and (max-width: 767px) {
    #work-header-text {
    margin-top:75px;
    margin-bottom:65px;
}

#work-header-text h2{
    font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 15px;
    letter-spacing: 0.08rem;
}

#work-header-text p{
     font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.025rem;
    font-weight: lighter;
    color: #474747;
    padding: 5px 0;
    width:100%;
    margin: 0 auto;
}
}



/*********************************
EVENT PAGE : Work Grid
*********************************/

#work-content {
    margin-top:40px;
}

.work-grid-container {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:-50px;
}

.work-item-flex {
    width:calc(50% - 20px);
    margin-bottom:50px;
    z-index: 100;
}



a.work-item-image img {
    width:100%;
    transition: opacity 0.2s ease;

}

a.work-item-image:hover img {
    opacity: 0.9;
}




.work-item-text a{
      font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: .9rem;
    padding:0;
    margin:0;
    letter-spacing: 0.08rem;
    text-decoration: none;
    margin-top:10px;
    transition:all 0.3s ease;
    display: inline;
}

.work-item-text a:link, .work-item-text a:visited{
   color:#000;
}

.work-item-text a:hover, .work-item-text a:active{
   color:#737373;
}

.work-item-text h2 {
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0;
    margin-top:15px;
    margin-bottom:0;
    letter-spacing: 0.08rem;
    align-self: flex-start;
    display: block;
}

.work-item-text h3{
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.7rem;
    padding: 0;
    margin:0;
    color:#737373;
    letter-spacing: 0.08rem;
    text-transform: uppercase;

}

.work-item-text h4{
     font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0;
    margin-top:10px;
    letter-spacing: 0.08rem;

}

@media only screen and (min-width: 768px) and (max-width: 1281px){

}
@media only screen and (max-width: 767px) {

    .work-item-flex {
    width:calc(50% - 8px);
    margin-bottom:15px;
    z-index: 100;
    }






.work-item-text a{
      font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: 600;
    font-size: .6rem;
    padding:0;
    margin:0;
    letter-spacing: 0.05rem;
    text-decoration: none;
    margin-top:0;
    transition:all 0.3s ease;
    display: inline;
}

.work-item-text a:link, .work-item-text a:visited{
   color:#000;
}

.work-item-text a:hover, .work-item-text a:active{
   color:#737373;
}

.work-item-text h2 {
    font-size: .8rem;
    margin-top:8px;

}

.work-item-text h3{
    font-size: 0.6rem;
    font-weight:normal;
    letter-spacing: 0.04rem;
color:#999999;
    margin-top:2px;

}

.work-item-text h4{
    font-size: 0.6rem;
  margin-top:6px;

}
}



/*Work Page Quotes*/

.work-page-quote-wrapper {
    position: relative;
    height:500px;
    width:100%;
    margin-bottom:100px;
    overflow: hidden;
}


.work-page-quote {
 display: flex;
  justify-content: center;
  flex-direction: column;
  height: 500px;
    text-align: center;
}

.work-page-quote h2 {
    font: normal 2rem/2.4rem "proxima-nova", "Arial", sans-serif;
     letter-spacing: 0.08rem;
    width:50%;
    margin: 0 auto;
}

.work-quote-shape-left {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    background-image: url(/wtfisgd/gfx/quote-shapes-left.svg);
    height:500px;
    background-repeat: no-repeat;
   background-size: 400px 400px;
    background-position: left center;
    z-index: -1;
}


.work-quote-shape-right{
    position: absolute;
    top:0;
    right:0;
    width:100%;
    background-image: url(/wtfisgd/gfx/quote-shapes-right.svg);
    height:500px;
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-position: right center;
    z-index: -1;
}

.padding-shapes {
    padding:10%;
}

@media only screen and (min-width: 768px) and (max-width: 1281px){

    .work-page-quote-wrapper {
    height:300px;
    margin-bottom:100px;
}


.work-page-quote {
 display: flex;
  justify-content: center;
  flex-direction: column;
  height: 300px;
    text-align: center;
}

.work-page-quote h2 {
    font: normal 1.5rem/2rem "proxima-nova", "Arial", sans-serif;
    width:45%;
    margin: 0 auto;
}
 .work-quote-shape-left {
    height:300px;
   background-size: 250px 250px;

}


.work-quote-shape-right{
    background-size: 250px 250px;
    height:300px;
}


}
@media only screen and (max-width: 767px) {
      .work-page-quote-wrapper {
    height:200px;
    margin-bottom:30px;
          margin-top:25px;
}


.work-page-quote {
 display: flex;
  justify-content: center;
  flex-direction: column;
  height: 200px;
    text-align: center;

}

.work-page-quote h2 {
    font: normal 1.4rem/1.8rem "proxima-nova", "Arial", sans-serif;
    width:80%;
    margin: 0 auto;
    z-index: 9999;
}
 .work-quote-shape-left {
    z-index: 0;
    height:200px;
   background-size: 250px 250px;
     left:-100;

}


.work-quote-shape-right{
    background-size: 250px 250px;
    height:200px;
     right:-200;
    z-index: 0;
}

}



/*********************************
CSS ANIMATIONS
*********************************/


/* Bouncing Hand Animation */

.fa-bounce {
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 3rem;
    }
    50% {
        bottom: 2rem;
    }
    70% {
        bottom: 2rem;
    }
    100% {
        bottom: 3rem;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 3rem;
    }
    50% {
        bottom: 2rem;
    }
    70% {
        bottom: 2rem;
    }
    100% {
        bottom: 3rem;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 3rem;
    }
    50% {
        bottom: 2rem;
    }
    70% {
        bottom: 2rem;
    }
    100% {
        bottom: 3rem;
    }
}

@-ms-keyframes bounce {
    0% {
        bottom: 3rem;
    }
    50% {
        bottom: 2rem;
    }
    70% {
        bottom: 2rem;
    }
    100% {
        bottom: 3rem;
    }
}

@keyframes bounce {
    0% {
        bottom: 3rem;
    }
    50% {
        bottom: 2rem;
    }
    70% {
        bottom: 2rem;
    }
    100% {
        bottom: 3rem;
    }
}




/*Blinking Cursor Code*/

.typed-cursor {
    color: #FFC107;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Icon Wobble Horizontal */

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal:before {
    content: "\f0a4";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:active:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* Grow Shadow */

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Buzz Out */

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f0a4";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

@-webkit-keyframes studenthover {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-83.4%);
        transform: translateX(-83.4%)
    }
}

@keyframes studenthover {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-83.3333%);
        transform: translateX(-83.3333%)
    }
}

@-webkit-keyframes studentrewind {
    from {
        -webkit-transform: translateX(-83.3333%);
        transform: translateX(-83.3333%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes studentrewind {
    from {
        -webkit-transform: translateX(-83.3333%);
        transform: translateX(-83.3333%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
