/*! 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 */
  -webkit-text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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;
}

:root {
  --background-color: #1c1c1c;
  --background-dark-color: #000;
  --background-light-color: #262626;
  --text-color: #fff;

  --font-sans: freight-sans-pro, Arial, sans;
}

/* ---- Grid and sizing --------------------------------------------------- */

:root {
  --col-px: 67;
  --gutter-px: 22;
  --total-columns: 12;

  --inner-width: calc(var(--col-px)*var(--total-columns) + var(--gutter-px)*(var(--total-columns) - 1));
  --column: calc(var(--col-px)/var(--inner-width));
  --gutter: calc(var(--gutter-px)/var(--inner-width));

  --columns-1: var(--column);
  --columns-2: calc(var(--column)*2 + var(--gutter));
  --columns-3: calc(var(--column)*3 + var(--gutter)*2);
  --columns-4: calc(var(--column)*4 + var(--gutter)*3);
  --columns-5: calc(var(--column)*5 + var(--gutter)*4);
  --columns-6: calc(var(--column)*6 + var(--gutter)*5);
  --columns-7: calc(var(--column)*7 + var(--gutter)*6);
  --columns-8: calc(var(--column)*8 + var(--gutter)*7);
  --columns-9: calc(var(--column)*9 + var(--gutter)*8);
  --columns-10: calc(var(--column)*10 + var(--gutter)*9);
  --columns-11: calc(var(--column)*11 + var(--gutter)*10);
  --columns-12: calc(var(--column)*12 + var(--gutter)*11);

  --outer-margin: 100;
  --ref-width: calc(var(--inner-width) + var(--outer-margin)*2);
  --ref-width-adjust: calc(var(--inner-width)/var(--ref-width));
}

/* ---- Breakpoints ------------------------------------------------------- */

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

body {
  background: #1c1c1c;
  background: var(--background-color);
  font: normal 16px/1.56 freight-sans-pro, Arial, sans;
  font: normal 16px/1.56 var(--font-sans);
  letter-spacing: 1px;
  color: #fff;
  color: var(--text-color);
}

.inner {
  max-width: 1046px;
  max-width: calc(var(--inner-width)*1px);
  margin-left: auto;
  margin-right: auto;
}

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

.wrapper main {
    flex: 1 0 auto;
  }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0px 0px 12px 0px;
}

h1:last-child {
    margin-bottom: 0px;
  }

h2:last-child {
    margin-bottom: 0px;
  }

h3:last-child {
    margin-bottom: 0px;
  }

h4:last-child {
    margin-bottom: 0px;
  }

h5:last-child {
    margin-bottom: 0px;
  }

h6:last-child {
    margin-bottom: 0px;
  }

ul:last-child {
    margin-bottom: 0px;
  }

ol:last-child {
    margin-bottom: 0px;
  }

p:last-child {
    margin-bottom: 0px;
  }

h1,
h2 {
  font: normal 45px/1.04 freight-sans-pro, Arial, sans;
  font: normal 45px/1.04 var(--font-sans);
  letter-spacing: 2px;
  margin-bottom: 18px;
  margin-top: 60px;
}

h1:first-child {
    margin-top: 0px;
  }

h2:first-child {
    margin-top: 0px;
  }

h3 {
  bold: normal 21px/1.14 freight-sans-pro, Arial, sans;
  bold: normal 21px/1.14 var(--font-sans);
  letter-spacing: 1px;
}

h4 {
  font: normal 18px/1.39 freight-sans-pro, Arial, sans;
  font: normal 18px/1.39 var(--font-sans);
  letter-spacing: 1px;
  text-transform: uppercase;
}

a,
a:visited {
  color: #fff;
  color: var(--text-color);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

footer {
  padding-top: 120px;
}

footer .contact {
    padding-left: 8.025682183%;
    padding-left: calc((var(--outer-margin)/var(--ref-width))*100%);
    padding-right: 8.025682183%;
    padding-right: calc((var(--outer-margin)/var(--ref-width))*100%);
  }

@media print {

footer .contact {
    padding-left: 0;
    padding-right: 0;
  }
  }

footer nav.main {
    margin-top: 60px;
  }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 35vw;
  position: relative;
  display: flex;
  flex-direction: columns;
  margin-bottom: 60px;
  padding-left: 8.025682183%;
  padding-left: calc((var(--outer-margin)/var(--ref-width))*100%);
  padding-right: 8.025682183%;
  padding-right: calc((var(--outer-margin)/var(--ref-width))*100%);
}

@media print {

.hero {
    padding-left: 0;
    padding-right: 0;
}
  }

.hero .inner {
    width: 100%;
    height: 100%;
    align-self: flex-end;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

section.home {
  padding-left: 8.025682183%;
  padding-left: calc((var(--outer-margin)/var(--ref-width))*100%);
  padding-right: 8.025682183%;
  padding-right: calc((var(--outer-margin)/var(--ref-width))*100%);
}

@media print {

section.home {
    padding-left: 0;
    padding-right: 0;
}
  }

section.home .body {
    width: 82.982791587%;
    width: calc(var(--columns-10)*100%);
    margin-left: 8.5086042065%;
    margin-left: calc((var(--columns-1) + var(--gutter))*100%);
    text-align: center;
  }

@media screen and (max-width: 900px) {

section.home .body {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
  }

figure.image {
  padding: 0px;
  margin: 50px 0px;
}

figure.image img {
    display: block;
    width: 100%;
    height: auto;
  }

figure.image figcaption {
    font: normal 14px/1.46 freight-sans-pro, Arial, sans;
    font: normal 14px/1.46 var(--font-sans);
    margin-top: 12px;
  }

section.page .body figure.image {
    width: 114.8086522463%;
    width: calc(var(--columns-8)/var(--columns-7)*100%);
  }

@media screen and (max-width: 900px) {

section.page .body figure.image {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
  }

.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-wrapper .background {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    animation-name: modal-background-appear;
    animation-duration: 200ms;
    animation-timing-function: ease-out;
  }

.modal-wrapper .video-embed {
    position: relative;
    width: 80vw;
  }

@media screen and (max-width: 900px) {

.modal-wrapper .video-embed {
      width: 95vw;
  }
    }

.modal-wrapper .video-embed .close-button {
      display: block;
      font: normal 14px/1.46 freight-sans-pro, Arial, sans;
      font: normal 14px/1.46 var(--font-sans);
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: -50px;
    }

.modal-wrapper .video-embed .close-button a {
        display: block;
      }

.modal-wrapper .modal {
    max-width: 90%;
    background: #1c1c1c;
    background: var(--background-color);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

@media screen and (max-width: 900px) {

.modal-wrapper .modal {
      max-width: 100%;
  }
    }

.modal-wrapper.open {
    display: flex;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    opacity: 1;
  }

@keyframes modal-appear {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal-background-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

nav a,nav a:visited {
    color: #fff;
    color: var(--text-color);
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
  }

nav a:hover,nav a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

nav.main {
  background: #000;
  background: var(--background-dark-color);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 8.025682183%;
  padding-left: calc((var(--outer-margin)/var(--ref-width))*100%);
  padding-right: 8.025682183%;
  padding-right: calc((var(--outer-margin)/var(--ref-width))*100%);
}

@media print {

nav.main {
    padding-left: 0;
    padding-right: 0;
}
  }

nav.main .inner:after {
      content: "";
      display: table;
      clear: both;
    }

nav.main .inner {
    display: flex;
    width: 100%;
    justify-content: bottom;
  }

@media screen and (max-width: 900px) {

nav.main .inner {
      flex-direction: column;
  }
    }

nav.main .logo {
    overflow: hidden;
    text-indent: -900px;
    width: 208px;
    height: 30px;
    background: transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22360%22%20height%3D%2252%22%20viewBox%3D%220%200%20360%2052%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M.149.003h29.43V51H.149z%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M.267.003h29.064V51H.267z%22%2F%3E%3Cpath%20id%3D%22e%22%20d%3D%22M.626.003h37.046V51H.626z%22%2F%3E%3Cpath%20id%3D%22g%22%20d%3D%22M.606.003H30.22V51H.606z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.548%202.006v32.736q0%207.353-.152%209.46a7.2%207.2%200%200%201-1.39%203.796q-1.237%201.692-3.33%202.345-2.095.65-6.315.649H.001V42.4q1.152.094%201.664.093%201.364.001%202.148-.668c.527-.444.828-.985.911-1.631q.12-.97.12-3.75V2.005z%22%2F%3E%3Cg%20transform%3D%22translate%2822%20.998%29%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M29.579%2021.316q0-7.56-.363-10.58t-2.265-5.593q-1.905-2.567-5.031-3.855Q18.792.002%2014.865.003q-4.142%200-7.251%201.363-3.113%201.359-4.94%203.896A11.7%2011.7%200%200%200%20.496%2010.87Q.15%2013.94.149%2021.315v8.37q-.001%207.562.364%2010.584.363%203.022%202.266%205.592c1.268%201.715%202.946%202.997%205.03%203.855Q10.937%2051%2014.866%2051q4.139%200%207.25-1.357%203.114-1.364%204.94-3.903a11.7%2011.7%200%200%200%202.176-5.605q.346-3.072.348-10.448zM16.874%2036.078q0%204.312-.364%205.459-.366%201.148-1.675%201.147-1.281.002-1.631-.998c-.235-.658-.352-2.411-.352-5.248V13.627q0-3.768.537-4.537.53-.772%201.537-.771%201.188-.001%201.567.953.38.95.38%204.355v22.45z%22%20mask%3D%22url%28%23b%29%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate%2866%20.998%29%22%3E%3Cmask%20id%3D%22d%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23c%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28.325%2015.815H16.537v-3.6q0-2.515-.466-3.208-.463-.687-1.543-.688-1.175.002-1.778.923-.601.92-.6%202.795-.002%202.414.711%203.629.676%201.222%203.62%203.007%208.432%205.14%2010.643%208.373c1.47%202.159%202.207%205.63%202.207%2010.422q0%205.226-1.226%207.7-1.223%202.479-4.73%204.153Q19.866%2051%2015.21%2051q-5.112%200-8.725-1.932-3.616-1.934-4.733-4.925-1.118-2.99-1.119-8.494v-3.2h11.791v5.93c0%201.824.168%203%20.505%203.52q.504.786%201.793.785%201.29%200%201.917-.993.629-.99.628-2.943-.001-4.295-1.196-5.617-1.23-1.323-5.96-4.462-4.731-3.172-6.273-4.594-1.544-1.418-2.556-3.926Q.268%2017.644.268%2013.746.267%208.13%201.706%205.53c.957-1.73%202.507-3.087%204.645-4.063Q9.56.002%2014.1.002q4.962%200%208.46%201.602c2.328%201.065%203.875%202.408%204.628%204.027q1.139%202.43%201.137%208.252z%22%20mask%3D%22url%28%23d%29%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M123.519%202.006v9.779h-7.588v39.207h-12.702V11.785h-7.585v-9.78zm2.863%2048.986h12.704V28.878q2.671%200%203.302.934.629.943.628%204.882v16.298h11.79V38.07c0-3.96-.106-6.373-.317-7.255-.211-.872-.75-1.84-1.62-2.89q-1.304-1.573-5.084-2.512%204.178-.39%205.598-2.358%201.423-1.964%201.423-7.683c0-4.171-.672-7.213-2.011-9.118q-2.011-2.859-5.2-3.551-3.193-.696-12.202-.697h-9.011zm15.79-39.85q.845.72.844%203.048v2.688q0%203.233-.875%203.822-.873.59-3.055.59V10.413q2.243%200%203.087.729z%22%2F%3E%3Cg%20transform%3D%22translate%28155%20.998%29%22%3E%3Cmask%20id%3D%22f%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23e%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.137%2025.695v10.333c0%202.899-.124%204.73-.365%205.503q-.367%201.152-1.673%201.153c-.856%200-1.397-.33-1.63-.998q-.353-.999-.352-5.263V31.07l4.02-5.376zM37.672%203.608l-2.78-2.052-3.228%204.236a11.6%2011.6%200%200%200-5.015-4.346Q23.506.004%2019.126.003q-4.139%200-7.25%201.363-3.112%201.359-4.94%203.896a11.7%2011.7%200%200%200-2.175%205.609q-.35%203.067-.349%2010.442v8.37q0%209.676.65%2011.85L.625%2047.337l2.735%202.11%203.233-4.235a11.84%2011.84%200%200%200%204.998%204.334C13.678%2050.512%2016.188%2051%2019.13%2051q4.137.001%207.252-1.36%203.108-1.36%204.938-3.903c1.216-1.694%201.944-3.56%202.173-5.608q.349-3.072.35-10.451v-8.38q0-9.551-.609-11.856l4.44-5.834zM17.117%2025.305V13.6q0-3.269.411-4.274.412-1.005%201.662-1.006%201.186%200%201.568.934.38.93.38%204.28v6.4l-4.02%205.37z%22%20mask%3D%22url%28%23f%29%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M232.879%202.006v48.986h-11.15l-.045-33.072-4.433%2033.072h-7.86l-4.616-32.343-.044%2032.343H193.58V2.006h16.428q.74%204.426%201.528%2010.419l1.83%2012.452%202.903-22.871z%22%2F%3E%3Cg%20transform%3D%22translate%28237%20.998%29%22%3E%3Cmask%20id%3D%22h%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23g%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30.22%2019.012H17.517v-4.414c0-2.787-.123-4.525-.37-5.231q-.375-1.046-1.761-1.047-1.209.001-1.643.904-.43.907-.428%204.644v23.445q-.002%203.29.428%204.329.425%201.04%201.715%201.042%201.41%200%201.916-1.182c.338-.79.51-2.322.51-4.605v-5.82h-2.56v-7.403h14.898v26.32h-8.01l-1.175-3.506q-1.308%202.267-3.291%203.39-1.986%201.121-4.68%201.122a12.17%2012.17%200%200%201-6.014-1.556q-2.808-1.555-4.26-3.856c-.97-1.526-1.577-3.14-1.82-4.818q-.365-2.523-.365-7.573V18.655c0-4.677.257-8.07.76-10.19q.755-3.169%204.343-5.816C8.102.887%2011.192.003%2014.989.003c3.734%200%206.836.765%209.297%202.292%202.46%201.529%204.067%203.342%204.81%205.447q1.125%203.153%201.125%209.16v2.11z%22%20mask%3D%22url%28%23h%29%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M272.116%2050.992h12.704V28.878q2.67%200%203.3.934.63.943.63%204.882v16.298h11.79V38.07c0-3.96-.108-6.373-.32-7.255-.209-.872-.75-1.84-1.619-2.89-.87-1.048-2.56-1.887-5.083-2.512q4.176-.39%205.6-2.358%201.422-1.964%201.422-7.683c0-4.171-.672-7.213-2.012-9.118-1.342-1.905-3.07-3.09-5.2-3.551q-3.194-.696-12.2-.697h-9.012zm15.788-39.85q.847.72.846%203.048v2.688q0%203.233-.875%203.822-.877.59-3.055.59V10.413q2.24%200%203.084.729m17.568-9.136h21.295v9.779h-8.59v9.32h8.042v9.323h-8.042v10.785h9.41v9.779h-22.115zm54.16%200v48.986h-11.06l-6.671-22.27v22.27h-10.693V2.006h10.6l7.13%2022.058V2.006z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: contain;
    line-height: 30px;
  }

@media screen and (max-width: 900px) {

nav.main .logo {
      width: 100%;
  }
    }

nav.main ul {
    flex: 1;
    text-align: right;
    list-style-type: none;
    margin: 0px;
    align-self: flex-end;
  }

@media screen and (max-width: 900px) {

nav.main ul {
      width: 100%;
      text-align: center;
      padding-top: 20px;
  }
    }

nav.main li {
    display: inline-block;
    margin-left: 12px;
  }

@media screen and (max-width: 900px) {

nav.main li {
      margin: 0px 6px;
  }
    }

section.page {
  padding-left: 8.025682183%;
  padding-left: calc((var(--outer-margin)/var(--ref-width))*100%);
  padding-right: 8.025682183%;
  padding-right: calc((var(--outer-margin)/var(--ref-width))*100%);
}

@media print {

section.page {
    padding-left: 0;
    padding-right: 0;
}
  }

section.page .main-image {
    margin-bottom: 50px;
  }

section.page .main-image img {
      display: block;
      width: 100%;
      height: auto;
    }

section.page .headline {
    text-align: center;
    margin: 50px 0px;
    margin-bottom: 50px;
  }

section.page .columns {
    display: flex;
  }

@media screen and (max-width: 900px) {

section.page .columns {
      flex-direction: column;
  }
    }

section.page .columns .body {
      order: 1;
      width: 57.4569789675%;
      width: calc(var(--columns-7)*100%);
    }

@media screen and (max-width: 900px) {

section.page .columns .body {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
        order: 0;
    }
  }

section.page .columns .sidebar {
      order: 0;
      width: 23.4225621415%;
      width: calc(var(--columns-3)*100%);
      margin-right: 2.103250478%;
      margin-right: calc(var(--gutter)*100%);
      font: normal 14px/1.46 freight-sans-pro, Arial, sans;
      font: normal 14px/1.46 var(--font-sans);
      letter-spacing: normal;
    }

@media screen and (max-width: 900px) {

section.page .columns .sidebar {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
        order: 0;
        margin-top: 60px;
    }
  }

nav.subnav {
  padding: 30px 0px;
}

nav.subnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

nav.subnav li {
    display: inline-block;
    margin: 0px 6px;
  }

section.videos {
  text-align: center;
  padding-left: 8.025682183%;
  padding-left: calc((var(--outer-margin)/var(--ref-width))*100%);
  padding-right: 8.025682183%;
  padding-right: calc((var(--outer-margin)/var(--ref-width))*100%);
}

@media print {

section.videos {
    padding-left: 0;
    padding-right: 0;
}
  }

section.videos .video-grid {
    margin-top: 60px;
  }

.video-grid {
  display: flex;
  flex-wrap: wrap;
}

.video-grid .video {
    width: 31.931166348%;
    width: calc(var(--columns-4)*100%);
    margin-left: 2.103250478%;
    margin-left: calc(var(--gutter)*100%);
    font: normal 14px/1.46 freight-sans-pro, Arial, sans;
    font: normal 14px/1.46 var(--font-sans);
    margin-bottom: 60px;
    cursor: pointer;
    text-align: center;
  }

@media screen and (max-width: 900px) {

.video-grid .video {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
  }

.video-grid .video .image {
      background: #262626;
      background: var(--background-light-color);
      position: relative;
      padding-bottom: 56.886%;
      margin-bottom: 10px;
    }

.video-grid .video .image .button {
        background: transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2264%22%20height%3D%2240%22%20viewBox%3D%220%200%2064%2040%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200v22l19-11z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20width%3D%2264%22%20height%3D%2240%22%20fill%3D%22%23000%22%20rx%3D%226%22%2F%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20transform%3D%22translate%2825%209%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 64px 40px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        transform: scale(0.9);
        transition: all 150ms ease-out;
      }

.video-grid .video .image img {
        position: absolute;
        width: 100%;
        height: auto;
        display: block;
        z-index: 1;
      }

.video-grid .video h4 {
      margin-bottom: 5px;
    }

.video-grid .video:nth-child(3n + 1) {
      margin-left: 0px;
    }

.video-grid .video:hover .image .button {
        opacity: 1;
        transform: scale(1);
      }
