/* Oswald */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/oswald-v29-latin-regular.woff2') format('woff2'),
       url('../fonts/oswald-v29-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/oswald-v29-latin-500.woff2') format('woff2'),
       url('../fonts/oswald-v29-latin-500.woff') format('woff');
}

/* Quicksand */

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/quicksand-v19-latin-300.woff2') format('woff2'),
       url('../fonts/quicksand-v19-latin-300.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/quicksand-v19-latin-regular.woff2') format('woff2'),
       url('../fonts/quicksand-v19-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/quicksand-v19-latin-600.woff2') format('woff2'),
       url('../fonts/quicksand-v19-latin-600.woff') format('woff');
}

/* Browser Reset */

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,
font,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

blockquote,
q {
  quotes: none;
}

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

img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  overflow: auto;
}

svg:not(:root) {
  overflow: hidden;
}

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

th,
td {
  vertical-align: middle;
  font-weight: 400;
  text-align: left;
}

/* Superior Styles */

html {
  box-sizing: border-box;
}

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

[hidden] {
  display: none !important;
}

body {
  font-family: 'Quicksand', Arial, sans-serif;
  font-feature-settings: 'kern' 1;
  font-kerning: normal;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #fff;
  background-color: #000;
}

@media print {
  body {
    font-family: Arial, sans-serif;
    color: #000;
    background-color: #fff;
  }
}

/* General Text Formatting */

b,
strong {
  font-weight: 400;
}

i,
em {
  font-style: italic;
}

dfn,
address {
  font-style: normal;
}

abbr[title] {
  text-decoration: none;
}

sub,
sup {
  position: relative;
  font-size: 10px;
  line-height: 1;
}

sub {
  top: 4px;
}

sup {
  top: -6px;
}

mark {
  padding: 2px 5px;
  color: #000;
  background-color: #fff;
}

pre,
code,
kbd,
samp,
var {
  font-family: Consolas, 'Lucida Console', 'Andale Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
}

/* Textselection */

::selection {
  text-shadow: none;
  color: #000;
  background-color: rgb(159, 207, 0, 0.99);
}

/* Horizontal Rules */

hr {
  height: 1px;
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #fff;
}

/* Images */

img {
  display: block;
  max-width: 100%;
}

/* Buttons */

button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  overflow: visible;
  position: relative;
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: inherit;
  text-align: center;
  text-transform: none;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

button:focus,
button:hover {
  outline: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Links */

a {
  text-decoration: none;
  text-decoration-skip: objects;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

a:not([class]) {
  padding-bottom: 2px;
  background: linear-gradient(to right, #9fcf00 0%, #000 100%) no-repeat 0 100%;
  background-size: 100% 2px;
  transition: background-size 0.2s ease-in-out;
}

a:not([class]):focus,
a:not([class]):hover,
a:not([class]):active {
  background-size: 0 2px;
}

/* Page */

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  .page {
    min-height: -webkit-fill-available;
  }
}

@media print {
  .page {
    display: block;
  }
}

.page--header {
  flex: none;
  margin-bottom: 192px;
  padding: 16px 16px 0;
}

@media only screen and (min-width: 768px) {
  .page--header {
    margin-bottom: 240px;
    padding: 32px 32px 0;
  }
}

@media print {
  .page--header {
    margin-bottom: 30px;
  }
}

.page--header-link {
  display: inline-block;
  vertical-align: top;
}

.page--header-link:focus,
.page--header-link:hover,
.page--header-link:active {
  outline: 1px solid #fff;
  outline-offset: 10px;
}

.page--header-logo {
  display: block;
  width: 42px;
  height: auto;
  fill: #fff;
}

@media print {
  .page--header-logo {
    width: 54px;
    fill: #000;
  }
}

.page--main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  margin-bottom: 80px;
  padding: 0 16px;
}

@media print {
  .page--main {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .page--main {
    padding: 0 32px;
  }
}

.page--main-headline {
  display: block;
  margin-bottom: 16px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1428571;
  text-transform: uppercase;
}

.page--main-subline {
  display: block;
  max-width: 640px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33333333;
}

.page--main-title.is-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.page--footer {
  flex: none;
  padding: 0 16px 16px;
}

@media only screen and (min-width: 768px) {
  .page--footer {
    padding: 0 32px 32px;
  }
}

@media print {
  .page--footer {
    display: none;
  }
}

/* Navigation */

.navigation--heading {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.navigation--list {
  display: flex;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.navigation--list-item:not(:last-child)::after {
  content: '/';
  margin: 0 10px 0 5px;
}

.navigation--link:focus,
.navigation--link:hover,
.navigation--link:active {
  text-decoration: underline;
}

.navigation--current {
  padding: 0 7px;
  color: #000;
  background-color: #fff;
}

/* Grid */

@media only screen and (min-width: 1024px) {
  .grid {
    display: grid;
    grid-gap: 64px 32px;
    width: 75%;
    max-width: 1440px;
    scroll-snap-align: start;
  }

  .grid:not(:last-child) {
    margin-bottom: 80px;
  }

  .grid.is-1-1 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.is-3-1 {
    grid-template-columns: 3fr 1fr;
  }

  .grid.is-1-3 {
    grid-template-columns: 1fr 3fr;
  }

  .grid.has-image:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid {
    display: grid;
    grid-gap: 64px 32px;
  }

  .grid:not(:last-child) {
    margin-bottom: 80px;
  }

  .grid.has-image:not(:last-child) {
    margin-bottom: 40px;
  }

  .grid.is-1-1,
  .grid.is-3-1,
  .grid.is-1-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .grid:not(:last-child) {
    margin-bottom: 64px;
  }

  .grid.has-image {
    width: 50%;
  }

  .grid.has-image:not(:last-child) {
    margin-bottom: 32px;
  }

  .grid--item:not(:last-child) {
    margin-bottom: 64px;
  }
}

@media print {
  .grid {
    display: block;
  }

  .grid:not(:last-child) {
    margin-bottom: 40px;
  }

  .grid.has-image {
    width: 50%;
  }

  .grid--item:not(:last-child),
  .grid.has-image:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* Subgrid */

@media only screen and (min-width: 768px) {
  .subgrid {
    display: grid;
  }

  .subgrid.is-1-1 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .subgrid--item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media print {
  .subgrid {
    display: block;
  }

  .subgrid--item:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* Article */

.article {
  max-width: 780px;
}

.article--heading {
  margin-bottom: 30px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
}

.article--subheading {
  margin-bottom: 20px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
}

.article--subheading:not(:first-child) {
  margin-top: 40px;
}

.article--text:not(:last-child) {
  margin-bottom: 14px;
}

.article--list {
  list-style: outside square;
  padding-left: 20px;
}

.article--list:not(:last-child) {
  margin-bottom: 14px;
}

/* Section */

.section:not(:last-child) {
  margin-bottom: 80px;
}

@media print {
  .section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.section--heading {
  margin-bottom: 30px;
  border-top: 4px solid #fff;
  padding-top: 10px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
}

@media print {
  .section--heading {
    margin-bottom: 20px;
    border-top: 4px solid #000;
  }
}

.section--heading-addendum {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}

.section--subheading {
  margin-bottom: 20px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
}

.section--text:not(:last-child) {
  margin-bottom: 14px;
}

.section--text-highlight {
  color: #9fcf00;
}

@media print {
  .section--text-highlight {
    font-weight: 700;
    color: #000;
  }
}

.section--address-box {
  display: block;
}

.section--address-box:not(:last-child) {
  margin-bottom: 14px;
}

@media print {
  .section--address-box a[href^="mailto"]:after {
    content: " (" attr(href) ")";
  }

  .section--address-box:last-child {
    display: none;
  }
}

.section--address-addendum {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

/* Bullet-List */

.bullet-list:not(:last-child) {
  margin-bottom: 40px;
}

@media print {
  .bullet-list {
    list-style: square outside;
    padding-left: 21px;
  }
}

.bullet-list--item {
  position: relative;
  padding-left: 14px;
}

@media print {
  .bullet-list--item {
    padding-left: 0;
  }
}

.bullet-list--item:not(:last-child) {
  margin-bottom: 14px;
}

.bullet-list--item::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

@media print {
  .bullet-list--item::before {
    content: none;
  }
}

.bullet-list--text-highlight {
  color: #9fcf00;
}

@media print {
  .bullet-list--text-highlight {
    font-weight: 700;
    color: #000;
  }
}

/* Career-List */

.career-list {
  padding-top: 5px;
}

.career-list--item:not(:last-child) {
  margin-bottom: 32px;
}

.career-list--date {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.25;
}

.career-list--position {
  display: block;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.25px;
  line-height: 1.16666667;
}

.career-list--employer {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

/* Client-List */

.client-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.75;
}

.client-list--item:not(:last-child) {
  margin-right: 14px;
}
