/*
Theme Name: PrettyBird 2016
Theme URI: http://www.example.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, John Robson, Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0

Fonts:
    font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-weight: 500;

    font-family: 'franklin-gothic-cond', sans-serif;
        font-weight: 500;
        font-weight: 700;

Colors:
    Black: #222222;
    Blue: #??????;
    Pink: #??????;

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

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

/*
 * Globals
 */
body,
html {
  height: 100%;
}
body {
  font-family: "BrandonText";
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin: 0;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.entry {
  font-weight: 400;
}
.entry h3 {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}
::selection {
  color: #ebebe3;
  background: #222222;
}
::-moz-selection {
  color: #ebebe3;
  background: #222222;
}
::-webkit-scrollbar {
  display: none;
}

::-webkit-input-placeholder {
  color: #333333;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
:-ms-input-placeholder {
  color: #333333;
}

/* Utilities */
.fill {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.center-wrap {
  display: -webkit-flex;
  display: flex;
}
.centered {
  margin: auto;
}
.full-height {
  box-sizing: border-box;
  height: 100%;
  height: 100vh;
}
.size-parent {
  min-height: 300px;
}
.size-parent iframe {
  position: absolute;
  margin: auto;
  border: none;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.svgs-loaded #header .logo,
.svgs-loaded #header .page-title,
.svgs-loaded #header .hamburger,
.svgs-loaded #header .talent-menu {
  opacity: 1;
}

/*
 * Links
 */
a {
  color: #333333;
  text-decoration: underline;
  outline: none;
}
a img {
  border: none;
}

/*
 * Page Structure
 */
#container {
  min-height: 100%;
}
#header {
}
#content {
  margin: auto;
  padding-top: 100px;
}
#footer {
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

/*
 * Font loading
 */
.wf-loading .entry {
  will-change: opacity;
  opacity: 0;
}

/*
 * Menus
 */
.menu,
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-menu {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);

  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  position: fixed;
  padding: 40px 50px 50px;
  max-height: 100vh;
  font-weight: 500;
  background: #ffffff;
  z-index: 10;
  right: 0;
  left: 0;
}
.main-menu li {
  display: block;
}
.main-menu a {
  text-transform: uppercase;
  text-decoration: none;
}
.main-menu > li {
  text-align: left;
  float: left;
  width: 20%;
  opacity: 0;
}
.main-menu > li {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.menu-open .main-menu > li {
  opacity: 1;

  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.main-menu > li > a,
.main-menu > li > span {
  text-transform: uppercase;
  cursor: default;
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  color: #999999;
}
.main-menu .sub-menu a {
  display: inline-block;
  position: relative;
  padding: 6px 0;
}
.main-menu .sub-menu a::after,
#mobile-talent-menu a::after {
  position: absolute;
  border-radius: 10px;
  background-color: #333333;
  content: "";
  height: 2px;
  bottom: 3px;
  width: 0;
  left: 0;
}
.main-menu li.division .svg {
  margin-top: 2px;
}
#mobile-talent-menu a::after {
  background-color: #ffffff;
  bottom: 7px;
}
.not-mobile .main-menu .sub-menu a:hover::after,
.not-mobile .main-menu .sub-menu li[class*="current-"] a::after,
#mobile-talent-menu li.current_page_item a::after {
  width: 100%;
}
body.menu-open {
  overflow: hidden;
}
.menu-open #header .logo,
.menu-open #header .page-title {
  overflow: hidden;
  padding: 0;
  height: 0;
  width: 0;
}
.menu-open #header .logo,
.menu-animating #header .logo {
  opacity: 0;
}
.menu-open .main-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.menu-overlay {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

#region-select li a {
  color: #999999;
}
.region-us #region-select li.americas a,
.region-eu #region-select li.europe a {
  color: #333333;
}
#region-select li:hover a {
  color: #333333;
}
#region-select li:hover a:after {
  display: none;
}

#mobile-talent-menu {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  list-style-type: none;
  position: absolute;
  display: block;
  background: #000000;
  padding: 15px 0;
  z-index: 15;
  margin: 0;
  right: 0;
  left: 0;
  top: 0;
}
.submenu-open #mobile-talent-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#mobile-talent-menu li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  color: #ffffff;
}
#mobile-talent-menu li {
  text-transform: uppercase;
  text-align: center;
}

/*
 * Menu Overlay
 */
.menu-overlay .logo-claw,
.talent-roster .logo-claw {
  position: absolute;
  text-align: center;
  padding-bottom: 25px;
  bottom: 0;
  right: 0;
  left: 0;
}

/*
 * Header
 */
#tagline {
  display: none;
}
#header {
  text-align: center;
  position: absolute;
  height: 85px;
  z-index: 11;
  height: 0;
  right: 0;
  left: 0;
  top: 0;
}
#fixed-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);

  text-align: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 85px;
  width: 100%;
  z-index: 10;
}
#fixed-header a {
  text-decoration: none;
  color: #ffffff;
}
.logo {
  position: absolute;
  padding: 35px;
  left: 0;
  top: 0;
}
#fixed-header .page-title,
#header .page-title {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 10px;
  padding: 35px 0;
  color: #ffffff;
}
#header .page-title h2 {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 28px;
}
.talent-menu .svg * {
  fill: #ffffff;
}
#header .talent-menu,
#fixed-header .talent-menu {
  list-style-type: none;
  position: absolute;
  letter-spacing: 0;
  line-height: 0;
  font-size: 0;
  opacity: 0;
  padding: 34px 0;
  z-index: 5;
  right: 75px;
  margin: 0;
  top: 0;
}
#fixed-header .talent-menu {
  opacity: 1;
}
.talent-work-grid #header .talent-menu,
.talent-news #header .talent-menu,
.talent-bio #header .talent-menu {
  padding: 30px 0;
}
.work-detail #header .talent-menu,
.talent-work-detail #header .talent-menu,
.featured #header .talent-menu {
  padding: 32px 0;
}
#header .talent-menu li {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  line-height: 27px;
  font-weight: 700;
  font-size: 16px;
  padding: 0 8px;
  color: #ffffff;
}
#header .talent-menu li a:hover:after,
#header .talent-menu li.current_page_item a:after {
  opacity: 1;
}
#header .talent-title,
#fixed-header .talent-title {
  position: absolute;
  padding: 31px 0;
  right: 90px;
  color: #ffffff;
  top: 0;
}
#header .logo {
  text-decoration: none;
}
#header .logo .sub-logo {
  text-transform: uppercase;
  text-align: left;
  display: none;
  font-size: 10px;
  color: #fff;
}
#header .logo span {
  margin-right: 3px;
}

.menu-open .page-title,
.menu-animating .page-title {
  opacity: 0;
}
.menu-open #header .talent-menu,
.menu-animating #header .talent-menu {
  opacity: 0;
}

.has-takeover.takeover-removed #fixed-header,
.scrolled #fixed-header,
.scrolled.passed-takeover #fixed-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.has-takeover #fixed-header,
.inactive #fixed-header,
.inactive.passed-takeover #fixed-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.takeover-removed.menu-open #fixed-header,
.scrolled.menu-open #fixed-header {
  background-color: rgba(0, 0, 0, 0);
  height: 0;
}
.takeover-removed.menu-open #fixed-header .logo,
.scrolled.menu-open #fixed-header .logo {
  display: none;
}
.takeover-removed #header,
.scrolled #header,
.fixed-header-animating #header {
  visibility: hidden; /* this prevents a strange bug */
  opacity: 0;
}
#header .page-title a {
  text-decoration: none;
  color: inherit;
}

.dark-header #header .logo .svg * {
  fill: #333333;
}
.dark-header #header .hamburger .line {
  background: #333333;
}
.dark-header #header .page-title {
  color: #333333;
}
.dark-header #header .logo .sub-logo {
  color: #000000;
}

#header .logo,
#header .page-title,
#header .hamburger {
  opacity: 0;
}

/*
 * Hamburger
 */
.hamburger {
  position: absolute;
  cursor: pointer;
  padding: 35px;
  height: 16px;
  width: 20px;
  right: 0;
  top: 0;
}
.hamburger .line:nth-child(2),
.hamburger .line:nth-child(3) {
}
.hamburger .line:nth-child(1) {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hamburger .line:nth-child(4) {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover State */
.not-mobile .hamburger:hover .line:nth-child(1) {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.not-mobile .hamburger:hover .line:nth-child(4) {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

/* Menu Open Hover State */
.not-mobile.menu-open .hamburger:hover .line:nth-child(2) {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.not-mobile.menu-open .hamburger:hover .line:nth-child(3) {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.not-mobile.menu-open.menu-animating .hamburger:hover .line:nth-child(2),
.not-mobile.menu-open.menu-animating .hamburger:hover .line:nth-child(3) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.not-mobile.menu-open .hamburger:hover .line::after {
  opacity: 0;
}

.menu-open .hamburger .line:nth-child(1),
.menu-open .hamburger .line:nth-child(4) {
  margin-left: 0;
  opacity: 0;
  width: 0;
}

/* Open State */
.menu-open .hamburger .line:nth-child(1),
.menu-open .hamburger .line:nth-child(4) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hamburger .line {
  -webkit-transform-origin: center;
  transform-origin: center;

  position: absolute;
  display: block;
  border-radius: 10px;
  margin-left: -10px;
  background: #fff;
  width: 20px;
  height: 2px;
  left: 45px;
  top: 42px;
}

.ccolor.menu-open #header .hamburger .line,
.menu-open .hamburger .line {
  background-color: #000000;
}

/*
 * Image load effect
 */
div[data-background],
a[data-background] {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
div[data-background].loaded,
a[data-background].loaded {
  opacity: 1;
}

/*
 * Home
 */
.home #container {
  background: #000000;
}
.home .talent-menu {
  display: none;
}
#content.home {
  position: relative;
  overflow: hidden;
  padding-bottom: 125px;
  background: #000000;
  padding-top: 0;
  z-index: 1;
}
.home #header .page-title {
  display: none;
}
.home #header .logo * {
  fill: #fff;
}
.hero-wrapper {
  position: relative;
  padding-bottom: 48%;
}
.home .hero-wrapper {
  padding-bottom: 0;
  height: 75vh;
}

/* slideshow stuff */
.contact-slideshow,
.slideshow {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  position: absolute;
  overflow: hidden;
  background: #000000;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.contact-slideshow {
  opacity: 1;
}
.slideshow.initialized {
  opacity: 1;
}
.hero-wrapper .slide {
  background: #000000;
  color: #ffffff;
  height: 100%;
  width: 100%;
}
.slide .background {
  -webkit-transition: none;
  transition: none;
}
.hero-wrapper .slide .title {
  -webkit-transform: none;
  transform: none;

  box-sizing: border-box;
  position: absolute;
  text-align: center;
  font-size: 42px;
  width: 100%;
  opacity: 1;
  bottom: 0;
}
.transitioning .slide .title {
  -webkit-transform: scale(0.97) translateY(5px);
  transform: scale(0.97) translateY(5px);
  opacity: 0;
}

.slide .title .line-2 {
  font-size: 20px;
}
.slide .title span {
  display: block;
}

.slideshow .nav {
  position: absolute;
  cursor: pointer;
  padding: 50px;
  z-index: 110;
  bottom: 25px;
  opacity: 0;
}
.slideshow .nav.prev {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  left: 0;
}
.slideshow .nav.next {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  right: 0;
}
.slide .title-link {
  display: inline-block;
  text-decoration: none;
  padding: 150px 75px 50px;
  color: #ffffff;
}
.slide .play-icon {
  margin-bottom: -150px;
}
.slideshow .background.cover {
  background-position: center top;
}

.takeover .title-link {
  opacity: 0;
}
.takeover .title-link.ready {
  opacity: 1;
}

.slideshow:hover .nav {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.slideshow:hover .nav.next:hover {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.slideshow:hover .nav.prev:hover {
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}

.top-title {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.home-takeover,
.split-takeover,
.spacer {
  overflow: hidden;
}
.home-takeover,
.split-takeover {
  position: fixed;
  width: 100%;
}
.split-takeover .overlay,
.home-takeover .overlay {
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
}
.split-takeover .top-title,
.home-takeover .top-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  padding: 37px;
  color: #ffffff;
}
.hero-wrapper .lock-bottom,
.split-takeover .lock-bottom,
.home-takeover .lock-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.split-takeover .titles,
.home-takeover .titles {
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
}
.split-takeover .titles .line-1,
.home-takeover .titles .line-1 {
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 500;
  font-size: 50px;
}
.split-takeover .titles .line-1 {
  text-transform: none;
}
.split-takeover .titles .line-2,
.home-takeover .titles .line-2 {
  font-size: 20px;
}
.split-takeover .control,
.home-takeover .control {
  position: relative;
  height: 95px;
}
.split-takeover .control .arrow,
.home-takeover .control .arrow {
  margin: auto;
  z-index: 1;
  padding: 30px;
  height: 11px;
  width: 19px;
  opacity: 0;
}
.takeover .quotes {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.takeover .quotes .slide-fade {
  display: none;
}
.takeover .quotes .slide-fade.show {
  -webkit-transition: none;
  transition: none;
  display: inline;
}

.takeover .titles .play-icon,
.slide .play-icon {
  -webkit-transform: scale(0.9) translateY(10px);
  transform: scale(0.9) translateY(10px);
  opacity: 0;
}
.takeover.hovered .titles .play-icon,
.hero-wrapper.hovered .play-icon {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.control.bouncing .arrow {
  cursor: pointer;
}
.home-takeover .control .claw {
  margin: auto;
  height: 62px;
  width: 42px;
}
.split-takeover .titles .line,
.home-takeover .titles .line {
  display: block;
}
.slideshow .title-link,
.home-takeover .title-link {
  text-decoration: none;
  position: relative;
  display: block;
  color: #ffffff;
}
.slideshow .title-link .play-icon .svg {
  vertical-align: top;
  margin-top: 4px;
  height: 28px;
  width: 28px;
}
.slideshow .title-link .play-icon,
.home-takeover .title-link .play-icon {
  position: absolute;
  overflow: hidden;
  text-align: left;
  margin-left: -17px;
  bottom: 100%;
  opacity: 0;
  left: 50%;
}

/* Bouncing State */
.home-takeover .bouncing .arrow {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation: bounce 0.9s linear infinite;
  animation: bounce 0.9s linear infinite;
}
.home-takeover .bouncing .claw {
  opacity: 0;
}
.home-takeover .bouncing .arrow {
  opacity: 1;
}

.home #footer {
  text-align: center;
}
#footer .all-news {
  border: 2px solid #000000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 5px 8px;
  margin-top: 23px;
}

/*
 * Social Grid
 */
.social-grid {
  text-align: center;
  overflow: hidden;
  letter-spacing: 0;
  line-height: 0;
  font-size: 0;
}
.gridblock {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: left;
  float: left;
  letter-spacing: 1px;
  padding-bottom: 28%;
  line-height: 1.4em;
  font-size: 14px;
  width: 50%;
  height: 0;
}
.gridblock .content-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.social-block {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  float: left;
  color: #ffffff;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.overlay {
  background: rgba(0, 0, 0, 0.1);
}
.gridblock .social-block .social-icon {
  position: relative;
  margin: 30px;
}
.gridblock .social-block .title,
.gridblock .social-block .entry {
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  font-size: 24px;
  padding: 50px;
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.gridblock .social-block .entry {
  text-align: left;
  padding: 50px 35px;
  font-size: 14px;
  word-break: break-word;
}
.gridblock .social-block .entry p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.gridblock .social-block .author {
  display: block;
  margin-bottom: 10px;
}
.gridblock .social-block.twitter .entry {
  padding: 25px;
  max-height: 50%;
}
.gridblock .social-block.twitter .entry p,
.gridblock .social-block.instagram .entry p {
  margin: 0;
}
.team-block .border,
.gridblock .border,
.work-block .border {
  border: 0px solid rgba(0, 0, 0, 0.85);
  bottom: -1px;
  right: -1px;
  left: -1px;
  top: -1px;
}

/* Style for specific post type */
.gridblock .post .entry,
.gridblock .twitter .title,
.gridblock .twitter .border,
.gridblock .twitter .overlay,
.gridblock .instagram .title,
.gridblock .twitter .icon,
.gridblock .instagram .icon,
.gridblock .facebook .entry {
  display: none;
}
.gridblock .social-block.twitter,
.gridblock .social-block.instagram {
  width: 50%;
}
.gridblock .social-block.twitter:only-child,
.gridblock .social-block.instagram:only-child {
  width: 100%;
}
.gridblock .twitter .profile {
  position: relative;
  display: block;
  height: auto;
  border-radius: 100%;
  width: 65px;
}
.gridblock .twitter .image-wrap {
  position: relative;
  border-radius: 100%;
  margin: 0 30px;
  width: 65px;
}
.gridblock .twitter .hover-border {
  position: absolute;
  border-radius: 100%;
  background: #333333;
  bottom: 1px;
  right: 1px;
  left: 1px;
  top: 1px;
}
.not-mobile .gridblock .twitter:hover .hover-border {
  bottom: -4px;
  right: -4px;
  left: -4px;
  top: -4px;
}
.gridblock .instagram .entry {
  transform: translateY(5px) scale(0.98);
  top: 0;
}
.gridblock .instagram .social-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.not-mobile .gridblock .instagram:hover .entry {
  transform: none;
}
.gridblock .instagram .entry {
  opacity: 0;
}
.gridblock .social-block.instagram .author {
  display: block;
  margin-bottom: 5px;
}

/* Color second-child twitter blocks */
.gridblock .twitter:nth-of-type(2) {
  background: #5190b2;
  color: #a9dee8;
}
.gridblock .twitter:nth-of-type(2) .social-icon * {
  fill: #a9dee8;
}
.gridblock .twitter,
.gridblock .social-block.twitter:only-of-type {
  background: #a9dee8;
  color: #5190b2;
}

/* Hover State */
.gridblock .social-block .icon .svg {
  transform: translateY(5px) scale(0.9);
  opacity: 0;
}
.not-mobile .gridblock .social-block:hover .bg-image,
.not-mobile .work-block:hover .bg-image,
.not-mobile .team-block:hover .bg-image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.not-mobile .gridblock .social-block:hover .border,
.not-mobile .work-block:hover .border,
.not-mobile .team-block:hover .border {
  border-width: 16px;
}
.not-mobile .gridblock .social-block:hover .icon .svg {
  transform: none;
  opacity: 1;
}
.not-mobile .gridblock .instagram:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.not-mobile .gridblock .instagram:hover .entry {
  opacity: 1;
}
.not-mobile .gridblock .twitter:hover .social-icon * {
  fill: #333333;
}
.not-mobile .gridblock .twitter:hover .entry {
  color: #333333;
}

/*
 * Talent list
 */

.eu-template-default #content.talent-roster .talent-menu {
  display: none;
}

#content.talent-roster .talent-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 70px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#content.talent-roster .talent-menu .division svg {
  height: 16px;
  width: 53px;
  transform: translateY(1px);
}
#content.talent-roster .talent-menu .division a {
  margin-left: 15px;
}
#content.talent-roster .talent-menu .division a::after {
  display: none;
}
#content.talent-roster .talent-menu .division svg path {
  fill: #333333;
}
#content.talent-roster .talent-menu li {
  display: inline-block;
}
#content.talent-roster .talent-menu a {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 10px;
  position: relative;
}
#content.talent-roster .talent-menu a::after {
  content: " ";
  display: block;
  height: 3px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: width 0.3s;
}
#content.talent-roster .talent-menu .current-menu-item a::after,
#content.talent-roster .talent-menu a:hover::after {
  width: 100%;
}

#content.talent-roster {
  position: relative;
  min-height: 500px;
  padding-top: 0;
}
#content.talent-roster .excerpt {
  display: -webkit-flex;
  display: flex;

  text-align: center;
  position: absolute;
  margin: auto;
  max-width: 575px;
  height: 105px;
  right: 25px;
  left: 25px;
  top: 75px;
  z-index: -1;
}
#content.talent-roster .excerpt {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  opacity: 0;
}
#content.talent-roster .excerpt.slide-fade {
  -webkit-transform: scale(0.95) translateY(5px);
  transform: scale(0.95) translateY(5px);
}
#content.talent-roster .excerpt.slide-fade.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

#content.talent-roster .excerpt span {
  padding: 15px 0;
  margin: auto;
}
.roster-slideshow {
  z-index: 1;
}
.roster-slideshow,
.name-list {
  position: absolute;
  overflow: hidden;
  background: #999999;
  bottom: 170px;
  right: 120px;
  left: 120px;
  top: 170px;
}
.roster-slideshow .overlay {
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.roster-slideshow .image {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.name-list {
  -webkit-justify-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;

  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;

  background: transparent;
  list-style-type: none;
  padding: 0 50px;
  z-index: 5;
  margin: 0;
}
.name-list li {
  margin: auto 15px;
  padding: 15px 0;
  font-size: 22px;
}
.name-list li a {
  text-decoration: none;
  position: relative;
  color: #fff;
}

/* override fade-in default */
li.slide-fade {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

#content.talent-roster .logo-claw .svg * {
  fill: #333;
}

.name-list li a:after {
  position: absolute;
  border-radius: 10px;
  background: #ffffff;
  content: "";
  height: 2px;
  bottom: 0;
  width: 0;
  left: 0;
}
.not-mobile .name-list li:hover a:after,
.not-mobile .name-list li.active a:after {
  width: 100%;
}

/*
 * Work Grid
 */
.work-grid #container,
.talent-work-grid #container {
  background: #000000;
}
#content.work-grid {
  letter-spacing: 0;
  padding-top: 0;
  line-height: 0;
  font-size: 0;
}
.work-grid .block-grid {
  overflow: hidden;
}
.work-grid .work-block {
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: left;
  padding-bottom: 28%;
  background: rgba(255, 255, 255, 0.25);
  letter-spacing: 1px;
  line-height: 1.3em;
  font-size: 14px;
  opacity: 0;
  width: 50%;
  height: 0;
}
.work-block .meta {
  text-decoration: none;
  position: absolute;
  text-align: center;
  padding-bottom: 38px;
  line-height: 1.4em;
  font-size: 24px;
  color: #ffffff;
  bottom: 0;
  right: 0;
  left: 0;
}
.work-block .meta .line-2 {
  font-size: 20px;
}
.work-block .meta.credited .line-2 {
  font-size: 14px;
}
body.work-grid .work-block .meta .line-2 {
  font-size: 14px;
}
.talent-work-grid .work-block .meta {
  opacity: 0;
}
.talent-work-grid .work-block .meta.processed {
  opacity: 1;
}
.work-block .play-icon .svg {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);

  margin: auto;
  height: 36px;
  width: 38px;
  opacity: 0;
}
.work-block .meta span {
  display: block;
}
.not-mobile .work-block .line-2 {
  opacity: 0;
}

.not-mobile .work-block:hover .line-1 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.not-mobile .work-block:hover .line-2 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
}
.not-mobile .work-block:hover .play-icon .svg {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.work-block.slide-fade,
.social-block.slide-fade {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/* Work grid with low spot-count */
.block-grid.low-count .work-block {
  padding-bottom: 56%;
  width: 100%;
}

/*
 * Work Detail
 */
.work-detail #container,
.talent-work-detail #container,
.featured #container {
  position: relative;
  background: #000000;
  z-index: 1;
}
body.work-detail,
body.talent-work-detail {
  background: #222;
}
body.talent-work-grid,
body.talent-news {
  background: #000000;
}
#content.work-detail {
  padding-top: 0;
  color: #ffffff;
}
.work-detail h2 {
  font-weight: 500;
  font-size: 24px;
}
.work-detail .title .line {
  font-weight: 400;
  display: block;
}
.work-detail .title .line-2 {
  font-size: 14px;
  color: #999999;
}
#header .talent-menu .close {
  display: inline-block;
  margin-top: -1px;
  padding: 5px 4px;
}
.talent-menu .close,
.talent-menu .post-nav {
  margin: 0 5px;
}
.talent-menu .post-nav {
  display: inline-block;
  margin: 0 10px;
}
.dark-header .talent-menu .close .svg *,
.dark-header .talent-menu .next .svg *,
.dark-header .talent-menu .prev .svg * {
  fill: #000000;
}
.work-detail .talent-menu .close .svg *,
.talent-work-detail .talent-menu .close .svg *,
.featured .talent-menu .close .svg * {
  fill: #ffffff;
}

#content.work-detail a {
  color: #ffffff;
}
.work-detail .awards {
  line-height: 2.2em;
  font-size: 10px;
}
#content.work-detail .meta a {
  color: #a9dee8;
}
.work-detail .video {
  position: relative;
  min-height: 500px;
}
.work-detail .meta {
  position: absolute;
  text-align: center;
  margin: auto;
  max-width: 680px;
  padding: 27px 50px;
  bottom: 0;
  right: 0;
  left: 0;
}
.video .stage {
  position: absolute;
  margin: auto;
  max-width: 1280px;
  bottom: 130px;
  right: 120px;
  left: 120px;
  top: 105px;
}
.work-detail .entry {
  display: -webkit-flex;
  display: flex;

  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: auto;
  padding: 0 50px 40px;
  max-width: 830px;
}
.work-detail .entry .centered {
  margin: auto;
  width: 100%;
}
.entry h3 {
  margin: 30px auto;
  max-width: 680px;
  font-size: 21px;
}
.entry p {
  margin: 30px auto;
  max-width: 680px;
}
.entry p:first-child {
  margin-top: 0;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.work-detail .post-content {
  display: none;
}
.work-detail .more-info,
.work-detail .less-info {
  cursor: pointer;
}
.work-detail .more-info {
  padding-top: 15px;
}
.work-detail .more-info .svg {
  position: relative;
  top: 5px;
  margin: 0 5px;
}
.work-detail .entry .less-info {
  text-align: center;
  position: absolute;
  padding: 20px 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* Next and Prev Tabs */
.detail-nav {
  will-change: opacity;

  box-sizing: border-box;
  position: absolute;
  background: #222222;
  width: 285px;
  z-index: 0;
  bottom: 0;
  top: 0;
}
.detail-nav .overlay {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 1);
  z-index: 10;
}
.detail-nav .window {
  padding: 0 30px;
}
.detail-nav .titles {
  font-weight: 400;
}
.detail-nav a {
  text-decoration: none;
  color: #ffffff;
}
.detail-nav .window .img-wrap {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;

  -webkit-transform: translateX(15px) scale(0.95);
  transform: translateX(15px) scale(0.95);
  height: 125px;
  opacity: 0;
}
.detail-nav.prev .img-wrap {
  -webkit-transform: translateX(-15px) scale(0.95);
  transform: translateX(-15px) scale(0.95);
}
.detail-nav .window {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.detail-nav .window a {
  text-align: center;
  width: 100%;
}
.detail-nav .window span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;

  -webkit-transform: translateX(10px) scale(0.95);
  transform: translateX(10px) scale(0.95);
  display: block;
  padding: 10px;
  color: #666666;
  opacity: 0;
}
.detail-nav.prev span {
  -webkit-transform: translateX(-10px) scale(0.95);
  transform: translateX(-10px) scale(0.95);
}
.detail-nav .window span.line {
  padding-bottom: 5px;
  font-size: 14px;
  color: #ffffff;
}
.detail-nav .window span.line-2 {
  color: #999999;
  padding: 0;
}
.preview-prev .detail-nav-arrow,
.preview-next .detail-nav-arrow {
  z-index: 0;
}
.preview-prev.preview-animating .detail-nav-arrow,
.preview-next.preview-animating .detail-nav-arrow {
  z-index: 1;
  opacity: 0;
}

.detail-nav-arrow {
  display: -webkit-flex;
  display: flex;

  position: absolute;
  overflow: hidden;
  min-height: 300px;
  width: 105px;
  bottom: 130px;
  top: 105px;
}

.info-focus .detail-nav-arrow {
  width: 0;
}
.detail-nav-arrow.next {
  right: 0;
}
.detail-nav-arrow.prev {
  left: 0;
}
.detail-nav.next .window {
  box-sizing: border-box;
  width: 285px;
}
.detail-nav-arrow .centered {
  position: relative;
  cursor: pointer;
  padding: 50px;
  z-index: 6;
}
.detail-nav .centered,
.detail-nav-arrow .centered {
  margin: auto;
}
.less-info .svg {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* Next and Prev Movements */
.detail-nav.prev {
  left: 0;
}
.detail-nav.next {
  right: 0;
}
.preview-next #container,
.preview-next #header {
  -webkit-transform: translateX(-285px);
  transform: translateX(-285px);
}
.preview-prev #container,
.preview-prev #header {
  -webkit-transform: translateX(285px);
  transform: translateX(285px);
}
.preview-next .detail-nav .img-wrap,
.preview-prev .detail-nav .img-wrap,
.preview-next .detail-nav span,
.preview-prev .detail-nav span {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.preview-prev .detail-nav .overlay,
.preview-next .detail-nav .overlay {
  background-color: transparent;
  width: 0;
}
.preview-animating.preview-next .detail-nav .overlay,
.preview-animating.preview-prev .detail-nav .overlay {
  width: 100%;
}

body[class*="preview-"] .detail-nav-arrow.prev .centered,
.preview-animating .detail-nav-arrow.prev .centered,
.info-focus .detail-nav-arrow.prev .centered {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
body[class*="preview-"] .detail-nav-arrow.next .centered,
.preview-animating .detail-nav-arrow.next .centered,
.info-focus .detail-nav-arrow.next .centered {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Info-focus state */
.info-focus .stage {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}
.info-focus .more-info {
  opacity: 0;
}

/*
 * Talent News
 */
.talent-news #container {
  background: #000000;
}
#content.talent-news {
  padding-top: 0;
}

/*
 * Talent Bio Page
 */
#content.talent-bio {
  padding-bottom: 120px;
  padding-top: 0;
}
.talent-bio .hero-wrapper {
  background: #000000;
}
#content.talent-bio .post {
  margin: auto;
  padding: 50px 25px 0;
  max-width: 680px;
}
.talent-bio h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
}
.talent-bio .entry {
  text-align: justify;
  display: block;
}
.talent-bio .entry p.slide-fade {
  transform: scale(0.95) translateY(40px);
}
.talent-bio .entry p.slide-fade.show {
  transform: none;
}

.contact .entry p.slide-fade,
.contact .entry ul.slide-fade {
  transform: translateY(10px);
}
.contact .entry p.slide-fade.show,
.contact .entry ul.slide-fade.show {
  transform: none;
}

/*
 * Eye Candy Page
 */
.eye-candy #container {
  background-color: #44a4a8;
  -webkit-animation: EyeCandy 10s linear infinite;
  animation: EyeCandy 10s linear infinite;
}
#content.eye-candy-page {
  display: -webkit-flex;
  display: flex;

  position: relative;
  min-height: 620px;
  padding-top: 0;
}
.eye-candy #header .page-title {
  display: none;
}
.eye-candy-page .centered {
  text-align: center;
  margin: auto;
  padding: 0 50px;
  font-size: 21px;
  color: #ffffff;
}
.eye-candy-page .entry {
  opacity: 0;
}
.eye-candy-page .entry p {
  max-width: 780px;
}
.eye-candy-page .entry a {
  color: #ffffff;
}
.eye-candy-page .bottom-info {
  text-align: center;
  position: absolute;
  padding-bottom: 50px;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.eye-candy-page .slide-fade {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.ec-logo {
  margin-bottom: 80px;
  opacity: 0;
}

/*
 * Team Page
 */
#content.team {
  text-align: center;
  padding: 100px 35px 120px;
}
.team .entry {
  margin-bottom: 70px;
  min-height: 50px;
  font-size: 18px;
}
.team .entry p {
  max-width: 780px;
}
.team .team-block {
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin: 0 15px 50px;
  width: 250px;
  opacity: 0;
}
.team-block.slide-fade {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.team .team-block .border {
  z-index: 1;
}
.team-block .image-wrap {
  position: relative;
  overflow: hidden;
  background: #666666;
  height: 400px;
  width: 100%;
}
.team-block h3 {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;

  margin-bottom: 10px;
  min-height: 28px;
  font-size: 20px;
}
.team-block.show h3 {
  -webkit-transform: none;
  transform: none;
  transition-delay: 0.2s;
  opacity: 1;
}
.team-block .title {
  display: block;
  min-height: 17px;
  margin-top: 15px;
  font-size: 12px;
}
.team-member #fixed-header .talent-menu {
  padding: 35px 0;
  right: 80px;
}

.single-post #footer,
.talent-bio #footer,
.team-member #footer,
.team #footer {
  text-align: center;
  margin-top: -120px;
}
.single-post #footer .svg *,
.talent-bio #footer .svg *,
.team-member #footer .svg *,
.team #footer .svg * {
  fill: #333333;
}

/*
 * Press
 */
body.press,
#content.press {
  -webkit-animation: Press 40s linear infinite;
  animation: Press 40s linear infinite;
}
.split-takeover .bg-image {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  top: 0;
}
.split-takeover .meta-content {
  display: -webkit-flex;
  display: flex;

  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
  top: 0;
}
.split-takeover .entry p {
  max-width: none;
}
.split-takeover .claw {
  position: absolute;
  top: auto;
  bottom: 45px;
  left: 45px;
  opacity: 0;
}
.svgs-loaded .split-takeover .claw {
  opacity: 1;
}

.split-takeover .meta-content .centered {
  margin: auto;
  padding: 80px 120px 80px 50px;
  opacity: 0;
}
.svgs-loaded .split-takeover .meta-content .centered {
  opacity: 1;
}
.split-takeover .meta-content .titles {
  text-align: left;
  margin-bottom: 20px;
}
#content.press {
  position: relative;
  padding-top: 125px;
  min-height: 807px;
}
.press-list {
  margin: auto;
  padding: 0 50px;
  max-width: 1100px;
}
#content.press a {
  text-decoration: none;
  display: block;
  padding-bottom: 40px;
  color: #000000;
}
.press .source {
  color: #000000;
  font-size: 0.56em;
}
.press h3 {
  font-size: 1.3em;
  font-weight: 400;
}

.not-mobile #content.press a:hover h3 {
  text-decoration: underline;
}

/*
 * Category
 */
.category #container {
  background: #000000;
}
.category .talent-menu {
  display: none;
}
#content.category {
  text-align: center;
  overflow: hidden;
  letter-spacing: 0;
  padding-top: 0;
  line-height: 0;
  font-size: 0;
}
.category .gridblock.hero {
  padding-bottom: 42%;
  width: 100%;
}
.category .gridblock.hero h3 {
  padding: 50px 100px;
  font-size: 42px;
}
#more-posts {
  display: none;
}

/*
 * Single Post
 */
.single-post .entry {
  margin: auto;
  max-width: 960px;
}
#content.single {
  padding-bottom: 140px;
}
#content.single h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  max-width: 960px;
  font-size: 42px;
}
.single-post .fluid-width-video-wrapper {
  margin: 20px auto;
}
.single-post #header .talent-menu,
.team-member #header .talent-menu {
  padding: 32px 0;
}
#content.single .post {
  padding: 0 50px;
}

/* Gallery */
.single-gallery {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.gallery-image {
  height: 100%;
  width: 100%;
}
.gallery-image img {
  opacity: 0;
}
.gallery-controls {
  text-align: left;
  font-family: "BrandonText";
  margin-top: 10px;
}
.gallery-controls span {
  cursor: pointer;
  margin: 0 5px;
}
.gallery-controls span:hover {
  color: #d9663a;
}

.gallery-wrapper {
  position: relative;
  margin: 50px 0;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
.gallery-sizer {
  position: relative;
  padding-bottom: 58%;
  width: 100%;
}
.inactive .gallery-controls {
  opacity: 0;
}
.not-interacted .gallery-controls {
  opacity: 1;
}
.gallery-controls {
  text-align: center;
  position: absolute;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 100%;
  height: 100px;
  width: 100px;
  z-index: 130;
  color: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.single .gallery-controls .next {
  right: 5px;
}
.single .gallery-controls .prev {
  left: 5px;
}
.single .gallery-controls .next,
.single .gallery-controls .prev {
  position: absolute;
  margin-top: -12px;
  top: 50%;
}
.gallery-controls .counter {
  margin-top: 21px;
  font-size: 34px;
  height: 40px;
}

.gallery-controls:hover {
  opacity: 1;
}

/*
 * Contact
 */
#content.contact {
  padding-top: 0;
}
.contact .post {
  text-align: center;
  padding: 50px;
}
.contact .entry,
.contact .address {
  text-align: center;
  margin: auto;
  max-width: 650px;
}
.contact .hero-wrapper .lock-bottom {
  text-align: center;
  font-size: 42px;
  padding: 50px;
  color: #ffffff;
}
.contact .address address,
.contact .address .tel {
  font-style: normal;
  font-size: 28px;
}
.contact .address .tel {
  display: block;
  margin: 50px auto;
}
.contact .address .pin {
  text-decoration: none;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  width: 55px;
}
.contact .pin .svg {
  height: 69px;
}

.contact .entry h3 {
  font-size: 16px;
}
.contact .entry {
  overflow: hidden;
  font-size: 12px;
}
.contact .entry div {
  overflow: hidden;
}

.contact .entry ul.team-list,
.contact .entry ul.reps-list {
  list-style-type: none;
  float: left;
  font-size: 16px;
  padding: 0;
  width: 50%;
}
.contact .entry ul.team-list {
  text-align: left;
}
.contact .entry ul.reps-list {
  text-align: right;
}

.contact .entry ul .title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 42px;
}
.contact .entry ul a {
  text-decoration: none;
}
.contact .entry ul .role {
  color: #999999;
}
.contact .entry ul li {
  margin-bottom: 20px;
}
.contact .entry ul .region {
  margin-top: 49px;
}
.contact .music-list {
  list-style-type: none;
  font-size: 16px;
  width: 100%;
  padding: 0;
}
.contact .newsletter-trigger {
  border: 2px solid #000000;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  padding: 7px 13px;
  font-weight: 500;
  font-size: 14px;
  margin: 20px;
}
.contact .entry a {
  display: inline-block;
}
.contact a .envelope {
  vertical-align: top;
  margin-right: 10px;
  margin-top: 4px;
}
.contact .reps-list a .envelope {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.contact .social {
  margin-top: 40px;
}
.contact .social a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  margin: 0 15px;
}
.contact .logo-claw {
  display: inline-block;
  text-align: center;
  margin-top: 40px;
}
.contact .post .logo-claw .svg * {
  fill: #000000;
}
.contact .disclaimer {
  font-size: 10px;
  margin-top: 45px;
}
.contact .site-credit {
  text-decoration: none;
  display: block;
  margin-top: 50px;
  font-size: 10px;
}

#newsletter-overlay {
  position: fixed;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  z-index: 11;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#newsletter-overlay .close .svg * {
  fill: #000000;
}
#newsletter-overlay .centered {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
}
#newsletter-overlay .close {
  position: absolute;
  text-align: center;
  cursor: pointer;
  margin: auto;

  padding: 50px;
  width: 15px;
  right: 0;
  left: 0;
  top: 0;
}
#newsletter-overlay .newsletter {
  box-sizing: border-box;
  overflow: hidden;
  margin: auto;
  max-width: 550px;
  padding: 0 50px;
  width: 100%;
}
.newsletter form {
  display: -webkit-flex;
  display: flex;
}
.newsletter label {
  text-align: center;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 18px;
}
.newsletter input:focus {
  outline: none;
}
.newsletter input {
  -webkit-appearance: none;
  background: transparent;
  border-radius: 0;
  margin: 0;

  font-family: "BrandonText";
  display: block;
  float: left;
  border: 3px solid #333333;
  background: #ffffff;
  font-weight: 500;
  font-size: 18px;
  padding: 12px;
  color: #333333;
}
.newsletter input[type="email"] {
  flex: 1 1 auto;
}
.newsletter input[type="submit"] {
  border-left: none;
  cursor: pointer;
  padding: 12px 16px;
}
.newsletter input[type="submit"]:hover {
  background: #333333;
  color: #ffffff;
}

/*
 * Fallback styline (Privacy and T&C)
 */
.fallback .entry {
  padding: 0 50px;
}
.fallback .entry h3 {
  margin: 30px auto 0;
}
.fallback .entry p {
  margin: 10px auto 30px;
}

/*
 * Footer
 */
.home #footer {
  margin-top: -125px;
  padding: 25px 50px;
  background: #ffffff;
  height: 125px;
}
#footer .location {
  font-size: 12px;
  top: 19px;
}
#footer .location span {
  display: block;
}
#footer .location .name {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
}
#footer .location .name span {
  position: relative;
  padding: 3px 0;
}
#footer .location .name span::after {
  position: absolute;
  border-radius: 10px;
  background: #333333;
  content: "";
  height: 2px;
  bottom: 3px;
  width: 0;
  left: 0;
}
#footer .location a:hover .name span::after {
  width: 100%;
}

#footer .location .name span {
  display: inline-block;
  vertical-align: top;
}
#footer address {
  font-style: normal;
}
#footer .location a {
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
#footer .la {
  position: absolute;
  text-align: left;
  left: 50px;
}
#footer .london {
  position: absolute;
  text-align: right;
  right: 50px;
}

/*
 * Animations
 */

/* Cascade-slide styles */
.slide-fade {
  will-change: opacity;
  -webkit-transform: scale(0.8) translateY(40px);
  transform: scale(0.8) translateY(40px);
  opacity: 0;
}
.slide-fade.show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

/* Color */
a {
  transition: color 0.4s;
}

/* Opacity */
.browse,
.gridblock,
.slideshow,
.claw,
.page-title,
.logo,
.more-info,
.press .meta-content .centered,
.split-takeover .claw,
.gallery-controls {
  transition: opacity 0.4s;
}
.entry {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.main-menu .sub-menu a:after,
.name-list a:after,
.location span::after {
  -webkit-transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Transform */
#container,
#mobile-talent-menu,
.main-menu,
#footer {
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header {
  -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fixed-header {
  -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.work-block .line-1 {
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hamburger */
.hamburger .line,
.twitter .hover-border,
.play-icon {
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* All */
.gridblock .profile,
.gridblock .entry,
.social-block .icon .svg,
.slideshow .nav,
.slideshow .slide .title,
.menu-open.menu-animating .hamburger .line,
.detail-nav-arrow .centered,
.title-link .play-icon,
.title-link,
.title-link .line-1 {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.title-link .play-icon,
.title-link,
.title-link .line-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.gridblock,
.work-block .play-icon .svg,
.work-detail .stage,
.slide-fade.show,
.team-block h3,
.detail-nav .img-wrap,
.detail-nav span {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.work-block .line-2 {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.overlay {
  -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.detail-nav .overlay {
  -webkit-transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.border {
  -webkit-transition: border-width 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-width 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.border {
  -webkit-transition: border-width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: border-width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.team-block .bg-image,
.social-block .bg-image,
.work-block .bg-image {
  -webkit-transition: -webkit-transform 15s linear, opacity 1s ease;
  transition: transform 15s linear, opacity 1s ease;
}

/* Everything */
.svg * {
  transition: 0.4s;
}

/* Negate */
.gridblock.hidden,
.menu-open .page-title,
.menu-open .logo,
.slide-fade,
.roster-slideshow .image {
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Eye Candy rainbow animation */
@-webkit-keyframes EyeCandy {
  0% {
    fill: #329999;
    background: #329999;
  }
  20% {
    fill: #cc564c;
    background: #cc564c;
  }
  40% {
    fill: #8ab24d;
    background: #8ab24d;
  }
  60% {
    fill: #eaba47;
    background: #eaba47;
  }
  100% {
    fill: #329999;
    background: #329999;
  }
}
@keyframes EyeCandy {
  0% {
    fill: #329999;
    background: #329999;
  }
  20% {
    fill: #cc564c;
    background: #cc564c;
  }
  40% {
    fill: #8ab24d;
    background: #8ab24d;
  }
  60% {
    fill: #eaba47;
    background: #eaba47;
  }
  100% {
    fill: #329999;
    background: #329999;
  }
}

/* Press color rotate animation */
@-webkit-keyframes Press {
  0% {
    background: #d8e7f0;
  }
  16.66% {
    background: #44a4a8;
  }
  33.33% {
    background: #d53735;
  }
  50% {
    background: #8bb24d;
  }
  83.33% {
    background: #eabb48;
  }
  100% {
    background: #d8e7f0;
  }
}
@keyframes Press {
  0% {
    background: #d8e7f0;
  }
  16.66% {
    background: #44a4a8;
  }
  33.33% {
    background: #d53735;
  }
  50% {
    background: #8bb24d;
  }
  83.33% {
    background: #eabb48;
  }
  100% {
    background: #d8e7f0;
  }
}

li.eye-candy a:after {
  -webkit-animation: EyeCandy 2.5s linear infinite;
  animation: EyeCandy 2.5s linear infinite;
}
li.eye-candy .svg polygon,
li.eye-candy .svg path {
  -webkit-animation: EyeCandy 2.5s linear infinite;
  animation: EyeCandy 2.5s linear infinite;
}
li.eye-candy .svg :nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
li.eye-candy .svg :nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
li.eye-candy .svg :nth-child(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
li.eye-candy .svg :nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
li.eye-candy .svg :nth-child(6) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
li.eye-candy .svg :nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
li.eye-candy .svg :nth-child(8) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

/*
 * Wordpress Required
 */
.alignleft {
  display: inline;
  float: left;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 10px auto;
}
.alignright {
  display: inline;
  float: right;
}
img.alignleft {
  margin: 0 10px 10px 0;
}
img.alignright {
  margin: 0 0 10px 10px;
}
img.aligncenter {
  margin: 0 auto 10px auto;
}
.wp-caption {
  background: #f1f1f1;
  color: #888;
  text-align: center;
  margin-bottom: 15px;
  width: auto !important;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.wp-caption img {
  margin: 0px;
}
.wp-caption p.wp-caption-text {
  margin: 0 0 5px;
  padding: 4px;
  font-style: italic;
}
