

.wrapper {
  height:100%;
  width:100%;
  overflow:auto;
  color:white;
}
.simple-wrapper {
display:flex;
  flex-direction:column;
}
.simple-container {
margin-top:2%!important;
}
.simple-footer {
  flex:0;
}
.simple-block {
  flex:1;
}
* {
  color:black;
}
a:hover .arrow-rev {
  margin-right:0.6rem;
}
section {
	display: flex;
margin-bottom:10%!important;
}
@media screen and (min-width:960px) {
  section{margin-bottom:5%!important;}
}
.botmargin {
  margin-bottom:5%!important;
}

.fw-normal {
  font-weight:normal!important;
}


#header {
  padding:0.75rem 48px!important;
  background:#fff;
}

.container-fluid {
      width: 90%;
}
.ftrprflogo {
width: auto;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 3rem;
    height: 3%;
}
.ftrprflogo a, .ftrprflogo a svg {
  height:100%;
}
   a:hover .arrow {
      margin-left: .3rem; }
    a .arrow {
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
 
a {
  color:black;
  text-decoration:none;
  font-weight:900;
}
a:hover {
  color:gray;
}
#content a {
  white-space:normal!important;
  font-weight:600;
}
#content a::after {
  content:unset!important
}
.mobile-h1 {
  margin:auto!important
}

 @media screen and (max-width: 960px) {
  .video-block {
  margin:1rem!important
  }

 }

.mobile-image img {
  width:100%;
}


p {
  margin: 0 0 3.2rem 0;
  padding: 0;
  text-rendering: optimizeLegibility; }
  p:last-child {
    margin: 0; }

.larger-text, #nav .column .title, #footer {
  line-height: 1.6; }
  .larger-text, #nav .column .title, #footer {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .larger-text, #nav .column .title, #footer {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1600)); } }
    @media screen and (min-width: 1920px) {
      .larger-text, #nav .column .title, #footer {
        font-size: 20px; } }

a {
  text-decoration: none;
   }

a:hover,
a:active {
  outline: 0; }

a.border-link, #nav ul li a, #footer ul.footer-nav li a,
.border-link,
#nav ul li a,
#footer ul.footer-nav li a {
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  a.border-link:after, #nav ul li a:after, #footer ul.footer-nav li a:after,
  .border-link:after,
  #nav ul li a:after,
  #footer ul.footer-nav li a:after {
    position: absolute;
    content: '';
    display: block;
    background: #000000;
    width: 0%;
    height: 1px;
    top: 100%;
    left: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  a.border-link:hover:after, #nav ul li a:hover:after, #footer ul.footer-nav li a:hover:after,
  .border-link:hover:after,
  #nav ul li a:hover:after,
  #footer ul.footer-nav li a:hover:after {
    width: 100%; }

a.bordered-link, #nav ul li.current-menu-item a, #content a {
  position: relative;
  white-space: nowrap; }
  a.bordered-link:after, #nav ul li.current-menu-item a:after, #content a:after {
    position: absolute;
    content: '';
    display: block;
    background: #000000;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  a.bordered-link:hover:after, #nav ul li.current-menu-item a:hover:after, #content a:hover:after {
    width: 0%; }

h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2, h2, h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  }
  h1 a, #home-content .screen .title h2 a, #image-container .background-image h2 a, #content .page-section .mobile-image figcaption a, #cases-slider .slide h2 a, h2 a, h3 a, .card .quote a, h4 a, h2.gform_submission_error a, h5 a, h6 a {
    text-decoration: none; }

h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
  line-height: 1.15; }
  h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
        font-size: calc(50px + 16 * ((100vw - 320px) / 1600)); } }
    @media screen and (min-width: 1920px) {
      h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
        font-size: 48px; } }
  h1.large, #home-content .screen .title h2.large, #image-container .background-image h2.large, #content .page-section .mobile-image figcaption.large, #cases-slider .slide h2.large {
    line-height: 1;
    font-weight: 300;
    margin-bottom: 48px; }
    h1.large, #home-content .screen .title h2.large, #image-container .background-image h2.large, #content .page-section .mobile-image figcaption.large, #cases-slider .slide h2.large {
      font-size: 60px; }
      @media screen and (min-width: 320px) {
        h1.large, #home-content .screen .title h2.large, #image-container .background-image h2.large, #content .page-section .mobile-image figcaption.large, #cases-slider .slide h2.large {
          font-size: calc(60px + 20 * ((100vw - 320px) / 1600)); } }
      @media screen and (min-width: 1920px) {
        h1.large, #home-content .screen .title h2.large, #image-container .background-image h2.large, #content .page-section .mobile-image figcaption.large, #cases-slider .slide h2.large {
          font-size: 80px; } }
  h1.bordered, #home-content .screen .title h2.bordered, #image-container .background-image h2.bordered, #content .page-section .mobile-image figcaption.bordered, #cases-slider .slide h2.bordered {
    display: inline-block;
    border-bottom: 2px solid #000000;
    padding-bottom: 1.6rem; }

h2 {
  line-height: 1.15; }
  h2 {
    font-size: 35px; }
    @media screen and (min-width: 320px) {
      h2 {
        font-size: calc(35px + 12 * ((100vw - 320px) / 1600)); } }
    @media screen and (min-width: 1920px) {
      h2 {
        font-size: 35px; } }

h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
  line-height: 1.15; }
  h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
    font-size: 20px; }
    @media screen and (min-width: 320px) {
      h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
        font-size: calc(20px + 10 * ((100vw - 320px) / 1600)); } }
    @media screen and (min-width: 1920px) {
      h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
        font-size: 30px; } }

a:hover h1:after, a:hover #home-content .screen .title h2:after, #home-content .screen .title a:hover h2:after, a:hover #image-container .background-image h2:after, #image-container .background-image a:hover h2:after, a:hover #content .page-section .mobile-image figcaption:after, #content .page-section .mobile-image a:hover figcaption:after, a:hover #cases-slider .slide h2:after, #cases-slider .slide a:hover h2:after,
a:hover h2:after {
  opacity: 1;
  margin-left: .6rem; }

a h1:after, a #home-content .screen .title h2:after, #home-content .screen .title a h2:after, a #image-container .background-image h2:after, #image-container .background-image a h2:after, a #content .page-section .mobile-image figcaption:after, #content .page-section .mobile-image a figcaption:after, a #cases-slider .slide h2:after, #cases-slider .slide a h2:after,
a h2:after {
  content: '→';
  opacity: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }

ul, ol {
  line-height: 1.25;
  margin: 0 0 3.2rem 0; }

blockquote {
  margin: 3.2rem 0;
  background: #c5c6c7;
  padding: 24px; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

html {
  font-size: 62.5%;
  height: 100%; }
  html.no-scroll {
    overflow: hidden; }

body {
  padding: 0;
  margin: 0;
  font-family: "Aeonik";
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  line-height: 1.25; }
  body {
    font-size: 15px; }
    @media screen and (min-width: 320px) {
      body {
        font-size: calc(15px + 5 * ((100vw - 320px) / 1600)); } }
    @media screen and (min-width: 1920px) {
      body {
        font-size: 20px; } }
  body.no-scroll {
    overflow: hidden; }

.wrapper.scroll {
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2.4rem; }
  @media screen and (min-width: 960px) {
    .container {
      padding: 0 48px; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

#nav-background {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 0;
  position: fixed;
  z-index: 2;
  top: 1.2rem;
  right: 2.4rem; }
  @media screen and (min-width: 960px) {
    #nav-background {
      right: 4.8rem; } }

#nav {
  position: fixed;
  color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  top: 0;
  padding: 144px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 960px) {
    #nav {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 48px; } }
  #nav .columns {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 960px) {
      #nav .columns {
        margin: 0 -6.4rem;
        text-align: left; } }
  #nav .column {
    margin: 0 0 48px 0;
    visibility: hidden;
    width: 100%; }
    @media screen and (min-width: 960px) {
      #nav .column {
        margin: 0 6.4rem;
        width: auto; } }
    #nav .column .title {
      font-style: italic;
      margin-bottom: 2.4rem; }
  #nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #nav ul li.current-menu-item a:after {
      background: #ffffff; }
    #nav ul li a {
      color: #ffffff;
      font-size: 1.8rem;
      line-height: 1.6; }
      @media screen and (min-width: 960px) {
        #nav ul li a {
          font-size: 3rem; } }
      #nav ul li a:after {
        background: #ffffff; }

#header {
  padding: 1.2rem 2.4rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  @media screen and (min-width: 960px) {
    #header {
      padding: 1.2rem 48px; } }
  #header .row, #header #nav .columns, #nav #header .columns, #header .meta {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #header .logo svg {
    display: block;
    height: 2.1rem;
    width: auto; }
  #header .logo.white svg g, #header .logo.active svg g {
    fill: #ffffff; }

#open-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 0; }
  @media screen and (max-width: 960px) {
    #open-menu {
      background: #000000; } }
  #open-menu:after {
    display: none; }
  #open-menu:hover {
    background: #000000; }
    #open-menu:hover #hamburger span {
      background: #ffffff; }

#hamburger span {
  height: .3rem;
  width: 2.4rem;
  background: #ffffff;
  display: block;
  margin: .3rem 0;
  -webkit-border-radius: 1.5px !important;
  border-radius: 1.5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */ }
  @media screen and (max-width: 960px) {
    #hamburger span {
      background: #ffffff; } }

#hamburger.white span, #hamburger.active span {
  background: #ffffff; }

#home-content .screen {
  position: relative;
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
  background: #000000; }
  #home-content .screen .image-background {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
  #home-content .screen .title {
    position: absolute;
    z-index: 1;
    bottom: 2.4rem;
    left: 2.4rem;
    color: #ffffff; }
    @media screen and (min-width: 960px) {
      #home-content .screen .title {
        bottom: 48px;
        left: 48px; } }
    #home-content .screen .title a {
      color: #ffffff; }
    #home-content .screen .title h2 br:after {
      content: ' '; }
    @media screen and (max-width: 960px) {
      #home-content .screen .title h2 br {
        display: inline;
        content: ' '; } }

.read-more {
  padding: 2.4rem 0;
  min-height: none;
  height: auto !important;
  background: #ffffff !important; }
  @media screen and (min-width: 960px) {
    .read-more {
      padding: 48px 0; } }

#page-content {
  position: relative;
  min-height: 100vh; }

#image-container {
  width: 50%;
  height: 100%;
  background: #000000;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
  display: none; }
  @media screen and (min-width: 960px) {
    #image-container {
      display: block; } }
  #image-container .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: none; }
    #image-container .background-image h2 {
      color: #ffffff;
      padding: 144px 48px 0 48px; }

#content {
  top: 0;
  padding: 0 2.4rem; }
  @media screen and (min-width: 960px) {
    #content {
      padding: 144px 48px;
      width: 50%;
      min-height: 100%;
      margin-left: 50%; } }
  @media screen and (min-width: 1440px) {
    #content {
      padding: 24rem 96px 24rem 96px; } }
  #content .page-section {
    margin-bottom: 48px; }
    @media screen and (min-width: 960px) {
      #content .page-section {
        margin-top: 48px; } }
    #content .page-section .mobile-image {
      margin: 48px -2.4rem 48px -2.4rem;
      position: relative; }
      @media screen and (min-width: 960px) {
        #content .page-section .mobile-image {
          display: none; } }
      #content .page-section .mobile-image figcaption {
        color: #ffffff;
        position: absolute;
        top: 8rem;
        left: 2.4rem;
        right: 2.4rem; }
  #content h1, #content #home-content .screen .title h2, #home-content .screen .title #content h2, #content #image-container .background-image h2, #image-container .background-image #content h2, #content .page-section .mobile-image figcaption, #content #cases-slider .slide h2, #cases-slider .slide #content h2 {
    margin-bottom: 2.4rem; }
  #content h2 {
    margin-bottom: 1.6rem; }
  #content h3, #content .card .quote, .card #content .quote, #content h4, #content h2.gform_submission_error, #content h5, #content h6 {
    margin-bottom: .8rem; }

#page-content-regular {
  margin: 8rem 0; }
  @media screen and (min-width: 960px) {
    #page-content-regular {
      margin: 192px 0 96px 0; } }

.meta {
  margin: 0 0 48px 0;
  font-style: italic;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#grid-items {
  margin-top: 8rem; }
  @media screen and (min-width: 960px) {
    #grid-items {
      margin-top: 96px; } }
  #grid-items .col {
    margin-bottom: 48px; }

.item {
  padding: 0 0 2.4rem 0;
  margin-bottom: 48px; }
  .item .border {
    margin-bottom: 2.4rem;
    border-top: 2px solid #000000;
    width: 0%;
    visibility: hidden; }
  .item .text {
    visibility: hidden; }
  .item h2 {
    margin-bottom: 2.4rem; }

#grid {
  margin: 96px -2.4rem 0 -2.4rem; }
  #grid .grid-item {
    width: 100%;
    padding: 0 2.4rem 0 2.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    margin-bottom: 6rem; }
    @media screen and (min-width: 768px) {
      #grid .grid-item {
        width: 33.33%; } }
    @media screen and (min-width: 768px) {
      #grid .grid-item.two-third {
        width: 66.666666%; } }

.card {
  border-top: 2px solid #000000;
  padding-top: 1.6rem; }
  .card a:hover figure:after {
    opacity: 1; }
  .card figure {
    margin-bottom: 1.2rem;
    position: relative;
    overflow: hidden; }
    .card figure:after {
      content: '';
      background: url("../svg/eye-white.svg") no-repeat 50% 50%;
      background-size: 3.2rem;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0%;
      left: 0%;
      opacity: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .card .content {
    margin-bottom: 1.2rem; }
  .card .card-meta {
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1.2rem; }
    .card .card-meta .type {
      color: #A2A2A2; }
    .card .card-meta a:hover .arrow {
      margin-left: .3rem; }
    .card .card-meta a .arrow {
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
  .card .quote {
    margin-bottom: 1.2rem; }
  .card.member {
    height: 100%;
    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;
    border: 0;
    padding: 0; }
    .card.member .border {
      border-top: 2px solid #000000;
      margin-bottom: 1.2rem;
      width: 0; }
      @media screen and (min-width: 960px) {
        .card.member .border {
          margin-bottom: 1.6rem; } }
    .card.member h3, .card.member .quote {
      margin-bottom: 1.2rem; }
      @media screen and (min-width: 960px) {
        .card.member h3, .card.member .quote {
          margin-bottom: 2.4rem; } }
    .card.member figure {
      margin: auto 0 0 0; }

#cases {
  overflow: hidden;
  background: #000000; }

#cases-slider {
  height: 100vh;
  opacity: 0;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }
  #cases-slider .slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: 50% 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;
    padding: 0 48px; }
    #cases-slider .slide h2 {
      color: #ffffff;
      text-align: center; }
      #cases-slider .slide h2 br:after {
        content: ' '; }
      @media screen and (max-width: 960px) {
        #cases-slider .slide h2 br {
          display: inline;
          content: ' '; } }

.flickity-button {
  position: absolute;
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  margin-top: -1.6rem;
  padding: 0;
  background: none;
  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;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */ }
  @media screen and (min-width: 960px) {
    .flickity-button:hover {
      background: #000000; } }
  @media screen and (min-width: 960px) {
    .flickity-button {
      margin-top: -2.4rem;
      width: 4.8rem;
      height: 4.8rem; } }
  .flickity-button:after {
    display: none; }
  .flickity-button.previous {
    left: 1.2rem; }
    @media screen and (min-width: 960px) {
      .flickity-button.previous {
        left: 2.4rem; } }
  .flickity-button.next {
    right: 1.2rem; }
    @media screen and (min-width: 960px) {
      .flickity-button.next {
        right: 2.4rem; } }
  .flickity-button svg {
    width: 1.6rem; }
    @media screen and (min-width: 960px) {
      .flickity-button svg {
        width: 2.4rem; } }
    .flickity-button svg path {
      fill: #ffffff; }

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:template-simple] [85.957] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 148 */