/* 
 * -----------------------------------------
 *  Variables
 *  @@ File: base/_variables.scss
 * ----------------------------------------- 
 */
/* ----------------------------------------------------
   Colors
------------------------------------------------------- */
/* ----------------------------------------------------
   Color Override Classes
------------------------------------------------------- */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,700,800,900|Kanit:300,400,700,800,900|Muli:300,400,700,800,900");
.black {
  color: #000000 !important; }

.white {
  color: #ffffff !important; }

.brand-dark-blue {
  color: #025DAB !important; }

.brand-text-blue {
  color: #095DA6 !important; }

.brand-alt-blue {
  color: #35addd !important; }

.brand-light-blue {
  color: #EBF2FA !important; }

.brand-dark-gray {
  color: #404042 !important; }

.brand-light-gray {
  color: #89898B !important; }

.brand-orange {
  color: #EB5424 !important; }

/* ----------------------------------------------------
   Background Color Override Classes
------------------------------------------------------- */
.bg-black {
  background-color: #000000; }

.bg-white {
  background-color: #ffffff; }

/* 
 * -----------------------------------------
 *  Responsive Screen Sizes
 *  @@ File: base/_respensive.scss
 * ----------------------------------------- 
 */
/* 
 * -----------------------------------------
 *  MIXINS
 *  @@ File: base/_mixins.scss
 * ----------------------------------------- 
 */
/* 
 * -----------------------------------------
 *  Fonts
 *  @@ File: base/_fonts.scss
 * ----------------------------------------- 
 */
/* 
* ----------------------------------------------------
*
*  Font Variables, Mixins
*
* ----------------------------------------------------
*/
@font-face {
  font-family: "HN-Medium";
  src: font-files("./../../fonts/HelveticaNeue Medium.woff2", "./../../fonts/HelveticaNeueMedium.woff", "./../../fonts/HelveticaNeue Medium.ttf"); }

@font-face {
  font-family: "HN-Bold";
  src: font-files("./../../fonts/Helvetica Neu Bold.ttf"); }

@font-face {
  font-family: "HelveticaNeue-Reg";
  src: font-files("./../../fonts/HelveticaNeue-regular.ttf"); }

/* 
 * -----------------------------------------
 *  Typography
 *  @@ File: base/_typography.scss
 * ----------------------------------------- 
 */
body, .body-text {
  color: #404042;
  font-style: normal;
  font-size: 16px;
  line-height: 1.33; }

h1, h2, h3, h4, h5 {
  letter-spacing: 0; }

h1, .h1 {
  font-size: 36px;
  color: #025DAB;
  line-height: 0.42;
  line-height: normal; }

h2, .h2 {
  font-size: 28px;
  color: #404042;
  line-height: 0.5;
  line-height: normal; }

h3, .h3 {
  font-size: 24px;
  line-height: normal;
  color: #025DAB; }

h4, .h4 {
  font-size: 20px;
  color: #404042;
  line-height: normal; }

h5, .h5 {
  font-size: 18px;
  line-height: normal;
  color: #404042; }

p {
  font-family: 'Muli';
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 25px; }

ul, dl {
  padding-left: 15px;
  list-style-type: disc;
  font-size: 16px;
  color: #404042; }
  ul ul, ul dl, dl ul, dl dl {
    list-style-type: disc;
    padding-left: 25px; }
    ul ul > li, ul dl > li, dl ul > li, dl dl > li {
      margin-top: 5px; }
  ul > li, dl > li {
    margin-bottom: 5px; }

ol {
  padding-left: 0;
  list-style-type: number;
  font-size: 16px;
  color: #404042; }
  ol ol {
    list-style: number;
    padding-left: 25px; }
    ol ol > li {
      margin-top: 5px; }
  ol > li {
    margin-bottom: 5px; }

p img {
  max-width: 100%;
  height: auto; }

a.btn.cta-icon em {
  margin-right: 10px; }

a.btn.cta-icon {
  margin-bottom: 5px; }

.quote-text {
  color: #484848;
  font-family: Kanit;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 54px;
  display: block; }
  .quote-text__small {
    font-family: 'Muli';
    font-size: 24px;
    font-weight: 300;
    line-height: 44px; }

.green-inline {
  position: relative;
  background-image: linear-gradient(120deg, #D3F944 0%, #D3F944 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 85%;
  -webkit-transition: background-size 0.5s ease-in;
  transition: background-size 0.5s ease-in; }
  .green-inline:hover {
    background-size: 100% 85%;
    cursor: pointer; }

.green-title {
  position: relative;
  text-decoration: none;
  font-family: Muli;
  font-size: 10px;
  font-weight: 600 !important;
  letter-spacing: 6px;
  line-height: 13px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: black; }
  .green-title:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 110%;
    height: 5px;
    background: #D3F944;
    position: absolute;
    z-index: -1; }

.main-title {
  font-family: 'Kanit';
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 67px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  margin-bottom: 15px; }

.sub-title {
  font-family: 'Muli';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  margin: 0; }

.small-quote {
  margin: 100px auto;
  display: block;
  width: 100%; }
  .small-quote h3 {
    font-family: Muli;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #000000;
    max-width: 550px;
    margin: 0 auto; }
  .small-quote .green-inline {
    position: relative;
    background-image: linear-gradient(120deg, #D3F944 0%, #D3F944 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 85%;
    -webkit-transition: background-size 0.5s ease-in;
    transition: background-size 0.5s ease-in;
    font-weight: 700; }
    .small-quote .green-inline:hover {
      background-size: 100% 85%;
      cursor: pointer; }

/* 
 * -----------------------------------------
 *  Buttons
 *  @@ File: base/_buttons.scss
 * ----------------------------------------- 
 */
a {
  cursor: pointer;
  outline: none; }
  a:visited {
    color: inherit;
    outline: none; }
  a:focus {
    outline: none; }
  a:hover {
    outline: none; }

button.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

a.btn {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #ffffff;
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  color: #35addd;
  border-color: #35addd;
  white-space: normal; }
  a.btn:hover {
    background-color: #35addd;
    color: #ffffff !important; }
  a.btn:visited, a.btn:active, a.btn:focus {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

button.btn:visited, button.btn:active, button.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.back-button {
  text-decoration: none;
  color: #000000; }

.show-more-lockup {
  text-align: center;
  margin: 100px 0; }
  .show-more-lockup__title {
    font-family: 'Muli';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 18px;
    text-transform: uppercase;
    display: block; }
  .show-more-lockup__link {
    font-family: 'Heebo';
    font-size: 36px;
    font-weight: 900;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .show-more-lockup__link svg {
      margin-left: 15px; }

.outer-link {
  text-decoration: none; }

/* ----------------------------------------------------
   Shared COMPONENTS
------------------------------------------------------- */
/*
 * -----------------------------------------
 *  Header
 *  @@ File: components/_header.scss
 * -----------------------------------------
 */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px auto !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      padding: 0;
      clear: both;
      width: 100%;
      margin: 15px 0 !important;
      padding-bottom: 20px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  header a {
    text-decoration: none;
    color: #000000; }
  header .logo-link .logo-lockup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logo-link .logo-lockup .logo-image {
      -ms-flex-item-align: center;
          align-self: center;
      width: 100px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        header .logo-link .logo-lockup .logo-image {
          width: 50px; } }
    header .logo-link .logo-lockup .logo-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: Muli;
      font-size: 20px;
      font-weight: 300;
      line-height: 24px;
      -ms-flex-item-align: center;
          align-self: center; }
      @media (max-width: 767px) {
        header .logo-link .logo-lockup .logo-text {
          font-size: 14px; } }
      header .logo-link .logo-lockup .logo-text .logo-name {
        font-weight: bold; }
  header nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      header nav {
        padding: 30px 0;
        overflow: hidden;
        display: none;
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    header nav .nav-link {
      margin-right: 25px; }
      @media (max-width: 767px) {
        header nav .nav-link {
          margin: 20px 0; } }

nav {
  text-align: center; }
  nav.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 767px) {
      nav.active .nav-link {
        opacity: 1; } }
  nav .nav-link {
    position: relative;
    text-decoration: none;
    font-family: 'Muli';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    float: left;
    clear: both;
    color: black; }
    @media (max-width: 767px) {
      nav .nav-link {
        opacity: 0; } }
    nav .nav-link:after {
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 5px;
      background: #D3F944;
      position: absolute;
      z-index: -1;
      width: 0; }
      @media (max-width: 767px) {
        nav .nav-link:after {
          display: none; } }
    nav .nav-link:hover:after {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      width: 100%; }

.mobile-menu {
  margin-left: auto;
  display: none; }
  @media (max-width: 767px) {
    .mobile-menu {
      display: block; } }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  min-height: 100vh;
  background-color: #f4d3b8; }
  .wrapper section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
  width: 40px;
  position: relative;
  cursor: pointer; }
  .menu span {
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #424242;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.hamburger5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .hamburger5 span {
    position: absolute; }
    .hamburger5 span:nth-of-type(1) {
      top: 0; }
    .hamburger5 span:nth-of-type(3) {
      bottom: 0; }
  .hamburger5.active span:nth-of-type(1) {
    top: unset;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .hamburger5.active span:nth-of-type(2) {
    opacity: 0; }
  .hamburger5.active span:nth-of-type(3) {
    bottom: unset;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

/*
 * -----------------------------------------
 *  Breadcrumb
 *  @@ File: components/_breadcrumb.scss
 * -----------------------------------------
 */
/*
 * -----------------------------------------
 *  Footer
 *  @@ File: components/_footer.scss
 * -----------------------------------------
 */
footer {
  background: black;
  padding-top: 45px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto; }
  @media (max-width: 767px) {
    footer {
      margin: 0 -15px;
      margin-top: 15px; } }
  footer .footer-sub {
    font-family: 'Muli';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 25px; }
  footer .contact-link {
    position: relative;
    text-decoration: none;
    font-family: 'Kanit';
    font-size: 36px;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 40px;
    z-index: 1;
    color: #ffffff; }
    footer .contact-link:after {
      content: '';
      left: 0;
      bottom: 5px;
      width: 100%;
      min-width: 105%;
      height: 5px;
      background: #D3F944;
      position: absolute;
      z-index: -1; }
      @media (max-width: 767px) {
        footer .contact-link:after {
          min-width: 100%; } }
  footer .social-links {
    font-family: 'Muli';
    font-size: 14px;
    line-height: 23px; }
    @media (max-width: 767px) {
      footer .social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    footer .social-links a {
      color: white;
      text-decoration: none;
      margin-right: 40px; }
      @media (max-width: 767px) {
        footer .social-links a {
          margin-right: 0;
          float: left;
          width: 100%;
          text-align: center;
          margin-bottom: 25px; } }
      footer .social-links a:last-child {
        margin-right: 0; }

/*
 * -----------------------------------------
 *  Modal
 *  @@ File: components/_modal.scss
 * -----------------------------------------
 */
/* 
 * -----------------------------------------
 *  Forms
 *  @@ File: components/_forms.scss
 * ----------------------------------------- 
 */
/* 
 * -----------------------------------------
 *  Dev Overrides
 *  @@ File: /_dev-overrides.scss
 * ----------------------------------------- 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  width: 100%;
  height: auto; }

body {
  padding: 0 15px; }
  @media (max-width: 767px) {
    body {
      padding: 0 15px; } }

.full-width {
  width: 100%;
  margin-bottom: 45px; }

.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }

.pull-quote {
  border-top: 1px solid #CECFD0;
  border-bottom: 1px solid #CECFD0;
  padding: 45px 0;
  margin: 45px 0; }

.home-hero {
  text-align: left;
  margin-top: 90px;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .home-hero {
      float: left;
      width: 100%; } }
  .home-hero .hello-image {
    width: 100%; }
  .home-hero .giant-text {
    font-size: 300px;
    line-height: 200px;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-weight: bold;
    color: #D3F944;
    text-align: center; }
  .home-hero .sub-text {
    text-align: left;
    color: #000000;
    font-family: 'Muli';
    margin-top: 15px;
    max-width: 700px; }
    @media (max-width: 767px) {
      .home-hero .sub-text {
        padding: 0; } }
    .home-hero .sub-text h1 {
      color: #000000;
      margin: 0;
      font-weight: lighter; }
      .home-hero .sub-text h1.bold {
        font-weight: bold; }
      @media (max-width: 767px) {
        .home-hero .sub-text h1 {
          font-size: 20px; } }

.work-item {
  width: 100%;
  height: 700px;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .work-item {
      margin-bottom: 15px;
      height: auto;
      padding: 0;
      width: 100%; } }
  .work-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .work-item .work-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
    margin-top: 100px;
    padding: 0 15px; }
    .work-item .work-content a {
      text-decoration: none; }
    .work-item .work-content h1 {
      font-family: 'Kanit';
      font-size: 72px;
      font-weight: bold;
      letter-spacing: -2px;
      line-height: 72px;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0; }
      @media (max-width: 767px) {
        .work-item .work-content h1 {
          font-size: 36px;
          line-height: 36px; } }
    .work-item .work-content h3 {
      font-family: 'Muli';
      font-size: 36px;
      font-weight: 100;
      letter-spacing: -1px;
      line-height: 45px;
      color: #ffffff;
      margin: 0; }
      @media (max-width: 767px) {
        .work-item .work-content h3 {
          font-size: 16px;
          line-height: 20px; } }

.work-callout .main-title {
  font-family: 'Kanit';
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 90px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .work-callout .main-title {
      font-size: 36px;
      line-height: 36px; } }

.work-callout .sub-title {
  font-family: 'Muli';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  display: block;
  margin-bottom: 15px;
  color: #000000; }

.work-callout__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 23px;
  margin-top: 30px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .work-callout__info {
      display: block;
      padding: 0;
      margin-bottom: 0; } }
  .work-callout__info .green-title {
    display: inline-block; }
  .work-callout__info p {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 23px; }
  .work-callout__info__about {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    @media (max-width: 767px) {
      .work-callout__info__about {
        padding: 0;
        flex: 1; } }
  .work-callout__info__team {
    margin: 0 50px;
    flex: 1; }
    @media (max-width: 767px) {
      .work-callout__info__team {
        margin: 50px 0;
        padding: 0; } }
    .work-callout__info__team span {
      display: block; }
  @media (max-width: 767px) {
    .work-callout__info__responsibilities {
      padding: 0;
      margin-bottom: 50px; } }
  .work-callout__info__responsibilities span {
    display: block; }

.work-callout__fifty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 150px 0;
  float: left; }
  @media (max-width: 767px) {
    .work-callout__fifty {
      padding: 0;
      display: block;
      width: 100%;
      margin: 100px 0; } }
  .work-callout__fifty .sub-title {
    width: 100%;
    font-family: 'Muli';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block; }
  .work-callout__fifty .quote-text {
    width: 50%;
    padding-right: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .work-callout__fifty .quote-text {
        width: 100%;
        margin: 25px 0; } }
  .work-callout__fifty .text-block {
    width: 50%;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .work-callout__fifty .text-block {
        width: 100%; } }

.about-hero {
  margin: 45px auto;
  margin-top: 90px;
  float: left; }
  @media (max-width: 767px) {
    .about-hero {
      margin-top: 0; } }

.callout-fifty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 767px) {
    .callout-fifty {
      display: block; } }
  .callout-fifty__image {
    width: 50%;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .callout-fifty__image {
        width: 100%;
        padding: 0; } }
    .callout-fifty__image img {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .callout-fifty__copy {
    width: 50%;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .callout-fifty__copy {
        width: 100%;
        padding: 0; } }
    .callout-fifty__copy p {
      margin: 0;
      margin-bottom: 25px; }
  .callout-fifty__resume {
    max-width: 750px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px; }
    .callout-fifty__resume__left {
      padding-right: 30px; }
      @media (max-width: 767px) {
        .callout-fifty__resume__left {
          padding: 0; } }
    .callout-fifty__resume__right {
      padding-left: 30px; }
      @media (max-width: 767px) {
        .callout-fifty__resume__right {
          padding: 0; } }
    .callout-fifty__resume__item {
      display: block;
      margin-bottom: 25px;
      overflow: hidden; }
      .callout-fifty__resume__item:last-child {
        margin-bottom: 0; }
      .callout-fifty__resume__item span {
        display: block;
        float: left;
        clear: both;
        font-family: 'Muli';
        font-size: 14px;
        font-weight: 300;
        line-height: 20px; }
      .callout-fifty__resume__item .green-title {
        display: block;
        float: left;
        clear: both; }

.about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  margin-bottom: 115px;
  border-top: 1px solid #CECFD0; }
  .about-grid img {
    margin: 15px;
    width: auto; }

.play .work-callout__info__about {
  width: 50%; }
  @media (max-width: 767px) {
    .play .work-callout__info__about {
      width: 100%; } }

.play .work-callout__info__team {
  width: 50%; }
  @media (max-width: 767px) {
    .play .work-callout__info__team {
      width: 100%; } }

.sportslock .work-callout__info {
  margin-bottom: 0; }

/* ----------------------------------------------------
   General COMPONENTS
------------------------------------------------------- */
/* ----------------------------------------------------
  1) General Styles
------------------------------------------------------- */
html {
  height: 100%; }

body {
  min-width: 320px;
  position: relative;
  font-family: 'Muli';
  font-weight: 300;
  margin: 0; }

.container {
  max-width: 1370px;
  margin: 0 auto; }

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px; }

.container-inner {
  max-width: 1045px;
  width: 100%;
  margin: 0 auto; }

.hidden-all {
  display: none !important; }

::-ms-clear,
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none !important; }

/* ----------------------------------------------------
 Dev Override Imports - For Backend Overrides (temporary, to move into correct scss files)
------------------------------------------------------- */
/* 
 * -----------------------------------------
 *  Dev Overrides
 *  @@ File: /_dev-overrides.scss
 * ----------------------------------------- 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  width: 100%;
  height: auto; }

body {
  padding: 0 15px; }
  @media (max-width: 767px) {
    body {
      padding: 0 15px; } }

.full-width {
  width: 100%;
  margin-bottom: 45px; }

.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }

.pull-quote {
  border-top: 1px solid #CECFD0;
  border-bottom: 1px solid #CECFD0;
  padding: 45px 0;
  margin: 45px 0; }

.home-hero {
  text-align: left;
  margin-top: 90px;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .home-hero {
      float: left;
      width: 100%; } }
  .home-hero .hello-image {
    width: 100%; }
  .home-hero .giant-text {
    font-size: 300px;
    line-height: 200px;
    text-transform: uppercase;
    font-family: 'Kanit';
    font-weight: bold;
    color: #D3F944;
    text-align: center; }
  .home-hero .sub-text {
    text-align: left;
    color: #000000;
    font-family: 'Muli';
    margin-top: 15px;
    max-width: 700px; }
    @media (max-width: 767px) {
      .home-hero .sub-text {
        padding: 0; } }
    .home-hero .sub-text h1 {
      color: #000000;
      margin: 0;
      font-weight: lighter; }
      .home-hero .sub-text h1.bold {
        font-weight: bold; }
      @media (max-width: 767px) {
        .home-hero .sub-text h1 {
          font-size: 20px; } }

.work-item {
  width: 100%;
  height: 700px;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .work-item {
      margin-bottom: 15px;
      height: auto;
      padding: 0;
      width: 100%; } }
  .work-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .work-item .work-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
    margin-top: 100px;
    padding: 0 15px; }
    .work-item .work-content a {
      text-decoration: none; }
    .work-item .work-content h1 {
      font-family: 'Kanit';
      font-size: 72px;
      font-weight: bold;
      letter-spacing: -2px;
      line-height: 72px;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0; }
      @media (max-width: 767px) {
        .work-item .work-content h1 {
          font-size: 36px;
          line-height: 36px; } }
    .work-item .work-content h3 {
      font-family: 'Muli';
      font-size: 36px;
      font-weight: 100;
      letter-spacing: -1px;
      line-height: 45px;
      color: #ffffff;
      margin: 0; }
      @media (max-width: 767px) {
        .work-item .work-content h3 {
          font-size: 16px;
          line-height: 20px; } }

.work-callout .main-title {
  font-family: 'Kanit';
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 90px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .work-callout .main-title {
      font-size: 36px;
      line-height: 36px; } }

.work-callout .sub-title {
  font-family: 'Muli';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  display: block;
  margin-bottom: 15px;
  color: #000000; }

.work-callout__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 23px;
  margin-top: 30px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .work-callout__info {
      display: block;
      padding: 0;
      margin-bottom: 0; } }
  .work-callout__info .green-title {
    display: inline-block; }
  .work-callout__info p {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 23px; }
  .work-callout__info__about {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    @media (max-width: 767px) {
      .work-callout__info__about {
        padding: 0; } }
  .work-callout__info__team {
    margin: 0 50px; }
    @media (max-width: 767px) {
      .work-callout__info__team {
        margin: 50px 0;
        padding: 0; } }
    .work-callout__info__team span {
      display: block; }
  @media (max-width: 767px) {
    .work-callout__info__responsibilities {
      padding: 0;
      margin-bottom: 50px; } }
  .work-callout__info__responsibilities span {
    display: block; }

.work-callout__fifty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 150px 0;
  float: left; }
  @media (max-width: 767px) {
    .work-callout__fifty {
      padding: 0;
      display: block;
      width: 100%;
      margin: 100px 0; } }
  .work-callout__fifty .sub-title {
    width: 100%;
    font-family: 'Muli';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block; }
  .work-callout__fifty .quote-text {
    width: 50%;
    padding-right: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .work-callout__fifty .quote-text {
        width: 100%;
        margin: 25px 0; } }
  .work-callout__fifty .text-block {
    width: 50%;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 767px) {
      .work-callout__fifty .text-block {
        width: 100%; } }

.about-hero {
  margin: 45px auto;
  margin-top: 90px;
  float: left; }
  @media (max-width: 767px) {
    .about-hero {
      margin-top: 0; } }

.callout-fifty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 767px) {
    .callout-fifty {
      display: block; } }
  .callout-fifty__image {
    width: 50%;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .callout-fifty__image {
        width: 100%;
        padding: 0; } }
    .callout-fifty__image img {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .callout-fifty__copy {
    width: 50%;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .callout-fifty__copy {
        width: 100%;
        padding: 0; } }
    .callout-fifty__copy p {
      margin: 0;
      margin-bottom: 25px; }
  .callout-fifty__resume {
    max-width: 750px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px; }
    .callout-fifty__resume__left {
      padding-right: 30px; }
      @media (max-width: 767px) {
        .callout-fifty__resume__left {
          padding: 0; } }
    .callout-fifty__resume__right {
      padding-left: 30px; }
      @media (max-width: 767px) {
        .callout-fifty__resume__right {
          padding: 0; } }
    .callout-fifty__resume__item {
      display: block;
      margin-bottom: 25px;
      overflow: hidden; }
      .callout-fifty__resume__item:last-child {
        margin-bottom: 0; }
      .callout-fifty__resume__item span {
        display: block;
        float: left;
        clear: both;
        font-family: 'Muli';
        font-size: 14px;
        font-weight: 300;
        line-height: 20px; }
      .callout-fifty__resume__item .green-title {
        display: block;
        float: left;
        clear: both; }

.about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  margin-bottom: 115px;
  border-top: 1px solid #CECFD0; }
  .about-grid img {
    margin: 15px;
    width: auto; }

.play .work-callout__info__about {
  width: 50%; }
  @media (max-width: 767px) {
    .play .work-callout__info__about {
      width: 100%; } }

.play .work-callout__info__team {
  width: 50%; }
  @media (max-width: 767px) {
    .play .work-callout__info__team {
      width: 100%; } }

.sportslock .work-callout__info {
  margin-bottom: 0; }

/*# sourceMappingURL=app.css.map */
