/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-size: inherit;
  padding: 0;
  text-align: left;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.fa {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900; }

button {
  cursor: pointer;
  outline: none; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body,
  body input {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #3E3E3E;
    font-size: calc(14px + .3vw); }
    @media print {
      body,
      body input {
        font-size: calc(12px + .3vw); } }
  body textarea,
  body input {
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    body textarea::-webkit-input-placeholder,
    body input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #3E3E3E;
      font-weight: 400;
      opacity: .55; }
    body textarea::-moz-placeholder,
    body input::-moz-placeholder {
      /* Firefox 19+ */
      opacity: .55;
      color: #3E3E3E;
      font-weight: 400; }
    body textarea:-ms-input-placeholder,
    body input:-ms-input-placeholder {
      /* IE 10+ */
      color: #3E3E3E;
      font-weight: 400;
      opacity: .55; }
    body textarea:-moz-placeholder,
    body input:-moz-placeholder {
      /* Firefox 18- */
      color: #3E3E3E;
      font-weight: 400;
      opacity: .55; }
  @media (min-width: 1180px) {
    body {
      font-size: 17px; } }
  body h1, body h2, body h3, body h4, body h5 {
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.25;
    font-family: 'PT Serif', serif; }
  body .color-grey-light {
    color: #A6A8AB; }
  body p {
    line-height: 1.5;
    margin-top: .5em;
    margin-bottom: .5em; }
    body p a {
      text-decoration: none;
      color: inherit;
      color: #5A849A; }
      body p a:hover {
        opacity: .75; }
    body p i {
      font-style: italic; }
    body p b {
      font-weight: 600; }
    body p.large {
      font-size: 1.2em; }
  body .year {
    color: #A6A8AB;
    font-size: .8em;
    font-weight: 700; }
  body .footer-text {
    color: #A6A8AB;
    font-size: .8em; }
  body b {
    font-weight: 600; }
  body h1 {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 1.7em; }
    @media (max-width: 850px) {
      body h1 br {
        display: none; } }
  body h2 {
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(62, 62, 62, 0.2);
    padding-bottom: .5em; }
  body h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 1.25;
    font-size: 1.15em;
    font-weight: 600; }
  body h4 {
    margin-top: 0.25em;
    margin-bottom: .25em;
    font-size: 1em;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 1.25; }
  body ul {
    margin: .75em 0;
    font-size: .85em; }
    body ul li {
      margin: .45em 0; }

.ui--rounded {
  border-radius: 0.4rem; }

.page-container {
  display: block;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  margin-top: 4rem;
  overflow: auto; }
  @media (min-width: 850px) {
    .page-container {
      margin-top: 5rem;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-bottom: 4rem;
      text-align: left; } }
  .page-container__inner {
    margin: auto;
    max-width: 70rem; }
    @media (min-width: 850px) {
      .page-container__inner {
        text-align: left; } }
  .page-container__content {
    position: relative; }
    @media print {
      .page-container__content {
        padding-right: 12.5rem; } }
    @media (min-width: 850px) {
      .page-container__content {
        padding-right: 25rem; } }
  .page-container__desktop-back {
    margin-top: 3rem;
    margin-left: -.2rem; }
    @media (max-width: 850px) {
      .page-container__desktop-back {
        display: none !important; } }
  .page-container--left {
    text-align: left; }

.side-panel {
  position: relative; }
  @media (min-width: 850px) {
    .side-panel {
      position: absolute;
      top: 0;
      right: 0; } }
  @media print {
    .side-panel {
      position: absolute;
      top: 0;
      right: 0; }
      .side-panel__jump {
        display: none; } }
  .side-panel p {
    font-size: .85em;
    line-height: 1.75; }
  .side-panel__jump {
    margin-top: 2em; }
    @media (max-width: 850px) {
      .side-panel__jump p {
        display: flex;
        flex-direction: row;
        justify-content: flex-start; }
        .side-panel__jump p a {
          margin-right: 1em; } }
    @media print {
      .side-panel__jump p {
        display: block; } }
  @media (max-width: 850px) {
    .side-panel {
      margin-top: 2rem; }
      .side-panel__contact {
        display: flex;
        flex-direction: row; }
      .side-panel__body {
        flex: 1;
        padding-left: 1.5rem; } }
  @media print {
    .side-panel__contact {
      display: block; }
    .side-panel__body {
      padding-left: 0; } }
  .side-panel__image {
    -webkit-print-color-adjust: exact;
    display: block;
    background-size: cover;
    background-position: center;
    width: 7rem;
    height: 7rem;
    border-radius: 3.5rem; }
    @media (min-width: 850px) {
      .side-panel__image {
        position: absolute;
        left: -8.5rem;
        top: 0; } }
    @media print {
      .side-panel__image {
        margin-bottom: 2rem;
        margin-top: -2rem; } }

.skills-grid {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%; }
  @media (max-width: 850px) {
    .skills-grid {
      grid-template-columns: 50% 50%; } }
  @media print {
    .skills-grid {
      grid-template-columns: 25% 25% 25% 25%; } }
  .skills-grid__column {
    margin-top: .5em; }

@media (min-width: 850px) {
  .hide-desktop {
    display: none; } }

@media print {
  .hide-desktop {
    display: none; } }

/* reset */
form input,
form select,
form textarea,
form fieldset,
form optgroup,
form label,
.StripeElement {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form label,
form legend {
  font-size: 0.825rem;
  margin-bottom: 0.5rem;
}
/* border, padding, margin, width */
form input,
form select,
form textarea,
.StripeElement {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.75em 1rem;
  margin-bottom: 0.5rem;
}
form input:focus,
form select:focus,
form textarea:focus,
.StripeElement:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}
form [type="text"],
form [type="email"],
.StripeElement {
  width: 100%;
}
form [type="button"],
form [type="submit"],
form [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
form [type="button"]:focus,
form [type="submit"]:focus,
form [type="reset"]:focus {
  outline: none;
}

form select {
  text-transform: none;
}


@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/** Variables **/

:root {
  --color-background: #cbd5e1;
  --color-background-alt: #64748b;
  --color-border-active: #64748b;
  --color-border-default: #94a3b8;
  --color-highlight: #cbd5e1;
  --color-primary: #1e293b;
  --color-primary-active: #090f1d;
  --color-text-default: #0f172a;
  --color-text-muted: #475569;

  --font-family-body: "Work Sans", system-ui, sans-serif;
  --font-family-display: "IBM Plex Serif", system-ui, sans-serif;
}

/** Base **/

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

* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-family-body);
  font-optical-sizing: auto;
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

[type="checkbox"],
[type="radio"],
[type="range"] {
  appearance: none;
  flex-shrink: 0;
  padding: 0;
  user-select: none;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="range"]:focus {
  outline: none;
}

/** Components **/

.fs-form {
  display: grid;
  row-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

fieldset {
  display: grid;
  row-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) fieldset {
  column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / -1;
}

.fs-field {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

.fs-label {
  color: var(--color-text-default);
  display: block;
  font-family: var(--font-family-display);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.fs-description {
  color: var(--color-text-muted);
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fs-button-group {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 1.5rem;
}

.fs-form:where(.fs-layout__2-column) .fs-button-group {
  grid-column: 1 / -1;
}

.fs-button {
  background-color: var(--color-primary);
  border-radius: 0.375rem;
  color: white;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 1rem 2rem;
  transition-duration: 200ms;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fs-button:hover {
  background-color: var(--color-primary-active);
}

.fs-button:focus-visible {
  background-color: var(--color-primary-active);
  outline: 3px solid var(--color-highlight);
}

.fs-input,
.fs-select {
  appearance: none;
  border-radius: 0.375rem;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: var(--color-primary);
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1.5rem;
  outline: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.fs-input:focus-visible,
.fs-select:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-input::placeholder {
  color: var(--color-text-muted);
}

.fs-checkbox-group,
.fs-radio-group {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.fs-checkbox-field,
.fs-radio-field {
  column-gap: 0.5rem;
  display: flex;
}

:is(.fs-checkbox-field, .fs-radio-field) .fs-label + .fs-description {
  margin-top: 0.125rem;
}

.fs-checkbox-wrapper,
.fs-radio-wrapper {
  align-items: center;
  display: flex;
  height: 1.25rem;
}

.fs-checkbox,
.fs-radio {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  height: 1rem;
  width: 1rem;
}

.fs-checkbox {
  border-radius: 0.25rem;
}

.fs-radio {
  border-radius: 100%;
}

.fs-checkbox:checked,
.fs-radio:checked {
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.fs-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.fs-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.fs-checkbox:focus-visible,
.fs-radio:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.fs-slider {
  background: transparent;
  cursor: pointer;
  height: 1.25rem;
  width: 100%;
}

.fs-slider::-moz-range-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-webkit-slider-runnable-track {
  background-color: var(--color-background);
  border-radius: 0.5rem;
  height: 0.5rem;
}

.fs-slider::-moz-range-thumb {
  background-color: var(--color-primary);
  border: none; /* Removes extra border that FF applies */
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
}

.fs-slider::-webkit-slider-thumb {
  appearance: none;
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 1.25rem;
  margin-top: -0.375rem; /* Centers thumb on the track */
  width: 1.25rem;
}

.fs-slider:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-slider:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.fs-switch-field {
  align-items: center;
  column-gap: 0.75rem;
  display: flex;
  justify-content: space-between;
}

.fs-switch {
  background-color: var(--color-background-alt);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 1.5rem;
  transition-duration: 200ms;
  transition-property: background-color, background-position;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 2.75rem;
}

.fs-switch:checked {
  background-color: var(--color-primary);
  background-position: right center;
}

.fs-switch:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea {
  appearance: none;
  border-radius: 0.375rem;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1.5rem;
  outline: none;
  padding: 0.5rem 0.75rem;
  resize: vertical;
}

.fs-textarea:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}
