@font-face {
  font-family: 'Display Regular';
  src: url("../fonts/FreigDisBoo.1.ttf"); }

@font-face {
  font-family: 'Display Regular';
  font-style: italic;
  src: url("../fonts/FreigDisBooIta.ttf"); }

@font-face {
  font-family: 'Display';
  font-weight: bold;
  src: url("../fonts/FreigDisBol.1.ttf"); }

@font-face {
  font-family: 'Display';
  font-style: italic;
  src: url("../fonts/FreigDisBolIta.ttf"); }

@font-face {
  font-family: 'Text';
  src: url("../fonts/Roboto-Regular.ttf"); }

@font-face {
  font-family: 'Text';
  font-weight: bold;
  src: url("../fonts/Roboto-Medium.ttf"); }

h1, h2, h3, h4, h5 {
  font-family: 'Display'; }

html, body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale; }

::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */ }

.clickable, a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

a:hover, a:visited, a:active {
  color: #000000; }

._nav {
  font-family: 'Text';
  font-weight: bold;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999; }
  ._nav .bar {
    width: 100%;
    margin: 0 auto; }
    ._nav .bar .inner {
      position: relative;
      padding: 0 1rem; }
      ._nav .bar .inner .main {
        position: absolute;
        top: 0;
        bottom: 0; }
        ._nav .bar .inner .main .item {
          color: #1B6ECF; }
      ._nav .bar .inner .items {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; }
      ._nav .bar .inner .hamburger {
        background-size: contain;
        background-position: center;
        height: 1.6rem;
        width: 1rem;
        background-image: url("../img/menu-black.svg");
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        margin: 1.2rem 1rem;
        cursor: pointer;
        padding: 0 1rem; }
      ._nav .bar .inner a {
        padding: 1.5rem 1rem;
        display: inherit; }
      ._nav .bar .inner .item {
        border-bottom: 3px solid transparent;
        padding: 4px 0;
        transition: 300ms ease color;
        color: #000000; }
        ._nav .bar .inner .item:hover {
          color: #1B6ECF; }
  ._nav.dark {
    display: none; }
    ._nav.dark .item {
      color: #ffffff; }
    ._nav.dark .bar .inner .hamburger {
      background-image: url("../img/menu.svg"); }
  ._nav .nav-overlay {
    display: none;
    background: white;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    ._nav .nav-overlay .inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%; }
      ._nav .nav-overlay .inner .items {
        text-align: center; }
        ._nav .nav-overlay .inner .items .item {
          padding: 0.1rem 0;
          margin: 6rem 0;
          font-size: 3rem;
          letter-spacing: 1px;
          font-family: 'Display';
          color: #000000;
          background-position: center bottom;
          background-repeat: no-repeat;
          background-image: linear-gradient(to right, black, black);
          background-size: 0% 2px;
          transition: 200ms all, 400ms opacity; }
          ._nav .nav-overlay .inner .items .item:hover {
            background-size: 100% 2px; }
    ._nav .nav-overlay .close {
      background-size: contain;
      background-position: center;
      height: 1.6rem;
      width: 1rem;
      background-image: url("../img/close-button.svg");
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: 0;
      margin: 1.2rem 1rem;
      cursor: pointer;
      padding: 0 1rem; }
  ._nav .nav-overlay.open {
    display: block; }
    ._nav .nav-overlay.open .inner .items .item {
      animation: 400ms both fadeUpIn; }
  ._nav .nav-overlay.open.closing .inner .items .item {
    animation: 400ms both fadeDownOut; }
  @media screen and (min-width: 850px) {
    ._nav .bar .inner .items {
      display: flex; }
    ._nav .bar .inner .hamburger {
      display: none; } }

@keyframes fadeUpIn {
  from {
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes fadeDownOut {
  from {
    opacity: 1;
    transform: translate(0, 0); }
  to {
    transform: translate(0, 20px);
    opacity: 0; } }

html.scrolled-past-main ._nav.dark {
  display: block; }
  html.scrolled-past-main ._nav.dark .item {
    color: #000000; }
  html.scrolled-past-main ._nav.dark .bar .inner .hamburger {
    background-image: url("../img/menu-black.svg"); }

._home {
  background: #000000; }
  ._home .banner {
    background: #000000;
    background-image: linear-gradient(to top, black 0%, transparent 50%), url("../img/KA_hero_mobile.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    height: 60vh; }
    @media screen and (min-width: 850px) {
      ._home .banner {
        height: 100vh;
        background-position: center bottom;
        background-image: linear-gradient(to top, black 0%, transparent 50%), url("../img/KA_hero.png"); } }
    ._home .banner .main {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center; }
      ._home .banner .main .text {
        font-size: 13vw;
        color: #ffffff;
        opacity: 0.8;
        font-family: 'Display';
        font-weight: bold;
        margin: 0 auto;
        line-height: 0.75; }
        @media screen and (min-width: 512px) {
          ._home .banner .main .text {
            font-size: 10vw; } }
      ._home .banner .main .desc {
        font-size: 32px;
        color: #1B6ECF;
        font-family: 'Display';
        font-weight: normal;
        padding: 1rem 0; }
        ._home .banner .main .desc div {
          display: inline-block;
          padding: 2px 6px;
          text-align: center; }
  ._home .page-section {
    min-height: 60vh;
    position: relative;
    background: #ffffff; }
    @media screen and (min-width: 850px) {
      ._home .page-section {
        min-height: 100vh; } }
    ._home .page-section .bottom-arrow {
      background-image: url(../img/arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 1.5rem;
      width: 1.5rem;
      position: absolute;
      bottom: 0.5rem;
      transform: rotate(90deg); }
  ._home .quote-section {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Display';
    color: #000000; }
    ._home .quote-section .quote {
      max-width: 64rem;
      font-size: 1.6rem;
      padding: 2rem;
      text-align: center;
      line-height: 1.3em;
      margin-bottom: 3rem; }
      ._home .quote-section .quote .quote-icon-large {
        background-image: url("../img/quotes.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 2rem 0;
        height: 1.5rem;
        width: 1.5rem;
        float: none;
        transform: translate(0, 0); }
      ._home .quote-section .quote .quote-icon-large-right {
        height: 2.5rem;
        width: 2.5rem;
        float: none;
        display: none; }
      @media screen and (min-width: 800px) {
        ._home .quote-section .quote {
          font-size: 3rem; }
          ._home .quote-section .quote .quote-icon-large {
            float: left;
            height: 2.5rem;
            width: 2.5rem;
            margin: 3px;
            transform: translate(0, -20px); }
          ._home .quote-section .quote .quote-icon-large-right {
            float: right;
            display: block; } }
    ._home .quote-section .bottom {
      position: absolute;
      padding: 2rem;
      font-size: 1.2rem;
      bottom: 0.5rem;
      right: 0;
      left: 0;
      color: #1B6ECF;
      text-align: center; }
      @media screen and (min-width: 800px) {
        ._home .quote-section .bottom {
          font-size: 2rem; } }
  ._home .top-bar {
    overflow: scroll;
    white-space: nowrap;
    position: absolute;
    z-index: 200;
    right: 0;
    left: 0;
    top: 76px;
    padding: 1rem 24%;
    text-align: left; }
    ._home .top-bar-option {
      display: inline-block;
      padding: 8px 0px;
      margin: 0 0.5rem;
      color: #BFBEBE;
      font-family: 'Text';
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 0.8rem; }
      ._home .top-bar-option.selected {
        color: #D9543F;
        border-bottom: 3px solid; }
  ._home .person-profile .arrow-right {
    background-image: url(../img/arrow-right-black.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 2rem;
    width: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 2rem;
    cursor: pointer; }
  ._home .person-profile .arrow-left {
    background-image: url(../img/arrow-right-black.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 2rem;
    width: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    margin: 2rem;
    cursor: pointer; }
  ._home .person-profile.triple-panes {
    display: flex;
    align-items: center;
    flex-direction: row; }
    ._home .person-profile.triple-panes .pane {
      flex: 0 0 24%;
      width: 24%; }
    ._home .person-profile.triple-panes .pane:nth-child(2) {
      flex: 0 0 44%;
      width: 44%; }
    ._home .person-profile.triple-panes .pane:nth-child(3) {
      flex: 0 0 32%;
      width: 32%; }
  @media screen and (min-width: 850px) {
    ._home .person-profile {
      flex-direction: row; } }
  ._home .person-profile .left-side {
    font-family: 'Display';
    width: 80%; }
    @media screen and (min-width: 850px) {
      ._home .person-profile .left-side {
        display: inline-block; } }
    ._home .person-profile .left-side .label {
      color: #D9543F;
      font-family: 'Text';
      font-size: 1rem;
      padding-bottom: 0.5rem;
      padding-left: 2rem; }
    ._home .person-profile .left-side .name {
      font-family: 'Display';
      font-weight: bold;
      color: #000000;
      padding-left: 2rem;
      font-size: 3rem; }
      @media screen and (min-width: 1080px) {
        ._home .person-profile .left-side .name {
          font-size: 4rem; } }
      @media screen and (min-width: 1320px) {
        ._home .person-profile .left-side .name {
          font-size: 5rem; } }
  ._home .person-profile .full-photo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 75vh;
    display: inline-block;
    width: 100%; }
  ._home .person-profile .right-side {
    display: inline-block; }
    ._home .person-profile .right-side .quote-icon {
      background-image: url("../img/quotes.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 1.5rem;
      width: 1.5rem;
      margin: 0.5rem 0; }
    ._home .person-profile .right-side .person-quote {
      font-size: 1.5rem;
      font-family: 'Display';
      line-height: 1.2em;
      padding: 2rem;
      margin-bottom: 1.5rem; }
  ._home .slick-slider {
    position: absolute;
    top: 16vh;
    bottom: 0;
    right: 0;
    left: 0; }
  ._home .slick-track {
    height: 80vh;
    padding: 2vh 0; }
  ._home .slick-slide {
    width: 100vw;
    align-items: center;
    justify-content: space-between;
    outline: none !important; }
  ._home .mobile-list {
    display: block; }
    ._home .mobile-list .person-profile-small {
      margin-bottom: 3rem; }
      ._home .mobile-list .person-profile-small .left-side {
        font-family: 'Display';
        padding: 1rem  2rem;
        margin: 0 auto; }
        ._home .mobile-list .person-profile-small .left-side .label {
          color: #D9543F;
          font-family: 'Text';
          font-weight: bold;
          font-size: 1rem; }
        ._home .mobile-list .person-profile-small .left-side .name {
          font-family: 'Display';
          font-weight: bold;
          color: #000000;
          padding: 0.5rem 0 0;
          font-size: 2.3rem; }
      ._home .mobile-list .person-profile-small .photo-wrap {
        padding: 0 2rem; }
      ._home .mobile-list .person-profile-small .full-photo {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 84vw;
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
        @media screen and (min-width: 512px) {
          ._home .mobile-list .person-profile-small .full-photo {
            height: 400px; } }
      ._home .mobile-list .person-profile-small .right-side {
        max-width: 456px;
        margin: 0 auto; }
        ._home .mobile-list .person-profile-small .right-side .quote-icon {
          background-image: url("../img/quotes.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          height: 2.2rem;
          width: 2.2rem;
          margin: 0.5rem 0 1rem; }
        ._home .mobile-list .person-profile-small .right-side .person-quote {
          font-size: 1.4rem;
          font-family: 'Display';
          line-height: 1.3em;
          padding: 2rem; }
  ._home .desktop-list {
    display: none; }
  @media screen and (min-width: 850px) {
    ._home .mobile-list {
      display: none; }
    ._home .desktop-list {
      display: block; } }

._archive {
  padding: 0 1rem;
  padding-top: 8rem; }
  ._archive .title-wrap {
    text-align: center;
    padding-bottom: 2rem; }
    ._archive .title-wrap .title {
      font-family: 'Display';
      font-size: 1rem; }
  ._archive .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto; }
    ._archive .grid .item {
      text-align: center;
      font-family: 'Text';
      margin-bottom: 2rem;
      animation: fadeInGrow both 1000ms;
      opacity: 0;
      cursor: pointer;
      width: 50%; }
      @media screen and (min-width: 1000px) {
        ._archive .grid .item {
          width: 33.33%; } }
      @media screen and (min-width: 1260px) {
        ._archive .grid .item {
          width: 25%; } }
      ._archive .grid .item .photo {
        height: 150px;
        width: 150px;
        background: black;
        margin: 0 auto;
        background-size: 150px;
        background-position: center;
        background-repeat: no-repeat;
        transition: 100ms ease all; }
        @media screen and (min-width: 1000px) {
          ._archive .grid .item .photo {
            height: 280px;
            width: 280px;
            background-size: 280px; } }
      ._archive .grid .item .text {
        padding: 1rem 0;
        background: linear-gradient(to right, #D9543F, #D9543F);
        background-position: center bottom;
        background-size: 0px 3px;
        background-repeat: no-repeat;
        transition: 200ms ease all; }
        ._archive .grid .item .text .name {
          font-weight: bold; }
      ._archive .grid .item:hover .text {
        background-size: 60px 3px; }
      ._archive .grid .item:hover .photo {
        filter: brightness(0.6); }
  ._archive .overlay {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999; }
    ._archive .overlay .slick-slider {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    ._archive .overlay .slick-track {
      height: 90vh;
      padding: 5vh 0; }
    ._archive .overlay .slick-slide {
      width: 100vw;
      display: flex;
      flex-direction: row;
      position: relative;
      outline: none !important; }
    ._archive .overlay .arrow-slick {
      position: absolute;
      top: auto;
      bottom: 0;
      padding: 1rem; }
      @media screen and (min-width: 732px) {
        ._archive .overlay .arrow-slick {
          top: 50%;
          bottom: auto;
          transform: translate(0, -50%); } }
    ._archive .overlay .arrow-right {
      z-index: 100;
      right: 0; }
      ._archive .overlay .arrow-right-inner {
        cursor: pointer;
        background-image: url("../img/arrow-right.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 40px;
        width: 40px; }
        ._archive .overlay .arrow-right-inner:active {
          transform: scale(0.9); }
    ._archive .overlay .arrow-left {
      z-index: 100;
      left: 0; }
      ._archive .overlay .arrow-left-inner {
        background-image: url("../img/arrow-right.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 40px;
        width: 40px;
        transform: rotate(180deg); }
        ._archive .overlay .arrow-left-inner:active {
          transform: scale(0.9); }
    ._archive .overlay .progress {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      font-family: 'Text';
      width: 100px;
      text-align: center;
      color: white;
      font-size: 0.6em;
      letter-spacing: 1px;
      height: 72px;
      line-height: 72px; }
      @media screen and (min-width: 800px) {
        ._archive .overlay .progress {
          height: auto;
          line-height: 1.5em;
          padding-bottom: 1rem; } }
  ._archive .full-photo {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: fadeIn both cubic-bezier(0.47, 0, 0.745, 0.715) 200ms;
    width: 100vw; }
  ._archive .meta {
    color: white;
    font-family: 'Text';
    position: absolute;
    top: 3rem;
    left: 3rem;
    font-size: 1rem;
    letter-spacing: 0.5px;
    width: 50%; }
    ._archive .meta .name {
      font-weight: bold; }
    @media screen and (min-width: 800px) {
      ._archive .meta {
        text-align: right;
        left: -28%; } }
  ._archive .close-button-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 2rem; }
    ._archive .close-button-wrap .close-button {
      background: url("../img/close-button.svg");
      cursor: pointer;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 20px;
      width: 20px;
      filter: invert(); }

@keyframes fadeInGrow {
  from {
    opacity: 0;
    transform: scale(0.98); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: scale(0.99) translate(0, 4px); }
  to {
    opacity: 1;
    transform: scale(1) translate(0, 0); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

._about .page-section {
  padding: 4rem 2rem; }

._about .meta-text {
  color: #D9543F;
  text-align: center;
  font-family: 'Text';
  letter-spacing: -0.2px;
  padding-top: 12rem; }

._about .content {
  max-width: 44rem;
  margin: 0 auto; }
  ._about .content blockquote {
    font-family: 'Display'; }
    ._about .content blockquote h1 {
      font-size: 2rem;
      text-align: center; }
      @media screen and (min-width: 650px) {
        ._about .content blockquote h1 {
          font-size: 3rem; } }
  ._about .content h4 {
    text-align: center;
    font-family: 'Display';
    line-height: 1.425em;
    font-size: 1.4rem; }
  ._about .content h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: 'Text'; }
  ._about .content img {
    margin: 4rem auto;
    display: block;
    box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.01); }
  ._about .content p {
    font-family: 'Text';
    line-height: 1.6;
    font-size: 1rem; }

._contact {
  padding: 0rem 2rem; }
  ._contact .facebook-icon {
    background-image: url("../img/Facebook.png");
    background-size: contain;
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat; }
  ._contact .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; }
  ._contact .email-wrap {
    padding-top: 2rem; }
  ._contact .email {
    font-size: 6vw;
    text-align: left;
    font-family: 'Display';
    font-weight: bold;
    color: #000000; }
    @media screen and (min-width: 850px) {
      ._contact .email {
        font-size: 4rem; } }
  ._contact .panes .pane {
    padding-top: 1.2rem;
    font-family: 'Text';
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    ._contact .panes .pane p {
      margin-top: 0;
      margin-bottom: 1rem;
      line-height: 1.4; }
    @media screen and (min-width: 850px) {
      ._contact .panes .pane {
        width: 50%; }
        ._contact .panes .pane p {
          margin-bottom: 2rem; } }
    ._contact .panes .pane input,
    ._contact .panes .pane textarea,
    ._contact .panes .pane button {
      outline: none;
      border: none;
      background: #ffffff;
      font-size: 1rem;
      line-height: 1.4; }
    ._contact .panes .pane input, ._contact .panes .pane textarea {
      border-bottom: 1px solid #1B6ECF;
      width: 100%;
      margin-bottom: 1rem;
      resize: none; }
    ._contact .panes .pane button {
      text-align: center;
      cursor: pointer;
      transition: 100ms all; }
      @media screen and (min-width: 850px) {
        ._contact .panes .pane button {
          float: right; } }
      ._contact .panes .pane button:active {
        transform: scale(0.96); }
    ._contact .panes .pane .button-wrap {
      text-align: center; }
    ._contact .panes .pane .success-message {
      text-align: center;
      font-size: 2rem;
      padding: 2rem 0; }
