a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
body {
  margin: 0;
}
ul {
  list-style-type: none;
}
a {
  background: transparent;
  text-decoration: none;
}
button,
input {
  line-height: normal;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
input:focus,
textarea:focus {
  outline: 0;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a,
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
@font-face {
  font-family: SpaceGroteskBold;
  font-weight: 700;
  src:
    url(../84491a7b22b78320f103.otf?) format("otf"),
    url(../images/design/SpaceGrotesk-Bold.f286e9.ttf) format("truetype");
}
@font-face {
  font-family: SpaceGrotesk;
  src:
    url(../d6feaf8c59c1d262b37e.otf?) format("otf"),
    url(../images/design/SpaceGrotesk-Regular.3ea0c5.ttf) format("truetype");
}
@font-face {
  font-family: Questrial;
  src: url(../images/design/Questrial-Regular.8268e8.ttf) format("truetype");
}
body {
  font-family: SpaceGrotesk, serif;
  font-size: 1.4em;
}
header {
  background-color: #dae6e6;
  //color: #1a0606;
  //color: #2a3636;
  color: #000;
  font-size: 1.9em;
  padding: 40px 60px 60px;
  position: relative;
  text-align: center;
  background-image: url("../images/content/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
header h3 {
  font-family: SpaceGroteskBold, serif;
  font-size: 0.5em;
  margin-bottom: 20px;
}
header h1 {
  margin: 0 40px;
}
header .nav-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
header img {
  display: inline;
  margin-right: 20px;
  max-width: 180px;
}
header #uw-logo {
  max-width: 160px;
}
.logo-wrapper {
  min-width: 340px;
}
nav {
  font-size: 16px;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav ul li {
  margin-right: 1em;
}
nav ul a {
  //color: #fff3d8;
  color: #000000;
}
main {
  background: #fff;
  margin-top: 20px;
}
main section:nth-child(2n) {
  background: #fff3d8;
}
main section {
  padding: 40px;
}
main section .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
main section h2 {
  font-family: SpaceGroteskBold, serif;
  font-size: 1.4em;
  margin-right: 120px;
  max-width: 160px;
  min-width: 160px;
}
main section p {
  color: #666;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin-bottom: 1em;
  max-width: 850px;
}
main section ul {
  list-style: circle;
}
main section ul li {
  color: #666;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin-left: 1.2em;
}
main .highlight {
  color: #000;
  font-family: SpaceGrotesk, serif;
  font-size: 18px;
  margin-bottom: 0.5em;
}
main li.highlight {
  margin-left: 30px;
}
main b {
  color: #000;
}
main b,
main h1 {
  font-family: SpaceGroteskBold, serif;
}
main h1 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}
main h3 {
  margin: 1em 0 0.5em;
}
a {
  color: #f9b917;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
.grid-text {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 6fr 2fr;
}
footer {
  background-color: #4a5656;
  padding: 20px 0;
  text-align: center;
}
footer,
footer a {
  color: #fff;
  font-family: SpaceGrotesk, serif;
  font-size: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  header {
    background-image: none;
  }

  header h1 {
    font-size: 1.8em;
  }
  header h3 {
    font-size: 1.2em;
  }
  main section .container {
    display: block;
  }
  main section h2 {
    font-size: 3em;
    margin-bottom: 1em;
    max-width: 500px;
  }
  main section .highlight,
  main section h3 {
    font-size: 2em;
  }
  main section p,
  main section ul li {
    font-size: 2em;
    line-height: 1.5em;
  }
  main .highlight {
    margin: 20px 0;
  }

  nav {
    display: none;
  }
}

