/*! 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: #000000;
  --background-light-color: #262626;
  --text-color: #ffffff;

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

:root {
  --col-px: 67;
  --gutter-px: 22;
  --total-columns: 12;
  --outer-margin: 7.8125%;

  --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);
}

/* ---- 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: #ffffff;
  color: var(--text-color);
  //-webkit-font-smoothing: antialiased;
  //-moz-osx-font-smoothing: grayscale;
}

.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;
  }

main {
  padding-top: 50px;
}

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: #ffffff;
  color: var(--text-color);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

footer {
  padding-top: 120px;
  padding-bottom: 76px;
}

footer .contact {
    padding-left: 7.8125%;
    padding-left: var(--outer-margin);
    padding-right: 7.8125%;
    padding-right: var(--outer-margin);
  }

@media print {

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

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

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.grid:first-child {
    margin-top: 0px;
  }

.grid .grid-item {
    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) {

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

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

.grid .grid-item .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;
      }

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

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

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

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

.grid a.grid-item {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.grid a.grid-item:hover h4,.grid a.grid-item:focus h4 {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

.hero {
  padding-left: 7.8125%;
  padding-left: var(--outer-margin);
  padding-right: 7.8125%;
  padding-right: var(--outer-margin);
}

@media print {

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

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 35vw;
  position: relative;
  display: flex;
  flex-direction: columns;
  margin-bottom: 60px;
}

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

section.home {
  padding-left: 7.8125%;
  padding-left: var(--outer-margin);
  padding-right: 7.8125%;
  padding-right: var(--outer-margin);
}

@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 {
    position: relative;
    max-width: 90%;
    background: #1c1c1c;
    background: var(--background-color);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
    /* animation-name: modal-appear;
     * animation-duration: 200ms;
     * animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
     * animation-fill-mode: forwards;
     */
    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: #ffffff;
    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 {
  padding-left: 7.8125%;
  padding-left: var(--outer-margin);
  padding-right: 7.8125%;
  padding-right: var(--outer-margin);
}

@media print {

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

nav.main {
  background: #000000;
  background: var(--background-dark-color);
  padding-top: 21px;
  padding-bottom: 21px;
}

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: 340px;
    height: 38px;
    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%22340%22%20height%3D%2238%22%20viewBox%3D%220%200%20340%2038%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%2036.175h339.511V0H0z%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%22M3.215.425v12.208q0%202.018-.76%202.787-.76.767-1.8.768-.244.001-.568-.035L0%2015.262q.298.07.56.07%201.71%200%201.711-2.447V.425zm8.857%2011.491q2.28%200%203.849-1.56%201.568-1.56%201.568-3.822%200-2.272-1.568-3.833-1.568-1.56-3.85-1.56-2.288%200-3.875%201.56-1.584%201.562-1.585%203.833%200%202.261%201.585%203.822c1.585%201.561%202.35%201.56%203.876%201.56M12.037.268q2.708%200%204.592%201.822%201.882%201.822%201.882%204.444%200%202.613-1.882%204.433-1.884%201.822-4.592%201.822-2.7%200-4.575-1.822-1.875-1.821-1.874-4.433%200-2.622%201.874-4.444Q9.338.269%2012.037.268m19.503.769v1.04q-1.59-.935-2.736-.935-1.1%200-1.838.67-.739.665-.74%201.654%200%20.708.437%201.275.437.569%201.827%201.093t2.026.874q.64.35%201.084%201.013.446.665.446%201.722%200%201.407-1.032%202.376-1.03.97-2.515.97-1.521.001-3.129-1.066v-1.11q1.775%201.303%203.077%201.303%201.082%200%201.83-.704a2.28%202.28%200%200%200%20.746-1.726q0-.777-.462-1.403-.463-.624-1.879-1.167-1.413-.544-2.022-.876a3%203%200%200%201-1.032-.947q-.423-.616-.423-1.585%200-1.345%201.03-2.292%201.031-.948%202.481-.948%201.425%200%202.823.77M43.21.425v.786h-4.578v11.422h-.953V1.211h-4.578V.425zm10.663%202.381-7.24%208.067q1.444%201.043%203.28%201.043%202.28%200%203.848-1.56c1.568-1.56%201.569-2.316%201.569-3.822q0-2.071-1.457-3.728m-7.87%207.517%207.278-8.05q-1.403-1.131-3.369-1.131-2.29%200-3.876%201.56-1.585%201.559-1.585%203.832%200%202.21%201.551%203.789m.003%201.25-1.129%201.258-.67-.522%201.146-1.267q-1.923-1.905-1.924-4.508%200-2.623%201.875-4.444C47.178.269%2048.076.268%2049.876.268q2.229%200%204.027%201.318L55.032.338l.656.446-1.195%201.331q1.859%201.823%201.858%204.419%200%202.612-1.883%204.433-1.882%201.823-4.592%201.823-2.07%200-3.87-1.217m18.423-5.478%204.637-5.67h.956v12.207h-.953V1.806l-4.644%205.705-4.662-5.705v10.826h-.944V.425h.946zM83.17%201.308v1.066q-2.166-1.232-4.324-1.232-2.317%200-3.853%201.538-1.539%201.537-1.539%203.853%200%202.315%201.521%203.85%201.52%201.532%204.132%201.532%201.888%200%203.348-.752V7.87h-2.578v-.786h3.53v4.675q-2.159%201.031-4.334%201.03-2.84%200-4.74-1.799t-1.9-4.492q0-2.673%201.865-4.45Q76.165.267%2078.985.268q1.923%200%204.186%201.039m3.897-.095v4.78h2.026q1.548-.001%202.364-.626.818-.625.817-1.768%200-1.128-.829-1.757-.832-.63-2.386-.63h-1.992zm-.944-.786h3.129q1.966%200%203.004.852%201.041.851%201.041%202.302%200%202.115-2.325%202.97.604.289%201.626%201.862l2.762%204.22h-1.117l-2.127-3.345q-1.066-1.678-1.661-2.094-.593-.416-1.737-.416h-1.651v5.855h-.944zm17.318-.001v.786h-5.714v4.886h5.565v.794h-5.565v4.954h5.854v.788h-6.798V.425zm13.11%200v12.208h-.777l-9.28-10.67v10.67h-.944V.425h.799l9.258%2010.669V.425zM51.298%2016.829l-5.844%206.098%206.403%206.109h-1.2l-6.393-6.099v6.099h-.944V16.829h.944v6.072l5.856-6.072zm6.898%2011.49q2.28%200%203.849-1.56%201.568-1.56%201.568-3.822%200-2.271-1.568-3.832t-3.85-1.56q-2.288%200-3.875%201.56c-1.587%201.56-1.585%202.317-1.585%203.832q0%202.263%201.585%203.822%201.586%201.56%203.876%201.56m-.035-11.648q2.708%200%204.592%201.822%201.882%201.823%201.882%204.444%200%202.613-1.882%204.434-1.884%201.822-4.592%201.822-2.7%200-4.575-1.822-1.875-1.821-1.874-4.434%200-2.621%201.874-4.444%201.876-1.821%204.575-1.822m14.519%205.827%204.636-5.669h.956v12.207h-.953V18.21l-4.644%205.705-4.661-5.705v10.826h-.944V16.829h.945zm9.59-4.883v4.929h2.27q1.53%200%202.325-.647.796-.646.795-1.827%200-1.126-.777-1.791-.778-.664-2.228-.664zm-.945-.785h3.365q1.93%200%202.957.864t1.027%202.36q0%201.511-1.035%202.393-1.035.883-3.037.883h-2.333v5.705h-.944zm15.336%207.199-2.63-5.749-2.62%205.749zM94.3%2016.74l5.643%2012.294h-.99l-1.932-4.22h-5.969l-1.924%204.22h-.99l5.643-12.294zm18.275.089v12.207h-.777l-9.279-10.67v10.67h-.944V16.829h.799l9.257%2010.668V16.829z%22%2F%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%22M115.625%2029.035h.944V16.828h-.944zM146.85%202.222v3.003q-4.594-2.7-7.902-2.7-3.18%200-5.313%201.93-2.134%201.932-2.134%204.784%200%202.044%201.263%203.687%201.262%201.641%205.276%203.155%204.012%201.514%205.858%202.525%201.84%201.01%203.13%202.927%201.286%201.92%201.287%204.973%200%204.065-2.98%206.868t-7.27%202.802q-4.392%200-9.038-3.08V29.89q5.125%203.76%208.886%203.76%203.13.001%205.29-2.032%202.158-2.031%202.158-4.985a6.64%206.64%200%200%200-1.338-4.053q-1.337-1.804-5.427-3.375-4.086-1.569-5.842-2.527-1.755-.96-2.981-2.738-1.225-1.78-1.225-4.58.001-3.885%202.978-6.622Q134.506%200%20138.696%200q4.115%200%208.154%202.222M173.713.455v2.271h-16.51v14.113h16.081v2.296h-16.081V33.45h16.915v2.271h-19.641V.455zm22.645%201.767v3.003q-4.595-2.7-7.902-2.7-3.18%200-5.313%201.93-2.134%201.932-2.134%204.784%200%202.045%201.263%203.687%201.26%201.641%205.276%203.155%204.012%201.514%205.857%202.525%201.842%201.01%203.13%202.927%201.287%201.92%201.287%204.973%200%204.065-2.98%206.868t-7.269%202.802q-4.393%200-9.038-3.08V29.89q5.124%203.76%208.886%203.76%203.13.001%205.29-2.032%202.157-2.031%202.157-4.985%200-2.248-1.337-4.053-1.338-1.804-5.427-3.375-4.087-1.569-5.843-2.527-1.755-.96-2.98-2.738-1.226-1.78-1.225-4.58%200-3.885%202.978-6.622T188.204%200q4.115%200%208.154%202.222m23.836%200v3.003q-4.594-2.7-7.902-2.7-3.18%200-5.313%201.93-2.134%201.932-2.134%204.784%200%202.045%201.263%203.687t5.276%203.155q4.012%201.514%205.858%202.525%201.84%201.01%203.13%202.927%201.286%201.92%201.287%204.973%200%204.065-2.98%206.868t-7.27%202.802q-4.391%200-9.038-3.08V29.89q5.125%203.76%208.886%203.76%203.13.001%205.29-2.032%202.158-2.031%202.158-4.985a6.64%206.64%200%200%200-1.338-4.053q-1.337-1.804-5.427-3.375-4.086-1.569-5.842-2.527-1.755-.96-2.981-2.738-1.225-1.78-1.225-4.58.001-3.885%202.978-6.622Q207.85%200%20212.04%200q4.115%200%208.154%202.222m7.675%2033.499h2.727V.455h-2.727zm28.114-2.07q6.589%200%2011.12-4.506%204.532-4.506%204.532-11.044%200-6.564-4.532-11.071-4.531-4.505-11.12-4.505-6.613%200-11.196%204.505-4.582%204.508-4.583%2011.07.001%206.54%204.583%2011.045%204.582%204.507%2011.196%204.506m-.101-33.65q7.825%200%2013.267%205.262%205.439%205.264%205.44%2012.838-.001%207.547-5.44%2012.81-5.442%205.265-13.267%205.265-7.8%200-13.216-5.264t-5.414-12.811q0-7.574%205.414-12.838Q248.081-.001%20255.882%200m57.17.455v35.266h-2.244L283.996%204.897v30.824h-2.726V.455h2.31l26.746%2030.823V.455zm24.994%201.767v3.003q-4.594-2.7-7.902-2.7-3.18%200-5.313%201.93-2.134%201.932-2.134%204.784%200%202.045%201.263%203.687t5.276%203.155q4.012%201.514%205.858%202.525%201.84%201.01%203.13%202.927%201.286%201.92%201.287%204.973%200%204.065-2.98%206.868t-7.27%202.802q-4.391%200-9.038-3.08V29.89q5.125%203.76%208.886%203.76%203.13.001%205.29-2.032%202.158-2.031%202.158-4.985a6.64%206.64%200%200%200-1.338-4.053q-1.337-1.804-5.427-3.375-4.087-1.569-5.842-2.527-1.755-.96-2.981-2.738-1.225-1.78-1.224-4.58%200-3.885%202.977-6.622Q325.702%200%20329.892%200q4.115%200%208.154%202.222%22%20mask%3D%22url%28%23b%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: contain;
    line-height: 30px;
    order: 2;
  }

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

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

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

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

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

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

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

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

.news-grid .grid-item {
    text-align: left;
  }

h2.headline {
  text-align: center;
  margin-bottom: 50px;
}

.published-at,
.subtitle {
  text-align: center;
  margin-top: -38px;
  margin-bottom: 50px;
  font: normal 14px/1.46 freight-sans-pro, Arial, sans;
  font: normal 14px/1.46 var(--font-sans);
}

section.page {
  padding-left: 7.8125%;
  padding-left: var(--outer-margin);
  padding-right: 7.8125%;
  padding-right: var(--outer-margin);
}

@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 .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 {
  padding-left: 7.8125%;
  padding-left: var(--outer-margin);
  padding-right: 7.8125%;
  padding-right: var(--outer-margin);
}

@media print {

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

section.videos {
  text-align: center;
}

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

section.videos .body {
    text-align: left;
    width: 65.965583174%;
    width: calc(var(--columns-8)*100%);
  }

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

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

section.sessions {
  padding-left: 7.8125%;
  padding-left: var(--outer-margin);
  padding-right: 7.8125%;
  padding-right: var(--outer-margin);
}

@media print {

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