@import url(https://use.typekit.net/uwx4waw.css);@import url(https://fonts.googleapis.com/css?family=Lato:300,400,500);body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #22343C; }

h1 {
  font-family: 'proxima-nova', sans-serif;
  margin-top: 0;
  font-size: 42px;
  font-weight: 700;
  color: #22343C; }

h2 {
  font-family: 'proxima-nova', sans-serif;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  color: #22343C; }
  h2.no-margin {
    margin: 0; }

h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #22343C;
  letter-spacing: 0.25px; }
  h3.no-margin {
    margin: 0; }

p,
li,
span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.25px;
  color: #22343C;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  p.no-margin,
  li.no-margin,
  span.no-margin {
    margin: 0; }
  p.no-margin-bottom,
  li.no-margin-bottom,
  span.no-margin-bottom {
    margin-bottom: 0; }

button {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px; }

a {
  color: #22343C; }

.layout-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box; }
  .layout-row.layout-flex-wrap {
    flex-wrap: wrap; }
  .layout-row.layout-space-between {
    justify-content: space-between; }
  .layout-row.layout-space-between-center {
    align-items: center;
    justify-content: space-between; }
  .layout-row.layout-align-center {
    align-items: center; }
  .layout-row.layout-justify-center {
    justify-content: center; }
  .layout-row.layout-justify-end {
    justify-content: flex-end; }
  .layout-row.layout-center {
    align-items: center;
    justify-content: center; }
  .layout-row.layout-start-center {
    align-items: center;
    justify-content: flex-start; }
  @media screen and (max-width: 600px) {
    .layout-row {
      width: 100%;
      flex-basis: 100%;
      flex-wrap: wrap; } }

.layout-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  box-sizing: border-box; }
  .layout-column.layout-flex-wrap {
    flex-wrap: wrap; }
  .layout-column.layout-space-between {
    justify-content: space-between; }
  .layout-column.layout-space-between-center {
    align-items: center;
    justify-content: space-between; }
  .layout-column.layout-align-center {
    align-items: center; }
  .layout-column.layout-justify-center {
    justify-content: center; }
  .layout-column.layout-justify-end {
    justify-content: flex-end; }
  .layout-column.layout-center {
    align-items: center;
    justify-content: center; }
  .layout-column.layout-start-center {
    align-items: center;
    justify-content: flex-start; }

.layout-flex {
  flex: 1;
  box-sizing: border-box; }
  .layout-flex.half {
    width: 50%;
    flex-basis: 50%; }
    @media screen and (max-width: 600px) {
      .layout-flex.half {
        width: 100%;
        flex-basis: 100%; } }
  .layout-flex.full {
    width: 100%;
    flex-basis: 100%; }

.layout-row-wrap {
  flex-wrap: wrap; }

.hero {
  background-image: url(foggy-mountain-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0; }
  .hero__overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.2; }
  .hero__content {
    max-width: 1000px;
    width: 100%;
    padding: 0 32px;
    min-width: 320px;
    margin: 120px 0; }
    @media all and (min-width: 1000px) {
      .hero__content {
        padding: 0; } }
    @media all and (max-width: 600px) {
      .hero__content {
        margin: 16px 0; } }
  .hero__breaker {
    height: 5px;
    width: 70px;
    background-color: #D45856;
    margin: 16px 0 32px 0; }
  .hero * {
    z-index: 1; }
  .hero h1 {
    font-weight: 700;
    color: #22343C;
    font-size: 56px;
    margin: 0;
    margin-top: 8px; }
  .hero p {
    max-width: 66%;
    font-weight: 400;
    font-size: 24px;
    margin: 0; }
  @media all and (max-width: 600px) {
    .hero h1 {
      font-size: 32px; }
    .hero p {
      font-size: 16px;
      max-width: 100%; } }

.header {
  width: 100%;
  z-index: 5;
  padding-bottom: 32px;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 600px) {
    .header .collapse {
      width: 100% !important;
      justify-content: center !important;
      text-align: center; } }
  .header__container {
    max-width: 1064px;
    padding: 0 16px;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .header__container {
        justify-content: center !important;
        flex-wrap: wrap; } }
  .header__inner {
    max-width: 1000px;
    min-width: 320px;
    height: 100%; }
    @media screen and (max-width: 600px) {
      .header__inner {
        justify-content: center !important; } }
  .header__logo {
    padding: 16px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer; }
    .header__logo:focus, .header__logo:active {
      outline: none; }
    .header__logo span {
      color: #22343C;
      margin-left: 16px; }
  .header__bugaboo a {
    color: #22343C;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 250ms; }
    .header__bugaboo a:hover {
      color: #D45856; }
    .header__bugaboo a svg {
      height: 25px;
      width: 25px;
      fill: #22343C;
      margin: 0 16px; }

.work {
  padding: 80px 16px;
  max-width: 1000px;
  margin: 0 auto; }
  .work__grid {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    @media all and (min-width: 800px) {
      .work__grid {
        grid-template-columns: [left] calc(50% - 8px) [right] calc( 50% - 8px); } }
  .work__item {
    cursor: pointer; }
    .work__item span,
    .work__item a {
      opacity: 1;
      text-decoration: none; }
    .work__item img {
      transform: scale(1, 1);
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 250ms;
      width: 100%; }
    .work__item__image {
      padding-bottom: 75%;
      overflow: hidden;
      width: 100%;
      height: 0; }
    .work__item:hover span {
      opacity: 0.7; }
    .work__item:hover img {
      transform: scale(1.1, 1.1); }

.about {
  padding: 80px 16px 0 16px;
  max-width: 1000px;
  margin: 0 auto; }
  .about__section {
    margin: 0 auto 80px; }
    .about__section p:last-of-type {
      margin-bottom: 0; }
  @media all and (max-width: 800px) {
    .about__overview {
      flex-direction: column !important; } }

.projectTemplate .ct h1 {
  font-size: 6rem;
  letter-spacing: -1.5px;
  font-weight: 300;
  font-family: 'proxima-nova', sans-serif;
  margin: 0; }

.projectTemplate .ct h2 {
  font-size: 3.75rem;
  letter-spacing: -0.5px;
  font-weight: 300;
  font-family: 'proxima-nova', sans-serif;
  margin: 0; }
  @media all and (max-width: 500px) {
    .projectTemplate .ct h2 {
      font-size: 3rem; } }

.projectTemplate .ct h3 {
  font-size: 3rem;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'proxima-nova', sans-serif;
  margin: 0; }

.projectTemplate .ct h4 {
  font-size: 2.125rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: 'proxima-nova', sans-serif;
  margin: 0; }

.projectTemplate .ct h5 {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'proxima-nova', sans-serif;
  margin: 0; }

.projectTemplate .ct h6 {
  font-size: 1.25rem;
  letter-spacing: 0.15px;
  font-weight: 500;
  font-family: 'proxima-nova', sans-serif;
  margin: 0 0 60px 0; }

.projectTemplate .ct .subtitle1 {
  font-size: 1rem;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: 'Lato', sans-serif; }

.projectTemplate .ct .subtitle2 {
  font-size: 0.875rem;
  letter-spacing: 0.1px;
  font-weight: 500;
  font-family: 'Lato', sans-serif; }

.projectTemplate .ct p,
.projectTemplate .ct p.body1 {
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: 'Lato', sans-serif; }

.projectTemplate .ct .body2 {
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-family: 'Lato', sans-serif; }

.projectTemplate .ct .caption {
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-family: 'Lato', sans-serif; }

.projectTemplate .ct .overline {
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase; }

.projectTemplate .ct .ct-row {
  padding: 120px 16px;
  justify-content: center; }
  .projectTemplate .ct .ct-row__inner {
    max-width: 740px;
    width: 100%; }
  .projectTemplate .ct .ct-row p {
    max-width: 580px; }
  .projectTemplate .ct .ct-row .img-wrap {
    min-width: 400px; }
    @media all and (max-width: 600px) {
      .projectTemplate .ct .ct-row .img-wrap {
        -ms-flex-order: 1;
        order: 1; } }
  @media all and (max-width: 600px) {
    .projectTemplate .ct .ct-row .img-wrap-sibling {
      -ms-flex-order: 2;
      order: 2; } }

.projectTemplate .ct__hero {
  background-image: url(ct-project-hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  overflow: hidden;
  position: relative; }
  .projectTemplate .ct__hero:after {
    content: '';
    display: block;
    height: 1300px;
    width: 740px;
    background-color: #EE6125;
    position: absolute;
    transform: rotate(45deg);
    right: 0px;
    top: -120px;
    opacity: 0.75; }
  .projectTemplate .ct__hero img {
    z-index: 1; }

.projectTemplate .ct .project__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%; }
  .projectTemplate .ct .project__video iframe,
  .projectTemplate .ct .project__video object,
  .projectTemplate .ct .project__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.projectTemplate .ct .readiness {
  background-color: #F0F2F4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }
  .projectTemplate .ct .readiness:after {
    content: '';
    display: block;
    height: 1300px;
    width: 740px;
    background-color: #434C57;
    position: absolute;
    transform: rotate(-45deg);
    right: -40%;
    top: -90%;
    opacity: 0.75; }
  .projectTemplate .ct .readiness img {
    z-index: 1; }

.projectTemplate .ct .mobile {
  background-color: #F0F2F4;
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }
  .projectTemplate .ct .mobile:after {
    content: '';
    display: block;
    height: 1300px;
    width: 740px;
    background-color: #434C57;
    position: absolute;
    transform: rotate(-45deg);
    right: -40%;
    top: -90%;
    opacity: 0.95; }
  .projectTemplate .ct .mobile:before {
    content: '';
    display: block;
    height: 1300px;
    width: 740px;
    background-color: #EE6125;
    position: absolute;
    transform: rotate(45deg);
    right: -300px;
    top: -40px;
    opacity: 0.95;
    z-index: 0; }
  .projectTemplate .ct .mobile > * {
    z-index: 1; }
  .projectTemplate .ct .mobile img {
    max-width: 320px; }
  .projectTemplate .ct .mobile .layout-row {
    padding: 0; }

.projectTemplate .ct .coach-mobile .layout-row {
  padding: 0; }

.projectTemplate .ct .coach-mobile caption {
  margin-bottom: 30px; }

.projectTemplate .ct .assessment-mobile img {
  margin-bottom: 60px; }

.project {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(34, 52, 60, 0.9);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .project h2 {
    margin-top: 0; }
  .project__copy {
    max-width: 800px;
    margin: 0 auto 80px auto; }
    .project__copy img {
      width: 100%;
      height: auto; }
    @media all and (max-width: 800px) {
      .project__copy {
        padding: 0 16px; } }
  .project__content {
    width: 100%;
    background-color: white;
    margin-top: 84px; }
  .project__inner {
    max-width: 1000px;
    height: 100%;
    width: 100%; }
  .project__breaker {
    height: 5px;
    width: 70px;
    background-color: #D45856; }
  .project__header {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center; }
    .project__header--full {
      max-height: none; }
    .project__header img {
      width: 100%; }
  .project__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }
  .project__video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .project__video iframe,
    .project__video object,
    .project__video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .project section {
    padding: 80px 16px; }
    .project section p:last-of-type {
      margin-bottom: 0; }
  .project h3 {
    font-size: 24px;
    margin-top: 80px; }

.process-gallery {
  max-width: 1000px;
  margin: 0 auto 80px auto;
  overflow-x: scroll;
  padding-bottom: 40; }
  .process-gallery img {
    width: 100%;
    height: auto; }
  .process-gallery > div {
    flex: 1; }
  @media all and (max-width: 800px) {
    .process-gallery {
      overflow-x: scroll !important; }
      .process-gallery > div {
        flex: none;
        width: 50%; } }

.projectTemplate {
  padding: 160px 0 60px 0; }
  .projectTemplate h2 {
    margin-top: 0; }
  .projectTemplate__content {
    width: 100%;
    background-color: white; }
  .projectTemplate__inner {
    max-width: 1000px;
    height: 100%;
    width: 100%; }
  .projectTemplate__breaker {
    height: 5px;
    width: 70px;
    background-color: #D45856; }
  .projectTemplate__header {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center; }
    .projectTemplate__header img {
      width: 100%; }
  .projectTemplate__video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .projectTemplate__video iframe,
    .projectTemplate__video object,
    .projectTemplate__video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .projectTemplate section {
    padding: 40px 16px; }
    .projectTemplate section:last-of-type {
      padding: 0; }
    .projectTemplate section img {
      width: 100%; }
    .projectTemplate section p:last-of-type {
      margin-bottom: 0; }
  .projectTemplate h3 {
    font-size: 24px;
    margin-top: 40px; }

.project__nav {
  height: 200px; }
  .project__nav__link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex: 1;
    color: #22343C;
    text-decoration: none;
    padding: 0 16px; }
    .project__nav__link:hover {
      background-color: #D45856;
      color: white; }
      .project__nav__link:hover p:first-of-type {
        color: white; }
    .project__nav__link p {
      margin: 0;
      font-size: 14px; }
      @media all and (min-width: 800px) {
        .project__nav__link p {
          font-size: 18px; } }
      .project__nav__link p:first-of-type {
        font-weight: 700;
        color: #D45856;
        font-size: 20px; }
        @media all and (min-width: 800px) {
          .project__nav__link p:first-of-type {
            font-size: 22px; } }

.footer {
  padding: 60px 16px; }
  .footer__inner {
    max-width: 1000px; }
    .footer__inner > div {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .footer__inner {
        justify-content: center !important;
        flex-direction: column !important; } }
  .footer h3 {
    width: 100%;
    margin-bottom: 0.5em; }
  .footer__logo {
    height: 70px;
    width: 70px; }
  .footer__first {
    width: 100%; }
    @media all and (min-width: 900px) {
      .footer__first {
        flex: 1; } }
    .footer__first p {
      font-size: 14px;
      margin: 0 0 0 16px; }
  @media screen and (max-width: 600px) {
    .footer__middle {
      margin: 0 0 16px 0; } }
  @media screen and (max-width: 600px) {
    .footer__last, .footer__middle, .footer__first {
      justify-content: center !important; } }
  .footer__bugaboo a {
    color: #22343C; }
    .footer__bugaboo a svg {
      height: 25px;
      width: 25px;
      margin-left: 24px;
      fill: #22343C; }

.breaker {
  height: 5px;
  width: 70px;
  background-color: #D45856;
  margin: 16px 0 32px 0; }

.breaker + p {
  margin-top: 0; }

body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  position: relative;
  height: 100%;
  width: 100%; }

* {
  box-sizing: border-box; }
