/* Fontface
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /**
   * @license
   * MyFonts Webfont Build ID 3967083, 2020-10-30T10:21:56-0400
   * 
   * The fonts listed in this notice are subject to the End User License
   * Agreement(s) entered into by the website owner. All other parties are 
   * explicitly restricted from using the Licensed Webfonts(s).
   * 
   * You may obtain a valid license at the URLs below.
   * 
   * Webfont: DrescherGroteskBTBookWXX-Rg by Bitstream
   * URL: https://www.myfonts.com/fonts/bitstream/drescher-grotesk-bt/book/
   * 
   * Webfont: DrescherGroteskBTSemiBoldWXX by Bitstream
   * URL: https://www.myfonts.com/fonts/bitstream/drescher-grotesk-bt/semi-bold/
   * 
   * 
   * Webfonts copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
   * 
   * © 2020 MyFonts Inc
  */


  /* @import must be at top of file, otherwise CSS will not work */
  @import url("//hello.myfonts.net/count/3c886b");
    
  @font-face {
    font-family: 'drescher-sb';
    src: url('/webfonts/DrescherGroteskBTSemiBoldWXX/font.woff2') format('woff2'), url('/webfonts/DrescherGroteskBTSemiBoldWXX/font.woff') format('woff');
  }
  @font-face {
    font-family: 'drescher-rg';
    src: url('/webfonts/DrescherGroteskBTBookWXX-Rg/font.woff2') format('woff2'), url('/webfonts/DrescherGroteskBTBookWXX-Rg/font.woff') format('woff');
  }

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
/* Brand Colours (ref only)
/* Structure
/* Grid rules
/* General
/* Typography
/* Buttons & Tooltips
/* Navigation
/* Mobile Navigation
/* Home
/* Project page
/* Forms
/* Animations
/* Footer
/* Responsive rules

*/


/* Brand Colours
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  :root {
    --cblack: #222B2B;
  }


/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%;
  }
  body {
    display: block;
    position: relative;
    margin: 0;
    overflow-x: hidden;
  }
  body.modal-open {
      overflow-y: hidden;
  }
  @media (min-width: 900px) {
    body.modal-open {
      padding-right: 15px; /* Avoid width reflow */
    }
  }
  img {
    width: 100%;
  }
  *:focus {
      outline: none;
  }
  .image-wrap {
    background-size: cover; 
    background-position: center;
  }
  body, .mob-menu {
    background-color: white;
    margin: 0;
    overflow: auto;
    color:#222B2B;
  }
  .background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .no-scroll {
      overflow: hidden !important;
  }
  .divider {
    position: relative;
    border-bottom: 1px solid;
    width: 100%;
  }
  .divider.bold {
    border-bottom: .4rem solid;
  }

/* Grid rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .container {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
    display: block;
    position: relative;
    max-width: 1920px;
  }
  @media (min-width: 900px) {
    .container {
      width: calc(100% - 16rem);
      margin-left: auto;
      margin-right: auto;
    }
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 1rem; 
  }
  @media (min-width: 900px) {
    .grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 2rem; 
    }
  }
  .grid > div {
      flex-direction: column;
  }
  .col-1  {  grid-column: span 2; display: flex;}
  .col-2  {  grid-column: span 2; display: flex;}
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    grid-column: span 4;
    display: flex;
  }
  .flex-end { align-self: flex-end;}

  @media (min-width: 550px) {
    .col-5  {  grid-column: span 4; }
    .col-6  {  grid-column: span 4; }
    .m-col-1  {  grid-column: span 1; }
    .m-col-2  {  grid-column: span 2; }
    .m-col-3  {  grid-column: span 3; }
    .m-col-4  {  grid-column: span 4; }
    .m-col-5  {  grid-column: span 5; }
    .m-col-6  {  grid-column: span 6; }
    .m-col-7  {  grid-column: span 7; }
    .m-col-8  {  grid-column: span 8; }
    .m-col-9  {  grid-column: span 9; }
    .m-col-10 {  grid-column: span 10; }
    .m-col-11 {  grid-column: span 11; }
    .m-col-12 {  grid-column: span 12; }
  }
  @media (min-width: 900px) {
    .col-1  {  grid-column: span 1; }
    .col-2  {  grid-column: span 2; }
    .col-3  {  grid-column: span 3; }
    .col-4  {  grid-column: span 4; }
    .col-5  {  grid-column: span 5; }
    .col-6  {  grid-column: span 6; }
    .col-7  {  grid-column: span 7; }
    .col-8  {  grid-column: span 8; }
    .col-9  {  grid-column: span 9; }
    .col-10 {  grid-column: span 10; }
    .col-11 {  grid-column: span 11; }
    .col-12 {  grid-column: span 12; }
    .l-col-1  {  grid-column: span 1; }
    .l-col-2  {  grid-column: span 2; }
    .l-col-3  {  grid-column: span 3; }
    .l-col-4  {  grid-column: span 4; }
    .l-col-5  {  grid-column: span 5; }
    .l-col-6  {  grid-column: span 6; }
    .l-col-7  {  grid-column: span 7; }
    .l-col-8  {  grid-column: span 8; }
    .l-col-9  {  grid-column: span 9; }
    .l-col-10 {  grid-column: span 10; }
    .l-col-11 {  grid-column: span 11; }
    .l-col-12 {  grid-column: span 12; }
  }
  @media (min-width: 1400px) {
    .x-col-1  {  grid-column: span 1; }
    .x-col-2  {  grid-column: span 2; }
    .x-col-3  {  grid-column: span 3; }
    .x-col-4  {  grid-column: span 4; }
    .x-col-5  {  grid-column: span 5; }
    .x-col-6  {  grid-column: span 6; }
    .x-col-7  {  grid-column: span 7; }
    .x-col-8  {  grid-column: span 8; }
    .x-col-9  {  grid-column: span 9; }
    .x-col-10 {  grid-column: span 10; }
    .x-col-11 {  grid-column: span 11; }
    .x-col-12 {  grid-column: span 12; }
  }
  .self-centre {    align-self: center;  }
  .self-end {    align-self: end;  }
  .self-start {    align-self: start;  }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  h1, h2, h3, h4 {
    font-family: 'drescher-sb', 'Helvetica Neue', 'HelveticaNeue', Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 1.7rem;
    font-weight: normal; 
  }
  h5, h6 {
    font-family: 'drescher-rg', 'Helvetica Neue', 'HelveticaNeue', Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 1.7rem;
    font-weight: normal; 
  }
  h1 { font-size: 4.2rem; line-height: 4rem;  letter-spacing: .1rem;}
  h2 { font-size: 2.8rem; line-height: 4rem;  letter-spacing: 0.05rem; }
  h3 { font-size: 2.2rem; line-height: 3rem;  letter-spacing: 0.08rem; }
  h4 { font-size: 2.0rem; line-height: 3rem;  letter-spacing: 0.08rem; }
  h5 { font-size: 1.5rem; line-height: 1;  letter-spacing: 0.08rem; }
  h6 { font-size: 1.6rem; line-height: 1.7rem;  letter-spacing: 0.2rem; }

  /* Larger than phablet */
  @media (min-width: 550px) {
    h1 { font-size: 4.6rem;  line-height: 5.1rem;}
    h2 { font-size: 3.8rem;  line-height: 4.4rem; letter-spacing: 0.05rem;}
    h3 { font-size: 2.8rem;  line-height: 3.2rem;}
    h4 { font-size: 2.2rem;  line-height: 3.2rem;}
  }

  /* Larger desktop screens */
  @media (min-width: 1200px) {
    h1 { font-size: 6rem; line-height: 6.8rem;}
  h2 { line-height: 5.1rem; }
  h3 { line-height: 3.4rem; }
  h4 { line-height: 3.4rem; }
    h5 { font-size: 1.8rem; line-height: 1.7rem;}
  }

  li, th, td { 
    line-height: 1.7;
    letter-spacing: 0.01rem;
    -webkit-font-smoothing: antialiased;
  }
  p, li, input {
    font-family: 'drescher-rg', 'Helvetica Neue', 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 1.9rem;
    line-height: 2.4rem;
    letter-spacing: 0.08rem;
    margin-top: 0; 
    -webkit-font-smoothing: antialiased;
  }
  li {
    line-height: 1.8;
  }
  /* For devices larger than 900px */
  @media (min-width: 900px) {
    p {  
      font-size: 2.2rem;
      line-height: 3.4rem;
      letter-spacing: 0.08rem;
    }
  }
  .underline {  border-bottom: 0.22rem solid;}
  .underline.bold {  border-bottom: 0.5rem solid;}
  .underline.thin {  border-bottom: 1px solid;}

  .txt-white   { color: white; }

  .txt-center { text-align: center; }
  .txt-2column {
    column-count: 1;
    column-gap: unset;
  }
  section#capabilities ul li {
    list-style: none;
    line-height: 1.7;
    margin-bottom: 0;
  }
  h1#hello {
    font-size: 18rem;
    margin-left: -1rem;
  }
  h1.huge {    
    font-size: 18vw;
    margin-left: -.25rem;
    line-height: 0.9;
  }
    /* Menu breakpoint */
    @media (min-width: 900px) {
      h1.huge {
        font-size: 12rem;
        margin-left: -.5rem;
        line-height: 0.9;
      }
    }
    @media (min-width: 1400px) {
      h1.huge {
        font-size: 18rem;
        line-height: 0.8;
      }
    }
  .h2-text h2 {
    margin-bottom: 5.1rem;
  }
  .p-sub p {
    margin-bottom: -0.8rem;
  }
  /* Menu breakpoint */
  @media (min-width: 900px) {
    .p-sub p {
      margin-bottom: 0;
    }
  }
  .vert-title {
    transform: rotate(-90deg);
    transform-origin: bottom right;
    position: absolute;
    right: 7rem;
    top: 0;
  }

/* Links
––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
  text-decoration: none;
  color: #242527; }


/* Quick spacing rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .mt-0 {   margin-top: 0; }
  .mt-1 {   margin-top: 1rem; }
  .mt-2 {   margin-top: 2rem; }
  .mt-3 {   margin-top: 3rem; }
  .mt-4 {   margin-top: 4rem; }
  .mt-5 {   margin-top: 5rem; }
  .mt-6 {   margin-top: 6rem; }
  .mt-7 {   margin-top: 7rem; }
  .mt-8 {   margin-top: 8rem; }
  .mt-9 {   margin-top: 9rem; }
  .mt-10 {  margin-top: 10rem; }
  .mt-15 {  margin-top: 15rem; }
  .mt-20 {  margin-top: 20rem; }
  .mt-30 {  margin-top: 30rem; }
  .mt-txt {   margin-top: 1.8rem; }

  .pt-5 {   padding-top: 5rem; }
  .pt-10 {  padding-top: 10rem; }
  .pt-15 {  padding-top: 15rem; }
  .pt-20 {  padding-top: 20rem; }

  .mb-0 {   margin-bottom: 0; }
  .mb-1 {   margin-bottom: 1rem; }
  .mb-2 {   margin-bottom: 2rem; }
  .mb-3 {   margin-bottom: 3rem; }
  .mb-4 {   margin-bottom: 4rem; }
  .mb-5 {   margin-bottom: 5rem; }
  .mb-6 {   margin-bottom: 6rem; }
  .mb-8 {   margin-bottom: 8rem; }
  .mb-10 {  margin-bottom: 10rem; }
  .mb-15 {  margin-bottom: 15rem; }
  .mb-20 {  margin-bottom: 20rem; }
  .mb-25 {  margin-bottom: 25rem; }

  .pb-2 {   padding-bottom: 2rem; }
  .pb-5 {   padding-bottom: 5rem; }


  @media (min-width: 900px) {
    .l-mt-0 {   margin-top: 0; }
    .l-mt-2 {   margin-top: 2rem; }
    .l-mt-4 {   margin-top: 4rem; }
    .l-mt-6 {   margin-top: 6rem; }
    .l-mt-8 {   margin-top: 8rem; }
    .l-mt-8 {   margin-top: 8rem; }
    .l-mt-15 {  margin-top: 15rem; }
    .l-mt-30 {  margin-top: 30rem; }

    .l-mb-8 {  margin-bottom: 8rem; }
    .l-mb-20 {  margin-bottom: 20rem; }
    .l-mb-25 {  margin-bottom: 25rem; }
  }
  @media (min-width: 1200px) {
    .x-mt-6 {   margin-top: 6rem; }
    .x-mt-8 {   margin-top: 8rem; }
    .x-mt-10 {  margin-top: 10rem; }

    .x-pb-10 {  padding-bottom: 10rem; }
  }


/* Buttons & Tooltips
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .btn {
      border-top: 1px solid;
      border-bottom: 1px solid;
      margin-bottom: 0;
      text-align: center;
      cursor: pointer;
      vertical-align: middle;
      transition: all 0.25s ease-out;
      letter-spacing: 0.05rem;
      display: inline-table;
  }
  .btn h6 {
    min-width: 10rem;
    padding-bottom: 0.15rem;
  }
  .btn-big {
    line-height: 2.6;
  }
  .btn-centred {
    width: 20%; 
    min-width: 10rem; 
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .xout, .btn-close {    
    cursor: pointer;
    font-size: 3rem;
    color: #242527;
    padding: 0 0.75rem;
    line-height: 3rem;
  }
  .btn-close {
    background-color: rgba(255,255,255,0.25);
    padding: 0.12rem 0.75rem;
    border-radius: 50%;
  }
  .btn-register {
    width: 100%;
    border-radius: 2rem;
    color: #FFFCF6;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
  }
  .btn-register i {
    margin-right:0.75rem;
    font-size: 1.3rem;
  }
  .btn:active {
    box-shadow: inset 1px 1px 3px -2px rgba(0,0,0,0.8);
  }
  .link-wrap {
    position: relative;
    display: inline;
    cursor: pointer;
  }
  .link-wrap:hover > .hilight.link {
    color: white !important;
    border-color: var(--cblack);
  }
  .link-wrap:hover > .hilight.link:before {
    width: 100%;
    left: 0;
    transition: all .15s ease-out;
  }
  .link-wrap.center {
    margin: 0 auto;
  }
  .link {
    display: inline-block;
    position: relative;
    transition: all .25s ease-out;
    z-index: 1;
  }
  .link.inline {
    display: inline;
  }
  .hilight.link:before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: var(--cblack);
    z-index: -1;
    transition: all 0.25s ease-out;
  }
  p.coming-soon:after {
    content: "(Coming Soon)";
    color: #bababa;
    margin-left: 1rem;
  }

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  #nav-menu { 
    z-index: 4;
    margin-top: 0;
    position: fixed;
    width: 100%;
    float: right;
    transition: all 0.3s ease-out;
  }
  #nav-menu.shrink, #nav-menu.shrunk {
    margin-top: 0;
    background-color: white;
    height: auto;
    transition: all 0.15s ease-out;
    display: block;
    position: fixed;
    }
  ul.nav-menu-items {
    display: none;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 0;
    padding: 1rem 0;
    border-top: 1px solid transparent;
  }
    @media (min-width: 900px) {
      ul.nav-menu-items {
        display: flex;
      }
    }
  ul.nav-menu-items a.link-wrap {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    margin-left: 8%;
  }
  #nav-columns {
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: 0.25s ease-out all;
    display: grid;
  }
  #nav-menu>.container {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.25s ease-out all;
  }
    @media (min-width: 900px) {
      #nav-menu>.container, #nav-menu .divider {
        padding-top: 2rem;
      }
    }
  #mob-nav-logo {
    width: 5.4rem;
    display: block;
    position: fixed;
    padding-top: 1.2rem;
  }
    @media (min-width: 900px) {
      #mob-nav-logo {
        display: none;
      }
    }
  #nav-logo {
    display: none;
  }
    @media (min-width: 900px) {
      #nav-logo {
        display: block;
      }
    }
  #nav-menu.shrink>.container {
    padding-top: 0;
    transition: 0.25s ease-out all;
  }
  #nav-menu.shrink .divider  {
    padding-top: 0;
  }
  #nav-menu li, #nav-menu-items li { 
    font-family: 'drescher-sb', 'Helvetica Neue', 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    display: inline-flex;
    list-style: none;
    color: var(--cblack);
    margin-bottom: 0;
    letter-spacing: 0.08rem;
    line-height: 2;
    padding: 0 0.4rem;
  }
  #logo-casam {
    position: relative;
    display: block;
    width: 14rem;
    top: 2rem;
    transition: 0.25s ease-out all;
  }
  #logo-land {
    position: relative;
    display: block;
    width: 5rem;
    top: 2.2rem;
    transition: 0.25s ease-out all;
  }
    @media (min-width: 900px) {
      #logo-land, #logo-casam {
        position: fixed;
        transition: 0.25s ease-out all;
      }
      #logo-land {
        top: 7rem;
        margin-left: 9rem;
      }
      .shrink #logo-land {   
        margin-left: 11.2rem;
        width: 6.85rem;
        top: 2.5rem;
      }
      .shrink #logo-casam {
        width: 10rem;
        top: 1.5rem;
      }
    }
  #nav-menu.white #logo-casam, #nav-menu.white #logo-land {fill: white;}
  #logo-casam, #logo-land, #nav-menu.white.shrink #logo-casam, #nav-menu.white.shrink #logo-land   {fill: var(--cblack);}
  

/* Mobile Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .mob-menu {
    display: none;
    position: fixed;
    text-align: right;
    background-color: white;
    width: 100%;
    height: 100vh;
    z-index: 4;
  }
  .mob-menu-inner {
      height: 100%;
      height: 100vh;
  }
  .hamburger {
    position: fixed;
    z-index: 5;
    width: auto;
    right: 0;
    top: 0;
    padding: 3rem 2rem;
  }
  @media (min-width: 900px) {
    .hamburger {
      padding: 2rem 1.5rem;
      right: 3.5rem;
    }
  }
  .mob-menu ul.nav-menu-items {
    display: flex;
    flex-direction: column;
  }
  .mob-menu ul.nav-menu-items a.link-wrap {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .mob-menu .nav-menu-items li {
    font-family: 'drescher-sb', 'Helvetica Neue', 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 4.2rem;
    line-height: 6.8rem;
  }
  .mob-menu .social-menu a.link-wrap {
    display: inline-block;

  }
    /* Mobile Footer
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
      .mob-footer {
        display: block;
      }
      ul.mob-soc {
        position: relative;
        bottom: 0;
        padding-top: .75rem;
        padding-bottom: .75rem;
        text-align: right;
        margin-right: 1.25rem;
        margin-bottom: 0;
      }
      ul.mob-soc li {
        font-size: 1.25rem;
        list-style: none;
        display: inline-block;
        padding: 0 1rem;
        transition: 0.2s ease-out all;
        color: white;
        margin-bottom: 0;
      }
      ul.mob-soc li:hover {
        transition: 0s;
      }
        @media (min-width: 900px) {
          ul.mob-soc li {
            font-size: 2rem;
          }
          ul.mob-soc {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
          }
        }
      .mob-footer p {
        padding: 1.25rem 0;
        text-align: center;
        line-height: 1.2;
        border-top: 1px solid white;
        margin-bottom: 0;
        font-size: 0.8rem;
        letter-spacing: 0.025rem;
      }
        @media (min-width: 900px) {
          .mob-footer p {
            padding: 2rem 0;
            line-height: 1;
          }
        }
 

/* Home
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  section#home-mast {
    margin: -1rem auto;
  }
  section#home-mast h1 {
    text-align: right;
    padding: 30vh 0 46vh 0;
    font-size: 7.77rem;
    line-height: 1;
  }
  section#home-mast .col-12 {
    background-image: url(/images/masthead-mt_pleasant.jpg);
    background-repeat: no-repeat;
    background-position: -25vw;
    background-size: contain;
  }

  @media (min-width: 900px) {
    section#home-mast {
      margin: 6rem auto;
    }
    section#home-mast h1 {
      text-align: center;
      padding: 38vh 0;
    }
    section#home-mast .col-12 {
      background-position: center;
    }
  }
  section#projects h2 {
    margin-bottom: 0;
    margin-top: 1.4rem;
    line-height: 1;
  }
  section#news .featured h3 {
    margin-top: 2rem;
  }

 

/* Project page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  section#project-mast #logo {
    width: 25%;
    max-width: 50rem;
    min-width: 30rem;
    margin: auto;
    padding: 24vh 0;
    margin-top: 8vh;
  }

 

/* Community news post
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  section#news-mast .titling {
    height: 40vh;
    margin-top: 15vh;
    text-align: center;
    align-content: center;
  }
  section#news-body {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
    @media (min-width: 550px) {
      section#news-body {
        width: 80%;
        margin-top: 6rem;
      }
    }
    @media (min-width: 1200px) {
      section#news-body {
        width: 60%;
        margin-top: 8rem;
      }
    }
    @media (min-width: 1600px) {
      section#news-body { 
        width: 50%;
        margin-top: 10rem;
      }
    }
  section#news-body h5 {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-top: 3rem;
  }
  section#news-body ol {
    margin-bottom: 3rem;
  }




/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  #mc_embed_signup_scroll .column {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  label {
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 5.1rem;
    top: -3rem;
    width: 0;
    position: absolute;
  }
  input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    width: calc(100% - 0.75rem);
    height: 3.4rem;
    padding: 0;
    padding-left: 0.5rem;
    border-radius: 0;
    border-style: solid;
    border: 1px solid;
  }
  .mc-field-group {
      position: relative;
      float: left;
      width: 100%;
      margin: 2rem 0;
  }
  #mc-embedded-subscribe.button {
    font-family: 'DrescherGroteskBTSemiBoldWXX', 'Helvetica Neue', 'HelveticaNeue', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.08rem;
    color: var(--cblack);
    background: transparent;
    border: none;
    border-bottom: 0.22rem solid;
    border-radius: 0;
    line-height: 3.4rem;
    padding: 0;
    cursor: pointer;
    transition: 0.3s ease-out all;
    float: right;
    margin-top: 1.2rem;
  }
    .mc-field-group.input-group { border-bottom: none; margin-bottom: 0;}

  .newsletter {
    display: none;
  }
  .newsletter.is-active {
    display: block;
  }
  h5.disclaimer {
    float: left;
  }

/* Vimeo
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .vimeo { 
    position: relative; padding-bottom: 56.25%; 
    height: 0; overflow: hidden; max-width: 100%; 
  } 
  .vimeo iframe, .vimeo object, .vimeo embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
  }

/* Animations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -40%, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .fadeInDown {  animation-name: fadeInDown;}


  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 70%, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .fadeInUp {  animation-name: fadeInUp;}


  @keyframes scrollInUp {
    from {
      transform: translate3d(0, 70%, 0);
    }

    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .scrollInUp {  animation-name: scrollInUp;}


  @keyframes scrollInLeft {
    from {
      transform: translate3d(-130%,0,0);
    }

    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .scrollInLeft {  animation-name: scrollInLeft;}


  @keyframes scrollInRight {
    from {
      transform: translate3d(50%,0,0);
    }

    to {
      transform: translate3d(0, 0, 0);
    }
  }
  .scrollInRight {  animation-name: scrollInRight;}

  .delay-02   { animation-delay:0.2s;}
  .delay-03   { animation-delay:0.3s;}
  .delay-04   { animation-delay:0.4s;}
  .delay-05   { animation-delay:0.5s;}
  .delay-08   { animation-delay:0.8s;}
  .delay-10   { animation-delay:1.0s;}
  .delay-12   { animation-delay:1.2s;}
  .delay-15   { animation-delay:1.5s;}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  footer {
      z-index: 1;
    }
  footer .grid {
    padding-top: 0;
    padding-bottom: 2rem;
  }
    /* Larger than tablet */
    @media (min-width: 900px) {
      footer .grid {
        padding-top: 4rem;
        padding-bottom: 2.5rem;
      }
    }
  ul.footer-menu {
    padding-top: 2rem;
    border-top: 1px solid #242527;
  }
  ul.footer-menu .link {
      border-bottom: none;
      color: #242527;
  }
  ul.footer-menu li {
      font-size: 13.5vw;
      letter-spacing: -.1rem;
      font-family: 'AppliedSansPro-Bold', 'Helvetica Neue', 'HelveticaNeue', Arial, Helvetica, sans-serif;
      list-style: none;
      color: #242527;
      line-height: 0.95;
      margin: 0;
      overflow: hidden;
      display: block;
      cursor: initial;
  }
      /* Larger than phablet */
    @media (min-width: 550px) {
      ul.footer-menu li {
          font-size: 4.2rem;
      }
    }
  ul.footer-social {
    margin-left: -0.5rem;
    margin-bottom: 0;
  }
  ul.footer-social li {    
    list-style: none;
    display: inline;
    padding: 0.4rem;
    margin: 0 0.2rem;
    font-size: 1.4rem;
    vertical-align: top;
    border-bottom: 0 solid transparent;
    transition: 0.3s ease-out all;
    position: relative;
  }
  .footer-social p {
    display: inline;
    margin: 0 .5rem;
    pointer-events: none;
  }
  .footer-social i {
      font-size: 1.8rem;
      color: white;
  }
  .footer-social i:hover {
    color: var(--gray);
    transition: 0s;
  }
  .footer-social a:hover {
    background-color: transparent;
    padding-right: 0;
  }
  footer h1 {
    margin-bottom: 0.4rem;
  }
  footer h6 {
    font-size: 1.1rem; 
    letter-spacing: 0.3rem; 
    margin-top:1.4rem;
  }
  footer h2 {
    line-height: 1.2;
  }
  footer ul.submenu li {
    text-transform: uppercase;
    display: block;
    cursor: initial;
    margin-bottom: 0.25rem;
  }
  ul.submenu a.link-wrap {
    padding: .25rem 0;
    margin-bottom: 0;
  }
  .footer-logo img {
    width: 4.5rem;
    margin: auto;
    display: block;
  }
  .footer-logo {
    background-color: white; 
    z-index: 2; 
    outline: 1rem white solid;
    transition: 0.15s ease-out all;
    cursor: pointer;
  }
  .footer-logo:hover {
    margin-top:-0.25rem;
    margin-bottom: 0.25rem;
    transition: 0.15s ease-out all;
  }

/* Responsive rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* S (small)
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .s-only {  display: block;  }
  .s-only.flex {  display: flex;  }
  .m-only,
  .m-up,
  .m-l-only,
  .l-up,
  .x-up { display: none; }

  /* M (medium)
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media (min-width: 550px) {
    .s-only {  display: none;  }
    .m-only,
    .m-l-only,
    .m-up { display: block;}
  }

  /* L (large)
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media (min-width: 900px) {
    .s-only,
    .m-only,
    .s-m-only { display: none;   }
    .m-l-only,
    .m-up,
    .l-up { display: block; }
  }

  /* X (x-large)
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media (min-width: 1400px) {
    .m-up,
    .x-up { display: block; }
    .m-only,
    .m-l-only,
    .s-m-l-only { display: none;   }
  }