header.headroom--top {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

header.home.headroom--not-top {
  background: #fff; }

header {
  -webkit-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear; }

header.hidden {
  opacity: 0; }

header.dark {
  background: #3D3C3A; }
  header.dark nav ul li a,
  header.dark nav.filter-nav ul li a {
    color: #fff; }

div.title-margin-top {
  margin-top: 70px; }
  div.title-margin-top.has-filter {
    margin-top: 30px; }
  @media screen and (min-width: 768px) {
    div.title-margin-top {
      margin-top: 190px; }
      div.title-margin-top.has-filter {
        margin-top: 116px; } }

.title-margin-bottom {
  margin-bottom: 90px; }

#mobile-menu {
  right: 15px; }

a#footer-logo {
  left: -35px;
  top: -30px; }

p.copyright.desktop-copyright {
  position: absolute;
  bottom: 0;
  left: 25px;
  display: none; }
  @media screen and (min-width: 993px) {
    p.copyright.desktop-copyright {
      display: block; } }

div.responsive-footer .copyright {
  display: block; }
  @media screen and (min-width: 993px) {
    div.responsive-footer .copyright {
      display: none; } }

@media screen and (max-width: 767px) {
  h5 {
    font-size: 24px;
    line-height: 30px; } }

h1 {
  font-size: 40px;
  line-height: 40px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 60px;
      line-height: 60px; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 70px;
      line-height: 70px; } }

h2 {
  font-size: 35px;
  line-height: 35px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 45px;
      line-height: 45px; } }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 60px;
      line-height: 60px; } }

h2.largebold {
  font-family: 'Nitti Grotesk', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    h2.largebold {
      margin-bottom: 0; } }

h2.smallbold {
  font-family: 'Nitti Grotesk', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0; }

h2.text-center {
  text-align: center; }

h1.largebold {
  font-family: 'Nitti Grotesk', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  color: #3D3C3A;
  display: block !important; }
  h1.largebold span {
    color: #fff; }

.text-right {
  text-align: right; }

.italic-font {
  font-family: 'gauthier_fyitalic', serif;
  font-weight: 100; }
  .italic-font p {
    font-family: 'gauthier_fyitalic', serif;
    font-weight: 100;
    font-size: 26px;
    line-height: 30px; }
    @media screen and (min-width: 768px) {
      .italic-font p {
        font-size: 36px; } }

p {
  margin-bottom: 16px; }

@media screen and (max-width: 992px) {
  a#footer-logo img {
    margin: 0 auto; } }

body.page-template-page-expertise #mobile-menu > span {
  background: #fff; }

div.previous-next > div.border-top {
  border-top: 1px solid #D1D1D1;
  padding-top: 10px;
  margin: 0 15px; }
  @media screen and (min-width: 768px) {
    div.previous-next > div.border-top {
      margin: 0 25px; } }

div.previous-next a {
  position: relative;
  text-transform: uppercase;
  font-family: 'Nitti Grotesk', sans-serif;
  position: relative;
  letter-spacing: 0.1em; }
  div.previous-next a.next {
    padding-right: 40px; }
    div.previous-next a.next:after {
      top: 0;
      right: 0;
      position: absolute; }
  div.previous-next a.prev {
    padding-left: 40px; }
    div.previous-next a.prev:after {
      top: 0;
      left: 0;
      position: absolute;
      margin-left: 0;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-filter: FlipH;
      filter: FlipH;
      -ms-filter: "FlipH"; }

section.home-statement-landing {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  section.home-statement-landing img.home-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear; }
    section.home-statement-landing img.home-image.shown {
      opacity: 1; }
    section.home-statement-landing img.home-image.home-image-desktop {
      display: none; }
    section.home-statement-landing img.home-image.home-image-mobile {
      display: block; }
    @media screen and (min-width: 768px) {
      section.home-statement-landing img.home-image.home-image-desktop {
        display: block; }
      section.home-statement-landing img.home-image.home-image-mobile {
        display: none; } }
  section.home-statement-landing > div:not(.vidbg-container) {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 38px;
    z-index: 2; }
  section.home-statement-landing h1 {
    font-family: 'Nitti Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    color: #3D3C3A;
    display: block; }
    @media screen and (min-width: 1200px) {
      section.home-statement-landing h1 {
        font-size: 90px;
        line-height: 95px; } }
    @media screen and (max-width: 767px) {
      section.home-statement-landing h1 br {
        display: none; } }
    section.home-statement-landing h1 span.date {
      color: #F9C51A;
      display: block; }
  section.home-statement-landing.fade-words h1 {
    opacity: 1; }
    section.home-statement-landing.fade-words h1 span {
      -webkit-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
  section.home-statement-landing.fade-background {
    background-color: #fff; }
    section.home-statement-landing.fade-background h1 span.question {
      opacity: 0; }
  section.home-statement-landing.remove-background {
    background-color: transparent;
    z-index: 1 !important; }
    section.home-statement-landing.remove-background h1 span.question {
      opacity: 0; }

section.home-statement {
  color: #ffff; }
  section.home-statement > div.fixed-width {
    padding: 70px 0; }
  section.home-statement.after-landing {
    margin-top: calc(100vh - 76px);
    height: auto; }
    section.home-statement.after-landing > div.fixed-width {
      padding: 200px 0 70px; }
    body.admin-bar section.home-statement.after-landing {
      margin-top: calc(100vh - 108px); }
  section.home-statement p.yellow-text {
    margin-bottom: 70px; }
  @media screen and (min-height: 500px) and (min-width: 768px) {
    section.home-statement:not(.after-landing) {
      height: 100vh; }
      section.home-statement:not(.after-landing) > div.fixed-width {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  section.home-statement p {
    font-family: 'Nitti Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px; }
    section.home-statement p a {
      display: inline; }
    @media screen and (min-width: 768px) {
      section.home-statement p {
        font-size: 60px;
        line-height: 65px; }
        section.home-statement p.yellow-text {
          margin-bottom: 110px; } }
    @media screen and (min-width: 1024px) {
      section.home-statement p {
        max-width: 75%; } }
    section.home-statement p a {
      color: #F9C51A; }
      section.home-statement p a.white-text {
        color: #fff; }

section.all-home-challenges {
  position: relative; }
  section.all-home-challenges > div.fixed-width {
    position: relative; }

section.home-challenges {
  position: static; }
  section.home-challenges div.challenge-bg {
    background-repeat: no-repeat;
    width: 59%;
    height: 60vh;
    position: absolute;
    background-position-x: right;
    top: 20vh;
    background-size: auto 100%; }
    @media screen and (min-width: 768px) {
      section.home-challenges div.challenge-bg {
        height: 70vh; } }
  section.home-challenges div.video {
    position: relative;
    left: 0 !important;
    display: block !important; }
    @media screen and (min-width: 1024px) {
      section.home-challenges div.video {
        width: 58%;
        margin-left: 6%;
        float: left; } }
    section.home-challenges div.video video {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 60vh; }
      @media screen and (min-width: 768px) {
        section.home-challenges div.video video {
          height: 70vh; } }
  section.home-challenges div.image {
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    position: relative;
    left: 0 !important;
    display: block !important; }
    @media screen and (min-width: 768px) {
      section.home-challenges div.image {
        height: 70vh; } }
    @media screen and (min-width: 1024px) {
      section.home-challenges div.image {
        width: 58%;
        margin-left: 6%;
        float: left; } }
    section.home-challenges div.image img {
      width: 100%;
      height: auto; }
  section.home-challenges div.text {
    margin-top: 60px;
    position: relative;
    left: 0 !important; }
    @media screen and (min-width: 1024px) {
      section.home-challenges div.text {
        margin-top: 10px;
        float: left;
        width: 27%;
        margin-left: 3%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      section.home-challenges div.text {
        margin-bottom: 150px; } }
    section.home-challenges div.text p a {
      text-decoration: none;
      border-bottom: 0; }
      section.home-challenges div.text p a:before, section.home-challenges div.text p a:after {
        display: none; }
    section.home-challenges div.text p.small-yellow {
      margin-top: 60px !important;
      font-size: 18px;
      line-height: 24px; }
      @media screen and (min-width: 1400px) {
        section.home-challenges div.text p.small-yellow {
          margin-top: 110px !important; } }
      section.home-challenges div.text p.small-yellow:after {
        top: 2px; }
    section.home-challenges div.text p.count {
      font-weight: bold;
      font-size: 60px;
      line-height: 60px;
      margin-bottom: 0;
      font-family: 'Nitti Grotesk', sans-serif;
      margin-top: 0; }
      @media screen and (min-width: 1024px) {
        section.home-challenges div.text p.count {
          font-size: 90px;
          line-height: 90px;
          margin-top: 150px; } }
    section.home-challenges div.text h2 {
      font-family: 'Nitti Grotesk', sans-serif; }
      @media screen and (min-width: 1024px) {
        section.home-challenges div.text h2 {
          font-size: 55px;
          line-height: 55px; } }
    section.home-challenges div.text p {
      font-family: 'Nitti Grotesk Semilight', sans-serif;
      font-size: 24px;
      line-height: 30px;
      font-weight: 300;
      max-width: inherit;
      margin-top: 30px; }

body.page-template-page-howwework footer,
body.page-template-page-home-new footer {
  margin-top: 0; }

div.table-of-contents-container {
  position: absolute;
  width: 50%;
  z-index: 3;
  top: 0;
  left: 0;
  scroll-behavior: smooth;
  height: 100vh; }
  div.table-of-contents-container .fixed-width {
    max-width: 640px;
    margin-left: auto; }
    @media screen and (min-width: 1322px) {
      div.table-of-contents-container .fixed-width {
        margin-right: 0; } }
  div.table-of-contents-container.fixed {
    position: fixed; }
    div.table-of-contents-container.fixed.fixed-bottom {
      position: absolute;
      bottom: 0;
      top: inherit; }

@media screen and (max-width: 1023px) {
  .table-of-contents-container {
    display: none; } }

div.table-of-contents {
  background-color: #F9C51A;
  position: absolute;
  margin-top: 0;
  z-index: 99;
  top: 50vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 275px;
  scroll-behavior: smooth;
  z-index: 9;
  left: 25px;
  padding: 30px; }
  div.table-of-contents ul {
    list-style: none; }
    div.table-of-contents ul li a {
      font-size: 22px;
      font-weight: bold;
      margin: 15px 0;
      display: block;
      font-family: 'Nitti Grotesk', sans-serif; }
    div.table-of-contents ul li.current a {
      color: #fff; }

@media screen and (max-width: 767px) {
  section.expertise-boxes .fixed-width {
    width: 100% !important; } }

section.expertise-boxes a.expertise-landing-box {
  display: block;
  border-top: 1px solid #707070;
  padding: 35px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    section.expertise-boxes a.expertise-landing-box > div {
      padding: 0 30px; } }
  @media screen and (min-width: 768px) {
    section.expertise-boxes a.expertise-landing-box {
      margin: 0 25px; } }
  @media screen and (min-width: 768px) {
    section.expertise-boxes a.expertise-landing-box div.col-1 {
      padding-left: 0; } }
  section.expertise-boxes a.expertise-landing-box div.count {
    font-size: 90px;
    line-height: 90px;
    color: #3D3C3A;
    font-family: 'Nitti Grotesk', sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  section.expertise-boxes a.expertise-landing-box p {
    margin-top: 10px;
    font-size: 24px; }
  section.expertise-boxes a.expertise-landing-box:hover {
    border-top: 1px solid #707070;
    background: #3D3C3A;
    color: #fff; }
    section.expertise-boxes a.expertise-landing-box:hover div.count {
      padding-left: 25px; }
    section.expertise-boxes a.expertise-landing-box:hover h2, section.expertise-boxes a.expertise-landing-box:hover p,
    section.expertise-boxes a.expertise-landing-box:hover div.count {
      color: #fff; }

div.captioned-image {
  position: relative; }
  div.captioned-image img {
    width: 100%;
    height: auto; }
  div.captioned-image div.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #F9C51A;
    max-width: 470px;
    font-size: 18px;
    line-height: 24px; }
    div.captioned-image div.image-caption p {
      margin: 0;
      padding: 0; }
    div.captioned-image div.image-caption a {
      color: #fff; }

section.expertise-title {
  background: #3D3C3A;
  position: relative; }
  section.expertise-title h1 {
    color: #fff;
    margin-bottom: 30px; }
  section.expertise-title div.quote {
    font-family: 'gauthier_fyitalic', serif;
    font-weight: 100;
    color: #fff;
    font-size: 36px;
    position: relative;
    padding-top: 50px; }
    section.expertise-title div.quote:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-top: 1px solid #FDC40B;
      width: 200px; }
    section.expertise-title div.quote span {
      font-family: 'Nitti Grotesk', sans-serif;
      font-style: normal;
      font-weight: bold;
      display: block;
      margin-top: 20px;
      font-size: 18px;
      text-transform: uppercase; }

body.page-template-page-expertise section.block-text h4 a {
  text-decoration: none; }
  body.page-template-page-expertise section.block-text h4 a:before {
    display: none; }
  body.page-template-page-expertise section.block-text h4 a:after {
    background: url(../img/arrow/arrow-1-long.png) center right no-repeat;
    overflow: hidden;
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 10px;
    height: 18px;
    width: 23px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  body.page-template-page-expertise section.block-text h4 a:hover:after {
    width: 33px; }

body.project-template-single-project-new {
  /*
  p {
    font-size:18px;
    line-height:24px;
  }
  */ }
  body.project-template-single-project-new div.page-content ul {
    list-style-type: none;
    font-family: 'gauthier_fyitalic', serif;
    font-weight: 100;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0 !important;
    margin-bottom: 6px; }
    body.project-template-single-project-new div.page-content ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 15px; }
      body.project-template-single-project-new div.page-content ul li:before {
        content: "+";
        color: #FDC40B;
        position: absolute;
        left: 0;
        top: 0px; }
  @media screen and (min-width: 992px) {
    body.project-template-single-project-new div.page-header .mt-70 {
      margin-top: 140px !important; } }

div.page-content div.mb-50 {
  margin-bottom: 40px !important; }

body.page-template-page-about footer {
  margin-top: 0; }

div.break-text {
  border-top: 1px solid #FAC51B;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    div.break-text {
      width: 66%; } }
  div.break-text p {
    font-size: 24px;
    line-height: 30px;
    padding-top: 30px;
    font-family: 'gauthier_fyitalic', serif; }
    @media screen and (min-width: 768px) {
      div.break-text p {
        font-size: 34px;
        line-height: 45px; } }

section.calltoaction {
  background: #FDC40B;
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    section.calltoaction {
      padding: 160px 0; } }
  section.calltoaction h2 {
    text-align: center;
    font-family: 'gauthier_fyitalic', serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 30px; }
    @media screen and (min-width: 768px) {
      section.calltoaction h2 {
        font-size: 60px;
        line-height: 60px; } }
  section.calltoaction p.link {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: 'Nitti Grotesk', sans-serif;
    margin-top: 30px; }
    section.calltoaction p.link a {
      padding-right: 30px; }
      section.calltoaction p.link a:after {
        position: absolute;
        right: 0;
        content: '';
        background: url(../img/arrow/arrow-black.png) no-repeat;
        width: 22px;
        height: 18px;
        top: 5px;
        left: inherit;
        z-index: 99;
        background-position: right; }

@media screen and (max-width: 767px) {
  div.project-title-new h6 {
    font-size: 24px;
    line-height: 24px; } }

div.project-title-new h1 {
  font-family: 'Nitti Grotesk', sans-serif;
  margin-top: 20px;
  display: block !important;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 30px; }
  div.project-title-new h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #FDC40B;
    width: 100%;
    max-width: 370px; }

div.project-title-new p {
  font-family: 'gauthier_fyitalic', serif;
  font-size: 24px;
  line-height: 30px; }
  @media screen and (min-width: 768px) {
    div.project-title-new p {
      font-size: 36px;
      line-height: 50px; } }

div.project-winner-new {
  margin-top: 20px; }
  @media screen and (max-width: 1023px) {
    div.project-winner-new {
      margin-top: 40px; } }
  div.project-winner-new img {
    width: 88px;
    height: auto;
    margin-bottom: 12px; }
    @media screen and (max-width: 1023px) {
      div.project-winner-new img {
        margin-right: 30px;
        float: left; } }
  div.project-winner-new p {
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      div.project-winner-new p {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 16px; } }
    div.project-winner-new p strong {
      font-family: 'Nitti Grotesk', sans-serif; }

div.project-title-text {
  padding-top: 25px; }

@media screen and (min-width: 1024px) {
  div.project-title-text {
    padding-top: 0; }
  div.project-title-new {
    width: 70%;
    float: left; }
  div.project-winner-new {
    width: 20%;
    float: right;
    margin-top: 0; } }

body.single-project .next-post div.project-banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding-bottom: 0 !important;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  body.single-project .next-post div.project-banner {
    height: auto; } }

div.project-quote {
  border-top: 1px solid #FAC51B;
  padding-top: 30px; }
  div.project-quote p {
    font-size: 34px;
    line-height: 40px; }
  div.project-quote p.author {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Nitti Grotesk', sans-serif;
    margin-top: 10px; }

@media screen and (max-width: 767px) {
  body.project-template-single-project-new h6.small {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em !important;
    margin-top: 20px; } }

div.blocks {
  margin-top: 90px; }
  body.page-template-page-expertise div.blocks h2 {
    font-family: 'Nitti Grotesk';
    font-weight: bold; }
  div.blocks ul {
    list-style-type: none;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 6px;
    font-family: 'Nitti Grotesk Semilight', sans-serif;
    font-weight: normal; }
    div.blocks ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 15px; }
      body.page-template-page-expertise div.blocks ul li {
        font-family: 'Nitti Grotesk';
        font-weight: bold;
        letter-spacing: 0.1px; }
      div.blocks ul li:before {
        content: "+";
        color: #FDC40B;
        position: absolute;
        left: 0;
        top: 0px; }

section.block-text {
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    section.block-text {
      padding: 0 25px; } }

@media screen and (min-width: 1024px) {
  section.block-text {
    width: 50%;
    margin-left: 25%;
    padding: 0; } }

.block-padding {
  margin-bottom: 50px; }
  @media screen and (min-width: 1024px) {
    .block-padding {
      margin-bottom: 90px; } }

.block-full-image img {
  width: 100%;
  height: auto; }

section.block-image h2 {
  margin-top: 0px;
  margin-bottom: 10px; }

section.block-image div.image-block img {
  width: 100%;
  height: auto; }

section.block-image div.text-block img {
  margin-top: 50px;
  width: 370px;
  height: auto; }
  @media screen and (min-width: 1024px) {
    section.block-image div.text-block img {
      margin-top: 80px; } }

section.block-image a {
  color: #FDC40B;
  font-weight: bold; }
  section.block-image a:before {
    width: 0; }

@media screen and (min-width: 1024px) {
  section.block-image {
    /*
    &:nth-child(even) {
      div.image-block-projects { float:right; padding-left: 50px; }
    }

    &:nth-child(odd) {
      div.image-block-projects { float:left; padding-right: 50px; }
    }
    */ }
    section.block-image div.text-block-projects {
      width: 35%;
      float: left; }
    section.block-image div.image-block-projects.image-right {
      float: right;
      padding-left: 50px; }
    section.block-image div.image-block-projects.image-left {
      float: left;
      padding-left: 50px; }
    section.block-image div.image-block-projects {
      width: 65%; } }

@media screen and (min-width: 1330px) {
  section.block-image {
    /*
    &:nth-child(even) {
      div.image-block-projects { float:right; margin-left: 50px;
        padding-left:0; }
    }

    &:nth-child(odd) {
      div.image-block-projects { float:left; margin-left: 50px; padding-left:0; }
    }
    */ }
    section.block-image div.text-block-projects {
      width: 420px; }
    section.block-image div.image-block-projects {
      width: 760px; } }

body.page-template-page-howwework div.text-block {
  font-size: 32px;
  line-height: 30px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    body.page-template-page-howwework div.text-block > div {
      position: relative;
      margin-top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

@media screen and (max-width: 767px) {
  h2.text-left-mobile {
    text-align: left !important; } }

p.playshowreel {
  font-size: 50px;
  margin: 0;
  font-family: 'Nitti Grotesk', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff; }

div.col-thirds {
  margin-bottom: 40px; }
  div.col-thirds ul li {
    font-size: 22px;
    margin-bottom: 16px;
    font-family: 'gauthier_fyitalic', serif;
    font-weight: 100; }
    div.col-thirds ul li:before {
      color: #FDC40B; }

@media screen and (min-width: 768px) {
  div.col-thirds {
    width: 33%; }
    div.col-thirds ul li {
      font-size: 28px;
      margin-bottom: 16px; }
      div.col-thirds ul li:before {
        color: #FDC40B; } }
