/*

    VARIABLES

*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(micromodal.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html,
body,
div,
article,
section,
main,
nav,
footer,
header,
form,
fieldset,
legend,
pre,
code,
a,
h1, h2, h3, h4, h5, h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
textarea,
table,
td,
th,
tr,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*

    VARIABLES

*/
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  padding: 1rem 0 0 0;
  margin: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  will-change: transform; }

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.glide__slide {
  opacity: .75;
  position: relative;
  width: 100%;
  height: 100%;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }
  .glide__slide .glide__slide-title {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: center; }
  .glide__slide img {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .glide__slide--active {
    opacity: 1; }
    .glide__slide--active img {
      -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    .glide__slide--active .glide__slide-title {
      opacity: 1;
      pointer-events: auto; }
  .glide__slide .glide__slide a {
    -webkit-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .glide__arrows:hover {
    opacity: .75; }
  .glide__arrows .glide__arrow {
    position: absolute;
    top: -3rem;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border-radius: 100%; }
    .glide__arrows .glide__arrow--left {
      left: 0;
      background: url("../images/icons/arrow-left-circle.svg");
      background-size: cover;
      background-color: #fff; }
    .glide__arrows .glide__arrow--right {
      right: 0;
      background: url("../images/icons/arrow-right-circle.svg");
      background-size: cover;
      background-color: #fff; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .glide__bullets .glide__bullet {
    border-radius: 100%;
    width: 1rem;
    height: 1rem; }
    .glide__bullets .glide__bullet--active {
      background-color: #30aea8; }

.glide--rtl {
  direction: rtl; }

@font-face {
  font-family: 'GT Walsheim';
  src: url("../fonts/GT-Walsheim-Pro-Regular.OTF");
  font-weight: 300; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'GT Walsheim';
  color: #333;
  font-size: 1rem; }
  @media screen and (min-width: 96em) {
    body {
      font-size: 1.125rem; } }

img {
  width: 100%; }

p {
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25; }

a {
  color: inherit;
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  text-decoration: none; }
  a:hover:not(.link-button) {
    color: #872175; }

section:not(.hero):first-of-type {
  margin-top: 92.2px; }

.mid-gray {
  color: #555; }

.near-black {
  color: #111; }

.white {
  color: #fff; }

.shadow {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2); }

.anchor, #about__anchor, #documents__anchor {
  position: absolute;
  top: -92.2px; }

.section, .about, .allies, .documents, #documents-collection {
  position: relative;
  padding: 2rem 1rem; }
  @media screen and (min-width: 60em) {
    .section, .about, .allies, .documents, #documents-collection {
      padding: 4rem 4rem; } }
  .section .container, .about .container, .allies .container, .documents .container, #documents-collection .container, .section .navbar__container, .about .navbar__container, .allies .navbar__container, .documents .navbar__container, #documents-collection .navbar__container, .section .about__container, .about .about__container, .allies .about__container, .documents .about__container, #documents-collection .about__container, .section .documents__container, .about .documents__container, .allies .documents__container, .documents .documents__container, #documents-collection .documents__container, .section .contact__container, .about .contact__container, .allies .contact__container, .documents .contact__container, #documents-collection .contact__container, #documents-collection .documents-collection__container {
    max-width: 80rem;
    margin: 0 auto; }
    .section .container .header, .about .container .header, .allies .container .header, .documents .container .header, #documents-collection .container .header, .section .navbar__container .header, .about .navbar__container .header, .allies .navbar__container .header, .documents .navbar__container .header, #documents-collection .navbar__container .header, .section .about__container .header, .about .about__container .header, .allies .about__container .header, .documents .about__container .header, #documents-collection .about__container .header, .section .documents__container .header, .about .documents__container .header, .allies .documents__container .header, .documents .documents__container .header, #documents-collection .documents__container .header, .section .contact__container .header, .about .contact__container .header, .allies .contact__container .header, .documents .contact__container .header, #documents-collection .contact__container .header, #documents-collection .documents-collection__container .header, .section .container .documents__header, .about .container .documents__header, .allies .container .documents__header, .documents .container .documents__header, #documents-collection .container .documents__header, .section .navbar__container .documents__header, .about .navbar__container .documents__header, .allies .navbar__container .documents__header, .documents .navbar__container .documents__header, #documents-collection .navbar__container .documents__header, .section .about__container .documents__header, .about .about__container .documents__header, .allies .about__container .documents__header, .documents .about__container .documents__header, #documents-collection .about__container .documents__header, .section .documents__container .documents__header, .about .documents__container .documents__header, .allies .documents__container .documents__header, .documents .documents__container .documents__header, #documents-collection .documents__container .documents__header, .section .contact__container .documents__header, .about .contact__container .documents__header, .allies .contact__container .documents__header, .documents .contact__container .documents__header, #documents-collection .contact__container .documents__header, #documents-collection .documents-collection__container .documents__header, .section .container #documents-collection .documents-collection__header, .about .container #documents-collection .documents-collection__header, .allies .container #documents-collection .documents-collection__header, .documents .container #documents-collection .documents-collection__header, #documents-collection .container .documents-collection__header, .section .navbar__container #documents-collection .documents-collection__header, .about .navbar__container #documents-collection .documents-collection__header, .allies .navbar__container #documents-collection .documents-collection__header, .documents .navbar__container #documents-collection .documents-collection__header, #documents-collection .navbar__container .documents-collection__header, .section .about__container #documents-collection .documents-collection__header, .about .about__container #documents-collection .documents-collection__header, .allies .about__container #documents-collection .documents-collection__header, .documents .about__container #documents-collection .documents-collection__header, #documents-collection .about__container .documents-collection__header, .section .documents__container #documents-collection .documents-collection__header, .about .documents__container #documents-collection .documents-collection__header, .allies .documents__container #documents-collection .documents-collection__header, .documents .documents__container #documents-collection .documents-collection__header, #documents-collection .documents__container .documents-collection__header, .section .contact__container #documents-collection .documents-collection__header, .about .contact__container #documents-collection .documents-collection__header, .allies .contact__container #documents-collection .documents-collection__header, .documents .contact__container #documents-collection .documents-collection__header, #documents-collection .contact__container .documents-collection__header, #documents-collection .documents-collection__container .documents-collection__header {
      margin-bottom: 2rem;
      text-align: center; }

.link-button {
  color: #fff;
  padding: 1rem;
  border-radius: 9999px;
  -webkit-transition: akk .15s linear;
  transition: akk .15s linear;
  border: 0; }
  .link-button--purple {
    background: #872175; }
    .link-button--purple:hover {
      background: #4a1240; }
  .link-button--gold {
    background: #f5a706; }
    .link-button--gold:hover {
      background: #aa7404; }
  .link-button--teal {
    background: #30aea8; }
    .link-button--teal:hover {
      background: #1f726e; }

.navbar {
  padding: 1rem;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: solid 1px #eee;
  z-index: 999; }
  @media screen and (min-width: 60em) {
    .navbar {
      padding: 1rem 4rem; } }
  .navbar__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navbar__logo img {
    width: 20rem; }
    @media screen and (min-width: 96em) {
      .navbar__logo img {
        width: 22rem; } }
  .navbar__toggle {
    display: flex;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    background: url("../images/icons/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 1.75rem;
    height: 1.75rem;
    border: 0; }
    @media screen and (min-width: 30em) {
      .navbar__toggle {
        display: none; } }
  .navbar__links {
    margin: 0;
    position: absolute;
    background: white;
    display: flex;
    flex-direction: column;
    bottom: -9.6rem;
    width: 100%;
    left: 0;
    padding: 0;
    align-items: center;
    list-style: none; }
    @media screen and (min-width: 30em) {
      .navbar__links {
        position: static;
        background: white;
        display: flex;
        flex-direction: row;
        width: auto;
        margin: 0;
        padding: 0;
        align-items: center;
        list-style: none; } }
    .navbar__links li {
      padding: 1rem;
      width: 100%;
      text-align: right;
      border-bottom: solid 1px #eee; }
      @media screen and (min-width: 30em) {
        .navbar__links li {
          width: auto;
          padding: 0;
          margin-right: 1rem;
          border-bottom: 0; }
          .navbar__links li:last-of-type {
            margin-right: 0; } }

.hero {
  background: url("../images/hero.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  z-index: 1;
  padding: 1rem; }
  @media screen and (min-width: 30em) {
    .hero {
      padding: 0; } }
  .hero::before {
    width: 100%;
    position: absolute;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 2; }
  .hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    max-width: 32rem;
    text-align: center; }
    .hero__text h1 {
      font-size: 1.75em; }
      @media screen and (min-width: 30em) {
        .hero__text h1 {
          font-size: 2em; } }
    @media screen and (min-width: 96em) {
      .hero__text {
        max-width: 48rem; } }

.about {
  background: #f8f8f8; }
  .about__container {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 60em) {
      .about__container {
        flex-direction: row; } }
    .about__container .about__column-1 {
      flex: 1 1 0; }
      @media screen and (min-width: 60em) {
        .about__container .about__column-1 {
          padding-right: 1rem; } }
      .about__container .about__column-1 img {
        border-radius: 0.5rem; }
    .about__container .about__column-2 {
      flex: 1 1 0;
      flex-direction: column;
      margin-top: 2rem; }
      @media screen and (min-width: 60em) {
        .about__container .about__column-2 {
          margin-top: 0;
          padding-left: 1rem; } }
  .about h1 {
    margin-top: 0; }
  .about__text-box {
    border-left: solid;
    border-width: 4px;
    margin-bottom: 1rem;
    padding-left: 1rem; }
    .about__text-box--purple {
      border-color: #872175; }
    .about__text-box--gold {
      border-color: #f5a706; }
    .about__text-box--teal {
      border-color: #30aea8; }
    .about__text-box p {
      margin: 0; }
  @media screen and (min-width: 60em) {
    .about div:last-of-type {
      margin-bottom: 0; } }

.allies {
  background: #fff;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }
  .allies__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 64rem; }
    @media screen and (max-width: 30em) {
      .allies__container {
        flex-direction: column; } }
    .allies__container .allies__column-1 {
      /*width: 14rem;*/
      flex: 1 1 0;
      padding-right: 1rem; }
      @media screen and (min-width: 30em) {
        .allies__container .allies__column-1 {
          padding-right: 2rem;
          width: 20rem; } }
      @media screen and (max-width: 30em) {
        .allies__container .allies__column-1 {
          padding: 0 0 0 1rem;
          margin: 0.5rem 0.5rem;
          width: 50vw; } }
    .allies__container .allies__column-2 {
      flex: 1 1 0;
      padding-left: 1rem; }
      @media screen and (min-width: 60em) {
        .allies__container .allies__column-2 {
          padding-left: 2rem;
          width: 20rem; } }
      @media screen and (max-width: 30em) {
        .allies__container .allies__column-2 {
          margin: 2rem 0.5rem;
          width: 50vw; } }
    .allies__container .allies__column-3 {
      flex: 1 1 0;
      padding-left: 1rem; }
      @media screen and (min-width: 60em) {
        .allies__container .allies__column-3 {
          padding-left: 2rem;
          width: 20rem; } }
      @media screen and (max-width: 30em) {
        .allies__container .allies__column-3 {
          margin: 0.5rem 0.5rem;
          width: 50vw; } }

.documents {
  background: #f8f8f8; }
  .documents__header h1 {
    margin-top: 0; }

.contact {
  background: #222;
  padding: 2rem 1rem; }
  @media screen and (min-width: 60em) {
    .contact {
      padding: 2rem 4rem; } }
  .contact__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; }
    @media screen and (min-width: 60em) {
      .contact__container {
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: wrap; } }
  .contact__text {
    width: 100%;
    color: white;
    text-align: center; }
    @media screen and (min-width: 60em) {
      .contact__text {
        width: 50%; } }
    .contact__text #mc_embed_signup_scroll {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (min-width: 60em) {
        .contact__text #mc_embed_signup_scroll {
          justify-content: flex-start; } }
      .contact__text #mc_embed_signup_scroll label {
        flex-basis: 100%;
        font-size: 1.5rem;
        margin-bottom: 1rem; }
      .contact__text #mc_embed_signup_scroll input.email {
        padding: 0.5rem;
        border: 0;
        border-radius: 0.25rem;
        outline: 0;
        background: #fff;
        flex-grow: 1;
        margin-right: 0.5rem; }
        @media screen and (min-width: 30em) {
          .contact__text #mc_embed_signup_scroll input.email {
            flex-grow: .5;
            text-align: left; } }
      .contact__text #mc_embed_signup_scroll input.button {
        padding: 0.5rem;
        border: 0;
        border-radius: 0.25rem;
        outline-color: 0;
        background: #30aea8;
        text-align: center;
        color: white;
        flex-basis: 34px; }
    @media screen and (min-width: 60em) {
      .contact__text {
        text-align: left; } }
  .contact__links {
    width: 100%;
    display: flex;
    padding: 0;
    margin-top: 2rem;
    list-style: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 60em) {
      .contact__links {
        margin: 0;
        flex-wrap: nowrap;
        justify-content: flex-end;
        width: 50%; } }
    .contact__links-item {
      margin-right: 0.5rem; }
      .contact__links-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 100%;
        background-color: transparent;
        border: solid 1px #fff;
        -webkit-transition: opacity .15s linear;
        transition: opacity .15s linear;
        display: flex; }
        .contact__links-item a img {
          width: 1.25rem;
          height: 1.25rem; }
        .contact__links-item a:hover {
          opacity: .75; }
      .contact__links-item:last-of-type {
        margin-right: 0; }
    .contact__links-email {
      width: 100%;
      text-align: center;
      margin: 0 0.5rem 1rem 0; }
      @media screen and (min-width: 30em) {
        .contact__links-email {
          margin: 0 0.5rem 0 0;
          width: auto; } }
  .contact__disclaimer {
    text-align: center;
    width: 100%;
    padding-top: 2rem;
    margin-top: 1rem;
    border-top: solid 1px #555;
    color: #fff; }

#documents-collection {
  background-color: #f4f4f4; }
  #documents-collection #documents-collection__item-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; }
    @media screen and (min-width: 30em) and (max-width: 60em) {
      #documents-collection #documents-collection__item-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 2rem;
        grid-row-gap: 2rem; } }
    @media screen and (min-width: 60em) {
      #documents-collection #documents-collection__item-grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 2rem;
        grid-row-gap: 2rem; } }
    #documents-collection #documents-collection__item-grid .documents-collection__item {
      display: flex;
      flex-direction: column;
      align-items: center; }
      #documents-collection #documents-collection__item-grid .documents-collection__item-title {
        margin: 0 0 0.5rem 0;
        text-align: center;
        font-size: 1rem; }
        @media screen and (min-width: 30em) {
          #documents-collection #documents-collection__item-grid .documents-collection__item-title {
            margin: 0 0 1rem 0; } }
      #documents-collection #documents-collection__item-grid .documents-collection__item-img {
        margin-bottom: 0.5rem; }
        @media screen and (min-width: 30em) {
          #documents-collection #documents-collection__item-grid .documents-collection__item-img {
            margin-bottom: 1rem; } }
      #documents-collection #documents-collection__item-grid .documents-collection__item-download {
        flex-shrink: 0; }
        #documents-collection #documents-collection__item-grid .documents-collection__item-download a {
          display: flex; }
