@charset "UTF-8";
/* Typography Resets */
body {
  color: #333;
  font-family: ff-tisa-web-pro, "ff-tisa-web-pro", georgia, serif;
  font-size: 20px;
  line-height: 1.5;
}

/* Block Elements */
article,
aside {
  margin-top: 1.5em;
}

h1,
h2,
h3,
h4,
p,
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  margin: 1.5em 0 0.3em;
}

h1 {
  color: #056;
  font-family: ff-enzo-web, "ff-enzo-web", verdana, helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 0.25em;
  text-align: center;
}

h2 {
  font-family: ff-enzo-web, "ff-enzo-web", verdana, helvetica, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.125;
}

h3 {
  font-family: ff-enzo-web, "ff-enzo-web", verdana, helvetica, sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.579;
  margin: 3.363em 0 0.2375em;
  text-transform: uppercase;
}

h4,
h5 {
  line-height: 1.5;
}

h4 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h5 {
  font-size: 1em;
  font-weight: 400;
}

nav h2,
nav h4 {
  margin: 0.3em 0;
}

p {
  max-width: 30em;
}

figcaption {
  color: #999;
  font-family: ff-enzo-web, "ff-enzo-web", verdana, helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 0.5em;
  text-align: right;
}

iframe + figcaption {
  margin-top: -1.5em;
}

ul,
dl {
  list-style: none;
  padding-left: 0;
}

ol ol,
ol dl,
ol ul,
dl ol,
dl dl,
dl ul,
ul ol,
ul dl,
ul ul {
  margin: 0;
}
ol ul,
dl ul,
ul ul {
  list-style: circle;
}

ol ol, ol dl, ol ul,
dl ol,
dl dl,
dl ul,
ul ol,
ul dl,
ul ul {
  padding-left: 1.5em;
}

li,
dt,
dd {
  position: relative;
}

dd,
li {
  margin: 0;
}

dd {
  padding-left: 1.5em;
}

ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

dt:not(:first-child) {
  margin-top: 0.5em;
  padding-top: 0.5em;
}
dt:not(:first-child):before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
}

dd:before {
  content: "»";
  margin-left: -1em;
  margin-right: 0.5em;
}

.table--wrapper {
  border-left: 4px solid;
  border-right: 4px solid;
  max-width: 100%;
  overflow-x: auto;
}

table {
  border: 4px solid;
  border-left: none;
  border-right: none;
  padding: 0.5em 0.25em 0.75em;
}

th {
  text-align: left;
  vertical-align: bottom;
}
th h3 {
  line-height: 1.125;
  margin: 0 0 0.5em;
}

td {
  vertical-align: top;
}
td img {
  margin-top: 0;
}

th,
td {
  padding: 0.25em 1em 0.5em;
}

nav h2 {
  line-height: 0.5em;
}

footer {
  color: #999;
}

hr {
  border: none;
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
hr:after {
  content: "* * *";
}

/* Inline Elements */
a,
a:link {
  color: #c45;
  text-decoration: none;
  @strong;
}

a:hover {
  color: #f56 !important;
}

nav a,
nav a:link {
  color: #333;
}

em {
  color: #f56;
}

strong {
  font-family: ff-enzo-web, "ff-enzo-web", verdana, helvetica, sans-serif;
  font-size: 0.95em;
  font-weight: 700;
}

@media screen and (max-width: 1060px) {
  body {
    font-size: 2vw;
  }
  nav li {
    margin-left: 1em;
  }
}
@media screen and (max-width: 400px) {
  body {
    font-size: 4vw;
    line-height: 1.6;
  }
}
/* Layout Resets */
body {
  background: #fff;
  margin: 0;
}

.container {
  display: block;
  padding: 0 5em;
  position: relative;
}

.site-header {
  box-sizing: border-box;
  margin-top: 2.25em;
  margin-bottom: 6em;
  text-align: center;
}
.site-header img {
  position: absolute;
  height: 0.975em;
  left: -1.25em;
  top: -1em;
  width: 0.975em;
}
.site-header h2 {
  display: inline-block;
  margin-left: 1.25em;
  position: relative;
}

.page-header {
  margin-bottom: 0.75em;
}

.border {
  background: url(/images/pattern.png);
  height: 2px;
  width: 100%;
}

header,
main,
footer {
  margin: auto;
  max-width: 1100px;
}

nav {
  display: inline-block;
}
nav ul {
  margin-left: -1em;
}
nav li {
  display: inline-block;
  margin-left: 2em;
}

article,
aside {
  vertical-align: top;
}

iframe,
figure {
  margin: 0.5em 0 1em;
}

aside {
  margin-left: 5%;
  width: 30%;
}

footer {
  clear: both;
  margin-top: 2.25em;
  margin-bottom: 3em;
}

@media screen and (min-width: 1100px) {
  .site-header h2,
  .site-header ul {
    float: left;
  }
  .site-header ul {
    margin-top: 0;
    margin-left: 1em;
  }
  .site-header li {
    margin-left: 1.25em;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 2.25em;
  }
  .site-header {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  article,
  aside {
    display: block;
    margin: 1.5em 0 3em;
    width: 100%;
  }
}
div[class^=placeholder-] {
  background: #606e87;
  height: 1px;
  margin-bottom: 56.25%;
  max-width: 100%;
  padding: 0;
}

img,
.placeholder-image {
  display: block;
  margin-top: 0.75em;
  margin-right: auto;
  margin-left: auto;
}

.video--frame {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 9:16 ratio to width */
  position: relative;
}
.video--frame iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

img {
  max-width: 100%;
}

nav ul {
  margin-top: 0.33em !important;
}

span[class^=box] {
  display: inline-block;
  height: 1em;
  vertical-align: baseline;
  width: 1em;
}
span[class^=box] ~ p {
  display: inline;
  margin: 0;
}

span.box--small {
  height: 0.85em;
  margin-left: 0.15em;
  width: 0.85em;
}

.box--red {
  background: #f56;
}

.box--blue {
  background: #056;
}

.box--green {
  background: #5a6;
}

.box--yellow {
  background: #fd6;
}

.box--darkred {
  background: #c45;
}

.box--darkblue {
  background: #045;
}

.box--darkgreen {
  background: #485;
}

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