@charset "UTF-8";
/* Colors */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/******************** 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;
}

.main-menu {
  position: fixed;
  top: -37.5px;
  left: -20px;
  z-index: 1100;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.35);
  background: #fff;
  text-align: center;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .main-menu {
    height: 150px;
    width: 150px;
    position: fixed;
    top: -32.5px;
    left: -25px;
  }
}

.main-menu-social {
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: none;
  margin-top: .25rem;
}

@media (min-width: 81.25em) {
  .main-menu-social {
    display: block;
  }
}

.main-menu-social a {
  margin-left: auto;
  margin-right: auto;
}

.expanded-menu {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: center;
  z-index: 200;
}

.expanded-menu-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0;
  width: calc(100% - 3rem);
}

.expanded-menu-list-item {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.expanded-menu-list-item-link {
  color: #e5e5e5;
  display: table;
  margin: 0 auto;
  display: inline-block;
  padding: 1rem 0;
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 48em) {
  .expanded-menu-list-item-link {
    font-size: 1.75rem;
    padding: 1.5rem 0;
  }
}

@media (min-width: 64em) {
  .expanded-menu-list-item-link {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
}

.expanded-menu-list-item-link:hover {
  color: #fff;
}

.expanded-menu-list-item-link:hover:before {
  width: 1.3rem;
}

.expanded-menu-list-item-link:before {
  width: 0;
  height: 0.3rem;
  content: "";
  background: #fff;
  display: none;
  position: absolute;
  top: 50%;
  left: 102%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.fixed .main-menu-social,
.interior .main-menu-social {
  opacity: 0;
  visibility: hidden;
}

.reveal-menu .main-menu-social {
  opacity: 1;
  visibility: visible;
}

.reveal-menu .expanded-menu {
  visibility: visible;
  opacity: 1;
  z-index: 200;
}

.reveal-menu .expanded-menu-list-item {
  opacity: 1;
  transform: translateY(0);
}

.reveal-menu .expanded-menu-list-item:nth-of-type(1) {
  transition-delay: .1s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(2) {
  transition-delay: .2s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(3) {
  transition-delay: .3s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(4) {
  transition-delay: .4s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(5) {
  transition-delay: .5s !important;
}

.reveal-menu .expanded-menu-list-item:nth-of-type(6) {
  transition-delay: .6s !important;
}

.footer {
  padding: 2.5em 1rem;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: .875rem;
}

@media (min-width: 48em) {
  .footer {
    padding: 4rem 1rem;
  }
}

@media (min-width: 81.25em) {
  .footer {
    padding: 6.25rem 1.5rem;
  }
}

.footer-nav {
  list-style: none;
  margin: auto;
}

@media (min-width: 81.25em) {
  .footer-nav {
    display: inline-block;
  }
}

.footer-nav-item {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: .25rem .75rem;
  line-height: 1.875rem;
}

@media (min-width: 48em) {
  .footer-nav-item {
    display: inline-block;
  }
}

.footer-nav-item-link {
  color: #18a073;
  transition: all .15s ease-in-out;
}

.footer-nav-item-link:hover {
  color: #1cba85;
}

.footer-social {
  padding: 1rem;
  position: relative;
  margin: 0 0 2.5em;
}

@media (min-width: 48em) {
  .footer-social {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 81.25em) {
  .footer-social {
    margin-bottom: 0;
  }
}

.footer-social-item {
  padding: .25rem .75rem;
  display: inline-block;
  width: auto;
}

@media (min-width: 48em) {
  .footer-social-item {
    float: left;
  }
}

.footer-social-item-svg {
  fill: #18a073;
  width: 1.75rem;
  height: 1.75rem;
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-social-item:hover .footer-social-item-svg {
  fill: #58d66d;
}

.footer-social-hashtag {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: .25rem .75rem;
  color: #18a073;
  line-height: 1.875rem;
}

.footer-logo {
  width: 100px;
  display: block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-logo-mark {
  width: 80%;
}

.footer-logo-green {
  fill: #58d66d;
}

.footer-logo-pine {
  fill: #0a381d;
}

.footer .disclaimer {
  padding: 2.5rem 0 1rem;
}

.footer .utility {
  text-transform: uppercase;
}

.button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: .95rem 1.5rem;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
  transform: translateY(0);
  transition: all .15s ease-in-out;
}

.button:hover {
  transform: translateY(-5%);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.35);
}

/* --- Grid --- */
.grid {
  width: 100%;
  text-align: center;
  display: table;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
}

.grid > * {
  margin: 0;
  position: relative;
}

.grid article {
  display: block;
  width: 100%;
  padding: 10px;
  position: relative;
}

.grid.six-items {
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 740px) and (min-device-width: 480px) {
  .grid {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.six-items {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {
  .grid.six-items {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 1200px) and (min-device-width: 480px) {
  .grid,
  .grid.four-items {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.three-items {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.five-items {
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid > a {
    display: block;
  }
  .grid > div,
  .grid > a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
  }
  .grid > div:first-child,
  .grid > a:first-child {
    display: block;
    -ms-grid-column: 1;
  }
  .grid > div:nth-child(2),
  .grid > a:nth-child(2) {
    display: block;
    -ms-grid-column: 2;
  }
  .grid > div:nth-child(3),
  .grid > a:nth-child(3) {
    display: block;
    -ms-grid-column: 3;
  }
  .grid > div:nth-child(4),
  .grid > a:nth-child(4) {
    display: block;
    -ms-grid-column: 4;
  }
  .grid > div:nth-child(5),
  .grid > a:nth-child(5) {
    display: block;
    -ms-grid-column: 5;
  }
  .grid > div:nth-child(6),
  .grid > a:nth-child(6) {
    display: block;
    -ms-grid-column: 6;
  }
}

@media only screen and (min-width: 1400px) and (min-device-width: 480px) {
  .grid.six-items {
    -ms-grid-columns: 1fr [6];
    grid-template-columns: repeat(6, 1fr);
  }
}

.social a {
  width: 2.2rem;
  padding: .3rem;
  margin: .2rem auto;
  display: block;
}

@media (min-width: 48em) {
  .social a {
    margin: .4em auto;
  }
}

.social a svg {
  width: 100%;
  height: 2em;
  fill: #18a073;
  transition: fill .2s ease-in-out;
}

.social a:hover svg {
  fill: #1cba85;
}
