@charset "UTF-8";
/* Colors */
.featured-image, .featured-image-left, .featured-image-center, .featured-image-right, .featured-image-over-left, .featured-image-over-right, .featured-text {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  transform: translateY(-3rem);
}

.featured-image.reveal, .featured-text.reveal {
  opacity: 1;
  transform: translateY(0);
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.featured-image, .featured-image-left, .featured-image-center, .featured-image-right, .featured-image-over-left, .featured-image-over-right, .featured-text {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  transform: translateY(3rem);
}

.featured-image.reveal, .featured-text.reveal {
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 1;
  transform: translateY(0);
}

/******************** Brandon's Common Things **************/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Do not show the outline on the skip link target -- part of underscores. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

a:focus {
  outline: thin dotted;
  /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}

textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: none;
}

address, dl {
  font-style: normal;
}

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.featured {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1.5rem 0 0;
}

@media (min-width: 48em) {
  .featured {
    padding: 2rem 0 0;
  }
}

.featured-anchor {
  display: block;
}

.featured-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 85vh;
  max-height: 1000px;
  margin: auto;
}

@media (min-width: 48em) {
  .featured-image {
    width: 75%;
    max-height: 1000px;
  }
}

@media (min-width: 48em) {
  .featured-image-left {
    margin-left: -5%;
  }
}

@media (min-width: 48em) {
  .featured-image-center {
    margin-left: 12.5%;
  }
}

@media (min-width: 48em) {
  .featured-image-right {
    margin-right: -5%;
  }
}

@media (min-width: 48em) {
  .featured-image-over-left {
    margin-left: -10%;
  }
}

@media (min-width: 48em) {
  .featured-image-over-right {
    margin-right: -10%;
  }
}

.featured-text {
  padding: 1.5rem;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  color: #000;
  background: #e5e5e5;
  width: 100%;
  display: inline-block;
  text-align: center;
  z-index: 100;
}

@media (min-width: 48em) {
  .featured-text {
    text-align: left;
    max-width: 45%;
    padding: 2.5rem;
    position: absolute;
    bottom: 40%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%);
  }
}

@media (min-width: 64em) {
  .featured-text {
    max-width: 35%;
  }
}

@media (min-width: 100em) {
  .featured-text {
    max-width: 25%;
  }
}

.featured-text:hover {
  color: #fff;
  background: #000;
  transform: translateY(-1.5rem);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
}

.featured-text.reveal {
  animation-delay: 1s;
}

@media (min-width: 48em) {
  .featured-text-left, .featured-text-over-left {
    position: absolute;
    right: 5%;
    bottom: 40%;
    left: auto;
  }
}

@media (min-width: 100em) {
  .featured-text-left, .featured-text-over-left {
    position: absolute;
    right: 12.5%;
    bottom: 40%;
    left: auto;
  }
}

@media (min-width: 48em) {
  .featured-text-center {
    position: absolute;
    bottom: 40%;
    left: 50%;
  }
}

@media (min-width: 48em) {
  .featured-text-right, .featured-text-over-right {
    position: absolute;
    bottom: 40%;
    left: 5%;
  }
}

@media (min-width: 100em) {
  .featured-text-right, .featured-text-over-right {
    position: absolute;
    bottom: 40%;
    left: 12.5%;
  }
}

.featured-text-heading {
  font-size: .9rem;
  margin-bottom: .5rem;
}

@media (min-width: 48em) {
  .featured-text-heading {
    font-size: 1rem;
  }
}

@media (min-width: 64em) {
  .featured-text-heading {
    font-size: 1.1rem;
  }
}

.featured-text-title {
  font-size: 1.8rem;
  margin-bottom: .5rem;
}

@media (min-width: 48em) {
  .featured-text-title {
    font-size: 2rem;
  }
}

@media (min-width: 64em) {
  .featured-text-title {
    font-size: 2.2rem;
  }
}

.featured-text-details {
  font-size: .8rem;
}

@media (min-width: 48em) {
  .featured-text-details {
    font-size: .9rem;
  }
}

@media (min-width: 64em) {
  .featured-text-details {
    font-size: 1rem;
  }
}

.featured-video {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: hidden;
  object-fit: cover;
}

@supports (-ms-ime-align: auto) {
  .featured-video {
    height: auto;
  }
}

.featured-video.reveal {
  opacity: .35;
}

.action {
  background: transparent;
  padding: 1.5rem;
  position: relative;
  text-align: left;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .action {
    max-width: 700px;
    position: absolute;
    top: calc(100% - 100px);
    left: -50px;
    padding: 3.125rem;
    z-index: 100;
  }
}

.action:after {
  background: #58d66d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.action-contents {
  position: relative;
  z-index: 200;
}

.action-heading {
  background: #fff;
  color: #0a381d;
  padding: .5rem 1rem;
  position: relative;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.5rem;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 0.6s;
  opacity: 0;
}

.action-headline {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 0.8s;
  opacity: 0;
}

@media (min-width: 48em) {
  .action-headline {
    font-size: 2.125rem;
  }
}

.action-teaser {
  margin-bottom: 1.5rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 1s;
  opacity: 0;
  transform: translateY(1rem);
}

@media (min-width: 48em) {
  .action-teaser {
    font-size: 1.125rem;
  }
}

.action-form {
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89) 1.2s;
  opacity: 0;
  transform: translateY(1rem);
}

@media (min-width: 48em) {
  .action-fields {
    display: flex;
  }
}

.action-field {
  position: relative;
}

@media (max-width: 48em) {
  .action-field {
    padding-bottom: 1rem;
  }
}

@media (min-width: 48em) {
  .action-field:first-of-type {
    width: 45%;
    padding-bottom: 0;
    margin-right: .5rem;
  }
  .action-field:last-of-type {
    width: 24%;
    margin-right: .5rem;
  }
}

.action-field-label {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: .8rem;
  padding: .25rem .5rem;
}

.action-field-input {
  border: 2px solid #0a381d !important;
}

.action-field-input:hover {
  background-color: rgba(10, 56, 29, 0.2);
}

.action-button {
  white-space: nowrap;
  padding: .945rem 1rem;
  text-transform: uppercase;
  cursor: pointer;
}

.action-form-response {
  padding: 0;
}

.action-form-response a {
  color: #0a381d;
}

.action.reveal:after {
  transform: scaleX(1);
}

.action.reveal .action-heading, .action.reveal .action-headline, .action.reveal .action-teaser, .action.reveal .action-form {
  opacity: 1;
  transform: translateY(0rem);
}

.mission {
  width: 100%;
  position: relative;
  padding: 0;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .mission {
    margin: -50px auto 0;
  }
}

.mission:after {
  background: #092742;
  background: linear-gradient(to right, #58d66d 0%, #1a83f2 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .mission:after {
    width: calc(100% - 100px);
  }
}

.mission-aspect-ratio {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 150%;
  position: relative;
}

@media (min-width: 48em) {
  .mission-aspect-ratio {
    padding-bottom: 43%;
  }
}

.mission-anchor {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  display: flex;
  align-content: center;
  align-items: center;
}

.mission-anchor:hover {
  color: #fff;
}

.mission-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .7s;
  opacity: 0;
}

@media (min-width: 81.25em) {
  .mission-image {
    width: calc(100% - 100px);
  }
}

.mission-text {
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  z-index: 300;
}

@media (min-width: 48em) {
  .mission-text {
    max-width: 800px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 48em) and (min-width: 81.25em) {
  .mission-text {
    /**left: calc(50% + 100px);**/
  }
}

.mission-headline {
  color: #fff;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: .9s;
  transform: translateY(1rem);
}

@media (min-width: 81.25em) {
  .mission-headline {
    font-size: 2.65rem;
    margin-bottom: 1rem;
  }
}

.mission-headline-mask {
  overflow: hidden;
}

.mission-teaser {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: 1.1s;
}

@media (min-width: 81.25em) {
  .mission-teaser {
    font-size: 1.125rem;
  }
}

.mission-button {
  background: #fff;
  color: #092742;
  margin-top: 1.75rem;
  text-transform: none;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.175);
}

.mission-button-container {
  opacity: 0;
  transform: scale(0);
  transition: all 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition-delay: 1.3s;
}

.mission-button:hover {
  color: #1a83f2;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

.mission.reveal:after {
  transform: scaleX(1);
}

.mission.reveal .mission-headline, .mission.reveal .mission-teaser {
  opacity: 1;
  transform: translateY(0);
}

.mission.reveal .mission-image {
  opacity: 1;
}

.mission.reveal .mission-button-container {
  opacity: 1;
  transform: scale(1);
}
