/*! 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 {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

* {
  box-sizing: border-box; }

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

html, body, .page-wrap, .site-main {
  height: 100%; }

body {
  font-family: "Rubik", "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  background-color: #F6F5F3; }

.page-wrap {
  position: relative;
  z-index: 2; }

.container {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }

img, video {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  width: auto; }

a {
  text-decoration: none;
  color: #65BA4E;
  font-weight: 400; }
  a.btn {
    display: inline-block;
    background-color: #0d62ce;
    padding: 8px 20px;
    color: #fff;
    border-radius: 3px;
    transition: background-color .15s; }
    a.btn:hover {
      background-color: #468735; }

body.modal-active,
body.resume-modal-active {
  overflow: hidden; }

.modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }
  .modal.active {
    opacity: 1;
    visibility: visible; }
  .modal .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: calc(100% - 120px);
    overflow: scroll;
    margin: auto;
    margin-top: 8vh;
    width: calc(100% - 40px);
    max-width: 1350px;
    background-color: #fff; }
    .modal .content > .inner {
      padding: 60px 30px 30px;
      position: relative; }
    .modal .content .modal-heading {
      text-align: center;
      margin-top: 0;
      margin-bottom: 30px; }
    .modal .content textarea {
      height: 120px; }
      @media (min-height: 900px) {
        .modal .content textarea {
          height: 180px; } }
      @media (min-height: 1000px) {
        .modal .content textarea {
          height: 240px; } }
    .modal .content .close-modal {
      position: absolute;
      top: 5px;
      right: 15px;
      font-size: 32px; }
  .modal.resume-modal .content > .inner {
    padding-top: 30px; }
  @media (min-width: 768px) {
    .modal .modal-columns {
      display: -ms-flexbox;
      display: flex;
      align-tracks: flex-start;
      gap: 30px; }
      .modal .modal-columns > .modal-column {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
  .modal .overview,
  .modal .video {
    margin: 30px 0; }
  .modal .site-image-large {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }

.resume {
  max-width: 1000px;
  margin: 40px auto; }
  .resume .resume-heading {
    margin: 0 0 10px; }
  .resume .download-resume {
    margin: 0 0 30px; }
  .resume .columns {
    display: grid;
    gap: 30px; }
    @media (min-width: 768px) {
      .resume .columns {
        grid-template-columns: 1fr 1fr;
        gap: 0 30px; }
        .resume .columns > .column:first-child {
          grid-column: span 2; } }
  .resume .panel-heading {
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd; }
  .resume .panel-content .label {
    font-weight: 700; }
  .resume .job-heading,
  .resume .education-heading {
    margin-bottom: 0; }
  .resume .job-location-time,
  .resume .education-location-time {
    margin-top: 0;
    color: #888;
    font-size: 15px;
    font-style: italic; }
  .resume .contact-info p {
    margin: 5px 0; }

@media print {
  .page-wrap,
  .project-modal,
  .close-modal {
    display: none; }
  .resume-modal {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto; }
    .resume-modal .modal-content {
      position: static;
      max-height: none;
      overflow: visible;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: none; }
  .resume {
    font-size: 12px;
    margin-top: 0; }
    .resume .panel-heading {
      padding-bottom: 6px;
      margin-top: 15px;
      margin-bottom: 10px; }
    .resume .job-location-time,
    .resume .education-location-time {
      font-size: inherit; } }

header.site-header {
  font-size: 16px;
  font-weight: 400; }
  header.site-header .container {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      header.site-header .container > .inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  header.site-header .name {
    text-transform: uppercase;
    letter-spacing: 0.075em; }
    @media (max-width: 767px) {
      header.site-header .name {
        display: none; } }
  header.site-header .header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px; }
    @media (min-width: 768px) {
      header.site-header .header-nav ul {
        -ms-flex-direction: row;
            flex-direction: row;
        gap: 40px; } }
  header.site-header .header-nav a {
    color: inherit; }
    header.site-header .header-nav a:hover {
      text-decoration: underline; }

.site-main {
  position: relative; }
  .site-main .page-section {
    position: relative;
    z-index: 2; }
  .site-main .page-section-hero {
    padding: clamp(2rem, 10vw, 10rem) 0;
    font-size: 20px; }
    .site-main .page-section-hero .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .site-main .page-section-hero .container > .inner {
        max-width: 630px;
        position: relative; }
        .site-main .page-section-hero .container > .inner::before {
          content: "<";
          font-size: 15rem;
          font-weight: 500;
          color: #65BA4E;
          line-height: 1;
          position: absolute;
          right: 100%;
          top: -130px;
          margin-right: 30px; }
    .site-main .page-section-hero .name {
      font-size: 48px;
      font-weight: 500;
      margin: 0 0 -0.25em; }
      @media (min-width: 768px) {
        .site-main .page-section-hero .name {
          font-size: 74px; } }
  .site-main .linkedin-logo-svg {
    width: 1.25em;
    vertical-align: sub;
    margin-right: 0.35em;
    margin-bottom: -0.06em;
    transition: transform .3s;
    -ms-transform-origin: bottom left;
        transform-origin: bottom left; }
  .site-main a.linkedin-link:hover svg {
    -ms-transform: rotate(-20deg);
        transform: rotate(-20deg); }
  .site-main::before, .site-main::after {
    content: ">";
    font-size: 60rem;
    line-height: 1;
    font-weight: 700;
    z-index: 1;
    position: absolute;
    top: 10rem;
    left: -10rem;
    color: #65BA4E; }
    @media (max-width: 767px) {
      .site-main::before, .site-main::after {
        opacity: 0.1; } }
  .site-main::after {
    top: 5rem;
    color: #F6F5F3;
    -webkit-text-stroke: #65BA4E 5px; }

.projects > .inner {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.projects .project > .inner {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  height: 100%; }

.projects .project .content {
  padding: 20px;
  border-top: 2px solid #ddd; }

.projects .project .title {
  margin-top: 5px;
  margin-bottom: 10px; }

.projects .project .role {
  margin-top: 0;
  margin-bottom: 25px; }

.projects .project .modal-content {
  display: none; }

.role-tag {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  background-color: #ea6100;
  font-size: 0.75em;
  border-radius: 3px; }

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