@charset "UTF-8";
/*------------------------------------*\
    #ABSTRACTS
\*------------------------------------*/
/* Colors */
/* Font Family */
/*!
Typeplate : Starter Kit
URL ........... http://typeplate.com
Version ....... 3.0.2
Github ........ https://github.com/typeplate/starter-kit
Authors ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
License ....... Creative Commmons Attribution 3.0
License URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt
*/
@import url("https://fonts.googleapis.com/css?family=Public+Sans:400,400i,700,700i|Roboto+Slab:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap");
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026;
}

@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C;
}

.typl8-tera, .typl8-giga, .typl8-mega, h1, .typl8-alpha, h2, .typl8-beta, h3, .typl8-gamma, h4, .typl8-delta, h5, .typl8-epsilon, .typl8-zeta, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  line-height: 1.2;
  margin-top: 0;
  color: #222;
}

blockquote + figcaption cite {
  display: block;
  font-size: inherit;
  text-align: right;
}

body {
  word-wrap: break-word;
}

pre code {
  word-wrap: normal;
}

html {
  font: normal 112.5%/1.65 serif;
}

body {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #444;
}

.typl8-tera {
  font-size: 6.5em;
  margin-bottom: 3.93939rem;
}

.typl8-giga {
  font-size: 5em;
  margin-bottom: 3.0303rem;
}

.typl8-mega, h1 {
  font-size: 4em;
  margin-bottom: 2.42424rem;
}

.typl8-alpha, h2 {
  font-size: 3.33333em;
  margin-bottom: 2.0202rem;
}

.typl8-beta, h3 {
  font-size: 2.66667em;
  margin-bottom: 1.61616rem;
}

.typl8-gamma, h4 {
  font-size: 2em;
  margin-bottom: 1.21212rem;
}

.typl8-delta, h5 {
  font-size: 1.33333em;
  margin-bottom: 0.80808rem;
}

.typl8-epsilon {
  font-size: 1.16667em;
  margin-bottom: 0.70707rem;
}

.typl8-zeta, h6 {
  font-size: 1em;
  margin-bottom: 0.60606rem;
}

p {
  margin: auto auto 1.5rem;
}

small {
  font-size: 65%;
}

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  white-space: pre;
}

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

code {
  white-space: pre;
  font-family: monospace;
}

abbr {
  -webkit-font-variant: small-caps;
  -moz-font-variant: small-caps;
  -ms-font-variant: small-caps;
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
  color: gray;
}

abbr[title]:hover {
  cursor: help;
}

.typl8-drop-cap:first-letter {
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit;
}

p + .typl8-drop-cap {
  text-indent: 0;
  margin-top: 0;
}

/**
 * Lining Definition Style Markup
 *
  <dl class="typl8-lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-lining dt,
.typl8-lining dd {
  display: inline;
  margin: 0;
}

.typl8-lining dt + dt:before,
.typl8-lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.typl8-lining dd + dd:before {
  content: ", ";
}

.typl8-lining dd:before {
  content: ": ";
  margin-left: -0.2rem;
}

/**
 * Dictionary Definition Style Markup
 *
  <dl class="typl8-dictionary-style">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.typl8-dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2rem;
}

.typl8-dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.typl8-dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/**
 * Blockquote Markup
 *
    <figure>
      <blockquote cite="">
        <p></p>
      </blockquote>
      <figcaption>
        <cite>
          <small><a href=""></a></small>
        </cite>
      </figcaption>
    </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
  <aside class="typl8-pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.typl8-pull-quote {
  position: relative;
  padding: 1em;
}

.typl8-pull-quote:before, .typl8-pull-quote:after {
  height: 1em;
  opacity: 0.5;
  position: absolute;
  font-size: 4em;
  color: #dc976e;
}

.typl8-pull-quote:before {
  content: '“';
  top: 0;
  left: 0;
}

.typl8-pull-quote:after {
  content: '”';
  bottom: 0;
  right: 0;
}

/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. X.X | </strong><cite title=""></cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 10px;
}*/
body {
  font-family: "Public Sans", "Poppins", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", "made_dillan", "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-weight: 900;
}

/*h1 {
  margin-bottom: 3rem;
  font-size: 6.103515625em;
  line-height: 9rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}

h2 {
  margin-bottom: 3rem;
  font-size: 4.8828125em;
  line-height: 6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}

h3 {
  margin-bottom: 3rem;
  font-size: 3.90625em;
  line-height: 6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}

h4 {
  margin-bottom: 3rem;
  font-size: 3.125em;
  line-height: 6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}

h5 {
  margin-bottom: 3rem;
  font-size: 2.5em;
  line-height: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}

h6 {
  margin-bottom: 3rem;
  font-size: 2em;
  line-height: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}

p {
  margin-bottom: 3rem;
  font-size: 1.6em;
  line-height: 3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

@media screen and (max-width: 720px) {
  h1 {
    margin-bottom: 3rem;
    font-size: 6.103515625em;
    line-height: 9rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0em;
  }
  h2 {
    margin-bottom: 3rem;
    font-size: 4.8828125em;
    line-height: 6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0em;
  }
  h3 {
    margin-bottom: 3rem;
    font-size: 3.90625em;
    line-height: 6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0em;
  }
  h4 {
    margin-bottom: 3rem;
    font-size: 3.125em;
    line-height: 6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0em;
  }
  h5 {
    margin-bottom: 3rem;
    font-size: 2.5em;
    line-height: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0em;
  }
  h6 {
    margin-bottom: 3rem;
    font-size: 2em;
    line-height: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0em;
  }
  p {
    margin-bottom: 3rem;
    font-size: 1.6em;
    line-height: 3rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
  }
} */
/*------------------------------------*\
    #BASE
\*------------------------------------*/
/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/**
 * 1) Zero out margins and padding for elements
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

/**
 * 1) Set HTML5 elements to display: block
 */
header, footer, nav, section, article, figure, main {
  display: block;
}

p {
  margin: 1em 0;
}

ul, ol {
  padding-left: 1.6em;
  padding-right: 1.6em;
  margin: 1em 0;
}

ul {
  list-style-type: disc;
}

li {
  margin: 0.3em 0;
}

/*------------------------------------*\
    #BODY
\*------------------------------------*/
/**
 * HTML base styles
 * 1) Set the html element's height to at least 100% of the viewport.
 *    This is used to achieve a sticky footer
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-height: 100vh;
  /* 1 */
  margin: 0;
  padding: 0;
  font-family: "Public Sans", "Open Sans", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 100%;
}

@media only screen and (min-width: 93em) {
  html {
    font-size: 120%;
  }
}

/**
 * Body base styles
 * 1) Set the body element's height to at least 100% of the viewport.
 *    This is used to achieve a sticky footer
 */
/*body {
	padding: 1rem;
}*/
body {
  min-height: 100vh;
}

.site-content,
.alignfull,
.section--full {
  display: block;
  margin: 0 auto;
  padding: 1rem;
}


.alignfull,
.section--full {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media only screen and (min-width: 93rem) {
  
  .alignfull,
  .section--full {
    width: 93rem;
    margin-left: -46.5rem;
  }
}

.entry-content, .extended-content, .section__content--extended, .section__content {
  display: block;
  margin: 0 auto;
  max-width: 39rem;
}

.extended-content, .section__content--extended {
  max-width: 41rem;
}

@media only screen and (min-width: 70rem) {
  .extended-content, .section__content--extended {
    max-width: 50rem;
  }
}

@media only screen and (min-width: 78rem) {
  .extended-content, .section__content--extended {
    max-width: 56rem;
  }
}

.page-header {
  display: block;
  width: 100%;
  width: 100%;
  min-height: 16rem;
  height: 40vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  z-index: -1;
}

.page-header--video {
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 93rem;
}

.page-header--video::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.page-header__video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: white;
  text-decoration: none;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
  background: rgba(0, 0, 0, 0);
}

.page-header__video-link:hover {
  background: rgba(0, 0, 0, 0.3);
  background: rgba(27, 37, 45, 0.3);
}

.page-header__video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: white;
  background: #55748C;
  background: rgba(85, 116, 140, 0.8);
  border: solid 2px white;
  padding: .5em 1.25em .5em 2.75em;
  border-radius: 5000px;
  font-size: 120%;
  text-transform: uppercase;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
}

@media only screen and (min-width: 40rem) {
  .page-header__video-button {
    font-size: 150%;
  }
}

.page-header__video-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  width: 0;
  height: 0;
  border-right: solid transparent .6em;
  border-left: solid transparent .6em;
  border-bottom: solid white 1em;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.page-header__video-link:hover .page-header__video-button {
  background: #55748c;
}

.page-header__video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: -100%;
  background: transparent;
  /*&--playing {
      margin-left: 0;
    }*/
  -webkit-transform: translateY(0) translateY(0);
          transform: translateY(0) translateY(0);
}

.page-header__video-container::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.page-header__video-container--float {
  position: fixed;
  width: 33vw;
  min-width: 15rem;
  max-width: 54rem;
  top: auto;
  left: auto;
  right: 2rem;
  top: 100%;
  -webkit-transform: translateY(-100%) translateY(-1rem);
          transform: translateY(-100%) translateY(-1rem);
  z-index: 500;
  margin-right: -100%;
  background: transparent;
  -webkit-box-shadow: 0 0 20px -15px #425a6c;
          box-shadow: 0 0 20px -15px #425a6c;
}

.page-header--playing .page-header__video-container {
  margin-left: 0;
  margin-right: 0;
}

.page-header__video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent;
}

.page-header__video-controls {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.page-header__video-play-pause-btn {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  display: none;
  color: transparent;
  font-size: 0;
  width: 30%;
  max-width: 15rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 50%;
  border: solid white .5rem;
  background: rgba(0, 0, 0, 0.3);
  background: rgba(27, 37, 45, 0.3);
  padding: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
}

.page-header__video-controls:hover .page-header__video-play-pause-btn {
  opacity: 0.5;
}

.page-header__video-controls:hover .page-header__video-play-pause-btn:hover {
  opacity: 1.0;
}

.page-header__video-container--float .page-header__video-play-pause-btn {
  border: solid white .25rem;
}

.page-header__video-play-pause-btn::before {
  content: "";
  display: block;
  width: 2rem;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-width: 0 2rem;
  border-color: white;
  border-style: solid;
}

.page-header__video-container--float .page-header__video-play-pause-btn::before {
  width: 1rem;
  border-width: 0 1rem;
}

.page-header__video-play-pause-btn::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.page-header__video-close-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: absolute;
  font-size: 2rem;
  width: 1.5em;
  height: 1.5em;
  background: black;
  background: #425a6c;
  border-radius: 50%;
  border: solid white 2px;
  top: 1rem;
  right: 1rem;
  padding: 0;
  color: transparent;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
}

.page-header__video-close-btn:hover {
  opacity: 1.0;
}

.page-header__video-close-btn::before, .page-header__video-close-btn::after {
  content: "";
  display: block;
  width: 1em;
  height: .125em;
  background: white;
  top: 50%;
  left: 50%;
  position: absolute;
}

.page-header__video-close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.page-header__video-close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.page-header__video-container--float .page-header__video-close-btn {
  font-size: 1.5em;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1.0;
}

.section {
  padding: 1rem;
  overflow: hidden;
}

.section--bridge {
  padding: 0 1rem;
}

.main-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: block;
  background: #F6F7F9;
  border-bottom: solid #e7e9ef 2px;
  -webkit-transition: background 0.25s ease-out, border 0.25s ease-out, margin 0.25s ease-out;
  transition: background 0.25s ease-out, border 0.25s ease-out, margin 0.25s ease-out;
}

@media only screen and (min-width: 63rem) {
  .main-nav {
    background: transparent;
    border-bottom: solid transparent 2px;
    background: rgba(246, 247, 249, 0.9);
    border-bottom: solid #e7e9ef 2px;
  }
}

.main-nav--compact {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 63rem) {
  .main-nav--compact {
    margin-bottom: 0;
    -webkit-transition: background 0.25s ease-out, border 0.25s ease-out;
    transition: background 0.25s ease-out, border 0.25s ease-out;
  }
}

.main-nav:hover, .main-nav--compact {
  background: #F6F7F9;
  border-bottom: solid #e7e9ef 2px;
}

@media only screen and (min-width: 63rem) {
  .main-nav:hover, .main-nav--compact {
    background: rgba(246, 247, 249, 0.9);
  }
}

@media only screen and (min-width: 63rem) {
  .main-nav:hover {
    background: #f6f7f9;
  }
}

@media only screen and (min-width: 63rem) and (pointer: fine) {
  .main-nav--scrolled {
    background: transparent;
    border-bottom: solid transparent 1px;
  }
}

.main-nav__container {
  position: relative;
  margin: 0 auto;
  max-width: 62rem;
  max-width: 93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-nav__home-link {
  display: block;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  text-indent: -2000px;
  line-height: 0;
  font-size: 0;
  margin-right: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out;
  transition: height 0.25s ease-out, width 0.25s ease-out;
}

.main-nav--compact .main-nav__home-link {
  height: 3.5rem;
  width: 5rem;
}

@media only screen and (min-width: 63rem) {
  .main-nav--compact .main-nav__home-link {
    height: 6rem;
    width: 6rem;
  }
}

.main-nav__home-link svg.small-filled-logo {
  display: none;
}

@media only screen and (min-width: 63rem) {
  .main-nav__home-link svg.small-filled-logo {
    display: block;
    position: absolute;
    width: 100%;
    height: 6rem;
    top: 0;
    left: 0;
  }
}

.main-nav__home-link svg.small-logo {
  display: block;
  width: 100%;
  height: 6rem;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-nav--compact .main-nav__home-link svg.small-logo {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}

@media only screen and (min-width: 63rem) {
  .main-nav--compact .main-nav__home-link svg.small-logo {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.main-nav__home-link svg.small-logo .scutt {
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.25s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.25s ease-out;
  transition: transform 0.2s ease-out, opacity 0.25s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.main-nav--compact .main-nav__home-link svg.small-logo .scutt {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

@media only screen and (min-width: 63rem) {
  .main-nav--compact .main-nav__home-link svg.small-logo .scutt {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.main-nav__home-link svg.small-logo .turtle {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.main-nav__home-link:hover svg .turtle {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.main-nav__nav-area {
  display: block;
  font-size: 1rem;
  -webkit-transition: opacity 0.25s ease-out, padding 0.25s ease-out, right 0.01s 0.25s linear;
  transition: opacity 0.25s ease-out, padding 0.25s ease-out, right 0.01s 0.25s linear;
  position: absolute;
  top: 0;
  right: 0;
  right: 100%;
  width: 100%;
  height: 300px;
  height: 100vh;
  background: transparent;
  padding-top: 6rem;
  overflow: hidden;
}

@media only screen and (min-width: 63rem) {
  .main-nav__nav-area {
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
  }
}

.main-nav--open .main-nav__nav-area {
  -webkit-transition: opacity 0.25s ease-out, padding 0.25s ease-out;
  transition: opacity 0.25s ease-out, padding 0.25s ease-out;
  right: 0;
}

.main-nav--compact .main-nav__nav-area {
  padding-top: 3.5rem;
}

@media only screen and (min-width: 63rem) {
  .main-nav--compact .main-nav__nav-area {
    padding-top: 0;
  }
}

@media only screen and (min-width: 63rem) {
  .main-nav__nav-area {
    position: static;
    background: transparent;
    display: block;
    height: 100%;
    padding-top: 0;
    padding-right: 1rem;
    opacity: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #F6F7F9;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

@media only screen and (min-width: 63rem) {
  .main-nav__list {
    -webkit-transition: none;
    transition: none;
  }
}

.main-nav--open .main-nav__list {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media only screen and (min-width: 63rem) {
  .main-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: transparent;
    -webkit-transform: none;
            transform: none;
  }
}

.main-nav__link {
  display: block;
  padding: .5em 1em;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  cursor: pointer;
}

.main-nav__link--featured {
  background: #55748C;
  color: white;
  border-radius: .3rem;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

@media only screen and (min-width: 63rem) {
  .main-nav__link--featured {
    margin-left: 1rem;
  }
}

.main-nav__link--featured:hover {
  background: #2e3f4d;
}

.main-nav__link:not(.main-nav__link--featured)::after {
  content: "";
  display: block;
  width: calc(100% - 2em);
  height: .15em;
  position: absolute;
  bottom: .25em;
  left: 1em;
  background: #55748C;
  background: #2e3f4d;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.main-nav__link:not(.main-nav__link--featured):hover::after {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.main-nav__link--current:not(.main-nav__link--featured)::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media only screen and (min-width: 63rem) and (pointer: fine) {
  .main-nav--scrolled:not(:hover) .main-nav__link:not(.main-nav__link--featured) {
    opacity: 0;
  }
}

@media only screen and (min-width: 63rem) {
  .main-nav__link--featured + .main-nav__link__link {
    margin-left: 1rem;
  }
}

.main-nav__menu-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 1rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  outline: none;
}

@media only screen and (min-width: 63rem) {
  .main-nav__menu-btn {
    display: none;
  }
}

.main-nav__menu-btn-label, .main-nav__menu-btn::before, .main-nav__menu-btn::after {
  display: block;
  width: 70%;
  height: 3px;
  background: #55748C;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
}

.main-nav__menu-btn-label {
  font-size: 0;
  color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-nav__menu-btn::before, .main-nav__menu-btn::after {
  content: "";
}

.main-nav__menu-btn::before {
  -webkit-transform: translate(-50%, -250%);
          transform: translate(-50%, -250%);
}

.main-nav__menu-btn::after {
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
}

.image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0 0 -1rem 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 36rem) {
  .image-grid {
    width: calc(100% + 1rem);
  }
}

.image-grid__item {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
}

@media only screen and (min-width: 36rem) {
  .image-grid__item {
    margin-right: 1rem;
    position: relative;
  }
  .image-grid__item:nth-of-type(4n), .image-grid__item:nth-of-type(4n + 1) {
    width: calc(40% - 0.8rem);
  }
  .image-grid__item:nth-of-type(4n + 2), .image-grid__item:nth-of-type(4n + 3) {
    width: calc(60% - 1.2rem);
  }
}

.image-grid__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.quote-block {
  color: white;
  background-color: #55748C;
  padding: 2rem;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 150%;
  /*&__quote{
    position: relative;

    &::before,
    &::after {
      content: "";
      display: block;
      position: absolute;
      width: 5rem;
      height: 100%;
      min-height: 4rem;
      background-repeat: no-repeat;
      background-size: 4rem auto;
      background-position: 1rem 1rem;
      background-image: url(../images/quote.svg);
    }
  
    &::before {
      top: 0;
      right: 100%;
    }
  
    &::after {
      bottom: 0;
      left: 100%;
      transform: rotate(180deg);
    }
  }*/
}

@media only screen and (min-width: 40rem) {
  .quote-block {
    font-size: 200%;
  }
}

@media only screen and (min-width: 500rem) {
  .quote-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.quote-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  margin-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/quote.svg);
}

@media only screen and (min-width: 500rem) {
  .quote-block::before {
    width: 9rem;
    margin-right: 1rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}

.quote-block__source {
  margin-top: 2rem;
  font-style: italic;
}

@font-face {
  font-family: 'made_dillan';
  src: url("../fonts/made_dillan-webfont.woff2") format("woff2"), url("../fonts/made_dillan-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body {
  display: block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #55748C;
}
/*# sourceMappingURL=style.css.map */