body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01px;
  color: #6A6E7A; }

html {
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 1000px) {
    html {
      font-size: calc(12px + .4vw);
      line-height: calc(12px + .4vw); } }

.gifct__hero-title {
  font-weight: 700; }

p, ul, li {
  font-size: 1rem;
  line-height: 1.6rem; }

h2 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 0.5rem 0; }

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 10vw;
  max-width: 100%; }
  @media (max-width: 1000px) {
    .header {
      position: fixed;
      padding: 0vw 10vw;
      height: 75px;
      width: 100%;
      background: #fff;
      z-index: 10; } }
  .header__logo {
    font-size: 21px;
    color: #282828;
    letter-spacing: -0.01px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .header__logo svg {
      margin-right: 10px; }
    .header__logo-text--desktop {
      display: block; }
      @media (max-width: 1300px) {
        .header__logo-text--desktop {
          display: none; } }
    .header__logo-text--mobile {
      display: none; }
      @media (max-width: 1300px) {
        .header__logo-text--mobile {
          display: block; } }
  .header__menu-links {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    margin: 0;
    padding: 0; }
  .header__menu-link {
    margin-right: 2vw; }
    .header__menu-link:last-child {
      margin-right: 0; }
    .header__menu-link a {
      text-transform: uppercase;
      color: #6A6E7A;
      text-decoration: none;
      font-size: 12px;
      letter-spacing: 3px;
      display: block;
      padding: 2px 8px;
      border-radius: 2px; }
      .header__menu-link a.active {
        background: rgba(86, 57, 161, 0.15); }
  @media (max-width: 1000px) {
    .header__menu {
      display: none; } }
  .header__menu-mobile {
    display: none;
    position: relative; }
    @media (max-width: 1000px) {
      .header__menu-mobile {
        display: block; } }
    .header__menu-mobile-hamburger {
      background: #D8D8D8;
      border-radius: 40px;
      border: none;
      height: 40px;
      width: 40px;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center; }
      .header__menu-mobile-hamburger:hover {
        cursor: pointer; }
      .header__menu-mobile-hamburger svg {
        height: 24px;
        width: 24px; }
    .header__menu-mobile-links {
      list-style-type: none;
      position: fixed;
      width: 45vw;
      right: -45vw;
      top: 0;
      height: 100%;
      background: #6A6E7A;
      z-index: 5;
      margin: 0;
      padding: 3vw 0 0 3vw;
      transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
      display: flex;
      flex-direction: column; }
      .header__menu-mobile-links--active {
        right: 0; }
    .header__menu-mobile-link {
      margin: 0; }
      .header__menu-mobile-link--close {
        padding: 10px 10px 10px 0px;
        margin-bottom: 3px; }
        .header__menu-mobile-link--close:hover {
          cursor: pointer; }
      .header__menu-mobile-link a {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding: 5px 0;
        display: block; }

.gifct__footer {
  background: #F7F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw 0; }
  .gifct__footer-container {
    width: 70vw; }
    @media (max-width: 1000px) {
      .gifct__footer-container {
        width: 85vw; } }
    .gifct__footer-container h1 {
      text-transform: uppercase;
      font-size: 1rem;
      color: #979797;
      letter-spacing: 1px; }
    .gifct__footer-container p {
      color: #979797;
      font-size: 1rem;
      line-height: 2rem; }
    .gifct__footer-container a {
      color: #979797;
      text-decoration: underline; }

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin-bottom: -5vw; }
  .hero__image {
    width: 100%;
    height: auto; }
  .hero__title {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 300;
    margin: 0; }
  .hero__title-container {
    background: #041F29;
    padding: 4vw 5vw;
    width: 70vw;
    position: relative;
    left: -5vw;
    top: -4vw;
    z-index: 2; }
    @media (max-width: 1000px) {
      .hero__title-container {
        width: 85vw; } }
    .hero__title-container::after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100vw;
      background: #041F29;
      left: 0;
      top: 0;
      z-index: -1; }
  .hero__sub-title {
    color: #6A6E7A;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding-top: 1vw; }
    .hero__sub-title span {
      color: #fff;
      text-transform: none; }

.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw 0; }
  .main__container {
    width: 70vw;
    max-width: 1440px; }
    @media (max-width: 1000px) {
      .main__container {
        width: 85vw; } }
  .main__copy {
    font-size: 18px;
    color: #6A6E7A;
    line-height: 32px; }
  .main__button-link {
    background: rgba(86, 57, 161, 0.15);
    padding: 0.6rem 1rem;
    border-radius: 2px;
    display: inline-block;
    margin: 0.4rem 0;
    text-decoration: none;
    color: #6A6E7A; }

.blog-index {
  width: 80vw;
  margin: 0 auto;
  padding: 3vw 0; }
  .blog-index__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .blog-index__entry {
    width: 23vw;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin: 1.5vw;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1200px) {
      .blog-index__entry {
        width: 37vw; } }
    @media (max-width: 960px) {
      .blog-index__entry {
        width: 76vw; } }
  .blog-index__entry-container {
    padding: 1vw 2vw; }
    @media (max-width: 1200px) {
      .blog-index__entry-container {
        padding: 2vw 3vw; } }
    @media (max-width: 960px) {
      .blog-index__entry-container {
        padding: 3vw 4vw; } }
  .blog-index__date {
    font-size: 0.8rem;
    color: #6A6E7A;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .blog-index__title {
    color: #28355D;
    font-weight: 400;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1vw 0;
    min-height: 4.5rem; }
  .blog-index__link {
    color: #0B83E5;
    text-decoration: none;
    font-size: 1rem; }

.blog-post__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw 0; }
  .blog-post__main-container {
    width: 70vw; }
    @media (max-width: 1000px) {
      .blog-post__main-container {
        width: 85vw; } }
    .blog-post__main-container img {
      width: 100%;
      height: auto; }

.blog-post__image {
  margin: 1.5vw 0; }
  .blog-post__image--caption {
    margin: 1.5vw 0 0 0; }

.blog-post__caption {
  color: #6A6E7A;
  margin: 0.5vw 0 1.5vw;
  opacity: 0.8;
  font-size: 0.8em;
  line-height: 1rem;
  display: block; }

.responsive-object {
  position: relative;
  margin-bottom: 2vw; }
  .responsive-object iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.gifct {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .gifct__main {
    flex: 1 0 auto; }
    @media (max-width: 1000px) {
      .gifct__main {
        padding-top: 75px; } }

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